Hello @spiekosz,
You can remove the title from page and description from header banner adding the following css code to Dashboard > Appearance > Customizer > Additional CSS.
.woocommerce-page .custom-header .entry-container p,
.woocommerce-page .site-main .woocommerce-products-header .woocommerce-products-header__title.page-title {
display: none;
}
.woocommerce-page .site-main .woocommerce-breadcrumb {
margin-bottom: 20px;
}
As for product category header image, currently there is no option in the theme to change the image for particular product category, but you can change the overall header image from Dashboard > Appearance > Customizer > Header Media. Please check the screenshot below.

Please feel free to reach out if you need any further assistance!
Regards,
Sujeet