.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:2.5rem 0}.product-gallery img{display:block;width:100%;height:100%;object-fit:cover;border:1px solid #2a2a2a;background:#181818}.product-gallery img:first-child{grid-column:1/-1;aspect-ratio:2.5/1}@media(max-width:760px){.product-gallery{grid-template-columns:1fr}.product-gallery img:first-child{grid-column:auto}}
