/*
Theme Name: Chateau Child
Theme URI: https://chateau.qodeinteractive.com
Description: A child theme of Chateau
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: chateau
Template: chateau
*/

/* Uniform product-grid tiles: every image box is 2:3, the whole bottle
   always fits (object-fit: contain), tall and square photos letterbox
   instead of forcing unequal row heights. */
.qodef-woo-product-list .qodef-e-media-image {
	aspect-ratio: 2 / 3;
}
.qodef-woo-product-list .qodef-e-media-image a.woocommerce-LoopProduct-link {
	display: block;
	height: 100%;
}
.qodef-woo-product-list .qodef-e-media-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
