
/* Theme alignment tweaks (keeps your design, improves consistency) */
.product-card{ padding:12px; border-radius:12px; }
.product-card img{ border-radius:10px; display:block; margin:0 auto 10px auto; }
.product-card h5{ font-size:0.98rem; margin:8px 0 6px; }
.product-card .price, .product-card .price-line{ margin:0 0 10px; font-weight:700; }
.btn-orange{ background:#1A1A1A; border:2px solid #f15a24; color:#fff; }
.btn-orange:hover{ background:#f15a24; color:#000; }
.btn-add-cart, .btn-remove-cart{ width:100%; margin-top:6px; }
.carousel-control-prev, .carousel-control-next{ width:8%; }
