/* La majorité du style e-commerce est intégrée à styles.css pour préserver le design existant. */
.product-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px}.product-gallery a{display:block;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff}.product-gallery img{width:100%;height:90px;object-fit:cover}.inline{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.inline input{min-width:160px}@media(max-width:680px){.product-gallery{grid-template-columns:repeat(2,1fr)}}
