.image-gallery{padding:clamp(56px,7vw,96px) var(--gutter);background:var(--color-surface-muted)}.gallery-inner{max-width:var(--max-w);margin:0 auto}.gallery-header{text-align:center;margin-bottom:clamp(32px,4vw,48px)}.gallery-header h2{font-size:clamp(26px,3.5vw,44px);color:var(--color-text-primary);margin-bottom:12px}.gallery-header p{font-size:15px;color:var(--color-text-secondary);max-width:500px;margin:0 auto;line-height:1.7}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:16px}.gallery-item{border-radius:var(--radius-lg);overflow:hidden;position:relative;background:linear-gradient(160deg,color-mix(in srgb,var(--color-orange) 15%,var(--color-surface-muted)),color-mix(in srgb,var(--color-yellow) 20%,var(--color-surface-muted)));aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center}.image-gallery .gallery-item{transition:opacity .55s ease,transform .55s ease,scale .3s ease}.image-gallery .gallery-item:hover{scale:1.02}.gallery-item img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.gallery-item.featured--col-2:not(.featured--expanded){aspect-ratio:8 / 3}.gallery-item.featured--col-3:not(.featured--expanded){aspect-ratio:4 / 1}.gallery-item.featured--expanded{aspect-ratio:auto;min-height:clamp(240px,35vw,520px)}.reveal{opacity:0;transform:translateY(28px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}@media(max-width:1024px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.gallery-grid{grid-template-columns:1fr}.gallery-grid .gallery-item{grid-column:1 / -1!important;grid-row:auto!important;aspect-ratio:4 / 3!important;min-height:unset!important}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/image-gallery.css.map */
