
.btn--buy-now-offer{ position:relative; overflow:visible; display:flex; align-items:center; justify-content:center; gap:8px; }
.buy-now-offer-badge{
  background:#2B1B12; color:#FFB100; font-size:.7rem; font-weight:800; letter-spacing:.02em;
  padding:3px 8px; border-radius:999px; white-space:nowrap;
}
html[data-theme="dark"] .buy-now-offer-badge{ background:#FDF3E2; color:#24151C; }
