.gallery-template-wrapper{padding:0 0 12px;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:12px;max-width:var(--max-width-screen);margin:0 auto}.gallery{display:flex;flex-direction:column;gap:12px}.gallery__item{position:relative;width:100%;height:100%;display:flex;gap:12px}.gallery__item-image.medium{max-height:300px}.gallery__item-image.large{max-height:450px}.gallery__item-image.small{max-height:187px}.gallery__item-image{width:100%;height:100%;object-fit:cover;border-radius:4px;transition:ease-in-out .2s}.gallery__item-image+.gallery__item-image,.gallery__item-image:has(+.gallery__item-image){width:calc(50% - 6px)}.gallery__item-title{font-size:14px;font-style:normal;font-weight:var(--font-body-weight-bold);line-height:22px;text-transform:uppercase}.gallery__item-hover-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;opacity:0;transition:ease-in-out .2s;background:#ffffffb3}.gallery__item:hover .gallery__item-hover-wrapper{opacity:1}.gallery__item:hover .gallery__item-image{filter:invert(1)}.gallery__item-title:before{content:"["}.gallery__item-title:after{content:"]"}@media(min-width:768px){.gallery-template-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.gallery-template-wrapper{grid-template-columns:repeat(3,minmax(0,1fr))}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/section-gallery.css.map */
