/* Local demo only. Scoped to selected products; existing prices remain intact. */
.brico-demo-price{display:flex;flex-direction:column;align-items:flex-start;gap:5px;max-width:100%;line-height:1.25}
.brico-demo-price .brico-demo-price-reference{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;line-height:1.4}
.brico-demo-price .brico-demo-price-reference del{display:inline;color:#687386;font-size:inherit;font-weight:500;opacity:1;text-decoration:line-through}
.brico-demo-price .brico-demo-price-reference del .amount{display:inline;color:inherit;font-size:inherit;font-weight:inherit}
.brico-demo-price .brico-demo-discount{display:inline-flex;align-items:center;padding:3px 7px;border-radius:5px;background:#fff0d7;color:#843d00;font-size:12px;font-weight:800;line-height:1.3;white-space:nowrap;text-decoration:none}
.brico-demo-price ins.brico-demo-price-current{display:block;white-space:normal;max-width:100%;margin:0;background:transparent;color:inherit;font-size:inherit;font-weight:inherit;text-decoration:none}
.brico-demo-price-current>.amount{white-space:nowrap}
.brico-pdp-price .brico-demo-price{gap:8px}
.brico-pdp-price .brico-demo-price-reference{font-size:17px}
.brico-pdp-price .brico-demo-discount{font-size:13px;padding:4px 8px}

/* Align the compact homepage selection and retain the existing mobile carousel. */
.home-promotions .carousel-track.carousel-track{align-items:stretch}
body.home .home-promotions .carousel-track>.brico-catalog-card{align-self:stretch;height:100%}
.home-promotions .carousel-track>.brico-catalog-card .product-foot{margin-top:auto}
@media(min-width:1241px){body.home .home-promotions .carousel-arrows{display:none}}
