[hidden] { display: none !important; }
:root { --promo-height: 0px; }
.nav { top: var(--promo-height); }
#product { scroll-margin-top: calc(var(--promo-height) + 80px); }
.promo-banner {
  position: fixed; z-index: 30; inset: 0 0 auto;
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: 4px 12px; padding: 11px 20px; text-align: center;
  background: #f2f0eb; color: #080808; text-decoration: none;
  font-size: 14px; line-height: 1.4; letter-spacing: .02em;
}
.promo-banner-price { white-space: nowrap; }
.promo-intro { max-width: 640px; margin: 0 0 32px; }
.promo-intro h2 { margin: 0 0 10px; font-size: clamp(24px, 4vw, 36px); font-weight: 500; line-height: 1.12; }
.promo-intro p { color: var(--muted); font-size: 16px; line-height: 1.5; }
.product-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 14px; margin: 16px 0 6px; }
.product-price-current { font-size: 28px; font-weight: 500; }
.product-price-old { color: var(--muted); font-size: 17px; }
.product-benefit { margin: 0 0 6px; font-size: 14px; }
.product-offer-note { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.buy-button { width: 100%; letter-spacing: .1em; }
.promo-status { margin: 0 0 24px; color: var(--muted); font-size: 15px; line-height: 1.5; }
.promo-conditions { max-width: 760px; margin: 26px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.promo-conditions summary { color: var(--paper); cursor: pointer; padding: 10px 0; }
.promo-conditions p { margin: 10px 0; }
.order-pricing { margin: 0 0 24px; }
.order-promo-label { margin: 0 0 14px; padding: 12px 14px; border: 1px solid rgba(242,240,235,.3); color: var(--paper); font-size: 14px; line-height: 1.45; }
.order-price-line { display: flex; justify-content: space-between; gap: 16px; margin: 9px 0; font-size: 15px; line-height: 1.5; }
.order-price-line span:last-child { white-space: nowrap; }
.order-price-line.secondary { color: var(--muted); }
.order-price-line.total { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 18px; }
.order-summary { margin-bottom: 18px; }
.order-delivery { margin: 0 0 22px; font-size: 14px; }
.order-field label { font-size: 12px; letter-spacing: .1em; }
.order-global-error, .order-field-error { font-size: 14px; }
.order-submit { letter-spacing: .07em; white-space: normal; }
.order-pricing-link { color: var(--muted); font-size: 13px; }
@media(max-width:780px) {
  .promo-banner { padding: 9px 12px; font-size: 12px; gap: 2px 8px; }
  .hero-inner { padding-top: calc(90px + var(--promo-height)); }
  .product-price-current { font-size: 26px; }
  .order-price-line.total { font-size: 16px; }
  .order-dialog { padding-bottom: 22px; }
  .order-submit { position: sticky; bottom: 0; z-index: 1; box-shadow: 0 8px 0 8px #111; }
}
