.sad-home {
  --home-yellow: #ffda00;
  --home-ink: #111111;
  --home-olive: #756600;
  --home-blue: #a8ddea;
  --home-purple: #94005f;
  --home-line: #dfdcd3;
  --home-soft: #f7f6f2;
  overflow: hidden;
  color: var(--home-ink);
  background: #fff;
}

.sad-home a {
  color: inherit;
}

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

.sad-home h1,
.sad-home h2,
.sad-home h3,
.sad-home p {
  padding: 0;
}

.sad-home h1,
.sad-home h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.035em;
}

.sad-hero {
  position: relative;
  min-height: 570px;
  padding: 54px 0 94px;
  overflow: hidden;
  border-radius: 0 0 50% 50% / 0 0 8% 8%;
  background: var(--home-yellow);
}

.sad-hero::before {
  position: absolute;
  top: -260px;
  left: -150px;
  width: 570px;
  height: 570px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 50%;
  content: "";
}

.sad-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(430px, 1.06fr);
  align-items: center;
  gap: clamp(50px, 8vw, 100px);
}

.sad-hero-copy {
  max-width: 490px;
}

.sad-hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 26px;
}

.sad-hero-brand img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.sad-hero-brand span {
  font-size: 27px;
  font-weight: 900;
  line-height: 0.87;
  letter-spacing: -0.055em;
}

.sad-eyebrow,
.sad-home .sad-eyebrow {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sad-hero h1 {
  max-width: 470px;
  margin: 0;
  font-size: clamp(52px, 5vw, 72px);
  font-weight: 500;
  line-height: 0.94;
}

.sad-hero-lede,
.sad-home .sad-hero-lede {
  max-width: 470px;
  margin: 22px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}

.sad-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.sad-hero-primary,
.sad-hero-secondary {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.sad-home .sad-hero-primary {
  gap: 12px;
  border: 2px solid #111;
  background: #111;
  color: #fff;
  box-shadow: 0 6px 0 rgba(17, 17, 17, 0.16);
}

.sad-hero-secondary {
  border: 2px solid rgba(17, 17, 17, 0.18);
  background: rgba(255, 255, 255, 0.7);
  color: #111;
}

.sad-hero-primary:hover,
.sad-hero-secondary:hover {
  transform: translateY(-2px);
}

.sad-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 18px 0 0;
  padding: 0;
  color: rgba(17, 17, 17, 0.7);
  font-size: 12px;
  font-weight: 700;
  list-style: none;
}

.sad-hero-trust li::before {
  margin-right: 7px;
  color: #2e8b57;
  content: "✓";
}

.sad-popular-stores {
  margin-top: 34px;
}

.sad-popular-stores > p,
.sad-home .sad-popular-stores > p {
  margin: 0 0 10px;
  font: 700 16px/1.2 Georgia, serif;
}

.sad-popular-stores ul {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sad-popular-stores a {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 5px 0 rgba(17, 17, 17, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.sad-popular-stores a:hover,
.sad-popular-stores a:focus-visible {
  box-shadow: 0 8px 0 rgba(17, 17, 17, 0.09);
  transform: translateY(-3px);
}

.sad-popular-stores img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.sad-popular-store-initials {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: #111827;
  background: linear-gradient(145deg, #fff7bf, #ffd600);
  font: 900 14px/1 Arial, sans-serif;
  letter-spacing: -.04em;
}

.sad-hero-deals {
  width: 100%;
  max-width: 500px;
  justify-self: end;
}

.sad-section-kicker {
  margin-bottom: 10px;
  font: 700 18px/1.2 Georgia, serif;
}

.sad-hero-deal {
  display: grid;
  min-height: 112px;
  grid-template-columns: 128px 1fr 34px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 17px;
  background: #fff;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.sad-hero-deal + .sad-hero-deal {
  margin-top: 12px;
}

.sad-hero-deal:hover,
.sad-hero-deal:focus-visible {
  box-shadow: 0 13px 28px rgba(86, 71, 0, 0.18);
  transform: translateX(4px);
}

.sad-hero-deal-image {
  display: grid;
  width: 128px;
  height: 112px;
  place-items: center;
  overflow: hidden;
  background: #f5f4ef;
}

.sad-hero-deal-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 10px;
  object-fit: contain;
  object-position: center;
}

.sad-hero-deal-copy {
  min-width: 0;
  padding: 14px 16px;
}

.sad-hero-deal-copy small {
  display: block;
  margin-bottom: 6px;
  color: #716400;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.sad-hero-deal-copy .sad-card-title {
  display: -webkit-box;
  overflow: hidden;
  font: 700 15px/1.27 Georgia, serif;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sad-round-arrow {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--home-ink);
  font-size: 23px;
  line-height: 1;
}

.sad-hero-all {
  margin-top: 14px;
}

.sad-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid currentColor;
  padding: 4px 0;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.sad-empty-state {
  border: 1px dashed rgba(17, 17, 17, 0.34);
  border-radius: 18px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.65);
  font-weight: 700;
  line-height: 1.5;
}

.sad-empty-state--wide {
  grid-column: 1 / -1;
  background: var(--home-soft);
}

.sad-mobile-explore {
  display: none;
}

.sad-home > .sad-mobile-explore {
  order: 2;
}

.sad-personalized {
  padding: 66px 0 32px;
  background: #fff;
}

.sad-home > .sad-personalized {
  order: 7;
}

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

.sad-personal-card {
  border: 1px solid var(--home-line);
  border-radius: 20px;
  padding: 16px;
  background: #fffdf8;
}

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

.sad-personal-card h3 {
  margin: 0 0 14px;
  font-size: 23px;
  font-weight: 600;
}

.sad-personal-card-head h3 {
  margin: 0;
}

.sad-clear-recent {
  min-height: 34px;
  border: 1px solid #d2c9a8;
  border-radius: 999px;
  padding: 0 12px;
  background: #fff;
  color: #433f34;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}

.sad-clear-recent:hover,
.sad-clear-recent:focus-visible {
  border-color: #7b6a20;
  background: #fff4c9;
}

.sad-recent-list,
.sad-recommend-list {
  display: grid;
  gap: 11px;
}

.sad-personal-empty {
  margin: 0;
  border: 1px dashed #ccc3a4;
  border-radius: 13px;
  padding: 14px;
  color: #6c6658;
  font-size: 13px;
  line-height: 1.45;
}

.sad-recommend-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 10px;
  border: 1px solid #e8e1ca;
  border-radius: 12px;
  padding: 8px;
  background: #fff;
  text-decoration: none;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.sad-recommend-item:hover,
.sad-recommend-item:focus-visible {
  box-shadow: 0 8px 16px rgba(49, 41, 8, 0.12);
  transform: translateY(-2px);
}

.sad-recommend-item img {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  object-fit: contain;
  background: #f7f2e3;
}

.sad-recommend-item span {
  min-width: 0;
}

.sad-recommend-item small {
  display: block;
  margin-bottom: 4px;
  color: #766d52;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.sad-recommend-item strong {
  display: -webkit-box;
  overflow: hidden;
  color: #1e1b16;
  font-size: 13px;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sad-control-module,
.sad-flow-rail {
  margin: 0 0 34px;
}

.sad-control-module-grid,
.sad-flow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.sad-control-module-card,
.sad-flow-card {
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  padding: 18px;
  box-shadow: 0 10px 26px rgba(17, 17, 17, 0.06);
}

.sad-control-module-card strong,
.sad-flow-card strong {
  display: block;
  margin-bottom: 8px;
  font: 800 18px/1.25 Georgia, serif;
}

.sad-control-module-card p,
.sad-flow-card p {
  margin: 0 0 10px;
  color: var(--home-olive);
  font-size: 14px;
  line-height: 1.5;
}

.sad-control-module-card span,
.sad-flow-card small {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--home-soft);
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sad-savings-section {
  padding: 55px 0 72px;
}

.sad-section-heading {
  margin-bottom: 28px;
}

.sad-section-heading--center {
  text-align: center;
}

.sad-section-heading--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
}

.sad-section-heading h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.04;
}

.sad-section-heading > div > p:last-child,
.sad-home .sad-section-heading > div > p:last-child {
  max-width: 680px;
  margin: 10px 0 0;
  color: #5e5b54;
  font-size: 13px;
  line-height: 1.5;
}

.sad-savings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.sad-saving-card {
  position: relative;
  display: grid;
  min-height: 145px;
  grid-template-columns: 126px 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 18px;
  background: var(--home-blue);
  text-decoration: none;
  transition: transform 180ms ease;
}

.sad-saving-card:hover,
.sad-saving-card:focus-visible {
  transform: translateY(-4px);
}

.sad-saving-image {
  display: grid;
  width: 110px;
  height: 110px;
  margin-left: 12px;
  place-items: center;
  overflow: hidden;
  border-radius: 50% 44% 48% 43%;
  background: #fff;
}

.sad-saving-image img {
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
}

.sad-saving-burst {
  position: absolute;
  top: 10px;
  left: 101px;
  display: grid;
  min-width: 40px;
  height: 40px;
  place-items: center;
  border: 2px solid #111;
  border-radius: 50%;
  background: var(--home-yellow);
  font-size: 10px;
  font-weight: 900;
  transform: rotate(-8deg);
}

.sad-saving-copy {
  min-width: 0;
  padding: 16px 15px 16px 10px;
}

.sad-saving-copy small {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sad-saving-copy .sad-card-title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sad-saving-copy > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  border: 1px dashed #111;
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 900;
}

.sad-saving-copy .sad-inline-icon {
  font-size: 17px;
  line-height: 0.7;
}

.sad-deals-section {
  padding: 72px 0 88px;
  background: var(--home-soft);
}

.sad-outline-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 12px;
  border: 1.5px solid var(--home-ink);
  border-radius: 999px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease;
}

.sad-outline-button:hover,
.sad-outline-button:focus-visible {
  color: #fff;
  background: #111;
}

.sad-deals-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 245px;
  align-items: start;
  gap: 28px;
}

.sad-deal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px 16px;
}

.sad-deal-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #8a7a15;
  border-radius: 15px;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.sad-deal-card:hover,
.sad-deal-card:focus-within {
  box-shadow: 0 12px 28px rgba(70, 58, 0, 0.13);
  transform: translateY(-4px);
}

.sad-deal-card > a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.sad-deal-band {
  display: block;
  padding: 6px 9px;
  color: var(--home-yellow);
  background: #716400;
  font-size: 9px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.sad-deal-image {
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 0.88;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid #ece9df;
  background: #fff;
}

.sad-deal-image img {
  width: 100%;
  height: 100%;
  padding: 13px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.sad-deal-card:hover .sad-deal-image img {
  transform: scale(1.035);
}

.sad-deal-body {
  display: flex;
  min-height: 162px;
  flex-direction: column;
  padding: 13px 12px 12px;
}

.sad-deal-store {
  color: #55534e;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.sad-deal-title {
  display: -webkit-box;
  min-height: 49px;
  margin-top: 6px;
  overflow: hidden;
  font: 700 14px/1.18 Georgia, serif;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sad-price-row {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-top: auto;
  padding-top: 10px;
}

.sad-price-current {
  color: #b20a0a;
  font-size: 16px;
}

.sad-price-row del {
  color: #68665f;
  font-size: 10px;
}

.sad-deal-meta {
  display: flex;
  min-height: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
}

.sad-deal-meta em {
  border: 1px solid #887800;
  border-radius: 999px;
  padding: 3px 6px;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.sad-deal-meta time {
  color: #737069;
  font-size: 9px;
}

.sad-category-rail {
  position: sticky;
  top: 96px;
  border: 1px solid var(--home-line);
  border-radius: 18px;
  padding: 20px 16px 16px;
  background: #fff;
}

.sad-category-rail h3 {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.sad-category-rail nav {
  display: grid;
  gap: 10px;
}

.sad-category-rail a {
  display: flex;
  min-height: 47px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #8b7a12;
  border-radius: 999px;
  padding: 0 13px 0 15px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease;
}

.sad-category-rail a:hover,
.sad-category-rail a:focus-visible {
  color: #fff;
  background: #756600;
}

.sad-category-arrow {
  font-size: 23px;
  line-height: 1;
}

.sad-guides-section {
  padding: 80px 0 92px;
}

.sad-guide-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 20px;
}

.sad-guide-card {
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 20px;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.sad-guide-card:hover,
.sad-guide-card:focus-within {
  box-shadow: 0 15px 34px rgba(17, 17, 17, 0.1);
  transform: translateY(-4px);
}

.sad-guide-card a {
  display: grid;
  height: 100%;
  grid-template-rows: 190px 1fr;
  text-decoration: none;
}

.sad-guide-card--1 a {
  grid-template-rows: 230px 1fr;
}

.sad-guide-media {
  display: grid;
  overflow: hidden;
  place-items: center;
  background: #e8e2d2;
}

.sad-guide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sad-guide-media--fallback {
  color: #111;
  background: linear-gradient(140deg, var(--home-yellow) 0 55%, #b3dfea 55% 100%);
}

.sad-guide-card--2 .sad-guide-media--fallback {
  color: #fff;
  background: linear-gradient(140deg, #91005e 0 55%, #ed88ce 55% 100%);
}

.sad-guide-card--3 .sad-guide-media--fallback {
  color: #fff;
  background: linear-gradient(140deg, #174c24 0 55%, #90b86c 55% 100%);
}

.sad-guide-media--fallback > span {
  font: 900 35px/0.85 ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -0.08em;
  transform: rotate(-4deg);
}

.sad-guide-copy {
  display: flex;
  flex-direction: column;
  padding: 19px;
}

.sad-guide-copy small {
  margin-bottom: 7px;
  color: #716400;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sad-guide-copy h3 {
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  font: 700 19px/1.17 Georgia, serif;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sad-guide-copy > span {
  margin-top: auto;
  padding-top: 16px;
  font-size: 11px;
  font-weight: 900;
}

.sad-newsletter {
  position: relative;
  overflow: hidden;
  background: var(--home-yellow);
}

.sad-newsletter::after {
  position: absolute;
  top: -100px;
  right: -80px;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  content: "";
  background: #716400;
}

.sad-newsletter-inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 330px;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 60px;
}

.sad-newsletter-copy {
  max-width: 640px;
  padding: 48px 0 54px;
}

.sad-newsletter h2 {
  max-width: 610px;
  margin: 0;
  font-size: clamp(36px, 4.3vw, 56px);
  font-weight: 500;
  line-height: 1.02;
}

.sad-newsletter-form {
  display: grid;
  max-width: 590px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  margin-top: 24px;
}

.sad-newsletter-form input[type="email"] {
  width: 100%;
  min-height: 54px;
  border: 1.5px solid #111;
  border-radius: 999px;
  padding: 0 21px;
  background: #fff;
}

.sad-newsletter-form input[type="email"]:focus {
  outline: 4px solid rgba(255, 255, 255, 0.62);
}

.sad-newsletter-form button {
  min-width: 145px;
  border: 1.5px solid #111;
  border-radius: 999px;
  color: #fff;
  background: #111;
  font-weight: 900;
  cursor: pointer;
}

.sad-newsletter-form button:hover,
.sad-newsletter-form button:focus-visible {
  color: #111;
  background: #fff;
}

.sad-newsletter-loading {
  align-self: center;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 800;
}

.sad-form-message,
.sad-home .sad-form-message {
  min-height: 20px;
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 800;
}

.sad-newsletter-copy > small {
  display: block;
  margin-top: 3px;
  font-size: 10px;
}

.sad-newsletter-art {
  position: relative;
  height: 330px;
}

.sad-newsletter-phone {
  position: absolute;
  z-index: 2;
  right: 42px;
  bottom: -68px;
  width: 220px;
  height: 410px;
  border: 9px solid #111;
  border-radius: 38px;
  padding: 13px 10px 10px;
  background: #111;
  transform: rotate(3deg);
  box-shadow: 0 24px 28px rgba(0, 0, 0, 0.28);
}

.sad-phone-speaker {
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 50%;
  width: 64px;
  height: 16px;
  border-radius: 0 0 12px 12px;
  background: #111;
  transform: translateX(-50%);
}

.sad-phone-screen {
  height: 100%;
  overflow: hidden;
  border-radius: 23px;
  padding: 31px 14px 18px;
  background: #fff;
}

.sad-phone-brand {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.sad-phone-brand img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.sad-phone-screen > p,
.sad-home .sad-phone-screen > p {
  margin: 25px 0 20px;
  font: 700 25px/1.02 Georgia, serif;
  letter-spacing: -0.04em;
}

.sad-phone-alert {
  display: grid;
  min-height: 74px;
  align-content: center;
  border-radius: 13px;
  padding: 10px 12px;
  color: #111;
  background: var(--home-yellow);
}

.sad-phone-alert + .sad-phone-alert {
  margin-top: 10px;
  background: var(--home-blue);
}

.sad-phone-alert-title {
  font-size: 14px;
}

.sad-phone-alert small {
  margin-top: 3px;
  font-size: 9px;
}

.sad-newsletter-orbit {
  position: absolute;
  z-index: 1;
  top: 45px;
  right: 55px;
  width: 245px;
  height: 245px;
  border: 25px solid var(--home-yellow);
  border-radius: 50%;
}

@media (max-width: 1000px) {
  .sad-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    gap: 40px;
  }

  .sad-deal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sad-saving-card {
    grid-template-columns: 105px 1fr;
  }

  .sad-saving-image {
    width: 90px;
    height: 90px;
    margin-left: 9px;
  }

  .sad-saving-burst {
    left: 78px;
  }
}

@media (max-width: 820px) {
  .sad-home-container {
    width: min(100% - 32px, 1120px);
  }

  .sad-hero {
    border-radius: 0 0 50% 50% / 0 0 3% 3%;
    padding: 42px 0 80px;
  }

  .sad-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .sad-hero-copy,
  .sad-hero-deals {
    max-width: 620px;
    justify-self: stretch;
  }

  .sad-hero h1 {
    font-size: clamp(54px, 11vw, 76px);
  }

  .sad-hero-deal {
    grid-template-columns: 116px 1fr 34px;
  }

  .sad-hero-deal-image {
    width: 116px;
  }

  .sad-savings-grid {
    display: flex;
    margin-right: -16px;
    padding: 4px 16px 15px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .sad-saving-card {
    min-width: min(360px, 84vw);
    scroll-snap-align: start;
  }

  .sad-deals-layout {
    grid-template-columns: 1fr;
  }

  .sad-deal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sad-category-rail {
    position: static;
    grid-row: 1;
  }

  .sad-category-rail nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .sad-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sad-guide-card--1 {
    grid-column: 1 / -1;
  }

  .sad-newsletter-inner {
    grid-template-columns: 1fr 260px;
    gap: 22px;
  }

  .sad-newsletter-phone {
    right: -5px;
  }

  .sad-newsletter-orbit {
    right: 0;
  }
}

@media (max-width: 620px) {
  .sad-section-heading--split {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .sad-section-heading h2 {
    font-size: 37px;
  }

  .sad-hero-brand {
    margin-bottom: 22px;
  }

  .sad-hero-brand img {
    width: 68px;
    height: 68px;
  }

  .sad-hero-brand span {
    font-size: 24px;
  }

  .sad-hero h1 {
    font-size: clamp(50px, 16vw, 68px);
  }

  .sad-hero-lede,
  .sad-home .sad-hero-lede {
    font-size: 14px;
  }

  .sad-popular-stores ul {
    gap: 8px;
  }

  .sad-popular-stores a {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .sad-popular-stores img {
    width: 43px;
    height: 43px;
  }

  .sad-hero-deal {
    min-height: 102px;
    grid-template-columns: 100px 1fr 28px;
  }

  .sad-hero-deal-image {
    width: 100px;
    height: 102px;
  }

  .sad-hero-deal-copy {
    padding: 11px 12px;
  }

  .sad-round-arrow {
    width: 23px;
    height: 23px;
  }

  .sad-savings-section,
  .sad-guides-section {
    padding: 55px 0 64px;
  }

  .sad-deals-section {
    padding: 58px 0 70px;
  }

  .sad-category-rail nav {
    grid-template-columns: 1fr;
  }

  .sad-deal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }

  .sad-deal-body {
    min-height: 154px;
    padding: 11px 9px;
  }

  .sad-deal-title {
    font-size: 13px;
  }

  .sad-guide-grid {
    display: flex;
    margin-right: -16px;
    padding: 3px 16px 14px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .sad-guide-card {
    min-width: min(330px, 82vw);
    scroll-snap-align: start;
  }

  .sad-guide-card a,
  .sad-guide-card--1 a {
    grid-template-rows: 190px 1fr;
  }

  .sad-newsletter::after {
    top: auto;
    right: -180px;
    bottom: -350px;
  }

  .sad-newsletter-inner {
    grid-template-columns: 1fr;
  }

  .sad-newsletter-copy {
    padding: 52px 0 70px;
  }

  .sad-newsletter h2 {
    font-size: 40px;
  }

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

  .sad-newsletter-form button {
    min-height: 52px;
  }

  .sad-newsletter-art {
    display: none;
  }
}

@media (max-width: 390px) {
  .sad-home-container {
    width: min(100% - 24px, 1120px);
  }

  .sad-hero-deal {
    grid-template-columns: 88px 1fr 24px;
  }

  .sad-hero-deal-image {
    width: 88px;
  }

  .sad-popular-stores li:nth-child(n + 5) {
    display: none;
  }
}

/* Realtime Telegram deal desk */
.sad-live-section {
  padding: 78px 0 72px;
  background: var(--home-ink);
  color: #fff;
}

.sad-live-heading {
  align-items: end;
  margin-bottom: 28px;
}

.sad-live-heading h2 {
  max-width: 720px;
  margin: 0 0 9px;
  color: #fff;
  font-size: clamp(34px, 4vw, 56px);
}

.sad-live-heading > div:first-child > p:last-child {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.sad-live-connection {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sad-live-connection::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f5b942;
  content: "";
}

.sad-live-connection[data-state="live"]::before,
.sad-live-connection[data-state="connected"]::before {
  background: #50d890;
  box-shadow: 0 0 0 6px rgba(80, 216, 144, 0.12);
  animation: sad-live-pulse 2s infinite;
}

.sad-live-connection[data-state="recent"]::before {
  background: #ffd54f;
  box-shadow: 0 0 0 6px rgba(255, 213, 79, 0.12);
}

.sad-live-connection[data-state="offline"]::before,
.sad-live-connection[data-state="error"]::before {
  background: #ff6b6b;
}

@keyframes sad-live-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(80, 216, 144, 0.08); }
  50% { box-shadow: 0 0 0 8px rgba(80, 216, 144, 0.18); }
}

.sad-live-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.sad-live-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background: #fff;
  color: var(--home-ink);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.sad-live-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.26);
}

.sad-live-card.is-new {
  animation: sad-live-arrive 480ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes sad-live-arrive {
  from { opacity: 0; transform: translateY(-18px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.sad-live-media {
  display: grid;
  min-height: 174px;
  place-items: center;
  overflow: hidden;
  background: #f3f0e8;
}

.sad-live-media img {
  width: 100%;
  height: 174px;
  object-fit: cover;
}

.sad-live-media--empty {
  background: radial-gradient(circle at 25% 25%, #ffe868 0, #ffd900 28%, #f3c700 100%);
  color: #141414;
  font-size: 30px;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.sad-live-card-body {
  display: flex;
  min-height: 214px;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.sad-live-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
  color: #6f6b64;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.sad-live-meta strong {
  max-width: 62%;
  overflow: hidden;
  color: #14794d;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sad-live-meta time {
  flex: 0 0 auto;
  white-space: nowrap;
}

.sad-live-title {
  display: -webkit-box;
  margin: 0 0 12px;
  overflow: hidden;
  color: var(--home-ink);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.26;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sad-live-snippet {
  display: -webkit-box;
  margin: 0 0 14px;
  overflow: hidden;
  color: #6e6658;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sad-live-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 12px;
}

.sad-live-tags a {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 9px;
  background: rgba(19, 121, 77, 0.11);
  color: #115a3b;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.sad-live-tags a:hover,
.sad-live-tags a:focus-visible {
  background: rgba(19, 121, 77, 0.22);
  color: #0d422b;
  text-decoration: underline;
}

.sad-live-offer {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 14px;
}

.sad-live-price {
  color: #c82132;
  font-size: 22px;
  font-weight: 950;
}

.sad-live-old-price {
  color: #817c74;
  font-size: 12px;
  text-decoration: line-through;
}

.sad-live-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.sad-live-actions a,
.sad-live-copy {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.sad-live-actions a {
  flex: 1;
  padding: 8px 13px;
  background: var(--home-ink);
  color: #fff;
  text-decoration: none;
}

.sad-live-copy {
  max-width: 120px;
  padding: 7px 12px;
  border: 1px dashed #7b7469;
  background: #fffbea;
  color: #292722;
  cursor: pointer;
}

.sad-live-copy:focus-visible,
.sad-live-actions a:focus-visible {
  outline: 3px solid var(--home-yellow);
  outline-offset: 2px;
}

.sad-live-empty,
.sad-live-note {
  grid-column: 1 / -1;
  padding: 25px;
  border: 1px dashed rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.sad-live-note {
  margin: 18px 0 0;
  padding: 12px;
  font-size: 12px;
}

@media (max-width: 1060px) {
  .sad-live-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .sad-mobile-explore {
    display: block;
    padding: 14px 0 10px;
    background: #fff9e8;
    border-top: 1px solid #f0e4b8;
    border-bottom: 1px solid #f0e4b8;
  }

  .sad-mobile-explore-group + .sad-mobile-explore-group {
    margin-top: 12px;
  }

  .sad-mobile-explore-group h2 {
    margin: 0 0 7px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .sad-mobile-chip-row {
    display: flex;
    gap: 8px;
    padding-bottom: 4px;
    overflow-x: auto;
  }

  .sad-mobile-chip {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    border: 1px solid #d2ba4d;
    border-radius: 999px;
    padding: 0 13px;
    background: #fff;
    color: #312b1d;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
  }

  .sad-personalized {
    padding: 52px 0 18px;
  }

  .sad-personal-grid {
    grid-template-columns: 1fr;
  }

  .sad-personal-card h3 {
    font-size: 22px;
  }
}

@media (max-width: 620px) {
  .sad-clear-recent {
    min-height: 31px;
    padding: 0 10px;
    font-size: 10px;
  }

  .sad-personalized {
    padding: 46px 0 16px;
  }

  .sad-personal-card h3 {
    font-size: 20px;
  }

  .sad-live-section {
    padding: 54px 0;
  }

  .sad-live-heading {
    align-items: flex-start;
  }

  .sad-live-grid {
    grid-template-columns: 1fr;
  }

  .sad-live-card {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    border-radius: 18px;
  }

  .sad-live-card--no-media {
    display: flex;
    min-height: 0;
  }

  .sad-live-media,
  .sad-live-media img {
    width: 118px;
    height: 100%;
    min-height: 178px;
  }

  .sad-live-card-body {
    min-height: 178px;
    padding: 14px;
  }

  .sad-live-card--no-media .sad-live-card-body {
    min-height: 0;
  }

  .sad-live-title {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sad-live-card,
  .sad-live-card.is-new,
  .sad-live-connection::before {
    animation: none;
    transition: none;
  }
}

/* Compact realtime mirror between the hero and Quick Wins. */
.sad-deal-cast-section {
  position: relative;
  z-index: 2;
  padding: 26px 0 42px;
  background: linear-gradient(180deg, #fff 0%, #faf9f5 100%);
}

/* The generated site theme makes the homepage a flex column and assigns
   explicit section orders. Keep the cast after the hero/mobile shortcuts and
   immediately before Quick Wins, even when that generated theme is rebuilt. */
.sad-home > .sad-deal-cast-section {
  order: 3;
}

.sad-deal-cast-shell {
  width: min(960px, 100%);
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid #263857;
  border-radius: 24px;
  background: #0f1d35;
  color: #fff;
  box-shadow: 0 22px 54px rgba(16, 29, 52, 0.18);
}

.sad-deal-cast-header {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(110deg, rgba(39, 167, 231, 0.16), rgba(255, 255, 255, 0));
}

.sad-deal-cast-brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
}

.sad-deal-cast-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 15px;
  background: #229ed9;
  box-shadow: 0 10px 26px rgba(34, 158, 217, 0.28);
}

.sad-deal-cast-icon svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}

.sad-deal-cast-brand p {
  margin: 0 0 3px;
  color: #7fd9ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sad-deal-cast-brand h2 {
  margin: 0;
  color: #fff;
  font-family: inherit;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.sad-deal-cast-controls {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
}

.sad-deal-cast-pause,
.sad-deal-cast-new {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
}

.sad-deal-cast-pause {
  padding: 8px 15px;
}

.sad-deal-cast-pause:hover,
.sad-deal-cast-pause:focus-visible,
.sad-deal-cast-new:hover,
.sad-deal-cast-new:focus-visible {
  border-color: #7fd9ff;
  outline: 3px solid rgba(127, 217, 255, 0.3);
  outline-offset: 2px;
}

.sad-deal-cast-pause[aria-pressed="true"] {
  border-color: #ffda00;
  background: #ffda00;
  color: #111;
}

.sad-deal-cast-shell .sad-live-connection {
  flex: 0 0 auto;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.86);
}

.sad-deal-cast-shell .sad-live-connection[data-state="waiting"]::before,
.sad-deal-cast-shell .sad-live-connection[data-state="connecting"]::before,
.sad-deal-cast-shell .sad-live-connection[data-state="paused"]::before {
  background: #ffd84c;
}

.sad-deal-cast-status {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.sad-deal-cast-stage {
  position: relative;
}

.sad-deal-cast-window {
  display: grid;
  max-height: 294px;
  gap: 10px;
  overflow: auto;
  padding: 15px 18px;
  overscroll-behavior: contain;
  background:
    radial-gradient(circle at 14% 20%, rgba(34, 158, 217, 0.11) 0 2px, transparent 2.5px) 0 0 / 28px 28px,
    #12223d;
  scrollbar-color: rgba(127, 217, 255, 0.5) transparent;
  scrollbar-width: thin;
}

.sad-deal-cast-window:focus-visible {
  outline: 3px solid #7fd9ff;
  outline-offset: -3px;
}

.sad-deal-cast-new {
  position: absolute;
  right: 50%;
  bottom: 12px;
  z-index: 3;
  min-width: 128px;
  padding: 8px 16px;
  border-color: #ffd800;
  background: #ffd800;
  color: #111;
  box-shadow: 0 8px 22px rgba(2, 11, 26, 0.34);
  transform: translateX(50%);
}

.sad-deal-cast-new[hidden] {
  display: none;
}

.sad-deal-cast-message {
  position: relative;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  min-height: 112px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px 18px 18px 6px;
  background: #fff;
  color: #101a2b;
  box-shadow: 0 7px 22px rgba(4, 13, 28, 0.14);
}

.sad-deal-cast-message::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: transparent;
  content: "";
}

.sad-deal-cast-message.is-current {
  border-color: rgba(34, 158, 217, 0.56);
  box-shadow: 0 9px 28px rgba(34, 158, 217, 0.17);
}

.sad-deal-cast-message.is-current::after {
  background: #229ed9;
}

.sad-deal-cast-message.is-new {
  animation: sad-deal-cast-arrive 520ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes sad-deal-cast-arrive {
  from { opacity: 0; transform: translateY(-12px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.sad-deal-cast-media {
  display: grid;
  min-height: 112px;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid #e8ebef;
  background: #f5f5f2;
}

.sad-deal-cast-media img {
  width: 100%;
  height: 100%;
  min-height: 112px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.sad-deal-cast-media--empty {
  background: linear-gradient(145deg, #ffe36b, #ffd200);
  color: #111;
  font-size: 28px;
  font-weight: 950;
}

.sad-deal-cast-copy {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "meta meta"
    "title action"
    "excerpt action"
    "offer action";
  align-content: center;
  column-gap: 18px;
  padding: 13px 16px;
}

.sad-deal-cast-meta {
  display: flex;
  min-width: 0;
  grid-area: meta;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 5px;
  color: #667085;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sad-deal-cast-meta span {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  color: #0874a8;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sad-deal-cast-meta i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #25b46b;
  box-shadow: 0 0 0 4px rgba(37, 180, 107, 0.1);
}

.sad-deal-cast-meta time {
  flex: 0 0 auto;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.sad-deal-cast-copy h3 {
  display: -webkit-box;
  min-width: 0;
  grid-area: title;
  align-self: end;
  margin: 0 0 6px;
  overflow: hidden;
  color: #101828;
  font-family: inherit;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -0.015em;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sad-deal-cast-excerpt {
  display: -webkit-box;
  min-width: 0;
  grid-area: excerpt;
  margin: 0 0 7px;
  overflow: hidden;
  color: #667085;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sad-deal-cast-verified {
  flex: 0 0 auto;
  padding: 3px 6px;
  border-radius: 999px;
  background: #eaf8ef;
  color: #087443;
  font-size: 9px;
  letter-spacing: 0;
  text-transform: none;
}

.sad-deal-cast-offer {
  display: flex;
  min-width: 0;
  grid-area: offer;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  white-space: nowrap;
}

.sad-deal-cast-price {
  color: #c82031;
  font-size: 18px;
  font-weight: 950;
}

.sad-deal-cast-offer > span {
  padding: 3px 7px;
  border-radius: 999px;
  background: #eaf8ef;
  color: #087443;
  font-size: 10px;
  font-weight: 850;
}

.sad-deal-cast-offer button {
  min-width: 0;
  min-height: 44px;
  overflow: hidden;
  padding: 4px 8px;
  border: 1px dashed #b98d00;
  border-radius: 7px;
  background: #fff8d7;
  color: #554100;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sad-deal-cast-action {
  display: inline-flex;
  min-height: 44px;
  grid-area: action;
  align-self: center;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffda00;
  color: #111;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 5px 14px rgba(191, 155, 0, 0.16);
}

.sad-deal-cast-action:hover,
.sad-deal-cast-action:focus-visible,
.sad-deal-cast-offer button:focus-visible {
  outline: 3px solid rgba(34, 158, 217, 0.3);
  outline-offset: 2px;
}

.sad-deal-cast-action:hover {
  transform: translateY(-1px);
}

.sad-deal-cast-empty {
  display: flex;
  min-height: 116px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 24px;
  border: 1px dashed rgba(127, 217, 255, 0.35);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
}

.sad-deal-cast-empty > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 50%;
  background: #ffda00;
  color: #111;
}

.sad-deal-cast-empty strong,
.sad-deal-cast-empty p {
  display: block;
  margin: 0;
}

.sad-deal-cast-empty p {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.sad-deal-cast-footer {
  display: flex;
  min-height: 49px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.sad-deal-cast-footer p {
  margin: 0;
}

.sad-deal-cast-footer a {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  color: #7fd9ff;
  font-weight: 850;
  text-decoration: none;
}

.sad-deal-cast-footer a:hover,
.sad-deal-cast-footer a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 720px) {
  .sad-deal-cast-section {
    padding: 18px 0 34px;
  }

  .sad-deal-cast-shell {
    border-radius: 19px;
  }

  .sad-deal-cast-header {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 14px;
  }

  .sad-deal-cast-controls {
    margin-left: auto;
  }

  .sad-deal-cast-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 13px;
  }

  .sad-deal-cast-brand h2 {
    font-size: 20px;
  }

  .sad-deal-cast-shell .sad-live-connection {
    min-height: 44px;
    padding: 6px 9px;
    font-size: 9px;
  }

  .sad-deal-cast-window {
    max-height: 254px;
    padding: 12px;
  }

  .sad-deal-cast-message {
    grid-template-columns: 74px minmax(0, 1fr);
    min-height: 118px;
  }

  .sad-deal-cast-media,
  .sad-deal-cast-media img {
    min-height: 118px;
  }

  .sad-deal-cast-copy {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 11px 12px;
  }

  .sad-deal-cast-meta {
    align-items: flex-start;
  }

  .sad-deal-cast-meta time {
    font-size: 9px;
  }

  .sad-deal-cast-copy h3 {
    margin-bottom: 7px;
    font-size: 14px;
  }

  .sad-deal-cast-offer {
    flex-wrap: wrap;
    gap: 5px;
    overflow: visible;
    white-space: normal;
  }

  .sad-deal-cast-offer > strong {
    font-size: 16px;
  }

  .sad-deal-cast-action {
    min-height: 44px;
    align-self: flex-start;
    margin-top: 8px;
    padding: 7px 12px;
  }

  .sad-deal-cast-footer {
    align-items: flex-start;
    padding: 10px 14px;
  }
}

@media (max-width: 470px) {
  .sad-deal-cast-header {
    align-items: center;
    gap: 8px;
  }

  .sad-deal-cast-controls {
    margin-left: auto;
  }

  .sad-deal-cast-shell .sad-live-connection strong {
    max-width: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sad-deal-cast-message {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .sad-deal-cast-meta time {
    display: none;
  }

  .sad-deal-cast-footer p {
    max-width: 70%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sad-deal-cast-message,
  .sad-deal-cast-message.is-new,
  .sad-deal-cast-action,
  .sad-deal-cast-new {
    animation: none;
    transition: none;
  }

  .sad-deal-cast-window {
    scroll-behavior: auto;
  }
}

/* Homepage deal rotation: change one card at a time so busy feeds stay calm. */
.sad-hero-deal,
.sad-saving-card,
.sad-deal-card {
  transition: opacity .18s ease, transform .18s ease;
}
.sad-hero-deal.is-rotating-deal,
.sad-saving-card.is-rotating-deal,
.sad-deal-card.is-rotating-deal {
  opacity: .38;
  transform: translateY(3px);
}
@media (prefers-reduced-motion: reduce) {
  .sad-hero-deal,
  .sad-saving-card,
  .sad-deal-card {
    transition: none;
  }
}
/* Admin-managed homepage campaigns and promotional banners. */
.sad-campaigns {
  padding: clamp(2rem, 4vw, 4rem) 0;
  background: #fffdf6;
}

.sad-campaigns-hint {
  color: #596277;
  font-size: .85rem;
}

.sad-campaigns-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(min(82vw, 660px), 1fr);
  gap: 1rem;
  overflow-x: auto;
  padding: .25rem .25rem 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.sad-campaign-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(14, 18, 30, .13);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
  scroll-snap-align: start;
}

.sad-campaign-card > a,
.sad-campaign-card > div {
  display: grid;
  color: inherit;
  text-decoration: none;
}

.sad-campaign-card img {
  display: block;
  width: 100%;
  height: clamp(180px, 28vw, 340px);
  object-fit: contain;
  object-position: center;
  background: #f6f4ed;
}

.sad-campaign-card span {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  min-height: 3.5rem;
  padding: .9rem 1rem;
  font-weight: 750;
}

.sad-home-promotions {
  display: grid;
  gap: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.banner-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}

.banner-wrapper a,
.banner-wrapper picture {
  display: block;
}

.banner-wrapper img {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  object-position: center;
  margin-inline: auto;
  background: #f6f4ed;
}

.banner-wrapper--sidebar img {
  max-height: 600px;
}

@media (min-width: 900px) {
  .sad-campaigns-track {
    grid-auto-columns: minmax(460px, calc(50% - .5rem));
  }
}

@media (max-width: 720px) {
  .sad-campaigns-track {
    grid-auto-columns: 88%;
  }
  .sad-campaigns-hint {
    display: none;
  }
}
