.gallery-mosaic{margin-top:var(--m-top);margin-bottom:var(--m-bottom);width:100%;padding:0 clamp(1rem,5vw,3rem);box-sizing:border-box}.gallery-mosaic__container{max-width:1440px;margin:0 auto}.gallery-mosaic__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(10px,1.5vw,24px);align-items:start}.gallery-mosaic__column{display:flex;flex-direction:column;gap:clamp(10px,1.5vw,24px)}.gallery-mosaic__item{position:relative;width:100%;overflow:hidden}.gallery-mosaic__img{display:block;width:100%;height:auto;object-fit:cover;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.gallery-mosaic__item:hover .gallery-mosaic__img{transform:scale(1.03)}@media(min-width:768px){.gallery-mosaic__column:nth-child(1) .gallery-mosaic__item:nth-child(2){aspect-ratio:3/4}.gallery-mosaic__column:nth-child(2) .gallery-mosaic__item:nth-child(1){aspect-ratio:2/3}}@media(max-width:767px){.gallery-mosaic__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.gallery-mosaic__grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/gallery-mosaic.css.map */
