Hello There,
Thanks for writing in! The featured image is not showing because you have added a custom css the hides the featured image. To display feature product images in Woocommerce pages, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.woocommerce .entry-featured,
.woocommerce-page .entry-featured {
display: block !important;
}
Please let us know if this works out for you.