/** 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 1212 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:dd-best-sellers (INDEX:18) */
#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:21) */
#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:29) */
#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:30) */
#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:31) */
#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:32) */
#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:33) */
/* ── 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:34) */
#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:35) */
#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:36) */
#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:37) */
#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:38) */
#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:39) */
#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:40) */
#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:41) */
#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:42) */
#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:dd-wave-divider (INDEX:329) */
.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 */