.av-gallery-section{background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.av-gallery{display:grid;grid-template-columns:repeat(var(--av-gallery-columns-mobile, 1),1fr);gap:var(--av-gallery-gap, 16px)}@media screen and (min-width:750px){.av-gallery{grid-template-columns:repeat(var(--av-gallery-columns-desktop, 2),1fr)}}.av-gallery__item{position:relative}.av-gallery__trigger{display:block;width:100%;padding:0;margin:0;border:0;background:none;cursor:pointer;position:relative}.av-gallery__media{display:block;width:100%;height:100%;aspect-ratio:var(--av-gallery-aspect-ratio, 1 / 1);object-fit:cover}.av-gallery__play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#ffffffd9;color:#000;pointer-events:none}.av-gallery__play-icon svg{width:1.8rem;height:1.8rem;margin-left:.2rem}.av-gallery__spinner{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2.5rem;height:2.5rem;border:3px solid rgba(var(--color-foreground),.15);border-top-color:rgb(var(--color-foreground));border-radius:50%;animation:av-gallery-spin .8s linear infinite;pointer-events:none}.av-gallery__item.is-loading .av-gallery__spinner{display:block}.av-gallery__item.is-loading .av-gallery__media{visibility:hidden}.av-gallery__item.is-loading .av-gallery__play-icon{display:none}.av-gallery--grayscale .av-gallery__media{filter:grayscale(calc(var(--av-gallery-grayscale-amount, 1) * 100%));transition:filter .2s ease-out}.av-gallery-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#000000d9}.av-gallery-modal[hidden]{display:none}.av-gallery-modal__box{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.av-gallery-modal__content{max-width:100%;max-height:calc(90vh - 5rem);display:flex;align-items:center;justify-content:center}.av-gallery-modal__spinner{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3rem;height:3rem;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:av-gallery-spin .8s linear infinite}.av-gallery-modal.is-loading .av-gallery-modal__spinner{display:block}.av-gallery-modal.is-loading .av-gallery-modal__content{visibility:hidden}.av-gallery-modal.is-loading .av-gallery-modal__box{min-width:16rem;min-height:16rem}@keyframes av-gallery-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}.av-gallery-modal__content img,.av-gallery-modal__content video,.av-gallery-modal__content model-viewer{display:block;max-width:100%;max-height:calc(90vh - 5rem);width:auto;height:auto;object-fit:contain}.av-gallery-modal__close{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-right:-2rem;padding:0;border:0;background:none;cursor:pointer;color:#fff}.av-gallery-modal__close svg{width:2rem;height:2rem;fill:currentColor}@media screen and (max-width:749px){.av-gallery-modal{padding:1rem}.av-gallery-modal__box{max-width:100vw;max-height:100vh}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/av-gallery.css.map */
