/** Shopify CDN: Minification failed

Line 428:15 Expected identifier but found whitespace
Line 428:17 Unexpected "{"
Line 428:26 Expected ":"
Line 428:51 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:pbp-faq-page (INDEX:47) */
.pbp-faq__hero {
    background: #FFFFFF;
    padding: 56px 24px 40px;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
  }
  .pbp-faq__eyebrow {
    display: inline-block;
    background: #FFE650;
    color: #1A1A1A;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 16px;
  }
  .pbp-faq__hero-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(28px, 5vw, 44px);
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 0 12px;
    line-height: 1.1;
  }
  .pbp-faq__hero-sub {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: #666666;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.6;
  }

  /* TOC */
  .pbp-faq__toc {
    background: #F7F7F7;
    border-bottom: 1px solid #EEEEEE;
    padding: 32px 24px;
  }
  .pbp-faq__toc-inner {
    max-width: 900px;
    margin: 0 auto;
  }
  .pbp-faq__toc-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 16px;
  }
  .pbp-faq__toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .pbp-faq__toc-item a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: white;
    border: 1px solid #EEEEEE;
    border-radius: 100px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #1A1A1A;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
  }
  .pbp-faq__toc-item a:hover {
    border-color: #FFE650;
    background: #FFFDE8;
  }

  /* BODY */
  .pbp-faq__body {
    max-width: 900px;
    margin: 0 auto;
    padding: 48px 24px 80px;
    background: #F7F7F7;
  }

  /* CATEGORY */
  .pbp-faq__category {
    margin-bottom: 48px;
    scroll-margin-top: 24px;
  }
  .pbp-faq__cat-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid #1A1A1A;
  }
  .pbp-faq__cat-icon { font-size: 18px; line-height: 1; }
  .pbp-faq__cat-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0;
  }
  .pbp-faq__cat-count {
    margin-left: auto;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: #999;
  }

  /* DETAILS/SUMMARY — no button */
  .pbp-faq__item {
    border-bottom: 1px solid #E0E0E0;
  }
  .pbp-faq__item summary {
    list-style: none;
    padding: 18px 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1A1A1A;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: transparent;
    user-select: none;
  }
  .pbp-faq__item summary::-webkit-details-marker { display: none; }
  .pbp-faq__item summary::marker { display: none; }
  .pbp-faq__item summary::after {
    content: '+';
    font-size: 22px;
    font-weight: 300;
    color: #999;
    flex-shrink: 0;
    line-height: 1;
    transition: transform 0.2s;
  }
  .pbp-faq__item[open] summary::after {
    content: '−';
    color: #1A1A1A;
  }
  .pbp-faq__item summary:hover { color: #333; }

  .pbp-faq__answer-inner {
    padding: 0 0 20px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: #555;
    line-height: 1.75;
  }
  .pbp-faq__answer-inner a { color: #1A1A1A; font-weight: 600; }

  /* CTA */
  .pbp-faq__cta {
    background: #1A1A1A;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    margin-top: 16px;
  }
  .pbp-faq__cta h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 10px;
  }
  .pbp-faq__cta p {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,0.65);
    margin: 0 0 24px;
  }
  .pbp-faq__cta-btn {
    display: inline-block;
    background: #FFE650;
    color: #1A1A1A;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 32px;
    border-radius: 100px;
    text-decoration: none;
  }

  @media (max-width: 600px) {
    .pbp-faq__hero { padding: 40px 20px 32px; }
    .pbp-faq__toc { padding: 24px 20px; }
    .pbp-faq__body { padding: 32px 20px 60px; }
    .pbp-faq__item summary { font-size: 15px; }
    .pbp-faq__cta { padding: 28px 20px; }
  }
/* END_SECTION:pbp-faq-page */

/* START_SECTION:pbp-hero-wholesale (INDEX:49) */
.pbp-hero-wholesale {
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
    }

    .pbp-hero-wholesale__bg {
      position: absolute;
      inset: 0;
      z-index: 0;
    }

    .pbp-hero-wholesale__overlay {
      position: absolute;
      inset: 0;
      z-index: 1;
      opacity: 0.55;
      background: linear-gradient(135deg, rgba(26,26,26,0.85) 0%, rgba(26,26,26,0.3) 100%);
    }

    .pbp-hero-wholesale__inner {
      position: relative;
      z-index: 2;
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
    }

    .pbp-hero-wholesale__badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,0.15);
      border: 1px solid rgba(255,255,255,0.3);
      backdrop-filter: blur(8px);
      padding: 8px 18px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #ffffff;
      margin-bottom: 28px;
    }

    .pbp-hero-wholesale__badge-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #72D112;
      animation: pulse-dot 2s infinite;
    }

    @keyframes pulse-dot {
      0%, 100% { opacity: 1; transform: scale(1); }
      50% { opacity: 0.6; transform: scale(0.85); }
    }

    .pbp-hero-wholesale__title {
      font-size: clamp(40px, 6vw, 72px);
      font-weight: 900;
      line-height: 1.05;
      letter-spacing: -1px;
      color: #ffffff;
      margin: 0 0 24px;
      max-width: 800px;
    }

    .pbp-hero-wholesale__title em {
      font-style: normal;
      background: linear-gradient(135deg, #F6DC0E, #FF8C42);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .pbp-hero-wholesale__subtitle {
      font-size: clamp(16px, 2vw, 20px);
      color: rgba(255,255,255,0.8);
      line-height: 1.6;
      max-width: 600px;
      margin: 0 0 40px;
    }

    .pbp-hero-wholesale__ctas {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      align-items: center;
      margin-bottom: 64px;
    }

    .pbp-hero-wholesale__btn-primary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #F6DC0E;
      color: #1a1a1a;
      padding: 16px 32px;
      border-radius: 999px;
      font-size: 15px;
      font-weight: 800;
      text-decoration: none;
      transition: all 0.25s ease;
    }

    .pbp-hero-wholesale__btn-primary:hover {
      background: #FF8C42;
      color: #ffffff;
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(255,140,66,0.4);
    }

    .pbp-hero-wholesale__btn-secondary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: transparent;
      color: #ffffff;
      padding: 16px 32px;
      border-radius: 999px;
      border: 2px solid rgba(255,255,255,0.4);
      font-size: 15px;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.25s ease;
    }

    .pbp-hero-wholesale__btn-secondary:hover {
      background: rgba(255,255,255,0.1);
      border-color: rgba(255,255,255,0.7);
    }

    /* Stats bar */
    .pbp-hero-wholesale__stats {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      border-top: 1px solid rgba(255,255,255,0.15);
      padding-top: 40px;
    }

    .pbp-hero-wholesale__stat {
      padding-right: 32px;
      border-right: 1px solid rgba(255,255,255,0.15);
    }

    .pbp-hero-wholesale__stat:last-child {
      border-right: none;
      padding-right: 0;
      padding-left: 32px;
    }

    .pbp-hero-wholesale__stat:not(:first-child):not(:last-child) {
      padding-left: 32px;
    }

    .pbp-hero-wholesale__stat-num {
      font-size: clamp(32px, 4vw, 48px);
      font-weight: 900;
      line-height: 1;
      margin-bottom: 6px;
    }

    .pbp-hero-wholesale__stat-label {
      font-size: 13px;
      color: rgba(255,255,255,0.65);
      line-height: 1.4;
      font-weight: 500;
    }

    @media (max-width: 768px) {
      .pbp-hero-wholesale__inner {
        padding: 0 20px;
      }

      .pbp-hero-wholesale__stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 0;
      }

      .pbp-hero-wholesale__stat {
        padding: 0 16px 0 0;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.12);
        padding-bottom: 28px;
      }

      .pbp-hero-wholesale__stat:nth-child(even) {
        padding-left: 16px;
        padding-right: 0;
        border-left: 1px solid rgba(255,255,255,0.12);
      }

      .pbp-hero-wholesale__stat:last-child,
      .pbp-hero-wholesale__stat:nth-last-child(2) {
        border-bottom: none;
        padding-left: 0;
        padding-right: 16px;
      }
    }
/* END_SECTION:pbp-hero-wholesale */

/* START_SECTION:pbp-mood-finder (INDEX:51) */
.mhf-wrap {
    position: relative;
    min-height: {{ section.settings.min_height }}px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
  }

  .mhf-bg-overlay {
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
  }

  .mhf-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
    align-items: center;
  }

  @media (max-width: 768px) {
    .mhf-container {
      grid-template-columns: 1fr;
      gap: 36px;
    }
    .mhf-intro { text-align: center; }
    .mhf-mood-pills { justify-content: center; }
  }

  /* ── Intro panel ── */
  .mhf-intro-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #F6DC0E;
    color: #1A1A1A;
    border-radius: 999px;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Space Grotesk', sans-serif;
    line-height: 1.3;
  }

  .mhf-intro h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    color: #1A1A1A;
    line-height: 1.15;
    margin: 0 0 16px;
  }

  .mhf-intro p {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    margin: 0 0 28px;
  }

  .mhf-mood-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .mhf-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    padding: 8px 16px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .mhf-pill--elevate { background: #FDD9F1; color: #1A1A1A; }
  .mhf-pill--social  { background: #FCC0A5; color: #1A1A1A; }
  .mhf-pill--relax   { background: #E4CFFD; color: #1A1A1A; }

  /* ── Widget shell ── */
  .mhf-widget {
    background: #F7F7F7;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0,0,0,0.12);
    height: 600px;
    display: flex;
    flex-direction: column;
    font-family: 'DM Sans', sans-serif;
  }

  .mhf-header {
    background: linear-gradient(135deg, #FFCF85 0%, #FF8C42 60%, #E94602 100%);
    padding: 18px 20px;
    flex-shrink: 0;
  }

  .mhf-header-inner {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .mhf-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
  }

  .mhf-header-title {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin: 0 0 2px;
  }

  .mhf-header-sub {
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'DM Sans', sans-serif;
  }

  .mhf-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #F6DC0E;
    display: inline-block;
    flex-shrink: 0;
  }

  .mhf-messages {
    flex: 1;
    overflow-y: auto;
    padding: 20px 16px 8px;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
  }

  .mhf-messages::-webkit-scrollbar { width: 0; }

  .mhf-bubble-row {
    display: flex;
    margin-bottom: 8px;
    animation: mhfSlideUp 0.4s ease both;
  }

  .mhf-bubble-row--bot  { justify-content: flex-start; }
  .mhf-bubble-row--user { justify-content: flex-end; }

  .mhf-bubble-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFCF85, #E94602);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-right: 8px;
    align-self: flex-end;
    flex-shrink: 0;
  }

  .mhf-bubble {
    max-width: 80%;
    padding: 11px 15px;
    font-size: 15px;
    line-height: 1.55;
    font-family: 'DM Sans', sans-serif;
  }

  .mhf-bubble--bot {
    background: #fff;
    color: #1A1A1A;
    border-radius: 18px 18px 18px 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  }

  .mhf-bubble--user {
    background: #1A1A1A;
    color: #fff;
    border-radius: 18px 18px 4px 18px;
  }

  .mhf-typing {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    animation: mhfSlideUp 0.3s ease;
  }

  .mhf-typing-bubble {
    background: #fff;
    border-radius: 18px 18px 18px 4px;
    padding: 12px 16px;
    display: flex;
    gap: 4px;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  }

  .mhf-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #888;
    animation: mhfBounce 1.2s ease-in-out infinite;
  }

  .mhf-dot:nth-child(2) { animation-delay: 0.2s; }
  .mhf-dot:nth-child(3) { animation-delay: 0.4s; }

  .mhf-options {
    padding: 8px 16px 20px;
    flex-shrink: 0;
  }

  .mhf-option-btn {
    display: block;
    width: 100%;
    padding: 11px 15px;
    margin-bottom: 7px;
    background: #ffffff;
    color: #1A1A1A;
    border: 1.5px solid #EEEEEE;
    border-radius: 12px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
    box-shadow: none;
    box-sizing: border-box;
    user-select: none;
    transition: border-color 0.2s, transform 0.2s, background 0.2s, color 0.2s;
    animation: mhfOptionIn 0.35s ease both;
  }

  .mhf-option-btn:hover { border-color: #1A1A1A; transform: translateX(4px); }
  .mhf-option-btn.selected { background: #1A1A1A; color: #ffffff; border-color: #1A1A1A; }
  .mhf-option-btn.faded { opacity: 0.3; pointer-events: none; }

  /* ── Result card ── */
  .mhf-result { animation: mhfSlideUp 0.5s ease; padding: 4px 0 8px; }

  .mhf-result-card {
    border-radius: 20px;
    padding: 22px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
  }

  .mhf-result-blob {
    position: absolute;
    top: -30px; right: -30px;
    width: 110px; height: 110px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    pointer-events: none;
  }

  .mhf-result-emoji   { font-size: 28px; margin-bottom: 6px; }
  .mhf-result-label   { font-size: 14px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(26,26,26,0.55); margin-bottom: 3px; font-family: 'Space Grotesk', sans-serif; }
  .mhf-result-name    { font-family: 'Space Grotesk', sans-serif; font-size: 26px; font-weight: 700; color: #1A1A1A; margin-bottom: 2px; }
  .mhf-result-flavor  { font-size: 14px; color: rgba(26,26,26,0.6); margin-bottom: 10px; font-family: 'DM Sans', sans-serif; }
  .mhf-result-tagline { font-size: 16px; font-weight: 600; font-style: italic; color: #1A1A1A; margin-bottom: 14px; font-family: 'DM Sans', sans-serif; }

  .mhf-effect-pills { display: flex; flex-wrap: wrap; gap: 5px; }
  .mhf-effect-pill  { background: rgba(255,255,255,0.55); border-radius: 999px; padding: 4px 12px; font-size: 14px; font-weight: 600; color: #1A1A1A; font-family: 'DM Sans', sans-serif; }

  .mhf-feel-block { background: #FFF9ED; border-radius: 14px; padding: 14px 18px; margin-bottom: 10px; }
  .mhf-feel-label { font-size: 14px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 5px; font-family: 'Space Grotesk', sans-serif; }
  .mhf-feel-text  { font-size: 15px; line-height: 1.6; color: #1A1A1A; margin: 0; font-family: 'DM Sans', sans-serif; }

  .mhf-onset-bar {
    background: #1A1A1A; border-radius: 10px; padding: 9px 14px;
    font-size: 14px; color: #fff; display: flex; align-items: center;
    gap: 8px; margin-bottom: 10px; font-family: 'DM Sans', sans-serif;
  }

  .mhf-cta-btn {
    display: block; background: #1A1A1A; color: #fff; text-align: center;
    padding: 13px 20px; border-radius: 999px; font-family: 'Space Grotesk', sans-serif;
    font-weight: 700; font-size: 15px; text-decoration: none; margin-bottom: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .mhf-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    color: #fff; text-decoration: none;
  }

  .mhf-reset-btn {
    display: block; width: 100%; background: transparent;
    border: 1.5px solid #EEEEEE; border-radius: 999px; padding: 9px 20px;
    font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 600;
    color: #888888; cursor: pointer; text-transform: none; letter-spacing: 0;
    box-shadow: none; box-sizing: border-box; text-align: center; user-select: none;
    transition: border-color 0.2s, color 0.2s;
  }

  .mhf-reset-btn:hover { border-color: #1A1A1A; color: #1A1A1A; }

  @keyframes mhfBounce {
    0%, 80%, 100% { transform: translateY(0); opacity: 0.4; }
    40% { transform: translateY(-5px); opacity: 1; }
  }

  @keyframes mhfSlideUp {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  @keyframes mhfOptionIn {
    from { opacity: 0; transform: translateY(6px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
  }
/* END_SECTION:pbp-mood-finder */