(Squarespace) How to hide featured image after you click a product in store

To hide featured image after you click a product in store page.

You can use this code to Custom CSS.

div.product-gallery {
    display: none !important;
}