.sale-offer [hidden], .sale-offer[hidden], .sale-regular[hidden], .sale-raise[hidden], .sale-dev [hidden] { display: none !important; }
.sale-offer { margin: 28px auto 0; text-align: center; }
.sale-offer:not([hidden]) + .hero__actions { margin-top: 20px; }
.sale-offer__heading { font-family: var(--font-display); font-size: clamp(26px, 4vw, 42px); line-height: 1.15; overflow-wrap: anywhere; }
.sale-heading-text { background-image: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.sale-heading-emoji { background: none; -webkit-text-fill-color: initial; color: var(--ink-soft); }
/* Copied from Webflow salegradient-new + removesalegradient,
   bringbacksalesgradient, and saleendtext-new. Emoji siblings stay unpainted. */
.sale-offer[data-style=webflow] .sale-offer__heading { font-family: 'Open Sans', sans-serif; font-size: 40px; font-weight: 700; line-height: 1.2; margin: 20px 0 10px; padding: 9px 0; }
.sale-offer[data-style=webflow] .sale-heading-text { background-image: linear-gradient(95deg, #60aef8, #f46692 53%, #f3a562); }
.sale-offer[data-style=webflow] .sale-offer__label { color: #e74c3c; margin: 0 0 13px; font-family: Manrope, sans-serif; font-size: 35px; font-weight: 700; line-height: 1.2; }
.sale-offer[data-style=webflow][data-mode=auto] .sale-offer__label { margin-top: 29px; }
.sale-offer__label { font-weight: 700; margin: 14px 0; font-size: 20px; overflow-wrap: anywhere; }
/* Without a heading, keep Webflow's single 29px video-to-label gap. */
.sale-offer:has(> .sale-offer__heading[hidden]) { margin-top: 29px; }
.sale-offer:has(> .sale-offer__heading[hidden]) .sale-offer__label { margin-top: 0; }
/* With a heading, its original margin/padding supplies the video gap.
   The red line follows the heading's 10px bottom margin, not the auto-offer gap. */
.sale-offer:has(> .sale-offer__heading:not([hidden])) { margin-top: 0; }
.sale-offer:has(> .sale-offer__heading:not([hidden])) .sale-offer__label { margin-top: 0; }
.sale-clock { display: flex; justify-content: center; gap: 12px; margin: 18px auto 0; }
.sale-clock > div { min-width: 65px; padding: 12px 10px; border: 1px solid #e4e6eb; border-radius: 12px; background: #fff9; }
.sale-clock strong { display: block; font: 700 30px/1.2 var(--font-display); font-variant-numeric: tabular-nums; }
.sale-clock span { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; margin-top: 5px; }
/* Original Webflow js-clock-new / timerbox-new / clock-number-new / clock-label-new. */
.sale-clock[data-style=webflow-red] { gap: 0; align-items: center; margin-top: 0; max-width: 100%; }
.sale-clock[data-style=webflow-red] > div { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 120px; height: 120px; min-width: 0; margin: 0 10px; padding: 10px; border: 0; border-radius: 0; background: none; }
.sale-clock[data-style=webflow-red] strong { color: #e74c3c; font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif; font-size: 80px; font-weight: 400; line-height: 70px; }
.sale-clock[data-style=webflow-red] span { color: #333; font-family: Lato, sans-serif; font-size: 12px; font-weight: 700; line-height: 20px; letter-spacing: 5px; margin-top: 10px; margin-right: -5px; }
@media (max-width: 479px) {
  .sale-clock[data-style=webflow-red] { flex-wrap: nowrap; }
  .sale-clock[data-style=webflow-red] > div { width: 90px; margin: 0 0 10px; padding-left: 0; padding-right: 0; }
  .sale-clock[data-style=webflow-red] strong { flex: none; font-size: 60px; }
  .sale-clock[data-style=webflow-red] span { margin-top: 5px; }
}
.sale-regular { display: block; font: 500 22px/1.4 var(--font-display); color: var(--grey); }
.sale-raise { overflow-wrap: anywhere; }
.sale-dev { position: fixed; z-index: 10000; right: 18px; bottom: 18px; width: 348px; max-width: calc(100vw - 16px); max-height: min(760px, calc(100dvh - 32px)); display: flex; flex-direction: column; color: #e9eef7; background: #161c27; border: 1px solid #465267; border-radius: 16px; box-shadow: 0 16px 60px #07112255; font: 12px/1.5 system-ui, sans-serif; overflow: hidden; }
.sale-dev__header, .sale-dev__footer { flex-shrink: 0; }
.sale-dev__publish { padding: 10px 16px; border-bottom: 1px solid #354055; flex-shrink: 0; }
.sale-dev .sale-dev__publish > button { width: 100%; background: #eead77; color: #171c27; font-weight: 750; }
.sale-dev .sale-dev__publish > button:hover { background: #ffc897; }
.sale-dev__publish > span { display: block; font-size: 10px; color: #bac7da; margin: 5px 0; }
.sale-dev__publish > div { display: flex; gap: 8px; }
.sale-dev__publish > div button { font-size: 10px; flex: 1; }
.sale-dev button:disabled { opacity: .5; cursor: not-allowed; }
.sale-dev__header { display: flex; justify-content: space-between; align-items: center; padding: 14px 16px; background: #202938; cursor: grab; touch-action: none; }
.sale-dev__header small { display: block; font-size: 9px; letter-spacing: .13em; color: #a4b7d1; }
.sale-dev__header strong { display: block; font-size: 17px; margin-top: 2px; }
.sale-dev__header span { color: #ffce8a; background: #473c2e; border-radius: 4px; padding: 2px 5px; font-size: 9px; vertical-align: middle; margin-left: 6px; }
.sale-dev button, .sale-dev input, .sale-dev select, .sale-dev textarea { font: inherit; color: inherit; }
.sale-dev button { cursor: pointer; border: 1px solid #465267; border-radius: 7px; background: #273245; padding: 8px 10px; }
.sale-dev button:hover { background: #34445e; }
.sale-dev__header button { font-size: 20px; line-height: 1; width: 32px; height: 32px; padding: 0; }
.sale-dev__body { overflow-y: auto; min-height: 0; overscroll-behavior: contain; padding: 14px 16px; }
.sale-dev__intro { color: #bac7da; margin-bottom: 14px; }
.sale-dev label:not(.sale-dev__check) { display: flex; flex-direction: column; gap: 5px; }
.sale-dev input:not([type=checkbox]), .sale-dev select, .sale-dev textarea { width: 100%; min-width: 0; padding: 8px; border: 1px solid #455269; border-radius: 6px; background: #101722; color-scheme: dark; }
.sale-dev input:disabled, .sale-dev select:disabled { opacity: .45; }
.sale-dev__hint { color: #9eafc6; font-size: 11px; margin: 8px 0; }
.sale-dev__jumps { display: flex; gap: 8px; margin: 13px 0; }
.sale-dev__jumps button { flex: 1; }
.sale-dev__section { border-top: 1px solid #354055; }
.sale-dev__section summary { padding: 12px 0; cursor: pointer; font-weight: 650; }
.sale-dev__group { display: flex; flex-direction: column; gap: 12px; padding: 0 0 14px; }
.sale-dev__check { display: flex; align-items: center; gap: 8px; cursor: pointer; }
.sale-dev input[type=checkbox] { accent-color: #ffb778; width: 16px; height: 16px; margin: 0; flex-shrink: 0; }
.sale-dev__footer { padding: 10px 16px; border-top: 1px solid #354055; font-size: 11px; color: #9bd7c5; }
.sale-dev__footer p { color: #f6c687; margin: 4px 0 0; }
.sale-dev__footer p:empty, .sale-dev__footer [data-feedback]:empty { display: none; }
.sale-dev__footer [data-feedback] { display: block; color: #bac7da; margin-top: 4px; }
.sale-dev.is-minimized { width: 255px; }
.sale-dev.is-minimized .sale-dev__body, .sale-dev.is-minimized .sale-dev__footer, .sale-dev.is-minimized .sale-dev__publish { display: none; }
@media (max-width: 600px) { .sale-dev { right: 8px; bottom: 8px; max-height: 65dvh; } .sale-clock { gap: 7px; } .sale-clock > div { min-width: 57px; } }
@media print { .sale-dev { display: none; } }
