/* Only loaded on the products page. */
.products-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
.product .carousel-slide { margin:0; border:0; border-radius:0; }
.product .carousel-slide img { width:100%; height:auto; aspect-ratio:1.7; object-fit:contain; padding:18px 36px 42px; background:#fff; }
.product .carousel-slide figcaption { left:12px; right:auto; bottom:8px; max-width:calc(100% - 110px); }
.carousel-dots { left:auto; right:14px; bottom:15px; transform:none; }
.product-top { flex-direction:column; align-items:flex-start; gap:4px; }
@media(max-width:700px) { .products-grid { grid-template-columns:1fr; } .product .carousel-slide img { padding:12px 28px 40px; } }
