.product-card__bottom .price--promo{display:grid;color:#b44821}
.product-card__bottom .price--promo del{font-size:12px;color:var(--muted);font-weight:600}
.product-gallery{display:flex;gap:8px;padding:12px;background:#fff;overflow:auto}
.product-gallery button{padding:0;border:2px solid transparent;border-radius:9px;overflow:hidden;background:none;flex:0 0 76px}
.product-gallery button.active{border-color:var(--accent)}
.product-gallery img{width:76px!important;height:58px!important;aspect-ratio:auto!important;object-fit:cover;display:block}
.product-price del{display:block;font-size:16px;color:var(--muted);font-weight:600}
.product-price strong{color:#b44821}
