/* Savannah-approved photography standard: 2:3 and never cropped. */

/* Every catalog, related-product and shortcode product card. */
ul.products li.product img,
.ll-collection-page ul.products li.product img,
.llpp-related ul.products li.product img,
.wc-block-grid__product-image img,
.wc-block-components-product-image img{
	display:block!important;
	width:100%!important;
	height:auto!important;
	aspect-ratio:2/3!important;
	object-fit:contain!important;
	object-position:center center!important;
	background:#faf7f4!important;
}

/* Premium product-page hero image. */
.llpp-main-image{
	display:grid!important;
	width:100%!important;
	aspect-ratio:2/3!important;
	place-items:center!important;
	background:#faf7f4!important;
}
.llpp-main-image>img,
.single-product .woocommerce-product-gallery__image img{
	display:block!important;
	width:100%!important;
	height:100%!important;
	max-height:none!important;
	aspect-ratio:2/3!important;
	object-fit:contain!important;
	object-position:center center!important;
	background:#faf7f4!important;
}

/* Thumbnail previews follow the same complete-image rule. */
.llpp-thumbs button{aspect-ratio:2/3!important;background:#faf7f4!important}
.llpp-thumbs img,
.flex-control-thumbs img{
	width:100%!important;
	height:100%!important;
	aspect-ratio:2/3!important;
	object-fit:contain!important;
	object-position:center!important;
	background:#faf7f4!important;
}

/* Magical Moments is an editorial vertical gallery, not a landscape crop. */
.llpp-visual-story{align-items:start!important}
.llpp-visual-story figure{
	aspect-ratio:2/3!important;
	background:#faf7f4!important;
}
.llpp-visual-story img{
	display:block!important;
	width:100%!important;
	height:100%!important;
	aspect-ratio:2/3!important;
	object-fit:contain!important;
	object-position:center!important;
	background:#faf7f4!important;
}

/* Retain premium card lift without enlarging and clipping the photograph. */
.llpp-main-image:hover>img,
.llpp-visual-story figure:hover img{
	transform:none!important;
}

@media(max-width:767px){
	.llpp-main-image,
	.llpp-main-image>img,
	.single-product .woocommerce-product-gallery__image img,
	.llpp-visual-story figure,
	.llpp-visual-story img,
	ul.products li.product img{
		aspect-ratio:2/3!important;
		object-fit:contain!important;
		object-position:center center!important;
	}
}
