:root {
  --sad-yellow: #ffda00;
  --sad-ink: #111111;
  --sad-olive: #756600;
  --sad-line: #dedbd1;
  --sad-paper: #ffffff;
  --sad-muted: #68665f;
  --sad-shell-width: 1120px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--sad-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.sad-lock-scroll {
  overflow: hidden;
}

*, *::before, *::after {
  box-sizing: border-box;
}

button, input {
  font: inherit;
}

.sad-shell-container {
  width: min(var(--sad-shell-width), calc(100% - 40px));
  margin-inline: auto;
}

.home-ad-announcement {
  margin: 0;
  padding: 0;
  min-height: 0 !important;
}

.home-ad-announcement .ad-wrapper,
.home-ad-announcement .ad-unit-placeholder {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.home-ad-announcement .ad-wrapper:empty,
.home-ad-announcement .ad-unit-placeholder:empty {
  display: none !important;
}

.home-ad-announcement:empty {
  display: none;
}

.ad-slot {
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin: 22px auto;
  text-align: center;
}

.ad-slot:empty {
  display: none;
}

.ad-slot a {
  display: inline-flex;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
}

.ad-slot img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.home-ad-announcement .ad-slot {
  margin: 0 auto;
  padding: 8px 16px;
  background: #ffd900;
}

.home-ad-announcement .ad-slot img {
  max-height: 96px;
  object-fit: contain;
}

.ad-slot-header,
.ad-slot-after_top_deals,
.ad-slot-home_infeed,
.ad-slot-deals_infeed,
.ad-slot-deals_midpage,
.ad-slot-footer_banner {
  width: min(100% - 32px, 1120px);
}

.ad-slot-post_top,
.ad-slot-article_inline,
.ad-slot-post_bottom,
.ad-slot-category_infeed,
.ad-slot-store_infeed,
.ad-slot-tag_infeed {
  width: min(100%, 780px);
}

.ad-slot-sidebar,
.ad-slot-right_rail {
  width: min(100%, 320px);
}

.ad-slot-right_rail img {
  max-height: 620px;
  object-fit: contain;
}

.sad-ad-break {
  width: 100%;
  margin: 24px auto;
  text-align: center;
}

.sad-ad-break:empty {
  display: none;
}

.sad-ad-break--home {
  margin-top: 10px;
  margin-bottom: 28px;
}

.sad-ad-break--article-inline,
.sad-ad-break--post-bottom {
  margin: 28px auto;
}

.deals-ad-break {
  margin: 22px auto 28px;
}

.navigation-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  backdrop-filter: blur(12px);
  transition: box-shadow 180ms ease;
}

.navigation-header.is-scrolled {
  box-shadow: 0 8px 26px rgba(17, 17, 17, 0.1);
}

.header-nav.home {
  width: 100%;
  min-height: 74px;
  background: transparent;
}

.navigation-header .header-nav.home {
  border-bottom: 1px solid #ece6d2;
  background: linear-gradient(180deg, #fffef8 0%, #fffdfa 100%) !important;
}

.navigation-header .header-nav.home .sad-nav-logo,
.navigation-header .header-nav.home .sad-nav-links a,
.navigation-header .header-nav.home .sad-nav-text-button,
.navigation-header .header-nav.home .sad-icon-button,
.navigation-header .header-nav.home .sad-mobile-button,
.navigation-header .header-nav.home .sad-mobile-logo {
  color: #191919 !important;
}

.navigation-header .header-nav.home .sad-auth-pill {
  border: 1px solid #dbc654;
  background: #ffe44a;
}

.sad-desktop-nav {
  display: block;
}

.sad-nav-inner {
  width: min(var(--sad-shell-width), calc(100% - 40px));
  min-height: 74px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 28px;
}

.sad-nav-logo {
  display: inline-flex;
  width: 205px;
  height: 58px;
  align-items: center;
  gap: 9px;
  color: var(--sad-ink);
  text-decoration: none;
}

.sad-nav-logo img {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.sad-nav-logo span,
.sad-mobile-logo span,
.sad-drawer-logo span {
  font-size: 18px;
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: -0.04em;
}

.sad-nav-links {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: clamp(12px, 2vw, 26px);
  min-width: 0;
}

.sad-nav-links > a,
.sad-nav-trigger,
.sad-nav-text-button {
  position: relative;
  border: 0;
  padding: 26px 0 23px;
  color: var(--sad-ink);
  background: transparent;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.sad-nav-links > a::after,
.sad-nav-trigger::after {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--sad-ink);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.sad-nav-links > a:hover::after,
.sad-nav-links > a:focus-visible::after,
.sad-nav-dropdown:hover .sad-nav-trigger::after,
.sad-nav-dropdown:focus-within .sad-nav-trigger::after {
  transform: scaleX(1);
  transform-origin: left;
}

.sad-nav-dropdown {
  position: relative;
  display: flex;
  align-items: stretch;
}

.sad-nav-trigger,
.sad-nav-trigger:visited {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--sad-ink);
  text-decoration: none;
}

.sad-nav-trigger span {
  font-size: 13px;
  transform: translateY(-1px);
}

.sad-nav-mega {
  position: absolute;
  z-index: 1200;
  top: calc(100% - 5px);
  left: 50%;
  width: min(620px, calc(100vw - 32px));
  padding-top: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 150ms ease, transform 150ms ease;
}

.sad-nav-dropdown:hover .sad-nav-mega,
.sad-nav-dropdown:focus-within .sad-nav-mega {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.sad-nav-mega__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 16px;
  min-height: 0;
  padding: 18px;
  border: 1px solid rgba(17, 17, 17, .12);
  border-radius: 0 0 22px 22px;
  background: #ffd900;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .18);
}

.sad-nav-mega__eyebrow,
.sad-nav-mega__side p {
  margin: 0 0 12px;
  color: #111;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: -.02em;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.sad-nav-mega__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.sad-nav-mega__grid a,
.sad-nav-mega__side a,
.sad-nav-mega__all {
  display: grid;
  min-width: 0;
  color: #111;
  text-decoration: none;
}

.sad-nav-mega__grid a {
  min-height: 58px;
  padding: 9px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .34);
  transition: background 160ms ease, transform 160ms ease;
}

.sad-nav-mega__grid a:hover,
.sad-nav-mega__grid a:focus-visible {
  background: rgba(255, 255, 255, .74);
  transform: translateX(2px);
}

.sad-nav-mega__title,
.sad-nav-mega__side a {
  overflow: hidden;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -.025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sad-nav-mega__grid small {
  overflow: hidden;
  margin-top: 2px;
  color: #675800;
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sad-nav-mega__all {
  display: inline-flex;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sad-nav-mega__side {
  display: grid;
  align-content: start;
  gap: 0;
  padding: 12px 14px;
  border: 1px solid rgba(17, 17, 17, .10);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
}

.sad-nav-mega__side a {
  padding: 10px 0;
  border-bottom: 1px solid rgba(17, 17, 17, .28);
}

.sad-nav-mega__side a::after {
  content: "›";
  float: right;
}

.sad-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.sad-icon-button,
.sad-mobile-button,
.sad-mobile-close {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--sad-ink);
  background: transparent;
  cursor: pointer;
}

.sad-icon-button:hover,
.sad-mobile-button:hover {
  background: #f2f1ec;
}

.sad-icon-button svg,
.sad-mobile-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2.2;
}

.sad-auth-pill {
  display: flex;
  min-height: 40px;
  align-items: center;
  gap: 0;
  padding: 0;
  border-radius: 999px;
  background: var(--sad-yellow);
  white-space: nowrap;
  overflow: hidden;
}

.sad-auth-pill a,
.sad-account-link,
.sad-footer-account button,
.sad-mobile-account button {
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}

.sad-auth-pill a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: #191919 !important;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.sad-auth-pill a + a {
  border-left: 1px solid rgba(25, 25, 25, 0.24);
  background: rgba(255, 255, 255, 0.34);
}

.sad-auth-pill a:hover,
.sad-auth-pill a:focus-visible {
  background: #111;
  color: #fff !important;
}

.sad-account-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sad-ink) !important;
  text-decoration: none;
}

.sad-account-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #47a447;
}

.sad-mobile-nav,
.sad-mobile-overlay,
.sad-mobile-drawer {
  display: none;
}

.sad-search-panel {
  position: fixed;
  z-index: 1300;
  inset: 0;
  display: grid;
  place-items: start center;
  padding: 92px 20px 20px;
  background: rgba(17, 17, 17, 0.55);
}

.sad-search-dialog {
  width: min(720px, 100%);
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
}

.sad-search-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.sad-search-head h2 {
  margin: 0;
  font: 700 26px/1.1 Georgia, serif;
}

.sad-search-close {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f2f1ec;
  font-size: 25px;
  cursor: pointer;
}

.sad-search-form {
  display: flex;
  gap: 10px;
}

.sad-search-form input {
  width: 100%;
  min-height: 54px;
  border: 1.5px solid var(--sad-ink);
  border-radius: 999px;
  padding: 0 21px;
  outline: 0;
}

.sad-search-form input:focus {
  box-shadow: 0 0 0 4px rgba(255, 218, 0, 0.45);
}

.sad-search-form button {
  min-width: 116px;
  border: 0;
  border-radius: 999px;
  background: var(--sad-yellow);
  font-weight: 900;
  cursor: pointer;
}

.sad-search-results {
  max-height: min(430px, 50vh);
  margin-top: 14px;
  overflow-y: auto;
}

.sad-search-results a {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 10px 5px;
  border-top: 1px solid #ece9df;
  color: var(--sad-ink);
  text-decoration: none;
}

.sad-search-results img {
  width: 58px;
  height: 58px;
  border-radius: 9px;
  object-fit: contain;
  background: #f7f6f2;
}

.sad-admin-dock {
  position: fixed;
  right: 16px;
  /* Keep the administrator shortcut clear of the public Telegram launcher. */
  bottom: 104px;
  z-index: 1450;
  display: grid;
  justify-items: end;
  gap: 8px;
}

@media (max-width: 620px) {
  .sad-admin-dock {
    right: 12px;
    bottom: 82px;
  }
}

.sad-admin-dock-toggle {
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 16px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.22);
}

.sad-admin-dock-panel {
  display: none;
  width: min(290px, calc(100vw - 30px));
  padding: 10px;
  border: 1px solid #e6e3da;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 35px rgba(17, 17, 17, 0.18);
  backdrop-filter: blur(8px);
}

.sad-admin-dock-panel.is-open {
  display: grid;
  gap: 5px;
}

.sad-admin-dock-panel a {
  display: block;
  border-radius: 9px;
  padding: 8px 10px;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.sad-admin-dock-panel a:hover,
.sad-admin-dock-panel a:focus-visible {
  background: #f7f6f1;
}

.sad-search-results strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sad-search-results small,
.sad-search-status {
  color: var(--sad-muted);
}

.sad-search-status {
  margin: 0;
  padding: 16px 4px 4px;
}

.sad-telegram-widget {
  position: fixed;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 990;
  display: grid;
  justify-items: end;
  gap: 12px;
  font-family: Lato, Arial, sans-serif;
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

/* Consent is the only decision that may cover the bottom of the viewport.
   Temporarily park the Telegram promotion so the two fixed layers never
   compete or hide a deal CTA. It returns immediately after a choice. */
.sad-consent-visible .sad-telegram-widget {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}
.sad-telegram-launcher {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 68px;
  padding: 9px 20px 9px 15px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #229ed9;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .28);
  font: 900 15px/1 Lato, Arial, sans-serif;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.sad-telegram-launcher:hover,
.sad-telegram-launcher:focus-visible {
  transform: translateY(-2px);
  background: #168ac2;
  box-shadow: 0 18px 38px rgba(15, 23, 42, .34);
}
.sad-telegram-launcher:focus-visible,
.sad-telegram-panel a:focus-visible,
.sad-telegram-close:focus-visible {
  outline: 3px solid #ffd600;
  outline-offset: 3px;
}
.sad-telegram-launcher svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}
.sad-telegram-launcher-copy {
  display: grid;
  gap: 4px;
  text-align: left;
}
.sad-telegram-launcher-copy .sad-alert-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  letter-spacing: .04em;
}
.sad-telegram-launcher-copy .sad-alert-label i,
.sad-telegram-kicker span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffdf3a;
  box-shadow: 0 0 0 0 rgba(255,223,58,.6);
  animation: sad-telegram-pulse 1.7s infinite;
}
.sad-telegram-launcher-copy small {
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 700;
}
@keyframes sad-telegram-pulse {
  70% { box-shadow: 0 0 0 8px rgba(255,223,58,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,223,58,0); }
}
.sad-telegram-panel {
  position: relative;
  width: min(350px, calc(100vw - 32px));
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(145deg, #101a31, #152b4d);
  box-shadow: 0 24px 58px rgba(15,23,42,.34);
}
.sad-telegram-panel[hidden] { display: none; }
.sad-telegram-panel-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 13px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: #229ed9;
}
.sad-telegram-panel-icon svg { width: 25px; height: 25px; fill: currentColor; }
.sad-telegram-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  color: #ffd600;
  font: 900 11px/1.2 Lato, Arial, sans-serif;
  letter-spacing: .14em;
}
.sad-telegram-benefits {
  display: grid;
  gap: 7px;
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
.sad-telegram-benefits li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #eef4ff;
  font: 700 12px/1.3 Lato, Arial, sans-serif;
}
.sad-telegram-benefits li span {
  display: grid;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #101827;
  background: #ffd600;
  font-size: 13px;
  font-weight: 900;
}
.sad-telegram-panel h2 {
  margin: 0;
  color: #fff;
  font: 900 24px/1.08 Lato, Arial, sans-serif;
  letter-spacing: -.03em;
}
.sad-telegram-panel > p:not(.sad-telegram-kicker) {
  margin: 9px 0 14px;
  color: #dbe4f3;
  font: 500 14px/1.55 Lato, Arial, sans-serif;
}
.sad-telegram-panel > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 0 17px;
  border-radius: 999px;
  color: #101827;
  background: #ffd600;
  font: 900 14px/1 Lato, Arial, sans-serif;
  text-decoration: none;
}
.sad-telegram-close {
  position: absolute;
  top: 13px;
  right: 13px;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.08);
  font: 400 24px/1 Arial, sans-serif;
  cursor: pointer;
}
@media (max-width: 620px) {
  .sad-telegram-widget {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
  }
  .sad-telegram-launcher {
    width: auto;
    min-height: 58px;
    padding: 8px 14px 8px 12px;
  }
  .sad-telegram-launcher svg {
    width: 28px;
    height: 28px;
  }
  .sad-telegram-launcher-copy {
    display: grid;
    gap: 3px;
  }
  .sad-telegram-launcher-copy .sad-alert-label { font-size: 12px; }
  .sad-telegram-launcher-copy small { font-size: 10px; }
  .sad-telegram-panel { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .sad-telegram-launcher-copy .sad-alert-label i,
  .sad-telegram-kicker span { animation: none; }
}

.sad-site-footer {
  position: relative;
  overflow: hidden;
  padding: 82px 0 28px;
  color: #fff;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 218, 0, .20), transparent 22rem),
    linear-gradient(180deg, #090909 0%, #020202 100%);
}

.sad-site-footer::before {
  position: absolute;
  top: -82px;
  right: -8vw;
  left: -8vw;
  height: 120px;
  content: "";
  border-radius: 0 0 50% 50%;
  background: #ffda00;
  transform: rotate(-1.6deg);
  transform-origin: center;
}

.sad-site-footer > .sad-shell-container {
  position: relative;
  z-index: 1;
}

.sad-footer-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.sad-footer-logo {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  color: var(--sad-yellow);
  text-decoration: none;
}

.sad-footer-logo img {
  display: block;
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.sad-footer-logo span {
  font-size: 24px;
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: -0.05em;
}

.sad-footer-lead > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.sad-footer-lead p {
  max-width: 390px;
  margin: 0;
  color: #e2e2e2;
  font-size: 15px;
}

.sad-footer-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-radius: 999px;
  color: #111;
  background: var(--sad-yellow);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.sad-footer-links {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1.2fr .9fr;
  gap: clamp(26px, 4vw, 54px);
  padding: 42px 0 44px;
}

.sad-footer-links h2 {
  margin: 0 0 16px;
  color: var(--sad-yellow);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.sad-footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sad-footer-links li + li {
  margin-top: 10px;
}

.sad-footer-links .sad-footer-submenu {
  margin: 8px 0 0 12px;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 218, 0, .28);
}

.sad-footer-links .sad-footer-submenu li + li {
  margin-top: 7px;
}

.sad-footer-links .sad-footer-submenu a {
  color: #d8d8d8;
  font-size: 13px;
  font-weight: 700;
}

.sad-footer-links a,
.sad-footer-account button,
.sad-footer-account > a {
  display: inline-flex;
  max-width: 100%;
  color: #f7f7f7;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
}

.sad-footer-links a:hover,
.sad-footer-links a:focus-visible,
.sad-footer-account button:hover,
.sad-footer-account > a:hover,
.sad-footer-account > a:focus-visible {
  color: var(--sad-yellow);
  text-decoration: underline;
}

.sad-footer-account {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 18px;
  border: 1px solid rgba(255, 218, 0, .28);
  border-radius: 20px;
  background: rgba(255, 218, 0, .08);
}

.sad-footer-account > * + * {
  margin-top: 13px;
}

.sad-footer-social {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 218, 0, .22);
}

.sad-footer-account .sad-footer-social a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border: 1px solid rgba(255, 218, 0, .34);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .06);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.sad-footer-account .sad-footer-social a:hover,
.sad-footer-account .sad-footer-social a:focus-visible {
  border-color: var(--sad-yellow);
  color: #111;
  background: var(--sad-yellow);
  text-decoration: none;
}

.sad-footer-legal {
  display: grid;
  grid-template-columns: .7fr 1.2fr 1fr;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  color: #aeadab;
  font-size: 11px;
  line-height: 1.55;
}

.sad-footer-legal p {
  max-width: 690px;
  margin: 0;
}

.sad-footer-cookie-settings {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.sad-footer-cookie-settings:hover,
.sad-footer-cookie-settings:focus-visible {
  color: var(--sad-yellow);
}

.sad-inline-newsletter {
  display: grid;
  width: min(100%, 940px);
  min-height: 210px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  margin: 44px auto;
  border-radius: 22px;
  padding: 36px 42px;
  color: #111;
  background: var(--sad-yellow);
}

.sad-inline-newsletter-copy > p {
  margin: 0 0 7px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sad-inline-newsletter-copy h2 {
  margin: 0 0 9px;
  font: 500 38px/1.02 Georgia, serif;
  letter-spacing: -0.04em;
}

.sad-inline-newsletter-copy > span {
  font-size: 13px;
  line-height: 1.5;
}

.sad-inline-newsletter-action form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.sad-inline-newsletter-action input[type="email"] {
  width: 100%;
  min-height: 50px;
  border: 1.5px solid #111;
  border-radius: 999px;
  padding: 0 17px;
}

.sad-inline-newsletter-action button {
  min-width: 125px;
  border: 1.5px solid #111;
  border-radius: 999px;
  color: #fff;
  background: #111;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.sad-inline-newsletter-action [data-newsletter-loading] {
  align-self: center;
  font-size: 12px;
  font-weight: 800;
}

.sad-inline-newsletter-action > p {
  min-height: 18px;
  margin: 7px 0 0;
  font-size: 12px;
  font-weight: 800;
}

.sad-inline-newsletter-action > small {
  display: block;
  margin-top: 2px;
  font-size: 10px;
}

.sad-inline-newsletter-action a {
  color: inherit;
  font-weight: 800;
}

.sad-saved-page { min-height: 65vh; padding: 64px 0 90px; background: #fffaf6; }
.sad-saved-header { max-width: 720px; }
.sad-saved-kicker { color: #9f3526; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.sad-saved-header h1 { margin: 8px 0 12px; font-size: clamp(2.2rem, 6vw, 4.5rem); line-height: .96; }
.sad-saved-toolbar { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin: 36px 0 20px; padding-bottom: 14px; border-bottom: 1px solid #e8dcd3; }
.sad-saved-toolbar button,.sad-saved-card button { border: 0; background: transparent; color: #8d3022; font: inherit; font-weight: 750; cursor: pointer; }
.sad-saved-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.sad-saved-card { overflow: hidden; border: 1px solid #eadfd8; border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgba(75,39,27,.06); }
.sad-saved-card__media { display: grid; place-items: center; height: 220px; background: #f5ede7; }
.sad-saved-card__media img { width: 100%; height: 100%; object-fit: contain; }
.sad-saved-placeholder { color: #8d6b5e; font-size: 1.5rem; font-weight: 850; }
.sad-saved-card > div { padding: 18px; }
.sad-saved-card small { color: #9f3526; font-weight: 850; }
.sad-saved-card h2 { margin: 8px 0 18px; font-size: 1.05rem; line-height: 1.4; }
.sad-saved-card h2 a { color: #251713; text-decoration: none; }
.sad-saved-card__actions { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.sad-saved-card__actions > a { color: #fff; border-radius: 999px; background: #7a2e1f; padding: 9px 14px; text-decoration: none; font-weight: 800; }
.sad-saved-empty { padding: 50px 24px; border: 1px dashed #ceb9ad; border-radius: 22px; text-align: center; background: #fff; }
.sad-saved-empty[hidden] { display: none; }
@media (max-width: 800px) { .sad-saved-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .sad-saved-page { padding-top: 36px; } .sad-saved-grid { grid-template-columns: 1fr; } }

.sad-modal {
  position: fixed;
  z-index: 1500;
  inset: 0;
  display: none;
  overflow-y: auto;
  padding: 40px 20px;
  background: rgba(12, 12, 12, 0.68);
}

.sad-modal.is-open {
  display: grid;
  place-items: center;
}

.sad-modal-card {
  position: relative;
  width: min(470px, 100%);
  border-radius: 24px;
  padding: 38px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

.sad-modal-close {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #f2f1ec;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}

.sad-modal-kicker {
  margin: 0 0 8px;
  color: #716400;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sad-modal-card h2 {
  margin: 0 44px 24px 0;
  font: 700 34px/1.08 Georgia, serif;
}

.sad-social-login {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.sad-social-login-title {
  margin: 0;
  color: #5e6470;
  font-size: 13px;
  font-weight: 800;
}

.sad-social-login-buttons {
  display: grid;
  gap: 9px;
}

.sad-social-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #111827;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.sad-social-button:hover,
.sad-social-button:focus-visible {
  transform: translateY(-1px);
  border-color: #000;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .12);
  text-decoration: none;
}

.sad-social-button.is-disabled {
  cursor: not-allowed;
  opacity: .55;
  pointer-events: none;
}

.sad-social-icon {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 950;
}

.sad-social-button-google .sad-social-icon { color: #4285f4; }
.sad-social-button-apple .sad-social-icon { color: #111827; }
.sad-social-button-facebook .sad-social-icon { color: #1877f2; }
.sad-social-button-amazon .sad-social-icon { color: #111827; }

.sad-social-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0;
  color: #6b7280;
  font-size: 13px;
  font-weight: 800;
}

.sad-social-divider::before,
.sad-social-divider::after {
  content: "";
  flex: 1;
  border-top: 1px solid #d7dbe3;
}

.sad-modal-card form {
  display: grid;
  gap: 8px;
}

.sad-modal-card label {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 800;
}

.sad-modal-card input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #b8b4aa;
  border-radius: 11px;
  padding: 0 14px;
}

.sad-modal-card input:focus {
  border-color: #111;
  outline: 3px solid rgba(255, 218, 0, 0.42);
}

.sad-modal-submit {
  min-height: 50px;
  margin-top: 13px;
  border: 0;
  border-radius: 999px;
  background: var(--sad-yellow);
  font-weight: 900;
  cursor: pointer;
}

.sad-modal-message {
  min-height: 20px;
  margin: 6px 0 0;
  font-size: 13px;
}

.sad-modal-help {
  margin: 10px 0 0;
  color: #64615b;
  font-size: 12px;
  text-align: center;
}

.sad-modal-help a {
  color: #2b4f9c;
  font-weight: 800;
}

.sad-modal-switch {
  margin: 20px 0 0;
  text-align: center;
  font-size: 13px;
}

.sad-modal-switch button {
  border: 0;
  padding: 0;
  background: transparent;
  font-weight: 900;
  text-decoration: underline;
  cursor: pointer;
}

.sad-profile-photo {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 4px 16px;
  margin-bottom: 10px;
}

.sad-profile-photo img {
  grid-row: span 2;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  background: #f2f1ec;
}

.sad-profile-photo input {
  min-height: auto;
  border: 0;
  padding: 0;
  font-size: 11px;
}

.sad-sr-only,
.sad-home .sad-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

@media (max-width: 900px) {
  /* A backdrop-filter creates a containing block for fixed descendants.
     The mobile drawer/overlay live inside the sticky header, so keeping the
     blur here would incorrectly limit the overlay to the 64px header area. */
  .navigation-header {
    backdrop-filter: none;
  }

  .sad-desktop-nav {
    display: none;
  }

  .header-nav.home {
    min-height: 64px;
  }

  .sad-mobile-nav {
    width: min(100% - 24px, var(--sad-shell-width));
    min-height: 64px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 48px 1fr 48px;
    align-items: center;
  }

  .sad-mobile-logo {
    display: flex;
    width: 164px;
    height: 54px;
    justify-self: center;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #111;
    text-decoration: none;
  }

  .sad-mobile-logo img {
    width: 42px;
    height: 42px;
    object-fit: contain;
  }

  .sad-mobile-logo span,
  .sad-drawer-logo span {
    color: #111;
    font-size: 13px;
  }

  .sad-mobile-overlay {
    position: fixed;
    z-index: 1390;
    inset: 0;
    display: block;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 180ms ease, visibility 180ms ease;
  }

  .sad-mobile-overlay.is-open,
  .sad-mobile-overlay.open {
    visibility: visible;
    opacity: 1;
  }

  .sad-mobile-drawer {
    position: fixed;
    z-index: 1400;
    top: 0;
    left: 0;
    display: flex;
    width: min(90vw, 380px);
    height: 100dvh;
    flex-direction: column;
    padding: 20px;
    background: #fff;
    box-shadow: 20px 0 60px rgba(0, 0, 0, 0.24);
    transform: translateX(-105%);
    transition: transform 220ms ease;
  }

  .sad-mobile-drawer.is-open,
  .sad-mobile-drawer.open {
    transform: translateX(0);
  }

  .sad-mobile-drawer-head {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid #dedbd1;
  }

  .sad-drawer-logo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #111;
    text-decoration: none;
  }

  .sad-mobile-drawer-head .sad-drawer-logo img {
    width: 42px;
    height: 42px;
    object-fit: contain;
  }

  .sad-mobile-close {
    background: #f2f1ec;
    font-size: 28px;
  }

  .sad-mobile-links {
    display: grid;
    padding-top: 15px;
  }

  .sad-mobile-links a {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ece9df;
    color: #111;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
  }

  .sad-mobile-links a > span:last-child {
    color: #716400;
    font-size: 28px;
  }

  .sad-mobile-account {
    display: grid;
    gap: 10px;
    margin-top: auto;
    padding-top: 20px;
  }

  .sad-mobile-account button,
  .sad-mobile-account > a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid #111;
    border-radius: 999px;
    color: #111;
    background: #fff;
    font-weight: 800;
    text-decoration: none;
  }

  .sad-mobile-account .sad-mobile-signup {
    border-color: var(--sad-yellow);
    background: var(--sad-yellow);
  }

  .sad-footer-lead,
  .sad-footer-legal {
    grid-template-columns: 1fr;
  }

  .sad-footer-lead > div {
    display: grid;
    align-items: flex-start;
    justify-content: start;
  }

  .sad-footer-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .sad-inline-newsletter {
    width: min(100% - 32px, 760px);
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 560px) {
  .sad-shell-container {
    width: min(100% - 30px, var(--sad-shell-width));
  }

  .sad-search-panel {
    padding: 72px 12px 12px;
  }

  .sad-search-dialog,
  .sad-modal-card {
    border-radius: 18px;
    padding: 24px;
  }

  .sad-search-form {
    display: grid;
  }

  .sad-search-form button {
    min-height: 50px;
  }

  .sad-site-footer {
    padding-top: 54px;
  }

  .sad-footer-links {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sad-footer-legal {
    gap: 14px;
  }

  .sad-inline-newsletter {
    width: min(100% - 24px, 760px);
    padding: 30px 22px;
  }

  .sad-inline-newsletter-copy h2 {
    font-size: 33px;
  }

  .sad-inline-newsletter-action form {
    grid-template-columns: 1fr;
  }

  .sad-inline-newsletter-action button {
    min-height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Compact global top deals strip under the main navigation. */
.sad-top-deals-strip {
  position: relative;
  z-index: 6;
  border-top: 1px solid rgba(15, 23, 42, .06);
  border-bottom: 1px solid rgba(15, 23, 42, .10);
  background: linear-gradient(180deg, #ffd900 0%, #ffd000 100%);
  box-shadow: 0 10px 26px rgba(15, 23, 42, .10);
}

.sad-top-deals-strip__inner {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: min(100% - 32px, 1140px);
  margin: 0 auto;
  padding: 14px 0;
}

.sad-top-deals-strip__label,
.sad-top-deals-strip__label:visited {
  display: grid;
  justify-content: start;
  color: #0f172a;
  text-decoration: none;
  line-height: 1;
}

.sad-top-deals-strip__label span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sad-top-deals-strip__heading {
  display: block;
  margin-top: 3px;
  font-size: 23px;
  letter-spacing: -.04em;
}

.sad-top-deals-strip__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.sad-top-deal-mini,
.sad-top-deal-mini:visited {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  min-height: 92px;
  padding: 9px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .10);
  border-radius: 18px;
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .10);
  transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease;
}

.sad-top-deal-mini.is-rotating-deal {
  opacity: .38;
  transform: translateY(3px);
}

.sad-top-deal-mini:hover,
.sad-top-deal-mini:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, .16);
}

.sad-top-deal-mini__image {
  display: flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 14px;
  background: #f4f6f8;
}

.sad-top-deal-mini__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sad-top-deal-mini__body {
  display: grid;
  min-width: 0;
  align-content: center;
  gap: 4px;
}

.sad-top-deal-mini__body small {
  overflow: hidden;
  color: #4b5563;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.sad-top-deal-mini__title {
  display: -webkit-box;
  overflow: hidden;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sad-top-deal-mini__prices {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: baseline;
}

.sad-top-deal-mini__price {
  color: #d10b0b;
  font-size: 14px;
}

.sad-top-deal-mini__body del {
  color: #8a94a6;
  font-size: 11px;
}

.sad-top-deal-mini__body em {
  padding: 3px 6px;
  border-radius: 999px;
  background: #15803d;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

@media (max-width: 980px) {
  .sad-top-deals-strip__inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sad-top-deals-strip__label {
    display: flex;
    gap: 7px;
    align-items: baseline;
  }

  .sad-top-deals-strip__cards {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .sad-top-deal-mini {
    flex: 0 0 min(82vw, 330px);
    scroll-snap-align: start;
  }
}

@media (max-width: 560px) {
  .sad-top-deals-strip__inner {
    width: min(100% - 20px, 1140px);
    padding: 10px 0;
  }

  .sad-top-deal-mini {
    grid-template-columns: 64px minmax(0, 1fr);
    min-height: 82px;
  }

  .sad-top-deal-mini__image {
    width: 64px;
    height: 64px;
  }
}

/* Final navigation polish: compact, balanced mega menus instead of oversized empty panels. */
.sad-nav-mega {
  width: min(570px, calc(100vw - 28px));
}

.sad-nav-mega__panel {
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 18px;
  min-height: auto;
  padding: 18px 20px 20px;
  border-radius: 0 0 24px 24px;
  background:
    linear-gradient(132deg, rgba(255, 255, 255, 0) 0 63%, rgba(255, 255, 255, .86) 63.2% 100%),
    linear-gradient(180deg, #fff176 0%, #ffd900 100%);
}

.sad-nav-mega__grid {
  gap: 10px 14px;
}

.sad-nav-mega__grid a {
  min-height: 0;
  padding: 8px 8px;
  background: transparent;
}

.sad-nav-mega__grid a:hover,
.sad-nav-mega__grid a:focus-visible {
  background: rgba(255, 255, 255, .45);
}

.sad-nav-mega__side {
  padding: 12px 12px 8px;
  border: 0;
  border-left: 1px solid rgba(17, 17, 17, .18);
  border-radius: 0;
  background: transparent;
}

.sad-nav-mega__side a {
  min-height: 44px;
  padding: 10px 0;
}

@media (max-width: 720px) {
  .sad-nav-mega {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sad-top-deal-mini,
  .sad-top-deal-mini:visited {
    transition: none;
  }
}
