/* Compact, uncropped storefront product media */
.collection-page{max-width:1080px}
.collection-page .product-image{display:flex;align-items:center;justify-content:center;height:430px;aspect-ratio:auto;background:#f1f2f5;padding:1.25rem}
.collection-page .product-image img{width:100%;height:100%;object-fit:contain}
.product-page{grid-template-columns:minmax(320px,520px) minmax(0,1fr);max-width:1180px}
.product-gallery{align-self:start}
.product-gallery>div{display:flex;align-items:center;justify-content:center;height:240px;background:#f1f2f5;padding:1rem;overflow:hidden}
.product-gallery>div:first-child{height:560px}
.product-gallery img{width:100%;height:100%;object-fit:contain;background:#f1f2f5}
@media(max-width:850px){.product-page{grid-template-columns:1fr}.product-gallery>div:first-child{height:460px}.collection-page .product-image{height:360px}}
@media(max-width:520px){.product-gallery>div,.product-gallery>div:first-child{height:380px}.collection-page .product-image{height:340px}}
