/* VESPR — final premium system pass */
:root {
  --font-serif: var(--font-display, "Besley", Georgia, serif);
  --sunday-ink: #181520;
  --sunday-green: #3b2357;
  --sunday-green-dark: #2a193d;
  --sunday-canvas: #f5f4f7;
  --sunday-line: #dfdce3;
  --sunday-muted: #69736b;
  --sunday-grid: 1180px;
  --sunday-gutter: clamp(18px, 4vw, 48px);
  --sunday-radius-sm: 12px;
  --sunday-radius-md: 18px;
  --sunday-radius-lg: 28px;
  --sunday-ease: cubic-bezier(.22, 1, .36, 1);
}

/* ================================================================
   Global motion polish
   A quiet, consistent interaction rhythm for imagery, cards and CTAs.
   ================================================================ */

:root {
  --sunday-polish-ease: cubic-bezier(.22, 1, .36, 1);
  --sunday-polish-ease-soft: cubic-bezier(.2, .8, .2, 1);
  --sunday-polish-fast: 260ms;
  --sunday-polish-medium: 520ms;
  --sunday-polish-slow: 760ms;
}

@media (hover: hover) and (pointer: fine) {
  :is(#tbp_content, main) :where(
    .module-image,
    .wp-block-image,
    .post-image,
    .image-wrap,
    figure:not(.product-image),
    .sunday-home-featured__image,
    [class*="__media"],
    [class*="__visual"]
  ) {
    isolation: isolate;
    overflow: hidden;
  }

  :is(#tbp_content, main) :where(
    .module-image,
    .wp-block-image,
    .post-image,
    .image-wrap,
    figure:not(.product-image),
    .sunday-home-featured__image,
    [class*="__media"],
    [class*="__visual"]
  ) img {
    backface-visibility: hidden;
    scale: 1;
    transition:
      scale var(--sunday-polish-slow) var(--sunday-polish-ease),
      filter var(--sunday-polish-medium) var(--sunday-polish-ease-soft),
      opacity var(--sunday-polish-fast) ease !important;
    will-change: scale;
  }

  :is(#tbp_content, main) :where(
    .module-image,
    .wp-block-image,
    .post-image,
    .image-wrap,
    figure:not(.product-image),
    .sunday-home-featured__image,
    [class*="__media"],
    [class*="__visual"]
  ):hover img {
    filter: saturate(1.035) contrast(1.015);
    scale: 1.025;
  }

  :is(#tbp_content, main) :where(
    .sunday-product-card,
    .sunday-shop-featured-product__card,
    .sunday-home-featured__card,
    .sunday-story-card,
    .sunday-terms__facts > div,
    .sunday-shipping__facts > div,
    .sunday-returns__facts > div
  ) {
    transition:
      transform var(--sunday-polish-medium) var(--sunday-polish-ease),
      box-shadow var(--sunday-polish-medium) var(--sunday-polish-ease-soft),
      border-color var(--sunday-polish-fast) ease,
      background-color var(--sunday-polish-fast) ease !important;
  }

  :is(#tbp_content, main) :where(
    .sunday-product-card,
    .sunday-home-featured__card,
    .sunday-story-card,
    .sunday-terms__facts > div,
    .sunday-shipping__facts > div,
    .sunday-returns__facts > div
  ):hover {
    transform: translate3d(0, -5px, 0);
    box-shadow: 0 24px 60px rgba(31,19,45, .11);
  }

  :is(#tbp_content, main) :where(
    a.button,
    button.button,
    .themify_builder_content .module-buttons a,
    .sunday-card-view,
    .sunday-card-add,
    .sunday-hero-cta,
    .sunday-story-heading-link,
    .sunday-home-featured__cta,
    .sunday-why-editorial__button,
    .sunday-story-button,
    .sunday-policy-banner__inner > a
  ) {
    transition:
      transform var(--sunday-polish-fast) var(--sunday-polish-ease),
      box-shadow var(--sunday-polish-fast) var(--sunday-polish-ease-soft),
      color var(--sunday-polish-fast) ease,
      background-color var(--sunday-polish-fast) ease,
      border-color var(--sunday-polish-fast) ease !important;
  }

  :is(#tbp_content, main) :where(
    a.button,
    button.button,
    .themify_builder_content .module-buttons a,
    .sunday-card-view,
    .sunday-card-add,
    .sunday-hero-cta,
    .sunday-story-heading-link,
    .sunday-home-featured__cta,
    .sunday-why-editorial__button,
    .sunday-story-button,
    .sunday-policy-banner__inner > a
  ):hover {
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 12px 28px rgba(31,19,45, .13);
  }

  :is(#tbp_content, main) :where(
    a.button,
    button.button,
    .themify_builder_content .module-buttons a,
    .sunday-card-view,
    .sunday-card-add,
    .sunday-hero-cta,
    .sunday-story-heading-link,
    .sunday-home-featured__cta,
    .sunday-why-editorial__button,
    .sunday-story-button,
    .sunday-policy-banner__inner > a
  ):active {
    transform: translate3d(0, 0, 0) scale(.985);
    transition-duration: 120ms !important;
  }
}

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

/* Checkout brand alignment: restrained color, natural labels and lighter supporting content. */
html body.sunday-commerce-ready.sunday-checkout-ready {
  background: #f4f1f7 !important;
}

html body.sunday-checkout-ready :is(
  .sunday-cart-eyebrow,
  .sunday-commerce-section-head span,
  .sunday-summary-head > span,
  .sunday-checkout-reward > span,
  .sunday-order-protection__lead small
) {
  letter-spacing: .035em !important;
  text-transform: none !important;
}

html body.sunday-checkout-ready .sunday-commerce-header h1 {
  color: #2a193d !important;
  font-family: var(--sunday-serif, Besley, Georgia, serif) !important;
  font-weight: 400 !important;
}

html body.sunday-checkout-ready .sunday-cart-eyebrow {
  padding: 0 !important;
  color: #8349c5 !important;
  background: transparent !important;
  font-size: 11px !important;
}

html body.sunday-checkout-ready .sunday-checkout-reward {
  border-color: rgba(49,38,62, .11) !important;
  color: #2d2437 !important;
  background: rgba(255,255,255, .72) !important;
  box-shadow: 0 12px 30px rgba(39,31,47, .045) !important;
}

html body.sunday-checkout-ready .sunday-checkout-reward > span {
  border: 1px solid rgba(131,73,197, .28) !important;
  color: #7d3fc2 !important;
  background: #f9f7fc !important;
  font-size: 10px !important;
}

html body.sunday-checkout-ready .sunday-checkout-reward > b {
  border-color: rgba(49,38,62, .1) !important;
  color: #2a193d !important;
  background: #fff !important;
  box-shadow: none !important;
}

html body.sunday-checkout-ready .sunday-commerce-items .sunday-cart-item {
  grid-template-columns: 116px minmax(0, 1fr) auto !important;
  gap: 18px 23px !important;
  min-height: 188px !important;
  padding: 24px !important;
  border-color: rgba(49,38,62, .1) !important;
  background: #fff !important;
  box-shadow: 0 11px 30px rgba(39,31,47, .045) !important;
}

html body.sunday-checkout-ready .sunday-commerce-items .sunday-cart-item img {
  width: 116px !important;
  height: 138px !important;
  background: #f0eef3 !important;
}

html body.sunday-checkout-ready .sunday-checkout-detail-card {
  border-color: rgba(49,38,62, .1) !important;
  background: rgba(255,255,255, .82) !important;
  box-shadow: 0 10px 28px rgba(39,31,47, .04) !important;
}

html body.sunday-checkout-ready .sunday-checkout-step {
  border-color: rgba(131,73,197, .26) !important;
  color: #7d3fc2 !important;
  background: #f9f7fc !important;
}

html body.sunday-checkout-ready .sunday-summary-head {
  background: #2f1c45 !important;
}

html body.sunday-checkout-ready .sunday-summary-head > span {
  color: #b490dc !important;
  font-size: 10px !important;
}

html body.sunday-checkout-ready .sunday-summary-head h2 {
  font-family: var(--sunday-serif, Besley, Georgia, serif) !important;
  font-weight: 400 !important;
}

html body.sunday-checkout-ready .sunday-promo-progress {
  border: 1px solid rgba(49,38,62, .11) !important;
  border-left: 3px solid #8349c5 !important;
  background: #f5f2f8 !important;
}

html body.sunday-checkout-ready .sunday-promo-progress .sunday-action,
html body.sunday-checkout-ready .sunday-commerce-primary {
  background: #2f1c45 !important;
  box-shadow: 0 9px 20px rgba(47,28,69, .13) !important;
}

html body.sunday-checkout-ready .sunday-promo-progress .sunday-action:hover,
html body.sunday-checkout-ready .sunday-commerce-primary:hover {
  background: #8349c5 !important;
  box-shadow: 0 11px 24px rgba(131,73,197, .17) !important;
}

html body.sunday-checkout-ready .sunday-order-protection__lead {
  background: #2f1c45 !important;
}

html body.sunday-checkout-ready .sunday-order-protection__mark {
  color: #2f1c45 !important;
  background: #dcccef !important;
  box-shadow: none !important;
}

html body.sunday-checkout-ready .sunday-commerce-assurances {
  gap: 0 !important;
  margin-top: 34px !important;
  padding-top: 24px !important;
  border-top: 1px solid rgba(49,38,62, .12) !important;
}

html body.sunday-checkout-ready .sunday-commerce-assurances article {
  grid-template-columns: 28px minmax(0, 1fr) !important;
  min-height: 0 !important;
  padding: 7px 24px !important;
  border: 0 !important;
  border-right: 1px solid rgba(49,38,62, .1) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

html body.sunday-checkout-ready .sunday-commerce-assurances article:last-child {
  border-right: 0 !important;
}

html body.sunday-checkout-ready .sunday-commerce-assurances article > span {
  width: auto !important;
  height: auto !important;
  place-items: start !important;
  border-radius: 0 !important;
  color: #8349c5 !important;
  background: transparent !important;
}

@media (max-width: 640px) {
  html body.sunday-checkout-ready .sunday-commerce-items .sunday-cart-item {
    grid-template-columns: 88px minmax(0, 1fr) !important;
    gap: 14px 16px !important;
    padding: 17px !important;
  }

  html body.sunday-checkout-ready .sunday-commerce-items .sunday-cart-item img {
    width: 88px !important;
    height: 106px !important;
  }

  html body.sunday-checkout-ready .sunday-commerce-assurances article {
    padding: 12px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(49,38,62, .1) !important;
  }

  html body.sunday-checkout-ready .sunday-commerce-assurances article:last-child {
    border-bottom: 0 !important;
  }
}

/* Checkout calm pass — one continuous form, one restrained summary. */
html body.sunday-commerce-ready.sunday-checkout-ready {
  background: #f4f1f7 !important;
}

html body.sunday-checkout-ready .sunday-commerce-page {
  width: min(1220px, calc(100% - 48px)) !important;
  margin: clamp(54px, 5vw, 70px) auto 72px !important;
}

html body.sunday-checkout-ready .sunday-commerce-header {
  display: block !important;
  margin-bottom: 27px !important;
}

html body.sunday-checkout-ready .sunday-cart-eyebrow,
html body.sunday-checkout-ready .sunday-commerce-header > p,
html body.sunday-checkout-ready .sunday-checkout-reward,
html body.sunday-checkout-ready .sunday-commerce-section-head > p,
html body.sunday-checkout-ready .sunday-summary-head > span,
html body.sunday-checkout-ready .sunday-summary-head > p,
html body.sunday-checkout-ready .sunday-summary-trust,
html body.sunday-checkout-ready .sunday-commerce-assurances {
  display: none !important;
}

html body.sunday-checkout-ready .sunday-commerce-header h1 {
  margin: 0 !important;
  font-size: clamp(48px, 5vw, 64px) !important;
  line-height: 1 !important;
  letter-spacing: -.045em !important;
}

html body.sunday-checkout-ready .sunday-commerce-layout {
  grid-template-columns: minmax(0, 1.55fr) minmax(330px, .72fr) !important;
  gap: clamp(26px, 3vw, 38px) !important;
  align-items: start !important;
}

html body.sunday-checkout-ready .sunday-commerce-section-head {
  margin: 0 0 12px !important;
}

html body.sunday-checkout-ready .sunday-commerce-section-head span {
  display: none !important;
}

html body.sunday-checkout-ready .sunday-commerce-section-head h2 {
  color: #2c2337 !important;
  font-size: 19px !important;
  font-weight: 620 !important;
  letter-spacing: -.025em !important;
}

html body.sunday-checkout-ready .sunday-commerce-items .sunday-cart-item {
  grid-template-columns: 92px minmax(0, 1fr) auto !important;
  gap: 12px 19px !important;
  min-height: 0 !important;
  padding: 18px !important;
  border: 1px solid rgba(49,38,62, .1) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: none !important;
}

html body.sunday-checkout-ready .sunday-commerce-items .sunday-cart-item img {
  width: 92px !important;
  height: 110px !important;
  border-radius: 14px !important;
}

html body.sunday-checkout-ready .sunday-cart-item h3 {
  margin-top: 3px !important;
  font-size: 21px !important;
}

html body.sunday-checkout-ready .sunday-checkout-details {
  gap: 0 !important;
  margin-top: 18px !important;
  overflow: hidden !important;
  border: 1px solid rgba(49,38,62, .1) !important;
  border-radius: 22px !important;
  background: #fff !important;
}

html body.sunday-checkout-ready .sunday-checkout-detail-card {
  grid-template-columns: minmax(145px, .42fr) minmax(0, 1fr) !important;
  gap: 24px !important;
  margin: 0 !important;
  padding: 24px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(49,38,62, .1) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.sunday-checkout-ready .sunday-checkout-detail-card:last-child {
  border-bottom: 0 !important;
}

html body.sunday-checkout-ready .sunday-checkout-step,
html body.sunday-checkout-ready .sunday-checkout-detail-card > div > p {
  display: none !important;
}

html body.sunday-checkout-ready .sunday-checkout-detail-card h2,
html body.sunday-checkout-ready #sunday-commerce-page .sunday-checkout-detail-card h2 {
  margin: 8px 0 0 !important;
  font-size: 20px !important;
  font-weight: 620 !important;
  line-height: 1.1 !important;
  letter-spacing: -.025em !important;
}

html body.sunday-checkout-ready .sunday-checkout-detail-card > label,
html body.sunday-checkout-ready .sunday-checkout-detail-card > .sunday-checkout-fields,
html body.sunday-checkout-ready .sunday-checkout-detail-card > .sunday-commerce-primary,
html body.sunday-checkout-ready .sunday-checkout-status {
  grid-column: 2 !important;
}

html body.sunday-checkout-ready .sunday-checkout-detail-card input {
  min-height: 48px !important;
  border-color: rgba(49,38,62, .13) !important;
  border-radius: 12px !important;
  background: #f8f7fa !important;
}

html body.sunday-checkout-ready .sunday-checkout-detail-card > .sunday-commerce-primary {
  width: 100% !important;
  margin-top: 0 !important;
}

html body.sunday-checkout-ready .sunday-commerce-summary {
  top: 112px !important;
  padding: 0 22px 22px !important;
  border: 1px solid rgba(49,38,62, .11) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 18px 44px rgba(39,31,47, .07) !important;
}

html body.sunday-checkout-ready .sunday-summary-head {
  margin: 0 -22px 5px !important;
  padding: 24px 22px 18px !important;
  border-bottom: 1px solid rgba(49,38,62, .1) !important;
  color: #2a193d !important;
  background: transparent !important;
}

html body.sunday-checkout-ready .sunday-summary-head h2,
html body.sunday-checkout-ready #sunday-commerce-page .sunday-summary-head h2 {
  margin: 0 !important;
  color: #2a193d !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 27px !important;
  font-weight: 630 !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
}

html body.sunday-checkout-ready .sunday-summary-row {
  padding: 13px 0 !important;
}

html body.sunday-checkout-ready .sunday-promo-progress {
  margin: 8px 0 2px !important;
  padding: 16px 0 18px !important;
  border: 0 !important;
  border-top: 1px solid rgba(49,38,62, .1) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.sunday-checkout-ready .sunday-promo-progress > p {
  display: none !important;
}

html body.sunday-checkout-ready .sunday-promo-track {
  height: 4px !important;
  background: #e5e2e8 !important;
}

html body.sunday-checkout-ready .sunday-promo-track > span {
  background: #635474 !important;
}

html body.sunday-checkout-ready .sunday-promo-progress .sunday-action,
html body.sunday-checkout-ready .sunday-commerce-primary {
  min-height: 48px !important;
  border-radius: 12px !important;
  background: #2f1c45 !important;
  box-shadow: none !important;
}

html body.sunday-checkout-ready .sunday-promo-progress .sunday-action:hover,
html body.sunday-checkout-ready .sunday-commerce-primary:hover {
  background: #261637 !important;
  box-shadow: none !important;
  transform: none !important;
}

html body.sunday-checkout-ready .sunday-order-protection {
  margin: 0 !important;
  padding: 15px 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(49,38,62, .1) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.sunday-checkout-ready .sunday-order-protection__lead {
  min-height: 0 !important;
  padding: 0 !important;
  color: #30263b !important;
  background: transparent !important;
}

html body.sunday-checkout-ready .sunday-order-protection__mark,
html body.sunday-checkout-ready .sunday-order-protection__lead small,
html body.sunday-checkout-ready .sunday-order-protection__info,
html body.sunday-checkout-ready .sunday-order-protection__details ul {
  display: none !important;
}

html body.sunday-checkout-ready .sunday-order-protection__lead strong {
  color: #30263b !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

html body.sunday-checkout-ready .sunday-order-protection__details {
  padding: 5px 0 0 !important;
  background: transparent !important;
}

html body.sunday-checkout-ready .sunday-order-protection__plan {
  color: #69746c !important;
  font-size: 11px !important;
}

html body.sunday-checkout-ready .sunday-order-protection__plan strong {
  font-weight: 500 !important;
}

html body.sunday-checkout-ready .sunday-commerce-summary > .sunday-commerce-primary {
  margin-top: 7px !important;
}

@media (max-width: 900px) {
  html body.sunday-checkout-ready .sunday-commerce-page {
    width: min(100% - 30px, 760px) !important;
  }

  html body.sunday-checkout-ready .sunday-commerce-layout {
    grid-template-columns: 1fr !important;
  }

  html body.sunday-checkout-ready .sunday-commerce-summary {
    position: static !important;
  }
}

@media (max-width: 640px) {
  html body.sunday-checkout-ready .sunday-commerce-page {
    width: calc(100% - 20px) !important;
    margin: 26px auto 48px !important;
  }

  html body.sunday-checkout-ready .sunday-commerce-header h1 {
    font-size: 44px !important;
  }

  html body.sunday-checkout-ready .sunday-commerce-items .sunday-cart-item {
    grid-template-columns: 78px minmax(0, 1fr) !important;
    gap: 12px 14px !important;
    padding: 14px !important;
  }

  html body.sunday-checkout-ready .sunday-commerce-items .sunday-cart-item img {
    width: 78px !important;
    height: 94px !important;
  }

  html body.sunday-checkout-ready .sunday-checkout-detail-card {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 20px 17px !important;
  }

  html body.sunday-checkout-ready .sunday-checkout-detail-card h2 {
    margin-top: 0 !important;
  }

  html body.sunday-checkout-ready .sunday-checkout-detail-card > label,
  html body.sunday-checkout-ready .sunday-checkout-detail-card > .sunday-checkout-fields,
  html body.sunday-checkout-ready .sunday-checkout-detail-card > .sunday-commerce-primary,
  html body.sunday-checkout-ready .sunday-checkout-status {
    grid-column: 1 !important;
  }

  html body.sunday-checkout-ready .sunday-checkout-fields {
    grid-template-columns: 1fr !important;
  }
}

/* Home featured collection — Seed-style product cutout revision. */
.sunday-home-featured,
.sunday-home-featured button,
.sunday-home-featured input,
.sunday-home-featured a {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif !important;
}

.sunday-home-featured {
  padding: clamp(76px, 8vw, 118px) clamp(24px, 5vw, 76px) clamp(84px, 9vw, 132px) !important;
  background: #2a193d !important;
}

.sunday-home-featured__inner { width: min(100%, 1440px) !important; }

.sunday-home-featured__header {
  grid-template-columns: minmax(360px, 1.05fr) minmax(300px, .75fr) auto !important;
  align-items: end !important;
  gap: clamp(36px, 6vw, 92px) !important;
  margin-bottom: clamp(52px, 5.5vw, 78px) !important;
}

.sunday-home-featured__header h2 {
  max-width: 610px !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(44px, 4.3vw, 66px) !important;
  font-weight: 400 !important;
  line-height: .98 !important;
  letter-spacing: -.052em !important;
}

.sunday-home-featured__header p {
  max-width: 430px !important;
  color: rgba(255,255,255, .82) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.42 !important;
}

.sunday-home-featured__header > a {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  text-transform: none !important;
}

.sunday-home-featured__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.sunday-home-featured__card,
.sunday-home-featured__card--2,
.sunday-home-featured__card--3,
.sunday-home-featured__card--4 {
  position: relative;
  min-height: 520px !important;
  padding: 18px 18px 22px !important;
  border: 0 !important;
  border-radius: 17px !important;
  background: #4f3b66 !important;
  box-shadow: none !important;
}

.sunday-home-featured__card:hover {
  transform: translateY(-3px) !important;
  background: #57426f !important;
  box-shadow: 0 20px 45px rgba(16,10,23, .18) !important;
}

.sunday-home-featured__meta {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  min-height: 0 !important;
}

.sunday-home-featured__meta span {
  min-height: 23px !important;
  padding: 4px 9px !important;
  background: #c6abe5 !important;
  color: #322244 !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.sunday-home-featured__identity {
  display: flex;
  min-height: 83px;
  padding: 14px 6px 0;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 9px;
}

.sunday-home-featured__identity > span {
  display: inline-flex;
  min-height: 23px;
  padding: 3px 9px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255, .72);
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

.sunday-home-featured__card h3 {
  margin: 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif !important;
  font-size: clamp(20px, 1.5vw, 25px) !important;
  font-weight: 450 !important;
  line-height: 1.05 !important;
  letter-spacing: -.035em !important;
}

.sunday-home-featured__image {
  display: flex !important;
  min-height: 0 !important;
  margin: 4px 0 10px !important;
  align-items: center;
  justify-content: center;
  flex: 1 1 290px !important;
  overflow: visible !important;
}

.sunday-home-featured__image img {
  width: auto !important;
  height: min(292px, 25vw) !important;
  min-height: 0 !important;
  max-width: 88% !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: drop-shadow(0 18px 18px rgba(14,8,20, .24));
}

.sunday-home-featured__card:hover .sunday-home-featured__image img { transform: scale(1.018) !important; }

.sunday-home-featured__footer {
  min-height: 76px;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-direction: column;
  gap: 10px !important;
}

.sunday-home-featured__cta {
  min-height: 43px !important;
  padding: 10px 22px !important;
  background: #2a193d !important;
  font-size: 13px !important;
  font-weight: 650 !important;
}

.sunday-home-featured__card:last-child .sunday-home-featured__cta {
  background: #f5f1f9 !important;
  color: #2a193d !important;
}

.sunday-home-featured__footer small {
  color: rgba(255,255,255, .72) !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 500;
}

@media (max-width: 1050px) {
  .sunday-home-featured__header { grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr) !important; }
  .sunday-home-featured__header > a { grid-column: 2 !important; }
  .sunday-home-featured__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .sunday-home-featured__image img { height: 300px !important; }
}

@media (max-width: 680px) {
  .sunday-home-featured { padding: 62px 16px 72px !important; }
  .sunday-home-featured__header { grid-template-columns: 1fr !important; gap: 22px !important; margin-bottom: 38px !important; }
  .sunday-home-featured__header h2 { font-size: clamp(39px, 11vw, 50px) !important; }
  .sunday-home-featured__header > a { grid-column: auto !important; }
  .sunday-home-featured__grid { display: flex !important; gap: 14px !important; }
  .sunday-home-featured__card { min-width: min(82vw, 320px) !important; min-height: 495px !important; }
  .sunday-home-featured__image img { height: 270px !important; }
}

/* Newsletter belongs to the page flow, not inside the institutional footer. */
html body .sunday-updates-band {
  position: relative;
  z-index: 1;
  padding: clamp(22px, 3vw, 34px) 0;
  color: #251833;
  background: #eee9f4;
  border-top: 1px solid rgba(37,24,51, 0.1);
}

html body .sunday-updates-band__inner {
  width: min(calc(100% - 48px), 1240px);
  margin: 0 auto;
  padding: clamp(24px, 2.5vw, 32px);
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(30px, 4vw, 54px);
  background: #fff;
  border: 1px solid rgba(37,24,51, 0.14);
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(37,24,51, 0.065);
}

html body .sunday-updates-band__eyebrow {
  margin: 0 0 8px;
  color: #8348c5;
  font-family: var(--sunday-sans, Arial, sans-serif);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

html body .sunday-updates-band__copy h2 {
  max-width: 470px;
  margin: 0;
  color: #251833;
  font-family: var(--sunday-serif, Georgia, serif);
  font-size: clamp(30px, 2.6vw, 40px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

html body .sunday-updates-band__description {
  max-width: 470px;
  margin: 10px 0 0;
  color: #635b6b;
  font-family: var(--sunday-sans, Arial, sans-serif);
  font-size: 14px;
  line-height: 1.5;
}

html body .sunday-updates-band .sunday-footer-form {
  margin: 0;
  width: min(100%, 560px);
  justify-self: end;
}

html body .sunday-updates-band .sunday-footer-form > label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html body .sunday-updates-band .sunday-footer-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px;
  padding: 5px;
  background: #f6f5f8;
  border: 1px solid rgba(37,24,51, 0.2);
  border-radius: 16px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

html body .sunday-updates-band .sunday-footer-form > div:focus-within {
  border-color: #3f265c;
  box-shadow: 0 0 0 4px rgba(63,38,92, 0.1);
}

html body .sunday-updates-band .sunday-footer-form input {
  min-width: 0;
  min-height: 44px;
  padding: 0 15px;
  color: #251833;
  background: transparent;
  border: 0;
  outline: 0;
  font-family: var(--sunday-sans, Arial, sans-serif);
  font-size: 15px;
}

html body .sunday-updates-band .sunday-footer-form button {
  min-height: 44px;
  padding: 0 18px;
  color: #fff;
  background: #3f265c;
  border: 0;
  border-radius: 12px;
  font-family: var(--sunday-sans, Arial, sans-serif);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

html body .sunday-updates-band .sunday-footer-form button:hover {
  color: #fff;
  background: #8348c5;
  transform: translateY(-1px);
}

html body .sunday-updates-band .sunday-footer-form-status {
  min-height: 18px;
  margin: 7px 12px 0;
  color: #5c5367;
  font-family: var(--sunday-sans, Arial, sans-serif);
  font-size: 13px;
}

html body #tbp_footer .sunday-footer-intro {
  display: block !important;
  grid-template-columns: 1fr !important;
  padding-bottom: 22px !important;
}

html body #tbp_footer .sunday-footer-brand {
  max-width: 650px;
}

html body #tbp_footer .sunday-footer-newsletter {
  display: none !important;
}

@media (max-width: 800px) {
  html body .sunday-updates-band__inner {
    width: min(calc(100% - 32px), 1320px);
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
    border-radius: 20px;
  }

  html body .sunday-updates-band .sunday-footer-form > div {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  html body .sunday-updates-band .sunday-footer-form {
    width: 100%;
    justify-self: stretch;
  }

  html body .sunday-updates-band .sunday-footer-form button {
    width: 100%;
  }
}

html { scroll-behavior: smooth; }
html, body { max-width: 100%; overflow-x: clip; }
body {
  color: var(--sunday-ink);
  font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body :is(h1, h2, .fancy-heading .sub-head),
.sunday-story-heading h2,
.sunday-final-cta h2,
.sunday-related-products h2,
.sunday-research-overview h2,
.sunday-product-faq .fancy-heading {
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
  text-wrap: balance;
}

body :is(h3, h4, button, input, select, textarea, nav) {
  font-family: var(--font-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

body :is(p, li) { text-wrap: pretty; }
body :is(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(130,70,197, .52) !important;
  outline-offset: 3px;
}

/* One grid rhythm across header and commercial sections. */
#tbp_header > .themify_builder_content > .module_row > .row_inner,
.sunday-story-inner,
.sunday-final-cta > div,
.sunday-related-inner,
.sunday-research-overview__inner,
body.single-product main .sunday-single-product-hero > .row_inner,
body.single-product main .sunday-product-faq > .row_inner {
  width: min(calc(100% - (var(--sunday-gutter) * 2)), var(--sunday-grid)) !important;
  max-width: var(--sunday-grid) !important;
  margin-inline: auto !important;
}

/* Header: calm hierarchy and exact emphasis. */
.sunday-announcement,
#tbp_header .sunday-top-banner {
  font-weight: 400 !important;
  letter-spacing: .005em !important;
}
.sunday-announcement strong,
#tbp_header .sunday-top-banner strong { font-weight: 800 !important; }
#tbp_header nav a,
#tbp_header .main-nav a {
  font-weight: 600 !important;
  letter-spacing: -.01em;
}
#tbp_header nav .current-menu-item > a,
#tbp_header nav a[aria-current="page"] { font-weight: 700 !important; }

/* Unified controls */
:is(.sunday-story-button, .sunday-card-add, .single_add_to_cart_button,
  .sunday-related-add, .sunday-cart-gift-add, .sunday-cart-trending-item button,
  .sunday-amai-search-submit, .sunday-final-cta a) {
  display: inline-flex !important;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--sunday-green) !important;
  border-radius: 999px !important;
  background: var(--sunday-green) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: .01em !important;
  line-height: 1 !important;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  transition: background-color 220ms var(--sunday-ease), border-color 220ms var(--sunday-ease), color 220ms var(--sunday-ease), box-shadow 220ms var(--sunday-ease), transform 220ms var(--sunday-ease) !important;
}
:is(.sunday-story-button, .sunday-card-add, .single_add_to_cart_button,
  .sunday-related-add, .sunday-cart-gift-add, .sunday-cart-trending-item button,
  .sunday-amai-search-submit, .sunday-final-cta a):hover {
  background: var(--sunday-green-dark) !important;
  border-color: var(--sunday-green-dark) !important;
  box-shadow: 0 8px 20px rgba(59,35,87, .16);
  transform: translateY(-1px);
}
:is(.sunday-story-button, .sunday-card-add, .single_add_to_cart_button,
  .sunday-related-add, .sunday-cart-gift-add, .sunday-cart-trending-item button,
  .sunday-amai-search-submit, .sunday-final-cta a):active { transform: translateY(0); box-shadow: none; }
:is(.sunday-story-button, .sunday-card-add, .single_add_to_cart_button,
  .sunday-related-add, .sunday-cart-gift-add, .sunday-cart-trending-item button):disabled {
  opacity: .48;
  cursor: not-allowed;
  transform: none !important;
}
.sunday-card-add.is-added { background: #eee8f4 !important; border-color: #d1c8dc !important; color: var(--sunday-green) !important; }

/* Global hover language: every visible control communicates interactivity. */
html body :is(button, .button, a.button, a[class*="button"], .wp-element-button, .checkout-button, .wc-forward, [role="button"]):not(.sunday-overlay__backdrop):not(.sunday-gift-modal-backdrop) {
  transition: color 180ms var(--sunday-ease), background-color 180ms var(--sunday-ease), border-color 180ms var(--sunday-ease), box-shadow 180ms var(--sunday-ease), filter 180ms var(--sunday-ease), transform 180ms var(--sunday-ease) !important;
}
html body :is(button, .button, a.button, a[class*="button"], .wp-element-button, .checkout-button, .wc-forward, [role="button"]):not(.sunday-overlay__backdrop):not(.sunday-gift-modal-backdrop):hover {
  filter: brightness(.93) saturate(1.06);
}

/* Primary purchase and confirmation actions. */
html body #pagewrap :is(
  .sunday-story-button,
  .sunday-card-add,
  .single_add_to_cart_button,
  .sunday-related-add,
  .sunday-cart-gift-add,
  .sunday-cart-gift-open,
  .sunday-gift-modal__confirm,
  .sunday-cart-trending-item button,
  .sunday-amai-search-submit,
  .sunday-final-cta a,
  .sunday-cart-footer a
):hover {
  border-color: #28183a !important;
  color: #fff !important;
  background: #28183a !important;
  box-shadow: 0 10px 24px rgba(43,26,62, .2) !important;
  filter: none !important;
  transform: translateY(-1px) !important;
}

/* Header and circular utility controls. */
html body :is(
  .sunday-amai-icon,
  .sunday-dialog-close,
  .sunday-amai-search-close,
  .sunday-gift-modal__close,
  .sunday-cart-quantity button
):hover {
  border-color: #c0b6cb !important;
  color: var(--sunday-green) !important;
  background: #ece6f2 !important;
  box-shadow: 0 6px 16px rgba(59,35,87, .11) !important;
  filter: none !important;
  transform: none !important;
}
html body :is(.sunday-amai-icon, .sunday-dialog-close, .sunday-amai-search-close, .sunday-gift-modal__close):hover svg {
  color: var(--sunday-green) !important;
  stroke: var(--sunday-green) !important;
}

/* Option buttons and product selectors. */
html body :is(
  .sunday-vial-option,
  .sunday-single-sizes__options button,
  .sunday-gift-modal__option,
  .sunday-cart-gift-option
):not(.is-selected):hover {
  border-color: #a79ab6 !important;
  color: var(--sunday-green) !important;
  background: #eee9f4 !important;
  box-shadow: 0 5px 14px rgba(59,35,87, .08) !important;
  filter: none !important;
  transform: translateY(-1px) !important;
}
html body :is(.sunday-vial-option, .sunday-single-sizes__options button, .sunday-gift-modal__option, .sunday-cart-gift-option).is-selected:hover,
html body .sunday-single-sizes__options button[aria-pressed="true"]:hover {
  border-color: #28183a !important;
  color: #fff !important;
  background: #28183a !important;
  filter: none !important;
}

/* Secondary links and outlined actions. */
html body :is(.sunday-story-link, .sunday-shop-batch__action):hover {
  color: var(--sunday-green) !important;
  background: #ece6f2 !important;
  border-color: #c0b6cb !important;
  filter: none !important;
}

/* Destructive action remains visually distinct without becoming aggressive. */
html body .sunday-cart-item__remove:hover {
  color: #63319b !important;
  background: #f5f0fa !important;
  border-color: #d3beeb !important;
  filter: none !important;
}

/* Invisible click-catchers never receive a visual hover state. */
html body :is(.sunday-overlay__backdrop, .sunday-gift-modal-backdrop):hover {
  filter: none !important;
  transform: none !important;
}

/* Product feeds: stable geometry, editorial whitespace. */
body .sunday-product-feed {
  gap: clamp(18px, 2.4vw, 28px) !important;
  align-items: stretch !important;
}
body .sunday-product-card {
  overflow: hidden;
  border: 1px solid rgba(36,25,52, .10) !important;
  border-radius: var(--sunday-radius-lg) !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(35,25,47, .055) !important;
  transition: border-color 240ms var(--sunday-ease), box-shadow 240ms var(--sunday-ease), transform 240ms var(--sunday-ease) !important;
}
body .sunday-product-card:hover {
  border-color: rgba(36,25,52, .18) !important;
  box-shadow: 0 16px 38px rgba(35,25,47, .09) !important;
  transform: translateY(-2px);
}
body .sunday-product-card figure.product-image {
  aspect-ratio: 1 / 1.02 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: #f1eff3 !important;
}
body .sunday-product-card figure.product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 50% 66% !important;
  transform: scale(1.045);
  transition: transform 500ms var(--sunday-ease) !important;
}
body .sunday-product-card:hover figure.product-image img { transform: scale(1.07); }
body .sunday-product-card .sunday-product-info {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 14px !important;
  min-height: 300px;
  padding: 25px 25px 24px !important;
}
body .sunday-product-card .module-product-title {
  margin: 0 !important;
  font-size: clamp(21px, 1.8vw, 26px) !important;
  font-weight: 700 !important;
  letter-spacing: -.03em !important;
  line-height: 1.1 !important;
}
body .sunday-card-rating { color: var(--sunday-muted) !important; font-size: 14px !important; }
body .sunday-card-batch { margin: 0 !important; color: #5a5165 !important; font-size: 13px !important; }
body .sunday-card-batch {
  min-height: 18px;
  line-height: 1.25 !important;
  overflow-wrap: anywhere;
}
body .sunday-card-batch.is-low { color: #47315f !important; }
body .sunday-card-batch.is-low > span {
  background: #85709d !important;
  box-shadow: 0 0 0 4px rgba(133,112,157,.12) !important;
}
body .sunday-card-batch.is-critical { color: #3a274f !important; }
body .sunday-card-batch.is-critical > span {
  background: #67527f !important;
  box-shadow: 0 0 0 4px rgba(103,82,127,.12) !important;
}
body .sunday-card-batch.is-out { color: #6b746d !important; }
body .sunday-card-batch.is-out > span {
  background: #929b94 !important;
  box-shadow: 0 0 0 4px rgba(146,155,148,.12) !important;
}
body .sunday-card-batch.is-activity { color: #45315c !important; }
body .sunday-card-batch.is-activity > span {
  background: #563977 !important;
  box-shadow: 0 0 0 4px rgba(86,57,119,.12) !important;
  animation: sunday-availability-pulse 2.4s ease-in-out infinite;
}
body .sunday-card-batch.is-restock { color: #512e78 !important; }
body .sunday-card-batch.is-restock > span {
  background: #773db8 !important;
  box-shadow: 0 0 0 4px rgba(119,61,184,.13) !important;
}
@keyframes sunday-availability-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(86,57,119,.10); }
  50% { box-shadow: 0 0 0 7px rgba(86,57,119,.03); }
}
body .sunday-product-tags { margin: 0 !important; }
body .sunday-product-bottom { margin-top: auto !important; padding-top: 18px !important; border-top: 1px solid var(--sunday-line) !important; }
body .sunday-product-card .module-product-price,
body .sunday-product-card .price {
  margin: 0 !important;
  color: var(--sunday-ink) !important;
  font-family: var(--font-mono, monospace) !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  letter-spacing: -.025em !important;
}
body .sunday-product-card .sunday-card-add { width: 100% !important; min-height: 46px !important; }
body .sunday-product-card :is(.acoplw-badge-icon, .onsale) {
  min-width: 0 !important;
  width: auto !important;
  height: 34px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(36,25,52, .10) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.92) !important;
  box-shadow: 0 5px 16px rgba(35,25,47,.06) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
body .sunday-vial-options {
  min-height: 50px !important;
  padding: 5px !important;
  border: 1px solid rgba(36,25,52,.12) !important;
  background: rgba(255,255,255,.94) !important;
}
body .sunday-vial-option {
  min-width: 46px !important;
  height: 40px !important;
  padding: 0 10px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  line-height: 1 !important;
  transform: none !important;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease !important;
}
body .sunday-vial-option.is-selected {
  border-color: var(--sunday-green) !important;
  background: var(--sunday-green) !important;
  color: #fff !important;
}

/* Storytelling sections */
.sunday-story,
.sunday-research-overview { padding: clamp(72px, 9vw, 116px) 0 !important; }
.sunday-story-heading { gap: 24px !important; }
.sunday-story-heading h2,
.sunday-research-overview h2 { font-size: clamp(42px, 5vw, 70px) !important; }
.sunday-story-heading > p,
.sunday-research-overview__header > span { max-width: 640px; color: var(--sunday-muted); font-size: clamp(16px, 1.6vw, 19px); line-height: 1.65; }
.sunday-story-steps { gap: 16px !important; }
.sunday-story-steps article,
.sunday-research-overview__grid article {
  border: 1px solid var(--sunday-line) !important;
  border-radius: var(--sunday-radius-md) !important;
  background: #fff !important;
  box-shadow: none !important;
}

/* Home order journey: a connected, immediately scannable three-step flow. */
html body .sunday-order-story {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 8vw, 112px) var(--sunday-gutter) clamp(82px, 9vw, 120px) !important;
  background:
    radial-gradient(circle at 92% 8%, rgba(198,182,215, .26), transparent 28%),
    linear-gradient(180deg, #f5f3f7 0%, #f0ecf4 100%) !important;
}
html body .sunday-order-story::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - (var(--sunday-gutter) * 2)));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(36,25,52, .24), transparent);
  content: "";
  transform: translateX(-50%);
}
html body .sunday-order-story .sunday-story-inner { width: min(1120px, 100%); }
html body .sunday-order-story .sunday-story-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 460px);
  gap: 18px 64px !important;
  align-items: end;
}
html body .sunday-order-story .sunday-story-heading .sunday-story-eyebrow { grid-column: 1 / -1; }
html body .sunday-order-story .sunday-story-heading h2 {
  max-width: 660px;
  font-size: clamp(48px, 6vw, 82px) !important;
  letter-spacing: -.055em !important;
  line-height: .94 !important;
}
html body .sunday-order-story .sunday-story-heading > p {
  max-width: 430px;
  margin-bottom: 6px !important;
  font-size: clamp(16px, 1.35vw, 19px) !important;
  line-height: 1.55 !important;
}
html body .sunday-order-story .sunday-story-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px !important;
  margin-top: clamp(48px, 6vw, 72px) !important;
}
html body .sunday-order-story .sunday-story-steps::before {
  position: absolute;
  top: 43px;
  right: 12%;
  left: 12%;
  height: 1px;
  background: rgba(36,25,52, .16);
  content: "";
}
html body .sunday-order-story .sunday-story-steps article {
  position: relative;
  z-index: 1;
  min-height: 228px;
  padding: 18px 22px 24px !important;
  border-color: rgba(36,25,52, .12) !important;
  border-radius: 26px !important;
  background: rgba(255,255,255, .88) !important;
  box-shadow: 0 18px 50px rgba(43,34,54, .06) !important;
}
html body .sunday-story-step-top {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
html body .sunday-story-step-top > span {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36,25,52, .14);
  border-radius: 50%;
  color: var(--sunday-green);
  background: #f6f4f8;
  font-family: var(--font-mono) !important;
  font-size: 11px;
  font-weight: 750;
}
html body .sunday-story-step-top > i {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #7b887d;
  background: #efecf3;
  font-family: var(--font-sans) !important;
  font-size: 17px;
  font-style: normal;
}
html body .sunday-order-story .sunday-story-steps small {
  display: block;
  margin-bottom: 7px;
  color: #7038b0;
  font-family: var(--font-mono) !important;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
html body .sunday-order-story .sunday-story-steps h3 {
  margin: 0 0 9px !important;
  font-size: clamp(19px, 1.6vw, 23px) !important;
  letter-spacing: -.025em !important;
}
html body .sunday-order-story .sunday-story-steps p {
  max-width: 290px;
  font-size: 14px !important;
  line-height: 1.55 !important;
}
html body .sunday-order-story .sunday-story-steps .sunday-story-reward {
  border-color: rgba(59,35,87, .28) !important;
  background: #3b2357 !important;
  box-shadow: 0 20px 54px rgba(46,28,67, .16) !important;
}
html body .sunday-order-story .sunday-story-reward :is(h3, p) { color: #fff !important; }
html body .sunday-order-story .sunday-story-reward p { color: rgba(255,255,255, .76) !important; }
html body .sunday-order-story .sunday-story-reward small { color: #b592dd; }
html body .sunday-order-story .sunday-story-reward .sunday-story-step-top > span {
  border-color: rgba(255,255,255, .2);
  color: #fff;
  background: rgba(255,255,255, .1);
}
html body .sunday-order-story .sunday-story-reward .sunday-story-step-top > i {
  color: #fff;
  background: rgba(255,255,255, .12);
}
html body .sunday-order-story .sunday-story-actions {
  justify-content: center;
  margin-top: 34px !important;
}
html body .sunday-order-story .sunday-story-button { gap: 12px; min-width: 190px; }
html body .sunday-order-story .sunday-story-button span { transition: transform 180ms ease; }
html body .sunday-order-story .sunday-story-button:hover span { transform: translateX(3px); }

@media (max-width: 760px) {
  html body .sunday-order-story .sunday-story-heading { grid-template-columns: 1fr; }
  html body .sunday-order-story .sunday-story-heading > p { max-width: 580px; }
  html body .sunday-order-story .sunday-story-steps { grid-template-columns: 1fr; }
  html body .sunday-order-story .sunday-story-steps::before { display: none; }
  html body .sunday-order-story .sunday-story-steps article { min-height: 0; }
  html body .sunday-order-story .sunday-story-actions { align-items: stretch; flex-direction: column; }
  html body .sunday-order-story :is(.sunday-story-button, .sunday-story-link) { width: 100%; text-align: center; }
}

/* Shop release note: editorial navigation, not a generic stock alert. */
html body .sunday-shop-batch {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) auto !important;
  gap: 20px !important;
  width: min(100%, 820px) !important;
  align-items: center !important;
  margin: 30px 0 52px !important;
  padding: 22px !important;
  border: 1px solid rgba(36,25,52,.13) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 12px 32px rgba(35,25,47,.055) !important;
}
html body .sunday-shop-batch__mark {
  display: grid !important;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid #dcd4e4;
  border-radius: 16px;
  color: var(--sunday-green);
  background: #f0ebf5;
}
html body .sunday-shop-batch__mark span {
  display: block;
  font-family: var(--font-sans) !important;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-1px);
}
html body .sunday-shop-batch__copy {
  display: grid !important;
  gap: 3px !important;
  min-width: 0;
}
html body .sunday-shop-batch__copy > span {
  color: #8246c5;
  font-family: var(--font-mono, monospace) !important;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}
html body .sunday-shop-batch__copy > strong {
  color: var(--sunday-ink);
  font-family: var(--font-sans) !important;
  font-size: 17px;
  font-weight: 720;
  letter-spacing: -.025em;
  line-height: 1.25;
}
html body .sunday-shop-batch__copy > p {
  margin: 2px 0 0 !important;
  color: var(--sunday-muted) !important;
  font-size: 12px !important;
  line-height: 1.5;
}
html body .sunday-shop-batch__action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 16px 0 18px;
  border: 1px solid var(--sunday-green);
  border-radius: 999px;
  color: var(--sunday-green) !important;
  background: #fff;
  font-family: var(--font-sans) !important;
  font-size: 12px !important;
  font-weight: 720 !important;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color 200ms ease, background-color 200ms ease, transform 200ms var(--sunday-ease) !important;
}
html body .sunday-shop-batch__action span:last-child {
  font-size: 15px;
  transition: transform 200ms var(--sunday-ease);
}
html body .sunday-shop-batch__action:hover,
html body .sunday-shop-batch__action:focus-visible {
  color: #fff !important;
  background: var(--sunday-green);
  transform: translateY(-1px);
}
html body .sunday-shop-batch__action:hover span:last-child { transform: translateY(2px); }

.sunday-research-overview { background: var(--sunday-canvas); }
.sunday-research-overview__header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: 16px 56px;
  align-items: end;
  margin-bottom: 38px;
}
.sunday-research-overview__header > p {
  grid-column: 1 / -1;
  margin: 0;
  color: #8246c5;
  font-family: var(--font-mono, monospace);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.sunday-research-overview__header h2 { margin: 0; }
.sunday-research-overview__header > span { padding-bottom: 4px; }
.sunday-research-overview__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sunday-research-overview__grid article { min-height: 220px; padding: 26px; }
.sunday-research-overview__grid article > span { color: #8246c5; font-family: var(--font-mono, monospace); font-size: 12px; }
.sunday-research-overview__grid h3 { margin: 48px 0 10px; font-size: 20px; letter-spacing: -.025em; }
.sunday-research-overview__grid p { margin: 0; color: var(--sunday-muted); font-size: 15px; line-height: 1.6; }

/* Product detail */
body.single-product main .sunday-single-product-hero { padding: clamp(34px, 5vw, 72px) 0 !important; }
body.single-product main .sunday-single-product-hero > .row_inner { gap: clamp(22px, 4vw, 54px) !important; align-items: start !important; }
body.single-product main .sunday-single-gallery :is(.sunday-single-lifestyle, .sunday-single-standard-media),
body.single-product main .sunday-single-panel {
  border-radius: var(--sunday-radius-lg) !important;
  border-color: rgba(36,25,52,.11) !important;
  box-shadow: 0 12px 34px rgba(35,25,47,.06) !important;
}
html body.single-product main .sunday-single-gallery .sunday-single-lifestyle--final-art {
  aspect-ratio: 1122 / 1402 !important;
  background: #f3f1f5 !important;
}
html body.single-product main .sunday-single-gallery .sunday-single-lifestyle--final-art img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: none !important;
}
html body.single-product main .sunday-single-gallery .sunday-single-lifestyle--glow img {
  transform: scale(1.08) !important;
  transform-origin: 50% 50% !important;
}
html body.single-product main .sunday-single-gallery .sunday-single-lifestyle--thymosin img {
  transform: scale(1.18) !important;
  transform-origin: 50% 53% !important;
}
html body.single-product main .sunday-single-gallery .sunday-single-lifestyle--bac-water img {
  transform: scale(1.14) !important;
  transform-origin: 50% 54% !important;
}

/* Editorial Learn More system and account experience */
body.sunday-editorial-ready #layout,
body.sunday-editorial-ready #content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.sunday-editorial-ready #content {
  float: none !important;
  background: #f3f2f5;
}

/* Prevent the archived WordPress layout from flashing before Learn/About mount. */
body:is(.postid-348, .postid-261, .page-id-290, .page-id-1):not(.sunday-editorial-ready) #body {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body:is(.postid-348, .postid-261, .page-id-290, .page-id-1).sunday-editorial-ready #body {
  visibility: visible !important;
  opacity: 1 !important;
}
.sunday-editorial-page {
  --editorial-green: #28183b;
  --editorial-ink: #2c2633;
  --editorial-muted: #6d786e;
  --editorial-line: #dad7de;
  --editorial-paper: #f3f2f5;
  --editorial-warm: #e7dff1;
  --editorial-orange: #854cc6;
  width: 100%;
  color: var(--editorial-ink);
  background: var(--editorial-paper);
}
.sunday-editorial-page *,
.sunday-editorial-page *::before,
.sunday-editorial-page *::after {
  box-sizing: border-box;
}
.sunday-editorial-page h1,
.sunday-editorial-page h2,
.sunday-editorial-page h3,
.sunday-editorial-page p,
.sunday-editorial-page figure,
.sunday-editorial-page ul,
.sunday-editorial-page ol {
  margin: 0;
}
.sunday-editorial-page h1,
.sunday-editorial-page h2 {
  color: var(--editorial-green);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.045em;
}
.sunday-editorial-page h1 em {
  font-weight: 400;
}
.sunday-editorial-eyebrow {
  display: block;
  color: var(--editorial-orange);
  font-family: "Courier New", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}
.sunday-editorial-hero,
.sunday-about-hero,
.sunday-contact-hero,
.sunday-account-hero,
.sunday-editorial-section,
.sunday-editorial-split,
.sunday-about-standard,
.sunday-contact-layout,
.sunday-account-layout,
.sunday-account-foot,
.sunday-editorial-next,
.sunday-editorial-notice {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}
.sunday-editorial-hero {
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(420px, 1.07fr);
  gap: 72px;
  align-items: center;
  min-height: 720px;
  padding: 86px 0 76px;
}
.sunday-editorial-hero__copy h1,
.sunday-about-hero__copy h1,
.sunday-contact-hero h1,
.sunday-account-hero h1 {
  margin-top: 22px;
  font-size: clamp(64px, 7.2vw, 112px);
  line-height: .88;
}
.sunday-editorial-hero__copy > p,
.sunday-about-hero__copy > p,
.sunday-contact-hero > p,
.sunday-account-hero > p {
  max-width: 580px;
  margin-top: 32px;
  color: var(--editorial-muted);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.6;
}
.sunday-editorial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
  margin-top: 34px;
}
.sunday-editorial-button,
.sunday-editorial-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  color: var(--editorial-green) !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}
.sunday-editorial-button {
  padding: 0 26px;
  border: 1px solid var(--editorial-green);
  border-radius: 999px;
  color: #fff !important;
  background: var(--editorial-green);
}
.sunday-editorial-text-link {
  gap: 10px;
  border-bottom: 1px solid currentColor;
}
@media (hover:hover) and (pointer:fine) {
  .sunday-editorial-button:hover {
    border-color: #854cc6;
    background: #854cc6;
    box-shadow: 0 12px 25px rgba(75,37,118, .16);
    transform: translateY(-2px);
  }
  .sunday-editorial-text-link:hover {
    color: #854cc6 !important;
    transform: translateY(-1px);
  }
}

/* -------------------------------------------------------------------------
   VESPR interaction system
   One restrained motion language across commerce, editorial and account UI.
   ------------------------------------------------------------------------- */
:root {
  --sunday-motion-fast: 160ms;
  --sunday-motion-base: 300ms;
  --sunday-motion-slow: 520ms;
  --sunday-ease-premium: cubic-bezier(.22, 1, .36, 1);
  --sunday-green-deep: #271738;
  --sunday-green-hover: #2c1a40;
  --sunday-coral-hover: #8449c6;
  --sunday-focus-ring: rgba(132,73,198, .34);
  --sunday-hover-shadow: 0 14px 34px rgba(35,21,51, .14);
}

html body :is(
  button,
  [role="button"],
  .button,
  .sunday-action,
  .sunday-card-add,
  .add_to_cart_button,
  .single_add_to_cart_button,
  .sunday-story-button,
  .sunday-freebie-btn,
  .builder_button
) {
  transition:
    color var(--sunday-motion-fast) ease,
    background-color var(--sunday-motion-base) var(--sunday-ease-premium),
    border-color var(--sunday-motion-base) var(--sunday-ease-premium),
    box-shadow var(--sunday-motion-base) var(--sunday-ease-premium),
    transform var(--sunday-motion-base) var(--sunday-ease-premium) !important;
}

html body :is(
  button,
  [role="button"],
  .button,
  .sunday-action,
  .sunday-card-add,
  .add_to_cart_button,
  .single_add_to_cart_button,
  .sunday-story-button,
  .sunday-freebie-btn,
  .builder_button
):focus-visible {
  outline: 3px solid var(--sunday-focus-ring) !important;
  outline-offset: 3px !important;
}

@media (hover: hover) and (pointer: fine) {
  /* Filled commerce actions always receive a real chromatic hover, not only scale. */
  html body :is(
    .sunday-card-add,
    .add_to_cart_button,
    .single_add_to_cart_button,
    .sunday-action,
    .sunday-freebie-btn,
    .builder_button
  ):not(:disabled):not([aria-disabled="true"]):hover {
    color: #fff !important;
    background-color: var(--sunday-coral-hover) !important;
    border-color: var(--sunday-coral-hover) !important;
    box-shadow: 0 12px 28px rgba(132,73,198, .24) !important;
    transform: translateY(-2px) !important;
  }

  html body :is(
    .sunday-story-button,
    .sunday-outline-button,
    .sunday-secondary-action
  ):hover {
    color: #fff !important;
    background-color: var(--sunday-green-hover) !important;
    border-color: var(--sunday-green-hover) !important;
    box-shadow: 0 10px 24px rgba(39,23,56, .18) !important;
    transform: translateY(-2px) !important;
  }

  html body :is(
    .sunday-product-card,
    .sunday-explore-card,
    .sunday-topic-card,
    .sunday-account-card,
    .sunday-contact-card,
    .sunday-commerce-item
  ):hover {
    border-color: rgba(52,31,76, .22) !important;
    box-shadow: var(--sunday-hover-shadow) !important;
    transform: translateY(-4px) !important;
  }

  html body .sunday-product-card:hover figure.product-image img {
    transform: scale(1.018) !important;
  }

  html body :is(.module-accordion li, .sunday-exclusive-accordion > li):hover {
    border-color: rgba(52,31,76, .24) !important;
    background-color: #faf8fc !important;
  }
}

html body :is(
  .sunday-product-card,
  .sunday-explore-card,
  .sunday-topic-card,
  .sunday-account-card,
  .sunday-contact-card,
  .sunday-commerce-item
) {
  transition:
    border-color var(--sunday-motion-base) var(--sunday-ease-premium),
    box-shadow var(--sunday-motion-slow) var(--sunday-ease-premium),
    transform var(--sunday-motion-base) var(--sunday-ease-premium) !important;
}

html body .sunday-product-card figure.product-image img {
  transition: transform var(--sunday-motion-slow) var(--sunday-ease-premium) !important;
}

html body :is(input, select, textarea) {
  transition:
    border-color var(--sunday-motion-fast) ease,
    background-color var(--sunday-motion-fast) ease,
    box-shadow var(--sunday-motion-base) var(--sunday-ease-premium) !important;
}

html body :is(input, select, textarea):focus {
  border-color: #3f265c !important;
  box-shadow: 0 0 0 4px rgba(63,38,92, .12) !important;
  outline: 0 !important;
}

html body :is(.module-accordion li, .sunday-exclusive-accordion > li) {
  transition:
    border-color var(--sunday-motion-base) var(--sunday-ease-premium),
    background-color var(--sunday-motion-base) var(--sunday-ease-premium),
    box-shadow var(--sunday-motion-base) var(--sunday-ease-premium) !important;
}

html body :is(.module-accordion .accordion-icon, .module-accordion .accordion-active-icon) {
  transition: transform var(--sunday-motion-base) var(--sunday-ease-premium) !important;
}

html body .module-accordion li.is-open :is(.accordion-icon, .accordion-active-icon) {
  transform: rotate(45deg) !important;
}

html body #main-nav a,
html body .sunday-site-nav a {
  transition: color var(--sunday-motion-fast) ease !important;
}

html body :is(#main-nav a, .sunday-site-nav a)::after {
  transition: width var(--sunday-motion-base) var(--sunday-ease-premium), opacity var(--sunday-motion-fast) ease !important;
}

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

  html body :is(.sunday-product-card, .sunday-card-add, .button, button):hover {
    transform: none !important;
  }
}

/* Shop catalog sorting */
html body.woocommerce-shop .sunday-shop-sortbar {
  width: min(100% - 40px, 1680px) !important;
  margin: 8px auto 30px !important;
  padding: 14px 16px 14px 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 24px !important;
  border: 1px solid rgba(47,28,68, .14) !important;
  border-radius: 20px !important;
  background: rgba(255,255,255, .88) !important;
  box-shadow: 0 14px 34px rgba(37,28,48, .07) !important;
}

html body.woocommerce-shop .sunday-shop-sortbar__summary {
  display: flex !important;
  align-items: baseline !important;
  gap: 16px !important;
  min-width: 0 !important;
  font-family: var(--sunday-font-sans, -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif) !important;
}

html body.woocommerce-shop .sunday-shop-sortbar__summary > span {
  color: #844ac6 !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  letter-spacing: .13em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

html body.woocommerce-shop .sunday-shop-sortbar__summary strong {
  color: #2d203b !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
}

html body.woocommerce-shop .sunday-shop-sortbar__summary strong b {
  font: inherit !important;
  font-weight: 750 !important;
}

html body.woocommerce-shop .sunday-shop-sortbar__control {
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: #667268 !important;
  font-family: var(--sunday-font-sans, -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  white-space: nowrap !important;
}

html body.woocommerce-shop .sunday-shop-sortbar__select {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
}

html body.woocommerce-shop .sunday-shop-sortbar__select::after {
  content: "" !important;
  position: absolute !important;
  right: 19px !important;
  width: 8px !important;
  height: 8px !important;
  border-right: 1.7px solid currentColor !important;
  border-bottom: 1.7px solid currentColor !important;
  transform: translateY(-2px) rotate(45deg) !important;
  pointer-events: none !important;
}

html body.woocommerce-shop .sunday-shop-sortbar select {
  width: 250px !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 48px 0 20px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 1px solid rgba(47,28,68, .26) !important;
  border-radius: 999px !important;
  color: #2d1d3f !important;
  background: #f5f2f8 !important;
  font-family: var(--sunday-font-sans, -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease !important;
}

html body.woocommerce-shop .sunday-shop-sortbar select:hover {
  color: #fff !important;
  border-color: #3e255a !important;
  background: #3e255a !important;
}

html body.woocommerce-shop .sunday-shop-sortbar select:focus-visible {
  outline: none !important;
  border-color: #844ac6 !important;
  box-shadow: 0 0 0 4px rgba(132,74,198, .18) !important;
}

@media (max-width: 760px) {
  html body.woocommerce-shop .sunday-shop-sortbar {
    width: calc(100% - 28px) !important;
    margin-bottom: 22px !important;
    padding: 18px !important;
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 16px !important;
    border-radius: 18px !important;
  }

  html body.woocommerce-shop .sunday-shop-sortbar__summary {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 5px !important;
  }

  html body.woocommerce-shop .sunday-shop-sortbar__control,
  html body.woocommerce-shop .sunday-shop-sortbar__select,
  html body.woocommerce-shop .sunday-shop-sortbar select {
    width: 100% !important;
  }

  html body.woocommerce-shop .sunday-shop-sortbar__control {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 8px !important;
  }
}

/* Keep the complete announcement sentence in the header's UI typeface. */
html body #tbp_header.sunday-universal-header .sunday-announcement-message,
html body #tbp_header.sunday-universal-header .sunday-announcement-message strong,
html body #tbp_header.sunday-universal-header .sunday-announcement-note {
  font-family: var(--font-sans) !important;
  font-style: normal !important;
  text-transform: none !important;
}

html body #tbp_header.sunday-universal-header .sunday-announcement-message,
html body #tbp_header.sunday-universal-header .sunday-announcement-note {
  letter-spacing: -0.01em !important;
}

html body #tbp_header.sunday-universal-header .sunday-announcement-message strong {
  font-weight: 750 !important;
}

html body #tbp_header.sunday-universal-header .sunday-announcement-note {
  font-weight: 400 !important;
}

.sunday-editorial-notice {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 20px 22px;
  border: 1px solid #d5cdde;
  border-radius: 18px;
  background: #ede8f3;
}
.sunday-editorial-hero__copy .sunday-editorial-notice,
.sunday-editorial-hero--centered .sunday-editorial-notice {
  width: 100%;
  margin-top: 38px;
}
.sunday-editorial-notice__dot {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 6px;
  border-radius: 50%;
  background: #7643af;
  box-shadow: 0 0 0 5px rgba(118,67,175,.14);
}
.sunday-editorial-notice strong {
  display: block;
  margin-bottom: 3px;
  color: var(--editorial-ink);
  font-size: 14px;
}
.sunday-editorial-notice p {
  color: var(--editorial-muted);
  font-size: 13px;
  line-height: 1.5;
}
.sunday-editorial-hero__media {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border-radius: 42px;
  background: #e1dde6;
  box-shadow: 0 24px 70px rgba(44,31,58, .13);
}
.sunday-editorial-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sunday-editorial-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}
.sunday-editorial-hero__media figcaption {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 28px;
  left: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  color: #fff;
}
.sunday-editorial-hero__media figcaption span {
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.sunday-editorial-hero__media figcaption strong {
  max-width: 230px;
  margin-left: auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.08;
  text-align: right;
  text-shadow: 0 2px 16px rgba(0,0,0, .5);
}
.sunday-editorial-section {
  padding: 116px 0;
}
.sunday-editorial-heading {
  display: grid;
  grid-template-columns: minmax(300px, .95fr) minmax(280px, .65fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 58px;
}
.sunday-editorial-heading .sunday-editorial-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -46px;
}
.sunday-editorial-heading h2,
.sunday-editorial-split h2,
.sunday-about-standard h2,
.sunday-contact-topics h2 {
  font-size: clamp(48px, 5vw, 78px);
  line-height: .98;
}
.sunday-editorial-heading > p,
.sunday-editorial-split > div > p {
  color: var(--editorial-muted);
  font-size: 17px;
  line-height: 1.65;
}
.sunday-editorial-card-grid {
  display: grid;
  gap: 20px;
}
.sunday-editorial-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sunday-editorial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--editorial-line);
  border-radius: 28px;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
@media (hover:hover) and (pointer:fine) {
  .sunday-editorial-card:hover {
    border-color: #c1bbc8;
    box-shadow: 0 22px 55px rgba(46,35,58, .09);
    transform: translateY(-5px);
  }
}
.sunday-editorial-card__index {
  color: var(--editorial-orange);
  font-family: "Courier New", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}
.sunday-editorial-card h3 {
  margin-top: auto;
  color: var(--editorial-ink);
  font-size: 22px;
  font-weight: 700;
}
.sunday-editorial-card p {
  margin-top: 12px;
  color: var(--editorial-muted);
  font-size: 15px;
  line-height: 1.55;
}
.sunday-orbit {
  position: absolute;
  top: 68px;
  left: 50%;
  width: 160px;
  height: 160px;
  border: 1px solid #b0a9b8;
  border-radius: 50%;
  transform: translateX(-50%);
}
.sunday-orbit::before,
.sunday-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid #cecad2;
  border-radius: 50%;
}
.sunday-orbit::before { inset: 24px -32px; }
.sunday-orbit::after { inset: -20px 38px; }
.sunday-orbit i,
.sunday-orbit i::before,
.sunday-orbit i::after {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--editorial-orange);
  content: "";
}
.sunday-orbit i { top: 16px; left: 28px; }
.sunday-orbit i::before { top: 102px; left: 99px; background: #7643af; }
.sunday-orbit i::after { top: 45px; left: 55px; width: 9px; height: 9px; background: #28183b; }
.sunday-orbit--two { transform: translateX(-50%) rotate(45deg); }
.sunday-orbit--three { transform: translateX(-50%) rotate(95deg); }
.sunday-editorial-section--dark {
  width: 100%;
  max-width: none;
  padding: 116px max(32px, calc((100% - 1180px) / 2));
  color: #fff;
  background: var(--editorial-green);
}
.sunday-editorial-section--dark .sunday-editorial-heading {
  width: min(1180px, 100%);
}
.sunday-editorial-page .sunday-editorial-section--dark h2 {
  color: #f1ecf7 !important;
}
.sunday-editorial-page .sunday-editorial-section--dark .sunday-editorial-eyebrow {
  color: #b38fdb !important;
}
.sunday-research-steps {
  width: min(1180px, 100%);
  border-top: 1px solid rgba(255,255,255,.3);
}
.sunday-research-steps article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 30px;
  padding: 34px 0;
  border-bottom: 1px solid rgba(255,255,255,.3);
}
.sunday-editorial-page .sunday-research-steps article > span {
  color: #b38fdb !important;
  font-family: "Courier New", monospace;
  font-size: 12px;
  font-weight: 700;
}
.sunday-editorial-page .sunday-research-steps h3 {
  color: #f1ecf7 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 400;
}
.sunday-editorial-page .sunday-research-steps p {
  max-width: 560px;
  margin-top: 8px;
  color: rgba(255,255,255,.82) !important;
  line-height: 1.55;
  font-family: var(--sunday-ui-font) !important;
  font-weight: 450 !important;
  letter-spacing: 0 !important;
}
.sunday-editorial-split {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 92px;
  align-items: center;
  padding: 120px 0;
}
.sunday-editorial-split h2 {
  margin: 20px 0 28px;
}
.sunday-editorial-metric {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 50px;
  border-radius: 32px;
  border: 1px solid rgba(54,39,71, .08);
  background:
    linear-gradient(145deg, rgba(239,232,247, .76), rgba(227,217,239, .9)),
    url("../../vespr/vespr-glass.webp") center / cover no-repeat;
  box-shadow: 0 24px 60px rgba(44,37,52, .08);
}
.sunday-editorial-metric::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(255,255,255, .66), transparent 34%),
    linear-gradient(180deg, transparent 58%, rgba(255,255,255, .18));
  pointer-events: none;
}
.sunday-editorial-metric strong {
  display: block;
  color: var(--editorial-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(76px, 8vw, 120px);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .9;
}
.sunday-editorial-metric span {
  display: block;
  margin-top: 20px;
  color: var(--editorial-green);
  font-size: 18px;
  font-weight: 700;
}
.sunday-editorial-metric p {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #c8bcd5;
  color: var(--editorial-muted);
  line-height: 1.55;
}
.sunday-editorial-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 112px;
  padding: 30px 34px;
  border: 1px solid var(--editorial-line);
  border-radius: 26px;
  color: var(--editorial-ink) !important;
  background: #fff;
  text-decoration: none !important;
  transition: color .22s ease, border-color .22s ease, background .22s ease, transform .22s ease;
}
.sunday-editorial-next small {
  display: block;
  margin-bottom: 7px;
  color: var(--editorial-orange);
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.sunday-editorial-next strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2.6vw, 35px);
  font-weight: 400;
}
.sunday-editorial-next__action {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 20px;
  align-items: center;
  font-weight: 700;
}
.sunday-editorial-next__action b {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--editorial-green);
  font-size: 18px;
  transition: color .22s ease, background .22s ease, transform .22s ease;
}
@media (hover:hover) and (pointer:fine) {
  .sunday-editorial-next:hover {
    border-color: var(--editorial-green);
    background: #f1eef4;
    transform: translateY(-3px);
  }
  .sunday-editorial-next:hover .sunday-editorial-next__action b {
    background: var(--editorial-orange);
    transform: rotate(8deg);
  }
}

/* GLP / material comparison */
.sunday-editorial-hero--centered {
  display: block;
  min-height: 0;
  padding-bottom: 58px;
  text-align: center;
}
.sunday-editorial-hero--centered .sunday-editorial-hero__copy {
  max-width: 900px;
  margin: 0 auto;
}
.sunday-editorial-hero--centered .sunday-editorial-hero__copy > p {
  max-width: 640px;
  margin-inline: auto;
}
.sunday-editorial-hero--centered .sunday-editorial-notice {
  max-width: 540px;
  text-align: left;
}
.sunday-comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}
.sunday-comparison-card {
  overflow: hidden;
  border: 1px solid var(--editorial-line);
  border-radius: 30px;
  background: #fff;
}
.sunday-comparison-card__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 23px;
  border-bottom: 1px solid var(--editorial-line);
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.sunday-comparison-card__top span { color: var(--editorial-orange); font-weight: 700; }
.sunday-comparison-card__top small { color: var(--editorial-muted); }
.sunday-comparison-card figure {
  height: 390px;
  overflow: hidden;
  background: linear-gradient(145deg, #eeecf0, #f7f5f9);
}
.sunday-comparison-card figure img {
  width: 100%;
  height: 118%;
  object-fit: cover;
  object-position: center 7%;
}
.sunday-comparison-card__body { padding: 26px 24px 28px; }
.sunday-comparison-card__body h2 {
  font-size: 48px;
  line-height: 1;
}
.sunday-comparison-card__body p {
  min-height: 94px;
  margin-top: 17px;
  color: var(--editorial-muted);
  font-size: 14px;
  line-height: 1.55;
}
.sunday-comparison-card__body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
.sunday-comparison-card__body li {
  padding: 7px 10px;
  border: 1px solid #d9d4de;
  border-radius: 999px;
  color: #595260;
  background: #f4f2f7;
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.sunday-context-panel { padding-top: 132px; }
.sunday-context-list { border-top: 1px solid var(--editorial-line); }
.sunday-context-list article {
  display: grid;
  grid-template-columns: 70px 220px 1fr;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid var(--editorial-line);
}
.sunday-context-list article > span {
  color: var(--editorial-orange);
  font-family: "Courier New", monospace;
  font-size: 11px;
}
.sunday-context-list article strong { font-size: 18px; }
.sunday-context-list article p { color: var(--editorial-muted); line-height: 1.5; }

/* About */
.sunday-about-hero {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 60px;
  align-items: center;
  min-height: 750px;
  padding: 80px 0;
}
.sunday-about-hero__visual {
  position: relative;
  height: 620px;
  overflow: hidden;
  border-radius: 44px;
  background: linear-gradient(155deg, #e3dfe8, #e4dcee 65%, #d6cfde);
}
.sunday-about-hero__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center 92% !important;
}

@media (min-width: 901px) {
  html body.sunday-editorial-ready .sunday-editorial-page--about .sunday-about-hero {
    padding-top: clamp(118px, 9vw, 132px) !important;
  }
}
.sunday-about-hero__halo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(40,24,59,.22);
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
.sunday-about-hero__halo::before,
.sunday-about-hero__halo::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(40,24,59,.14);
  border-radius: 50%;
}
.sunday-about-hero__halo::before { inset: 42px; }
.sunday-about-hero__halo::after { inset: 105px; }
.sunday-about-vial {
  position: absolute;
  width: 300px;
  height: auto;
  filter: drop-shadow(0 26px 22px rgba(41,31,52, .18));
}
.sunday-about-vial--one { z-index: 2; bottom: -26px; left: 50%; transform: translateX(-50%); }
.sunday-about-vial--two { bottom: 1px; left: 1%; width: 240px; transform: rotate(-8deg); }
.sunday-about-vial--three { right: 0; bottom: -2px; width: 240px; transform: rotate(8deg); }
.sunday-about-hero__visual small {
  position: absolute;
  top: 25px;
  left: 27px;
  z-index: 2;
  padding: 9px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(35,22,49, .72);
  backdrop-filter: blur(10px);
  font-family: "Courier New", monospace;
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.sunday-value-card {
  isolation: isolate;
  min-height: 330px;
  border-color: rgba(255,255,255,.28);
  color: #fff;
  background-color: #29183c;
  background-position: center;
  background-size: cover;
}
.sunday-value-card:nth-child(1) {
  background-image: url("../../vespr/vespr-hero-current.webp");
  background-position: 72% center;
}
.sunday-value-card:nth-child(2) {
  background-image: url("../../vespr/vespr-hero-current.webp");
  background-position: 73% center;
}
.sunday-value-card:nth-child(3) {
  background-image: url("../../vespr/catalog/trz.webp");
  background-position: center 38%;
}
.sunday-value-card::before,
.sunday-value-card::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}
.sunday-value-card::before {
  z-index: 0;
  background: linear-gradient(180deg, rgba(29,17,42,.08) 8%, rgba(25,15,37,.26) 42%, rgba(20,12,29,.96) 100%);
  transition: background .32s ease;
}
.sunday-value-card::after {
  z-index: 0;
  opacity: .07;
  background: url("../../vespr/vespr-glass.webp") center / cover;
  mix-blend-mode: soft-light;
}
.sunday-value-card > * { position: relative; z-index: 1; }
.sunday-value-card .sunday-editorial-card__index { color: #b38fdc; }
.sunday-value-card h3 { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 2.5vw, 44px); font-weight: 400; }
.sunday-value-card p { color: rgba(255,255,255,.78); }
.sunday-value-card i {
  align-self: flex-start;
  margin-top: 24px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(12px);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
@media (hover:hover) and (pointer:fine) {
  .sunday-value-card:hover::before {
    background: linear-gradient(180deg, rgba(29,17,42,.02) 4%, rgba(25,15,37,.18) 40%, rgba(20,12,29,.92) 100%);
  }
}

/* About principles: preserve editorial photography against legacy card shorthands. */
html body .sunday-editorial-page--about .sunday-value-card {
  background-color: #29183c !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

html body .sunday-editorial-page--about .sunday-value-card:nth-child(1) {
  background-image: url("../../vespr/vespr-hero-current.webp") !important;
  background-position: 72% center !important;
}

html body .sunday-editorial-page--about .sunday-value-card:nth-child(2) {
  background-image: url("../../vespr/editorial/about-sample-handling-v5.webp") !important;
  background-position: center 58% !important;
}

html body .sunday-editorial-page--about .sunday-value-card:nth-child(3) {
  background-image: url("../../vespr/catalog/trz.webp") !important;
  background-position: center 38% !important;
}

html body .sunday-editorial-page--about .sunday-value-card h3 {
  color: #fff !important;
}

html body .sunday-editorial-page--about .sunday-value-card p {
  color: rgba(255,255,255,.82) !important;
}

html body .sunday-editorial-page--about .sunday-value-card i {
  color: #fff !important;
  background: rgba(255,255,255,.16) !important;
}

/* Keep the mission label, headline, and supporting copy in one compact rhythm. */
html body .sunday-editorial-page--about #sunday-mission .sunday-editorial-heading {
  row-gap: 8px !important;
  align-items: start;
}

html body .sunday-editorial-page--about #sunday-mission .sunday-editorial-eyebrow {
  margin-bottom: 0 !important;
}

html body .sunday-editorial-page--about #sunday-mission .sunday-editorial-heading h2,
html body .sunday-editorial-page--about #sunday-mission .sunday-editorial-heading > p {
  margin-top: 0 !important;
}
.sunday-about-standard {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  padding: 110px 0;
  border-top: 1px solid var(--editorial-line);
}
.sunday-about-standard h2 { margin-top: 20px; }
.sunday-about-standard ol { padding: 0; list-style: none; }
.sunday-about-standard li {
  display: grid;
  grid-template-columns: 55px 150px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--editorial-line);
}
.sunday-about-standard li > span { color: var(--editorial-orange); font-family: "Courier New", monospace; font-size: 11px; }
.sunday-about-standard li strong { font-size: 17px; }
.sunday-about-standard li p { color: var(--editorial-muted); line-height: 1.5; }
.sunday-editorial-page--about > .sunday-editorial-notice { margin-bottom: 34px; }

/* Contact */
.sunday-contact-hero {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 90px;
  align-items: end;
  padding: 100px 0 64px;
}
.sunday-contact-hero .sunday-editorial-eyebrow { grid-column: 1 / -1; margin-bottom: -70px; }
.sunday-contact-hero h1 { margin: 0; }
.sunday-contact-hero > p { margin: 0 0 7px; }
.sunday-contact-layout {
  display: grid;
  grid-template-columns: 1.14fr .86fr;
  gap: 22px;
  padding-bottom: 90px;
}
.sunday-contact-form-card,
.sunday-contact-aside > div {
  border: 1px solid var(--editorial-line);
  border-radius: 30px;
  background: #fff;
}
.sunday-contact-form-card { padding: 34px; }
.sunday-contact-form-card__head { padding-bottom: 28px; border-bottom: 1px solid var(--editorial-line); }
.sunday-contact-form-card__head span { color: var(--editorial-orange); font-family: "Courier New", monospace; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.sunday-contact-form-card__head strong { display: block; margin-top: 10px; color: var(--editorial-green); font-family: Georgia, "Times New Roman", serif; font-size: 34px; font-weight: 400; }
.sunday-contact-form-slot { padding-top: 26px; }
.sunday-contact-form-slot form,
.sunday-contact-form-slot .builder-contact { margin: 0 !important; padding: 0 !important; background: transparent !important; }
.sunday-contact-form-slot .builder-contact-field { margin-bottom: 17px !important; }
.sunday-contact-form-slot label { display: block; margin-bottom: 8px; color: var(--editorial-ink); font-size: 13px; font-weight: 700; }
.sunday-contact-form-slot input:not([type="submit"]),
.sunday-contact-form-slot textarea,
.sunday-account-page input:not([type="checkbox"]):not([type="submit"]) {
  width: 100% !important;
  min-height: 54px !important;
  padding: 13px 15px !important;
  border: 1px solid #d2ced6 !important;
  border-radius: 13px !important;
  color: var(--editorial-ink) !important;
  background: #f9f8fa !important;
  box-shadow: none !important;
  font-size: 15px !important;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.sunday-contact-form-slot textarea { min-height: 150px !important; resize: vertical; }
.sunday-contact-form-slot input:focus,
.sunday-contact-form-slot textarea:focus,
.sunday-account-page input:focus {
  outline: none !important;
  border-color: var(--editorial-green) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(40,24,59,.09) !important;
}
.sunday-contact-form-slot button,
.sunday-contact-form-slot input[type="submit"] {
  width: 100% !important;
  min-height: 56px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: var(--editorial-green) !important;
  font-weight: 700 !important;
  transition: background .2s ease, transform .2s ease !important;
}
@media (hover:hover) and (pointer:fine) {
  .sunday-contact-form-slot button:hover,
  .sunday-contact-form-slot input[type="submit"]:hover { background: var(--editorial-orange) !important; transform: translateY(-2px); }
}
.sunday-contact-aside { display: grid; gap: 22px; }
.sunday-contact-visual {
  position: relative;
  isolation: isolate;
  min-height: 270px;
  overflow: hidden;
  padding: 30px;
  color: #fff;
  background: #cdc4d8 !important;
}
.sunday-contact-visual::before,
.sunday-contact-visual::after {
  content: "";
  position: absolute;
  inset: 0;
}
.sunday-contact-visual::before {
  z-index: -2;
  background: url("../../vespr/vespr-glass.webp") center 52% / cover no-repeat !important;
  transform: scale(1.01);
  transition: transform .65s cubic-bezier(.2,.75,.25,1);
}
.sunday-contact-visual::after {
  z-index: -1;
  background: linear-gradient(180deg, transparent 46%, rgba(14,12,16, .4) 100%);
}
@media (hover:hover) and (pointer:fine) {
  .sunday-contact-visual:hover::before { transform: scale(1.035); }
}
.sunday-contact-visual > span {
  display: none;
}
.sunday-contact-visual > span::before,
.sunday-contact-visual > span::after { content:""; position:absolute; border:1px solid rgba(255,255,255,.18); border-radius:50%; }
.sunday-contact-visual > span::before { inset: 38px; }
.sunday-contact-visual > span::after { inset: 90px; }
.sunday-contact-visual small { position: relative; z-index: 1; font-family: "Courier New", monospace; font-size: 10px; letter-spacing: .08em; text-transform: none; text-shadow: 0 1px 12px rgba(0,0,0,.48); }
.sunday-contact-visual strong { position: absolute; z-index: 1; right: 30px; bottom: 30px; left: 30px; max-width: 430px; font-family: Georgia, "Times New Roman", serif; font-size: 40px; font-weight: 400; line-height: 1; text-shadow: 0 2px 18px rgba(0,0,0,.42); }
.sunday-contact-topics { padding: 30px; }
.sunday-contact-topics h2 { margin-top: 16px; font-size: 38px; }
.sunday-contact-topics ul { margin-top: 25px; padding: 0; list-style: none; }
.sunday-contact-topics li { display: grid; grid-template-columns: 35px 1fr; gap: 12px; padding: 16px 0; border-top: 1px solid var(--editorial-line); }
.sunday-contact-topics li b { color: var(--editorial-orange); font-family: "Courier New", monospace; font-size: 10px; }
.sunday-contact-topics li strong,
.sunday-contact-topics li small { display: block; }
.sunday-contact-topics li small { margin-top: 3px; color: var(--editorial-muted); }
.sunday-editorial-page--contact > .sunday-editorial-notice { margin-bottom: 30px; }

/* My account */
body.sunday-account-ready #content { background: linear-gradient(180deg, #f1eef4, #f4f2f7 48%); }
.sunday-account-page { padding: 92px 0 112px; }
.sunday-account-hero {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 80px;
  align-items: end;
  padding-bottom: 54px;
}
.sunday-account-hero h1 { margin-top: 20px; font-size: clamp(62px, 7vw, 104px); }
.sunday-account-hero > p { margin-bottom: 7px; }
.sunday-account-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.sunday-account-card {
  min-width: 0;
  padding: 36px;
  border: 1px solid var(--editorial-line);
  border-radius: 30px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 22px 70px rgba(42,31,54,.07);
}
.sunday-account-card--register { background: var(--editorial-green); }
.sunday-account-card__head { min-height: 174px; padding-bottom: 26px; border-bottom: 1px solid var(--editorial-line); }
.sunday-account-card--register .sunday-account-card__head { border-color: rgba(255,255,255,.2); }
.sunday-account-card__head > span { color: var(--editorial-orange); font-family: "Courier New", monospace; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.sunday-account-card__head h2 { margin-top: 14px; font-size: 46px; line-height: 1; }
.sunday-account-card__head p { margin-top: 13px; color: var(--editorial-muted); line-height: 1.5; }
.sunday-account-card--register .sunday-account-card__head h2,
.sunday-account-card--register .sunday-account-card__head p { color: #fff !important; }
.sunday-account-login-slot,
.sunday-account-register-slot { padding-top: 27px; }
.sunday-account-page form { margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }
.sunday-account-page form > p { margin: 0 0 18px !important; }
.sunday-account-page form label { display: block; margin-bottom: 8px; color: var(--editorial-ink) !important; font-size: 12px !important; font-weight: 700 !important; letter-spacing: .04em; }
.sunday-account-card--register form label,
.sunday-account-card--register form p { color: rgba(255,255,255,.78) !important; }
.sunday-account-card--register input:not([type="submit"]) { border-color: rgba(255,255,255,.28) !important; color: #fff !important; background: rgba(255,255,255,.08) !important; }
.sunday-account-page button[type="submit"] {
  width: 100% !important;
  min-height: 56px !important;
  margin-top: 6px !important;
  border: 1px solid var(--editorial-green) !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: var(--editorial-green) !important;
  font-weight: 700 !important;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease !important;
}
.sunday-account-card--register button[type="submit"] { border-color: #fff !important; color: var(--editorial-green) !important; background: #fff !important; }
@media (hover:hover) and (pointer:fine) {
  .sunday-account-page button[type="submit"]:hover { border-color: var(--editorial-orange) !important; background: var(--editorial-orange) !important; transform: translateY(-2px); }
  .sunday-account-card--register button[type="submit"]:hover { color: #fff !important; }
}
.sunday-account-page .woocommerce-LostPassword { margin-top: 18px !important; }
.sunday-account-page .woocommerce-LostPassword a { color: var(--editorial-green) !important; font-weight: 700; }
.sunday-account-page .show-password-input { color: var(--editorial-green) !important; }
.sunday-account-foot {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  gap: 15px;
  align-items: center;
  margin-top: 22px;
  padding: 24px 28px;
  border: 1px solid #d5cdde;
  border-radius: 22px;
  background: #ede8f3;
}
.sunday-account-foot strong { display: block; }
.sunday-account-foot p { margin-top: 3px; color: var(--editorial-muted); font-size: 13px; }
.sunday-account-foot a { color: var(--editorial-green) !important; font-weight: 700; text-decoration: none !important; }

@media (max-width: 900px) {
  .sunday-editorial-hero,
  .sunday-about-hero,
  .sunday-contact-hero,
  .sunday-account-hero,
  .sunday-editorial-split,
  .sunday-contact-layout,
  .sunday-account-layout,
  .sunday-about-standard { grid-template-columns: 1fr; }
  .sunday-editorial-hero { gap: 42px; min-height: 0; }
  .sunday-editorial-hero__media { min-height: 520px; }
  .sunday-editorial-heading { grid-template-columns: 1fr; gap: 22px; }
  .sunday-editorial-heading .sunday-editorial-eyebrow { margin-bottom: 0; }
  .sunday-editorial-card-grid--three,
  .sunday-comparison-grid { grid-template-columns: 1fr 1fr; }
  .sunday-comparison-card:last-child { grid-column: 1 / -1; }
  .sunday-about-hero__copy,
  .sunday-account-hero > p { max-width: 650px; }
  .sunday-contact-hero .sunday-editorial-eyebrow { margin-bottom: 0; }
  .sunday-contact-hero { gap: 22px; }
  .sunday-account-card__head { min-height: 0; }
}
@media (max-width: 640px) {
  .sunday-editorial-hero,
  .sunday-about-hero,
  .sunday-contact-hero,
  .sunday-account-hero,
  .sunday-editorial-section,
  .sunday-editorial-split,
  .sunday-about-standard,
  .sunday-contact-layout,
  .sunday-account-layout,
  .sunday-account-foot,
  .sunday-editorial-next,
  .sunday-editorial-notice,
  .sunday-comparison-grid { width: min(100% - 30px, 1180px); }
  .sunday-editorial-hero,
  .sunday-about-hero { padding: 58px 0; }
  .sunday-editorial-hero__copy h1,
  .sunday-about-hero__copy h1,
  .sunday-contact-hero h1,
  .sunday-account-hero h1 { font-size: 53px; line-height: .94; }
  .sunday-editorial-hero__copy > p,
  .sunday-about-hero__copy > p { margin-top: 24px; font-size: 16px; }
  .sunday-editorial-hero__media { min-height: 410px; border-radius: 26px; }
  .sunday-editorial-hero__media figcaption { right: 20px; bottom: 20px; left: 20px; }
  .sunday-editorial-hero__media figcaption strong { font-size: 21px; }
  .sunday-editorial-section { padding: 78px 0; }
  .sunday-editorial-section--dark { padding: 78px 15px; }
  .sunday-editorial-heading h2,
  .sunday-editorial-split h2,
  .sunday-about-standard h2 { font-size: 43px; }
  .sunday-editorial-card-grid--three,
  .sunday-comparison-grid { grid-template-columns: 1fr; }
  .sunday-comparison-card:last-child { grid-column: auto; }
  .sunday-editorial-card { min-height: 350px; }
  .sunday-editorial-split { gap: 38px; padding: 78px 0; }
  .sunday-editorial-metric { padding: 34px 27px; }
  .sunday-editorial-next { align-items: flex-end; margin-bottom: 74px; padding: 24px; }
  .sunday-editorial-next__action { font-size: 0; }
  .sunday-context-list article { grid-template-columns: 40px 1fr; }
  .sunday-context-list article p { grid-column: 2; }
  .sunday-comparison-card figure { height: 370px; }
  .sunday-about-hero__visual { height: 440px; border-radius: 28px; }
  .sunday-about-vial { width: 225px; }
  .sunday-about-vial--two,
  .sunday-about-vial--three { width: 175px; }
  .sunday-about-standard { gap: 38px; padding: 78px 0; }
  .sunday-about-standard li { grid-template-columns: 35px 1fr; }
  .sunday-about-standard li p { grid-column: 2; }
  .sunday-contact-hero { padding: 70px 0 42px; }
  .sunday-contact-layout { padding-bottom: 70px; }
  .sunday-contact-form-card { padding: 24px 20px; }
  .sunday-contact-visual strong { font-size: 34px; }
  .sunday-account-page { padding: 70px 0 84px; }
  .sunday-account-card { padding: 26px 21px; border-radius: 24px; }
  .sunday-account-card__head h2 { font-size: 38px; }
  .sunday-account-foot { grid-template-columns: 12px 1fr; }
  .sunday-account-foot a { grid-column: 2; }
}

/* ========================================================================== */
/* Premium editorial footer                                                   */
/* ========================================================================== */

#tbp_footer[data-sunday-footer-ready="true"] {
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #efe9f6 !important;
  background:
    radial-gradient(circle at 82% 18%, rgba(133,75,198, .16) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 18%, transparent 0 112px, rgba(239,233,246, .075) 113px 114px, transparent 115px 178px, rgba(239,233,246, .055) 179px 180px, transparent 181px),
    linear-gradient(145deg, #1e122c 0%, #28183b 52%, #1e122c 100%) !important;
  box-shadow: none !important;
}

#tbp_footer[data-sunday-footer-ready="true"]::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 25% 100%;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
}

#tbp_footer .sunday-footer-shell,
#tbp_footer .sunday-footer-shell * {
  box-sizing: border-box !important;
}

#tbp_footer .sunday-footer-shell {
  position: relative;
  z-index: 1;
  width: min(100% - 64px, 1560px) !important;
  margin: 0 auto !important;
  padding: clamp(58px, 7vw, 104px) 0 24px !important;
  color: #efe9f6 !important;
  font-family: var(--sunday-sans, -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif) !important;
}

#tbp_footer .sunday-footer-intro {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr) !important;
  gap: clamp(64px, 9vw, 150px) !important;
  align-items: end !important;
  padding-bottom: clamp(48px, 6vw, 84px) !important;
}

#tbp_footer .sunday-footer-wordmark {
  display: inline-block !important;
  margin: 0 0 34px !important;
  color: #f2ecf8 !important;
  font-family: var(--sunday-serif, Georgia, serif) !important;
  font-size: clamp(48px, 5vw, 78px) !important;
  font-weight: 400 !important;
  line-height: .88 !important;
  letter-spacing: -.055em !important;
  text-decoration: none !important;
  transform-origin: left center !important;
  transition: color 220ms ease, transform 220ms ease !important;
}

#tbp_footer .sunday-footer-wordmark:hover {
  color: #af89da !important;
  transform: translateY(-2px) !important;
}

#tbp_footer .sunday-footer-kicker,
#tbp_footer .sunday-footer-index,
#tbp_footer .sunday-footer-nav > p,
#tbp_footer .sunday-footer-notice-label {
  display: block !important;
  margin: 0 0 18px !important;
  color: #a980d7 !important;
  font-family: var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  letter-spacing: .17em !important;
  text-transform: uppercase !important;
}

#tbp_footer .sunday-footer-brand h2 {
  max-width: 690px !important;
  margin: 0 0 24px !important;
  color: #f2ecf8 !important;
  font-family: var(--sunday-serif, Georgia, serif) !important;
  font-size: clamp(44px, 5.2vw, 82px) !important;
  font-weight: 400 !important;
  line-height: .96 !important;
  letter-spacing: -.048em !important;
}

#tbp_footer .sunday-footer-brand > p:last-child {
  max-width: 570px !important;
  margin: 0 !important;
  color: rgba(239,233,246, .66) !important;
  font-family: var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
  font-size: clamp(15px, 1.25vw, 18px) !important;
  font-weight: 450 !important;
  line-height: 1.6 !important;
  letter-spacing: -.01em !important;
}

#tbp_footer .sunday-footer-newsletter {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(30px, 3.5vw, 52px) !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 30px !important;
  color: #261835 !important;
  background: #eae3f2 !important;
  box-shadow: 0 28px 70px rgba(10,6,15, .22) !important;
}

#tbp_footer .sunday-footer-newsletter::after {
  content: "";
  position: absolute;
  top: -72px;
  right: -72px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(38,24,53, .10);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(38,24,53, .035), 0 0 0 72px rgba(38,24,53, .025);
  pointer-events: none;
}

#tbp_footer .sunday-footer-newsletter h3 {
  position: relative !important;
  z-index: 1 !important;
  max-width: 470px !important;
  margin: 0 0 12px !important;
  color: #261835 !important;
  font-family: var(--sunday-serif, Georgia, serif) !important;
  font-size: clamp(33px, 3vw, 48px) !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
  letter-spacing: -.04em !important;
}

#tbp_footer .sunday-footer-newsletter > p {
  position: relative !important;
  z-index: 1 !important;
  max-width: 500px !important;
  margin: 0 0 28px !important;
  color: #687368 !important;
  font: 500 15px/1.5 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
}

#tbp_footer .sunday-footer-form {
  position: relative !important;
  z-index: 1 !important;
  margin: 0 !important;
}

#tbp_footer .sunday-footer-form label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

#tbp_footer .sunday-footer-form > div {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px !important;
  padding: 7px !important;
  border: 1px solid rgba(38,24,53, .15) !important;
  border-radius: 999px !important;
  background: #fff !important;
  transition: border-color 180ms ease, box-shadow 180ms ease !important;
}

#tbp_footer .sunday-footer-form > div:focus-within {
  border-color: #854bc6 !important;
  box-shadow: 0 0 0 4px rgba(133,75,198, .13) !important;
}

#tbp_footer .sunday-footer-form input {
  min-width: 0 !important;
  height: 54px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  outline: 0 !important;
  color: #261835 !important;
  background: transparent !important;
  box-shadow: none !important;
  font: 500 15px/1 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
}

#tbp_footer .sunday-footer-form input::placeholder { color: #8b938c !important; }

#tbp_footer .sunday-footer-form button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  min-width: 168px !important;
  height: 54px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 1px solid #3c2457 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: #3c2457 !important;
  box-shadow: none !important;
  font: 700 14px/1 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
  letter-spacing: -.01em !important;
  text-transform: none !important;
  cursor: pointer !important;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease !important;
}

#tbp_footer .sunday-footer-form button:hover {
  color: #261835 !important;
  border-color: #b490dc !important;
  background: #b490dc !important;
  transform: translateY(-1px) !important;
}

#tbp_footer .sunday-footer-form-status {
  min-height: 19px !important;
  margin: 9px 12px 0 !important;
  color: #687368 !important;
  font: 600 12px/1.45 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
}

#tbp_footer .sunday-footer-directory {
  display: grid !important;
  grid-template-columns: minmax(160px, .45fr) minmax(160px, .45fr) minmax(430px, 1.1fr) !important;
  gap: clamp(36px, 5vw, 84px) !important;
  padding: clamp(42px, 5vw, 68px) 0 !important;
  border-top: 1px solid rgba(255,255,255,.14) !important;
  border-bottom: 1px solid rgba(255,255,255,.14) !important;
}

#tbp_footer .sunday-footer-nav {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 4px !important;
}

#tbp_footer .sunday-footer-nav > p { margin-bottom: 12px !important; }

#tbp_footer .sunday-footer-nav a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  width: 100% !important;
  padding: 10px 0 !important;
  color: rgba(239,233,246,.8) !important;
  font: 550 14px/1.3 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
  letter-spacing: -.005em !important;
  text-decoration: none !important;
  transition: color 180ms ease, transform 180ms ease !important;
}

#tbp_footer .sunday-footer-nav a span {
  opacity: .48 !important;
  font-size: 13px !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}

#tbp_footer .sunday-footer-nav a:hover {
  color: #b490dc !important;
  transform: translateX(3px) !important;
}

#tbp_footer .sunday-footer-nav a:hover span {
  opacity: 1 !important;
  transform: translate(2px, -2px) !important;
}

#tbp_footer .sunday-footer-notice {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  gap: 20px !important;
  align-items: start !important;
  padding: 26px !important;
  border: 1px solid rgba(255,255,255,.13) !important;
  border-radius: 24px !important;
  background: rgba(255,255,255,.055) !important;
  backdrop-filter: blur(10px) !important;
}

#tbp_footer .sunday-footer-notice-icon {
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  height: 48px !important;
  border: 1px solid rgba(180,144,220,.48) !important;
  border-radius: 50% !important;
  color: #b490dc !important;
  font: 700 15px/1 var(--sunday-serif, Georgia, serif) !important;
}

#tbp_footer .sunday-footer-notice-label { margin: 1px 0 9px !important; }

#tbp_footer .sunday-footer-notice h3 {
  margin: 0 0 13px !important;
  color: #f2ecf8 !important;
  font: 600 18px/1.25 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
  letter-spacing: -.02em !important;
}

#tbp_footer .sunday-footer-notice div > p:not(.sunday-footer-notice-label) {
  margin: 0 0 8px !important;
  color: rgba(239,233,246,.62) !important;
  font: 450 12px/1.58 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
  letter-spacing: 0 !important;
}

#tbp_footer .sunday-footer-base {
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  gap: 28px !important;
  align-items: center !important;
  min-height: 82px !important;
  color: rgba(239,233,246,.5) !important;
}

#tbp_footer .sunday-footer-base > p {
  margin: 0 !important;
  color: inherit !important;
  font: 500 11px/1.4 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
}

#tbp_footer .sunday-footer-base nav {
  display: flex !important;
  justify-content: center !important;
  gap: 22px !important;
}

#tbp_footer .sunday-footer-base a {
  color: rgba(239,233,246,.58) !important;
  font: 550 11px/1.3 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
  text-decoration: none !important;
  transition: color 180ms ease !important;
}

#tbp_footer .sunday-footer-base a:hover { color: #b490dc !important; }

#tbp_footer .sunday-footer-top {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  white-space: nowrap !important;
}

#tbp_footer .sunday-footer-top span {
  display: grid !important;
  place-items: center !important;
  width: 30px !important;
  height: 30px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 50% !important;
}

@media (max-width: 980px) {
  #tbp_footer .sunday-footer-intro {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
  }
  #tbp_footer .sunday-footer-directory {
    grid-template-columns: 1fr 1fr !important;
  }
  #tbp_footer .sunday-footer-notice {
    grid-column: 1 / 3 !important;
  }
}

@media (max-width: 640px) {
  #tbp_footer .sunday-footer-shell {
    width: min(100% - 30px, 620px) !important;
    padding-top: 48px !important;
  }
  #tbp_footer .sunday-footer-wordmark { margin-bottom: 28px !important; }
  #tbp_footer .sunday-footer-brand h2 br { display: none !important; }
  #tbp_footer .sunday-footer-newsletter {
    padding: 26px 20px !important;
    border-radius: 24px !important;
  }
  #tbp_footer .sunday-footer-form > div {
    grid-template-columns: 1fr !important;
    border-radius: 22px !important;
  }
  #tbp_footer .sunday-footer-form button {
    width: 100% !important;
    min-width: 0 !important;
  }
  #tbp_footer .sunday-footer-directory {
    grid-template-columns: 1fr 1fr !important;
    gap: 34px 24px !important;
  }
  #tbp_footer .sunday-footer-notice {
    grid-column: 1 / 3 !important;
    grid-template-columns: 40px 1fr !important;
    gap: 15px !important;
    padding: 20px !important;
  }
  #tbp_footer .sunday-footer-notice-icon {
    width: 40px !important;
    height: 40px !important;
  }
  #tbp_footer .sunday-footer-base {
    grid-template-columns: 1fr auto !important;
    gap: 15px !important;
    padding: 22px 0 10px !important;
  }
  #tbp_footer .sunday-footer-base nav {
    grid-column: 1 / 3 !important;
    grid-row: 1 !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 12px 18px !important;
  }
  #tbp_footer .sunday-footer-base > p { grid-row: 2 !important; }
  #tbp_footer .sunday-footer-top { grid-row: 2 !important; }
}

/* Compact footer: quiet, concise and intentionally secondary to the page. */
#tbp_footer[data-sunday-footer-ready="true"] {
  background: #251833 !important;
}
#tbp_footer[data-sunday-footer-ready="true"]::before { display: none !important; }
#tbp_footer .sunday-footer-shell {
  width: min(100% - 48px, 1320px) !important;
  padding: 34px 0 16px !important;
}
#tbp_footer .sunday-footer-intro {
  grid-template-columns: minmax(220px, .7fr) minmax(500px, 1.3fr) !important;
  gap: 48px !important;
  align-items: center !important;
  padding: 0 0 26px !important;
}
#tbp_footer .sunday-footer-brand {
  display: flex !important;
  align-items: baseline !important;
  gap: 22px !important;
}
#tbp_footer .sunday-footer-wordmark {
  flex: 0 0 auto !important;
  margin: 0 !important;
  font-size: 34px !important;
  line-height: 1 !important;
  letter-spacing: -.04em !important;
}
#tbp_footer .sunday-footer-brand > p:last-child {
  max-width: 270px !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}
#tbp_footer .sunday-footer-brand h2,
#tbp_footer .sunday-footer-kicker,
#tbp_footer .sunday-footer-index { display: none !important; }
#tbp_footer .sunday-footer-newsletter {
  display: grid !important;
  grid-template-columns: minmax(170px, .6fr) minmax(300px, 1.4fr) !important;
  gap: 24px !important;
  align-items: center !important;
  padding: 16px 18px !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}
#tbp_footer .sunday-footer-newsletter::after { display: none !important; }
#tbp_footer .sunday-footer-newsletter h3 {
  margin: 0 0 3px !important;
  font-family: var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -.02em !important;
}
#tbp_footer .sunday-footer-newsletter > p,
#tbp_footer .sunday-footer-newsletter-copy > p {
  margin: 0 !important;
  color: #69746c !important;
  font: 500 11px/1.4 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
}
#tbp_footer .sunday-footer-form > div {
  gap: 5px !important;
  padding: 4px !important;
}
#tbp_footer .sunday-footer-form input {
  height: 40px !important;
  padding: 0 13px !important;
  font-size: 12px !important;
}
#tbp_footer .sunday-footer-form button {
  min-width: 112px !important;
  height: 40px !important;
  padding: 0 15px !important;
  font-size: 12px !important;
}
#tbp_footer .sunday-footer-form-status {
  position: absolute !important;
  margin: 4px 8px 0 !important;
  font-size: 10px !important;
}
#tbp_footer .sunday-footer-directory {
  grid-template-columns: minmax(150px, .6fr) minmax(150px, .6fr) minmax(360px, 1.8fr) !important;
  gap: 40px !important;
  padding: 24px 0 !important;
}
#tbp_footer .sunday-footer-nav {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
}
#tbp_footer .sunday-footer-nav > p,
#tbp_footer .sunday-footer-notice-label {
  margin: 0 0 6px !important;
  font-size: 9px !important;
}
#tbp_footer .sunday-footer-nav a {
  padding: 4px 0 !important;
  font-size: 11px !important;
}
#tbp_footer .sunday-footer-notice {
  display: block !important;
  padding: 14px 16px !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.045) !important;
  backdrop-filter: none !important;
}
#tbp_footer .sunday-footer-notice-icon,
#tbp_footer .sunday-footer-notice h3 { display: none !important; }
#tbp_footer .sunday-footer-notice div > p:not(.sunday-footer-notice-label) {
  margin: 0 !important;
  font-size: 10px !important;
  line-height: 1.55 !important;
}
#tbp_footer .sunday-footer-base {
  min-height: 44px !important;
  gap: 18px !important;
}
#tbp_footer .sunday-footer-base nav { gap: 16px !important; }
#tbp_footer .sunday-footer-base :is(a, > p) { font-size: 9px !important; }
#tbp_footer .sunday-footer-top span { width: 24px !important; height: 24px !important; }

@media (max-width: 900px) {
  #tbp_footer .sunday-footer-intro { grid-template-columns: 1fr !important; gap: 20px !important; }
  #tbp_footer .sunday-footer-directory { grid-template-columns: 1fr 1fr !important; gap: 24px !important; }
  #tbp_footer .sunday-footer-notice { grid-column: 1 / -1 !important; }
}
@media (max-width: 640px) {
  #tbp_footer .sunday-footer-shell { width: min(100% - 28px, 620px) !important; padding-top: 28px !important; }
  #tbp_footer .sunday-footer-brand { display: block !important; }
  #tbp_footer .sunday-footer-brand > p:last-child { margin-top: 8px !important; }
  #tbp_footer .sunday-footer-newsletter { grid-template-columns: 1fr !important; gap: 10px !important; padding: 14px !important; }
  #tbp_footer .sunday-footer-form > div { grid-template-columns: minmax(0, 1fr) auto !important; border-radius: 999px !important; }
  #tbp_footer .sunday-footer-form button { width: auto !important; }
  #tbp_footer .sunday-footer-directory { gap: 22px 18px !important; padding: 22px 0 !important; }
  #tbp_footer .sunday-footer-notice { grid-column: 1 / -1 !important; }
  #tbp_footer .sunday-footer-base { grid-template-columns: 1fr auto !important; padding-top: 10px !important; }
}
body.single-product main .sunday-single-panel { padding: clamp(26px, 3vw, 38px) !important; }
body.single-product main .sunday-single-panel .module-product-title :is(h1,h2,h3) { font-size: clamp(48px, 5vw, 72px) !important; }
body.single-product main .sunday-single-panel .module-product-description { color: #595260 !important; font-size: 16px !important; line-height: 1.7 !important; }
body.single-product main .sunday-single-panel .bb-swatches button {
  min-width: 52px !important;
  min-height: 46px !important;
  padding: 0 16px !important;
  line-height: 1 !important;
  transform: none !important;
}
body.single-product main .sunday-single-panel .quantity { min-height: 48px !important; }
body.single-product main .sunday-single-panel .single_add_to_cart_button { min-height: 50px !important; }

/* One product-detail hierarchy for every template, including single-size releases. */
html body.single-product main .sunday-single-panel .sunday-single-rating {
  order: 1 !important;
  min-height: 42px;
  margin: -49px 0 10px !important;
  padding: 8px 14px !important;
}
html body.single-product main .sunday-single-panel .sunday-single-rating > span {
  color: #844ac6;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
}
html body.single-product main .sunday-single-panel .module-product-title {
  order: 2 !important;
  margin: 0 0 7px !important;
}
html body.single-product main .sunday-single-panel .sunday-single-promo {
  order: 3 !important;
  display: inline-flex !important;
  min-height: 32px;
  align-items: center;
  align-self: flex-start;
  margin: 0 0 10px !important;
}
html body.single-product main .sunday-single-panel .sunday-single-description {
  order: 4 !important;
  margin: 0 !important;
  font-size: 13.5px !important;
  line-height: 1.54 !important;
}
html body.single-product main .sunday-single-panel .sunday-single-description :is(p, strong) { margin-block: 0 !important; }
html body.single-product main .sunday-single-panel .sunday-single-description strong {
  display: block;
  margin-bottom: 9px !important;
  color: #494053 !important;
}
html body.single-product main .sunday-single-panel .sunday-single-price-module {
  order: 5 !important;
  margin: 11px 0 0 !important;
}
html body.single-product main .sunday-single-panel .sunday-single-price-module :is(.bb-real-price, .price) {
  margin: 0 !important;
  font-variant-numeric: tabular-nums;
}
html body.single-product main .sunday-single-panel .sunday-single-verification {
  order: 6 !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px !important;
  margin: 11px 0 0 !important;
}
html body.single-product main .sunday-single-panel .sunday-single-verification > span,
html body.single-product main .sunday-single-panel .sunday-single-verification .module-icon-item {
  display: inline-flex !important;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 0 14px !important;
  border: 1px solid #dbd4e3;
  border-radius: 999px;
  color: #494053;
  background: #f1edf6;
  font-family: var(--font-mono, monospace) !important;
  font-size: 10px !important;
  font-weight: 500;
  letter-spacing: .015em;
}
html body.single-product main .sunday-single-panel .sunday-single-verification b {
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  color: #673e96;
  background: #fff;
  font-size: 10px;
}
html body.single-product main .sunday-single-panel .sunday-single-sizes {
  order: 7 !important;
  display: grid !important;
  gap: 8px;
  margin: 12px 0 0 !important;
}
html body.single-product main .sunday-single-panel .sunday-single-sizes__label {
  color: #392b49;
  font-size: 13px;
  font-weight: 650;
}
html body.single-product main .sunday-single-panel .sunday-single-sizes__options { display: flex; flex-wrap: wrap; gap: 7px; }
html body.single-product main .sunday-single-panel .sunday-single-sizes__options button {
  min-width: 58px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--sunday-green);
  border-radius: 999px;
  color: #fff;
  background: var(--sunday-green);
  font-size: 11px;
  font-weight: 650;
}
html body.single-product main .sunday-single-panel .sunday-product-availability {
  order: 8 !important;
  gap: 3px !important;
  margin: 12px 0 0 !important;
  padding: 12px 14px !important;
}
html body.single-product main .sunday-single-panel .module-add-to-cart {
  order: 9 !important;
  margin: 12px 0 0 !important;
  padding: 14px !important;
}
html body.single-product main .sunday-single-panel .module-add-to-cart :is(.stock, .in-stock) { display: none !important; }
html body.single-product main .sunday-single-panel .sunday-product-momentum {
  order: 10 !important;
  margin-top: 8px !important;
}
html body.single-product main .sunday-single-panel .sunday-single-security {
  order: 11 !important;
  margin: 10px 0 0 !important;
}
html body.single-product main .sunday-single-panel .module-accordion {
  order: 12 !important;
  margin: 12px 0 0 !important;
}

/* FAQ and recommendations */
body.single-product main .sunday-product-faq { padding: clamp(72px, 9vw, 116px) 0 !important; }
body.single-product main .sunday-product-faq .fancy-heading { margin-bottom: 42px !important; font-size: clamp(48px, 6vw, 78px) !important; }
body.single-product main .sunday-product-faq .module-accordion li { border-bottom: 1px solid rgba(59,35,87,.34) !important; }
body.single-product main .sunday-product-faq .module-accordion .tb_title_accordion {
  min-height: 74px !important;
  padding: 20px 54px 20px 0 !important;
  font-size: clamp(18px, 1.8vw, 23px) !important;
  font-weight: 650 !important;
  letter-spacing: -.02em !important;
}
html body.single-product main .sunday-related-products { padding-block: clamp(88px, 9vw, 120px) !important; }
html body.single-product main .sunday-related-inner > h2 { margin-bottom: 54px !important; }
html body.single-product main .sunday-related-grid { gap: clamp(20px, 2.2vw, 30px) !important; }
html body.single-product main .sunday-related-card {
  padding: 12px 12px 14px !important;
  border: 1px solid var(--sunday-line) !important;
  border-radius: 26px !important;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(35,25,47,.045) !important;
}
html body.single-product main .sunday-related-image {
  overflow: hidden;
  border: 0 !important;
  border-radius: 18px !important;
  background: #f1eff3 !important;
}
.sunday-related-image img { transition: transform 420ms var(--sunday-ease); }
.sunday-related-card:hover .sunday-related-image img { transform: scale(1.025); }
html body.single-product main .sunday-related-copy {
  min-height: 92px !important;
  gap: 18px !important;
  padding: 20px 5px 17px !important;
}
html body.single-product main .sunday-related-copy h3 { margin-bottom: 8px !important; }
html body.single-product main .sunday-related-add {
  width: calc(100% - 10px) !important;
  min-height: 48px !important;
  margin: auto 5px 0 !important;
  border-radius: 15px !important;
}

/* Cart: slimmer, one visual language. */
body .sunday-cart-drawer { width: min(430px, 94vw) !important; padding-inline: clamp(20px, 4vw, 34px) !important; }
body .sunday-cart-drawer__header h2 { font-family: var(--font-serif) !important; font-weight: 400 !important; letter-spacing: -.045em !important; }
body .sunday-cart-drawer__header { order: 1; }
body .sunday-cart-items {
  display: grid !important;
  grid-auto-rows: max-content !important;
  align-content: start !important;
  min-height: 0;
  max-height: calc(100dvh - 310px);
  flex: 0 1 auto;
  order: 2;
  padding-block: 20px 4px;
  overflow-x: hidden;
  overflow-y: auto;
}
body .sunday-cart-items.is-empty {
  max-height: none;
  flex: 1 1 auto;
}
body .sunday-cart-offer {
  flex: 0 0 auto;
  order: 3;
  margin: 18px 0 4px !important;
}
body .sunday-cart-footer { flex: 0 0 auto; order: 4; }
html body .sunday-cart-empty-state { padding: 0 0 24px !important; }
html body .sunday-cart-empty-intro {
  padding: 24px 22px 26px;
  border: 1px solid rgba(36,25,52, .1);
  border-radius: 21px;
  background: linear-gradient(145deg, #f4f1f7, #faf9fc);
}
html body .sunday-cart-empty-intro > span {
  display: block;
  margin-bottom: 10px;
  color: #7038b0;
  font-family: var(--font-mono, monospace);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
html body .sunday-cart-empty-intro > h3 {
  margin: 0 0 9px !important;
  color: var(--sunday-ink) !important;
  font-family: var(--font-serif) !important;
  font-size: 30px !important;
  font-weight: 430 !important;
  letter-spacing: -.04em !important;
  line-height: 1.05 !important;
}
html body .sunday-cart-empty-intro > p {
  max-width: 315px;
  margin: 0 !important;
  color: var(--sunday-muted);
  font-family: var(--font-sans) !important;
  font-size: 13px;
  line-height: 1.5;
}
html body .sunday-cart-empty-state > .sunday-cart-trending-heading {
  margin: 28px 0 16px !important;
  padding-top: 27px;
  border-top: 1px solid rgba(36,25,52, .13);
}
html body .sunday-cart-empty-state .sunday-cart-trending-heading h4 { font-size: 17px !important; }
html body .sunday-cart-empty-state .sunday-cart-trending-list { gap: 14px !important; }
html body .sunday-cart-empty-state .sunday-cart-view-all {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  border: 1px solid #c2bbca;
  border-radius: 999px;
  text-decoration: none !important;
}
html body .sunday-overlay.sunday-cart-overlay .sunday-overlay__backdrop,
html body .sunday-overlay.sunday-cart-overlay .sunday-overlay__backdrop:hover,
html body .sunday-overlay.sunday-cart-overlay .sunday-overlay__backdrop:focus,
html body .sunday-overlay.sunday-cart-overlay .sunday-overlay__backdrop:focus-visible,
html body .sunday-overlay.sunday-cart-overlay .sunday-overlay__backdrop:active {
  border: 0 !important;
  outline: 0 !important;
  background: rgba(32,24,40, .16) !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
body .sunday-cart-offer,
body .sunday-cart-item,
body .sunday-cart-trending-item { border-radius: var(--sunday-radius-md) !important; box-shadow: none !important; }
html body .sunday-cart-item {
  align-self: start !important;
  min-height: 0 !important;
  height: auto !important;
}
body .sunday-cart-trending-item { border: 1px solid var(--sunday-line) !important; }
body .sunday-cart-trending-item button { min-height: 42px !important; padding: 0 17px !important; font-size: 12px !important; }

/* Visual free-vial chooser: a contained product gallery, never a native select. */
html body .sunday-cart-gift-picker {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  margin-top: 15px !important;
}
html body .sunday-cart-gift-picker__heading,
html body .sunday-cart-gift-picker__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
html body .sunday-cart-gift-picker__heading > strong {
  color: var(--sunday-ink);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: -.01em;
}
html body .sunday-cart-gift-picker__heading > span {
  color: var(--sunday-muted);
  font-family: var(--font-mono, monospace);
  font-size: 9px;
  letter-spacing: .05em;
  text-transform: uppercase;
}
html body .sunday-cart-gift-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-height: 332px;
  padding: 2px 6px 2px 2px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #b2abb9 transparent;
  scrollbar-width: thin;
}
html body .sunday-cart-gift-grid::-webkit-scrollbar { width: 6px; }
html body .sunday-cart-gift-grid::-webkit-scrollbar-thumb { border-radius: 99px; background: #b2abb9; }
html body .sunday-cart-gift-option {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  min-width: 0;
  min-height: 76px;
  align-items: center;
  gap: 9px;
  padding: 8px;
  border: 1px solid #dfdae4 !important;
  border-radius: 14px !important;
  color: #3a3440 !important;
  background: rgba(255,255,255,.86) !important;
  box-shadow: none !important;
  text-align: left;
  cursor: pointer;
  transform: none !important;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease !important;
}
html body .sunday-cart-gift-option:hover {
  border-color: #b1a8bc !important;
  background: #fff !important;
}
html body .sunday-cart-gift-option.is-selected {
  border-color: var(--sunday-green) !important;
  background: #fff !important;
  box-shadow: 0 0 0 2px rgba(59,35,87,.11) !important;
}
html body .sunday-cart-gift-option > img {
  display: block;
  width: 56px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
  object-position: 50% 65%;
  background: #f0eff2;
}
html body .sunday-cart-gift-option > span:not(.sunday-cart-gift-option__check) {
  overflow: hidden;
  color: #3a3440;
  font-size: 10px;
  font-weight: 720;
  line-height: 1.28;
  text-overflow: ellipsis;
}
html body .sunday-cart-gift-option__check {
  position: absolute;
  top: 7px;
  right: 7px;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border: 1px solid #cdc7d4;
  border-radius: 50%;
  color: transparent;
  background: #fff;
  font-size: 11px;
  line-height: 1;
}
html body .sunday-cart-gift-option.is-selected .sunday-cart-gift-option__check {
  border-color: var(--sunday-green);
  color: #fff;
  background: var(--sunday-green);
}
html body .sunday-cart-gift-picker__footer {
  padding-top: 12px;
  border-top: 1px solid #dbd5e1;
}
html body .sunday-cart-gift-selection {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
}
html body .sunday-cart-gift-selection > img {
  width: 42px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 9px;
  object-fit: cover;
  object-position: 50% 65%;
  background: #fff;
}
html body .sunday-cart-gift-selection > span { display: grid; min-width: 0; }
html body .sunday-cart-gift-selection small {
  color: var(--sunday-muted);
  font-family: var(--font-mono, monospace);
  font-size: 8px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
html body .sunday-cart-gift-selection strong {
  overflow: hidden;
  max-width: 135px;
  color: var(--sunday-ink);
  font-size: 11px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html body .sunday-cart-gift-picker__footer .sunday-cart-gift-add {
  min-height: 44px !important;
  flex: 0 0 auto;
  padding-inline: 18px !important;
  white-space: nowrap;
}

/* Free-vial reward: keep the cart compact and open the catalog in a roomy modal. */
html body .sunday-cart-gift-launcher {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  padding: 12px;
  border: 1px solid rgba(59,35,87, .17);
  border-radius: 17px;
  background: rgba(255,255,255, .72);
}
html body .sunday-cart-gift-launcher__preview { display: flex; align-items: center; padding-left: 5px; }
html body .sunday-cart-gift-launcher__preview img,
html body .sunday-cart-gift-launcher__preview b {
  width: 34px;
  height: 38px;
  margin-left: -5px;
  border: 2px solid #fff;
  border-radius: 9px;
  object-fit: cover;
  object-position: 50% 63%;
  background: #fff;
}
html body .sunday-cart-gift-launcher__preview b {
  display: grid;
  place-items: center;
  color: var(--sunday-green);
  background: #ede8f3;
  font-family: var(--font-mono, monospace);
  font-size: 8px;
}
html body .sunday-cart-gift-launcher__copy { display: grid; gap: 2px; min-width: 0; }
html body .sunday-cart-gift-launcher__copy strong { color: var(--sunday-ink); font-size: 11px; font-weight: 760; }
html body .sunday-cart-gift-launcher__copy span {
  color: var(--sunday-muted);
  font-family: var(--font-mono, monospace);
  font-size: 7px;
  letter-spacing: .05em;
  text-transform: uppercase;
}
html body .sunday-cart-gift-open {
  display: inline-flex;
  min-height: 42px !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: var(--sunday-green) !important;
  font-size: 10px !important;
  font-weight: 760 !important;
  white-space: nowrap;
}
html body .sunday-cart-gift-open:hover { background: #2f1c44 !important; }
html body.sunday-gift-modal-open { overflow: hidden !important; }
html body .sunday-gift-modal-root { position: fixed; z-index: 1000000; inset: 0; }
html body .sunday-gift-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(26,18,35, .72);
  backdrop-filter: blur(8px);
}
html body .sunday-gift-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(1160px, calc(100vw - 56px));
  max-height: min(860px, calc(100vh - 44px));
  overflow: hidden;
  border: 1px solid rgba(255,255,255, .45);
  border-radius: 30px;
  background: #f8f7fa;
  box-shadow: 0 34px 100px rgba(16,9,23, .28);
  transform: translate(-50%, -50%);
}
html body .sunday-gift-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 34px 38px 26px;
  border-bottom: 1px solid rgba(36,25,52, .11);
}
html body .sunday-gift-modal__header > div > span {
  display: block;
  margin-bottom: 7px;
  color: #7038b0;
  font-family: var(--font-mono, monospace);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}
html body .sunday-gift-modal__header h2 {
  margin: 0 0 8px !important;
  color: var(--sunday-ink) !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(38px, 4.5vw, 62px) !important;
  font-weight: 420 !important;
  letter-spacing: -.05em !important;
  line-height: .98 !important;
}
html body .sunday-gift-modal__header p {
  margin: 0 !important;
  color: var(--sunday-muted);
  font-family: var(--font-sans) !important;
  font-size: 14px;
}
html body .sunday-gift-modal__close {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  padding: 0 !important;
  border: 1px solid rgba(36,25,52, .16) !important;
  border-radius: 50% !important;
  color: var(--sunday-ink) !important;
  background: #fff !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}
html body .sunday-gift-modal__catalog {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 24px 38px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
html body .sunday-gift-modal__option {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 10px 10px 14px !important;
  border: 1px solid rgba(36,25,52, .12) !important;
  border-radius: 19px !important;
  color: var(--sunday-ink) !important;
  background: #fff !important;
  box-shadow: none !important;
  text-align: left;
  transform: none !important;
}
html body .sunday-gift-modal__option:hover { border-color: rgba(59,35,87, .42) !important; }
html body .sunday-gift-modal__option.is-selected {
  border-color: var(--sunday-green) !important;
  box-shadow: 0 0 0 3px rgba(59,35,87, .11) !important;
}
html body .sunday-gift-modal__image {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.28 / 1;
  margin-bottom: 12px;
  border-radius: 13px;
  background: #f0eff2;
}
html body .sunday-gift-modal__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 60%;
}
html body .sunday-gift-modal__copy {
  display: grid;
  gap: 3px;
  overflow: hidden;
  padding-inline: 3px;
  font-family: var(--font-sans) !important;
}
html body .sunday-gift-modal__copy strong {
  overflow: hidden;
  color: var(--sunday-ink);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html body .sunday-gift-modal__copy span {
  overflow: hidden;
  color: var(--sunday-muted);
  font-family: var(--font-mono, monospace);
  font-size: 9px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html body .sunday-gift-modal__check {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(36,25,52, .2);
  border-radius: 50%;
  color: transparent;
  background: rgba(255,255,255, .92);
  font-size: 13px;
}
html body .sunday-gift-modal__option.is-selected .sunday-gift-modal__check {
  border-color: var(--sunday-green);
  color: #fff;
  background: var(--sunday-green);
}
html body .sunday-gift-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 38px;
  border-top: 1px solid rgba(36,25,52, .12);
  background: rgba(255,255,255, .94);
}
html body .sunday-gift-modal__selected { display: flex; min-width: 0; align-items: center; gap: 12px; }
html body .sunday-gift-modal__selected img { width: 50px; height: 54px; border-radius: 10px; object-fit: cover; object-position: 50% 63%; }
html body .sunday-gift-modal__selected span { display: grid; min-width: 0; }
html body .sunday-gift-modal__selected small {
  color: var(--sunday-muted);
  font-family: var(--font-mono, monospace);
  font-size: 8px;
  letter-spacing: .09em;
  text-transform: uppercase;
}
html body .sunday-gift-modal__selected strong { color: var(--sunday-ink); font-size: 14px; font-weight: 760; }
html body .sunday-gift-modal__confirm {
  min-width: 260px;
  min-height: 50px !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: var(--sunday-green) !important;
  font-size: 13px !important;
  font-weight: 760 !important;
}

@media (max-width: 760px) {
  html body .sunday-cart-gift-launcher { grid-template-columns: auto minmax(0, 1fr); }
  html body .sunday-cart-gift-open { grid-column: 1 / -1; width: 100%; }
  html body .sunday-gift-modal { width: calc(100vw - 20px); max-height: calc(100vh - 20px); border-radius: 22px; }
  html body .sunday-gift-modal__header { padding: 24px 20px 18px; }
  html body .sunday-gift-modal__header p { max-width: 280px; font-size: 12px; }
  html body .sunday-gift-modal__catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 16px 14px; }
  html body .sunday-gift-modal__option { padding: 7px 7px 12px !important; }
  html body .sunday-gift-modal__footer { align-items: stretch; flex-direction: column; padding: 14px; }
  html body .sunday-gift-modal__confirm { width: 100%; min-width: 0; }
}

/* Forms and footer */
body :is(input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
  min-height: 48px;
  border: 1px solid #d1ced5 !important;
  border-radius: var(--sunday-radius-sm) !important;
  background: #fff !important;
  color: var(--sunday-ink) !important;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
body :is(input:not([type="checkbox"]):not([type="radio"]), select, textarea):focus {
  border-color: var(--sunday-green) !important;
  box-shadow: 0 0 0 4px rgba(59,35,87,.10) !important;
}
#tbp_footer { border-top: 1px solid var(--sunday-line); }
#tbp_footer a { text-underline-offset: 4px; transition: color 180ms ease; }
#tbp_footer a:hover { color: var(--sunday-green) !important; }

@media (max-width: 1024px) {
  :root { --sunday-gutter: clamp(18px, 3.5vw, 34px); }
  .sunday-research-overview__header { grid-template-columns: 1fr; }
  .sunday-research-overview__header > p { grid-column: auto; }
  .sunday-research-overview__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body .sunday-product-card .sunday-product-info { min-height: 285px; padding: 22px !important; }
}

@media (max-width: 760px) {
  :root { --sunday-gutter: 18px; --sunday-radius-lg: 22px; }
  .sunday-story,
  .sunday-research-overview,
  body.single-product main .sunday-product-faq { padding-block: 64px !important; }
  .sunday-research-overview__grid { grid-template-columns: 1fr; }
  .sunday-research-overview__grid article { min-height: 190px; }
  .sunday-research-overview__grid h3 { margin-top: 36px; }
  body .sunday-product-feed { grid-template-columns: 1fr !important; }
  body .sunday-product-card figure.product-image { aspect-ratio: 1 / .95 !important; }
  body .sunday-product-card .sunday-product-info { min-height: 270px; }
  body.single-product main .sunday-single-product-hero > .row_inner { width: min(calc(100% - 24px), var(--sunday-grid)) !important; }
  body.single-product main .sunday-single-panel { padding: 26px 20px !important; }
  body.single-product main .sunday-single-panel .module-product-title :is(h1,h2,h3) { font-size: clamp(44px, 13vw, 62px) !important; }
  body.single-product main .sunday-product-faq .module-accordion .tb_title_accordion { min-height: 68px !important; }
  .sunday-final-cta .sunday-story-button { width: 100%; }
  html body .sunday-shop-batch {
    grid-template-columns: 46px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 18px !important;
  }
  html body .sunday-shop-batch__mark { width: 46px; height: 46px; border-radius: 14px; }
  html body .sunday-shop-batch__action { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 430px) {
  #tbp_header.sunday-universal-header .sunday-announcement-message,
  #tbp_header.sunday-universal-header .sunday-announcement-message.is-active {
    padding-inline: 4px !important;
    font-size: 7.4px !important;
    letter-spacing: -.025em !important;
  }
  #tbp_header.sunday-universal-header .tb_7zb8427 > .row_inner[data-sunday-amai-header="true"] {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    gap: 8px !important;
  }
  #tbp_header .sunday-amai-left { flex: 1 1 auto; min-width: 0; }
  #tbp_header .sunday-amai-logo svg { width: 104px !important; height: auto !important; }
  #tbp_header .sunday-amai-actions { flex: 0 0 136px; width: 136px; justify-content: flex-end; }
  #tbp_header .sunday-amai-actions .sunday-amai-icon { width: 34px !important; height: 40px !important; }
  #tbp_header .sunday-amai-actions .sunday-amai-icon svg { width: 19px; height: 19px; }
  body .sunday-vial-options { inset-inline: 10px !important; width: auto !important; }
  html body .sunday-cart-gift-grid { grid-template-columns: 1fr; max-height: 310px; }
  html body .sunday-cart-gift-option { grid-template-columns: 62px minmax(0, 1fr); }
  html body .sunday-cart-gift-option > img { width: 62px; }
  html body .sunday-cart-gift-picker__footer { align-items: stretch; flex-direction: column; }
  html body .sunday-cart-gift-picker__footer .sunday-cart-gift-add { width: 100%; }
  body .sunday-vial-option { min-width: 42px !important; padding-inline: 7px !important; font-size: 11px !important; }
  body .sunday-cart-drawer { width: 94vw !important; }
}

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

/* Final interaction layer — intentionally last so legacy theme rules cannot cancel hover feedback. */
html body.home .module_row.tb_zvs8154 > .sunday-hero-clickthrough {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #3b2850 !important;
  color: #fff !important;
  background: #3b2850 !important;
  box-shadow: 0 9px 22px rgba(47,28,68, .18) !important;
  font-family: var(--font-sans) !important;
  font-size: clamp(10px, 1.05vw, 18px) !important;
  font-weight: 720 !important;
  letter-spacing: .01em !important;
  line-height: 1 !important;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}

@media all {
  html body.home .module_row.tb_zvs8154 > .sunday-hero-clickthrough:hover {
    border-color: #874ec7 !important;
    color: #261836 !important;
    background: #874ec7 !important;
    box-shadow: 0 14px 28px rgba(59,35,87, .25) !important;
    filter: none !important;
    transform: translateY(-2px) !important;
  }

  html body :is(
    .sunday-story-button,
    .sunday-card-add,
    .single_add_to_cart_button,
    .sunday-related-add,
    .sunday-cart-gift-add,
    .sunday-cart-gift-open,
    .sunday-gift-modal__confirm,
    .sunday-cart-trending-item button,
    .sunday-amai-search-submit,
    .sunday-final-cta a,
    .sunday-cart-footer a,
    .checkout-button,
    .wc-forward
  ):hover {
    border-color: #271738 !important;
    color: #fff !important;
    background-color: #271738 !important;
    background-image: none !important;
    box-shadow: 0 10px 24px rgba(39,23,56, .22) !important;
    filter: none !important;
    transform: translateY(-2px) !important;
  }

  html body :is(a.button, a[class*="builder_button"], button.button, .wp-element-button):not(.single_add_to_cart_button):hover {
    border-color: #3b2357 !important;
    color: #fff !important;
    background-color: #3b2357 !important;
    background-image: none !important;
    box-shadow: 0 8px 20px rgba(59,35,87, .17) !important;
    filter: none !important;
    transform: translateY(-1px) !important;
  }

  html body :is(
    .sunday-amai-icon,
    .sunday-dialog-close,
    .sunday-amai-search-close,
    .sunday-gift-modal__close,
    .sunday-cart-quantity button
  ):hover {
    border-color: #b2a5c1 !important;
    color: #2f1c44 !important;
    background-color: #e5ddee !important;
    background-image: none !important;
    box-shadow: 0 6px 16px rgba(59,35,87, .14) !important;
    filter: none !important;
    transform: none !important;
  }

  html body :is(
    .sunday-vial-option,
    .sunday-single-sizes__options button,
    .sunday-gift-modal__option,
    .sunday-cart-gift-option
  ):not(.is-selected):not([aria-pressed="true"]):hover {
    border-color: #9684aa !important;
    color: #2f1c44 !important;
    background-color: #e9e1f1 !important;
    background-image: none !important;
    box-shadow: 0 6px 16px rgba(59,35,87, .1) !important;
    filter: none !important;
    transform: translateY(-1px) !important;
  }

  html body :is(
    .sunday-vial-option.is-selected,
    .sunday-single-sizes__options button[aria-pressed="true"],
    .sunday-cart-gift-option.is-selected
  ):hover {
    border-color: #1f122d !important;
    color: #fff !important;
    background-color: #1f122d !important;
    filter: none !important;
  }

  html body .sunday-cart-item__remove:hover {
    border-color: #c7ace5 !important;
    color: #5c2d90 !important;
    background-color: #f2ebf9 !important;
    filter: none !important;
  }

  html body :is(.sunday-story-link, .sunday-shop-batch__action):hover {
    border-color: #b2a5c1 !important;
    color: #2f1c44 !important;
    background-color: #e5ddee !important;
    filter: none !important;
  }

  html body :is(.sunday-overlay__backdrop, .sunday-gift-modal-backdrop):hover {
    background-color: rgba(32,24,40, .16) !important;
    filter: none !important;
    transform: none !important;
  }
}

@media (max-width: 760px) {
  html body.home .module_row.tb_zvs8154 > .sunday-hero-clickthrough {
    min-width: 82px;
    min-height: 32px;
    font-size: 9px !important;
  }
}

/* Shop catalog CTA: optically centered, with no inherited link underline. */
html body .sunday-shop-batch a.sunday-shop-batch__action {
  display: inline-grid !important;
  grid-template-columns: auto 18px;
  width: 142px;
  min-height: 46px;
  align-items: center !important;
  justify-content: center !important;
  column-gap: 8px !important;
  padding: 0 16px !important;
  border: 1px solid var(--sunday-green) !important;
  border-radius: 999px !important;
  color: var(--sunday-green) !important;
  background: #fff !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
  box-sizing: border-box;
}
html body .sunday-shop-batch a.sunday-shop-batch__action > span {
  display: grid;
  min-width: 0;
  height: 18px;
  place-items: center;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 18px !important;
  text-decoration: none !important;
}
html body .sunday-shop-batch a.sunday-shop-batch__action > span:first-child {
  white-space: nowrap;
}
html body .sunday-shop-batch a.sunday-shop-batch__action > span:last-child {
  width: 18px;
  font-size: 16px !important;
  transform: none;
}
@media (hover: hover) and (pointer: fine) {
  html body .sunday-shop-batch a.sunday-shop-batch__action:hover {
    border-color: #2f1c44 !important;
    color: #fff !important;
    background: #2f1c44 !important;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(59,35,87, .14) !important;
    transform: translateY(-1px) !important;
  }
  html body .sunday-shop-batch a.sunday-shop-batch__action:hover > span:last-child {
    transform: translateY(2px);
  }
}

/* Product-detail brand ribbon: full-bleed, legible and intentionally animated. */
html body.single-product main .sunday-brand-marquee-row {
  position: relative !important;
  z-index: 2;
  width: 100vw !important;
  max-width: none !important;
  margin-inline: calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #392252 !important;
}
html body.single-product main .sunday-brand-marquee-row > .row_inner,
html body.single-product main .sunday-brand-marquee-row .module_column,
html body.single-product main .sunday-brand-marquee-row .module,
html body.single-product main .sunday-brand-marquee-row .tb_text_wrap {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
html body.single-product main .sunday-brand-marquee {
  position: relative;
  left: 0;
  width: 100vw !important;
  min-height: 76px;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border-block: 1px solid rgba(230,219,243, .22);
  color: #e9def5;
  background:
    radial-gradient(circle at 12% 50%, rgba(138,83,201, .24), transparent 19%),
    linear-gradient(90deg, #2f1c45 0%, #40265e 52%, #2f1c45 100%) !important;
}
html body.single-product main .sunday-brand-marquee::before,
html body.single-product main .sunday-brand-marquee::after {
  position: absolute;
  z-index: 2;
  inset-block: 0;
  width: clamp(24px, 5vw, 90px);
  content: "";
  pointer-events: none;
}
html body.single-product main .sunday-brand-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #2f1c45, transparent);
}
html body.single-product main .sunday-brand-marquee::after {
  right: 0;
  background: linear-gradient(-90deg, #2f1c45, transparent);
}
html body.single-product main .sunday-brand-marquee .marquee-track {
  display: flex !important;
  width: max-content !important;
  min-height: 76px;
  align-items: center;
  gap: 0;
  padding: 0 !important;
  animation: sunday-product-ribbon 34s linear infinite !important;
  will-change: transform;
}
html body.single-product main .sunday-brand-marquee .marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding-inline: clamp(26px, 3vw, 54px);
  color: #f3eef9 !important;
  font-family: var(--font-sans) !important;
  font-size: clamp(14px, 1.15vw, 18px) !important;
  font-weight: 650 !important;
  letter-spacing: -.012em !important;
  line-height: 1;
  text-transform: none !important;
  white-space: nowrap;
}
html body.single-product main .sunday-brand-marquee .marquee-item::after {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  background: #8d57ca;
  box-shadow: 0 0 0 5px rgba(141,87,202,.13);
  content: "";
}
@keyframes sunday-product-ribbon {
  to { transform: translate3d(-50%, 0, 0); }
}

/* Product recommendations: editorial hierarchy with clearer, richer cards. */
html body.single-product main .sunday-related-products {
  position: relative;
  width: 100vw !important;
  max-width: none !important;
  box-sizing: border-box !important;
  margin-inline: calc(50% - 50vw) !important;
  padding: clamp(84px, 9vw, 128px) clamp(22px, 4vw, 64px) !important;
  overflow: hidden;
  border-block: 1px solid rgba(36,25,52,.08);
  background:
    radial-gradient(circle at 92% 8%, rgba(204,190,220, .42), transparent 24%),
    linear-gradient(180deg, #f5f2f8 0%, #f0ecf4 100%) !important;
}
html body.single-product main .sunday-related-inner {
  width: min(100%, 1420px) !important;
  max-width: 1420px !important;
  margin-inline: auto !important;
}
html body.single-product main .sunday-related-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .62fr);
  gap: 14px clamp(30px, 6vw, 100px);
  align-items: end;
  margin-bottom: clamp(38px, 5vw, 66px);
}
html body.single-product main .sunday-related-heading > p {
  grid-column: 1 / -1;
  margin: 0;
  color: #8348c5;
  font-family: var(--font-mono, monospace) !important;
  font-size: 11px !important;
  font-weight: 650 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase;
}
html body.single-product main .sunday-related-heading h2 {
  margin: 0 !important;
  color: #2f243b !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(50px, 6vw, 82px) !important;
  font-weight: 400 !important;
  letter-spacing: -.055em !important;
  line-height: .94 !important;
  text-align: left !important;
}
html body.single-product main .sunday-related-heading > span {
  max-width: 520px;
  padding-bottom: 5px;
  color: #657167;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.6;
}
html body.single-product main .sunday-related-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(16px, 2vw, 28px) !important;
}
html body.single-product main .sunday-related-card {
  position: relative;
  display: flex !important;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  padding: 10px 10px 12px !important;
  overflow: hidden;
  border: 1px solid rgba(36,25,52,.11) !important;
  border-radius: 30px !important;
  background: rgba(255,255,255,.92) !important;
  box-shadow: 0 14px 38px rgba(35,25,47,.07) !important;
  transition: transform 280ms var(--sunday-ease), box-shadow 280ms var(--sunday-ease), border-color 280ms var(--sunday-ease) !important;
}
html body.single-product main .sunday-related-image {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1.04 !important;
  overflow: hidden;
  border-radius: 22px !important;
  background: #eae8ec !important;
}
html body.single-product main .sunday-related-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: 50% 58% !important;
  transform: scale(1.035);
  transition: transform 520ms var(--sunday-ease), filter 300ms ease !important;
}
html body.single-product main .sunday-related-release {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  color: #352942;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
html body.single-product main .sunday-related-view {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 10px;
  padding: 0 13px;
  border-radius: 999px;
  color: #fff;
  background: rgba(48,28,70,.92);
  font-size: 11px;
  font-weight: 650;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 240ms ease, transform 240ms var(--sunday-ease);
}
html body.single-product main .sunday-related-view b { font-size: 15px; font-weight: 400; }
html body.single-product main .sunday-related-copy {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 122px !important;
  align-items: end;
  gap: 16px !important;
  padding: 21px 10px 18px !important;
}
html body.single-product main .sunday-related-format {
  margin: 0 0 9px !important;
  color: #8348c5 !important;
  font-family: var(--font-mono, monospace) !important;
  font-size: 9px !important;
  font-weight: 650 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase;
}
html body.single-product main .sunday-related-copy h3 {
  margin: 0 0 6px !important;
  color: #30263c !important;
  font-family: var(--font-sans) !important;
  font-size: clamp(22px, 1.7vw, 27px) !important;
  font-weight: 720 !important;
  letter-spacing: -.04em !important;
  line-height: 1 !important;
}
html body.single-product main .sunday-related-copy div > p:last-child {
  margin: 0 !important;
  color: #748077 !important;
  font-family: var(--font-mono, monospace) !important;
  font-size: 11px !important;
  letter-spacing: .05em;
  text-transform: uppercase;
}
html body.single-product main .sunday-related-copy > strong {
  align-self: end;
  color: #30263c;
  font-family: var(--font-mono, monospace) !important;
  font-size: 15px !important;
  font-weight: 650;
  white-space: nowrap;
}
html body.single-product main .sunday-related-add {
  width: calc(100% - 12px) !important;
  min-height: 50px !important;
  margin: auto 6px 0 !important;
  border: 1px solid #3b2357 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: #3b2357 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: -.01em;
  transition: color 220ms ease, background-color 220ms ease, transform 220ms var(--sunday-ease) !important;
}
@media (hover: hover) and (pointer: fine) {
  html body.single-product main .sunday-related-card:hover {
    border-color: rgba(59,35,87,.28) !important;
    box-shadow: 0 24px 54px rgba(35,25,47,.13) !important;
    transform: translateY(-7px);
  }
  html body.single-product main .sunday-related-card:hover .sunday-related-image img { transform: scale(1.085); }
  html body.single-product main .sunday-related-card:hover .sunday-related-view { opacity: 1; transform: translateY(0); }
  html body.single-product main .sunday-related-add:hover {
    color: #3b2357 !important;
    background: #eee9f4 !important;
    transform: translateY(-1px);
  }
}
@media (max-width: 1050px) {
  html body.single-product main .sunday-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 720px) {
  html body.single-product main .sunday-brand-marquee,
  html body.single-product main .sunday-brand-marquee .marquee-track { min-height: 62px; }
  html body.single-product main .sunday-related-products { padding: 72px 18px !important; }
  html body.single-product main .sunday-related-heading { grid-template-columns: 1fr; }
  html body.single-product main .sunday-related-heading > p { grid-column: auto; }
  html body.single-product main .sunday-related-heading > span { max-width: 92%; }
  html body.single-product main .sunday-related-grid {
    grid-template-columns: repeat(4, minmax(272px, 78vw)) !important;
    margin-inline: -18px;
    padding: 4px 18px 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  html body.single-product main .sunday-related-grid::-webkit-scrollbar { display: none; }
  html body.single-product main .sunday-related-card { scroll-snap-align: start; }
  html body.single-product main .sunday-related-view { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  html body.single-product main .sunday-brand-marquee .marquee-track { animation-play-state: paused !important; }
}

/* Learn More v2: richer navigation, bento stories and visual systems. */
.sunday-library-rail {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, minmax(0, 1fr));
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #d7d2dd;
  border-radius: 26px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 46px rgba(41,30,54,.07);
}
.sunday-library-rail + .sunday-comparison-grid {
  margin-top: clamp(34px, 4vw, 54px);
}
.sunday-library-rail__label,
.sunday-library-rail > a {
  min-height: 94px;
  padding: 19px 21px;
}
.sunday-library-rail__label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: #2b1a3e;
}
.sunday-library-rail__label span {
  font-family: "Courier New", monospace;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .72;
}
.sunday-library-rail__label strong {
  margin-top: 5px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 720;
}
.sunday-library-rail > a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid #ddd9e1;
  color: #3b3343 !important;
  background: #fff;
  text-decoration: none !important;
  transition: color .22s ease, background-color .22s ease, transform .22s ease !important;
}
.sunday-library-rail > a small {
  color: #8349c5;
  font-family: "Courier New", monospace;
  font-size: 9px;
  letter-spacing: .09em;
}
.sunday-library-rail > a span { font-size: 14px; font-weight: 720; }
.sunday-library-rail > a::after {
  position: absolute;
  top: 19px;
  right: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cec7d5;
  content: "";
}
.sunday-library-rail > a.is-active {
  color: #fff !important;
  background: #8349c5;
}
.sunday-library-rail > a.is-active small { color: #fff; opacity: .76; }
.sunday-library-rail > a.is-active::after { background: #ebe2f6; box-shadow: 0 0 0 5px rgba(255,255,255,.13); }
@media (hover:hover) and (pointer:fine) {
  .sunday-library-rail > a:not(.is-active):hover { color: #28183b !important; background: #eeeaf3; transform: translateY(-2px); }
}

.sunday-knowledge-bento,
.sunday-material-map,
.sunday-standard-gallery,
.sunday-support-routes {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}
.sunday-knowledge-bento {
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(260px, .78fr);
  grid-template-rows: repeat(2, minmax(220px, auto));
  gap: 18px;
  padding-bottom: 116px;
}
.sunday-knowledge-bento > article {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
.sunday-knowledge-bento__signal {
  grid-row: 1 / 3;
  min-height: 570px;
  padding: 44px;
  color: #fff;
  background:
    radial-gradient(circle at 76% 24%, rgba(140,86,201,.38), transparent 23%),
    linear-gradient(145deg, #28183a 0%, #3e255a 100%);
}
.sunday-knowledge-bento__signal > div:last-child {
  position: absolute;
  z-index: 2;
  right: 44px;
  bottom: 42px;
  left: 44px;
  max-width: 560px;
}
.sunday-knowledge-bento__signal h2 {
  margin-top: 18px;
  color: #fff;
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: .94;
}
.sunday-knowledge-bento__signal p {
  max-width: 480px;
  margin-top: 20px;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.6;
}
.sunday-signal-map {
  position: absolute;
  top: 34px;
  right: 38px;
  width: 300px;
  height: 300px;
  aspect-ratio: 1;
}
.sunday-signal-map::before,
.sunday-signal-map::after,
.sunday-signal-map span {
  position: absolute;
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 50%;
  content: "";
}
.sunday-signal-map::before { inset: 8px; }
.sunday-signal-map::after { inset: 56px; }
.sunday-signal-map span { inset: 110px; background: rgba(255,255,255,.06); }
.sunday-signal-map i {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  border: 2px solid #eee6f7;
  border-radius: 50%;
  background: #874fc7;
  box-shadow: 0 0 0 7px rgba(135,79,199,.15);
  animation: sunday-signal-pulse 3.4s ease-in-out infinite;
}
.sunday-signal-map i:nth-child(1) { top: 0; left: calc(50% - 8px); }
.sunday-signal-map i:nth-child(2) { top: 78px; left: 28px; animation-delay: -.7s; }
.sunday-signal-map i:nth-child(3) { top: 78px; right: 28px; animation-delay: -1.2s; }
.sunday-signal-map i:nth-child(4) { bottom: 24px; left: 70px; animation-delay: -1.8s; }
.sunday-signal-map i:nth-child(5) { right: 70px; bottom: 24px; animation-delay: -2.3s; }
@keyframes sunday-signal-pulse { 50% { transform: scale(1.24); box-shadow: 0 0 0 12px rgba(135,79,199,.08); } }
.sunday-knowledge-bento__note {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  border: 1px solid rgba(44,34,56,.10);
}
.sunday-knowledge-bento__note::before {
  position: absolute;
  top: 26px;
  right: 27px;
  width: 64px;
  height: 64px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  display: grid;
  place-items: center;
  font-size: 24px;
  opacity: .45;
}
.sunday-knowledge-bento__note--orange::before {
  content: "⌬";
  font-size: 30px;
  line-height: 1;
}
.sunday-knowledge-bento__note--cream::before {
  content: "◎";
  font-size: 31px;
  line-height: 1;
}
.sunday-knowledge-bento__note--orange { color: #fff; background: #8449c6; }
.sunday-knowledge-bento__note--cream { color: #2d2537; background: #e0d6ec; }
.sunday-knowledge-bento__note > span { font-family: "Courier New", monospace; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.sunday-knowledge-bento__note strong { max-width: 260px; margin-top: 38px; font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-weight: 400; line-height: 1.05; }
.sunday-knowledge-bento__note p { margin-top: 13px; font-size: 13px; line-height: 1.52; opacity: .75; }

.sunday-material-map {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 70px;
  margin-top: 82px;
  padding: 54px;
  border-radius: 38px;
  color: #fff;
  background: #28183b;
  box-shadow: 0 25px 70px rgba(37,22,53,.16);
}
.sunday-material-map header h2 { margin-top: 18px; color: #fff; font-size: clamp(45px, 4.3vw, 66px); line-height: .96; }
.sunday-editorial-page .sunday-knowledge-bento__signal h2,
.sunday-editorial-page .sunday-material-map header h2 {
  color: #fff !important;
}
.sunday-material-map__rows { border-top: 1px solid rgba(255,255,255,.18); }
.sunday-material-map__rows article {
  display: grid;
  grid-template-columns: 76px 1.05fr 1.2fr auto;
  gap: 22px;
  align-items: center;
  min-height: 116px;
  padding-block: 12px;
  border-bottom: 1px solid rgba(255,255,255,.18);
  transition: padding .22s ease, background-color .22s ease, border-radius .22s ease;
}
.sunday-material-map__visual {
  position: relative;
  width: 70px;
  height: 82px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 28px rgba(0,0,0,.13);
  transition: transform .22s ease, box-shadow .22s ease;
}
.sunday-material-map__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  transform: scale(1.08);
}
.sunday-material-map__visual figcaption {
  position: absolute;
  right: 6px;
  bottom: 6px;
  left: 6px;
  padding: 4px 5px;
  border-radius: 7px;
  color: #fff;
  background: rgba(35,22,49, .84);
  font-size: 8px;
  font-weight: 750;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}
.sunday-material-map__visual--rt figcaption { background: rgba(91,50,104, .9); }
.sunday-material-map__visual--trz figcaption { background: rgba(61,36,89, .9); }
.sunday-material-map__visual--bac figcaption { background: rgba(81,40,128, .9); }
.sunday-material-map__visual--ghk figcaption { background: rgba(81,40,128, .9); }
.sunday-material-map__visual--nad figcaption { background: rgba(111,55,175, .92); }
.sunday-material-map__rows strong { font-size: 15px; }
.sunday-material-map__rows p { color: rgba(255,255,255,.62); font-size: 13px; }
.sunday-material-map__rows small { font-family: "Courier New", monospace; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; opacity: .72; }
@media (hover:hover) and (pointer:fine) {
  .sunday-material-map__rows article:hover { padding-inline: 12px; border-radius: 18px; background: rgba(255,255,255,.065); }
  .sunday-material-map__rows article:hover .sunday-material-map__visual { transform: translateY(-2px); }
}

.sunday-standard-gallery {
  padding: 12px 0 118px;
}
.sunday-standard-gallery > header {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 48px;
}
.sunday-standard-gallery > header .sunday-editorial-eyebrow { align-self: start; }
.sunday-standard-gallery > header h2 { font-size: clamp(50px, 5.2vw, 78px); line-height: .95; }
.sunday-standard-gallery__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.sunday-standard-gallery__card {
  position: relative;
  height: 510px;
  overflow: hidden;
  border-radius: 32px;
  background: #e0dee3;
  box-shadow: 0 16px 42px rgba(42,32,54,.08);
}
.sunday-standard-gallery__card::before {
  display: none;
}
.sunday-standard-gallery__card::after {
  position: absolute;
  z-index: 1;
  inset: 42% 0 0;
  background: linear-gradient(180deg, transparent, rgba(13,10,17,.72));
  pointer-events: none;
  content: "";
}
.sunday-standard-gallery__card--one,
.sunday-standard-gallery__card--two,
.sunday-standard-gallery__card--three {
  background: #e0dee3;
  transform: none;
}
.sunday-standard-gallery__card img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: scale(1.001);
  filter: none;
  transition: transform .5s ease;
}
.sunday-standard-gallery__card figcaption {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 13px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  backdrop-filter: none;
}
.sunday-standard-gallery__card figcaption small { grid-row: 1/3; align-self: center; color: #fff; font-family: "Courier New", monospace; }
.sunday-standard-gallery__card figcaption strong { font-size: 18px; }
.sunday-standard-gallery__card figcaption span { color: rgba(255,255,255,.74); font-size: 12px; }
@media (hover:hover) and (pointer:fine) {
  .sunday-standard-gallery__card:hover img { transform: scale(1.035); }
}

.sunday-support-routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(38px, 4.5vw, 62px);
  padding-bottom: 58px;
}
.sunday-support-routes__head {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
  gap: 18px 48px;
  align-items: end;
  margin-bottom: 18px;
  padding: 0 4px 25px;
  border-bottom: 1px solid #d8d4dd;
}
.sunday-support-routes__head .sunday-editorial-eyebrow {
  grid-column: 1 / -1;
}
.sunday-support-routes__head > strong {
  color: #2f2738;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 400;
  line-height: 1.02;
}
.sunday-support-routes__head > p {
  max-width: 430px;
  color: #707a72;
  font-size: 15px;
  line-height: 1.55;
}
.sunday-support-routes article {
  position: relative;
  min-height: 270px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid #d8d4dd;
  border-radius: 28px;
  background: #fff;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.sunday-support-routes article > span { color: #8349c5; font-family: "Courier New", monospace; font-size: 10px; }
.sunday-support-routes article > strong { display: block; margin-top: 76px; color: #2f2738; font-size: 21px; }
.sunday-support-routes article > p { max-width: 260px; margin-top: 11px; color: #707a72; font-size: 14px; line-height: 1.55; }
.sunday-support-routes__icon {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 66px;
  height: 66px;
  border-radius: 20px;
  background: #ede8f3;
}
.sunday-support-routes__icon::before,
.sunday-support-routes__icon::after,
.sunday-support-routes__icon i { position: absolute; content: ""; }
.sunday-support-routes__icon::before { inset: 17px; border: 1.5px solid #534168; border-radius: 50%; }
.sunday-support-routes__icon::after { top: 31px; left: 14px; width: 38px; border-top: 1.5px solid #534168; transform: rotate(-18deg); }
.sunday-support-routes__icon i { top: 28px; left: 29px; width: 9px; height: 9px; border-radius: 50%; background: #8349c5; }
.sunday-support-routes__icon--order::before { inset: 15px 18px; border-radius: 6px; }
.sunday-support-routes__icon--order::after { top: 24px; left: 26px; width: 15px; height: 16px; border: 0; border-block: 1.5px solid #534168; transform: none; }
.sunday-support-routes__icon--message::before { inset: 17px 14px 19px; border-radius: 9px; }
.sunday-support-routes__icon--message::after { top: 42px; left: 24px; width: 10px; height: 10px; border: 0; border-left: 1.5px solid #534168; transform: rotate(42deg); }
@media (hover:hover) and (pointer:fine) {
  .sunday-support-routes article:hover { border-color: #bfb6c9; box-shadow: 0 20px 44px rgba(43,33,55,.09); transform: translateY(-5px); }
}

@media (max-width: 980px) {
  .sunday-library-rail { grid-template-columns: 1fr repeat(4, .82fr); }
  .sunday-library-rail__label { display: none; }
  .sunday-library-rail > a:first-of-type { border-left: 0; }
  .sunday-knowledge-bento { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .sunday-knowledge-bento__signal { grid-column: 1/-1; grid-row: auto; }
  .sunday-material-map { grid-template-columns: 1fr; gap: 42px; }
  .sunday-standard-gallery__card { height: 430px; }
}
@media (max-width: 720px) {
  .sunday-library-rail {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0 18px 14px;
    overflow-x: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    scrollbar-width: none;
  }
  .sunday-library-rail::-webkit-scrollbar { display: none; }
  .sunday-library-rail > a { min-width: 138px; min-height: 82px; border: 1px solid #ddd9e1; border-radius: 18px; }
  .sunday-library-rail > a + a { margin-left: 9px; }
  .sunday-library-rail + .sunday-comparison-grid { margin-top: 26px; }
  .sunday-knowledge-bento,
  .sunday-material-map,
  .sunday-standard-gallery,
  .sunday-support-routes { width: min(100% - 36px, 1180px); }
  .sunday-knowledge-bento { grid-template-columns: 1fr; padding-bottom: 78px; }
  .sunday-knowledge-bento__signal { min-height: 510px; padding: 28px; }
  .sunday-knowledge-bento__signal > div:last-child { right: 28px; bottom: 28px; left: 28px; }
  .sunday-signal-map { top: 30px; right: -30px; transform: scale(.78); }
  .sunday-knowledge-bento__note { min-height: 250px; }
  .sunday-material-map { margin-top: 58px; padding: 30px 23px; border-radius: 28px; }
  .sunday-material-map__rows article { grid-template-columns: 70px 1fr; gap: 9px 15px; padding: 17px 0; }
  .sunday-material-map__rows p,
  .sunday-material-map__rows small { grid-column: 2; }
  .sunday-standard-gallery { padding-bottom: 80px; }
  .sunday-standard-gallery > header { grid-template-columns: 1fr; }
  .sunday-standard-gallery__grid {
    grid-template-columns: repeat(3, minmax(278px, 80vw));
    margin-inline: -18px;
    padding: 5px 18px 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .sunday-standard-gallery__grid::-webkit-scrollbar { display: none; }
  .sunday-standard-gallery__card { height: 440px; scroll-snap-align: start; }
  .sunday-standard-gallery__card--two { transform: none; }
  .sunday-support-routes { grid-template-columns: 1fr; }
  .sunday-support-routes__head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 8px;
    padding-bottom: 21px;
  }
  .sunday-support-routes__head .sunday-editorial-eyebrow { grid-column: auto; }
  .sunday-support-routes article { min-height: 220px; }
}
@media (prefers-reduced-motion: reduce) {
  .sunday-signal-map i { animation: none; }
}

/* My Account v2 — focused, friendly and deliberately low-friction. */
body.sunday-account-ready #content {
  background: linear-gradient(180deg, #f3f1f6 0%, #f8f6fa 60%, #f1edf5 100%);
}
.sunday-account-page--focused {
  width: min(1160px, calc(100% - 64px));
  margin-inline: auto;
  padding: 74px 0 96px;
}
.sunday-account-hero--focused {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .53fr);
  gap: 80px;
  align-items: end;
  width: 100%;
  padding: 22px 0 48px;
}
.sunday-account-hero--focused > .sunday-editorial-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -58px;
}
.sunday-account-hero--focused h1 {
  margin: 0;
  color: #2c2435;
  font-size: clamp(58px, 6.3vw, 88px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .91;
}
.sunday-account-hero--focused h1 em {
  color: #8349c5;
  font-weight: 400;
}
.sunday-account-hero--focused > p {
  max-width: 410px;
  margin: 0 0 3px;
  color: #69736b;
  font-size: 17px;
  line-height: 1.62;
}
.sunday-account-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(370px, .76fr);
  gap: 22px;
  align-items: stretch;
}
.sunday-account-auth,
.sunday-account-benefits {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dedae2;
  border-radius: 34px;
  background: rgba(255,255,255, .94);
  box-shadow: 0 24px 70px rgba(44,35,55, .08);
}
.sunday-account-auth { padding: 12px 34px 36px; }
.sunday-account-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin: 0 -22px 30px;
  padding: 6px;
  border-radius: 25px;
  background: #efecf2;
}
.sunday-account-tabs button {
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 20px;
  color: #687168;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.01em;
  text-transform: none;
  transition: color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.sunday-account-tabs button.is-active {
  color: #2c1f3b;
  background: #fff;
  box-shadow: 0 6px 18px rgba(38,28,49, .08);
}
@media (hover:hover) and (pointer:fine) {
  .sunday-account-tabs button:not(.is-active):hover { color: #3e255a; background: rgba(255,255,255,.55); }
}
.sunday-account-panel { animation: sunday-account-panel-in .26s ease both; }
.sunday-account-panel[hidden] { display: none !important; }
@keyframes sunday-account-panel-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}
.sunday-account-panel__head {
  padding: 2px 0 27px;
  border-bottom: 1px solid #e4e1e7;
}
.sunday-account-panel__head > span {
  color: #8349c5;
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.sunday-account-panel__head h2 {
  margin: 11px 0 0;
  color: #2e2637;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 50px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
}
.sunday-account-panel__head p { margin: 10px 0 0; color: #727b73; font-size: 14px; }
.sunday-account-page--focused .sunday-account-login-slot,
.sunday-account-page--focused .sunday-account-register-slot { padding-top: 24px; }
.sunday-account-page--focused form > p { margin-bottom: 16px !important; }
.sunday-account-page--focused form label {
  margin-bottom: 7px !important;
  color: #3b3442 !important;
  font-size: 12px !important;
  letter-spacing: .015em !important;
  text-transform: none !important;
}
.sunday-account-page--focused input:not([type="checkbox"]):not([type="submit"]) {
  min-height: 57px !important;
  padding: 14px 16px !important;
  border-color: #d9d6dd !important;
  border-radius: 15px !important;
  color: #292231 !important;
  background: #faf9fb !important;
  font-family: inherit !important;
}
.sunday-account-page--focused input:not([type="checkbox"]):not([type="submit"]):hover { border-color: #beb8c5 !important; }
.sunday-account-page--focused button[type="submit"] {
  min-height: 58px !important;
  margin-top: 8px !important;
  border: 0 !important;
  color: #fff !important;
  background: #3e255b !important;
  box-shadow: 0 12px 24px rgba(62,37,91, .16) !important;
}
@media (hover:hover) and (pointer:fine) {
  .sunday-account-page--focused button[type="submit"]:hover {
    color: #fff !important;
    background: #8349c5 !important;
    box-shadow: 0 14px 28px rgba(131,73,197, .2) !important;
  }
}
.sunday-account-page--focused .woocommerce-form-login__rememberme {
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
  margin: 2px 0 5px !important;
  color: #5e695f !important;
}
.sunday-account-page--focused input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  accent-color: #3e255b;
}
.sunday-account-page--focused .woocommerce-LostPassword {
  margin: 16px 0 0 !important;
  text-align: center;
}
.sunday-account-page--focused .woocommerce-LostPassword a {
  color: #585160 !important;
  font-size: 13px;
  text-decoration: underline !important;
  text-decoration-color: #c1bdc6 !important;
  text-underline-offset: 4px;
}
.sunday-community-join {
  display: grid;
  justify-items: center;
  gap: 7px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #e4e1e7;
  text-align: center;
}
.sunday-community-join > span {
  color: #727b73;
  font-size: 12px;
}
.sunday-community-join a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  max-width: 100%;
  padding: 9px 14px;
  border-radius: 999px;
  color: #3e255b !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none !important;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}
.sunday-community-join a:focus-visible {
  outline: 2px solid #8349c5;
  outline-offset: 3px;
}
@media (hover:hover) and (pointer:fine) {
  .sunday-community-join a:hover {
    color: #8349c5 !important;
    background: #efe9f6;
    transform: translateY(-1px);
  }
}
.sunday-account-benefits {
  display: grid;
  grid-template-rows: 235px 1fr;
  color: #fff;
  background: #1e1b21;
  border-color: #1e1b21;
}
.sunday-account-benefits__visual {
  position: relative;
  overflow: hidden;
  background: #211f23;
}
.sunday-account-benefits__visual::after {
  display: none;
}
.sunday-account-benefits__visual img {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 27% !important;
  filter: saturate(.86) contrast(1.04) brightness(.98);
  transform: none;
}
.sunday-account-benefits__visual::before {
  position: absolute;
  z-index: 3;
  inset: 0;
  background: linear-gradient(90deg, rgba(18,20,18,.48) 0%, rgba(18,20,18,.12) 48%, transparent 100%);
  content: "";
  pointer-events: none;
}
.sunday-account-benefits__visual small {
  position: absolute;
  z-index: 3;
  bottom: 24px;
  left: 27px;
  font-family: "Courier New", monospace;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .75;
}
.sunday-account-benefits__copy { padding: 30px; }
.sunday-account-benefits__copy .sunday-editorial-eyebrow { color: #b491dc; }
.sunday-account-benefits__copy h2 {
  margin: 15px 0 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 39px;
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .98;
}
.sunday-account-benefits__copy ul { margin: 25px 0 0; padding: 0; list-style: none; }
.sunday-account-benefits__copy li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 15px 0;
  border-top: 1px solid rgba(255,255,255,.14);
}
.sunday-account-benefits__copy li i {
  color: #b18cdb;
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-style: normal;
}
.sunday-account-benefits__copy li strong,
.sunday-account-benefits__copy li small { display: block; }
.sunday-account-benefits__copy li strong { color: #fff; font-size: 14px; }
.sunday-account-benefits__copy li small { margin-top: 3px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.45; }

/* Account contrast and composition correction. */
html body.sunday-account-ready #content::before,
html body.sunday-account-ready #content::after { display: none !important; content: none !important; }
html body.sunday-account-ready .sunday-account-benefits__copy h2 {
  color: #fff !important;
  text-shadow: 0 1px 0 rgba(0,0,0, .12);
}
html body.sunday-account-ready .sunday-account-benefits__copy li strong { color: #fff !important; }
html body.sunday-account-ready .sunday-account-benefits__copy li small { color: rgba(255,255,255,.76) !important; }
.sunday-account-assurance {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 16px;
  align-items: center;
  margin-top: 22px;
  padding: 21px 24px;
  border: 1px solid #d9d5dd;
  border-radius: 22px;
  background: rgba(255,255,255,.76);
}
.sunday-account-assurance__icon {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #eae4f0;
}
.sunday-account-assurance__icon::before {
  position: absolute;
  inset: 12px 14px 10px;
  border: 1.7px solid #3e255b;
  border-radius: 4px 4px 8px 8px;
  content: "";
}
.sunday-account-assurance__icon::after {
  position: absolute;
  top: 8px;
  left: 17px;
  width: 10px;
  height: 10px;
  border: 1.7px solid #3e255b;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  content: "";
}
.sunday-account-assurance strong { display: block; color: #332b3b; font-size: 14px; }
.sunday-account-assurance p { margin: 3px 0 0; color: #727b73; font-size: 12px; }
.sunday-account-assurance a { color: #3e255b !important; font-size: 13px; font-weight: 700; text-decoration: none !important; }
@media (hover:hover) and (pointer:fine) {
  .sunday-account-assurance a:hover { color: #8349c5 !important; }
}

@media (max-width: 900px) {
  .sunday-account-page--focused { width: min(100% - 40px, 720px); }
  .sunday-account-hero--focused { grid-template-columns: 1fr; gap: 20px; }
  .sunday-account-hero--focused > .sunday-editorial-eyebrow { grid-column: auto; margin-bottom: 2px; }
  .sunday-account-hero--focused > p { max-width: 580px; }
  .sunday-account-workspace { grid-template-columns: 1fr; }
  .sunday-account-benefits { grid-template-columns: .76fr 1fr; grid-template-rows: auto; }
  .sunday-account-benefits__visual { min-height: 430px; }
  .sunday-account-benefits__copy { align-self: center; }
}
@media (max-width: 620px) {
  .sunday-account-page--focused { width: min(100% - 28px, 720px); padding: 48px 0 72px; }
  .sunday-account-hero--focused { width: 100%; padding: 5px 0 32px; }
  .sunday-account-hero--focused h1 { font-size: 49px; line-height: .94; }
  .sunday-account-hero--focused > p { font-size: 15px; }
  .sunday-account-auth,
  .sunday-account-benefits { border-radius: 26px; }
  .sunday-account-auth { padding: 10px 22px 27px; }
  .sunday-account-tabs { margin: 0 -12px 25px; }
  .sunday-account-panel__head h2 { font-size: 37px; }
  .sunday-account-benefits { display: block; }
  .sunday-account-benefits__visual { min-height: 225px; }
  .sunday-account-benefits__visual img { inset: 0; width: 100%; height: 100%; object-position: center 27% !important; }
  .sunday-account-benefits__copy { padding: 26px 23px; }
  .sunday-account-benefits__copy h2 { font-size: 34px; }
  .sunday-account-assurance { grid-template-columns: 42px 1fr; padding: 18px; }
  .sunday-account-assurance a { grid-column: 2; }
}

/* Final featured-card alignment with the supplied Seed reference. */
.sunday-home-featured,
.sunday-home-featured a {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif !important;
}
.sunday-home-featured { padding: clamp(76px, 8vw, 118px) clamp(24px, 5vw, 76px) clamp(84px, 9vw, 132px) !important; background: #2a193d !important; }
.sunday-home-featured__inner { width: min(100%, 1440px) !important; }
.sunday-home-featured__header { grid-template-columns: minmax(360px, 1.05fr) minmax(300px, .75fr) auto !important; align-items: end !important; gap: clamp(36px, 6vw, 92px) !important; margin-bottom: clamp(52px, 5.5vw, 78px) !important; }
.sunday-home-featured__header h2 { max-width: 610px !important; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif !important; font-size: clamp(44px, 4.3vw, 66px) !important; font-weight: 400 !important; line-height: .98 !important; letter-spacing: -.052em !important; }
.sunday-home-featured__header p { max-width: 430px !important; color: rgba(255,255,255,.82) !important; font-size: 14px !important; font-weight: 500 !important; line-height: 1.42 !important; }
.sunday-home-featured__header > a { color: #fff !important; font-size: 13px !important; font-weight: 650 !important; text-transform: none !important; }
.sunday-home-featured__grid { grid-template-columns: repeat(4,minmax(0,1fr)) !important; gap: 16px !important; }
.sunday-home-featured__card,
.sunday-home-featured__card--2,
.sunday-home-featured__card--3,
.sunday-home-featured__card--4 { position: relative; min-height: 520px !important; padding: 18px 18px 22px !important; border: 0 !important; border-radius: 17px !important; background: #4f3b66 !important; box-shadow: none !important; }
.sunday-home-featured__card:hover { transform: translateY(-3px) !important; background: #57426f !important; box-shadow: 0 20px 45px rgba(16,10,23,.18) !important; }
.sunday-home-featured__meta { position: absolute; z-index: 2; top: 14px; left: 14px; min-height: 0 !important; }
.sunday-home-featured__meta span { min-height: 23px !important; padding: 4px 9px !important; background: #c6abe5 !important; color: #322244 !important; font-family: -apple-system,BlinkMacSystemFont,"SF Pro Text","Helvetica Neue",Arial,sans-serif !important; font-size: 10px !important; letter-spacing: 0 !important; }
.sunday-home-featured__identity { display: flex; min-height: 83px; padding: 14px 6px 0; align-items: center; justify-content: flex-end; flex-direction: column; gap: 9px; }
.sunday-home-featured__identity > span { display: inline-flex; min-height: 23px; padding: 3px 9px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; color: #fff; font-size: 11px; font-weight: 600; line-height: 1; }
.sunday-home-featured__card h3 { margin: 0 !important; font-family: -apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue",Arial,sans-serif !important; font-size: clamp(20px,1.5vw,25px) !important; font-weight: 450 !important; line-height: 1.05 !important; letter-spacing: -.035em !important; }
.sunday-home-featured__image { display: flex !important; min-height: 0 !important; margin: 4px 0 10px !important; align-items: center; justify-content: center; flex: 1 1 290px !important; overflow: visible !important; }
.sunday-home-featured__image img { width: auto !important; height: min(292px,25vw) !important; min-height: 0 !important; max-width: 88% !important; object-fit: contain !important; object-position: center !important; filter: drop-shadow(0 18px 18px rgba(14,8,20,.24)); }
.sunday-home-featured__card:hover .sunday-home-featured__image img { transform: scale(1.018) !important; }
.sunday-home-featured__footer { min-height: 76px; align-items: center !important; justify-content: flex-end !important; flex-direction: column; gap: 10px !important; }
.sunday-home-featured__cta { min-height: 43px !important; padding: 10px 22px !important; background: #2a193d !important; font-size: 13px !important; font-weight: 650 !important; }
.sunday-home-featured__card:last-child .sunday-home-featured__cta { background: #f5f1f9 !important; color: #2a193d !important; }
.sunday-home-featured__footer small { color: rgba(255,255,255,.72) !important; font-family: -apple-system,BlinkMacSystemFont,"SF Pro Text","Helvetica Neue",Arial,sans-serif !important; font-size: 10px !important; font-weight: 500; }
@media (max-width: 1050px) {
  .sunday-home-featured__header { grid-template-columns: minmax(0,1fr) minmax(260px,.72fr) !important; }
  .sunday-home-featured__header > a { grid-column: 2 !important; }
  .sunday-home-featured__grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
  .sunday-home-featured__image img { height: 300px !important; }
}
@media (max-width: 680px) {
  .sunday-home-featured { padding: 62px 16px 72px !important; }
  .sunday-home-featured__header { grid-template-columns: 1fr !important; gap: 22px !important; margin-bottom: 38px !important; }
  .sunday-home-featured__header h2 { font-size: clamp(39px,11vw,50px) !important; }
  .sunday-home-featured__header > a { grid-column: auto !important; }
  .sunday-home-featured__grid { display: flex !important; gap: 14px !important; }
  .sunday-home-featured__card { min-width: min(82vw,320px) !important; min-height: 495px !important; }
  .sunday-home-featured__image img { height: 270px !important; }
}
@media (prefers-reduced-motion: reduce) {
  .sunday-account-panel { animation: none; }
}

/* VESPR — cohesive premium interaction language */
:root {
  --sunday-interaction-fast: 180ms;
  --sunday-interaction-normal: 280ms;
  --sunday-interaction-slow: 520ms;
  --sunday-interaction-ease: cubic-bezier(.22, 1, .36, 1);
  --sunday-interaction-shadow: 0 18px 42px rgba(37,26,50, .10);
  --sunday-interaction-shadow-soft: 0 10px 26px rgba(37,26,50, .075);
  --sunday-orange: #854bc6;
  --sunday-orange-dark: #6f37ae;
  --sunday-mist: #efeaf4;
}

/* Keep geometry stable while making every intentional control feel responsive. */
html body :is(
  button,
  .button,
  a.button,
  .wp-element-button,
  .checkout-button,
  .wc-forward,
  [role="button"],
  input[type="submit"]
):not(.sunday-overlay__backdrop):not(.sunday-gift-modal-backdrop) {
  -webkit-tap-highlight-color: transparent;
  transform-origin: 50% 50%;
  transition:
    color var(--sunday-interaction-fast) var(--sunday-interaction-ease),
    background-color var(--sunday-interaction-fast) var(--sunday-interaction-ease),
    border-color var(--sunday-interaction-fast) var(--sunday-interaction-ease),
    box-shadow var(--sunday-interaction-normal) var(--sunday-interaction-ease),
    transform var(--sunday-interaction-normal) var(--sunday-interaction-ease),
    opacity var(--sunday-interaction-fast) ease !important;
}

html body :is(
  .sunday-story-button,
  .sunday-card-add,
  .single_add_to_cart_button,
  .sunday-related-add,
  .sunday-cart-gift-add,
  .sunday-cart-gift-open,
  .sunday-gift-modal__confirm,
  .sunday-cart-trending-item button,
  .sunday-amai-search-submit,
  .sunday-final-cta a,
  .sunday-cart-footer a,
  .checkout-button,
  .wc-proceed-to-checkout a,
  .woocommerce-form-login__submit,
  .woocommerce-form-register__submit,
  .woocommerce-MyAccount-content .button,
  input[type="submit"]
) {
  background: var(--sunday-green) !important;
  border-color: var(--sunday-green) !important;
  color: #fff !important;
}

/* Selected controls stay visually locked without changing their dimensions. */
html body :is(
  .sunday-vial-option,
  .sunday-single-sizes__options button,
  .sunday-gift-modal__option,
  .sunday-cart-gift-option,
  .sunday-account-tab,
  .sunday-filter-pill
) {
  box-sizing: border-box;
  transition:
    color var(--sunday-interaction-fast) var(--sunday-interaction-ease),
    background-color var(--sunday-interaction-fast) var(--sunday-interaction-ease),
    border-color var(--sunday-interaction-fast) var(--sunday-interaction-ease),
    box-shadow var(--sunday-interaction-fast) var(--sunday-interaction-ease),
    transform var(--sunday-interaction-fast) var(--sunday-interaction-ease) !important;
}
html body :is(
  .sunday-vial-option,
  .sunday-single-sizes__options button,
  .sunday-gift-modal__option,
  .sunday-cart-gift-option,
  .sunday-account-tab,
  .sunday-filter-pill
):is(.is-selected, .is-active, [aria-pressed="true"], [aria-selected="true"]) {
  box-shadow: 0 0 0 3px rgba(133,75,198, .24) !important;
}

/* Interactive surfaces share one restrained lift and image treatment. */
html body :is(
  .sunday-product-card,
  .sunday-related-card,
  .sunday-explore-card,
  .sunday-editorial-card,
  .sunday-story-card,
  .sunday-learn-card,
  .sunday-comparison-card,
  .sunday-cart-trending-item,
  .sunday-cart-item,
  .sunday-amai-search-result,
  .sunday-gift-modal__option,
  .sunday-account-assurance,
  .woocommerce-MyAccount-content .order,
  .woocommerce-orders-table tbody tr
) {
  transition:
    border-color var(--sunday-interaction-normal) var(--sunday-interaction-ease),
    background-color var(--sunday-interaction-normal) var(--sunday-interaction-ease),
    box-shadow var(--sunday-interaction-normal) var(--sunday-interaction-ease),
    transform var(--sunday-interaction-normal) var(--sunday-interaction-ease) !important;
}
html body :is(
  .sunday-product-card,
  .sunday-related-card,
  .sunday-explore-card,
  .sunday-editorial-card,
  .sunday-story-card,
  .sunday-learn-card,
  .sunday-comparison-card,
  .sunday-cart-trending-item,
  .sunday-amai-search-result,
  .sunday-gift-modal__option
) :is(img, picture img) {
  transition: transform var(--sunday-interaction-slow) var(--sunday-interaction-ease), filter var(--sunday-interaction-slow) var(--sunday-interaction-ease) !important;
}

/* Forms use the same calm focus language as product selectors. */
html body :is(
  .sunday-account-field input,
  .sunday-account-field select,
  .sunday-account-field textarea,
  .woocommerce-form input.input-text,
  .woocommerce-form select,
  .woocommerce-checkout input.input-text,
  .woocommerce-checkout select,
  .woocommerce-checkout textarea,
  .sunday-amai-search-input
) {
  transition: border-color var(--sunday-interaction-fast) ease, background-color var(--sunday-interaction-fast) ease, box-shadow var(--sunday-interaction-fast) ease !important;
}
html body :is(
  .sunday-account-field input,
  .sunday-account-field select,
  .sunday-account-field textarea,
  .woocommerce-form input.input-text,
  .woocommerce-form select,
  .woocommerce-checkout input.input-text,
  .woocommerce-checkout select,
  .woocommerce-checkout textarea,
  .sunday-amai-search-input
):focus {
  border-color: var(--sunday-green) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(59,35,87, .11) !important;
}

/* Account navigation and order history also belong to the same system. */
html body .woocommerce-MyAccount-navigation a {
  position: relative;
  transition: color var(--sunday-interaction-fast) ease, background-color var(--sunday-interaction-fast) ease, transform var(--sunday-interaction-fast) var(--sunday-interaction-ease) !important;
}
html body .woocommerce-MyAccount-navigation .is-active a {
  color: var(--sunday-green) !important;
  background: var(--sunday-mist) !important;
}
html body .woocommerce-orders-table tbody tr { border-radius: 16px; }

/* FAQ and expandable rows acknowledge the entire hit area. */
html body :is(
  .sunday-product-faq details,
  .sunday-faq details,
  .sunday-faq-item,
  .sunday-accordion-item
) {
  transition: background-color var(--sunday-interaction-fast) ease, border-color var(--sunday-interaction-fast) ease, box-shadow var(--sunday-interaction-normal) var(--sunday-interaction-ease) !important;
}

/* Only pointer devices receive hover movement; touch stays calm and predictable. */
@media (hover: hover) and (pointer: fine) {
  html body :is(
    .sunday-story-button,
    .sunday-card-add,
    .single_add_to_cart_button,
    .sunday-related-add,
    .sunday-cart-gift-add,
    .sunday-cart-gift-open,
    .sunday-gift-modal__confirm,
    .sunday-cart-trending-item button,
    .sunday-amai-search-submit,
    .sunday-final-cta a,
    .sunday-cart-footer a,
    .checkout-button,
    .wc-proceed-to-checkout a,
    .woocommerce-form-login__submit,
    .woocommerce-form-register__submit,
    .woocommerce-MyAccount-content .button,
    input[type="submit"]
  ):not(:disabled):hover {
    background: var(--sunday-orange) !important;
    border-color: var(--sunday-orange) !important;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(109,54,170, .20) !important;
    filter: none !important;
    transform: translateY(-2px) !important;
  }
  html body :is(
    .sunday-story-button,
    .sunday-card-add,
    .single_add_to_cart_button,
    .sunday-related-add,
    .sunday-cart-gift-add,
    .sunday-cart-gift-open,
    .sunday-gift-modal__confirm,
    .sunday-cart-trending-item button,
    .sunday-amai-search-submit,
    .sunday-final-cta a,
    .sunday-cart-footer a,
    .checkout-button,
    .wc-proceed-to-checkout a,
    .woocommerce-form-login__submit,
    .woocommerce-form-register__submit,
    .woocommerce-MyAccount-content .button,
    input[type="submit"]
  ):not(:disabled):active {
    background: var(--sunday-orange-dark) !important;
    transform: translateY(0) scale(.985) !important;
    box-shadow: 0 5px 12px rgba(109,54,170, .15) !important;
  }

  html body :is(
    .sunday-product-card,
    .sunday-related-card,
    .sunday-explore-card,
    .sunday-editorial-card,
    .sunday-story-card,
    .sunday-learn-card,
    .sunday-comparison-card,
    .sunday-cart-trending-item,
    .sunday-amai-search-result,
    .sunday-gift-modal__option
  ):hover {
    border-color: rgba(59,35,87, .25) !important;
    box-shadow: var(--sunday-interaction-shadow) !important;
    transform: translateY(-4px) !important;
  }
  html body :is(
    .sunday-product-card,
    .sunday-related-card,
    .sunday-explore-card,
    .sunday-editorial-card,
    .sunday-story-card,
    .sunday-learn-card,
    .sunday-comparison-card,
    .sunday-cart-trending-item,
    .sunday-amai-search-result,
    .sunday-gift-modal__option
  ):hover :is(img, picture img) {
    filter: saturate(1.025) contrast(1.01);
    transform: scale(1.035) !important;
  }
  html body .sunday-product-card:hover figure.product-image img { transform: scale(1.075) !important; }

  html body :is(
    .sunday-vial-option,
    .sunday-single-sizes__options button,
    .sunday-gift-modal__option,
    .sunday-cart-gift-option,
    .sunday-account-tab,
    .sunday-filter-pill
  ):not(.is-selected):not(.is-active):not([aria-pressed="true"]):not([aria-selected="true"]):hover {
    border-color: #a79bb5 !important;
    background: var(--sunday-mist) !important;
    color: var(--sunday-green) !important;
    box-shadow: var(--sunday-interaction-shadow-soft) !important;
    filter: none !important;
    transform: translateY(-2px) !important;
  }

  html body :is(
    .sunday-amai-icon,
    .sunday-dialog-close,
    .sunday-amai-search-close,
    .sunday-gift-modal__close,
    .sunday-cart-quantity button,
    .quantity button
  ):hover {
    border-color: #bfb5cb !important;
    background: var(--sunday-mist) !important;
    color: var(--sunday-green) !important;
    box-shadow: 0 8px 18px rgba(59,35,87, .10) !important;
    filter: none !important;
    transform: translateY(-1px) !important;
  }
  html body :is(.sunday-amai-icon, .sunday-dialog-close, .sunday-amai-search-close, .sunday-gift-modal__close):hover svg {
    transform: scale(1.08);
  }

  html body :is(.sunday-story-link, .sunday-shop-batch__action, .sunday-account-assurance a, .woocommerce-MyAccount-content a:not(.button)):hover {
    color: var(--sunday-orange) !important;
  }
  html body .woocommerce-MyAccount-navigation a:hover {
    color: var(--sunday-green) !important;
    background: var(--sunday-mist) !important;
    transform: translateX(3px);
  }
  html body .woocommerce-orders-table tbody tr:hover {
    background: #faf9fc;
    box-shadow: var(--sunday-interaction-shadow-soft);
    transform: translateY(-2px);
  }
  html body :is(.sunday-product-faq details, .sunday-faq details, .sunday-faq-item, .sunday-accordion-item):hover {
    border-color: rgba(59,35,87, .22) !important;
    background: #faf9fc !important;
    box-shadow: 0 8px 22px rgba(59,35,87, .055);
  }
  html body .sunday-account-assurance:hover {
    border-color: #c2b8cd;
    box-shadow: var(--sunday-interaction-shadow-soft);
    transform: translateY(-2px);
  }
}

html body :is(
  button,
  .button,
  a,
  input,
  select,
  textarea,
  summary,
  [role="button"],
  [tabindex]:not([tabindex="-1"])
):focus-visible {
  outline: 3px solid rgba(133,75,198, .48) !important;
  outline-offset: 3px !important;
}

/* Backdrops are deliberately inert: hovering outside a drawer never changes the page. */
html body :is(.sunday-overlay__backdrop, .sunday-gift-modal-backdrop) {
  transition: opacity var(--sunday-interaction-fast) ease !important;
  filter: none !important;
  transform: none !important;
}
html body :is(.sunday-overlay__backdrop, .sunday-gift-modal-backdrop):hover {
  filter: none !important;
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  html body :is(
    button, .button, a.button, [role="button"],
    .sunday-product-card, .sunday-related-card, .sunday-explore-card,
    .sunday-editorial-card, .sunday-story-card, .sunday-learn-card,
    .sunday-comparison-card, .sunday-cart-trending-item,
    .sunday-amai-search-result, .sunday-gift-modal__option,
    .sunday-account-assurance, .woocommerce-orders-table tbody tr,
    img
  ) {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  html body :is(
    button, .button, a.button, [role="button"],
    .sunday-product-card, .sunday-related-card, .sunday-explore-card,
    .sunday-editorial-card, .sunday-story-card, .sunday-learn-card,
    .sunday-comparison-card, .sunday-cart-trending-item,
    .sunday-amai-search-result, .sunday-gift-modal__option,
    .sunday-account-assurance, .woocommerce-orders-table tbody tr,
    img
  ):hover { transform: none !important; }
}

/* Home / Shop product framing — identical cards, intentionally different crops. */
html :is(body.home, body.woocommerce-shop) main .sunday-product-card figure.product-image.sunday-vial-media {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1.04 / 1 !important;
  overflow: hidden !important;
}
html :is(body.home, body.woocommerce-shop) main .sunday-product-card figure.product-image.sunday-vial-media > a,
html :is(body.home, body.woocommerce-shop) main .sunday-product-card figure.product-image.sunday-vial-media > a > .acoplw-badge {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}
html :is(body.home, body.woocommerce-shop) main .sunday-product-card figure.product-image.sunday-vial-media img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
}
html body.home main .sunday-product-card figure.product-image.sunday-vial-media img {
  object-position: 50% 28% !important;
}
html body.woocommerce-shop main .sunday-product-card figure.product-image.sunday-vial-media img {
  object-position: 50% 28% !important;
}
html :is(body.home, body.woocommerce-shop) main .sunday-product-card .sunday-vial-options {
  z-index: 6 !important;
}
html :is(body.home, body.woocommerce-shop) main .sunday-product-card .sunday-product-info {
  height: 252px !important;
  min-height: 252px !important;
  flex-basis: 252px !important;
}

/* VESPR readability + control system — functional text stays in SF/system sans. */
:root {
  --sunday-ui-font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", Helvetica, Arial, sans-serif;
  --sunday-control-radius: 14px;
  --sunday-panel-radius: 22px;
  --sunday-control-height: 48px;
}

/* Product detail: one type hierarchy and one spacing rhythm. */
html body.single-product .sunday-single-panel,
html body.single-product .sunday-single-panel :is(p, span, strong, small, label, button, a),
html body.single-product .sunday-product-faq,
html body.single-product .sunday-product-faq :is(p, span, strong, small, button, a, summary),
html body.single-product .module-accordion,
html body.single-product .module-accordion :is(p, span, strong, small, button, a) {
  font-family: var(--sunday-ui-font) !important;
}

html body.single-product .sunday-single-panel {
  padding: clamp(28px, 3.25vw, 44px) !important;
  border-radius: var(--sunday-panel-radius) !important;
}
html body.single-product .sunday-single-panel .product_title,
html body.single-product .sunday-single-panel h1 {
  margin: 0 0 18px !important;
  font-size: clamp(46px, 4.25vw, 66px) !important;
  line-height: .98 !important;
}
html body.single-product .sunday-single-promo {
  min-height: 42px !important;
  margin: 0 0 18px !important;
  padding: 0 17px !important;
  border-radius: 999px !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: .015em !important;
}
html body.single-product .sunday-single-description {
  margin: 0 0 16px !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
}
html body.single-product .sunday-single-description strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}
html body.single-product .sunday-single-price-module {
  margin: 16px 0 18px !important;
}
html body.single-product .sunday-single-price-module .price,
html body.single-product .sunday-single-price-module .amount,
html body.single-product .sunday-single-price-module bdi {
  font-family: var(--sunday-ui-font) !important;
  font-size: clamp(30px, 2.4vw, 36px) !important;
  font-weight: 750 !important;
  line-height: 1.05 !important;
  letter-spacing: -.035em !important;
  color: #291f35 !important;
}
html body.single-product .sunday-single-verification {
  gap: 10px !important;
  margin: 0 0 18px !important;
}
html body.single-product .sunday-single-verification > * {
  min-height: 42px !important;
  padding: 0 15px !important;
  border-radius: 999px !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}
html body.single-product .sunday-single-sizes {
  margin: 0 0 18px !important;
}
html body.single-product .sunday-single-sizes > :is(label, strong, span):first-child {
  margin-bottom: 10px !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
html body.single-product .sunday-single-sizes__options {
  gap: 9px !important;
}
html body.single-product .sunday-single-sizes__options button {
  min-width: 68px !important;
  min-height: var(--sunday-control-height) !important;
  padding: 0 15px !important;
  border-radius: var(--sunday-control-radius) !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}
html body.single-product .sunday-product-availability {
  min-height: 76px !important;
  margin: 0 0 18px !important;
  padding: 15px 17px !important;
  border-radius: 18px !important;
  font-family: var(--sunday-ui-font) !important;
}
html body.single-product .sunday-product-availability strong {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
html body.single-product .sunday-product-availability p {
  margin: 5px 0 0 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
}
html body.single-product .sunday-product-availability.is-low {
  border-color: #cdc3d9 !important;
  color: #39294b !important;
  background: #f3eff8 !important;
}
html body.single-product .sunday-product-availability.is-low .sunday-live-dot {
  background: #85709d !important;
  box-shadow: 0 0 0 5px rgba(133,112,157,.12) !important;
}
html body.single-product .sunday-product-availability.is-critical {
  border-color: #c3b7d1 !important;
  color: #342447 !important;
  background: #efe9f6 !important;
}
html body.single-product .sunday-product-availability.is-critical .sunday-live-dot {
  background: #67527f !important;
  box-shadow: 0 0 0 5px rgba(103,82,127,.12) !important;
}
html body.single-product .sunday-product-availability.is-out {
  border-color: #d8d5db !important;
  color: #626c65 !important;
  background: #f3f2f5 !important;
}
html body.single-product .sunday-product-availability.is-out .sunday-live-dot {
  background: #929b94 !important;
  box-shadow: 0 0 0 5px rgba(146,155,148,.11) !important;
}
html body.single-product .sunday-product-availability.is-activity {
  border-color: #d2c9dd !important;
  background: #f2eef6 !important;
}
html body.single-product .sunday-product-availability.is-activity .sunday-live-dot {
  background: #563977 !important;
  box-shadow: 0 0 0 5px rgba(86,57,119,.11) !important;
  animation: sunday-availability-pulse 2.4s ease-in-out infinite;
}
html body.single-product .sunday-product-availability.is-restock {
  border-color: #c8aee5 !important;
  background: #f2ecf9 !important;
}
html body.single-product .sunday-product-availability.is-restock .sunday-live-dot {
  background: #773db8 !important;
  box-shadow: 0 0 0 5px rgba(119,61,184,.12) !important;
}
@media (prefers-reduced-motion: reduce) {
  body .sunday-card-batch.is-activity > span,
  html body.single-product .sunday-product-availability.is-activity .sunday-live-dot {
    animation: none !important;
  }
}
html body.single-product .module-add-to-cart {
  gap: 12px !important;
  margin: 0 0 16px !important;
  padding: 12px !important;
  border-radius: 18px !important;
  font-family: var(--sunday-ui-font) !important;
}
html body.single-product .module-add-to-cart .quantity,
html body.single-product .module-add-to-cart .quantity button,
html body.single-product .module-add-to-cart .quantity input {
  min-height: 54px !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 18px !important;
}
html body.single-product .module-add-to-cart .quantity {
  overflow: hidden !important;
  border-radius: var(--sunday-control-radius) !important;
}
html body.single-product .single_add_to_cart_button {
  min-height: 54px !important;
  padding: 0 24px !important;
  border-radius: var(--sunday-control-radius) !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 16px !important;
  font-weight: 750 !important;
  line-height: 1.15 !important;
  letter-spacing: .01em !important;
}
html body.single-product :is(.sunday-build-order, .sunday-cart-momentum, .sunday-single-security) {
  font-family: var(--sunday-ui-font) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

/* Overview / Specification / Applications / FAQ are reading controls, not labels. */
html body.single-product .module-accordion {
  margin-top: 18px !important;
  border-top: 1px solid #e0dce5 !important;
}
html body.single-product .module-accordion .tb_title_accordion,
html body.single-product .module-accordion :is(summary, .accordion-title, .tb_text_wrap) {
  font-family: var(--sunday-ui-font) !important;
  font-size: 16px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}
html body.single-product .module-accordion .tb_title_accordion,
html body.single-product .module-accordion summary {
  min-height: 56px !important;
  padding: 16px 4px !important;
}
html body.single-product .module-accordion :is(.tb_text_wrap, .accordion-content, .ui-accordion-content) {
  padding: 2px 4px 20px !important;
  font-size: 15.5px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  color: #5a5361 !important;
}
html body.single-product .sunday-product-faq .sunday-product-faq__title,
html body.single-product .sunday-product-faq :is(summary, .tb_title_accordion) {
  font-family: var(--sunday-ui-font) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
html body.single-product .sunday-product-faq :is(p, .sunday-product-faq__content, .tb_text_wrap) {
  font-family: var(--sunday-ui-font) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
}

/* Learn More: mono is reserved for tiny decorative eyebrows only. */
html body .sunday-editorial-page,
html body .sunday-editorial-page :is(p, li, a, button, span, small, strong, label, summary, figcaption) {
  font-family: var(--sunday-ui-font) !important;
}
html body .sunday-editorial-page :is(.sunday-editorial-eyebrow, .sunday-editorial-kicker) {
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1.3 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase;
}
html body .sunday-editorial-page :is(.sunday-editorial-hero__copy > p, .sunday-editorial-heading > p, .sunday-editorial-split p) {
  font-size: clamp(17px, 1.45vw, 20px) !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
}
html body .sunday-editorial-page :is(.sunday-editorial-card p, .sunday-editorial-bento p, .sunday-comparison-card p, .sunday-material-map p) {
  font-size: 15.5px !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
}
html body .sunday-editorial-page :is(.sunday-editorial-card__index, .sunday-editorial-library span, .sunday-material-map code, .sunday-material-map small) {
  font-family: var(--sunday-ui-font) !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
}
html body .sunday-editorial-page :is(.sunday-editorial-button, .sunday-story-button, .button, button) {
  min-height: 50px !important;
  padding: 0 22px !important;
  border-radius: var(--sunday-control-radius) !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 767px) {
  html body.single-product .sunday-single-panel { padding: 24px 20px !important; }
  html body.single-product .sunday-single-panel .product_title,
  html body.single-product .sunday-single-panel h1 { font-size: clamp(40px, 13vw, 54px) !important; }
  html body.single-product .sunday-single-price-module .price,
  html body.single-product .sunday-single-price-module .amount,
  html body.single-product .sunday-single-price-module bdi { font-size: 30px !important; }
  html body.single-product .module-add-to-cart { align-items: stretch !important; }
  html body.single-product .single_add_to_cart_button { min-height: 56px !important; }
}

/* Theme Builder emits late rules; anchor critical reading controls to its content root. */
html body.single-product #tbp_content .sunday-single-panel .sunday-single-description,
html body.single-product #tbp_content .sunday-single-panel .sunday-single-description * {
  font-family: var(--sunday-ui-font) !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
}
html body.single-product #tbp_content .sunday-single-panel .module-add-to-cart .single_add_to_cart_button {
  min-height: 54px !important;
  border-radius: var(--sunday-control-radius) !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 16px !important;
  font-weight: 750 !important;
  line-height: 1.15 !important;
  letter-spacing: .01em !important;
}
html body.single-product #tbp_content .sunday-single-panel .module-accordion .tb_title_accordion {
  min-height: 56px !important;
  padding: 16px 4px !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 16px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

/* Why Choose VESPR — quiet editorial proof instead of three dark promo tiles. */
html body.home #themify_builder_content-55 .sunday-why-premium {
  padding: clamp(76px, 7vw, 104px) var(--sunday-gutter) clamp(82px, 7.5vw, 112px) !important;
  color: #2c2138 !important;
  background: #efebf3 !important;
}
html body.home #themify_builder_content-55 .sunday-why-premium > .row_inner {
  width: min(1180px, 100%) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
}
html body.home #themify_builder_content-55 .sunday-why-premium > .row_inner > .module_column {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .72fr) !important;
  column-gap: clamp(42px, 7vw, 104px) !important;
  align-items: end !important;
}
html body.home #themify_builder_content-55 .sunday-why-premium__heading {
  position: relative !important;
  grid-column: 1 !important;
  margin: 0 !important;
  text-align: left !important;
}
html body.home #themify_builder_content-55 .sunday-why-premium__eyebrow {
  display: block !important;
  margin: 0 0 18px !important;
  color: #7238b3 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}
html body.home #themify_builder_content-55 .sunday-why-premium__heading .fancy-heading,
html body.home #themify_builder_content-55 .sunday-why-premium__heading .sub-head {
  margin: 0 !important;
  color: #2c2138 !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(48px, 5.5vw, 76px) !important;
  font-style: normal !important;
  font-weight: 450 !important;
  line-height: .98 !important;
  letter-spacing: -.05em !important;
  text-align: left !important;
}
html body.home #themify_builder_content-55 .sunday-why-premium__heading .main-head:empty {
  display: none !important;
}
html body.home #themify_builder_content-55 .sunday-why-premium__intro {
  grid-column: 2 !important;
  margin: 0 0 7px !important;
}
html body.home #themify_builder_content-55 .sunday-why-premium__intro p {
  max-width: 430px !important;
  margin: 0 !important;
  color: #647067 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: clamp(16px, 1.35vw, 19px) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}
html body.home #themify_builder_content-55 .sunday-why-premium .module_subrow {
  display: grid !important;
  grid-column: 1 / -1 !important;
  grid-template-columns: minmax(0, 1.24fr) minmax(300px, .76fr) !important;
  grid-template-rows: repeat(2, minmax(250px, 1fr)) !important;
  gap: 20px !important;
  width: 100% !important;
  margin: clamp(44px, 5vw, 64px) 0 0 !important;
}
html body.home #themify_builder_content-55 .sunday-why-premium__card {
  position: relative !important;
  display: flex !important;
  min-width: 0 !important;
  width: 100% !important;
  min-height: 0 !important;
  align-items: flex-end !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 1px solid rgba(44,33,56, .10) !important;
  border-radius: 24px !important;
  background-color: #e5e2e8 !important;
  background-image: linear-gradient(180deg, rgba(29,21,37, 0) 46%, rgba(29,21,37, .16) 100%), var(--sunday-why-image) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  box-shadow: 0 18px 50px rgba(44,33,56, .07) !important;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease !important;
}
html body.home #themify_builder_content-55 .sunday-why-premium__card:first-child {
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
  min-height: 620px !important;
}
html body.home #themify_builder_content-55 .sunday-why-premium__card:nth-child(2) {
  grid-column: 2 !important;
  grid-row: 1 !important;
  min-height: 300px !important;
}
html body.home #themify_builder_content-55 .sunday-why-premium__card:nth-child(3) {
  grid-column: 2 !important;
  grid-row: 2 !important;
  min-height: 300px !important;
}
html body.home #themify_builder_content-55 .sunday-why-premium__card > .module-plain-text {
  display: none !important;
}
html body.home #themify_builder_content-55 .sunday-why-premium__card-copy {
  position: relative !important;
  z-index: 2 !important;
  width: calc(100% - 36px) !important;
  margin: 18px !important;
  padding: 20px 22px 22px !important;
  border: 1px solid rgba(255,255,255, .72) !important;
  border-radius: 18px !important;
  color: #2d2437 !important;
  background: rgba(248,247,250, .91) !important;
  box-shadow: 0 12px 34px rgba(35,28,43, .11) !important;
  backdrop-filter: blur(14px) saturate(1.05) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.05) !important;
}
html body.home #themify_builder_content-55 .sunday-why-premium__card:first-child .sunday-why-premium__card-copy {
  max-width: 500px !important;
  padding: 24px 26px 26px !important;
}
html body.home #themify_builder_content-55 .sunday-why-premium__card-meta {
  display: block !important;
  margin: 0 0 14px !important;
  color: #6833a3 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}
html body.home #themify_builder_content-55 .sunday-why-premium__card-copy p {
  margin: 0 !important;
  color: #635d69 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}
html body.home #themify_builder_content-55 .sunday-why-premium__card-copy .card1 {
  display: block !important;
  margin: 0 0 8px !important;
  color: #2c2138 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: clamp(21px, 2vw, 28px) !important;
  font-style: normal !important;
  font-weight: 720 !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em !important;
}
html body.home #themify_builder_content-55 .sunday-why-premium__card-copy br {
  display: none !important;
}
@media (hover: hover) {
  html body.home #themify_builder_content-55 .sunday-why-premium__card:hover {
    border-color: rgba(44,33,56, .2) !important;
    box-shadow: 0 24px 64px rgba(44,33,56, .12) !important;
    transform: translateY(-4px) !important;
  }
}

@media (max-width: 820px) {
  html body.home #themify_builder_content-55 .sunday-why-premium {
    padding: 64px 20px 72px !important;
  }
  html body.home #themify_builder_content-55 .sunday-why-premium > .row_inner > .module_column {
    grid-template-columns: 1fr !important;
  }
  html body.home #themify_builder_content-55 .sunday-why-premium__heading,
  html body.home #themify_builder_content-55 .sunday-why-premium__intro {
    grid-column: 1 !important;
  }
  html body.home #themify_builder_content-55 .sunday-why-premium__intro {
    margin-top: 22px !important;
  }
  html body.home #themify_builder_content-55 .sunday-why-premium .module_subrow {
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
    margin-top: 36px !important;
  }
  html body.home #themify_builder_content-55 .sunday-why-premium__card:first-child,
  html body.home #themify_builder_content-55 .sunday-why-premium__card:not(:first-child) {
    grid-column: 1 !important;
    grid-row: auto !important;
    min-height: 420px !important;
  }
  html body.home #themify_builder_content-55 .sunday-why-premium__card-copy,
  html body.home #themify_builder_content-55 .sunday-why-premium__card:first-child .sunday-why-premium__card-copy {
    width: calc(100% - 28px) !important;
    max-width: none !important;
    margin: 14px !important;
    padding: 19px 20px 21px !important;
  }
}

/* Secondary campaign imagery — reserved for editorial moments, never the Home hero. */
html body .sunday-final-cta.sunday-final-cta--visual {
  padding: clamp(54px, 6vw, 88px) clamp(18px, 4vw, 54px) !important;
  color: #29183c !important;
  background: #f1edf5 !important;
}
html body .sunday-final-cta.sunday-final-cta--visual > div {
  position: relative !important;
  display: flex !important;
  width: min(1320px, 100%) !important;
  min-height: clamp(360px, 35vw, 470px) !important;
  align-items: flex-start !important;
  justify-content: center !important;
  flex-direction: column !important;
  overflow: hidden !important;
  margin: 0 auto !important;
  padding: clamp(38px, 5vw, 74px) !important;
  border: 1px solid rgba(45,27,66, .12) !important;
  border-radius: 30px !important;
  background-image:
    linear-gradient(90deg, rgba(245,240,250, .98) 0%, rgba(245,240,250, .94) 39%, rgba(245,240,250, .40) 60%, rgba(245,240,250, .04) 100%),
    var(--sunday-secondary-hero) !important;
  background-position: center !important;
  background-size: cover !important;
  box-shadow: 0 24px 70px rgba(42,31,54, .10) !important;
  box-sizing: border-box !important;
  text-align: left !important;
}
html body .sunday-final-cta.sunday-final-cta--visual :is(.sunday-story-eyebrow, h2, p, a, small) {
  position: relative;
  z-index: 1;
}
html body .sunday-final-cta.sunday-final-cta--visual .sunday-story-eyebrow {
  color: #793cbe !important;
}
html body .sunday-final-cta.sunday-final-cta--visual h2 {
  max-width: 660px !important;
  margin: 15px 0 18px !important;
  color: #29183c !important;
  font-size: clamp(44px, 5vw, 70px) !important;
}
html body .sunday-final-cta.sunday-final-cta--visual p {
  max-width: 520px !important;
  margin: 0 0 25px !important;
  color: #625b69 !important;
  font-size: 15px !important;
}
html body .sunday-final-cta.sunday-final-cta--visual .sunday-story-button {
  color: #fff !important;
  background: #3f265c !important;
}
html body .sunday-final-cta.sunday-final-cta--visual .sunday-story-button:hover,
html body .sunday-final-cta.sunday-final-cta--visual .sunday-story-button:focus-visible {
  color: #29183c !important;
  background: #bd9ee0 !important;
}
html body .sunday-final-cta.sunday-final-cta--visual small {
  color: #6a756d !important;
}

html body .sunday-shop-batch.sunday-shop-batch--visual {
  grid-template-columns: 58px minmax(0, 1fr) auto !important;
  width: min(calc(100vw - 100px), 1180px) !important;
  max-width: none !important;
  min-height: 250px !important;
  margin: 30px 0 56px !important;
  padding: clamp(26px, 4vw, 46px) !important;
  border-color: rgba(255,255,255, .18) !important;
  border-radius: 28px !important;
  background-color: #102f4d !important;
  background-image:
    linear-gradient(90deg, rgba(7,31,53, .96) 0%, rgba(7,31,53, .86) 42%, rgba(7,31,53, .18) 72%, rgba(7,31,53, .04) 100%),
    var(--sunday-shop-hero) !important;
  background-position: center !important;
  background-size: cover !important;
  box-shadow: 0 24px 64px rgba(14,40,64, .18) !important;
}
html body .sunday-shop-batch.sunday-shop-batch--visual .sunday-shop-batch__mark {
  border-color: rgba(255,255,255, .24) !important;
  color: #fff !important;
  background: rgba(255,255,255, .12) !important;
  backdrop-filter: blur(12px) !important;
}
html body .sunday-shop-batch.sunday-shop-batch--visual .sunday-shop-batch__copy > span {
  color: #b38fdb !important;
}
html body .sunday-shop-batch.sunday-shop-batch--visual .sunday-shop-batch__copy > strong {
  color: #fff !important;
  font-size: clamp(21px, 2.2vw, 29px) !important;
}
html body .sunday-shop-batch.sunday-shop-batch--visual .sunday-shop-batch__copy > p {
  max-width: 500px;
  color: rgba(255,255,255, .72) !important;
  font-size: 13px !important;
}
html body .sunday-shop-batch.sunday-shop-batch--visual .sunday-shop-batch__action {
  border-color: #fff !important;
  color: #143650 !important;
  background: #fff !important;
}
html body .sunday-shop-batch.sunday-shop-batch--visual .sunday-shop-batch__action:hover,
html body .sunday-shop-batch.sunday-shop-batch--visual .sunday-shop-batch__action:focus-visible {
  border-color: #bd9ee0 !important;
  color: #29183c !important;
  background: #bd9ee0 !important;
}

html body.home #page-55 #themify_builder_content-55 .sunday-research-premium .module_column {
  background-image: var(--sunday-research-hero) !important;
  background-position: center !important;
}

@media (max-width: 760px) {
  html body .sunday-final-cta.sunday-final-cta--visual {
    padding: 48px 16px !important;
  }
  html body .sunday-final-cta.sunday-final-cta--visual > div {
    min-height: 520px !important;
    justify-content: flex-end !important;
    padding: 28px !important;
    border-radius: 24px !important;
    background-image:
      linear-gradient(0deg, rgba(245,240,250, .99) 0%, rgba(245,240,250, .95) 50%, rgba(245,240,250, .18) 78%, rgba(245,240,250, .02) 100%),
      var(--sunday-secondary-hero) !important;
    background-position: 67% center !important;
  }
  html body .sunday-final-cta.sunday-final-cta--visual h2 {
    font-size: clamp(39px, 12vw, 52px) !important;
  }
  html body .sunday-shop-batch.sunday-shop-batch--visual {
    grid-template-columns: 46px minmax(0, 1fr) !important;
    width: 100% !important;
    min-height: 410px !important;
    align-content: end !important;
    padding: 24px !important;
    background-image:
      linear-gradient(0deg, rgba(7,31,53, .98) 0%, rgba(7,31,53, .86) 48%, rgba(7,31,53, .08) 82%),
      var(--sunday-shop-hero) !important;
    background-position: 68% center !important;
  }
  html body .sunday-shop-batch.sunday-shop-batch--visual .sunday-shop-batch__action {
    grid-column: 1 / -1 !important;
  }
}

/* Purchase CTAs: hover changes color instead of only scaling. */
html body :is(
  .sunday-card-add,
  .single_add_to_cart_button,
  .sunday-related-add,
  .sunday-cart-trending-item button
) {
  background-color: #3b2357 !important;
  background-image: none !important;
  color: #fff !important;
  transition: background-color 180ms ease, border-color 180ms ease,
    color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}

html body #pagewrap :is(
  .sunday-card-add,
  .single_add_to_cart_button,
  .sunday-related-add,
  .sunday-cart-trending-item button
):hover {
  border-color: #8449c6 !important;
  background-color: #8449c6 !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(132,73,198, .23) !important;
  filter: none !important;
  transform: translateY(-2px) !important;
}

html body #pagewrap :is(
  .sunday-card-add,
  .single_add_to_cart_button,
  .sunday-related-add,
  .sunday-cart-trending-item button
):focus-visible {
  border-color: #8449c6 !important;
  background-color: #8449c6 !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: 0 0 0 4px rgba(132,73,198, .2) !important;
  outline: 0 !important;
}

/* Product gallery — approved artwork, lifestyle, clean vial and future campaign slot. */
html body.single-product main .sunday-single-gallery .sunday-single-standard-media {
  display: none !important;
}
html body.single-product main .sunday-product-media-carousel {
  display: grid !important;
  grid-template-columns: 82px minmax(0, 1fr) !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 820px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
html body.single-product main .sunday-product-media-carousel__thumbs {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  width: 82px !important;
}
html body.single-product main .sunday-product-media-carousel__thumb {
  position: relative !important;
  display: grid !important;
  width: 82px !important;
  height: 104px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  place-items: center !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 1px solid #e0dce4 !important;
  border-radius: 16px !important;
  color: #5a5361 !important;
  background: #f1eff4 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transform: none !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}
html body.single-product main .sunday-product-media-carousel__thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}
html body.single-product main .sunday-product-media-carousel__thumb > span {
  display: grid !important;
  gap: 4px !important;
  place-items: center !important;
  font-family: var(--sunday-ui-font) !important;
}
html body.single-product main .sunday-product-media-carousel__thumb > span b {
  font-size: 24px !important;
  font-weight: 350 !important;
  line-height: 1 !important;
}
html body.single-product main .sunday-product-media-carousel__thumb > span small {
  font-size: 11px !important;
  font-weight: 650 !important;
}
html body.single-product main .sunday-product-media-carousel__thumb.is-active {
  border-color: #3b2357 !important;
  box-shadow: 0 0 0 3px rgba(59,35,87, .12) !important;
}
@media (hover: hover) {
  html body.single-product main .sunday-product-media-carousel__thumb:hover {
    border-color: #8449c6 !important;
    box-shadow: 0 9px 22px rgba(44,34,55, .11) !important;
    transform: translateY(-2px) !important;
  }
}
html body.single-product main .sunday-product-media-carousel__thumb:focus-visible {
  border-color: #8449c6 !important;
  outline: 3px solid rgba(132,73,198, .22) !important;
  outline-offset: 2px !important;
}

/* Product-detail size selectors: selected doses and single-size releases use
   the normal green control without the global coral selection/focus ring. */
html body.single-product .sunday-single-sizes :is(
  .sunday-single-sizes__options button,
  .bb-swatches button
) {
  box-shadow: none !important;
}

html body.single-product .sunday-single-sizes :is(
  .sunday-single-sizes__options button[aria-pressed="true"],
  .sunday-single-sizes__options button[aria-selected="true"],
  .sunday-single-sizes__options button.is-selected,
  .sunday-single-sizes__options button.is-active,
  .bb-swatches button.active,
  .bb-swatches button.is-selected,
  .bb-swatches button.is-active,
  .bb-swatches button[aria-pressed="true"],
  .bb-swatches button[aria-selected="true"]
) {
  border-color: #2a193d !important;
  outline: 0 !important;
  background: #2a193d !important;
  box-shadow: none !important;
}

html body.single-product .sunday-single-sizes :is(
  .sunday-single-sizes__options button,
  .bb-swatches button
):focus-visible {
  outline: 2px solid rgba(42,25,61, .48) !important;
  outline-offset: 3px !important;
  box-shadow: none !important;
}
html body.single-product main .sunday-product-media-carousel__stage {
  position: relative !important;
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  aspect-ratio: 4 / 5 !important;
  align-items: stretch !important;
  overflow: hidden !important;
  margin: 0 !important;
  border: 1px solid rgba(41,31,53, .10) !important;
  border-radius: 28px !important;
  background: #f0eef2 !important;
  box-shadow: 0 22px 60px rgba(41,31,53, .09) !important;
}
html body.single-product main .sunday-product-media-carousel__stage > img {
  grid-area: 1 / 1 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  animation: sunday-gallery-reveal 260ms ease both !important;
}
html body.single-product main .sunday-product-media-carousel__stage[data-media-role="product"] > img {
  padding: clamp(18px, 4vw, 42px) !important;
  object-fit: cover !important;
  object-position: center 42% !important;
  background: #eeecf0 !important;
}
html body.single-product main .sunday-product-media-carousel__placeholder {
  grid-area: 1 / 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 42px !important;
  color: #4a4252 !important;
  text-align: center !important;
  background:
    radial-gradient(circle at 24% 22%, rgba(132,73,198, .13), transparent 30%),
    radial-gradient(circle at 78% 72%, rgba(59,35,87, .16), transparent 34%),
    linear-gradient(145deg, #f2eef6 0%, #e8e5ec 100%) !important;
}
html body.single-product main .sunday-product-media-carousel__placeholder[hidden] {
  display: none !important;
}
html body.single-product main .sunday-product-media-carousel__placeholder span {
  margin-bottom: 14px !important;
  color: #7238b3 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}
html body.single-product main .sunday-product-media-carousel__placeholder strong {
  max-width: 380px !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(34px, 4vw, 54px) !important;
  font-weight: 450 !important;
  line-height: 1 !important;
  letter-spacing: -.04em !important;
}
html body.single-product main .sunday-product-media-carousel__placeholder p {
  max-width: 360px !important;
  margin: 18px 0 0 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}
html body.single-product main .sunday-product-media-carousel__stage figcaption {
  position: absolute !important;
  z-index: 3 !important;
  right: 18px !important;
  bottom: 18px !important;
  left: 18px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 4px 16px !important;
  align-items: end !important;
  padding: 15px 17px !important;
  border: 1px solid rgba(255,255,255, .72) !important;
  border-radius: 16px !important;
  color: #292033 !important;
  background: rgba(248,247,250, .88) !important;
  box-shadow: 0 10px 30px rgba(32,24,40, .11) !important;
  backdrop-filter: blur(16px) saturate(1.05) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.05) !important;
}
html body.single-product main .sunday-product-media-carousel__stage figcaption span {
  grid-column: 1 !important;
  color: #6833a3 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 10px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  letter-spacing: .11em !important;
  text-transform: uppercase !important;
}
html body.single-product main .sunday-product-media-carousel__stage figcaption strong {
  grid-column: 1 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}
html body.single-product main .sunday-product-media-carousel__stage figcaption small {
  grid-column: 2 !important;
  grid-row: 1 / 3 !important;
  color: #68736c !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
}
@keyframes sunday-gallery-reveal {
  from { opacity: .25; transform: scale(1.012); }
  to { opacity: 1; transform: scale(1); }
}
@media (max-width: 760px) {
  html body.single-product main .sunday-product-media-carousel {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  html body.single-product main .sunday-product-media-carousel__thumbs {
    grid-row: 2 !important;
    flex-direction: row !important;
    gap: 10px !important;
    width: 100% !important;
    overflow-x: auto !important;
    padding: 3px !important;
    scroll-snap-type: x mandatory !important;
  }
  html body.single-product main .sunday-product-media-carousel__thumb {
    flex: 0 0 76px !important;
    width: 76px !important;
    height: 92px !important;
    border-radius: 14px !important;
    scroll-snap-align: start !important;
  }
  html body.single-product main .sunday-product-media-carousel__stage {
    grid-row: 1 !important;
    border-radius: 22px !important;
  }
  html body.single-product main .sunday-product-media-carousel__stage figcaption {
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
  }
}

/* Override Themify's three equal column template for the editorial mosaic. */
html body.home #page-55 #themify_builder_content-55 .sunday-why-premium .module_subrow.tf_w.tb_col_count_3 {
  grid-template-columns: minmax(0, 1.24fr) minmax(300px, .76fr) !important;
  grid-template-rows: repeat(2, minmax(250px, 1fr)) !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-why-premium .module_subrow.tf_w.tb_col_count_3::before,
html body.home #page-55 #themify_builder_content-55 .sunday-why-premium .module_subrow.tf_w.tb_col_count_3::after {
  display: none !important;
  content: none !important;
}
@media (max-width: 820px) {
  html body.home #page-55 #themify_builder_content-55 .sunday-why-premium .module_subrow.tf_w.tb_col_count_3 {
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
  }
}

/* Research proof — a quiet editorial feature, not text floating on a banner. */
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium {
  padding: clamp(72px, 7vw, 104px) 24px !important;
  color: #2c2138 !important;
  background: #e9e5ee !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium > .row_inner {
  width: min(1180px, 100%) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

html body.woocommerce-shop .sunday-research-premium > .row_inner,
html body.woocommerce-shop .sunday-research-premium > .row_inner > .module_column {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium .module_column {
  position: relative !important;
  display: flex !important;
  min-height: 610px !important;
  align-items: center !important;
  overflow: hidden !important;
  padding: clamp(28px, 4vw, 52px) !important;
  border: 1px solid rgba(44,33,56, .12) !important;
  border-radius: 28px !important;
  background-position: 68% 50% !important;
  background-size: cover !important;
  box-shadow: 0 24px 70px rgba(43,35,53, .10) !important;
  isolation: isolate !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium .module_column::before {
  position: absolute !important;
  z-index: -1 !important;
  inset: 0 !important;
  display: block !important;
  content: "" !important;
  background: linear-gradient(90deg, rgba(244,242,247, .98) 0%, rgba(244,242,247, .95) 42%, rgba(244,242,247, .55) 61%, rgba(244,242,247, .08) 100%) !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__panel {
  width: min(590px, 56%) !important;
  padding: clamp(26px, 3.5vw, 46px) !important;
  border: 1px solid rgba(255,255,255, .8) !important;
  border-radius: 24px !important;
  background: rgba(250,249,252, .88) !important;
  box-shadow: 0 18px 52px rgba(44,33,56, .10) !important;
  backdrop-filter: blur(16px) saturate(1.04) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.04) !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__eyebrow,
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium__eyebrow {
  display: block !important;
  margin: 0 0 18px !important;
  color: #6833a3 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 11px !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__heading .sub-head {
  margin: 0 !important;
  color: #2c2138 !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(44px, 4.4vw, 64px) !important;
  font-style: normal !important;
  font-weight: 450 !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
  text-align: left !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__heading .main-head:empty {
  display: none !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__copy {
  margin: 24px 0 0 !important;
  padding: 0 !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__copy .tb_text_wrap {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__copy p {
  max-width: 520px !important;
  margin: 0 !important;
  color: #5e6a61 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__proof {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 30px 0 28px !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__proof > div {
  min-width: 0 !important;
  padding: 15px 13px !important;
  border: 1px solid rgba(44,33,56, .10) !important;
  border-radius: 15px !important;
  background: rgba(240,237,244, .78) !important;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__proof span {
  display: block !important;
  margin-bottom: 13px !important;
  color: #6833a3 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 10px !important;
  font-weight: 760 !important;
  letter-spacing: .12em !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__proof strong {
  display: block !important;
  margin-bottom: 5px !important;
  color: #30263c !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 13px !important;
  font-weight: 720 !important;
  line-height: 1.25 !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__proof small {
  display: block !important;
  color: #69736c !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__action {
  margin: 0 !important;
  text-align: left !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__action .module-buttons-item {
  float: none !important;
  margin: 0 !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__action .builder_button {
  display: inline-flex !important;
  min-height: 52px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 25px !important;
  border: 1px solid #3e255a !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: #3e255a !important;
  box-shadow: none !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 14px !important;
  font-weight: 720 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease, box-shadow 220ms ease !important;
}
@media (hover: hover) {
  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__proof > div:hover {
    border-color: rgba(62,37,90, .26) !important;
    background: rgba(247,244,250, .96) !important;
    transform: translateY(-3px) !important;
  }
  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__action .builder_button:hover {
    color: #3e255a !important;
    background: #fff !important;
    box-shadow: 0 12px 30px rgba(62,37,90, .16) !important;
    transform: translateY(-2px) !important;
  }
}

/* FAQ — generous help layout with animated, numbered answer cards. */
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium {
  padding: clamp(82px, 8vw, 122px) 24px !important;
  background: #f4f1f7 !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium > .row_inner {
  display: grid !important;
  grid-template-columns: minmax(300px, .78fr) minmax(520px, 1.22fr) !important;
  gap: clamp(58px, 8vw, 112px) !important;
  width: min(1180px, 100%) !important;
  max-width: 1180px !important;
  align-items: start !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .tb_lu05154 {
  position: sticky !important;
  top: 150px !important;
  width: auto !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .tb_mt7k154 {
  width: auto !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .sub-head {
  max-width: 520px !important;
  margin: 0 !important;
  color: #2c2138 !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(50px, 5vw, 72px) !important;
  font-style: normal !important;
  font-weight: 450 !important;
  line-height: .94 !important;
  letter-spacing: -.05em !important;
  text-align: left !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .main-head:empty {
  display: none !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .sub-head::before,
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .sub-head::after {
  display: none !important;
  content: none !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium__intro {
  max-width: 400px !important;
  margin-top: 30px !important;
  padding-top: 26px !important;
  border-top: 1px solid rgba(44,33,56, .16) !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium__intro p {
  margin: 0 0 22px !important;
  color: #647067 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium__intro a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #3e255a !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 14px !important;
  font-weight: 720 !important;
  text-decoration: none !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium__intro a span {
  transition: transform 220ms ease !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .module-accordion > ul {
  display: grid !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .module-accordion > ul > li,
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .module-accordion > ul > li:last-child {
  overflow: hidden !important;
  margin: 0 !important;
  border: 1px solid rgba(44,33,56, .12) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255, .82) !important;
  box-shadow: 0 10px 30px rgba(43,35,53, .04) !important;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease, background 220ms ease !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .module-accordion > ul > li.is-open {
  border-color: rgba(62,37,90, .30) !important;
  background: #fff !important;
  box-shadow: 0 18px 48px rgba(43,35,53, .08) !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .tb_title_accordion {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) 42px !important;
  min-height: 84px !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 16px 18px !important;
  color: #2e2638 !important;
  background: transparent !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: -.01em !important;
  text-decoration: none !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .tb_title_accordion::before {
  display: grid !important;
  width: 38px !important;
  height: 38px !important;
  place-items: center !important;
  border-radius: 50% !important;
  color: #6833a3 !important;
  background: #ede8f3 !important;
  content: var(--sunday-faq-index) !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 10px !important;
  font-weight: 760 !important;
  letter-spacing: .08em !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .tb_title_accordion::after {
  display: grid !important;
  width: 40px !important;
  height: 40px !important;
  place-items: center !important;
  border: 1px solid rgba(44,33,56, .15) !important;
  border-radius: 50% !important;
  color: #3e255a !important;
  background: #f7f5f9 !important;
  content: "+" !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  transition: color 220ms ease, background 220ms ease, transform 260ms ease !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .tb_title_accordion[aria-expanded="true"]::after {
  color: #fff !important;
  background: #3e255a !important;
  content: "−" !important;
  transform: rotate(180deg) !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .accordion-title-wrap {
  order: initial !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium :is(.accordion-icon, .accordion-active-icon) {
  display: none !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .accordion-content {
  padding: 20px 72px 26px 76px !important;
  color: #616d64 !important;
  background: transparent !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
}

html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .accordion-content[hidden],
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .accordion-content.tf_hide {
  display: none !important;
}

html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium li.is-open > .accordion-content {
  display: block !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .accordion-content p {
  margin: 0 !important;
  color: inherit !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .module-accordion .accordion-content .tb_text_wrap,
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .module-accordion .accordion-content .tb_text_wrap p {
  color: #616d64 !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
}
@media (hover: hover) {
  html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .module-accordion > ul > li:hover {
    border-color: rgba(62,37,90, .25) !important;
    box-shadow: 0 16px 40px rgba(43,35,53, .08) !important;
    transform: translateY(-2px) !important;
  }
  html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium__intro a:hover span {
    transform: translate(2px, -2px) !important;
  }
}

@media (max-width: 900px) {
  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium .module_column {
    min-height: 680px !important;
    align-items: flex-end !important;
    background-position: 60% 50% !important;
  }
  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium .module_column::before {
    background: linear-gradient(180deg, rgba(244,242,247,.12) 0%, rgba(244,242,247,.38) 42%, rgba(244,242,247,.97) 72%, #f4f2f7 100%) !important;
  }
  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__panel {
    width: 100% !important;
  }
  html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium > .row_inner {
    grid-template-columns: 1fr !important;
  }
  html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .tb_lu05154 {
    position: static !important;
  }
}

@media (max-width: 620px) {
  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium,
  html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium {
    padding-inline: 16px !important;
  }
  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium .module_column {
    min-height: 760px !important;
    padding: 14px !important;
    border-radius: 22px !important;
  }
  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__panel {
    padding: 25px 22px !important;
    border-radius: 19px !important;
  }
  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__proof {
    grid-template-columns: 1fr !important;
  }
  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__proof > div {
    display: grid !important;
    grid-template-columns: 28px 1fr !important;
  }
  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__proof span {
    grid-row: 1 / 3 !important;
    margin: 2px 0 0 !important;
  }
  html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .tb_title_accordion {
    grid-template-columns: 34px minmax(0, 1fr) 36px !important;
    gap: 10px !important;
    padding: 14px !important;
    font-size: 14px !important;
  }
  html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .tb_title_accordion::before,
  html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .tb_title_accordion::after {
    width: 34px !important;
    height: 34px !important;
  }
html body.home #page-55 #themify_builder_content-55 .sunday-faq-premium .accordion-content {
    padding: 18px 54px 22px 58px !important;
    font-size: 14px !important;
  }
}

/* Flex mosaic avoids Themify's generated implicit third grid track. */
html body.home #page-55 #themify_builder_content-55 .sunday-why-premium .module_subrow.tf_w.tb_col_count_3 {
  display: flex !important;
  flex-flow: column wrap !important;
  align-content: stretch !important;
  height: 620px !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-why-premium__card:first-child {
  width: calc(62% - 10px) !important;
  height: 620px !important;
  flex: 0 0 620px !important;
}
html body.home #page-55 #themify_builder_content-55 .sunday-why-premium__card:nth-child(2),
html body.home #page-55 #themify_builder_content-55 .sunday-why-premium__card:nth-child(3) {
  width: calc(38% - 10px) !important;
  height: 300px !important;
  flex: 0 0 300px !important;
}
@media (max-width: 820px) {
  html body.home #page-55 #themify_builder_content-55 .sunday-why-premium .module_subrow.tf_w.tb_col_count_3 {
    display: grid !important;
    height: auto !important;
  }
  html body.home #page-55 #themify_builder_content-55 .sunday-why-premium__card:first-child,
  html body.home #page-55 #themify_builder_content-55 .sunday-why-premium__card:nth-child(2),
  html body.home #page-55 #themify_builder_content-55 .sunday-why-premium__card:nth-child(3) {
    width: 100% !important;
    height: auto !important;
    flex: none !important;
  }
}

/* Product gallery proportions: full-width hero image with a four-item rail below. */
@media (min-width: 901px) {
  html body.single-product main#tbp_content#tbp_content .sunday-single-product-hero > .row_inner {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr) !important;
    width: min(100%, 1560px) !important;
    max-width: 1560px !important;
    gap: clamp(28px, 3vw, 46px) !important;
  }
  html body.single-product main#tbp_content#tbp_content .sunday-product-media-carousel {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 16px !important;
    max-width: none !important;
    align-items: start !important;
  }
  html body.single-product main#tbp_content#tbp_content .sunday-product-media-carousel__stage {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  html body.single-product main#tbp_content#tbp_content .sunday-product-media-carousel__thumbs {
    display: grid !important;
    grid-column: 1 !important;
    grid-row: 2 !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-template-rows: minmax(0, 1fr) !important;
    align-self: auto !important;
    gap: 12px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
  }
  html body.single-product main#tbp_content#tbp_content .sunday-product-media-carousel__thumb {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    min-height: 0 !important;
    border-radius: 18px !important;
  }
}

@media (min-width: 1200px) {
  html body.single-product main#tbp_content#tbp_content .sunday-single-product-hero > .row_inner {
    grid-template-columns: 670px minmax(450px, 1fr) !important;
  }
}

@media (min-width: 1400px) {
  html body.single-product main#tbp_content#tbp_content .sunday-single-product-hero > .row_inner {
    grid-template-columns: 720px minmax(450px, 1fr) !important;
  }
}

@media (max-width: 760px) {
  html body.single-product main#tbp_content#tbp_content .sunday-product-media-carousel__thumbs {
    display: flex !important;
    height: auto !important;
  }
}

/* Cart review: one premium, compact checkout story. */
body.sunday-commerce-ready {
  background:
    radial-gradient(circle at 85% 18%, rgba(218,211,225, .5), transparent 26rem),
    linear-gradient(180deg, #f5f3f8 0%, #f1eff4 100%) !important;
}

body.sunday-commerce-ready #pagewrap > .sunday-shipping-bar,
body.sunday-commerce-ready #pagewrap > #body,
body.sunday-commerce-ready #pagewrap > #footerwrap,
body.sunday-commerce-ready #pagewrap > footer {
  display: none !important;
}

body.sunday-commerce-ready .sunday-commerce-page {
  width: min(1320px, calc(100% - 64px)) !important;
  margin: clamp(42px, 6vw, 78px) auto 88px !important;
  color: #292133 !important;
}

body.sunday-commerce-ready .sunday-commerce-header {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .65fr) !important;
  align-items: end !important;
  gap: 48px !important;
  margin-bottom: 34px !important;
}

body.sunday-commerce-ready .sunday-commerce-header h1 {
  margin: 8px 0 0 !important;
  max-width: none !important;
  font-family: var(--sunday-serif, Besley, Georgia, serif) !important;
  font-size: clamp(58px, 7vw, 104px) !important;
  font-weight: 400 !important;
  line-height: .92 !important;
  letter-spacing: -.055em !important;
}

body.sunday-commerce-ready .sunday-commerce-header > p {
  max-width: 430px !important;
  margin: 0 0 8px !important;
  color: #6d6674 !important;
  font: 500 17px/1.55 var(--sunday-sans, -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif) !important;
}

body.sunday-commerce-ready .sunday-cart-eyebrow,
body.sunday-commerce-ready .sunday-commerce-section-head span,
body.sunday-commerce-ready .sunday-summary-head > span {
  color: #854bc6 !important;
  font: 700 11px/1.2 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}

body.sunday-commerce-ready .sunday-commerce-layout {
  grid-template-columns: minmax(0, 1.55fr) minmax(330px, .72fr) !important;
  gap: clamp(28px, 4vw, 52px) !important;
}

body.sunday-commerce-ready .sunday-commerce-section-head {
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 28px !important;
  margin-bottom: 15px !important;
  padding: 0 4px !important;
}

html body.sunday-commerce-ready #sunday-commerce-page .sunday-commerce-section-head h2 {
  margin: 6px 0 0 !important;
  color: #292133 !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif !important;
  font-size: 23px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  letter-spacing: -.025em !important;
}

body.sunday-commerce-ready .sunday-commerce-section-head > p {
  max-width: 320px !important;
  margin: 0 !important;
  color: #768078 !important;
  font: 500 13px/1.45 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
  text-align: right !important;
}

body.sunday-commerce-ready .sunday-commerce-items {
  display: grid !important;
  gap: 14px !important;
}

body.sunday-commerce-ready .sunday-commerce-items .sunday-cart-item {
  display: grid !important;
  grid-template-columns: 132px minmax(0, 1fr) auto !important;
  grid-template-rows: auto auto !important;
  gap: 12px 20px !important;
  min-height: 190px !important;
  padding: 18px !important;
  border: 1px solid rgba(55,42,69, .14) !important;
  border-radius: 25px !important;
  background: rgba(255,255,255, .92) !important;
  box-shadow: 0 18px 44px rgba(40,28,54, .055) !important;
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease !important;
}

body.sunday-commerce-ready .sunday-commerce-items .sunday-cart-item:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(63,38,92, .3) !important;
  box-shadow: 0 24px 52px rgba(40,28,54, .09) !important;
}

body.sunday-commerce-ready .sunday-commerce-items .sunday-cart-item.is-promo {
  border-color: rgba(133,75,198, .33) !important;
  background: linear-gradient(135deg, #fff 0%, #f9f6fc 100%) !important;
}

body.sunday-commerce-ready .sunday-commerce-items .sunday-cart-item > a:first-child {
  grid-row: 1 / 3 !important;
}

body.sunday-commerce-ready .sunday-commerce-items .sunday-cart-item img {
  width: 132px !important;
  height: 154px !important;
  border-radius: 18px !important;
  object-fit: cover !important;
  background: #efedf2 !important;
}

body.sunday-commerce-ready .sunday-cart-item small,
body.sunday-commerce-ready .sunday-cart-item .sunday-cart-dose,
body.sunday-commerce-ready .sunday-cart-item p {
  color: #738078 !important;
  font-family: var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
}

body.sunday-commerce-ready .sunday-cart-item h3 {
  margin: 7px 0 4px !important;
  color: #282031 !important;
  font-family: var(--sunday-serif, Besley, Georgia, serif) !important;
  font-size: clamp(25px, 2.2vw, 34px) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
  letter-spacing: -.035em !important;
}

body.sunday-commerce-ready .sunday-cart-price {
  color: #282031 !important;
  font: 700 19px/1.2 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
}

body.sunday-commerce-ready .sunday-cart-actions {
  grid-column: 2 / 4 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding-top: 8px !important;
  border-top: 1px solid rgba(55,42,69, .1) !important;
}

body.sunday-commerce-ready .sunday-qty-control {
  min-height: 44px !important;
  overflow: hidden !important;
  border: 1px solid #d9d5de !important;
  border-radius: 999px !important;
  background: #f8f6fa !important;
}

body.sunday-commerce-ready .sunday-qty-control button {
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  color: #3f265c !important;
  transition: color 180ms ease, background 180ms ease !important;
}

body.sunday-commerce-ready .sunday-qty-control button:hover {
  color: #fff !important;
  background: #3f265c !important;
}

body.sunday-commerce-ready .sunday-remove-item {
  color: #6d6674 !important;
  font: 650 13px/1 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
  text-underline-offset: 5px !important;
}

body.sunday-commerce-ready .sunday-remove-item:hover {
  color: #854bc6 !important;
}

body.sunday-commerce-ready .sunday-commerce-summary {
  top: 142px !important;
  overflow: hidden !important;
  padding: 0 24px 22px !important;
  border: 1px solid rgba(55,42,69, .15) !important;
  border-radius: 28px !important;
  background: rgba(255,255,255, .96) !important;
  box-shadow: 0 26px 62px rgba(41,29,54, .1) !important;
}

body.sunday-commerce-ready .sunday-summary-head {
  position: relative !important;
  top: 0 !important;
  bottom: auto !important;
  margin: 0 -24px 10px !important;
  padding: 27px 24px 25px !important;
  overflow: hidden !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 92% 18%, transparent 0 34px, rgba(255,255,255,.12) 35px 36px, transparent 37px 61px, rgba(255,255,255,.08) 62px 63px, transparent 64px),
    #2f1c45 !important;
}

body.sunday-commerce-ready .sunday-summary-head > span {
  color: #b592dd !important;
}

body.sunday-commerce-ready .sunday-summary-head h2 {
  margin: 9px 0 5px !important;
  color: #fff !important;
  font-family: var(--sunday-serif, Besley, Georgia, serif) !important;
  font-size: clamp(34px, 3vw, 46px) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: -.04em !important;
}

body.sunday-commerce-ready .sunday-summary-head p {
  max-width: 290px !important;
  margin: 0 !important;
  color: rgba(255,255,255, .72) !important;
  font: 500 12px/1.45 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
}

body.sunday-commerce-ready .sunday-summary-row {
  padding: 15px 2px !important;
  color: #595261 !important;
  font: 600 14px/1.3 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
}

body.sunday-commerce-ready .sunday-summary-row strong {
  color: #282031 !important;
  font-size: 16px !important;
}

body.sunday-commerce-ready .sunday-promo-progress {
  margin: 16px 0 !important;
  padding: 18px !important;
  border: 1px solid #d9d2e1 !important;
  border-left: 4px solid #703fa8 !important;
  border-radius: 20px !important;
  background: linear-gradient(135deg, #eee8f5 0%, #f5f2f9 100%) !important;
}

body.sunday-commerce-ready .sunday-promo-head,
body.sunday-commerce-ready .sunday-promo-progress p {
  font-family: var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
}

body.sunday-commerce-ready .sunday-promo-head {
  color: #322a3b !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  letter-spacing: .03em !important;
}

body.sunday-commerce-ready .sunday-promo-progress p {
  color: #657168 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

body.sunday-commerce-ready .sunday-commerce-primary,
body.sunday-commerce-ready .sunday-promo-progress .sunday-action {
  min-height: 54px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: #3f265c !important;
  font: 700 15px/1 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
  letter-spacing: -.01em !important;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease, box-shadow 220ms ease !important;
}

body.sunday-commerce-ready .sunday-commerce-primary:hover,
body.sunday-commerce-ready .sunday-promo-progress .sunday-action:hover {
  color: #fff !important;
  background: #854bc6 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 24px rgba(133,75,198, .2) !important;
}

body.sunday-commerce-ready .sunday-promo-progress .sunday-action[disabled] {
  color: #69746b !important;
  background: #e3dfe7 !important;
  transform: none !important;
  box-shadow: none !important;
}

body.sunday-commerce-ready .sunday-order-protection {
  margin: 16px 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(60,36,88, .16) !important;
  border-radius: 20px !important;
  background: #f9f7fc !important;
  box-shadow: 0 12px 28px rgba(40,32,49, .06) !important;
}

body.sunday-commerce-ready .sunday-order-protection__lead {
  display: grid !important;
  grid-template-columns: 38px 1fr 30px !important;
  align-items: center !important;
  gap: 11px !important;
  padding: 15px 16px !important;
  color: #fff !important;
  background:
    radial-gradient(circle at 91% 16%, rgba(181,146,221, .42) 0 4px, transparent 5px),
    radial-gradient(circle at 96% 72%, rgba(255,255,255, .15) 0 18px, transparent 19px),
    #2f1c45 !important;
}

body.sunday-commerce-ready .sunday-order-protection__mark {
  display: grid !important;
  width: 38px !important;
  height: 38px !important;
  place-items: center !important;
  border-radius: 50% !important;
  color: #2f1c45 !important;
  background: #c0a2e1 !important;
  box-shadow: 0 0 0 5px rgba(192,162,225, .14) !important;
}

body.sunday-commerce-ready .sunday-order-protection__mark svg {
  width: 21px !important;
  height: 21px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body.sunday-commerce-ready .sunday-order-protection__lead > span:nth-child(2) {
  display: grid !important;
  gap: 3px !important;
}

body.sunday-commerce-ready .sunday-order-protection__lead small {
  color: #c0a2e1 !important;
  font: 750 9px/1.1 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}

body.sunday-commerce-ready .sunday-order-protection__lead strong {
  color: #fff !important;
  font: 700 15px/1.2 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
  letter-spacing: -.01em !important;
}

body.sunday-commerce-ready .sunday-order-protection__info {
  display: grid !important;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  place-items: center !important;
  border: 1px solid rgba(255,255,255, .35) !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: rgba(255,255,255, .08) !important;
  font: 700 14px/1 Georgia, serif !important;
  cursor: help !important;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease !important;
}

body.sunday-commerce-ready .sunday-order-protection__info:hover {
  border-color: #c0a2e1 !important;
  color: #2f1c45 !important;
  background: #c0a2e1 !important;
}

body.sunday-commerce-ready .sunday-order-protection__details {
  padding: 15px 16px 16px !important;
  color: #4d4655 !important;
  font-family: var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
}

body.sunday-commerce-ready .sunday-order-protection__plan {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 11px !important;
}

body.sunday-commerce-ready .sunday-order-protection__plan strong,
body.sunday-commerce-ready .sunday-order-protection__plan b {
  color: #2e2637 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

body.sunday-commerce-ready .sunday-order-protection__plan b {
  white-space: nowrap !important;
}

body.sunday-commerce-ready .sunday-order-protection ul {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.sunday-commerce-ready .sunday-order-protection li {
  position: relative !important;
  margin: 0 !important;
  padding-left: 21px !important;
  color: #667168 !important;
  font: 500 11px/1.4 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
}

body.sunday-commerce-ready .sunday-order-protection li::before {
  content: "✓" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: grid !important;
  width: 15px !important;
  height: 15px !important;
  place-items: center !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: #854bc6 !important;
  font-size: 9px !important;
  font-weight: 800 !important;
}

body.sunday-commerce-ready .sunday-summary-trust {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  margin-top: 14px !important;
}

body.sunday-commerce-ready .sunday-summary-trust span {
  padding: 10px 8px !important;
  border-radius: 13px !important;
  color: #6d6674 !important;
  background: #f3f1f5 !important;
  font: 500 11px/1.25 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
  text-align: center !important;
}

body.sunday-commerce-ready .sunday-summary-trust b {
  color: #282031 !important;
}

body.sunday-commerce-ready .sunday-commerce-assurances {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 30px !important;
}

body.sunday-commerce-ready .sunday-commerce-assurances article {
  display: grid !important;
  grid-template-columns: 42px 1fr !important;
  gap: 14px !important;
  min-height: 112px !important;
  padding: 20px !important;
  border: 1px solid rgba(55,42,69, .12) !important;
  border-radius: 21px !important;
  background: rgba(255,255,255, .72) !important;
}

body.sunday-commerce-ready .sunday-commerce-assurances article > span {
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  color: #854bc6 !important;
  background: #f5f0fa !important;
  font: 750 11px/1 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
}

body.sunday-commerce-ready .sunday-commerce-assurances strong {
  display: block !important;
  margin: 2px 0 5px !important;
  color: #292133 !important;
  font: 700 15px/1.2 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
}

body.sunday-commerce-ready .sunday-commerce-assurances p {
  margin: 0 !important;
  color: #707c73 !important;
  font: 500 12px/1.45 var(--sunday-sans, -apple-system, BlinkMacSystemFont, sans-serif) !important;
}

@media (max-width: 900px) {
  body.sunday-commerce-ready .sunday-commerce-page {
    width: min(100% - 32px, 760px) !important;
  }
  body.sunday-commerce-ready .sunday-commerce-header,
  body.sunday-commerce-ready .sunday-commerce-layout {
    grid-template-columns: 1fr !important;
  }
  body.sunday-commerce-ready .sunday-commerce-header {
    gap: 16px !important;
  }
  body.sunday-commerce-ready .sunday-commerce-header > p {
    max-width: 620px !important;
  }
  body.sunday-commerce-ready .sunday-commerce-summary {
    position: static !important;
  }
}

@media (max-width: 640px) {
  body.sunday-commerce-ready .sunday-commerce-page {
    width: min(100% - 20px, 620px) !important;
    margin: 30px auto 58px !important;
  }
  body.sunday-commerce-ready .sunday-commerce-header h1 {
    font-size: clamp(52px, 18vw, 76px) !important;
  }
  body.sunday-commerce-ready .sunday-commerce-section-head {
    display: block !important;
  }
  body.sunday-commerce-ready .sunday-commerce-section-head > p {
    margin-top: 8px !important;
    text-align: left !important;
  }
  body.sunday-commerce-ready .sunday-commerce-items .sunday-cart-item {
    grid-template-columns: 92px minmax(0, 1fr) !important;
    gap: 12px 14px !important;
    padding: 14px !important;
    border-radius: 21px !important;
  }
  body.sunday-commerce-ready .sunday-commerce-items .sunday-cart-item > a:first-child {
    grid-row: 1 !important;
  }
  body.sunday-commerce-ready .sunday-commerce-items .sunday-cart-item img {
    width: 92px !important;
    height: 108px !important;
    border-radius: 15px !important;
  }
  body.sunday-commerce-ready .sunday-cart-price {
    grid-column: 2 !important;
  }
  body.sunday-commerce-ready .sunday-cart-actions {
    grid-column: 1 / 3 !important;
  }
body.sunday-commerce-ready .sunday-commerce-assurances {
    grid-template-columns: 1fr !important;
  }
}

/* Shop: the standards ticker is intentionally full-bleed, independent of the catalog container. */
html body.woocommerce-shop main .tb_jx89396 {
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html body.woocommerce-shop main .tb_jx89396 > .row_inner,
html body.woocommerce-shop main .tb_jx89396 .module_column,
html body.woocommerce-shop main .tb_jx89396 .module,
html body.woocommerce-shop main .tb_jx89396 .marquee-wrapper {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html body.woocommerce-shop .tb_jx89396 .row_inner,
html body.woocommerce-shop .tb_jx89396 .tb_text_wrap,
html body.woocommerce-shop .tb_jx89396 .marquee-wrapper {
  width: 100% !important;
  max-width: none !important;
}

/* Research without guesswork — true edge-to-edge photographic hero. */
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  padding: 0 !important;
  background: transparent !important;
}

html body.home #page-55 #themify_builder_content-55 .sunday-research-premium > .row_inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.home #page-55 #themify_builder_content-55 .sunday-research-premium .module_column {
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 2114 / 744 !important;
  padding: clamp(30px, 3.8vw, 64px) clamp(44px, 7vw, 120px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-position: center center !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  box-shadow: none !important;
}

html body.home #page-55 #themify_builder_content-55 .sunday-research-premium .module_column::before {
  display: none !important;
  content: none !important;
  background: none !important;
}

html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__panel {
  width: min(620px, 48vw) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__panel,
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__panel > .module,
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__panel > .module > .module_content,
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__panel > .module .tb_text_wrap {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__panel::before,
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__panel::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 900px) {
  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium .module_column {
    min-height: 760px !important;
    padding: 28px !important;
    background-position: 64% center !important;
  }

  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium .module_column::before {
    display: none !important;
    content: none !important;
    background: none !important;
  }

  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__panel {
    width: min(620px, 100%) !important;
  }
}

@media (max-width: 620px) {
  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium {
    padding-inline: 0 !important;
  }

  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium .module_column {
    min-height: 820px !important;
    padding: 18px !important;
    border-radius: 0 !important;
    background-position: 66% center !important;
  }
}

/* Shop receives the Home module through the shared-section clone. Keep the
   cloned inner canvas full bleed as well. */
html body.woocommerce-shop main .sunday-research-premium > .row_inner,
html body.woocommerce-shop main .sunday-research-premium > .row_inner > .module_column {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

html body.woocommerce-shop main .sunday-research-premium > .row_inner {
  margin-left: calc(50% - 50vw) !important;
}

html body.woocommerce-shop main#tbp_content #themify_builder_content-174 .tb_0aq2395.sunday-research-premium > .row_inner {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
}

/* Full-bleed order campaign — unfiltered artwork, not a card. */
html body .sunday-final-cta.sunday-final-cta--visual {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: none !important;
  margin: clamp(46px, 6vw, 88px) 0 0 -50vw !important;
  padding: 0 !important;
  color: #fff !important;
  background: transparent !important;
}

html body .sunday-final-cta.sunday-final-cta--visual > div {
  width: 100% !important;
  max-width: none !important;
  min-height: clamp(520px, 47vw, 760px) !important;
  margin: 0 !important;
  padding: clamp(54px, 8vw, 132px) max(6vw, calc((100vw - 1520px) / 2)) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #102f47 !important;
  background-image: var(--sunday-secondary-hero) !important;
  background-position: center center !important;
  background-size: cover !important;
  box-shadow: none !important;
}

html body .sunday-final-cta.sunday-final-cta--visual .sunday-story-eyebrow {
  color: #123f66 !important;
}

html body .sunday-final-cta.sunday-final-cta--visual h2 {
  max-width: 660px !important;
  color: #fff !important;
  text-wrap: balance !important;
  text-shadow: 0 2px 24px rgba(4,22,34, .24) !important;
}

html body .sunday-final-cta.sunday-final-cta--visual p {
  max-width: 540px !important;
  color: rgba(255,255,255, .88) !important;
  font-size: clamp(16px, 1.25vw, 19px) !important;
  line-height: 1.6 !important;
  text-shadow: 0 2px 18px rgba(4,22,34, .26) !important;
}

html body .sunday-final-cta.sunday-final-cta--visual small {
  color: rgba(255,255,255, .74) !important;
}

html body .sunday-final-cta.sunday-final-cta--visual .sunday-story-button {
  color: #29183c !important;
  background: #f0e9f7 !important;
}

html body .sunday-final-cta.sunday-final-cta--visual .sunday-story-button:hover,
html body .sunday-final-cta.sunday-final-cta--visual .sunday-story-button:focus-visible {
  color: #fff !important;
  background: #844ac6 !important;
}

@media (max-width: 760px) {
  html body .sunday-final-cta.sunday-final-cta--visual {
    margin-top: 40px !important;
    padding: 0 !important;
  }

  html body .sunday-final-cta.sunday-final-cta--visual > div {
    min-height: 680px !important;
    justify-content: flex-end !important;
    padding: 40px 24px !important;
    border-radius: 0 !important;
    background-image: var(--sunday-secondary-hero) !important;
    background-position: 62% center !important;
  }

  html body .sunday-final-cta.sunday-final-cta--visual h2,
  html body .sunday-final-cta.sunday-final-cta--visual p {
    max-width: 92% !important;
  }
}
/* Product standards ribbon: crisp, separated labels without decorative fades. */
html body.single-product main .sunday-brand-marquee {
  min-height: 72px;
  border: 0 !important;
  background: #301d46 !important;
}
html body.single-product main .sunday-brand-marquee::before,
html body.single-product main .sunday-brand-marquee::after {
  display: none !important;
  content: none !important;
}
html body.single-product main .sunday-brand-marquee .marquee-track {
  min-height: 72px;
  gap: 14px;
  padding-inline: 14px !important;
}
html body.single-product main .sunday-brand-marquee .marquee-item {
  min-height: 42px;
  gap: 10px;
  padding: 0 20px !important;
  border: 1px solid rgba(255,255,255, .24);
  border-radius: 999px;
  color: #f9f7fc !important;
  background: rgba(255,255,255, .08);
  box-shadow: none !important;
  font-size: clamp(14px, 1vw, 16px) !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}
html body.single-product main .sunday-brand-marquee .marquee-item::before {
  display: grid;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  place-items: center;
  border-radius: 50%;
  color: #301d46;
  background: #b28edb;
  content: "✓";
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}
html body.single-product main .sunday-brand-marquee .marquee-item::after {
  display: none !important;
  content: none !important;
}
@media (max-width: 760px) {
  html body.single-product main .sunday-brand-marquee,
  html body.single-product main .sunday-brand-marquee .marquee-track {
    min-height: 64px;
  }
  html body.single-product main .sunday-brand-marquee .marquee-track {
    gap: 10px;
    padding-inline: 10px !important;
  }
  html body.single-product main .sunday-brand-marquee .marquee-item {
    min-height: 38px;
    padding-inline: 16px !important;
    font-size: 13px !important;
  }
}

/* Shop canonical sections: static mirrors of the Home visual system. */
html body.woocommerce-shop main .sunday-why-premium {
  padding: clamp(76px, 7vw, 104px) var(--sunday-gutter) clamp(82px, 7.5vw, 112px) !important;
  color: #2c2138 !important;
  background: #efebf3 !important;
}
html body.woocommerce-shop main .sunday-why-premium > .row_inner {
  width: min(1180px, 100%) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
}
html body.woocommerce-shop main .sunday-why-premium > .row_inner > .module_column {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .72fr) !important;
  column-gap: clamp(42px, 7vw, 104px) !important;
  align-items: end !important;
}
html body.woocommerce-shop main .sunday-why-premium__heading {
  position: relative !important;
  grid-column: 1 !important;
  margin: 0 !important;
  text-align: left !important;
}
html body.woocommerce-shop main .sunday-why-premium__eyebrow {
  display: block !important;
  margin: 0 0 18px !important;
  color: #7238b3 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase !important;
}
html body.woocommerce-shop main .sunday-why-premium__heading .fancy-heading,
html body.woocommerce-shop main .sunday-why-premium__heading .sub-head {
  margin: 0 !important;
  color: #2c2138 !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(48px, 5.5vw, 76px) !important;
  font-style: normal !important;
  font-weight: 450 !important;
  line-height: .98 !important;
  letter-spacing: -.05em !important;
  text-align: left !important;
}
html body.woocommerce-shop main .sunday-why-premium__heading .main-head:empty {
  display: none !important;
}
html body.woocommerce-shop main .sunday-why-premium__intro {
  grid-column: 2 !important;
  margin: 0 0 7px !important;
}
html body.woocommerce-shop main .sunday-why-premium__intro p {
  max-width: 430px !important;
  margin: 0 !important;
  color: #647067 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: clamp(16px, 1.35vw, 19px) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}
html body.woocommerce-shop main .sunday-why-premium .module_subrow {
  display: grid !important;
  grid-column: 1 / -1 !important;
  grid-template-columns: minmax(0, 1.24fr) minmax(300px, .76fr) !important;
  grid-template-rows: repeat(2, minmax(250px, 1fr)) !important;
  gap: 20px !important;
  width: 100% !important;
  margin: clamp(44px, 5vw, 64px) 0 0 !important;
}
html body.woocommerce-shop main .sunday-why-premium__card {
  position: relative !important;
  display: flex !important;
  min-width: 0 !important;
  width: 100% !important;
  min-height: 0 !important;
  align-items: flex-end !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 1px solid rgba(44,33,56, .10) !important;
  border-radius: 24px !important;
  background-color: #e5e2e8 !important;
  background-image: linear-gradient(180deg, rgba(29,21,37, 0) 46%, rgba(29,21,37, .16) 100%), var(--sunday-why-image) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  box-shadow: 0 18px 50px rgba(44,33,56, .07) !important;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease !important;
}
html body.woocommerce-shop main .sunday-why-premium__card:first-child {
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
  min-height: 620px !important;
}
html body.woocommerce-shop main .sunday-why-premium__card:nth-child(2) {
  grid-column: 2 !important;
  grid-row: 1 !important;
  min-height: 300px !important;
}
html body.woocommerce-shop main .sunday-why-premium__card:nth-child(3) {
  grid-column: 2 !important;
  grid-row: 2 !important;
  min-height: 300px !important;
}
html body.woocommerce-shop main .sunday-why-premium__card > .module-plain-text {
  display: none !important;
}
html body.woocommerce-shop main .sunday-why-premium__card-copy {
  position: relative !important;
  z-index: 2 !important;
  width: calc(100% - 36px) !important;
  margin: 18px !important;
  padding: 20px 22px 22px !important;
  border: 1px solid rgba(255,255,255, .72) !important;
  border-radius: 18px !important;
  color: #2d2437 !important;
  background: rgba(248,247,250, .91) !important;
  box-shadow: 0 12px 34px rgba(35,28,43, .11) !important;
  backdrop-filter: blur(14px) saturate(1.05) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.05) !important;
}
html body.woocommerce-shop main .sunday-why-premium__card:first-child .sunday-why-premium__card-copy {
  max-width: 500px !important;
  padding: 24px 26px 26px !important;
}
html body.woocommerce-shop main .sunday-why-premium__card-meta {
  display: block !important;
  margin: 0 0 14px !important;
  color: #6833a3 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}
html body.woocommerce-shop main .sunday-why-premium__card-copy p {
  margin: 0 !important;
  color: #635d69 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}
html body.woocommerce-shop main .sunday-why-premium__card-copy .card1 {
  display: block !important;
  margin: 0 0 8px !important;
  color: #2c2138 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: clamp(21px, 2vw, 28px) !important;
  font-style: normal !important;
  font-weight: 720 !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em !important;
}
html body.woocommerce-shop main .sunday-why-premium__card-copy br {
  display: none !important;
}
@media (hover: hover) {
html body.woocommerce-shop main .sunday-why-premium__card:hover {
    border-color: rgba(44,33,56, .2) !important;
    box-shadow: 0 24px 64px rgba(44,33,56, .12) !important;
    transform: translateY(-4px) !important;
  }
}
@media (max-width: 820px) {
html body.woocommerce-shop main .sunday-why-premium {
    padding: 64px 20px 72px !important;
  }
html body.woocommerce-shop main .sunday-why-premium > .row_inner > .module_column {
    grid-template-columns: 1fr !important;
  }
html body.woocommerce-shop main .sunday-why-premium__heading,
  html body.woocommerce-shop main .sunday-why-premium__intro {
    grid-column: 1 !important;
  }
html body.woocommerce-shop main .sunday-why-premium__intro {
    margin-top: 22px !important;
  }
html body.woocommerce-shop main .sunday-why-premium .module_subrow {
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
    margin-top: 36px !important;
  }
html body.woocommerce-shop main .sunday-why-premium__card:first-child,
  html body.woocommerce-shop main .sunday-why-premium__card:not(:first-child) {
    grid-column: 1 !important;
    grid-row: auto !important;
    min-height: 420px !important;
  }
html body.woocommerce-shop main .sunday-why-premium__card-copy,
  html body.woocommerce-shop main .sunday-why-premium__card:first-child .sunday-why-premium__card-copy {
    width: calc(100% - 28px) !important;
    max-width: none !important;
    margin: 14px !important;
    padding: 19px 20px 21px !important;
  }
}
html body.woocommerce-shop main .sunday-research-premium .module_column {
  background-image: var(--sunday-research-hero) !important;
  background-position: center !important;
}
html body.woocommerce-shop main .sunday-why-premium .module_subrow.tf_w.tb_col_count_3 {
  grid-template-columns: minmax(0, 1.24fr) minmax(300px, .76fr) !important;
  grid-template-rows: repeat(2, minmax(250px, 1fr)) !important;
}
html body.woocommerce-shop main .sunday-why-premium .module_subrow.tf_w.tb_col_count_3::before,
html body.woocommerce-shop main .sunday-why-premium .module_subrow.tf_w.tb_col_count_3::after {
  display: none !important;
  content: none !important;
}
@media (max-width: 820px) {
html body.woocommerce-shop main .sunday-why-premium .module_subrow.tf_w.tb_col_count_3 {
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
  }
}
html body.woocommerce-shop main .sunday-research-premium {
  padding: clamp(72px, 7vw, 104px) 24px !important;
  color: #2c2138 !important;
  background: #e9e5ee !important;
}
html body.woocommerce-shop main .sunday-research-premium > .row_inner {
  width: min(1180px, 100%) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
html body.woocommerce-shop main .sunday-research-premium .module_column {
  position: relative !important;
  display: flex !important;
  min-height: 610px !important;
  align-items: center !important;
  overflow: hidden !important;
  padding: clamp(28px, 4vw, 52px) !important;
  border: 1px solid rgba(44,33,56, .12) !important;
  border-radius: 28px !important;
  background-position: 68% 50% !important;
  background-size: cover !important;
  box-shadow: 0 24px 70px rgba(43,35,53, .10) !important;
  isolation: isolate !important;
}
html body.woocommerce-shop main .sunday-research-premium .module_column::before {
  position: absolute !important;
  z-index: -1 !important;
  inset: 0 !important;
  display: block !important;
  content: "" !important;
  background: linear-gradient(90deg, rgba(244,242,247, .98) 0%, rgba(244,242,247, .95) 42%, rgba(244,242,247, .55) 61%, rgba(244,242,247, .08) 100%) !important;
}
html body.woocommerce-shop main .sunday-research-premium__panel {
  width: min(590px, 56%) !important;
  padding: clamp(26px, 3.5vw, 46px) !important;
  border: 1px solid rgba(255,255,255, .8) !important;
  border-radius: 24px !important;
  background: rgba(250,249,252, .88) !important;
  box-shadow: 0 18px 52px rgba(44,33,56, .10) !important;
  backdrop-filter: blur(16px) saturate(1.04) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.04) !important;
}
html body.woocommerce-shop main .sunday-research-premium__eyebrow,
html body.woocommerce-shop main .sunday-faq-premium__eyebrow {
  display: block !important;
  margin: 0 0 18px !important;
  color: #6833a3 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 11px !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;
}
html body.woocommerce-shop main .sunday-research-premium__heading .sub-head {
  margin: 0 !important;
  color: #2c2138 !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(44px, 4.4vw, 64px) !important;
  font-style: normal !important;
  font-weight: 450 !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
  text-align: left !important;
}
html body.woocommerce-shop main .sunday-research-premium__heading .main-head:empty {
  display: none !important;
}
html body.woocommerce-shop main .sunday-research-premium__copy {
  margin: 24px 0 0 !important;
  padding: 0 !important;
}
html body.woocommerce-shop main .sunday-research-premium__copy .tb_text_wrap {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
html body.woocommerce-shop main .sunday-research-premium__copy p {
  max-width: 520px !important;
  margin: 0 !important;
  color: #5e6a61 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}
html body.woocommerce-shop main .sunday-research-premium__proof {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 30px 0 28px !important;
}
html body.woocommerce-shop main .sunday-research-premium__proof > div {
  min-width: 0 !important;
  padding: 15px 13px !important;
  border: 1px solid rgba(44,33,56, .10) !important;
  border-radius: 15px !important;
  background: rgba(240,237,244, .78) !important;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease !important;
}
html body.woocommerce-shop main .sunday-research-premium__proof span {
  display: block !important;
  margin-bottom: 13px !important;
  color: #6833a3 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 10px !important;
  font-weight: 760 !important;
  letter-spacing: .12em !important;
}
html body.woocommerce-shop main .sunday-research-premium__proof strong {
  display: block !important;
  margin-bottom: 5px !important;
  color: #30263c !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 13px !important;
  font-weight: 720 !important;
  line-height: 1.25 !important;
}
html body.woocommerce-shop main .sunday-research-premium__proof small {
  display: block !important;
  color: #69736c !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}
html body.woocommerce-shop main .sunday-research-premium__action {
  margin: 0 !important;
  text-align: left !important;
}
html body.woocommerce-shop main .sunday-research-premium__action .module-buttons-item {
  float: none !important;
  margin: 0 !important;
}
html body.woocommerce-shop main .sunday-research-premium__action .builder_button {
  display: inline-flex !important;
  min-height: 52px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 25px !important;
  border: 1px solid #3e255a !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: #3e255a !important;
  box-shadow: none !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 14px !important;
  font-weight: 720 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease, box-shadow 220ms ease !important;
}
@media (hover: hover) {
html body.woocommerce-shop main .sunday-research-premium__proof > div:hover {
    border-color: rgba(62,37,90, .26) !important;
    background: rgba(247,244,250, .96) !important;
    transform: translateY(-3px) !important;
  }
html body.woocommerce-shop main .sunday-research-premium__action .builder_button:hover {
    color: #3e255a !important;
    background: #fff !important;
    box-shadow: 0 12px 30px rgba(62,37,90, .16) !important;
    transform: translateY(-2px) !important;
  }
}
html body.woocommerce-shop main .sunday-faq-premium {
  padding: clamp(82px, 8vw, 122px) 24px !important;
  background: #f4f1f7 !important;
}
html body.woocommerce-shop main .sunday-faq-premium > .row_inner {
  display: grid !important;
  grid-template-columns: minmax(300px, .78fr) minmax(520px, 1.22fr) !important;
  gap: clamp(58px, 8vw, 112px) !important;
  width: min(1180px, 100%) !important;
  max-width: 1180px !important;
  align-items: start !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
html body.woocommerce-shop main .sunday-faq-premium .tb_lu05154 {
  position: sticky !important;
  top: 150px !important;
  width: auto !important;
}
html body.woocommerce-shop main .sunday-faq-premium .tb_mt7k154 {
  width: auto !important;
}
html body.woocommerce-shop main .sunday-faq-premium .sub-head {
  max-width: 520px !important;
  margin: 0 !important;
  color: #2c2138 !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(50px, 5vw, 72px) !important;
  font-style: normal !important;
  font-weight: 450 !important;
  line-height: .94 !important;
  letter-spacing: -.05em !important;
  text-align: left !important;
}
html body.woocommerce-shop main .sunday-faq-premium .main-head:empty {
  display: none !important;
}
html body.woocommerce-shop main .sunday-faq-premium .sub-head::before,
html body.woocommerce-shop main .sunday-faq-premium .sub-head::after {
  display: none !important;
  content: none !important;
}
html body.woocommerce-shop main .sunday-faq-premium__intro {
  max-width: 400px !important;
  margin-top: 30px !important;
  padding-top: 26px !important;
  border-top: 1px solid rgba(44,33,56, .16) !important;
}
html body.woocommerce-shop main .sunday-faq-premium__intro p {
  margin: 0 0 22px !important;
  color: #647067 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
}
html body.woocommerce-shop main .sunday-faq-premium__intro a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #3e255a !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 14px !important;
  font-weight: 720 !important;
  text-decoration: none !important;
}
html body.woocommerce-shop main .sunday-faq-premium__intro a span {
  transition: transform 220ms ease !important;
}
html body.woocommerce-shop main .sunday-faq-premium .module-accordion > ul {
  display: grid !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
}
html body.woocommerce-shop main .sunday-faq-premium .module-accordion > ul > li,
html body.woocommerce-shop main .sunday-faq-premium .module-accordion > ul > li:last-child {
  overflow: hidden !important;
  margin: 0 !important;
  border: 1px solid rgba(44,33,56, .12) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255, .82) !important;
  box-shadow: 0 10px 30px rgba(43,35,53, .04) !important;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease, background 220ms ease !important;
}
html body.woocommerce-shop main .sunday-faq-premium .module-accordion > ul > li.is-open {
  border-color: rgba(62,37,90, .30) !important;
  background: #fff !important;
  box-shadow: 0 18px 48px rgba(43,35,53, .08) !important;
}
html body.woocommerce-shop main .sunday-faq-premium .tb_title_accordion {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) 42px !important;
  min-height: 84px !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 16px 18px !important;
  color: #2e2638 !important;
  background: transparent !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: -.01em !important;
  text-decoration: none !important;
}
html body.woocommerce-shop main .sunday-faq-premium .tb_title_accordion::before {
  display: grid !important;
  width: 38px !important;
  height: 38px !important;
  place-items: center !important;
  border-radius: 50% !important;
  color: #6833a3 !important;
  background: #ede8f3 !important;
  content: var(--sunday-faq-index) !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 10px !important;
  font-weight: 760 !important;
  letter-spacing: .08em !important;
}
html body.woocommerce-shop main .sunday-faq-premium .tb_title_accordion::after {
  display: grid !important;
  width: 40px !important;
  height: 40px !important;
  place-items: center !important;
  border: 1px solid rgba(44,33,56, .15) !important;
  border-radius: 50% !important;
  color: #3e255a !important;
  background: #f7f5f9 !important;
  content: "+" !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 23px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  transition: color 220ms ease, background 220ms ease, transform 260ms ease !important;
}
html body.woocommerce-shop main .sunday-faq-premium .tb_title_accordion[aria-expanded="true"]::after {
  color: #fff !important;
  background: #3e255a !important;
  content: "−" !important;
  transform: rotate(180deg) !important;
}
html body.woocommerce-shop main .sunday-faq-premium .accordion-title-wrap {
  order: initial !important;
}
html body.woocommerce-shop main .sunday-faq-premium :is(.accordion-icon, .accordion-active-icon) {
  display: none !important;
}
html body.woocommerce-shop main .sunday-faq-premium .accordion-content {
  padding: 20px 72px 26px 76px !important;
  color: #616d64 !important;
  background: transparent !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
}
html body.woocommerce-shop main .sunday-faq-premium .accordion-content[hidden],
html body.woocommerce-shop main .sunday-faq-premium .accordion-content.tf_hide {
  display: none !important;
}
html body.woocommerce-shop main .sunday-faq-premium li.is-open > .accordion-content {
  display: block !important;
}
html body.woocommerce-shop main .sunday-faq-premium .accordion-content p {
  margin: 0 !important;
  color: inherit !important;
}
html body.woocommerce-shop main .sunday-faq-premium .module-accordion .accordion-content .tb_text_wrap,
html body.woocommerce-shop main .sunday-faq-premium .module-accordion .accordion-content .tb_text_wrap p {
  color: #616d64 !important;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
}
@media (hover: hover) {
html body.woocommerce-shop main .sunday-faq-premium .module-accordion > ul > li:hover {
    border-color: rgba(62,37,90, .25) !important;
    box-shadow: 0 16px 40px rgba(43,35,53, .08) !important;
    transform: translateY(-2px) !important;
  }
html body.woocommerce-shop main .sunday-faq-premium__intro a:hover span {
    transform: translate(2px, -2px) !important;
  }
}
@media (max-width: 900px) {
html body.woocommerce-shop main .sunday-research-premium .module_column {
    min-height: 680px !important;
    align-items: flex-end !important;
    background-position: 60% 50% !important;
  }
html body.woocommerce-shop main .sunday-research-premium .module_column::before {
    background: linear-gradient(180deg, rgba(244,242,247,.12) 0%, rgba(244,242,247,.38) 42%, rgba(244,242,247,.97) 72%, #f4f2f7 100%) !important;
  }
html body.woocommerce-shop main .sunday-research-premium__panel {
    width: 100% !important;
  }
html body.woocommerce-shop main .sunday-faq-premium > .row_inner {
    grid-template-columns: 1fr !important;
  }
html body.woocommerce-shop main .sunday-faq-premium .tb_lu05154 {
    position: static !important;
  }
}
@media (max-width: 620px) {
html body.woocommerce-shop main .sunday-research-premium,
  html body.woocommerce-shop main .sunday-faq-premium {
    padding-inline: 16px !important;
  }
html body.woocommerce-shop main .sunday-research-premium .module_column {
    min-height: 760px !important;
    padding: 14px !important;
    border-radius: 22px !important;
  }
html body.woocommerce-shop main .sunday-research-premium__panel {
    padding: 25px 22px !important;
    border-radius: 19px !important;
  }
html body.woocommerce-shop main .sunday-research-premium__proof {
    grid-template-columns: 1fr !important;
  }
html body.woocommerce-shop main .sunday-research-premium__proof > div {
    display: grid !important;
    grid-template-columns: 28px 1fr !important;
  }
html body.woocommerce-shop main .sunday-research-premium__proof span {
    grid-row: 1 / 3 !important;
    margin: 2px 0 0 !important;
  }
html body.woocommerce-shop main .sunday-faq-premium .tb_title_accordion {
    grid-template-columns: 34px minmax(0, 1fr) 36px !important;
    gap: 10px !important;
    padding: 14px !important;
    font-size: 14px !important;
  }
html body.woocommerce-shop main .sunday-faq-premium .tb_title_accordion::before,
  html body.woocommerce-shop main .sunday-faq-premium .tb_title_accordion::after {
    width: 34px !important;
    height: 34px !important;
  }
html body.woocommerce-shop main .sunday-faq-premium .accordion-content {
    padding: 18px 54px 22px 58px !important;
    font-size: 14px !important;
  }
}
html body.woocommerce-shop main .sunday-why-premium .module_subrow.tf_w.tb_col_count_3 {
  display: flex !important;
  flex-flow: column wrap !important;
  align-content: stretch !important;
  height: 620px !important;
}
html body.woocommerce-shop main .sunday-why-premium__card:first-child {
  width: calc(62% - 10px) !important;
  height: 620px !important;
  flex: 0 0 620px !important;
}
html body.woocommerce-shop main .sunday-why-premium__card:nth-child(2),
html body.woocommerce-shop main .sunday-why-premium__card:nth-child(3) {
  width: calc(38% - 10px) !important;
  height: 300px !important;
  flex: 0 0 300px !important;
}
@media (max-width: 820px) {
html body.woocommerce-shop main .sunday-why-premium .module_subrow.tf_w.tb_col_count_3 {
    display: grid !important;
    height: auto !important;
  }
html body.woocommerce-shop main .sunday-why-premium__card:first-child,
  html body.woocommerce-shop main .sunday-why-premium__card:nth-child(2),
  html body.woocommerce-shop main .sunday-why-premium__card:nth-child(3) {
    width: 100% !important;
    height: auto !important;
    flex: none !important;
  }
}
html body.woocommerce-shop main .sunday-research-premium {
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: -50vw !important;
  padding: 0 !important;
  background: transparent !important;
}
html body.woocommerce-shop main .sunday-research-premium > .row_inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
html body.woocommerce-shop main .sunday-research-premium .module_column {
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 2114 / 744 !important;
  padding: clamp(30px, 3.8vw, 64px) clamp(44px, 7vw, 120px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-position: center center !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  box-shadow: none !important;
}
html body.woocommerce-shop main .sunday-research-premium .module_column::before {
  display: none !important;
  content: none !important;
  background: none !important;
}
html body.woocommerce-shop main .sunday-research-premium__panel {
  width: min(620px, 48vw) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
html body.woocommerce-shop main .sunday-research-premium__panel,
html body.woocommerce-shop main .sunday-research-premium__panel > .module,
html body.woocommerce-shop main .sunday-research-premium__panel > .module > .module_content,
html body.woocommerce-shop main .sunday-research-premium__panel > .module .tb_text_wrap {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
html body.woocommerce-shop main .sunday-research-premium__panel::before,
html body.woocommerce-shop main .sunday-research-premium__panel::after {
  display: none !important;
  content: none !important;
}
@media (max-width: 900px) {
html body.woocommerce-shop main .sunday-research-premium .module_column {
    min-height: 760px !important;
    padding: 28px !important;
    background-position: 64% center !important;
  }
html body.woocommerce-shop main .sunday-research-premium .module_column::before {
    display: none !important;
    content: none !important;
    background: none !important;
  }
html body.woocommerce-shop main .sunday-research-premium__panel {
    width: min(620px, 100%) !important;
  }
}
@media (max-width: 620px) {
html body.woocommerce-shop main .sunday-research-premium {
    padding-inline: 0 !important;
  }
html body.woocommerce-shop main .sunday-research-premium .module_column {
    min-height: 820px !important;
    padding: 18px !important;
    border-radius: 0 !important;
    background-position: 66% center !important;
  }
}

/* Final parity pass: Shop uses the exact Home canvas and campaign typography. */
@media (min-width: 821px) {
  html body.woocommerce-shop main .sunday-why-premium > .row_inner {
    width: min(1180px, calc(100vw - 96px)) !important;
    max-width: 1180px !important;
  }

  html body.woocommerce-shop main#tbp_content #themify_builder_content-174 .sunday-why-premium > .row_inner {
    width: min(1180px, calc(100vw - 96px)) !important;
    max-width: 1180px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

html body.woocommerce-shop main .sunday-final-cta.sunday-final-cta--visual h2 {
  margin: 15px 0 18px !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(44px, 5vw, 70px) !important;
  font-weight: 450 !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
}

/* Shop loads a legacy card stylesheet that Home does not. Neutralize its
   photographic pseudo-layer so the shared Home artwork remains visible. */
html body.woocommerce-shop main .sunday-why-premium__card::before,
html body.woocommerce-shop main .sunday-why-premium__card:is(:hover, :focus-within)::before {
  background-image: linear-gradient(180deg, rgba(29,17,42, .08) 8%, rgba(25,15,37, .26) 42%, rgba(20,12,29, .96) 100%) !important;
  background-position: initial !important;
  background-size: auto !important;
  background-repeat: repeat !important;
  transform: none !important;
  transition: background .32s ease !important;
}

html body.woocommerce-shop main .sunday-why-premium__card-copy,
html body.woocommerce-shop main .sunday-why-premium__card-copy .tb_text_wrap {
  color: #2d2437 !important;
  -webkit-text-fill-color: currentColor !important;
}

html body.woocommerce-shop main .sunday-why-premium__card-copy .sunday-why-premium__card-meta {
  color: #6833a3 !important;
  -webkit-text-fill-color: currentColor !important;
}

html body.woocommerce-shop main .sunday-why-premium__card-copy .card1 {
  color: #2c2138 !important;
  -webkit-text-fill-color: currentColor !important;
}

html body.woocommerce-shop main .sunday-why-premium__card-copy p,
html body.woocommerce-shop main .sunday-why-premium__card-copy p :is(span, strong, em, b) {
  color: #635d69 !important;
  -webkit-text-fill-color: currentColor !important;
}

@media (max-width: 760px) {
  html body.woocommerce-shop main .sunday-final-cta.sunday-final-cta--visual h2 {
    font-size: clamp(39px, 12vw, 52px) !important;
  }
}

/* Research hero: preserve the complete 2114 × 744 artwork without cropping. */
@media (min-width: 901px) {
  html body :is(
    #page-55 #themify_builder_content-55,
    main#tbp_content #themify_builder_content-174
  ) .sunday-research-premium {
    width: 100vw !important;
    max-width: 100vw !important;
    height: calc(100vw * 744 / 2114) !important;
    min-height: calc(100vw * 744 / 2114) !important;
    aspect-ratio: 2114 / 744 !important;
    overflow: visible !important;
  }

  html body :is(
    #page-55 #themify_builder_content-55,
    main#tbp_content #themify_builder_content-174
  ) .sunday-research-premium > .row_inner,
  html body :is(
    #page-55 #themify_builder_content-55,
    main#tbp_content #themify_builder_content-174
  ) .sunday-research-premium .module_column {
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 100% !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
  }

  html body :is(
    #page-55 #themify_builder_content-55,
    main#tbp_content #themify_builder_content-174
  ) .sunday-research-premium .module_column {
    background-position: center center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}

@media (max-width: 900px) {
  html body:is(.home, .woocommerce-shop) main .sunday-research-premium .module_column {
    background-position: center top !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
  }
}

/* Home research hero: editorial copy directly on the photograph, without a card. */
html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__panel {
  width: min(620px, 46vw) !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__eyebrow {
  margin-bottom: 16px !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  letter-spacing: .14em !important;
}

html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__heading .sub-head {
  max-width: 560px !important;
  font-size: clamp(48px, 4vw, 68px) !important;
  line-height: 1 !important;
  letter-spacing: -.042em !important;
}

html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__copy {
  margin-top: 22px !important;
}

html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__copy p {
  max-width: 530px !important;
  color: #484051 !important;
  font-size: clamp(16px, 1.15vw, 18px) !important;
  font-weight: 450 !important;
  line-height: 1.58 !important;
}

html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__proof {
  gap: 22px !important;
  margin: 30px 0 28px !important;
}

html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__proof > div {
  min-height: 0 !important;
  padding: 16px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(44,33,56, .24) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__proof span {
  margin-bottom: 12px !important;
  font-size: 11px !important;
}

html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__proof strong {
  margin-bottom: 7px !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
}

html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__proof small {
  color: #5a5361 !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
}

html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__action .builder_button {
  min-height: 50px !important;
  padding-inline: 24px !important;
  font-size: 14px !important;
}

@media (min-width: 901px) and (max-width: 1800px) {
  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium,
  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium > .row_inner {
    min-height: 700px !important;
  }

  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium .module_column {
    min-height: 700px !important;
    aspect-ratio: auto !important;
    background-position: 66% center !important;
    background-size: cover !important;
  }
}

@media (max-width: 900px) {
  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium,
  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium > .row_inner {
    min-height: 760px !important;
  }

  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__panel {
    width: min(600px, 100%) !important;
    padding: 0 !important;
    background: transparent !important;
  }
}

@media (max-width: 620px) {
  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium,
  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium > .row_inner {
    min-height: 820px !important;
  }

  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__panel {
    padding: 0 !important;
    border-radius: 0 !important;
  }

  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__heading .sub-head {
    font-size: clamp(40px, 12vw, 52px) !important;
  }

  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__proof {
    gap: 9px !important;
  }

  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__proof > div {
    min-height: 0 !important;
    padding: 14px 0 0 !important;
  }

  html body.home #page-55 #themify_builder_content-55 .sunday-research-premium__action .builder_button {
    width: 100% !important;
  }
}

/* Home featured collection — four focused products beneath the hero. */
body.home .tb_muu0154[hidden] { display: none !important; }

.sunday-home-featured {
  box-sizing: border-box;
  width: 100%;
  padding: clamp(72px, 8vw, 124px) clamp(22px, 5vw, 76px) clamp(78px, 8vw, 128px);
  background: #2a193d;
  color: #fff;
}

.sunday-home-featured__inner { width: min(100%, 1420px); margin: 0 auto; }
.sunday-home-featured *, .sunday-home-featured *::before, .sunday-home-featured *::after { box-sizing: border-box; }

.sunday-home-featured__header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .75fr) auto;
  align-items: end;
  gap: clamp(30px, 5vw, 82px);
  margin-bottom: clamp(42px, 5vw, 72px);
}

.sunday-home-featured__header h2 {
  max-width: 630px;
  margin: 0;
  color: #fff !important;
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-size: clamp(42px, 4.8vw, 72px) !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
  letter-spacing: -.045em !important;
}

.sunday-home-featured__header p {
  max-width: 480px;
  margin: 0 0 5px;
  color: rgba(255,255,255, .72) !important;
  font-size: 14px;
  line-height: 1.55;
}

.sunday-home-featured__header > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 5px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255,255,255, .52);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.sunday-home-featured__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 24px);
  align-items: stretch;
}

.sunday-home-featured__card {
  display: flex;
  min-width: 0;
  min-height: 560px;
  padding: 18px 18px 20px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255,255,255, .12);
  border-radius: 22px;
  background: #49355f;
  transition: transform .28s ease, background-color .28s ease, box-shadow .28s ease;
}

.sunday-home-featured__card--2 { background: #534365; }
.sunday-home-featured__card--3 { background: #45315b; }
.sunday-home-featured__card--4 { background: #59496a; }
.sunday-home-featured__card:hover { transform: translateY(-5px); background: #56416d; box-shadow: 0 24px 58px rgba(13,8,19, .24); }

.sunday-home-featured__meta {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sunday-home-featured__meta span,
.sunday-home-featured__meta small {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .02em;
}

.sunday-home-featured__meta span { padding: 4px 9px; background: #c7ade5; color: #2a193d; }
.sunday-home-featured__meta small { padding: 3px 8px; border: 1px solid rgba(255,255,255, .54); color: #fff; }

.sunday-home-featured__card h3 {
  margin: 16px 0 10px;
  color: #fff !important;
  font-family: "Libre Franklin", Arial, sans-serif !important;
  font-size: clamp(20px, 1.7vw, 27px) !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  letter-spacing: -.03em !important;
  text-align: center;
}

.sunday-home-featured__image {
  display: block;
  min-height: 0;
  margin: 4px -18px 18px;
  flex: 1 1 auto;
  overflow: hidden;
}

.sunday-home-featured__image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center 43%;
  transition: transform .5s cubic-bezier(.2,.75,.25,1);
}

.sunday-home-featured__card:hover .sunday-home-featured__image img { transform: scale(1.025); }

.sunday-home-featured__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.sunday-home-featured__cta {
  display: inline-flex;
  min-height: 44px;
  padding: 10px 17px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  background: #28183a;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
}
.sunday-home-featured__footer small { color: rgba(255,255,255, .68); font-family: "IBM Plex Mono", monospace; font-size: 10px; white-space: nowrap; }

@media (max-width: 1050px) {
  .sunday-home-featured__header { grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr); }
  .sunday-home-featured__header > a { grid-column: 2; }
  .sunday-home-featured__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .sunday-home-featured { padding: 62px 16px 72px; }
  .sunday-home-featured__header { grid-template-columns: 1fr; gap: 22px; margin-bottom: 34px; }
  .sunday-home-featured__header h2 { font-size: clamp(40px, 12vw, 56px) !important; }
  .sunday-home-featured__header > a { grid-column: auto; justify-self: start; }
  .sunday-home-featured__grid {
    display: flex;
    margin-right: -16px;
    padding-right: 16px;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .sunday-home-featured__grid::-webkit-scrollbar { display: none; }
  .sunday-home-featured__card { min-width: min(82vw, 330px); min-height: 520px; scroll-snap-align: start; }
  .sunday-home-featured__image img { min-height: 330px; }
}

/* Why VESPR — editorial copy with a Seed-inspired image mosaic. */
body.home .sunday-why-premium[hidden] { display: none !important; }

.sunday-why-editorial {
  box-sizing: border-box;
  width: 100%;
  padding: clamp(92px, 10vw, 168px) clamp(22px, 6vw, 94px);
  background: #f1edf6;
}

.sunday-why-editorial *,
.sunday-why-editorial *::before,
.sunday-why-editorial *::after { box-sizing: border-box; }

.sunday-why-editorial__inner {
  display: grid;
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
  width: min(100%, 1380px);
  margin: 0 auto;
  align-items: center;
  gap: clamp(58px, 8vw, 124px);
}

.sunday-why-editorial__content { max-width: 560px; }

.sunday-why-editorial__eyebrow {
  margin: 0 0 22px !important;
  color: #8044c4 !important;
  font-family: "IBM Plex Mono", monospace !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.sunday-why-editorial h2 {
  max-width: 580px;
  margin: 0 0 28px;
  color: #271937 !important;
  font-family: "Libre Baskerville", Georgia, serif !important;
  font-size: clamp(48px, 5.2vw, 78px) !important;
  font-weight: 400 !important;
  line-height: .99 !important;
  letter-spacing: -.052em !important;
}

.sunday-why-editorial__intro {
  max-width: 430px;
  margin: 0 0 30px !important;
  color: #696270 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
}

.sunday-why-editorial__button {
  display: inline-flex;
  min-height: 48px;
  padding: 11px 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  background: #331e4b;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  transition: transform .25s ease, background-color .25s ease;
}

.sunday-why-editorial__button:hover { transform: translateY(-2px); background: #422760; }

.sunday-why-editorial__steps { margin-top: clamp(42px, 5vw, 66px); }

.sunday-why-editorial__steps article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 19px 0;
  border-top: 1px solid rgba(39,25,55, .18);
}

.sunday-why-editorial__steps article:last-child { border-bottom: 1px solid rgba(39,25,55, .18); }
.sunday-why-editorial__steps span { padding-top: 4px; color: #8044c4; font-family: "IBM Plex Mono", monospace; font-size: 10px; font-weight: 700; }
.sunday-why-editorial__steps strong { display: block; margin-bottom: 5px; color: #271937; font-size: 16px; font-weight: 600; letter-spacing: -.02em; }
.sunday-why-editorial__steps p { max-width: 420px; margin: 0 !important; color: #69766e !important; font-size: 11px !important; line-height: 1.55 !important; }

.sunday-why-editorial__gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: minmax(430px, 1.55fr) minmax(190px, .72fr);
  gap: 14px;
  min-width: 0;
}

.sunday-why-editorial__gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #e1dce7;
}

.sunday-why-editorial__gallery .sunday-why-editorial__hero { grid-column: 1 / -1; }
.sunday-why-editorial__gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.75,.25,1); }
.sunday-why-editorial__hero img { object-position: center 35%; }
.sunday-why-editorial__gallery figure:nth-child(2) img { object-position: center 58%; }
.sunday-why-editorial__gallery figure:nth-child(3) img { object-position: center 42%; }
.sunday-why-editorial__gallery figure:nth-child(4) img { object-position: center 46%; }
.sunday-why-editorial__gallery figure:hover img { transform: scale(1.025); }

@media (max-width: 980px) {
  .sunday-why-editorial__inner { grid-template-columns: 1fr; gap: 54px; }
  .sunday-why-editorial__content { max-width: 780px; }
  .sunday-why-editorial__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .sunday-why-editorial__steps article { grid-template-columns: 1fr; align-content: start; border-bottom: 1px solid rgba(39,25,55, .18); }
  .sunday-why-editorial__gallery { grid-template-rows: minmax(400px, 1.5fr) minmax(180px, .7fr); }
}

@media (max-width: 620px) {
  .sunday-why-editorial { padding: 78px 16px; }
  .sunday-why-editorial h2 { font-size: clamp(44px, 13vw, 60px) !important; }
  .sunday-why-editorial__steps { grid-template-columns: 1fr; gap: 0; }
  .sunday-why-editorial__steps article { grid-template-columns: 38px 1fr; border-bottom: 0; }
  .sunday-why-editorial__steps article:last-child { border-bottom: 1px solid rgba(39,25,55, .18); }
  .sunday-why-editorial__gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 420px 170px 170px; gap: 10px; }
  .sunday-why-editorial__gallery .sunday-why-editorial__hero { grid-column: 1 / -1; }
  .sunday-why-editorial__gallery figure:nth-child(4) { grid-column: 1 / -1; }
}

/* Home featured cards — measured against Seed's current card and hover behavior. */
html body.home .sunday-home-featured__grid {
  gap: 16px !important;
}

html body.home .sunday-home-featured__card,
html body.home .sunday-home-featured__card--2,
html body.home .sunday-home-featured__card--3,
html body.home .sunday-home-featured__card--4 {
  position: relative !important;
  min-height: 500px !important;
  padding: 40px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #4e3c62 !important;
  box-shadow: none !important;
  transform: none !important;
  transition: background-color .3s ease !important;
}

html body.home .sunday-home-featured__meta {
  position: absolute !important;
  z-index: 4 !important;
  top: 8px !important;
  left: 8px !important;
  min-height: 24px !important;
}

html body.home .sunday-home-featured__meta span {
  min-height: 24px !important;
  padding: 4px 9px !important;
  border-radius: 999px !important;
  background: #c8aee5 !important;
  color: #261637 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 10px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}

html body.home .sunday-home-featured__identity {
  display: flex !important;
  min-height: 62px !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 62px !important;
  flex-direction: column !important;
  gap: 8px !important;
  transform: translateY(0) !important;
  transition: transform .3s ease !important;
}

html body.home .sunday-home-featured__identity > span {
  min-height: 24px !important;
  padding: 3px 10px !important;
  border: 1px solid rgba(255,255,255,.82) !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
}

html body.home .sunday-home-featured__card h3 {
  margin: 0 !important;
  color: #fff !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: clamp(20px, 1.45vw, 25px) !important;
  font-weight: 450 !important;
  line-height: 1.05 !important;
  letter-spacing: -.035em !important;
}

html body.home .sunday-home-featured__image {
  display: flex !important;
  min-height: 264px !important;
  height: 264px !important;
  margin: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 1 1 264px !important;
  overflow: visible !important;
}

html body.home .sunday-home-featured__image img {
  display: block !important;
  width: auto !important;
  height: 232px !important;
  min-height: 0 !important;
  max-width: 92% !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: none !important;
  transform: scale(1) !important;
  transition: transform .3s ease !important;
}

html body.home .sunday-home-featured__footer {
  display: flex !important;
  min-height: 75px !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 0 0 75px !important;
  flex-direction: column !important;
  gap: 9px !important;
  transform: translateY(0) !important;
  transition: transform .3s ease !important;
}

html body.home .sunday-home-featured__cta,
html body.home .sunday-home-featured__card:last-child .sunday-home-featured__cta {
  display: inline-flex !important;
  width: auto !important;
  min-height: 51px !important;
  padding: 11px 20px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #261637 !important;
  color: #f9f7fc !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  transition: color .3s ease, background-color .3s ease, padding .3s ease !important;
}

html body.home .sunday-home-featured__cta-icon {
  display: inline-block !important;
  width: 0 !important;
  margin-left: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  transform: translateX(-8px) !important;
  transition: width .3s ease, margin-left .3s ease, opacity .3s ease, transform .3s ease !important;
}

html body.home .sunday-home-featured__footer small {
  color: rgba(255,255,255,.72) !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
}

@media (hover: hover) and (pointer: fine) {
  html body.home .sunday-home-featured__card:hover,
  html body.home .sunday-home-featured__card:focus-within {
    background: #4e3c62 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html body.home .sunday-home-featured__card:hover .sunday-home-featured__identity,
  html body.home .sunday-home-featured__card:focus-within .sunday-home-featured__identity {
    transform: translateY(-20px) !important;
  }

  html body.home .sunday-home-featured__card:hover .sunday-home-featured__image img,
  html body.home .sunday-home-featured__card:focus-within .sunday-home-featured__image img {
    filter: none !important;
    transform: scale(1.25) !important;
  }

  html body.home .sunday-home-featured__card:hover .sunday-home-featured__footer,
  html body.home .sunday-home-featured__card:focus-within .sunday-home-featured__footer {
    transform: translateY(20px) !important;
  }

  html body.home .sunday-home-featured__card:hover .sunday-home-featured__cta,
  html body.home .sunday-home-featured__card:focus-within .sunday-home-featured__cta {
    padding-inline: 20px !important;
    background: #f9f7fc !important;
    color: #261637 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html body.home .sunday-home-featured__card:hover .sunday-home-featured__cta-icon,
  html body.home .sunday-home-featured__card:focus-within .sunday-home-featured__cta-icon {
    width: 13px !important;
    margin-left: 7px !important;
    opacity: 1 !important;
    transform: translateX(0) !important;
  }
}

@media (max-width: 1050px) {
  html body.home .sunday-home-featured__card { min-height: 500px !important; }
}

@media (max-width: 680px) {
  html body.home .sunday-home-featured__card {
    min-width: min(82vw, 320px) !important;
    min-height: 485px !important;
    padding: 34px 28px !important;
  }
  html body.home .sunday-home-featured__image { min-height: 250px !important; height: 250px !important; }
  html body.home .sunday-home-featured__image img { height: 220px !important; }
}

@media (prefers-reduced-motion: reduce) {
  html body.home .sunday-home-featured__identity,
  html body.home .sunday-home-featured__image img,
  html body.home .sunday-home-featured__footer,
  html body.home .sunday-home-featured__cta,
  html body.home .sunday-home-featured__cta-icon {
    transition-duration: .01ms !important;
  }
  html body.home .sunday-home-featured__card:hover :is(.sunday-home-featured__identity, .sunday-home-featured__footer),
  html body.home .sunday-home-featured__card:hover .sunday-home-featured__image img {
    transform: none !important;
  }
}

/* NAD product page: raise the focal point of the main orange-vial artwork so
   the vial, rather than the empty sky, sits at the center of the hero frame. */
html body.single-product main#tbp_content#tbp_content
  .sunday-product-media-carousel[data-product="nad"]
  .sunday-product-media-carousel__stage[data-media-role="artwork"] > img {
  object-fit: cover !important;
  object-position: 50% 72% !important;
}

html body.single-product main#tbp_content#tbp_content
  .sunday-product-media-carousel[data-product="nad"]
  .sunday-product-media-carousel__stage.has-image[data-media-role="artwork"]::before {
  background-position: 50% 72% !important;
}

html body.single-product main#tbp_content#tbp_content
  .sunday-product-media-carousel[data-product="nad"]
  .sunday-product-media-carousel__thumb[data-media-role="artwork"] img {
  object-position: 50% 74% !important;
}

/* RT, Epitalon and Semax use portrait lifestyle photography inside the
   landscape thumbnail rail. Keep the complete vial visible in the thumbnail;
   the expanded gallery image keeps its existing editorial crop. */
html body.single-product main#tbp_content#tbp_content
  .sunday-product-media-carousel:is(
    [data-product="rt"],
    [data-product="epitalon"],
    [data-product="semax"]
  )
  .sunday-product-media-carousel__thumb[data-media-role="lifestyle"] img {
  object-fit: contain !important;
  object-position: center !important;
  background: #f0eef2 !important;
}

/* Contemporary universal search: match the softer VESPR commerce system. */
html body .sunday-amai-search {
  background: rgba(23,14,34, .58) !important;
  backdrop-filter: blur(10px) saturate(.9) !important;
}

html body .sunday-amai-search-shell {
  width: min(960px, calc(100% - 40px)) !important;
  margin-top: 20px !important;
  padding: 28px !important;
  border: 1px solid rgba(46,27,67, .10) !important;
  border-radius: 28px !important;
  background: #f9f7fc !important;
  box-shadow: 0 28px 80px rgba(19,11,28, .24) !important;
}

html body .sunday-amai-search-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  align-items: center !important;
  gap: 12px !important;
}

html body .sunday-amai-search-form input[type="search"] {
  appearance: none !important;
  width: 100% !important;
  min-height: 56px !important;
  padding: 0 20px !important;
  border: 1px solid #d9d4df !important;
  border-radius: 999px !important;
  outline: 0 !important;
  color: #29183c !important;
  background: #f4f2f7 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 15.5px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  letter-spacing: -.01em !important;
  box-shadow: none !important;
}

html body .sunday-amai-search-form input[type="search"]::placeholder {
  color: #788479 !important;
  opacity: 1 !important;
}

html body .sunday-amai-search-form input[type="search"]:focus {
  border-color: rgba(48,28,70, .14) !important;
  outline: 0 !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(34,20,50, .13) !important;
}

html body .sunday-amai-search-form input[type="search"]:focus-visible {
  border-color: rgba(48,28,70, .14) !important;
  outline: 0 !important;
  outline-offset: 0 !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(34,20,50, .13) !important;
}

html body .sunday-amai-search-submit {
  min-width: 116px !important;
  min-height: 56px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 680 !important;
  line-height: 1 !important;
  letter-spacing: -.01em !important;
}

html body .sunday-amai-search-close {
  box-sizing: border-box !important;
  display: grid !important;
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  min-height: 52px !important;
  padding: 0 !important;
  place-items: center !important;
  align-self: center !important;
  justify-self: center !important;
  border: 1px solid rgba(46,27,67, .08) !important;
  border-radius: 50% !important;
  color: #29183c !important;
  background: #eeebf2 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

html body .sunday-amai-search-close svg {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  overflow: visible !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  vector-effect: non-scaling-stroke !important;
}

html body .sunday-amai-search-results {
  gap: 12px !important;
  margin-top: 24px !important;
}

html body .sunday-amai-search-results h2 {
  margin: 0 2px 3px !important;
  color: #544960 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .08em !important;
}

html body .sunday-amai-search-correction {
  grid-column: 1 / -1 !important;
  margin: -1px 2px 4px !important;
  color: #5c5366 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

html body .sunday-amai-search-correction button {
  display: inline !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
  color: #3b2357 !important;
  background: transparent !important;
  box-shadow: none !important;
  font: inherit !important;
  font-weight: 700 !important;
  line-height: inherit !important;
}

html body .sunday-search-correction {
  grid-column: 1 / -1 !important;
  margin: 0 0 2px !important;
  color: #5c5366 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

html body .sunday-search-correction button {
  display: inline !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
  color: #3b2357 !important;
  background: transparent !important;
  box-shadow: none !important;
  font: inherit !important;
  font-weight: 700 !important;
  line-height: inherit !important;
}

html body .sunday-amai-search-result {
  min-height: 82px !important;
  gap: 14px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(46,27,67, .10) !important;
  border-radius: 18px !important;
  color: #29183c !important;
  background: rgba(255,255,255, .76) !important;
  box-shadow: none !important;
}

html body .sunday-amai-search-result:hover {
  border-color: rgba(46,27,67, .22) !important;
  background: #fff !important;
  box-shadow: 0 12px 28px rgba(40,24,57, .08) !important;
  transform: translateY(-2px) !important;
}

html body .sunday-amai-search-result img {
  width: 58px !important;
  height: 58px !important;
  border-radius: 14px !important;
  background: #eeebf1 !important;
}

html body .sunday-amai-search-result strong,
html body .sunday-amai-search-result small {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  letter-spacing: -.01em !important;
}

html body .sunday-amai-search-result strong {
  color: #29183c !important;
  font-size: 14px !important;
  font-weight: 650 !important;
}

html body .sunday-amai-search-result small {
  margin-top: 5px !important;
  color: #6f7c71 !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
}

@media (max-width: 600px) {
  html body .sunday-amai-search-shell {
    width: calc(100% - 24px) !important;
    margin-top: 10px !important;
    padding: 18px !important;
    border-radius: 22px !important;
  }

  html body .sunday-amai-search-form {
    grid-template-columns: minmax(0, 1fr) 48px !important;
    gap: 10px !important;
  }

  html body .sunday-amai-search-form input[type="search"] {
    min-height: 52px !important;
    padding-inline: 16px !important;
    font-size: 15px !important;
  }

  html body .sunday-amai-search-submit {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-height: 50px !important;
  }

  html body .sunday-amai-search-close {
    width: 48px !important;
    height: 48px !important;
  }

  html body .sunday-amai-search-results {
    grid-template-columns: 1fr !important;
  }
}

/* Legacy specification tables use the same readable row system. */
html body.single-product main .sunday-single-panel .sunday-specification-item table {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
}

html body.single-product main .sunday-single-panel .sunday-specification-item tbody {
  display: block !important;
  width: 100% !important;
}

html body.single-product main .sunday-single-panel .sunday-specification-item tr {
  display: grid !important;
  grid-template-columns: minmax(118px, .38fr) minmax(0, 1fr) !important;
  column-gap: 24px !important;
  width: 100% !important;
  border-top: 1px solid rgba(57,39,77, .10) !important;
}

html body.single-product main .sunday-single-panel .sunday-specification-item tr:first-child {
  border-top: 0 !important;
}

html body.single-product main .sunday-single-panel .sunday-specification-item td {
  display: block !important;
  width: auto !important;
  height: auto !important;
  padding: 12px 0 !important;
  vertical-align: top !important;
  border: 0 !important;
  color: #625b69 !important;
  background: transparent !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere !important;
}

html body.single-product main .sunday-single-panel .sunday-specification-item td:first-child {
  width: auto !important;
  padding-right: 0 !important;
  color: #4d4358 !important;
  font-size: 14px !important;
  font-weight: 720 !important;
  line-height: 1.45 !important;
}

html body.single-product main .sunday-single-panel .sunday-specification-item td:first-child strong {
  color: inherit !important;
  font: inherit !important;
}

@media (max-width: 600px) {
  html body.single-product main .sunday-single-panel .sunday-specification-item :is(table, tbody, tr, td) {
    display: block !important;
    width: 100% !important;
  }

  html body.single-product main .sunday-single-panel .sunday-specification-item tr {
    grid-template-columns: minmax(0, 1fr) !important;
    row-gap: 4px !important;
    padding: 13px 0 !important;
  }

  html body.single-product main .sunday-single-panel .sunday-specification-item td {
    padding: 0 !important;
  }

  html body.single-product main .sunday-single-panel .sunday-specification-item td:first-child {
    width: 100% !important;
    margin-bottom: 4px !important;
    padding-right: 0 !important;
  }
}


/* Contemporary cart drawer: compact, calm and consistent with the search UI. */
html body .sunday-overlay.sunday-cart-overlay .sunday-overlay__backdrop {
  background: rgba(23,14,34, .48) !important;
  backdrop-filter: blur(7px) saturate(.9) !important;
}

html body .sunday-cart-drawer {
  width: min(468px, 100vw) !important;
  padding: 28px 28px 24px !important;
  border-left: 1px solid rgba(46,27,67, .08) !important;
  background: #f7f5fa !important;
  box-shadow: -28px 0 70px rgba(19,11,28, .20) !important;
}

html body .sunday-cart-drawer > .sunday-dialog-close {
  top: 24px !important;
  right: 26px !important;
  width: 48px !important;
  height: 48px !important;
  border: 1px solid rgba(46,27,67, .10) !important;
  border-radius: 50% !important;
  color: #301c46 !important;
  background: #ede9f2 !important;
  box-shadow: none !important;
}

html body .sunday-cart-drawer > .sunday-dialog-close:focus-visible {
  outline: 0 !important;
  box-shadow: 0 0 0 4px rgba(48,28,70, .12) !important;
}

html body .sunday-cart-drawer__header {
  min-height: 66px !important;
  align-items: flex-start !important;
  padding: 1px 64px 20px 1px !important;
  border-bottom: 1px solid rgba(46,27,67, .12) !important;
}

html body .sunday-cart-drawer__header > div {
  display: grid;
  gap: 5px;
}

html body .sunday-cart-drawer__header span {
  color: #728075 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 720 !important;
  line-height: 1 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}

html body .sunday-cart-drawer__header h2 {
  color: #28183b !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 27px !important;
  font-weight: 680 !important;
  line-height: 1.05 !important;
  letter-spacing: -.035em !important;
}

html body .sunday-cart-items {
  gap: 12px !important;
  max-height: calc(100dvh - 322px) !important;
  padding: 18px 2px 6px 0 !important;
  scrollbar-color: #cac3d2 transparent;
  scrollbar-width: thin;
}

html body .sunday-cart-items.is-empty {
  max-height: none !important;
  padding-top: 18px !important;
}

html body .sunday-cart-item {
  grid-template-columns: 72px minmax(0, 1fr) !important;
  gap: 14px !important;
  padding: 11px !important;
  border: 1px solid rgba(46,27,67, .10) !important;
  border-radius: 20px !important;
  background: rgba(255,255,255, .84) !important;
}

html body .sunday-cart-item img {
  width: 72px !important;
  height: 84px !important;
  border-radius: 14px !important;
  background: #eeebf1 !important;
}

html body .sunday-cart-item__details strong {
  color: #29183c !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 680 !important;
  letter-spacing: -.015em !important;
}

html body .sunday-cart-item__details > span {
  color: #787180 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

html body .sunday-cart-item__actions { gap: 10px !important; }

html body .sunday-cart-quantity {
  grid-template-columns: 34px 34px 34px !important;
  min-height: 36px !important;
  border: 1px solid rgba(46,27,67, .13) !important;
  background: #f2eff5 !important;
}

html body .sunday-cart-quantity button,
html body .sunday-cart-quantity .sunday-cart-item__qty {
  width: 34px !important;
  height: 36px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}

html body .sunday-cart-item__remove {
  padding: 8px 2px !important;
  color: #787180 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 620 !important;
  text-decoration: none !important;
}

html body .sunday-cart-offer {
  position: relative;
  gap: 6px !important;
  margin: 16px 0 4px !important;
  padding: 17px 18px 17px 20px !important;
  overflow: hidden;
  border: 1px solid rgba(97,65,133, .17) !important;
  border-left: 0 !important;
  border-radius: 18px !important;
  color: #332344 !important;
  background: linear-gradient(135deg, #e9dff4, #f2edf8) !important;
}

html body .sunday-cart-offer::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 4px;
  content: "";
  background: #733fad;
}

html body .sunday-cart-offer > strong {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

html body .sunday-cart-offer > span {
  color: #696370 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 12px !important;
}

html body .sunday-cart-empty-intro {
  position: relative;
  padding: 24px !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, #2a193d, #3f255c) !important;
  box-shadow: 0 14px 34px rgba(39,23,58, .14) !important;
}

html body .sunday-cart-empty-intro::after {
  position: absolute;
  top: -50px;
  right: -42px;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  content: "";
  background: rgba(154,107,208, .16);
}

html body .sunday-cart-empty-intro > span {
  color: #b693dd !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 9px !important;
  font-weight: 720 !important;
}

html body .sunday-cart-empty-intro > h3 {
  position: relative;
  z-index: 1;
  color: #fff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 25px !important;
  font-weight: 650 !important;
  letter-spacing: -.035em !important;
}

html body .sunday-cart-empty-intro > p {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255, .72) !important;
  font-size: 13px !important;
}

html body .sunday-cart-empty-state > .sunday-cart-trending-heading {
  margin: 22px 0 13px !important;
  padding-top: 21px !important;
}

html body .sunday-cart-trending-heading h4 {
  color: #29183c !important;
  font-size: 15px !important;
  font-weight: 680 !important;
}

html body .sunday-cart-trending-heading > span {
  color: #7c887e !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 9px !important;
  font-weight: 680 !important;
}

html body .sunday-cart-empty-state .sunday-cart-trending-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

html body .sunday-cart-trending-item {
  grid-template-columns: 54px minmax(0, 1fr) !important;
  gap: 10px !important;
  min-width: 0;
  padding: 9px !important;
  border: 1px solid rgba(46,27,67, .10) !important;
  border-radius: 17px !important;
  background: rgba(255,255,255, .82) !important;
}

html body .sunday-cart-trending-item img {
  width: 54px !important;
  height: 70px !important;
  border-radius: 12px !important;
}

html body .sunday-cart-trending-item strong {
  color: #29183c !important;
  font-size: 12px !important;
  font-weight: 690 !important;
}

html body .sunday-cart-trending-item span { font-size: 10px !important; }

html body .sunday-cart-trending-item button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  min-height: 30px !important;
  margin-top: 7px !important;
  padding: 0 10px !important;
  overflow: hidden;
  font-size: 9.5px !important;
  line-height: 1 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  appearance: none;
}

html body .sunday-cart-trending-item button :is(span, i, strong) {
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
}

html body .sunday-cart-trending-item button i {
  font-style: normal !important;
}

html body .sunday-cart-empty-state .sunday-cart-view-all {
  min-height: 46px !important;
  margin-top: 14px !important;
  border-color: rgba(46,27,67, .17) !important;
  color: #301c46 !important;
  background: rgba(255,255,255, .62) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 660 !important;
}

html body .sunday-cart-footer {
  margin-top: auto !important;
  padding: 18px 12px 0 !important;
  border-top: 1px solid rgba(46,27,67, .12) !important;
  background: linear-gradient(180deg, rgba(247,245,250, 0), #f7f5fa 20%) !important;
}

html body .sunday-cart-footer a {
  min-height: 54px !important;
  border-radius: 17px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 690 !important;
  letter-spacing: -.01em !important;
  box-shadow: 0 12px 26px rgba(48,28,70, .17) !important;
}

html body .sunday-cart-footer a::after {
  margin-left: 9px;
  content: "\2192";
  font-size: 17px;
  font-weight: 400;
  transition: transform 180ms ease;
}

html body .sunday-cart-footer a:hover::after { transform: translateX(3px); }

@media (max-width: 700px) {
  html body .sunday-cart-drawer {
    width: 100vw !important;
    padding: 22px 20px 18px !important;
  }

  html body .sunday-cart-drawer > .sunday-dialog-close {
    top: 18px !important;
    right: 19px !important;
  }

  html body .sunday-cart-drawer__header h2 { font-size: 25px !important; }

  html body .sunday-cart-items { max-height: calc(100dvh - 300px) !important; }

  html body .sunday-cart-empty-state .sunday-cart-trending-list {
    grid-template-columns: 1fr !important;
  }

  html body .sunday-cart-trending-item {
    grid-template-columns: 58px minmax(0, 1fr) !important;
  }

  html body .sunday-cart-trending-item img {
    width: 58px !important;
    height: 72px !important;
  }

  html body .sunday-cart-trending-item button {
    width: 100% !important;
    min-height: 38px !important;
    margin-top: 8px !important;
    padding: 7px 12px !important;
    overflow: visible !important;
    font-size: 10px !important;
    line-height: 1.15 !important;
    text-align: center !important;
    text-overflow: clip !important;
    white-space: normal !important;
  }
}

/* Shop cards: a warmer forest green, still deep but less cool and muted. */
html body.woocommerce-shop main .products.sunday-product-feed {
  --sunday-card-green: #47315f;
  --sunday-card-green-deep: #3b294f;
  --sunday-card-green-soft: #7a6591;
}

html body.woocommerce-shop main .sunday-product-card :is(
  .module-product-title,
  .module-product-title h2,
  .module-product-title h3,
  .module-product-title a,
  .sunday-product-bottom .module-product-price,
  .sunday-product-bottom .price,
  .sunday-product-bottom .woocommerce-Price-amount,
  .sunday-product-bottom .woocommerce-Price-currencySymbol
) {
  color: var(--sunday-card-green-deep) !important;
}

html body.woocommerce-shop main .sunday-product-card .sunday-card-view {
  border-color: var(--sunday-card-green) !important;
  background: var(--sunday-card-green) !important;
}

html body.woocommerce-shop main .sunday-product-card .sunday-card-add {
  border-color: var(--sunday-card-green) !important;
  color: var(--sunday-card-green) !important;
}

html body.woocommerce-shop main .sunday-product-card .sunday-vial-option.is-selected {
  border-color: var(--sunday-card-green) !important;
  background: var(--sunday-card-green) !important;
}

html body.woocommerce-shop main .sunday-product-card :is(
  .sunday-card-batch,
  .sunday-card-batch strong,
  .sunday-card-rating,
  .sunday-product-tags,
  .bogo-notice-text
) {
  color: #584968 !important;
}

html body.woocommerce-shop main .sunday-product-card .sunday-live-dot,
html body.woocommerce-shop main .sunday-product-card .sunday-card-batch::before,
html body.woocommerce-shop main .sunday-product-card .sunday-card-rating::before {
  background-color: var(--sunday-card-green-soft) !important;
}

html body.woocommerce-shop main .sunday-product-card :is(
  .sunday-card-eyebrow,
  .sunday-product-tags > *,
  .bogo-notice-text
) {
  border-color: rgba(71,49,95, .38) !important;
}

/* Inventory states override the catalog's default green metadata treatment.
   Prototype values are marked with data-inventory-source="prototype" so the
   integration can replace them with live quantities without changing styles. */
html body.woocommerce-shop main .sunday-product-card .sunday-card-batch.is-low,
html body.woocommerce-shop main .sunday-product-card .sunday-card-batch.is-low strong {
  color: #47315f !important;
}

html body.woocommerce-shop main .sunday-product-card .sunday-card-batch.is-low > span {
  background: #85709d !important;
  box-shadow: 0 0 0 4px rgba(133,112,157, .12) !important;
}

html body.woocommerce-shop main .sunday-product-card .sunday-card-batch.is-critical,
html body.woocommerce-shop main .sunday-product-card .sunday-card-batch.is-critical strong {
  color: #3a274f !important;
  font-weight: 750 !important;
}

html body.woocommerce-shop main .sunday-product-card .sunday-card-batch.is-out,
html body.woocommerce-shop main .sunday-product-card .sunday-card-batch.is-out strong {
  color: #6b746d !important;
}

html body.woocommerce-shop main .sunday-product-card .sunday-card-batch.is-critical > span {
  background: #67527f !important;
  box-shadow: 0 0 0 4px rgba(103,82,127, .12) !important;
}

html body.woocommerce-shop main .sunday-product-card .sunday-card-batch.is-out > span {
  background: #929b94 !important;
  box-shadow: 0 0 0 4px rgba(146,155,148, .12) !important;
}

html body.woocommerce-shop main .sunday-product-card .sunday-card-add:disabled {
  cursor: not-allowed !important;
  border-color: #c8cbc5 !important;
  color: #777e77 !important;
  background: #ebe9ee !important;
  opacity: 1 !important;
}

/* Free-vial selector — light, calm selection language that matches the current shop. */
html body .sunday-gift-modal-root {
  z-index: 2147483600 !important;
}

html body .sunday-gift-modal-backdrop {
  background: rgba(26,15,38, .66) !important;
  backdrop-filter: blur(12px) saturate(.82) !important;
}

html body .sunday-gift-modal {
  width: min(1140px, calc(100vw - 56px)) !important;
  border: 1px solid rgba(57,38,79, .12) !important;
  border-radius: 28px !important;
  background: #f7f5fa !important;
  box-shadow: 0 34px 90px rgba(21,13,31, .24), 0 2px 10px rgba(21,13,31, .08) !important;
}

html body .sunday-gift-modal__header {
  align-items: center !important;
  padding: 30px 36px 25px !important;
  border-bottom-color: rgba(57,38,79, .10) !important;
  background: linear-gradient(180deg, #faf9fc 0%, #f7f5fa 100%) !important;
}

html body .sunday-gift-modal__header > div > span {
  display: inline-flex !important;
  min-height: 24px;
  align-items: center;
  margin-bottom: 10px !important;
  padding: 0 10px;
  border-radius: 999px;
  color: #47315f !important;
  background: #e9e2f1;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 9px !important;
  font-weight: 720 !important;
  letter-spacing: .12em !important;
}

html body .sunday-gift-modal__header h2 {
  margin: 0 0 7px !important;
  color: #29183c !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: clamp(34px, 4vw, 48px) !important;
  font-weight: 640 !important;
  letter-spacing: -.045em !important;
  line-height: 1.02 !important;
}

html body .sunday-gift-modal__header p {
  color: #68756b !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

html body .sunday-gift-modal__close {
  width: 46px !important;
  height: 46px !important;
  flex-basis: 46px !important;
  border-color: rgba(57,38,79, .12) !important;
  color: #3b294f !important;
  background: #f0ecf5 !important;
  box-shadow: none !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 23px !important;
}

html body .sunday-gift-modal__catalog {
  gap: 14px !important;
  padding: 22px 36px 25px !important;
  background: #f7f5fa !important;
  scrollbar-color: #b4aac0 transparent;
  scrollbar-width: thin;
}

html body .sunday-gift-modal__catalog::-webkit-scrollbar { width: 8px; }
html body .sunday-gift-modal__catalog::-webkit-scrollbar-track { background: transparent; }
html body .sunday-gift-modal__catalog::-webkit-scrollbar-thumb {
  border: 2px solid #f7f5fa;
  border-radius: 999px;
  background: #b4aac0;
}

html body .sunday-gift-modal__option,
html body .sunday-gift-modal__option:hover,
html body .sunday-gift-modal__option:active {
  padding: 9px 9px 14px !important;
  border: 1px solid rgba(57,38,79, .12) !important;
  border-radius: 18px !important;
  color: #29183c !important;
  background: rgba(255,255,255, .88) !important;
  box-shadow: 0 3px 10px rgba(42,25,61, .035) !important;
}

html body .sunday-gift-modal__option:hover {
  border-color: rgba(71,49,95, .28) !important;
  background: #fff !important;
  box-shadow: 0 13px 28px rgba(42,25,61, .09) !important;
  transform: translateY(-2px) !important;
}

html body .sunday-gift-modal__option.is-selected,
html body .sunday-gift-modal__option.is-selected:hover,
html body .sunday-gift-modal__option[aria-checked="true"],
html body .sunday-gift-modal__option[aria-checked="true"]:hover {
  border-color: #66507e !important;
  color: #29183c !important;
  background: linear-gradient(180deg, #f1edf6 0%, #ebe4f2 100%) !important;
  box-shadow: 0 12px 28px rgba(56,35,79, .12) !important;
}

html body .sunday-gift-modal__image {
  margin-bottom: 13px !important;
  border-radius: 13px !important;
  background: #eeecf1 !important;
}

html body .sunday-gift-modal__copy { gap: 4px !important; }

html body .sunday-gift-modal__copy strong,
html body .sunday-gift-modal__option.is-selected .sunday-gift-modal__copy strong,
html body .sunday-gift-modal__option[aria-checked="true"] .sunday-gift-modal__copy strong {
  color: #29183c !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 690 !important;
  letter-spacing: -.01em !important;
}

html body .sunday-gift-modal__copy span,
html body .sunday-gift-modal__option.is-selected .sunday-gift-modal__copy span,
html body .sunday-gift-modal__option[aria-checked="true"] .sunday-gift-modal__copy span {
  color: #787180 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: .025em !important;
}

html body .sunday-gift-modal__check {
  top: 18px !important;
  right: 18px !important;
  width: 29px !important;
  height: 29px !important;
  border-color: rgba(57,38,79, .12) !important;
  color: transparent !important;
  background: rgba(255,255,255, .94) !important;
  box-shadow: 0 4px 12px rgba(34,20,50, .07) !important;
}

html body .sunday-gift-modal__option.is-selected .sunday-gift-modal__check,
html body .sunday-gift-modal__option[aria-checked="true"] .sunday-gift-modal__check {
  border-color: #47315f !important;
  color: #fff !important;
  background: #47315f !important;
  box-shadow: 0 5px 14px rgba(56,35,79, .2) !important;
}

html body .sunday-gift-modal__footer {
  min-height: 82px;
  padding: 15px 36px !important;
  border-top-color: rgba(57,38,79, .10) !important;
  background: rgba(251,250,253, .97) !important;
  box-shadow: 0 -10px 28px rgba(42,25,61, .035) !important;
}

html body .sunday-gift-modal__selected {
  gap: 11px !important;
  padding: 6px 12px 6px 7px;
  border: 1px solid rgba(57,38,79, .09);
  border-radius: 15px;
  background: #f2eff6;
}

html body .sunday-gift-modal__selected img {
  width: 44px !important;
  height: 48px !important;
  border-radius: 10px !important;
}

html body .sunday-gift-modal__selected small {
  color: #787180 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 8px !important;
  font-weight: 680 !important;
}

html body .sunday-gift-modal__selected strong {
  color: #29183c !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 690 !important;
}

html body .sunday-gift-modal__confirm,
html body .sunday-gift-modal__confirm:hover,
html body .sunday-gift-modal__confirm:active {
  min-width: 270px !important;
  min-height: 52px !important;
  border-radius: 16px !important;
  border-color: #47315f !important;
  color: #fff !important;
  background: #47315f !important;
  box-shadow: 0 11px 24px rgba(56,35,79, .18) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 690 !important;
  letter-spacing: -.005em !important;
}

html body .sunday-gift-modal__confirm:hover {
  background: #563e71 !important;
  box-shadow: 0 14px 28px rgba(56,35,79, .22) !important;
  transform: translateY(-2px) !important;
}

html body :is(.sunday-gift-modal__option, .sunday-gift-modal__close, .sunday-gift-modal__confirm):focus-visible {
  outline: 0 !important;
  box-shadow: 0 0 0 4px rgba(71,49,95, .16), 0 12px 28px rgba(56,35,79, .12) !important;
}

/* Extra modal scope keeps legacy global button states from reintroducing orange accents. */
html body .sunday-gift-modal .sunday-gift-modal__option.is-selected,
html body .sunday-gift-modal .sunday-gift-modal__option.is-selected:hover,
html body .sunday-gift-modal .sunday-gift-modal__option[aria-checked="true"],
html body .sunday-gift-modal .sunday-gift-modal__option[aria-checked="true"]:hover {
  border-color: #66507e !important;
  color: #29183c !important;
  background: linear-gradient(180deg, #f1edf6 0%, #ebe4f2 100%) !important;
  box-shadow: 0 12px 28px rgba(56,35,79, .12) !important;
}

html body .sunday-gift-modal .sunday-gift-modal__confirm,
html body .sunday-gift-modal .sunday-gift-modal__confirm:active {
  border-color: #47315f !important;
  background: #47315f !important;
  box-shadow: 0 11px 24px rgba(56,35,79, .18) !important;
}

html body .sunday-gift-modal .sunday-gift-modal__confirm:hover {
  border-color: #563e71 !important;
  background: #563e71 !important;
  box-shadow: 0 14px 28px rgba(56,35,79, .22) !important;
}

html body .sunday-gift-modal :is(
  .sunday-gift-modal__option,
  .sunday-gift-modal__close,
  .sunday-gift-modal__confirm
):focus-visible {
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow: 0 0 0 4px rgba(71,49,95, .16), 0 12px 28px rgba(56,35,79, .12) !important;
}

@media (max-width: 760px) {
  html body .sunday-gift-modal {
    width: calc(100vw - 20px) !important;
    border-radius: 22px !important;
  }

  html body .sunday-gift-modal__header {
    align-items: flex-start !important;
    padding: 22px 20px 18px !important;
  }

  html body .sunday-gift-modal__header h2 { font-size: 31px !important; }
  html body .sunday-gift-modal__close {
    width: 42px !important;
    height: 42px !important;
    flex-basis: 42px !important;
  }

  html body .sunday-gift-modal__catalog { padding: 14px !important; }
  html body .sunday-gift-modal__option,
  html body .sunday-gift-modal__option:hover { padding: 7px 7px 11px !important; }
  html body .sunday-gift-modal__footer { padding: 12px 14px !important; }
  html body .sunday-gift-modal__confirm { min-width: 0 !important; }
}

/* Checkout refresh — compact, modern, and aligned with the warm forest shop system. */
html body.sunday-commerce-ready.sunday-checkout-ready {
  background:
    radial-gradient(circle at 88% 12%, rgba(128,105,153, .15), transparent 31rem),
    linear-gradient(180deg, #f7f5f9 0%, #f2eff5 100%) !important;
}

html body.sunday-checkout-ready .sunday-commerce-page {
  width: min(1320px, calc(100% - 56px)) !important;
  margin: clamp(64px, 6vw, 78px) auto 82px !important;
}

html body.sunday-checkout-ready .sunday-commerce-header {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .65fr) !important;
  gap: 42px !important;
  margin-bottom: 26px !important;
}

html body.sunday-checkout-ready .sunday-cart-eyebrow {
  display: inline-flex !important;
  min-height: 27px;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: #47315f !important;
  background: #e9e2f1;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 9px !important;
  font-weight: 720 !important;
  letter-spacing: .12em !important;
}

html body.sunday-checkout-ready .sunday-commerce-header h1 {
  margin-top: 11px !important;
  color: #29183c !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: clamp(52px, 6vw, 72px) !important;
  font-weight: 640 !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
}

html body.sunday-checkout-ready .sunday-commerce-header > p {
  margin-bottom: 4px !important;
  color: #68756b !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 540 !important;
  line-height: 1.48 !important;
}

html body.sunday-checkout-ready .sunday-checkout-reward {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  min-height: 0 !important;
  gap: 18px !important;
  margin: 0 0 26px !important;
  padding: 19px 21px !important;
  border: 1px solid rgba(71,49,95, .16) !important;
  border-radius: 22px !important;
  color: #29183c !important;
  background: linear-gradient(115deg, #efe9f5 0%, #f7f5fa 72%, #fff 100%) !important;
  box-shadow: 0 15px 38px rgba(47,28,68, .065) !important;
}

html body.sunday-checkout-ready .sunday-checkout-reward > span {
  align-self: center !important;
  min-height: 34px !important;
  padding: 0 13px !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: #47315f !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 9px !important;
  font-weight: 720 !important;
  letter-spacing: .1em !important;
  white-space: nowrap;
}

html body.sunday-checkout-ready .sunday-checkout-reward div strong {
  margin-bottom: 4px !important;
  color: #29183c !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 19px !important;
  font-weight: 660 !important;
  letter-spacing: -.025em !important;
}

html body.sunday-checkout-ready .sunday-checkout-reward div p {
  color: #68756b !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 12px !important;
}

html body.sunday-checkout-ready .sunday-checkout-reward > b {
  min-width: 82px !important;
  min-height: 56px !important;
  padding: 9px 12px !important;
  border: 1px solid rgba(71,49,95, .12);
  border-radius: 15px !important;
  color: #47315f !important;
  background: rgba(255,255,255, .76) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 12px !important;
  box-shadow: 0 6px 16px rgba(56,35,79, .06);
}

html body.sunday-checkout-ready .sunday-checkout-reward > b small {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 8px !important;
  font-weight: 650 !important;
}

html body.sunday-checkout-ready .sunday-commerce-layout {
  grid-template-columns: minmax(0, 1.5fr) minmax(340px, .72fr) !important;
  gap: clamp(24px, 3vw, 36px) !important;
}

html body.sunday-checkout-ready .sunday-commerce-section-head {
  margin-bottom: 13px !important;
}

html body.sunday-checkout-ready .sunday-commerce-section-head span,
html body.sunday-checkout-ready .sunday-summary-head > span {
  color: #66507e !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}

html body.sunday-checkout-ready .sunday-commerce-items {
  gap: 11px !important;
}

html body.sunday-checkout-ready .sunday-commerce-items .sunday-cart-item {
  grid-template-columns: 110px minmax(0, 1fr) auto !important;
  min-height: 160px !important;
  padding: 15px !important;
  border-color: rgba(57,38,79, .11) !important;
  border-radius: 21px !important;
  background: rgba(255,255,255, .86) !important;
  box-shadow: 0 13px 34px rgba(42,25,61, .05) !important;
}

html body.sunday-checkout-ready .sunday-commerce-items .sunday-cart-item img {
  width: 110px !important;
  height: 130px !important;
  border-radius: 15px !important;
}

html body.sunday-checkout-ready .sunday-cart-item h3 {
  margin-top: 6px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 24px !important;
  font-weight: 620 !important;
  letter-spacing: -.035em !important;
}

html body.sunday-checkout-ready .sunday-cart-actions {
  padding-top: 6px !important;
}

html body.sunday-checkout-ready .sunday-checkout-details {
  gap: 12px !important;
  margin-top: 18px !important;
}

html body.sunday-checkout-ready .sunday-checkout-detail-card {
  grid-template-columns: 42px minmax(210px, .6fr) minmax(260px, 1fr) !important;
  gap: 17px !important;
  padding: 21px 23px !important;
  border: 1px solid rgba(57,38,79, .11) !important;
  border-radius: 21px !important;
  background: rgba(255,255,255, .88) !important;
  box-shadow: 0 13px 34px rgba(42,25,61, .045) !important;
}

html body.sunday-checkout-ready .sunday-checkout-step {
  width: 36px !important;
  height: 36px !important;
  border: 1px solid rgba(71,49,95, .12);
  color: #47315f !important;
  background: #e9e2f1 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 9px !important;
  font-weight: 720 !important;
}

html body.sunday-checkout-ready .sunday-checkout-detail-card h2 {
  margin: 0 0 4px !important;
  color: #29183c !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 24px !important;
  font-weight: 640 !important;
  line-height: 1.06 !important;
  letter-spacing: -.035em !important;
}

html body.sunday-checkout-ready .sunday-checkout-detail-card > div > p {
  color: #787180 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

html body.sunday-checkout-ready .sunday-checkout-detail-card label,
html body.sunday-checkout-ready .sunday-checkout-fields label {
  gap: 7px !important;
  color: #554962 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
}

html body.sunday-checkout-ready .sunday-checkout-fields {
  gap: 11px 12px !important;
}

html body.sunday-checkout-ready .sunday-checkout-detail-card input {
  min-height: 50px !important;
  padding: 0 15px !important;
  border: 1px solid rgba(71,49,95, .14) !important;
  border-radius: 14px !important;
  outline: 0 !important;
  color: #29183c !important;
  background: #f6f4f8 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

html body.sunday-checkout-ready .sunday-checkout-detail-card input:focus,
html body.sunday-checkout-ready .sunday-checkout-detail-card input:focus-visible {
  border-color: rgba(71,49,95, .22) !important;
  outline: 0 !important;
  background: #fff !important;
  box-shadow: 0 10px 26px rgba(56,35,79, .12) !important;
}

html body.sunday-checkout-ready .sunday-commerce-summary {
  top: 126px !important;
  padding: 0 20px 20px !important;
  border-color: rgba(57,38,79, .13) !important;
  border-radius: 24px !important;
  background: rgba(250,248,252, .97) !important;
  box-shadow: 0 22px 52px rgba(42,25,61, .09) !important;
}

html body.sunday-checkout-ready .sunday-summary-head {
  margin: 0 -20px 8px !important;
  padding: 24px 21px 22px !important;
  background:
    radial-gradient(circle at 92% 18%, transparent 0 30px, rgba(255,255,255,.11) 31px 32px, transparent 33px 54px, rgba(255,255,255,.07) 55px 56px, transparent 57px),
    #47315f !important;
}

html body.sunday-checkout-ready .sunday-summary-head > span {
  color: #dccfeb !important;
  font-size: 9px !important;
  letter-spacing: .13em !important;
}

html body.sunday-checkout-ready .sunday-summary-head h2 {
  margin: 8px 0 5px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 32px !important;
  font-weight: 620 !important;
  letter-spacing: -.04em !important;
}

html body.sunday-checkout-ready #sunday-commerce-page .sunday-checkout-detail-card h2 {
  font-size: 24px !important;
  line-height: 1.06 !important;
}

html body.sunday-checkout-ready #sunday-commerce-page .sunday-summary-head h2 {
  font-size: 32px !important;
  line-height: 1.04 !important;
}

html body.sunday-checkout-ready .sunday-summary-head p {
  font-size: 11px !important;
}

html body.sunday-checkout-ready .sunday-summary-row {
  padding: 13px 2px !important;
  font-size: 13px !important;
}

html body.sunday-checkout-ready .sunday-promo-progress {
  margin: 13px 0 !important;
  padding: 16px !important;
  border: 1px solid rgba(102,80,126, .2) !important;
  border-left: 3px solid #7a6591 !important;
  border-radius: 17px !important;
  background: linear-gradient(135deg, #efe9f5 0%, #f7f4fa 100%) !important;
}

html body.sunday-checkout-ready .sunday-promo-progress .sunday-action,
html body.sunday-checkout-ready .sunday-commerce-primary {
  min-height: 52px !important;
  margin-top: 13px !important;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 15px !important;
  color: #fff !important;
  background: #47315f !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 680 !important;
  box-shadow: 0 10px 22px rgba(56,35,79, .16) !important;
}

html body.sunday-checkout-ready .sunday-promo-progress .sunday-action:hover,
html body.sunday-checkout-ready .sunday-commerce-primary:hover {
  color: #fff !important;
  background: #563e71 !important;
  box-shadow: 0 13px 26px rgba(56,35,79, .2) !important;
  transform: translateY(-2px) !important;
}

html body.sunday-checkout-ready .sunday-order-protection {
  margin: 13px 0 !important;
  border-color: rgba(71,49,95, .13) !important;
  border-radius: 17px !important;
  background: #f5f2f8 !important;
  box-shadow: 0 9px 24px rgba(40,32,49, .045) !important;
}

html body.sunday-checkout-ready .sunday-order-protection__lead {
  padding: 13px 14px !important;
  background: #3b294f !important;
}

html body.sunday-checkout-ready .sunday-order-protection__mark {
  color: #3b294f !important;
  background: #dccfeb !important;
  box-shadow: 0 0 0 4px rgba(220,207,235, .12) !important;
}

html body.sunday-checkout-ready .sunday-order-protection__lead small {
  color: #dccfeb !important;
}

html body.sunday-checkout-ready .sunday-order-protection li::before {
  background: #7a6591 !important;
}

html body.sunday-checkout-ready .sunday-summary-trust span {
  border: 1px solid rgba(71,49,95, .08);
  color: #657168 !important;
  background: #f1eef5 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}

html body.sunday-checkout-ready .sunday-commerce-assurances {
  gap: 10px !important;
  margin-top: 24px !important;
}

html body.sunday-checkout-ready .sunday-commerce-assurances article {
  min-height: 98px !important;
  padding: 17px !important;
  border-color: rgba(57,38,79, .10) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255, .68) !important;
}

html body.sunday-checkout-ready .sunday-commerce-assurances article > span {
  color: #47315f !important;
  background: #e9e2f1 !important;
}

@media (max-width: 900px) {
  html body.sunday-checkout-ready .sunday-commerce-page {
    width: min(100% - 30px, 760px) !important;
  }

  html body.sunday-checkout-ready .sunday-commerce-header,
  html body.sunday-checkout-ready .sunday-commerce-layout {
    grid-template-columns: 1fr !important;
  }

  html body.sunday-checkout-ready .sunday-checkout-detail-card {
    grid-template-columns: 42px minmax(0, 1fr) !important;
  }

  html body.sunday-checkout-ready .sunday-checkout-detail-card > label,
  html body.sunday-checkout-ready .sunday-checkout-detail-card > .sunday-checkout-fields,
  html body.sunday-checkout-ready .sunday-checkout-detail-card > .sunday-commerce-primary,
  html body.sunday-checkout-ready .sunday-checkout-status {
    grid-column: 2 !important;
  }
}

@media (max-width: 640px) {
  html body.sunday-checkout-ready .sunday-commerce-page {
    width: calc(100% - 20px) !important;
    margin: 24px auto 54px !important;
  }

  html body.sunday-checkout-ready .sunday-commerce-header h1 {
    font-size: 46px !important;
  }

  html body.sunday-checkout-ready .sunday-checkout-reward {
    grid-template-columns: 1fr auto !important;
    padding: 17px !important;
  }

  html body.sunday-checkout-ready .sunday-checkout-reward > span {
    grid-column: 1 / -1 !important;
    justify-self: start !important;
  }

  html body.sunday-checkout-ready .sunday-commerce-items .sunday-cart-item {
    grid-template-columns: 88px minmax(0, 1fr) !important;
    padding: 13px !important;
  }

  html body.sunday-checkout-ready .sunday-commerce-items .sunday-cart-item img {
    width: 88px !important;
    height: 105px !important;
  }

  html body.sunday-checkout-ready .sunday-checkout-detail-card {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding: 17px !important;
  }

  html body.sunday-checkout-ready .sunday-checkout-fields {
    grid-template-columns: 1fr !important;
  }

  html body.sunday-checkout-ready .sunday-commerce-assurances {
    grid-template-columns: 1fr !important;
  }
}

/* Free-vial selector: polished icons and a stable light selected state. */
html body .sunday-gift-modal__option:is(.is-selected, [aria-checked="true"]),
html body .sunday-gift-modal__option:is(.is-selected, [aria-checked="true"]):is(:hover, :focus, :focus-visible, :active) {
  border-color: #66537c !important;
  color: #29183c !important;
  background: linear-gradient(180deg, #f3f0f7 0%, #ece6f2 100%) !important;
  box-shadow: 0 0 0 2px rgba(102,83,124, .16), 0 12px 28px rgba(56,35,79, .11) !important;
  filter: none !important;
  transform: none !important;
}

html body .sunday-gift-modal__option:is(.is-selected, [aria-checked="true"]) .sunday-gift-modal__copy :is(strong, span) {
  color: #29183c !important;
}

html body .sunday-gift-modal__check {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  line-height: 0 !important;
}

html body .sunday-gift-modal__check svg {
  display: block !important;
  width: 15px !important;
  height: 15px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  opacity: 0;
  transform: scale(0.82);
}

html body .sunday-gift-modal__option:is(.is-selected, [aria-checked="true"]) .sunday-gift-modal__check {
  border-color: #47315f !important;
  color: #fff !important;
  background: #47315f !important;
  box-shadow: 0 4px 12px rgba(56,35,79, 0.18) !important;
}

html body .sunday-gift-modal__option:is(.is-selected, [aria-checked="true"]) .sunday-gift-modal__check svg {
  opacity: 1;
  transform: none;
}

html body .sunday-gift-modal__close,
html body .sunday-gift-modal__close:is(:hover, :focus, :focus-visible, :active) {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  color: #47315f !important;
  background: #f2eef6 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  transform: none !important;
}

html body .sunday-gift-modal__close svg {
  display: block !important;
  width: 17px !important;
  height: 17px !important;
  margin: 0 !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.75 !important;
  stroke-linecap: round !important;
}

/* Learn + About 2026 editorial rebuild. Scoped so commerce and home remain untouched. */
.sunday-learn-v2,
.sunday-about-v2 {
  --v2-forest: #261637;
  --v2-deep: #1b1028;
  --v2-leaf: #5c4773;
  --v2-lime: #a981d7;
  --v2-cream: #eee9f3;
  --v2-paper: #f5f3f8;
  --v2-line: rgba(40,24,59, .15);
  --v2-coral: #9765cf;
  overflow: hidden;
  color: #28183b;
  background: var(--v2-paper);
}

.sunday-v2-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--v2-coral);
  font: 700 11px/1.2 "Courier New", monospace;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.sunday-v2-kicker::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.sunday-learn-v2 h1,
.sunday-learn-v2 h2,
.sunday-about-v2 h1,
.sunday-about-v2 h2,
.sunday-about-v2 blockquote {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.sunday-learn-v2__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  gap: 52px;
  align-items: center;
  width: min(1280px, calc(100% - 36px));
  min-height: 700px;
  margin: 18px auto 0;
  padding: 76px 72px;
  overflow: hidden;
  border-radius: 0 0 38px 38px;
  color: #f2eff6;
  background:
    radial-gradient(circle at 17% 18%, rgba(169,129,215, .38), transparent 28%),
    radial-gradient(circle at 82% 76%, rgba(102,70,139, .42), transparent 30%),
    linear-gradient(128deg, #331e4a 0%, #20132e 54%, #160d21 100%);
}

.sunday-learn-v2__hero::before,
.sunday-about-v2__hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  content: "";
}

.sunday-learn-v2__hero-copy,
.sunday-learn-v2__hero-media {
  position: relative;
  z-index: 2;
}

.sunday-learn-v2__hero .sunday-v2-kicker { color: var(--v2-lime); }
.sunday-learn-v2__hero h1 {
  margin-top: 22px;
  color: #fff;
  font-size: clamp(68px, 7vw, 108px);
  letter-spacing: -.062em;
  line-height: .87;
}
.sunday-learn-v2__hero h1 em { color: var(--v2-lime); font-weight: 400; }
.sunday-learn-v2__hero-copy > p {
  max-width: 530px;
  margin-top: 30px;
  color: rgba(255,255,255,.75);
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.58;
}
.sunday-v2-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.sunday-v2-tags span {
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  font-size: 11px;
  letter-spacing: .04em;
}
.sunday-learn-v2__hero-media {
  align-self: stretch;
  min-height: 530px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  background: #c0b2cf;
  box-shadow: 0 34px 80px rgba(9,6,13, .32);
}
.sunday-learn-v2__hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.sunday-learn-v2__hero-media::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(14,8,21,.75)); content: ""; }
.sunday-learn-v2__hero-media figcaption {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  align-items: end;
  color: #fff;
}
.sunday-learn-v2__hero-media small { color: var(--v2-lime); font: 700 10px/1.3 "Courier New", monospace; letter-spacing: .11em; text-transform: uppercase; }
.sunday-learn-v2__hero-media strong { font-family: Georgia, serif; font-size: 20px; font-weight: 400; line-height: 1.16; }
.sunday-learn-v2__hero-orbit { position: absolute; z-index: 1; left: -80px; bottom: -150px; width: 360px; aspect-ratio: 1; border: 1px solid rgba(169,129,215,.18); border-radius: 50%; }
.sunday-learn-v2__hero-orbit i { position: absolute; inset: 18%; border: 1px solid rgba(169,129,215,.16); border-radius: 50%; }
.sunday-learn-v2__hero-orbit i:nth-child(2) { inset: 36%; }
.sunday-learn-v2__hero-orbit i:nth-child(3) { inset: 48%; background: var(--v2-lime); }

.sunday-learn-v2__intro,
.sunday-learn-v2__principles,
.sunday-learn-v2__anatomy,
.sunday-learn-v2__signal,
.sunday-learn-v2__quality,
.sunday-learn-v2__notice,
.sunday-about-v2__statement,
.sunday-about-v2__values,
.sunday-about-v2__story,
.sunday-about-v2__standard,
.sunday-about-v2__closing,
.sunday-about-v2__notice {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}

.sunday-learn-v2__intro { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; padding: 130px 0 70px; }
.sunday-learn-v2__intro h2,
.sunday-learn-v2__anatomy h2,
.sunday-learn-v2__signal h2,
.sunday-learn-v2__quality h2 {
  margin-top: 17px;
  color: var(--v2-forest);
  font-size: clamp(50px, 5.2vw, 76px);
  letter-spacing: -.052em;
  line-height: .94;
}
.sunday-learn-v2__intro > p { max-width: 510px; padding-bottom: 5px; color: #68756a; font-size: 18px; line-height: 1.68; }
.sunday-learn-v2__principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; padding-bottom: 130px; }
.sunday-learn-v2__principles article {
  position: relative;
  min-height: 420px;
  padding: 25px 26px 27px;
  overflow: hidden;
  border: 1px solid var(--v2-line);
  border-radius: 24px;
  background: #fff;
}
.sunday-learn-v2__principles article:nth-child(2) { background: #e8e2ee; }
.sunday-learn-v2__principles article:nth-child(3) { color: #fff; background: var(--v2-forest); }
.sunday-learn-v2__principles article > span { font: 700 11px/1 "Courier New", monospace; color: var(--v2-coral); }
.sunday-learn-v2__principles h3 { margin-top: 34px; color: inherit; font: 400 35px/1 Georgia, serif; }
.sunday-learn-v2__principles p { max-width: 290px; margin-top: 14px; color: #6b776d; font-size: 14px; line-height: 1.58; }
.sunday-learn-v2__principles article:nth-child(3) p { color: rgba(255,255,255,.68); }
.sunday-learn-v2__principles article > small { position: absolute; right: 26px; bottom: 26px; left: 26px; padding-top: 14px; border-top: 1px solid currentColor; font: 700 10px/1.2 "Courier New", monospace; letter-spacing: .09em; opacity: .55; text-transform: uppercase; }
.sunday-v2-glyph { position: relative; width: 138px; height: 138px; margin: 35px auto 5px; }
.sunday-v2-glyph i { position: absolute; border: 1px solid rgba(47,28,69,.3); border-radius: 50%; }
.sunday-v2-glyph--sequence i:nth-child(1) { inset: 0 40px 40px 0; }
.sunday-v2-glyph--sequence i:nth-child(2) { inset: 40px 0 0 40px; }
.sunday-v2-glyph--sequence i:nth-child(3) { width: 16px; height: 16px; top: 61px; left: 61px; border: 0; background: var(--v2-coral); }
.sunday-v2-glyph--context { border: 1px solid rgba(47,28,69,.25); border-radius: 50%; }
.sunday-v2-glyph--context i:nth-child(1) { inset: 27px; }
.sunday-v2-glyph--context i:nth-child(2) { inset: 57px; border: 0; background: var(--v2-forest); }
.sunday-v2-glyph--record { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; align-items: end; padding: 12px; }
.sunday-v2-glyph--record i { position: static; border: 0; border-radius: 5px 5px 0 0; background: var(--v2-lime); }
.sunday-v2-glyph--record i:nth-child(1) { height: 46%; opacity: .45; }
.sunday-v2-glyph--record i:nth-child(2) { height: 82%; opacity: .72; }
.sunday-v2-glyph--record i:nth-child(3) { height: 64%; }

.sunday-learn-v2__anatomy { display: grid; grid-template-columns: minmax(0,1.06fr) minmax(380px,.94fr); gap: 72px; align-items: center; padding-bottom: 135px; }
.sunday-learn-v2__anatomy > figure { position: relative; height: 700px; overflow: hidden; border-radius: 28px; background: #8e6cb5; }
.sunday-learn-v2__anatomy > figure img { width: 100%; height: 100%; object-fit: cover; }
.sunday-learn-v2__anatomy > figure::after { position: absolute; inset: 55% 0 0; background: linear-gradient(transparent,rgba(34,20,49,.7)); content:""; }
.sunday-learn-v2__anatomy figcaption { position: absolute; z-index: 1; right: 25px; bottom: 25px; left: 25px; display: flex; justify-content: space-between; align-items: end; color:#fff; }
.sunday-learn-v2__anatomy figcaption span { font: 700 10px/1.2 "Courier New", monospace; letter-spacing:.12em; text-transform:uppercase; }
.sunday-learn-v2__anatomy figcaption strong { max-width:240px; text-align:right; font:400 22px/1.1 Georgia,serif; }
.sunday-learn-v2__anatomy-copy ol { margin-top: 38px; padding: 0; border-top: 1px solid var(--v2-line); list-style: none; }
.sunday-learn-v2__anatomy-copy li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 20px 0; border-bottom: 1px solid var(--v2-line); }
.sunday-learn-v2__anatomy-copy li > span { padding-top: 3px; color: var(--v2-coral); font:700 10px/1 "Courier New",monospace; }
.sunday-learn-v2__anatomy-copy li strong { font-size:16px; }
.sunday-learn-v2__anatomy-copy li p { margin-top:5px; color:#727d74; font-size:13px; line-height:1.5; }

.sunday-learn-v2__signal { position:relative; padding: 76px; overflow:hidden; border-radius: 32px; color:#fff; background: var(--v2-deep); }
.sunday-learn-v2__signal::before { position:absolute; width:420px; height:420px; right:-130px; top:-170px; border-radius:50%; background:rgba(169,129,215,.13); filter:blur(4px); content:""; }
.sunday-learn-v2__signal header { position:relative; z-index:1; display:grid; grid-template-columns:.45fr 1fr; align-items:start; }
.sunday-learn-v2__signal .sunday-v2-kicker { color:var(--v2-lime); }
.sunday-learn-v2__signal h2 { margin-top:0; color:#fff; }
.sunday-learn-v2__signal-map { position:relative; z-index:1; display:grid; grid-template-columns:140px 1fr 140px 1fr 140px; align-items:center; margin:80px 0 54px; }
.sunday-learn-v2__signal-map span { display:grid; place-items:center; width:140px; height:140px; border:1px solid rgba(255,255,255,.28); border-radius:50%; color:#fff; font:400 17px/1 Georgia,serif; }
.sunday-learn-v2__signal-map span.is-b { color:var(--v2-deep); background:var(--v2-lime); border-color:var(--v2-lime); }
.sunday-learn-v2__signal-map i { height:1px; background:linear-gradient(90deg,rgba(255,255,255,.2),var(--v2-lime),rgba(255,255,255,.2)); }
.sunday-learn-v2__signal-notes { position:relative; z-index:1; display:grid; grid-template-columns:repeat(3,1fr); gap:30px; padding-top:28px; border-top:1px solid rgba(255,255,255,.16); }
.sunday-learn-v2__signal-notes p { display:grid; grid-template-columns:32px 1fr; gap:10px; color:rgba(255,255,255,.68); font-size:13px; line-height:1.55; }
.sunday-learn-v2__signal-notes b { color:var(--v2-lime); font:700 10px/1.4 "Courier New",monospace; }

.sunday-learn-v2__quality { display:grid; grid-template-columns:.9fr 1.1fr; gap:72px; align-items:center; padding:135px 0; }
.sunday-learn-v2__quality-copy > p { max-width:470px; margin-top:26px; color:#69756c; font-size:16px; line-height:1.65; }
.sunday-learn-v2__quality-card { position:relative; display:grid; grid-template-columns:190px 1fr; min-height:440px; padding:38px; overflow:hidden; border-radius:28px; color:#fff; background:linear-gradient(145deg,#655576,#36254a); }
.sunday-learn-v2__quality-card::before { position:absolute; inset:0; background:radial-gradient(circle at 18% 14%,rgba(169,129,215,.33),transparent 32%); content:""; }
.sunday-learn-v2__quality-card img { position:relative; z-index:1; align-self:center; width:100%; height:250px; object-fit:contain; filter:drop-shadow(0 22px 20px rgba(0,0,0,.25)); }
.sunday-learn-v2__quality-card > div { position:relative; z-index:1; align-self:center; padding-left:28px; }
.sunday-learn-v2__quality-card small { color:var(--v2-lime); font:700 10px/1.2 "Courier New",monospace; letter-spacing:.12em; text-transform:uppercase; }
.sunday-learn-v2__quality-card strong { display:block; margin-top:16px; font:400 34px/1.02 Georgia,serif; }
.sunday-learn-v2__quality-card ul { position:relative; z-index:1; grid-column:1/-1; align-self:end; padding:0; border-top:1px solid rgba(255,255,255,.2); list-style:none; }
.sunday-learn-v2__quality-card li { display:flex; justify-content:space-between; padding:11px 0; border-bottom:1px solid rgba(255,255,255,.12); font-size:11px; }
.sunday-learn-v2__quality-card li span { opacity:.62; }
.sunday-learn-v2__quality-card li b { font-weight:600; }
.sunday-learn-v2__notice,
.sunday-about-v2__notice { display:grid; grid-template-columns:62px 1fr; gap:20px; align-items:center; margin-bottom:90px; padding:25px 28px; border:1px solid var(--v2-line); border-radius:20px; background:#ede9f2; }
.sunday-learn-v2__notice > span,
.sunday-about-v2__notice > span { display:grid; place-items:center; width:58px; height:58px; border-radius:50%; color:var(--v2-lime); background:var(--v2-forest); font:400 25px/1 Georgia,serif; }
.sunday-learn-v2__notice small,
.sunday-about-v2__notice small { display:block; color:var(--v2-coral); font:700 9px/1.2 "Courier New",monospace; letter-spacing:.12em; text-transform:uppercase; }
.sunday-learn-v2__notice strong,
.sunday-about-v2__notice strong { display:block; margin-top:5px; font-size:14px; }
.sunday-learn-v2__notice p,
.sunday-about-v2__notice p { margin-top:3px; color:#6e7a70; font-size:12px; }

/* About */
.sunday-about-v2__hero { position:relative; display:grid; grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr); gap:58px; align-items:center; width:min(1280px,calc(100% - 36px)); min-height:730px; margin:18px auto 0; padding:82px 72px; overflow:hidden; border-radius:0 0 38px 38px; background:linear-gradient(125deg,#ded6e8 0%,#ece7f2 52%,#dcd1e8 100%); }
.sunday-about-v2__hero::before { position:absolute; width:600px; height:600px; top:-330px; left:-160px; border-radius:50%; background:radial-gradient(circle,rgba(160,114,211,.72),rgba(160,114,211,0) 67%); content:""; }
.sunday-about-v2__hero-copy,
.sunday-about-v2__hero-media { position:relative; z-index:2; }
.sunday-about-v2__hero h1 { margin-top:22px; color:var(--v2-forest); font-size:clamp(67px,6.8vw,104px); letter-spacing:-.062em; line-height:.88; }
.sunday-about-v2__hero h1 em { color:#66507e; font-weight:400; }
.sunday-about-v2__hero-copy > p { max-width:520px; margin-top:30px; color:#655d6d; font-size:18px; line-height:1.62; }
.sunday-about-v2__manifest { display:grid; grid-template-columns:120px 1fr; gap:18px; align-items:center; max-width:520px; margin-top:38px; padding-top:22px; border-top:1px solid rgba(40,24,59,.2); }
.sunday-about-v2__manifest span { color:var(--v2-coral); font:700 9px/1.3 "Courier New",monospace; letter-spacing:.1em; text-transform:uppercase; }
.sunday-about-v2__manifest strong { font:400 17px/1.35 Georgia,serif; }
.sunday-about-v2__hero-media { height:570px; overflow:hidden; border-radius:30px; background:#bdc9d2; box-shadow:0 34px 76px rgba(43,33,54,.18); }
.sunday-about-v2__hero-media img { width:100%; height:100%; object-fit:cover; object-position:center 52%; }
.sunday-about-v2__hero-media::after { position:absolute; inset:50% 0 0; background:linear-gradient(transparent,rgba(25,15,37,.62)); content:""; }
.sunday-about-v2__hero-media figcaption { position:absolute; z-index:2; right:22px; bottom:22px; left:22px; display:flex; justify-content:space-between; align-items:end; color:#fff; }
.sunday-about-v2__hero-media small { font:700 9px/1.2 "Courier New",monospace; letter-spacing:.11em; text-transform:uppercase; opacity:.7; }
.sunday-about-v2__hero-media strong { font:400 20px/1 Georgia,serif; }
.sunday-about-v2__statement { display:grid; grid-template-columns:.38fr 1fr; gap:40px 72px; padding:135px 0 110px; }
.sunday-about-v2__statement blockquote { grid-column:2; margin:0; color:var(--v2-forest); font-size:clamp(55px,6.2vw,90px); letter-spacing:-.055em; line-height:.95; }
.sunday-about-v2__statement > p { grid-column:2; max-width:620px; color:#68756a; font-size:17px; line-height:1.68; }
.sunday-about-v2__values { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; padding-bottom:135px; }
.sunday-about-v2__values article { position:relative; min-height:360px; padding:28px; border:1px solid var(--v2-line); border-radius:24px; background:#fff; }
.sunday-about-v2__values article:nth-child(2) { color:#fff; background:var(--v2-forest); }
.sunday-about-v2__values article:nth-child(3) { background:#e3d9ee; }
.sunday-about-v2__values article > span { color:var(--v2-coral); font:700 10px/1 "Courier New",monospace; }
.sunday-about-v2__values h2 { max-width:280px; margin-top:90px; color:inherit; font-size:40px; letter-spacing:-.045em; line-height:1; }
.sunday-about-v2__values p { max-width:290px; margin-top:16px; color:#6f7971; font-size:13px; line-height:1.58; }
.sunday-about-v2__values article:nth-child(2) p { color:rgba(255,255,255,.68); }
.sunday-about-v2__values i { position:absolute; right:28px; bottom:25px; left:28px; padding-top:12px; border-top:1px solid currentColor; font:normal 700 9px/1 "Courier New",monospace; letter-spacing:.13em; opacity:.55; text-transform:uppercase; }
.sunday-about-v2__story { display:grid; grid-template-columns:1.08fr .92fr; grid-template-rows:auto auto; gap:18px; padding-bottom:135px; }
.sunday-about-v2__story figure { position:relative; overflow:hidden; border-radius:26px; background:#c0b1d1; }
.sunday-about-v2__story-main { grid-row:1/3; min-height:760px; }
.sunday-about-v2__story-side { min-height:360px; }
.sunday-about-v2__story figure img { width:100%; height:100%; object-fit:cover; }
.sunday-about-v2__story figure::after { position:absolute; inset:58% 0 0; background:linear-gradient(transparent,rgba(19,12,28,.72)); content:""; }
.sunday-about-v2__story figcaption { position:absolute; z-index:1; right:22px; bottom:22px; left:22px; display:flex; justify-content:space-between; align-items:end; color:#fff; }
.sunday-about-v2__story figcaption small { font:700 9px/1 "Courier New",monospace; letter-spacing:.1em; text-transform:uppercase; }
.sunday-about-v2__story figcaption strong { max-width:220px; text-align:right; font:400 20px/1.1 Georgia,serif; }
.sunday-about-v2__story-copy { padding:35px 34px 26px; border:1px solid var(--v2-line); border-radius:26px; background:#ede9f2; }
.sunday-about-v2__story-copy h2 { margin-top:17px; color:var(--v2-forest); font-size:clamp(43px,4vw,60px); letter-spacing:-.05em; line-height:.95; }
.sunday-about-v2__story-copy > p { margin-top:22px; color:#68756a; font-size:14px; line-height:1.62; }
.sunday-about-v2__story-copy dl { margin:28px 0 0; border-top:1px solid var(--v2-line); }
.sunday-about-v2__story-copy dl div { display:flex; justify-content:space-between; padding:11px 0; border-bottom:1px solid var(--v2-line); font-size:11px; }
.sunday-about-v2__story-copy dt { color:#778178; }
.sunday-about-v2__story-copy dd { margin:0; font-weight:700; }
.sunday-about-v2__standard { padding:85px 74px; border-radius:30px; color:#fff; background:var(--v2-deep); }
.sunday-about-v2__standard header { display:grid; grid-template-columns:.4fr 1fr; gap:40px; }
.sunday-about-v2__standard .sunday-v2-kicker { color:var(--v2-lime); }
.sunday-about-v2__standard h2 { color:#fff; font-size:clamp(50px,5vw,74px); letter-spacing:-.05em; line-height:.94; }
.sunday-about-v2__standard ol { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:75px; padding:0; list-style:none; }
.sunday-about-v2__standard li { min-height:210px; padding:22px 0 0; border-top:1px solid rgba(255,255,255,.2); }
.sunday-about-v2__standard li > span { color:var(--v2-lime); font:700 10px/1 "Courier New",monospace; }
.sunday-about-v2__standard li div { margin-top:70px; }
.sunday-about-v2__standard li strong { font:400 22px/1 Georgia,serif; }
.sunday-about-v2__standard li p { margin-top:9px; color:rgba(255,255,255,.6); font-size:12px; line-height:1.5; }
.sunday-about-v2__closing { position:relative; min-height:540px; padding:135px 0; overflow:hidden; }
.sunday-about-v2__closing h2 { max-width:820px; margin-top:24px; color:var(--v2-forest); font-size:clamp(62px,7vw,100px); letter-spacing:-.06em; line-height:.88; }
.sunday-about-v2__closing p { margin-top:26px; color:#68756a; font-size:17px; }
.sunday-about-v2__mark { position:absolute; right:-30px; bottom:-105px; color:rgba(90,70,112,.09); font:400 420px/.8 Georgia,serif; }

@media (max-width: 980px) {
  .sunday-learn-v2__hero,
  .sunday-about-v2__hero { grid-template-columns:1fr; padding:68px 42px 42px; }
  .sunday-learn-v2__hero-media,
  .sunday-about-v2__hero-media { height:560px; min-height:0; }
  .sunday-learn-v2__intro,
  .sunday-learn-v2__anatomy,
  .sunday-learn-v2__quality { grid-template-columns:1fr; gap:48px; }
  .sunday-learn-v2__principles,
  .sunday-about-v2__values { grid-template-columns:1fr 1fr; }
  .sunday-learn-v2__principles article:last-child,
  .sunday-about-v2__values article:last-child { grid-column:1/-1; }
  .sunday-learn-v2__signal { padding:55px 42px; }
  .sunday-learn-v2__signal header,
  .sunday-about-v2__standard header { grid-template-columns:1fr; gap:20px; }
  .sunday-learn-v2__signal-map { grid-template-columns:112px 1fr 112px 1fr 112px; }
  .sunday-learn-v2__signal-map span { width:112px; height:112px; }
  .sunday-about-v2__story { grid-template-columns:1fr; }
  .sunday-about-v2__story-main { grid-row:auto; min-height:650px; }
  .sunday-about-v2__standard ol { grid-template-columns:1fr 1fr; }
}

@media (max-width: 680px) {
  .sunday-learn-v2__hero,
  .sunday-about-v2__hero { width:calc(100% - 16px); margin-top:8px; padding:54px 22px 22px; border-radius:0 0 26px 26px; }
  .sunday-learn-v2__hero h1,
  .sunday-about-v2__hero h1 { font-size:clamp(52px,17vw,72px); }
  .sunday-learn-v2__hero-media,
  .sunday-about-v2__hero-media { height:430px; }
  .sunday-learn-v2__hero-media figcaption { grid-template-columns:1fr; gap:7px; }
  .sunday-learn-v2__intro,
  .sunday-learn-v2__principles,
  .sunday-learn-v2__anatomy,
  .sunday-learn-v2__signal,
  .sunday-learn-v2__quality,
  .sunday-learn-v2__notice,
  .sunday-about-v2__statement,
  .sunday-about-v2__values,
  .sunday-about-v2__story,
  .sunday-about-v2__standard,
  .sunday-about-v2__closing,
  .sunday-about-v2__notice { width:calc(100% - 32px); }
  .sunday-learn-v2__intro { grid-template-columns:1fr; gap:24px; padding:90px 0 45px; }
  .sunday-learn-v2__intro h2,
  .sunday-learn-v2__anatomy h2,
  .sunday-learn-v2__signal h2,
  .sunday-learn-v2__quality h2 { font-size:46px; }
  .sunday-learn-v2__principles,
  .sunday-about-v2__values { grid-template-columns:1fr; }
  .sunday-learn-v2__principles article:last-child,
  .sunday-about-v2__values article:last-child { grid-column:auto; }
  .sunday-learn-v2__anatomy > figure { height:510px; }
  .sunday-learn-v2__signal { padding:45px 24px; }
  .sunday-learn-v2__signal-map { grid-template-columns:1fr; gap:12px; justify-items:center; margin:50px 0 38px; }
  .sunday-learn-v2__signal-map i { width:1px; height:28px; }
  .sunday-learn-v2__signal-notes { grid-template-columns:1fr; gap:16px; }
  .sunday-learn-v2__quality-card { grid-template-columns:120px 1fr; padding:25px; }
  .sunday-learn-v2__quality-card img { height:190px; }
  .sunday-learn-v2__quality-card strong { font-size:27px; }
  .sunday-learn-v2__notice,
  .sunday-about-v2__notice { grid-template-columns:46px 1fr; padding:20px; }
  .sunday-learn-v2__notice > span,
  .sunday-about-v2__notice > span { width:46px; height:46px; }
  .sunday-about-v2__statement { display:block; padding:90px 0 65px; }
  .sunday-about-v2__statement blockquote { margin-top:28px; font-size:50px; }
  .sunday-about-v2__statement > p { margin-top:28px; }
  .sunday-about-v2__story-main { min-height:540px; }
  .sunday-about-v2__standard { padding:55px 24px; }
  .sunday-about-v2__standard h2 { font-size:46px; }
  .sunday-about-v2__standard ol { grid-template-columns:1fr; gap:0; margin-top:45px; }
  .sunday-about-v2__standard li { min-height:150px; }
  .sunday-about-v2__standard li div { margin-top:45px; }
  .sunday-about-v2__closing h2 { font-size:53px; }
}

/* Cart reward launcher — contemporary action and a crisp first-open selector. */
html body .sunday-cart-gift-launcher {
  grid-template-columns: auto minmax(0, 1fr) !important;
  gap: 13px !important;
  margin-top: 15px !important;
  padding: 11px 11px 11px 13px !important;
  border: 1px solid rgba(71,49,95, .14) !important;
  border-radius: 19px !important;
  background: linear-gradient(135deg, rgba(255,255,255, .96), rgba(243,239,247, .94)) !important;
  box-shadow: 0 8px 24px rgba(48,30,68, .065) !important;
}

html body .sunday-cart-gift-launcher__preview {
  padding-left: 6px !important;
}

html body .sunday-cart-gift-launcher__preview img,
html body .sunday-cart-gift-launcher__preview b {
  width: 36px !important;
  height: 42px !important;
  border-color: #f9f7fb !important;
  border-radius: 10px !important;
  box-shadow: 0 3px 9px rgba(42,26,59, .08) !important;
}

html body .sunday-cart-gift-launcher__preview b {
  color: #47315f !important;
  background: #eae4f1 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 9px !important;
  font-weight: 720 !important;
}

html body .sunday-cart-gift-launcher__copy {
  gap: 3px !important;
}

html body .sunday-cart-gift-launcher__copy strong {
  color: #29183c !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 690 !important;
  letter-spacing: -.015em !important;
}

html body .sunday-cart-gift-launcher__copy span {
  color: #787180 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 9px !important;
  font-weight: 610 !important;
  letter-spacing: .035em !important;
  text-transform: uppercase !important;
}

html body .sunday-cart-gift-open,
html body .sunday-cart-gift-open:hover,
html body .sunday-cart-gift-open:active {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 48px !important;
  justify-content: space-between !important;
  gap: 10px !important;
  padding: 5px 6px 5px 16px !important;
  border: 1px solid rgba(255,255,255, .12) !important;
  border-radius: 15px !important;
  color: #fff !important;
  background: #47315f !important;
  box-shadow: 0 9px 20px rgba(56,35,79, .17) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 690 !important;
  letter-spacing: -.01em !important;
  transform: none !important;
}

html body .sunday-cart-gift-open:hover {
  background: #563e71 !important;
  box-shadow: 0 12px 24px rgba(56,35,79, .22) !important;
  transform: translateY(-1px) !important;
}

html body .sunday-cart-gift-open:active {
  background: #3b294f !important;
  box-shadow: 0 5px 12px rgba(56,35,79, .16) !important;
  transform: translateY(0) scale(.985) !important;
}

html body .sunday-cart-gift-open__label {
  white-space: nowrap;
}

html body .sunday-cart-gift-open__icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 11px;
  background: rgba(255,255,255, .14);
  transition: background-color 180ms ease, transform 220ms cubic-bezier(.22, 1, .36, 1);
}

html body .sunday-cart-gift-open__icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html body .sunday-cart-gift-open:hover .sunday-cart-gift-open__icon {
  background: rgba(255,255,255, .2);
  transform: translateX(2px);
}

html body .sunday-cart-gift-open:focus-visible {
  outline: 0 !important;
  box-shadow: 0 0 0 4px rgba(71,49,95, .18), 0 11px 24px rgba(56,35,79, .2) !important;
}

/* Keep the drawer out of the selector's stacking and blur context. */
html body.sunday-gift-modal-open .sunday-overlay.sunday-cart-overlay {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html body .sunday-gift-modal-root {
  z-index: 2147483647 !important;
  isolation: isolate;
  filter: none !important;
}

html body .sunday-gift-modal-backdrop {
  background: rgba(26,15,38, .68) !important;
  backdrop-filter: blur(5px) saturate(.92) !important;
}

html body .sunday-gift-modal {
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-font-smoothing: antialiased;
}

/* Final guard: selected rewards stay light in every pointer and focus state. */
html body .sunday-gift-modal-root .sunday-gift-modal .sunday-gift-modal__catalog
  .sunday-gift-modal__option:is(.is-selected, [aria-checked="true"]),
html body .sunday-gift-modal-root .sunday-gift-modal .sunday-gift-modal__catalog
  .sunday-gift-modal__option:is(.is-selected, [aria-checked="true"]):is(:hover, :focus, :focus-visible, :active) {
  border: 1px solid #7f6c95 !important;
  color: #29183c !important;
  background-color: #eee9f4 !important;
  background-image: linear-gradient(180deg, #f4f1f8 0%, #ece6f2 100%) !important;
  box-shadow: 0 0 0 2px rgba(102,83,124, .14), 0 12px 28px rgba(56,35,79, .11) !important;
  filter: none !important;
  transform: none !important;
}

html body .sunday-gift-modal-root .sunday-gift-modal
  .sunday-gift-modal__option:is(.is-selected, [aria-checked="true"])
  .sunday-gift-modal__copy :is(strong, span) {
  color: #29183c !important;
}

/* Final checkout brand overrides. */
html body.sunday-commerce-ready.sunday-checkout-ready { background: #f4f1f7 !important; }
html body.sunday-checkout-ready :is(.sunday-cart-eyebrow, .sunday-commerce-section-head span, .sunday-summary-head > span, .sunday-checkout-reward > span, .sunday-order-protection__lead small) {
  letter-spacing: .035em !important;
  text-transform: none !important;
}
html body.sunday-checkout-ready .sunday-commerce-header h1 {
  color: #2a193d !important;
  font-family: var(--sunday-serif, Besley, Georgia, serif) !important;
  font-weight: 400 !important;
}
html body.sunday-checkout-ready .sunday-cart-eyebrow {
  padding: 0 !important;
  color: #8349c5 !important;
  background: transparent !important;
  font-size: 11px !important;
}
html body.sunday-checkout-ready .sunday-checkout-reward {
  border-color: rgba(49,38,62, .11) !important;
  color: #2d2437 !important;
  background: rgba(255,255,255, .72) !important;
  box-shadow: 0 12px 30px rgba(39,31,47, .045) !important;
}
html body.sunday-checkout-ready .sunday-checkout-reward > span {
  border: 1px solid rgba(131,73,197, .28) !important;
  color: #7d3fc2 !important;
  background: #f9f7fc !important;
  font-size: 10px !important;
}
html body.sunday-checkout-ready .sunday-checkout-reward > b {
  border-color: rgba(49,38,62, .1) !important;
  color: #2a193d !important;
  background: #fff !important;
  box-shadow: none !important;
}
html body.sunday-checkout-ready .sunday-commerce-items .sunday-cart-item {
  grid-template-columns: 116px minmax(0, 1fr) auto !important;
  gap: 18px 23px !important;
  min-height: 188px !important;
  padding: 24px !important;
  border-color: rgba(49,38,62, .1) !important;
  background: #fff !important;
  box-shadow: 0 11px 30px rgba(39,31,47, .045) !important;
}
html body.sunday-checkout-ready .sunday-commerce-items .sunday-cart-item img {
  width: 116px !important;
  height: 138px !important;
  background: #f0eef3 !important;
}
html body.sunday-checkout-ready .sunday-checkout-detail-card {
  border-color: rgba(49,38,62, .1) !important;
  background: rgba(255,255,255, .82) !important;
  box-shadow: 0 10px 28px rgba(39,31,47, .04) !important;
}
html body.sunday-checkout-ready .sunday-checkout-step {
  border-color: rgba(131,73,197, .26) !important;
  color: #7d3fc2 !important;
  background: #f9f7fc !important;
}
html body.sunday-checkout-ready .sunday-summary-head { background: #2f1c45 !important; }
html body.sunday-checkout-ready .sunday-summary-head > span {
  color: #b490dc !important;
  font-size: 10px !important;
}
html body.sunday-checkout-ready .sunday-summary-head h2 {
  font-family: var(--sunday-serif, Besley, Georgia, serif) !important;
  font-weight: 400 !important;
}
html body.sunday-checkout-ready .sunday-promo-progress {
  border: 1px solid rgba(49,38,62, .11) !important;
  border-left: 3px solid #8349c5 !important;
  background: #f5f2f8 !important;
}
html body.sunday-checkout-ready .sunday-promo-progress .sunday-action,
html body.sunday-checkout-ready .sunday-commerce-primary {
  background: #2f1c45 !important;
  box-shadow: 0 9px 20px rgba(47,28,69, .13) !important;
}
html body.sunday-checkout-ready .sunday-promo-progress .sunday-action:hover,
html body.sunday-checkout-ready .sunday-commerce-primary:hover {
  background: #8349c5 !important;
  box-shadow: 0 11px 24px rgba(131,73,197, .17) !important;
}
html body.sunday-checkout-ready .sunday-order-protection__lead { background: #2f1c45 !important; }
html body.sunday-checkout-ready .sunday-order-protection__mark {
  color: #2f1c45 !important;
  background: #dcccef !important;
  box-shadow: none !important;
}
html body.sunday-checkout-ready .sunday-commerce-assurances {
  gap: 0 !important;
  margin-top: 34px !important;
  padding-top: 24px !important;
  border-top: 1px solid rgba(49,38,62, .12) !important;
}
html body.sunday-checkout-ready .sunday-commerce-assurances article {
  grid-template-columns: 28px minmax(0, 1fr) !important;
  min-height: 0 !important;
  padding: 7px 24px !important;
  border: 0 !important;
  border-right: 1px solid rgba(49,38,62, .1) !important;
  border-radius: 0 !important;
  background: transparent !important;
}
html body.sunday-checkout-ready .sunday-commerce-assurances article:last-child { border-right: 0 !important; }
html body.sunday-checkout-ready .sunday-commerce-assurances article > span {
  width: auto !important;
  height: auto !important;
  place-items: start !important;
  border-radius: 0 !important;
  color: #8349c5 !important;
  background: transparent !important;
}
@media (max-width: 640px) {
  html body.sunday-checkout-ready .sunday-commerce-items .sunday-cart-item {
    grid-template-columns: 88px minmax(0, 1fr) !important;
    gap: 14px 16px !important;
    padding: 17px !important;
  }
  html body.sunday-checkout-ready .sunday-commerce-items .sunday-cart-item img {
    width: 88px !important;
    height: 106px !important;
  }
  html body.sunday-checkout-ready .sunday-commerce-assurances article {
    padding: 12px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(49,38,62, .1) !important;
  }
  html body.sunday-checkout-ready .sunday-commerce-assurances article:last-child { border-bottom: 0 !important; }
}

/* Final checkout cascade: calm, continuous and intentionally low-chroma. */
html body.sunday-checkout-ready .sunday-commerce-page { width: min(1220px, calc(100% - 48px)) !important; }
html body.sunday-checkout-ready .sunday-commerce-header { display: block !important; margin-bottom: 27px !important; }
html body.sunday-checkout-ready :is(.sunday-cart-eyebrow, .sunday-commerce-header > p, .sunday-checkout-reward, .sunday-commerce-section-head > p, .sunday-summary-head > span, .sunday-summary-head > p, .sunday-summary-trust, .sunday-commerce-assurances) { display: none !important; }
html body.sunday-checkout-ready .sunday-commerce-header h1 { margin: 0 !important; font-size: clamp(48px, 5vw, 64px) !important; line-height: 1 !important; }
html body.sunday-checkout-ready .sunday-commerce-layout { grid-template-columns: minmax(0, 1.55fr) minmax(330px, .72fr) !important; gap: clamp(26px, 3vw, 38px) !important; align-items: start !important; }
html body.sunday-checkout-ready .sunday-commerce-section-head { margin: 0 0 12px !important; }
html body.sunday-checkout-ready .sunday-commerce-section-head span { display: none !important; }
html body.sunday-checkout-ready .sunday-commerce-section-head h2 { color: #2c2337 !important; font-size: 19px !important; font-weight: 620 !important; }
html body.sunday-checkout-ready .sunday-commerce-items .sunday-cart-item { grid-template-columns: 92px minmax(0, 1fr) auto !important; gap: 12px 19px !important; min-height: 0 !important; padding: 18px !important; border: 1px solid rgba(49,38,62, .1) !important; border-radius: 20px !important; background: #fff !important; box-shadow: none !important; }
html body.sunday-checkout-ready .sunday-commerce-items .sunday-cart-item img { width: 92px !important; height: 110px !important; border-radius: 14px !important; }
html body.sunday-checkout-ready .sunday-cart-item h3 { margin-top: 3px !important; font-size: 21px !important; }

html body.sunday-checkout-ready .sunday-checkout-details { gap: 0 !important; margin-top: 18px !important; overflow: hidden !important; border: 1px solid rgba(49,38,62, .1) !important; border-radius: 22px !important; background: #fff !important; }
html body.sunday-checkout-ready .sunday-checkout-detail-card { grid-template-columns: minmax(145px, .42fr) minmax(0, 1fr) !important; gap: 24px !important; margin: 0 !important; padding: 24px !important; border: 0 !important; border-bottom: 1px solid rgba(49,38,62, .1) !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; }
html body.sunday-checkout-ready .sunday-checkout-detail-card:last-child { border-bottom: 0 !important; }
html body.sunday-checkout-ready :is(.sunday-checkout-step, .sunday-checkout-detail-card > div > p) { display: none !important; }
html body.sunday-checkout-ready .sunday-checkout-detail-card h2,
html body.sunday-checkout-ready #sunday-commerce-page .sunday-checkout-detail-card h2 { margin: 8px 0 0 !important; font-size: 20px !important; font-weight: 620 !important; line-height: 1.1 !important; }
html body.sunday-checkout-ready .sunday-checkout-detail-card > label,
html body.sunday-checkout-ready .sunday-checkout-detail-card > .sunday-checkout-fields,
html body.sunday-checkout-ready .sunday-checkout-detail-card > .sunday-commerce-primary,
html body.sunday-checkout-ready .sunday-checkout-status { grid-column: 2 !important; }
html body.sunday-checkout-ready .sunday-checkout-detail-card input { min-height: 48px !important; border-color: rgba(49,38,62, .13) !important; border-radius: 12px !important; background: #f8f7fa !important; }
html body.sunday-checkout-ready .sunday-checkout-detail-card > .sunday-commerce-primary { width: 100% !important; margin-top: 0 !important; }

html body.sunday-checkout-ready .sunday-commerce-summary { top: 112px !important; padding: 0 22px 22px !important; border: 1px solid rgba(49,38,62, .11) !important; border-radius: 22px !important; background: #fff !important; box-shadow: 0 18px 44px rgba(39,31,47, .07) !important; }
html body.sunday-checkout-ready .sunday-summary-head { margin: 0 -22px 5px !important; padding: 24px 22px 18px !important; border-bottom: 1px solid rgba(49,38,62, .1) !important; color: #2a193d !important; background: transparent !important; }
html body.sunday-checkout-ready .sunday-summary-head h2,
html body.sunday-checkout-ready #sunday-commerce-page .sunday-summary-head h2 { margin: 0 !important; color: #2a193d !important; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important; font-size: 27px !important; font-weight: 630 !important; line-height: 1.08 !important; }
html body.sunday-checkout-ready .sunday-summary-row { padding: 13px 0 !important; }
html body.sunday-checkout-ready .sunday-promo-progress { margin: 8px 0 2px !important; padding: 16px 0 18px !important; border: 0 !important; border-top: 1px solid rgba(49,38,62, .1) !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; }
html body.sunday-checkout-ready .sunday-promo-progress > p { display: none !important; }
html body.sunday-checkout-ready .sunday-promo-track { height: 4px !important; background: #e5e2e8 !important; }
html body.sunday-checkout-ready .sunday-promo-track > span { background: #635474 !important; }
html body.sunday-checkout-ready .sunday-promo-progress .sunday-action,
html body.sunday-checkout-ready .sunday-commerce-primary { min-height: 48px !important; border-radius: 12px !important; background: #2f1c45 !important; box-shadow: none !important; }
html body.sunday-checkout-ready .sunday-promo-progress .sunday-action:hover,
html body.sunday-checkout-ready .sunday-commerce-primary:hover { background: #261637 !important; box-shadow: none !important; transform: none !important; }
html body.sunday-checkout-ready .sunday-order-protection { margin: 0 !important; padding: 15px 0 !important; border: 0 !important; border-top: 1px solid rgba(49,38,62, .1) !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; }
html body.sunday-checkout-ready .sunday-order-protection__lead { min-height: 0 !important; padding: 0 !important; color: #30263b !important; background: transparent !important; }
html body.sunday-checkout-ready :is(.sunday-order-protection__mark, .sunday-order-protection__lead small, .sunday-order-protection__info, .sunday-order-protection__details ul) { display: none !important; }
html body.sunday-checkout-ready .sunday-order-protection__lead strong { color: #30263b !important; font-size: 13px !important; font-weight: 600 !important; }
html body.sunday-checkout-ready .sunday-order-protection__details { padding: 5px 0 0 !important; background: transparent !important; }
html body.sunday-checkout-ready .sunday-order-protection__plan { color: #69746c !important; font-size: 11px !important; }
html body.sunday-checkout-ready .sunday-order-protection__plan strong { font-weight: 500 !important; }
html body.sunday-checkout-ready .sunday-commerce-summary > .sunday-commerce-primary { margin-top: 7px !important; }

@media (max-width: 900px) {
  html body.sunday-checkout-ready .sunday-commerce-page { width: min(100% - 30px, 760px) !important; }
  html body.sunday-checkout-ready .sunday-commerce-layout { grid-template-columns: 1fr !important; }
  html body.sunday-checkout-ready .sunday-commerce-summary { position: static !important; }
}

@media (max-width: 640px) {
  html body.sunday-checkout-ready .sunday-commerce-page { width: calc(100% - 20px) !important; }
  html body.sunday-checkout-ready .sunday-commerce-items .sunday-cart-item { grid-template-columns: 78px minmax(0, 1fr) !important; gap: 12px 14px !important; padding: 14px !important; }
  html body.sunday-checkout-ready .sunday-commerce-items .sunday-cart-item img { width: 78px !important; height: 94px !important; }
  html body.sunday-checkout-ready .sunday-checkout-detail-card { grid-template-columns: 1fr !important; gap: 14px !important; padding: 20px 17px !important; }
  html body.sunday-checkout-ready .sunday-checkout-detail-card h2 { margin-top: 0 !important; }
  html body.sunday-checkout-ready .sunday-checkout-detail-card > label,
  html body.sunday-checkout-ready .sunday-checkout-detail-card > .sunday-checkout-fields,
  html body.sunday-checkout-ready .sunday-checkout-detail-card > .sunday-commerce-primary,
  html body.sunday-checkout-ready .sunday-checkout-status { grid-column: 1 !important; }
}

/* Cart calm pass — refine the existing essentials instead of adding modules. */
html body.sunday-commerce-ready.sunday-cart-ready {
  background: #f4f1f7 !important;
}

html body.sunday-cart-ready .sunday-commerce-page {
  width: min(1180px, calc(100% - 48px)) !important;
  margin: clamp(54px, 5vw, 70px) auto 72px !important;
}

html body.sunday-cart-ready .sunday-commerce-header {
  display: block !important;
  margin-bottom: 28px !important;
}

html body.sunday-cart-ready :is(.sunday-cart-eyebrow, .sunday-commerce-header > p, .sunday-commerce-section-head span, .sunday-commerce-section-head > p, .sunday-summary-head > span, .sunday-summary-head > p, .sunday-summary-trust, .sunday-commerce-assurances) {
  display: none !important;
}

html body.sunday-cart-ready .sunday-commerce-header h1 {
  margin: 0 !important;
  color: #2a193d !important;
  font-size: clamp(48px, 5vw, 64px) !important;
  line-height: 1 !important;
  letter-spacing: -.045em !important;
}

html body.sunday-cart-ready .sunday-commerce-layout {
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, .68fr) !important;
  gap: clamp(26px, 3vw, 38px) !important;
  align-items: start !important;
}

html body.sunday-cart-ready .sunday-commerce-section-head {
  margin: 0 0 12px !important;
  padding: 0 !important;
}

html body.sunday-cart-ready #sunday-commerce-page .sunday-commerce-section-head h2 {
  margin: 0 !important;
  color: #2c2337 !important;
  font-size: 19px !important;
  font-weight: 620 !important;
}

html body.sunday-cart-ready .sunday-commerce-items .sunday-cart-item {
  grid-template-columns: 94px minmax(0, 1fr) auto !important;
  gap: 12px 18px !important;
  min-height: 0 !important;
  padding: 18px !important;
  border: 1px solid rgba(49,38,62, .1) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: none !important;
}

html body.sunday-cart-ready .sunday-commerce-items .sunday-cart-item:hover {
  transform: none !important;
  border-color: rgba(49,38,62, .17) !important;
  box-shadow: none !important;
}

html body.sunday-cart-ready .sunday-commerce-items .sunday-cart-item img {
  width: 94px !important;
  height: 112px !important;
  border-radius: 14px !important;
}

html body.sunday-cart-ready .sunday-cart-item h3 {
  margin: 3px 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 21px !important;
  font-weight: 620 !important;
}

html body.sunday-cart-ready .sunday-cart-item small,
html body.sunday-cart-ready .sunday-cart-item p {
  font-size: 11px !important;
}

html body.sunday-cart-ready .sunday-cart-actions {
  padding-top: 10px !important;
}

html body.sunday-cart-ready .sunday-qty-control {
  min-height: 38px !important;
  background: #fff !important;
}

html body.sunday-cart-ready .sunday-qty-control button {
  width: 37px !important;
  min-width: 37px !important;
  height: 37px !important;
}

html body.sunday-cart-ready .sunday-commerce-summary {
  top: 112px !important;
  padding: 0 22px 22px !important;
  border: 1px solid rgba(49,38,62, .11) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 18px 44px rgba(39,31,47, .07) !important;
}

html body.sunday-cart-ready .sunday-summary-head {
  margin: 0 -22px 5px !important;
  padding: 24px 22px 18px !important;
  border-bottom: 1px solid rgba(49,38,62, .1) !important;
  color: #2a193d !important;
  background: transparent !important;
}

html body.sunday-cart-ready .sunday-summary-head h2 {
  margin: 0 !important;
  color: #2a193d !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 27px !important;
  font-weight: 630 !important;
  line-height: 1.08 !important;
}

html body.sunday-cart-ready .sunday-summary-row {
  padding: 13px 0 !important;
}

html body.sunday-cart-ready .sunday-promo-progress {
  margin: 8px 0 2px !important;
  padding: 16px 0 18px !important;
  border: 0 !important;
  border-top: 1px solid rgba(49,38,62, .1) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.sunday-cart-ready .sunday-promo-progress > p {
  display: none !important;
}

html body.sunday-cart-ready .sunday-promo-track {
  height: 4px !important;
  background: #e5e2e8 !important;
}

html body.sunday-cart-ready .sunday-promo-track > span {
  background: #635474 !important;
}

html body.sunday-cart-ready .sunday-promo-progress .sunday-action,
html body.sunday-cart-ready .sunday-commerce-primary {
  min-height: 48px !important;
  border-radius: 12px !important;
  background: #2f1c45 !important;
  box-shadow: none !important;
}

html body.sunday-cart-ready .sunday-promo-progress .sunday-action:hover,
html body.sunday-cart-ready .sunday-commerce-primary:hover {
  background: #261637 !important;
  box-shadow: none !important;
  transform: none !important;
}

html body.sunday-cart-ready .sunday-order-protection {
  margin: 0 !important;
  padding: 15px 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(49,38,62, .1) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.sunday-cart-ready .sunday-order-protection__lead {
  grid-template-columns: 1fr !important;
  min-height: 0 !important;
  padding: 0 !important;
  color: #30263b !important;
  background: transparent !important;
}

html body.sunday-cart-ready :is(.sunday-order-protection__mark, .sunday-order-protection__lead small, .sunday-order-protection__info, .sunday-order-protection__details ul) {
  display: none !important;
}

html body.sunday-cart-ready .sunday-order-protection__lead strong {
  color: #30263b !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

html body.sunday-cart-ready .sunday-order-protection__details {
  padding: 5px 0 0 !important;
  background: transparent !important;
}

html body.sunday-cart-ready .sunday-order-protection__plan {
  margin: 0 !important;
  color: #69746c !important;
  font-size: 11px !important;
}

html body.sunday-cart-ready .sunday-order-protection__plan strong {
  font-weight: 500 !important;
}

html body.sunday-cart-ready .sunday-commerce-summary > .sunday-commerce-primary {
  margin-top: 7px !important;
}

@media (max-width: 900px) {
  html body.sunday-cart-ready .sunday-commerce-page { width: min(100% - 30px, 760px) !important; }
  html body.sunday-cart-ready .sunday-commerce-layout { grid-template-columns: 1fr !important; }
  html body.sunday-cart-ready .sunday-commerce-summary { position: static !important; }
}

@media (max-width: 640px) {
  html body.sunday-cart-ready .sunday-commerce-page { width: calc(100% - 20px) !important; margin: 26px auto 48px !important; }
  html body.sunday-cart-ready .sunday-commerce-header h1 { font-size: 44px !important; }
  html body.sunday-cart-ready .sunday-commerce-items .sunday-cart-item { grid-template-columns: 78px minmax(0, 1fr) !important; gap: 12px 14px !important; padding: 14px !important; }
  html body.sunday-cart-ready .sunday-commerce-items .sunday-cart-item img { width: 78px !important; height: 94px !important; }
}

/* Keep the mobile account introduction fully below the announcement and the
   floating header capsules. */
@media (max-width: 620px) {
  html body.sunday-account-ready .sunday-account-page--focused {
    padding-top: 126px !important;
  }

  html body.sunday-account-ready .sunday-account-hero--focused {
    padding-top: 0 !important;
  }
}

/* Mobile account form: remove the inherited tinted slab and keep every
   control comfortably inside the authentication card. */
@media (max-width: 620px) {
  html body.sunday-account-ready .sunday-account-auth {
    padding: 10px 24px 30px !important;
  }

  html body.sunday-account-ready .sunday-account-tabs {
    margin-inline: -14px !important;
  }

  html body.sunday-account-ready .sunday-account-login-slot,
  html body.sunday-account-ready .sunday-account-register-slot {
    padding: 22px 8px 0 !important;
  }

  html body.sunday-account-ready .sunday-account-page--focused form.woocommerce-form-login,
  html body.sunday-account-ready .sunday-account-page--focused form.woocommerce-form-register {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  html body.sunday-account-ready .sunday-account-page--focused form > p,
  html body.sunday-account-ready .sunday-account-page--focused .woocommerce-form-row {
    width: 100% !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    background: transparent !important;
  }

  html body.sunday-account-ready .sunday-account-page--focused form label:not(.woocommerce-form-login__rememberme) {
    margin: 0 0 8px !important;
    padding: 0 2px !important;
    line-height: 1.35 !important;
  }

  html body.sunday-account-ready .sunday-account-page--focused input.input-text {
    display: block !important;
    width: 100% !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 12px 14px !important;
    border-radius: 14px !important;
  }

  html body.sunday-account-ready .sunday-account-page--focused .woocommerce-form-login__rememberme {
    display: flex !important;
    width: 100% !important;
    margin: 3px 0 16px !important;
    padding: 0 2px !important;
  }

  html body.sunday-account-ready .sunday-account-page--focused button[type="submit"] {
    display: flex !important;
    width: 100% !important;
    min-height: 52px !important;
    margin: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 14px !important;
  }

  html body.sunday-account-ready .sunday-account-page--focused .woocommerce-LostPassword {
    margin: 17px 0 0 !important;
    padding: 0 8px !important;
  }
}

/* About opening: clear the floating mobile header before the first label. */
@media (max-width: 640px) {
  html body.sunday-editorial-ready .sunday-editorial-page--about .sunday-about-hero {
    padding-top: 154px !important;
  }
}

/* Checkout opening: reserve the mobile header zone before page content. */
@media (max-width: 640px) {
  html body.sunday-checkout-ready #sunday-commerce-page.sunday-commerce-page {
    margin-top: 0 !important;
    padding-top: 112px !important;
  }
}

/* About value cards: keep the step number readable over photography. */
html body .sunday-value-card .sunday-editorial-card__index {
  color: #fff !important;
  text-shadow: 0 1px 10px rgba(20,12,29, .38) !important;
}

/* Account sign-in: keep the controls visually independent and contain the
   password visibility control inside its field at every breakpoint. */
html body.sunday-account-ready .sunday-account-page--focused form.woocommerce-form-login,
html body.sunday-account-ready .sunday-account-page--focused form.woocommerce-form-register,
html body.sunday-account-ready .sunday-account-page--focused form.woocommerce-form-login > p,
html body.sunday-account-ready .sunday-account-page--focused form.woocommerce-form-register > p {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

html body.sunday-account-ready .sunday-account-page--focused .sunday-account-register-slot,
html body.sunday-account-ready .sunday-account-page--focused .sunday-account-register-slot .woocommerce-privacy-policy-text,
html body.sunday-account-ready .sunday-account-page--focused .sunday-account-register-slot wc-order-attribution-inputs {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.sunday-account-ready .sunday-account-page--focused .sunday-password-wrap {
  position: relative !important;
  display: block !important;
  width: 100% !important;
}

html body.sunday-account-ready .sunday-account-page--focused .sunday-password-wrap input.input-text {
  width: 100% !important;
  padding-right: 58px !important;
}

html body.sunday-account-ready .sunday-account-page--focused .sunday-password-toggle {
  position: absolute !important;
  top: 50% !important;
  right: 8px !important;
  display: grid !important;
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center !important;
  transform: translateY(-50%) !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: #36214d !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.sunday-account-ready .sunday-account-page--focused .sunday-password-toggle:hover,
html body.sunday-account-ready .sunday-account-page--focused .sunday-password-toggle:focus-visible {
  color: #28183a !important;
  background: #f0edf3 !important;
  box-shadow: none !important;
}

html body.sunday-account-ready .sunday-account-page--focused .sunday-password-toggle:focus-visible {
  outline: 2px solid rgba(54,33,77, .42) !important;
  outline-offset: 1px !important;
}

html body.sunday-account-ready .sunday-account-page--focused .sunday-password-toggle svg {
  display: block !important;
  width: 21px !important;
  height: 21px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  pointer-events: none;
}

/* Cart reward progress: distinguish earned rewards from progress to the next one. */
html body.sunday-cart-ready .sunday-promo-status {
  display: flex !important;
  min-height: 42px !important;
  margin: 0 0 15px !important;
  padding: 10px 12px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  border: 1px solid rgba(63,38,91, .14) !important;
  border-radius: 11px !important;
  color: #342743 !important;
  background: #f2f0f5 !important;
  font: 650 12px/1.35 var(--sunday-ui-font, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Arial, sans-serif) !important;
  letter-spacing: -.005em !important;
  text-transform: none !important;
}

html body.sunday-cart-ready .sunday-promo-status > span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
}

html body.sunday-cart-ready .sunday-promo-status > span:last-child {
  color: #655d6d !important;
  font-weight: 600 !important;
  text-align: right !important;
}

html body.sunday-cart-ready .sunday-promo-status.is-unlocked > span:first-child b {
  display: inline-grid !important;
  width: 19px !important;
  height: 19px !important;
  flex: 0 0 19px !important;
  place-items: center !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: #4a2f68 !important;
  font: 800 12px/1 Arial, sans-serif !important;
}

html body.sunday-cart-ready .sunday-promo-head {
  color: #574d62 !important;
  font-family: var(--sunday-ui-font, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Arial, sans-serif) !important;
  font-size: 11px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body.sunday-cart-ready .sunday-promo-head > span:last-child {
  color: #332443 !important;
  font-weight: 750 !important;
}

html body.sunday-cart-ready .sunday-promo-track {
  height: 6px !important;
  margin: 9px 0 10px !important;
}

@media (max-width: 480px) {
  html body.sunday-cart-ready .sunday-promo-status {
    align-items: flex-start !important;
  }

  html body.sunday-cart-ready .sunday-promo-status > span:last-child {
    max-width: 105px !important;
  }
}

/* Unified inventory treatment: every availability state stays inside its
   product column and uses VESPR's calm green visual language. */
html body.single-product main .sunday-single-panel {
  min-width: 0 !important;
}

html body.single-product main .sunday-single-panel .sunday-product-availability {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  align-self: stretch !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  border-color: #cdc3d9 !important;
  color: #39294b !important;
  background: #f3eff8 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

html body.single-product main .sunday-single-panel .sunday-product-availability strong {
  min-width: 0 !important;
  max-width: 100% !important;
  color: #39294b !important;
  overflow-wrap: anywhere !important;
}

html body.single-product main .sunday-single-panel .sunday-product-availability .sunday-live-dot {
  flex: 0 0 auto !important;
  background: #85709d !important;
  box-shadow: 0 0 0 5px rgba(133,112,157, .12) !important;
}

html body .sunday-product-card .sunday-card-batch,
html body .sunday-product-card .sunday-card-batch strong {
  color: #594b69 !important;
}

html body .sunday-product-card .sunday-card-batch > span {
  background: #7a6591 !important;
  box-shadow: 0 0 0 4px rgba(122,101,145, .12) !important;
}

/* Product specifications: structured rows with a calmer reading rhythm. */
html body.single-product main .sunday-single-panel .sunday-specification-item .accordion-content .tb_text_wrap {
  padding: 6px 4px 24px !important;
}

html body.single-product main .sunday-single-panel .sunday-specification-list {
  display: grid !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

html body.single-product main .sunday-single-panel .sunday-specification-list > div {
  display: grid !important;
  grid-template-columns: minmax(118px, .38fr) minmax(0, 1fr) !important;
  column-gap: 24px !important;
  align-items: start !important;
  padding: 12px 0 !important;
  border-top: 1px solid rgba(57,39,77, .10) !important;
}

html body.single-product main .sunday-single-panel .sunday-specification-list > div:first-child {
  padding-top: 6px !important;
  border-top: 0 !important;
}

html body.single-product main .sunday-single-panel .sunday-specification-list :is(dt, dd) {
  min-width: 0 !important;
  margin: 0 !important;
  font-family: var(--sunday-ui-font) !important;
  letter-spacing: 0 !important;
}

html body.single-product main .sunday-single-panel .sunday-specification-list dt {
  color: #4d4358 !important;
  font-size: 14px !important;
  font-weight: 720 !important;
  line-height: 1.45 !important;
}

html body.single-product main .sunday-single-panel .sunday-specification-list dd {
  color: #625b69 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  overflow-wrap: anywhere !important;
}

@media (max-width: 600px) {
  html body.single-product main .sunday-single-panel .sunday-specification-list > div {
    grid-template-columns: minmax(0, 1fr) !important;
    row-gap: 4px !important;
    padding: 13px 0 !important;
  }

  html body.single-product main .sunday-single-panel .sunday-specification-list > div:first-child {
    padding-top: 7px !important;
  }
}


/* Restore the catalog's original calm green availability treatment. */
html body.woocommerce-shop main .sunday-product-card .sunday-card-batch:is(.is-low, .is-critical),
html body.woocommerce-shop main .sunday-product-card .sunday-card-batch:is(.is-low, .is-critical) strong {
  color: #594b69 !important;
}

html body.woocommerce-shop main .sunday-product-card .sunday-card-batch:is(.is-low, .is-critical) > span {
  background: #80689b !important;
  box-shadow: 0 0 0 4px rgba(128,104,155, .12) !important;
}

/* Compact editorial banners shared by the policy pages linked from the footer. */
html body.sunday-policy-banner-ready main > :is(
  .sunday-shipping,
  .sunday-returns,
  .sunday-terms
) > header[hidden],
html body.sunday-policy-banner-ready main h1[data-sunday-policy-original-title="true"] {
  display: none !important;
}

html body.sunday-policy-banner-ready main .sunday-policy-banner {
  position: relative;
  isolation: isolate;
  display: grid;
  width: calc(100% - 8px);
  min-height: 310px;
  margin: 4px auto 58px;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(20,12,30, .22) 0%, rgba(19,11,27, .08) 50%, rgba(16,9,23, .38) 100%),
    var(--sunday-policy-image);
  background-position: center, var(--sunday-policy-position, center);
  background-size: cover;
  box-shadow: inset 0 -1px 0 rgba(255,255,255, .08);
}

html body.sunday-policy-banner-ready main .sunday-policy-banner::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,8,18, .04), rgba(13,8,18, .2));
  content: "";
}

html body.sunday-policy-banner-ready main .sunday-policy-banner__inner {
  display: flex;
  width: min(100% - 72px, 1320px);
  margin: 0 auto;
  padding: 64px 0 54px;
  justify-content: center;
  flex-direction: column;
}

html body.sunday-policy-banner-ready main .sunday-policy-banner__inner > span {
  margin-bottom: 21px;
  color: rgba(255,255,255, .82);
  font: 700 10px/1.2 "Courier New", monospace;
  letter-spacing: .13em;
  text-transform: uppercase;
  text-shadow: 0 1px 14px rgba(0,0,0, .28);
}

html body.sunday-policy-banner-ready main .sunday-policy-banner h1 {
  display: block !important;
  max-width: 760px;
  margin: 0 !important;
  color: #fff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: clamp(44px, 4.3vw, 68px) !important;
  font-weight: 430 !important;
  letter-spacing: -.045em !important;
  line-height: .98 !important;
  text-shadow: 0 2px 24px rgba(0,0,0, .22);
}

@media (max-width: 700px) {
  html body.sunday-policy-banner-ready main .sunday-policy-banner {
    min-height: 245px;
    margin-bottom: 38px;
    border-radius: 0 0 22px 22px;
  }

  html body.sunday-policy-banner-ready main .sunday-policy-banner__inner {
    width: min(100% - 38px, 1320px);
    padding: 50px 0 42px;
  }

  html body.sunday-policy-banner-ready main .sunday-policy-banner__inner > span { margin-bottom: 15px; }
  html body.sunday-policy-banner-ready main .sunday-policy-banner h1 { font-size: clamp(39px, 12vw, 54px) !important; }
}

/* Product COA access: a visible secondary action beside technical details. */
html body.single-product main .sunday-single-panel .sunday-single-coa {
  order: 6.5 !important;
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 72px !important;
  margin: 0 0 18px !important;
  padding: 13px 14px 13px 16px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  border: 1px solid rgba(59,35,87, .18) !important;
  border-radius: 17px !important;
  color: #291f35 !important;
  background: #f5f2f8 !important;
  box-sizing: border-box !important;
}

html body.single-product main .sunday-single-panel .sunday-single-coa[hidden] {
  display: none !important;
}

html body.single-product main .sunday-single-panel .sunday-single-coa__copy {
  display: grid !important;
  min-width: 0 !important;
  gap: 3px !important;
}

html body.single-product main .sunday-single-panel .sunday-single-coa__copy strong {
  color: #291f35 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

html body.single-product main .sunday-single-panel .sunday-single-coa__copy small {
  color: #6d6674 !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

html body.single-product main .sunday-single-panel .sunday-single-coa__link {
  display: inline-flex !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  min-width: 112px !important;
  min-height: 44px !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  padding: 0 15px !important;
  border: 1px solid #3f255c !important;
  border-radius: 999px !important;
  color: #3f255c !important;
  background: #fff !important;
  font-family: var(--sunday-ui-font) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: color .18s ease, background-color .18s ease, transform .18s ease !important;
}

html body.single-product main .sunday-single-panel .sunday-single-coa__link:hover {
  color: #fff !important;
  background: #3f255c !important;
  transform: translateY(-1px) !important;
}

html body.single-product main .sunday-single-panel .sunday-single-coa__link:focus-visible {
  outline: 3px solid rgba(131,72,197, .34) !important;
  outline-offset: 3px !important;
}

/* Keep the peptide-library hero statement as one uninterrupted caption. */
.sunday-editorial-page--peptides .sunday-editorial-hero__media img {
  object-position: 50% 50%;
  transform: none;
  transform-origin: center;
}

.sunday-editorial-page--peptides .sunday-editorial-hero__media figcaption strong {
  max-width: none;
  white-space: nowrap;
}

@media (max-width: 480px) {
  html body.single-product main .sunday-single-panel .sunday-single-coa {
    align-items: stretch !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  html body.single-product main .sunday-single-panel .sunday-single-coa__link {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    align-self: stretch !important;
  }
}

/* Checkout typography: reserve the editorial serif for the page title and
   use VESPR's clean UI face for every transactional detail. */
html body.sunday-checkout-ready #sunday-commerce-page {
  --sunday-checkout-ui: var(--sunday-ui-font, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Arial, sans-serif);
  -webkit-font-smoothing: antialiased;
}

html body.sunday-checkout-ready #sunday-commerce-page :is(
  p,
  span,
  small,
  strong,
  label,
  input,
  button,
  a
) {
  font-family: var(--sunday-checkout-ui) !important;
}

html body.sunday-checkout-ready #sunday-commerce-page .sunday-promo-status {
  display: flex !important;
  min-height: 42px !important;
  margin: 0 0 14px !important;
  padding: 10px 12px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  border: 1px solid rgba(74,47,104, .13) !important;
  border-radius: 11px !important;
  color: #342743 !important;
  background: #f3f1f6 !important;
  font-family: var(--sunday-checkout-ui) !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  letter-spacing: -.005em !important;
  text-transform: none !important;
}

html body.sunday-checkout-ready #sunday-commerce-page .sunday-promo-status > span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
}

html body.sunday-checkout-ready #sunday-commerce-page .sunday-promo-status > span:last-child {
  color: #686170 !important;
  font-weight: 570 !important;
  text-align: right !important;
}

html body.sunday-checkout-ready #sunday-commerce-page .sunday-promo-status.is-unlocked > span:first-child b {
  display: inline-grid !important;
  width: 19px !important;
  height: 19px !important;
  flex: 0 0 19px !important;
  place-items: center !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: #4a2f68 !important;
  font: 800 12px/1 Arial, sans-serif !important;
}

html body.sunday-checkout-ready #sunday-commerce-page .sunday-promo-head {
  color: #5c5366 !important;
  font-family: var(--sunday-checkout-ui) !important;
  font-size: 11px !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

html body.sunday-checkout-ready #sunday-commerce-page .sunday-promo-head > span:last-child {
  color: #372947 !important;
  font-weight: 720 !important;
}

html body.sunday-checkout-ready #sunday-commerce-page .sunday-promo-progress p {
  font-family: var(--sunday-checkout-ui) !important;
  letter-spacing: 0 !important;
}

@media (max-width: 480px) {
  html body.sunday-checkout-ready #sunday-commerce-page .sunday-promo-status {
    align-items: flex-start !important;
  }

  html body.sunday-checkout-ready #sunday-commerce-page .sunday-promo-status > span:last-child {
    max-width: 108px !important;
  }
}

/* Cart + checkout — quiet, product-led commerce UI inspired by Apple's
   restraint: system typography, generous spacing and low-contrast depth. */
html body:is(.sunday-cart-ready, .sunday-checkout-ready) {
  background: #f5f5f7 !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page {
  --sunday-commerce-ui: var(--sunday-ui-font, -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", Helvetica, Arial, sans-serif);
  --sunday-commerce-opening-space: clamp(64px, 5.25vw, 72px);
  width: min(1160px, calc(100% - 48px)) !important;
  margin: 42px auto 76px !important;
  padding-top: var(--sunday-commerce-opening-space) !important;
  color: #1d1d1f !important;
  font-family: var(--sunday-commerce-ui) !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-commerce-header {
  display: block !important;
  margin: 0 0 26px !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-commerce-header h1 {
  max-width: none !important;
  margin: 0 !important;
  color: #1d1d1f !important;
  font-family: var(--sunday-commerce-ui) !important;
  font-size: clamp(44px, 4.2vw, 56px) !important;
  font-weight: 650 !important;
  line-height: 1.02 !important;
  letter-spacing: -.052em !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-commerce-layout {
  grid-template-columns: minmax(0, 1.65fr) minmax(340px, .72fr) !important;
  gap: 28px !important;
  align-items: start !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-commerce-section-head {
  margin: 0 0 12px !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-commerce-section-head h2 {
  margin: 0 !important;
  color: #1d1d1f !important;
  font-family: var(--sunday-commerce-ui) !important;
  font-size: 17px !important;
  font-weight: 620 !important;
  line-height: 1.3 !important;
  letter-spacing: -.018em !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-commerce-items {
  gap: 12px !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-commerce-items .sunday-cart-item {
  padding: 16px !important;
  border: 1px solid rgba(0,0,0, .075) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255, .92) !important;
  box-shadow: none !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-cart-item h3 {
  color: #1d1d1f !important;
  font-family: var(--sunday-commerce-ui) !important;
  font-weight: 620 !important;
  letter-spacing: -.025em !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-cart-empty {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 54px 28px !important;
  border: 1px solid rgba(0,0,0, .07) !important;
  border-radius: 20px !important;
  background: rgba(255,255,255, .78) !important;
  box-shadow: none !important;
  text-align: center !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-cart-empty__mark,
html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-cart-empty__assurances {
  display: none !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-cart-empty h3 {
  margin: 0 0 10px !important;
  color: #1d1d1f !important;
  font-family: var(--sunday-commerce-ui) !important;
  font-size: 26px !important;
  font-weight: 620 !important;
  line-height: 1.15 !important;
  letter-spacing: -.035em !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-cart-empty p {
  max-width: 410px !important;
  margin: 0 auto 22px !important;
  color: #6e6e73 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-cart-empty .sunday-action {
  min-height: 46px !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: #372050 !important;
  font-family: var(--sunday-commerce-ui) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  letter-spacing: -.01em !important;
  text-transform: none !important;
}

html body.sunday-checkout-ready #sunday-commerce-page .sunday-cart-empty {
  padding: 34px 24px !important;
}

html body.sunday-checkout-ready #sunday-commerce-page .sunday-cart-empty h3 {
  font-size: 22px !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-commerce-summary {
  top: 116px !important;
  overflow: hidden !important;
  padding: 0 22px 20px !important;
  border: 1px solid rgba(0,0,0, .08) !important;
  border-radius: 20px !important;
  background: rgba(255,255,255, .94) !important;
  box-shadow: 0 12px 34px rgba(0,0,0, .055) !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-summary-head {
  margin: 0 -22px 4px !important;
  padding: 22px !important;
  border-bottom: 1px solid rgba(0,0,0, .07) !important;
  background: transparent !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-summary-head h2 {
  margin: 0 !important;
  color: #1d1d1f !important;
  font-family: var(--sunday-commerce-ui) !important;
  font-size: 24px !important;
  font-weight: 630 !important;
  line-height: 1.12 !important;
  letter-spacing: -.035em !important;
  white-space: nowrap !important;
}

html body.sunday-checkout-ready #sunday-commerce-page .sunday-commerce-summary .sunday-summary-head h2 {
  font-size: 24px !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-summary-row {
  padding: 14px 0 !important;
  border-color: rgba(0,0,0, .075) !important;
  color: #5f6368 !important;
  font-family: var(--sunday-commerce-ui) !important;
  font-size: 13px !important;
  font-weight: 520 !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-summary-row strong {
  color: #1d1d1f !important;
  font-size: 14px !important;
  font-weight: 650 !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-promo-progress {
  margin: 6px 0 0 !important;
  padding: 16px 0 18px !important;
  border: 0 !important;
  border-top: 1px solid rgba(0,0,0, .075) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-promo-track {
  height: 5px !important;
  margin: 9px 0 13px !important;
  background: #e8e8ed !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-promo-track > span {
  background: #604d76 !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-promo-progress .sunday-action,
html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-commerce-primary {
  width: 100% !important;
  min-height: 50px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 12px !important;
  color: #fff !important;
  background: #372050 !important;
  box-shadow: none !important;
  font-family: var(--sunday-commerce-ui) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  letter-spacing: -.012em !important;
  text-transform: none !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-promo-progress .sunday-action:disabled {
  color: #9a9a9f !important;
  background: #eeeeef !important;
  opacity: 1 !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-order-protection {
  display: block !important;
  margin: 0 !important;
  padding: 16px 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(0,0,0, .075) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-order-protection__lead {
  display: flex !important;
  min-height: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  background: transparent !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page :is(
  .sunday-order-protection__mark,
  .sunday-order-protection__info,
  .sunday-order-protection__lead small,
  .sunday-order-protection__details ul
) {
  display: none !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-order-protection__lead strong {
  color: #1d1d1f !important;
  font-family: var(--sunday-commerce-ui) !important;
  font-size: 13px !important;
  font-weight: 620 !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-order-protection__details {
  padding: 5px 0 0 !important;
  background: transparent !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-order-protection__plan {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  color: #6e6e73 !important;
  font-family: var(--sunday-commerce-ui) !important;
  font-size: 11px !important;
  font-weight: 450 !important;
}

html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-order-protection__plan :is(strong, b) {
  font-family: inherit !important;
  font-weight: 520 !important;
}

html body.sunday-checkout-ready #sunday-commerce-page .sunday-checkout-details {
  gap: 0 !important;
  margin-top: 16px !important;
  overflow: hidden !important;
  border: 1px solid rgba(0,0,0, .075) !important;
  border-radius: 20px !important;
  background: rgba(255,255,255, .9) !important;
  box-shadow: none !important;
}

html body.sunday-checkout-ready #sunday-commerce-page .sunday-checkout-detail-card {
  grid-template-columns: 138px minmax(0, 1fr) !important;
  gap: 20px !important;
  margin: 0 !important;
  padding: 22px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(0,0,0, .07) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.sunday-checkout-ready #sunday-commerce-page .sunday-checkout-detail-card:last-child {
  border-bottom: 0 !important;
}

html body.sunday-checkout-ready #sunday-commerce-page .sunday-checkout-detail-card h2 {
  margin: 8px 0 0 !important;
  color: #1d1d1f !important;
  font-family: var(--sunday-commerce-ui) !important;
  font-size: 17px !important;
  font-weight: 620 !important;
  letter-spacing: -.022em !important;
}

html body.sunday-checkout-ready #sunday-commerce-page .sunday-checkout-detail-card input {
  min-height: 50px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(0,0,0, .1) !important;
  border-radius: 12px !important;
  color: #1d1d1f !important;
  background: #f7f7f8 !important;
  box-shadow: none !important;
  font-family: var(--sunday-commerce-ui) !important;
  font-size: 14px !important;
}

html body.sunday-checkout-ready #sunday-commerce-page .sunday-checkout-detail-card input:focus {
  border-color: #67557b !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(103,85,123, .12) !important;
}

@media (max-width: 900px) {
  html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page {
    width: min(100% - 28px, 720px) !important;
  }

  html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-commerce-layout {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-commerce-summary {
    position: static !important;
  }
}

@media (max-width: 640px) {
  html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page {
    width: calc(100% - 24px) !important;
    margin: 26px auto 52px !important;
  }

  html body.sunday-checkout-ready #sunday-commerce-page.sunday-commerce-page {
    margin-top: 0 !important;
    padding-top: 104px !important;
  }

  html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-commerce-header {
    margin-bottom: 20px !important;
  }

  html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-commerce-header h1 {
    font-size: 40px !important;
    line-height: 1.04 !important;
    letter-spacing: -.045em !important;
  }

  html body.sunday-cart-ready #sunday-commerce-page.sunday-commerce-page .sunday-commerce-header h1 {
    font-size: 40px !important;
  }

  html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-cart-empty,
  html body.sunday-checkout-ready #sunday-commerce-page .sunday-cart-empty {
    padding: 30px 20px !important;
    border-radius: 18px !important;
  }

  html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-cart-empty h3 {
    font-size: 22px !important;
  }

  html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-commerce-summary {
    padding: 0 20px 18px !important;
    border-radius: 18px !important;
    box-shadow: 0 10px 28px rgba(0,0,0, .045) !important;
  }

  html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-summary-head {
    margin: 0 -20px 4px !important;
    padding: 20px !important;
  }

  html body:is(.sunday-cart-ready, .sunday-checkout-ready) #sunday-commerce-page .sunday-summary-head h2 {
    font-size: 22px !important;
  }

  html body.sunday-cart-ready #sunday-commerce-page.sunday-commerce-page .sunday-commerce-summary .sunday-summary-head h2,
  html body.sunday-checkout-ready #sunday-commerce-page.sunday-commerce-page .sunday-commerce-summary .sunday-summary-head h2 {
    font-size: 22px !important;
  }

  html body.sunday-checkout-ready #sunday-commerce-page .sunday-checkout-detail-card {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 20px !important;
  }

  html body.sunday-checkout-ready #sunday-commerce-page .sunday-checkout-detail-card h2 {
    margin-top: 0 !important;
  }
}
