/** Shopify CDN: Minification failed

Line 2496:35 Expected identifier but found whitespace
Line 2496:37 Unexpected "{"
Line 2496:44 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:c-comparative (INDEX:7) */
/* =============================================================
   c-comparative
   Desktop: 6-column comparison table (labels + Anomaly + competitors).
   Mobile:  3-column view with tab switcher.
   sl-id: sl-section-comparative-v1
   Figma desktop: node-id=332-8273
   Figma mobile:  node-id=292-2938
   ============================================================= */

  /* ── Outer ─────────────────────────────────────────────────── */
  .c-comparative__anchor {
    display: block;
    visibility: hidden;
    height: 0;
    pointer-events: none;
  }

  .c-comparative__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
  }

  /* ── Header ─────────────────────────────────────────────────── */
  .c-comparative__header {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-self: flex-start;
    max-width: 720px;
  }

  .c-comparative__heading {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 400;
    line-height: 1.1;
    color: #002c41;
    margin: 0;
    text-transform: capitalize;
  }

  .c-comparative__subheading {
    font-family: 'Sohne', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: #000;
    margin: 0;
  }

  /* ── Body ────────────────────────────────────────────────────── */
  .c-comparative__body {
    width: 100%;
  }

  /* ── Desktop Table ──────────────────────────────────────────── */
  .c-comparative__table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .c-comparative__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    min-width: 680px;
  }

  /* Column widths */
  .c-comparative__col--label {
    width: 22%;
  }
  .c-comparative__col--anomaly {
    width: 19%;
  }
  /* Competitors share the remaining ~59% equally via auto */

  /* ── Header row ─────────────────────────────────────────────── */
  .c-comparative__th {
    padding: 0;
    vertical-align: bottom;
  }

  /* Empty label header — transparent spacer */
  .c-comparative__th--label {
    background: transparent;
  }

  /* Anomaly header */
  .c-comparative__th--anomaly {
    background-color: #1e3a5f;
    border-top-left-radius: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .c-comparative__anomaly-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    height: 240px;
    padding: 20px 16px 16px;
  }

  .c-comparative__anomaly-img {
    flex: 1;
    min-height: 0;
    max-height: 160px;
    width: auto;
    max-width: 90%;
    object-fit: contain;
    display: block;
  }

  .c-comparative__anomaly-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }

  .c-comparative__anomaly-logo-img {
    width: 100px;
    height: auto;
    display: block;
  }

  .c-comparative__anomaly-logo-text {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 28px;
    font-weight: 400;
    font-style: italic;
    color: #f5f1eb;
    line-height: 1.1;
    display: block;
  }

  .c-comparative__anomaly-tagline {
    font-family: 'Sohne', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: rgba(245, 241, 235, 0.85);
    text-align: center;
    margin: 0;
  }

  /* Competitor headers */
  .c-comparative__th--competitor {
    background-color: #e8e2d6;
    border-bottom: 2px solid #d9c5a4;
  }

  .c-comparative__th--competitor-last {
    border-top-right-radius: 16px;
  }

  .c-comparative__competitor-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    height: 240px;
    padding: 24px 16px;
  }

  .c-comparative__competitor-img {
    flex: 1;
    min-height: 0;
    max-height: 140px;
    width: auto;
    max-width: 90%;
    object-fit: contain;
    display: block;
  }

  .c-comparative__competitor-name {
    font-family: 'Sohne', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #002c41;
    text-align: center;
    margin: 0;
  }

  /* ── Body rows ──────────────────────────────────────────────── */
  .c-comparative__td {
    padding: 0;
    vertical-align: middle;
    height: 80px;
  }

  /* Dividers — all cells get bottom border except last row */
  .c-comparative__td--label,
  .c-comparative__td--competitor {
    border-bottom: 1px solid #d9c5a4;
  }

  .c-comparative__td--anomaly {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .c-comparative__tr--last .c-comparative__td {
    border-bottom: none;
  }

  /* Label cell */
  .c-comparative__td--label {
    background-color: #e8e2d6;
    padding: 0 24px;
    text-align: left;
    vertical-align: middle;
  }

  .c-comparative__tr--first .c-comparative__td--label {
    border-top-left-radius: 16px;
  }

  .c-comparative__tr--last .c-comparative__td--label {
    border-bottom-left-radius: 16px;
  }

  .c-comparative__label-text {
    font-family: 'Sohne', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: #002c41;
    margin: 0;
  }

  /* Anomaly icon cell */
  .c-comparative__td--anomaly {
    background-color: #1e3a5f;
    text-align: center;
    vertical-align: middle;
  }

  /* Competitor icon cell */
  .c-comparative__td--competitor {
    background-color: #e8e2d6;
    text-align: center;
    vertical-align: middle;
  }

  .c-comparative__tr--last .c-comparative__td--competitor-last {
    border-bottom-right-radius: 16px;
  }

  /* Icon */
  .c-comparative__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    flex-shrink: 0;
  }

  /* ── CTA ────────────────────────────────────────────────────── */
  .c-comparative__cta {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .c-comparative__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #1e3a5f;
    color: #f5f1eb;
    font-family: 'Sohne', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-decoration: none;
    padding: 10px 24px;
    height: 40px;
    border-radius: 8px;
    transition: opacity 0.2s ease;
    white-space: nowrap;
  }

  .c-comparative__btn:hover,
  .c-comparative__btn:focus-visible {
    opacity: 0.85;
    outline: 2px solid #1e3a5f;
    outline-offset: 2px;
  }

  .c-comparative__btn-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }

  /* ── Mobile tab view (hidden on desktop) ─────────────────────── */
  .c-comparative__mobile-wrap {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  /* Tab bar */
  .c-comparative__tabs {
    display: flex;
    align-items: center;
    border-radius: 50px;
    background-color: #d9c5a4;
    padding: 4px;
    gap: 2px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .c-comparative__tabs::-webkit-scrollbar {
    display: none;
  }

  .c-comparative__tab {
    flex: 1;
    padding: 6px 10px;
    font-family: 'Sohne', sans-serif;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #002c41;
    background: transparent;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    line-height: 1.3;
    transition: background-color 0.2s ease, color 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
    white-space: nowrap;
    min-width: 0;
  }

  .c-comparative__tab.is-active,
  .c-comparative__tab[aria-selected='true'] {
    background-color: #f5f1eb;
    color: #002c41;
  }

  /* Panels */
  .c-comparative__mobile-panel {
    border: 1px solid #d9c5a4;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 16px;
  }

  .c-comparative__mobile-panel[hidden] {
    display: none;
  }

  /* Mobile 3-column table */
  .c-comparative__mobile-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
  }

  .c-comparative__mobile-col--label {
    width: 42%;
  }
  .c-comparative__mobile-col--anomaly {
    width: 29%;
  }
  .c-comparative__mobile-col--competitor {
    width: 29%;
  }

  /* Mobile header cells */
  .c-comparative__mobile-th {
    padding: 0;
    vertical-align: bottom;
  }

  .c-comparative__mobile-th--label {
    background: transparent;
  }

  .c-comparative__mobile-th--anomaly {
    background-color: #1e3a5f;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .c-comparative__mobile-th--competitor {
    background-color: #e8e2d6;
    border-bottom: 2px solid #d9c5a4;
  }

  .c-comparative__mobile-anomaly-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    min-height: 130px;
    padding: 12px 8px;
  }

  .c-comparative__mobile-anomaly-img {
    flex: 1;
    min-height: 0;
    max-height: 76px;
    width: auto;
    max-width: 80%;
    object-fit: contain;
    display: block;
  }

  .c-comparative__mobile-anomaly-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }

  .c-comparative__mobile-anomaly-logo-img {
    width: 66px;
    height: auto;
    display: block;
  }

  .c-comparative__mobile-anomaly-logo-text {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: #f5f1eb;
    display: block;
    text-align: center;
  }

  .c-comparative__mobile-anomaly-tagline {
    font-family: 'Sohne', sans-serif;
    font-size: 9px;
    color: rgba(245, 241, 235, 0.85);
    text-align: center;
    margin: 0;
    letter-spacing: 0.03em;
  }

  .c-comparative__mobile-competitor-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-height: 130px;
    padding: 12px 8px;
  }

  .c-comparative__mobile-competitor-img {
    flex: 1;
    min-height: 0;
    max-height: 76px;
    width: auto;
    max-width: 80%;
    object-fit: contain;
    display: block;
  }

  .c-comparative__mobile-competitor-name {
    font-family: 'Sohne', sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #002c41;
    text-align: center;
    margin: 0;
  }

  /* Mobile body cells */
  .c-comparative__mobile-td {
    height: 64px;
    vertical-align: middle;
    padding: 0;
    text-align: center;
  }

  .c-comparative__mobile-td--label {
    background-color: #e8e2d6;
    padding: 10px 12px;
    text-align: left;
    vertical-align: middle;
  }

  .c-comparative__mobile-td--label p {
    font-family: 'Sohne', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: #002c41;
    margin: 0;
  }

  .c-comparative__mobile-td--anomaly {
    background-color: #1e3a5f;
  }

  .c-comparative__mobile-td--competitor {
    background-color: #e8e2d6;
  }

  /* Row dividers */
  .c-comparative__mobile-td--label,
  .c-comparative__mobile-td--competitor {
    border-bottom: 1px solid #d9c5a4;
  }

  .c-comparative__mobile-td--anomaly {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .c-comparative__mobile-tr--last .c-comparative__mobile-td {
    border-bottom: none;
  }

  /* ── Responsive breakpoint ──────────────────────────────────── */
  @media (max-width: 977px) {
    .c-comparative__table-wrap {
      display: none;
    }

    .c-comparative__mobile-wrap {
      display: flex;
    }

    .c-comparative__inner {
      gap: 32px;
    }
  }
/* END_SECTION:c-comparative */

/* START_SECTION:c-pillars (INDEX:24) */
/* ==================================================================
     c-pillars
     Interactive accordion pillar cards — expanded / collapsed.
     sl-id: sl-section-pillars-v1
     Figma desktop: node-id=327-7488
     Figma mobile:  node-id=421-10325
     ================================================================== */

  /* ── Outer section ────────────────────────────────────────────── */
  .c-pillars {
    overflow: hidden;
  }

  /* ── Container ────────────────────────────────────────────────── */
  .c-pillars__container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 20px;
    max-width: 420px;
    margin: 0 auto;
  }

  /* ── Card base ────────────────────────────────────────────────── */
  .c-pillars__card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    height: 120px;
    transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .c-pillars__card.is-expanded {
    height: 656px;
    cursor: default;
  }

  /* ── Card media ───────────────────────────────────────────────── */
  .c-pillars__card-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    transition: opacity 0.4s ease;
  }

  .c-pillars__card-media picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .c-pillars__card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }

  /* Collapsed image: visible by default (card starts collapsed), hidden when expanded */
  .c-pillars__card-media--collapsed {
    opacity: 1;
  }
  .c-pillars__card-media--expanded {
    opacity: 0;
  }

  /* When expanded: show expanded image, hide collapsed image */
  .c-pillars__card.is-expanded .c-pillars__card-media--collapsed {
    opacity: 0;
  }
  .c-pillars__card.is-expanded .c-pillars__card-media--expanded {
    opacity: 1;
  }

  /* ── Gradient overlays ────────────────────────────────────────── */
  .c-pillars__card-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    border-radius: 20px;
  }

  /* Expanded on mobile: dark at top so tags + content are readable */
  .c-pillars__card.is-expanded .c-pillars__card-overlay {
    background: linear-gradient(180.89deg, rgba(0, 0, 0, 0.54) 18.23%, rgba(0, 0, 0, 0) 44.66%);
  }

  /* Collapsed: dark at bottom so title is readable */
  .c-pillars__card:not(.is-expanded) .c-pillars__card-overlay {
    background: linear-gradient(179.88deg, rgba(0, 0, 0, 0) 44.69%, rgba(0, 0, 0, 0.8) 99.97%);
  }

  /* ── Collapsed view ───────────────────────────────────────────── */
  .c-pillars__collapsed {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    height: 120px;
    opacity: 1;
    transition: opacity 0.25s ease;
  }

  .c-pillars__card.is-expanded .c-pillars__collapsed {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    inset: 0;
    height: auto;
  }

  .c-pillars__collapsed-title {
    font-family: 'Test Söhne', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #f5f1eb;
    margin: 0;
    white-space: nowrap;
  }

  .c-pillars__collapsed-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }

  .c-pillars__collapsed-icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  /* ── Expanded view ────────────────────────────────────────────── */
  .c-pillars__expanded {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease 0.15s;
  }

  .c-pillars__card.is-expanded .c-pillars__expanded {
    opacity: 1;
    pointer-events: auto;
  }

  /* Tags row */
  .c-pillars__tags {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
    flex-shrink: 0;
  }

  .c-pillars__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border-radius: 999px;
    font-family: 'Test Söhne', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
  }

  .c-pillars__tag--category {
    background-color: var(--sl-c-pillars-tag-bg, #1e3a5f);
    color: var(--sl-c-pillars-tag-text, #f5f1eb);
  }

  .c-pillars__tag--age {
    background-color: var(--sl-c-pillars-age-tag-bg, #7eb8d8);
    color: var(--sl-c-pillars-age-tag-text, #f5f1eb);
    font-size: 10px;
  }

  /* Content block: heading + description + CTA */
  .c-pillars__expanded-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    margin-top: 12px;
    flex-shrink: 0;
  }

  .c-pillars__heading {
    font-family: 'EB Garamond', Georgia, serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #f5f1eb;
    margin: 0;
    text-align: left;
  }

  .c-pillars__description {
    font-family: 'Test Söhne', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: #f5f1eb;
    margin: 0;
    text-align: left;
  }

  /* CTA button */
  .c-pillars__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 40px;
    padding: 10px 24px;
    background: var(--sl-c-pillars-btn-bg, #1e3a5f);
    border-radius: 8px;
    color: var(--sl-c-pillars-btn-text, #f5f1eb);
    font-family: 'Test Söhne', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }

  .c-pillars__cta:hover {
    opacity: 0.85;
  }

  .c-pillars__cta-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .c-pillars__cta-icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  /* Review card — solid blue-3, bottom of expanded card */
  .c-pillars__review {
    background: var(--sl-c-pillars-review-bg, #e0e7e8);
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
  }

  .c-pillars__review-quote {
    font-family: 'EB Garamond', Georgia, serif;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: var(--sl-c-pillars-review-text, #1e3a5f);
    margin: 0;
  }

  .c-pillars__review-body {
    font-family: 'Test Söhne', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: var(--sl-c-pillars-review-text, #1e3a5f);
    margin: 0;
  }

  .c-pillars__review-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
  }

  .c-pillars__review-author {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .c-pillars__review-name {
    font-family: 'Test Söhne', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: var(--sl-c-pillars-review-text, #1e3a5f);
    margin: 0;
    white-space: nowrap;
  }

  .c-pillars__review-detail {
    font-family: 'Test Söhne', 'Helvetica Neue', Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: var(--sl-c-pillars-review-text, #1e3a5f);
    margin: 0;
    white-space: nowrap;
  }

  .c-pillars__review-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: var(--sl-c-pillars-verified-bg, #7eb8d8);
    border-radius: 99px;
    padding: 4px 8px;
    font-family: 'Test Söhne', 'Helvetica Neue', Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: var(--sl-c-pillars-review-bg, #e0e7e8);
    white-space: nowrap;
  }

  .c-pillars__review-badge-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .c-pillars__review-badge-icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  /* ── Desktop layout ───────────────────────────────────────────── */
  @media (min-width: 978px) {
    .c-pillars__container {
      flex-direction: row;
      align-items: stretch;
      max-width: 100%;
      padding: 0 64px;
      margin: 0;
    }

    .c-pillars__card {
      height: 600px;
      flex: 1 0 0;
      min-width: 0;
      transition: flex 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .c-pillars__card.is-expanded {
      height: 600px;
      flex: 5 0 0;
    }

    /* Collapsed desktop: narrow vertical strip */
    .c-pillars__card:not(.is-expanded) .c-pillars__collapsed {
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      height: 100%;
      padding: 32px 24px;
    }

    /* Collapsed: center the image so subjects are visible */
    .c-pillars__card:not(.is-expanded) .c-pillars__card-media img {
      object-position: center center;
    }

    .c-pillars__card:not(.is-expanded) .c-pillars__collapsed-title {
      order: 2;
      writing-mode: vertical-rl;
      transform: rotate(-180deg);
      white-space: nowrap;
    }

    .c-pillars__card:not(.is-expanded) .c-pillars__collapsed-icon {
      order: 1;
    }

    /* Desktop expanded: softer overlay from bottom-left */
    .c-pillars__card.is-expanded .c-pillars__card-overlay {
      background: linear-gradient(
        221.93deg,
        rgba(102, 102, 102, 0) 36.55%,
        rgba(0, 0, 0, 0.44) 67.48%,
        rgba(0, 0, 0, 0.44) 86.83%
      );
    }

    /* Desktop expanded layout: grid
       Row 1: tags (full width)
       Row 2: content (left) | review (right, bottom-aligned)
    */
    .c-pillars__card.is-expanded .c-pillars__expanded {
      display: grid;
      grid-template-rows: auto 1fr;
      grid-template-columns: 1fr 382px;
      column-gap: 24px;
      padding: 32px;
    }

    .c-pillars__card.is-expanded .c-pillars__tags {
      grid-column: 1 / -1;
      grid-row: 1;
      align-self: start;
    }

    .c-pillars__card.is-expanded .c-pillars__expanded-content {
      grid-column: 1;
      grid-row: 2;
      align-self: end;
      align-items: flex-start;
      margin-top: 0;
    }

    .c-pillars__card.is-expanded .c-pillars__review {
      grid-column: 2;
      grid-row: 2;
      align-self: end;
      margin-top: 0;
    }

    .c-pillars__card.is-expanded .c-pillars__heading {
      font-size: 40px;
      line-height: 1.2;
      text-align: left;
      max-width: 346px;
    }

    .c-pillars__card.is-expanded .c-pillars__description {
      text-align: left;
      max-width: 420px;
    }

    .c-pillars__card.is-expanded .c-pillars__review-quote {
      font-size: 24px;
    }
  }

  /* ── Large desktop ────────────────────────────────────────────── */
  @media (min-width: 1200px) {
    .c-pillars__card.is-expanded {
      flex: 6 0 0;
    }
  }
/* END_SECTION:c-pillars */

/* START_SECTION:c-science (INDEX:26) */
/* =============================================================
     c-science
     Hero image + 3-column text layout with physician badge overlay.
     sl-id: sl-section-science-v1
     Figma desktop: node-id=292-2621
     Figma mobile:  node-id=421-10243
     ============================================================= */

  /* ── Outer section ─────────────────────────────────────────── */
  .c-science {
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: hidden;
  }

  /* ── Hero image wrapper ─────────────────────────────────────── */
  .c-science__hero {
    position: relative;
    width: 100%;
    height: 188px;
    overflow: hidden;
    flex-shrink: 0;
  }

  .c-science__hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  /* ── Physician badge ────────────────────────────────────────── */
  .c-science__badge {
    position: absolute;
    top: 13px;
    left: 9px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--sl-c-science-badge-bg, #1e3a5f);
    border-radius: 16px;
    padding: 8px 12px;
    z-index: 2;
  }

  .c-science__badge-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .c-science__badge-icon img,
  .c-science__badge-icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .c-science__badge-label {
    font-family: 'Test Söhne', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--sl-c-science-badge-text, #f1f1f1);
    white-space: nowrap;
    margin: 0;
  }

  /* ── Content block ──────────────────────────────────────────── */
  .c-science__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 32px;
  }

  .c-science__heading {
    font-family: 'EB Garamond', Georgia, serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: var(--sl-c-science-heading-color, #1e3a5f);
    text-transform: capitalize;
    margin: 0;
  }

  .c-science__body {
    font-family: 'Test Söhne', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: var(--sl-c-science-text-color, #000000);
  }

  .c-science__body p {
    margin: 0 0 1em;
  }

  .c-science__body p:last-child {
    margin-bottom: 0;
  }

  .c-science__cta-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .c-science__tagline {
    font-family: 'Test Söhne', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: var(--sl-c-science-text-color, #000000);
    margin: 0;
  }

  /* ── CTA button ─────────────────────────────────────────────── */
  .c-science__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 40px;
    padding: 10px 24px;
    background-color: var(--sl-c-science-btn-bg, #1e3a5f);
    border-radius: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }

  .c-science__btn:hover {
    opacity: 0.85;
  }

  .c-science__btn-label {
    font-family: 'Test Söhne', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: var(--sl-c-science-btn-text, #f5f1eb);
    white-space: nowrap;
    margin: 0;
  }

  .c-science__btn-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .c-science__btn-icon svg {
    width: 100%;
    height: 100%;
  }

  /* ── Desktop (≥ 978px) ──────────────────────────────────────── */
  @media (min-width: 978px) {
    .c-science {
      gap: 44px;
    }

    .c-science__hero {
      height: 323px;
    }

    .c-science__badge {
      top: 31px;
      left: 49px;
      padding: 16px 24px;
    }

    .c-science__content {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      padding: 0 88px;
      gap: 0;
    }

    .c-science__heading {
      font-size: 48px;
      width: 413px;
      flex-shrink: 0;
    }

    .c-science__body {
      width: 398px;
      flex-shrink: 0;
    }

    .c-science__cta-block {
      width: 348px;
      flex-shrink: 0;
    }

    .c-science__btn {
      width: 287px;
    }
  }
/* END_SECTION:c-science */

/* START_SECTION:c-timeline (INDEX:32) */
/* ==================================================================
     c-timeline
     Interactive timeline tab cards — 4 steps, nav dot switching.
     sl-id: sl-section-timeline-v1
     Figma desktop: node-id=1101-1952
     Figma mobile:  node-id=1104-8004
     ================================================================== */

  /* ── Outer section ────────────────────────────────────────────── */
  .c-timeline {
    overflow: hidden;
  }

  /* ── Header ───────────────────────────────────────────────────── */
  .c-timeline__header {
    padding: 0 20px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .c-timeline__header-top {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .c-timeline__header-texts {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1 1 auto;
    min-width: 0;
  }

  .c-timeline__heading {
    font-family: 'EB Garamond', Georgia, serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: var(--sl-c-timeline-heading-color, #1e3a5f);
    text-transform: capitalize;
    margin: 0;
  }

  .c-timeline__subtext {
    font-family: 'Test Söhne', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: var(--sl-c-timeline-text-color, #1d1d1d);
    margin: 0;
  }

  .c-timeline__header-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #2d1314;
    text-decoration: none;
    font-family: 'Test Söhne', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: 1px solid #2d1314;
    padding-bottom: 2px;
    white-space: nowrap;
    align-self: flex-end;
    flex: 0 0 auto;
  }

  button.c-timeline__header-link {
    appearance: none;
    background: none;
    border: none;
    border-bottom: 1px solid #2d1314;
    padding: 0 0 2px;
    cursor: pointer;
    display: inline-flex;
    width: auto;
  }

  .c-timeline__header-link:hover {
    opacity: 0.75;
  }

  .c-timeline__header-link svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }

  /* ── Main container ───────────────────────────────────────────── */
  .c-timeline__container {
    padding: 0 20px;
  }

  .c-timeline__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  /* ── Card ─────────────────────────────────────────────────────── */
  .c-timeline__card {
    background-color: var(--sl-c-timeline-card-bg, #1e3a5f);
    border-radius: 8px;
    overflow: hidden;
    display: none;
    flex-direction: column;
    height: 434px;
  }

  .c-timeline__card.is-active {
    display: flex;
  }

  /* ── Card text side ───────────────────────────────────────────── */
  .c-timeline__card-text {
    padding: 28px 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-shrink: 0;
  }

  .c-timeline__card-tags {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .c-timeline__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--sl-c-timeline-badge-bg, #f5f1eb);
    color: var(--sl-c-timeline-card-bg, #1e3a5f);
    padding: 6px 24px;
    border-radius: 99px;
    font-family: 'Test Söhne', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .c-timeline__step-label {
    font-family: 'Test Söhne', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--sl-c-timeline-card-text, #f5f1eb);
    white-space: nowrap;
  }

  .c-timeline__card-heading {
    font-family: 'EB Garamond', Georgia, serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: var(--sl-c-timeline-card-text, #f5f1eb);
    margin: 0;
  }

  .c-timeline__card-body {
    font-family: 'Test Söhne', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    color: var(--sl-c-timeline-card-text, #f5f1eb);
    margin: 0;
  }

  /* ── Card image side ──────────────────────────────────────────── */
  .c-timeline__card-media {
    flex: 1 0 0;
    min-height: 0;
    position: relative;
    overflow: hidden;
  }

  .c-timeline__card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }

  /* ── Timeline nav ─────────────────────────────────────────────── */
  .c-timeline__nav {
    display: flex;
    align-items: flex-start;
    padding: 0 4px;
  }

  .c-timeline__nav-item {
    flex: 1 0 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
  }

  .c-timeline__nav-item:focus-visible {
    outline: 2px solid var(--sl-c-timeline-active-color, #1e3a5f);
    outline-offset: 4px;
    border-radius: 4px;
  }

  .c-timeline__nav-track {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .c-timeline__nav-line {
    flex: 1 0 0;
    min-width: 0;
    height: 3px;
    background-color: var(--sl-c-timeline-inactive-color, #7eb8d8);
    transition: background-color 0.3s ease;
  }

  /* Hide outer lines on first/last items */
  .c-timeline__nav-item.is-first .c-timeline__nav-line:first-child,
  .c-timeline__nav-item.is-last .c-timeline__nav-line:last-child {
    background-color: transparent;
  }

  /* Active item: only left line filled, right line stays inactive */
  .c-timeline__nav-item.is-active .c-timeline__nav-line:first-child {
    background-color: var(--sl-c-timeline-active-color, #1e3a5f);
  }

  .c-timeline__nav-item.is-active .c-timeline__nav-line:last-child {
    background-color: var(--sl-c-timeline-inactive-color, #7eb8d8);
  }

  /* Keep outer lines transparent even when active/past */
  .c-timeline__nav-item.is-first.is-active .c-timeline__nav-line:first-child,
  .c-timeline__nav-item.is-last.is-active .c-timeline__nav-line:last-child,
  .c-timeline__nav-item.is-first.is-past .c-timeline__nav-line:first-child,
  .c-timeline__nav-item.is-last.is-past .c-timeline__nav-line:last-child {
    background-color: transparent;
  }

  .c-timeline__nav-dot-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
  }

  /* Dot: inactive = outlined circle */
  .c-timeline__nav-item .c-timeline__dot-circle {
    fill: transparent;
    stroke: var(--sl-c-timeline-inactive-color, #7eb8d8);
    stroke-width: 2;
    transition: fill 0.3s ease, stroke 0.3s ease;
  }

  /* Dot: active = filled circle */
  .c-timeline__nav-item.is-active .c-timeline__dot-circle {
    fill: var(--sl-c-timeline-active-color, #1e3a5f);
    stroke: none;
  }

  /* Past items: filled dot + dark lines */
  .c-timeline__nav-item.is-past .c-timeline__dot-circle {
    fill: var(--sl-c-timeline-active-color, #1e3a5f);
    stroke: none;
  }

  .c-timeline__nav-item.is-past .c-timeline__nav-line {
    background-color: var(--sl-c-timeline-active-color, #1e3a5f);
  }

  .c-timeline__nav-item.is-past .c-timeline__nav-label {
    color: var(--sl-c-timeline-active-color, #1e3a5f);
  }

  .c-timeline__nav-label {
    font-family: 'Test Söhne', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    color: var(--sl-c-timeline-inactive-color, #7eb8d8);
    transition: color 0.3s ease;
    white-space: nowrap;
  }

  .c-timeline__nav-item.is-active .c-timeline__nav-label {
    color: var(--sl-c-timeline-active-color, #1e3a5f);
  }

  /* ── CTA ──────────────────────────────────────────────────────── */
  .c-timeline__cta-wrap {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    margin-top: 8px;
  }

  .c-timeline__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 44px;
    padding: 10px 28px;
    background-color: var(--sl-c-timeline-btn-bg, #1e3a5f);
    border-radius: 8px;
    color: var(--sl-c-timeline-btn-text, #f5f1eb);
    font-family: 'Test Söhne', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
  }

  .c-timeline__cta:hover {
    opacity: 0.85;
  }

  .c-timeline__cta-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* ── Desktop layout ───────────────────────────────────────────── */
  @media (min-width: 978px) {
    .c-timeline__header {
      padding: 0 64px 40px;
      flex-direction: column;
      gap: 12px;
    }

    .c-timeline__header-top {
      flex-direction: row;
      align-items: flex-end;
      justify-content: space-between;
    }

    .c-timeline__header-texts {
      max-width: 840px;
    }

    .c-timeline__heading {
      font-size: 40px;
      letter-spacing: 0.03em;
    }

    .c-timeline__subtext {
      max-width: 524px;
    }

    .c-timeline__header-link {
      font-size: 16px;
      flex-shrink: 0;
      flex: 0 0 auto;
    }

    .c-timeline__container {
      padding: 0 64px;
    }

    .c-timeline__content {
      gap: 29px;
    }

    /* Card: flex-row on desktop */
    .c-timeline__card {
      flex-direction: row;
      border-radius: 12px;
      height: 434px;
    }

    .c-timeline__card-text {
      flex: 0 0 50%;
      width: 50%;
      padding: 32px 32px;
      gap: 24px;
      justify-content: center;
    }

    .c-timeline__card-heading {
      font-size: 40px;
    }

    .c-timeline__card-body {
      font-size: 18px;
    }

    .c-timeline__card-media {
      flex: 0 0 50%;
      width: 50%;
      border-radius: 0 12px 12px 0;
    }

    .c-timeline__nav {
      padding: 0;
    }

    .c-timeline__nav-label {
      font-size: 14px;
    }

    .c-timeline__cta-wrap {
      margin-top: 12px;
      padding: 0;
    }
  }

  @media (min-width: 1200px) {
    .c-timeline__container {
      max-width: 1440px;
      margin: 0 auto;
    }
  }

  /* ── Nutrition Label Modal ─────────────────────────────────────── */
  .c-timeline__modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 24px 16px;
    border: none;
    background: transparent;
  }

  .c-timeline__modal[open] {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .c-timeline__modal::backdrop {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
  }

  .c-timeline__modal-inner {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    max-width: 480px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
  }

  .c-timeline__modal-inner img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .c-timeline__modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.08);
    color: #1a1a1a;
    cursor: pointer;
    z-index: 10;
    transition: background 0.2s;
  }

  .c-timeline__modal-close:hover {
    background: rgba(0, 0, 0, 0.16);
  }
/* END_SECTION:c-timeline */

/* START_SECTION:ss-main-collection-v-2-0 (INDEX:150) */
.ss-pagination-wrapper {
    margin-top: 4rem;
  }

  @media screen and (min-width: 990px) {
    .ss-pagination-wrapper {
      margin-top: 5rem;
    }
  }

  .ss-pagination__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ss-pagination__list > li {
    flex: 1 0 4.4rem;
    max-width: 4.4rem;
  }

  .ss-pagination__item {
    color: rgb(var(--ss-color-foreground));
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 4.4rem;
    width: 100%;
    padding: 0;
    text-decoration: none;
  }

  .ss-pagination__item.link:hover {
    text-decoration: none;
  }

  a.ss-pagination__item:hover::after {
    height: 0.1rem;
  }

  .ss-pagination__item .ss-icon-caret {
    height: 0.6rem;
  }

  .ss-pagination__item--current::after {
    height: 0.1rem;
  }

  .ss-pagination__item--current::after,
  .ss-pagination__item:hover::after {
    content: '';
    display: block;
    width: 2rem;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    background-color: currentColor;
  }

  .ss-pagination__item--next .ss-icon {
    transform: rotate(-90deg);
  }

  .ss-pagination__item--next:hover .ss-icon {
    transform: rotate(-90deg) scale(1.07);
  }

  .ss-pagination__item--prev .ss-icon {
    transform: rotate(90deg);
  }

  .ss-pagination__item--prev:hover .ss-icon {
    transform: rotate(90deg) scale(1.07);
  }

  .ss-filters-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1rem;
    gap: 20px;
  }
/* END_SECTION:ss-main-collection-v-2-0 */

/* START_SECTION:ss-slideshow-v-2-0 (INDEX:155) */
/* Slideshow */
  ss-slideshow-component {
    display: block;
    width: 100%;
  }

  /* Slides container */
  .ss-slideshow__slides {
    display: grid;
    overflow: hidden;
    width: 100%;
    grid-template-areas: 'slide';
  }

  .ss-slideshow--small .ss-slideshow__slides {
    min-height: var(--ss-image-height-small-mobile);
  }

  .ss-slideshow--medium .ss-slideshow__slides {
    min-height: var(--ss-image-height-medium-mobile);
  }

  .ss-slideshow--large .ss-slideshow__slides {
    min-height: var(--ss-image-height-large-mobile);
  }

  .ss-slideshow--xlarge .ss-slideshow__slides {
    min-height: var(--ss-image-height-xlarge-mobile);
  }

  @media screen and (min-width: 750px) {
    .ss-slideshow--small .ss-slideshow__slides {
      min-height: var(--ss-image-height-small);
    }

    .ss-slideshow--medium .ss-slideshow__slides {
      min-height: var(--ss-image-height-medium);
    }

    .ss-slideshow--large .ss-slideshow__slides {
      min-height: var(--ss-image-height-large);
    }

    .ss-slideshow--xlarge .ss-slideshow__slides {
      min-height: var(--ss-image-height-xlarge);
    }
  }

  .ss-slideshow--adapt_image .ss-slideshow__slides {
    aspect-ratio: var(--aspect-ratio);
    min-height: var(--adapt-height);
  }

  /* Individual slides */
  .ss-slideshow__slide {
    display: flex;
    position: relative;
    grid-area: slide;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  ss-slideshow-component .ss-slideshow__slide {
    height: 100%;
  }

  .ss-slideshow__slide[aria-hidden='true'] {
    order: 0;
  }

  :is(.ss-slideshow__slide.ss-slide--next, .ss-slideshow__slide.ss-slide--previous) {
    order: 1;
    z-index: 1;
  }

  .ss-slideshow__slide[aria-hidden='false'] {
    order: 2;
    z-index: 2;
  }

  .ss-slide--transition-out-next,
  .ss-slide--transition-out-previous,
  .ss-slide--next,
  .ss-slide--previous {
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .ss-slide--next,
  .ss-slide--previous {
    animation-fill-mode: forwards;
  }

  .ss-slide--transition-out-next {
    animation-name: ssSlideOutRight;
  }

  .ss-slide--transition-out-previous {
    animation-name: ssSlideOutLeft;
  }

  .ss-slideshow__slide.ss-slide--next {
    animation-name: ssSlideInLeft;
  }

  .ss-slideshow__slide.ss-slide--previous {
    animation-name: ssSlideInRight;
  }

  /* Slide content */
  .ss-slide__content {
    display: flex;
    position: relative;
    padding: 3.2rem;
    width: 100%;
    height: 100%;
  }

  .ss-slide__content > * {
    margin: auto;
    max-height: 100%;
  }

  .ss-slideshow__slide > .ss-slide__image-container {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
  }

  .ss-slide__image-container svg {
    width: 100%;
  }

  .ss-slide__image-container img {
    object-fit: cover;
    object-position: var(--ss-image-position);
  }

  /* Slideshow controls */
  .ss-slideshow__controls {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ss-current-slide-indicator {
    display: flex;
    justify-content: center;
    min-width: 4.4rem;
    transition: transform 0.2s ease-in-out;
  }

  .ss-slideshow-controls__dot {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 0.1rem solid black;
    padding: 0;
    display: block;
    background-color: transparent;
  }

  :where(.ss-slideshow-controls__link--active) .ss-slideshow-controls__dot {
    background-color: rgba(var(--ss-color-foreground), 1);
  }

  .ss-slideshow__controls .ss-button-secondary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border: none;
    min-height: 4.4rem;
    min-width: 4.4rem;
    color: rgb(var(--ss-color-foreground));
  }

  .ss-slideshow-control .ss-icon {
    display: block;
    position: absolute;
    opacity: 1;
    transform: scale(1);
    transition:
      transform 150ms ease,
      opacity 150ms ease;
    width: 1.8rem;
    height: 1.2rem;
  }

  .ss-slideshow-controls__link {
    cursor: pointer;
    display: inline-block;
    border: none;
    color: rgba(var(--ss-color-foreground), 0.5);
    box-shadow: none;
    background-color: transparent;
    font-size: 1.4rem;
    font-family: inherit;
    padding: 1.28rem;
  }

  :where(.ss-slideshow-controls__link--active).ss-slideshow-controls__link {
    color: rgba(var(--ss-color-foreground), 1);
  }

  /* Autoplay */
  .ss-slideshow-control--autoplay {
    position: absolute;
    right: 0;
  }

  @media screen and (min-width: 750px) {
    .ss-slideshow-control--autoplay {
      position: inherit;
    }
  }

  .ss-slideshow-control--autoplay--paused .ss-icon-pause,
  .ss-slideshow-control--autoplay:not(.ss-slideshow-control--autoplay--paused) .ss-icon-play {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
  }

  /* Animation declarations */
  @keyframes ssSlideInLeft {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }

  @keyframes ssSlideOutRight {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

  @keyframes ssSlideInRight {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }

  @keyframes ssSlideOutLeft {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(100%);
    }
  }
/* END_SECTION:ss-slideshow-v-2-0 */

/* CSS from block stylesheet tags */
/* START_BLOCK:_ss-anchor-v-2-0 (INDEX:171) */
html {
    scroll-behavior: smooth;
  }
/* END_BLOCK:_ss-anchor-v-2-0 */

/* START_BLOCK:_ss-buy-buttons-v-2-0 (INDEX:173) */
.ss-product-form__buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ss-button--add-to-cart {
    border-radius: 4px;
    padding-block: 12px;
    padding-inline: 12px;
  }

  .ss-block .ss-product-form__buttons > * {
    width: 100%;
  }
  .ss-button--product-submit {
    border: 1px solid rgb(var(--ss-color-secondary-button-text));
    background: rgba(var(--ss-color-secondary-button), 1);
    color: rgb(var(--ss-color-secondary-button-text));
  }

  .ss-shopify-payment-button .ss-shopify-payment-button__button {
    width: 100%;
    line-height: normal;
    padding-block: 12px;
  }

  .ss-shopify-payment-button__button.ss-shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background-color: rgba(var(--ss-color-button), 0.9);
  }

  .ss-shopify-payment-button__more-options.ss-shopify-payment-button__button--hidden {
    display: none;
  }
/* END_BLOCK:_ss-buy-buttons-v-2-0 */

/* START_BLOCK:_ss-collapsible-row-v-2-0 (INDEX:175) */
details.ss-block {
    width: 100%;
    border-block-start: 1px solid rgba(var(--ss-color-foreground), 0.08);
  }

  .ss-block summary {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    position: relative;
    padding-block: 1.5rem;
    padding-inline: 0;
    cursor: pointer;
    list-style: none;
  }

  .ss-block summary:hover {
    text-decoration: underline;
    background-color: rgba(var(--ss-color-foreground), 0.04);
  }

  .ss-block summary .ss-icon-caret {
    margin-inline-start: auto;
    height: 0.6rem;
    margin-right: 1.5rem;
  }

  details.ss-block[open] > summary .ss-icon-caret {
    transform: rotate(180deg);
  }
/* END_BLOCK:_ss-collapsible-row-v-2-0 */

/* START_BLOCK:_ss-icon-v-2-0 (INDEX:180) */
/* Icon */
  .ss-icon-block {
    display: flex;
    fill: currentColor;
  }

  .ss-icon-block > svg,
  .ss-icon-block > img {
    height: auto;
  }

  .ss-icon-block__icon {
    width: var(--ss-icon-width);
  }
/* END_BLOCK:_ss-icon-v-2-0 */

/* START_BLOCK:_ss-image-floating-v-2-0 (INDEX:181) */
.ss-image-floating img {
    object-fit: var(--ss-object-fit, cover);
    height: 100%;
  }
/* END_BLOCK:_ss-image-floating-v-2-0 */

/* START_BLOCK:_ss-image-v-2-0 (INDEX:183) */
.ss-image-block img {
    height: 100%;
    border-radius: var(--ss-image-corner-radius, 0px);
  }

  .ss-image-block--cover img {
    object-position: var(--ss-image-position);
  }

  .ss-image-block--cover img {
    object-fit: cover;
  }

  .ss-image-block--contain img {
    object-fit: contain;
  }
/* END_BLOCK:_ss-image-v-2-0 */

/* START_BLOCK:_ss-link-v-2-0 (INDEX:186) */
.ss-link-block {
    display: inline-flex;
  }

  .ss-link-block-icon-right {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .ss-link-block svg {
    fill: rgb(var(--ss-fill-link-icon-color));
    flex-shrink: 0;
  }

  .ss-link--with-icon {
    gap: 5px;
  }
/* END_BLOCK:_ss-link-v-2-0 */

/* START_BLOCK:_ss-newsletter-v-2-0 (INDEX:188) */
.ss-newsletter-block {
    position: relative;
    overflow: auto;
  }

  .ss-newsletter-block .contact-form {
    width: max(150px, 100%);
    min-height: 44px;
  }

  .ss-newsletter-block__form-inputs {
    position: relative;
  }

  .ss-newsletter-block input {
    width: 100%;
    padding: 22px 44px 8px 12px;
    background: var(--ss-gradient-background);
    color: rgb(var(--ss-color-foreground));
  }

  .ss-newsletter-block label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    transition: all 0.2s ease-in-out;
  }

  .ss-newsletter-block input::placeholder {
    opacity: 0;
  }

  .ss-newsletter-block input:focus + label,
  .ss-newsletter-block input:not(:placeholder-shown) + label {
    font-size: 0.8rem;
    transform: translateY(-120%);
  }

  .ss-newsletter-block button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    min-width: 44px;
    padding-inline: 0;
    background-color: transparent;
    color: var(--ss-color-foreground);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  .ss-newsletter-block svg {
    width: 15px;
  }

  .ss-field__input {
    padding-block: 12px;
    padding-inline: 8px;
    border: 1px solid rgb(var(--ss-color-foreground));
  }

  .ss-newsletter-block__success-message {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: white;
    padding: 1rem 4rem;
    border-radius: 12px;
    font-weight: normal;
    font-size: 24px;
    transition: all;
    z-index: 100;
  }
/* END_BLOCK:_ss-newsletter-v-2-0 */

/* START_BLOCK:_ss-payment-icons-v-2-0 (INDEX:189) */
.ss-payment-icons__list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
/* END_BLOCK:_ss-payment-icons-v-2-0 */

/* START_BLOCK:_ss-price-v-2-0 (INDEX:190) */
.ss-price-block {
    display: flex;
    gap: 5px;
    width: fit-content;
  }
/* END_BLOCK:_ss-price-v-2-0 */

/* START_BLOCK:_ss-product-medias-v-2-0 (INDEX:194) */
.ss-media-block {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .ss-layout--row > .ss-media-block {
    align-self: flex-start;
  }

  .ss-media-block:where(.column) {
    flex-direction: column;
  }

  .ss-media-block > div {
    display: flex;
  }

  .ss-media-block:not(.column) > div {
    flex-grow: 1;
  }

  .ss-media-block:has(div:nth-child(2)) {
    flex-wrap: wrap;
  }

  .ss-media-block > div:not(:only-child) {
    max-width: 50%;
  }

  .ss-media-block.column > div {
    max-width: 100%;
    width: 100%;
  }

  .ss-media-block .ss-placeholder-image svg {
    position: relative;
  }
/* END_BLOCK:_ss-product-medias-v-2-0 */

/* START_BLOCK:_ss-quantity-selector-v-2-0 (INDEX:196) */
.ss-quantity-block label {
    display: inline-block;
    padding-block: 8px;
  }

  .ss-quantity-button-wrapper {
    display: flex;
    align-items: stretch;
  }

  .ss-minus-button {
    border-start-start-radius: 4px;
    border-end-start-radius: 4px;
  }

  .ss-plus-button {
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
  }

  .ss-quantity-button {
    width: min(25%, fit-content);
    border: 1px solid #000;
    background-color: #fff;
    padding: 12px;
    font-size: calc(var(--ss-font-body-scale) * 1.8rem);
  }

  .ss-quantity-input {
    width: 100%;
    border-inline-width: 0px;
    border-block-width: 1px;
    padding: 12px;
    color: currentColor;
    font-size: calc(var(--ss-font-body-scale) * 1.6rem);
    font-weight: 500;
    text-align: center;
    background-color: #fff;
    width: 100%;
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none;
  }

  .ss-quantity-input::-webkit-outer-spin-button,
  .ss-quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .ss-quantity-input[type='number'] {
    -moz-appearance: textfield;
  }
/* END_BLOCK:_ss-quantity-selector-v-2-0 */

/* START_BLOCK:_ss-swiper-navigation-v-2-0 (INDEX:202) */
.ss-swiper-navigation .swiper-button-prev,
  .ss-swiper-navigation .swiper-button-next {
    --navigation-button-background: {{ block.settings.arrow_background | default: '' }};
  }
/* END_BLOCK:_ss-swiper-navigation-v-2-0 */

/* START_BLOCK:_ss-text-v-2-0 (INDEX:204) */
.ss-text-block-uppercase {
    text-transform: uppercase;
  }
  .ss-text-block ul {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
  }
  .ss-text-block em {
    background-color: var(--italic-text-background-color, transparent);
    color: var(--italic-text-color, inherit);
    font-style: var(--italic-text-font-style, italic);
  }
/* END_BLOCK:_ss-text-v-2-0 */

/* START_BLOCK:_ss-variant-picker-v-2-0 (INDEX:208) */
.ss-variant-block label {
    display: inline-block;
    padding-block: 8px;
  }

  .ss-variant-select {
    position: relative;
  }

  .ss-variant-select svg {
    position: absolute;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    pointer-events: none;
  }

  .ss-variant-block select {
    width: 100%;
    padding-block: 12px;
    padding-inline: 10px 30px;
    border-radius: 4px;
    border: 1px solid #000;
    appearance: none;
  }
/* END_BLOCK:_ss-variant-picker-v-2-0 */

/* START_BLOCK:_ss-video-v-2-0 (INDEX:209) */
.ss-video-block__media {
    --ratio-percent: 56.25%;
    position: relative;
    padding-bottom: calc(var(--ratio-percent) - var(--media-border-width));
  }

  .ss-video-block__media.ss-global-media-settings--full-width {
    padding-bottom: var(--ratio-percent);
  }

  .ss-video-block__media.ss-deferred-media {
    box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset)
      var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
  }

  .ss-video-block__media.ss-deferred-media:after {
    content: none;
  }

  .ss-video-block__poster.ss-deferred-media__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .ss-deferred-media[loaded] .ss-video-block__poster {
    display: none;
  }

  .ss-video-block__poster.ss-deferred-media__poster:focus {
    outline-offset: 0.3rem;
  }

  .ss-video-block__media iframe {
    background-color: rgba(var(--color-foreground), 0.03);
    border: 0;
  }

  .ss-video-block__poster img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .ss-video-block__media iframe,
  .ss-video-block__media video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .ss-video-block__media video {
    background: #000000;
  }

  .ss-video-block__media.ss-media-fit-cover video,
  .ss-video-block__media.ss-media-fit-cover iframe,
  .ss-video-block__media.ss-media-fit-cover .ss-video-block__poster img {
    object-fit: cover;
  }

  .ss-deferred-media__poster-button {
    background-color: rgb(var(--color-background));
    border: 0.1rem solid rgba(var(--color-foreground), 0.1);
    border-radius: 50%;
    color: rgb(var(--color-foreground));
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.2rem;
    width: 6.2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition:
      transform var(--duration-short) ease,
      color var(--duration-short) ease;
    z-index: 1;
  }

  .ss-deferred-media__poster-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
  }

  .ss-deferred-media__poster-button .icon {
    width: 2rem;
    height: 2rem;
  }

  .ss-deferred-media__poster-button .icon-play {
    margin-left: 0.2rem;
  }

  /* component-media */
  .ss-media {
    display: block;
    background-color: rgba(var(--color-foreground), 0.1);
    position: relative;
    overflow: hidden;
  }

  .ss-media--transparent {
    background-color: transparent;
  }

  .ss-media > *:not(.zoom):not(.ss-deferred-media__poster-button),
  .ss-media model-viewer {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .ss-media > img {
    object-fit: cover;
    object-position: center center;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .ss-media--square {
    padding-bottom: 100% !important;
  }

  .ss-media--portrait {
    padding-bottom: 125% !important;
  }

  .ss-media--landscape {
    padding-bottom: 66.6% !important;
  }

  .ss-media--cropped {
    padding-bottom: 56% !important;
  }

  .ss-media--16-9 {
    padding-bottom: 56.25% !important;
  }

  .ss-media--circle {
    padding-bottom: 100% !important;
    border-radius: 50%;
  }

  .ss-media.ss-media--hover-effect > img + img {
    opacity: 0;
  }

  @media screen and (min-width: 990px) {
    .media--cropped {
      padding-bottom: 63% !important;
    }
  }

  ss-deferred-media {
    display: block;
  }
/* END_BLOCK:_ss-video-v-2-0 */

/* START_BLOCK:_swiper-pagination-v-2-0 (INDEX:210) */
.swiper-pagination-bullet-active {
    scale: var(--active-pagination-size);
  }
/* END_BLOCK:_swiper-pagination-v-2-0 */