/* PDP gallery: one stable hero image, three previews, and a remaining-image tile. */
.molart-product-page .woocommerce-product-gallery__wrapper{
	display:block!important;
	position:relative;
	inline-size:100%!important;
	transform:none!important;
	margin:0!important;
}
.molart-product-page .woocommerce-product-gallery .flex-viewport{
	inline-size:100%!important;
	block-size:auto!important;
}
.molart-product-page .woocommerce-product-gallery__image{
	display:none!important;
	inline-size:100%!important;
	margin:0!important;
}
.molart-product-page .woocommerce-product-gallery__image:first-child{
	display:grid!important;
}
.molart-product-page .flex-control-thumbs{
	display:none!important;
}
.molart-gallery-preview-strip{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:10px;
	inline-size:100%;
	margin-block-start:12px;
}
.molart-gallery-preview{
	position:relative;
	dis:block;
	min-inline-size:0;
	aspect-ratio:1;
	margin:0;
	padding:0;
	overflow:hidden;
	border:1px solid var(--wp--preset--color--border);
	border-radius:12px;
	background:var(--wp--preset--color--surface-muted);
	cursor:pointer;
}
.molart-gallery-preview:hover,.molart-gallery-preview:focus-visible{
	border-color:var(--wp--preset--color--brand);
	box-shadow:0 0 0 2px color-mix(in srgb,var(--wp--preset--color--brand) 18%,transparent);
}
.molart-gallery-preview img{
	dis:block;
	inline-size:100%!important;
	block-size:100%!important;
	object-fit:cover!important;
}
.molart-gallery-more img{
	filter:blur(4px) brightness(.58);
	transform:scale(1.08);
}
.molart-gallery-more span{
	position:absolute;
	inset:0;
	dis:grid;
	place-items:center;
	color:#fff;
	font-size:clamp(20px,3vw,30px);
	font-weight:700;
	direction:ltr;
	text-shadow:0 2px 12px rgba(0,0,0,.45);
}
@media(max-width:479px){
	.molart-gallery-preview-strip{gap:7px;margin-block-start:9px}
	.molart-gallery-preview{border-radius:9px}
}
