.gallery-container{width:100%;margin:0 auto}.gallery-item{aspect-ratio:1;cursor:pointer;border-radius:var(--media-radius);overflow:hidden;position:relative}.gallery-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform var(--duration-default) ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-caption{font-size:var(--font-size-base);line-height:var(--line-height-base);position:absolute;bottom:0;left:0;right:0;padding:var(--grid-desktop-vertical-spacing);background:linear-gradient(transparent,rgba(var(--color-foreground),.7));color:rgb(var(--color-background));opacity:0;transition:opacity var(--duration-default) ease}.gallery-item:hover .gallery-caption{opacity:1}.gallery-modal-opener{display:block;width:100%;height:100%}.gallery-modal-opener__link{display:block;width:100%;height:100%;padding:0;border:none;background:none;cursor:pointer}.gallery-modal-opener__link:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:var(--border-width)}.modal,.gallery-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;background:#000000b3;display:none;align-items:center;justify-content:center}.modal[open],.gallery-modal[open]{display:flex}.modal__content,.gallery-modal__content{background:rgb(var(--color-background));border-radius:var(--popup-corner-radius);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));max-width:90vw;max-height:90vh;overflow:auto;position:relative;padding:6rem 5rem 2rem;display:flex;flex-direction:column;align-items:center}.gallery-modal__close{position:absolute;right:1.5rem;top:1.5rem;z-index:2}.gallery-modal__nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffb3;border:none;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:border .2s}.gallery-modal__nav--prev{left:1rem}.gallery-modal__nav--next{right:1rem}.gallery-modal__nav:hover,.gallery-modal__nav:focus-visible{border:2px solid var(--color-foreground, #222);outline:solid}.gallery-modal__image-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.gallery-modal__image{max-width:80vw;max-height:70vh;width:auto;height:auto;border-radius:var(--media-radius);box-shadow:0 2px 16px #0003}.gallery-modal__caption{margin-top:1rem;text-align:center;color:rgb(var(--color-foreground));font-size:var(--font-size-base);line-height:var(--line-height-base)}@media screen and (max-width:749px){.modal__content,.gallery-modal__content{max-width:98vw;max-height:98vh;padding:1rem}.gallery-modal__image{max-width:96vw;max-height:60vh}}.gallery-item:focus-within{outline:2px solid rgb(var(--color-foreground));outline-offset:var(--border-width)}.gallery-item:focus-within img{transform:scale(1.05)}.gallery-item:focus-within .gallery-caption{opacity:1}@media(prefers-reduced-motion:reduce){.gallery-item img,.gallery-caption{transition:none}}@media(forced-colors:active){.gallery-caption{border:1px solid CanvasText;background:Canvas;color:CanvasText}}.gallery-grid .gallery-item{aspect-ratio:1}.gallery-mosaic .gallery-item{aspect-ratio:auto}.gallery-mosaic .gallery-item img{width:100%;height:100%;object-fit:cover;aspect-ratio:auto}
/*# sourceMappingURL=/cdn/shop/t/938/assets/image-gallery.css.map */
