/* V59.1 · retain only the approved product-image scale improvements. */

/* Four-column catalogue cards give each product image more visual weight. */
body.post-type-archive-product .product-grid-item .product-element-top,
body.tax-product_cat .product-grid-item .product-element-top{
	aspect-ratio:1/1.04!important;
}
body.post-type-archive-product .product-grid-item .product-element-top img:not(.woocommerce-placeholder),
body.tax-product_cat .product-grid-item .product-element-top img:not(.woocommerce-placeholder){
	width:100%!important;
	height:100%!important;
	padding:5%!important;
	object-fit:contain!important;
}

/* Keep the larger 60/40 product gallery without changing the rest of the page design. */
body.single-product .product-image-summary{
	width:min(1440px,calc(100% - 64px))!important;
	max-width:none!important;
	margin-right:auto!important;
	margin-left:auto!important;
}
body.single-product .product-image-summary-inner{
	display:grid!important;
	grid-template-columns:minmax(0,1.58fr) minmax(380px,1fr)!important;
	align-items:start!important;
	gap:clamp(44px,6vw,96px)!important;
	margin:0!important;
}
body.single-product .product-image-summary-inner>.product-images,
body.single-product .product-image-summary-inner>.summary{
	width:auto!important;
	max-width:none!important;
	padding:0!important;
}
body.single-product .woocommerce-product-gallery__image{
	min-height:0!important;
	height:auto!important;
	aspect-ratio:1/1!important;
}
body.single-product .woocommerce-product-gallery__image>a{
	display:grid!important;
	width:100%!important;
	height:100%!important;
	box-sizing:border-box!important;
	place-items:center!important;
}
body.single-product .woocommerce-product-gallery__image img:not(.zoomImg){
	display:block!important;
	width:100%!important;
	height:100%!important;
	max-width:100%!important;
	max-height:100%!important;
	box-sizing:border-box!important;
	padding:clamp(18px,3vw,44px)!important;
	object-fit:contain!important;
	object-position:center center!important;
	transform:none!important;
}

@media(max-width:1100px){
	body.single-product .product-image-summary{width:calc(100% - 40px)!important}
	body.single-product .product-image-summary-inner{
		grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr)!important;
		gap:36px!important;
	}
	body.single-product .woocommerce-product-gallery__image{min-height:0!important}
}

@media(max-width:800px){
	body.post-type-archive-product .products.wd-products,
	body.tax-product_cat .products.wd-products{
		grid-template-columns:repeat(2,minmax(0,1fr))!important;
	}
	body.single-product .product-image-summary{width:calc(100% - 32px)!important}
	body.single-product .product-image-summary-inner{display:block!important}
	body.single-product .woocommerce-product-gallery__image{
		min-height:0!important;
		aspect-ratio:1/1!important;
	}
	body.single-product .woocommerce-product-gallery__image img:not(.zoomImg){padding:16px!important}
	body.single-product .product-image-summary-inner>.summary{margin-top:28px!important}
}
