/* Isolated promotional display. Existing product prices are never restyled. */
.info .hbada-promo-price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 22px;
  margin: 0 0 24px;
}
.info .hbada-promo-price-copy { flex: 0 1 auto; min-width: 0; }
.info .hbada-promo-price-copy .save { margin: 8px 0 0; }
.info .hbada-offer {
  flex: 1 1 238px;
  max-width: 344px;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 16px;
  padding: 14px 16px 10px;
  color: #26211b;
  border: 1px solid #e9d9bd;
  border-radius: 12px;
  background: linear-gradient(120deg, #fbf6ed, #fffdf8);
  box-shadow: 0 3px 12px rgb(105 79 39 / 4%);
  overflow-wrap: normal;
}
.hbada-offer__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.hbada-offer__eyebrow {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 9px; font-weight: 700; line-height: 1.2; letter-spacing: .5px;
  color: #856139; white-space: nowrap;
}
.hbada-offer__eyebrow svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.hbada-offer__amount { font-size: 23px; line-height: 1.1; letter-spacing: -.8px; white-space: nowrap; }
.hbada-offer__note { font-size: 10px; color: #766652; line-height: 1.3; white-space: nowrap; }
.hbada-offer__timer { display: flex; align-items: flex-start; gap: 4px; }
.hbada-offer__unit { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.hbada-offer__unit b {
  display: block; min-width: 29px; font-size: 24px; line-height: 1.15;
  font-weight: 650; font-variant-numeric: tabular-nums; letter-spacing: -.5px;
}
.hbada-offer__unit small { font-size: 8px; font-weight: 600; letter-spacing: .9px; color: #867860; }
.hbada-offer__timer i { padding-top: 2px; font-style: normal; font-size: 18px; line-height: 1.2; color: #a1927b; }
.hbada-offer__ends {
  grid-column: 1 / -1;
  border-top: 1px solid #e9dfcc;
  padding-top: 7px;
  font-size: 9px;
  line-height: 1.45;
  color: #766652;
}
@media (max-width: 700px) {
  .info .hbada-promo-price-row { gap: 14px; margin-bottom: 20px; }
  .info .hbada-offer { flex-basis: 100%; max-width: none; padding: 12px 14px 9px; }
  .hbada-offer__copy { gap: 3px; }
  .hbada-offer__timer { gap: 7px; }
  .hbada-offer__unit b { min-width: 32px; font-size: 27px; }
}
