.gallery-wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:7.2rem}.gallery-main{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;grid-column-gap:1.6rem;grid-row-gap:3.2rem}.gallery-item{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:1.6rem;cursor:pointer}.gallery-item__name{text-align:center;text-wrap:balance}.gallery-item__inner{position:relative;overflow:hidden;width:100%}.gallery-item__inner img{aspect-ratio:600 / 720;transform:scale(1);transition:all .2s ease;object-fit:cover}.gallery-item__inner:hover img{transform:scale(1.1)}.gallery-item__video-overlay{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#0006}.gallery-video{width:100%;height:100%;aspect-ratio:600 / 720;object-fit:cover}.gallery-overlay{position:fixed;top:0;left:0;bottom:0;right:0;display:none;flex-direction:column;justify-content:center;align-items:center;padding:4rem;background-color:#000c;z-index:999999}.gallery-overlay.is-active{display:flex}.gallery-overlay__content{display:inline-flex;flex-direction:column;align-items:center;max-width:min(90vw,96rem);max-height:90vh}.gallery-overlay__content img,.gallery-overlay__content video{display:block;max-width:100%;max-height:90vh;width:auto;height:auto;object-fit:contain}.gallery-overlay .gallery-video{width:auto;height:auto;aspect-ratio:auto;object-fit:contain}@media(max-width:768px){.gallery-main{grid-template-columns:repeat(2,1fr);grid-column-gap:1.2rem;grid-row-gap:2.4rem}.gallery-item{gap:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/gallery.css.map */
