/** Shopify CDN: Minification failed

Line 21:18 Unexpected "{"
Line 21:27 Expected ":"
Line 28:20 Unexpected "{"
Line 28:29 Expected ":"
Line 37:22 Unexpected "{"
Line 37:31 Expected ":"
Line 43:20 Unexpected "{"
Line 43:29 Expected ":"
Line 54:20 Unexpected "{"
Line 54:29 Expected ":"
... and 1220 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:dd-best-sellers (INDEX:40) */
#shopify-section-{{ section.id }} .dd-best-sellers {
    padding: 0;
    overflow: visible;
    position: relative;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-style: normal;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    padding-top: calc(clamp(calc(var(--section-pt, 48px) / 2), calc(var(--section-pt, 48px) / 2 + 4vw), var(--section-pt, 48px)) + var(--dd-bs-wave-offset, 0px));
    padding-bottom: clamp(calc(var(--section-pb, 48px) / 2), calc(var(--section-pb, 48px) / 2 + 4vw), var(--section-pb, 48px));
  }
  @media screen and (min-width: 480px) {
    #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__inner {
      padding-left: max(1.25rem, env(safe-area-inset-left));
      padding-right: max(1.25rem, env(safe-area-inset-right));
    }
  }

  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__subtitle {
    margin: 0 0 clamp(0.4rem, 1.5vw, 0.6rem);
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    text-transform: uppercase;
    font-weight: 900;
    font-size: clamp(12px, 1.1vw, 14px);
    line-height: 100%;
    letter-spacing: 0;
    color: var(--dd-bs-accent, #f15722);
    text-align: center;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__title {
    margin: 0 0 clamp(0.65rem, 2vw, 0.9rem);
    text-align: center;
    color: #00444b;
    text-transform: uppercase;
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(32px, 4.4vw, 56px);
    line-height: 110%;
    letter-spacing: -0.03em;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__description {
    margin: 0 0 1.5rem;
    text-align: center;
    color: #364c4e;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 700;
    font-size: clamp(14px, 1.4vw, 18px);
    line-height: 140%;
    letter-spacing: -0.02em;
  }

  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: clamp(0.65rem, 1.5vw, 1rem);
    grid-template-columns: 1fr;
  }
  @media screen and (min-width: 560px) {
    #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media screen and (min-width: 750px) {
    #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media screen and (min-width: 990px) {
    #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__card {
    background: #fff;
    border: 1px solid rgba(0, 68, 75, .12);
    border-radius: 12px;
    padding: .6rem .6rem .75rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__card-link {
    color: inherit;
    text-decoration: none;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__card-link::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: 12px;
  }

  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__image-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: .6rem;
    background: #f5f5f5;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__image-placeholder {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: rgba(0, 68, 75, .06);
    border-radius: 8px;
  }

  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__badge {
    position: absolute;
    top: .45rem;
    right: .45rem;
    background: #FFFFFF;
    color: #FF4A4A;
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: clamp(12px, 1.1vw, 14px);
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 8px 12px 5px;
    white-space: nowrap;
  }

  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__rating {
    display: flex;
    align-items: center;
    gap: .3rem;
    margin: 0 0 .5rem;
    flex-wrap: wrap;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__star {
    display: inline-flex;
    line-height: 0;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__star--active {
    color: #FFAD00;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__review-count {
    color: rgba(54, 76, 78, 0.7);
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 700;
    font-size: clamp(12px, 1.1vw, 14px);
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: center;
  }

  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__card-title {
    margin: 0 0 .5rem;
    color: #00444b;
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 110%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__pricing {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: .3rem .45rem;
    margin: 0 0 .35rem;
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__price {
    color: var(--dd-bs-accent, #f15722);
    font-family: inherit;
    font-weight: 400;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__compare-price {
    color: #8a9a9b;
    font-family: inherit;
    font-weight: 400;
    font-size: inherit;
    line-height: inherit;
    text-decoration: line-through;
    text-decoration-color: currentColor;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__text {
    margin: 0 0 .75rem;
    color: #364c4e;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 700;
    font-size: clamp(13px, 1.25vw, 16px);
    line-height: 1.3;
    letter-spacing: -0.02em;
    flex-grow: 1;
  }

  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__atc-wrap {
    margin-top: auto;
    position: relative;
    z-index: 2;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__atc-wrap form { margin: 0; }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__atc {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: clamp(46px, 4.3vw, 52px);
    background: var(--dd-bs-accent, #f15722);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: clamp(12px, 1.2vw, 16px) clamp(24px, 3.75vw, 48px);
    font-family: var(--lp-font-sans, 'Nunito Sans', sans-serif);
    font-weight: 900;
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    text-decoration: none;
    gap: 10px;
    cursor: pointer;
    transition: opacity 0.18s ease;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__atc:hover { opacity: 0.88; }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__atc:focus-visible {
    outline: 2px solid var(--dd-bs-accent, #f15722);
    outline-offset: 3px;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__atc[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
  }

  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__view-all-wrap {
    margin: clamp(1.25rem, 3vw, 1.75rem) 0px;
    text-align: center;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #00444b;
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 110%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    min-height: 26px;
    padding-bottom: 4px;
    border-bottom: 1px solid #00444B;
    text-decoration: none;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__view-all:hover { opacity: 0.75; }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__view-all-arrow {
    display: inline-block;
    font-style: normal;
    text-decoration: none;
  }

  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__trust {
    list-style: none;
    width: 100%;
    padding: 0 1rem;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: .25rem;
    row-gap: .45rem;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__trust-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #ffffff;
    border-radius: 100px;
    min-height: 36px;
    padding: 8px 16px 8px 8px;
    border: 1px solid rgba(0, 95, 58, .17);
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__trust-icon {
    width: 14px;
    height: 14px;
    display: inline-flex;
    line-height: 0;
    color: #1a8f52;
    flex-shrink: 0;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__trust-icon svg {
    width: 14px;
    height: 14px;
    display: block;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__trust-label {
    margin: 0;
    color: #0e8720;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 800;
    font-size: clamp(14px, 1.6vw, 20px);
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
  }

  @media screen and (min-width: 750px) {
    #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__trust { gap: .8rem; }
    #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__trust-item { gap: 8px; padding: 8px 16px 8px 8px; }
    #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__trust-icon,
    #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__trust-icon svg { width: 20px; height: 20px; }
  }

  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__upsell {
    margin-top: clamp(1.25rem, 2.5vw, 2rem);
    display: flex;
    justify-content: center;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__upsell-card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: clamp(0.5rem, 2vw, 0.75rem);
    background: linear-gradient(270deg, #FFEABE 0%, #C6EBFF 100%);
    border: 2px dashed #3CB0BC;
    border-radius: clamp(12px, 1.5vw, 16px);
    padding: clamp(0.75rem, 3vw, 1rem);
    width: 100%;
  }
  @media screen and (min-width: 750px) {
    #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__upsell-card {
      flex-wrap: nowrap;
      align-items: center;
      gap: clamp(0.75rem, 2vw, 1.25rem);
      padding: clamp(6px, 0.75vw, 10px) clamp(16px, 2vw, 28px) clamp(6px, 0.75vw, 10px) clamp(6px, 0.75vw, 10px);
    }
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__upsell-img-wrap {
    flex: 1;
    min-width: 0;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__upsell-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: clamp(4px, 0.5vw, 6px);
  }
  @media screen and (min-width: 750px) {
    #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__upsell-img-wrap { flex: 0 0 160px; }
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__upsell-body {
    flex: 1;
    min-width: 0;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__upsell-title {
    margin: 0 0 0.35rem;
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #00444b;
    text-transform: uppercase;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__upsell-desc {
    margin: 0 0 0.35rem;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 700;
    font-size: clamp(13px, 1.25vw, 16px);
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #364c4e;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__upsell-pricing {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: .3rem .45rem;
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__upsell-price {
    color: #364c4e;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__upsell-price--sale {
    color: var(--dd-bs-accent, #f15722);
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__upsell-compare-price {
    color: #8a9a9b;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: line-through;
    text-decoration-color: currentColor;
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__upsell-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(46px, 4.3vw, 52px);
    background: #00444b;
    color: #ffffff;
    border: none;
    border-radius: 100px;
    padding: clamp(12px, 1.2vw, 16px) clamp(24px, 3.75vw, 48px);
    font-family: var(--lp-font-sans, 'Nunito Sans', sans-serif);
    font-weight: 900;
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 100%;
    letter-spacing: -0.03em;
    flex-basis: 100%;
    width: 100%;
    cursor: pointer;
    transition: opacity 0.18s ease;
    white-space: nowrap;
  }
  @media screen and (min-width: 750px) {
    #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__upsell-btn {
      flex-basis: auto;
      width: auto;
      padding: 12px 32px;
      font-size: 16px;
    }
  }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__upsell-btn:hover { opacity: 0.88; }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__upsell-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }

  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__wave { line-height: 0; position: relative; z-index: 5; }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__wave-svg { display: block; width: 100%; height: clamp(28px, 8vw, 48px); min-height: 24px; }
  #shopify-section-{{ section.id }} .dd-best-sellers .dd-best-sellers__wave--top { margin-bottom: -1px; }
/* END_SECTION:dd-best-sellers */

/* START_SECTION:dd-bundle-collection (INDEX:43) */
#shopify-section-{{ section.id }} .bc {
    box-sizing: border-box;
    overflow-x: clip;
    overflow-y: visible;
    position: relative;
    letter-spacing: -3%;
  }
  #shopify-section-{{ section.id }} .bc *,
  #shopify-section-{{ section.id }} .bc *::before,
  #shopify-section-{{ section.id }} .bc *::after {
    box-sizing: inherit;
  }

  /* ── Inner wrapper ──────────────────────────────────────── */
  #shopify-section-{{ section.id }} .bc__inner {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    padding-top: calc(clamp(calc(var(--section-pt, 80px) / 2), calc(var(--section-pt, 80px) / 2 + 4vw), var(--section-pt, 80px)) + var(--bc-wave-offset, 0px));
    padding-bottom: clamp(calc(var(--section-pb, 80px) / 2), calc(var(--section-pb, 80px) / 2 + 4vw), var(--section-pb, 80px));
  }
  @media screen and (min-width: 480px) {
    #shopify-section-{{ section.id }} .bc__inner {
      padding-left: max(1.25rem, env(safe-area-inset-left));
      padding-right: max(1.25rem, env(safe-area-inset-right));
    }
  }

  /* ── Header ─────────────────────────────────────────────── */
  #shopify-section-{{ section.id }} .bc__header {
    text-align: center;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(1.75rem, 5vw, 3rem);
  }
  #shopify-section-{{ section.id }} .bc__eyebrow {
    margin: 0 0 clamp(0.5rem, 2vw, 0.75rem);
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', sans-serif);
    font-weight: 900;
    font-size: clamp(12px, 1.1vw, 14px);
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--bc-accent, #f15722);
  }
  #shopify-section-{{ section.id }} .bc__heading {
    margin: 0 0 clamp(0.75rem, 2.5vw, 1rem);
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: clamp(32px, 4.4vw, 56px);
    line-height: 1.1;
    color: var(--bc-teal, #00444b);
    text-transform: uppercase;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }
  #shopify-section-{{ section.id }} .bc__intro {
    margin: 0;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', sans-serif);
    font-weight: 700;
    font-size: clamp(14px, 1.4vw, 18px);
    line-height: 1.4;
    color: #364c4e;
  }

  /* ── Grid ────────────────────────────────────────────────── */
  #shopify-section-{{ section.id }} .bc__grid {
    --_gap: clamp(8px, 1.5vw, 12px);
    --_cols: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: var(--_gap);
    list-style: none;
    margin: 0;
    padding: 0;
  }
  @media screen and (min-width: 520px) {
    #shopify-section-{{ section.id }} .bc__grid { --_cols: 2; }
  }
  @media screen and (min-width: 820px) {
    #shopify-section-{{ section.id }} .bc__grid { --_cols: 3; }
  }

  /* ── Card ────────────────────────────────────────────────── */
  #shopify-section-{{ section.id }} .bc__card {
    flex: 0 0 calc((100% - (var(--_cols) - 1) * var(--_gap)) / var(--_cols));
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 2vw, 12px);
    padding: clamp(10px, 2vw, 12px);
    background: #ffffff;
    border: 1px solid rgba(0, 68, 75, 0.2);
    border-radius: clamp(10px, 2vw, 12px);
  }

  /* ── Card image ──────────────────────────────────────────── */
  #shopify-section-{{ section.id }} .bc__card-image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f5f0e8;
    flex-shrink: 0;
    border-radius: clamp(6px, 1.5vw, 8px);
  }
  #shopify-section-{{ section.id }} .bc__card-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
  }
  #shopify-section-{{ section.id }} .bc__card-img-placeholder {
    width: 100%;
    height: 100%;
    background: rgba(0, 68, 75, 0.08);
  }

  /* ── Card body ───────────────────────────────────────────── */
  #shopify-section-{{ section.id }} .bc__card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: clamp(10px, 2vw, 12px);
  }
  #shopify-section-{{ section.id }} .bc__card-name-group {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  #shopify-section-{{ section.id }} .bc__card-name {
    margin: 0;
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: clamp(16px, calc(12px + 1vw), 20px);
    line-height: 1.15;
    color: var(--bc-teal, #00444b);
    text-transform: uppercase;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  #shopify-section-{{ section.id }} .bc__card-country {
    display: block;
    margin: 0;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', sans-serif);
    font-weight: 900;
    font-size: clamp(11px, 1vw, 12px);
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--bc-accent, #f15722);
    overflow-wrap: break-word;
  }
  #shopify-section-{{ section.id }} .bc__card-desc {
    margin: 0;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', sans-serif);
    font-weight: 700;
    font-size: clamp(13px, 1.2vw, 14px);
    line-height: 1.5;
    color: #364c4e;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  /* ── Fragrance notes ─────────────────────────────────────── */
  #shopify-section-{{ section.id }} .bc__notes {
    background: #fff6dd;
    padding: clamp(10px, 2vw, 12px);
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 2vw, 12px);
    border-radius: clamp(6px, 1.5vw, 8px);
  }
  #shopify-section-{{ section.id }} .bc__notes-row {
    display: flex;
    align-items: baseline;
    gap: clamp(0.375rem, 1vw, 0.5rem);
  }
  #shopify-section-{{ section.id }} .bc__notes-label {
    flex-shrink: 0;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', sans-serif);
    font-weight: 900;
    font-size: clamp(12px, 1.2vw, 14px);
    line-height: 1;
    text-transform: uppercase;
    color: var(--bc-teal, #00444b);
    min-width: clamp(2.5rem, 3.5vw, 3rem);
  }
  #shopify-section-{{ section.id }} .bc__notes-value {
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', sans-serif);
    font-weight: 500;
    font-size: clamp(12px, 1.2vw, 14px);
    line-height: 1;
    color: #4a3c20;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  /* ── Footer / CTA ────────────────────────────────────────── */
  #shopify-section-{{ section.id }} .bc__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: clamp(1.5rem, 4vw, 2.5rem);
    gap: clamp(0.75rem, 2vw, 1rem);
  }
  #shopify-section-{{ section.id }} .bc__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(48px, 5vw, 56px);
    padding: clamp(0.75rem, 0.55rem + 0.85vw, 1rem) clamp(1.25rem, 0.65rem + 5vw, 3rem);
    background: var(--bc-accent, #f15722);
    color: #ffffff;
    border: none;
    border-radius: 9999px;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', sans-serif);
    font-weight: 800;
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }
  #shopify-section-{{ section.id }} .bc__btn:hover {
    opacity: 0.9;
  }
  #shopify-section-{{ section.id }} .bc__btn:focus-visible {
    outline: 2px solid var(--bc-teal, #00444b);
    outline-offset: 3px;
  }
  #shopify-section-{{ section.id }} .bc__footer-note {
    margin: 0;
    max-width: 42rem;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', sans-serif);
    font-weight: 700;
    font-size: clamp(12px, 1.1vw, 14px);
    line-height: 1;
    color: #364c4e;
  }
  #shopify-section-{{ section.id }} .bc__footer-note > *:first-child { margin-top: 0; }
  #shopify-section-{{ section.id }} .bc__footer-note > *:last-child { margin-bottom: 0; }
  #shopify-section-{{ section.id }} .bc__footer-note p:first-child strong:first-of-type { color: var(--bc-accent, #f15722); }

  /* ── Wave dividers ───────────────────────────────────────── */
  #shopify-section-{{ section.id }} .bc__wave {
    line-height: 0;
    color: inherit;
    position: relative;
    z-index: 5;
  }
  #shopify-section-{{ section.id }} .bc__wave-svg {
    display: block;
    width: 100%;
    height: clamp(22px, 6vw, 36px);
    min-height: 18px;
    vertical-align: bottom;
  }
  #shopify-section-{{ section.id }} .bc__wave--top { margin-bottom: -1px; }
  #shopify-section-{{ section.id }} .bc__wave--bottom { margin-top: -1px; }
/* END_SECTION:dd-bundle-collection */

/* START_SECTION:dd-collection-header (INDEX:51) */
#shopify-section-{{ section.id }} .dd-collection-header {
    padding: 0;
    position: relative;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-style: normal;
  }
  #shopify-section-{{ section.id }} .dd-collection-header .dd-ch__inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    padding-top: clamp(calc(var(--section-pt, 48px) / 2), calc(var(--section-pt, 48px) / 2 + 4vw), var(--section-pt, 48px));
    padding-bottom: clamp(calc(var(--section-pb, 32px) / 2), calc(var(--section-pb, 32px) / 2 + 4vw), var(--section-pb, 32px));
  }
  @media screen and (min-width: 480px) {
    #shopify-section-{{ section.id }} .dd-collection-header .dd-ch__inner {
      padding-left: max(1.25rem, env(safe-area-inset-left));
      padding-right: max(1.25rem, env(safe-area-inset-right));
    }
  }

  /* Rating / subtitle row */
  #shopify-section-{{ section.id }} .dd-collection-header .dd-ch__rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 clamp(0.65rem, 2vw, 1rem);
    flex-wrap: wrap;
    border-radius: 4px;
    padding: 8px 12px;
    background: linear-gradient(270deg, #FFEABE 0%, #C6EBFF 100%);
  }
#shopify-section-{{ section.id }} .dd-collection-header .dd-ch__rating-text {
    margin: 0;
    color: #364c4e;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 800;
    font-size: clamp(12px, 1.1vw, 14px);
    line-height: 100%;
    letter-spacing: -0.02em;
  }
  #shopify-section-{{ section.id }} .dd-collection-header .dd-ch__rating-text p { margin: 0; color: inherit; }
  #shopify-section-{{ section.id }} .dd-collection-header .dd-ch__rating-text strong {
    color: #00444b;
    font-weight: 800;
  }

  /* Title */
  #shopify-section-{{ section.id }} .dd-collection-header .dd-ch__title {
    margin: 0 0 clamp(0.65rem, 2vw, 1rem);
    color: #00444b;
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(36px, 5.5vw, 72px);
    line-height: 105%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    text-align: center;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }
  #shopify-section-{{ section.id }} .dd-collection-header .dd-ch__title p { margin: 0; }
  #shopify-section-{{ section.id }} .dd-collection-header .dd-ch__title strong {
    color: var(--dd-ch-accent, #f15722);
    font-weight: 400;
  }

  /* Description */
  #shopify-section-{{ section.id }} .dd-collection-header .dd-ch__description {
    margin: 0 auto clamp(1.25rem, 3vw, 2rem);
    max-width: 610px;
    color: #364c4e;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 700;
    font-size: clamp(14px, 1.4vw, 18px);
    line-height: 145%;
    letter-spacing: -0.02em;
    text-align: center;
  }

  /* Tabs navigation */
  #shopify-section-{{ section.id }} .dd-collection-header .dd-ch__tabs-nav {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
  }
  #shopify-section-{{ section.id }} .dd-collection-header .dd-ch__tabs-nav::-webkit-scrollbar { display: none; }
  #shopify-section-{{ section.id }} .dd-collection-header .dd-ch__tabs {
    list-style: none;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 6px;
    padding: 0px;
    gap: 4px;
    border: 0px;
  }
  #shopify-section-{{ section.id }} .dd-collection-header .dd-ch__tab-item {
    flex-shrink: 0;
    scroll-snap-align: start;
  }
  #shopify-section-{{ section.id }} .dd-collection-header .dd-ch__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 12px;
    background: rgba(0, 68, 75, 0.1);
    color: #00444b;
    font-family: 'Nunito Sans', var(--lp-font-sans, 'Libre Franklin', sans-serif);
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-decoration: none;
    white-space: nowrap;
    border: none;
    transition: background 0.15s ease, color 0.15s ease;
  }
  #shopify-section-{{ section.id }} .dd-collection-header .dd-ch__tab:hover {
    background: rgba(0, 68, 75, 0.18);
  }
  #shopify-section-{{ section.id }} .dd-collection-header .dd-ch__tab--active,
  #shopify-section-{{ section.id }} .dd-collection-header .dd-ch__tab--active:hover {
    background: #00444b;
    color: #ffffff;
  }

  @media screen and (min-width: 750px) {
#shopify-section-{{ section.id }} .dd-collection-header .dd-ch__tabs {
      border: 1px solid rgba(0, 68, 75, .2);
      padding: 4px;
    }
  }
/* END_SECTION:dd-collection-header */

/* START_SECTION:dd-collection-product-grid (INDEX:52) */
#shopify-section-{{ section.id }} .dd-collection-grid {
    padding: 0;
    position: relative;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-style: normal;
  }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__inner {
    max-width: 1360px;
    margin: 0 auto;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    padding-top: clamp(calc(var(--section-pt, 32px) / 2), calc(var(--section-pt, 32px) / 2 + 4vw), var(--section-pt, 32px));
    padding-bottom: clamp(calc(var(--section-pb, 48px) / 2), calc(var(--section-pb, 48px) / 2 + 4vw), var(--section-pb, 48px));
  }
  @media screen and (min-width: 480px) {
    #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__inner {
      padding-left: max(1.25rem, env(safe-area-inset-left));
      padding-right: max(1.25rem, env(safe-area-inset-right));
    }
  }

  /* Grid */
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: clamp(0.65rem, 1.5vw, 1rem);
    grid-template-columns: 1fr;
  }
  @media screen and (min-width: 750px) {
    #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media screen and (min-width: 990px) {
    #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  /* Card */
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__card {
    background: #fff;
    border: 1px solid rgba(0, 68, 75, .12);
    border-radius: 12px;
    padding: .6rem .6rem .75rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: box-shadow 0.18s ease;
  }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__card:hover {
    box-shadow: 0 4px 20px rgba(0, 68, 75, .1);
  }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__card-link {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-decoration: none;
    color: inherit;
  }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__card-link:focus-visible {
    outline: 2px solid var(--dd-cg-accent, #f15722);
    outline-offset: 2px;
    border-radius: 8px;
  }

  /* Image */
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__image-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: .6rem;
    background: #f5f5f5;
  }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    transition: transform 0.25s ease;
  }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__card:hover .dd-cg__image {
    transform: scale(1.025);
  }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__image-placeholder {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: rgba(0, 68, 75, .06);
    border-radius: 8px;
  }

  /* Badge */
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__badge {
    position: absolute;
    top: .45rem;
    right: .45rem;
    background: #ffffff;
    color: #FF4A4A;
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: clamp(11px, 1vw, 13px);
    line-height: 1;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 7px 11px 5px;
    white-space: nowrap;
  }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__badge--new {
    color: #FFFFFF;
    background: #8B5CF6;
  }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__badge--bundle {
    color: #FFFFFF;
    background: #3758FF;
    top: auto;
    right: auto;
    left: 0.45rem;
    bottom: 0.45rem;
  }

  /* Rating */
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__rating {
    display: flex;
    align-items: center;
    gap: .3rem;
    margin: 0 0 .45rem;
    flex-wrap: wrap;
  }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__stars { flex-shrink: 0; }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__review-count {
    color: rgba(54, 76, 78, 0.65);
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 700;
    font-size: clamp(11px, 1vw, 13px);
    line-height: 100%;
    letter-spacing: -0.02em;
  }

  /* Title */
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__card-title {
    margin: 0 0 .4rem;
    color: #00444b;
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: clamp(15px, 1.5vw, 19px);
    line-height: 110%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }

  /* Pricing */
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__pricing {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: .25rem .4rem;
    margin: 0 0 .35rem;
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: clamp(15px, 1.5vw, 19px);
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
  }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__price {
    color: var(--dd-cg-accent, #f15722);
  }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__compare-price {
    color: #8a9a9b;
    font-size: 0.8em;
    text-decoration: line-through;
    text-decoration-color: currentColor;
  }

  /* Short description */
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__text {
    margin: 0 0 .75rem;
    color: #364c4e;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 700;
    font-size: clamp(12px, 1.15vw, 15px);
    line-height: 1.35;
    letter-spacing: -0.02em;
    flex-grow: 1;
  }

  /* CTA Button */
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__btn-wrap {
    margin-top: auto;
  }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: clamp(44px, 4vw, 50px);
    background: var(--dd-cg-accent, #f15722);
    color: #fff;
    border-radius: 12px;
    padding: clamp(10px, 1.1vw, 14px) clamp(20px, 3vw, 40px);
    font-family: var(--lp-font-sans, 'Nunito Sans', sans-serif);
    font-weight: 900;
    font-size: clamp(15px, 1.5vw, 19px);
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.18s ease;
  }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__btn:hover { opacity: 0.88; }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__btn:focus-visible {
    outline: 2px solid var(--dd-cg-accent, #f15722);
    outline-offset: 3px;
  }

  /* Empty state */
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__empty {
    text-align: center;
    padding: 4rem 1rem;
    color: #364c4e;
    font-family: var(--lp-font-sans, 'Nunito Sans', sans-serif);
    font-weight: 700;
    font-size: clamp(14px, 1.4vw, 18px);
  }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__empty p { margin: 0; }

  /* Pagination */
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .4rem;
    margin: clamp(2rem, 4vw, 3rem) 0 0;
  }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__page-link {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    min-width: 40px;
    height: 40px;
    padding: 0 .75rem;
    border-radius: 100px;
    border: 1.5px solid rgba(0, 68, 75, 0.22);
    background: transparent;
    color: #364c4e;
    font-family: var(--lp-font-sans, 'Nunito Sans', sans-serif);
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.01em;
    text-decoration: none;
    justify-content: center;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__page-link:hover {
    background: rgba(0, 68, 75, 0.07);
    border-color: rgba(0, 68, 75, 0.45);
  }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__page-link--current {
    background: #00444b;
    border-color: #00444b;
    color: #ffffff;
    cursor: default;
  }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__page-link--gap {
    border-color: transparent;
    background: transparent;
    cursor: default;
    color: #8a9a9b;
  }
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__page-link--prev,
  #shopify-section-{{ section.id }} .dd-collection-grid .dd-cg__page-link--next {
    padding: 0 1.1rem;
  }
/* END_SECTION:dd-collection-product-grid */

/* START_SECTION:dd-cta-fence (INDEX:53) */
#shopify-section-{{ section.id }} .cta-fence {
    box-sizing: border-box;
    overflow-x: clip;
  }
  #shopify-section-{{ section.id }} .cta-fence *,
  #shopify-section-{{ section.id }} .cta-fence *::before,
  #shopify-section-{{ section.id }} .cta-fence *::after {
    box-sizing: inherit;
  }

  #shopify-section-{{ section.id }} .cta-fence .cta-fence__inner {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    padding-top: clamp(calc(var(--section-pt) / 2), calc(var(--section-pt) / 2 + 4vw), var(--section-pt));
    padding-bottom: clamp(calc(var(--section-pb) / 2), calc(var(--section-pb) / 2 + 4vw), var(--section-pb));
    text-align: center;
  }
  @media screen and (min-width: 480px) {
    #shopify-section-{{ section.id }} .cta-fence .cta-fence__inner {
      padding-left: max(1.25rem, env(safe-area-inset-left));
      padding-right: max(1.25rem, env(safe-area-inset-right));
    }
  }

  #shopify-section-{{ section.id }} .cta-fence .cta-fence__proof {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(0.375rem, 1.5vw, 0.5rem);
    margin: 0 0 clamp(0.75rem, 2.5vw, 1rem);
  }


  #shopify-section-{{ section.id }} .cta-fence .cta-fence__subheading {
    margin: 0;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 700;
    font-size: clamp(0.8125rem, 0.25vw + 0.75rem, 0.9375rem);
    line-height: 1.3;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.7);
  }
  #shopify-section-{{ section.id }} .cta-fence .cta-fence__subheading strong {
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
  }

  #shopify-section-{{ section.id }} .cta-fence .cta-fence__heading {
    margin: 0 auto clamp(0.75rem, 2.5vw, 1rem);
    text-align: center;
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    /* ~80px max; scales down on small viewports */
    font-size: clamp(2rem, 1.25rem + 7vw, 5rem);
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #ffffff;
    text-transform: uppercase;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }

  #shopify-section-{{ section.id }} .cta-fence .cta-fence__intro {
    margin: 0 auto clamp(1.25rem, 4vw, 1.75rem);
    max-width: 500px;
    text-align: center;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 700;
    /* ~24px */
    font-size: clamp(1.125rem, 1.05rem + 0.55vw, 1.5rem);
    line-height: 140%;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.95);
  }
  #shopify-section-{{ section.id }} .cta-fence .cta-fence__intro strong {
    font-weight: 700;
  }

  #shopify-section-{{ section.id }} .cta-fence .cta-fence__actions {
    display: flex;
    justify-content: center;
    margin-bottom: clamp(1.25rem, 4vw, 1.75rem);
  }

  #shopify-section-{{ section.id }} .cta-fence .cta-fence__btn {
    gap: clamp(6px, 1.8vw, 10px);
    padding: clamp(12px, 0.875rem + 0.35vw, 18px) clamp(12px, 4vw, 52px);
    border-radius: clamp(26px, 1.5rem + 0.9vw, 36px);
    /* ~24px */
    font-size: clamp(1.125rem, 1.05rem + 0.55vw, 1.5rem);
    color: var(--cta-btn-text, #ffffff);
    background: var(--cta-btn-bg, #00444b);
    border: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  #shopify-section-{{ section.id }} .cta-fence .cta-fence__btn:hover {
    opacity: 0.92;
  }
  #shopify-section-{{ section.id }} .cta-fence .cta-fence__btn:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
  }

  #shopify-section-{{ section.id }} .cta-fence .cta-fence__badges {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(0.5rem, 2vw, 0.75rem);
  }

  #shopify-section-{{ section.id }} .cta-fence .cta-fence__badge {
    margin: 0;
  }

  #shopify-section-{{ section.id }} .cta-fence .cta-fence__badge-inner {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    /* ~8px top/bottom/left, ~16px right (scales slightly with viewport) */
    padding: clamp(6px, 0.375rem + 0.6vw, 10px) clamp(12px, 0.75rem + 1.2vw, 20px)
      clamp(6px, 0.375rem + 0.6vw, 10px) clamp(6px, 0.375rem + 0.6vw, 10px);
    background: #ffffff;
    border-radius: 9999px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 800;
    /* ~20px at default; scales down slightly on narrow viewports */
    font-size: clamp(1rem, 0.85rem + 0.55vw, 1.25rem);
    line-height: 100%;
    letter-spacing: -0.03em;
    color: var(--cta-badge-text, #0e8720);
  }

  #shopify-section-{{ section.id }} .cta-fence .cta-fence__badge-icon-wrap {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: var(--cta-badge-text, #0e8720);
  }

  #shopify-section-{{ section.id }} .cta-fence .cta-fence__badge-icon {
    display: block;
    width: 20px;
    height: 20px;
  }

  #shopify-section-{{ section.id }} .cta-fence .cta-fence__badge-text {
    text-align: left;
  }
/* END_SECTION:dd-cta-fence */

/* START_SECTION:dd-faq (INDEX:54) */
#shopify-section-{{ section.id }} .dd-faq { padding: 0; overflow: visible; position: relative; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-style: normal; box-sizing: border-box; }
  #shopify-section-{{ section.id }} .dd-faq *, #shopify-section-{{ section.id }} .dd-faq *::before, #shopify-section-{{ section.id }} .dd-faq *::after { box-sizing: inherit; }

  #shopify-section-{{ section.id }} .dd-faq .dd-faq__wrap { max-width: 1280px; margin: 0 auto; display: flex; flex-direction: column; gap: clamp(2rem, 5vw, 3rem); padding-left: max(1.25rem, env(safe-area-inset-left)); padding-right: max(1.25rem, env(safe-area-inset-right)); padding-top: calc(clamp(calc(var(--section-pt, 48px) / 2), calc(var(--section-pt, 48px) / 2 + 4vw), var(--section-pt, 48px)) + var(--dd-faq-wave-offset, 0px)); padding-bottom: clamp(calc(var(--section-pb, 48px) / 2), calc(var(--section-pb, 48px) / 2 + 4vw), var(--section-pb, 48px)); }
  @media screen and (min-width: 768px) { #shopify-section-{{ section.id }} .dd-faq .dd-faq__wrap { padding-left: max(2rem, env(safe-area-inset-left)); padding-right: max(2rem, env(safe-area-inset-right)); } }

  #shopify-section-{{ section.id }} .dd-faq .dd-faq__inner { max-width: 860px; width: 100%; margin: 0 auto; display: flex; flex-direction: column; gap: clamp(1.5rem, 4vw, 2rem); }

  #shopify-section-{{ section.id }} .dd-faq .dd-faq__header { text-align: center; }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__subtitle { margin: 0 0 clamp(0.5rem, 2vw, 0.75rem); text-transform: uppercase; text-align: center; color: var(--dd-faq-accent, #f15722); font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-weight: 900; font-size: clamp(12px, 1.1vw, 14px); line-height: 100%; letter-spacing: 0; }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__title { margin: 0; color: #00444b; text-transform: uppercase; text-align: center; font-family: 'Heroline', 'Fjalla One', sans-serif; font-weight: 400; font-style: normal; font-size: clamp(32px, 4.4vw, 56px); line-height: 110%; letter-spacing: -0.03em; text-wrap: balance; overflow-wrap: anywhere; }

  #shopify-section-{{ section.id }} .dd-faq .dd-faq__items { display: flex; flex-direction: column; gap: .5rem; }

  #shopify-section-{{ section.id }} .dd-faq .dd-faq__item { background: rgba(0, 68, 75, 0.05); border-radius: 16px; overflow: hidden; transition: background 0.2s ease; }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__item[open] { background: rgba(0, 68, 75, 0.15); }

  #shopify-section-{{ section.id }} .dd-faq .dd-faq__question { display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; list-style: none; padding: 24px; color: #00444b; font-family: 'Nunito Sans', sans-serif; font-weight: 800; font-size: clamp(16px, 1.2vw + 12px, 20px); line-height: 1.35; letter-spacing: -0.02em; user-select: none; }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__question::-webkit-details-marker { display: none; }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__question::marker { display: none; }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__question:focus-visible { outline: 2px solid var(--dd-faq-accent, #f15722); outline-offset: 2px; }

  #shopify-section-{{ section.id }} .dd-faq .dd-faq__question-text { flex: 1; min-width: 0; }

  #shopify-section-{{ section.id }} .dd-faq .dd-faq__question-icon { flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid rgba(0, 68, 75, 0.35); color: #00444b; font-size: 1.25rem; font-weight: 300; line-height: 1; transition: border-color 0.2s ease; }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__question-icon::before { content: '+'; display: block; line-height: 1; }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__item[open] .dd-faq__question-icon::before { content: '×'; font-size: 1.35rem; }

  #shopify-section-{{ section.id }} .dd-faq .dd-faq__answer { padding: 0 clamp(1rem, 3vw, 1.25rem) clamp(0.875rem, 2vw, 1.125rem); color: #364c4e; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-weight: 700; font-size: clamp(13px, 1.25vw, 16px); line-height: 150%; letter-spacing: -0.02em; }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__answer > *:first-child { margin-top: 0; }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__answer > *:last-child { margin-bottom: 0; }

  #shopify-section-{{ section.id }} .dd-faq .dd-faq__footer { display: flex; flex-direction: column; align-items: center; gap: .65rem; text-align: center; }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__btn { min-height: clamp(48px, 5vw, 56px); padding: clamp(0.75rem, 0.55rem + 0.85vw, 1rem) clamp(1.25rem, 0.65rem + 5vw, 3rem); border-radius: 36px; font-size: clamp(18px, 1.9vw, 24px); color: #fff; background: var(--dd-faq-accent, #f15722); border: 2px solid var(--dd-faq-accent, #f15722); }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__btn:focus-visible { outline: 2px solid var(--dd-faq-accent, #f15722); outline-offset: 3px; }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__footer-note { margin: 0; max-width: 42rem; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-weight: 700; font-size: clamp(12px, 1.1vw, 14px); line-height: 100%; letter-spacing: -0.02em; color: #364c4e; }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__footer-note p:first-child strong:first-of-type { color: var(--dd-faq-accent, #f15722); }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__footer-note > *:first-child { margin-top: 0; }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__footer-note > *:last-child { margin-bottom: 0; }

  #shopify-section-{{ section.id }} .dd-faq .dd-faq__featured { width: 100%; }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__featured-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; background: #FFFFFF; border-radius: 12px; padding: 8px; }
  @media screen and (min-width: 768px) { #shopify-section-{{ section.id }} .dd-faq .dd-faq__featured-inner { padding: 8px 8px 8px 48px; } }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__featured-label { margin: 0; flex-shrink: 0; color: #364c4e; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-weight: 900; font-size: clamp(12px, 1.1vw, 14px); line-height: 100%; letter-spacing: 0; text-align: center; text-transform: uppercase; }
  @media screen and (max-width: 767px) { 
    #shopify-section-{{ section.id }} .dd-faq .dd-faq__featured-inner { justify-content: center; }
    #shopify-section-{{ section.id }} .dd-faq .dd-faq__featured-label { padding: 8px 0px 12px; } 
  }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__logos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; justify-items: center; gap: 20px 24px; background: #F2F6F8; border-radius: 8px; padding: 20px 24px; width: 100%; }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__logo { display: flex; align-items: center; justify-content: center; width: 100%; }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__logo-img { display: block; height: clamp(26px, 5.5vw, 40px); width: auto; max-width: min(100%, 180px); object-fit: contain; }
  @media screen and (min-width: 990px) {
    #shopify-section-{{ section.id }} .dd-faq .dd-faq__logos { display: flex; flex-direction: row; align-items: center; justify-content: center; flex-wrap: nowrap; gap: 56px; padding: 24px 40px; width: auto; }
    #shopify-section-{{ section.id }} .dd-faq .dd-faq__logo { width: auto; }
    #shopify-section-{{ section.id }} .dd-faq .dd-faq__logo-img { height: clamp(20px, 3vw, 32px); max-width: 140px; }
  }

  #shopify-section-{{ section.id }} .dd-faq .dd-faq__wave { line-height: 0; position: relative; z-index: 5; }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__wave-svg { display: block; width: 100%; height: clamp(28px, 8vw, 48px); min-height: 24px; }
  #shopify-section-{{ section.id }} .dd-faq .dd-faq__wave--top { margin-bottom: -1px; }
/* END_SECTION:dd-faq */

/* START_SECTION:dd-free-soap-hero (INDEX:55) */
/* ── Scoped reset ─────────────────────────────────────────── */
  #shopify-section-{{ section.id }} .dd-free-soap-hero,
  #shopify-section-{{ section.id }} .dd-free-soap-hero *,
  #shopify-section-{{ section.id }} .dd-free-soap-hero *::before,
  #shopify-section-{{ section.id }} .dd-free-soap-hero *::after {
    box-sizing: border-box;
  }

  /* ── Section shell ────────────────────────────────────────── */
  #shopify-section-{{ section.id }} .dd-free-soap-hero {
    background: var(--hero-bg, #fffde6);
    overflow-x: clip;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
  }

  /* ── Two-column grid ──────────────────────────────────────── */
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__inner {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: clamp(1.5rem, 4vw, 4rem);
    max-width: 1280px;
    margin: 0 auto;
    padding-top: clamp(calc(var(--section-pt, 80px) / 2), calc(var(--section-pt, 80px) / 2 + 4vw), var(--section-pt, 80px));
    padding-bottom: clamp(calc(var(--section-pb, 80px) / 2), calc(var(--section-pb, 80px) / 2 + 4vw), var(--section-pb, 80px));
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }
  @media screen and (min-width: 480px) {
    #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__inner {
      padding-left: max(1.25rem, env(safe-area-inset-left));
      padding-right: max(1.25rem, env(safe-area-inset-right));
    }
  }
  @media screen and (min-width: 1024px) {
    #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__inner {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
    #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__inner--reverse {
      direction: rtl;
    }
    #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__inner--reverse > * {
      direction: ltr;
    }
  }

  /* ── Content column ───────────────────────────────────────── */
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(1rem, 2.5vw, 1.5rem);
  }

  /* ── Meta row ─────────────────────────────────────────────── */
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(0.5rem, 1.5vw, 0.75rem);
  }

  /* ── Exclusive badge ──────────────────────────────────────── */
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__exclusive-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.3rem 0.75rem;
    border: 0px;
    background: linear-gradient(270deg, #FFEABE 0%, #C6EBFF 100%);
    border-radius: 9999px;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 800;
    font-size: clamp(11px, 1vw, 13px);
    line-height: 1.2;
    color: var(--hero-accent, #F15722);
    white-space: nowrap;
  }

  /* ── Star rating row ──────────────────────────────────────── */
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__rating {
    display: flex;
    align-items: center;
    gap: clamp(0.25rem, 0.75vw, 0.4rem);
    flex-wrap: nowrap;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__stars {
    margin: 0;
    color: var(--hero-star-color, #f5a623);
    font-size: clamp(14px, 1.3vw, 18px);
    display: flex;
    align-items: center;
    gap: 0.1rem;
    line-height: 1;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__score {
    font-family: var(--lp-font-sans, 'Nunito Sans', sans-serif);
    font-weight: 900;
    font-size: clamp(13px, 1.2vw, 15px);
    color: #00444b;
    line-height: 1;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__review-count {
    font-family: var(--lp-font-sans, 'Nunito Sans', sans-serif);
    font-weight: 600;
    font-size: clamp(12px, 1.1vw, 14px);
    color: #364c4e;
    line-height: 1;
    white-space: nowrap;
  }

  /* ── Heading ──────────────────────────────────────────────── */
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__heading {
    margin: 0;
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 108%;
    letter-spacing: -0.02em;
    color: var(--hero-heading-color, #00444b);
    text-transform: uppercase;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }
  /* Strip <p> margin from richtext output inside heading */
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__heading h1 {
    margin: 0;
    display: inline;
  }
  /* <strong> inside richtext heading = accent colour */
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__heading strong {
    font-weight: inherit;
    color: var(--hero-accent, #f15722);
  }

  /* ── Body text ────────────────────────────────────────────── */
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__body {
    margin: 0;
    font-family: var(--lp-font-sans, 'Nunito Sans', sans-serif);
    font-weight: 700;
    font-size: clamp(14px, 1.4vw, 18px);
    line-height: 150%;
    letter-spacing: -0.02em;
    color: var(--hero-body-color, #364c4e);
  }
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__body > *:first-child { margin-top: 0; }
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__body > *:last-child  { margin-bottom: 0; }

  /* ── Shipping note ────────────────────────────────────────── */
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__shipping {
    margin: 0;
    font-family: var(--lp-font-sans, 'Nunito Sans', sans-serif);
    font-weight: 600;
    font-size: clamp(12px, 1.1vw, 14px);
    line-height: 150%;
    letter-spacing: -0.01em;
    color: var(--hero-body-color, #364c4e);
    text-wrap: balance;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__shipping strong {
    font-weight: 800;
    color: inherit;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__shipping > *:first-child { margin-top: 0; }
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__shipping > *:last-child  { margin-bottom: 0; }

  /* ── CTA button ───────────────────────────────────────────── */
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: clamp(52px, 5.5vw, 64px);
    padding: clamp(0.875rem, 1rem + 0.5vw, 1.125rem) clamp(1.5rem, 3vw, 3rem);
    border-radius: 9999px;
    background: var(--hero-btn-bg, #f15722);
    color: var(--hero-btn-text, #ffffff);
    font-family: var(--lp-font-sans, 'Nunito Sans', sans-serif);
    font-weight: 900;
    font-size: clamp(18px, 1.9vw, 24px);
    line-height: 1;
    letter-spacing: -0.02em;
    text-decoration: none;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.15s ease;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__btn:hover {
    opacity: 0.92;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__btn:active {
    transform: scale(0.98);
  }
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__btn:focus-visible {
    outline: 2px solid var(--hero-btn-bg, #f15722);
    outline-offset: 3px;
  }

  /* ── Trust badges — white pill chips (mirrors buy-box__features) ── */
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__trust {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-self: center;
    gap: clamp(0.25rem, 2vw, 0.5rem);
  }
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__trust-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: clamp(3px, 0.4vw, 5px);
    padding: clamp(6px, 0.6vw, 8px) clamp(10px, 1.2vw, 14px);
    background: #ffffff;
    border-radius: 9999px;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 700;
    font-size: clamp(11px, 0.9vw, 12px);
    line-height: 1;
    color: var(--hero-trust-color, #0e8720);
    white-space: nowrap;
  }

  /* ── Media column ─────────────────────────────────────────── */
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__media {
    position: relative;
    overflow: hidden;
    border-radius: clamp(10px, 2vw, 16px);
    min-height: clamp(280px, 50vw, 420px);
    order: -1; /* image on top on mobile */
  }
  @media screen and (min-width: 1024px) {
    #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__media {
      order: 0;
      align-self: stretch;
      min-height: clamp(480px, 40vw, 600px);
    }
  }
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-hero .dd-free-soap-hero__img--placeholder {
    display: block;
    width: 100%;
    height: 100%;
    min-height: clamp(280px, 50vw, 420px);
    background: rgba(0, 68, 75, 0.08);
  }
/* END_SECTION:dd-free-soap-hero */

/* START_SECTION:dd-free-soap-list (INDEX:56) */
#shopify-section-{{ section.id }} .dd-free-soap-list {
    padding: 0;
    overflow: visible;
    position: relative;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-style: normal;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    padding-top: calc(clamp(calc(var(--section-pt, 48px) / 2), calc(var(--section-pt, 48px) / 2 + 4vw), var(--section-pt, 48px)) + var(--dd-fsl-wave-offset, 0px));
    padding-bottom: clamp(calc(var(--section-pb, 48px) / 2), calc(var(--section-pb, 48px) / 2 + 4vw), var(--section-pb, 48px));
  }
  @media screen and (min-width: 480px) {
    #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__inner {
      padding-left: max(1.25rem, env(safe-area-inset-left));
      padding-right: max(1.25rem, env(safe-area-inset-right));
    }
  }

  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__subtitle {
    margin: 0 0 clamp(16px, 2vw, 24px);
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    text-transform: uppercase;
    font-weight: 900;
    font-size: clamp(12px, 1.1vw, 14px);
    line-height: 100%;
    letter-spacing: 0;
    color: var(--dd-fsl-accent, #f15722);
    text-align: center;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__title {
    margin: 0 auto clamp(0.65rem, 2vw, 0.9rem);
    max-width: 690px;
    text-align: center;
    color: #00444b;
    text-transform: uppercase;
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(32px, 4.4vw, 56px);
    line-height: 110%;
    letter-spacing: -0.03em;
    overflow-wrap: anywhere;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__description {
    margin: 0 auto clamp(1.5rem, 3vw, 2.5rem);
    max-width: 500px;
    text-align: center;
    color: #364c4e;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 700;
    font-size: clamp(14px, 1.4vw, 18px);
    line-height: 1.5;
    letter-spacing: -0.02em;
  }

  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__grid {
    list-style: none;
    padding: 0;
    margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
    display: grid;
    gap: 12px;
    grid-auto-flow: column;
    grid-auto-columns: clamp(220px, 75vw, 280px);
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__grid::-webkit-scrollbar {
    display: none;
  }
  @media screen and (min-width: 750px) {
    #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__grid {
      grid-auto-flow: row;
      grid-auto-columns: auto;
      overflow-x: visible;
      scroll-snap-type: none;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media screen and (min-width: 990px) {
    #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__grid {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }

  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__card {
    background: #ffffff;
    border: 1px solid rgba(0, 68, 75, .12);
    border-radius: 12px;
    padding: .6rem .6rem .75rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    scroll-snap-align: start;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__image-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: .6rem;
    background: #f5f5f5;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__image-placeholder {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: rgba(0, 68, 75, .06);
    border-radius: 8px;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__card-title {
    margin: 0 0 .3rem;
    color: #00444b;
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 1.6vw, 20px);
    line-height: 110%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__card-tagline {
    margin: 0 0 12px;
    color: var(--dd-fsl-accent, #f15722);
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 900;
    font-size: clamp(10px, 0.9vw, 12px);
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__card-text {
    margin: 0;
    color: #364c4e;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 700;
    font-size: clamp(12px, 1.1vw, 14px);
    line-height: 1.35;
    letter-spacing: -0.01em;
  }

  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(0.75rem, 2vw, 1rem);
    text-align: center;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(52px, 5vw, 64px);
    border-radius: 100px;
    padding: clamp(14px, 1.4vw, 18px) clamp(32px, 4vw, 56px);
    font-family: var(--lp-font-sans, 'Nunito Sans', sans-serif);
    font-size: clamp(18px, 1.9vw, 24px);
    font-weight: 900;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.18s ease;
    white-space: nowrap;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__cta-btn:hover { opacity: 0.88; }
  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__cta-btn:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__shipping-note {
    color: #364c4e;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 700;
    font-size: clamp(12px, 1.1vw, 14px);
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__shipping-note p { margin: 0; }

  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__wave { line-height: 0; position: relative; z-index: 5; }
  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__wave-svg { display: block; width: 100%; height: clamp(28px, 8vw, 48px); min-height: 24px; }
  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__wave--top { margin-bottom: -1px; }
  #shopify-section-{{ section.id }} .dd-free-soap-list .dd-free-soap-list__wave--bottom { margin-top: -1px; }
/* END_SECTION:dd-free-soap-list */

/* START_SECTION:dd-home-hero (INDEX:57) */
#shopify-section-{{ section.id }} .dd-home-hero { background: linear-gradient(180deg, var(--dd-bg-top, #ffe8bf) 0%, var(--dd-bg-bottom, #ffdca7) 100%); padding: 0; overflow: visible; position: relative; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-style: normal; }
    #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__inner { max-width: 1280px; margin: 0 auto; display: grid; padding-left: max(1rem, env(safe-area-inset-left)); padding-right: max(1rem, env(safe-area-inset-right)); padding-top: calc(clamp(calc(var(--section-pt, 44px) / 2), calc(var(--section-pt, 44px) / 2 + 4vw), var(--section-pt, 44px)) + var(--dd-hero-wave-offset, 0px)); padding-bottom: clamp(calc(var(--section-pb, 40px) / 2), calc(var(--section-pb, 40px) / 2 + 4vw), var(--section-pb, 40px)); }
  @media screen and (min-width: 480px) { #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__inner { padding-left: max(1.25rem, env(safe-area-inset-left)); padding-right: max(1.25rem, env(safe-area-inset-right)); } }
    #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__content { text-align: center; }
    #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__rating { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; margin: 0 0 .9rem; width: 100%; color: #ffe39b; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-weight: 700; font-size: clamp(12px, 1.1vw, 14px); line-height: 100%; letter-spacing: -0.02em; text-align: center; }
#shopify-section-{{ section.id }} .dd-home-hero .dd-hero__rating-text { margin: 0; font-size: clamp(12px, 1.1vw, 14px); font-weight: 700; line-height: 100%; letter-spacing: -0.02em; color: rgba(255, 255, 255, .7); text-align: center; }
    #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__rating-text p { margin: 0; color: inherit; }
    #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__rating-text strong { color: rgba(255, 255, 255, 1); font-weight: 700; }
    #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__title { color: #ffffff; font-size: clamp(80px, 12.5vw, 160px); text-transform: uppercase; line-height: 100%; letter-spacing: -0.03em; text-align: center; font-family: 'Heroline', 'Fjalla One', sans-serif; font-weight: 400; text-wrap: pretty; }
    #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__description { margin: 0 auto 2rem; color: #fff7e7; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-size: clamp(16px, 1.9vw, 24px); line-height: 140%; letter-spacing: -0.02em; font-weight: 700; text-align: center; }
    #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__description p { margin: 0; text-wrap: pretty; }
    #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__button { width: 100%; min-height: clamp(48px, 5vw, 56px); background: #00444b; color: #ffffff; border-radius: 36px; padding: clamp(12px, 1.2vw, 16px) clamp(28px, 3.75vw, 48px); font-size: clamp(18px, 1.9vw, 24px); border: 2px solid #00444B; }
    #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__guarantee { margin: 1rem 0 0; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-size: clamp(12px, 1.1vw, 14px); font-weight: 700; line-height: 100%; letter-spacing: -0.02em; text-align: center; color: #FFFFFF; }
    #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__media-wrap { width: 100%; }
    #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__media { width: 100%; margin: 0 auto; height: auto; display: block; }
    #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__highlights { width: 100%; padding: 0 1rem; list-style: none; display: flex; flex-direction: row; flex-wrap: wrap; column-gap: .25rem; row-gap: .45rem; justify-content: center; }
    #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__highlight { background: #ffffff; border-radius: 100px; min-height: 36px; padding: 8px 16px 8px 8px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(0, 95, 58, .17); }
    #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__icon { width: 14px; height: 14px; display: inline-flex; line-height: 0; color: #1a8f52; }
    #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__icon svg { width: 14px; height: 14px; display: block; }
    #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__highlight-text { margin: 0; color: #0e8720; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-size: clamp(14px, 1.6vw, 20px); font-weight: 800; line-height: 100%; letter-spacing: -0.03em; text-align: center; }
  @media screen and (min-width: 750px) {
#shopify-section-{{ section.id }} .dd-home-hero .dd-hero__rating-text { font-size: clamp(12px, 1.1vw, 14px); }
      #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__guarantee { font-size: clamp(12px, 1.1vw, 14px); }
      #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__highlights { gap: .8rem; }
      #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__highlight { gap: 8px; padding: 8px 16px 8px 8px; }
      #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__icon, #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__icon svg { width: 20px; height: 20px;}
      #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__button { width: auto; min-width: clamp(220px, 22vw, 291px); }
  }
    #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__wave { line-height: 0; position: relative; z-index: 5; }
    #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__wave-svg { display: block; width: 100%; height: clamp(28px, 8vw, 48px); min-height: 24px; }
    #shopify-section-{{ section.id }} .dd-home-hero .dd-hero__wave--top { margin-bottom: -1px; }
/* END_SECTION:dd-home-hero */

/* START_SECTION:dd-how-it-started (INDEX:58) */
#shopify-section-{{ section.id }} .dd-how-started { padding: 0; overflow: visible; position: relative; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-style: normal; }

  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr; align-items: stretch; gap: clamp(1.5rem, 4vw, 2.5rem); padding-left: max(1rem, env(safe-area-inset-left)); padding-right: max(1rem, env(safe-area-inset-right)); padding-top: calc(clamp(calc(var(--section-pt, 48px) / 2), calc(var(--section-pt, 48px) / 2 + 4vw), var(--section-pt, 48px)) + var(--dd-hs-wave-offset, 0px)); padding-bottom: clamp(calc(var(--section-pb, 48px) / 2), calc(var(--section-pb, 48px) / 2 + 4vw), var(--section-pb, 48px)); }
  @media screen and (min-width: 480px) { #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__inner { padding-left: max(1.25rem, env(safe-area-inset-left)); padding-right: max(1.25rem, env(safe-area-inset-right)); } }
  @media screen and (min-width: 750px) { #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__inner { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }

  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__media-wrap { border-radius: 14px; overflow: hidden; min-height: 320px; display: flex; }
  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__media-wrap { order: 2; }
  @media screen and (min-width: 750px) { #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__media-wrap { min-height: 480px; } }
  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__image { width: 100%; height: 100%; object-fit: cover; display: block; flex: 1; min-height: 0; }
  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__image-placeholder { flex: 1; background: rgba(0, 68, 75, 0.08); }

  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__content { display: flex; flex-direction: column; justify-content: center; gap: clamp(0.75rem, 2vw, 1rem); order: 1; }
  @media screen and (min-width: 750px) {
    #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__media-wrap { order: 1; }
    #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__content { order: 2; }
  }

  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__subtitle { margin: 0; text-transform: uppercase; text-align: left; color: #f15722; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-weight: 900; font-size: clamp(12px, 1.1vw, 14px); line-height: 100%; letter-spacing: 0; }
  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__title { margin: 0; color: #00444b; text-transform: uppercase; text-align: left; font-family: 'Heroline', 'Fjalla One', sans-serif; font-weight: 400; font-style: normal; font-size: clamp(32px, 4.4vw, 56px); line-height: 110%; letter-spacing: -0.03em; text-wrap: balance; overflow-wrap: anywhere; }

  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__story { color: #364c4e; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-size: clamp(16px, 1.6vw, 20px); font-weight: 500; line-height: 130%; letter-spacing: -0.02em; }
  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__story > * { margin: 0; }
  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__story > * + * { margin-top: .7em; }
  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__story strong { font-weight: 800; color: #00444b; }
  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__story h4 { margin: .7em 0 0; padding: 0; color: #f15722; font-family: var(--lp-font-sans, 'Nunito Sans', sans-serif); font-weight: 700; font-size: clamp(16px, 1.6vw, 20px); font-style: normal; letter-spacing: -0.02em; line-height: 130%; text-transform: none; }

  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__link { display: inline-flex; align-items: center; gap: .3em; text-decoration: none; color: #00444b; font-weight: 900; font-size: clamp(0.8125rem, 0.25vw + 0.75rem, 0.9375rem); text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.3; border-bottom: 2px solid #00444b; padding-bottom: 2px; align-self: flex-start; transition: opacity 0.2s ease; }
  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__link:hover { opacity: 0.7; }

  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__award { display: flex; align-items: center; gap: clamp(.75rem, 2vw, 1rem); background: #FFFDE6; border: 1px solid #FFFDE6; border-radius: 14px; padding: clamp(.75rem, 2vw, 1rem) clamp(.85rem, 2.5vw, 1.25rem); margin-top: 1rem; backdrop-filter: blur(4px); }
  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__award-badge { flex-shrink: 0; width: clamp(64px, 8vw, 162px); height: clamp(64px, 8vw, 160px); }
  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__award-badge-img { width: 100%; height: 100%; object-fit: contain; display: block; }
  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__award-body { display: flex; flex-direction: column; gap: .25rem; min-width: 0; }
  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__award-title { margin: 0; color: #f15722; font-family: 'Heroline', 'Fjalla One', sans-serif; font-weight: 400; font-size: clamp(18px, 1.7vw, 22px); line-height: 120%; letter-spacing: -0.02em; text-transform: uppercase; }
  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__award-subtitle { margin: 0; color: #364c4e; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-weight: 700; font-size: clamp(14px, 1.25vw, 16px); line-height: 150%; letter-spacing: -0.02em; }
  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__award-link { display: inline-flex; align-items: center; gap: 8px; width: fit-content; color: #f15722; text-decoration: none; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-weight: 700; font-size: clamp(12px, 1.1vw, 14px); line-height: 100%; letter-spacing: -0.02em; padding-top: 12px; padding-bottom: 4px; border-bottom: 1px solid currentColor; transition: opacity 0.2s ease; }
  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__award-link:hover { opacity: 0.75; }

  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__wave { line-height: 0; position: relative; z-index: 5; }
  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__wave-svg { display: block; width: 100%; height: clamp(28px, 8vw, 48px); min-height: 24px; }
  #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__wave--top { margin-bottom: -1px; }

  /* Awards moved inside media-wrap on mobile */
  @media screen and (max-width: 749px) {
    #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__media-wrap--has-awards { flex-direction: column; overflow: visible; min-height: unset; }
    #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__media-wrap--has-awards .dd-how-started__image,
    #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__media-wrap--has-awards .dd-how-started__image-placeholder { border-radius: 14px; flex: none; min-height: 320px; }
    #shopify-section-{{ section.id }} .dd-how-started .dd-how-started__media-wrap--has-awards .dd-how-started__award { margin-top: 0.75rem; }
  }
/* END_SECTION:dd-how-it-started */

/* START_SECTION:dd-how-it-works (INDEX:59) */
#shopify-section-{{ section.id }} .dd-how-it-works {
    padding: 0;
    overflow: visible;
    position: relative;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-style: normal;
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    padding-top: calc(clamp(calc(var(--section-pt, 48px) / 2), calc(var(--section-pt, 48px) / 2 + 4vw), var(--section-pt, 48px)) + var(--dd-hiw-wave-offset, 0px));
    padding-bottom: clamp(calc(var(--section-pb, 48px) / 2), calc(var(--section-pb, 48px) / 2 + 4vw), var(--section-pb, 48px));
  }
  @media screen and (min-width: 480px) {
    #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__inner {
      padding-left: max(1.25rem, env(safe-area-inset-left));
      padding-right: max(1.25rem, env(safe-area-inset-right));
    }
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__subtitle {
    margin: 0 0 clamp(0.4rem, 1.5vw, 0.6rem);
    text-align: center;
    text-transform: uppercase;
    color: var(--dd-hiw-accent, #f15722);
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 900;
    font-size: clamp(12px, 1.1vw, 14px);
    line-height: 100%;
    letter-spacing: 0;
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__title {
    margin: 0 0 clamp(1.25rem, 2.5vw, 2rem);
    text-align: center;
    color: #00444b;
    text-transform: uppercase;
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(32px, 4.4vw, 56px);
    line-height: 110%;
    letter-spacing: -0.03em;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1.25rem, 4vw, 1.75rem);
  }
  @media screen and (min-width: 768px) {
    #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: clamp(1.25rem, 2.5vw, 2rem);
      align-items: stretch;
    }
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    min-height: 0;
    background: #ffffff;
    border: 1px solid rgba(0, 68, 75, 0.12);
    border-radius: clamp(10px, 2vw, 12px);
    padding: clamp(1rem, 3vw, 1.5rem) clamp(1rem, 4vw, 2rem);
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  @media screen and (min-width: 768px) {
    #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__card-inner {
      padding: 1.5rem clamp(1.25rem, 2vw, 2rem);
    }
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__icon-wrap {
    flex-shrink: 0;
    margin-bottom: clamp(0.75rem, 2vw, 1rem);
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__icon-img {
    display: block;
    width: 66px;
    height: 66px;
    object-fit: cover;
    border-radius: 50%;
  }
  @media screen and (min-width: 768px) {
    #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__icon-img {
      width: 88px;
      height: 88px;
    }
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__icon-placeholder {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: rgba(0, 68, 75, 0.08);
  }
  @media screen and (min-width: 768px) {
    #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__icon-placeholder {
      width: 88px;
      height: 88px;
    }
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__card-title {
    margin: 0 0 clamp(0.5rem, 2vw, 0.75rem);
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 1.9vw, 24px);
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #00444b;
    text-transform: uppercase;
    text-wrap: balance;
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__text {
    margin: 0;
    text-align: center;
    width: 100%;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 700;
    font-size: clamp(14px, 1.4vw, 18px);
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #364c4e;
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__text a { word-break: break-word; }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__text > *:first-child { margin-top: 0; }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__text > *:last-child { margin-bottom: 0; }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__wave { line-height: 0; position: relative; z-index: 5; }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__wave-svg { display: block; width: 100%; height: clamp(28px, 8vw, 48px); min-height: 24px; }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__wave--top { margin-bottom: -1px; }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__wave--bottom { margin-top: -1px; transform: scaleY(-1); }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__upsell {
    margin-top: clamp(1.25rem, 2.5vw, 2rem);
    display: flex;
    justify-content: center;
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__upsell-card {
    display: flex;
    align-items: center;
    gap: clamp(0.75rem, 2vw, 1.25rem);
    background: linear-gradient(270deg, #FFEABE 0%, #C6EBFF 100%);
    border: 2px dashed #3CB0BC;
    border-radius: clamp(12px, 1.5vw, 16px);
    padding: clamp(6px, 0.75vw, 10px) clamp(16px, 2vw, 28px) clamp(6px, 0.75vw, 10px) clamp(6px, 0.75vw, 10px);
    max-width: 610px;
    width: 100%;
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__upsell-img-wrap {
    flex-shrink: 0;
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__upsell-img {
    display: block;
    width: clamp(64px, 7vw, 80px);
    height: clamp(64px, 7vw, 80px);
    object-fit: cover;
    border-radius: clamp(4px, 0.5vw, 6px);
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__upsell-body {
    flex: 1;
    min-width: 0;
    letter-spacing: -2%;
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__upsell-title {
    margin: 0 0 0.2rem;
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 2vw, 24px);
    line-height: 110%;
    color: #00444b;
    text-transform: uppercase;
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__upsell-desc {
    margin: 0 0 0.25rem;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 600;
    font-size: clamp(12px, 1.2vw, 14px);
    line-height: 140%;
    color: #364c4e;
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__upsell-pricing {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.2rem 0.4rem;
    margin: 0;
    font-family: "Heroline", "Fjalla One", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 1.8vw, 22px);
    line-height: 100%;
    letter-spacing: -3%;
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__upsell-price {
    color: #364c4e;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__upsell-price--sale {
    color: var(--dd-hiw-accent, #F15722);
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__upsell-compare-price {
    color: #8a9a9b;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: line-through;
    text-decoration-color: currentColor;
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__upsell-btn {
    flex-shrink: 0;
    background: #00444b;
    color: #ffffff;
    border: none;
    border-radius: 100px;
    padding: clamp(10px, 1vw, 14px) clamp(20px, 2.5vw, 36px);
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 900;
    font-size: clamp(14px, 1.3vw, 16px);
    line-height: 1;
    cursor: pointer;
    transition: background 0.18s ease, opacity 0.18s ease;
    white-space: nowrap;
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__upsell-btn:hover {
    background: #005f6a;
  }
  #shopify-section-{{ section.id }} .dd-how-it-works .dd-how-it-works__upsell-btn:disabled {
    opacity: 0.65;
    cursor: default;
  }
/* END_SECTION:dd-how-it-works */

/* START_SECTION:dd-real-results (INDEX:60) */
#shopify-section-{{ section.id }} .dd-real-results { padding: 0; overflow: visible; position: relative; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-style: normal; box-sizing: border-box; }
  #shopify-section-{{ section.id }} .dd-real-results *, #shopify-section-{{ section.id }} .dd-real-results *::before, #shopify-section-{{ section.id }} .dd-real-results *::after { box-sizing: inherit; }

  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__inner { max-width: 1280px; margin: 0 auto; padding-left: max(1rem, env(safe-area-inset-left)); padding-right: max(1rem, env(safe-area-inset-right)); padding-top: calc(clamp(calc(var(--section-pt, 48px) / 2), calc(var(--section-pt, 48px) / 2 + 4vw), var(--section-pt, 48px)) + var(--dd-rr-wave-offset, 0px)); padding-bottom: clamp(calc(var(--section-pb, 48px) / 2), calc(var(--section-pb, 48px) / 2 + 4vw), var(--section-pb, 48px)); }
  @media screen and (min-width: 480px) { #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__inner { padding-left: max(1.25rem, env(safe-area-inset-left)); padding-right: max(1.25rem, env(safe-area-inset-right)); } }

  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__header { text-align: center; margin-bottom: clamp(1.5rem, 4vw, 2rem); }
  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__subtitle { margin: 0 0 clamp(0.5rem, 2vw, 0.75rem); text-transform: uppercase; text-align: center; color: #f15722; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-weight: 900; font-size: clamp(12px, 1.1vw, 14px); line-height: 100%; letter-spacing: 0; }
  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__title { margin: 0 0 clamp(0.75rem, 2.5vw, 1rem); color: #00444b; text-transform: uppercase; text-align: center; font-family: 'Heroline', 'Fjalla One', sans-serif; font-weight: 400; font-style: normal; font-size: clamp(32px, 4.4vw, 56px); line-height: 110%; letter-spacing: -0.03em; text-wrap: balance; overflow-wrap: anywhere; }
  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__description { margin: 0; color: #364c4e; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-weight: 700; font-size: clamp(14px, 1.4vw, 18px); line-height: 140%; letter-spacing: -0.02em; text-align: center; text-wrap: pretty; }

  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__splide { overflow: visible; }

  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__slide-img { display: block; width: 100%; height: auto; }
  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__slide-placeholder { width: 100%; height: 100%; background: rgba(0, 68, 75, 0.08); }

  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__toolbar { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: clamp(0.75rem, 3vw, 1.25rem); margin-top: clamp(1.25rem, 4vw, 1.75rem); padding-left: max(0.25rem, env(safe-area-inset-left)); padding-right: max(0.25rem, env(safe-area-inset-right)); flex-wrap: wrap; }
  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__toolbar .splide__pagination { margin: 0; padding: 0 0.25rem; order: 0; }
  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__toolbar .splide__pagination li { margin: 0 0.2rem; }
  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__toolbar .splide__pagination__page { width: 8px; height: 8px; padding: 0; border: none; border-radius: 50%; background: rgba(0, 68, 75, 0.2); opacity: 1; appearance: none; -webkit-appearance: none; box-shadow: none; transition: background-color 0.2s ease; cursor: pointer; }
  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__toolbar .splide__pagination__page.is-active { background: #00444b; }

  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__arrow { display: inline-flex; align-items: center; justify-content: center; padding: 0.35rem; border: none; background: transparent; color: #00444b; cursor: pointer; border-radius: 0.25rem; transition: opacity 0.2s ease; }
  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__arrow:hover:not(:disabled) { opacity: 0.7; }
  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__arrow:focus-visible { outline: 2px solid #00444b; outline-offset: 2px; }
  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__arrow:disabled { opacity: 0.35; cursor: not-allowed; }
  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__arrow-icon { display: block; width: clamp(1.75rem, 3.5vw, 2rem); line-height: 0; }
  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__arrow-svg { display: block; width: 100%; height: auto; vertical-align: middle; }
  #shopify-section-{{ section.id }} .dd-real-results .splide__arrow--prev .dd-real-results__arrow-svg { transform: scaleX(-1); transform-origin: center; }

  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__cta { display: flex; flex-direction: column; align-items: center; gap: 1rem; margin-top: clamp(1.5rem, 4vw, 2.25rem); }
  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__button { min-height: clamp(48px, 5vw, 56px); background: var(--dd-rr-accent, #f15722); color: #fff; border-radius: 36px; padding: clamp(12px, 1.2vw, 16px) clamp(28px, 3.75vw, 48px); font-size: clamp(18px, 1.9vw, 24px); border: 2px solid var(--dd-rr-accent, #f15722); }
  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__button:hover { opacity: 0.88; }
  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__trust { margin: 0; text-align: center; color: #364c4e; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-size: clamp(12px, 1.1vw, 14px); font-weight: 700; letter-spacing: -0.02em; line-height: 100%; }
  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__trust>*:first-child {margin-top: 0;}
  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__trust>*:last-child {margin-bottom: 0;}
  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__trust strong {color: #f15722;}


  @media screen and (min-width: 750px) {
    #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__button { width: auto; }
  }

  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__wave { line-height: 0; position: relative; z-index: 5; }
  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__wave-svg { display: block; width: 100%; height: clamp(28px, 8vw, 48px); min-height: 24px; }
  #shopify-section-{{ section.id }} .dd-real-results .dd-real-results__wave--top { margin-bottom: -1px; }
/* END_SECTION:dd-real-results */

/* START_SECTION:dd-results-showcase (INDEX:61) */
#shopify-section-{{ section.id }} .results-showcase {
    box-sizing: border-box;
    overflow-x: clip;
    overflow-y: visible;
    position: relative;
  }
  #shopify-section-{{ section.id }} .results-showcase *,
  #shopify-section-{{ section.id }} .results-showcase *::before,
  #shopify-section-{{ section.id }} .results-showcase *::after {
    box-sizing: inherit;
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__inner {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    padding-top: calc(clamp(calc(var(--section-pt, 80px) / 2), calc(var(--section-pt, 80px) / 2 + 4vw), var(--section-pt, 80px)) + var(--rs-wave-offset, 0px));
    padding-bottom: clamp(calc(var(--section-pb, 80px) / 2), calc(var(--section-pb, 80px) / 2 + 4vw), var(--section-pb, 80px));
  }
  @media screen and (min-width: 480px) {
    #shopify-section-{{ section.id }} .results-showcase .results-showcase__inner {
      padding-left: max(1.25rem, env(safe-area-inset-left));
      padding-right: max(1.25rem, env(safe-area-inset-right));
    }
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__header {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: clamp(1.25rem, 4vw, 1.75rem);
    margin-bottom: clamp(1.25rem, 4vw, 2rem);
  }
  @media screen and (min-width: 768px) {
    #shopify-section-{{ section.id }} .results-showcase .results-showcase__header--has-media { gap: 0; }
  }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__header-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    padding-top: 0;
    padding-bottom: clamp(0.5rem, 2vw, 1rem);
  }
  @media screen and (min-width: 480px) {
    #shopify-section-{{ section.id }} .results-showcase .results-showcase__header-inner {
      padding-left: max(1.25rem, env(safe-area-inset-left));
      padding-right: max(1.25rem, env(safe-area-inset-right));
    }
  }
  @media screen and (min-width: 768px) {
    #shopify-section-{{ section.id }} .results-showcase .results-showcase__header-inner {
      padding-bottom: clamp(1.5rem, 4vw, 2.5rem);
    }
  }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__header-text {
    text-align: center;
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__header-media {
    position: relative;
    min-height: 200px;
    width: 100%;
    overflow: hidden;
    display: none;
  }
  @media screen and (min-width: 768px) {
    #shopify-section-{{ section.id }} .results-showcase .results-showcase__header--has-media .results-showcase__header-media {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: auto;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: fit-content;
      max-width: min(50vw, 620px);
      height: auto;
      pointer-events: none;
      margin-left: calc(50% - 50vw);
    }
    #shopify-section-{{ section.id }} .results-showcase .results-showcase__header--has-media .results-showcase__header-img { pointer-events: auto; }
  }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__header-img {
    display: block;
    width: auto;
    max-width: none;
    height: auto;
    min-height: 220px;
    margin-left: 0;
    margin-right: auto;
    padding-left: env(safe-area-inset-left, 0);
    object-fit: contain;
    object-position: left center;
    transform: scaleX(-1);
    transform-origin: center;
  }
  @media screen and (min-width: 768px) {
    #shopify-section-{{ section.id }} .results-showcase .results-showcase__header-img {
      position: relative;
      flex: 0 0 auto;
      max-height: none;
      padding-left: 0;
      margin-left: 0;
      margin-right: 0;
      height: 92%;
      max-height: 92%;
      min-height: 0;
      object-fit: contain;
      object-position: left center;
    }
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__subtitle {
    margin: 0 0 clamp(0.5rem, 2vw, 0.75rem);
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 900;
    font-size: clamp(12px, 1.1vw, 14px);
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--rs-accent, #e85d04);
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__heading {
    margin: 0 0 clamp(0.75rem, 2.5vw, 1rem);
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: clamp(32px, 4.4vw, 56px);
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #00444b;
    text-transform: uppercase;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__intro {
    margin: 0;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 700;
    font-size: clamp(14px, 1.4vw, 18px);
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #364c4e;
    text-wrap: pretty;
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__splide {
    margin-top: clamp(0.5rem, 2vw, 1rem);
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__slide {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(1rem, 3vw, 1.25rem);
    align-items: start;
    height: 100%;
    min-height: 0;
  }
  @media screen and (min-width: 768px) {
    #shopify-section-{{ section.id }} .results-showcase .results-showcase__slide {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      gap: clamp(1rem, 2.5vw, 1.5rem);
    }
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__media {
    border-radius: clamp(10px, 2vw, 14px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.35);
    min-height: 200px;
  }
  @media screen and (min-width: 768px) {
    #shopify-section-{{ section.id }} .results-showcase .results-showcase__media {
      min-height: 240px;
    }
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__media-img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
  }
  @media screen and (min-width: 768px) {
    #shopify-section-{{ section.id }} .results-showcase .results-showcase__media-img {
      min-height: 240px;
    }
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__media-placeholder {
    min-height: 200px;
    background: rgba(0, 68, 75, 0.08);
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: clamp(10px, 2vw, 14px);
    padding: clamp(1.125rem, 3vw, 1.5rem);
    min-height: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__stars { margin: 0 0 clamp(0.5rem, 2vw, 0.75rem); }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__star {
    display: inline-block;
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__quote {
    margin: clamp(0.75rem, 2vw, 1rem) 0;
    padding: 0;
    border: 0;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 700;
    font-size: clamp(13px, 1.25vw, 16px);
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #00444b;
  }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__quote > *:first-child {
    margin-top: 0;
  }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__quote > *:last-child {
    margin-bottom: 0;
  }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__quote strong {
    font-weight: 900;
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__author-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: clamp(0.75rem, 2vw, 1rem);
    width: 100%;
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__author-row:not(:has(.results-showcase__author)) {
    justify-content: flex-end;
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__author {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: clamp(0.75rem, 0.65rem + 0.5vw, 0.875rem);
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #00444b;
  }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__verified {
    flex-shrink: 0;
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__verified-inner {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 600;
    font-size: clamp(0.5625rem, 0.52rem + 0.25vw, 0.625rem);
    line-height: 1.3;
    color: var(--rs-accent, #f15722);
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__verified-icon {
    flex-shrink: 0;
    display: block;
    width: 1em;
    height: 1em;
    color: var(--rs-accent, #f15722);
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__toolbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: clamp(0.75rem, 3vw, 1.25rem);
    margin-top: clamp(1.25rem, 4vw, 1.75rem);
    padding-left: max(0.25rem, env(safe-area-inset-left));
    padding-right: max(0.25rem, env(safe-area-inset-right));
    flex-wrap: wrap;
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__toolbar .splide__pagination {
    margin: 0;
    padding: 0 0.25rem;
    pointer-events: auto;
    order: 0;
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem;
    border: none;
    background: transparent;
    color: #00444b;
    cursor: pointer;
    border-radius: 0.25rem;
    transition: opacity 0.2s ease;
  }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__arrow:hover:not(:disabled) {
    opacity: 0.75;
  }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__arrow:focus-visible {
    outline: 2px solid #00444b;
    outline-offset: 2px;
  }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__arrow-icon {
    display: block;
    width: clamp(1.75rem, 3.5vw, 2rem);
    line-height: 0;
  }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__arrow-svg {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  #shopify-section-{{ section.id }} .results-showcase .splide__arrow--prev .results-showcase__arrow-svg {
    transform: scaleX(-1);
    transform-origin: center;
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__toolbar .splide__pagination li {
    margin: 0 0.2rem;
  }

  /* Dots: match 8×8 circle, #00444B @ 20% fill inactive (see design SVG) */
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__toolbar .splide__pagination__page {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(0, 68, 75, 0.2);
    opacity: 1;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    transition: background-color 0.2s ease;
  }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__toolbar .splide__pagination__page.is-active {
    background: #00444b;
    border: none;
    box-shadow: none;
  }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__footer { display: flex; flex-direction: column; align-items: center; text-align: center; padding: clamp(0.5rem, 2vw, 1rem) max(1rem, env(safe-area-inset-left)) 0; gap: clamp(0.75rem, 2vw, 1rem); }
  @media screen and (min-width: 480px) { #shopify-section-{{ section.id }} .results-showcase .results-showcase__footer { padding-left: max(1.25rem, env(safe-area-inset-left)); padding-right: max(1.25rem, env(safe-area-inset-right)); } }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__btn { min-height: clamp(48px, 5vw, 56px); padding: clamp(0.75rem, 0.55rem + 0.85vw, 1rem) clamp(1.25rem, 0.65rem + 5vw, 3rem); border-radius: 36px; font-size: clamp(18px, 1.9vw, 24px); color: #ffffff; background: var(--rs-accent, #f15722); border: 2px solid var(--rs-accent, #f15722); }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__btn:hover { opacity: 0.92; }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__btn:focus-visible { outline: 2px solid #00363d; outline-offset: 3px; }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__footer-note { margin: 0; max-width: 42rem; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-weight: 700; font-size: clamp(12px, 1.1vw, 14px); line-height: 100%; letter-spacing: -0.02em; color: #364c4e; }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__footer-note p:first-child strong:first-of-type { color: #f15722; }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__footer-note > *:first-child { margin-top: 0; }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__footer-note > *:last-child { margin-bottom: 0; }

  #shopify-section-{{ section.id }} .results-showcase .results-showcase__wave { line-height: 0; color: inherit; position: relative; z-index: 5; }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__wave-svg {
    display: block;
    width: 100%;
    height: clamp(28px, 8vw, 48px);
    min-height: 24px;
    vertical-align: bottom;
  }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__wave--top { margin-bottom: -1px; }

  /* ── Featured in bar ─────────────────────────────────────── */
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__featured { width: 100%; margin-top: clamp(1.25rem, 4vw, 2rem); }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__featured-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; background: #ffffff; border-radius: 12px; padding: 8px; }
  @media screen and (min-width: 768px) { #shopify-section-{{ section.id }} .results-showcase .results-showcase__featured-inner { padding: 8px 8px 8px 48px; } }
  @media screen and (max-width: 767px) {
    #shopify-section-{{ section.id }} .results-showcase .results-showcase__featured-inner { justify-content: center; }
    #shopify-section-{{ section.id }} .results-showcase .results-showcase__featured-label { padding: 8px 0 12px; }
  }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__featured-label { margin: 0; flex-shrink: 0; color: #364c4e; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-weight: 900; font-size: clamp(12px, 1.1vw, 14px); line-height: 1; letter-spacing: 0; text-align: center; text-transform: uppercase; }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__logos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; justify-items: center; gap: 20px 24px; background: #f2f6f8; border-radius: 8px; padding: 20px 24px; width: 100%; }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__logo { display: flex; align-items: center; justify-content: center; width: 100%; }
  #shopify-section-{{ section.id }} .results-showcase .results-showcase__logo-img { display: block; height: clamp(26px, 5.5vw, 40px); width: auto; max-width: min(100%, 180px); object-fit: contain; }
  @media screen and (min-width: 990px) {
    #shopify-section-{{ section.id }} .results-showcase .results-showcase__logos { display: flex; flex-direction: row; align-items: center; justify-content: center; flex-wrap: nowrap; gap: 56px; padding: 24px 40px; width: auto; }
    #shopify-section-{{ section.id }} .results-showcase .results-showcase__logo { width: auto; }
    #shopify-section-{{ section.id }} .results-showcase .results-showcase__logo-img { height: clamp(20px, 3vw, 32px); max-width: 140px; }
  }
/* END_SECTION:dd-results-showcase */

/* START_SECTION:dd-shop-by-category (INDEX:62) */
#shopify-section-{{ section.id }} .dd-shop-category { padding: 0; overflow: visible; position: relative; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); }
  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__inner { max-width: 1280px; margin: 0 auto; padding-left: max(1rem, env(safe-area-inset-left)); padding-right: max(1rem, env(safe-area-inset-right)); padding-top: calc(clamp(calc(var(--section-pt, 48px) / 2), calc(var(--section-pt, 48px) / 2 + 4vw), var(--section-pt, 48px)) + var(--dd-sc-wave-offset, 0px)); padding-bottom: clamp(calc(var(--section-pb, 48px) / 2), calc(var(--section-pb, 48px) / 2 + 4vw), var(--section-pb, 48px)); }
  @media screen and (min-width: 480px) { #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__inner { padding-left: max(1.25rem, env(safe-area-inset-left)); padding-right: max(1.25rem, env(safe-area-inset-right)); } }
  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__subtitle { margin: 0 0 clamp(0.5rem, 2vw, 0.75rem); text-align: center; text-transform: uppercase; color: #f15722; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-weight: 900; font-size: clamp(12px, 1.1vw, 14px); line-height: 100%; letter-spacing: 0; }
  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__title { margin: 0 0 clamp(0.75rem, 2.5vw, 1rem); text-align: center; color: #00444b; text-transform: uppercase; font-family: 'Heroline', 'Fjalla One', sans-serif; font-weight: 400; font-style: normal; font-size: clamp(32px, 4.4vw, 56px); line-height: 110%; letter-spacing: -0.03em; text-wrap: balance; overflow-wrap: anywhere; }
  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__description { margin: 0 0 1rem; text-align: center; color: #364c4e; font-weight: 700; font-size: clamp(0.9375rem, 0.5vw + 0.75rem, 1.125rem); line-height: 1.5; letter-spacing: -0.02em; }

  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__grid { list-style: none; padding: 0; margin: clamp(0.75rem, 2vw, 1.25rem) 0 0; display: grid; gap: .9rem; grid-template-columns: 1fr; }
  @media screen and (min-width: 560px) {
    #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  }
  @media screen and (min-width: 750px) {
    #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__grid { grid-template-columns: repeat(var(--dd-sc-cols, 3), minmax(0, 1fr)); }
    #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__card { grid-column: span var(--dd-sc-span, 1); }
  }

  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__card { position: relative; border-radius: 14px; overflow: hidden; border: 1px solid rgba(0, 68, 75, 0.5) }
  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__card-link { display: block; text-decoration: none; position: relative; height: 100%; }
  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__card-media { width: 100%; height: var(--dd-sc-card-h, 280px); overflow: hidden; position: relative; background: #cce8ef; }
  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__image { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.45s ease; }
  #shopify-section-{{ section.id }} .dd-shop-category a.dd-shop-category__card-link:hover .dd-shop-category__image { transform: scale(1.045); }
  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__placeholder { width: 100%; height: 100%; display: block; fill: #80b8c5; }

  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__card-label { position: absolute; bottom: 12px; left: 12px; right: 12px; display: flex; align-items: center; justify-content: space-between; gap: 8px; background: rgba(255, 255, 255, 0.97); border-radius: 100px; padding: 8px 24px; }
  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__card--cta .dd-shop-category__card-label { background: #00444b; justify-content: center; }
  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__card--cta .dd-shop-category__card-label img {filter: brightness(0) saturate(100%) invert(100%);}
  @media screen and (min-width: 750px) {
    #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__card--cta .dd-shop-category__card-label {
      right: auto;
      left: 50%;
      transform: translateX(-50%);
      width: auto;
      max-width: calc(100% - 24px);
    }
  }

  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__card-name { font-family: 'Heroline', 'Fjalla One', sans-serif; font-size: clamp(16px, 1.9vw, 24px); font-weight: 400; color: #00444b; text-transform: uppercase; letter-spacing: -0.03em; line-height: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: inline-flex; align-items: center; gap: 8px; min-width: 0; }
  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__card-name > span:first-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__card-name-icon { display: inline-flex; align-items: center; justify-content: center; line-height: 0; color: #00444b; flex-shrink: 0; }
  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__card-name-icon svg { width: 24px; height: 12px; display: block; }
  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__card--cta .dd-shop-category__card-name { color: #fff; }
  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__card--cta .dd-shop-category__card-name-icon svg path { fill: #fff; }
  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__card-count { font-family: var(--lp-font-sans, 'Nunito Sans', sans-serif); font-size: clamp(12px, 1.1vw, 14px); font-weight: 700; line-height: 100%; letter-spacing: -0.02em; text-align: center; color: #364c4e; white-space: nowrap; flex-shrink: 0; }

  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__wave { line-height: 0; position: relative; z-index: 5; }
  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__wave-svg { display: block; width: 100%; height: clamp(28px, 8vw, 48px); min-height: 24px; }
  #shopify-section-{{ section.id }} .dd-shop-category .dd-shop-category__wave--top { margin-bottom: -1px; }
/* END_SECTION:dd-shop-by-category */

/* START_SECTION:dd-the-difference (INDEX:63) */
#shopify-section-{{ section.id }} .dd-difference { padding: 0; overflow: visible; position: relative; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-style: normal; }

  #shopify-section-{{ section.id }} .dd-difference .dd-difference__inner { max-width: 1280px; margin: 0 auto; padding-left: max(1rem, env(safe-area-inset-left)); padding-right: max(1rem, env(safe-area-inset-right)); padding-top: calc(clamp(calc(var(--section-pt, 48px) / 2), calc(var(--section-pt, 48px) / 2 + 4vw), var(--section-pt, 48px)) + var(--dd-df-wave-offset, 0px)); padding-bottom: clamp(calc(var(--section-pb, 48px) / 2), calc(var(--section-pb, 48px) / 2 + 4vw), var(--section-pb, 48px)); }
  @media screen and (min-width: 480px) { #shopify-section-{{ section.id }} .dd-difference .dd-difference__inner { padding-left: max(1.25rem, env(safe-area-inset-left)); padding-right: max(1.25rem, env(safe-area-inset-right)); } }

  #shopify-section-{{ section.id }} .dd-difference .dd-difference__head { text-align: center; margin-bottom: clamp(1.5rem, 4vw, 2.5rem); }
  #shopify-section-{{ section.id }} .dd-difference .dd-difference__subtitle { margin: 0 0 clamp(0.5rem, 2vw, 0.75rem); text-transform: uppercase; text-align: center; color: #f15722; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-weight: 900; font-size: clamp(12px, 1.1vw, 14px); line-height: 100%; letter-spacing: 0; }
  #shopify-section-{{ section.id }} .dd-difference .dd-difference__title { margin: 0; color: #00444b; text-transform: uppercase; text-align: center; font-family: 'Heroline', 'Fjalla One', sans-serif; font-weight: 400; font-style: normal; font-size: clamp(32px, 4.4vw, 56px); line-height: 110%; letter-spacing: -0.03em; text-wrap: balance; overflow-wrap: anywhere; }

  #shopify-section-{{ section.id }} .dd-difference .dd-difference__grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
  @media screen and (min-width: 560px) { #shopify-section-{{ section.id }} .dd-difference .dd-difference__grid { grid-template-columns: 1fr 1fr; gap: 1rem; } }
  @media screen and (min-width: 750px) { #shopify-section-{{ section.id }} .dd-difference .dd-difference__grid { grid-template-columns: 1fr 1fr; gap: 1.25rem; } }

  #shopify-section-{{ section.id }} .dd-difference .dd-difference__panel { border-radius: 16px; overflow: hidden; background: var(--dd-df-panel-bg, #ede9e0); display: flex; flex-direction: column; padding: 12px; }
  #shopify-section-{{ section.id }} .dd-difference .dd-difference__panel-media { width: 100%; }
  #shopify-section-{{ section.id }} .dd-difference .dd-difference__panel-img { width: 100%; height: auto; display: block; border-radius: 12px; }

  #shopify-section-{{ section.id }} .dd-difference .dd-difference__panel-body { padding: clamp(1rem, 3vw, 1.5rem) clamp(1rem, 3vw, 1.5rem) clamp(1.25rem, 3.5vw, 1.75rem); display: flex; flex-direction: column; gap: .85rem; flex: 1; }

  #shopify-section-{{ section.id }} .dd-difference .dd-difference__panel-title { margin: 0; font-family: 'Heroline', 'Fjalla One', sans-serif; font-weight: 400; font-size: clamp(20px, 2.5vw, 32px); line-height: 110%; letter-spacing: -0.02em; text-align: left; text-transform: uppercase; }
  #shopify-section-{{ section.id }} .dd-difference .dd-difference__panel-title--left { color: #797979; }
  #shopify-section-{{ section.id }} .dd-difference .dd-difference__panel-title--right { color: #F15722; }

  #shopify-section-{{ section.id }} .dd-difference .dd-difference__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .55rem; }
  #shopify-section-{{ section.id }} .dd-difference .dd-difference__list-item { display: flex; align-items: center; gap: .6rem; font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif); font-size: clamp(14px, 1.4vw, 18px); font-weight: 700; color: #364c4e; line-height: 150%; letter-spacing: -0.02em; }
  #shopify-section-{{ section.id }} .dd-difference .dd-difference__list-icon { flex-shrink: 0; font-size: clamp(0.8125rem, 0.2vw + 0.75rem, 0.9375rem); font-weight: 900; line-height: 1.45; }
  #shopify-section-{{ section.id }} .dd-difference .dd-difference__list-item.dd-difference__list-item--bad { color: #797979; }
  #shopify-section-{{ section.id }} .dd-difference .dd-difference__list-item.dd-difference__list-item--good { color: #0E8720; }

  #shopify-section-{{ section.id }} .dd-difference .dd-difference__wave { line-height: 0; position: relative; z-index: 5; }
  #shopify-section-{{ section.id }} .dd-difference .dd-difference__wave-svg { display: block; width: 100%; height: clamp(28px, 8vw, 48px); min-height: 24px; }
  #shopify-section-{{ section.id }} .dd-difference .dd-difference__wave--top { margin-bottom: -1px; }
/* END_SECTION:dd-the-difference */

/* START_SECTION:dd-why-us (INDEX:64) */
#shopify-section-{{ section.id }} .why-us {
    box-sizing: border-box;
    /* Allow header image bleed to viewport; #shopify-section-{{ section.id }} is overflow-hidden in theme */
    overflow-x: visible;
    overflow-y: visible;
  }
  #shopify-section-{{ section.id }} .why-us .why-us *,
  #shopify-section-{{ section.id }} .why-us .why-us *::before,
  #shopify-section-{{ section.id }} .why-us .why-us *::after {
    box-sizing: inherit;
  }

  #shopify-section-{{ section.id }} .why-us .why-us__header {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: clamp(1.25rem, 4vw, 1.75rem);
  }
  @media screen and (min-width: 768px) {
    #shopify-section-{{ section.id }} .why-us .why-us__header--has-media {
      gap: 0;
    }
  }

  #shopify-section-{{ section.id }} .why-us .why-us__header-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    padding-top: calc(clamp(calc(var(--section-pt, 80px) / 2), calc(var(--section-pt, 80px) / 2 + 4vw), var(--section-pt, 80px)) + var(--why-us-wave-offset, 0px));
    padding-bottom: clamp(0.5rem, 2vw, 1rem);
  }
  @media screen and (min-width: 480px) {
    #shopify-section-{{ section.id }} .why-us .why-us__header-inner {
      padding-left: max(1.25rem, env(safe-area-inset-left));
      padding-right: max(1.25rem, env(safe-area-inset-right));
    }
  }
  @media screen and (min-width: 768px) {
    #shopify-section-{{ section.id }} .why-us .why-us__header-inner {
      padding-top: calc(clamp(calc(var(--section-pt, 80px) / 2), calc(var(--section-pt, 80px) / 2 + 4vw), var(--section-pt, 80px)) + var(--why-us-wave-offset, 0px));
      padding-bottom: clamp(1.5rem, 4vw, 2.5rem);
    }
  }

  #shopify-section-{{ section.id }} .why-us .why-us__header-text {
    text-align: center;
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }

  #shopify-section-{{ section.id }} .why-us .why-us__subtitle {
    margin: 0 0 clamp(0.5rem, 2vw, 0.75rem);
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 900;
    font-size: clamp(12px, 1.1vw, 14px);
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: var(--why-us-accent, #e85d04);
  }

  #shopify-section-{{ section.id }} .why-us .why-us__heading {
    margin: 0 0 clamp(0.75rem, 2.5vw, 1rem);
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: clamp(32px, 4.4vw, 56px);
    line-height: 110%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #00444b;
    text-transform: uppercase;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }

  #shopify-section-{{ section.id }} .why-us .why-us__intro {
    margin: 0;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 700;
    font-size: clamp(14px, 1.4vw, 18px);
    line-height: 140%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #364C4E;
  }

  #shopify-section-{{ section.id }} .why-us .why-us__header-media {
    position: relative;
    min-height: 200px;
    width: 100%;
    overflow: hidden;
  }
  @media screen and (max-width: 767.98px) {
    #shopify-section-{{ section.id }} .why-us .why-us__header-media {
      display: none;
    }
  }
  /* Mobile: bleed media strip to viewport right (same idea as desktop) */
  @media screen and (max-width: 767.98px) {
    #shopify-section-{{ section.id }} .why-us .why-us__header--has-media .why-us__header-media {
      width: calc(100% + max(0px, 50vw - 50%));
      margin-right: calc(50% - 50vw);
      margin-left: 0;
      overflow: visible;
    }
  }
  @media screen and (min-width: 768px) {
    #shopify-section-{{ section.id }} .why-us .why-us__header--has-media .why-us__header-media {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: auto;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: fit-content;
      max-width: min(44vw, 512px);
      height: auto;
      pointer-events: none;
      /* Bleed to viewport right when section sits inside a padded main column */
      margin-right: calc(50% - 50vw);
    }
    #shopify-section-{{ section.id }} .why-us .why-us__header--has-media .why-us__header-img {
      pointer-events: auto;
    }
  }

  /* Mobile: image flush right; height matches previous mobile treatment (min-height, no max-height cap) */
  #shopify-section-{{ section.id }} .why-us .why-us__header-img {
    display: block;
    width: auto;
    max-width: none;
    height: auto;
    min-height: 176px;
    margin-left: auto;
    margin-right: 0;
    padding-right: env(safe-area-inset-right, 0);
    object-fit: contain;
    object-position: right center;
  }
  @media screen and (min-width: 768px) {
    #shopify-section-{{ section.id }} .why-us .why-us__header-img {
      position: relative;
      flex: 0 0 auto;
      max-height: none;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0;
      height: 80%;
      max-height: 80%;
      min-height: 0;
      object-fit: contain;
      object-position: right center;
    }
  }

  #shopify-section-{{ section.id }} .why-us .why-us__inner {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    padding-top: clamp(0.25rem, 2vw, 0.75rem);
    padding-bottom: clamp(1.25rem, 4vw, 2rem);
  }
  @media screen and (min-width: 480px) {
    #shopify-section-{{ section.id }} .why-us .why-us__inner {
      padding-left: max(1.25rem, env(safe-area-inset-left));
      padding-right: max(1.25rem, env(safe-area-inset-right));
    }
  }

  #shopify-section-{{ section.id }} .why-us .why-us__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: clamp(0.75rem, 0.5rem + 1.5vw, 1rem);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.25rem;
  }
  #shopify-section-{{ section.id }} .why-us .why-us__card {
    flex: 0 0 80%;
    max-width: 80%;
    scroll-snap-align: start;
  }
  @media screen and (min-width: 1024px) {
    #shopify-section-{{ section.id }} .why-us .why-us__grid {
      display: grid;
      overflow: visible;
      scroll-snap-type: none;
      grid-template-columns: repeat(var(--why-us-desktop-cols, 4), minmax(0, 1fr));
      gap: clamp(0.75rem, 0.5rem + 1.5vw, 1rem);
      align-items: stretch;
    }
    #shopify-section-{{ section.id }} .why-us .why-us__card {
      flex: initial;
      max-width: none;
    }
  }

  #shopify-section-{{ section.id }} .why-us .why-us__card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    min-height: 0;
    background: #ffffff;
    border: 1px solid rgba(0, 68, 75, 0.2);
    border-radius: clamp(10px, 2vw, 12px);
    padding: clamp(1rem, 3vw, 1.5rem) clamp(1rem, 4vw, 2rem);
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  @media screen and (min-width: 768px) {
    #shopify-section-{{ section.id }} .why-us .why-us__card-inner {
      padding: 1.5rem clamp(1.25rem, 2vw, 2rem);
    }
  }

  #shopify-section-{{ section.id }} .why-us .why-us__thumb-wrap {
    flex-shrink: 0;
    margin-bottom: clamp(0.75rem, 2vw, 1rem);
    width: 100%;
    max-width: 180px;
  }

  #shopify-section-{{ section.id }} .why-us .why-us__thumb-img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 4;
    height: auto;
    max-height: 88px;
    object-fit: contain;
    border-radius: clamp(8px, 1.5vw, 10px);
  }

  #shopify-section-{{ section.id }} .why-us .why-us__thumb-placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: clamp(8px, 1.5vw, 10px);
    background: rgba(0, 68, 75, 0.08);
  }

  #shopify-section-{{ section.id }} .why-us .why-us__card-title {
    margin: 0 0 clamp(0.5rem, 2vw, 0.75rem);
    max-width: 100%;
    font-family: 'Heroline', 'Fjalla One', sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 1.9vw, 24px);
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #00444b;
    text-align: center;
    text-transform: uppercase;
    text-wrap: balance;
  }

  #shopify-section-{{ section.id }} .why-us .why-us__card-text {
    margin: 0;
    text-align: center;
    width: 100%;
    max-width: 24ch;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 700;
    font-size: clamp(13px, 1.25vw, 16px);
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #364c4e;
  }
  #shopify-section-{{ section.id }} .why-us .why-us__card-text a {
    word-break: break-word;
  }
  #shopify-section-{{ section.id }} .why-us .why-us__card-text > *:first-child {
    margin-top: 0;
  }
  #shopify-section-{{ section.id }} .why-us .why-us__card-text > *:last-child {
    margin-bottom: 0;
  }

  #shopify-section-{{ section.id }} .why-us .why-us__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    padding-top: clamp(0.5rem, 2vw, 1rem);
    padding-bottom: clamp(calc(var(--section-pb, 80px) / 2), calc(var(--section-pb, 80px) / 2 + 4vw), var(--section-pb, 80px));
    gap: clamp(0.75rem, 2vw, 1rem);
  }
  @media screen and (min-width: 480px) {
    #shopify-section-{{ section.id }} .why-us .why-us__footer {
      padding-left: max(1.25rem, env(safe-area-inset-left));
      padding-right: max(1.25rem, env(safe-area-inset-right));
    }
  }

  #shopify-section-{{ section.id }} .why-us .why-us__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(48px, 5vw, 56px);
    padding: clamp(0.75rem, 0.55rem + 0.85vw, 1rem) clamp(1.25rem, 0.65rem + 5vw, 3rem);
    border-radius: 36px;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 900;
    font-size: clamp(18px, 1.9vw, 24px);
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: var(--why-us-accent, #e85d04);
    border: 2px solid var(--why-us-accent, #e85d04);
    gap: 10px;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  #shopify-section-{{ section.id }} .why-us .why-us__btn:hover {
    opacity: 0.92;
  }
  #shopify-section-{{ section.id }} .why-us .why-us__btn:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
  }

  #shopify-section-{{ section.id }} .why-us .why-us__footer-note {
    margin: 0;
    max-width: 42rem;
    font-family: var(--lp-font-sans, 'Nunito Sans', 'Libre Franklin', 'AvenirLTStd-Roman', sans-serif);
    font-weight: 700;
    font-size: clamp(12px, 1.1vw, 14px);
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #364c4e;
  }
  /* Orange star: use bold on ★ only in the rich text (Shopify allows <strong> in richtext; class on <span> is not) */
  #shopify-section-{{ section.id }} .why-us .why-us__footer-note p:first-child strong:first-of-type {
    color: #f15722;
    font-weight: inherit;
  }
  #shopify-section-{{ section.id }} .why-us .why-us__footer-note > *:first-child {
    margin-top: 0;
  }
  #shopify-section-{{ section.id }} .why-us .why-us__footer-note > *:last-child {
    margin-bottom: 0;
  }
  #shopify-section-{{ section.id }} .why-us .why-us__wave { line-height: 0; position: relative; z-index: 5; }
  #shopify-section-{{ section.id }} .why-us .why-us__wave-svg {
    display: block;
    width: 100%;
    height: clamp(28px, 8vw, 48px);
    min-height: 24px;
  }
  #shopify-section-{{ section.id }} .why-us .why-us__wave--top { margin-bottom: -1px; }
/* END_SECTION:dd-why-us */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:ante-burger-menu (INDEX:331) */
.burger-menu {
    min-width: initial;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
  }

  .burger-menu.active .burger-line {
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(45deg);
  }

  .burger-menu.active .burger-line:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease 0.12s, color .25s;
    opacity: 0;
  }

  .burger-menu.active .burger-line:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, color .25s;
    transform: rotate(-90deg);
  }

  .burger-line {
    position: relative;
    display: block;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 75ms;
  }

  .burger-line,
  .burger-line:before,
  .burger-line:after {
    left: 0;
    content: "";
    width: 19px;
    height: 2px;
    background: var(--color-text-default);
    transition: top 75ms ease 0.12s, bottom 75ms ease 0.12s, opacity 75ms ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), color .25s;
  }

  .burger-line:before {
    position: absolute;
    top: -6px;
  }

  .burger-line:after {
    position: absolute;
    bottom: -6px;
  }
/* END_SNIPPET:ante-burger-menu */

/* START_SNIPPET:ante-buybox-block-bundle-hys (INDEX:333) */
/* Chrome is defined here rather than through the shared block
     background/border settings: the design nests several differently
     coloured surfaces inside one block. */
  .bundle-hys {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-x-small);
  }

  .bundle-hys-panel {
    background: var(--color-surface-xx-dark);
    border: 2px solid var(--color-border-default);
    border-radius: var(--radius-medium);
    padding: var(--micropad-xxx-large);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-x-small);
  }

  .bundle-hys-summary {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-x-small);
  }

  .bundle-hys-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--micropad-large);
    flex-wrap: wrap;
  }

  .bundle-hys-title {
    margin: 0;
  }

  /* Tags wrap by default. These sit in fixed-height rows, so they hold one line. */
  .bundle-hys [class*="ante-tag"]:not([class*="ante-tag-style"]) {
    white-space: pre;
  }

  .bundle-hys-tiers {
    display: flex;
    flex-direction: column;
    gap: var(--micropad-medium);
  }

  /* Desktop keeps the bar in view, so the sticky copy is mobile-only. */
  .bundle-hys-sticky {
    display: none;
  }

  .bundle-hys-tier-row {
    display: grid;
    grid-auto-flow: column;
    /* minmax rather than 1fr: a 1fr track floors at min-content, so a long nowrap tag
       widens its own column and the tag row stops lining up with the track below it. */
    grid-auto-columns: minmax(0, 1fr);
    gap: var(--micropad-x-small);
    align-items: end;
  }

  .bundle-hys-tier-cell {
    display: flex;
    justify-content: center;
  }

  .bundle-hys-tier-tag {
    width: 100%;
    min-width: 0;
  }

  /* three classes, because the tag chrome sets display on two and would otherwise win */
  .bundle-hys .bundle-hys-tier-tag.is-hidden {
    display: none;
  }

  /* an earned tag sits back until its tier is actually reached */
  .bundle-hys-tier-tag.dim {
    opacity: 0.5;
    transition: opacity 0.2s;
  }

  .bundle-hys-tier-tag.dim.reached {
    opacity: 1;
  }

  .bundle-hys-seg {
    height: 8px;
    border-radius: 9999px;
    background: white;
    overflow: hidden;
  }

  .bundle-hys-seg > span {
    display: block;
    height: 100%;
    width: 0;
    border-radius: 9999px;
    background: var(--color-content-accent-primary);
    transition: width 0.25s ease;
  }

  .bundle-hys-tier-label {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--micropad-x-small);
    /* the dashed outline sits inside the design's 8px inset, as the tag strokes do */
    padding: calc(8px - 1px) var(--micropad-x-small);
    border: 1px dashed transparent;
    border-radius: var(--radius-x-small);
    opacity: 0.6;
    transition: opacity 0.2s;
  }

  .bundle-hys-tier-label.outlined {
    background: var(--color-surface-background);
    border-color: rgb(0 0 0 / 0.6);
  }

  /* Every tier the box has passed is filled, not just the one in play, so a box on
     its third tier shows all three as banked. Set after .outlined so it wins the
     background. The fill is pinned to the brand palette: the block sits in ante-base,
     where surface-x-dark is a near-white that vanishes against the panel. */
  .bundle-hys-tier-label.reached {
    background: var(--brand-color-surface-x-dark);
    border-color: var(--color-border-default);
    opacity: 1;
  }

  /* --font-weight-bold carries its own !important, which the mobile step-down below
     could not outrank, so the weights come off the caption/base tokens instead. */
  .bundle-hys-tier-main {
    font-weight: var(--font-weight-caption);
    font-size: var(--font-size-body);
    line-height: 1.25;
    white-space: nowrap;
  }

  .bundle-hys-tier-sub {
    font-weight: var(--font-weight-caption);
    font-size: var(--font-size-body-small);
    line-height: 1.25;
    color: var(--color-text-muted);
  }

  .bundle-hys-divider {
    border: 0;
    border-top: 1px solid var(--color-border-alpha);
    width: 100%;
    margin: 0;
  }

  .bundle-hys-box-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: var(--micropad-large);
  }

  .bundle-hys-box-title,
  .bundle-hys-count {
    margin: 0;
    font-family: var(--font-caption);
    font-weight: var(--font-weight-caption);
    letter-spacing: var(--letter-spacing-caption);
    text-transform: uppercase;
    line-height: 1.25;
  }

  .bundle-hys-box-title {
    font-size: var(--font-size-caption-small);
  }

  .bundle-hys-count {
    font-size: var(--font-size-caption-small);
  }

  /* Counter and running total share the right-hand end of the box head. The total
     is the number that matters, so it keeps the body face while the counter above
     stays in the uppercase caption treatment. */
  .bundle-hys-box-meta {
    display: flex;
    align-items: baseline;
    gap: var(--micropad-large);
  }

  /* count on the left, total on the right, no heading between them: once the bar is
     stuck there is no room for the "build your box" label the inline row carries */
  .bundle-hys-sticky-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--micropad-large);
  }

  .bundle-hys-count-price {
    display: flex;
    align-items: baseline;
    gap: var(--micropad-small);
    text-transform: uppercase;
    line-height: 1.25;
    white-space: nowrap;
  }

  /* the body-caption-small class carries the size and spacing, but ante-price forces
     the body face onto its own children, so the caption face has to be won back */
  .bundle-hys-count-price .ante-price * {
    font-family: var(--font-caption) !important;
  }

  .bundle-hys-count-price .ante-buy-price {
    color: var(--color-true);
  }

  .bundle-hys-count-price .ante-buy-compare-price {
    color: var(--color-text-faint);
    text-decoration: line-through;
  }

  @media (max-width: 600px) {
    .bundle-hys-box-meta {
      flex-direction: column;
      align-items: flex-end;
      gap: var(--micropad-x-small);
    }
  }

  .bundle-hys-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--micropad-medium);
  }

  .bundle-hys-card {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-border-default-secondary);
    border-radius: var(--radius-medium);
    overflow: hidden;
    background: var(--color-surface-dark);
    transition: border-color 0.2s, box-shadow 0.2s;
  }

  .bundle-hys-card.in-box {
    border-color: var(--color-border-active);
    box-shadow: 0 0 0 1px var(--color-border-active);
  }

  .bundle-hys-card-media {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
  }

  .bundle-hys-card-media .ante-image {
    width: 100%;
  }

  /* the media takes the source image's own aspect, so nothing is cropped. it does mean
     rows only line up while every uploaded image is the same shape. */
  .bundle-hys-card-media img {
    width: 100%;
    height: auto;
  }

  .bundle-hys-card-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 8px;
    line-height: 1.25;
    text-align: center;
    color: var(--color-text-default);
  }

  .bundle-hys-card-caption-label {
    font-family: var(--font-caption);
    font-weight: var(--font-weight-caption);
    letter-spacing: var(--letter-spacing-caption);
    text-transform: uppercase;
  }

  /* takes the leftover height and sits its content at the bottom, so the add button
     lines up across a row even when the images above it differ in height */
  .bundle-hys-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: var(--micropad-x-small);
    padding: var(--micropad-x-large);
    text-align: center;
  }

  .bundle-hys-card-title {
    font-size: var(--font-size-body-small);
    font-weight: var(--font-weight-bold);
  }

  /* a row that cannot be bought reads as dimmed, with its button dead */
  .bundle-hys-card-sold-out {
    opacity: 0.45;
  }

  .bundle-hys-card-sold-out .bundle-hys-add[disabled] {
    cursor: not-allowed;
    pointer-events: none;
  }

  .bundle-hys-card-price {
    font-size: var(--font-size-body-small);
    color: rgb(0 0 0 / 0.5);
  }

  /* Figma 385:2233. Both states sit centred under the price, and share the
     button's height. The button's own look is the kit's x-small, not
     redefined here.

     All three classes because .ante-button resets with `all: unset`, which
     would otherwise tie on specificity and win on order. */
  /* Add and the stepper stack in one cell, so the cell is as big as the larger of
     the two and each fills it. Neither carries a height, and swapping between them
     cannot change the row. Both stay in the layout for that to hold, so the swap
     is visibility rather than display. */
  .bundle-hys-card-action {
    display: grid;
    /* the body gap already covers part of the designed 8 */
    margin-top: calc(var(--micropad-large) - var(--micropad-x-small));
    align-self: center;
    max-width: 100%;
  }

  /* Both named out in full: .ante-button resets with `all: unset`, which ties a
     bare child selector on specificity and wins on order, dropping the button out
     of the shared cell. */
  .bundle-hys-card-action > .bundle-hys-add.ante-button.x-small,
  .bundle-hys-card-action > .bundle-hys-step {
    /* No width/height of their own: a percentage contributes nothing to intrinsic
       sizing, so the auto track would collapse and both would overflow it. Grid
       stretches them to the cell on both axes anyway, and the cell is sized by
       whichever of the two is larger. */
    grid-area: 1 / 1;
  }

  .bundle-hys-card-action > .is-swapped-out {
    visibility: hidden;
    pointer-events: none;
  }

  .bundle-hys-add.ante-button.x-small {
    cursor: pointer;
    /* only so the kit's 240px floor does not blow the card open */
    min-width: 0 !important;
  }

  /* Figma 690:4481. A white pill carrying the button border and its drop shadow,
     with the two controls as filled circles either side of the count. */
  .bundle-hys-step {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--micropad-medium);
    /* Type metrics only: the circles are sized in line boxes off this. The height
       comes from the shared cell. */
    font-size: var(--font-size-body);
    line-height: var(--line-height-body);
    padding: var(--micropad-large) var(--micropad-medium);
    background: var(--color-button-text);
    border: 2px solid var(--color-button-border);
    border-radius: 9999px;
    --elevated-distance: 1px;
    --border-color: var(--color-button-border);
    box-shadow: var(--elevated-shadow);
  }

  .bundle-hys-step button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font: inherit;
    /* one line box, so the circles fill the same height the label would */
    width: 1lh;
    height: 1lh;
    padding: 0;
    border: 0;
    border-radius: 9999px;
    background: var(--color-button-surface);
    color: var(--color-button-text);
    cursor: pointer;
    user-select: none;
  }

  /* mirrors .ante-button.x-small's own 600px step: the type size drops, and the
     circles follow it because they are sized in line boxes */
  @media (max-width: 600px) {
    .bundle-hys-step {
      font-size: var(--font-size-body-small);
    }
  }

  .bundle-hys-step button svg {
    /* the design's 18 in 24 */
    width: calc(1lh * 0.75);
    height: calc(1lh * 0.75);
  }

  .bundle-hys-step [data-qty] {
    min-width: 14px;
    text-align: center;
    font-size: var(--font-size-body-large);
    font-weight: var(--font-weight-bold);
    /* zero, so the count cannot out-measure the circles and lift the pill off
       the button's height */
    line-height: 0;
    color: var(--color-text-default);
  }

  .bundle-hys-frequency[hidden] {
    display: none;
  }

  .bundle-hys-frequency {
    margin-top: calc(var(--spacing-small) - var(--spacing-x-small));
    display: flex;
    flex-direction: column;
    gap: var(--micropad-xxx-large);
  }

  .bundle-hys-frequency-heading {
    font-family: var(--font-caption);
    font-size: var(--font-size-caption-small);
    font-weight: var(--font-weight-caption);
    letter-spacing: var(--letter-spacing-caption);
    text-transform: uppercase;
    line-height: 1.25;
  }

  .bundle-hys-frequency-box {
    background: rgb(241 87 34 / 0.16);
    border: 2px solid var(--color-border-default);
    border-radius: var(--radius-medium);
    padding: var(--padding-medium);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-x-small);
    cursor: pointer;
    user-select: none;
  }

  /* On mobile the tag leaves the row and straddles the box's top border, centred on it
     at the right-hand end. The row keeps its space-between for the toggle group alone. */
  @media (max-width: 600px) {
    .bundle-hys-frequency-box {
      position: relative;
    }

    /* three classes: the tag chrome sets position: relative on two of them */
    .bundle-hys .bundle-hys-frequency-box .bundle-hys-sub-tag {
      position: absolute;
      /* offsets resolve against the padding box, so the box's own 2px border comes back
         off both: dead centre on the top border line, and the design's inset from the
         right edge rather than 2px short of it */
      top: -2px;
      right: calc(var(--micropad-xx-large) - 2px);
      transform: translateY(-50%);
    }
  }

  /* the select is the one part of the box that isn't a toggle target */
  .bundle-hys-frequency-box .bundle-hys-select {
    cursor: auto;
    user-select: auto;
  }

  .bundle-hys-sub-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--micropad-large);
    flex-wrap: wrap;
  }

  .bundle-hys-sub-toggle {
    display: flex;
    align-items: center;
    gap: var(--micropad-xx-large);
    cursor: pointer;
  }

  .bundle-hys-sub-label {
    font-size: var(--font-size-body-large);
    font-weight: var(--font-weight-bold);
  }

  .bundle-hys-plan {
    display: flex;
    flex-direction: column;
    gap: var(--micropad-xx-large);
  }

  .bundle-hys-plan-name {
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-bold);
  }


  /* two classes for the colour: something in an app stylesheet outranks a single class
     here and puts the note back to the default text colour */
  .bundle-hys-plan .bundle-hys-plan-note {
    margin: 0;
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-base);
    line-height: 1.25;
    color: var(--color-text-muted);
    text-align: center;
  }

  .bundle-hys-cta .ante-button {
    width: 100%;
    min-height: 72px;
    gap: var(--micropad-large);
  }

  /* The arrow is the no-price alternative to the price block, so it stays out. The
     dot is handled by the buy button itself, which ties it to the price. */
  .bundle-hys-cta .ante-buy-arrow {
    display: none;
  }

  .bundle-hys-cta .ante-buy-button-text {
    display: flex;
    align-items: center;
    gap: var(--micropad-large);
  }

  .bundle-hys-cta .ante-buy-button-text::before {
    content: "";
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: currentColor;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M160 112c0-35.3 28.7-64 64-64s64 28.7 64 64l0 48-128 0 0-48zm-48 48l-64 0c-26.5 0-48 21.5-48 48L0 416c0 53 43 96 96 96l256 0c53 0 96-43 96-96l0-208c0-26.5-21.5-48-48-48l-64 0 0-48C336 50.1 285.9 0 224 0S112 50.1 112 112l0 48zm24 96a24 24 0 1 1 0-48 24 24 0 1 1 0 48zm200-24a24 24 0 1 1 -48 0 24 24 0 1 1 48 0z'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
  }

  .bundle-hys-facts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--micropad-x-large) var(--spacing-small);
  }

  .bundle-hys-fact {
    display: inline-flex;
    align-items: center;
    gap: var(--micropad-x-large);
    font-family: var(--font-caption);
    font-size: var(--font-size-caption-x-small);
    font-weight: var(--font-weight-caption);
    letter-spacing: var(--letter-spacing-caption);
    line-height: 1.25;
    text-transform: uppercase;
    color: var(--color-text-default);
  }

  .bundle-hys-fact svg,
  .bundle-hys-fact .ante-image {
    width: var(--icon-small);
    height: var(--icon-small);
    flex-shrink: 0;
    color: var(--color-text-faint);
  }

  @media (max-width: 600px) {
    .bundle-hys-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* The title drops a rung on mobile: h5 up top, h6 below. heading_size is one value
       for both, so the smaller rung is pinned here. */
    .ante-section .bundle-hys .bundle-hys-title {
      font-size: var(--font-size-h6);
      line-height: var(--line-height-h6);
    }

    /* Below this width only the summary keeps the panel's fill and outline. The rest
       runs full bleed on the page background, so the panel gives up everything but
       its vertical rhythm and the divider goes with it. */
    .bundle-hys-panel {
      background: none;
      border: 0;
      border-radius: 0;
      padding-inline: 0;
      /* the design insets by a flat 16 at both widths, which micropad-xxx-large
         only reaches on desktop */
      padding-block: 16px;
    }

    .bundle-hys-summary {
      background: var(--color-surface-xx-dark);
      border: 2px solid var(--color-border-default);
      border-radius: var(--radius-medium);
      padding: 16px;
    }

    .bundle-hys-divider {
      display: none;
    }

    .bundle-hys-sticky {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      /* under the header's 40, so a sticky header still wins if one is ever turned on */
      z-index: 39;
      padding: var(--micropad-large) var(--micropad-xxx-large);
      background: var(--color-surface-xx-dark);
      border-bottom: 2px solid var(--color-border-default);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity .2s ease, visibility .2s ease;
    }

    .bundle-hys-sticky.is-visible {
      opacity: 1;
      visibility: visible;
    }

    @media (prefers-reduced-motion: reduce) {
      .bundle-hys-sticky {
        transition: none;
      }
    }

    /* Both tier lines land on body-x-small down here, and the discount lightens off
       so the item count is the one that carries weight. */
    .bundle-hys-tier-label {
      gap: 0;
    }

    .bundle-hys-tier-main {
      font-size: var(--font-size-body-x-small);
      font-weight: var(--font-weight-base);
    }

    .bundle-hys-tier-sub {
      font-size: var(--font-size-body-x-small);
    }
  }
/* END_SNIPPET:ante-buybox-block-bundle-hys */

/* START_SNIPPET:ante-buybox-block-buttons (INDEX:334) */
.buybox-buttons {
    display: flex;
    flex-wrap: wrap;
    row-gap: var(--micropad-x-large);
    column-gap: var(--spacing-medium);
    flex-direction: var(--bb-dir);
    justify-content: var(--bb-align);
    align-items: var(--bb-align);
  }

  .buybox-buttons > * {
    flex-grow: var(--bb-grow);
    flex-basis: var(--bb-basis);
    width: var(--bb-width);
  }

  @media (max-width: 1024px) {
    .buybox-buttons {
      flex-direction: var(--bb-dir-m);
      justify-content: var(--bb-align-m);
      align-items: var(--bb-align-m);
    }

    .buybox-buttons > * {
      flex-grow: var(--bb-grow-m);
      flex-basis: var(--bb-basis-m);
      width: var(--bb-width-m);
    }
  }

  .buybox-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--micropad-medium);
    padding: var(--micropad-medium) 0;
    border-bottom: 1px solid var(--color-border-default);
    color: var(--color-text-default);
    font-size: var(--font-size-body);
    font-weight: 700;
    line-height: 1.48;
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-decoration: none !important;
    cursor: pointer;
    transition: border-color .15s;
  }

  .buybox-button:hover {
    border-bottom-color: var(--color-border-active);
  }

  .buybox-button svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
/* END_SNIPPET:ante-buybox-block-buttons */

/* START_SNIPPET:ante-buybox-block-buybox-info (INDEX:335) */
.buybox-block-buybox-info {
    gap: var(--spacing-x-small);
  }

  .buybox-info-facts {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-x-small);
  }

  .buybox-info-fact {
    display: flex;
    gap: var(--micropad-x-large);
    align-items: center;
    margin: 0 var(--micropad-x-small)
  }

  .buybox-info-fact .ante-image {
    flex-shrink: 0;
    height: 21px;
  }

  .buybox-info-cards {
    display: flex;
    gap: var(--micropad-x-small);
    padding-top: var(--spacing-x-small);
    justify-content: space-around;
  }

  .buybox-info-cards .ante-image {
    min-width: 0;
    max-height: 24px;
    flex-shrink: 1;
  }
/* END_SNIPPET:ante-buybox-block-buybox-info */

/* START_SNIPPET:ante-buybox-block-drops (INDEX:336) */
.buybox-block-drops .drop-content .drop-button .drop-button-row {
    color: var(--color-text-alt);
  }
/* END_SNIPPET:ante-buybox-block-drops */

/* START_SNIPPET:ante-buybox-block-facts (INDEX:337) */
.buybox-facts {
    display: flex;
    flex-wrap: wrap;
    row-gap: var(--micropad-x-large);
    column-gap: var(--spacing-x-small);
  }

  .buybox-facts-carded {
    row-gap: var(--micropad-x-large);
    column-gap: var(--micropad-x-large);
  }

  .buybox-facts-carded.buybox-facts-pad-compact {
    row-gap: var(--micropad-x-small);
    column-gap: var(--micropad-x-small);
  }

  .buybox-facts-pad-compact .buybox-fact {
    gap: var(--micropad-medium);
  }

  .buybox-fact {
    display: flex;
    gap: var(--micropad-x-large);
    align-items: flex-start;
    flex: 1 1 0px;
  }

  .buybox-facts-horizontal-large .buybox-fact {
    align-items: center;
  }

  .buybox-facts-horizontal-large .buybox-fact .ante-image {
    width: var(--buybox-fact-icon-large);
  }

  .buybox-facts-vertical .buybox-fact,
  .buybox-facts-vertical-large .buybox-fact {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .buybox-facts-vertical-large .buybox-fact .ante-image {
    width: var(--buybox-fact-icon-large);
  }

  .buybox-facts-horizontal .buybox-fact,
  .buybox-facts-horizontal-large .buybox-fact {
    min-width: calc(50% - var(--spacing-small) / 2);
  }

  .buybox-facts-inline .buybox-fact {
    flex: 0 1 auto;
    min-width: 0;
  }

  .buybox-facts-vertical .buybox-fact,
  .buybox-facts-vertical-large .buybox-fact {
    min-width: calc(100% / 3 - (var(--spacing-small) * 2) / 3);
  }

  .buybox-facts-column .buybox-fact {
    min-width: 100%;
    align-items: center;
  }

  @media (min-width: 601px) {
    .buybox-facts-nowrap {
      flex-wrap: nowrap;
    }

    .buybox-facts-nowrap .buybox-fact {
      min-width: 0;
    }
  }

  @media (max-width: 600px) {
    .buybox-facts.buybox-facts-mobile-column {
      flex-direction: column;
    }

    .buybox-facts.buybox-facts-mobile-column .buybox-fact {
      flex-direction: row;
      text-align: left;
      align-items: flex-start;
    }

    /* the column layout is a card row whose icon is taller than its text, so it
       keeps the centring the rule above would otherwise undo */
    .buybox-facts.buybox-facts-column.buybox-facts-mobile-column .buybox-fact {
      align-items: center;
    }

    .buybox-facts.buybox-facts-mobile-column-inline {
      flex-direction: column;
      align-items: flex-start;
    }

    .buybox-facts.buybox-facts-mobile-column-inline .buybox-fact {
      flex: 0 1 auto;
      flex-direction: row;
      text-align: left;
      align-items: flex-start;
      min-width: 0;
      width: fit-content;
      max-width: 100%;
    }

    .buybox-facts.buybox-facts-mobile-grid-2 .buybox-fact,
    .buybox-facts.buybox-facts-mobile-grid-3 .buybox-fact {
      flex-direction: column;
      text-align: center;
      align-items: center;
      flex: 1 1 0px;
    }

    .buybox-facts.buybox-facts-mobile-grid-2 .buybox-fact {
      min-width: calc(50% - var(--spacing-small) / 2);
    }

    .buybox-facts.buybox-facts-mobile-grid-3 .buybox-fact {
      min-width: calc(100% / 3 - (var(--spacing-small) * 2) / 3);
    }

    .buybox-facts.buybox-facts-mobile-single-row {
      flex-wrap: nowrap;
    }

    .buybox-facts.buybox-facts-mobile-single-row .buybox-fact {
      min-width: 0;
    }
  }
/* END_SNIPPET:ante-buybox-block-facts */

/* START_SNIPPET:ante-buybox-block-features (INDEX:338) */
.buybox-features {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-small);
  }

  .buybox-features ~ .buybox-features-wrapper .buybox-features {
    padding-top: var(--spacing-small)
  }

  .buybox-features-more {
    display: none;
  }

  .buybox-features-more.is-open {
    display: flex;
  }

  .buybox-feature {
    display: flex;
    gap: var(--spacing-small);
    align-items: center;
  }

  .buybox-feature-body {
    display: flex;
    flex-direction: column;
    gap: var(--micropad-x-small);
    justify-content: center;
  }

  .buybox-features-toggle-row {
    display: flex;
    align-items: center;
    padding-top: var(--spacing-small);
  }

  .buybox-features-toggle-row > div {
    height: 1px;
    background-color: var(--color-border-default);
    flex: 1;
  }

  .buybox-features-toggle {
    border: 1px solid var(--color-border-default);
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: var(--micropad-medium);
    padding: var(--micropad-large) var(--padding-small);
    cursor: pointer;
    user-select: none;
  }

  .buybox-features-toggle svg {
    transition: transform .5s var(--transition-drop-ease);
    width: 0.7lh;
    height: 0.7lh;
  }

  .buybox-features-wrapper {
    overflow: hidden;
    height: 0;
    transition: var(--transition-drop);
    interpolate-size: allow-keywords;
  }

  .buybox-features-toggle-input:checked + .buybox-features-wrapper {
    height: auto;
  }

  .buybox-features-toggle-input:checked ~ .buybox-features-toggle-row svg {
    transform: rotate(180deg);
  }
/* END_SNIPPET:ante-buybox-block-features */

/* START_SNIPPET:ante-buybox-block-header (INDEX:339) */
.buybox-block-header {
    gap: var(--spacing-x-small);
  }

  .buybox-block-header-row {
    display: flex;
    align-items: center;
    gap: var(--spacing-x-small);
    flex-wrap: wrap;
  }

  .buybox-block-header-content {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-x-small);
  }

  .buybox-block-header .product-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--micropad-medium);
  }

  /* The block is a column, so a tag on its own line would stretch to full width without
     this. The ones sharing a row (with the review or the price) are laid out by that row. */
  .buybox-block-header .header-tag-below,
  .buybox-block-header .header-tag-above {
    align-self: flex-start;
  }

  /* One flex item, so the tags wrap against whatever shares their row as a pair, and
     wrap against each other in here when they can't sit side by side. */
  .buybox-block-header .header-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--micropad-medium);
  }

  @media (max-width: 600px) {
    .buybox-block-header .review-text {
      font-size: var(--font-size-caption-x-small);
    }
  }
/* END_SNIPPET:ante-buybox-block-header */

/* START_SNIPPET:ante-buybox-block-image (INDEX:340) */
.buybox-block-image .buybox-image-tablet,
  .buybox-block-image .buybox-image-mobile {
    display: none;
  }

  @media (max-width: 1024px) {
    .buybox-block-image .buybox-image-desktop {
      display: none;
    }
    .buybox-block-image .buybox-image-tablet {
      display: flex;
    }
  }

  @media (max-width: 600px) {
    .buybox-block-image .buybox-image-tablet {
      display: none;
    }
    .buybox-block-image .buybox-image-mobile {
      display: flex;
    }
  }
/* END_SNIPPET:ante-buybox-block-image */

/* START_SNIPPET:ante-buybox-block-links (INDEX:341) */
.buybox-block-links {
    flex-wrap: wrap;
    row-gap: var(--micropad-x-large);
    column-gap: var(--spacing-medium);
    flex-direction: row !important;
  }

  .buybox-block-links.layout-column {
    flex-direction: column !important;
  }

  .buybox-link {
    display: flex;
    gap: var(--micropad-x-large);
    min-width: calc(50% - var(--spacing-medium) / 2);
    text-decoration: none !important;
    flex: 1 1 0px;
  }

  .buybox-link-body {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .buybox-link-title-row {
    display: flex;
    gap: var(--micropad-x-small);
  }

  .buybox-link-title {
    flex: 1;
  }

  .buybox-link .ante-image {
    height: 30px;
  }

  .buybox-link svg {
    height: 1lh;
  }

  .buybox-link-learn-more {
    display: none;
  }

  .layout-column .buybox-link svg {
    display: none;
  }

  .layout-column .buybox-link-learn-more {
    display: inline;
    align-self: center;
  }
/* END_SNIPPET:ante-buybox-block-links */

/* START_SNIPPET:ante-buybox-block-review (INDEX:342) */
.buybox-block-review {
    flex-direction: row !important;
    gap: var(--padding-medium);
    align-items: center;
  }

  .buybox-block-review-content {
    display: flex;
    flex-direction: column;
    gap: var(--micropad-large);
    flex: 1;
    min-width: 0;
  }

  .buybox-block-review-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--color-border-default);
    padding-top: var(--micropad-large);
  }

  .buybox-review-2 {
    gap: var(--spacing-x-small);
  }

  .buybox-review-2 .richtext {
    margin-top: calc(var(--micropad-xxx-large) - var(--spacing-x-small));
  }

  .buybox-review-2-footer {
    display: flex;
    flex-direction: column;
    gap: var(--micropad-x-small);
  }

  .buybox-review-2-name {
    margin: 0;
  }

  .buybox-review-2-verified {
    display: inline-flex;
    align-items: center;
    gap: var(--micropad-x-small);
    font-family: var(--font-caption);
    font-size: var(--font-size-caption-x-small);
    font-weight: var(--font-weight-caption);
    letter-spacing: var(--letter-spacing-caption);
    line-height: 1;
    color: var(--color-content-accent-primary);
  }

  .buybox-block-review .buybox-review-2-verified .ante-image {
    position: static;
    width: 18px;
    height: 18px;
    min-width: 0;
  }

  .buybox-block-review {
    position: relative;
  }

  .buybox-block-review .ante-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 142px;
    overflow: hidden;
  }

  .buybox-block-review .ante-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .buybox-block-review:has(> .ante-image) .buybox-block-review-content {
    margin-left: 142px;
  }

  @media (max-width: 600px) {
    .buybox-block-review .ante-image {
      width: 100px;
    }

    .buybox-block-review:has(> .ante-image) .buybox-block-review-content {
      margin-left: 100px;
    }
  }
/* END_SNIPPET:ante-buybox-block-review */

/* START_SNIPPET:ante-buybox-block-tabs (INDEX:343) */
.buybox-block-tabs .tab-bar {
    width: 100%;
  }

  .buybox-block-tabs .tab-content {
    display: flex;
    flex-direction: column;
    gap: var(--micropad-x-large);
  }

  .buybox-block-tabs .tab-content .richtext p:not(:first-child) {
    margin-top: var(--micropad-small);
  }

  .buybox-block-tabs .tab-content .richtext p:not(:last-child) {
    margin-bottom: var(--micropad-small);
  }

  .buybox-block-tabs .divider {
    border-top: 1px solid var(--color-border-default);
  }

  .buybox-block-tabs .divider:last-child {
    display: none;
  }

  .buybox-block-tabs .tab-text strong,
  .buybox-block-tabs .tab-fact strong {
    color: var(--color-text-default);
  }

  .buybox-block-tabs .tab-text {
    display: flex;
    gap: var(--spacing-x-small);
  }

  .buybox-block-tabs .tab-text .richtext {
    --richtext-gap: var(--micropad-small);
  }

  .buybox-block-tabs .tab-text.icon-align-top {
    align-items: flex-start;
  }

  .buybox-block-tabs .tab-text.icon-align-center {
    align-items: center;
  }

  .buybox-block-tabs .tab-text .ante-image {
    flex-shrink: 0;
  }

  .buybox-block-tabs .tab-text .ante-image.body-small,
  .buybox-block-tabs .tab-text .ante-image.body-base,
  .buybox-block-tabs .tab-text .ante-image.body-large,
  .buybox-block-tabs .tab-text .ante-image.h1,
  .buybox-block-tabs .tab-text .ante-image.h2,
  .buybox-block-tabs .tab-text .ante-image.h3,
  .buybox-block-tabs .tab-text .ante-image.h4,
  .buybox-block-tabs .tab-text .ante-image.h5,
  .buybox-block-tabs .tab-text .ante-image.h6 {
    width: 1lh;
    height: 1lh;
  }

  .buybox-block-tabs .tab-fact {
    display: flex;
    gap: var(--micropad-large);
  }

  .buybox-block-tabs .tab-fact svg {
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-top: var(--micropad-x-small);
  }

  .buybox-block-tabs .tab-review {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-x-small);
  }

  .buybox-block-tabs .tab-review-footer {
    display: flex;
    align-items: center;
    gap: var(--micropad-small);
    flex-wrap: wrap;
  }

  .buybox-block-tabs .tab-review-footer .ante-image {
    min-width: 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
  }

  .buybox-block-tabs .tab-review-name {
    flex: 1;
  }

  .buybox-block-tabs .tab-review-verified {
    background-color: var(--color-true-light);
    color: var(--color-true);
  }

  .buybox-block-tabs .tab-stats {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-small);
  }

  .buybox-block-tabs .tab-stat {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-x-small);
    flex: 1;
    min-width: calc(50% - var(--spacing-small) / 2);
  }

  .buybox-block-tabs .tab-stat-header {
    display: flex;
    align-items: center;
    gap: var(--micropad-medium);
  }

  .buybox-block-tabs .tab-review .ante-image {
    height: 24px;
    flex-shrink: 0;
  }

  .buybox-block-tabs .tab-stat-percentage {
    flex: 1 !important;
  }

  .buybox-block-tabs .tab-stat-bar {
    width: 100%;
    height: 16px;
    background-color: var(--color-surface-dark);
    border-radius: var(--radius-x-small);
    overflow: hidden;
  }

  .buybox-block-tabs .tab-stat-bar-fill {
    height: 100%;
  }

  .buybox-block-tabs .tab-stat-content-row {
    display: flex;
    gap: var(--micropad-small);
  }

  .buybox-block-tabs .tab-fact svg,
  .buybox-block-tabs .tab-stat-content-row svg {
    flex-shrink: 0;
    cursor: pointer;
  }

  .fact-tooltip,
  .stat-tooltip {
    --easy-tooltip-max-width: 320px;
  }

  .buybox-tab-features-wrapper:not(:first-child) {
    padding-top: calc(var(--spacing-small) - var(--micropad-x-large));
  }

  .buybox-tab-features-wrapper:not(:last-child) > .buybox-features:last-child {
    padding-bottom: calc(var(--spacing-small) - var(--micropad-x-large));
  }
/* END_SNIPPET:ante-buybox-block-tabs */

/* START_SNIPPET:ante-buybox-block-tag-marquee (INDEX:344) */
.buybox-block-tag-marquee .fluid-marquee.fluid-marquee-scrolling {
    --fade-width: var(--spacing-x-small);
    mask-image: linear-gradient(to right, transparent 0, black var(--fade-width), black calc(100% - var(--fade-width)), transparent 100%);
  }

  @media (max-width: 1024px) {
    .buybox-block-tag-marquee .fluid-marquee.fluid-marquee-scrolling {
      mask-image: none;
    }
  }

  @media (max-width: 600px) {
    .buybox-block-tag-marquee .fluid-marquee {
      min-width: var(--ante-page-width);
      margin-left: calc(var(--page-gutter) * -1);
    }
  }

  .buybox-block-tag-marquee .fluid-marquee-item {
    padding: 0 var(--spacing-x-small) 0 0;
  }

  .buybox-block-tag-marquee .fluid-marquee-item .richtext p {
    margin: 0;
    white-space: nowrap;
  }

  .buybox-block-tag-marquee .fluid-marquee,
  .buybox-block-tag-marquee .fluid-marquee-sub {
    justify-content: flex-start;
  }
/* END_SNIPPET:ante-buybox-block-tag-marquee */

/* START_SNIPPET:ante-checkbox (INDEX:345) */
.ante-checkbox {
    --ante-checkbox-size: 22px;
    --ante-checkbox-dot-size: 10px;
    --ante-checkbox-check-size: 14px;
    cursor: pointer;
    user-select: none;
    min-width: var(--ante-checkbox-size);
    width: var(--ante-checkbox-size);
    height: var(--ante-checkbox-size);
    border: 2px solid var(--color-border-default);
    border-radius: var(--radius-small);
    background-color: transparent;
    transition: border-color .15s, background-color .15s;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ante-checkbox.radio {
    border-color: var(--color-border-active-secondary);
    border-radius: 50%;
  }

  .ante-checkbox i {
    opacity: 0;
    scale: 0.8;
    transition: opacity .15s, scale .15s;
    font-size: var(--ante-checkbox-check-size);
  }

  .ante-checkbox.radio .ante-checkbox-dot {
    width: var(--ante-checkbox-dot-size);
    height: var(--ante-checkbox-dot-size);
    border-radius: 50%;
    background-color: var(--color-button-surface);
    opacity: 0;
    scale: 0.8;
    transition: opacity .15s, scale .15s;
  }

  .selected .ante-checkbox,
  input:checked + label .ante-checkbox {
    background-color: var(--color-button-surface);
  }

  /* the checked radio is the dot on its own, the ring stays unfilled */
  .selected .ante-checkbox.radio,
  input:checked + label .ante-checkbox.radio {
    background-color: transparent;
  }

  .selected .ante-checkbox i,
  input:checked + label .ante-checkbox i,
  .selected .ante-checkbox.radio .ante-checkbox-dot,
  input:checked + label .ante-checkbox.radio .ante-checkbox-dot {
    opacity: 1;
    scale: 1;
  }
/* END_SNIPPET:ante-checkbox */

/* START_SNIPPET:ante-content-block-chip-list (INDEX:347) */
.content-block-chip-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-small);
    width: 100%;
  }

  .content-block-chip-list .chip {
    display: flex;
    align-items: flex-start;
    gap: var(--micropad-medium);
    padding: var(--micropad-x-large) var(--spacing-x-small);
    border-radius: var(--chip-radius, calc(0.5lh + var(--micropad-x-large)));
    position: relative;
  }

  .content-block-chip-list .chip.tone-neutral {
    --tone-bg: var(--color-surface-alpha-dark);
  }

  .content-block-chip-list .chip.tone-positive {
    --tone-bg: #e7f6ee;
    --tone-fg: var(--color-true);
  }

  .content-block-chip-list .chip.tone-negative {
    --tone-bg: #fcedee;
    --tone-fg: var(--color-false);
  }

  .content-block-chip-list .chip.tone-custom {
    --tone-bg: var(--chip-custom-bg);
  }

  .content-block-chip-list[data-pill="true"] .chip {
    background: var(--tone-bg);
  }

  .content-block-chip-list[data-pill="true"] .chip.tone-positive,
  .content-block-chip-list[data-pill="true"] .chip.tone-positive *,
  .content-block-chip-list[data-pill="true"] .chip.tone-negative,
  .content-block-chip-list[data-pill="true"] .chip.tone-negative * {
    color: var(--tone-fg);
  }

  .content-block-chip-list[data-pill="false"] .chip {
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .content-block-chip-list[data-borders="true"] .chip {
    border: 1px solid var(--tone-fg, var(--color-border-default));
  }

  .content-block-chip-list .chip-icon {
    width: 1lh;
    height: 1lh;
    flex-shrink: 0;
  }

  .content-block-chip-list .chip-text {
    flex: 1;
    min-width: 0;
  }
/* END_SNIPPET:ante-content-block-chip-list */

/* START_SNIPPET:ante-content-block-feature-grid (INDEX:348) */
.content-block-feature-grid {
    display: grid;
    grid-template-columns: repeat(var(--feature-grid-columns, 2), 1fr);
    column-gap: var(--spacing-small);
    row-gap: var(--spacing-medium);
    width: 100%;
    container-type: inline-size;
  }

  .content-block-feature-grid .feature-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--micropad-x-large);
    min-width: 0;
  }

  .content-block-feature-grid .feature-grid-content {
    display: flex;
    flex-direction: column;
    gap: var(--micropad-large);
  }
/* END_SNIPPET:ante-content-block-feature-grid */

/* START_SNIPPET:ante-content-block-heading (INDEX:349) */
.content-block-heading .block-heading {
    display: flex;
    align-items: center;
    gap: var(--micropad-x-large);
    width: 100%;
  }

  .content-block-heading .block-heading .ante-image {
    height: 1lh;
  }

  .content-block-heading .block-heading-line {
    flex: 1;
    height: 0;
  }
/* END_SNIPPET:ante-content-block-heading */

/* START_SNIPPET:ante-content-block-highlight-strip (INDEX:350) */
.content-block-highlight-strip.block-wrapper {
    container-type: inline-size;
    display: flex;
  }

  .content-block-highlight-strip .highlight-strip-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: flex-start;
    gap: var(--spacing-x-small);
    padding: var(--padding-small) var(--padding-medium);
    border-radius: var(--radius-large);
    backdrop-filter: blur(4px);
    overflow: clip;
  }

  .content-block-highlight-strip .highlight-strip-inner.has-border {
    border: 1px solid;
  }

  .content-block-highlight-strip .highlight-strip-inner.align-center {
    margin: 0 auto;
  }

  .content-block-highlight-strip .highlight-strip-left {
    display: flex;
    align-items: center;
    gap: var(--micropad-large);
    min-width: 0;
  }

  .content-block-highlight-strip .highlight-strip-stat {
    color: var(--color-text-alt);
    flex-shrink: 0;
  }

  .content-block-highlight-strip .highlight-strip-text {
    display: flex;
    flex-direction: column;
    gap: var(--micropad-small);
    min-width: 0;
  }

  .content-block-highlight-strip .highlight-strip-subheading {
    color: var(--color-text-faint);
  }

  .content-block-highlight-strip .highlight-strip-right {
    display: flex;
    flex-shrink: 0;
  }

  .content-block-highlight-strip .ante-button {
    min-width: 0 !important;
  }
/* END_SNIPPET:ante-content-block-highlight-strip */

/* START_SNIPPET:ante-content-block-icon-list (INDEX:351) */
.content-block-icon-list {
    display: grid;
    grid-template-columns: repeat(var(--icon-list-columns, 1), 1fr);
    column-gap: var(--spacing-small);
    width: 100%;
  }

  .content-block-icon-list.borders {
    border-top: 1px solid var(--color-border-default);
    border-bottom: 1px solid var(--color-border-default);
  }

  /* style_2: the whole list sits in one bordered box, rows divided edge to edge.
     Self-contained, so it does not depend on the Borders checkbox. */
  .content-block-icon-list.style_2 {
    background: var(--color-surface-background);
    border: 2px solid var(--color-border-default);
    border-radius: var(--radius-medium);
    padding: 0;
    overflow: clip;
  }

  /* the Borders rule below carries the same weight and comes later, so style_2 has
     to name both classes to keep its own padding when the two are combined */
  .content-block-icon-list.style_2 .icon-list-item,
  .content-block-icon-list.borders.style_2 .icon-list-item {
    padding: var(--padding-medium);
  }

  .content-block-icon-list.style_2 .icon-list-spacer {
    height: 0 !important;
    border-bottom: 1px solid var(--color-border-default);
    margin: 0;
  }

  .content-block-icon-list .icon-list-spacer {
    grid-column: 1 / -1 !important;
  }

  .content-block-icon-list .icon-list-spacer.big {
    height: 1lh !important;
  }

  .content-block-icon-list .icon-list-spacer.small {
    height: 0.5lh !important;
  }

  .content-block-icon-list.borders .icon-list-spacer {
    height: 0 !important;
    border-bottom: 1px solid var(--color-border-default);
  }

  .content-block-icon-list.borders .icon-list-item {
    padding: var(--micropad-xxx-large) 0;
  }

  .content-block-icon-list .icon-list-item {
    display: flex;
    align-items: flex-start;
    min-width: 0;
  }

  .content-block-icon-list .icon-list-icon {
    width: 1lh !important;
    height: 1lh !important;
    margin-right: min(0.5lh, var(--micropad-xx-large)) !important;
    flex-shrink: 0;
  }

  .content-block-icon-list .icon-list-icon.large {
    width: clamp(60px, calc(60px + 20px * var(--ante-fluid-progress)), 80px) !important;
    height: clamp(60px, calc(60px + 20px * var(--ante-fluid-progress)), 80px) !important;
    margin-right: var(--micropad-xx-large) !important;
  }

  .content-block-icon-list .icon-list-spacer.large.big {
    height: clamp(60px, calc(60px + 20px * var(--ante-fluid-progress)), 80px) !important;
  }

  .content-block-icon-list .icon-list-spacer.large.small {
    height: clamp(30px, calc(30px + 10px * var(--ante-fluid-progress)), 40px) !important;
  }

  .content-block-icon-list .icon-list-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .content-block-icon-list .icon-list-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--micropad-large);
  }

  .content-block-icon-list {
    container-type: inline-size;
  }

  .content-block-icon-list .icon-list-spacer.in-row {
    display: none;
  }
/* END_SNIPPET:ante-content-block-icon-list */

/* START_SNIPPET:ante-content-block-stats (INDEX:352) */
.content-block-stats {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--spacing-small);
    width: 100%;
  }

  .content-block-stats .stat {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-x-small);
  }

  .content-block-stats .stat:not(:only-child) {
    flex: 1 1 0px;
    min-width: 0;
  }

  .content-block-stats .stat:only-child {
    min-width: min(var(--width-col, 100%), 100%);
    max-width: 100%;
  }

  .content-block-stats .stat-header {
    display: flex;
    align-items: center;
    gap: var(--micropad-medium);
  }

  .content-block-stats .stat .ante-image {
    height: clamp(16px, calc(16px + 5px * var(--ante-fluid-progress)), 21px);
    flex-shrink: 0;
  }

  .content-block-stats .stat-percentage {
    flex: 1 !important;
  }

  .content-block-stats .stat-bar {
    width: 100%;
    height: 16px;
    background-color: var(--color-surface-dark);
    border-radius: var(--radius-x-small);
    overflow: hidden;
  }

  .content-block-stats .stat-bar-fill {
    height: 100%;
  }

  .content-block-stats .stat-content-row {
    display: flex;
    justify-content: space-between;
    gap: var(--micropad-small);
  }

  .content-block-stats .stat-content-row svg {
    flex-shrink: 0;
    cursor: pointer;
  }

  .content-stat-tooltip {
    --easy-tooltip-max-width: 320px;
  }

  @media (max-width: 600px) {
    .content-block-stats {
      flex-direction: column;
    }

    .content-block-stats .stat,
    .content-block-stats .stat:only-child {
      min-width: 100%;
    }
  }
/* END_SNIPPET:ante-content-block-stats */

/* START_SNIPPET:ante-content-block-timeline (INDEX:353) */
.block-wrapper.content-block-timeline {
    container-type: inline-size;
  }

  .content-block-timeline {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: var(--spacing-small);
    width: 100%;
    timeline-scope: --ante-content-timeline-line;
  }

  .content-block-timeline .timeline-line {
    grid-column: 1;
    width: 0;
    justify-self: center;
    border-left: 2px dashed var(--color-surface-xx-dark);
    height: calc(100% + var(--spacing-small));
  }

  .content-block-timeline .timeline-line.timeline-line-progression {
    view-timeline-name: --ante-content-timeline-line;
    view-timeline-axis: block;
    clip-path: inset(0 0 100% 0);
    animation: ante-content-timeline-reveal linear both;
    animation-timeline: --ante-content-timeline-line;
    animation-range: cover 10% cover 60%;
  }

  @keyframes ante-content-timeline-reveal {
    to { clip-path: inset(0 0 0% 0); }
  }

  .content-block-timeline .timeline-badge {
    background: var(--color-surface-xx-dark);
    color: var(--color-text-muted);
    border-radius: var(--radius-small);
    padding: var(--micropad-x-small) var(--micropad-large);
    white-space: nowrap;
    text-align: center;
    align-self: start;
    justify-self: stretch;
    position: relative;
    z-index: 1;
  }

  .content-block-timeline .timeline-badge.timeline-badge-progression {
    opacity: 0;
    animation: ante-content-timeline-badge-fade linear both;
    animation-timeline: --ante-content-timeline-line;
  }

  @keyframes ante-content-timeline-badge-fade {
    to { opacity: 1; }
  }

  .content-block-timeline .timeline-content {
    display: flex;
    flex-direction: column;
    gap: var(--micropad-medium);
    min-width: 0;
  }

  .content-block-timeline .timeline-badge-inline-wrap {
    display: none;
    position: relative;
    align-self: flex-start;
    margin-bottom: calc(var(--micropad-xx-large) - var(--micropad-medium));
  }

  .content-block-timeline .timeline-badge-inline-wrap .timeline-badge-inline.timeline-badge-progression {
    position: absolute;
    inset: 0;
  }

  .content-block-timeline .timeline-body {
    color: var(--color-text-muted);
    padding-bottom: var(--spacing-small);
    border-bottom: 1px solid var(--color-border-default);
  }

  .content-block-timeline > .timeline-content:last-child .timeline-body {
    padding-bottom: 0;
    border-bottom: none;
  }

  @container (max-width: 500px) {
    .content-block-timeline > .timeline-badge {
      display: none;
    }

    .content-block-timeline .timeline-badge-inline-wrap {
      display: inline-block;
    }

    .content-block-timeline .timeline-line {
      grid-row: 1 / span var(--mobile-row-span) !important;
      height: 100%;
    }

    .content-block-timeline .timeline-line.timeline-line-progression {
      animation-range: cover 5% cover 80%;
    }
  }
/* END_SNIPPET:ante-content-block-timeline */

/* START_SNIPPET:ante-drop (INDEX:355) */
.drop-content .drop-content-image {
    width: 100%;
    margin-bottom: var(--micropad-large);
  }

  .drop-content .drop-content-image:last-child {
    margin-bottom: 0;
  }

  .drop-content .drop-content-image img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:ante-drop */

/* START_SNIPPET:ante-header-megamenu-category (INDEX:361) */
.megamenu-category {
    flex: 1 1 0;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    gap: var(--padding-small);
  }

  .megamenu-category-head {
    display: flex;
    flex-direction: column;
    gap: var(--padding-small);
    text-decoration: none !important;
  }

  .megamenu-category-image {
    display: flex;
  }

  .megamenu-category-image .ante-image {
    height: 96px;
  }

  .megamenu-category-links {
    display: flex;
    flex-direction: column;
  }

  .megamenu-category-link {
    display: inline-flex;
    align-items: center;
    gap: var(--micropad-large);
    color: var(--color-text-default) !important;
    text-decoration: none !important;
    padding-top: calc(var(--micropad-xxx-large) / 2);
    padding-bottom: calc(var(--micropad-xxx-large) / 2);
  }

  .megamenu-category-link > [class*="ante-tag-"] {
    padding-top: var(--micropad-x-small) !important;
    padding-bottom: var(--micropad-x-small) !important;
  }

  .megamenu-category-link:first-child {
    margin-top: calc(var(--micropad-xxx-large) / 2 * -1);
  }

  .megamenu-category-link:last-child {
    margin-bottom: calc(var(--micropad-xxx-large) / 2 * -1);
  }

  .megamenu-category-see-all {
    display: inline-flex;
    align-items: center;
    gap: var(--micropad-x-small);
    text-decoration: none !important;
  }

  .megamenu-category-see-all i {
    transform: rotate(-90deg) scale(0.75);
  }

  @media (hover: hover) {
    .megamenu-category-link:hover {
      color: var(--color-text-link) !important;
    }

    .megamenu-category-see-all:hover {
      color: var(--color-text-default) !important;
    }

    .megamenu-category-see-all:hover i {
      transform: rotate(-90deg) translateY(3px) scale(0.75);
    }
  }
/* END_SNIPPET:ante-header-megamenu-category */

/* START_SNIPPET:ante-header-megamenu-promo (INDEX:362) */
.megamenu-promo {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--spacing-x-small);
    overflow: hidden;
    padding: var(--padding-large);
    color: var(--color-text-default) !important;
    text-decoration: none !important;
  }

  .ante-button.megamenu-promo-button {
    min-width: min-content !important;
  }


  .megamenu-promo-content {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-x-small);
    align-items: flex-start;
  }

  .megamenu-promo-content-text {
    --richtext-gap: var(--micropad-x-large) !important;
  }

  .megamenu-promo-text {
    display: flex;
    flex-direction: column;
    gap: var(--micropad-x-large);
  }

  .megamenu-promo-prices {
    display: flex;
    align-items: flex-end;
    gap: var(--micropad-medium);
  }

  .megamenu-promo-compare {
    text-decoration: line-through;
  }

  .megamenu-promo-price {
    color: var(--color-true);
  }
/* END_SNIPPET:ante-header-megamenu-promo */

/* START_SNIPPET:ante-header-megamenu-search (INDEX:363) */
.megamenu-search > .ante-container {
    gap: var(--spacing-large);
  }

  .megamenu-search-form {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid var(--color-border-active-secondary);
    color: var(--color-text-alt);
    width: 100%;
  }

  .megamenu-search-icon,
  .megamenu-search-clear {
    display: flex;
    align-items: center;
    padding-left: var(--micropad-xxx-large);
    padding-right: var(--micropad-xxx-large);
    cursor: pointer;
  }

  .megamenu-search-icon {
    padding-left: 0;
  }

  .megamenu-search-clear {
    padding-right: 0;
    cursor: pointer;
    color: var(--color-text-default);
    font-size: 16px;
    line-height: 1;
  }

  .megamenu-search-form:has(input:placeholder-shown) .megamenu-search-clear {
    display: none;
  }

  .megamenu-search-form input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-family: inherit;
    color: var(--color-text-default);
    padding: var(--padding-small) 0;
  }

  .megamenu-search-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-medium);
  }

  .megamenu-search-column {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-x-small);
  }

  .megamenu-search-tags {
    display: flex;
    flex-wrap: wrap;
    gap: var(--micropad-medium);
  }

  .megamenu-search-tag {
    display: inline-block;
    padding: var(--micropad-medium) var(--micropad-x-large);
    border: 1px solid var(--color-border-default-secondary);
    border-radius: 999px;
    color: var(--color-text-default);
    text-decoration: none;
    user-select: none;
    cursor: pointer;
  }

  .megamenu-search-products {
    display: flex;
    flex-direction: column;
  }

  .megamenu-search-product {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: var(--padding-small);
    padding: var(--micropad-medium) 0;
    text-decoration: none !important;
  }

  .megamenu-search-product-image {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: var(--radius-small);
  }

  .megamenu-search-product-arrow {
    transform: rotate(-90deg) scale(0.75);
  }

  @media (hover: hover) {
    .megamenu-search-product:hover .megamenu-search-product-arrow {
      transform: rotate(-90deg) translateY(3px) scale(0.75);
    }
  }

  .megamenu-search-results {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 0 var(--spacing-medium);
    overflow-y: auto;
  }

  .megamenu-search.has-query .megamenu-search-results {
    display: grid;
  }

  .megamenu-search.has-query .megamenu-search-content {
    display: none;
  }

  .megamenu-search-loading,
  .megamenu-search-empty {
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    padding-bottom: var(--padding-large);
  }

  .megamenu-search-spinner {
    width: 32px;
    height: 32px;
    background: currentColor;
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 38"><defs><linearGradient x1="8.042%" y1="0%" x2="65.682%" y2="23.865%" id="A"><stop stop-color="%23FFFFFF" stop-opacity="0" offset="0%"/><stop stop-color="%23FFFFFF" stop-opacity=".631" offset="63.146%"/><stop stop-color="%23FFFFFF" offset="100%"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><g transform="translate(1 1)"><path d="M36 18c0-9.94-8.06-18-18-18" stroke="url(%23A)" stroke-width="2"/></g></g></svg>');
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    animation: megamenu-search-spin 0.9s linear infinite;
  }

  @keyframes megamenu-search-spin {
    to { transform: rotate(360deg); }
  }

  .megamenu-search.has-query.is-loading .megamenu-search-loading,
  .megamenu-search.has-query.is-empty .megamenu-search-empty {
    display: flex;
  }

  .megamenu-search.has-query.is-loading .megamenu-search-results,
  .megamenu-search.has-query.is-empty .megamenu-search-results {
    display: none;
  }

  @container ante-mobile-nav (max-width: 480px) {
    .megamenu-search-results,
    .megamenu-search.has-query .megamenu-search-results,
    .megamenu-search-content {
      grid-template-columns: 1fr;
    }
  }
/* END_SNIPPET:ante-header-megamenu-search */

/* START_SNIPPET:ante-header-megamenu (INDEX:364) */
.megamenu-categories {
    flex: 1;
    display: flex;
    gap: var(--spacing-small);
  }

  .megamenu-main {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-x-small);
    padding: var(--padding-small) 0;
    align-self: stretch;
  }

  .megamenu-main:not(:last-child) {
    padding-right: var(--spacing-small);
    border-right: 1px solid var(--color-border-default);
  }

  .megamenu-heading {
    padding-bottom: var(--micropad-medium);
    border-bottom: 1px solid var(--color-border-default);
    text-transform: uppercase;
    font-family: var(--font-caption);
    font-size: var(--font-size-caption-x-small);
    font-weight: var(--font-weight-caption);
    line-height: var(--line-height-caption);
    letter-spacing: var(--letter-spacing-caption);
    color: var(--color-text-faint);
  }

  .megamenu-main-links {
    display: flex;
    flex-direction: column;
  }

  .megamenu-main-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--micropad-xxx-large);
    color: var(--color-text-default) !important;
    text-decoration: none !important;
    padding-top: calc(var(--micropad-xxx-large) / 2);
    padding-bottom: calc(var(--micropad-xxx-large) / 2);
  }

  .megamenu-main-links > .megamenu-main-link:first-child {
    margin-top: calc(var(--micropad-xxx-large) / 2 * -1);
  }

  .megamenu-main-links > .megamenu-main-link:last-child {
    margin-bottom: calc(var(--micropad-xxx-large) / 2 * -1);
  }

  .megamenu-mobile-drop {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    user-select: none;
    margin: 0;
  }

  .megamenu-mobile-drop > input {
    display: none;
  }

  .megamenu-mobile-drop-content {
    overflow: hidden;
    height: 0;
    transition: var(--transition-drop) !important;
    user-select: text;
    cursor: auto;
  }

  .megamenu-mobile-drop > input:checked ~ .megamenu-mobile-drop-content {
    height: auto;
  }

  .megamenu-mobile-drop-button i {
    transform: scale(0.75) !important;
    transition: transform .5s var(--transition-drop-ease) !important;
  }

  .megamenu-mobile-drop > input:checked ~ .megamenu-mobile-drop-button i {
    transform: rotate(180deg) scale(0.75) !important;
  }

  .megamenu-mobile-drop-inner {
    display: flex;
    flex-direction: column;
    margin-bottom: calc(var(--micropad-medium) * 2);
    padding-left: var(--padding-small);
    margin-left: var(--padding-small);
    border-left: 1px dashed var(--color-border-default);
  }

  .megamenu-mobile-categories-list {
    margin-left: calc(var(--page-gutter) + var(--padding-small));
  }

  .megamenu-promos {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-small);
  }

  .megamenu-main-button .ante-button {
    min-width: 0 !important;
  }

  @media (hover: hover) {
    .megamenu-main-link:hover {
      color: var(--color-text-link) !important;
    }
  }
/* END_SNIPPET:ante-header-megamenu */

/* START_SNIPPET:ante-image-gallery-grid (INDEX:366) */
.ante-image-gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: var(--spacing-x-small);
  }

  .ante-image-gallery-grid-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
/* END_SNIPPET:ante-image-gallery-grid */

/* START_SNIPPET:ante-image-gallery (INDEX:367) */
.gallery-mobile {
    display: none;
  }

  @media (max-width: 1024px) {
    .gallery-desktop {
      display: none;
    }

    .gallery-mobile {
      display: initial;
    }
  }
/* END_SNIPPET:ante-image-gallery */

/* START_SNIPPET:ante-import-buttons (INDEX:369) */
body {
    --button-border-radius: 9999px;
    --button-font-size: var(--font-size-body-large);
    --button-font-weight: var(--font-weight-bold);
    --button-line-height: var(--line-height-body);
    --button-font-family: var(--font);
  }

  .ante-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-small);
  }

  .ante-button {
    /* Derived here rather than globally: each button resolves the translate from
       its own --elevated-distance, so a size class only resets the distance.
       These must not go on `*` -- declaring them there collapses page layout. */
    --elevated-translate: translate(0, calc(var(--elevated-distance) * -1));
    --elevated-translate-hover: translate(0, calc(var(--elevated-distance-hover) * -1));
    --elevated-translate-active: translate(0, calc(var(--elevated-distance-active) * -1));
    all: unset;
    white-space: pre-wrap;
    background-color: var(--color-button-surface) !important;
    border-radius: var(--button-border-radius) !important;
    padding: var(--padding-medium) var(--padding-small) !important;
    min-height: 70px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--micropad-large);
    font-size: var(--button-font-size) !important;
    font-weight: var(--button-font-weight);
    line-height: var(--button-line-height);
    cursor: pointer;
    transition: transform .15s, box-shadow .15s, opacity .15s, background-color .15s !important;
    text-align: center;
    text-decoration: none !important;
    font-family: var(--button-font-family) !important;
    position: relative !important;
    z-index: 1;
    overflow: hidden;
    user-select: none !important;
    min-width: 240px !important;
    color: var(--color-button-text) !important;
    --border-color: var(--color-button-border);
    box-shadow: var(--elevated-shadow) !important;
    transform: var(--elevated-translate);
    border: 2px solid var(--color-button-border) !important;
  }

  .ante-button::after,
  .ante-button::before,
  .ante-button * {
    color: inherit !important;
  }

  .ante-button.small {
    --elevated-distance: 2px;
    --elevated-distance-hover: 4px;
    --elevated-distance-active: 3px;
    padding: var(--padding-small) var(--padding-medium) !important;
    min-height: 60px !important;
    max-height: 60px;
  }

  .ante-button.x-small {
    --elevated-distance: 1px;
    --elevated-distance-hover: 3px;
    --elevated-distance-active: 2px;
    padding: var(--micropad-large) var(--spacing-small) !important;
    min-height: 40px !important;
    min-width: 0 !important;
    font-size: var(--font-size-body) !important;
    gap: var(--micropad-medium);
  }

  .ante-button.secondary {
    --border-color: var(--color-button-secondary-border);
    background-color: var(--color-button-secondary-surface) !important;
    color: var(--color-button-secondary-text) !important;
    border: 2px solid var(--color-button-secondary-border) !important;
  }

  .ante-button:not([loading]):not([disabled]):hover,
  .ante-button-activator:hover > .ante-button:not([loading]):not([disabled]) {
    --border-color: var(--color-button-border-hover);
    background-color: var(--color-button-surface-hover) !important;
    color: var(--color-button-text-hover) !important;
    border: 2px solid var(--color-button-border-hover) !important;
    box-shadow: var(--elevated-shadow-hover) !important;
    transform: var(--elevated-translate-hover);
  }

  .ante-button:not([loading]):not([disabled]):hover.secondary,
  .ante-button-activator:hover > .ante-button:not([loading]):not([disabled]).secondary {
    --border-color: var(--color-button-secondary-border-hover);
    background-color: var(--color-button-secondary-surface-hover) !important;
    color: var(--color-button-secondary-text-hover) !important;
    border: 2px solid var(--color-button-secondary-border-hover) !important;
    box-shadow: var(--elevated-shadow-hover) !important;
    transform: var(--elevated-translate-hover);
  }

  .ante-button:not([loading]):not([disabled]):active,
  .ante-button:not([loading]):not([disabled]):active.secondary,
  .ante-button-activator:active > .ante-button:not([loading]):not([disabled]),
  .ante-button-activator:active > .ante-button:not([loading]):not([disabled]).secondary {
    box-shadow: var(--elevated-shadow-active) !important;
    transform: var(--elevated-translate-active);
  }

  .ante-button[loading],
  .ante-button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: var(--elevated-shadow-none) !important;
    transform: initial;
  }

  .ante-button[loading] {
    color: transparent !important;
    cursor: progress !important;
  }

  .ante-button[loading]::before,
  .ante-button[loading] * {
    visibility: hidden !important;
  }

  .ante-button[loading]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: var(--color-button-text);
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 38 38"><defs><linearGradient x1="8.042%" y1="0%" x2="65.682%" y2="23.865%" id="A"><stop stop-color="%23FFFFFF" stop-opacity="0" offset="0%"/><stop stop-color="%23FFFFFF" stop-opacity=".631" offset="63.146%"/><stop stop-color="%23FFFFFF" offset="100%"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><g transform="translate(1 1)"><path d="M36 18c0-9.94-8.06-18-18-18" stroke="url(%23A)" stroke-width="2"/></g></g></svg>');
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    animation: loadingspin 0.9s linear infinite;
  }

  .ante-button[loading].secondary::after {
    background: var(--color-button-secondary-text);
  }

  .ante-button-activator {
    text-decoration: none !important;
  }

  .ante-button .ante-buy-compare-price {
    color: inherit !important;
  }

  .ante-button .ante-buy-compare-price > span {
    opacity: 0.6;
  }

  .ante-button .ante-buy-compare-price::before {
    background-color: currentColor;
  }

  .ante-buy-button-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: currentColor;
  }

  @media (max-width: 1440px) {
    .ante-button {
      min-height: 64px !important;
      font-size: 18px !important;
    }

    .ante-button.small {
      min-height: 54px !important;
      max-height: 54px;
    }
  }

  @media (max-width: 600px) {
    .ante-button {
      min-height: 54px !important;
      font-size: 16px !important;
    }

    .ante-button.small {
      min-height: 40px !important;
      max-height: 40px;
    }

    .ante-button.x-small {
      min-height: 36px !important;
      font-size: var(--font-size-body-small) !important;
    }
  }

  @keyframes loadingspin {
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
/* END_SNIPPET:ante-import-buttons */

/* START_SNIPPET:ante-import-colours (INDEX:371) */
@property --color-surface-background {
    syntax: "<color>";
    inherits: true;
    initial-value: #FFF7DB;
  }
  @property --color-surface-dark {
    syntax: "<color>";
    inherits: true;
    initial-value: #FFFFFF;
  }
  @property --color-surface-x-dark {
    syntax: "<color>";
    inherits: true;
    initial-value: #FFF9E7;
  }
  @property --color-surface-xx-dark {
    syntax: "<color>";
    inherits: true;
    initial-value: #FFF3CC;
  }
  @property --color-surface-xxx-dark {
    syntax: "<color>";
    inherits: true;
    initial-value: #F2E6C0;
  }
  @property --color-surface-accent {
    syntax: "<color>";
    inherits: true;
    initial-value: #FF7E57;
  }
  @property --color-surface-accent-inverse {
    syntax: "<color>";
    inherits: true;
    initial-value: #772202;
  }
  @property --color-surface-alpha-dark {
    syntax: "<color>";
    inherits: true;
    initial-value: #DDD3B129;
  }
  @property --color-surface-alpha-x-dark {
    syntax: "<color>";
    inherits: true;
    initial-value: #DDD3B13D;
  }
  @property --color-surface-input {
    syntax: "<color>";
    inherits: true;
    initial-value: #FFFFFF;
  }
  @property --color-text-default {
    syntax: "<color>";
    inherits: true;
    initial-value: #201F1C;
  }
  @property --color-text-muted {
    syntax: "<color>";
    inherits: true;
    initial-value: #4C4A44;
  }
  @property --color-text-faint {
    syntax: "<color>";
    inherits: true;
    initial-value: #A39B82;
  }
  @property --color-text-alt {
    syntax: "<color>";
    inherits: true;
    initial-value: #F15722;
  }
  @property --color-text-link {
    syntax: "<color>";
    inherits: true;
    initial-value: #9F3510;
  }
  @property --color-text-input {
    syntax: "<color>";
    inherits: true;
    initial-value: #201F1C;
  }
  @property --color-border-default {
    syntax: "<color>";
    inherits: true;
    initial-value: #201F1C;
  }
  @property --color-border-default-secondary {
    syntax: "<color>";
    inherits: true;
    initial-value: #A39B82;
  }
  @property --color-border-active {
    syntax: "<color>";
    inherits: true;
    initial-value: #F04E19;
  }
  @property --color-border-active-secondary {
    syntax: "<color>";
    inherits: true;
    initial-value: #201F1C;
  }
  @property --color-border-alpha {
    syntax: "<color>";
    inherits: true;
    initial-value: #1717193D;
  }
  @property --color-button-surface {
    syntax: "<color>";
    inherits: true;
    initial-value: #2A8F9A;
  }
  @property --color-button-surface-hover {
    syntax: "<color>";
    inherits: true;
    initial-value: #32B8C6;
  }
  @property --color-button-text {
    syntax: "<color>";
    inherits: true;
    initial-value: #FFFFFF;
  }
  @property --color-button-text-hover {
    syntax: "<color>";
    inherits: true;
    initial-value: #FFFFFF;
  }
  @property --color-button-border {
    syntax: "<color>";
    inherits: true;
    initial-value: #201F1C;
  }
  @property --color-button-border-hover {
    syntax: "<color>";
    inherits: true;
    initial-value: #201F1C;
  }
  @property --color-button-secondary-surface {
    syntax: "<color>";
    inherits: true;
    initial-value: #FFFFFF;
  }
  @property --color-button-secondary-surface-hover {
    syntax: "<color>";
    inherits: true;
    initial-value: #32B8C6;
  }
  @property --color-button-secondary-text {
    syntax: "<color>";
    inherits: true;
    initial-value: #201F1C;
  }
  @property --color-button-secondary-text-hover {
    syntax: "<color>";
    inherits: true;
    initial-value: #FFFFFF;
  }
  @property --color-button-secondary-border {
    syntax: "<color>";
    inherits: true;
    initial-value: #2D2B27;
  }
  @property --color-button-secondary-border-hover {
    syntax: "<color>";
    inherits: true;
    initial-value: #201F1C;
  }
  @property --color-content-accent-primary {
    syntax: "<color>";
    inherits: true;
    initial-value: #8C2805;
  }
  @property --color-content-accent-inverse {
    syntax: "<color>";
    inherits: true;
    initial-value: #FFFFFF;
  }
  @property --color-true {
    syntax: "<color>";
    inherits: true;
    initial-value: #2F7D37;
  }
  @property --color-true-light {
    syntax: "<color>";
    inherits: true;
    initial-value: #A2E7AE;
  }
  @property --color-false {
    syntax: "<color>";
    inherits: true;
    initial-value: #B92B3E;
  }
  @property --color-false-light {
    syntax: "<color>";
    inherits: true;
    initial-value: #F3B3BB;
  }
  @property --color-rating-stars {
    syntax: "<color>";
    inherits: true;
    initial-value: #FFBE1F;
  }
  @property --color-toggle-thumb-surface {
    syntax: "<color>";
    inherits: true;
    initial-value: #FFFFFF;
  }
  @property --color-toggle-thumb-border-on {
    syntax: "<color>";
    inherits: true;
    initial-value: #266330;
  }
  @property --color-toggle-thumb-border-off {
    syntax: "<color>";
    inherits: true;
    initial-value: #201F1C;
  }
  @property --color-toggle-surface-on {
    syntax: "<color>";
    inherits: true;
    initial-value: #58AE5F;
  }
  @property --color-toggle-border-on {
    syntax: "<color>";
    inherits: true;
    initial-value: #201F1C;
  }
  @property --color-toggle-surface-off {
    syntax: "<color>";
    inherits: true;
    initial-value: #FFF3CC;
  }
  @property --color-toggle-border-off {
    syntax: "<color>";
    inherits: true;
    initial-value: #201F1C;
  }

  /* Theme values */
  :root,
  .ante-base {
    --base-color-surface-background: #FFF7DB;
    --base-color-surface-dark: #FFFFFF;
    --base-color-surface-x-dark: #FFF9E7;
    --base-color-surface-xx-dark: #FFF3CC;
    --base-color-surface-xxx-dark: #F2E6C0;
    --base-color-surface-accent: #FF7E57;
    --base-color-surface-accent-inverse: #772202;
    --base-color-surface-alpha-dark: #DDD3B129;
    --base-color-surface-alpha-x-dark: #DDD3B13D;
    --base-color-surface-input: #FFFFFF;
    --base-color-text-default: #201F1C;
    --base-color-text-muted: #4C4A44;
    --base-color-text-faint: #A39B82;
    --base-color-text-alt: #F15722;
    --base-color-text-link: #9F3510;
    --base-color-text-input: #201F1C;
    --base-color-border-default: #201F1C;
    --base-color-border-default-secondary: #A39B82;
    --base-color-border-active: #F04E19;
    --base-color-border-active-secondary: #201F1C;
    --base-color-border-alpha: #1717193D;
    --base-color-button-surface: #2A8F9A;
    --base-color-button-surface-hover: #32B8C6;
    --base-color-button-text: #FFFFFF;
    --base-color-button-text-hover: #FFFFFF;
    --base-color-button-border: #201F1C;
    --base-color-button-border-hover: #201F1C;
    --base-color-button-secondary-surface: #FFFFFF;
    --base-color-button-secondary-surface-hover: #32B8C6;
    --base-color-button-secondary-text: #201F1C;
    --base-color-button-secondary-text-hover: #FFFFFF;
    --base-color-button-secondary-border: #2D2B27;
    --base-color-button-secondary-border-hover: #201F1C;
    --base-color-content-accent-primary: #8C2805;
    --base-color-content-accent-inverse: #FFFFFF;
    --base-color-true: #2F7D37;
    --base-color-true-light: #A2E7AE;
    --base-color-false: #B92B3E;
    --base-color-false-light: #F3B3BB;
    --base-color-rating-stars: #FFBE1F;
    --base-color-toggle-thumb-surface: #FFFFFF;
    --base-color-toggle-thumb-border-on: #266330;
    --base-color-toggle-thumb-border-off: #676353;
    --base-color-toggle-surface-on: #58AE5F;
    --base-color-toggle-border-on: #266330;
    --base-color-toggle-surface-off: #FFF3CC;
    --base-color-toggle-border-off: #676353;
    --inverse-color-surface-background: #32B8C6;
    --inverse-color-surface-dark: #2A8F9A;
    --inverse-color-surface-x-dark: #20767F;
    --inverse-color-surface-xx-dark: #16676F;
    --inverse-color-surface-xxx-dark: #0E585F;
    --inverse-color-surface-accent: #0E585F;
    --inverse-color-surface-accent-inverse: #98D5DC;
    --inverse-color-surface-alpha-dark: #32B8C629;
    --inverse-color-surface-alpha-x-dark: #32B8C63D;
    --inverse-color-surface-input: #FFFFFF;
    --inverse-color-text-default: #FFFFFF;
    --inverse-color-text-muted: #F6FBFC;
    --inverse-color-text-faint: #D9EFF2;
    --inverse-color-text-alt: #D9EFF2;
    --inverse-color-text-link: #201F1C;
    --inverse-color-text-input: #201F1C;
    --inverse-color-border-default: #201F1C;
    --inverse-color-border-default-secondary: #D9EFF2;
    --inverse-color-border-active: #054A50;
    --inverse-color-border-active-secondary: #201F1C;
    --inverse-color-border-alpha: #FFFFFF3D;
    --inverse-color-button-surface: #FFFFFF;
    --inverse-color-button-surface-hover: #D9EFF2;
    --inverse-color-button-text: #201F1C;
    --inverse-color-button-text-hover: #201F1C;
    --inverse-color-button-border: #201F1C;
    --inverse-color-button-border-hover: #201F1C;
    --inverse-color-button-secondary-surface: #17171900;
    --inverse-color-button-secondary-surface-hover: #D9EFF2;
    --inverse-color-button-secondary-text: #FFFFFF;
    --inverse-color-button-secondary-text-hover: #201F1C;
    --inverse-color-button-secondary-border: #201F1C;
    --inverse-color-button-secondary-border-hover: #201F1C;
    --inverse-color-content-accent-primary: #FFFFFF;
    --inverse-color-content-accent-inverse: #054A50;
    --inverse-color-true: #2F7D37;
    --inverse-color-true-light: #A2E7AE;
    --inverse-color-false: #7D3636;
    --inverse-color-false-light: #EC8D9A;
    --inverse-color-rating-stars: #FFBE1F;
    --inverse-color-toggle-thumb-surface: #FFFFFF;
    --inverse-color-toggle-thumb-border-on: #266330;
    --inverse-color-toggle-thumb-border-off: #676353;
    --inverse-color-toggle-surface-on: #58AE5F;
    --inverse-color-toggle-border-on: #266330;
    --inverse-color-toggle-surface-off: #FFF3CC;
    --inverse-color-toggle-border-off: #676353;
    --brand-color-surface-background: #FEC874;
    --brand-color-surface-dark: #FFFFFF;
    --brand-color-surface-x-dark: #FFD79E;
    --brand-color-surface-xx-dark: #FFD08A;
    --brand-color-surface-xxx-dark: #FFF7EB;
    --brand-color-surface-accent: #F9754D;
    --brand-color-surface-accent-inverse: #772202;
    --brand-color-surface-alpha-dark: #FFFFFF1F;
    --brand-color-surface-alpha-x-dark: #FFFFFF3D;
    --brand-color-surface-input: #FFFFFF;
    --brand-color-text-default: #201F1C;
    --brand-color-text-muted: #4C4A44;
    --brand-color-text-faint: #B07A25;
    --brand-color-text-alt: #F04E19;
    --brand-color-text-link: #B07A25;
    --brand-color-text-input: #201F1C;
    --brand-color-border-default: #201F1C;
    --brand-color-border-default-secondary: #B07A25;
    --brand-color-border-active: #70C5CF;
    --brand-color-border-active-secondary: #201F1C;
    --brand-color-border-alpha: #1717193D;
    --brand-color-button-surface: #F15722;
    --brand-color-button-surface-hover: #F26A40;
    --brand-color-button-text: #FFFFFF;
    --brand-color-button-text-hover: #FFFFFF;
    --brand-color-button-border: #201F1C;
    --brand-color-button-border-hover: #201F1C;
    --brand-color-button-secondary-surface: #FFFFFF;
    --brand-color-button-secondary-surface-hover: #F26A40;
    --brand-color-button-secondary-text: #201F1C;
    --brand-color-button-secondary-text-hover: #FFFFFF;
    --brand-color-button-secondary-border: #201F1C;
    --brand-color-button-secondary-border-hover: #201F1C;
    --brand-color-content-accent-primary: #8C2805;
    --brand-color-content-accent-inverse: #FFFFFF;
    --brand-color-true: #266330;
    --brand-color-true-light: #74DA85;
    --brand-color-false: #693130;
    --brand-color-false-light: #EA5F74;
    --brand-color-rating-stars: #956419;
    --brand-color-toggle-thumb-surface: #FFFFFF;
    --brand-color-toggle-thumb-border-on: #266330;
    --brand-color-toggle-thumb-border-off: #676353;
    --brand-color-toggle-surface-on: #58AE5F;
    --brand-color-toggle-border-on: #266330;
    --brand-color-toggle-surface-off: #FFF3CC;
    --brand-color-toggle-border-off: #676353;
    --brand-inverse-color-surface-background: #F26A40;
    --brand-inverse-color-surface-dark: #F15722;
    --brand-inverse-color-surface-x-dark: #F04E19;
    --brand-inverse-color-surface-xx-dark: #CB4B20;
    --brand-inverse-color-surface-xxx-dark: #9F3510;
    --brand-inverse-color-surface-accent: #631900;
    --brand-inverse-color-surface-accent-inverse: #FFA285;
    --brand-inverse-color-surface-alpha-dark: #F1572229;
    --brand-inverse-color-surface-alpha-x-dark: #F157223D;
    --brand-inverse-color-surface-input: #FFFFFF;
    --brand-inverse-color-text-default: #FFFFFF;
    --brand-inverse-color-text-muted: #FFEEE9;
    --brand-inverse-color-text-faint: #FFCCBD;
    --brand-inverse-color-text-alt: #FEC874;
    --brand-inverse-color-text-link: #CB4B20;
    --brand-inverse-color-text-input: #201F1C;
    --brand-inverse-color-border-default: #201F1C;
    --brand-inverse-color-border-default-secondary: #FFCCBD;
    --brand-inverse-color-border-active: #872A07;
    --brand-inverse-color-border-active-secondary: #201F1C;
    --brand-inverse-color-border-alpha: #1717193D;
    --brand-inverse-color-button-surface: #FFFFFF;
    --brand-inverse-color-button-surface-hover: #FFEEE9;
    --brand-inverse-color-button-text: #201F1C;
    --brand-inverse-color-button-text-hover: #201F1C;
    --brand-inverse-color-button-border: #201F1C;
    --brand-inverse-color-button-border-hover: #201F1C;
    --brand-inverse-color-button-secondary-surface: #17171900;
    --brand-inverse-color-button-secondary-surface-hover: #FFEEE9;
    --brand-inverse-color-button-secondary-text: #FFFFFF;
    --brand-inverse-color-button-secondary-text-hover: #201F1C;
    --brand-inverse-color-button-secondary-border: #201F1C;
    --brand-inverse-color-button-secondary-border-hover: #201F1C;
    --brand-inverse-color-content-accent-primary: #FFFFFF;
    --brand-inverse-color-content-accent-inverse: #4E1200;
    --brand-inverse-color-true: #2F7D37;
    --brand-inverse-color-true-light: #A2E7AE;
    --brand-inverse-color-false: #7D3636;
    --brand-inverse-color-false-light: #EC8D9A;
    --brand-inverse-color-rating-stars: #FFBE1F;
    --brand-inverse-color-toggle-thumb-surface: #FFFFFF;
    --brand-inverse-color-toggle-thumb-border-on: #266330;
    --brand-inverse-color-toggle-thumb-border-off: #676353;
    --brand-inverse-color-toggle-surface-on: #58AE5F;
    --brand-inverse-color-toggle-border-on: #266330;
    --brand-inverse-color-toggle-surface-off: #FFF3CC;
    --brand-inverse-color-toggle-border-off: #676353;

    /* Active theme indirection */
    --normal-color-surface-background: var(--base-color-surface-background);
    --normal-color-surface-dark: var(--base-color-surface-dark);
    --normal-color-surface-x-dark: var(--base-color-surface-x-dark);
    --normal-color-surface-xx-dark: var(--base-color-surface-xx-dark);
    --normal-color-surface-xxx-dark: var(--base-color-surface-xxx-dark);
    --normal-color-surface-accent: var(--base-color-surface-accent);
    --normal-color-surface-accent-inverse: var(--base-color-surface-accent-inverse);
    --normal-color-surface-alpha-dark: var(--base-color-surface-alpha-dark);
    --normal-color-surface-alpha-x-dark: var(--base-color-surface-alpha-x-dark);
    --normal-color-surface-input: var(--base-color-surface-input);
    --normal-color-text-default: var(--base-color-text-default);
    --normal-color-text-muted: var(--base-color-text-muted);
    --normal-color-text-faint: var(--base-color-text-faint);
    --normal-color-text-alt: var(--base-color-text-alt);
    --normal-color-text-link: var(--base-color-text-link);
    --normal-color-text-input: var(--base-color-text-input);
    --normal-color-border-default: var(--base-color-border-default);
    --normal-color-border-default-secondary: var(--base-color-border-default-secondary);
    --normal-color-border-active: var(--base-color-border-active);
    --normal-color-border-active-secondary: var(--base-color-border-active-secondary);
    --normal-color-border-alpha: var(--base-color-border-alpha);
    --normal-color-button-surface: var(--base-color-button-surface);
    --normal-color-button-surface-hover: var(--base-color-button-surface-hover);
    --normal-color-button-text: var(--base-color-button-text);
    --normal-color-button-text-hover: var(--base-color-button-text-hover);
    --normal-color-button-border: var(--base-color-button-border);
    --normal-color-button-border-hover: var(--base-color-button-border-hover);
    --normal-color-button-secondary-surface: var(--base-color-button-secondary-surface);
    --normal-color-button-secondary-surface-hover: var(--base-color-button-secondary-surface-hover);
    --normal-color-button-secondary-text: var(--base-color-button-secondary-text);
    --normal-color-button-secondary-text-hover: var(--base-color-button-secondary-text-hover);
    --normal-color-button-secondary-border: var(--base-color-button-secondary-border);
    --normal-color-button-secondary-border-hover: var(--base-color-button-secondary-border-hover);
    --normal-color-content-accent-primary: var(--base-color-content-accent-primary);
    --normal-color-content-accent-inverse: var(--base-color-content-accent-inverse);
    --normal-color-true: var(--base-color-true);
    --normal-color-true-light: var(--base-color-true-light);
    --normal-color-false: var(--base-color-false);
    --normal-color-false-light: var(--base-color-false-light);
    --normal-color-rating-stars: var(--base-color-rating-stars);
    --normal-color-toggle-thumb-surface: var(--base-color-toggle-thumb-surface);
    --normal-color-toggle-thumb-border-on: var(--base-color-toggle-thumb-border-on);
    --normal-color-toggle-thumb-border-off: var(--base-color-toggle-thumb-border-off);
    --normal-color-toggle-surface-on: var(--base-color-toggle-surface-on);
    --normal-color-toggle-border-on: var(--base-color-toggle-border-on);
    --normal-color-toggle-surface-off: var(--base-color-toggle-surface-off);
    --normal-color-toggle-border-off: var(--base-color-toggle-border-off);
    --invert-color-surface-background: var(--inverse-color-surface-background);
    --invert-color-surface-dark: var(--inverse-color-surface-dark);
    --invert-color-surface-x-dark: var(--inverse-color-surface-x-dark);
    --invert-color-surface-xx-dark: var(--inverse-color-surface-xx-dark);
    --invert-color-surface-xxx-dark: var(--inverse-color-surface-xxx-dark);
    --invert-color-surface-accent: var(--inverse-color-surface-accent);
    --invert-color-surface-accent-inverse: var(--inverse-color-surface-accent-inverse);
    --invert-color-surface-alpha-dark: var(--inverse-color-surface-alpha-dark);
    --invert-color-surface-alpha-x-dark: var(--inverse-color-surface-alpha-x-dark);
    --invert-color-surface-input: var(--inverse-color-surface-input);
    --invert-color-text-default: var(--inverse-color-text-default);
    --invert-color-text-muted: var(--inverse-color-text-muted);
    --invert-color-text-faint: var(--inverse-color-text-faint);
    --invert-color-text-alt: var(--inverse-color-text-alt);
    --invert-color-text-link: var(--inverse-color-text-link);
    --invert-color-text-input: var(--inverse-color-text-input);
    --invert-color-border-default: var(--inverse-color-border-default);
    --invert-color-border-default-secondary: var(--inverse-color-border-default-secondary);
    --invert-color-border-active: var(--inverse-color-border-active);
    --invert-color-border-active-secondary: var(--inverse-color-border-active-secondary);
    --invert-color-border-alpha: var(--inverse-color-border-alpha);
    --invert-color-button-surface: var(--inverse-color-button-surface);
    --invert-color-button-surface-hover: var(--inverse-color-button-surface-hover);
    --invert-color-button-text: var(--inverse-color-button-text);
    --invert-color-button-text-hover: var(--inverse-color-button-text-hover);
    --invert-color-button-border: var(--inverse-color-button-border);
    --invert-color-button-border-hover: var(--inverse-color-button-border-hover);
    --invert-color-button-secondary-surface: var(--inverse-color-button-secondary-surface);
    --invert-color-button-secondary-surface-hover: var(--inverse-color-button-secondary-surface-hover);
    --invert-color-button-secondary-text: var(--inverse-color-button-secondary-text);
    --invert-color-button-secondary-text-hover: var(--inverse-color-button-secondary-text-hover);
    --invert-color-button-secondary-border: var(--inverse-color-button-secondary-border);
    --invert-color-button-secondary-border-hover: var(--inverse-color-button-secondary-border-hover);
    --invert-color-content-accent-primary: var(--inverse-color-content-accent-primary);
    --invert-color-content-accent-inverse: var(--inverse-color-content-accent-inverse);
    --invert-color-true: var(--inverse-color-true);
    --invert-color-true-light: var(--inverse-color-true-light);
    --invert-color-false: var(--inverse-color-false);
    --invert-color-false-light: var(--inverse-color-false-light);
    --invert-color-rating-stars: var(--inverse-color-rating-stars);
    --invert-color-toggle-thumb-surface: var(--inverse-color-toggle-thumb-surface);
    --invert-color-toggle-thumb-border-on: var(--inverse-color-toggle-thumb-border-on);
    --invert-color-toggle-thumb-border-off: var(--inverse-color-toggle-thumb-border-off);
    --invert-color-toggle-surface-on: var(--inverse-color-toggle-surface-on);
    --invert-color-toggle-border-on: var(--inverse-color-toggle-border-on);
    --invert-color-toggle-surface-off: var(--inverse-color-toggle-surface-off);
    --invert-color-toggle-border-off: var(--inverse-color-toggle-border-off);
    --color-surface-background: var(--normal-color-surface-background);
    --color-surface-dark: var(--normal-color-surface-dark);
    --color-surface-x-dark: var(--normal-color-surface-x-dark);
    --color-surface-xx-dark: var(--normal-color-surface-xx-dark);
    --color-surface-xxx-dark: var(--normal-color-surface-xxx-dark);
    --color-surface-accent: var(--normal-color-surface-accent);
    --color-surface-accent-inverse: var(--normal-color-surface-accent-inverse);
    --color-surface-alpha-dark: var(--normal-color-surface-alpha-dark);
    --color-surface-alpha-x-dark: var(--normal-color-surface-alpha-x-dark);
    --color-surface-input: var(--normal-color-surface-input);
    --color-text-default: var(--normal-color-text-default);
    --color-text-muted: var(--normal-color-text-muted);
    --color-text-faint: var(--normal-color-text-faint);
    --color-text-alt: var(--normal-color-text-alt);
    --color-text-link: var(--normal-color-text-link);
    --color-text-input: var(--normal-color-text-input);
    --color-border-default: var(--normal-color-border-default);
    --color-border-default-secondary: var(--normal-color-border-default-secondary);
    --color-border-active: var(--normal-color-border-active);
    --color-border-active-secondary: var(--normal-color-border-active-secondary);
    --color-border-alpha: var(--normal-color-border-alpha);
    --color-button-surface: var(--normal-color-button-surface);
    --color-button-surface-hover: var(--normal-color-button-surface-hover);
    --color-button-text: var(--normal-color-button-text);
    --color-button-text-hover: var(--normal-color-button-text-hover);
    --color-button-border: var(--normal-color-button-border);
    --color-button-border-hover: var(--normal-color-button-border-hover);
    --color-button-secondary-surface: var(--normal-color-button-secondary-surface);
    --color-button-secondary-surface-hover: var(--normal-color-button-secondary-surface-hover);
    --color-button-secondary-text: var(--normal-color-button-secondary-text);
    --color-button-secondary-text-hover: var(--normal-color-button-secondary-text-hover);
    --color-button-secondary-border: var(--normal-color-button-secondary-border);
    --color-button-secondary-border-hover: var(--normal-color-button-secondary-border-hover);
    --color-content-accent-primary: var(--normal-color-content-accent-primary);
    --color-content-accent-inverse: var(--normal-color-content-accent-inverse);
    --color-true: var(--normal-color-true);
    --color-true-light: var(--normal-color-true-light);
    --color-false: var(--normal-color-false);
    --color-false-light: var(--normal-color-false-light);
    --color-rating-stars: var(--normal-color-rating-stars);
    --color-toggle-thumb-surface: var(--normal-color-toggle-thumb-surface);
    --color-toggle-thumb-border-on: var(--normal-color-toggle-thumb-border-on);
    --color-toggle-thumb-border-off: var(--normal-color-toggle-thumb-border-off);
    --color-toggle-surface-on: var(--normal-color-toggle-surface-on);
    --color-toggle-border-on: var(--normal-color-toggle-border-on);
    --color-toggle-surface-off: var(--normal-color-toggle-surface-off);
    --color-toggle-border-off: var(--normal-color-toggle-border-off);
    color: var(--color-text-default);
  }

  .ante-brand,
  .ante-brand .ante-brand .ante-brand {
    --normal-color-surface-background: var(--brand-color-surface-background);
    --normal-color-surface-dark: var(--brand-color-surface-dark);
    --normal-color-surface-x-dark: var(--brand-color-surface-x-dark);
    --normal-color-surface-xx-dark: var(--brand-color-surface-xx-dark);
    --normal-color-surface-xxx-dark: var(--brand-color-surface-xxx-dark);
    --normal-color-surface-accent: var(--brand-color-surface-accent);
    --normal-color-surface-accent-inverse: var(--brand-color-surface-accent-inverse);
    --normal-color-surface-alpha-dark: var(--brand-color-surface-alpha-dark);
    --normal-color-surface-alpha-x-dark: var(--brand-color-surface-alpha-x-dark);
    --normal-color-surface-input: var(--brand-color-surface-input);
    --normal-color-text-default: var(--brand-color-text-default);
    --normal-color-text-muted: var(--brand-color-text-muted);
    --normal-color-text-faint: var(--brand-color-text-faint);
    --normal-color-text-alt: var(--brand-color-text-alt);
    --normal-color-text-link: var(--brand-color-text-link);
    --normal-color-text-input: var(--brand-color-text-input);
    --normal-color-border-default: var(--brand-color-border-default);
    --normal-color-border-default-secondary: var(--brand-color-border-default-secondary);
    --normal-color-border-active: var(--brand-color-border-active);
    --normal-color-border-active-secondary: var(--brand-color-border-active-secondary);
    --normal-color-border-alpha: var(--brand-color-border-alpha);
    --normal-color-button-surface: var(--brand-color-button-surface);
    --normal-color-button-surface-hover: var(--brand-color-button-surface-hover);
    --normal-color-button-text: var(--brand-color-button-text);
    --normal-color-button-text-hover: var(--brand-color-button-text-hover);
    --normal-color-button-border: var(--brand-color-button-border);
    --normal-color-button-border-hover: var(--brand-color-button-border-hover);
    --normal-color-button-secondary-surface: var(--brand-color-button-secondary-surface);
    --normal-color-button-secondary-surface-hover: var(--brand-color-button-secondary-surface-hover);
    --normal-color-button-secondary-text: var(--brand-color-button-secondary-text);
    --normal-color-button-secondary-text-hover: var(--brand-color-button-secondary-text-hover);
    --normal-color-button-secondary-border: var(--brand-color-button-secondary-border);
    --normal-color-button-secondary-border-hover: var(--brand-color-button-secondary-border-hover);
    --normal-color-content-accent-primary: var(--brand-color-content-accent-primary);
    --normal-color-content-accent-inverse: var(--brand-color-content-accent-inverse);
    --normal-color-true: var(--brand-color-true);
    --normal-color-true-light: var(--brand-color-true-light);
    --normal-color-false: var(--brand-color-false);
    --normal-color-false-light: var(--brand-color-false-light);
    --normal-color-rating-stars: var(--brand-color-rating-stars);
    --normal-color-toggle-thumb-surface: var(--brand-color-toggle-thumb-surface);
    --normal-color-toggle-thumb-border-on: var(--brand-color-toggle-thumb-border-on);
    --normal-color-toggle-thumb-border-off: var(--brand-color-toggle-thumb-border-off);
    --normal-color-toggle-surface-on: var(--brand-color-toggle-surface-on);
    --normal-color-toggle-border-on: var(--brand-color-toggle-border-on);
    --normal-color-toggle-surface-off: var(--brand-color-toggle-surface-off);
    --normal-color-toggle-border-off: var(--brand-color-toggle-border-off);
    --invert-color-surface-background: var(--brand-inverse-color-surface-background);
    --invert-color-surface-dark: var(--brand-inverse-color-surface-dark);
    --invert-color-surface-x-dark: var(--brand-inverse-color-surface-x-dark);
    --invert-color-surface-xx-dark: var(--brand-inverse-color-surface-xx-dark);
    --invert-color-surface-xxx-dark: var(--brand-inverse-color-surface-xxx-dark);
    --invert-color-surface-accent: var(--brand-inverse-color-surface-accent);
    --invert-color-surface-accent-inverse: var(--brand-inverse-color-surface-accent-inverse);
    --invert-color-surface-alpha-dark: var(--brand-inverse-color-surface-alpha-dark);
    --invert-color-surface-alpha-x-dark: var(--brand-inverse-color-surface-alpha-x-dark);
    --invert-color-surface-input: var(--brand-inverse-color-surface-input);
    --invert-color-text-default: var(--brand-inverse-color-text-default);
    --invert-color-text-muted: var(--brand-inverse-color-text-muted);
    --invert-color-text-faint: var(--brand-inverse-color-text-faint);
    --invert-color-text-alt: var(--brand-inverse-color-text-alt);
    --invert-color-text-link: var(--brand-inverse-color-text-link);
    --invert-color-text-input: var(--brand-inverse-color-text-input);
    --invert-color-border-default: var(--brand-inverse-color-border-default);
    --invert-color-border-default-secondary: var(--brand-inverse-color-border-default-secondary);
    --invert-color-border-active: var(--brand-inverse-color-border-active);
    --invert-color-border-active-secondary: var(--brand-inverse-color-border-active-secondary);
    --invert-color-border-alpha: var(--brand-inverse-color-border-alpha);
    --invert-color-button-surface: var(--brand-inverse-color-button-surface);
    --invert-color-button-surface-hover: var(--brand-inverse-color-button-surface-hover);
    --invert-color-button-text: var(--brand-inverse-color-button-text);
    --invert-color-button-text-hover: var(--brand-inverse-color-button-text-hover);
    --invert-color-button-border: var(--brand-inverse-color-button-border);
    --invert-color-button-border-hover: var(--brand-inverse-color-button-border-hover);
    --invert-color-button-secondary-surface: var(--brand-inverse-color-button-secondary-surface);
    --invert-color-button-secondary-surface-hover: var(--brand-inverse-color-button-secondary-surface-hover);
    --invert-color-button-secondary-text: var(--brand-inverse-color-button-secondary-text);
    --invert-color-button-secondary-text-hover: var(--brand-inverse-color-button-secondary-text-hover);
    --invert-color-button-secondary-border: var(--brand-inverse-color-button-secondary-border);
    --invert-color-button-secondary-border-hover: var(--brand-inverse-color-button-secondary-border-hover);
    --invert-color-content-accent-primary: var(--brand-inverse-color-content-accent-primary);
    --invert-color-content-accent-inverse: var(--brand-inverse-color-content-accent-inverse);
    --invert-color-true: var(--brand-inverse-color-true);
    --invert-color-true-light: var(--brand-inverse-color-true-light);
    --invert-color-false: var(--brand-inverse-color-false);
    --invert-color-false-light: var(--brand-inverse-color-false-light);
    --invert-color-rating-stars: var(--brand-inverse-color-rating-stars);
    --invert-color-toggle-thumb-surface: var(--brand-inverse-color-toggle-thumb-surface);
    --invert-color-toggle-thumb-border-on: var(--brand-inverse-color-toggle-thumb-border-on);
    --invert-color-toggle-thumb-border-off: var(--brand-inverse-color-toggle-thumb-border-off);
    --invert-color-toggle-surface-on: var(--brand-inverse-color-toggle-surface-on);
    --invert-color-toggle-border-on: var(--brand-inverse-color-toggle-border-on);
    --invert-color-toggle-surface-off: var(--brand-inverse-color-toggle-surface-off);
    --invert-color-toggle-border-off: var(--brand-inverse-color-toggle-border-off);
    --color-surface-background: var(--normal-color-surface-background);
    --color-surface-dark: var(--normal-color-surface-dark);
    --color-surface-x-dark: var(--normal-color-surface-x-dark);
    --color-surface-xx-dark: var(--normal-color-surface-xx-dark);
    --color-surface-xxx-dark: var(--normal-color-surface-xxx-dark);
    --color-surface-accent: var(--normal-color-surface-accent);
    --color-surface-accent-inverse: var(--normal-color-surface-accent-inverse);
    --color-surface-alpha-dark: var(--normal-color-surface-alpha-dark);
    --color-surface-alpha-x-dark: var(--normal-color-surface-alpha-x-dark);
    --color-surface-input: var(--normal-color-surface-input);
    --color-text-default: var(--normal-color-text-default);
    --color-text-muted: var(--normal-color-text-muted);
    --color-text-faint: var(--normal-color-text-faint);
    --color-text-alt: var(--normal-color-text-alt);
    --color-text-link: var(--normal-color-text-link);
    --color-text-input: var(--normal-color-text-input);
    --color-border-default: var(--normal-color-border-default);
    --color-border-default-secondary: var(--normal-color-border-default-secondary);
    --color-border-active: var(--normal-color-border-active);
    --color-border-active-secondary: var(--normal-color-border-active-secondary);
    --color-border-alpha: var(--normal-color-border-alpha);
    --color-button-surface: var(--normal-color-button-surface);
    --color-button-surface-hover: var(--normal-color-button-surface-hover);
    --color-button-text: var(--normal-color-button-text);
    --color-button-text-hover: var(--normal-color-button-text-hover);
    --color-button-border: var(--normal-color-button-border);
    --color-button-border-hover: var(--normal-color-button-border-hover);
    --color-button-secondary-surface: var(--normal-color-button-secondary-surface);
    --color-button-secondary-surface-hover: var(--normal-color-button-secondary-surface-hover);
    --color-button-secondary-text: var(--normal-color-button-secondary-text);
    --color-button-secondary-text-hover: var(--normal-color-button-secondary-text-hover);
    --color-button-secondary-border: var(--normal-color-button-secondary-border);
    --color-button-secondary-border-hover: var(--normal-color-button-secondary-border-hover);
    --color-content-accent-primary: var(--normal-color-content-accent-primary);
    --color-content-accent-inverse: var(--normal-color-content-accent-inverse);
    --color-true: var(--normal-color-true);
    --color-true-light: var(--normal-color-true-light);
    --color-false: var(--normal-color-false);
    --color-false-light: var(--normal-color-false-light);
    --color-rating-stars: var(--normal-color-rating-stars);
    --color-toggle-thumb-surface: var(--normal-color-toggle-thumb-surface);
    --color-toggle-thumb-border-on: var(--normal-color-toggle-thumb-border-on);
    --color-toggle-thumb-border-off: var(--normal-color-toggle-thumb-border-off);
    --color-toggle-surface-on: var(--normal-color-toggle-surface-on);
    --color-toggle-border-on: var(--normal-color-toggle-border-on);
    --color-toggle-surface-off: var(--normal-color-toggle-surface-off);
    --color-toggle-border-off: var(--normal-color-toggle-border-off);
    color: var(--color-text-default);
  }

  .ante-brand .ante-brand,
  .ante-brand .ante-brand .ante-brand .ante-brand {
    --normal-color-surface-background: var(--base-color-surface-background);
    --normal-color-surface-dark: var(--base-color-surface-dark);
    --normal-color-surface-x-dark: var(--base-color-surface-x-dark);
    --normal-color-surface-xx-dark: var(--base-color-surface-xx-dark);
    --normal-color-surface-xxx-dark: var(--base-color-surface-xxx-dark);
    --normal-color-surface-accent: var(--base-color-surface-accent);
    --normal-color-surface-accent-inverse: var(--base-color-surface-accent-inverse);
    --normal-color-surface-alpha-dark: var(--base-color-surface-alpha-dark);
    --normal-color-surface-alpha-x-dark: var(--base-color-surface-alpha-x-dark);
    --normal-color-surface-input: var(--base-color-surface-input);
    --normal-color-text-default: var(--base-color-text-default);
    --normal-color-text-muted: var(--base-color-text-muted);
    --normal-color-text-faint: var(--base-color-text-faint);
    --normal-color-text-alt: var(--base-color-text-alt);
    --normal-color-text-link: var(--base-color-text-link);
    --normal-color-text-input: var(--base-color-text-input);
    --normal-color-border-default: var(--base-color-border-default);
    --normal-color-border-default-secondary: var(--base-color-border-default-secondary);
    --normal-color-border-active: var(--base-color-border-active);
    --normal-color-border-active-secondary: var(--base-color-border-active-secondary);
    --normal-color-border-alpha: var(--base-color-border-alpha);
    --normal-color-button-surface: var(--base-color-button-surface);
    --normal-color-button-surface-hover: var(--base-color-button-surface-hover);
    --normal-color-button-text: var(--base-color-button-text);
    --normal-color-button-text-hover: var(--base-color-button-text-hover);
    --normal-color-button-border: var(--base-color-button-border);
    --normal-color-button-border-hover: var(--base-color-button-border-hover);
    --normal-color-button-secondary-surface: var(--base-color-button-secondary-surface);
    --normal-color-button-secondary-surface-hover: var(--base-color-button-secondary-surface-hover);
    --normal-color-button-secondary-text: var(--base-color-button-secondary-text);
    --normal-color-button-secondary-text-hover: var(--base-color-button-secondary-text-hover);
    --normal-color-button-secondary-border: var(--base-color-button-secondary-border);
    --normal-color-button-secondary-border-hover: var(--base-color-button-secondary-border-hover);
    --normal-color-content-accent-primary: var(--base-color-content-accent-primary);
    --normal-color-content-accent-inverse: var(--base-color-content-accent-inverse);
    --normal-color-true: var(--base-color-true);
    --normal-color-true-light: var(--base-color-true-light);
    --normal-color-false: var(--base-color-false);
    --normal-color-false-light: var(--base-color-false-light);
    --normal-color-rating-stars: var(--base-color-rating-stars);
    --normal-color-toggle-thumb-surface: var(--base-color-toggle-thumb-surface);
    --normal-color-toggle-thumb-border-on: var(--base-color-toggle-thumb-border-on);
    --normal-color-toggle-thumb-border-off: var(--base-color-toggle-thumb-border-off);
    --normal-color-toggle-surface-on: var(--base-color-toggle-surface-on);
    --normal-color-toggle-border-on: var(--base-color-toggle-border-on);
    --normal-color-toggle-surface-off: var(--base-color-toggle-surface-off);
    --normal-color-toggle-border-off: var(--base-color-toggle-border-off);
    --invert-color-surface-background: var(--inverse-color-surface-background);
    --invert-color-surface-dark: var(--inverse-color-surface-dark);
    --invert-color-surface-x-dark: var(--inverse-color-surface-x-dark);
    --invert-color-surface-xx-dark: var(--inverse-color-surface-xx-dark);
    --invert-color-surface-xxx-dark: var(--inverse-color-surface-xxx-dark);
    --invert-color-surface-accent: var(--inverse-color-surface-accent);
    --invert-color-surface-accent-inverse: var(--inverse-color-surface-accent-inverse);
    --invert-color-surface-alpha-dark: var(--inverse-color-surface-alpha-dark);
    --invert-color-surface-alpha-x-dark: var(--inverse-color-surface-alpha-x-dark);
    --invert-color-surface-input: var(--inverse-color-surface-input);
    --invert-color-text-default: var(--inverse-color-text-default);
    --invert-color-text-muted: var(--inverse-color-text-muted);
    --invert-color-text-faint: var(--inverse-color-text-faint);
    --invert-color-text-alt: var(--inverse-color-text-alt);
    --invert-color-text-link: var(--inverse-color-text-link);
    --invert-color-text-input: var(--inverse-color-text-input);
    --invert-color-border-default: var(--inverse-color-border-default);
    --invert-color-border-default-secondary: var(--inverse-color-border-default-secondary);
    --invert-color-border-active: var(--inverse-color-border-active);
    --invert-color-border-active-secondary: var(--inverse-color-border-active-secondary);
    --invert-color-border-alpha: var(--inverse-color-border-alpha);
    --invert-color-button-surface: var(--inverse-color-button-surface);
    --invert-color-button-surface-hover: var(--inverse-color-button-surface-hover);
    --invert-color-button-text: var(--inverse-color-button-text);
    --invert-color-button-text-hover: var(--inverse-color-button-text-hover);
    --invert-color-button-border: var(--inverse-color-button-border);
    --invert-color-button-border-hover: var(--inverse-color-button-border-hover);
    --invert-color-button-secondary-surface: var(--inverse-color-button-secondary-surface);
    --invert-color-button-secondary-surface-hover: var(--inverse-color-button-secondary-surface-hover);
    --invert-color-button-secondary-text: var(--inverse-color-button-secondary-text);
    --invert-color-button-secondary-text-hover: var(--inverse-color-button-secondary-text-hover);
    --invert-color-button-secondary-border: var(--inverse-color-button-secondary-border);
    --invert-color-button-secondary-border-hover: var(--inverse-color-button-secondary-border-hover);
    --invert-color-content-accent-primary: var(--inverse-color-content-accent-primary);
    --invert-color-content-accent-inverse: var(--inverse-color-content-accent-inverse);
    --invert-color-true: var(--inverse-color-true);
    --invert-color-true-light: var(--inverse-color-true-light);
    --invert-color-false: var(--inverse-color-false);
    --invert-color-false-light: var(--inverse-color-false-light);
    --invert-color-rating-stars: var(--inverse-color-rating-stars);
    --invert-color-toggle-thumb-surface: var(--inverse-color-toggle-thumb-surface);
    --invert-color-toggle-thumb-border-on: var(--inverse-color-toggle-thumb-border-on);
    --invert-color-toggle-thumb-border-off: var(--inverse-color-toggle-thumb-border-off);
    --invert-color-toggle-surface-on: var(--inverse-color-toggle-surface-on);
    --invert-color-toggle-border-on: var(--inverse-color-toggle-border-on);
    --invert-color-toggle-surface-off: var(--inverse-color-toggle-surface-off);
    --invert-color-toggle-border-off: var(--inverse-color-toggle-border-off);
    --color-surface-background: var(--normal-color-surface-background);
    --color-surface-dark: var(--normal-color-surface-dark);
    --color-surface-x-dark: var(--normal-color-surface-x-dark);
    --color-surface-xx-dark: var(--normal-color-surface-xx-dark);
    --color-surface-xxx-dark: var(--normal-color-surface-xxx-dark);
    --color-surface-accent: var(--normal-color-surface-accent);
    --color-surface-accent-inverse: var(--normal-color-surface-accent-inverse);
    --color-surface-alpha-dark: var(--normal-color-surface-alpha-dark);
    --color-surface-alpha-x-dark: var(--normal-color-surface-alpha-x-dark);
    --color-surface-input: var(--normal-color-surface-input);
    --color-text-default: var(--normal-color-text-default);
    --color-text-muted: var(--normal-color-text-muted);
    --color-text-faint: var(--normal-color-text-faint);
    --color-text-alt: var(--normal-color-text-alt);
    --color-text-link: var(--normal-color-text-link);
    --color-text-input: var(--normal-color-text-input);
    --color-border-default: var(--normal-color-border-default);
    --color-border-default-secondary: var(--normal-color-border-default-secondary);
    --color-border-active: var(--normal-color-border-active);
    --color-border-active-secondary: var(--normal-color-border-active-secondary);
    --color-border-alpha: var(--normal-color-border-alpha);
    --color-button-surface: var(--normal-color-button-surface);
    --color-button-surface-hover: var(--normal-color-button-surface-hover);
    --color-button-text: var(--normal-color-button-text);
    --color-button-text-hover: var(--normal-color-button-text-hover);
    --color-button-border: var(--normal-color-button-border);
    --color-button-border-hover: var(--normal-color-button-border-hover);
    --color-button-secondary-surface: var(--normal-color-button-secondary-surface);
    --color-button-secondary-surface-hover: var(--normal-color-button-secondary-surface-hover);
    --color-button-secondary-text: var(--normal-color-button-secondary-text);
    --color-button-secondary-text-hover: var(--normal-color-button-secondary-text-hover);
    --color-button-secondary-border: var(--normal-color-button-secondary-border);
    --color-button-secondary-border-hover: var(--normal-color-button-secondary-border-hover);
    --color-content-accent-primary: var(--normal-color-content-accent-primary);
    --color-content-accent-inverse: var(--normal-color-content-accent-inverse);
    --color-true: var(--normal-color-true);
    --color-true-light: var(--normal-color-true-light);
    --color-false: var(--normal-color-false);
    --color-false-light: var(--normal-color-false-light);
    --color-rating-stars: var(--normal-color-rating-stars);
    --color-toggle-thumb-surface: var(--normal-color-toggle-thumb-surface);
    --color-toggle-thumb-border-on: var(--normal-color-toggle-thumb-border-on);
    --color-toggle-thumb-border-off: var(--normal-color-toggle-thumb-border-off);
    --color-toggle-surface-on: var(--normal-color-toggle-surface-on);
    --color-toggle-border-on: var(--normal-color-toggle-border-on);
    --color-toggle-surface-off: var(--normal-color-toggle-surface-off);
    --color-toggle-border-off: var(--normal-color-toggle-border-off);
    color: var(--color-text-default);
  }

  .ante-inverse,
  .ante-inverse .ante-inverse .ante-inverse {
    --color-surface-background: var(--invert-color-surface-background);
    --color-surface-dark: var(--invert-color-surface-dark);
    --color-surface-x-dark: var(--invert-color-surface-x-dark);
    --color-surface-xx-dark: var(--invert-color-surface-xx-dark);
    --color-surface-xxx-dark: var(--invert-color-surface-xxx-dark);
    --color-surface-accent: var(--invert-color-surface-accent);
    --color-surface-accent-inverse: var(--invert-color-surface-accent-inverse);
    --color-surface-alpha-dark: var(--invert-color-surface-alpha-dark);
    --color-surface-alpha-x-dark: var(--invert-color-surface-alpha-x-dark);
    --color-surface-input: var(--invert-color-surface-input);
    --color-text-default: var(--invert-color-text-default);
    --color-text-muted: var(--invert-color-text-muted);
    --color-text-faint: var(--invert-color-text-faint);
    --color-text-alt: var(--invert-color-text-alt);
    --color-text-link: var(--invert-color-text-link);
    --color-text-input: var(--invert-color-text-input);
    --color-border-default: var(--invert-color-border-default);
    --color-border-default-secondary: var(--invert-color-border-default-secondary);
    --color-border-active: var(--invert-color-border-active);
    --color-border-active-secondary: var(--invert-color-border-active-secondary);
    --color-border-alpha: var(--invert-color-border-alpha);
    --color-button-surface: var(--invert-color-button-surface);
    --color-button-surface-hover: var(--invert-color-button-surface-hover);
    --color-button-text: var(--invert-color-button-text);
    --color-button-text-hover: var(--invert-color-button-text-hover);
    --color-button-border: var(--invert-color-button-border);
    --color-button-border-hover: var(--invert-color-button-border-hover);
    --color-button-secondary-surface: var(--invert-color-button-secondary-surface);
    --color-button-secondary-surface-hover: var(--invert-color-button-secondary-surface-hover);
    --color-button-secondary-text: var(--invert-color-button-secondary-text);
    --color-button-secondary-text-hover: var(--invert-color-button-secondary-text-hover);
    --color-button-secondary-border: var(--invert-color-button-secondary-border);
    --color-button-secondary-border-hover: var(--invert-color-button-secondary-border-hover);
    --color-content-accent-primary: var(--invert-color-content-accent-primary);
    --color-content-accent-inverse: var(--invert-color-content-accent-inverse);
    --color-true: var(--invert-color-true);
    --color-true-light: var(--invert-color-true-light);
    --color-false: var(--invert-color-false);
    --color-false-light: var(--invert-color-false-light);
    --color-rating-stars: var(--invert-color-rating-stars);
    --color-toggle-thumb-surface: var(--invert-color-toggle-thumb-surface);
    --color-toggle-thumb-border-on: var(--invert-color-toggle-thumb-border-on);
    --color-toggle-thumb-border-off: var(--invert-color-toggle-thumb-border-off);
    --color-toggle-surface-on: var(--invert-color-toggle-surface-on);
    --color-toggle-border-on: var(--invert-color-toggle-border-on);
    --color-toggle-surface-off: var(--invert-color-toggle-surface-off);
    --color-toggle-border-off: var(--invert-color-toggle-border-off);
    color: var(--color-text-default);
  }

  .ante-inverse .ante-inverse,
  .ante-inverse .ante-inverse .ante-inverse .ante-inverse {
    --color-surface-background: var(--normal-color-surface-background);
    --color-surface-dark: var(--normal-color-surface-dark);
    --color-surface-x-dark: var(--normal-color-surface-x-dark);
    --color-surface-xx-dark: var(--normal-color-surface-xx-dark);
    --color-surface-xxx-dark: var(--normal-color-surface-xxx-dark);
    --color-surface-accent: var(--normal-color-surface-accent);
    --color-surface-accent-inverse: var(--normal-color-surface-accent-inverse);
    --color-surface-alpha-dark: var(--normal-color-surface-alpha-dark);
    --color-surface-alpha-x-dark: var(--normal-color-surface-alpha-x-dark);
    --color-surface-input: var(--normal-color-surface-input);
    --color-text-default: var(--normal-color-text-default);
    --color-text-muted: var(--normal-color-text-muted);
    --color-text-faint: var(--normal-color-text-faint);
    --color-text-alt: var(--normal-color-text-alt);
    --color-text-link: var(--normal-color-text-link);
    --color-text-input: var(--normal-color-text-input);
    --color-border-default: var(--normal-color-border-default);
    --color-border-default-secondary: var(--normal-color-border-default-secondary);
    --color-border-active: var(--normal-color-border-active);
    --color-border-active-secondary: var(--normal-color-border-active-secondary);
    --color-border-alpha: var(--normal-color-border-alpha);
    --color-button-surface: var(--normal-color-button-surface);
    --color-button-surface-hover: var(--normal-color-button-surface-hover);
    --color-button-text: var(--normal-color-button-text);
    --color-button-text-hover: var(--normal-color-button-text-hover);
    --color-button-border: var(--normal-color-button-border);
    --color-button-border-hover: var(--normal-color-button-border-hover);
    --color-button-secondary-surface: var(--normal-color-button-secondary-surface);
    --color-button-secondary-surface-hover: var(--normal-color-button-secondary-surface-hover);
    --color-button-secondary-text: var(--normal-color-button-secondary-text);
    --color-button-secondary-text-hover: var(--normal-color-button-secondary-text-hover);
    --color-button-secondary-border: var(--normal-color-button-secondary-border);
    --color-button-secondary-border-hover: var(--normal-color-button-secondary-border-hover);
    --color-content-accent-primary: var(--normal-color-content-accent-primary);
    --color-content-accent-inverse: var(--normal-color-content-accent-inverse);
    --color-true: var(--normal-color-true);
    --color-true-light: var(--normal-color-true-light);
    --color-false: var(--normal-color-false);
    --color-false-light: var(--normal-color-false-light);
    --color-rating-stars: var(--normal-color-rating-stars);
    --color-toggle-thumb-surface: var(--normal-color-toggle-thumb-surface);
    --color-toggle-thumb-border-on: var(--normal-color-toggle-thumb-border-on);
    --color-toggle-thumb-border-off: var(--normal-color-toggle-thumb-border-off);
    --color-toggle-surface-on: var(--normal-color-toggle-surface-on);
    --color-toggle-border-on: var(--normal-color-toggle-border-on);
    --color-toggle-surface-off: var(--normal-color-toggle-surface-off);
    --color-toggle-border-off: var(--normal-color-toggle-border-off);
    color: var(--color-text-default);
  }
/* END_SNIPPET:ante-import-colours */

/* START_SNIPPET:ante-import-custom-select (INDEX:372) */
custom-select:not(.initialised) {
    display: none;
  }

  custom-select {
    --color-custom-select-background: var(--color-surface-dark);
    --color-custom-select-background-active: var(--color-surface-x-dark);
    --color-custom-select-text: var(--color-text-default);
    --color-custom-select-text-active: var(--color-text-default);
    --border-color: var(--color-border-default);
    --select-padding: var(--micropad-xxx-large) var(--padding-small) var(--micropad-xxx-large) var(--padding-medium);
    --select-image-size: 32px;
    position: relative;
    z-index: 10;
    display: block;
    font-size: var(--font-size-body-small);
  }

  custom-select[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
  }

  custom-select .select-button,
  custom-select .select-drop > div {
    display: flex;
    justify-content: space-between;
    background-color: var(--color-custom-select-background);
    border: 1px solid var(--border-color);
    align-items: center;
    cursor: pointer;
    user-select: none;
    color: var(--color-custom-select-text);
    transition: color .15s, background-color .15s, border .15s;
    padding: 0;
  }

  custom-select .select-button {
    border-width: 2px;
    border-radius: 9999px;
    box-shadow: var(--elevated-shadow);
    transform: var(--elevated-translate);
    transition: color .15s, background-color .15s, border .15s, box-shadow .15s, transform .15s;
  }

  custom-select:hover .select-button {
    box-shadow: var(--elevated-shadow-hover);
    transform: var(--elevated-translate-hover);
  }

  custom-select:active .select-button {
    box-shadow: var(--elevated-shadow-active);
    transform: var(--elevated-translate-active);
  }

  custom-select[disabled] .select-button {
    /* the button covers the whole control and sets its own cursor, so the
       host's would never reach the pointer */
    cursor: not-allowed;
    box-shadow: var(--elevated-shadow-none);
    transform: initial;
  }

  custom-select .select-drop > div {
    padding: var(--select-padding);
    gap: var(--micropad-x-large);
    background-color: var(--color-custom-select-background);
  }

  custom-select .select-button > .select-icon {
    color: var(--color-custom-select-text);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: var(--padding-medium);
  }

  custom-select .select-button > .select-icon svg {
    stroke: currentColor;
    width: 18px;
    height: 18px;
  }

  custom-select .select-button:hover,
  custom-select .select-button:hover *,
  custom-select .select-drop > div:hover,
  custom-select .select-drop > div:hover * {
    color: var(--color-custom-select-text-active);
  }

  custom-select .select-drop > div:hover {
    background-color: var(--color-custom-select-background-active);
  }

  custom-select .select-button.active > .select-icon svg {
    rotate: 180deg;
  }

  custom-select .select-drop {
    position: absolute;
    bottom: 0;
    transform: translateY(calc(100% + 5px));
    left: 0;
    right: 0;
    border: 2px solid var(--border-color);
    /* the open list takes the button's pill curvature; the element overwrites this from the
       rendered button height, so this is only the pre-measure fallback */
    border-radius: calc(1lh / 2 + var(--micropad-xxx-large));
    z-index: 99;
    overflow: hidden;
    box-shadow: 0 4px 16px #0002;
  }

  custom-select .select-drop.drop-up {
    bottom: auto;
    top: 0;
    transform: translateY(calc(-100% - 5px));
  }

  custom-select .select-drop > div {
    border: none;
    border-radius: 0;
    border-top: 1px solid var(--border-color);
    justify-content: flex-start;
  }

  custom-select .select-drop > div:first-child {
    border: none;
  }

  custom-select .select-label {
    display: grid;
    align-items: center;
    padding: var(--select-padding);
    width: 100%;
  }

  custom-select .select-label > span {
    grid-area: 1 / 1;
    visibility: hidden;
    display: flex;
    gap: var(--micropad-x-large);
    align-items: center;
  }

  custom-select .select-label > span.active {
    visibility: visible;
  }

  /* options often run image, then label, then a tag, the tag belongs at the far end */
  custom-select [class*="ante-tag"] {
    margin-left: auto;
  }

  /* the image is sized by the select, not by whatever renders it, a consumer that
     needs a different size changes --select-image-size, never the image itself */
  custom-select .ante-image,
  custom-select .select-option-image {
    height: var(--select-image-size);
    width: auto;
    min-width: 0;
    flex-shrink: 0;
  }

  custom-select .ante-image img {
    width: auto;
    height: 100%;
  }

  @media (max-width: 600px) {
    custom-select {
      --select-image-size: 26px;
    }
  }
/* END_SNIPPET:ante-import-custom-select */

/* START_SNIPPET:ante-import-icons (INDEX:375) */
:root {
    --icon-padding-small: var(--micropad-small);
    --icon-padding-base: var(--micropad-medium);
    --icon-padding-large: var(--micropad-large);
    --icon-padding-x-large: var(--micropad-x-large);
    --icon-padding-xx-large: var(--micropad-xx-large);
    --icon-padding-xxx-large: var(--micropad-xxx-large);
  }

  .icon-small,
  .icon-base,
  .icon-large,
  .icon-x-large,
  .icon-xx-large,
  .icon-xxx-large,
  .icon-circle,
  .icon-tile,
  .icon-ghost {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-size, var(--icon-base)) !important;
    height: var(--icon-size, var(--icon-base)) !important;
    font-size: var(--icon-size, var(--icon-base));
    color: var(--color-content-accent-primary);
  }

  .icon-small > *,
  .icon-base > *,
  .icon-large > *,
  .icon-x-large > *,
  .icon-xx-large > *,
  .icon-xxx-large > *,
  .icon-circle > *,
  .icon-tile > *,
  .icon-ghost > * {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  i.icon-small, .icon-small > i,
  i.icon-base, .icon-base > i,
  i.icon-large, .icon-large > i,
  i.icon-x-large, .icon-x-large > i,
  i.icon-xx-large, .icon-xx-large > i,
  i.icon-xxx-large, .icon-xxx-large > i,
  .icon-circle > i,
  .icon-tile > i,
  .icon-ghost > i {
    transform: scale(0.8);
  }

  .icon-small.icon-small,
  .icon-base.icon-base,
  .icon-large.icon-large,
  .icon-x-large.icon-x-large,
  .icon-xx-large.icon-xx-large,
  .icon-xxx-large.icon-xxx-large,
  .icon-circle.icon-circle,
  .icon-tile.icon-tile,
  .icon-ghost.icon-ghost {
    box-sizing: content-box !important;
  }

  .icon-small { --icon-size: var(--icon-small); --icon-padding: var(--icon-padding-small); }
  .icon-base { --icon-size: var(--icon-base); --icon-padding: var(--icon-padding-base); }
  .icon-large { --icon-size: var(--icon-large); --icon-padding: var(--icon-padding-large); }
  .icon-x-large { --icon-size: var(--icon-x-large); --icon-padding: var(--icon-padding-x-large); }
  .icon-xx-large { --icon-size: var(--icon-xx-large); --icon-padding: var(--icon-padding-xx-large); }
  .icon-xxx-large { --icon-size: var(--icon-xxx-large); --icon-padding: var(--icon-padding-xxx-large); }

  .icon-circle,
  .icon-tile,
  .icon-ghost {
    padding: var(--icon-padding, var(--micropad-medium));
  }

  .icon-circle,
  .icon-tile {
    background: var(--color-surface-accent-inverse);
    color: var(--color-content-accent-inverse);
  }

  .icon-circle {
    border-radius: 50%;
  }

  .icon-tile {
    border-radius: var(--radius-large);
  }

  .icon-ghost {
    border: 1px solid currentColor;
    border-radius: 50%;
  }
/* END_SNIPPET:ante-import-icons */

/* START_SNIPPET:ante-import-images (INDEX:376) */
.ante-image {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    flex-shrink: 0;
  }

  .ante-image img {
    display: block;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
  }

  .ante-image .ante-image-link {
    position: absolute;
    top: var(--padding-small);
    right: var(--padding-small);
    z-index: 1;
  }

  .ante-image .ante-image-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
    background: var(--base-color-surface-accent-inverse);
    color: var(--base-color-content-accent-inverse);
  }

  .ante-image.video-previewing .ante-image-play {
    top: initial;
    left: var(--padding-small);
    bottom: var(--padding-small);
    transform: none;
  }

  .ante-image-play i:last-child {
    display: none;
  }

  .video-previewing .ante-image-play i:last-child {
    display: initial;
  }

  .video-previewing .ante-image-play i:first-child {
    display: none;
  }

  .ante-image-caption {
    position: absolute;
    bottom: var(--padding-small);
    left: var(--padding-small);
    color: var(--inverse-color-text-default);
    filter: drop-shadow(0px 0px 4px black) !important;
  }

  .ante-image-type-polaroid {
    padding: var(--padding-medium);
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, .2);
    background: var(--base-color-surface-dark)
  }

  .ante-image-type-polaroid img {
    border-radius: 0 !important;
  }

  .ante-image-type-polaroid img:last-child {
    margin-bottom: var(--padding-x-large);
  }

  .ante-image-type-polaroid .ante-image-caption {
    position: initial;
    color: var(--base-color-text-alt);
    filter: none !important;
    margin-top: var(--spacing-x-small);
    width: 100%;
    font-family: "Hello Stranger";
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 3px;
  }

  .ante-image-video-preview,
  .ante-image-video-inline {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .ante-image-video-inline {
    pointer-events: initial;
    z-index: 1;
  }

  .ante-image-video-preview video,
  .ante-image-video-inline video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #video-modal .modal-element {
    min-width: initial;
  }

  #video-modal .modal-contents {
    padding: 0;
    max-height: calc(100svh - var(--section-spacer-small) * 2 - var(--modal-header-height));
  }

  #video-modal .modal-contents iframe {
    aspect-ratio: 16 / 9;
    width: min(var(--width-8), 100svw - var(--page-gutter) * 2);
    max-height: calc(100svh - var(--section-spacer-small) * 2 - var(--modal-header-height));
  }

  #video-modal .modal-contents video {
    max-height: calc(100svh - var(--section-spacer-small) * 2 - var(--modal-header-height));
  }

  #video-modal .modal-element {
    --modal-max-height: calc(100svh - var(--section-spacer-small) * 2 - 52px);
  }

  #video-modal .modal-title-row {
    height: 0;
  }
    
  #video-modal .modal-title {
    position: absolute;
    top: var(--padding-medium);
    left: var(--padding-medium);
    z-index: 1;
    filter: drop-shadow(0 0 8px #000);
  }

  #video-modal .modal-close {
    position: absolute;
    top: var(--padding-medium);
    right: var(--padding-medium);
    z-index: 1;
  }

  #video-modal .modal-close svg {
    background-color: initial;
    padding: 0;
    filter: drop-shadow(0 0 8px #000);
  }

  #video-modal .modal-contents {
    padding: 0;
  }

  #video-modal video {
    width: 100%;
    display: block;
  }

  @media (max-width: 700px) {
    .ante-image-type-polaroid {
      padding: var(--padding-small);
    }
  }

  @media (max-width: 600px) {
    .ante-image-type-polaroid .ante-image-caption {
      font-size: 16px;
    }
  }
/* END_SNIPPET:ante-import-images */

/* START_SNIPPET:ante-import-main (INDEX:377) */
html {
    scrollbar-gutter: stable;
  }

  /* Toggle: a fixed-size control, so these are the design's literals rather than fluid
     tokens. 62x42 on desktop and 54x38 on mobile, both pill, both 2px, with the height
     falling out of thumb + inset + border. */
  body .ante-toggle-switch {
    width: 62px;
    padding: 5px;
    border-width: 2px;
    border-radius: 9999px;
  }

  body .ante-toggle-thumb {
    width: 28px;
    height: 28px;
    border-width: 2px;
    border-radius: 9999px;
  }

  @media (max-width: 600px) {
    body .ante-toggle-switch {
      width: 54px;
      padding: 4px;
    }

    body .ante-toggle-thumb {
      width: 26px;
      height: 26px;
    }
  }

  /* the selector reads at body size here, not body-small. Its colours are pinned to the
     base palette on purpose: a select keeps the same chrome whatever theme the section
     around it is on. This is the one place we reference --base-color-* directly, every
     colour the component uses funnels through these five variables. */
  body custom-select {
    font-size: var(--font-size-body);
    --color-custom-select-background: var(--base-color-surface-dark);
    --color-custom-select-background-active: var(--base-color-surface-x-dark);
    --color-custom-select-text: var(--base-color-text-default);
    --color-custom-select-text-active: var(--base-color-text-default);
    --border-color: var(--base-color-border-default);
  }

  /* this store's buttons are roomier than the kit's default side padding */
  body .ante-button {
    padding: var(--padding-medium) var(--padding-x-large) !important;
  }

  body {
    --font: "Avenir Next W1G", "Avenir", helvetica;
    --font-heading: "Heroline", helvetica;
    --font-caption: "Nata Sans", helvetica;
    --font-display: "Heroline", helvetica;
    {%- comment -%} callouts sit in the heading face here, so the weight tracks the heading
    scale rather than the body one the kit wires it to {%- endcomment -%}
    --font-callout: "Heroline", helvetica;
    --font-weight-callout: var(--font-weight-h4);
    /* the header on this store is not sticky, so sticky elements ignore it */
    --sticky-top: var(--section-spacer-small);
    --ante-page-start: calc(var(--ante-header-height, 0px) + var(--ante-announcement-height, 0px));
    interpolate-size: allow-keywords;
    background: var(--color-surface-background);
    display: flex;
    flex-direction: column;
    margin: 0;
    overflow-x: clip;
    min-height: 100svh;
    box-sizing: border-box;
    letter-spacing: var(--letter-spacing);
  }

  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }

  body:has(.ante-section) {
    background: var(--color-surface-background);
  }

  body #MainContent {
    flex: 1;
  }

  body:has(.ante-section) #MainContent {
    max-width: var(--ante-page-width);
  }

  body:has(.ante-section) #MainContent > * {
    width: 100%;
    display: block;
    z-index: 1;
  }

  [hidden],
  style,
  script {
    display: none !important;
  }

  .ante-inverse {
    color: var(--color-text-default);
  }

  .spacer {
    flex: 1;
  }

  /* Elevated Interactables */

  *,
  *::before,
  *::after {
    /* One distance per state drives both the shadow and the lift, so a smaller
       control only has to reset these three to move by less. */
    --elevated-distance: 2px;
    --elevated-distance-hover: 5px;
    --elevated-distance-active: 3px;

    --elevated-shadow: 0 var(--elevated-distance) 0 0 var(--border-color, var(--color-border-default));
    --elevated-shadow-none: 0 0 0 0 var(--border-color, var(--color-border-default));
    --elevated-shadow-hover: 0 var(--elevated-distance-hover) 0 0 var(--border-color, var(--color-border-default));
    --elevated-shadow-active: 0 var(--elevated-distance-active) 0 0 var(--border-color, var(--color-border-default));

  }

  body {
    /* Each translate matches its shadow offset, so the shadow's bottom edge sits on
       the layout bottom in every state and only the button moves. */
    --elevated-translate: translate(0, -2px);
    --elevated-translate-hover: translate(0, -5px);
    --elevated-translate-active: translate(0, -3px);
  }

  /* Tooltips */

  #easy-tooltips {
    font-family: var(--font);
    font-size: var(--font-size-body-small);
    font-weight: var(--font-weight-base);
    letter-spacing: var(--letter-spacing);
    line-height: 145%;
  }

  .easy-tooltip-text {
    padding: var(--micropad-large) !important;
    text-align: left !important;
  }
/* END_SNIPPET:ante-import-main */

/* START_SNIPPET:ante-import-marquee (INDEX:378) */
.fluid-marquee {
    max-width: 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: safe center;
    overflow: hidden;
    position: relative;
  }

  .fluid-marquee-item {
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
/* END_SNIPPET:ante-import-marquee */

/* START_SNIPPET:ante-import-modals (INDEX:379) */
body:has(.modal-container:is(.open, .opening, .closing)) {
    overflow-y: hidden;
  }

  #modals {
    z-index: 9999;
  }

  .modal {
    display: none;
  }

  .modal-container {
    --modal-transition-duration: 150ms;
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color var(--modal-transition-duration), backdrop-filter var(--modal-transition-duration);
    pointer-events: none;
  }

  .modal-container.open {
    background-color: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(4px);
    pointer-events: initial;
  }

  .modal-element {
    --modal-max-width: min(var(--content-width), 100svw - var(--page-gutter) * 2);
    --modal-width-cap: 99999px;
    --modal-min-width: min(var(--width-3), 100svw - var(--page-gutter) * 2);
    --modal-max-height: calc(100svh - var(--section-spacer-small) * 2 - 52px);
    --modal-height-cap: 99999px;
    margin: auto;
    background-color: var(--color-surface-background);
    border-radius: var(--radius-medium);
    overflow: hidden;
    max-width: min(var(--modal-max-width), var(--modal-width-cap));
    min-width: var(--modal-min-width);
    transition: opacity var(--modal-transition-duration), transform var(--modal-transition-duration);
    opacity: 0;
    position: relative;
  }

  .modal-container.open .modal-element {
    opacity: 1;
  }

  .modal-title-row {
    display: flex;
    gap: var(--spacing-medium);
    justify-content: space-between;
    background-color: var(--color-surface-x-dark);
    align-items: center;
    padding: var(--padding-medium) var(--padding-large);
  }

  .modal-title {
    color: var(--color-text-default);
    font-size: var(--font-size-h5);
    font-weight: var(--font-weight-h5);
    line-height: var(--line-height-h5);
    letter-spacing: var(--letter-spacing-heading);
    font-family: var(--font-heading);
  }

  .modal-title-row > .modal-close {
    all: unset;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: color .15s;
  }

  .modal-title-row > .modal-close i {
    font-size: var(--font-size-h5);
  }

  .modal-title-row > .modal-close:hover {
    color: var(--color-button-surface-hover);
  }

  .modal-contents,
  .ante-section.modal-contents {
    --modal-content-padding-x: var(--padding-large);
    --modal-content-padding-y: var(--padding-large);
    max-height: min(var(--modal-max-height), var(--modal-height-cap));
    overflow: auto;
    padding: var(--modal-content-padding-y) var(--modal-content-padding-x);
    display: block;
    background: initial;
    font-family: var(--font);
  }

  .modal-contents img {
    max-width: 100%;
  }

  @media (max-width: 1440px) {
    .modal-element {
      --modal-min-width: min(var(--width-4), 100svw - var(--page-gutter) * 2);
      --modal-max-height: min(465px, calc(100svh - var(--section-spacer-small) * 2 - 52px));
    }
  }

  @media (max-width: 600px) {
    .modal-element {
      --modal-min-width: min(var(--width-5), 100svw - var(--page-gutter) * 2);
      --modal-max-height: calc(100svh - var(--section-spacer-small) * 2 - 52px);
    }
  }

  .modal-type-slideout {
    --modal-transition-duration: 250ms;
  }

  .modal-type-slideout .modal-element {
    --modal-max-width: calc(100svw - var(--page-gutter));
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    transform: translateX(100%);
    opacity: 1;
    display: flex;
    flex-direction: column;
  }

  .modal-type-slideout.open .modal-element {
    transform: initial;
  }

  .modal-type-slideout .modal-title-row {
    background-color: initial;
    gap: var(--spacing-small);
    padding: var(--padding-medium);
    flex: none;
    border-bottom: 1px solid var(--color-border-default);
    touch-action: none;
  }

  .modal-type-slideout .modal-contents {
    --modal-content-padding-x: var(--padding-medium);
    --modal-content-padding-y: var(--padding-medium);
    flex: 1;
    min-height: 0;
    max-height: none;
  }

  @media (max-width: 768px) {
    .modal-type-slideout .modal-element {
      --modal-min-width: 100svw;
      max-height: 90svh;
      position: fixed;
      top: initial;
      left: 0;
      transform: translateY(100%);
      border-radius: var(--radius-large) var(--radius-large) 0 0;
    }
  }

  @media (max-width: 600px) {
    .modal-type-slideout .modal-title-row {
      padding-left: var(--page-gutter);
      padding-right: var(--page-gutter);
    }

    .modal-type-slideout .modal-contents {
      --modal-content-padding-x: var(--page-gutter);
    }
  }
/* END_SNIPPET:ante-import-modals */

/* START_SNIPPET:ante-import-prices (INDEX:380) */
.ante-price {
    display: flex;
    align-items: center;
    gap: var(--micropad-x-small) var(--micropad-medium);
    font-family: var(--font) !important;
  }

  .ante-price-symbol {
    display: inline-block !important;
  }

  .ante-price * {
    font-family: var(--font) !important;
  }

  .ante-buy-price {
    min-width: max-content;
  }

  .ante-buy-compare-price {
    position: relative !important;
    min-width: max-content;
    display: flex;
    align-items: center;
    color: var(--color-text-faint);
  }

  .ante-buy-compare-price {
    color: var(--color-text-faint) !important;
  }

  .ante-buy-compare-price::before {
    content: "";
    position: absolute;
    opacity: .5;
    background-color: var(--color-text-faint);
    height: .15em;
    left: -.1em;
    right: -.1em;
    top: calc(50%);
    transform: translateY(-50%);
    z-index: 1;
  }

  .ante-buy-label {
    margin-left: calc(var(--micropad-medium) * -1 + var(--micropad-x-small));
  }

  @media (max-width: 600px) {
    .ante-buy-button .ante-buy-label {
      display: none;
    }
  }
/* END_SNIPPET:ante-import-prices */

/* START_SNIPPET:ante-import-sizes (INDEX:381) */
:root { --ante-fluid-progress: 0; }
  @media (min-width: 620px) { :root { --ante-fluid-progress: 0.025062; } }
  @media (min-width: 640px) { :root { --ante-fluid-progress: 0.049911; } }
  @media (min-width: 660px) { :root { --ante-fluid-progress: 0.074545; } }
  @media (min-width: 680px) { :root { --ante-fluid-progress: 0.098963; } }
  @media (min-width: 700px) { :root { --ante-fluid-progress: 0.123162; } }
  @media (min-width: 720px) { :root { --ante-fluid-progress: 0.14714; } }
  @media (min-width: 740px) { :root { --ante-fluid-progress: 0.170896; } }
  @media (min-width: 760px) { :root { --ante-fluid-progress: 0.194427; } }
  @media (min-width: 780px) { :root { --ante-fluid-progress: 0.217731; } }
  @media (min-width: 800px) { :root { --ante-fluid-progress: 0.240805; } }
  @media (min-width: 820px) { :root { --ante-fluid-progress: 0.263649; } }
  @media (min-width: 840px) { :root { --ante-fluid-progress: 0.286258; } }
  @media (min-width: 860px) { :root { --ante-fluid-progress: 0.308632; } }
  @media (min-width: 880px) { :root { --ante-fluid-progress: 0.330766; } }
  @media (min-width: 900px) { :root { --ante-fluid-progress: 0.352659; } }
  @media (min-width: 920px) { :root { --ante-fluid-progress: 0.374308; } }
  @media (min-width: 940px) { :root { --ante-fluid-progress: 0.395711; } }
  @media (min-width: 960px) { :root { --ante-fluid-progress: 0.416863; } }
  @media (min-width: 980px) { :root { --ante-fluid-progress: 0.437763; } }
  @media (min-width: 1000px) { :root { --ante-fluid-progress: 0.458407; } }
  @media (min-width: 1020px) { :root { --ante-fluid-progress: 0.478791; } }
  @media (min-width: 1040px) { :root { --ante-fluid-progress: 0.498914; } }
  @media (min-width: 1060px) { :root { --ante-fluid-progress: 0.518771; } }
  @media (min-width: 1080px) { :root { --ante-fluid-progress: 0.538358; } }
  @media (min-width: 1100px) { :root { --ante-fluid-progress: 0.557672; } }
  @media (min-width: 1120px) { :root { --ante-fluid-progress: 0.576709; } }
  @media (min-width: 1140px) { :root { --ante-fluid-progress: 0.595464; } }
  @media (min-width: 1160px) { :root { --ante-fluid-progress: 0.613934; } }
  @media (min-width: 1180px) { :root { --ante-fluid-progress: 0.632114; } }
  @media (min-width: 1200px) { :root { --ante-fluid-progress: 0.65; } }
  @media (min-width: 1220px) { :root { --ante-fluid-progress: 0.667586; } }
  @media (min-width: 1240px) { :root { --ante-fluid-progress: 0.684867; } }
  @media (min-width: 1260px) { :root { --ante-fluid-progress: 0.701837; } }
  @media (min-width: 1280px) { :root { --ante-fluid-progress: 0.718492; } }
  @media (min-width: 1300px) { :root { --ante-fluid-progress: 0.734825; } }
  @media (min-width: 1320px) { :root { --ante-fluid-progress: 0.750828; } }
  @media (min-width: 1340px) { :root { --ante-fluid-progress: 0.766497; } }
  @media (min-width: 1360px) { :root { --ante-fluid-progress: 0.781822; } }
  @media (min-width: 1380px) { :root { --ante-fluid-progress: 0.796796; } }
  @media (min-width: 1400px) { :root { --ante-fluid-progress: 0.811412; } }
  @media (min-width: 1420px) { :root { --ante-fluid-progress: 0.825659; } }
  @media (min-width: 1440px) { :root { --ante-fluid-progress: 0.839528; } }
  @media (min-width: 1460px) { :root { --ante-fluid-progress: 0.853008; } }
  @media (min-width: 1480px) { :root { --ante-fluid-progress: 0.866089; } }
  @media (min-width: 1500px) { :root { --ante-fluid-progress: 0.878756; } }
  @media (min-width: 1520px) { :root { --ante-fluid-progress: 0.890997; } }
  @media (min-width: 1540px) { :root { --ante-fluid-progress: 0.902795; } }
  @media (min-width: 1560px) { :root { --ante-fluid-progress: 0.914135; } }
  @media (min-width: 1580px) { :root { --ante-fluid-progress: 0.924995; } }
  @media (min-width: 1600px) { :root { --ante-fluid-progress: 0.935355; } }
  @media (min-width: 1620px) { :root { --ante-fluid-progress: 0.945188; } }
  @media (min-width: 1640px) { :root { --ante-fluid-progress: 0.954464; } }
  @media (min-width: 1660px) { :root { --ante-fluid-progress: 0.963149; } }
  @media (min-width: 1680px) { :root { --ante-fluid-progress: 0.971199; } }
  @media (min-width: 1700px) { :root { --ante-fluid-progress: 0.978558; } }
  @media (min-width: 1720px) { :root { --ante-fluid-progress: 0.985155; } }
  @media (min-width: 1740px) { :root { --ante-fluid-progress: 0.990888; } }
  @media (min-width: 1760px) { :root { --ante-fluid-progress: 0.995601; } }
  @media (min-width: 1780px) { :root { --ante-fluid-progress: 0.99899; } }
  @media (min-width: 1792px) { :root { --ante-fluid-progress: 1; } }

  :root {
    --content-width: 1792px;

    --break-gap: var(--spacing-small);
    --column-count: 12;

    --width-1: calc((min(var(--ante-page-width) - var(--page-gutter) * 2, var(--content-width)) - var(--break-gap) * (var(--column-count) - 1)) / var(--column-count));
    --width-2: calc(var(--width-1) * 2 + var(--break-gap) * 1);
    --width-3: calc(var(--width-1) * 3 + var(--break-gap) * 2);
    --width-4: calc(var(--width-1) * 4 + var(--break-gap) * 3);
    --width-5: calc(var(--width-1) * 5 + var(--break-gap) * 4);
    --width-6: calc(var(--width-1) * 6 + var(--break-gap) * 5);
    --width-7: calc(var(--width-1) * 7 + var(--break-gap) * 6);
    --width-8: calc(var(--width-1) * 8 + var(--break-gap) * 7);
    --width-9: calc(var(--width-1) * 9 + var(--break-gap) * 8);
    --width-10: calc(var(--width-1) * 10 + var(--break-gap) * 9);
    --width-11: calc(var(--width-1) * 11 + var(--break-gap) * 10);
    --width-12: calc(var(--width-1) * 12 + var(--break-gap) * 11);
  }

  @media (max-width: 1440px) {
    :root {
      --column-count: 10;
    }
  }

  @media (max-width: 1024px) {
    :root {
      --column-count: 8;
    }
  }

  @media (max-width: 600px) {
    :root {
      --column-count: 6;
    }
  }
/* END_SNIPPET:ante-import-sizes */

/* START_SNIPPET:ante-import-text (INDEX:384) */
.text-display {
    font-family: var(--font-display);
    font-size: var(--font-size-display);
    font-weight: var(--font-weight-display);
    line-height: var(--line-height-display);
    letter-spacing: var(--letter-spacing-display);
  }

  /* Family swaps only. Size and line height stay whatever they were, so these
     can flip a run inside a heading or a paragraph without resizing it. */
  .text-font-heading {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-h);
    letter-spacing: var(--letter-spacing-heading);
  }

  .text-font-base {
    font-family: var(--font);
    font-weight: var(--font-weight-base);
    letter-spacing: var(--letter-spacing);
  }

  /* Headings force their family onto every descendant, so the swap has to
     outrank that to work inside one. */
  {%- comment -%} headings force font-weight: inherit !important on descendants, so the swap has to match it {%- endcomment -%}
  .ante-section :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) :is(.text-font-base, .text-font-base *) {
    font-family: var(--font);
    font-weight: var(--font-weight-base) !important;
    letter-spacing: var(--letter-spacing);
  }

  .ante-section :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) :is(.text-font-heading, .text-font-heading *) {
    font-family: var(--font-heading);
    font-weight: var(--font-weight-h) !important;
  }

  .ante-section :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    all: unset;
    display: block;
    margin: 0;
    font-family: var(--font-heading);
    color: var(--color-text-default);
    letter-spacing: var(--letter-spacing-heading);
  }

  .ante-section :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) * {
    font-family: var(--font-heading);
    font-weight: inherit !important;
  }

  .ante-section :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) :is([class*="body-"], [class*="callout-"], [class*="display-"]),
  .ante-section :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) :is([class*="body-"], [class*="callout-"], [class*="display-"]) * {
    font-family: revert;
  }

  .ante-section :is(h1, .h1) { font-size: var(--font-size-h1); font-weight: var(--font-weight-h1); line-height: var(--line-height-h1); letter-spacing: var(--letter-spacing-heading); }
  .ante-section :is(h2, .h2) { font-size: var(--font-size-h2); font-weight: var(--font-weight-h2); line-height: var(--line-height-h2); letter-spacing: var(--letter-spacing-heading); }
  .ante-section :is(h3, .h3) { font-size: var(--font-size-h3); font-weight: var(--font-weight-h3); line-height: var(--line-height-h3); letter-spacing: var(--letter-spacing-heading); }
  .ante-section :is(h4, .h4) { font-size: var(--font-size-h4); font-weight: var(--font-weight-h4); line-height: var(--line-height-h4); letter-spacing: var(--letter-spacing-heading); }
  .ante-section :is(h5, .h5) { font-size: var(--font-size-h5); font-weight: var(--font-weight-h5); line-height: var(--line-height-h5); letter-spacing: var(--letter-spacing-heading); }
  .ante-section :is(h6, .h6) { font-size: var(--font-size-h6); font-weight: var(--font-weight-h6); line-height: var(--line-height-h6); letter-spacing: var(--letter-spacing-heading); }

  .ante-section .h1 { font-size: var(--font-size-h1); font-weight: var(--font-weight-h1); line-height: var(--line-height-h1); letter-spacing: var(--letter-spacing-heading); }
  .ante-section .h2 { font-size: var(--font-size-h2); font-weight: var(--font-weight-h2); line-height: var(--line-height-h2); letter-spacing: var(--letter-spacing-heading); }
  .ante-section .h3 { font-size: var(--font-size-h3); font-weight: var(--font-weight-h3); line-height: var(--line-height-h3); letter-spacing: var(--letter-spacing-heading); }
  .ante-section .h4 { font-size: var(--font-size-h4); font-weight: var(--font-weight-h4); line-height: var(--line-height-h4); letter-spacing: var(--letter-spacing-heading); }
  .ante-section .h5 { font-size: var(--font-size-h5); font-weight: var(--font-weight-h5); line-height: var(--line-height-h5); letter-spacing: var(--letter-spacing-heading); }
  .ante-section .h6 { font-size: var(--font-size-h6); font-weight: var(--font-weight-h6); line-height: var(--line-height-h6); letter-spacing: var(--letter-spacing-heading); }

  .text-callout-large {
    font-family: var(--font-callout);
    font-size: var(--font-size-callout-large);
    font-weight: var(--font-weight-callout);
    line-height: var(--line-height-callout-large);
    letter-spacing: var(--letter-spacing-callout);
  }

  .text-callout {
    font-family: var(--font-callout);
    font-size: var(--font-size-callout);
    font-weight: var(--font-weight-callout);
    line-height: var(--line-height-callout);
    letter-spacing: var(--letter-spacing-callout);
  }

  .text-callout-small {
    font-family: var(--font-callout);
    font-size: var(--font-size-callout-small);
    font-weight: var(--font-weight-callout);
    line-height: var(--line-height-callout-small);
    letter-spacing: var(--letter-spacing-callout);
  }

  .ante-section strong,
  .ante-section b,
  .ante-section .bold,
  strong .body-large,
  b .body-large,
  .bold .body-large,
  strong .body-base,
  b .body-base,
  .bold .body-base,
  strong .body-small,
  b .body-small,
  .bold .body-small,
  strong .body-x-small,
  b .body-x-small,
  .bold .body-x-small {
    font-weight: var(--font-weight-bold);
  }

  .text-display strong,
  .text-display b,
  .text-display .bold,
  strong .text-display,
  b .text-display,
  .bold .text-display {
    font-weight: var(--font-weight-display-bold);
  }

  .ante-section :is(h1, .h1) strong,
  .ante-section :is(h1, .h1) b,
  .ante-section :is(h1, .h1) .bold,
  strong .ante-section :is(h1, .h1),
  b .ante-section :is(h1, .h1),
  .bold .ante-section :is(h1, .h1) {
    font-weight: var(--font-weight-h1-bold) !important;
  }

  .ante-section :is(h2, .h2) strong,
  .ante-section :is(h2, .h2) b,
  .ante-section :is(h2, .h2) .bold,
  strong .ante-section :is(h2, .h2),
  b .ante-section :is(h2, .h2),
  .bold .ante-section :is(h2, .h2) {
    font-weight: var(--font-weight-h2-bold) !important;
  }

  .ante-section :is(h3, .h3) strong,
  .ante-section :is(h3, .h3) b,
  .ante-section :is(h3, .h3) .bold,
  strong .ante-section :is(h3, .h3),
  b .ante-section :is(h3, .h3),
  .bold .ante-section :is(h3, .h3) {
    font-weight: var(--font-weight-h3-bold) !important;
  }

  .ante-section :is(h4, .h4) strong,
  .ante-section :is(h4, .h4) b,
  .ante-section :is(h4, .h4) .bold,
  strong .ante-section :is(h4, .h4),
  b .ante-section :is(h4, .h4),
  .bold .ante-section :is(h4, .h4) {
    font-weight: var(--font-weight-h4-bold) !important;
  }

  .ante-section :is(h5, .h5) strong,
  .ante-section :is(h5, .h5) b,
  .ante-section :is(h5, .h5) .bold,
  strong .ante-section :is(h5, .h5),
  b .ante-section :is(h5, .h5),
  .bold .ante-section :is(h5, .h5) {
    font-weight: var(--font-weight-h5-bold) !important;
  }

  .ante-section :is(h6, .h6) strong,
  .ante-section :is(h6, .h6) b,
  .ante-section :is(h6, .h6) .bold,
  strong .ante-section :is(h6, .h6),
  b .ante-section :is(h6, .h6),
  .bold .ante-section :is(h6, .h6) {
    font-weight: var(--font-weight-h6-bold) !important;
  }

  .text-callout-large strong,
  .text-callout-large b,
  .text-callout-large .bold,
  .text-callout strong,
  .text-callout b,
  .text-callout .bold,
  .text-callout-small strong,
  .text-callout-small b,
  .text-callout-small .bold,
  strong .text-callout-large,
  b .text-callout-large,
  .bold .text-callout-large,
  strong .text-callout,
  b .text-callout,
  .bold .text-callout,
  strong .text-callout-small,
  b .text-callout-small,
  .bold .text-callout-small {
    font-weight: var(--font-weight-callout-bold);
  }

  .ante-section .muted {
    color: var(--color-text-muted);
  }

  .ante-section .faint {
    color: var(--color-text-faint);
  }

  .ante-section a {
    color: var(--color-text-link);
    text-decoration: underline;
  }

  .body-large {
    font-size: var(--font-size-body-large);
    font-weight: var(--font-weight-base);
    line-height: var(--line-height-body);
  }

  .ante-section,
  .body-base {
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-base);
    line-height: var(--line-height-body);
    letter-spacing: var(--letter-spacing);
  }

  .body-small {
    font-size: var(--font-size-body-small);
    font-weight: var(--font-weight-base);
    line-height: var(--line-height-body);
  }

  .body-x-small {
    font-size: var(--font-size-body-x-small);
    font-weight: var(--font-weight-base);
    line-height: var(--line-height-body);
    letter-spacing: var(--letter-spacing-body-x-small);
  }

  .body-caption-small {
    font-family: var(--font-caption);
    font-size: var(--font-size-caption-small);
    font-weight: var(--font-weight-caption);
    line-height: var(--line-height-caption);
    letter-spacing: var(--letter-spacing-caption);
  }

  .body-caption-x-small {
    font-family: var(--font-caption);
    font-size: var(--font-size-caption-x-small);
    font-weight: var(--font-weight-caption);
    line-height: var(--line-height-caption);
    letter-spacing: var(--letter-spacing-caption);
  }

  .body-caption-small strong,
  .body-caption-small b,
  .body-caption-small .bold,
  .body-caption-x-small strong,
  .body-caption-x-small b,
  .body-caption-x-small .bold,
  strong .body-caption-small,
  b .body-caption-small,
  .bold .body-caption-small,
  strong .body-caption-x-small,
  b .body-caption-x-small,
  .bold .body-caption-x-small {
    font-weight: var(--font-weight-caption-bold);
  }

  .richtext > *:not(:is(style, script, .ante-header-row, h1, h2, h3, h4, h5, h6, p, ul, ol, .metafield-rich_text_field)),
  .richtext > .metafield-rich_text_field > *:not(:is(style, script, .ante-header-row, h1, h2, h3, h4, h5, h6, p, ul, ol)) {
    display: inline-block !important;
  }

  .richtext * {
    white-space: pre-wrap;
  }

  .richtext > .metafield-rich_text_field {
    display: contents;
  }

  .richtext {
    --richtext-gap: var(--spacing-x-small);
  }

  .richtext :is(p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .ante-header-row) {
    margin: var(--richtext-gap) 0;
  }

  .richtext.small-gap :is(p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .ante-header-row) {
    margin: var(--micropad-small) 0;
  }

  .richtext > :first-child,
  .richtext > .metafield-rich_text_field > :first-child {
    margin-top: 0 !important;
  }

  .richtext > :last-child,
  .richtext > .metafield-rich_text_field > :last-child {
    margin-bottom: 0 !important;
  }

  .richtext ul,
  .richtext ol {
    padding-left: 20px;
  }

  .richtext li {
    list-style: initial;
  }

  .richtext.small-gap li ~ li {
    margin-top: var(--micropad-small);
  }

  .richtext p:empty {
    display: block;
    height: var(--spacing-x-small);
  }

  .richtext.small-gap p:empty {
    height: var(--micropad-small);
  }

  .ante-text-svg,
  .ante-text-icon-wrap {
    height: 0;
    display: inline-grid;
    vertical-align: middle;
  }

  .ante-text-svg svg,
  .ante-text-icon {
    height: 1lh;
    width: auto;
    transform: translateY(-64%);
    display: inline-block;
  }

  .text-separator {
    height: 1lh;
    border-right: 1px solid var(--color-text-faint);
    margin: 0 0.3lh;
    opacity: 0.5;
  }

  .highlight {
    background-color: var(--color-surface-dark);
    padding: 0.05em 0.25em;
    border-radius: var(--radius-x-small);
  }

  .ante-text-tag {
    display: inline-block;
    padding: 0.05em 0.25em;
    border-radius: var(--radius-x-small);
  }

  .popupable-container {
    font-family: var(--font);
  }
/* END_SNIPPET:ante-import-text */

/* START_SNIPPET:ante-section-structure (INDEX:388) */
.ante-section * {
    box-sizing: border-box !important;
  }

  .ante-section {
    --ante-container-width: var(--ante-container-width-full);
    padding: 0 var(--page-gutter);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: clip;
    color: var(--color-text-default);
    font-family: inherit;
    position: relative;
    background: var(--color-surface-background);
  }

  .ante-section.section-background-style-floating,
  .ante-section.section-background-style-floating-slim {
    background: transparent;
  }

  .ante-section.section-background-style-floating > .ante-container,
  .ante-section.section-background-style-floating-slim > .ante-container {
    background: var(--color-surface-background);
  }

  @media (min-width: 1025px) {
    .ante-section.section-background-style-floating,
    .ante-section.section-background-style-floating-slim {
      --ante-container-width: calc(var(--ante-container-width-full) - var(--page-gutter) * 2);
    }
  }

  .ante-container {
    width: 100%;
    max-width: min(100%, var(--content-width));
    --section-padding-top: var(--section-spacer);
    --section-padding-bottom: var(--section-spacer);
    --section-internal-padding-vertical: 0;
    --section-internal-padding-horizontal: 0;
    padding: var(--section-padding-top) 0 var(--section-padding-bottom);
    margin: 0 auto;
    font-family: var(--font) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
  }

  .ante-container > * {
    z-index: 1;
  }

  .ante-section.section-spacing-top-off > .ante-container,
  .ante-section.section-spacing-top-off.section-background-style-floating,
  .ante-section.section-spacing-top-off.section-background-style-floating-slim {
    --section-padding-top: 0;
    padding-top: 0 !important;
  }

  .ante-section.section-spacing-top-small > .ante-container,
  .ante-section.section-spacing-top-small.section-background-style-floating,
  .ante-section.section-spacing-top-small.section-background-style-floating-slim {
    --section-padding-top: var(--section-spacer-small);
    padding-top: var(--section-spacer-small) !important;
  }

  .ante-section.section-spacing-top-large > .ante-container,
  .ante-section.section-spacing-top-large.section-background-style-floating,
  .ante-section.section-spacing-top-large.section-background-style-floating-slim {
    --section-padding-top: var(--section-spacer-large);
    padding-top: var(--section-spacer-large) !important;
  }

  .ante-section.section-spacing-bottom-off > .ante-container,
  .ante-section.section-spacing-bottom-off.section-background-style-floating,
  .ante-section.section-spacing-bottom-off.section-background-style-floating-slim {
    --section-padding-bottom: 0;
    padding-bottom: 0 !important;
  }

  .ante-section.section-spacing-bottom-small > .ante-container,
  .ante-section.section-spacing-bottom-small.section-background-style-floating,
  .ante-section.section-spacing-bottom-small.section-background-style-floating-slim {
    --section-padding-bottom: var(--section-spacer-small);
    padding-bottom: var(--section-spacer-small) !important;
  }

  .ante-section.section-spacing-bottom-large > .ante-container,
  .ante-section.section-spacing-bottom-large.section-background-style-floating,
  .ante-section.section-spacing-bottom-large.section-background-style-floating-slim {
    --section-padding-bottom: var(--section-spacer-large);
    padding-bottom: var(--section-spacer-large) !important;
  }

  /* Opt-in per section. Base gets a rule of its own here, unlike the desktop set, because
     it has to actively undo a larger desktop value rather than just be the default. These
     sit after that set so they win on source order, both being !important at equal weight. */
  @media (max-width: 600px) {
    .ante-section.section-spacing-top-mobile-off > .ante-container,
    .ante-section.section-spacing-top-mobile-off.section-background-style-floating,
    .ante-section.section-spacing-top-mobile-off.section-background-style-floating-slim {
      --section-padding-top: 0;
      padding-top: 0 !important;
    }

    .ante-section.section-spacing-top-mobile-small > .ante-container,
    .ante-section.section-spacing-top-mobile-small.section-background-style-floating,
    .ante-section.section-spacing-top-mobile-small.section-background-style-floating-slim {
      --section-padding-top: var(--section-spacer-small);
      padding-top: var(--section-spacer-small) !important;
    }

    .ante-section.section-spacing-top-mobile-base > .ante-container,
    .ante-section.section-spacing-top-mobile-base.section-background-style-floating,
    .ante-section.section-spacing-top-mobile-base.section-background-style-floating-slim {
      --section-padding-top: var(--section-spacer);
      padding-top: var(--section-spacer) !important;
    }

    .ante-section.section-spacing-top-mobile-large > .ante-container,
    .ante-section.section-spacing-top-mobile-large.section-background-style-floating,
    .ante-section.section-spacing-top-mobile-large.section-background-style-floating-slim {
      --section-padding-top: var(--section-spacer-large);
      padding-top: var(--section-spacer-large) !important;
    }

    .ante-section.section-spacing-bottom-mobile-off > .ante-container,
    .ante-section.section-spacing-bottom-mobile-off.section-background-style-floating,
    .ante-section.section-spacing-bottom-mobile-off.section-background-style-floating-slim {
      --section-padding-bottom: 0;
      padding-bottom: 0 !important;
    }

    .ante-section.section-spacing-bottom-mobile-small > .ante-container,
    .ante-section.section-spacing-bottom-mobile-small.section-background-style-floating,
    .ante-section.section-spacing-bottom-mobile-small.section-background-style-floating-slim {
      --section-padding-bottom: var(--section-spacer-small);
      padding-bottom: var(--section-spacer-small) !important;
    }

    .ante-section.section-spacing-bottom-mobile-base > .ante-container,
    .ante-section.section-spacing-bottom-mobile-base.section-background-style-floating,
    .ante-section.section-spacing-bottom-mobile-base.section-background-style-floating-slim {
      --section-padding-bottom: var(--section-spacer);
      padding-bottom: var(--section-spacer) !important;
    }

    .ante-section.section-spacing-bottom-mobile-large > .ante-container,
    .ante-section.section-spacing-bottom-mobile-large.section-background-style-floating,
    .ante-section.section-spacing-bottom-mobile-large.section-background-style-floating-slim {
      --section-padding-bottom: var(--section-spacer-large);
      padding-bottom: var(--section-spacer-large) !important;
    }
  }

  .ante-section.section-background-style-floating,
  .ante-section.section-background-style-floating-slim {
    padding-top: var(--section-spacer);
    padding-bottom: var(--section-spacer);
  }

  .ante-section.section-background-style-floating > .ante-container {
    border-radius: var(--radius-medium);
    --section-internal-padding-vertical: var(--section-spacer);
    --section-internal-padding-horizontal: var(--section-spacer);
    padding: var(--section-internal-padding-vertical) var(--section-internal-padding-horizontal) !important;
    overflow: clip;
  }

  .ante-section.section-background-style-floating-slim > .ante-container {
    border-radius: var(--radius-medium);
    --section-internal-padding-vertical: var(--section-spacer-small);
    --section-internal-padding-horizontal: var(--section-spacer-small);
    padding: var(--section-internal-padding-vertical) var(--section-internal-padding-horizontal) !important;
    overflow: clip;
  }

  @media (max-width: 600px) {
    .ante-section.section-background-style-floating > .ante-container,
    .ante-section.section-background-style-floating-slim > .ante-container {
      --section-internal-padding-horizontal: var(--padding-medium);
    }

    .ante-section.section-background-style-floating > .ante-container {
      --section-internal-padding-vertical: var(--padding-x-large);
    }

    .ante-section.section-background-style-floating-slim > .ante-container {
      --section-internal-padding-vertical: var(--padding-medium);
    }
  }

  .shopify-section:has(> .ante-section-hidden),
  .ante-section-hidden {
    display: none !important;
  }

  .ante-section p {
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit;
  }

  .ante-section a {
    color: inherit;
  }

  .ante-section .link:not(.ante-button),
  .ante-section .richtext a:not(.ante-button) {
    color: var(--color-text-link) !important;
    position: relative;
    text-decoration: underline;
    font-weight: var(--font-weight-bold);
  }

  .ante-section .link:not(.ante-button) strong,
  .ante-section .richtext a:not(.ante-button) strong {
    font-family: var(--font-caption);
    font-weight: var(--font-weight-caption);
    text-transform: uppercase;
  }

  .ante-section .mobile {
    display: none !important;
  }

  .ante-section video:fullscreen {
    object-fit: contain;
  }

  .ante-section-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    flex-wrap: wrap;
  }

  .ante-section-header-page {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .ante-section-header.header-alignment-left {
    align-items: flex-start;
    text-align: left;
  }

  .ante-section-header.header-alignment-right {
    align-items: flex-end;
    text-align: right;
  }

  .ante-section-header * {
    flex: 1;
  }

  .ante-section-header :is(h1, h2, h3, h4, h5, h6) {
    display: block !important;
  }

  .ante-section-header :first-child {
    margin-top: 0 !important;
  }

  .ante-section-header :last-child {
    margin-bottom: 0 !important;
  }

  .ante-section-header :is(p, h1, h2, h3, h4, h5, h6, .ante-header-row) + :is(p, h1, h2, h3, h4, h5, h6, .ante-header-row) {
    margin-top: 0;
  }

  .ante-section-header > :is(h1, h2, h3, h4, h5, h6, .ante-header-row) + p {
    margin-top: calc(var(--spacing-small) - var(--spacing-x-small)) !important;
  }

  .ante-section-header-page + .ante-section-content,
  .ante-section-header + .ante-section-content {
    margin-top: var(--spacing-large);
  }

  .ante-section-header.limit-width :is(h1, h2, h3, h4, h5, h6) {
    max-width: var(--ante-heading-width, var(--width-8)) !important;
  }

  .ante-section-header.limit-width p {
    max-width: var(--ante-paragraph-width, var(--width-6));
  }

  .ante-section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex: 1;
  }

  @media (max-width: 1440px) {
    .ante-section-header :is(h1, h2, h3, h4, h5, h6) strong::before {
      height: 36px;
    }
  }

  @media (min-width: 1025px) {
    .ante-header-row {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      text-align: left;
      width: 100%;
      column-gap: var(--spacing-large);
    }

    .ante-header-row > * {
      margin: 0 !important;
    }

    .ante-section-header .ante-header-row :is(h1, h2, h3, h4, h5, h6) {
      min-width: var(--width-7) !important;
      max-width: var(--width-7) !important;
    }
  }

  @media (min-width: 1025px) and (max-width: 1440px) {
    .ante-section-header .ante-header-row :is(h1, h2, h3, h4, h5, h6) {
      min-width: var(--width-6) !important;
      max-width: var(--width-6) !important;
    }

    .ante-header-row p {
      margin-top: var(--spacing-x-small) !important;
      align-self: flex-end;
    }
  }

  @media (max-width: 1024px) {
    .ante-section-header {
      flex-direction: column !important;
    }

    .ante-section-header.header-alignment-mobile-center {
      align-items: center;
      text-align: center;
    }

    .ante-section-header.header-alignment-mobile-left {
      align-items: flex-start;
      text-align: left;
    }

    .ante-section-header.header-alignment-mobile-right {
      align-items: flex-end;
      text-align: right;
    }

    .ante-header-row {
      display: contents;
    }

    .ante-section-header.limit-width :is(h1, h2, h3, h4, h5, h6) {
      max-width: 100% !important;
    }

    .ante-section-header.limit-width p {
      max-width: var(--width-7);
    }

    .ante-section-header h6 {
      font-size: 14px;
    }
  }

  @media (max-width: 600px) {
    .ante-section .mobile {
      display: flex !important;
    }

    .richtext .mobile {
      display: inline !important;
    }

    .ante-section .desktop {
      display: none !important;
    }

    .ante-section-header :is(h1, h2, h3, h4, h5, h6) strong::before {
      height: 24px;
    }

    .ante-section-header.limit-width p {
      max-width: 100%;
    }

    .ante-section-header h6 {
      font-size: 12px;
    }
  }

  .ante-section-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    gap: var(--spacing-medium);
  }

  .ante-section-header-wrapper .ante-section-header {
    flex: 1;
  }

  .ante-section-header-wrapper + .ante-section-content {
    margin-top: var(--spacing-large);
  }

  .ante-section-header-content {
    display: flex;
  }

  @media (max-width: 1024px) {
    .ante-section-header-wrapper {
      flex-direction: column;
      align-items: stretch;
      gap: var(--spacing-large);
    }

    .header-alignment-mobile-left ~ .ante-section-header-content {
      align-self: flex-start;
    }

    .header-alignment-mobile-center ~ .ante-section-header-content {
      align-self: center;
    }

    .header-alignment-mobile-right ~ .ante-section-header-content {
      align-self: flex-end;
    }
  }
/* END_SNIPPET:ante-section-structure */

/* START_SNIPPET:ante-stars (INDEX:389) */
.review-stars {
    display: flex;
    gap: var(--micropad-large);
    align-items: center;
    text-decoration: none !important;
    white-space: pre;
  }

  .review-stars.inline {
    display: inline-flex;
    vertical-align: middle;
  }

  .review-stars.inline .review-stars-stars svg {
    width: calc(1lh * 0.75);
    height: calc(1lh * 0.75);
    flex-shrink: 0;
    transform: translateY(-5%);
  }

  .review-stars-stars {
    display: flex;
    gap: 2px;
  }

  .review-stars.multiline {
    align-items: flex-start;
    flex-direction: column;
    gap: var(--micropad-x-small);
  }
/* END_SNIPPET:ante-stars */

/* START_SNIPPET:ante-toggle-switch (INDEX:397) */
.ante-toggle-switch {
    --switch-duration: .25s;
    cursor: pointer;
    user-select: none;
    width: 40px;
    padding: 3px;
    border-radius: var(--radius-small);
    display: flex;
    background-color: var(--color-toggle-surface-off);
    border: 1px solid var(--color-toggle-border-off);
    transition: background-color var(--switch-duration), border var(--switch-duration);
  }

  .ante-toggle-switch::before {
    content: "";
    transition: flex var(--switch-duration);
  }

  .ante-toggle-thumb {
    width: 18px;
    height: 18px;
    background: var(--color-toggle-thumb-surface);
    border-radius: calc(var(--radius-small) / 2);
    position: relative;
    grid-column: 2;
    border: 1px solid var(--color-toggle-thumb-border-off);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.1);
    transition: border-color var(--switch-duration), box-shadow var(--switch-duration);
  }

  input:checked + label .ante-toggle-switch {
    background-color: var(--color-toggle-surface-on);
    border-color: var(--color-toggle-border-on);
  }

  input:checked + label .ante-toggle-switch::before {
    flex: 1;
  }

  input:checked + label .ante-toggle-thumb {
    border-color: var(--color-toggle-border-on);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 0.08), 0 4px 6px 0 rgb(0 0 0 / 0.08);
  }

  @media (max-width: 600px) {
    .ante-toggle-switch {
      width: 32px;
      padding: 2px;
    }

    .ante-toggle-thumb {
      width: 14px;
      height: 14px;
    }
  }
/* END_SNIPPET:ante-toggle-switch */

/* START_SNIPPET:dd-wave-divider (INDEX:419) */
.dd-wave-divider__path-desktop { display: none; }
    @media screen and (min-width: 750px) {
      .dd-wave-divider__path-mobile { display: none; }
      .dd-wave-divider__path-desktop { display: block; }
    }
/* END_SNIPPET:dd-wave-divider */