/** Shopify CDN: Minification failed

Line 20:0 All "@import" rules must come first

**/
/* Hide site header on CariSpray PDP test page only */
body[data-template="product"][data-handle="carispray-adult-pdp-test"] #shopify-section-header,
body[data-template="product"][data-handle="carispray-adult-pdp-test"] header,
body[data-template="product"][data-handle="carispray-adult-pdp-test"] .site-header,
body[data-template="product"][data-handle="carispray-adult-pdp-test"] .header-section {
  display: none !important;
}

/* =========================================================
   CariSpray PDP - Custom CSS
   Scoped under .cpdp (added via section schema "class")
   Mobile-first � No external dependencies
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;1,9..144,400&family=Inter+Tight:wght@400;500;600;700&family=JetBrains+Mono:wght@400&display=swap');

/* ---------- Root tokens ---------- */
.cpdp {
  --cpdp-bg:         #f1f7f6;
  --cpdp-bg-2:       #e3ebea;
  --cpdp-surface:    #ffffff;
  --cpdp-ink:        #0e1f1d;
  --cpdp-ink-2:      #4a5b59;
  --cpdp-ink-3:      #7d8c8a;
  --cpdp-line:       #d6e0de;
  --cpdp-accent:     #20B2AA;
  --cpdp-accent-ink: #ffffff;
  --cpdp-good:       #1f8a7c;
  --cpdp-warn:       #e07a4a;
  --cpdp-star:       #e0a93a;

  --cpdp-font-display: "Fraunces","Cormorant Garamond",Georgia,serif;
  --cpdp-font-sans:    "Inter Tight","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
  --cpdp-font-mono:    "JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace;

  --cpdp-container:   1180px;
  --cpdp-gutter:      18px;
  --cpdp-radius-sm:   6px;
  --cpdp-radius:      12px;
  --cpdp-radius-lg:   18px;
  --cpdp-shadow-sm:   0 1px 2px rgba(31,26,20,.06),0 1px 1px rgba(31,26,20,.04);
  --cpdp-shadow:      0 10px 30px -12px rgba(31,26,20,.18);
  --cpdp-section-y:   64px;

  font-family: var(--cpdp-font-sans);
  color: var(--cpdp-ink);
  background: var(--cpdp-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.5;
}

.cpdp *, .cpdp *::before, .cpdp *::after { box-sizing: border-box; }
.cpdp img, .cpdp svg, .cpdp video { display: block; max-width: 100%; }
.cpdp-loop-widget button,
.cpdp-loop-widget input,
.cpdp-loop-widget select,
.cpdp-loop-widget label {
  all: revert;
}

.cpdp button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
.cpdp a { color: inherit; text-decoration: none; }

/* ---------- Layout ---------- */
.cpdp .cpdp-container {
  max-width: var(--cpdp-container);
  margin: 0 auto;
  padding: 0 var(--cpdp-gutter);
}

/* ---------- Announcement bar ---------- */
.cpdp-announcement {
  background: var(--cpdp-ink);
  color: #d8e6e4;
  font-size: 12.5px;
  letter-spacing: .04em;
  text-align: center;
  padding: 9px 12px;
  font-family: var(--cpdp-font-sans);
}
.cpdp-announcement strong { color: #fff; font-weight: 600; }
.cpdp-announcement__msg { transition: opacity .3s ease; }
.cpdp-announcement__msg.is-hidden { opacity: 0; }

/* ---------- Type scale ---------- */
.cpdp .cpdp-eyebrow {
  font-family: var(--cpdp-font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--cpdp-ink-3);
}
.cpdp .cpdp-h-display {
  font-family: var(--cpdp-font-display);
  font-weight: 400;
  font-size: clamp(34px,6vw,56px);
  line-height: 1.04;
  letter-spacing: -0.01em;
  margin: 0;
}
.cpdp .cpdp-h-section {
  font-family: var(--cpdp-font-display);
  font-weight: 400;
  font-size: clamp(28px,4.4vw,42px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0;
}
.cpdp .cpdp-lead {
  font-size: 17px;
  color: var(--cpdp-ink-2);
  line-height: 1.55;
}

/* ---------- Section skeleton ---------- */
.cpdp-block {
  padding: var(--cpdp-section-y) 0;
  background: var(--cpdp-bg);
}
.cpdp-block--tight { padding: calc(var(--cpdp-section-y) * 0.6) 0; }
.cpdp-block--alt   { background: var(--cpdp-bg-2); }
.cpdp-block--dark  {
  background: var(--cpdp-ink);
  color: #d8e6e4;
}
.cpdp-block--dark .cpdp-lead   { color: #95a8a5; }
.cpdp-block--dark .cpdp-eyebrow { color: #95a8a5; }

.cpdp-section-head {
  display: flex; flex-direction: column; gap: 10px;
  margin-bottom: 32px;
  max-width: 720px;
}
.cpdp-section-head--center {
  margin-left: auto; margin-right: auto; text-align: center; align-items: center;
}

/* ---------- Buttons ---------- */
.cpdp .cpdp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 52px; padding: 0 22px;
  border-radius: 999px;
  font-weight: 600; font-size: 15px; letter-spacing: .02em;
  transition: transform .15s ease, background .2s ease, box-shadow .2s ease;
  cursor: pointer; border: none;
}
.cpdp .cpdp-btn:active { transform: translateY(1px); }
.cpdp .cpdp-btn--primary { background: var(--cpdp-ink); color: #fff; box-shadow: var(--cpdp-shadow-sm); }
.cpdp .cpdp-btn--primary:hover { background: #000; }
.cpdp .cpdp-btn--accent  { background: var(--cpdp-accent); color: var(--cpdp-accent-ink); }
.cpdp .cpdp-btn--accent:hover  { filter: brightness(.96); }
.cpdp .cpdp-btn--ghost   { background: transparent; border: 1px solid var(--cpdp-line); color: var(--cpdp-ink); }
.cpdp .cpdp-btn--block   { width: 100%; }
.cpdp .cpdp-btn--lg      { height: 58px; font-size: 16px; }

/* ---------- Pill ---------- */
.cpdp .cpdp-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: color-mix(in oklab, var(--cpdp-accent), white 82%);
  color: var(--cpdp-accent);
  font-size: 11.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  padding: 6px 10px; border-radius: 999px;
}

/* =========================================================
   HERO
   ========================================================= */
.cpdp-hero {
  padding: 16px 0 40px;
  background: var(--cpdp-bg);
}
.cpdp-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
@media (min-width: 900px) {
  .cpdp-hero-grid { grid-template-columns: minmax(0,1.05fr) minmax(0,1fr); gap: 56px; padding-top: 12px; }
  .cpdp-hero { padding-bottom: 80px; }
}

/* Gallery */
.cpdp-gallery { display: flex; flex-direction: column; gap: 10px; }
.cpdp-gallery-main {
  position: relative;
  background: var(--cpdp-bg-2);
  border-radius: var(--cpdp-radius-lg);
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.cpdp-gallery-main img,
.cpdp-gallery-main video {
  width: 100%; height: 100%; object-fit: contain;
}
.cpdp-gallery-media { display: none; width: 100%; height: 100%; }
.cpdp-gallery-media.is-active { display: block; }

.cpdp-gallery-badges {
  position: absolute; top: 14px; left: 14px; right: 14px;
  display: flex; justify-content: space-between; gap: 8px; pointer-events: none; z-index: 2;
}
.cpdp-badge {
  background: rgba(255,255,255,.92); color: var(--cpdp-ink);
  border-radius: 999px; padding: 6px 10px;
  font-size: 11.5px; font-weight: 600; letter-spacing: .04em;
  backdrop-filter: blur(6px);
}
.cpdp-badge--dark { background: var(--cpdp-ink); color: #fff; }

.cpdp-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 8px;
}
.cpdp-thumb {
  aspect-ratio: 1 / 1;
  background: var(--cpdp-bg-2);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color .15s ease;
  cursor: pointer; padding: 0;
}
.cpdp-thumb.is-active { border-color: var(--cpdp-ink); }
.cpdp-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cpdp-thumb__play {
  position: absolute; inset: 0; display: grid; place-items: center;
  color: #fff; background: rgba(0,0,0,.3);
}

.cpdp-gallery-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 38px; height: 38px; border-radius: 999px;
  background: rgba(255,255,255,.85);
  display: grid; place-items: center;
  box-shadow: var(--cpdp-shadow-sm);
  z-index: 3; cursor: pointer; border: none;
  transition: background .15s ease;
}
.cpdp-gallery-nav:hover { background: #fff; }
.cpdp-gallery-nav--prev { left: 12px; }
.cpdp-gallery-nav--next { right: 12px; }

/* BuyBox */
.cpdp-buybox { display: flex; flex-direction: column; gap: 18px; }
.cpdp-buybox .cpdp-crumbs { font-size: 12px; color: var(--cpdp-ink-3); display: flex; gap: 8px; }
.cpdp-buybox .cpdp-crumbs a:hover { color: var(--cpdp-ink); }
.cpdp-buybox h1 { margin-top: 2px; }
.cpdp-buybox .cpdp-subtitle { font-size: 15.5px; color: var(--cpdp-ink-2); margin: -4px 0 0; }

.cpdp-rating-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.cpdp-stars { color: var(--cpdp-star); display: inline-flex; gap: 2px; letter-spacing: 2px; font-size: 14px; }
.cpdp-rating-row .cpdp-count { font-size: 13px; color: var(--cpdp-ink-2); }
.cpdp-rating-row .cpdp-verified { font-size: 12px; color: var(--cpdp-good); display: inline-flex; gap: 4px; align-items: center; }

.cpdp-price-row { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.cpdp-price-now { font-family: var(--cpdp-font-display); font-size: 30px; }
.cpdp-price-was { color: var(--cpdp-ink-3); text-decoration: line-through; font-size: 16px; }
.cpdp-price-save {
  background: var(--cpdp-warn); color: #fff;
  font-size: 12px; padding: 4px 10px; border-radius: 999px; font-weight: 600;
}
.cpdp-installments { font-size: 12.5px; color: var(--cpdp-ink-2); }

/* Variant swatches */
.cpdp-swatch-row { display: flex; gap: 10px; flex-wrap: wrap; }
.cpdp-swatch {
  border: 1px solid var(--cpdp-line); background: var(--cpdp-surface);
  padding: 10px 14px; border-radius: 10px;
  display: flex; align-items: center; gap: 10px;
  font-size: 13.5px; cursor: pointer;
  transition: border-color .15s ease, background .15s ease;
}
.cpdp-swatch.is-active { border-color: var(--cpdp-ink); box-shadow: 0 0 0 1px var(--cpdp-ink) inset; }
.cpdp-swatch .cpdp-swatch-dot { width: 18px; height: 18px; border-radius: 999px; border: 1px solid rgba(0,0,0,.1); flex: none; }

/* Bundle cards */
.cpdp-bundle-list { display: flex; flex-direction: column; gap: 10px; }
.cpdp-bundle-card {
  position: relative;
  border: 1.5px solid var(--cpdp-line);
  background: var(--cpdp-surface);
  border-radius: var(--cpdp-radius);
  padding: 16px 16px 14px;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .2s ease;
}
.cpdp-bundle-card.is-active {
  border-color: var(--cpdp-ink);
  box-shadow: 0 0 0 1px var(--cpdp-ink) inset, var(--cpdp-shadow-sm);
}
.cpdp-bundle-card .cpdp-bundle-tag {
  position: absolute; top: -10px; right: 14px;
  background: var(--cpdp-accent); color: var(--cpdp-accent-ink);
  font-size: 11px; padding: 4px 10px; border-radius: 999px;
  letter-spacing: .04em; font-weight: 600;
}
.cpdp-bundle-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.cpdp-bundle-radio {
  width: 18px; height: 18px; border-radius: 999px; border: 1.5px solid var(--cpdp-line);
  display: inline-flex; flex: none; align-items: center; justify-content: center; transition: border-color .15s;
}
.cpdp-bundle-card.is-active .cpdp-bundle-radio { border-color: var(--cpdp-ink); }
.cpdp-bundle-card.is-active .cpdp-bundle-radio::after {
  content: ""; width: 10px; height: 10px; border-radius: 999px; background: var(--cpdp-ink);
}
.cpdp-bundle-title { font-weight: 600; font-size: 15.5px; }
.cpdp-bundle-sub   { font-size: 12.5px; color: var(--cpdp-ink-2); }
.cpdp-bundle-prices { text-align: right; }
.cpdp-bundle-prices .cpdp-now { font-weight: 600; font-size: 16px; }
.cpdp-bundle-prices .cpdp-was { color: var(--cpdp-ink-3); text-decoration: line-through; font-size: 12.5px; }
.cpdp-bundle-prices .cpdp-per { font-size: 11px; color: var(--cpdp-ink-3); }
.cpdp-bundle-extras {
  margin-top: 10px; padding-top: 10px; border-top: 1px dashed var(--cpdp-line);
  display: flex; flex-wrap: wrap; gap: 6px 12px; font-size: 12px; color: var(--cpdp-ink-2);
  list-style: none; padding-left: 0; margin-bottom: 0;
}
.cpdp-bundle-extras li { display: inline-flex; align-items: center; gap: 5px; }
.cpdp-bundle-extras .cpdp-check { color: var(--cpdp-good); font-weight: 700; }

/* Subscription card variant */
.cpdp-bundle-card--sub {
  background: color-mix(in oklab, var(--cpdp-accent), white 94%);
  border-color: var(--cpdp-accent);
}
.cpdp-bundle-card--sub.is-active {
  border-color: var(--cpdp-accent);
  box-shadow: 0 0 0 1px var(--cpdp-accent) inset, var(--cpdp-shadow-sm);
}
.cpdp-bundle-card--sub .cpdp-bundle-tag { background: var(--cpdp-good); }
.cpdp-bundle-card--sub .cpdp-bundle-radio { border-color: color-mix(in oklab, var(--cpdp-accent), white 40%); }
.cpdp-bundle-card--sub.is-active .cpdp-bundle-radio::after { background: var(--cpdp-accent); }

/* Accent extras list (subscription) */
.cpdp-bundle-extras--accent {
  background: color-mix(in oklab, var(--cpdp-accent), white 90%);
  border-radius: 8px;
  border-top: none;
  padding: 10px 12px;
  color: var(--cpdp-good);
}
.cpdp-bundle-extras--accent li { color: var(--cpdp-good); }

/* SVG check icon in bundle extras */
.cpdp-check-icon { color: var(--cpdp-good); flex: none; }

/* CLAIM OFFER button overrides (scoped so live Adults PDP is unaffected) */
.bogo-adult-add-to-cart {
  background-color: #20B2AA !important;
  color: #ffffff !important;
  opacity: 1 !important;
}
.cpdp .bogo-adult-add-to-cart {
  background-color: #20B2AA !important;
  color: #ffffff !important;
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 800;
  width: 100%;
  border-radius: 8px;
}

/* ATC trust lines */
.cpdp-atc-trust {
  display: flex; flex-direction: column; gap: 8px;
  padding-top: 12px; border-top: 1px solid var(--cpdp-line);
}
.cpdp-atc-trust-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 12.5px; color: var(--cpdp-ink-2);
}
.cpdp-atc-trust-item svg { flex: none; color: var(--cpdp-good); }

/* Qty stepper */
.cpdp-qty-row { display: flex; gap: 12px; align-items: center; }
.cpdp-qty {
  display: inline-flex; align-items: center; border: 1px solid var(--cpdp-line);
  border-radius: 999px; padding: 4px;
}
.cpdp-qty button {
  width: 32px; height: 32px; border-radius: 999px; display: grid; place-items: center;
  transition: background .15s;
}
.cpdp-qty button:hover { background: var(--cpdp-bg-2); }
.cpdp-qty input {
  width: 36px; text-align: center; border: 0; background: transparent;
  font-weight: 600; font-size: 15px;
}

/* Trust row */
.cpdp-trust-row {
  display: grid; grid-template-columns: repeat(2,1fr); gap: 10px 18px;
  font-size: 12.5px; color: var(--cpdp-ink-2);
  list-style: none; padding: 0; margin: 0;
}
.cpdp-trust-row li { display: flex; gap: 6px; align-items: flex-start; }
.cpdp-trust-row svg { flex: none; margin-top: 2px; }

.cpdp-delivery-note {
  display: flex; gap: 8px; align-items: center; color: var(--cpdp-ink-2); font-size: 12.5px;
}

/* Sticky buybox (desktop) */
@media (min-width: 1000px) {
  .cpdp-buybox-sticky { position: sticky; top: 90px; align-self: start; }
}

/* =========================================================
   LOGO STRIP
   ========================================================= */
.cpdp-logo-strip {
  border-top: 1px solid var(--cpdp-line);
  border-bottom: 1px solid var(--cpdp-line);
  padding: 18px 0;
  overflow: hidden;
  background: color-mix(in oklab, var(--cpdp-bg), white 30%);
}
.cpdp-logo-row {
  display: flex; gap: 48px; align-items: center;
  white-space: nowrap; animation: cpdp-marquee 28s linear infinite;
  color: var(--cpdp-ink-3);
  font-family: var(--cpdp-font-display);
  font-size: 18px; letter-spacing: .04em;
}
.cpdp-logo-row span { opacity: .7; }
@keyframes cpdp-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Press quote */
.cpdp-press-quote {
  font-family: var(--cpdp-font-display);
  font-size: clamp(22px,3.4vw,34px);
  line-height: 1.18;
  max-width: 860px; margin: 0 auto; text-align: center;
}
.cpdp-press-attrib {
  text-align: center; margin-top: 16px;
  font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--cpdp-ink-3);
}

/* =========================================================
   BENEFITS
   ========================================================= */
.cpdp-benefits-grid {
  display: grid; grid-template-columns: 1fr; gap: 16px;
}
@media (min-width: 700px) {
  .cpdp-benefits-grid { grid-template-columns: repeat(3,1fr); gap: 22px; }
}
.cpdp-benefit-card {
  background: var(--cpdp-surface);
  border: 1px solid var(--cpdp-line);
  border-radius: var(--cpdp-radius);
  padding: 22px 20px 24px;
  display: flex; flex-direction: column; gap: 10px;
}
.cpdp-benefit-card .cpdp-icon-circ {
  width: 44px; height: 44px; border-radius: 999px;
  background: color-mix(in oklab, var(--cpdp-accent), white 80%);
  color: var(--cpdp-accent);
  display: grid; place-items: center; margin-bottom: 4px;
}
.cpdp-benefit-card h3 { font-size: 17px; margin: 0; }
.cpdp-benefit-card p  { font-size: 14.5px; color: var(--cpdp-ink-2); margin: 0; line-height: 1.55; }

/* Stat strip */
.cpdp-stat-strip {
  display: grid; grid-template-columns: repeat(2,1fr); gap: 22px 18px; margin-top: 22px;
}
@media (min-width: 700px) { .cpdp-stat-strip { grid-template-columns: repeat(4,1fr); } }
.cpdp-stat .cpdp-num {
  font-family: var(--cpdp-font-display); font-size: clamp(34px,5vw,48px); line-height: 1;
}
.cpdp-stat .cpdp-lbl { font-size: 12.5px; color: var(--cpdp-ink-2); margin-top: 6px; max-width: 22ch; }

/* =========================================================
   BEFORE / AFTER
   ========================================================= */
.cpdp-ba-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--cpdp-radius-lg);
  overflow: hidden;
  background: #000;
  user-select: none; touch-action: none;
  cursor: ew-resize;
}
.cpdp-ba-before,
.cpdp-ba-after {
  position: absolute; inset: 0;
}
.cpdp-ba-before img,
.cpdp-ba-after img {
  width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0;
}
.cpdp-ba-after { clip-path: inset(0 0 0 var(--cpdp-cut, 50%)); }
.cpdp-ba-label {
  position: absolute; top: 14px; padding: 6px 12px; border-radius: 999px;
  background: rgba(255,255,255,.92); font-size: 11.5px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; z-index: 2; pointer-events: none;
}
.cpdp-ba-label--before { left: 14px; }
.cpdp-ba-label--after  { right: 14px; background: var(--cpdp-ink); color: #fff; }
.cpdp-ba-handle {
  position: absolute; top: 0; bottom: 0; left: var(--cpdp-cut, 50%);
  width: 2px; background: #fff; transform: translateX(-50%); z-index: 3;
}
.cpdp-ba-handle::after {
  content: "\2194"; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%); width: 40px; height: 40px;
  background: #fff; color: var(--cpdp-ink); border-radius: 999px;
  display: grid; place-items: center; box-shadow: var(--cpdp-shadow); font-size: 18px;
}
.cpdp-ba-note {
  display: flex; align-items: center; gap: 6px;
  justify-content: center; margin-top: 14px;
  color: var(--cpdp-ink-3); font-size: 12px;
}
/* Fallback placeholders (no real images) */
.cpdp-ph {
  background:
    linear-gradient(135deg,transparent 49.5%,rgba(31,26,20,.06) 49.5%,rgba(31,26,20,.06) 50.5%,transparent 50.5%) 0 0/16px 16px,
    var(--cpdp-bg-2);
  display: grid; place-items: center; color: var(--cpdp-ink-3);
  font-family: var(--cpdp-font-mono); font-size: 12px; letter-spacing: .04em;
  width: 100%; height: 100%;
}
.cpdp-ph--warm {
  background:
    linear-gradient(135deg,transparent 49.5%,rgba(154,107,63,.10) 49.5%,rgba(154,107,63,.10) 50.5%,transparent 50.5%) 0 0/16px 16px,
    color-mix(in oklab, var(--cpdp-accent), white 78%);
}
.cpdp-ph--dark {
  background:
    linear-gradient(135deg,transparent 49.5%,rgba(255,255,255,.08) 49.5%,rgba(255,255,255,.08) 50.5%,transparent 50.5%) 0 0/16px 16px,
    #2a241c;
  color: #b9a98f;
}

/* =========================================================
   HOW IT WORKS
   ========================================================= */
.cpdp-steps { display: grid; grid-template-columns: 1fr; gap: 26px; }
@media (min-width: 800px) { .cpdp-steps { grid-template-columns: repeat(3,1fr); gap: 28px; } }

.cpdp-step-img {
  aspect-ratio: 5 / 4; background: var(--cpdp-bg-2); border-radius: var(--cpdp-radius);
  position: relative; overflow: hidden;
}
.cpdp-step-img img { width: 100%; height: 100%; object-fit: cover; }
.cpdp-step-num {
  position: absolute; top: 12px; left: 12px;
  width: 32px; height: 32px; border-radius: 999px;
  background: var(--cpdp-ink); color: #fff; display: grid; place-items: center;
  font-family: var(--cpdp-font-mono); font-size: 13px;
}
.cpdp-step h3 { margin: 14px 0 6px; font-size: 18px; font-family: var(--cpdp-font-display); font-weight: 400; }
.cpdp-step p  { margin: 0; color: var(--cpdp-ink-2); font-size: 14.5px; }

/* =========================================================
   INGREDIENTS
   ========================================================= */
.cpdp-ingredients { display: grid; gap: 12px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .cpdp-ingredients { grid-template-columns: repeat(2,1fr); gap: 14px 22px; } }
.cpdp-ing-row {
  display: grid; grid-template-columns: 72px 1fr; gap: 14px; align-items: center;
  background: var(--cpdp-surface); border: 1px solid var(--cpdp-line); border-radius: var(--cpdp-radius); padding: 12px;
}
.cpdp-ing-row .cpdp-ing-img {
  width: 72px; height: 72px; border-radius: 10px; background: var(--cpdp-bg-2); overflow: hidden;
}
.cpdp-ing-row .cpdp-ing-img img { width: 100%; height: 100%; object-fit: cover; }
.cpdp-ing-row h4 { margin: 0 0 4px; font-size: 14.5px; }
.cpdp-ing-row p  { margin: 0; font-size: 13px; color: var(--cpdp-ink-2); line-height: 1.5; }

/* =========================================================
   COMPARISON TABLE
   ========================================================= */
.cpdp-compare {
  background: var(--cpdp-surface);
  border: 1px solid var(--cpdp-line);
  border-radius: var(--cpdp-radius-lg);
  overflow: hidden; overflow-x: auto;
}
.cpdp-compare table { width: 100%; border-collapse: collapse; min-width: 500px; }
.cpdp-compare th,
.cpdp-compare td {
  padding: 14px; text-align: left; font-size: 14px;
  border-bottom: 1px solid var(--cpdp-line); vertical-align: middle;
}
.cpdp-compare th { font-weight: 600; background: color-mix(in oklab,var(--cpdp-bg-2),white 30%); font-size: 13px; }
.cpdp-compare th.cpdp-us { background: var(--cpdp-ink); color: #fff; }
.cpdp-compare td.cpdp-us {
  background: color-mix(in oklab,var(--cpdp-accent),white 86%);
  color: var(--cpdp-ink); font-weight: 600;
}
.cpdp-compare td .cpdp-y { color: var(--cpdp-good); font-weight: 700; }
.cpdp-compare td .cpdp-n { color: var(--cpdp-ink-3); }
.cpdp-compare tr:last-child td,
.cpdp-compare tr:last-child th { border-bottom: 0; }

/* =========================================================
   UGC GRID
   ========================================================= */
.cpdp-ugc-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
@media (min-width: 700px) { .cpdp-ugc-grid { grid-template-columns: repeat(4,1fr); gap: 14px; } }
.cpdp-ugc-tile {
  aspect-ratio: 4 / 5; background: var(--cpdp-bg-2); border-radius: var(--cpdp-radius);
  overflow: hidden; position: relative;
}
.cpdp-ugc-tile img { width: 100%; height: 100%; object-fit: cover; }
.cpdp-ugc-tile .cpdp-pin {
  position: absolute; bottom: 10px; left: 10px;
  background: rgba(255,255,255,.9); color: var(--cpdp-ink);
  font-size: 11px; padding: 4px 8px; border-radius: 999px;
}

/* =========================================================
   REVIEWS
   ========================================================= */
.cpdp-reviews-summary {
  display: grid; grid-template-columns: 1fr; gap: 20px;
  background: var(--cpdp-surface); border: 1px solid var(--cpdp-line);
  border-radius: var(--cpdp-radius-lg); padding: 24px; margin-bottom: 22px;
}
@media (min-width: 800px) {
  .cpdp-reviews-summary { grid-template-columns: 240px 1fr; align-items: center; }
}
.cpdp-reviews-summary .cpdp-big {
  font-family: var(--cpdp-font-display); font-size: 56px; line-height: 1;
}
.cpdp-reviews-summary .cpdp-stars { font-size: 18px; }
.cpdp-bars { display: flex; flex-direction: column; gap: 6px; }
.cpdp-bar-row { display: grid; grid-template-columns: 24px 1fr 36px; gap: 10px; align-items: center; font-size: 12px; color: var(--cpdp-ink-2); }
.cpdp-bar { height: 6px; background: var(--cpdp-bg-2); border-radius: 999px; overflow: hidden; }
.cpdp-bar > span { display: block; height: 100%; background: var(--cpdp-star); border-radius: 999px; }

.cpdp-reviews-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 800px) { .cpdp-reviews-grid { grid-template-columns: repeat(3,1fr); gap: 18px; } }
.cpdp-review {
  background: var(--cpdp-surface); border: 1px solid var(--cpdp-line); border-radius: var(--cpdp-radius);
  padding: 18px; display: flex; flex-direction: column; gap: 8px;
}
.cpdp-review .cpdp-review-head { display: flex; align-items: center; gap: 10px; }
.cpdp-review .cpdp-avatar {
  width: 36px; height: 36px; border-radius: 999px; background: var(--cpdp-bg-2);
  display: grid; place-items: center; font-weight: 600; font-size: 13px; flex: none;
  color: var(--cpdp-accent);
}
.cpdp-review .cpdp-reviewer-name { font-size: 13.5px; font-weight: 600; }
.cpdp-review .cpdp-review-meta { font-size: 11.5px; color: var(--cpdp-ink-3); }
.cpdp-review .cpdp-review-title { font-weight: 600; font-size: 14.5px; }
.cpdp-review .cpdp-review-body { font-size: 14px; color: var(--cpdp-ink-2); margin: 0; line-height: 1.55; }
.cpdp-review .cpdp-review-photos { display: flex; gap: 6px; margin-top: 4px; }
.cpdp-review .cpdp-review-photos div { width: 48px; height: 48px; border-radius: 8px; background: var(--cpdp-bg-2); overflow: hidden; }
.cpdp-review .cpdp-review-photos img { width: 100%; height: 100%; object-fit: cover; }
.cpdp-verified-pill { font-size: 10.5px; color: var(--cpdp-good); display: inline-flex; gap: 4px; align-items: center; }

/* =========================================================
   FAQ
   ========================================================= */
.cpdp-faq { border-top: 1px solid var(--cpdp-line); }
.cpdp-faq-item { border-bottom: 1px solid var(--cpdp-line); }
.cpdp-faq-q {
  width: 100%; text-align: left; padding: 20px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  font-size: 16px; font-weight: 500; background: none; border: none; cursor: pointer;
  font-family: var(--cpdp-font-sans); color: var(--cpdp-ink);
}
.cpdp-faq-icon {
  width: 28px; height: 28px; border-radius: 999px; border: 1px solid var(--cpdp-line);
  display: grid; place-items: center; flex: none; transition: transform .2s ease, background .2s ease;
  font-size: 16px; line-height: 1;
}
.cpdp-faq-item.is-open .cpdp-faq-icon {
  transform: rotate(45deg); background: var(--cpdp-ink); color: #fff; border-color: var(--cpdp-ink);
}
.cpdp-faq-a {
  max-height: 0; overflow: hidden; transition: max-height .3s ease;
  color: var(--cpdp-ink-2); font-size: 14.5px; line-height: 1.6;
}
.cpdp-faq-a > div { padding: 0 0 22px; max-width: 70ch; }
.cpdp-faq-item.is-open .cpdp-faq-a { max-height: 500px; }

/* =========================================================
   FINAL CTA
   ========================================================= */
.cpdp-final-cta {
  background: var(--cpdp-ink); color: #d8e6e4;
  text-align: center; border-radius: var(--cpdp-radius-lg);
  padding: 56px 24px; position: relative; overflow: hidden;
}
.cpdp-final-cta .cpdp-eyebrow { color: #95a8a5; }
.cpdp-final-cta .cpdp-h-section { color: #fff; margin-top: 8px; }
.cpdp-final-cta .cpdp-lead { color: #95a8a5; max-width: 540px; margin-inline: auto; margin-top: 12px; }
.cpdp-final-cta .cpdp-btn { margin-top: 22px; background: #fff; color: var(--cpdp-ink); }
.cpdp-final-cta .cpdp-btn:hover { background: #e3ebea; }

/* =========================================================
   STICKY ATC
   ========================================================= */
.cpdp-sticky-atc {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999;
  background: color-mix(in oklab,var(--cpdp-bg),white 30%);
  border-top: 1px solid var(--cpdp-line);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  display: flex; align-items: center; gap: 10px;
  transform: translateY(110%); transition: transform .25s ease;
  box-shadow: 0 -8px 24px -16px rgba(31,26,20,.25);
  backdrop-filter: saturate(140%) blur(8px);
}
.cpdp-sticky-atc.is-visible { transform: translateY(0); }
.cpdp-sticky-atc .cpdp-sticky-thumb {
  width: 44px; height: 44px; border-radius: 8px; background: var(--cpdp-bg-2); flex: none; overflow: hidden;
}
.cpdp-sticky-atc .cpdp-sticky-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cpdp-sticky-atc .cpdp-sticky-meta { flex: 1; min-width: 0; }
.cpdp-sticky-atc .cpdp-sticky-title { font-size: 13.5px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cpdp-sticky-atc .cpdp-sticky-price { font-size: 12px; color: var(--cpdp-ink-2); }
.cpdp-sticky-atc .cpdp-btn { height: 44px; padding: 0 16px; font-size: 14px; }
@media (min-width: 900px) { .cpdp-sticky-atc { display: none; } }

/* =========================================================
   TRUST BADGES (inline section)
   ========================================================= */
.cpdp-trust-badges {
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: center;
}
.cpdp-trust-badge {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--cpdp-ink-2);
  background: var(--cpdp-surface); border: 1px solid var(--cpdp-line);
  border-radius: 999px; padding: 8px 16px;
}
.cpdp-trust-badge svg { color: var(--cpdp-accent); flex: none; }

/* =========================================================
   SHARED HELPERS
   ========================================================= */
.cpdp-divider {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  color: var(--cpdp-ink-3); padding: 16px 0;
}
.cpdp-divider::before,
.cpdp-divider::after { content: ""; flex: 1; height: 1px; background: var(--cpdp-line); }

/* Inline SVG icons */
.cpdp-icon { display: inline-block; vertical-align: middle; flex: none; }

/* Mobile padding for sticky ATC */
@media (max-width: 899px) {
  .cpdp-hero, .cpdp-block { padding-bottom: calc(var(--cpdp-section-y) + 70px); }
  .cpdp-hero { padding-bottom: calc(40px + 70px); }
}
@media (min-width: 900px) {
  .cpdp-hero { padding-bottom: 80px; }
  .cpdp-block { padding-bottom: var(--cpdp-section-y); }
}
