/*
Theme Name: PatelBella WooCommerce
Theme URI: https://example.com/patelbella
Description: A luxury fashion WooCommerce theme based on the PatelBella HTML design system — pixel-perfect Tailwind layouts.
Version: 2.3.5
Author: PatelBella
Text Domain: patelbella
*/

/* Product Image 4:5 Aspect Ratio & Full Containment (No Cropping) */
.product-card .aspect-\[4\/5\],
.product-card .aspect-\[3\/4\],
.woocommerce ul.products li.product .woocommerce-loop-product__link img,
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail,
.woocommerce ul.products li.product img,
.woocommerce-product-gallery__image img,
.woocommerce-cart-form img {
    aspect-ratio: 4 / 5 !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    background-color: #f7f5f4 !important;
}

.product-card img {
    aspect-ratio: 4 / 5 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}
