I have a problem with the product grid. The gallery image does not appear in its entirety. I have put condigo in the CSS of the template but nothing, it seems to be cut to 300x.
.product-image-wrapper, .product-content-image{
height: 300px !important;
}
.attachment-woocommerce_thumbnail, .attachment-shop_catalog {
width: 100%; /* or any custom size */
height: 100%;
object-fit: contain;
}