/** Shopify CDN: Minification failed

Line 1384:9 Expected identifier but found whitespace
Line 1384:10 Unexpected "0"

**/
/* 4th Birthday Sale: layered on landing-range tokens + site fonts */
.landing-birthday,
.birthday-banner,
.birthday-countdown-strip,
.section-landing-birthday-offers,
.birthday-countdown-section,
.birthday-hero-shell {
  --bday-ink: var(--color-headings-text, #151515);
  --bday-muted: var(--color-body-text-light, #717171);
  --bday-paper: #fffdf8;
  --bday-cream: #f4f0cd;
  --bday-gold: #fdc168;
  --bday-brown: #643e22;
  --bday-peach: #f69c94;
  --bday-coral: var(--color-sale-badge-background, #cf4a4a);
  --bday-confetti-1: #fdc168;
  --bday-confetti-2: #f69c94;
  --bday-confetti-3: #93d0a2;
  --bday-confetti-4: #e8634f;
  --bday-confetti-5: #7eb8da;
  --bday-confetti-6: #c9a0dc;
}

.birthday-badge {
  display: inline-block;
  background: var(--bday-coral);
  color: #fff;
  font-family: var(--font-base);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 8px 14px;
  border-radius: 999px;
}

.birthday-badge--gold {
  background: var(--bday-gold);
  color: var(--bday-ink);
}

/* Dense confetti field */
.birthday-confetti-bg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--bday-cream);
  background-image:
    radial-gradient(circle at 4% 10%, var(--bday-confetti-1) 0 5px, transparent 6px),
    radial-gradient(circle at 9% 34%, var(--bday-confetti-2) 0 3px, transparent 4px),
    radial-gradient(circle at 13% 68%, var(--bday-confetti-3) 0 4px, transparent 5px),
    radial-gradient(circle at 18% 18%, var(--bday-confetti-4) 0 3px, transparent 4px),
    radial-gradient(circle at 22% 82%, var(--bday-confetti-5) 0 4px, transparent 5px),
    radial-gradient(circle at 27% 46%, var(--bday-confetti-6) 0 3px, transparent 4px),
    radial-gradient(circle at 32% 8%, var(--bday-confetti-2) 0 5px, transparent 6px),
    radial-gradient(circle at 36% 58%, var(--bday-confetti-1) 0 3px, transparent 4px),
    radial-gradient(circle at 41% 28%, var(--bday-confetti-3) 0 4px, transparent 5px),
    radial-gradient(circle at 45% 74%, var(--bday-confetti-4) 0 3px, transparent 4px),
    radial-gradient(circle at 50% 14%, var(--bday-confetti-5) 0 5px, transparent 6px),
    radial-gradient(circle at 54% 52%, var(--bday-confetti-6) 0 3px, transparent 4px),
    radial-gradient(circle at 59% 88%, var(--bday-confetti-1) 0 4px, transparent 5px),
    radial-gradient(circle at 64% 22%, var(--bday-confetti-2) 0 3px, transparent 4px),
    radial-gradient(circle at 68% 62%, var(--bday-confetti-3) 0 2px, transparent 3px),
    radial-gradient(circle at 73% 38%, var(--bday-confetti-4) 0 4px, transparent 5px),
    radial-gradient(circle at 78% 78%, var(--bday-confetti-5) 0 3px, transparent 4px),
    radial-gradient(circle at 83% 12%, var(--bday-confetti-6) 0 5px, transparent 6px),
    radial-gradient(circle at 88% 48%, var(--bday-confetti-1) 0 3px, transparent 4px),
    radial-gradient(circle at 92% 84%, var(--bday-confetti-2) 0 4px, transparent 5px),
    radial-gradient(circle at 96% 30%, var(--bday-confetti-3) 0 3px, transparent 4px),
    radial-gradient(circle at 7% 92%, var(--bday-confetti-4) 0 2px, transparent 3px),
    radial-gradient(circle at 48% 42%, var(--bday-confetti-5) 0 2px, transparent 3px),
    radial-gradient(circle at 61% 6%, var(--bday-confetti-6) 0 3px, transparent 4px),
    radial-gradient(circle at 25% 50%, var(--bday-confetti-1) 0 2px, transparent 3px),
    radial-gradient(circle at 85% 66%, var(--bday-confetti-2) 0 4px, transparent 5px);
}

.birthday-confetti-bg > *:not(.birthday-decor) {
  position: relative;
  z-index: 1;
}

/* Floating decor layer (balloon/cake PNGs + confetti bits) */
.birthday-decor {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.birthday-decor__balloon,
.birthday-decor__cake {
  position: absolute;
  display: block;
  width: 48px;
  height: auto;
  max-width: none;
  opacity: 0.98;
  object-fit: contain;
  animation: birthday-float 6s ease-in-out infinite;
}

.birthday-decor__cake {
  width: 56px;
  animation-duration: 7.2s;
}

.birthday-decor__balloon--1 {
  top: 10%;
  left: 1%;
  width: 52px;
  animation-delay: 0s;
}

.birthday-decor__balloon--2 {
  top: 4%;
  left: 8%;
  width: 40px;
  animation-delay: -1.4s;
}

.birthday-decor__balloon--3 {
  top: 12%;
  right: 2%;
  width: 50px;
  animation-delay: -2.2s;
}

.birthday-decor__balloon--4 {
  top: 3%;
  right: 9%;
  width: 44px;
  animation-delay: -3.1s;
}

.birthday-decor__balloon--5 {
  bottom: 12%;
  left: 3%;
  width: 38px;
  animation-delay: -4s;
}

.birthday-decor__balloon--6 {
  bottom: 8%;
  right: 4%;
  width: 46px;
  animation-delay: -0.8s;
}

.birthday-decor__balloon--7 {
  top: 28%;
  left: 0.5%;
  width: 48px;
  animation-delay: -2.6s;
}

.birthday-decor__balloon--8 {
  top: 32%;
  right: 0.5%;
  width: 36px;
  animation-delay: -4.8s;
}

.birthday-decor__balloon--9 {
  top: 55%;
  left: 6%;
  width: 42px;
  animation-delay: -1.1s;
}

.birthday-decor__balloon--10 {
  top: 58%;
  right: 7%;
  width: 54px;
  animation-delay: -3.9s;
}

.birthday-decor__balloon--11 {
  bottom: 28%;
  left: 11%;
  width: 40px;
  animation-delay: -5.2s;
}

.birthday-decor__balloon--12 {
  bottom: 22%;
  right: 12%;
  width: 48px;
  animation-delay: -0.3s;
}

.birthday-decor__cake--1 {
  top: 38%;
  left: 1%;
  width: 58px;
  animation-delay: -1.8s;
}

.birthday-decor__cake--2 {
  top: 34%;
  right: 1.5%;
  width: 50px;
  animation-delay: -3.6s;
}

.birthday-decor__cake--3 {
  bottom: 6%;
  left: 16%;
  width: 44px;
  animation-delay: -0.4s;
}

.birthday-decor__cake--4 {
  bottom: 10%;
  right: 18%;
  width: 52px;
  animation-delay: -2.9s;
}

.birthday-decor__cake--5 {
  top: 18%;
  left: 14%;
  width: 40px;
  animation-delay: -4.4s;
}

.birthday-decor__cake--6 {
  top: 22%;
  right: 15%;
  width: 48px;
  animation-delay: -5.6s;
}

.birthday-decor__bit {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  opacity: 0.85;
  box-shadow: 0 0 0 1px #000;
  animation: birthday-fall 7s linear infinite;
}

.birthday-decor__bit--round {
  border-radius: 50%;
}

.birthday-decor__bit--1 {
  top: -10px;
  left: 6%;
  background: #cf4a4a;
  animation-delay: 0s;
}

.birthday-decor__bit--2 {
  top: -10px;
  left: 14%;
  width: 6px;
  height: 10px;
  background: #fffdf8;
  animation-delay: -0.7s;
}

.birthday-decor__bit--3 {
  top: -10px;
  left: 22%;
  background: #93d0a2;
  animation-delay: -1.4s;
}

.birthday-decor__bit--4 {
  top: -10px;
  left: 30%;
  width: 7px;
  height: 7px;
  background: #f69c94;
  animation-delay: -2.1s;
}

.birthday-decor__bit--5 {
  top: -10px;
  left: 38%;
  background: #7eb8da;
  animation-delay: -2.8s;
}

.birthday-decor__bit--6 {
  top: -10px;
  left: 46%;
  width: 5px;
  height: 9px;
  background: #c9a0dc;
  animation-delay: -3.5s;
}

.birthday-decor__bit--7 {
  top: -10px;
  left: 54%;
  background: #fdc168;
  animation-delay: -4.2s;
}

.birthday-decor__bit--8 {
  top: -10px;
  left: 62%;
  width: 6px;
  height: 10px;
  background: #cf4a4a;
  animation-delay: -4.9s;
}

.birthday-decor__bit--9 {
  top: -10px;
  left: 70%;
  background: #93d0a2;
  animation-delay: -5.6s;
}

.birthday-decor__bit--10 {
  top: -10px;
  left: 78%;
  width: 7px;
  height: 7px;
  background: #7eb8da;
  animation-delay: -0.35s;
}

.birthday-decor__bit--11 {
  top: -10px;
  left: 86%;
  background: #f69c94;
  animation-delay: -1.05s;
}

.birthday-decor__bit--12 {
  top: -10px;
  left: 94%;
  width: 5px;
  height: 9px;
  background: #c9a0dc;
  animation-delay: -1.75s;
}

.birthday-decor__bit--13 {
  top: -10px;
  left: 10%;
  width: 6px;
  height: 6px;
  background: #fffdf8;
  animation-delay: -2.45s;
  animation-duration: 8.2s;
}

.birthday-decor__bit--14 {
  top: -10px;
  left: 26%;
  background: #fdc168;
  animation-delay: -3.15s;
  animation-duration: 6.4s;
}

.birthday-decor__bit--15 {
  top: -10px;
  left: 42%;
  width: 9px;
  height: 5px;
  background: #cf4a4a;
  animation-delay: -3.85s;
  animation-duration: 7.8s;
}

.birthday-decor__bit--16 {
  top: -10px;
  left: 58%;
  background: #7eb8da;
  animation-delay: -4.55s;
  animation-duration: 5.8s;
}

.birthday-decor__bit--17 {
  top: -10px;
  left: 74%;
  width: 6px;
  height: 10px;
  background: #93d0a2;
  animation-delay: -5.25s;
  animation-duration: 8.6s;
}

.birthday-decor__bit--18 {
  top: -10px;
  left: 90%;
  background: #c9a0dc;
  animation-delay: -5.95s;
  animation-duration: 6.9s;
}

@keyframes birthday-float {
  0%,
  100% {
    transform: translateY(0) rotate(-4deg);
  }
  50% {
    transform: translateY(-10px) rotate(4deg);
  }
}

@keyframes birthday-fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.9;
  }
  100% {
    transform: translateY(120vh) rotate(220deg);
    opacity: 0.15;
  }
}

@media (prefers-reduced-motion: reduce) {
  .birthday-decor__balloon,
  .birthday-decor__cake,
  .birthday-decor__bit {
    animation: none;
  }
}

@media (max-width: 749px) {
  .birthday-decor__balloon {
    width: 34px;
    opacity: 0.95;
  }

  .birthday-decor__cake {
    width: 38px;
  }

  .birthday-decor__balloon--2,
  .birthday-decor__balloon--7,
  .birthday-decor__balloon--8,
  .birthday-decor__cake--3,
  .birthday-decor__bit--7,
  .birthday-decor__bit--8,
  .birthday-decor__bit--9,
  .birthday-decor__bit--10 {
    display: none;
  }

  .birthday-decor--light .birthday-decor__balloon--2,
  .birthday-decor--light .birthday-decor__cake--2 {
    display: none;
  }
}

.birthday-decor--light .birthday-decor__balloon {
  width: 40px;
}

.birthday-decor--light .birthday-decor__cake {
  width: 42px;
}

/* ========== Sitewide countdown strip (slim side-by-side) ========== */
/*
  Theme critical.css zeros padding on [data-section-id]. Override with higher
  specificity. Keep this strip compact: label + timer on one row when possible.
*/
.birthday-countdown-section {
  position: relative;
  z-index: 20;
}

.birthday-countdown-section .birthday-countdown-strip[data-section-id],
body .wt-shopify-section .birthday-countdown-strip[data-section-id],
.shopify-section-group-header-group .birthday-countdown-strip[data-section-id],
.birthday-countdown-strip {
  background: var(--bday-ink);
  color: #fff;
  padding: 8px 10px !important;
  overflow: visible;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.birthday-countdown-strip__inner {
  max-width: min(1080px, var(--site-max-width, 1600px));
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 12px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.birthday-countdown-strip__label {
  margin: 0;
  font-family: var(--font-base);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
}

.birthday-countdown-strip__label a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.birthday-countdown-strip__timer {
  width: auto;
  max-width: 100%;
  display: block;
  flex: 0 1 auto;
  min-width: 0;
  --font-timer: var(--font-headline);
  --font-timer-size: 13px;
  --font-timer-scale: 1;
  --font-timer-scale-desk: 1;
  --color-custom-text: #fff;
  --color-counter-value-bg: rgba(255, 255, 255, 0.12);
}

.birthday-countdown-strip__timer .wt-countdown-timer__display {
  color: #fff;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: auto;
  max-width: 100%;
  font-size: 13px !important;
  line-height: 1;
  box-sizing: border-box;
}

.birthday-countdown-strip__timer .wt-counter__item {
  display: inline-flex !important;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  width: auto !important;
  min-width: 0 !important;
  flex: 0 1 auto !important;
  margin: 0 !important;
  white-space: nowrap;
}

.birthday-countdown-strip__timer .wt-counter__item__value {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  min-width: 1.6em !important;
  margin: 0;
  padding: 3px 5px !important;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.12);
  font-family: var(--font-headline);
  font-size: 13px !important;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
  position: static;
  white-space: nowrap;
}

.birthday-countdown-strip__timer .wt-counter__item__value::before {
  content: none !important;
  display: none !important;
}

.birthday-countdown-strip__timer .wt-counter__item__label {
  display: inline-block;
  font-family: var(--font-base);
  font-size: 10px !important;
  letter-spacing: 0.03em;
  text-transform: lowercase;
  opacity: 0.85;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 389px) {
  .birthday-countdown-strip__label {
    width: 100%;
    white-space: normal;
  }

  .birthday-countdown-strip__timer {
    width: 100%;
  }

  .birthday-countdown-strip__timer .wt-countdown-timer__display {
    width: 100%;
    justify-content: space-between;
    gap: 3px;
  }

  .birthday-countdown-strip__timer .wt-counter__item {
    flex: 1 1 0 !important;
  }

  .birthday-countdown-strip__timer .wt-counter__item__value {
    width: 100%;
    min-width: 0 !important;
    padding: 3px 2px !important;
    font-size: 12px !important;
  }
}

@media (min-width: 750px) {
  .birthday-countdown-section .birthday-countdown-strip[data-section-id],
  body .wt-shopify-section .birthday-countdown-strip[data-section-id],
  .shopify-section-group-header-group .birthday-countdown-strip[data-section-id],
  .birthday-countdown-strip {
    padding: 8px 20px !important;
  }

  .birthday-countdown-strip__inner {
    gap: 8px 16px;
  }

  .birthday-countdown-strip__label {
    font-size: 12px;
  }

  .birthday-countdown-strip__timer .wt-countdown-timer__display {
    gap: 6px;
    font-size: 14px !important;
  }

  .birthday-countdown-strip__timer .wt-counter__item__value {
    padding: 4px 6px !important;
    font-size: 14px !important;
  }

  .birthday-countdown-strip__timer .wt-counter__item__label {
    font-size: 11px !important;
  }
}

.birthday-landing-countdown.birthday-confetti-bg {
  background-color: #fdc168;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.birthday-landing-countdown.birthday-confetti-bg > .wt-countdown-section__inner,
.birthday-landing-countdown.birthday-confetti-bg > .wt-countdown-section__cta {
  position: relative;
  z-index: 1;
}

.birthday-landing-countdown.wt-countdown-section {
  padding: 36px 16px 40px !important;
}

.birthday-landing-countdown .wt-countdown-section__inner {
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center;
  gap: 16px !important;
  padding-inline: calc(var(--gap, 8px) * 2);
  max-width: min(720px, 100%);
  margin-inline: auto;
  width: 100%;
  box-sizing: border-box;
}

.birthday-landing-countdown .wt-countdown-section__inner .headline {
  width: 100%;
  margin: 0;
}

.birthday-landing-countdown .headline,
.birthday-landing-countdown .headline__title {
  margin: 0;
  font-family: var(--font-headline);
  font-size: clamp(1.6rem, 6vw, 2.4rem) !important;
  line-height: 1.2;
  text-align: center;
}

.birthday-landing-countdown .wt-countdown-section__timer {
  width: 100%;
  max-width: 480px;
}

.birthday-landing-countdown .wt-countdown-timer__display {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
}

.birthday-landing-countdown .wt-counter__item {
  flex: none !important;
  flex-basis: auto !important;
  min-width: 0;
  width: 100%;
  margin: 0 !important;
}

.birthday-landing-countdown .wt-counter__item__value {
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  position: static;
  font-size: clamp(1.2rem, 4.8vw, 1.7rem) !important;
  padding: 6px 4px !important;
  line-height: 1;
}

.birthday-landing-countdown .wt-counter__item__value::before {
  content: none !important;
  display: none !important;
}

.birthday-landing-countdown .wt-counter__item__label {
  font-size: clamp(0.7rem, 2.8vw, 0.95rem) !important;
}

.birthday-landing-countdown .wt-countdown-section__cta {
  margin-top: 4px;
}

@media (min-width: 750px) {
  .birthday-landing-countdown .wt-countdown-timer__display {
    gap: 10px;
  }

  .birthday-landing-countdown .wt-counter__item__value {
    font-size: clamp(1.5rem, 2.2vw, 1.9rem) !important;
    padding: 8px 10px !important;
    min-height: 0;
    aspect-ratio: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
}

@media (min-width: 900px) {
  .birthday-landing-countdown.wt-countdown-section {
    padding: 56px 24px 64px !important;
  }

  .birthday-landing-countdown .wt-countdown-section__inner {
    gap: 28px !important;
  }

  .birthday-landing-countdown .wt-countdown-timer__display {
    grid-template-columns: repeat(4, minmax(72px, 1fr));
    gap: 12px;
    max-width: 420px;
    margin-inline: auto;
  }

  .birthday-landing-countdown .wt-counter__item__value {
    font-size: clamp(1.65rem, 2.4vw, 2.1rem) !important;
    padding: 8px 12px !important;
    min-height: 0;
    aspect-ratio: auto;
    border-radius: 6px;
    line-height: 1;
  }

  .birthday-landing-countdown .wt-counter__item__label {
    font-size: 0.95rem !important;
  }
}

/* ========== Offer tiles ========== */
.landing-birthday-offers {
  background: var(--bday-paper);
  color: var(--bday-ink);
  padding-top: var(--section-gap-top, 0px);
  padding-bottom: var(--section-gap-bottom, 0px);
}

.landing-birthday-offers__inner {
  max-width: min(1080px, var(--site-max-width, 1600px));
  margin: 0 auto;
  padding-left: calc(var(--gap, 8px) * 2);
  padding-right: calc(var(--gap, 8px) * 2);
}

@media (min-width: 990px) {
  .landing-birthday-offers__inner {
    padding-left: calc(var(--gap, 8px) * 4);
    padding-right: calc(var(--gap, 8px) * 4);
  }
}

.landing-birthday-offers__heading {
  font-family: var(--font-headline);
  font-size: clamp(2.1rem, 3.4vw, 2.7rem);
  font-weight: var(--font-headline-weight, 700);
  text-align: center;
  text-transform: var(--font-headline-transform, uppercase);
  letter-spacing: var(--font-headline-letter-spacing, -0.02em);
  line-height: 1.15;
  margin: 0 0 32px;
  padding-top: 48px;
  color: var(--bday-ink);
}

.landing-birthday-offers__grid {
  display: grid;
  gap: 16px;
  padding-bottom: 48px;
  align-items: stretch;
}

@media (min-width: 750px) {
  .landing-birthday-offers__grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.landing-birthday-offers__tile {
  background: #fff;
  border: 1px solid #000;
  border-radius: var(--border-radius, 14px);
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  gap: 0;
  box-sizing: border-box;
}

.landing-birthday-offers__tile--featured {
  background: var(--bday-gold);
}

.landing-birthday-offers__kicker {
  margin: 0 0 10px;
  font-family: var(--font-base);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bday-brown);
}

.landing-birthday-offers__title {
  font-family: var(--font-headline);
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: var(--font-headline-weight, 700);
  line-height: 1.15;
  text-transform: none;
  margin: 0 0 12px;
  color: var(--bday-ink);
}

.landing-birthday-offers__text {
  margin: 0 0 16px;
  font-family: var(--font-base);
  font-size: clamp(1.2rem, 1.8vw, 1.35rem);
  line-height: 1.5;
  color: var(--bday-ink);
  flex-grow: 1;
}

.landing-birthday-offers__fine {
  margin: 0 0 16px;
  font-family: var(--font-base);
  font-size: 0.95rem;
  line-height: 1.4;
  color: var(--bday-brown);
}

.landing-birthday-offers__cta {
  margin-top: auto;
  align-self: stretch;
  width: 100%;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.landing-birthday-offers .hero__button {
  width: 100%;
  justify-content: center;
}

/* ========== Promo banner ========== */
.birthday-banner {
  background: var(--bday-gold);
  color: var(--bday-ink);
  padding-top: var(--section-gap-top, 0px);
  padding-bottom: var(--section-gap-bottom, 0px);
  overflow: hidden;
  border-top: none;
  border-bottom: none;
}

.birthday-banner--border-top {
  border-top: 1px solid #000;
}

.birthday-banner--border-bottom {
  border-bottom: 1px solid #000;
}

.birthday-banner.birthday-confetti-bg {
  background-color: var(--bday-gold);
}

/* Keep decor dense on the banner; cake bottom-left, rest on top/right */
@media (min-width: 750px) {
  .birthday-banner .birthday-decor__balloon--5,
  .birthday-banner .birthday-decor__balloon--7,
  .birthday-banner .birthday-decor__balloon--9,
  .birthday-banner .birthday-decor__cake--1,
  .birthday-banner .birthday-decor__cake--3 {
    display: none;
  }

  .birthday-banner .birthday-decor__balloon--1 {
    top: 8%;
    left: 2%;
    width: 56px;
  }

  .birthday-banner .birthday-decor__balloon--2 {
    display: block;
    top: 14%;
    left: 9%;
    bottom: auto;
    width: 40px;
  }

  .birthday-banner .birthday-decor__balloon--3 {
    top: 6%;
    right: 2%;
    width: 54px;
  }

  .birthday-banner .birthday-decor__balloon--4 {
    top: 4%;
    right: 9%;
    width: 46px;
  }

  .birthday-banner .birthday-decor__balloon--6 {
    top: auto;
    bottom: 14px;
    right: 3%;
    width: 48px;
  }

  .birthday-banner .birthday-decor__balloon--8 {
    top: 28%;
    right: 1%;
    width: 40px;
  }

  .birthday-banner .birthday-decor__balloon--10 {
    top: auto;
    bottom: 52px;
    right: 11%;
    width: 50px;
  }

  .birthday-banner .birthday-decor__balloon--11 {
    top: 12%;
    left: 10%;
    width: 42px;
  }

  .birthday-banner .birthday-decor__balloon--12 {
    top: auto;
    bottom: 18px;
    right: 22%;
    width: 44px;
  }

  /* One cake moved from the right into the bottom-left corner */
  .birthday-banner .birthday-decor__cake--2 {
    display: block;
    top: auto;
    right: auto;
    bottom: 18px;
    left: 18px;
    width: 48px;
  }

  .birthday-banner .birthday-decor__cake--4 {
    top: auto;
    bottom: 16px;
    right: 34%;
    width: 48px;
  }

  .birthday-banner .birthday-decor__cake--5 {
    top: 8%;
    left: auto;
    right: 24%;
    width: 44px;
  }
}

@media (max-width: 749px) {
  /* On mobile, keep decor to top/sides — leave lower half for copy */
  .birthday-banner .birthday-decor__balloon--5,
  .birthday-banner .birthday-decor__balloon--6,
  .birthday-banner .birthday-decor__balloon--9,
  .birthday-banner .birthday-decor__balloon--10,
  .birthday-banner .birthday-decor__balloon--12,
  .birthday-banner .birthday-decor__cake--1,
  .birthday-banner .birthday-decor__cake--3,
  .birthday-banner .birthday-decor__cake--4 {
    display: none;
  }

  .birthday-banner .birthday-decor__balloon--1 {
    top: 4%;
    left: 2%;
    width: 36px;
  }

  .birthday-banner .birthday-decor__balloon--3 {
    top: 3%;
    right: 2%;
    width: 38px;
  }

  .birthday-banner .birthday-decor__cake--2 {
    top: 6%;
    right: 12%;
    width: 34px;
  }

  .birthday-banner .birthday-decor__cake--5 {
    top: 5%;
    left: 12%;
    width: 32px;
  }
}

/* Homepage video hero: balloons over media, under text/CTA */
.birthday-hero-shell .wt-video {
  position: relative;
}

.birthday-hero-shell .birthday-decor {
  z-index: 2;
}

.birthday-hero-shell .hero__overlay {
  z-index: 5;
}

.birthday-hero-shell .birthday-decor__balloon,
.birthday-hero-shell .birthday-decor__cake,
.birthday-hero-shell .birthday-decor__bit {
  opacity: 0.92;
  filter: none;
}

/* Varied sizes across the video hero frame */
.birthday-hero-shell .birthday-decor__balloon--1 {
  top: 8%;
  left: 3%;
  width: 64px;
}

.birthday-hero-shell .birthday-decor__balloon--2 {
  top: 18%;
  left: 11%;
  width: 34px;
}

.birthday-hero-shell .birthday-decor__balloon--3 {
  top: 6%;
  right: 4%;
  width: 58px;
}

.birthday-hero-shell .birthday-decor__balloon--4 {
  top: 22%;
  right: 10%;
  width: 40px;
}

.birthday-hero-shell .birthday-decor__balloon--5 {
  display: none;
}

.birthday-hero-shell .birthday-decor__balloon--6 {
  bottom: 14%;
  right: 6%;
  width: 52px;
}

.birthday-hero-shell .birthday-decor__balloon--7 {
  top: auto;
  bottom: 10%;
  left: 2%;
  width: 36px;
}

.birthday-hero-shell .birthday-decor__balloon--8 {
  top: 36%;
  right: 2%;
  width: 28px;
}

.birthday-hero-shell .birthday-decor__balloon--9 {
  display: none;
}

.birthday-hero-shell .birthday-decor__balloon--10 {
  display: block;
  top: 12%;
  right: 18%;
  width: 70px;
}

.birthday-hero-shell .birthday-decor__balloon--11 {
  bottom: 28%;
  right: 14%;
  width: 38px;
}

.birthday-hero-shell .birthday-decor__balloon--12 {
  top: 48%;
  right: 8%;
  width: 56px;
}

.birthday-hero-shell .birthday-decor__balloon--13 {
  top: auto;
  bottom: 6%;
  right: 3%;
  width: 88px;
}

.birthday-hero-shell .birthday-decor__cake--1 {
  top: 14%;
  left: 5%;
  width: 44px;
}

.birthday-hero-shell .birthday-decor__cake--2 {
  top: 16%;
  right: 3%;
  width: 40px;
}

.birthday-hero-shell .birthday-decor__cake--3 {
  display: none;
}

.birthday-hero-shell .birthday-decor__cake--4 {
  bottom: 12%;
  right: 20%;
  width: 34px;
}

.birthday-hero-shell .birthday-decor__cake--5 {
  top: 42%;
  right: 16%;
  width: 48px;
}

@media (max-width: 749px) {
  .birthday-hero-shell .birthday-decor__balloon--5,
  .birthday-hero-shell .birthday-decor__balloon--7,
  .birthday-hero-shell .birthday-decor__balloon--9,
  .birthday-hero-shell .birthday-decor__balloon--11,
  .birthday-hero-shell .birthday-decor__cake--3,
  .birthday-hero-shell .birthday-decor__cake--5 {
    display: none;
  }

  .birthday-hero-shell .birthday-decor__balloon--1,
  .birthday-hero-shell .birthday-decor__balloon--3,
  .birthday-hero-shell .birthday-decor__balloon--10 {
    width: 42px;
  }

  .birthday-hero-shell .birthday-decor__cake--1,
  .birthday-hero-shell .birthday-decor__cake--2 {
    width: 36px;
  }
}

/* Decorative confetti bands between homepage sections */
.birthday-confetti-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: var(--band-height, 120px);
  height: var(--band-height, 120px);
  border-top: none;
  border-bottom: none;
}

.birthday-confetti-band--border-top {
  border-top: 1px solid #000;
}

.birthday-confetti-band--border-bottom {
  border-bottom: 1px solid #000;
}

.birthday-confetti-band .birthday-decor__balloon--5,
.birthday-confetti-band .birthday-decor__balloon--6 {
  bottom: 18%;
}

.birthday-confetti-band .birthday-decor__balloon--7 {
  top: 20%;
  left: 22%;
  width: 36px;
}

.birthday-confetti-band .birthday-decor__balloon--8 {
  top: 16%;
  right: 24%;
  width: 34px;
}

.birthday-confetti-band .birthday-decor__cake--1 {
  top: 22%;
  left: 12%;
  width: 42px;
}

.birthday-confetti-band .birthday-decor__cake--2 {
  top: 18%;
  right: 12%;
  width: 40px;
}

.birthday-confetti-band .birthday-decor__cake--3,
.birthday-confetti-band .birthday-decor__cake--4,
.birthday-confetti-band .birthday-decor__balloon--9,
.birthday-confetti-band .birthday-decor__balloon--10,
.birthday-confetti-band .birthday-decor__balloon--11,
.birthday-confetti-band .birthday-decor__balloon--12 {
  display: none;
}

/* Product + featured collection birthday overlays */
.wt-product__wrapper.birthday-confetti-bg,
.wt-featured-collection.birthday-confetti-bg,
.wt-benefits-product.birthday-confetti-bg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.wt-product__wrapper.birthday-confetti-bg > *:not(.birthday-decor),
.wt-featured-collection.birthday-confetti-bg > *:not(.birthday-decor),
.wt-benefits-product.birthday-confetti-bg > *:not(.birthday-decor) {
  position: relative;
  z-index: 1;
}

.wt-product__wrapper .birthday-decor__balloon--9,
.wt-product__wrapper .birthday-decor__balloon--10,
.wt-product__wrapper .birthday-decor__cake--5,
.wt-product__wrapper .birthday-decor__cake--6 {
  opacity: 0.85;
}

.birthday-banner__inner {
  max-width: min(1080px, var(--site-max-width, 1600px));
  margin: 0 auto;
  padding: 40px calc(var(--gap, 8px) * 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

@media (min-width: 750px) {
  .birthday-banner__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 48px calc(var(--gap, 8px) * 4);
    gap: 28px;
  }
}

.birthday-banner__copy {
  flex: 1;
  min-width: 0;
}

.birthday-banner__eyebrow {
  margin: 0 0 8px;
  font-family: var(--font-base);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bday-brown);
}

.birthday-banner__heading {
  font-family: var(--font-headline);
  font-size: clamp(2rem, 3.2vw, 2.5rem);
  font-weight: var(--font-headline-weight, 700);
  line-height: 1.15;
  text-transform: var(--font-headline-transform, uppercase);
  letter-spacing: var(--font-headline-letter-spacing, -0.02em);
  margin: 0 0 8px;
  color: var(--bday-ink);
}

.birthday-banner__text {
  margin: 0;
  font-family: var(--font-base);
  font-size: clamp(1.2rem, 1.8vw, 1.35rem);
  line-height: 1.45;
}

.birthday-banner__highlight {
  color: var(--bday-coral);
  font-weight: 700;
}

.birthday-hero__highlight {
  color: var(--bday-coral);
  font-weight: 700;
}

/* Collection “Shop the sale” anchor — clear sticky header */
#ProductGridContainer {
  scroll-margin-top: 120px;
}

.birthday-banner__cta {
  flex-shrink: 0;
  text-decoration: none;
  white-space: nowrap;
}

/* Birthday theme: hide Seal subscription purchase options if the app still injects UI */
.sealsubs-widget,
.sealsubscriptions-widget,
#sealsubscriptions_container,
#seal-subscriptions,
[class*='sealsubscriptions'],
[id*='sealsubscriptions'],
[class*='SealSubs'],
.sls-widget,
.sls__widget {
  display: none !important;
}
  margin: 0 0 12px;
  padding: 12px 14px;
  background: var(--bday-gold);
  color: var(--bday-ink);
  border-radius: var(--border-radius, 8px);
  font-family: var(--font-base);
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}

.birthday-cart-note a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Landing page birthday accents (keep range spacing/type intact) */
.landing-benefits.landing-birthday,
.landing-benefits.landing-birthday.birthday-confetti-bg {
  background-color: #fffdf8;
}

.landing-hero.landing-birthday .landing-hero__cta,
.landing-benefits.landing-birthday .landing-benefits__cta .hero__button {
  background: var(--bday-coral);
  border-color: transparent;
  color: #fff;
}

.landing-shop.landing-birthday .landing-shop__form .hero__button,
.landing-shop.landing-birthday .landing-shop__link {
  background: #151515;
  border-color: #151515;
  color: #fff;
}

.landing-shop.landing-birthday .landing-shop__form .hero__button:hover,
.landing-shop.landing-birthday .landing-shop__link:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.landing-closer.landing-birthday {
  background: var(--bday-peach) !important;
}

/* Birthday ribbon under hero */
.landing-birthday-ribbon {
  background: var(--bday-peach);
  color: var(--bday-ink);
  overflow: hidden;
  border-top: none;
  border-bottom: none;
}

.landing-birthday-ribbon--border-top {
  border-top: 1px solid #000;
}

.landing-birthday-ribbon--border-bottom {
  border-bottom: 1px solid #000;
}

.landing-birthday-ribbon__marquee {
  display: flex;
  width: max-content;
  gap: 0;
}

.landing-birthday-ribbon__inner {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 2.5rem;
  padding: 14px 2.5rem;
  font-family: var(--font-base);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  animation: birthday-ribbon-scroll var(--time, 40s) linear infinite;
}

.landing-birthday-ribbon__inner span {
  flex-shrink: 0;
}

.landing-birthday-ribbon__inner span::after {
  content: '•';
  margin-left: 2.5rem;
  opacity: 0.55;
}

@keyframes birthday-ribbon-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-birthday-ribbon__inner {
    animation: none;
  }
}
