.gallery{display:flex;flex-direction:column;gap:24px}.gallery-container{display:flex;flex-direction:column;gap:24px;width:100%}.gallery .gallery-content{display:flex;flex-direction:column;gap:24px}.gallery__images{display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(3,auto);grid-gap:24px;grid-auto-flow:dense;box-sizing:border-box}.gallery__image{width:100%;height:100%;aspect-ratio:16/8;border-radius:12px;display:flex;box-sizing:border-box;grid-column:span 1;grid-row:span 1}.gallery__image.primary{aspect-ratio:16/16}.gallery__image img,.gallery__image--l img{width:100%;height:100%;object-fit:cover;border-radius:12px}.gallery__images--l{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery__image--l{grid-column:span 1;max-height:200px;width:100%}.gallery__image--l.span--2{grid-column:span 2}.gallery__image--l.span--3{grid-column:span 3}@media screen and (min-width: 768px){.gallery-container{gap:40px}.gallery .gallery__description{max-width:580px;margin:auto}.gallery__images{grid-template-columns:1fr 1fr;grid-template-rows:repeat(2,auto)}.gallery__image.primary{grid-column:span 1;grid-row:span 2}.gallery__image{grid-column:span 1;grid-row:span 1}.gallery__images--l{gap:24px}.gallery__image--l{max-height:300px}}@media screen and (min-width: 990px){.gallery .gallery-content{flex-direction:row;align-items:center;gap:16px}.gallery .gallery-content--top_center{flex-direction:column;gap:24px;text-align:center}.gallery .gallery-content--middle_left{text-align:start;align-items:center;justify-content:space-between}.gallery .gallery-content--middle_left .title{max-width:550px}.gallery .gallery-content--middle_left .title,.gallery .gallery-content--middle_left .description{text-align:start}.gallery__images--l{gap:32px}.gallery__image--l{max-height:400px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/section-gallery.css.map */
