.gallery__header{text-align:center;max-width:40rem;margin:0 auto 3rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.gallery__heading{margin:0;text-transform:uppercase;letter-spacing:.01em}.gallery__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}@media screen and (min-width:750px){.gallery__grid{grid-template-columns:repeat(3,1fr);gap:1rem}}.gallery__tile{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;background:rgba(var(--color-foreground),.05)}.gallery__tile-trigger{display:block;width:100%;height:100%;padding:0;margin:0;border:0;background:none;cursor:zoom-in}.gallery__tile-trigger img{width:100%;height:100%;object-fit:cover;object-position:center 20%;display:block;transition:transform .4s ease}.gallery__tile:hover .gallery__tile-trigger img{transform:scale(1.04)}.gallery__tile-icon{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;color:#fff;opacity:0;transition:opacity .2s ease;filter:drop-shadow(0 1px 3px rgba(0,0,0,.5))}.gallery__tile:hover .gallery__tile-icon,.gallery__tile-icon:focus-visible{opacity:1}gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:2.5rem 1.5rem;opacity:0;transition:opacity .25s ease}gallery-lightbox:not([open]){pointer-events:none}gallery-lightbox[open]{opacity:1}.gallery-lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000e6}.gallery-lightbox__backdrop:empty{display:block}.gallery-lightbox__content{position:relative;z-index:1;max-width:min(90vw,1100px);max-height:100%;display:flex}.gallery-lightbox__image{max-width:100%;max-height:min(85vh,100%);width:auto;height:auto;object-fit:contain;display:block;transform:scale(.96);transition:transform .25s ease}gallery-lightbox[open] .gallery-lightbox__image{transform:scale(1)}.gallery-lightbox__close{position:absolute;top:-2.75rem;right:0;width:2.25rem;height:2.25rem;color:#fff;background:none;border:0;padding:.25rem;cursor:pointer}@media screen and (max-width:749px){.gallery-lightbox__close{top:.75rem;right:.75rem;background:#00000080;border-radius:50%}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-gallery.css.map */
