
/* === SHOPIFY THEME BREAKOUT OVERRIDES === */
/* Break out of Shopify's constrained page-width container */
.hero,
.photo-section,
.testimonials,
.urgency-section,
.guarantee,
.final-cta,
.announcement-bar,
.section-divider,
.badge-marquee-section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  position: relative !important;
}

/* Full-width sections that need edge-to-edge backgrounds */
.reason {
  max-width: 680px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.comparison {
  max-width: 700px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.product-section {
  max-width: 680px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Kill Shopify's font overrides */
.hero *, .reason *, .testimonials *, .urgency-section *, .product-section *, .guarantee *, .comparison *, .final-cta *, .announcement-bar *, .whats-inside * {
  font-family: 'Inter', -apple-system, sans-serif !important;
}

/* Ensure headings aren't transformed by theme */
h1, h2, h3 {
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* Override theme link styling */
a.hero-cta, a.reason-cta, a.urgency-cta {
  text-decoration: none !important;
  color: inherit !important;
}
a.hero-cta { color: #1a1a2e !important; }
a.reason-cta { color: #fff !important; }
a.urgency-cta { color: #1a1a2e !important; }

/* Override Shopify's .rte styles */
.rte .hero, .rte .reason, .rte .testimonials, .rte .urgency-section, .rte .product-section {
  font-size: inherit !important;
}


/* Hide Shopify theme's auto-rendered page title */
.text-block h1,
.page-title,
.page-header h1,
.section > .page-width-content > .spacing-style > .text-block,
.layout-panel-flex > .spacing-style.text-block {
  display: none !important;
}

/* Kill extra spacing from Shopify theme wrapper */
.section.page-width-content > .layout-panel-flex {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  gap: 0 !important;
}
.section.page-width-content {
  padding: 0 !important;
  margin: 0 !important;
}
.shopify-section.section-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}
.shopify-block.rte {
  padding: 0 !important;
  margin: 0 !important;
}
main.content-for-layout {
  padding: 0 !important;
  margin: 0 !important;
}


/* Hide Shopify theme's own announcement bar (yellow header) — our LP has its own */
.shopify-section-group-header-group .announcement-bar,
.shopify-section-group-header-group aside.announcement-bar,
div[class*="shopify-section-group-header"] {
  display: none !important;
}

/* === END SHOPIFY OVERRIDES === */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

  * { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    font-family: 'Inter', -apple-system, sans-serif;
    color: #1a1a2e;
    background: #fff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }

  /* ─── ANNOUNCEMENT BAR ─── */
  .announcement-bar {
    background: #2d1b69;
    color: #fff;
    text-align: center;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .announcement-bar .code {
    background: #f5c518;
    color: #2d1b69;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 800;
    margin: 0 4px;
  }
  .announcement-bar .timer {
    font-variant-numeric: tabular-nums;
    opacity: 0.9;
  }

  /* ─── HERO ─── */
  .hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d1b69 50%, #3d2b79 100%);
    color: #fff;
    padding: 24px 24px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 70%, rgba(245,197,24,0.08) 0%, transparent 50%);
  }
  .hero-eyebrow {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f5c518;
    margin-bottom: 16px;
  }
  .hero h1 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero h1 em {
    font-style: normal;
    color: #f5c518;
  }
  .hero p {
    font-size: 17px;
    opacity: 0.85;
    max-width: 520px;
    margin: 0 auto 28px;
    line-height: 1.55;
  }
  .hero-cta {
    display: inline-block;
    background: #f5c518;
    color: #1a1a2e;
    font-size: 16px;
    font-weight: 800;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(245,197,24,0.3);
  }
  .hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(245,197,24,0.4);
  }
  .hero-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 28px;
    flex-wrap: wrap;
  }
  .hero-badge {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
  }
  .hero-badge span { margin-right: 4px; }

  /* ─── LIFESTYLE IMAGE SECTIONS ─── */
  .lifestyle-break {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .lifestyle-break::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(26,26,46,0.1) 0%, rgba(26,26,46,0.02) 100%);
  }
  .lifestyle-break.kitchen {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2040 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
  }
  .lifestyle-break.kitchen::after { display: none; }
  .lifestyle-caption {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    font-style: italic;
    text-align: center;
    padding: 12px 0;
  }

  /* ─── LIFESTYLE PHOTO PLACEHOLDER ─── */
  .photo-section {
    background: #f8f6f3;
    padding: 0;
    display: flex;
    align-items: center;
    min-height: 240px;
    overflow: hidden;
  }
  .photo-section .photo-placeholder {
    width: 100%;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding: 40px 24px;
    text-align: center;
  }
  .photo-placeholder .icon { font-size: 48px; }
  .photo-placeholder .label {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .photo-placeholder .desc {
    font-size: 13px;
    color: #999;
    max-width: 300px;
  }

  /* ─── REASON SECTIONS ─── */
  .reason {
    padding: 50px 24px;
    max-width: 680px;
    margin: 0 auto;
  }
  .reason-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5c518;
    color: #1a1a2e;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 16px;
  }
  .reason h2 {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 18px;
    color: #1a1a2e;
  }
  .reason p {
    font-size: 16px;
    color: #444;
    margin-bottom: 14px;
    line-height: 1.65;
  }

  /* ─── THE FIX BOX (new visual treatment) ─── */
  .fix-box {
    background: linear-gradient(135deg, #f0ebff 0%, #e8e0ff 100%);
    border-left: 4px solid #2d1b69;
    border-radius: 0 12px 12px 0;
    padding: 24px;
    margin: 24px 0 20px;
  }
  .fix-box .fix-label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2d1b69;
    margin-bottom: 8px;
  }
  .fix-box p {
    font-size: 15px;
    color: #2d1b69;
    margin-bottom: 0;
    line-height: 1.6;
    font-weight: 500;
  }

  .reason-cta {
    display: inline-block;
    background: #2d1b69;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 50px;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(45,27,105,0.25);
    margin-top: 8px;
  }
  .reason-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(45,27,105,0.35);
    color: #fff;
  }

  /* ─── DIVIDER ─── */
  .section-divider {
    width: 60px;
    height: 3px;
    background: #f5c518;
    margin: 0 auto;
  }

  /* ─── TESTIMONIALS ─── */
  .testimonials {
    background: #f8f6f3;
    padding: 60px 24px;
  }
  .testimonials h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 12px;
  }
  .testimonials .subtitle {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
  }
  .testimonial-grid {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    position: relative;
  }
  .testimonial-card .stars {
    color: #f5c518;
    font-size: 16px;
    margin-bottom: 12px;
    letter-spacing: 2px;
  }
  .testimonial-card blockquote {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 16px;
    font-style: italic;
  }
  .testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .testimonial-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2d1b69, #5a3d9e);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
  }
  .testimonial-name {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
  }
  .testimonial-verified {
    font-size: 12px;
    color: #888;
  }
  .testimonial-tag {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
  }

  /* ─── URGENCY OFFER ─── */
  .urgency-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d1b69 100%);
    color: #fff;
    padding: 50px 24px;
    text-align: center;
  }
  .urgency-badge {
    display: inline-block;
    background: rgba(245,197,24,0.15);
    border: 1px solid rgba(245,197,24,0.3);
    color: #f5c518;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .urgency-section h2 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 12px;
    line-height: 1.2;
  }
  .urgency-section h2 em {
    font-style: normal;
    color: #f5c518;
  }
  .urgency-section p {
    font-size: 16px;
    opacity: 0.8;
    margin-bottom: 24px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .discount-code-box {
    background: rgba(255,255,255,0.08);
    border: 2px dashed rgba(245,197,24,0.5);
    border-radius: 12px;
    padding: 20px;
    max-width: 360px;
    margin: 0 auto 24px;
  }
  .discount-code-box .label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 0.6;
    margin-bottom: 6px;
  }
  .discount-code-box .code {
    font-size: 32px;
    font-weight: 900;
    color: #f5c518;
    letter-spacing: 3px;
  }
  .discount-code-box .detail {
    font-size: 14px;
    opacity: 0.7;
    margin-top: 4px;
  }
  .urgency-cta {
    display: inline-block;
    background: #f5c518;
    color: #1a1a2e;
    font-size: 17px;
    font-weight: 800;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 24px rgba(245,197,24,0.3);
  }
  .urgency-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(245,197,24,0.4);
  }
  .urgency-note {
    font-size: 13px;
    opacity: 0.5;
    margin-top: 16px;
  }

  /* ─── PRODUCT SECTION ─── */
  .product-section {
    padding: 60px 24px;
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
  }
  .product-section h2 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 8px;
  }
  .product-section .subtitle {
    color: #666;
    margin-bottom: 32px;
    font-size: 15px;
  }

  /* Tier selector */
  .tier-selector {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 32px;
    flex-wrap: nowrap;
  }
  .tier-option {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 12px 14px;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
    min-width: 0;
    flex: 1 1 0;
    position: relative;
  }
  .tier-option.popular {
    border-color: #e0e0e0;
    background: transparent;
  }
  .tier-option.popular::before {
    content: 'MOST POPULAR';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #2d1b69;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 10px;
    letter-spacing: 0.5px;
    white-space: nowrap;
  }
  .tier-qty {
    font-size: 20px;
    font-weight: 800;
    color: #1a1a2e;
  }
  .tier-price {
    font-size: 14px;
    color: #666;
    margin-top: 2px;
  }
  .tier-save {
    font-size: 12px;
    font-weight: 700;
    color: #2e7d32;
    margin-top: 4px;
  }

  /* Flavors */
  .flavor-selector {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 28px;
    flex-wrap: wrap;
  }
  .flavor-chip {
    padding: 10px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
  }
  .flavor-chip.active {
    border-color: #2d1b69;
    background: #2d1b69;
    color: #fff;
  }

  .add-to-cart {
    display: inline-block;
    background: #2d1b69;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    padding: 18px 48px;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    width: 100%;
    max-width: 400px;
  }
  .add-to-cart:hover {
    background: #3d2b79;
    transform: translateY(-1px);
  }

  .product-trust {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .product-trust span {
    font-size: 12px;
    color: #888;
    font-weight: 500;
  }

  /* ─── GUARANTEE ─── */
  .guarantee {
    background: #f8f6f3;
    padding: 50px 24px;
    text-align: center;
  }
  .guarantee-icon { font-size: 48px; margin-bottom: 16px; }
  .guarantee h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
  }
  .guarantee p {
    font-size: 15px;
    color: #555;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
  }

  /* ─── COMPARISON TABLE ─── */
  .comparison {
    padding: 50px 24px;
    max-width: 700px;
    margin: 0 auto;
  }
  .comparison h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 28px;
  }
  .comp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
  }
  .comp-table th {
    padding: 12px 8px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 2px solid #eee;
    color: #666;
  }
  .comp-table th:first-child { text-align: left; color: #1a1a2e; }
  .comp-table th.highlight {
    color: #2d1b69;
    background: #f8f5ff;
    border-radius: 8px 8px 0 0;
  }
  .comp-table td {
    padding: 12px 8px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
  }
  .comp-table td:first-child {
    text-align: left;
    font-weight: 600;
    color: #333;
  }
  .comp-table td.highlight { background: #f8f5ff; }
  .comp-table .check { color: #2e7d32; font-weight: 700; }
  .comp-table .cross { color: #c62828; font-weight: 700; }

  /* ─── FINAL CTA ─── */
  .final-cta {
    background: #1a1a2e;
    color: #fff;
    padding: 60px 24px;
    text-align: center;
  }
  .final-cta h2 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 12px;
    line-height: 1.2;
  }
  .final-cta p {
    font-size: 16px;
    opacity: 0.7;
    margin-bottom: 28px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  .final-cta a {
    display: inline-block;
    background: #f5c518;
    color: #1a1a2e;
    font-size: 17px;
    font-weight: 800;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
  }
  .final-cta .note {
    font-size: 13px;
    opacity: 0.4;
    margin-top: 16px;
  }

  /* ─── RESPONSIVE ─── */
  @media (min-width: 640px) {
    .hero h1 { font-size: 48px; }
    .reason h2 { font-size: 30px; }
    .testimonial-grid { grid-template-columns: 1fr 1fr; }
  }
/* Center product trust badges */
.product-trust {
  text-align: center !important;
  justify-content: center !important;
  width: 100% !important;
}

/* Lifestyle images: full width on mobile, centered on desktop */
@media (max-width: 639px) {
  .photo-section img {
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 0 !important;
  }
}
@media (min-width: 640px) {
  .photo-section img {
    max-width: 500px !important;
    border-radius: 12px !important;
  }
}

/* Tier selector: compact on small mobile */
@media (max-width: 480px) {
  .tier-selector { gap: 6px; }
  .tier-option { padding: 10px 6px; }
  .tier-qty { font-size: 15px; }
  .tier-price { font-size: 12px; }
  .tier-save { font-size: 10px; }
  .tier-option.popular::before { font-size: 8px; padding: 2px 6px; }
}
@media (max-width: 360px) {
  .tier-selector { gap: 4px; }
  .tier-option { padding: 8px 4px; }
  .tier-qty { font-size: 13px; }
  .tier-price { font-size: 11px; }
}

/* GIF background: 40% smaller on desktop, fixed size */
@media (min-width: 641px) {
  .gif-bg-img {
    width: 658px !important;
    max-width: 658px !important;
    height: 823px !important;
    object-fit: cover !important;
    object-position: center bottom !important;
    max-height: 700px !important;
  }
}

/* ══════════════ 2026-04-16 BATCH EDITS (31 items) ══════════════ */

/* 15, 16: Eliminate horizontal overflow + white right-side bar pre-CSS load */
html, body { overflow-x: hidden !important; }
@media (max-width: 768px) {
  html, body { margin: 0 !important; padding: 0 !important; }
}

/* ═══ BUY-BOX: product image container + flavor chips ═══ */
.product-section .product-image-wrap {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
  max-width: 100%;
  margin: 4px auto 8px !important;
  padding: 4px 0 !important;
  min-height: 300px;
  max-height: 300px;
  overflow: hidden;
  box-sizing: border-box;
}
.product-section .product-image-wrap .product-box-image {
  width: auto !important;
  max-width: 320px;
  height: auto;
  max-height: 292px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  transition: opacity 0.3s ease;
  border-radius: 12px;
}
@media (min-width: 640px) {
  .product-section .product-image-wrap { min-height: 300px; max-height: 300px; padding: 4px 0 !important; }
}
@media (max-width: 639px) {
  .product-section .product-image-wrap {
    min-height: 280px;
    max-height: 280px;
    margin: 4px auto 8px !important;
    padding: 2px 0 !important;
  }
  .product-section .product-image-wrap .product-box-image {
    max-width: 272px;
    max-height: 272px;
  }
}

.product-section .flavor-selector {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  gap: 6px !important;
  margin-bottom: 24px !important;
  padding: 0 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
/* Apr 10: circular 3-line stacked flavor chips (72x72) */
.product-section .flavor-selector .flavor-chip {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 72px !important;
  height: 72px !important;
  padding: 4px !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 50% !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  text-align: center !important;
  background: #fff !important;
  color: #2d1b69 !important;
  flex-shrink: 0 !important;
  cursor: pointer;
  transition: all 0.2s ease;
}
.product-section .flavor-selector .flavor-chip .chip-emoji {
  font-size: 22px !important;
  line-height: 1 !important;
  margin: 0 0 2px 0 !important;
  display: block !important;
}
.product-section .flavor-selector .flavor-chip .chip-line {
  display: block !important;
  font-size: 9px !important;
  line-height: 1.1 !important;
  letter-spacing: 0.2px;
}
.product-section .flavor-selector .flavor-chip.active {
  border-color: #2d1b69 !important;
  background: #2d1b69 !important;
  color: #fff !important;
}
.product-section .flavor-selector .flavor-chip.active .chip-line,
.product-section .flavor-selector .flavor-chip.active .chip-emoji { color: #fff !important; }
@media (max-width: 480px) {
  .product-section .flavor-selector { gap: 6px !important; padding: 0 4px; }
  .product-section .flavor-selector .flavor-chip {
    width: 68px !important;
    height: 68px !important;
    font-size: 9px !important;
  }
  .product-section .flavor-selector .flavor-chip .chip-emoji { font-size: 20px !important; }
}
@media (max-width: 400px) {
  .product-section .flavor-selector { gap: 5px !important; }
  .product-section .flavor-selector .flavor-chip {
    width: 62px !important;
    height: 62px !important;
    font-size: 8.5px !important;
  }
  .product-section .flavor-selector .flavor-chip .chip-emoji { font-size: 18px !important; }
}
@media (max-width: 360px) {
  .product-section .flavor-selector .flavor-chip {
    width: 58px !important;
    height: 58px !important;
    font-size: 8px !important;
  }
}

.product-section { padding-top: 44px !important; padding-bottom: 44px !important; }

/* ═══ MARQUEES: 68s infinite scroll; consistent desktop + mobile ═══ */
@keyframes craveBadgeScroll68 { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.badge-marquee-section { overflow: hidden !important; white-space: nowrap !important; }
.badge-marquee-section > .badge-marquee-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 48px !important;
  width: max-content !important;
  animation: craveBadgeScroll68 68s linear infinite !important;
  justify-content: flex-start !important;
  white-space: nowrap !important;
}
@media (min-width: 640px) {
  .badge-marquee-section > .badge-marquee-track {
    animation: craveBadgeScroll68 68s linear infinite !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 639px) {
  .product-trust {
    display: flex !important;
    flex-wrap: wrap !important;
    white-space: normal !important;
    animation: none !important;
    justify-content: center !important;
    gap: 12px !important;
  }
}

/* ═══ Apr 17 Pauline: per-flavor product image carousel ═══ */
.product-image-wrap { position: relative; }
.flavor-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #2d1b69;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 5;
  transition: background 0.15s, transform 0.15s;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
.flavor-arrow:hover { background: #3d2b79; }
.flavor-arrow:active { transform: translateY(-50%) scale(0.92); }
.flavor-arrow-prev { left: 4px; }
.flavor-arrow-next { right: 4px; }
.flavor-arrow svg { display: block; width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.product-box-image { transition: opacity 0.3s, max-width 0.3s; }
@media (max-width: 639px) {
  .flavor-arrow { width: 38px; height: 38px; }
  .flavor-arrow svg { width: 16px; height: 16px; }
  .flavor-arrow-prev { left: 2px; }
  .flavor-arrow-next { right: 2px; }
}

/* ═══ Apr 17 Pauline: hero crossfade slideshow ═══ */
.hero-product-image-wrap { position: relative; margin: 24px auto 0; max-width: 420px; text-align: center; }
.hero-product-image-wrap img.hero-slide {
  position: absolute;
  inset: 0;
  margin: 0 auto !important;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}
.hero-product-image-wrap img.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}
/* The first image in the DOM is NOT absolute — it preserves layout height.
   Subsequent .hero-slide images overlay it with absolute positioning. */
.hero-product-image-wrap > img:first-of-type.hero-slide {
  position: relative;
  inset: auto;
}

/* Hero slide base style — shared across all slides (lets us drop inline style=) */
.hero-product-image-wrap img.hero-slide {
  width: 100% !important;
  max-width: 420px !important;
  max-height: 360px !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  border-radius: 16px !important;
}

/* ═══ Apr 17 Pauline: WHAT'S INSIDE section ═══ */
/* Heading matches .reason h2 exactly ("Three Layers. Each One Does Something.") */
.whats-inside {
  padding: 44px 24px 20px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.whats-inside h2 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 18px;
  color: #1a1a2e;
}
@media (min-width: 640px) {
  .whats-inside { padding: 56px 24px 28px; }
  .whats-inside h2 { font-size: 30px; }
}

/* Apr 17 squeeze: shared badge-marquee-track base (leaves color inline for per-row override) */
.badge-marquee-track {
  display: flex;
  align-items: center;
  gap: 48px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  width: max-content;
}

/* Apr 17 Pauline: desktop-only line break for hero subtitle */
.hero .desktop-break { display: none; }
@media (min-width: 640px) { .hero .desktop-break { display: inline; } }

/* ═══ Apr 17D: MARQUEES (moved out of body_html to save inline bytes) ═══ */
@keyframes craveBadgeScroll68 { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.badge-marquee-section { overflow: hidden !important; white-space: nowrap !important; }
.badge-marquee-section > .badge-marquee-track {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 48px !important;
  width: max-content !important;
  animation: craveBadgeScroll68 68s linear infinite !important;
  justify-content: flex-start !important;
  white-space: nowrap !important;
}
/* Row C (data-marquee="C") runs 15% faster on desktop only (Pauline Apr 17). */
@media (min-width: 640px) {
  .badge-marquee-section[data-marquee="C"] > .badge-marquee-track {
    animation: craveBadgeScroll68 58s linear infinite !important;
  }
}
