.product-gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;padding:.5rem}.product-gallery-grid a{display:block;min-height:220px;background:#ede8db}.product-gallery-grid .product-gallery-primary{grid-column:1/-1;min-height:620px}.product-gallery-grid img{width:100%;height:100%;object-fit:cover;display:block}.product-admin-gallery{display:grid;grid-template-columns:repeat(4,minmax(100px,1fr));gap:1rem}.product-admin-gallery label{margin:0}.product-admin-gallery img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:.7rem}.product-admin-gallery span{display:flex;align-items:center;gap:.4rem;font-size:.75rem}.product-admin-gallery input{width:auto}@media(max-width:700px){.product-gallery-grid{grid-template-columns:1fr}.product-gallery-grid .product-gallery-primary{min-height:420px}.product-admin-gallery{grid-template-columns:repeat(2,1fr)}}
