/*
Theme Name: LOURENA
Description: Premium multilingual editorial catalog theme for natural beauty, organic care and wellness.
Version: 1.2.1
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: maison-botanique
Domain Path: /languages
*/

/* Consistent product photography: neutral colour, white background and uncropped packaging. */
.product-card__image, .product-gallery { background: #fff !important; }
.product-card__image { aspect-ratio: 1 / 1; height: auto !important; overflow: hidden; }
.product-card__image img { width: 100%; height: 100%; object-fit: contain !important; object-position: center; box-sizing: border-box; }
.product-card__image img, .product-gallery img { mix-blend-mode: normal !important; filter: none !important; opacity: 1 !important; }
.product-gallery { min-width: 0; }
.product-gallery img { display: block; width: 100%; height: auto; max-height: 760px; object-fit: contain !important; object-position: center; }
