/* Limited-time buy-one-get-one offer shared by the public site and dashboard. */

:root {
  --bogo-red: #ef3124;
  --bogo-surface: #15161a;
  --bogo-border: rgba(255, 255, 255, 0.09);
}

body .announcement-bar[data-bogo-promo] {
  position: relative !important;
  display: block !important;
  min-height: 44px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-bottom: 1px solid var(--bogo-border) !important;
  background: #0c0d10 !important;
  box-shadow: none !important;
}

body .announcement-bar[data-bogo-promo][hidden] {
  display: none !important;
}

body .announcement-bar[data-bogo-promo]::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  background:
    linear-gradient(90deg, transparent 0%, rgba(239, 49, 36, 0.09) 50%, transparent 100%),
    #0c0d10 !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

body .announcement-bar[data-bogo-promo] .content-wrap {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

body .announcement-bar[data-bogo-promo] .announcement-bar-inner {
  display: flex !important;
  width: 100% !important;
  min-height: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transform: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

body .announcement-bar[data-bogo-promo] .announcement-tag {
  display: inline-flex !important;
  min-width: 52px !important;
  min-height: 25px !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 9px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--bogo-red) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-family: "Onest", "Inter", -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body .announcement-bar[data-bogo-promo] .announcement-text {
  display: inline-flex !important;
  min-width: 0 !important;
  align-items: center !important;
  color: rgba(255, 255, 255, 0.96) !important;
  font-family: "Onest", "Inter", -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 13px !important;
  font-weight: 720 !important;
  letter-spacing: -0.018em !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

body .announcement-bar[data-bogo-promo] .bogo-countdown {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 6px !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-family: "Onest", "Inter", -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 650 !important;
  letter-spacing: -0.01em !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body .announcement-bar[data-bogo-promo] .bogo-countdown time {
  min-width: 78px !important;
  color: #ffffff !important;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace !important;
  font-size: 11.5px !important;
  font-variant-numeric: tabular-nums !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
}

body .announcement-bar[data-bogo-promo] .announcement-arrow {
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  flex: 0 0 14px !important;
  color: rgba(255, 255, 255, 0.74) !important;
  transform: none !important;
  transition: transform 160ms ease !important;
}

@media (hover: hover) and (pointer: fine) {
  body .announcement-bar[data-bogo-promo] .announcement-bar-inner:hover .announcement-arrow {
    transform: translateX(2px) !important;
  }
}

.view-section[data-view="home"] > .bogo-promo {
  appearance: none !important;
  -webkit-appearance: none !important;
  position: relative !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto auto !important;
  align-items: center !important;
  gap: 11px !important;
  width: calc(100% - 24px) !important;
  min-height: 60px !important;
  margin: 0 auto 14px !important;
  padding: 7px 9px !important;
  overflow: hidden !important;
  border: 1px solid var(--bogo-border) !important;
  border-radius: 13px !important;
  background: var(--bogo-surface) !important;
  color: #ffffff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025) !important;
  font: inherit !important;
  text-align: left !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
}

.view-section[data-view="home"] > .bogo-promo::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 0 auto !important;
  width: 42% !important;
  background: linear-gradient(90deg, transparent, rgba(239, 49, 36, 0.08)) !important;
  pointer-events: none !important;
}

.bogo-promo[hidden],
body.backtest-mode .bogo-promo {
  display: none !important;
}

.bogo-promo__badge {
  position: relative !important;
  z-index: 1 !important;
  display: inline-flex !important;
  min-width: 52px !important;
  height: 34px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 9px !important;
  border-radius: 9px !important;
  background: var(--bogo-red) !important;
  color: #ffffff !important;
  font-family: "Onest", "Inter", -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 13px !important;
  font-weight: 820 !important;
  letter-spacing: -0.025em !important;
  line-height: 1 !important;
}

.bogo-promo__copy {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  min-width: 0 !important;
  gap: 2px !important;
}

.bogo-promo__copy strong {
  display: block !important;
  overflow: visible !important;
  color: #f7f7f8 !important;
  font-family: "Onest", "Inter", -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 13px !important;
  font-weight: 760 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.16 !important;
  text-overflow: clip !important;
  text-wrap: balance !important;
  white-space: normal !important;
}

.bogo-promo__copy small {
  display: none !important;
}

.bogo-promo__timer {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  justify-items: end !important;
  gap: 3px !important;
  white-space: nowrap !important;
}

.bogo-promo__timer span {
  color: rgba(255, 255, 255, 0.48) !important;
  font-family: "Onest", "Inter", -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 9px !important;
  font-weight: 620 !important;
  line-height: 1 !important;
}

.bogo-promo__timer time {
  color: #ffffff !important;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace !important;
  font-size: 11px !important;
  font-variant-numeric: tabular-nums !important;
  font-weight: 700 !important;
  letter-spacing: -0.035em !important;
  line-height: 1 !important;
}

.bogo-promo__arrow {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  width: 30px !important;
  height: 30px !important;
  place-items: center !important;
  border-radius: 9px !important;
  background: rgba(255, 255, 255, 0.055) !important;
  color: rgba(255, 255, 255, 0.86) !important;
}

.bogo-promo__arrow svg {
  display: block !important;
  width: 15px !important;
  height: 15px !important;
}

.view-section[data-view="home"] > .bogo-promo:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.46) !important;
  outline-offset: 2px !important;
}

.view-section[data-view="home"] > .bogo-promo:active {
  transform: scale(0.992) !important;
}

body.bogo-modal-open {
  overflow: hidden !important;
}

.bogo-offer-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
  opacity: 0;
  transition: opacity 200ms ease;
}

.bogo-offer-modal.is-visible {
  opacity: 1;
}

.bogo-offer-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.bogo-offer-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(520px, calc(100vw - 24px));
  max-height: min(94dvh, 900px);
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  outline: 0;
  background: #111216;
  color: #ffffff;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.58);
  transform: translateY(18px) scale(0.98);
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.bogo-offer-modal.is-visible .bogo-offer-modal__dialog {
  transform: translateY(0) scale(1);
}

.bogo-offer-modal__close {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #111216;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.bogo-offer-modal__close img {
  display: block;
  width: 19px;
  height: 19px;
}

.bogo-offer-modal__close:hover {
  background: #ffffff;
  transform: scale(1.04);
}

.bogo-offer-modal__close:focus-visible,
.bogo-offer-modal__cta:focus-visible {
  outline: 3px solid rgba(239, 49, 36, 0.42);
  outline-offset: 3px;
}

.bogo-offer-modal__media {
  display: block;
  overflow: hidden;
  border-radius: 17px 17px 0 0;
  background: transparent;
}

.bogo-offer-modal__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.bogo-offer-modal__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0d0e11;
}

.bogo-offer-modal__countdown {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 3px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.bogo-offer-modal__countdown span {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Onest", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.bogo-offer-modal__countdown time {
  color: #ffffff;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 15px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.bogo-offer-modal__cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid rgba(239, 49, 36, 0.78);
  border-radius: 6px;
  background: #17191e;
  color: #ffffff;
  font-family: "Onest", "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.085em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.bogo-offer-modal__cta:hover {
  border-color: #ff4a3e;
  background: #211719;
  color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 680px) {
  body .announcement-bar[data-bogo-promo],
  body .announcement-bar[data-bogo-promo] .announcement-bar-inner {
    min-height: 54px !important;
  }

  body .announcement-bar[data-bogo-promo] .announcement-bar-inner {
    gap: 8px !important;
    padding-inline: 10px !important;
  }

  body .announcement-bar[data-bogo-promo] .announcement-tag {
    min-width: 47px !important;
    min-height: 23px !important;
    padding-inline: 7px !important;
    font-size: 11.5px !important;
  }

  body .announcement-bar[data-bogo-promo] .announcement-text {
    flex: 0 1 auto !important;
    font-size: 12px !important;
    line-height: 1.16 !important;
    white-space: normal !important;
  }

  body .announcement-bar[data-bogo-promo] .bogo-countdown {
    display: grid !important;
    justify-items: end !important;
    gap: 3px !important;
    font-size: 9px !important;
  }

  body .announcement-bar[data-bogo-promo] .bogo-countdown time {
    min-width: 72px !important;
    font-size: 10.5px !important;
  }

  body .announcement-bar[data-bogo-promo] .announcement-arrow {
    display: none !important;
  }

  .view-section[data-view="home"] > .bogo-promo {
    min-height: 62px !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    gap: 8px !important;
    padding: 8px !important;
  }

  .bogo-promo__badge {
    min-width: 48px !important;
    height: 32px !important;
    padding-inline: 7px !important;
    font-size: 12px !important;
  }

  .bogo-promo__arrow {
    display: none !important;
  }

  .bogo-offer-modal__dialog {
    width: min(520px, calc(100vw - 18px));
    max-height: calc(100dvh - 18px);
    border-radius: 16px;
  }

  .bogo-offer-modal__media {
    border-radius: 15px 15px 0 0;
  }

  .bogo-offer-modal__content {
    gap: 10px;
    padding: 10px 11px;
  }
}

@media (max-width: 390px) {
  body .announcement-bar[data-bogo-promo] .announcement-text {
    max-width: 45vw !important;
  }

  body .announcement-bar[data-bogo-promo] .bogo-countdown > span {
    display: none !important;
  }

  .view-section[data-view="home"] > .bogo-promo {
    gap: 8px !important;
    padding-inline: 8px !important;
  }

  .bogo-promo__copy strong {
    font-size: 11.5px !important;
    line-height: 1.18 !important;
  }

  .bogo-promo__timer span {
    display: none !important;
  }

  .bogo-offer-modal__close {
    top: 9px;
    right: 9px;
    width: 36px;
    height: 36px;
  }

}

@media (max-width: 340px) {
  .bogo-offer-modal__content {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .announcement-bar[data-bogo-promo] .announcement-arrow,
  .view-section[data-view="home"] > .bogo-promo,
  .bogo-offer-modal,
  .bogo-offer-modal__dialog,
  .bogo-offer-modal__close,
  .bogo-offer-modal__cta {
    transition: none !important;
  }
}

/* v20260910-bogo-timer06: restrained product-style countdown. */
body .announcement-bar[data-bogo-promo] .bogo-countdown {
  align-items: center !important;
  gap: 8px !important;
  min-height: 30px !important;
  padding: 5px 9px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #202126 !important;
  box-shadow: none !important;
}

body .announcement-bar[data-bogo-promo] .bogo-countdown time {
  min-width: 82px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
}

.bogo-promo__timer {
  min-width: 94px !important;
  justify-items: start !important;
  gap: 3px !important;
  padding: 7px 10px !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: #202126 !important;
  box-shadow: none !important;
}

.bogo-promo__timer time {
  font-size: 12.5px !important;
  font-weight: 700 !important;
}

.bogo-offer-modal__content {
  gap: 10px !important;
  padding: 11px 12px !important;
}

.bogo-offer-modal__countdown {
  display: grid !important;
  min-width: 0 !important;
  min-height: 52px !important;
  align-content: center !important;
  justify-items: start !important;
  gap: 5px !important;
  padding: 8px 12px !important;
  border: 1px solid #2b2d32 !important;
  border-radius: 11px !important;
  background: #18191d !important;
  box-shadow: none !important;
}

.bogo-offer-modal__countdown span {
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  line-height: 1 !important;
  text-transform: none !important;
}

.bogo-offer-modal__countdown span::before {
  content: none !important;
}

.bogo-offer-modal__countdown time {
  color: #ffffff !important;
  font-family: "Onest", "Inter", -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 18px !important;
  font-variant-numeric: tabular-nums !important;
  font-weight: 750 !important;
  letter-spacing: -0.04em !important;
  line-height: 1 !important;
}

.bogo-offer-modal__cta {
  min-height: 52px !important;
  padding: 0 15px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: #ef3124 !important;
  box-shadow: none !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
}

@media (max-width: 680px) {
  body .announcement-bar[data-bogo-promo] .bogo-countdown {
    display: grid !important;
    min-height: 34px !important;
    justify-items: start !important;
    gap: 4px !important;
    padding: 5px 8px !important;
  }

  body .announcement-bar[data-bogo-promo] .bogo-countdown time {
    min-width: 78px !important;
    font-size: 11px !important;
  }

  .bogo-offer-modal__content {
    gap: 8px !important;
    padding: 10px !important;
  }

  .bogo-offer-modal__countdown {
    min-height: 54px !important;
    padding-inline: 12px !important;
  }

  .bogo-offer-modal__cta {
    min-height: 54px !important;
    padding-inline: 13px !important;
  }
}

@media (max-width: 390px) {
  .bogo-offer-modal__countdown time {
    font-size: 16px !important;
  }

  .bogo-offer-modal__cta {
    padding-inline: 11px !important;
    font-size: 12px !important;
  }
}

/* v20260910-bogo-topbar07: strict final top-bar layout. */
body .announcement-bar[data-bogo-promo] {
  min-height: 48px !important;
  border-bottom: 1px solid #25262a !important;
  background: #111216 !important;
}

body .announcement-bar[data-bogo-promo]::before {
  display: none !important;
  background: none !important;
}

body .announcement-bar[data-bogo-promo] .content-wrap {
  max-width: 1280px !important;
  margin-inline: auto !important;
}

body .announcement-bar[data-bogo-promo] .announcement-bar-inner {
  display: grid !important;
  box-sizing: border-box !important;
  grid-template-columns: auto minmax(0, max-content) auto !important;
  min-height: 48px !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 0 18px !important;
}

body .announcement-bar[data-bogo-promo] .announcement-tag {
  box-sizing: border-box !important;
  min-width: 46px !important;
  min-height: 24px !important;
  padding-inline: 8px !important;
  border-radius: 3px !important;
  font-size: 11.5px !important;
  font-weight: 750 !important;
  letter-spacing: 0.015em !important;
}

body .announcement-bar[data-bogo-promo] .announcement-text {
  font-size: 12.5px !important;
  font-weight: 650 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.2 !important;
}

body .announcement-bar[data-bogo-promo] .bogo-countdown {
  display: grid !important;
  box-sizing: border-box !important;
  min-width: 86px !important;
  min-height: auto !important;
  align-content: center !important;
  justify-items: start !important;
  gap: 3px !important;
  padding: 0 0 0 12px !important;
  border: 0 !important;
  border-left: 1px solid #383a40 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .announcement-bar[data-bogo-promo] .bogo-countdown > span {
  display: block !important;
  color: #868991 !important;
  font-size: 8.5px !important;
  font-weight: 650 !important;
  letter-spacing: 0.055em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body .announcement-bar[data-bogo-promo] .bogo-countdown time {
  min-width: 0 !important;
  font-family: "Onest", "Inter", -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  line-height: 1 !important;
}

body .announcement-bar[data-bogo-promo] .announcement-arrow {
  display: none !important;
}

body .region-notice,
body .site-footer-locations {
  display: none !important;
}

@media (max-width: 680px) {
  body .announcement-bar[data-bogo-promo],
  body .announcement-bar[data-bogo-promo] .announcement-bar-inner {
    min-height: 56px !important;
  }

  body .announcement-bar[data-bogo-promo] .announcement-bar-inner {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    justify-content: stretch !important;
    gap: 9px !important;
    padding-inline: 12px !important;
  }

  body .announcement-bar[data-bogo-promo] .announcement-tag {
    min-width: 43px !important;
    min-height: 24px !important;
    padding-inline: 6px !important;
    border-radius: 3px !important;
    font-size: 11px !important;
  }

  body .announcement-bar[data-bogo-promo] .announcement-text {
    display: -webkit-box !important;
    max-width: none !important;
    overflow: hidden !important;
    font-size: 11.5px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  body .announcement-bar[data-bogo-promo] .bogo-countdown {
    min-width: 73px !important;
    justify-items: start !important;
    gap: 3px !important;
    padding-left: 9px !important;
  }

  body .announcement-bar[data-bogo-promo] .bogo-countdown time {
    font-size: 11px !important;
  }
}

@media (max-width: 340px) {
  body .announcement-bar[data-bogo-promo] .announcement-bar-inner {
    gap: 7px !important;
    padding-inline: 9px !important;
  }

  body .announcement-bar[data-bogo-promo] .announcement-tag {
    width: 38px !important;
    min-width: 38px !important;
    padding-inline: 0 !important;
    font-size: 10.5px !important;
  }

  body .announcement-bar[data-bogo-promo] .announcement-text {
    font-size: 10.75px !important;
  }

  body .announcement-bar[data-bogo-promo] .bogo-countdown {
    width: 72px !important;
    min-width: 72px !important;
    padding-left: 6px !important;
  }

  body .announcement-bar[data-bogo-promo] .bogo-countdown time {
    font-size: 10.5px !important;
  }
}
