.single-product__content-wrapper{display:grid;gap:var(--spacing--xl);grid-template-columns:repeat(4,minmax(0,1fr));margin-block-end:var(--spacing--xxl);margin-block-start:var(--spacing--xxl);margin-bottom:var(--spacing--xxl);margin-top:var(--spacing--xxl)}.single-product__gallery{grid-column:1/-1}@media(min-width:768px){.single-product__gallery{grid-column:1/2}}.single-product__gallery .product-gallery{display:flex;flex-direction:column;gap:2rem}@media(min-width:576px){.single-product__gallery .product-gallery{flex-direction:row;flex-wrap:wrap}}.single-product__gallery .product-gallery__item{border:1px solid var(--color-border);display:block;flex:1;max-height:-moz-max-content;max-height:max-content;max-width:-moz-fit-content;max-width:fit-content}.single-product__gallery .product-gallery__item:first-child{flex:2;max-width:unset}.single-product__gallery .product-gallery__item:not(:first-child) .product-gallery__img{max-height:17rem}@media(min-width:768px){.single-product__gallery .product-gallery__item{flex:unset;grid-column:1}.single-product__gallery .product-gallery__item:first-child{flex:unset;flex-grow:1}}.single-product__gallery .product-gallery__img{display:block;height:auto;width:100%}.single-product__content{grid-column:1/-1}@media(min-width:768px){.single-product__content{grid-column:2/-1}}
/*# sourceMappingURL=single-product.css.map*/