.image-gallery{width:100%}.image-gallery__wrapper{width:100%;box-sizing:border-box}.image-gallery__grid--responsive{display:grid;width:100%;gap:var(--gallery-image-gap, 0)}.image-gallery__grid--responsive{grid-template-columns:repeat(var(--gallery-mobile-columns, 1),1fr)}@media screen and (min-width: 750px){.image-gallery__grid--responsive{grid-template-columns:repeat(var(--gallery-desktop-columns, 2),1fr)}}.image-gallery__image{position:relative;overflow:hidden;width:100%}.image-gallery__image img{display:block;width:100%;height:100%;object-fit:cover}.image-gallery__image .placeholder-svg{width:100%;height:100%;object-fit:cover;background-color:rgba(var(--color-foreground),.04)}.image-gallery__heading-group{margin-bottom:2rem}.image-gallery__return-btn-wrapper{margin-bottom:1rem}.image-gallery__grid:not(.image-gallery__grid--responsive){display:flex;flex-wrap:wrap}.image-gallery__grid:not(.image-gallery__grid--responsive) .image-gallery__image{flex:1 1 calc(100% / var(--count, 2));max-width:calc(100% / var(--count, 2))}@media screen and (max-width: 749px){.image-gallery__grid:not(.image-gallery__grid--responsive) .image-gallery__image{flex:1 1 100%;max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/137/assets/section-image-gallery.css.map */
