/**
 * Company (Impulse) CSS assumes lazysizes + AOS JS: .image-wrap img starts at opacity:0
 * until .lazyloaded + .aos-animate. We mirror HTML/CSS without Shopify scripts — show media.
 */
.bdminted-storefront-shell .image-wrap img:not([role="presentation"]),
.bdminted-storefront-shell .image-wrap svg,
.bdminted-storefront-shell .image-wrap .animate-me {
	opacity: 1 !important;
	animation: none !important;
}

.bdminted-storefront-shell .grid__image-ratio {
	opacity: 1 !important;
}
