/** Shopify CDN: Minification failed

Line 14:18 Unexpected "{"
Line 14:27 Expected ":"
Line 24:20 Unexpected "{"
Line 24:29 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:wellness-pdp-materials-v2 (INDEX:121) */
#shopify-section-{{ section.id }} .wmat-v2-breakout {
    width: 100vw; max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: var(--sm-section-bg);
    font-family: inherit;
    font-weight: 400;
    color: #121212;
    -webkit-font-smoothing: antialiased;
  }
  #shopify-section-{{ section.id }} .wmat-v2-shell {
    max-width: min(var(--sm-shell-width), 100%);
    margin: 0 auto;
    padding: var(--sm-section-pad-top) var(--sm-section-pad-inline) var(--sm-section-pad-bottom);
  }
  .wmat-v2-breakout *,
  .wmat-v2-breakout *::before,
  .wmat-v2-breakout *::after { box-sizing: border-box; }

  /* Intro */
  .wmat-v2-intro {
    max-width: min(var(--sm-intro-max), 100%);
    margin: 0 auto var(--sm-intro-margin-bottom);
    text-align: var(--sm-intro-text-align);
    display: flex;
    flex-direction: column;
    gap: var(--sm-intro-gap);
  }
  .wmat-v2-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--sm-text-muted);
  }
  .wmat-v2-title {
    margin: 0;
    font-family: var(--heading-font-family, 'Questrial', sans-serif);
    font-size: var(--sm-section-heading-size);
    line-height: 1.05;
    letter-spacing: -0.025em;
    text-wrap: balance;
    color: var(--sm-text-heading);
    font-weight: 400;
  }
  .wmat-v2-lede {
    margin: 0 auto;
    font-family: inherit;
    font-size: calc(0.94rem * var(--sm-desktop-scale, 1));
    line-height: 1.6;
    color: var(--sm-text-subtitle);
    max-width: 58ch;
    text-wrap: pretty;
  }

  /* Monolith card */
  .wmat-v2-monolith {
    background: var(--wmat-v2-card-bg);
    border-radius: 28px;
    overflow: hidden;
    box-shadow:
      0 1px 2px rgba(18,18,18,0.04),
      0 32px 64px -32px rgba(18,18,18,var(--wmat-v2-card-shadow-opacity));
  }

  /* Hero */
  .wmat-v2-hero {
    position: relative;
    width: 100%;
    aspect-ratio: var(--wmat-v2-hero-ratio);
    background: var(--wmat-v2-hero-bg);
    overflow: hidden;
  }
  .wmat-v2-hero img {
    width: 100%; height: 100%;
    object-fit: var(--wmat-v2-hero-fit);
    object-position: var(--wmat-v2-hero-x) var(--wmat-v2-hero-y);
    transform: scale(calc(var(--wmat-v2-hero-scale) / 100));
    display: block;
  }
  .wmat-v2-hero-placeholder {
    width: 100%; height: 100%;
    background: linear-gradient(135deg, #e9e3d9, #d9d1c2);
  }

  /* Spec row */
  .wmat-v2-specs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: var(--wmat-v2-spec-bg);
    padding: calc(32px * var(--sm-desktop-scale, 0.9)) calc(36px * var(--sm-desktop-scale, 0.9));
    border-bottom: 1px solid rgba(18,18,18,0.06);
  }
  .wmat-v2-spec {
    padding: 0 calc(22px * var(--sm-desktop-scale, 0.9));
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .wmat-v2-spec:first-child { padding-left: 0; }
  .wmat-v2-spec:last-child { padding-right: 0; }
  .wmat-v2-spec + .wmat-v2-spec { border-left: 1px solid rgba(18,18,18,0.06); }
  .wmat-v2-spec-label {
    font-size: 0.66rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sm-text-muted);
  }
  .wmat-v2-spec-value {
    font-family: var(--heading-font-family, 'Questrial', sans-serif);
    font-size: calc(1.08rem * var(--sm-desktop-scale, 1));
    color: var(--sm-text-heading);
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
  .wmat-v2-spec-sub {
    font-family: inherit;
    font-size: calc(0.82rem * var(--sm-desktop-scale, 1));
    color: var(--sm-text-muted);
    line-height: 1.4;
  }

  /* 3 paragraphs */
  .wmat-v2-paras {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: calc(36px * var(--sm-desktop-scale, 0.9));
    padding: calc(32px * var(--sm-desktop-scale, 0.9)) calc(36px * var(--sm-desktop-scale, 0.9)) calc(40px * var(--sm-desktop-scale, 0.9));
  }
  .wmat-v2-para { display: flex; flex-direction: column; gap: 10px; }
  .wmat-v2-para-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .wmat-v2-para-title {
    margin: 0;
    font-family: var(--heading-font-family, 'Questrial', sans-serif);
    font-size: calc(1rem * var(--sm-desktop-scale, 1));
    color: var(--sm-text-heading);
    line-height: 1.25;
    letter-spacing: -0.005em;
    font-weight: 400;
  }
  .wmat-v2-para-body {
    margin: 0;
    font-family: inherit;
    font-size: calc(0.88rem * var(--sm-desktop-scale, 1));
    line-height: 1.6;
    color: var(--sm-text-body);
  }
  .wmat-v2-para-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid rgba(18, 18, 18, 0.12);
    background: #ffffff;
    color: rgba(18, 18, 18, 0.8);
    padding: 0;
    flex-shrink: 0;
    font-family: var(--heading-font-family, 'Questrial', sans-serif);
    cursor: pointer;
    appearance: none;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
  }
  .wmat-v2-para-toggle-icon {
    font-size: 1.08rem;
    line-height: 1;
    transition: transform 180ms ease;
  }

  /* Cream "included" band */
  .wmat-v2-incl {
    background: var(--wmat-v2-included-bg);
    padding: calc(32px * var(--sm-desktop-scale, 0.9)) calc(36px * var(--sm-desktop-scale, 0.9)) calc(36px * var(--sm-desktop-scale, 0.9));
  }
  .wmat-v2-incl-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
  }
  .wmat-v2-incl-title {
    margin: 0;
    font-family: var(--heading-font-family, 'Questrial', sans-serif);
    font-size: calc(1.12rem * var(--sm-desktop-scale, 1));
    color: var(--sm-text-heading);
    letter-spacing: -0.01em;
    font-weight: 400;
  }
  .wmat-v2-incl-tag {
    font-size: 0.66rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--sm-text-muted);
  }
  .wmat-v2-incl-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 10px;
  }
  .wmat-v2-incl-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-family: inherit;
    font-size: calc(0.88rem * var(--sm-desktop-scale, 1));
    color: var(--sm-text-body);
    line-height: 1.4;
  }
  .wmat-v2-incl-number,
  .wmat-v2-incl-check {
    width: 16px;
    min-width: 16px;
    height: 16px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0.12em);
    border: 1px solid var(--wmat-v2-warranty-bg);
    border-radius: 999px;
    background: var(--wmat-v2-warranty-bg);
    color: #ffffff;
    font-family: inherit;
    font-size: 0.58rem;
    line-height: 1;
  }
  .wmat-v2-incl-check svg {
    width: 10px;
    height: 10px;
    display: block;
  }
  .wmat-v2-mobile-toggle {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 42px;
    padding: 8px 10px 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(18,18,18,0.1);
    background: rgba(255,255,255,0.62);
    color: rgba(18,18,18,0.78);
    font-family: inherit;
    font-size: calc(0.78rem * var(--sm-desktop-scale, 1));
    line-height: 1;
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
  }
  .wmat-v2-mobile-toggle-icon {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid rgba(18,18,18,0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: rgba(18,18,18,0.62);
    font-size: 1rem;
    line-height: 1;
    transition: transform 0.2s ease;
  }
  .wmat-v2-incl.is-open .wmat-v2-incl-toggle .wmat-v2-mobile-toggle-icon,
  .wmat-v2-war.is-open .wmat-v2-war-toggle .wmat-v2-mobile-toggle-icon {
    transform: rotate(45deg);
  }

  /* Dark warranty band */
  .wmat-v2-war {
    background: var(--wmat-v2-warranty-bg);
    color: #ffffff;
    padding: calc(32px * var(--sm-desktop-scale, 0.9)) calc(36px * var(--sm-desktop-scale, 0.9));
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: calc(40px * var(--sm-desktop-scale, 0.9));
    align-items: center;
  }
  .wmat-v2-war-body { display: flex; flex-direction: column; gap: 12px; }
  .wmat-v2-war-eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
  }
  .wmat-v2-war-heading-row {
    display: block;
  }
  .wmat-v2-war-title {
    margin: 0;
    font-family: var(--heading-font-family, 'Questrial', sans-serif);
    font-size: calc(1.7rem * var(--sm-desktop-scale, 1));
    line-height: 1.2;
    color: #ffffff;
    letter-spacing: -0.015em;
    font-weight: 400;
    text-wrap: balance;
  }
  .wmat-v2-war-eu {
    width: calc(34px * var(--sm-desktop-scale, 1));
    height: calc(34px * var(--sm-desktop-scale, 1));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: calc(8px * var(--sm-desktop-scale, 1));
    vertical-align: middle;
    transform: translateY(-2px);
  }
  .wmat-v2-war-eu svg {
    width: 100%;
    height: 100%;
    display: block;
    filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.28));
  }
  .wmat-v2-war-eu-halo {
    fill: rgba(255, 255, 255, 0.09);
    stroke: rgba(255, 255, 255, 0.22);
    stroke-width: 1.4;
  }
  .wmat-v2-war-eu-field {
    fill: #1d4ca3;
    stroke: rgba(255, 255, 255, 0.18);
    stroke-width: 1;
  }
  .wmat-v2-war-eu svg circle:not(.wmat-v2-war-eu-halo):not(.wmat-v2-war-eu-field) {
    fill: #ffcc00;
  }
  .wmat-v2-war-desc {
    margin: 0;
    font-family: inherit;
    font-size: calc(0.88rem * var(--sm-desktop-scale, 1));
    line-height: 1.55;
    color: rgba(255,255,255,0.72);
    max-width: 56ch;
  }
  .wmat-v2-war-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding-left: calc(24px * var(--sm-desktop-scale, 0.9));
    border-left: 1px solid rgba(255,255,255,0.12);
  }
  .wmat-v2-war-cell { display: flex; flex-direction: column; gap: 4px; }
  .wmat-v2-war-label {
    font-size: 0.62rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.48);
  }
  .wmat-v2-war-value {
    font-family: inherit;
    font-size: calc(0.92rem * var(--sm-desktop-scale, 1));
    color: #ffffff;
    line-height: 1.3;
  }

  /* Responsive */
  @media (max-width: 900px) {
    .wmat-v2-specs {
      grid-template-columns: 1fr 1fr;
      padding: 24px;
      row-gap: 22px;
    }
    .wmat-v2-spec { padding: 0 18px; }
    .wmat-v2-spec + .wmat-v2-spec { border-left: none; }
    .wmat-v2-spec:nth-child(even) { border-left: 1px solid rgba(18,18,18,0.06); }
    .wmat-v2-spec:nth-child(odd) { padding-left: 0; }
    .wmat-v2-spec:nth-child(even) { padding-right: 0; }
    .wmat-v2-paras { grid-template-columns: 1fr; padding: 24px; gap: 24px; }
    .wmat-v2-breakout--mobile-compact .wmat-v2-paras {
      gap: 0;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-para {
      gap: 0;
      padding: 16px 0;
      border-bottom: 1px solid rgba(18, 18, 18, 0.07);
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-para:first-child {
      padding-top: 0;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-para:last-child {
      padding-bottom: 0;
      border-bottom: 0;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-para-head {
      min-height: 42px;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-para-title {
      font-size: calc(0.98rem * var(--sm-desktop-scale, 1));
      line-height: 1.25;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-para-toggle {
      display: inline-flex;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-para:not(.is-collapsed) .wmat-v2-para-toggle-icon {
      transform: rotate(45deg);
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-para:not(.is-collapsed) .wmat-v2-para-toggle {
      background: #f3f0ec;
      border-color: rgba(18, 18, 18, 0.1);
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-para-body {
      padding-top: 8px;
      font-size: calc(0.86rem * var(--sm-desktop-scale, 1));
      line-height: 1.55;
    }
    .wmat-v2-incl { padding: 24px; }
    .wmat-v2-incl-grid { grid-template-columns: 1fr; }
    .wmat-v2-breakout--mobile-compact .wmat-v2-mobile-toggle {
      display: inline-flex;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-incl {
      padding: 20px 18px;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-incl-head {
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-bottom: 0;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-incl.is-open .wmat-v2-incl-head {
      margin-bottom: 18px;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-incl-title {
      font-size: calc(1.02rem * var(--sm-desktop-scale, 1));
      line-height: 1.25;
      flex: 1 1 0;
      min-width: 0;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-incl-tag {
      order: 3;
      flex: 1 0 100%;
      font-size: 0.58rem;
      letter-spacing: 0.18em;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-incl:not(.is-open) .wmat-v2-incl-grid {
      display: none;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-incl-grid {
      row-gap: 12px;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-incl-item {
      font-size: calc(0.86rem * var(--sm-desktop-scale, 1));
    }
    .wmat-v2-war {
      grid-template-columns: 1fr;
      padding: 28px 24px;
      gap: 24px;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-war {
      padding: 22px 18px;
      gap: 16px;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-war-body {
      gap: 10px;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-war-title {
      font-size: calc(1.28rem * var(--sm-desktop-scale, 1));
      line-height: 1.22;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-war-eu {
      width: 28px;
      height: 28px;
      margin-left: 6px;
      transform: translateY(-1px);
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-war-toggle {
      align-self: flex-start;
      border-color: rgba(255,255,255,0.16);
      background: rgba(255,255,255,0.08);
      color: rgba(255,255,255,0.82);
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-war-toggle .wmat-v2-mobile-toggle-icon {
      border-color: rgba(255,255,255,0.18);
      color: rgba(255,255,255,0.86);
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-war:not(.is-open) .wmat-v2-war-desc {
      display: none;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-war-desc {
      font-size: calc(0.84rem * var(--sm-desktop-scale, 1));
      line-height: 1.52;
    }
    .wmat-v2-war-eu {
      width: 32px;
      height: 32px;
    }
    .wmat-v2-war-meta {
      padding-left: 0;
      border-left: none;
      padding-top: 20px;
      border-top: 1px solid rgba(255,255,255,0.12);
      grid-template-columns: 1fr 1fr;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-war-meta {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0;
      padding-top: 10px;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-war-cell {
      display: grid;
      grid-template-columns: minmax(86px, auto) minmax(0, 1fr);
      align-items: baseline;
      gap: 12px;
      padding: 9px 0;
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-war-cell:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-war-label {
      font-size: 0.58rem;
      letter-spacing: 0.18em;
    }
    .wmat-v2-breakout--mobile-compact .wmat-v2-war-value {
      font-size: calc(0.84rem * var(--sm-desktop-scale, 1));
      line-height: 1.35;
    }
  }
/* END_SECTION:wellness-pdp-materials-v2 */