/* Same Size for WooCommerce Product Images */
.woocommerce ul.products li.product img {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
}
