/** Shopify CDN: Minification failed

Line 29:18 Expected identifier but found whitespace
Line 29:20 Expected identifier but found "%"
Line 29:85 Expected identifier but found "%"
Line 29:94 Unexpected "var("
Line 29:155 Expected identifier but found "%"
Line 30:15 Expected identifier but found whitespace
Line 30:17 Unexpected "{"
Line 30:26 Expected ":"
Line 54:18 Expected identifier but found whitespace
Line 54:20 Expected identifier but found "%"
... and 57 more hidden warnings

**/
/* START_SECTION:community-testimonials-marquee (INDEX:4) */
.community-testimonials__background {
    background: var(--community-testimonials-background);
  }

  .community-testimonials {
    color: #000;
    overflow: hidden;
  }

  .community-testimonials__header {
    width: 100%;
    max-width: var(--community-testimonials-mobile-header-max-width);
    margin-inline: {% if section.settings.mobile_header_alignment == 'center' %}auto{% else %}var(--community-testimonials-mobile-header-margin-left) auto{% endif %};
    text-align: {{ section.settings.mobile_header_alignment | default: 'left' }};
  }

  .community-testimonials__heading {
    margin: 0;
    background: linear-gradient(104deg, #000 23%, var(--community-testimonials-accent) 107%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-heading--family);
    font-style: var(--font-heading--style);
    font-weight: var(--community-testimonials-heading-font-weight, 500);
    line-height: 1.15;
    letter-spacing: 0;
  }

  .community-testimonials__heading--desktop {
    display: none;
  }

  .community-testimonials__heading--mobile {
    display: block;
    max-width: var(--community-testimonials-mobile-heading-max-width);
    margin-inline: {% if section.settings.mobile_header_alignment == 'center' %}auto{% else %}0{% endif %};
    font-size: var(--community-testimonials-mobile-heading-font-size);
  }

  .community-testimonials__marquee {
    --community-testimonials-card-width: var(--community-testimonials-mobile-card-width);
    --community-testimonials-card-height: var(--community-testimonials-mobile-card-height);
    --community-testimonials-card-gap: var(--community-testimonials-mobile-card-gap);
    --community-testimonials-track-offset: calc(
      ((100vw - var(--community-testimonials-card-width)) / 2) -
        var(--community-testimonials-card-width) - var(--community-testimonials-card-gap)
    );

    width: 100%;
    margin-block-start: var(--community-testimonials-mobile-marquee-margin-top);
    padding-block: var(--community-testimonials-mobile-marquee-padding-top) var(--community-testimonials-mobile-marquee-padding-bottom);
    overflow: hidden;
    scrollbar-width: none;
  }

  .community-testimonials__marquee::-webkit-scrollbar {
    display: none;
  }

  .community-testimonials__track {
    display: flex;
    width: max-content;
    margin-inline-start: var(--community-testimonials-track-offset);
    animation: community-testimonials-marquee var(--community-testimonials-duration-mobile) linear infinite;
    animation-direction: var(--community-testimonials-direction);
    will-change: transform;
  }

  .community-testimonials__group {
    display: flex;
    flex: 0 0 auto;
    gap: var(--community-testimonials-card-gap);
    padding-inline-end: var(--community-testimonials-card-gap);
  }

  .community-testimonials__card {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    width: var(--community-testimonials-card-width);
    height: var(--community-testimonials-card-height);
    padding: var(--community-testimonials-mobile-card-padding);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 36px rgb(0 0 0 / 0.07);
    overflow: hidden;
  }

  .community-testimonials__quote-mark {
    display: block;
    height: 32px;
    color: #3b1600;
    font-family: Georgia, serif;
    font-size: var(--community-testimonials-mobile-quote-mark-font-size);
    font-weight: 700;
    line-height: 0.72;
    letter-spacing: 0;
  }

  .community-testimonials__quote {
    display: -webkit-box;
    min-height: var(--community-testimonials-mobile-quote-min-height);
    margin-block-start: var(--community-testimonials-mobile-quote-margin-top);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: var(--font-body--family);
    font-size: var(--community-testimonials-mobile-quote-font-size);
    line-height: 2.05;
    letter-spacing: 0;
  }

  .community-testimonials__divider {
    width: 100%;
    height: 1px;
    margin-block: auto var(--community-testimonials-mobile-divider-margin-bottom);
    background: rgb(0 0 0 / 0.1);
  }

  .community-testimonials__author {
    display: flex;
    align-items: center;
    gap: var(--community-testimonials-mobile-author-gap);
    min-width: 0;
  }

  .community-testimonials__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: var(--community-testimonials-mobile-avatar-size);
    height: var(--community-testimonials-mobile-avatar-size);
    border-radius: 50%;
    background: linear-gradient(146deg, #000 20%, var(--community-testimonials-card-accent) 146%);
    color: #fff;
    font-family: var(--font-heading--family);
    font-size: var(--community-testimonials-mobile-avatar-font-size);
    font-weight: 500;
    line-height: 1;
  }

  .community-testimonials__author-copy {
    min-width: 0;
  }

  .community-testimonials__name {
    width: fit-content;
    max-width: 100%;
    overflow: hidden;
    background: linear-gradient(104deg, #000 23%, var(--community-testimonials-card-accent) 107%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-heading--family);
    font-size: var(--community-testimonials-mobile-name-font-size);
    font-weight: 500;
    line-height: 1.18;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .community-testimonials__meta {
    margin-block-start: 4px;
    overflow: hidden;
    font-family: var(--font-body--family);
    font-size: var(--community-testimonials-mobile-meta-font-size);
    line-height: 1.25;
    letter-spacing: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  @media screen and (min-width: 750px) {
    .community-testimonials__header {
      max-width: var(--community-testimonials-desktop-header-max-width);
      margin-inline: auto;
      text-align: center;
    }

    .community-testimonials__heading--desktop {
      display: block;
      font-size: var(--community-testimonials-desktop-heading-font-size);
      line-height: 1.15;
    }

    .community-testimonials__heading--mobile {
      display: none;
    }

    .community-testimonials__marquee {
      --community-testimonials-card-width: var(--community-testimonials-desktop-card-width);
      --community-testimonials-card-height: var(--community-testimonials-desktop-card-height);
      --community-testimonials-card-gap: var(--community-testimonials-desktop-card-gap);
      --community-testimonials-track-offset: calc(var(--community-testimonials-card-width) * 0.65 * -1);

      margin-block-start: var(--community-testimonials-desktop-marquee-margin-top);
      padding-block: var(--community-testimonials-desktop-marquee-padding-top) var(--community-testimonials-desktop-marquee-padding-bottom);
    }

    .community-testimonials__track {
      animation-duration: var(--community-testimonials-duration-desktop);
    }

    .community-testimonials__card {
      padding: var(--community-testimonials-desktop-card-padding);
      border-radius: 13px;
      box-shadow: 0 0 42px rgb(0 0 0 / 0.07);
    }

    .community-testimonials__quote-mark {
      height: 42px;
      font-size: var(--community-testimonials-desktop-quote-mark-font-size);
    }

    .community-testimonials__quote {
      min-height: var(--community-testimonials-desktop-quote-min-height);
      margin-block-start: var(--community-testimonials-desktop-quote-margin-top);
      font-size: var(--community-testimonials-desktop-quote-font-size);
      line-height: 2;
    }

    .community-testimonials__divider {
      margin-block-end: var(--community-testimonials-desktop-divider-margin-bottom);
    }

    .community-testimonials__author {
      gap: var(--community-testimonials-desktop-author-gap);
    }

    .community-testimonials__avatar {
      width: var(--community-testimonials-desktop-avatar-size);
      height: var(--community-testimonials-desktop-avatar-size);
      font-size: 20px;
    }

    .community-testimonials__name {
      font-size: var(--community-testimonials-desktop-name-font-size);
    }

    .community-testimonials__meta {
      margin-block-start: 5px;
      font-size: var(--community-testimonials-desktop-meta-font-size);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .community-testimonials__marquee {
      overflow-x: auto;
    }

    .community-testimonials__track {
      animation: none;
      will-change: auto;
    }
  }

  @keyframes community-testimonials-marquee {
    to {
      transform: translate3d(-25%, 0, 0);
    }
  }

  @media screen and (min-width: 750px) {
    .shopify-section:has(> .community-testimonials[data-fullscreen="true"]) {
      display: grid;
      align-items: center;
      min-height: calc(100svh - var(--header-height, 60px));
    }
  }
/* END_SECTION:community-testimonials-marquee */
/* START_SECTION:consultation-cta-card (INDEX:5) */
.consultation-cta-card__section-background {
    background: var(--consultation-cta-section-background);
  }

  .consultation-cta-card {
    color: var(--consultation-cta-text);
  }

  @media screen and (min-width: 750px) {
    .shopify-section:has(> .consultation-cta-card[data-fullscreen="true"]) {
      display: grid;
      align-items: center;
      min-height: calc(100svh - var(--header-height, 60px));
    }
  }

  .shopify-section:has(> .consultation-cta-card__section-background) > .consultation-cta-card {
    width: 100%;
  }

  .consultation-cta-card__card {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: var(--consultation-cta-mobile-card-min-height);
    overflow: hidden;
    border-radius: var(--consultation-cta-mobile-card-radius);
    background:
      radial-gradient(circle at 50% 128%, var(--consultation-cta-glow-start) 0, rgb(255 255 255 / 0) 58%),
      radial-gradient(circle at 50% 104%, var(--consultation-cta-glow-end) 0, rgb(255 255 255 / 0) 44%),
      var(--consultation-cta-card-background);
    box-shadow: 0 0 38px rgb(0 0 0 / 0.07);
  }

  .consultation-cta-card__media {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .consultation-cta-card__media picture,
  .consultation-cta-card__media-image {
    display: block;
    width: 100%;
    height: 100%;
  }

  .consultation-cta-card__media-image {
    object-fit: cover;
    object-position: var(--consultation-cta-background-position-mobile);
  }

  .consultation-cta-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, var(--consultation-cta-mobile-content-width));
    padding: var(--consultation-cta-mobile-content-padding-top) var(--consultation-cta-mobile-content-padding-inline) var(--consultation-cta-mobile-content-padding-bottom);
    text-align: center;
  }

  .consultation-cta-card__heading {
    display: block;
    width: 100%;
    margin: -0.04em 0 -0.14em;
    padding-block: 0.04em 0.14em;
    background: linear-gradient(92deg, #000 1%, var(--consultation-cta-accent) 82%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-heading--family);
    font-style: var(--font-heading--style);
    font-weight: var(--consultation-cta-card-heading-font-weight, 500);
    letter-spacing: 0;
  }

  .consultation-cta-card__heading--desktop,
  .consultation-cta-card__body--desktop,
  .consultation-cta-card__disclaimer--desktop {
    display: none;
  }

  .consultation-cta-card__heading--mobile {
    font-size: var(--consultation-cta-mobile-heading-font-size);
    line-height: 1.25;
  }

  .consultation-cta-card__body {
    width: 100%;
    margin-block-start: var(--consultation-cta-mobile-body-margin-top);
    color: var(--consultation-cta-text);
    font-family: var(--font-body--family);
    font-size: var(--consultation-cta-mobile-body-font-size);
    line-height: 1.72;
    letter-spacing: 0;
  }

  .consultation-cta-card__body p,
  .consultation-cta-card__disclaimer p {
    margin: 0;
  }

  .consultation-cta-card__body p + p,
  .consultation-cta-card__disclaimer p + p {
    margin-block-start: 0;
  }

  .consultation-cta-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--consultation-cta-mobile-button-min-height);
    margin-block-start: var(--consultation-cta-mobile-button-margin-top);
    border-radius: 999px;
    background: var(--consultation-cta-button-background);
    color: var(--consultation-cta-button-text);
    font-family: var(--font-heading--family);
    font-size: var(--consultation-cta-mobile-button-font-size);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 8px 24px;
  }

  .consultation-cta-card__button:hover {
    filter: brightness(1.08);
  }

  .consultation-cta-card__button:focus-visible {
    outline: 2px solid var(--consultation-cta-accent);
    outline-offset: 4px;
  }

  .consultation-cta-card__button--disabled {
    cursor: default;
  }

  .consultation-cta-card__disclaimer {
    width: var(--consultation-cta-mobile-disclaimer-width);
    margin-block-start: var(--consultation-cta-mobile-disclaimer-margin-top);
    color: var(--consultation-cta-text);
    font-family: var(--font-body--family);
    font-size: var(--consultation-cta-mobile-disclaimer-font-size);
    font-style: italic;
    line-height: 1.667;
    letter-spacing: 0;
  }

  @media screen and (min-width: 750px) {
    .consultation-cta-card__card {
      align-items: center;
      min-height: var(--consultation-cta-desktop-card-min-height);
      border-radius: var(--consultation-cta-desktop-card-radius);
      background:
        radial-gradient(circle at 50% 170%, var(--consultation-cta-glow-start) 0, rgb(255 255 255 / 0) 60%),
        radial-gradient(circle at 50% 128%, var(--consultation-cta-glow-end) 0, rgb(255 255 255 / 0) 42%),
        var(--consultation-cta-card-background);
    }

    .consultation-cta-card__media-image {
      object-position: var(--consultation-cta-background-position-desktop);
    }

    .consultation-cta-card__content {
      width: min(100%, var(--consultation-cta-desktop-content-width));
      padding: var(--consultation-cta-desktop-content-padding-y) var(--consultation-cta-desktop-content-padding-inline);
    }

    .consultation-cta-card__heading--desktop {
      display: block;
      font-size: var(--consultation-cta-desktop-heading-font-size);
      line-height: 1.12;
    }

    .consultation-cta-card__heading--mobile {
      display: none;
    }

    .consultation-cta-card__body--desktop {
      display: block;
      margin-block-start: var(--consultation-cta-desktop-body-margin-top);
      font-size: var(--consultation-cta-desktop-body-font-size);
      line-height: 1.35;
    }

    .consultation-cta-card__body--mobile {
      display: none;
    }

    .consultation-cta-card__button {
      min-height: var(--consultation-cta-desktop-button-min-height);
      margin-block-start: var(--consultation-cta-desktop-button-margin-top);
      font-size: var(--consultation-cta-desktop-button-font-size);
      padding: 10px 28px;
    }

    .consultation-cta-card__disclaimer--desktop {
      display: block;
      width: var(--consultation-cta-desktop-disclaimer-width);
      margin-block-start: var(--consultation-cta-desktop-disclaimer-margin-top);
      font-size: var(--consultation-cta-desktop-disclaimer-font-size);
      line-height: 1.55;
    }

    .consultation-cta-card__disclaimer--mobile {
      display: none;
    }
  }
/* END_SECTION:consultation-cta-card */
/* START_SECTION:continue-footer (INDEX:6) */
.continue-footer__background {
    background:
      radial-gradient(
        circle 760px at 50% -390px,
        color-mix(in srgb, var(--continue-footer-glow-color) 72%, transparent) 0%,
        rgb(0 0 0 / 0) 74%
      ),
      var(--continue-footer-background-color);
  }

  .continue-footer__background--flat {
    background: var(--continue-footer-background-color);
  }

  .continue-footer {
    color: var(--continue-footer-text-color);
    font-family: var(--font-body--family);
    overflow: hidden;
  }

  .continue-footer__shell,
  .continue-footer__bottom {
    width: min(calc(100% - 32px), 1120px);
    margin-inline: auto;
  }

  .continue-footer__nav-list,
  .continue-footer__legal-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  .continue-footer__nav-list {
    max-width: 330px;
    margin-inline: auto;
    row-gap: 14px;
  }

  .continue-footer__nav-item,
  .continue-footer__legal-item {
    display: flex;
    align-items: center;
  }

  .continue-footer__nav-item:not(:last-child)::after {
    content: '';
    display: block;
    width: 1px;
    height: 28px;
    margin-inline: 14px;
    background: color-mix(in srgb, currentColor 42%, transparent);
  }

  .continue-footer__nav-link,
  .continue-footer__legal-link,
  .continue-footer__copyright a {
    color: currentColor;
    text-decoration: none;
    transition: opacity var(--animation-speed) var(--animation-easing);
  }

  .continue-footer__nav-link:hover,
  .continue-footer__legal-link:hover,
  .continue-footer__copyright a:hover {
    opacity: var(--opacity-subdued-text);
  }

  .continue-footer__nav-link:focus-visible,
  .continue-footer__legal-link:focus-visible,
  .continue-footer__copyright a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
  }

  .continue-footer__nav-link {
    font-size: var(--continue-footer-mobile-nav-font-size);
    line-height: 28px;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .continue-footer__nav + .continue-footer__disclaimer {
    margin-block-start: 29px;
  }

  .continue-footer__disclaimer {
    max-width: 268px;
    margin-inline: auto;
    text-align: center;
    font-size: var(--continue-footer-mobile-disclaimer-font-size);
    font-style: italic;
    line-height: 20px;
    letter-spacing: 0;
  }

  .continue-footer__disclaimer-label,
  .continue-footer__disclaimer-body p {
    margin: 0;
  }

  .continue-footer__disclaimer-body--desktop {
    display: none;
  }

  .continue-footer__disclaimer-body--mobile {
    display: block;
  }

  .continue-footer__divider {
    width: 100%;
    height: 1px;
    margin-block: 42px 24px;
    background: color-mix(
      in srgb,
      var(--continue-footer-divider-color) var(--continue-footer-divider-opacity),
      transparent
    );
  }

  .continue-footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
  }

  .continue-footer__copyright {
    font-size: var(--continue-footer-mobile-bottom-font-size);
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0;
  }

  .continue-footer__copyright p {
    margin: 0;
  }

  .continue-footer__legal {
    font-size: var(--continue-footer-mobile-bottom-font-size);
    line-height: 20px;
    letter-spacing: 0;
  }

  .continue-footer__legal--mobile-hidden {
    display: none;
  }

  .continue-footer__legal-list {
    row-gap: 8px;
  }

  .continue-footer__legal-item:not(:last-child)::after {
    content: '\00b7';
    margin-inline: 8px;
  }

  @media screen and (max-width: 749px) {
    .continue-footer.spacing-style {
      --padding-block-start: var(--continue-footer-padding-top-mobile);
      --padding-block-end: var(--continue-footer-padding-bottom-mobile);
    }
  }

  @media screen and (min-width: 750px) {
    .continue-footer__shell,
    .continue-footer__bottom {
      width: min(calc(100% - 80px), 1120px);
    }

    .continue-footer__nav-list {
      max-width: none;
      row-gap: 0;
    }

    .continue-footer__nav-link {
      font-size: var(--continue-footer-desktop-nav-font-size);
      line-height: 28px;
    }

    .continue-footer__nav + .continue-footer__disclaimer {
      margin-block-start: 28px;
    }

    .continue-footer__disclaimer {
      max-width: 680px;
      font-size: var(--continue-footer-desktop-disclaimer-font-size);
      line-height: 24px;
    }

    .continue-footer__disclaimer-body--desktop {
      display: block;
    }

    .continue-footer__disclaimer-body--mobile {
      display: none;
    }

    .continue-footer__divider {
      margin-block: 42px 22px;
    }

    .continue-footer__bottom {
      align-items: center;
      gap: 24px;
    }

    .continue-footer__bottom--left {
      flex-direction: row;
      justify-content: space-between;
      text-align: left;
    }
    .continue-footer__bottom--left .continue-footer__legal {
      display: block;
      text-align: end;
    }
    .continue-footer__bottom--left .continue-footer__legal-list {
      justify-content: flex-end;
    }

    .continue-footer__bottom--right {
      flex-direction: row-reverse;
      justify-content: space-between;
      text-align: right;
    }
    .continue-footer__bottom--right .continue-footer__legal {
      display: block;
      text-align: start;
    }
    .continue-footer__bottom--right .continue-footer__legal-list {
      justify-content: flex-start;
    }

    .continue-footer__bottom--center {
      flex-direction: column;
      justify-content: center;
      text-align: center;
      gap: 18px;
    }
    .continue-footer__bottom--center .continue-footer__legal {
      display: block;
      text-align: center;
    }
    .continue-footer__bottom--center .continue-footer__legal-list {
      justify-content: center;
    }

    .continue-footer__copyright,
    .continue-footer__legal {
      font-size: var(--continue-footer-desktop-bottom-font-size);
      line-height: 24px;
    }
  }
/* END_SECTION:continue-footer */
/* START_SECTION:continue-hero (INDEX:7) */
.continue-hero {
    --continue-hero-viewport-height: 0px;
    --continue-hero-height: max(var(--continue-hero-viewport-height), var(--continue-hero-desktop-min-height));
    --continue-hero-bottom-bar-height: 0px;
    --continue-hero-desktop-bottom-bar-height: 88px;
    --continue-hero-mobile-bottom-bar-height-setting: 160px;

    position: relative;
    align-items: center;
    isolation: isolate;
    height: var(--continue-hero-height);
    min-height: var(--continue-hero-height);
    max-height: none;
    overflow: hidden;
    color: var(--continue-hero-text);
  }

  .continue-hero__media-layer,
  .continue-hero__media-wrapper,
  .continue-hero__overlay {
    position: absolute;
    inset: 0;
  }

  .continue-hero__media-layer {
    z-index: 0;
    grid-column: 1 / -1;
    overflow: hidden;
    background: #1f1f1f;
  }

  .continue-hero__media-wrapper--mobile {
    display: none;
  }

  .continue-hero__media,
  .continue-hero__media-wrapper {
    width: 100%;
    height: 100%;
  }

  .continue-hero__media {
    display: block;
    object-fit: cover;
    object-position: var(--continue-hero-mobile-object-position);
  }

  .continue-hero__video {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 1;
    /* Dark bg matches media-layer so pre-load state is seamless */
    background: #1f1f1f;
  }

  .continue-hero__poster {
    position: absolute;
    inset: 0;
    /* Poster stays BEHIND video as reduced-motion / no-JS fallback only */
    z-index: 0;
  }

  .continue-hero__placeholder {
    background: linear-gradient(135deg, #302b27 0%, #73705d 100%);
  }

  .continue-hero__overlay {
    z-index: 1;
    background: rgb(0 0 0 / var(--continue-hero-overlay-opacity));
    pointer-events: none;
  }

  .continue-hero__content {
    position: relative;
    z-index: 2;
    width: min(100%, 760px);
    padding-block: clamp(56px, 9svh, 88px) clamp(22px, 3.6svh, 36px);
  }

  .continue-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: auto;
    max-width: min(100%, 260px);
    min-height: 43px;
    padding: 7px 14px;
    border: 1px solid #fff;
    border-radius: 11.67px;
    background: #fff;
    color: var(--continue-hero-accent);
    box-shadow: 0 0 2px #f6c8a8;
  }

  .continue-hero__badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  .continue-hero__badge-icon svg {
    width: 52px;
    height: 28px;
    display: block;
  }

  .continue-hero__badge-divider {
    display: block;
    flex: 0 0 auto;
    width: 1px;
    height: 25px;
    background: var(--continue-hero-accent);
    opacity: 0.35;
  }

  .continue-hero__badge-text {
    font-family: var(--font-body--family);
    font-size: var(--continue-hero-mobile-badge-font-size);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    color: var(--continue-hero-accent);
  }

  .continue-hero__badge-text--desktop {
    display: none;
  }

  .continue-hero__badge-text--mobile {
    display: block;
  }

  .continue-hero__heading {
    max-width: 720px;
    margin: 18px 0 0;
    font-family: var(--font-heading--family);
    font-style: var(--font-heading--style);
    font-weight: var(--continue-hero-heading-font-weight, 500);
    letter-spacing: 0;
    color: var(--continue-hero-text);
  }

  .continue-hero__heading--desktop,
  .continue-hero__body--desktop,
  .continue-hero__button-label--desktop {
    display: none;
  }

  .continue-hero__heading--mobile {
    display: block;
    font-size: clamp(34px, 9.8vw, 38px);
    line-height: 1.12;
  }

  .continue-hero__body {
    max-width: 700px;
    margin-block-start: 14px;
    font-family: var(--font-body--family);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0;
    color: var(--continue-hero-text);
  }

  .continue-hero__body--mobile {
    display: block;
  }

  .continue-hero__buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-block-start: 18px;
  }

  .continue-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 8px 24px;
    border-radius: 999px;
    font-family: var(--button-font-family-primary);
    font-size: 15.66px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: filter var(--animation-speed) var(--animation-easing),
      background-color var(--animation-speed) var(--animation-easing);
  }

  .continue-hero__button--primary {
    min-width: 178px;
    background: var(--continue-hero-button-bg);
    color: var(--continue-hero-button-text);
  }

  .continue-hero__button--secondary {
    min-width: 215px;
    background: var(--continue-hero-secondary-button-bg);
    color: var(--continue-hero-secondary-button-text);
    backdrop-filter: blur(12px);
  }

  .continue-hero__button:hover {
    filter: brightness(0.95);
  }

  .continue-hero__button--secondary:hover {
    filter: brightness(0.95) contrast(1.1);
  }

  .continue-hero__button[aria-disabled='true'] {
    cursor: default;
  }

  .continue-hero__button-label--mobile {
    display: inline;
  }

  .continue-hero__bottom-bar {
    display: none;
  }

  .continue-hero__proof-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-block-start: 18px;
    font-family: var(--font-body--family);
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: 0;
    color: var(--continue-hero-text);
  }

  .continue-hero__proof-item {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    padding: 5px 9px;
    border: 1px solid rgb(255 255 255 / 0.36);
    border-radius: 999px;
    background: rgb(255 255 255 / 0.1);
    backdrop-filter: blur(10px);
  }

  .continue-hero__bottom-text p {
    display: inline;
    margin: 0;
  }

  @media (prefers-reduced-motion: reduce) {
    .continue-hero__video {
      display: none;
    }
  }

  @media screen and (max-width: 749px) {
    .continue-hero {
      --continue-hero-mobile-visual-height: max(var(--continue-hero-mobile-visual-height-setting), var(--continue-hero-mobile-min-height));
      --continue-hero-mobile-bottom-bar-height: var(--continue-hero-mobile-bottom-bar-height-setting);

      display: block;
      align-items: stretch;
      height: auto;
      min-height: var(--continue-hero-mobile-min-height);
      max-height: none;
      overflow: hidden;
    }

    .continue-hero__media-layer {
      inset: 0;
    }

    .continue-hero__media-wrapper--desktop:not(.continue-hero__media-wrapper--fallback-mobile) {
      display: none;
    }

    .continue-hero__media-wrapper--mobile {
      display: block;
    }

    .continue-hero__content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: var(--continue-hero-mobile-visual-height);
      padding-block: var(--continue-hero-mobile-content-padding-top) var(--continue-hero-mobile-content-padding-bottom);
      padding-inline: 24px;
    }

    .continue-hero__badge {
      max-width: min(100%, 245px);
      min-height: 38px;
      padding: 6px 12px;
    }

    .continue-hero__badge-icon svg {
      width: 46px;
      height: 25px;
    }

    .continue-hero__badge-divider {
      height: 22px;
    }

    .continue-hero__badge-text {
      font-size: var(--continue-hero-mobile-badge-font-size);
    }

    .continue-hero__heading {
      margin-block-start: var(--continue-hero-mobile-heading-margin-top);
    }

    .continue-hero__heading--mobile {
      font-size: var(--continue-hero-mobile-heading-font-size);
      line-height: 1.1;
    }

    .continue-hero__body {
      margin-block-start: var(--continue-hero-mobile-body-margin-top);
      font-size: var(--continue-hero-mobile-body-font-size);
      line-height: 1.45;
    }

    .continue-hero__buttons {
      gap: var(--continue-hero-mobile-button-gap);
      margin-block-start: var(--continue-hero-mobile-button-margin-top);
    }

    .continue-hero__button {
      min-height: 48px;
      padding: 8px 28px;
      font-size: var(--continue-hero-mobile-button-font-size);
    }

    .continue-hero__button--primary {
      min-width: 232px;
    }

    .continue-hero__button--secondary {
      min-width: 280px;
    }

    .continue-hero__proof-row {
      gap: 6px 8px;
      margin-block-start: var(--continue-hero-mobile-proof-margin-top);
      font-size: var(--continue-hero-mobile-proof-font-size);
      line-height: 1.25;
    }

    .continue-hero__proof-item {
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      backdrop-filter: none;
      white-space: nowrap;
    }

    .continue-hero__proof-item + .continue-hero__proof-item::before {
      content: '';
      width: 1px;
      height: 12px;
      margin-inline-end: 8px;
      background: currentcolor;
      opacity: 0.75;
    }

    .continue-hero__bottom-bar {
      position: relative;
      inset: auto;
      z-index: 2;
      display: flex;
      align-items: center;
      min-height: var(--continue-hero-mobile-bottom-bar-height);
      background: rgb(255 255 255 / 0.1);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      box-shadow: inset 0 16px 26px rgb(255 255 255 / 0.08);
    }

    .continue-hero__bottom-inner {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: clamp(20px, 4.5svh, 28px);
      width: 100%;
      max-width: 412px;
      margin-inline: auto;
      padding: 34px 24px;
      color: var(--continue-hero-text);
      filter: drop-shadow(0 0 4.7px rgb(255 255 255 / 0.2));
    }

    .continue-hero__bottom-item {
      display: flex;
      align-items: center;
      gap: 13px;
      width: 100%;
      min-width: 0;
      font-family: var(--font-body--family);
      font-size: var(--continue-hero-mobile-bottom-font-size);
      font-weight: 600;
      line-height: 1.28;
      letter-spacing: 0;
    }

    .continue-hero__bottom-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      width: 26px;
      height: 26px;
    }

    .continue-hero__bottom-icon svg {
      width: 100%;
      height: 100%;
      fill: none;
      stroke: currentcolor;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 1.5;
    }
  }

  @media screen and (min-width: 750px) {
    .continue-hero {
      --continue-hero-height: max(var(--continue-hero-viewport-height), var(--continue-hero-desktop-min-height));
      --continue-hero-bottom-bar-height: var(--continue-hero-desktop-bottom-bar-height);
    }

    .continue-hero__media {
      object-position: var(--continue-hero-desktop-object-position);
    }

    .continue-hero__content {
      width: min(100%, 720px);
      padding-block: var(--continue-hero-desktop-content-padding-top)
        calc(var(--continue-hero-bottom-bar-height) + var(--continue-hero-desktop-content-padding-bottom));
    }

    .continue-hero__badge {
      gap: 9px;
      max-width: min(100%, 360px);
      min-height: 56px;
      padding: 8px 16px 8px 14px;
      border-radius: 12px;
      box-shadow: 0 0 2px #f6c8a8;
    }

    .continue-hero__badge-icon svg {
      width: 70px;
      height: 38px;
    }

    .continue-hero__badge-divider {
      height: 28px;
    }

    .continue-hero__badge-text {
      font-size: var(--continue-hero-desktop-badge-font-size);
      line-height: 1.15;
    }

    .continue-hero__badge-text--desktop {
      display: block;
    }

    .continue-hero__badge-text--mobile {
      display: none;
    }

    .continue-hero__heading {
      margin-block-start: var(--continue-hero-desktop-heading-margin-top);
      letter-spacing: 0;
    }

    .continue-hero__heading--desktop {
      display: block;
      font-size: var(--continue-hero-desktop-heading-font-size);
      line-height: 1.18;
    }

    .continue-hero__heading--mobile {
      display: none;
    }

    .continue-hero__body {
      margin-block-start: var(--continue-hero-desktop-body-margin-top);
      font-size: var(--continue-hero-desktop-body-font-size);
      line-height: 1.5;
    }

    .continue-hero__body--desktop {
      display: block;
    }

    .continue-hero__body--mobile {
      display: none;
    }

    .continue-hero__buttons {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 12px var(--continue-hero-desktop-button-gap);
      margin-block-start: var(--continue-hero-desktop-button-margin-top);
    }

    .continue-hero__button {
      min-height: 52px;
      padding: 10px 28px;
      font-size: var(--continue-hero-desktop-button-font-size);
    }

    .continue-hero__button-label--desktop {
      display: inline;
    }

    .continue-hero__button-label--mobile {
      display: none;
    }

    .continue-hero__proof-row {
      gap: 8px 10px;
      margin-block-start: var(--continue-hero-desktop-proof-margin-top);
      font-size: var(--continue-hero-desktop-proof-font-size);
      line-height: 1.3;
    }

    .continue-hero__proof-item {
      gap: 12px;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      backdrop-filter: none;
      white-space: nowrap;
    }

    .continue-hero__proof-item--bullet::before {
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: currentcolor;
    }

    .continue-hero__proof-item + .continue-hero__proof-item::before {
      content: '';
      width: 1px;
      height: 16px;
      background: currentcolor;
      opacity: 0.7;
    }

    .continue-hero__bottom-bar {
      position: absolute;
      inset-inline: 0;
      bottom: 0;
      z-index: 2;
      display: flex;
      align-items: center;
      grid-column: 1 / -1;
      height: var(--continue-hero-bottom-bar-height);
      background: rgb(255 255 255 / 0.1);
      backdrop-filter: blur(14px);
    }

    .continue-hero__bottom-inner {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: clamp(18px, 2vw, 32px);
      width: 100%;
      max-width: 1120px;
      margin-inline: auto;
      padding-inline: var(--page-margin);
      color: var(--continue-hero-text);
      filter: drop-shadow(0 0 4.7px rgb(255 255 255 / 0.25));
    }

    .continue-hero__bottom-item {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-width: 0;
      font-family: var(--font-body--family);
      font-size: var(--continue-hero-desktop-bottom-font-size);
      font-weight: 600;
      line-height: 1.25;
      letter-spacing: 0;
      white-space: nowrap;
    }

    .continue-hero__bottom-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      width: 20px;
      height: 20px;
    }

    .continue-hero__bottom-icon svg {
      width: 100%;
      height: 100%;
      fill: none;
      stroke: currentcolor;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 1.5;
    }
  }

  @media screen and (min-width: 750px) and (max-width: 1099px) {
    .continue-hero__content {
      width: min(100%, 660px);
    }

    .continue-hero__bottom-inner {
      justify-content: flex-start;
      overflow-x: auto;
    }
  }

  @media screen and (max-width: 749px) and (max-height: 700px) {
    .continue-hero {
      --continue-hero-mobile-visual-height: max(
        calc(var(--continue-hero-mobile-visual-height-setting) - 44px),
        calc(var(--continue-hero-mobile-min-height) - 44px)
      );
      --continue-hero-mobile-bottom-bar-height: calc(var(--continue-hero-mobile-bottom-bar-height-setting) - 10px);
    }

    .continue-hero__content {
      padding-block: calc(var(--continue-hero-mobile-content-padding-top) - 34px)
        calc(var(--continue-hero-mobile-content-padding-bottom) - 24px);
    }

    .continue-hero__heading {
      margin-block-start: var(--continue-hero-mobile-heading-margin-top);
    }

    .continue-hero__heading--mobile {
      font-size: var(--continue-hero-mobile-heading-font-size);
      line-height: 1.08;
    }

    .continue-hero__body {
      margin-block-start: var(--continue-hero-mobile-body-margin-top);
      font-size: var(--continue-hero-mobile-body-font-size);
      line-height: 1.45;
    }

    .continue-hero__buttons {
      gap: var(--continue-hero-mobile-button-gap);
      margin-block-start: var(--continue-hero-mobile-button-margin-top);
    }

    .continue-hero__button {
      min-height: 40px;
      padding: 7px 20px;
      font-size: var(--continue-hero-mobile-button-font-size);
    }

    .continue-hero__proof-row {
      gap: 6px;
      margin-block-start: var(--continue-hero-mobile-proof-margin-top);
      font-size: var(--continue-hero-mobile-proof-font-size);
    }

    .continue-hero__bottom-inner {
      gap: 16px;
      padding-block: 22px;
    }

    .continue-hero__bottom-item {
      font-size: var(--continue-hero-mobile-bottom-font-size);
    }

    .continue-hero__bottom-icon {
      width: 22px;
      height: 22px;
    }
  }

  @media screen and (min-width: 750px) {
    .continue-hero.spacing-style[data-fullscreen="true"] {
      min-height: calc(100svh - var(--header-height, 60px));
    }
    .continue-hero[data-fullscreen="true"] {
      --continue-hero-viewport-height: calc(100svh - var(--header-height, 60px));
    }
  }
/* END_SECTION:continue-hero */
/* START_SECTION:continue-newsletter-lead (INDEX:8) */
.continue-newsletter-lead__background {
    background: var(--continue-newsletter-lead-background);
  }

  .continue-newsletter-lead {
    color: var(--continue-newsletter-lead-text);
    overflow: hidden;
  }

  @media screen and (min-width: 750px) {
    .shopify-section:has(> .continue-newsletter-lead[data-fullscreen="true"]) {
      display: grid;
      align-items: center;
      min-height: calc(100svh - var(--header-height, 60px));
    }
  }

  .shopify-section:has(> .continue-newsletter-lead__background) > .continue-newsletter-lead {
    width: 100%;
  }

  .continue-newsletter-lead__card {
    position: relative;
    display: grid;
    min-height: var(--continue-newsletter-mobile-card-min-height);
    overflow: hidden;
    border-radius: var(--continue-newsletter-mobile-card-radius);
    background:
      radial-gradient(circle at 50% 124%, var(--continue-newsletter-lead-glow-start) 0, rgb(0 0 0 / 0) 52%),
      radial-gradient(circle at 50% 112%, var(--continue-newsletter-lead-glow-end) 0, rgb(0 0 0 / 0) 42%),
      var(--continue-newsletter-lead-card);
    box-shadow: 0 0 55.3px rgb(0 0 0 / 0.07);
  }

  .continue-newsletter-lead__media {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .continue-newsletter-lead__media picture,
  .continue-newsletter-lead__media-image {
    display: block;
    width: 100%;
    height: 100%;
  }

  .continue-newsletter-lead__media-image {
    object-fit: cover;
    object-position: var(--continue-newsletter-lead-background-position-mobile);
  }

  .continue-newsletter-lead__copy,
  .continue-newsletter-lead__form-wrap {
    position: relative;
    z-index: 1;
    min-width: 0;
  }

  .continue-newsletter-lead__copy {
    padding: var(--continue-newsletter-mobile-copy-padding-top) var(--continue-newsletter-mobile-copy-padding-inline) 0;
  }

  .continue-newsletter-lead__heading {
    display: block;
    margin: -0.04em 0 -0.14em;
    padding-block: 0.04em 0.14em;
    background: linear-gradient(92deg, #fff 1%, var(--continue-newsletter-lead-accent) 82%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-heading--family);
    font-style: var(--font-heading--style);
    font-weight: var(--continue-newsletter-lead-heading-font-weight, 500);
    letter-spacing: 0;
  }

  .continue-newsletter-lead__heading--desktop,
  .continue-newsletter-lead__body--desktop {
    display: none;
  }

  .continue-newsletter-lead__heading--mobile {
    max-width: var(--continue-newsletter-mobile-heading-max-width);
    font-size: var(--continue-newsletter-mobile-heading-font-size);
    line-height: 1.26;
  }

  .continue-newsletter-lead__body {
    color: var(--continue-newsletter-lead-text);
    font-family: var(--font-body--family);
    font-size: var(--continue-newsletter-mobile-body-font-size);
    line-height: 1.72;
    letter-spacing: 0;
  }

  .continue-newsletter-lead__body--mobile {
    max-width: var(--continue-newsletter-mobile-body-max-width);
    margin-block-start: var(--continue-newsletter-mobile-body-margin-top);
  }

  .continue-newsletter-lead__body p {
    margin: 0;
  }

  .continue-newsletter-lead__body p + p {
    margin-block-start: var(--continue-newsletter-mobile-body-paragraph-gap);
  }

  .continue-newsletter-lead__body strong {
    font-weight: 700;
  }

  .continue-newsletter-lead__form-wrap {
    align-self: end;
    width: 100%;
    padding: var(--continue-newsletter-mobile-form-padding-top) var(--continue-newsletter-mobile-form-padding-inline) var(--continue-newsletter-mobile-form-padding-bottom);
  }

  .continue-newsletter-lead__form,
  .continue-newsletter-lead__fields {
    display: flex;
    flex-direction: column;
  }

  .continue-newsletter-lead__form {
    gap: var(--continue-newsletter-mobile-form-gap);
  }

  .continue-newsletter-lead__fields {
    gap: var(--continue-newsletter-mobile-fields-gap);
  }

  .continue-newsletter-lead__field {
    width: 100%;
    min-height: var(--continue-newsletter-mobile-field-min-height);
    border: 1px solid color-mix(in srgb, var(--continue-newsletter-lead-input-border) 39%, transparent);
    border-radius: var(--continue-newsletter-mobile-field-radius);
    background: transparent;
    color: var(--continue-newsletter-lead-text);
    font-family: var(--font-heading--family);
    font-size: var(--continue-newsletter-mobile-field-font-size);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 10px 24px;
    transform: rotate(0.41deg);
  }

  .continue-newsletter-lead .continue-newsletter-lead__field {
    background-color: transparent;
    border-color: color-mix(in srgb, var(--continue-newsletter-lead-input-border) 39%, transparent);
  }

  .continue-newsletter-lead__field::placeholder {
    color: var(--continue-newsletter-lead-input-placeholder);
    opacity: 1;
  }

  .continue-newsletter-lead__field:-webkit-autofill,
  .continue-newsletter-lead__field:-webkit-autofill:hover,
  .continue-newsletter-lead__field:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-text-fill-color: var(--continue-newsletter-lead-text);
    transition: background-color 9999s ease-out 0s;
  }

  .continue-newsletter-lead__field:focus-visible {
    outline: 2px solid var(--continue-newsletter-lead-accent);
    outline-offset: 3px;
  }

  .continue-newsletter-lead__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: var(--continue-newsletter-mobile-button-min-height);
    border: 0;
    border-radius: var(--continue-newsletter-mobile-button-radius);
    background: var(--continue-newsletter-lead-button-background);
    color: var(--continue-newsletter-lead-button-text-color);
    cursor: pointer;
    font-family: var(--font-heading--family);
    font-size: var(--continue-newsletter-mobile-button-font-size);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 10px 24px;
    transform: rotate(0.41deg);
  }

  .continue-newsletter-lead__button:hover {
    filter: brightness(0.96);
  }

  .continue-newsletter-lead__message {
    color: var(--continue-newsletter-lead-text);
    font-family: var(--font-body--family);
    font-size: 13px;
    line-height: 1.45;
    margin-block-start: -22px;
  }

  .continue-newsletter-lead__message--error {
    color: #ffd9c4;
  }

  .continue-newsletter-lead__form,
  .continue-newsletter-lead__field,
  .continue-newsletter-lead__button {
    -webkit-appearance: none;
    appearance: none;
  }

  @media screen and (min-width: 750px) {
    .continue-newsletter-lead__card {
      min-height: var(--continue-newsletter-tablet-card-min-height);
      border-radius: var(--continue-newsletter-tablet-card-radius);
    }

    .continue-newsletter-lead__copy {
      width: min(100%, var(--continue-newsletter-tablet-copy-width));
      padding: var(--continue-newsletter-tablet-copy-padding-top) var(--continue-newsletter-tablet-copy-padding-inline) 0;
    }

    .continue-newsletter-lead__heading--mobile {
      font-size: var(--continue-newsletter-tablet-heading-font-size);
      max-width: var(--continue-newsletter-tablet-heading-max-width);
    }

    .continue-newsletter-lead__body {
      font-size: var(--continue-newsletter-tablet-body-font-size);
      line-height: 1.55;
    }

    .continue-newsletter-lead__body--mobile {
      max-width: var(--continue-newsletter-tablet-body-max-width);
    }

    .continue-newsletter-lead__form-wrap {
      padding: var(--continue-newsletter-tablet-form-padding-top) var(--continue-newsletter-tablet-form-padding-inline) var(--continue-newsletter-tablet-form-padding-bottom);
    }

    .continue-newsletter-lead__field,
    .continue-newsletter-lead__button {
      min-height: var(--continue-newsletter-tablet-field-min-height);
      border-radius: var(--continue-newsletter-tablet-field-radius);
      font-size: var(--continue-newsletter-tablet-field-font-size);
    }
  }

  @media screen and (min-width: 990px) {
    .continue-newsletter-lead__card {
      grid-template-columns: minmax(0, 1fr) minmax(330px, 39%);
      align-items: center;
      min-height: clamp(350px, 24vw, var(--continue-newsletter-desktop-card-min-height));
      border-radius: var(--continue-newsletter-desktop-card-radius);
      background:
        radial-gradient(circle at 50% 230%, var(--continue-newsletter-lead-glow-start) 0, rgb(0 0 0 / 0) 58%),
        radial-gradient(circle at 48% 155%, var(--continue-newsletter-lead-glow-end) 0, rgb(0 0 0 / 0) 45%),
        var(--continue-newsletter-lead-card);
    }

    .continue-newsletter-lead__media-image {
      object-position: var(--continue-newsletter-lead-background-position-desktop);
    }

    .continue-newsletter-lead__copy {
      width: min(100%, var(--continue-newsletter-desktop-copy-width));
      padding: clamp(42px, 4.6vw, var(--continue-newsletter-desktop-copy-padding-y)) 0 clamp(42px, 4.6vw, var(--continue-newsletter-desktop-copy-padding-y)) clamp(42px, 4.8vw, var(--continue-newsletter-desktop-copy-padding-left));
    }

    .continue-newsletter-lead__heading--desktop {
      display: block;
      max-width: var(--continue-newsletter-desktop-heading-max-width);
      font-size: var(--continue-newsletter-desktop-heading-font-size);
      line-height: 1.13;
    }

    .continue-newsletter-lead__heading--mobile {
      display: none;
    }

    .continue-newsletter-lead__body--desktop {
      display: block;
      max-width: var(--continue-newsletter-desktop-body-max-width);
      margin-block-start: var(--continue-newsletter-desktop-body-margin-top);
      font-size: var(--continue-newsletter-desktop-body-font-size);
      line-height: 1.35;
    }

    .continue-newsletter-lead__body--mobile {
      display: none;
    }

    .continue-newsletter-lead__form-wrap {
      align-self: center;
      padding: clamp(42px, 4.6vw, var(--continue-newsletter-desktop-form-padding-y)) clamp(26px, 3vw, var(--continue-newsletter-desktop-form-padding-right)) clamp(42px, 4.6vw, var(--continue-newsletter-desktop-form-padding-y)) var(--continue-newsletter-desktop-form-padding-left);
    }

    .continue-newsletter-lead__form {
      gap: clamp(26px, 3vw, var(--continue-newsletter-desktop-form-gap));
    }

    .continue-newsletter-lead__field {
      min-height: var(--continue-newsletter-desktop-field-min-height);
      border-radius: var(--continue-newsletter-desktop-field-radius);
      font-size: var(--continue-newsletter-desktop-field-font-size);
      letter-spacing: 0;
      padding: 13px 20px;
    }

    .continue-newsletter-lead__button {
      min-height: var(--continue-newsletter-desktop-button-min-height);
      border-radius: var(--continue-newsletter-desktop-button-radius);
      font-size: var(--continue-newsletter-desktop-button-font-size);
      font-weight: 700;
      padding: 10px 26px;
    }

    .continue-newsletter-lead__message {
      font-size: 13px;
      margin-block-start: -24px;
    }
  }
/* END_SECTION:continue-newsletter-lead */
/* START_SECTION:custom-popup (INDEX:10) */
.custom-popup-wrapper {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    font-family: var(--font-body--family), sans-serif;
  }

  .custom-popup__overlay {
    position: absolute;
    inset: 0;
    background: var(--popup-overlay-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .custom-popup-wrapper.is-visible {
    display: block;
  }

  .custom-popup-wrapper.is-active .custom-popup__overlay {
    opacity: 1;
  }

  .custom-popup__modal {
    position: relative;
    width: 100%;
    max-width: var(--popup-max-width);
    background:
      radial-gradient(circle at 0% 0%, rgba(255, 102, 0, 0.15) 0%, transparent 45%),
      radial-gradient(circle at 100% 100%, rgba(143, 53, 0, 0.1) 0%, transparent 40%),
      var(--popup-bg);
    color: var(--popup-text);
    border-radius: var(--popup-radius);
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
    transform: scale(0.94) translateY(20px);
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    min-height: auto;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .custom-popup-wrapper.is-active .custom-popup__modal {
    transform: scale(1) translateY(0);
    opacity: 1;
  }

  /* Content Column Normal Setup */
  .custom-popup__content-col {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 35px 25px;
  }

  /* Alignment styles */
  .custom-popup__content-inner.text-align-center {
    text-align: center;
  }

  .custom-popup__content-inner.text-align-center .custom-popup__actions-promo,
  .custom-popup__content-inner.text-align-center .custom-popup__actions-18 {
    justify-content: center;
  }

  /* Image Positions */
  @media screen and (min-width: 750px) {
    .custom-popup__content-col {
      padding: 60px 50px;
    }

    .custom-popup__modal--with-image {
      flex-direction: row;
      min-height: 480px;
    }
    
    .custom-popup__modal--with-image.image-pos-right {
      flex-direction: row-reverse;
    }

    .custom-popup__modal--with-image.image-pos-top {
      flex-direction: column;
    }

    .custom-popup__image-col {
      width: 50%;
      position: relative;
      overflow: hidden;
    }

    .custom-popup__image-col img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 8s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .custom-popup__modal:hover .custom-popup__image-col img {
      transform: scale(1.06);
    }

    .custom-popup__modal--with-image .custom-popup__content-col {
      width: 50%;
      padding: 50px 45px;
    }

    .custom-popup__modal--with-image.image-pos-top .custom-popup__image-col {
      width: 100%;
      height: 260px;
    }

    .custom-popup__modal--with-image.image-pos-top .custom-popup__content-col {
      width: 100%;
      padding: 40px;
    }
  }

  @media screen and (max-width: 749px) {
    .custom-popup__image-col {
      width: 100%;
      height: 200px;
      overflow: hidden;
    }

    .custom-popup__image-col img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
  }

  /* Background Image Layout */
  .custom-popup__modal.image-pos-background {
    position: relative;
  }

  .custom-popup__background-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: transform 10s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .custom-popup__modal:hover .custom-popup__background-image {
    transform: scale(1.05);
  }

  .custom-popup__background-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13, 11, 10, 0.95) 30%, rgba(13, 11, 10, 0.7) 100%);
    z-index: 2;
  }

  .custom-popup__modal.image-pos-background .custom-popup__content-col {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 60px 50px;
  }

  /* Close Button */
  .custom-popup__close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: inherit;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
    opacity: 0.8;
  }

  .custom-popup__close-btn:hover {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    transform: rotate(90deg);
    opacity: 1;
  }

  /* Eyebrow & Typography */
  .custom-popup__eyebrow {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--popup-accent);
    margin-bottom: 14px;
  }

  .custom-popup__content-inner {
    width: 100%;
  }

  .custom-popup__heading {
    font-family: var(--font-heading--family), sans-serif;
    font-size: var(--popup-heading-size);
    font-weight: var(--custom-popup-heading-font-weight, 500);
    margin: 0 0 16px 0;
    line-height: 1.2;
    background: linear-gradient(92deg, #ffffff 10%, #e2dcd9 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.02em;
  }

  .custom-popup__body {
    font-size: var(--popup-body-size);
    line-height: 1.65;
    margin-bottom: 28px;
    color: #b0aba8;
  }

  .custom-popup__body p {
    margin: 0 0 12px 0;
  }

  .custom-popup__body strong {
    color: #ffffff;
    font-weight: 600;
  }

  @media screen and (max-width: 749px) {
    .custom-popup__heading {
      font-size: var(--popup-heading-size-mobile);
    }
    .custom-popup__body {
      font-size: var(--popup-body-size-mobile);
    }
  }

  /* Form & Inputs */
  .custom-popup__fields {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 18px;
  }

  .custom-popup__input {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  }

  .custom-popup__input::placeholder {
    color: rgba(255, 255, 255, 0.4);
  }

  .custom-popup__input:focus {
    outline: none;
    border-color: var(--popup-accent);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 0 3px rgba(255, 102, 0, 0.2);
  }

  /* Premium Buttons */
  .custom-popup__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, filter 0.3s ease, background-color 0.3s ease;
    border: none;
    letter-spacing: 0.02em;
  }

  .custom-popup__btn:active {
    transform: scale(0.97);
  }

  .custom-popup__btn--primary {
    background: var(--popup-btn-primary-bg);
    color: var(--popup-btn-primary-text);
  }

  .custom-popup__btn--primary:hover {
    filter: brightness(1.1);
    box-shadow: 0 10px 25px rgba(255, 102, 0, 0.35);
  }

  .custom-popup__btn--secondary {
    background: var(--popup-btn-secondary-bg);
    color: var(--popup-btn-secondary-text);
    border: 1px solid var(--popup-btn-secondary-border);
  }

  .custom-popup__btn--secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.4);
  }

  /* Actions grouping */
  .custom-popup__actions-18 {
    display: flex;
    gap: 16px;
  }

  .custom-popup__actions-18 .custom-popup__btn {
    flex: 1;
  }

  .custom-popup__actions-promo {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }

  .custom-popup__form .custom-popup__btn--primary {
    width: 100%;
  }

  .custom-popup__success-msg {
    margin-top: 16px;
    padding: 12px;
    background: rgba(78, 240, 143, 0.08);
    border: 1px solid rgba(78, 240, 143, 0.3);
    border-radius: 8px;
    color: #4ef08f;
    font-size: 14px;
    text-align: center;
  }
/* END_SECTION:custom-popup */
/* START_SECTION:customer-trust-split (INDEX:12) */
.customer-trust-split__background {
    background: var(--customer-trust-split-background);
  }

  .customer-trust-split {
    color: var(--customer-trust-split-text);
    overflow: hidden;
  }

  .customer-trust-split--height-by-content .customer-trust-split__content-panel {
    height: auto;
  }

  .customer-trust-split__card {
    display: grid;
    width: 100%;
    border-radius: var(--customer-trust-mobile-card-radius);
    background: var(--customer-trust-split-card);
    box-shadow: 0 0 55.3px rgb(0 0 0 / 0.07);
    overflow: hidden;
  }

  .customer-trust-split__content-panel,
  .customer-trust-split__media-panel {
    position: relative;
    min-width: 0;
    overflow: hidden;
  }

  .customer-trust-split__content-panel {
    height: var(--customer-trust-mobile-content-height);
    background:
      radial-gradient(circle at -38% 88%, var(--customer-trust-split-glow-start) 0, rgb(0 0 0 / 0) 45%),
      radial-gradient(circle at 105% -20%, var(--customer-trust-split-glow-end) 0, rgb(0 0 0 / 0) 48%),
      var(--customer-trust-split-card);
  }

  .customer-trust-split__content-background {
    position: absolute;
    inset: 0;
    z-index: 0;
  }

  .customer-trust-split__content-background picture,
  .customer-trust-split__content-background-image,
  .customer-trust-split__product-picture,
  .customer-trust-split__product-image {
    display: block;
    width: 100%;
    height: 100%;
  }

  .customer-trust-split__content-background-image {
    object-fit: cover;
    object-position: var(--customer-trust-split-background-position-mobile);
  }

  .customer-trust-split__copy {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: var(--customer-trust-mobile-copy-padding);
    text-align: var(--customer-trust-mobile-text-alignment, left);
  }

  .customer-trust-split__heading {
    display: block;
    margin: -0.04em 0 -0.14em;
    padding-block: 0.04em 0.14em;
    background: linear-gradient(94deg, #fff 1%, var(--customer-trust-split-accent) 82%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-heading--family);
    font-style: var(--font-heading--style);
    font-weight: var(--customer-trust-split-heading-font-weight, 500);
    letter-spacing: 0;
  }

  .customer-trust-split__heading--desktop,
  .customer-trust-split__body--desktop,
  .customer-trust-split__disclaimer--desktop {
    display: none;
  }

  .customer-trust-split__heading--mobile {
    display: block;
    max-width: 311px;
    margin-inline: var(--customer-trust-mobile-heading-margin-inline, 0 auto);
    font-size: var(--customer-trust-mobile-heading-font-size);
    line-height: 1.2;
  }

  .customer-trust-split__body,
  .customer-trust-split__disclaimer {
    color: var(--customer-trust-split-text);
    font-family: var(--font-body--family);
    letter-spacing: 0;
  }

  .customer-trust-split__body {
    margin-block-start: var(--customer-trust-mobile-body-margin-top);
    font-size: var(--customer-trust-mobile-body-font-size);
    line-height: 1.72;
  }

  .customer-trust-split__body p,
  .customer-trust-split__disclaimer p {
    margin: 0;
  }

  .customer-trust-split__body p + p,
  .customer-trust-split__disclaimer p + p {
    margin-block-start: var(--customer-trust-mobile-body-paragraph-gap);
  }

  .customer-trust-split__body strong {
    font-weight: 700;
  }

  .customer-trust-split__disclaimer {
    margin-block-start: var(--customer-trust-mobile-disclaimer-margin-top);
    font-size: var(--customer-trust-mobile-disclaimer-font-size);
    font-style: normal;
    line-height: 1.875;
  }

  .customer-trust-split__disclaimer em {
    font-style: italic;
  }

  .customer-trust-split__disclaimer--mobile {
    display: block;
  }

  .customer-trust-split__media-panel {
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: var(--customer-trust-mobile-media-height);
    background:
      radial-gradient(circle at 48% 10%, #fff5eb 0, rgb(255 245 235 / 0) 39%),
      linear-gradient(180deg, #ffd8ad 0%, #cc5b1e 100%);
  }

  .customer-trust-split__product-picture {
    height: 100%;
  }

  .customer-trust-split__product-image {
    object-fit: cover;
    object-position: var(--customer-trust-split-product-position-mobile);
  }

  .customer-trust-split__product-placeholder {
    background: rgb(255 255 255 / 0.16);
    opacity: 0.65;
  }

  .customer-trust-split--no-product-image .customer-trust-split__media-panel {
    display: none;
  }

  @media screen and (max-width: 389px) {
    .customer-trust-split__copy {
      padding-inline: 20px;
    }
  }

  @media screen and (min-width: 750px) {
    .customer-trust-split__card {
      border-radius: 36px;
    }

    .customer-trust-split__content-panel {
      height: auto;
    }

    .customer-trust-split--height-by-content .customer-trust-split__content-panel,
    .customer-trust-split--height-by-content .customer-trust-split__media-panel {
      min-height: 0;
      height: auto;
    }

    .customer-trust-split__copy {
      max-width: 540px;
      padding: var(--customer-trust-desktop-copy-padding);
      text-align: left;
    }

    .customer-trust-split__heading--mobile {
      max-width: 460px;
      margin-inline: 0 auto;
      font-size: clamp(38px, 5vw, 48px);
    }

    .customer-trust-split__body {
      font-size: 16px;
      line-height: 1.55;
    }

    .customer-trust-split__disclaimer {
      font-size: 14px;
      line-height: 1.55;
    }

    .customer-trust-split__media-panel {
      height: auto;
      min-height: 430px;
    }
  }

  @media screen and (min-width: 990px) {
    .shopify-section:has(> .customer-trust-split[data-fullscreen="true"]) {
      display: grid;
      align-items: center;
      min-height: calc(100svh - var(--header-height, 60px));
    }

    .customer-trust-split__card {
      --customer-trust-split-card-height: clamp(360px, 29vw, 410px);

      grid-template-columns: 1fr 1fr;
      min-height: var(--customer-trust-split-card-height);
      border-radius: var(--customer-trust-desktop-card-radius);
    }

    .customer-trust-split--height-by-content .customer-trust-split__card {
      min-height: 0;
    }

    .customer-trust-split__content-panel {
      min-height: var(--customer-trust-split-card-height);
      background:
        radial-gradient(circle at -60% 120%, var(--customer-trust-split-glow-start) 0, rgb(0 0 0 / 0) 50%),
        radial-gradient(circle at 100% -75%, var(--customer-trust-split-glow-end) 0, rgb(0 0 0 / 0) 46%),
        var(--customer-trust-split-card);
    }

    .customer-trust-split--height-by-content .customer-trust-split__content-panel {
      min-height: 0;
    }

    .customer-trust-split__content-background-image {
      object-position: var(--customer-trust-split-background-position-desktop);
    }

    .customer-trust-split__copy {
      width: 100%;
      max-width: none;
      padding: var(--customer-trust-desktop-copy-padding);
    }

    .customer-trust-split__heading--desktop {
      display: block;
      max-width: none;
      font-size: var(--customer-trust-desktop-heading-font-size);
      line-height: 1.12;
    }

    .customer-trust-split__heading--mobile {
      display: none;
    }

    .customer-trust-split__body--desktop {
      display: block;
      max-width: none;
      margin-block-start: clamp(24px, 3vw, var(--customer-trust-desktop-body-margin-top));
      font-size: var(--customer-trust-desktop-body-font-size);
      line-height: 1.35;
    }

    .customer-trust-split__body--mobile {
      display: none;
    }

    .customer-trust-split__disclaimer--desktop {
      display: block;
      max-width: none;
      margin-block-start: var(--customer-trust-desktop-disclaimer-margin-top);
      font-size: var(--customer-trust-desktop-disclaimer-font-size);
      line-height: 1.5;
    }

    .customer-trust-split__disclaimer--mobile {
      display: none;
    }

    .customer-trust-split__media-panel {
      min-height: var(--customer-trust-split-card-height);
    }

    .customer-trust-split--height-by-content .customer-trust-split__media-panel {
      min-height: 0;
    }

    .customer-trust-split__product-image {
      object-position: var(--customer-trust-split-product-position-desktop);
    }
  }

  @media screen and (min-width: 990px) {
    .customer-trust-split__body--desktop p + p,
    .customer-trust-split__disclaimer--desktop p + p {
      margin-block-start: var(--customer-trust-desktop-body-paragraph-gap);
    }
  }
/* END_SECTION:customer-trust-split */
/* START_SECTION:format-selector (INDEX:19) */
.format-selector__background {
    background: var(--format-selector-background);
  }

  .format-selector {
    color: var(--format-selector-text);
    overflow: hidden;
  }

  .format-selector__inner {
    width: 100%;
  }

  .format-selector__header {
    display: flex;
    flex-direction: column;
    align-items: {% if section.settings.mobile_header_alignment == 'center' %}center{% else %}flex-start{% endif %};
    gap: 12px;
    max-width: 820px;
    margin-inline: auto;
    text-align: {{ section.settings.mobile_header_alignment | default: 'left' }};
  }

  .format-selector__heading {
    display: block;
    margin: -0.04em 0 -0.12em;
    padding-block: 0.04em 0.12em;
    background: linear-gradient(144deg, #000 23.456%, var(--format-selector-accent) 106.71%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-heading--family);
    font-style: var(--font-heading--style);
    font-weight: var(--format-selector-heading-font-weight, 500);
    letter-spacing: 0;
  }

  .format-selector__heading--desktop,
  .format-selector__body--desktop {
    display: none;
  }

  .format-selector__heading--mobile {
    font-size: var(--format-selector-mobile-heading-font-size);
    line-height: 1.08;
    max-width: 364px;
  }

  .format-selector__body {
    color: var(--format-selector-text);
    font-family: var(--font-body--family);
    font-size: var(--format-selector-mobile-body-font-size);
    line-height: 1.72;
    letter-spacing: 0;
    max-width: 364px;
  }

  .format-selector__body p {
    margin: 0;
  }

  .format-selector__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--format-selector-mobile-grid-gap);
    width: 100%;
    margin: var(--format-selector-mobile-grid-margin-top) auto 0;
  }

  .format-selector__card {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    width: 100%;
    border-radius: var(--format-selector-mobile-card-radius);
    background: var(--format-selector-card);
    box-shadow: 0 0 30.417px color-mix(in srgb, var(--format-selector-shadow) 7%, transparent);
  }

  .format-selector__card-link {
    position: absolute;
    inset: 0;
    z-index: 3;
    border-radius: inherit;
  }

  .format-selector__card-link:focus-visible {
    outline: 2px solid var(--format-selector-accent);
    outline-offset: -6px;
  }

  .format-selector__media {
    position: relative;
    z-index: 0;
    aspect-ratio: 364 / 320;
    overflow: hidden;
    background: linear-gradient(135deg, #ffb163 0%, #ff7a14 52%, #d46311 100%);
  }

  .format-selector__image,
  .format-selector__image--placeholder {
    display: block;
    width: 100%;
    height: 100%;
  }

  .format-selector__image {
    object-fit: cover;
    object-position: center center;
  }

  .format-selector__image--empty {
    background: linear-gradient(135deg, #f4c69b 0%, #ff8b1d 52%, #d15f0f 100%);
  }

  .format-selector__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: var(--format-selector-mobile-card-content-gap);
    padding: var(--format-selector-mobile-card-padding-top) var(--format-selector-mobile-card-padding-inline)
      var(--format-selector-mobile-card-padding-bottom);
  }

  .format-selector__title {
    margin: 0;
    color: var(--format-selector-title);
    font-family: var(--font-heading--family);
    font-size: var(--format-selector-mobile-card-title-font-size);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .format-selector__description {
    color: var(--format-selector-text);
    font-family: var(--font-body--family);
    font-size: var(--format-selector-mobile-card-description-font-size);
    line-height: 1.414;
    letter-spacing: 0;
  }

  .format-selector__description p {
    margin: 0;
  }

  .format-selector--count-1 .format-selector__grid {
    justify-content: center;
  }

  @media screen and (min-width: 750px) {
    .format-selector__header {
      align-items: center;
      gap: 12px;
      max-width: 780px;
      text-align: center;
    }

    .format-selector__heading--mobile,
    .format-selector__body--mobile {
      display: none;
    }

    .format-selector__heading--desktop {
      display: block;
      max-width: 780px;
      font-size: var(--format-selector-desktop-heading-font-size);
      line-height: 1.08;
    }

    .format-selector__body--desktop {
      display: block;
      max-width: 720px;
      font-size: var(--format-selector-desktop-body-font-size);
      line-height: 1.55;
    }

    .format-selector__grid {
      gap: var(--format-selector-desktop-grid-gap);
      margin-top: var(--format-selector-desktop-grid-margin-top);
    }

    .format-selector__card {
      border-radius: var(--format-selector-desktop-card-radius);
      box-shadow: 0 0 36px color-mix(in srgb, var(--format-selector-shadow) 7%, transparent);
    }

    .format-selector__media {
      aspect-ratio: 1 / 1;
    }

    .format-selector__content {
      gap: var(--format-selector-desktop-card-content-gap);
      padding: var(--format-selector-desktop-card-padding-top) var(--format-selector-desktop-card-padding-inline)
        var(--format-selector-desktop-card-padding-bottom);
    }

    .format-selector__title {
      font-size: var(--format-selector-desktop-card-title-font-size);
      line-height: 1.2;
    }

    .format-selector__description {
      font-size: var(--format-selector-desktop-card-description-font-size);
      line-height: 1.5;
    }
  }

  @media screen and (min-width: 750px) and (max-width: 989px) {
    .format-selector__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media screen and (min-width: 990px) {
    .format-selector__heading--desktop {
      display: block;
      max-width: 820px;
    }

    .format-selector__body--desktop {
      display: block;
      max-width: 700px;
    }

    .format-selector__heading--mobile,
    .format-selector__body--mobile {
      display: none;
    }

    .format-selector__grid {
      margin-top: var(--format-selector-desktop-grid-margin-top);
    }

    .format-selector--count-1 .format-selector__grid {
      grid-template-columns: minmax(0, var(--format-selector-desktop-card-max-width));
      justify-content: center;
    }

    .format-selector--count-2 .format-selector__grid {
      grid-template-columns: repeat(2, minmax(0, var(--format-selector-desktop-card-max-width)));
      justify-content: center;
    }

    .format-selector--count-3 .format-selector__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .format-selector--count-4 .format-selector__grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .format-selector__content {
      padding: var(--format-selector-desktop-card-padding-top) var(--format-selector-desktop-card-padding-inline)
        var(--format-selector-desktop-card-padding-bottom);
    }
  }

  @media screen and (min-width: 750px) {
    .format-selector.spacing-style[data-fullscreen="true"] {
      min-height: calc(100svh - var(--header-height, 60px));
    }
  }
/* END_SECTION:format-selector */
/* START_SECTION:goal-product-carousel (INDEX:20) */
.goal-product-carousel__background {
    background: var(--goal-product-carousel-background);
  }

  .goal-product-carousel {
    color: #000;
    overflow: hidden;
  }

  @media screen and (min-width: 750px) {
    .shopify-section:has(> .goal-product-carousel[data-fullscreen="true"]) {
      display: grid;
      align-items: center;
      min-height: calc(100svh - var(--header-height, 60px));
    }
  }

  .shopify-section:has(> .goal-product-carousel__background) > .goal-product-carousel {
    width: 100%;
  }

  .goal-product-carousel__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-inline: var(--goal-product-mobile-inner-padding-inline);
  }

  .goal-product-carousel__header {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 780px;
    align-items: {% if section.settings.mobile_header_alignment == 'center' %}center{% else %}flex-start{% endif %};
    margin-inline: {% if section.settings.mobile_header_alignment == 'center' %}auto{% else %}0 auto{% endif %};
    text-align: {{ section.settings.mobile_header_alignment | default: 'left' }};
  }

  .goal-product-carousel__heading {
    display: block;
    margin: -0.04em 0 -0.14em;
    padding-block: 0.04em 0.14em;
    background: linear-gradient(95deg, #000 1%, var(--goal-product-carousel-accent) 82%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-heading--family);
    font-style: var(--font-heading--style);
    font-weight: var(--goal-product-carousel-heading-font-weight, 500);
    letter-spacing: 0;
  }

  .goal-product-carousel__heading--desktop {
    display: none;
  }

  .goal-product-carousel__heading--mobile {
    display: block;
    max-width: 364px;
    font-size: var(--goal-product-mobile-heading-font-size);
    line-height: 1.25;
  }

  .goal-product-carousel__body {
    max-width: 680px;
    margin-block-start: 22px;
    color: #000;
    font-family: var(--font-body--family);
    font-style: var(--font-body--style);
    font-size: var(--goal-product-mobile-body-font-size);
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: 0;
  }

  .goal-product-carousel__body--desktop {
    display: none;
  }

  .goal-product-carousel__body--mobile {
    display: block;
  }

  .goal-product-carousel__carousel-shell {
    width: 100vw;
    margin-block-start: var(--goal-product-mobile-carousel-margin-top);
    margin-inline-start: calc(50% - 50vw);
    overflow: hidden;
  }

  .goal-product-carousel__carousel {
    --goal-product-card-width: min(var(--goal-product-mobile-card-width), calc(100vw - 48px));
    --slideshow-gap: var(--goal-product-mobile-card-gap);

    width: 100%;
  }

  .goal-product-carousel__carousel slideshow-container {
    overflow: visible;
    background: transparent;
  }

  .goal-product-carousel__carousel slideshow-slides {
    align-items: stretch;
    gap: var(--slideshow-gap);
    padding-block: 22px;
    padding-inline: max(24px, var(--page-margin)) max(24px, var(--page-margin));
    scroll-padding-inline-start: max(24px, var(--page-margin));
  }

  .goal-product-carousel__slide {
    --slide-width: var(--goal-product-card-width);

    display: flex;
    overflow: visible;
    scroll-snap-align: start;
  }

  .goal-product-carousel__card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: calc(var(--goal-product-card-width) * 1.6932);
    border-radius: clamp(11.845px, 1vw, 15px);
    background: #fff;
    box-shadow: 0 0 34px rgb(0 0 0 / 0.07);
    overflow: hidden;
  }

  .goal-product-carousel__card-link {
    position: absolute;
    z-index: 2;
    inset: 0;
    border-radius: inherit;
  }

  .goal-product-carousel__card-link:focus-visible {
    outline: 2px solid var(--goal-product-carousel-accent);
    outline-offset: -6px;
  }

  .goal-product-carousel__media {
    width: 100%;
    aspect-ratio: 1;
    background: #f4f1eb;
    overflow: hidden;
  }

  .goal-product-carousel__image,
  .goal-product-carousel__image--placeholder {
    display: block;
    width: 100%;
    height: 100%;
  }

  .goal-product-carousel__image {
    object-fit: cover;
    object-position: center bottom;
  }

  .goal-product-carousel__image--placeholder {
    opacity: 0.72;
  }

  .goal-product-carousel__card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(11px, 3.6vw, 15px);
    padding: var(--goal-product-mobile-card-padding);
  }

  .goal-product-carousel__product-title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    background: linear-gradient(134deg, #000 23%, var(--goal-product-carousel-accent) 107%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-family: var(--font-heading--family);
    font-style: var(--font-heading--style);
    font-size: var(--goal-product-mobile-card-title-font-size);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .goal-product-carousel__price-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, clamp(160px, 42vw, 196px));
    min-height: clamp(25px, 6.2vw, 30px);
    padding: 4px 15px;
    border: clamp(1.579px, 0.22vw, 2px) solid var(--goal-product-carousel-accent);
    border-radius: 999px;
  }

  .goal-product-carousel__price-text {
    display: block;
    overflow: hidden;
    background: linear-gradient(129deg, #000 23%, var(--goal-product-carousel-accent) 107%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-heading--family);
    font-size: clamp(9.5px, 2.6vw, 12.5px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .goal-product-carousel__goal {
    display: -webkit-box;
    min-height: 2.1em;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
    font-family: var(--font-body--family);
    font-size: clamp(9px, 2.25vw, 11px);
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .goal-product-carousel__card-button,
  .goal-product-carousel__all-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--goal-product-button-bg);
    color: var(--goal-product-button-text);
    font-family: var(--font-heading--family);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap;
  }

  .goal-product-carousel__card-button {
    min-height: clamp(30px, 7.2vw, 36px);
    margin-block-start: auto;
    padding: 8px clamp(14px, 3.6vw, 18px);
    font-size: clamp(10px, 2.45vw, 12.5px);
  }

  .goal-product-carousel__footer {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-block-start: var(--goal-product-mobile-footer-margin-top);
  }

  .goal-product-carousel__all-button {
    min-height: clamp(42px, 9.5vw, 52px);
    padding: 10px clamp(22px, 6vw, 28px);
    font-size: clamp(14px, 3.5vw, 17px);
    transition:
      opacity var(--animation-speed) var(--animation-easing),
      transform var(--animation-speed) var(--animation-easing);
  }

  .goal-product-carousel__all-button:hover {
    opacity: 0.88;
    transform: translateY(-1px);
  }

  .goal-product-carousel slideshow-arrows {
    display: none;
  }

  @media screen and (max-width: 749px) {
    .goal-product-carousel {
      --padding-block-start: min(var(--padding-block-start), 48px);
      --padding-block-end: min(var(--padding-block-end), 48px);
    }
  }

  @media screen and (min-width: 750px) {
    .goal-product-carousel {
      min-height: var(--goal-product-desktop-section-min-height);
    }

    .goal-product-carousel__inner {
      padding-inline: var(--goal-product-desktop-inner-padding-inline);
    }

    .goal-product-carousel__header {
      max-width: 780px;
      margin-inline: auto;
      text-align: center;
      align-items: center;
    }

    .goal-product-carousel__heading--desktop {
      display: block;
      font-size: var(--goal-product-desktop-heading-font-size);
      line-height: 1.18;
    }

    .goal-product-carousel__heading--mobile {
      display: none;
    }

    .goal-product-carousel__body {
      margin-inline: auto;
      margin-block-start: 10px;
      font-size: var(--goal-product-desktop-body-font-size);
      line-height: 1.55;
    }

    .goal-product-carousel__body--desktop {
      display: block;
    }

    .goal-product-carousel__body--mobile {
      display: none;
    }

    .goal-product-carousel__carousel-shell {
      width: 100%;
      margin-block-start: clamp(34px, 4vw, var(--goal-product-desktop-carousel-margin-top));
      margin-inline-start: 0;
      overflow: visible;
    }

    .goal-product-carousel__carousel {
      --goal-product-card-width: min(calc(var(--goal-product-desktop-card-width) - 20px), calc((100% - (var(--slideshow-gap) * 2)) / 2.5));
      --slideshow-gap: var(--goal-product-desktop-card-gap);
    }

    .goal-product-carousel__carousel slideshow-slides {
      padding-block: 22px;
      padding-inline: 0;
      scroll-padding-inline-start: 0;
    }

    .goal-product-carousel__card {
      box-shadow: 0 0 38px rgb(0 0 0 / 0.07);
    }

    .goal-product-carousel__footer {
      margin-block-start: var(--goal-product-desktop-footer-margin-top);
    }

    .goal-product-carousel__card-content {
      padding: clamp(14px, 3.8vw, var(--goal-product-desktop-card-padding));
    }

    .goal-product-carousel__product-title {
      font-size: var(--goal-product-desktop-card-title-font-size);
    }
  }

  @media screen and (min-width: 990px) {
    .goal-product-carousel__carousel--with-arrows {
      --goal-product-carousel-arrow-gutter: 60px;
      --goal-product-card-width: min(var(--goal-product-desktop-card-width), calc((100% - (var(--slideshow-gap) * 3)) / 4));
    }

    .goal-product-carousel__carousel--with-arrows slideshow-container {
      display: grid;
      grid-template-columns:
        var(--goal-product-carousel-arrow-gutter)
        minmax(0, 1fr)
        var(--goal-product-carousel-arrow-gutter);
      align-items: center;
      overflow: visible;
    }

    .goal-product-carousel__carousel--with-arrows slideshow-slides {
      grid-column: 2;
      min-width: 0;
    }

    .goal-product-carousel__carousel--with-arrows slideshow-arrows {
      position: absolute;
      inset: 0;
      z-index: var(--layer-heightened);
      display: grid;
      grid-template-columns: inherit;
      align-items: center;
      padding: 0;
      pointer-events: none;
      mix-blend-mode: normal;
    }

    .goal-product-carousel__carousel--with-arrows slideshow-arrows .slideshow-control {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      justify-self: center;
      width: clamp(44px, 3.8vw, 52px);
      min-width: clamp(44px, 3.8vw, 52px);
      height: clamp(44px, 3.8vw, 52px);
      min-height: clamp(44px, 3.8vw, 52px);
      padding: 0;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 0 38px rgb(0 0 0 / 0.07);
      color: var(--goal-product-carousel-accent);
      opacity: 1 !important;
      pointer-events: auto !important;
    }

    .goal-product-carousel__carousel--with-arrows slideshow-arrows .slideshow-control--previous {
      grid-column: 1;
    }

    .goal-product-carousel__carousel--with-arrows slideshow-arrows .slideshow-control--next {
      grid-column: 3;
    }

    .goal-product-carousel__carousel--with-arrows slideshow-arrows .slideshow-control[disabled] {
      opacity: 0.32 !important;
      pointer-events: none !important;
    }

    .goal-product-carousel__carousel--with-arrows slideshow-arrows .svg-wrapper,
    .goal-product-carousel__carousel--with-arrows slideshow-arrows svg {
      width: 20px;
      height: 20px;
    }
  }

  @media screen and (min-width: 1200px) {
    .goal-product-carousel__carousel {
      --goal-product-card-width: min(var(--goal-product-desktop-card-width), calc((100% - (var(--slideshow-gap) * 3)) / 4));
      --slideshow-gap: var(--goal-product-desktop-card-gap);
    }
  }

  @media screen and (max-width: 389px) {
    .goal-product-carousel__carousel {
      --slideshow-gap: 12px;
    }

    .goal-product-carousel__price-pill {
      width: 100%;
      padding-inline: 12px;
    }
  }
/* END_SECTION:goal-product-carousel */
/* START_SECTION:guided-journey (INDEX:21) */
.guided-journey__background {
    background: var(--guided-journey-background);
  }

  .guided-journey {
    color: #000;
    overflow: hidden;
  }

  .guided-journey__inner {
    width: 100%;
    padding-inline: var(--guided-mobile-inner-padding-inline);
  }

  .guided-journey__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--guided-mobile-header-gap);
    max-width: 720px;
  }

  .guided-journey__heading {
    display: block;
    margin: -0.04em 0 -0.14em;
    padding-block: 0.04em 0.14em;
    background: linear-gradient(94deg, #000 1%, var(--guided-journey-accent) 82%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-heading--family);
    font-style: var(--font-heading--style);
    font-weight: var(--guided-journey-heading-font-weight, 500);
    letter-spacing: 0;
    line-height: 1.2;
  }

  .guided-journey__heading--desktop {
    display: none;
  }

  .guided-journey__heading--mobile {
    display: block;
    font-size: var(--guided-mobile-heading-font-size);
  }

  .guided-journey__heading p {
    margin: 0;
    color: inherit;
    background: inherit;
    background-clip: inherit;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
  }

  .guided-journey__subheading {
    max-width: 100%;
    font-family: var(--font-body--family);
    font-size: var(--guided-mobile-subheading-font-size);
    line-height: 1.72;
    letter-spacing: 0;
  }

  .guided-journey__subheading p {
    margin: 0;
  }

  .guided-journey__content {
    display: grid;
    gap: var(--guided-mobile-content-gap);
    margin-block-start: var(--guided-mobile-content-margin-top);
  }

  .guided-journey__cards {
    display: grid;
    gap: var(--guided-mobile-card-gap);
    width: 100%;
  }

  .guided-journey__card,
  .guided-journey__image-card {
    background: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 0.07);
    overflow: hidden;
  }

  .guided-journey__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: var(--guided-mobile-card-min-height);
    padding: var(--guided-mobile-card-padding);
    border-radius: var(--guided-mobile-card-radius);
  }

  .guided-journey__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--guided-mobile-icon-size);
    height: var(--guided-mobile-icon-size);
    margin-block-end: var(--guided-mobile-icon-margin-bottom);
    border: 1px solid var(--guided-journey-accent);
    border-radius: 50%;
    color: var(--guided-journey-accent);
  }

  .guided-journey__icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
  }

  .guided-journey__card-copy {
    max-width: 100%;
  }

  .guided-journey__card-title {
    margin: 0;
    background: linear-gradient(139deg, #000 23%, var(--guided-journey-accent) 107%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-heading--family);
    font-size: var(--guided-mobile-card-title-font-size);
    font-style: var(--font-heading--style);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .guided-journey__card-text {
    margin-block-start: var(--guided-mobile-card-text-margin-top);
    font-family: var(--font-body--family);
    font-size: var(--guided-mobile-card-text-font-size);
    line-height: 1.3;
    letter-spacing: 0;
  }

  .guided-journey__image-card {
    aspect-ratio: 1 / 1;
    border-radius: var(--guided-mobile-image-radius);
  }

  .guided-journey__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .guided-journey__image--placeholder {
    background: rgb(0 0 0 / 0.03);
  }

  .guided-journey__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 45px;
    margin: var(--guided-mobile-button-margin-top) auto 0;
    padding: 8px 24px;
    border-radius: 999px;
    background: var(--guided-journey-button-bg);
    color: var(--guided-journey-button-text);
    font-family: var(--button-font-family-primary);
    font-size: var(--guided-mobile-button-font-size);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: filter var(--animation-speed) var(--animation-easing);
  }

  .guided-journey__button:hover {
    filter: brightness(0.95);
  }

  .guided-journey__button[aria-disabled='true'] {
    cursor: default;
  }

  .guided-journey--no-image .guided-journey__content {
    max-width: 760px;
    margin-inline: auto;
  }

  @media screen and (min-width: 750px) {
    .guided-journey__inner {
      padding-inline: 0;
    }

    .guided-journey__header {
      align-items: center;
      gap: 12px;
      margin-inline: auto;
      text-align: center;
    }

    .guided-journey__heading--desktop {
      display: block;
      font-size: var(--guided-desktop-heading-font-size);
    }

    .guided-journey__heading--mobile {
      display: none;
    }

    .guided-journey__subheading {
      font-size: var(--guided-desktop-subheading-font-size);
    }

    .guided-journey__content {
      max-width: 620px;
      margin-block-start: 34px;
      margin-inline: auto;
    }

    .guided-journey__cards {
      gap: 18px;
    }

    .guided-journey__card {
      min-height: 148px;
      padding: 20px;
      border-radius: 24px;
    }

    .guided-journey__image-card {
      max-width: 560px;
      margin-inline: auto;
      border-radius: 24px;
    }
  }

  @media screen and (min-width: 1100px) {
    .guided-journey {
      display: flex;
      align-items: center;
      padding-block: calc(clamp(12px, 2vh, 22px) + var(--section-top-offset, 0px)) clamp(12px, 2vh, 22px);
    }
    .guided-journey[data-fullscreen="true"] {
      min-height: calc(100svh - var(--header-height, 60px));
    }

    .guided-journey__content {
      grid-template-columns: minmax(0, 430px) minmax(0, 430px);
      align-items: stretch;
      justify-content: center;
      gap: var(--guided-desktop-content-gap);
      max-width: 878px;
      margin-block-start: clamp(10px, 1.8vh, var(--guided-desktop-content-margin-top));
    }

    .guided-journey__cards {
      gap: clamp(10px, 1.8vh, var(--guided-desktop-card-gap));
    }

    .guided-journey__card {
      min-height: clamp(96px, 12vh, 124px);
      padding: clamp(12px, 1.7vh, var(--guided-desktop-card-padding));
      border-radius: var(--guided-desktop-card-radius);
      box-shadow: 0 0 36px rgb(0 0 0 / 0.07);
    }

    .guided-journey__icon {
      width: clamp(30px, 3.2vh, var(--guided-desktop-icon-size));
      height: clamp(30px, 3.2vh, var(--guided-desktop-icon-size));
      margin-block-end: var(--guided-desktop-icon-margin-bottom);
    }

    .guided-journey__icon svg {
      width: 16px;
      height: 16px;
    }

    .guided-journey__card-title {
      font-size: var(--guided-desktop-card-title-font-size);
    }

    .guided-journey__card-text {
      max-width: 350px;
      margin-block-start: 4px;
      font-size: var(--guided-desktop-card-text-font-size);
      line-height: 1.3;
    }

    .guided-journey__image-card {
      aspect-ratio: auto;
      height: min(100%, calc(100svh - var(--header-height, 60px) - var(--guided-desktop-image-height-offset)));
      max-width: none;
      margin: 0;
      border-radius: 22px;
      box-shadow: 0 0 36px rgb(0 0 0 / 0.07);
    }

    .guided-journey__button {
      min-height: 40px;
      margin-block-start: clamp(10px, 1.8vh, var(--guided-desktop-button-margin-top));
      padding: 7px 20px;
      font-size: var(--guided-desktop-button-font-size);
    }
  }

  @media screen and (min-width: 1100px) and (max-height: 760px) {
    .guided-journey__heading--desktop {
      font-size: var(--guided-desktop-heading-font-size);
    }

    .guided-journey__subheading {
      font-size: 14px;
      line-height: 1.45;
    }

    .guided-journey__content {
      margin-block-start: 10px;
    }

    .guided-journey__card {
      min-height: 92px;
      padding: 12px 14px;
    }

    .guided-journey__image-card {
      height: min(100%, calc(100svh - var(--header-height, 60px) - 250px));
    }

    .guided-journey__button {
      min-height: 38px;
      margin-block-start: 12px;
      font-size: 14px;
    }
  }

  @media screen and (min-width: 750px) {
    .guided-journey.spacing-style[data-fullscreen="true"] {
      min-height: calc(100svh - var(--header-height, 60px));
    }
  }
/* END_SECTION:guided-journey */
/* START_SECTION:header (INDEX:23) */
body {
    --header-height: 60px;
    --header-group-height: var(--header-height);
    --transparent-header-offset-boolean: 0; /* stylelint-disable-line declaration-property-value-disallowed-list */
  }

  .header {
    /* Set header paddings based on height setting */
    --header-padding: var(--padding-sm);
    --font-paragraph--line-height: 1;
    --header-content-transition-timing: 0s;

    display: block;
    contain: layout style;
    background: transparent;

    a,
    .button,
    .button-secondary,
    .header-actions__action {
      /* reset style from base.css */
      transition: color var(--header-content-transition-timing), border-color var(--header-content-transition-timing);
    }
  }

  #header-component :is(.header-menu, .dropdown-localization) {
    display: none;
  }

  @media screen and (min-width: 750px) {
    #header-component[data-menu-style='menu'] :is(.header-menu, .dropdown-localization) {
      display: flex;
    }
  }

  #header-component[data-menu-style='drawer'] .header__column {
    display: contents;
  }

  @media screen and (min-width: 750px) {
    #header-component[data-menu-style='menu'] .header__navigation-bar-row {
      display: none;
    }
  }

  .header[transparent] {
    --language-button-background-color: transparent;
    --language-button-border-color: transparent;
    --header-content-transition-timing: calc(var(--submenu-animation-speed) - var(--animation-speed-fast))
      var(--animation-speed-fast) var(--ease-out-cubic);

    --closed-underlay-height: 0px;

    /* used to display the appropriate logo based on transparency state */
    --header-logo-display: none;
    --header-logo-inverse-display: block;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;

    z-index: var(--layer-overlay);

    &[transparent='not-sticky'][data-sticky-state='active'],
    &:has(.menu-list__link:not([aria-haspopup]):hover) {
      --header-logo-display: unset;
      --header-logo-inverse-display: unset;
      --color-foreground: inherit;
      --color-foreground-rgb: inherit;
      --color-background: inherit;
      --color-background-rgb: inherit;
      --color-border: inherit;
      --color-border-rgb: inherit;
      --closed-underlay-height: 100%;
    }

    /** For transparent header, apply inherit to rows when menu is not hovered */
    &:not([data-sticky-state='active']):not(:has(.menu-list__link:is(:hover, [aria-expanded='true']))) .header__row {
      --color-foreground: inherit;
      --color-foreground-rgb: inherit;
      --color-border: inherit;
      --color-border-rgb: inherit;
      --color-primary-button-background: inherit;
      --color-primary-button-text: inherit;
    }

    /* Multiple selectors for performance: each simple :has() check is faster than one complex selector with multiple conditions */
    &:has(.mega-menu__list:hover),
    &:has(.menu-list__link:is(:hover, [aria-expanded='true'])),
    &:has(.menu-list__list-item[slot='overflow'] .menu-list__link:is(:hover, [aria-expanded='true'])) {
      --header-logo-display: unset;
      --header-logo-inverse-display: unset;
      --color-foreground: inherit;
      --color-foreground-rgb: inherit;
      --color-background: inherit;
      --color-background-rgb: inherit;
      --color-border: inherit;
      --color-border-rgb: inherit;
      --header-content-transition-timing: var(--submenu-animation-speed) var(--ease-out-cubic);
    }
  }

  /* When top row has transparent background, make it inherit colors from header component */
  [data-transparent-color-scheme='top']:hover .header__row--top,
  [data-transparent-color-scheme='top']:focus-within .header__row--top,
  [data-transparent-color-scheme='both']:hover .header__row--top,
  [data-transparent-color-scheme='both']:focus-within .header__row--top {
    --color-foreground: inherit;
    --color-foreground-rgb: inherit;
    --color-border: inherit;
    --color-border-rgb: inherit;
    --color-primary-button-background: inherit;
    --color-primary-button-text: inherit;
  }

  /* When bottom row has transparent background, make it inherit colors from header component */
  [data-transparent-color-scheme='bottom']:hover .header__row--bottom,
  [data-transparent-color-scheme='bottom']:focus-within .header__row--bottom,
  [data-transparent-color-scheme='both']:hover .header__row--bottom,
  [data-transparent-color-scheme='both']:focus-within .header__row--bottom {
    --color-foreground: inherit;
    --color-foreground-rgb: inherit;
    --color-border: inherit;
    --color-border-rgb: inherit;
    --color-primary-button-background: inherit;
    --color-primary-button-text: inherit;
  }

  .header-section {
    position: relative;
    z-index: var(--layer-heightened);
  }

  /* need default values for non-flash transitions on first overflow menu open */
  #header-component {
    --submenu-height: 0px;
    --full-open-header-height: 0px;
  }

  #header-group:has(#header-component[sticky]) {
    display: contents;
  }

  .header-section:has(> #header-component[sticky='always']),
  .header-section:has(> #header-component[sticky='scroll-up'][data-sticky-state='active']) {
    position: sticky;

    /* Use -1 instead of 0 so intersection observer can track sticky state */
    top: -1px;
    z-index: var(--layer-sticky);
  }

  .header[data-sticky-state] {
    transition: opacity var(--animation-speed) var(--animation-easing);
    opacity: 1;
  }

  .header[data-sticky-state='active'] {
    view-transition-name: sticky-header;
  }

  :active-view-transition-type(empty-cart-drawer) {
    .header[data-sticky-state='active'] {
      view-transition-name: none;
    }
  }

  .header[data-sticky-state='idle'] {
    opacity: 0;
  }

  /* ================================
     * Underlays
     * ================================ */
  .header__underlay {
    position: absolute;
    inset: 0;
  }

  .header__underlay-closed {
    height: var(--closed-underlay-height, 100%);
    z-index: var(--layer-lowest);
    background: linear-gradient(
      var(--color-scheme-top-row) 0 var(--top-row-height),
      var(--color-scheme-bottom-row) var(--top-row-height) var(--header-height)
    );
    transition: height var(--animation-speed-slow) var(--ease-out-cubic);
  }

  .header__underlay-open {
    height: var(--full-open-header-height);
    background: linear-gradient(
      var(--color-scheme-top-row) 0 var(--top-row-height),
      var(--color-scheme-bottom-row) var(--top-row-height) var(--header-height),
      var(--color-submenu) var(--header-height) 100%
    );
    /* header-height is updated via js, the transition works automagically */
    transition: height var(--submenu-animation-speed) var(--ease-out-cubic);
  }

  .header__underlay-open::after {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: var(--shadow-popover);
    clip-path: inset(var(--header-height) 0 -100px 0); /* stylelint-disable-line */
    transition: height var(--submenu-animation-speed) var(--ease-out-cubic);
  }

  /* When top row has transparent background, make underlay inherit colors from header component */
  [data-transparent-color-scheme='top']:hover,
  [data-transparent-color-scheme='top']:focus-within,
  [data-transparent-color-scheme='both']:hover,
  [data-transparent-color-scheme='both']:focus-within {
    :is(.header__underlay-open, .header__underlay-closed) {
      --color-scheme-top-row: var(--color-background);
    }
  }

  /* When bottom row has transparent background, make underlay inherit colors from header component */
  [data-transparent-color-scheme='bottom']:hover,
  [data-transparent-color-scheme='bottom']:focus-within,
  [data-transparent-color-scheme='both']:hover,
  [data-transparent-color-scheme='both']:focus-within {
    :is(.header__underlay-open, .header__underlay-closed) {
      --color-scheme-bottom-row: var(--color-background);
    }
  }

  [data-submenu-overlap-bottom-row] {
    .header__underlay-open {
      background: linear-gradient(
        var(--color-scheme-top-row) 0 var(--top-row-height),
        var(--color-submenu) var(--top-row-height) 100%
      );
    }

    .header__row--bottom {
      z-index: var(--layer-lowest);
    }
  }

  /* End Underlays ================ */

  .header__row {
    /* The account component uses a different color scheme, but we need to override it to inherit the color of the header row */
    --color-account-icon: var(--color-foreground);

    position: relative;

    /* Overwrite color from color scheme, background is controlled by the underlays */
    background-color: transparent;

    &:has(.mega-menu__list:hover),
    &:has(.menu-list__link[aria-haspopup]:is(:hover, [aria-expanded='true'])),
    &:has(.menu-list__list-item[slot='overflow'] .menu-list__link:is(:hover, [aria-expanded='true'])) {
      /* Only elevate the row when the submenu is open to avoid overlapping other elevated content */
      z-index: var(--layer-heightened);
    }
  }

  .header__row--top:not(.divider--page-width),
  .header__row--top.divider--page-width .header__columns,
  .header__row--bottom {
    border-bottom: var(--border-bottom-width) solid var(--color-border);
  }

  @media screen and (max-width: 749px) {
    .header__row--top:not(.divider--page-width),
    .header__row--top.divider--page-width .header__columns {
      border-bottom-width: var(--border-bottom-width-mobile);
    }
  }

  #header-component[data-menu-style='drawer'] .header__row--top:not(.divider--page-width),
  #header-component[data-menu-style='drawer'] .header__row--top.divider--page-width .header__columns {
    border-bottom-width: var(--border-bottom-width-mobile);
  }

  .header__row.divider--page-width:not(.section--page-width) .header__columns {
    @media screen and (min-width: 750px) {
      padding-inline-start: 0;
      padding-inline-end: 0;
      margin-inline-start: var(--page-margin);
      margin-inline-end: var(--page-margin);
    }
  }

  .header__column {
    display: flex;
    align-items: center;

    /* on mobile, header__column nodes are ignored to create a new grid-template-area based on all visible content */
    @media screen and (max-width: 749px) {
      display: contents;
    }
  }

  .header__column--left,
  .header__column--center {
    gap: var(--gap-xl);
    grid-area: left;
  }

  .header__column--center {
    justify-content: center;
    grid-area: center;

    header-menu:only-child .overflow-menu::part(list) {
      justify-content: center;
    }
  }

  .header__column--right {
    gap: var(--gap-xl);
    justify-content: flex-end;
    grid-area: right;

    .overflow-menu::part(list) {
      justify-content: flex-end;
    }
  }

  .header__columns {
    /* Three column layout */
    --header-left: 1fr;
    --header-center: auto;
    --header-right: 1fr;
    --header-template-columns: var(--header-left) var(--header-center) var(--header-right);

    /* Mobile layout */
    --header-mobile-bookend: 36px;

    display: grid;
    grid-template-areas: 'left center right';
    grid-gap: var(--gap-xl);
    grid-template-columns: var(--header-template-columns);

    /* If menu is in center column */
    &:has(.header__column--center header-menu) {
      --header-center: auto;
      --header-left: minmax(max-content, 1fr);
      --header-right: minmax(max-content, 1fr);
    }

    /* If there is no center column, make the column the menu is in grow eagerly */
    &:where(:not(:has(.header__column--center))) {
      @media screen and (min-width: 750px) {
        --header-template-columns: var(--header-left) var(--header-right);

        grid-template-areas: 'left right';
      }

      /* If the header-menu is in the right column */
      &:has(.header__column--right header-menu) {
        --header-right: auto;
        --header-left: minmax(max-content, 1fr);
      }

      /* If the header-menu is in the left column */
      &:has(.header__column--left header-menu) {
        --header-left: auto;
        --header-right: minmax(max-content, 1fr);
      }
    }

    @media screen and (max-width: 749px) {
      --header-template-columns: minmax(0, 1fr) var(--header-mobile-bookend) var(--header-mobile-bookend)
        var(--header-mobile-bookend);

      grid-template-areas: 'logo search cart menu';
      grid-column: span 3;
      column-gap: 2px;
      align-items: center;
      padding-block: 0;
      padding-inline: var(--padding-md);

      .header-logo {
        grid-area: logo;
        justify-self: start;
      }

      .search-action {
        grid-area: search;
      }

      header-actions {
        grid-area: cart;
      }

      .header-drawer {
        grid-area: menu;
      }
    }
  }

  /* not ideal but we need to duplicate these styles for when touch comes into play
    We could avoid the duplication using js to set the data-menu-style attribute on small screens instead of using @media queries */
  #header-component[data-menu-style='drawer'] .header__columns {
    --header-template-columns: minmax(0, 1fr) var(--header-mobile-bookend) var(--header-mobile-bookend)
      var(--header-mobile-bookend);

    grid-template-areas: 'logo search cart menu';
    grid-column: span 3;
    column-gap: 2px;
    align-items: center;
    padding-block: 0;
    padding-inline: var(--padding-md);

    .header-logo {
      grid-area: logo;
      justify-self: start;
    }

    .search-action {
      grid-area: search;
    }

    header-actions {
      grid-area: cart;
    }

    .header-drawer {
      grid-area: menu;
    }
  }

  /* Single column layout if there are no columns within */
  .header__columns:not(:has(.header__column)) {
    grid-template-columns: 1fr;
  }

  /* Check for hover support to avoid unnecessary expensive recalculations when tapping on mobile */
  @media (hover: hover) {
    /* Column-specific dimming effect when any interactive element is hovered
        Multiple selectors for performance: each simple :has() check is faster than one complex selector with multiple conditions */
    .header__column:has(header-menu:hover),
    .header__column:has(.header-actions__action:hover),
    .header__column:has(.header__icon--menu:hover) {
      header-menu:not(:hover),
      .header-actions__action:not(:hover),
      .header__icon--menu:not(:hover) {
        opacity: var(--opacity-subdued-text);
        transition: opacity var(--animation-speed) var(--animation-easing);
      }
    }
  }

  /* Ensure smooth transitions for all interactive elements */
  header-menu,
  .header-actions__action,
  .header__icon--menu {
    transition: opacity var(--animation-speed) var(--animation-easing);
  }

  /* Header action button styles */
  .header-actions__action {
    --button-color: var(--color-foreground);
    color: var(--button-color);
    cursor: pointer;
    display: flex;
    justify-content: center;

    &:hover {
      --button-color: var(--color-foreground);
    }
  }

  .continue-header-icon-button {
    align-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    flex: 0 0 auto;
    height: 30px;
    padding: 0;
    width: 30px;
  }

  .continue-header-account {
    display: none;
  }

  .header-actions__action:not(.account-button) .svg-wrapper {
    height: var(--button-size);
    width: var(--button-size);
  }

  .header-actions__action.continue-header-icon-button .svg-wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
  }

  .header-actions__action:not(.account-button) svg {
    width: 16px;
    height: 16px;
  }

  @media screen and (min-width: 750px) {
    .header__column--right {
      align-items: center;
      gap: 10px;
    }

    .header__column--right .search-action {
      margin-inline: 0 !important;
    }

    #header-component[data-menu-style='drawer'] .header__columns {
      --header-template-columns: minmax(0, 1fr) auto 34px 34px 34px;

      column-gap: 10px;
      grid-template-areas: 'logo account search cart menu';
      padding-inline: var(--padding-md);
    }

    #header-component[data-menu-style='drawer'] .continue-header-account {
      grid-area: account;
      justify-self: end;
    }

    .continue-header-account {
      align-items: center;
      background: #000;
      border-radius: 999px;
      color: #fff;
      display: inline-flex;
      flex: 0 0 auto;
      font-family: var(--font-heading--family);
      font-size: 13px;
      font-weight: 700;
      height: 34px;
      justify-content: center;
      letter-spacing: 0;
      line-height: 1;
      min-height: 34px;
      min-width: 96px;
      overflow: hidden;
      padding: 0 22px;
      text-decoration: none;
    }

    .continue-header-account__text {
      align-items: center;
      color: #fff;
      display: inline-flex;
      justify-content: center;
      width: 100%;
    }

    .continue-header-icon-button.header-actions__text-style {
      border: 0;
      border-radius: 0;
      height: auto;
      padding: 0;
      width: auto;
    }

    .continue-header-icon-button:not(.header-actions__text-style) {
      height: 34px;
      width: 34px;
    }

    .header-actions__action.continue-header-icon-button .svg-wrapper {
      height: 100%;
      width: 100%;
    }

    .header-actions__action.continue-header-icon-button svg {
      height: 17px;
      width: 17px;
    }
  }

  @media screen and (max-width: 749px) {
    .header-actions__action.continue-header-icon-button svg {
      height: 15px;
      width: 15px;
    }

    .header__columns :is(.search-action, header-actions, .header-drawer) {
      justify-self: center;
    }
  }

  .header:has(#Details-menu-drawer-container[open]) {
    contain: style;
  }

  .header.header--compact {
    --header-padding: var(--padding-2xs);
  }

  .header__columns {
    --padding-block-start: var(--header-padding);
    --padding-block-end: var(--header-padding);
  }

  .header:not(.header--compact) .header__row--bottom {
    --header-padding: var(--padding-xs);
  }

  .header--collapse-row-paddings {
    .header__row--top .header__columns {
      --padding-block-end: 0px;
    }

    .header__row--bottom .header__columns {
      --padding-block-start: 0px;
    }
  }

  /* When the header is transparent, add a margin to a potential header-section below it */
  .header-section:has(.header[transparent]) + .shopify-section {
    margin-top: var(--header-height);
  }

  /* When the header is transparent, and when there is no header-section below it, offset the first main-section with
     * the height of the header
     */

  main > .shopify-section:first-child .section:not(.disable-section-top-offset) {
    &.spacing-style,
    .spacing-style {
      --section-top-offset: calc(var(--header-height) * var(--transparent-header-offset-boolean));

      /* Any nested sections should not be offset */
      :is(.spacing-style, .inherit-spacing) {
        --section-top-offset: 0px;
      }
    }

    /* Make sticky content immediately stick to the top of the page */
    .sticky-content {
      margin-top: calc(var(--header-height) * var(--transparent-header-offset-boolean) * -1);
    }
  }

  /* Optimize layout performance for hidden menus */
  .header-menu .menu-list__submenu {
    content-visibility: auto;
    contain-intrinsic-size: 0px 500px;
  }

  /* Force visibility when open/animating and in overflow submenu to prevent layout issues */
  .header-menu details[open] .menu-list__submenu,
  .header-menu .menu-list__submenu[data-active],
  .header-menu .menu-list__list-item[slot='overflow'] .menu-list__submenu {
    content-visibility: visible;
  }

  /* Dropdown Localization Styles */
  .dropdown-localization__button {
    display: flex;
    position: relative;
    align-items: center;
    gap: 4px;
    font-family: var(--menu-localization-font);
    font-size: var(--menu-localization-font-size);
    font-weight: var(--menu-top-level-font-weight);
    padding-inline: var(--padding-2xs);
    margin-inline: calc(-1 * var(--padding-2xs));
  }

  .dropdown-localization__button .svg-wrapper.icon-caret {
    height: var(--icon-size-xs);
    width: var(--icon-size-xs);
    right: var(--margin-xs);
    top: calc(50% - var(--padding-2xs));
    flex-shrink: 0;
    transition: transform var(--animation-speed) var(--animation-easing);
  }

  .dropdown-localization__button .icon-flag {
    width: var(--menu-localization-font-size, var(--icon-size-sm));
    height: var(--menu-localization-font-size, var(--icon-size-sm));
    clip-path: circle(50%); /* stylelint-disable-line */
    background-position: center;
    background-size: cover;
    margin-inline-end: 4px;
    position: relative;
  }

  .dropdown-localization__button .icon-flag::after {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 var(--size-shadow) var(--color-shadow);
    border-radius: 50%;
  }

  .dropdown-localization__button[aria-expanded='true'] .icon-caret svg {
    transform: rotate(180deg);
  }

  .dropdown-localization__button,
  .dropdown-localization__button:hover {
    box-shadow: none;
    background-color: transparent;
    border-color: transparent;
  }

  dropdown-localization-component .localization-form__list {
    max-height: 20.5rem;
  }

  .localization-wrapper {
    position: fixed;
    z-index: var(--layer-raised);
    border-radius: var(--style-border-radius-popover);
    transition-property: display, opacity, translate;
    transition-duration: 0.3s;
    transition-timing-function: var(--ease-out-quad);
    transition-behavior: allow-discrete;
    translate: 0 20px;
    opacity: 0;
  }

  .localization-wrapper:not([hidden]) {
    translate: 0 0;
    opacity: 1;
  }

  @starting-style {
    .localization-wrapper:not([hidden]) {
      translate: 0 20px;
      opacity: 0;
    }
  }

  dropdown-localization-component {
    position: relative;
    background-color: transparent;
  }

  dropdown-localization-component .country-filter {
    position: relative;
    padding: 8px;
  }

  dropdown-localization-component .country-filter__input {
    border: none;
  }

  dropdown-localization-component .localization-form__list-item {
    margin-inline: 8px;
  }

  dropdown-localization-component .localization-wrapper {
    box-shadow: var(--shadow-popover);
    border: var(--style-border-popover);
    background-color: var(--color-background);
    max-height: 27.5rem;
    position: absolute;
    top: calc(100% + 10px);
    z-index: calc(var(--layer-header-menu) + 1);
  }

  dropdown-localization-component .localization-wrapper.right-bound {
    right: 0;
    left: unset;
  }

  dropdown-localization-component .localization-wrapper.left-bound {
    left: -8px;
    right: unset;
  }

  /* Additional specificity due to dropdown-localization-component getting a low score */
  dropdown-localization-component .language-selector.language-selector {
    padding: 10px 8px 10px 16px;
  }

  dropdown-localization-component .localization-form__currency {
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transition: none;
  }

  dropdown-localization-component .localization-form__select:hover {
    background-color: rgb(var(--color-primary-hover-rgb) / var(--opacity-8));
  }

  dropdown-localization-component
    :is(
      .localization-form__list-item:hover,
      .localization-form__list-item[aria-selected='true'],
      .localization-form__list-item[aria-current='true']
    )
    .localization-form__currency {
    opacity: 1;
    color: var(--color-foreground-muted);
    transition: opacity var(--animation-speed-slow) var(--animation-easing);
    visibility: visible;
  }

  .dropdown-localization .language-selector:where(:not(.top-shadow)) {
    font-weight: var(--menu-top-level-font-weight);
  }

  .dropdown-localization:not(dropdown-localization-component) .language-selector {
    font-family: var(--menu-localization-font);
    font-size: var(--menu-localization-font-size);
  }
/* END_SECTION:header */
/* START_SECTION:lab-certificate-proof (INDEX:26) */
.lab-certificate-proof__background {
    background: var(--lab-certificate-proof-background);
  }

  .lab-certificate-proof {
    color: var(--lab-certificate-proof-text);
    overflow: hidden;
  }

  .lab-certificate-proof__card {
    position: relative;
    display: grid;
    gap: var(--lab-certificate-mobile-card-gap);
    width: 100%;
    min-height: 0;
    padding: var(--lab-certificate-mobile-card-padding-top) var(--lab-certificate-mobile-card-padding-inline)
      var(--lab-certificate-mobile-card-padding-bottom);
    border-radius: var(--lab-certificate-mobile-card-radius);
    background:
      radial-gradient(circle at 8% 101%, var(--lab-certificate-proof-gradient-start) 0, rgb(255 255 255 / 0) 43%),
      radial-gradient(circle at 94% -22%, var(--lab-certificate-proof-gradient-end) 0, rgb(255 255 255 / 0) 48%),
      var(--lab-certificate-proof-card);
    box-shadow: 0 0 55.3px rgb(0 0 0 / 0.07);
    overflow: hidden;
  }

  .lab-certificate-proof__content,
  .lab-certificate-proof__media {
    position: relative;
    z-index: 1;
    min-width: 0;
  }

  .lab-certificate-proof__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    order: 1;
    width: 100%;
  }

  .lab-certificate-proof__heading {
    display: block;
    width: 100%;
    margin: -0.04em 0 -0.12em;
    padding-block: 0.04em 0.12em;
    color: var(--lab-certificate-proof-text);
    font-family: var(--font-heading--family);
    font-style: var(--font-heading--style);
    font-weight: var(--lab-certificate-proof-heading-font-weight, 500);
    letter-spacing: 0;
    text-shadow: 0 0 7.3px rgb(0 0 0 / 0.24);
  }

  .lab-certificate-proof__heading--desktop,
  .lab-certificate-proof__body--desktop,
  .lab-certificate-proof__item-text--desktop,
  .lab-certificate-proof__disclaimer--desktop {
    display: none;
  }

  .lab-certificate-proof__heading--mobile {
    display: block;
    max-width: 267px;
    margin-inline: 0 auto;
    font-size: var(--lab-certificate-mobile-heading-font-size);
    line-height: 1.18;
  }

  .lab-certificate-proof__body {
    width: 100%;
    color: var(--lab-certificate-proof-text);
    font-family: var(--font-body--family);
    font-style: var(--font-body--style);
    font-size: var(--lab-certificate-mobile-body-font-size);
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0;
  }

  .lab-certificate-proof__body--mobile {
    display: block;
    max-width: 324px;
    margin: var(--lab-certificate-mobile-body-margin-top) 0 0;
  }

  .lab-certificate-proof__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    gap: var(--lab-certificate-mobile-items-row-gap) var(--lab-certificate-mobile-items-column-gap);
    width: min(100%, 362px);
    margin: var(--lab-certificate-mobile-items-margin-top) auto 0;
  }

  .lab-certificate-proof__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    text-align: center;
  }

  .lab-certificate-proof__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--lab-certificate-mobile-icon-size);
    height: var(--lab-certificate-mobile-icon-size);
    color: var(--lab-certificate-proof-icon);
  }

  .lab-certificate-proof__icon-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .lab-certificate-proof__icon-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background:
      linear-gradient(currentcolor, currentcolor) center / 28px 8px no-repeat,
      linear-gradient(currentcolor, currentcolor) center / 8px 28px no-repeat;
    opacity: 0.9;
  }

  .lab-certificate-proof__item-text {
    margin-block-start: 10px;
    color: var(--lab-certificate-proof-text);
    font-family: var(--font-heading--family);
    font-style: var(--font-heading--style);
    font-size: var(--lab-certificate-mobile-item-font-size);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0;
    text-shadow: 0 0 4.4px rgb(0 0 0 / 0.24);
  }

  .lab-certificate-proof__item-text--mobile {
    display: block;
  }

  .lab-certificate-proof__media {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 2;
    width: 100%;
  }

  .lab-certificate-proof__certificate {
    width: min(100%, var(--lab-certificate-mobile-certificate-width));
    border-radius: 5.3px;
    background: #fff;
    overflow: hidden;
  }

  .lab-certificate-proof__certificate-image {
    display: block;
    width: 100%;
    height: auto;
  }

  .lab-certificate-proof__certificate-placeholder {
    aspect-ratio: 303 / 466;
    background: rgb(0 0 0 / 0.03);
  }

  .lab-certificate-proof__disclaimer {
    color: var(--lab-certificate-proof-text);
    font-family: var(--font-body--family);
    letter-spacing: 0;
  }

  .lab-certificate-proof__disclaimer--mobile {
    display: block;
    max-width: 298px;
    margin-block-start: 18px;
    font-size: var(--lab-certificate-mobile-disclaimer-font-size);
    font-style: italic;
    line-height: 1.667;
    text-align: center;
  }

  .lab-certificate-proof--no-certificate .lab-certificate-proof__content {
    max-width: 620px;
    margin-inline: auto;
  }

  @media screen and (max-width: 389px) {
    .lab-certificate-proof__card {
      padding-inline: 15px;
    }

    .lab-certificate-proof__items {
      gap-inline: 10px;
    }
  }

  @media screen and (min-width: 750px) {
    .lab-certificate-proof__card {
      padding: clamp(52px, 7vw, 70px);
    }

    .lab-certificate-proof__heading--mobile {
      max-width: 520px;
      margin-inline: 0;
      font-size: clamp(38px, 4.4vw, 48px);
    }

    .lab-certificate-proof__body--mobile {
      max-width: 620px;
      margin-inline: 0;
      font-size: 18px;
      line-height: 1.65;
    }

    .lab-certificate-proof__items {
      width: min(100%, 520px);
      margin-inline: 0;
      gap: 28px 22px;
    }

    .lab-certificate-proof__certificate {
      width: min(100%, 520px);
      border-radius: 9px;
    }
  }

  @media screen and (min-width: 990px) {
    .lab-certificate-proof__card {
      grid-template-columns: minmax(340px, 440px) minmax(500px, 1fr);
      align-items: center;
      justify-content: stretch;
      gap: clamp(28px, 4.6vw, var(--lab-certificate-desktop-card-gap));
      padding: clamp(32px, 4.4vh, var(--lab-certificate-desktop-card-padding-block))
        clamp(36px, 4.2vw, var(--lab-certificate-desktop-card-padding-inline));
      border-radius: var(--lab-certificate-desktop-card-radius);
      background:
        radial-gradient(circle at 0 100%, var(--lab-certificate-proof-gradient-start) 0, rgb(255 255 255 / 0) 42%),
        radial-gradient(circle at 100% 0, var(--lab-certificate-proof-gradient-end) 0, rgb(255 255 255 / 0) 47%),
        var(--lab-certificate-proof-card);
    }
    .lab-certificate-proof[data-fullscreen="true"] .lab-certificate-proof__card {
      min-height: calc(100svh - var(--header-height, 60px) - var(--padding-block-start) - var(--padding-block-end));
    }

    .lab-certificate-proof__content {
      order: 2;
      grid-column: 2;
      align-self: center;
      justify-self: center;
      width: min(100%, 500px);
      max-width: 500px;
    }

    .lab-certificate-proof__media {
      order: 1;
      grid-column: 1;
      align-self: center;
      align-items: flex-start;
    }

    .lab-certificate-proof__heading--desktop {
      display: block;
      max-width: 500px;
      font-size: var(--lab-certificate-desktop-heading-font-size);
      line-height: 1.14;
    }

    .lab-certificate-proof__heading--mobile {
      display: none;
    }

    .lab-certificate-proof__body--desktop {
      display: block;
      max-width: 500px;
      margin-block-start: 24px;
      font-size: var(--lab-certificate-desktop-body-font-size);
      line-height: 1.5;
    }

    .lab-certificate-proof__body--mobile {
      display: none;
    }

    .lab-certificate-proof__items {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: clamp(22px, 3.2vh, var(--lab-certificate-desktop-items-gap));
      width: 100%;
      margin-block-start: clamp(28px, 4vh, var(--lab-certificate-desktop-items-margin-top));
    }

    .lab-certificate-proof__item {
      flex-direction: row;
      align-items: center;
      gap: 14px;
      text-align: left;
    }

    .lab-certificate-proof__icon {
      flex: 0 0 auto;
      width: clamp(50px, 4vw, var(--lab-certificate-desktop-icon-size));
      height: clamp(50px, 4vw, var(--lab-certificate-desktop-icon-size));
    }

    .lab-certificate-proof__item-text {
      margin-block-start: 0;
      font-size: var(--lab-certificate-desktop-item-font-size);
      line-height: 1.1;
      letter-spacing: 0;
      text-shadow: 0 0 7.3px rgb(0 0 0 / 0.24);
    }

    .lab-certificate-proof__item-text--desktop {
      display: block;
      max-width: 230px;
    }

    .lab-certificate-proof__item-text--mobile {
      display: none;
    }

    .lab-certificate-proof__certificate {
      width: min(100%, clamp(360px, 30vw, var(--lab-certificate-desktop-certificate-width)));
      border-radius: 11px;
    }

    .lab-certificate-proof__disclaimer--desktop {
      display: block;
      margin-block-start: 18px;
      margin-inline-start: 0;
      font-size: var(--lab-certificate-desktop-disclaimer-font-size);
      line-height: 1.43;
      text-align: left;
    }

    .lab-certificate-proof__disclaimer--mobile {
      display: none;
    }

    .lab-certificate-proof--no-certificate .lab-certificate-proof__card {
      grid-template-columns: 1fr;
      min-height: auto;
    }

    .lab-certificate-proof--no-certificate .lab-certificate-proof__content {
      order: 1;
      margin-inline: auto;
      text-align: center;
    }

    .lab-certificate-proof--no-certificate .lab-certificate-proof__items {
      align-items: center;
      margin-block-start: 72px;
    }
  }

  @media screen and (min-width: 750px) {
    .lab-certificate-proof.spacing-style[data-fullscreen="true"] {
      min-height: calc(100svh - var(--header-height, 60px));
    }
  }
/* END_SECTION:lab-certificate-proof */
/* START_SECTION:longevity-benefits (INDEX:30) */
.longevity-benefits__background {
    background: linear-gradient(75deg, var(--longevity-bg-start) 8%, var(--longevity-bg-end) 151%);
  }

  .longevity-benefits {
    color: #fff;
    overflow: hidden;
    --longevity-desktop-gap: 96px;
    --longevity-desktop-min-height: 520px;
  }

  .longevity-benefits__inner {
    display: grid;
    align-items: center;
    gap: clamp(30px, 5vw, 72px);
    min-height: 520px;
    padding-inline: var(--longevity-mobile-inner-padding-inline);
    width: 100%;
  }

  .longevity-benefits__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 700px;
    order: 2;
  }

  .longevity-benefits__media {
    display: flex;
    justify-content: center;
    order: 1;
    width: 100%;
  }

  .longevity-benefits__image {
    display: block;
    width: min(100%, 520px);
    height: auto;
  }

  .longevity-benefits__image--placeholder {
    aspect-ratio: 1;
    background: rgb(255 255 255 / 0.08);
    border-radius: 24px;
  }

  .longevity-benefits__heading {
    display: block;
    max-width: 680px;
    margin: -0.04em 0 -0.14em;
    padding-block: 0.04em 0.14em;
    background: linear-gradient(91deg, #fff 0%, var(--longevity-accent) 158%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-heading--family);
    font-style: var(--font-heading--style);
    font-weight: var(--longevity-benefits-heading-font-weight, 500);
    line-height: 1.18;
    letter-spacing: 0;
  }

  .longevity-benefits__heading--desktop {
    display: none;
  }

  .longevity-benefits__heading--mobile {
    display: block;
    font-size: var(--longevity-mobile-heading-font-size);
    line-height: 1.26;
  }

  .longevity-benefits__items {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-block-start: 28px;
  }

  .longevity-benefits__item {
    width: 100%;
  }

  .longevity-benefits__item:not(:last-child) {
    padding-block-end: var(--longevity-mobile-item-spacing);
    margin-block-end: var(--longevity-mobile-item-spacing);
    border-bottom: 1px solid rgb(255 255 255 / 0.11);
  }

  .longevity-benefits__item-copy {
    font-family: var(--font-body--family);
    font-style: var(--font-body--style);
    font-size: var(--longevity-mobile-copy-font-size);
    line-height: 1.72;
    letter-spacing: 0;
  }

  .longevity-benefits__item-copy--desktop {
    display: none;
  }

  .longevity-benefits__item-copy--mobile {
    display: block;
  }

  .longevity-benefits__number {
    color: var(--longevity-accent);
    font-weight: 700;
  }

  .longevity-benefits__title {
    font-weight: 700;
  }

  .longevity-benefits__body {
    display: inline;
  }

  .longevity-benefits__title + .longevity-benefits__body::before {
    content: '\A';
    white-space: pre;
  }

  .longevity-benefits__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    margin-block-start: var(--longevity-mobile-button-margin-top);
    padding: 8px 24px;
    border-radius: 999px;
    background: var(--longevity-button-bg);
    color: var(--longevity-button-text);
    font-family: var(--button-font-family-primary);
    font-size: 15.66px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: opacity var(--animation-speed) var(--animation-easing), background-color var(--animation-speed) var(--animation-easing);
  }

  .longevity-benefits__button:hover {
    opacity: 0.88;
  }

  .longevity-benefits__button[aria-disabled='true'] {
    cursor: default;
  }

  .longevity-benefits--no-media .longevity-benefits__inner {
    grid-template-columns: 1fr;
  }

  @media screen and (max-width: 749px) {
    .longevity-benefits__background {
      background: linear-gradient(57deg, var(--longevity-bg-start) 36%, var(--longevity-bg-end) 125%);
    }

    .longevity-benefits__inner {
      gap: var(--longevity-mobile-gap);
      min-height: auto;
    }

    .longevity-benefits__image {
      width: min(100%, var(--longevity-mobile-image-width));
    }
  }

  @media screen and (min-width: 750px) {
    .longevity-benefits__inner {
      grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
      gap: clamp(36px, 4vw, var(--longevity-desktop-gap));
      align-items: flex-start;
      min-height: auto;
      padding-inline: var(--longevity-desktop-inner-padding-inline);
    }
    .longevity-benefits[data-fullscreen="true"] .longevity-benefits__inner {
      align-items: center;
      min-height: max(
        var(--longevity-desktop-min-height),
        calc(
          100svh - var(--header-group-height, var(--header-height, 0px)) - var(--padding-block-start) -
            var(--padding-block-end)
        )
      );
    }

    .longevity-benefits__content {
      order: 1;
    }

    .longevity-benefits__media {
      justify-content: flex-end;
      order: 2;
    }

    .longevity-benefits__heading--desktop {
      display: block;
      font-size: var(--longevity-desktop-heading-font-size);
    }

    .longevity-benefits__heading--mobile {
      display: none;
    }

    .longevity-benefits__items {
      margin-block-start: 36px;
      max-width: 640px;
    }

    .longevity-benefits__item-copy {
      font-size: var(--longevity-desktop-copy-font-size);
      line-height: 1.45;
    }

    .longevity-benefits__item-copy--desktop {
      display: block;
    }

    .longevity-benefits__item-copy--mobile {
      display: none;
    }

    .longevity-benefits__button {
      min-height: 52px;
      margin-block-start: var(--longevity-desktop-button-margin-top);
      padding: 10px 28px;
      font-size: 17px;
    }

    .longevity-benefits__item:not(:last-child) {
      padding-block-end: var(--longevity-desktop-item-spacing);
      margin-block-end: var(--longevity-desktop-item-spacing);
    }
  }

  @media screen and (min-width: 1200px) {
    .longevity-benefits__content {
      max-width: 640px;
    }

    .longevity-benefits__image {
      width: min(100%, var(--longevity-desktop-image-width));
    }
  }

  @media screen and (min-width: 750px) {
    .longevity-benefits.spacing-style[data-fullscreen="true"] {
      min-height: calc(100svh - var(--header-height, 60px));
    }
  }
/* END_SECTION:longevity-benefits */
/* START_SECTION:quality-comparison (INDEX:50) */
.quality-comparison__background {
    background: var(--quality-comparison-background);
  }

  .quality-comparison {
    color: #000;
    overflow: hidden;
  }

  .quality-comparison__inner {
    width: 100%;
    padding-inline: var(--quality-comparison-mobile-inner-padding);
  }

  .quality-comparison__header {
    display: flex;
    flex-direction: column;
    align-items: {% if section.settings.mobile_header_alignment == 'center' %}center{% else %}flex-start{% endif %};
    margin-inline: {% if section.settings.mobile_header_alignment == 'center' %}auto{% else %}0 auto{% endif %};
    text-align: {{ section.settings.mobile_header_alignment | default: 'left' }};
    gap: var(--quality-comparison-mobile-header-gap);
    max-width: 640px;
  }

  .quality-comparison__heading {
    margin: 0;
    background: linear-gradient(93deg, #000 1%, var(--quality-comparison-accent) 82%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-heading--family);
    font-style: var(--font-heading--style);
    font-weight: var(--quality-comparison-heading-font-weight, 500);
    letter-spacing: 0;
    line-height: 1.22;
  }

  .quality-comparison__heading--desktop {
    display: none;
  }

  .quality-comparison__heading--mobile {
    display: block;
    font-size: var(--quality-comparison-mobile-heading-font-size);
  }

  .quality-comparison__subheading {
    font-family: var(--font-body--family);
    font-size: var(--quality-comparison-mobile-subheading-font-size);
    line-height: 1.6;
    letter-spacing: 0;
  }

  .quality-comparison__table {
    display: grid;
    grid-template-columns: minmax(58px, 0.7fr) minmax(128px, 1.5fr) minmax(88px, 1fr);
    width: 100%;
    margin-block-start: var(--quality-comparison-mobile-table-margin-top);
    isolation: isolate;
  }

  .quality-comparison__row {
    display: contents;
  }

  .quality-comparison__cell {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: var(--quality-comparison-mobile-cell-min-height);
    border-bottom: 1px solid rgb(0 0 0 / 0.42);
    font-family: var(--font-heading--family);
    font-style: var(--font-heading--style);
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: 0;
    overflow-wrap: break-word;
  }

  .quality-comparison__head {
    align-items: flex-end;
    min-height: var(--quality-comparison-mobile-head-min-height);
    padding-block-end: 8px;
    border-bottom: 0;
    font-family: var(--font-body--family);
    font-size: var(--quality-comparison-mobile-head-font-size);
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .quality-comparison__head--brand {
    align-items: center;
    padding-block: 0;
    border-radius: var(--quality-comparison-mobile-brand-radius) var(--quality-comparison-mobile-brand-radius) 0 0;
    background: var(--quality-comparison-accent);
    color: #fff;
    font-family: var(--font-heading--family);
    font-size: var(--quality-comparison-mobile-brand-font-size);
    font-weight: 700;
    line-height: 1;
    text-transform: none;
  }

  .quality-comparison__feature,
  .quality-comparison__head--feature {
    justify-content: flex-start;
    padding-inline: 3px 7px;
  }

  .quality-comparison__brand,
  .quality-comparison__head--brand {
    justify-content: flex-start;
    padding-inline: 7px;
  }

  .quality-comparison__competitor,
  .quality-comparison__head--competitor {
    justify-content: flex-start;
    padding-inline: 8px 0;
  }

  .quality-comparison__feature,
  .quality-comparison__brand,
  .quality-comparison__competitor {
    font-size: var(--quality-comparison-mobile-row-font-size);
  }

  .quality-comparison__brand {
    border-color: rgb(255 255 255 / 0.62);
    background: var(--quality-comparison-accent);
    color: #fff;
  }

  .quality-comparison__row:last-child .quality-comparison__brand {
    border-bottom: 0;
    border-radius: 0 0 var(--quality-comparison-mobile-brand-radius) var(--quality-comparison-mobile-brand-radius);
  }

  .quality-comparison__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: var(--quality-comparison-mobile-button-min-height);
    margin: var(--quality-comparison-mobile-button-margin-top) auto 0;
    padding: 7px 22px;
    border-radius: 999px;
    background: var(--quality-comparison-button-bg);
    color: var(--quality-comparison-button-text);
    font-family: var(--button-font-family-primary);
    font-size: var(--quality-comparison-mobile-button-font-size);
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: filter var(--animation-speed) var(--animation-easing);
  }

  .quality-comparison__button:hover {
    filter: brightness(0.95);
  }

  .quality-comparison__button[aria-disabled='true'] {
    cursor: default;
  }

  @media screen and (min-width: 750px) {
    .quality-comparison__inner {
      padding-inline: var(--quality-comparison-desktop-inner-padding);
    }

    .quality-comparison__header {
      align-items: center;
      gap: var(--quality-comparison-desktop-header-gap);
      margin-inline: auto;
      text-align: center;
    }

    .quality-comparison__heading--desktop {
      display: block;
      font-size: var(--quality-comparison-desktop-heading-font-size);
      line-height: 1.15;
    }

    .quality-comparison__heading--mobile {
      display: none;
    }

    .quality-comparison__subheading {
      font-size: var(--quality-comparison-desktop-subheading-font-size);
      line-height: 1.45;
    }

    .quality-comparison__table {
      grid-template-columns: minmax(100px, 0.88fr) minmax(250px, 1.12fr) minmax(190px, 0.88fr);
      max-width: var(--quality-comparison-desktop-table-max-width);
      margin-block-start: var(--quality-comparison-desktop-table-margin-top);
      margin-inline: auto;
    }

    .quality-comparison__cell {
      min-height: var(--quality-comparison-desktop-cell-min-height);
    }

    .quality-comparison__head {
      min-height: var(--quality-comparison-desktop-head-min-height);
      padding-block-end: 10px;
      font-size: var(--quality-comparison-desktop-head-font-size);
    }

    .quality-comparison__head--brand {
      padding-block: 0;
      border-radius: var(--quality-comparison-desktop-brand-radius) var(--quality-comparison-desktop-brand-radius) 0 0;
      font-size: var(--quality-comparison-desktop-brand-font-size);
    }

    .quality-comparison__feature,
    .quality-comparison__head--feature {
      padding-inline: 6px 14px;
    }

    .quality-comparison__brand,
    .quality-comparison__head--brand {
      padding-inline: 20px;
    }

    .quality-comparison__competitor,
    .quality-comparison__head--competitor {
      padding-inline: 20px 6px;
    }

    .quality-comparison__feature,
    .quality-comparison__brand,
    .quality-comparison__competitor {
      font-size: var(--quality-comparison-desktop-row-font-size);
    }

    .quality-comparison__row:last-child .quality-comparison__brand {
      border-radius: 0 0 var(--quality-comparison-desktop-brand-radius) var(--quality-comparison-desktop-brand-radius);
    }
  }

  @media screen and (min-width: 1200px) {
    .quality-comparison__table {
      grid-template-columns: minmax(145px, 0.9fr) minmax(300px, 360px) minmax(230px, 0.9fr);
      max-width: var(--quality-comparison-wide-table-max-width);
      margin-block-start: var(--quality-comparison-wide-table-margin-top);
    }

    .quality-comparison__cell {
      min-height: var(--quality-comparison-wide-cell-min-height);
    }

    .quality-comparison__head {
      min-height: var(--quality-comparison-wide-head-min-height);
      font-size: var(--quality-comparison-wide-head-font-size);
    }

    .quality-comparison__head--brand {
      border-radius: var(--quality-comparison-wide-brand-radius) var(--quality-comparison-wide-brand-radius) 0 0;
      font-size: var(--quality-comparison-wide-brand-font-size);
    }

    .quality-comparison__feature,
    .quality-comparison__brand,
    .quality-comparison__competitor {
      font-size: var(--quality-comparison-wide-row-font-size);
    }

    .quality-comparison__brand,
    .quality-comparison__head--brand {
      padding-inline: 28px 24px;
    }

    .quality-comparison__competitor,
    .quality-comparison__head--competitor {
      padding-inline: 34px 10px;
    }

    .quality-comparison__row:last-child .quality-comparison__brand {
      border-radius: 0 0 var(--quality-comparison-wide-brand-radius) var(--quality-comparison-wide-brand-radius);
    }

    .quality-comparison__button {
      min-height: var(--quality-comparison-desktop-button-min-height);
      margin-block-start: var(--quality-comparison-desktop-button-margin-top);
      padding: 8px 26px;
      font-size: var(--quality-comparison-desktop-button-font-size);
    }
  }

  @media screen and (min-width: 750px) {
    .quality-comparison.spacing-style[data-fullscreen="true"] {
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: calc(100svh - var(--header-height, 60px));
    }

    .quality-comparison[data-fullscreen="true"] .quality-comparison__inner {
      align-self: center;
    }
  }
/* END_SECTION:quality-comparison */
/* START_SECTION:questions-answered (INDEX:51) */
.questions-answered__background {
    background: var(--questions-answered-background);
  }

  .questions-answered {
    color: #000;
    overflow: hidden;
  }

  .questions-answered__inner {
    width: 100%;
    max-width: var(--questions-answered-desktop-inner-max-width);
    margin-inline: auto;
    padding-inline: var(--questions-answered-mobile-inner-padding);
  }

  .questions-answered__heading {
    max-width: var(--questions-answered-desktop-heading-max-width);
    margin: 0;
    background: linear-gradient(93deg, #000 4%, var(--questions-answered-accent) 111%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-heading--family);
    font-style: var(--font-heading--style);
    font-size: var(--questions-answered-mobile-heading-font-size);
    font-weight: var(--questions-answered-heading-font-weight, 500);
    line-height: 1.08;
    letter-spacing: 0;
  }

  .questions-answered__heading-prefix,
  .questions-answered__heading-emphasis {
    display: inline;
  }

  .questions-answered__heading-emphasis {
    font-weight: 700;
  }

  .questions-answered__items {
    width: 100%;
    margin-block-start: var(--questions-answered-mobile-items-margin-top);
    border-bottom: 1px solid rgb(0 0 0 / 0.72);
  }

  .questions-answered__item {
    border-top: 1px solid var(--questions-answered-accent);
  }

  .questions-answered__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--questions-answered-mobile-summary-gap);
    width: 100%;
    padding: var(--questions-answered-mobile-summary-padding) 0;
    cursor: pointer;
    list-style: none;
  }

  .questions-answered__summary::marker {
    display: none;
  }

  .questions-answered__question {
    font-family: var(--font-body--family);
    font-size: var(--questions-answered-mobile-question-font-size);
    font-weight: 400;
    line-height: 1.61;
    letter-spacing: 0;
  }

  .questions-answered__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: var(--questions-answered-mobile-icon-size);
    height: var(--questions-answered-mobile-icon-size);
    color: var(--questions-answered-accent);
  }

  .questions-answered__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform var(--animation-speed) var(--animation-easing);
  }

  .questions-answered__item[data-accordion-closing] > summary .icon-animated > svg {
    transform: rotate(0deg);
  }

  .questions-answered__answer-panel {
    overflow: hidden;
    transform-origin: top;
    will-change: height, opacity, transform;
  }

  .questions-answered__answer {
    max-width: var(--questions-answered-desktop-answer-max-width);
    padding-block: 0 var(--questions-answered-mobile-answer-padding-bottom);
    color: rgb(0 0 0 / 0.78);
    font-family: var(--font-body--family);
    font-size: var(--questions-answered-mobile-answer-font-size);
    font-style: var(--font-body--style);
    font-weight: 400;
    line-height: 1.61;
    letter-spacing: 0;
  }

  .questions-answered__disclaimer {
    max-width: var(--questions-answered-desktop-disclaimer-max-width);
    margin-block-start: var(--questions-answered-mobile-disclaimer-margin-top);
    color: rgb(0 0 0 / 0.7);
    font-family: var(--font-body--family);
    font-size: var(--questions-answered-mobile-disclaimer-font-size);
    font-style: italic;
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: 0;
  }

  @media screen and (min-width: 750px) {
    .questions-answered__inner {
      padding-inline: var(--questions-answered-desktop-inner-padding);
    }

    .questions-answered__heading {
      margin-inline: auto;
      text-align: center;
      font-size: var(--questions-answered-desktop-heading-font-size);
      line-height: 1.12;
    }

    .questions-answered__items {
      margin-block-start: var(--questions-answered-desktop-items-margin-top);
    }

    .questions-answered__summary {
      min-height: var(--questions-answered-desktop-summary-min-height);
      padding-block: var(--questions-answered-desktop-summary-padding);
    }

    .questions-answered__question {
      font-size: var(--questions-answered-desktop-question-font-size);
      line-height: 1.35;
    }

    .questions-answered__icon {
      width: var(--questions-answered-desktop-icon-size);
      height: var(--questions-answered-desktop-icon-size);
    }

    .questions-answered__answer {
      padding-block-end: var(--questions-answered-desktop-answer-padding-bottom);
      font-size: var(--questions-answered-desktop-answer-font-size);
      line-height: 1.58;
    }

    .questions-answered__disclaimer {
      margin-block-start: var(--questions-answered-desktop-disclaimer-margin-top);
      font-size: var(--questions-answered-desktop-disclaimer-font-size);
      line-height: 1.55;
    }
  }

  @media screen and (min-width: 990px) {
    .questions-answered__heading {
      font-size: var(--questions-answered-desktop-large-heading-font-size);
      line-height: 1.18;
    }

    .questions-answered__items {
      margin-block-start: var(--questions-answered-desktop-large-items-margin-top);
    }

    .questions-answered__summary {
      min-height: var(--questions-answered-desktop-large-summary-min-height);
      padding-block: var(--questions-answered-desktop-large-summary-padding);
    }

    .questions-answered__question {
      font-size: var(--questions-answered-desktop-large-question-font-size);
      line-height: 1.38;
    }

    .questions-answered__icon {
      width: var(--questions-answered-desktop-large-icon-size);
      height: var(--questions-answered-desktop-large-icon-size);
    }

    .questions-answered__answer {
      padding-block: 0 var(--questions-answered-desktop-large-answer-padding-bottom);
      font-size: var(--questions-answered-desktop-large-answer-font-size);
      line-height: 1.55;
    }

    .questions-answered__disclaimer {
      margin-block-start: var(--questions-answered-desktop-large-disclaimer-margin-top);
      font-size: var(--questions-answered-desktop-large-disclaimer-font-size);
      line-height: 1.55;
    }
  }

  @media screen and (max-width: 749px) {
    .questions-answered {
      --padding-block-start: max(var(--padding-block-start), 48px);
      --padding-block-end: max(var(--padding-block-end), 48px);
    }

    .questions-answered__heading {
      max-width: var(--questions-answered-mobile-heading-max-width);
      margin-inline: {% if section.settings.mobile_header_alignment == 'center' %}auto{% else %}0{% endif %};
      text-align: {{ section.settings.mobile_header_alignment | default: 'left' }};
    }

    .questions-answered__disclaimer {
      margin-inline: {% if section.settings.mobile_header_alignment == 'center' %}auto{% else %}0{% endif %};
      text-align: {{ section.settings.mobile_header_alignment | default: 'left' }};
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .questions-answered__answer-panel {
      will-change: auto;
    }
  }

  @media screen and (min-width: 750px) {
    .questions-answered.spacing-style[data-fullscreen="true"] {
      min-height: calc(100svh - var(--header-height, 60px));
    }
  }
/* END_SECTION:questions-answered */
/* START_SECTION:results-testimonials (INDEX:53) */
.results-testimonials__background {
    background: var(--results-testimonials-background);
  }

  .results-testimonials {
    color: #000;
    overflow: hidden;
  }

  @media screen and (min-width: 750px) {
    .shopify-section:has(> .results-testimonials[data-fullscreen="true"]) {
      display: grid;
      align-items: center;
      min-height: calc(100svh - var(--header-height, 60px));
    }
  }

  .shopify-section:has(> .results-testimonials__background) > .results-testimonials {
    width: 100%;
  }

  .results-testimonials__inner {
    display: block;
    width: 100%;
    padding-inline: var(--results-testimonials-mobile-inner-padding);
  }

  .results-testimonials__header {
    display: flex;
    flex-direction: column;
    align-items: {% if section.settings.mobile_header_alignment == 'center' %}center{% else %}flex-start{% endif %};
    max-width: 760px;
    margin-inline: auto;
    text-align: {{ section.settings.mobile_header_alignment | default: 'left' }};
    gap: var(--results-testimonials-mobile-header-gap);
  }

  .results-testimonials__heading {
    display: block;
    margin: -0.04em 0 -0.14em;
    padding-block: 0.04em 0.14em;
    background: linear-gradient(92deg, #000 1%, var(--results-testimonials-accent) 82%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-heading--family);
    font-style: var(--font-heading--style);
    font-weight: var(--results-testimonials-heading-font-weight, 500);
    letter-spacing: 0;
    line-height: 1.2;
  }

  .results-testimonials__heading--desktop {
    display: none;
  }

  .results-testimonials__heading--mobile {
    display: block;
    font-size: var(--results-testimonials-mobile-heading-font-size);
  }

  .results-testimonials__disclaimer,
  .results-testimonials__note {
    font-family: var(--font-body--family);
    letter-spacing: 0;
  }

  .results-testimonials__disclaimer {
    font-size: var(--results-testimonials-mobile-disclaimer-font-size);
    line-height: 1.75;
  }

  .results-testimonials__note {
    font-size: var(--results-testimonials-mobile-note-font-size);
    font-style: italic;
    line-height: 1.9;
  }

  .results-testimonials__viewport {
    display: flex;
    gap: 20px;
    margin-block-start: var(--results-testimonials-mobile-viewport-margin-top);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .results-testimonials__viewport::-webkit-scrollbar {
    display: none;
  }

  .results-testimonials__slide {
    display: grid;
    flex: 0 0 100%;
    gap: 18px;
    min-width: 0;
    scroll-snap-align: start;
  }

  .results-testimonials__media-card,
  .results-testimonials__quote-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 32px rgb(0 0 0 / 0.07);
  }

  .results-testimonials__media-card {
    aspect-ratio: 364 / 239;
    border-radius: var(--results-testimonials-mobile-media-radius);
  }

  .results-testimonials__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .results-testimonials__image--placeholder {
    background: rgb(0 0 0 / 0.03);
  }

  .results-testimonials__badge,
  .results-testimonials__date {
    display: none;
  }

  .results-testimonials__quote-card {
    padding: var(--results-testimonials-mobile-quote-padding-top) var(--results-testimonials-mobile-quote-padding-inline) var(--results-testimonials-mobile-quote-padding-bottom);
    border-radius: var(--results-testimonials-mobile-quote-radius);
  }

  .results-testimonials__quote-mark {
    position: absolute;
    top: -30px;
    left: 5px;
    color: #fff0e8;
    font-family: Georgia, serif;
    font-size: 132px;
    line-height: 1;
    pointer-events: none;
  }

  .results-testimonials__quote-content {
    position: relative;
    z-index: var(--layer-flat);
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .results-testimonials__quote-heading {
    display: block;
    margin: -0.03em 0 -0.1em;
    padding-block: 0.03em 0.1em;
    background: linear-gradient(109deg, #000 23%, var(--results-testimonials-accent) 107%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-heading--family);
    font-size: var(--results-testimonials-mobile-quote-heading-font-size);
    font-style: var(--font-heading--style);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .results-testimonials__quote-text {
    margin-block-start: 9px;
    font-family: var(--font-body--family);
    font-size: var(--results-testimonials-mobile-quote-text-font-size);
    line-height: 2;
    letter-spacing: 0;
  }

  .results-testimonials__author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-block-start: var(--results-testimonials-mobile-author-margin-top);
    padding-block-start: 20px;
    border-top: 1px solid rgb(0 0 0 / 0.08);
  }

  .results-testimonials__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--results-testimonials-mobile-avatar-size);
    height: var(--results-testimonials-mobile-avatar-size);
    border-radius: 50%;
    background: linear-gradient(146deg, #000 20%, var(--results-testimonials-accent) 146%);
    color: #fff;
    font-family: var(--font-heading--family);
    font-size: var(--results-testimonials-mobile-avatar-font-size);
    font-weight: 500;
    line-height: 1;
  }

  .results-testimonials__author-copy {
    min-width: 0;
  }

  .results-testimonials__author-name {
    background: linear-gradient(115deg, #000 23%, var(--results-testimonials-accent) 107%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-heading--family);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0;
  }

  .results-testimonials__author-meta {
    margin-block-start: 3px;
    font-family: var(--font-body--family);
    font-size: var(--results-testimonials-mobile-author-meta-font-size);
    line-height: 1.2;
    letter-spacing: 0;
  }

  .results-testimonials__controls {
    display: flex;
    justify-content: flex-end;
    gap: var(--results-testimonials-mobile-controls-gap);
    margin-block-start: var(--results-testimonials-mobile-controls-margin-top);
  }

  .results-testimonials__control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--results-testimonials-mobile-control-size);
    height: var(--results-testimonials-mobile-control-size);
    padding: 0;
    border: 1px solid rgb(0 0 0 / 0.16);
    border-radius: 50%;
    background: #fff;
    color: #000;
    cursor: pointer;
  }

  .results-testimonials__control svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
  }

  @media screen and (min-width: 750px) {
    .results-testimonials__inner {
      padding-inline: var(--results-testimonials-desktop-inner-padding);
    }

    .results-testimonials__header {
      align-items: center;
      gap: var(--results-testimonials-desktop-header-gap);
      text-align: center;
    }

    .results-testimonials__heading--desktop {
      display: block;
      font-size: var(--results-testimonials-desktop-heading-font-size);
    }

    .results-testimonials__heading--mobile {
      display: none;
    }

    .results-testimonials__disclaimer {
      font-size: var(--results-testimonials-desktop-disclaimer-font-size);
      line-height: 1.55;
    }

    .results-testimonials__note {
      font-size: var(--results-testimonials-desktop-note-font-size);
      line-height: 1.55;
    }

    .results-testimonials__viewport {
      margin-block-start: var(--results-testimonials-desktop-viewport-margin-top);
    }

    .results-testimonials__slide {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      align-items: stretch;
      gap: 18px;
    }

    .results-testimonials__media-card {
      aspect-ratio: 406 / 525;
      border-radius: var(--results-testimonials-desktop-media-radius);
      box-shadow: 0 0 36px rgb(0 0 0 / 0.07);
    }

    .results-testimonials__quote-card {
      grid-column: 1 / -1;
      min-height: auto;
      padding: var(--results-testimonials-desktop-quote-padding);
      border-radius: var(--results-testimonials-desktop-quote-radius);
      box-shadow: 0 0 36px rgb(0 0 0 / 0.07);
    }

    .results-testimonials__quote-mark {
      top: -30px;
      left: 18px;
      font-size: 132px;
    }

    .results-testimonials__quote-heading {
      font-size: var(--results-testimonials-desktop-quote-heading-font-size);
      line-height: 1.4;
    }

    .results-testimonials__quote-text {
      font-size: var(--results-testimonials-desktop-quote-text-font-size);
      line-height: 1.8;
    }

    .results-testimonials__author {
      gap: 12px;
      margin-block-start: var(--results-testimonials-desktop-author-margin-top);
      padding-block-start: 22px;
    }

    .results-testimonials__avatar {
      width: var(--results-testimonials-desktop-avatar-size);
      height: var(--results-testimonials-desktop-avatar-size);
      font-size: var(--results-testimonials-desktop-avatar-font-size);
    }

    .results-testimonials__author-name {
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .results-testimonials__author-meta {
      font-size: var(--results-testimonials-desktop-author-meta-font-size);
    }

    .results-testimonials__control {
      width: var(--results-testimonials-desktop-control-size);
      height: var(--results-testimonials-desktop-control-size);
    }
  }

  @media screen and (min-width: 1200px) {
    .results-testimonials__slide {
      grid-template-columns: minmax(0, var(--results-testimonials-wide-media-width)) minmax(0, var(--results-testimonials-wide-media-width)) minmax(0, 500px);
      justify-content: center;
      gap: 24px;
    }

    .results-testimonials__quote-card {
      grid-column: auto;
      aspect-ratio: 751 / 522;
      min-height: auto;
    }

    .results-testimonials__badge {
      position: absolute;
      top: 20px;
      left: 24px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 106px;
      min-height: 34px;
      padding-inline: 18px;
      border-radius: 999px;
      background: var(--results-testimonials-accent);
      color: #fff;
      font-family: var(--font-body--family);
      font-size: 14px;
      line-height: 1;
      letter-spacing: 0;
    }

    .results-testimonials__date {
      position: absolute;
      right: 24px;
      bottom: 22px;
      display: block;
      color: #fff;
      font-family: var(--font-body--family);
      font-size: var(--results-testimonials-wide-date-font-size);
      line-height: 1;
      letter-spacing: 0;
      text-shadow: 0 0 7.3px rgb(0 0 0 / 0.24);
    }

    .results-testimonials__media-card::after {
      content: '';
      position: absolute;
      inset: auto -20px 0;
      height: 140px;
      background: linear-gradient(to bottom, rgb(0 0 0 / 0), #000);
      pointer-events: none;
    }

    .results-testimonials__controls {
      max-width: 1124px;
      margin-inline: auto;
    }
  }
/* END_SECTION:results-testimonials */
/* START_BLOCK:_header-logo (INDEX:88) */
.header-logo {
    display: flex;
    height: 100%;
    font-size: var(--font-size--md);
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    font-style: var(--font-style);
    color: var(--color-foreground);
    justify-content: center;
    align-items: center;
    text-decoration: none;

    &[data-hidden-on-home-page] {
      display: none;

      #header-component:is(
          [sticky='always']:not([data-scroll-direction='none']),
          [sticky='scroll-up'][data-scroll-direction='up']
        )
        & {
        display: flex;
      }
    }

    @media screen and (max-width: 749px) {
      padding: 0;
    }

    @media screen and (min-width: 750px) {
      flex-shrink: 0;
    }

    &:hover {
      text-decoration: none;
    }
  }

  .header-logo__image {
    object-fit: contain;
    height: var(--header-logo-image-height-mobile);
    width: var(--header-logo-image-width-mobile);

    @media screen and (min-width: 750px) {
      height: var(--header-logo-image-height);
      width: var(--header-logo-image-width);
    }
  }

  .header-logo:has(.header-logo__image-container--inverse) .header-logo__image-container--original {
    display: var(--header-logo-display, block);
  }

  .header-logo__image-container--inverse {
    display: var(--header-logo-inverse-display, none);
  }
/* END_BLOCK:_header-logo */
/* START_BLOCK:_header-menu (INDEX:89) */
.header__drawer {
    --header-drawer-min-height: 60px;
    display: flex;
    min-height: var(--header-drawer-min-height);
    align-items: center;
  }

  #header-component[data-menu-style='drawer'] .header__drawer {
    display: flex;
    min-height: var(--header-drawer-min-height);
  }

  @media screen and (min-width: 750px) {
    #header-component[data-menu-style='menu'] .header__drawer {
      display: none;
      min-height: 0;
    }
  }

  .header--compact .header__drawer {
    min-height: var(--minimum-touch-target);
  }

  .menu-list--mobile {
    &.menu-list {
      display: grid;
    }

    & .menu-list__list {
      width: max-content;
      margin-inline: auto;
      gap: var(--menu-horizontal-gap);
    }

    & li {
      width: max-content;
      padding-block: var(--padding-sm);
    }

    & li:first-of-type {
      padding-inline-start: var(--menu-horizontal-gap);
    }

    & li:last-of-type {
      padding-inline-end: var(--menu-horizontal-gap);
    }

    & a {
      color: var(--color-foreground);
    }
  }

  .menu-list__scroll-container {
    position: relative;
    overflow-x: auto;
    mask-image: linear-gradient(to right, transparent, #000 20px, #000 calc(100% - 20px), transparent);
    padding-block: var(--padding-2xs);
  }

  .menu-list {
    --menu-horizontal-gap: var(--gap-xl);
    --menu-vertical-gap: var(--gap-xl);

    display: flex;
    height: 100%;
  }

  .menu-list__list {
    display: flex;
    justify-content: var(--grid-area-alignment);
  }

  .menu-list__list-item {
    flex-shrink: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .menu-list__list-item[aria-hidden='true'] {
    visibility: hidden;
  }

  .menu-list__link {
    font-family: var(--menu-top-level-font-family);
    font-style: var(--menu-top-level-font-style);
    font-weight: var(--menu-top-level-font-weight);
    font-size: var(--menu-top-level-font-size);
    line-height: var(--menu-top-level-font-line-height);
    text-transform: var(--menu-top-level-font-case);
    color: var(--menu-top-level-font-color);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    margin-block: 0;

    &::after {
      content: '';
      position: absolute;
      display: none;
      top: var(--header-padding);
      height: var(--box-height);
      left: 0;
      right: 0;
    }

    &[data-safety-box='true']::after {
      display: block;
    }

    &:hover,
    &:focus {
      color: var(--menu-top-level-font-color);
    }

    @media screen and (min-width: 750px) {
      font-size: var(--menu-top-level-font-size-desktop);
    }
  }

  .menu-list__link-title {
    padding-inline: calc(var(--gap-xl) / 2);
  }
  [slot='overflow'] .menu-list__link-title {
    padding-inline: 0;
  }

  .menu-list__list-item:not([slot='overflow']) {
    flex-direction: column;
  }
  .menu-list__list-item:not([slot='overflow'])::after {
    content: '';
    width: 100%;
    height: var(--header-padding);
    margin-bottom: calc(-1 * var(--header-padding));
  }

  [slot='overflow'] > .menu-list__link::after {
    content: none;
  }

  /*
    High specificity selectors to subdue non-hovered links without javascript.
    If the need for js-generated `hovered` and `focused` classes arises for another reason we can simplify these.
  */
  .menu-list:where(:has(.menu-list__list-item:hover)),
  .menu-list:where(:has(.menu-list__list-item:focus-within)),
  .menu-list:where(:has(.menu-list__list-item:not([aria-hidden='true']) .menu-list__link--active)) {
    .menu-list__link {
      color: rgb(var(--menu-top-level-font-color-rgb) / var(--opacity-subdued-text));
    }
  }

  /* stylelint-disable-next-line selector-max-specificity */
  .menu-list:not(:has(.menu-list__list-item:hover)) .menu-list__link--active,
  .menu-list .menu-list__list-item:where(:hover, :focus-within) .menu-list__link,
  .menu-list .menu-list__list-item[slot='overflow'] .menu-list__link[aria-expanded='true'] {
    color: var(--menu-top-level-font-color);
  }

  .overflow-menu::part(list) {
    /* Make sure focus outline is not cut off by overflow hidden */
    --focus-outline-size: calc(var(--focus-outline-offset) + var(--focus-outline-width));

    gap: 0;
    margin-inline: calc(-1 * var(--menu-horizontal-gap) / 2);
  }

  .overflow-menu {
    background-color: transparent;
    padding: var(--focus-outline-size);
    margin: calc(-1 * var(--focus-outline-size));
  }

  /** mega menu **/
  .menu-list__submenu,
  .overflow-menu::part(overflow) {
    --submenu-padding-block-start: var(--padding-3xl);
    --submenu-padding-block-end: var(--padding-3xl);

    background-color: transparent;
  }

  .header__row[style*='--border-bottom-width: 0px'] {
    .menu-list__submenu.color-scheme-matches-parent,
    .overflow-menu.color-scheme-matches-parent::part(overflow) {
      --submenu-padding-block-start: 0px;
    }
  }

  .menu-list__list-item:where(:not([slot='overflow'])) > .menu-list__submenu,
  .overflow-menu::part(overflow) {
    --submenu-content-opacity: 0;
    --submenu-content-animation: opacity calc(var(--submenu-animation-speed) * 0.75) var(--animation-easing);

    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% - 1px + var(--border-bottom-width) - (var(--full-open-header-height) - var(--submenu-height)));
    z-index: var(--layer-header-menu);
    padding-inline: var(--padding-inline);
    /* Clip path starts at header height so it doesn't mess with the pointer events in the header */
    clip-path: rect(var(--header-height) 100% var(--full-open-header-height) 0); /* stylelint-disable-line */
    transition: clip-path var(--submenu-animation-speed) var(--ease-out-cubic); /* stylelint-disable-line */
  }

  [data-submenu-overlap-bottom-row] {
    .menu-list__list-item:where(:not([slot='overflow'])) > .menu-list__submenu,
    .overflow-menu::part(overflow) {
      clip-path: rect(var(--top-row-height) 100% var(--full-open-header-height) 0); /* stylelint-disable-line */
    }
  }

  /* Show the submenus on hover */
  .menu-list__list-item:has([aria-expanded='true']) > .menu-list__submenu,
  /* Show the overflow menu when a menu item is hovered */
  .overflow-menu:has([slot="overflow"] [aria-expanded='true'])::part(overflow-list),
  /* Keep the submenus open when they are hovered */
  .menu-list__submenu:is(:hover),
  .overflow-menu::part(overflow):hover {
    --submenu-content-opacity: 1;

    visibility: visible;
  }

  .overflow-menu::part(overflow) {
    --menu-top-level-font-size: var(--font-size--xlarge);

    display: grid;
    grid-template-columns: var(--full-page-grid-with-margins);
  }

  .overflow-menu::part(overflow-list) {
    position: relative;
    display: grid;
    grid-template-columns: minmax(auto, 200px) 1fr;
    grid-template-areas: 'left right';
    grid-template-rows: max-content;
    grid-gap: 0;
    grid-column: 2;
  }

  .menu-list__list-item:is([slot='overflow']) {
    --menu-top-level-font-color: var(--color-foreground);
    --menu-top-level-font-color-rgb: var(--color-foreground-rgb);

    display: contents;
    white-space: normal;

    .menu-list__link {
      grid-area: left;
      grid-row: auto;
      height: min-content;
      font-size: var(--font-size--xl);
      transition: var(--submenu-content-animation);
    }

    .menu-list__submenu {
      visibility: hidden;
      grid-row: 1;
      grid-area: right;
      grid-row-end: span calc(var(--overflow-count) + 1);
      padding-inline-start: var(--menu-horizontal-gap);
    }

    .menu-list__submenu-inner {
      transform: none;
      grid-column: unset;
      padding-block: 0;
    }

    .menu-list__link[aria-expanded='true'] + .menu-list__submenu {
      visibility: visible;
    }
  }

  .header-menu {
    height: 100%;
  }

  .menu-list__submenu-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .menu-list__submenu-inner,
  .overflow-menu::part(overflow-list) {
    padding-block-start: var(--submenu-padding-block-start);
    padding-block-end: var(--submenu-padding-block-end);
    padding-inline: var(--section-padding-inline);
    opacity: var(--submenu-content-opacity);
    transition: var(--submenu-content-animation);
    transform: translateY(calc(var(--full-open-header-height) - var(--submenu-height)));

    /* Make overflow menu scrollable when content exceeds viewport */
    max-height: calc(80vh - var(--header-height));
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgb(var(--color-foreground-rgb) / var(--opacity-40)) transparent;
  }

  .mega-menu__link {
    font-family: var(--menu-child-font-family);
    font-style: var(--menu-child-font-style);
    font-weight: var(--menu-child-font-weight);
    font-size: var(--menu-child-font-size);
    line-height: var(--menu-child-font-line-height);
    text-transform: var(--menu-child-font-case);
    color: var(--menu-child-font-color);
    white-space: normal;
    text-decoration: none;
    display: inline-flex;
    padding: var(--padding-2xs) 0;

    &:hover {
      color: var(--menu-child-active-font-color);
    }
  }

  .mega-menu__link--parent {
    font-family: var(--menu-parent-font-family);
    font-style: var(--menu-parent-font-style);
    font-weight: var(--menu-parent-font-weight);
    font-size: var(--menu-parent-font-size);
    line-height: var(--menu-parent-font-line-height);
    text-transform: var(--menu-parent-font-case);
    color: var(--menu-parent-font-color);

    &:hover {
      color: var(--menu-parent-active-font-color);
    }
  }

  @media screen and (max-width: 989px) {
    .mega-menu__content-list-item--hidden-tablet {
      display: none;
    }
  }

  .mega-menu__link:has(.mega-menu__link-image) {
    display: flex;
    flex-direction: column;
    padding-inline: 0;
    padding-block: var(--padding-sm) 0;
  }

  .mega-menu__link-image {
    width: 100%;
    position: relative;
    aspect-ratio: 16 / 9;
    margin-bottom: var(--padding-sm);
    object-fit: cover;
    border-radius: var(--menu-image-border-radius);
  }

  /* Fix alignment for collection image mode links without images */

  /* Target only top-level links (direct children of column > div) in collection image mode */
  .mega-menu__grid:has(.mega-menu__link-image)
    .mega-menu__column
    > div
    > .mega-menu__link:not(:has(.mega-menu__link-image)) {
    display: flex;
    flex-direction: column;
    padding-inline: 0;
    padding-block: var(--padding-sm) 0;
  }

  .mega-menu__grid:has(.mega-menu__link-image)
    .mega-menu__column
    > div
    > .mega-menu__link:not(:has(.mega-menu__link-image))::before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: var(--padding-sm);
    background-color: var(--color-foreground-muted);
    opacity: 0.1;
    border-radius: var(--menu-image-border-radius);
  }

  .mega-menu__grid {
    display: grid;
    grid-template-columns: repeat(var(--menu-columns-tablet), minmax(0, 1fr));
    gap: var(--menu-vertical-gap) var(--menu-horizontal-gap);
    width: 100%;

    @media screen and (min-width: 990px) {
      grid-template-columns: repeat(var(--menu-columns-desktop), minmax(0, 1fr));
    }
  }

  .mega-menu__column {
    grid-column: span 1;
  }

  .mega-menu__column--span-2 {
    grid-column: span 2;
  }

  .mega-menu__column--span-3 {
    grid-column: span 3;
  }

  .mega-menu__column--span-4 {
    grid-column: span 4;
  }

  .mega-menu__column--wide-collection-image {
    grid-column: span 1;

    @media screen and (min-width: 990px) {
      grid-column: span 2;
    }
  }

  .mega-menu__submenu .mega-menu__column--wide-collection-image {
    grid-column: span 1;
  }

  .mega-menu__content-list {
    display: grid;
    justify-content: end;
    gap: var(--menu-vertical-gap) var(--menu-horizontal-gap);
  }

  .mega-menu__content-list--products {
    grid-template-columns: repeat(var(--menu-content-columns-tablet), minmax(0, 1fr));

    @media screen and (min-width: 990px) {
      grid-template-columns: repeat(var(--menu-content-columns-desktop), minmax(0, 1fr));
    }
  }

  .mega-menu__content-list--collections {
    grid-template-columns: repeat(var(--menu-content-columns-tablet), minmax(0, 300px));

    @media screen and (min-width: 990px) {
      grid-template-columns: repeat(var(--menu-content-columns-desktop), minmax(0, 300px));
    }
  }

  .mega-menu__list {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span var(--menu-columns-tablet);
    gap: var(--menu-vertical-gap) var(--menu-horizontal-gap);

    @media screen and (min-width: 990px) {
      grid-column: span var(--menu-columns-desktop);
    }
  }

  .mega-menu__content {
    grid-column: span var(--menu-content-columns-tablet) / -1;

    @media screen and (min-width: 990px) {
      grid-column: span var(--menu-content-columns-desktop) / -1;
    }
  }

  .menu-list__list-item[slot='overflow'] .section {
    grid-template-columns: 1fr;
  }

  .menu-list__list-item[slot='overflow'] .section .mega-menu__grid {
    grid-column: 1;
  }

  .mega-menu__content-list li {
    white-space: normal;
  }

  /* mega more menu */
  .mega-menu__more-list {
    --menu-child-font-size: var(--font-size--xl);

    width: 200px;
  }

  .mega-menu__submenu {
    /* preserves the inherited grid layout when this submenu wrapper is used */
    display: contents;
  }
/* END_BLOCK:_header-menu */
/* START_SNIPPET:cart-bubble (INDEX:171) */
.cart-bubble {
    --cart-padding: 0.2em;

    position: relative;
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    border-width: 0;
    display: flex;
    line-height: normal;
    align-items: center;
    justify-content: center;
    color: var(--color-primary-button-text);
    padding-inline: var(--cart-padding);
  }

  .cart-bubble[data-maintain-ratio] {
    aspect-ratio: 1;
  }

  .cart-bubble[data-maintain-ratio] .cart-bubble__background {
    border-radius: var(--style-border-radius-50);
  }

  .cart-bubble__background {
    position: absolute;
    inset: 0;
    background-color: var(--color-primary-button-background);
    border-radius: var(--style-border-radius-lg);
  }

  .cart-bubble__text {
    font-size: var(--font-size--3xs);
    z-index: var(--layer-flat);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
/* END_SNIPPET:cart-bubble */
/* START_SNIPPET:header-actions (INDEX:190) */
.header {
    --account-offset-top: calc(
      var(--header-group-height) + (var(--header-height) * var(--transparent-header-offset-boolean))
    );

    &[data-sticky-state='active'] {
      --account-offset-top: calc(var(--header-height) - 1px);
    }
  }

  .account-button {
    /* Remove the background color from the color scheme, we want to inherit the color of the header */
    background: transparent;
  }

  .account-button__icon,
  .account-button__text {
    color: var(--color-account-icon);
    transition: color var(--header-content-transition-timing);
    -webkit-font-smoothing: antialiased;
  }

  shopify-account {
    --shopify-account-font-heading: var(--font-heading--family);
    --shopify-account-font-heading-weight: var(--font-heading--weight);
    --shopify-account-font-body: var(--font-body--family);
    --shopify-account-font-body-weight: var(--font-body--weight);
    --shopify-account-radius-base: var(--style-border-radius-popover);
    --shopify-account-radius-button: var(--style-border-radius-buttons-primary);
    --shopify-account-radius-button-small: var(--style-border-radius-buttons-primary);
    --shopify-account-radius-input: var(--style-border-radius-buttons-primary);
    --shopify-account-color-background: var(--color-background);
    --shopify-account-color-text: var(--color-foreground);
    --shopify-account-color-accent: var(--color-primary-button-background);
    --shopify-account-color-accent-text: var(--color-primary-button-text);
    --shopify-account-dialog-position-top: var(--account-offset-top);

    &:not(:defined) {
      min-width: 44px;
      height: 44px;
      display: flex;
      justify-content: center;
      align-items: center;
      /* Match the line height of the other buttons */
      line-height: normal;
    }
  }

  .account-button__fallback {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--shopify-account-color-accent, #0a142f);
  }

  .account-button--text shopify-account {
    color: inherit;
  }

  header-actions > .account-button {
    display: none;
  }

  .cart-drawer {
    --cart-drawer-padding: var(--padding-xl) var(--padding-xl);
    --cart-drawer-padding-desktop: var(--padding-xl) var(--padding-2xl);

    @media screen and (min-width: 750px) {
      margin-inline-end: calc(var(--gap-xs) * -1);
    }
  }

  @media screen and (min-width: 750px) {
    .cart-drawer--text {
      display: flex;
      align-items: center;
    }
  }

  .cart-drawer__dialog {
    position: fixed;
    overflow: hidden;
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    padding: 0;
    border-left: var(--style-border-drawer);
    box-shadow: var(--shadow-drawer);
    background-color: var(--color-background);

    @media screen and (min-width: 750px) {
      width: var(--sidebar-width);
      max-width: 95vw;
    }
  }

  /* Needed to ensure the drawer is full height */
  .cart-drawer__dialog:modal {
    max-height: 100dvh;
    overflow-y: hidden;
  }

  .cart-drawer__inner {
    height: 100%;
    overflow: hidden;
  }

  .cart-drawer__content {
    height: calc(100% - var(--header-height));
    display: flex;
    flex-direction: column;
    padding: 0;
    background-color: var(--color-background);
    flex-grow: 1;
    overflow-y: auto;
  }

  .cart-drawer__heading {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
    margin-bottom: 0;
  }

  .cart-drawer__close-button {
    margin-right: calc(var(--padding-sm) * -1);
    top: var(--margin-sm);

    @media screen and (max-width: 749px) {
      top: var(--margin-2xs);
    }
  }

  .cart-drawer--empty .cart-drawer__content {
    text-align: center;
    min-height: auto;
  }

  .cart-drawer--empty .cart-drawer__heading {
    margin-bottom: var(--margin-md);
  }

  .cart-drawer__items .cart-items__table-row {
    padding-bottom: var(--gap-xl);
    border-bottom: var(--style-border-width) solid var(--color-border);
    margin-bottom: var(--gap-xl);
  }

  .cart-drawer__items .cart-items__table-row:has(+ .cart-items__nested-line) {
    border-bottom: none;
    margin-bottom: 0;
  }

  .cart-drawer__items .cart-items__table-row:last-child {
    border-bottom: none;
  }

  .cart-drawer__summary {
    --cart-drawer-summary-padding: var(--padding-lg);

    position: sticky;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-xl);
    padding: var(--cart-drawer-summary-padding);
    margin-top: auto;
    background-color: var(--color-background);
    /* stylelint-disable-next-line color-named */
    mask-image: linear-gradient(to bottom, transparent, black var(--cart-drawer-summary-padding));

    @media screen and (min-width: 750px) {
      --cart-drawer-summary-padding: var(--padding-2xl);
    }
  }

  .cart-drawer__dialog[cart-summary-sticky='false'] .cart-drawer__summary {
    position: static;
    mask-image: none;
  }

  .cart-drawer__dialog[cart-summary-sticky='false'] .cart-drawer__items {
    overflow: unset;
  }

  .cart-actions summary {
    padding-inline: 0;
    padding-block: var(--padding-sm);
    line-height: 1.2;
    min-height: var(--minimum-touch-target);
  }

  .cart-drawer__summary .cart__summary-totals:not(:has(.cart__subtotal-container:empty)) {
    border-block-start: var(--style-border-width) solid var(--color-border);
    padding-block-start: var(--padding-2xl);
  }

  .cart-drawer__summary .cart-note {
    @media screen and (min-width: 750px) {
      margin-block-start: var(--margin-3xs);
    }
  }

  .cart-drawer__heading--empty {
    display: flex;
    justify-content: center;
  }

  .cart-drawer__items {
    display: flex;
    flex-direction: column;
    padding-inline: var(--cart-drawer-padding);
    overflow-y: auto;

    @media screen and (min-width: 750px) {
      padding-inline: var(--cart-drawer-padding-desktop);
    }
  }

  .cart-drawer__items .cart-items__table-row {
    padding-bottom: var(--gap-xl);
    border-bottom: var(--style-border-width) solid var(--color-border);
    margin-bottom: var(--gap-xl);
  }

  .cart-drawer__items .cart-items__table-row:last-child {
    border-bottom: none;
    padding-block-end: 0;
    margin-block-end: 0;
  }

  .cart-drawer--empty .cart-drawer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100dvh;
    margin-top: 0;
  }

  .cart-drawer:not(:has(.cart-form)) .cart-drawer__content {
    justify-content: center;
  }

  .cart-drawer__header {
    background-color: var(--color-background);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--cart-drawer-padding);
    border-bottom: var(--style-border-width) solid none;
    position: sticky;
    top: 0;
    z-index: 1;

    @media screen and (min-width: 750px) {
      padding-inline: var(--cart-drawer-padding-desktop);
    }
  }

  .cart-drawer--empty .cart-drawer__header {
    justify-content: right;
    border-bottom: none;
    padding-bottom: 0;
  }

  .cart-drawer--empty .cart-drawer__heading {
    text-align: center;
  }

  header-actions {
    display: flex;

    @media screen and (max-width: 749px) {
      justify-self: flex-end;
    }
  }

  @media screen and (min-width: 750px) {
    .header-actions--text {
      gap: var(--gap-xl);
    }

    .header-actions__text-style {
      font-size: var(--header-actions-font-size);
      font-family: var(--header-actions-font-family);
      font-weight: var(--header-actions-font-weight);
      text-transform: var(--header-actions-text-case);
    }
  }

  #header-component[data-menu-style='drawer'] header-actions {
    justify-self: flex-end;
  }

  .header__column--right header-actions {
    margin-inline-start: 0;
  }

  .header-actions__cart-icon {
    --cart-bubble-size: 20px;
    --cart-bubble-top: 4.5px;
    --cart-bubble-right: 2.5px;

    position: relative;
  }

  .header-actions__cart-icon .cart-bubble {
    position: absolute;
    width: var(--cart-bubble-size, 20px);
    top: var(--cart-bubble-top);
    right: var(--cart-bubble-right);
  }

  @media screen and (min-width: 750px) {
    .header-actions__cart-icon--text.header-actions__cart-icon .cart-bubble {
      position: relative;
      top: 0;
    }
  }

  .cart-drawer__heading .cart-bubble {
    width: fit-content;
    border-radius: var(--style-border-radius-buttons-primary);
    aspect-ratio: auto;
    padding: var(--cart-padding);
  }

  .cart-drawer__heading .cart-bubble[data-maintain-ratio] {
    width: min(1lh, 22px);
    height: min(1lh, 22px);
  }

  .header-actions__cart-icon .cart-bubble__text,
  .cart-drawer__heading .cart-bubble__text {
    font-family: var(--font-paragraph--family);
    font-weight: var(--font-paragraph--weight);
  }

  .header-actions__cart-icon.header-actions__cart-icon--has-cart svg {
    /* Create donut mask where the cart bubble sits */
    mask: radial-gradient(
      calc(var(--cart-bubble-size) + 2px) at calc(100% - var(--cart-bubble-right)) var(--cart-bubble-top),
      transparent 45.45%,
      #fff 45.45%,
      #fff 100%
    );
  }

  .cart-drawer__heading .cart-bubble .cart-bubble__background {
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
  }

  .cart-drawer__heading .cart-bubble__text {
    color: var(--color-foreground);
    font-size: clamp(var(--font-size--3xs), 0.75em, var(--font-size--xs));
  }

  .cart-bubble.cart-bubble--animating .cart-bubble__background {
    animation: grow var(--animation-speed) var(--animation-easing);
  }

  .cart-bubble--animating .cart-bubble__text {
    --start-y: -1em;
    --start-opacity: 1;
    /* Set initial transform state before animation starts */
    transform: translate(0, var(--start-y, -1em));
    opacity: var(--start-opacity, 1);
    animation: move-and-fade var(--animation-speed) var(--animation-easing);
  }

  cart-icon:has(.cart-bubble__text-count:empty) {
    --cart-bubble-size: 10px;
    --cart-bubble-top: 9px;
    --cart-bubble-right: 9px;

    .svg-wrapper {
      --cart-bubble-top: 4px;
      --cart-bubble-right: 4px;
    }
  }

  @media screen and (min-width: 750px) {
    cart-icon.header-actions__cart-icon--text:has(.cart-bubble__text-count:empty) {
      --cart-bubble-right: 2.5px;
    }
  }

  @media screen and (prefers-reduced-motion: no-preference) {
    html:active-view-transition-type(empty-cart-drawer) {
      .cart-drawer__close-button {
        view-transition-name: cart-drawer-close-button;
      }
    }
  }

  :active-view-transition {
    .cart-drawer__header,
    .cart-drawer__content {
      background: transparent;
    }
  }

  ::view-transition-old(cart-drawer-content) {
    transform-origin: 50% 33%;
    animation: cart-contents-old var(--spring-d280-b0-duration) var(--spring-d280-b0-easing) forwards;
  }

  ::view-transition-new(cart-drawer-content) {
    transform-origin: top center;
    animation: cart-contents-new var(--spring-d280-b0-duration) var(--spring-d280-b0-easing) forwards;
  }

  @keyframes cart-contents-old {
    to {
      scale: 0.92;
      opacity: 0;
    }
  }

  @keyframes cart-contents-new {
    from {
      scale: 1.05;
      translate: 0 128px;
      filter: blur(1px);
      opacity: 0;
    }
  }
  .header-actions__text {
    display: flex;
    align-items: center;
  }

  @media screen and (min-width: 750px) {
    .header-actions__cart-icon--text {
      display: flex;
      align-items: center;
      gap: var(--gap-xs);
    }

    .header__column--right .header-actions--text {
      margin-inline-start: 0;
    }
  }
/* END_SNIPPET:header-actions */
/* START_SNIPPET:header-drawer (INDEX:191) */
.header__icon--menu {
    position: initial;
  }

  .menu-drawer-container .header__icon--summary {
    color: var(--color-foreground);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--padding-lg);
  }

  .header__icon--summary .header-drawer-icon {
    margin: auto;
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .header__icon--summary .header-drawer-icon--open {
    height: 14px;
    width: 21px;
  }

  @media screen and (max-width: 749px) {
    .menu-drawer-container .header__icon--summary {
      height: 30px;
      padding: 0;
      width: 30px;
    }

    .header__icon--summary .header-drawer-icon--open {
      height: 12px;
      width: 18px;
    }

    .header__icon--summary .header-drawer-icon--close {
      height: 14px;
      width: 14px;
    }
  }

  .menu-drawer__featured-content {
    z-index: var(--layer-base);
    container-type: inline-size;
  }

  .menu-drawer__featured-content--childlist {
    z-index: var(--layer-flat);
  }

  .menu-drawer__account-action {
    display: flex;
    justify-content: flex-start;
    padding-inline: var(--drawer-padding);
    margin-block: var(--padding-sm) var(--padding-lg);
  }

  .menu-drawer__login-button {
    align-items: center;
    background: #000;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-family: var(--font-heading--family);
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    min-height: 34px;
    min-width: 96px;
    padding: 0 22px;
    text-decoration: none;
  }

  .menu-drawer__login-button:hover {
    color: #fff;
  }

  .menu-drawer__featured-content-list {
    display: flex;
    gap: 1em;
    overflow-x: auto;
    padding-block-end: var(--padding-lg);
  }

  .menu-drawer__featured-content-list-item {
    flex: 0 0 auto;
  }

  .menu-drawer__featured-content-list-item--product {
    width: 35cqi;
  }

  .menu-drawer__featured-content-list-item--collection img.resource-card__image {
    width: 80cqi;
  }

  .menu-drawer__featured-content-list-item:first-child {
    margin-inline-start: var(--margin-xl);
  }

  .menu-drawer__featured-content-list-item:last-child {
    margin-inline-end: var(--margin-xl);
  }

  .menu-drawer__navigation {
    padding: 0;

    @media screen and (min-width: 750px) {
      margin-top: var(--drawer-header-desktop-top);
    }
  }

  details:not(.menu-open) .header__icon--menu .header-drawer-icon--close {
    display: none;
  }

  details.menu-open .header__icon--menu .header-drawer-icon--close {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  details.menu-open .header__icon--menu .header-drawer-icon--open {
    display: none;

    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .menu-drawer {
    position: fixed;
    transform: translateX(-100%);
    visibility: hidden;
    height: var(--drawer-height);
    width: var(--drawer-width);
    max-width: var(--drawer-max-width);
    z-index: var(--layer-menu-drawer);
    left: 0;
    top: 0;
    padding: 0;
    background-color: var(--color-background);
    overflow: auto;
    display: flex;
    border-right: var(--style-border-drawer);
    box-shadow: var(--shadow-drawer);
    flex-direction: column;

    @media screen and (min-width: 750px) {
      width: 25rem;
    }
  }

  /* When opening a submenu we don't want the first-level menu to be scrollable, so we reset the overflow  */
  .menu-drawer.menu-drawer--has-submenu-opened {
    overflow: initial;
  }

  .menu-drawer__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    backdrop-filter: brightness(0.75);
    z-index: var(--layer-heightened);
    opacity: 0;
    transition: opacity var(--drawer-animation-speed) ease;

    .menu-open & {
      opacity: 1;
    }
  }

  .menu-drawer,
  details[open] > .menu-drawer__submenu {
    transition: transform var(--drawer-animation-speed) ease, visibility var(--drawer-animation-speed) ease,
      opacity var(--drawer-animation-speed) ease;
  }

  .menu-open > .menu-drawer,
  .menu-open > .menu-drawer__submenu:not(.menu-drawer__menu--childlist) {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
  }

  .menu-drawer__inner-container {
    position: relative;
    height: 100%;
  }

  .menu-drawer__navigation-container {
    display: grid;
    grid-template-rows: 1fr auto;
    align-content: space-between;
    overflow-y: auto;
    height: 100%;
  }

  .menu-drawer__inner-submenu {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;

    @media screen and (min-width: 750px) {
      margin-top: var(--drawer-header-desktop-top);
    }
  }

  .menu-drawer__nav-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu-drawer__menu {
    --menu-drawer-inline-padding: calc(var(--padding-sm) + 7px);

    list-style: none;
    padding-inline: var(--drawer-padding);
    margin-inline: 0;
    margin-block-start: 0;
  }

  .menu-drawer__menu--grid {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: var(--padding-sm);
    padding-inline-end: var(--menu-drawer-inline-padding);
    padding-block-start: var(--padding-xs);
  }

  .menu-drawer__menu--childlist:not(.menu-drawer__menu--grid) {
    flex-grow: 1;
  }

  .menu-drawer__menu.has-submenu,
  .menu-drawer__menu--childlist:not(:has(.menu-drawer__animated-element)) {
    margin-block-end: var(--margin-xs);

    @media screen and (min-width: 750px) {
      margin-block-end: 2.5rem;
    }
  }

  .menu-drawer__list-item--divider {
    border-block-end: 1px solid var(--color-border);
  }

  .menu-drawer__list-item--deep:not(.menu-drawer__list-item--divider) .menu-drawer__menu {
    margin-block-start: -0.3rem;
  }

  .menu-drawer__list-item--flat.menu-drawer__list-item--divider .menu-drawer__menu {
    margin-block-start: -0.4rem;
  }

  .menu-drawer__menu-container--divider {
    border-block-end: 1px solid var(--color-border);
  }

  .menu-drawer__menu > .menu-drawer__list-item {
    display: flex;
    min-height: calc(2 * var(--padding-lg) + var(--icon-size-xs));
  }

  .menu-drawer__list-item--deep .menu-drawer__list-item,
  .menu-drawer__list-item--flat .menu-drawer__list-item {
    min-height: auto;
  }

  .menu-drawer__menu .menu-drawer__list-item--flat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-block-end: var(--margin-md);
  }

  .menu-drawer__menu--childlist .menu-drawer__list-item--flat {
    margin-block-end: var(--margin-sm);

    @media screen and (min-width: 750px) {
      margin-block-end: var(--margin-lg);
    }
  }

  .menu-drawer__menu--childlist .menu-drawer__list-item--flat.menu-drawer__list-item--divider {
    margin-block-end: 0;
  }

  .menu-drawer__list-item--flat .menu-drawer__menu--childlist {
    width: 100%;
    padding-inline: 0;
  }

  .menu-drawer-container[open] .menu-drawer__animated-element {
    animation: menu-drawer-nav-open var(--drawer-animation-speed) ease-in-out;
    animation-delay: calc(var(--drawer-animation-speed) + (var(--menu-drawer-animation-index) - 1) * 0.1s);
    animation-fill-mode: backwards;
  }

  .menu-drawer__menu accordion-custom .details-content--no-animation {
    animation: none;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: none;
  }

  .menu-drawer__menu details,
  .menu-drawer__menu-item,
  .menu-drawer__menu accordion-custom {
    width: 100%;
  }

  .menu-drawer__list-item--divider .menu-drawer__menu-item:not(.menu-drawer__menu-item--child) {
    min-height: calc(2 * var(--padding-lg) + var(--icon-size-xs));
  }

  .menu-drawer__menu-item--mainlist {
    min-height: calc(2 * var(--padding-lg) + var(--icon-size-xs));
    font-family: var(--menu-top-level-font-family);
    font-style: var(--menu-top-level-font-style);
    font-weight: var(--menu-top-level-font-weight);
    font-size: var(--menu-top-level-font-size);
    line-height: var(--menu-top-level-font-line-height);
    text-transform: var(--menu-top-level-font-case);
    color: var(--menu-top-level-font-color);
    justify-content: space-between;

    &:hover {
      color: var(--menu-top-level-font-color);
    }
  }

  .menu-drawer__menu-item--parent {
    font-family: var(--menu-parent-font-family);
    font-style: var(--menu-parent-font-style);
    font-weight: var(--menu-parent-font-weight);
    font-size: var(--menu-parent-font-size);
    line-height: var(--menu-parent-font-line-height);
    text-transform: var(--menu-parent-font-case);
    color: var(--menu-parent-font-color);

    &:hover {
      color: var(--menu-parent-font-color);
    }
  }

  .menu-drawer__menu-item--child {
    font-family: var(--menu-child-font-family);
    font-style: var(--menu-child-font-style);
    font-weight: var(--menu-child-font-weight);
    font-size: var(--menu-child-font-size);
    line-height: var(--menu-child-font-line-height);
    text-transform: var(--menu-child-font-case);
    color: var(--menu-child-font-color);

    &:hover {
      color: var(--menu-child-font-color);
    }
  }

  .menu-drawer__menu--childlist summary.menu-drawer__menu-item {
    display: flex;
    width: 100%;
    padding-inline-end: 0;
  }

  .menu-drawer__list-item--deep .menu-drawer__menu,
  .menu-drawer__menu--grandchildlist {
    padding-inline: 0;
  }

  .menu-drawer__list-item--deep .menu-drawer__menu {
    padding-block-end: 0.5rem;
  }

  .menu-drawer__list-item--deep.menu-drawer__list-item--divider .menu-drawer__menu {
    padding-block-end: 0.3rem;
  }

  .menu-drawer__list-item--flat.menu-drawer__list-item--divider .menu-drawer__menu--grandchildlist {
    padding-block-end: 0.5rem;
  }

  .menu-drawer__menu-item {
    display: flex;
    padding: var(--padding-2xs) 0;
    position: relative;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
  }

  .menu-drawer__menu-item:has(> .menu-drawer__link-image) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: var(--padding-3xs);
    padding: 0;
  }

  .menu-drawer__link-image {
    width: 100%;
    position: relative;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  /* Fix alignment for collection image mode links without images in drawer */

  /* Target menu items in grids that have images */
  .menu-drawer__menu--grid:has(.menu-drawer__link-image) .menu-drawer__menu-item:not(:has(> .menu-drawer__link-image)) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: var(--padding-3xs);
    padding: 0;
  }

  .menu-drawer__menu--grid:has(.menu-drawer__link-image)
    .menu-drawer__menu-item:not(:has(> .menu-drawer__link-image))::before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: var(--color-foreground-muted);
    opacity: 0.1;
    border-radius: var(--menu-image-border-radius);
  }

  .menu-drawer__close-button {
    position: relative;
    right: auto;
    top: auto;
    width: fit-content;
    height: fit-content;
    color: inherit;
    padding: var(--padding-lg);
  }

  .menu-drawer__back-button {
    display: flex;
    width: 100%;
    padding: var(--padding-md) var(--padding-xl);
    border: none;
    align-items: center;
    color: var(--color-foreground);
    background-color: transparent;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    overflow-x: hidden;
    line-height: 1.2;
    box-shadow: none;
  }

  .menu-drawer__menu-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /** Styles when the country selector is hidden */
  .menu-drawer .language-selector:not(.menu-drawer__submenu *) {
    width: fit-content;
    padding-inline-start: 0;

    .localization-form__select {
      text-align: left;
    }
  }

  .menu-drawer__menu-item > .svg-wrapper {
    width: fit-content;
    height: fit-content;
    margin: 0;
    padding-block: var(--padding-lg);
    padding-inline-start: var(--padding-xl);
    flex-shrink: 0;
  }

  .menu-drawer__list-item--divider .menu-drawer__menu-item > .svg-wrapper {
    padding-block: var(--padding-md);
  }

  .menu-drawer svg {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .menu-drawer__submenu {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100dvh;
    left: 0;
    background-color: var(--color-background);
    z-index: var(--layer-flat);
    transform: translateX(-5%);
    visibility: hidden;
    overflow-y: auto;
    opacity: 0;
  }

  .menu-drawer__back-button > .svg-wrapper {
    margin-right: var(--padding-md);
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .menu-drawer__utility-links {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-block: var(--padding-sm) 0;
    margin-inline-start: var(--padding-xl);
    background-color: rgb(var(--color-foreground) 0.03);
  }

  .menu-drawer__account {
    display: inline-flex;
    align-items: center;
    gap: var(--gap-xs);
    text-decoration: none;
    height: 44px;
    font-size: 1.4rem;
    color: rgb(var(--color-foreground));
  }

  .menu-drawer__account svg {
    height: var(--icon-size-sm);
    width: var(--icon-size-sm);
  }

  .menu-drawer__account shop-user-avatar {
    --shop-avatar-size: 2.4rem;

    margin-right: 0.55rem;
    margin-left: -0.45rem;
  }

  .menu-drawer__link-image,
  .menu-drawer__featured-product-image,
  .menu-drawer__featured-collection-image,
  .menu-drawer__featured-collection-link::before {
    border-radius: var(--menu-image-border-radius);
  }

  @keyframes menu-drawer-nav-open {
    0% {
      visibility: hidden;
      opacity: 0;
      transform: translateX(-0.5rem);
    }

    100% {
      visibility: visible;
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes menu-drawer-subnav-open {
    0% {
      visibility: visible;
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      visibility: hidden;
      opacity: 0;
      transform: translateX(-1rem);
    }
  }

  /* Drawer Localization Styles */
  .drawer-localization__button .icon-flag {
    width: var(--menu-localization-font-size, var(--icon-size-sm));
    height: var(--menu-localization-font-size, var(--icon-size-sm));
    clip-path: circle(50%); /* stylelint-disable-line */
    background-position: center;
    background-size: cover;
    margin-inline-end: 4px;
    position: relative;
  }

  .drawer-localization__button .icon-flag::after {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 var(--size-shadow) var(--color-shadow);
    border-radius: 50%;
  }

  .drawer-localization .country-filter {
    padding-block: 8px;
  }

  .drawer-localization .drawer-localization__button {
    display: flex;
    padding: 0;
    position: relative;
    text-decoration: none;
    height: 44px;

    &:hover {
      color: var(--color-foreground);
    }
  }

  .drawer-localization .drawer-localization__button .icon-caret {
    width: fit-content;
    height: fit-content;
    margin: 0;
    padding: var(--padding-xl) var(--padding-xl) var(--padding-xl) var(--padding-xs);
  }

  .menu-drawer__localization:not(drawer-localization-component) .language-selector {
    font-family: var(--menu-localization-font);
    font-size: var(--menu-localization-font-size);
  }

  .menu-drawer__localization .language-selector.h5 {
    padding-inline-start: 0;
  }

  .drawer-localization {
    display: contents;
    color: var(--color-foreground);
  }

  .drawer-localization localization-form-component {
    position: relative;
    height: 100%;
  }

  .drawer-localization .mobile-localization,
  .drawer-localization .drawer-localization__button--label {
    display: flex;
    gap: var(--gap-xs);
    margin-block: 0;
    align-items: center;
  }

  .drawer-localization__button--label.h6 {
    font-family: var(--menu-localization-font);
  }

  .drawer-localization img {
    width: var(--icon-size-sm);
  }

  .drawer-localization .localization-button__icon,
  .drawer-localization .localization-button__icon svg {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .drawer-localization summary.is-disabled {
    pointer-events: none;
  }

  .drawer-localization .localization-wrapper {
    width: 100%;
  }

  .drawer-localization .localization-form {
    display: flex;
    flex-direction: column;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .drawer-localization .localization-form > * {
    padding-inline: var(--padding-xl);
  }

  .drawer-localization .language-selector .svg-wrapper.icon-caret {
    transform: translateY(-50%) rotate(0deg);
  }

  .drawer-localization .language-selector .svg-wrapper.icon-caret svg {
    transform: none;
  }
/* END_SNIPPET:header-drawer */
/* START_SNIPPET:predictive-search-styles (INDEX:212) */
/* Shared predictive search styles (used by both predictive-search and predictive-search-empty sections) */
  .predictive-search-dropdown {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: var(--layer-base);
  }

  .predictive-search-results__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--font-size--body-md);
    font-weight: 500;
    margin-block: var(--margin-sm) var(--margin-xs);
    width: 100%;
    text-transform: var(--title-case);

    &:first-of-type {
      margin-block-start: 0;
    }

    @media screen and (max-width: 749px) {
      margin-block: var(--margin-lg) var(--margin-sm);
    }
  }

  .predictive-search-results__no-results {
    animation-delay: 100ms;
    transition: opacity var(--animation-speed-medium) var(--animation-timing-fade-in);
  }

  .predictive-search-results__no-results:last-child {
    margin-block: var(--margin-lg);
    text-align: center;
  }

  /* Predictive search section styles */
  input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none; /* stylelint-disable-line */
  }

  .search-action .predictive-search {
    z-index: calc(var(--layer-header-menu) + 2);
  }

  .search-action .search-modal .predictive-search {
    z-index: var(--layer-window-overlay);
  }

  .header__column--right .predictive-search-form__content-wrapper {
    right: 0;
    left: unset;
  }

  .search-modal .predictive-search-form__content-wrapper {
    width: 100%;

    @media screen and (min-width: 750px) {
      height: fit-content;
    }
  }
  .dialog-modal .predictive-search-form__header-inner {
    @media screen and (min-width: 750px) {
      border: 0;
    }
  }

  .search-modal__content .predictive-search-form__content {
    max-height: var(--modal-max-height);
  }

  .predictive-search:has(.predictive-search-dropdown) .search-input {
    outline-color: transparent;
  }

  .predictive-search:has(.predictive-search-dropdown) .predictive-search-form__header-inner:focus-within {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;

    @media screen and (max-width: 749px) {
      border-bottom-color: transparent;
    }
  }

  .predictive-search:has(.predictive-search-dropdown[aria-expanded='true'])
    .predictive-search-form__header-inner:focus-within {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-radius: var(--search-border-radius);

    @media screen and (max-width: 749px) {
      border-radius: var(--style-border-radius-inputs);
    }
  }

  .dialog-modal .predictive-search-form__header {
    border: 0;
    border-radius: 0;
    background-color: var(--color-background);
    border-bottom: var(--style-border-width) solid var(--color-border);

    @media screen and (min-width: 750px) {
      padding: var(--padding-2xs) var(--padding-2xs) 0;
      border-bottom: var(--search-border-width) solid var(--color-border);
    }

    @media screen and (max-width: 749px) {
      transition: box-shadow 0.2s ease;
      box-shadow: none;
    }
  }

  .search-action .predictive-search:has(.predictive-search-dropdown) .predictive-search-form__header:focus-within {
    border-radius: var(--search-border-radius) var(--search-border-radius) 0 0;
    transition: box-shadow var(--animation-speed) var(--animation-easing);
    background-color: var(--color-background);

    @media screen and (max-width: 749px) {
      border-radius: var(--style-border-radius-inputs) var(--style-border-radius-inputs) 0 0;
    }
  }

  @media screen and (max-width: 749px) {
    .dialog-modal .predictive-search__close-modal-button {
      padding-inline-start: var(--margin-xs);
      margin-inline-start: 0;
    }
  }

  .dialog-modal[open] {
    @media screen and (max-width: 749px) {
      border-radius: 0;
    }
  }

  .dialog-modal .predictive-search-form__header:has(.predictive-search-form__header-inner:focus-within) {
    @media screen and (min-width: 750px) {
      border-bottom-color: transparent;
    }
  }

  @media screen and (max-width: 749px) {
    .dialog-modal {
      .predictive-search__reset-button-icon {
        display: none;
      }

      .predictive-search__reset-button-text {
        display: block;
      }

      .predictive-search-form__content {
        /* The parent has overflow auto, we want to prevent a double scrollbar during animation */
        max-height: 100%;
      }

      .predictive-search-form__content-wrapper {
        box-shadow: none;
      }

      .predictive-search-form__header {
        box-shadow: none;
      }

      .predictive-search-form__footer {
        padding-block: var(--padding-2xl);
      }
    }
  }

  .predictive-search-results__pill {
    font-weight: 500;
    white-space: nowrap;
    color: var(--color-foreground);
    transition: background-color var(--animation-speed-medium) var(--animation-timing-hover),
      box-shadow var(--animation-speed-medium) var(--animation-timing-bounce),
      transform var(--animation-speed-medium) var(--animation-timing-bounce);
    margin: 2px;

    &:hover {
      transform: scale(1.03);
      box-shadow: 0 2px 5px rgb(0 0 0 / var(--opacity-8));
    }
  }

  .predictive-search-results__pill mark {
    background-color: transparent;
    font-weight: 200;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-80));
  }

  .predictive-search-results__pill:focus,
  .predictive-search-results__pill:hover,
  .predictive-search-results__card--query:is([aria-selected='true'], :focus-within) .predictive-search-results__pill {
    --pill-background-color: rgb(var(--color-foreground-rgb) / var(--opacity-8));

    background-color: var(--pill-background-color);
    outline: var(--border-width-sm) solid var(--color-border);
    border: var(--border-width-sm);
    text-decoration: none;
  }

  .predictive-search-results__wrapper.predictive-search-results__wrapper-queries {
    margin-bottom: var(--margin-lg);
    padding-inline: var(--padding-xl);
    gap: var(--gap-2xs);
  }

  .predictive-search-results__card {
    --title-font-size: var(--font-size--md);
    --title-margin-block: var(--margin-xs);

    flex: 0 0 auto;
    scroll-snap-align: start;
    scroll-margin-block: calc(var(--title-font-size) + var(--title-margin-block) + var(--padding-sm))
      calc(var(--padding-xl) + var(--button-padding-block) * 2);
    transition: transform var(--animation-speed-medium) var(--animation-timing-default),
      background-color var(--animation-speed-medium) var(--animation-timing-hover),
      border-color var(--animation-speed-medium) var(--animation-timing-hover);

    &:nth-last-child(3) {
      scroll-snap-align: end;
    }

    &:active {
      transform: scale(0.97);
      transition: transform 100ms var(--animation-timing-active);
    }
  }

  .recently-viewed-wrapper .predictive-search-results__card {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .recently-viewed-wrapper.removing .predictive-search-results__card {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
  }

  .predictive-search-results__card--product,
  .recently-viewed-wrapper .predictive-search-results__card--product {
    &:active {
      transform: scale(0.97);
      transition: transform 100ms var(--animation-timing-active);
    }

    &:hover {
      background-color: var(--card-bg-hover);
      border-radius: var(--product-corner-radius);
      padding: calc(var(--padding-2xs) + 2px);
      margin: calc((var(--padding-2xs) + 2px) * -1);
    }

    &:is([aria-selected='true'].keyboard-focus, &:focus-visible, &:has(.resource-card:focus-visible)) {
      background-color: var(--card-bg-hover);
      padding: calc(var(--padding-2xs) + 1px);
      margin: calc((var(--padding-2xs) + 1px) * -1);
      outline: var(--border-width-sm) solid var(--color-border);
      border-radius: calc(var(--product-corner-radius) + 1px);
      border-color: var(--card-border-focus);
    }
  }

  .predictive-search-results__card:not(.predictive-search-results__card--product) {
    padding: var(--padding-sm);
    border: var(--border-width-sm) solid var(--color-border);
    border-radius: var(--card-corner-radius);
    width: 60cqi;
    content-visibility: visible;

    @media screen and (min-width: 750px) {
      width: 27.5cqi;
    }

    &:hover {
      border-color: var(--card-border-hover);
      background-color: var(--card-bg-hover);
    }

    &[aria-selected='true'].keyboard-focus {
      border-color: var(--card-border-hover);
      background-color: var(--card-bg-hover);
    }

    &:active {
      transform: scale(0.97);
      transition: transform var(--animation-speed-medium) var(--animation-timing-active);
    }
  }

  @keyframes search-element-scale-in {
    0% {
      transform: scale(0.95);
      opacity: 0;
    }

    40% {
      opacity: 1;
    }

    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

  @keyframes search-element-scale-out {
    0% {
      transform: scale(1);
      opacity: 1;
    }

    100% {
      transform: scale(0.95);
      opacity: 0;
    }
  }

  @keyframes search-element-slide-in-top {
    from {
      margin-top: calc(var(--modal-top-margin) + var(--padding-sm));
      opacity: 0;
    }

    to {
      margin-top: var(--modal-top-margin);
      opacity: 1;
    }
  }

  @keyframes search-element-slide-out-top {
    from {
      margin-top: var(--modal-top-margin);
      opacity: 1;
    }

    to {
      margin-top: calc(var(--modal-top-margin) + var(--padding-sm));
      opacity: 0;
    }
  }

  @keyframes content-slide {
    from {
      transform: translateY(var(--slide-from, 0));
      opacity: var(--slide-opacity-from, 1);
    }

    to {
      transform: translateY(var(--slide-to, 0));
      opacity: var(--slide-opacity-to, 1);
    }
  }

  .predictive-search-results__list {
    --slide-width: 27.5%;
    --slideshow-gap: var(--gap-md);

    /* Make space for the outline to be visible */
    padding-block-start: var(--border-width-sm);
  }

  .predictive-search-results__list slideshow-arrows {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .predictive-search-results__no-results,
  .predictive-search-results__wrapper,
  .predictive-search-results__wrapper-products .predictive-search-results__card {
    animation: search-element-slide-up var(--animation-speed-medium) var(--animation-timing-bounce) backwards;
  }

  slideshow-slide .resource-card {
    /* stylelint-disable-next-line declaration-no-important */
    animation-delay: 0ms !important;
  }

  .predictive-search-results__list,
  .predictive-search-results__wrapper {
    animation-duration: var(--animation-speed-medium);
  }

  .predictive-search-results__wrapper-queries {
    animation-delay: 50ms;
  }

  .predictive-search-results__list:nth-of-type(2) {
    animation-delay: 150ms;
  }

  .predictive-search-results__list:nth-of-type(3) {
    animation-delay: 200ms;
  }

  .predictive-search-results__list:nth-of-type(4) {
    animation-delay: 250ms;
  }

  .predictive-search-results__list:last-child {
    margin-block-end: 0;
  }

  [data-resource-type] {
    /* stylelint-disable-next-line declaration-no-important */
    animation-delay: 0ms !important;
  }

  .predictive-search-results__no-results.removing,
  .predictive-search-results__wrapper.removing {
    animation: search-element-slide-down var(--animation-speed-medium) var(--animation-timing-fade-out) forwards;
  }

  .predictive-search-results__card.removing {
    animation: fadeOut var(--animation-speed-medium) var(--animation-timing-fade-out) forwards;
  }

  .predictive-search-results__wrapper {
    transition: opacity var(--animation-speed-medium) var(--animation-timing-fade-in);
  }

  @keyframes search-element-slide-up {
    from {
      opacity: 0;
      transform: translateY(8px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes search-element-slide-down {
    from {
      opacity: 1;
      transform: translateY(0);
    }

    to {
      opacity: 0;
      transform: translateY(8px);
    }
  }

  .predictive-search-results__card--query {
    transition: transform var(--animation-speed-medium) var(--animation-timing-bounce);
    transform-origin: center;

    &:active {
      transform: scale(0.97);
    }
  }

  /* Products list styles */
  .predictive-search-results__products {
    padding-inline: var(--padding-xl);
  }

  .recently-viewed-wrapper {
    display: grid;
    grid-template-rows: auto auto;
    max-height: 1000px;
    opacity: 1;
    overflow: visible;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: top center;
    transform: translateY(0);
  }

  .recently-viewed-wrapper.removing {
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
  }

  .predictive-search-results__clear.button-unstyled {
    color: var(--color-foreground);
    opacity: 0.68;
    transition: opacity var(--animation-speed-medium) var(--animation-easing);
    padding: 0;
    margin-left: var(--margin-sm);

    &:hover {
      opacity: 1;
    }
  }

  .recently-viewed-wrapper.removing .predictive-search-results__card {
    transition: none;
    transform: none;
    opacity: 1;
  }

  .recently-viewed-wrapper > * {
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(1) {
    animation-delay: 30ms;
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(2) {
    animation-delay: 60ms;
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(3) {
    animation-delay: 90ms;
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(4) {
    animation-delay: 120ms;
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(n + 5) {
    animation-delay: 150ms;
  }

  .predictive-search-results__wrapper-products {
    animation-delay: 50ms;
  }

  /* Resource carousel styles */
  .predictive-search-results__wrapper {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-block-end: var(--padding-sm);
    padding-inline: 0;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 var(--padding-xl);
    scrollbar-width: none;
    -ms-overflow-style: none;

    &::-webkit-scrollbar {
      display: none;
    }
  }

  .predictive-search-results__wrapper slideshow-slides {
    --gutter-slide-width: var(--padding-xl);

    /* Add padding to prevent hover animations from being clipped in slideshow
       15px accommodates:
       - Scale effect (9px on each side from 1.03 scale)
       - Lift effect (4px upward movement)
       - Shadow (15px spread with -5px offset)
       Using 16px for better alignment with our spacing scale */
    padding-block: var(--padding-xl);
    margin-block: calc(-1 * var(--padding-xl));
    gap: var(--gap-md);
  }

  .predictive-search-results__resource-header {
    display: flex;
    padding-inline: var(--padding-xl);
    justify-content: space-between;
    align-items: center;
    height: 32px;
  }

  .predictive-search-results__resource-header .svg-wrapper {
    width: var(--icon-size-xs);
  }

  .predictive-search-results__wrapper-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-block-end: var(--padding-sm);
    gap: var(--gap-md);
    transition: height var(--animation-speed-medium) var(--animation-easing);

    @container (min-width: 550px) {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .predictive-search-results__wrapper-products:last-child {
    padding-block-end: var(--padding-lg);

    @media screen and (min-width: 750px) {
      padding-block-end: var(--padding-sm);
    }
  }

  .predictive-search-results__resource-header .predictive-search-results__title {
    margin-block-end: 0;
  }

  .predictive-search-results__resource-header:has(slideshow-controls) .predictive-search-results__title {
    margin-block-end: 0;
  }

  .predictive-search-results__resource-header slideshow-controls {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }
/* END_SNIPPET:predictive-search-styles */
/* START_SNIPPET:product-media-gallery-content-styles (INDEX:219) */
media-gallery:where(.media-gallery--grid) .media-gallery__grid {
    display: none;
  }

  media-gallery.media-gallery--grid .media-gallery__grid .product-media-container {
    /* Needed for safari to stretch to full grid height */
    height: 100%;
  }

  @media screen and (min-width: 750px) {
    .media-gallery--two-column .media-gallery__grid {
      grid-template-columns: repeat(2, 1fr);
    }

    /* Display grid view as a carousel on mobile, grid on desktop */
    media-gallery:is(.media-gallery--grid) slideshow-component {
      display: none;
    }

    media-gallery:where(.media-gallery--grid) .media-gallery__grid {
      display: grid;
    }
  }

  .product-media-container__zoom-button {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: var(--layer-flat);
    cursor: zoom-in;
    background-color: transparent;

    &:hover {
      background-color: transparent;
    }
  }

  slideshow-slide.product-media-container--tallest {
    content-visibility: visible;
  }

  .product-media__drag-zoom-wrapper {
    aspect-ratio: inherit;
    min-height: inherit;
    min-width: inherit;
    display: inherit;
    flex: inherit;
  }

  .media-gallery__mobile-controls {
    grid-area: auto;
  }

  .product-media-container--zoomable.product-media-container--image {
    cursor: zoom-in;
  }
/* END_SNIPPET:product-media-gallery-content-styles */
/* START_SNIPPET:quick-add-modal-styles (INDEX:224) */
#quick-add-dialog {
    display: contents;
  }

  @media screen and (min-width: 750px) {
    .quick-add-modal {
      width: var(--quick-add-modal-width);
      height: var(--quick-add-modal-height);
      max-width: none;
    }
  }

  .quick-add-modal {
    padding: 0;
    border: var(--style-border-popover);
    overflow: hidden;
    box-shadow: 0 5px 30px rgb(0 0 0 / var(--opacity-15));

    @media screen and (max-width: 749px) {
      position: fixed;
      margin: auto 0 0 0;
      min-height: unset;
      max-width: 100%;
      border-radius: 0;
      overflow: clip;
      height: fit-content;
    }
  }

  .quick-add-modal[open] {
    @media screen and (max-width: 750px) {
      border-top-left-radius: var(--style-border-radius-popover);
      border-top-right-radius: var(--style-border-radius-popover);
    }
  }

  .quick-add-modal[open] {
    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .quick-add-modal .view-more-details__wrapper {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .quick-add-modal[open] {
    animation: modalSlideInTop var(--animation-speed) var(--animation-easing) forwards;
  }

  .quick-add-modal.dialog-closing {
    animation: modalSlideOutTop var(--animation-speed) var(--animation-easing) forwards;
  }

  .quick-add-modal__close {
    position: absolute;
    top: var(--margin-2xs);
    right: var(--margin-2xs);
    transition: transform 0.15s var(--animation-timing-bounce);
    z-index: var(--layer-raised);
    overflow: visible;
    transform-origin: center;
  }

  .quick-add-modal__close:active {
    transform: scale(0.99) translateY(1px);
  }

  .quick-add-modal__close {
    &:focus-visible {
      outline: none;
    }

    &:focus-visible::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: calc(var(--style-border-radius-popover) - var(--margin-2xs));
      outline: var(--focus-outline-width) solid currentColor;
    }
  }

  .quick-add-modal__content {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 100% 1fr;
    position: relative;
    overflow-y: auto;
    max-height: 100vh;
    flex-grow: 1;

    @media screen and (max-width: 749px) {
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
      padding-inline: var(--padding-xl);
      padding-block: var(--padding-xl);
      gap: var(--gap-lg);
      flex: 1;
      min-height: 0;
      overflow-y: auto;
      height: auto; /* Prevent a bug in Safari where height:fit-content is not respected */
      max-height: 100vh;
    }
  }

  .quick-add-modal__content .media-gallery--grid .media-gallery__grid {
    grid-template-columns: 1fr;
  }

  .quick-add-modal__content .media-gallery--grid.media-gallery--two-column .product-media-container:first-child {
    grid-column: auto;
  }

  .quick-add-modal__content {
    /* One column */
    .media-gallery--grid:not(.media-gallery--two-column) .product-media > *,
      /* Two column, small first image */
      .media-gallery--grid.media-gallery--two-column:not(.media-gallery--large-first-image)
      .product-media-container:nth-of-type(odd)
      .product-media > *,
      /* Two column, large first image */
      .media-gallery--grid.media-gallery--two-column.media-gallery--large-first-image
        .product-media-container:is(:first-of-type, :nth-of-type(even))
        .product-media > *,
        /* Carousel */
      .media-gallery--carousel slideshow-container {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }

  .quick-add-modal__content .view-more-details__wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }

  .view-more-details__wrapper .view-more-details {
    display: flex;
    align-items: center;
    width: fit-content;
  }

  .quick-add-modal__content .product-header {
    @media screen and (max-width: 749px) {
      display: flex;
      flex-direction: column;
      grid-column: 2 / -1;
      grid-row: 1;
      padding-right: var(--padding-2xl);
    }
  }

  .quick-add-modal__content .product-header a:not(product-price *) {
    @media screen and (max-width: 749px) {
      font-size: var(--font-size--md);
      font-weight: 500;
      color: inherit;
      width: fit-content;
    }
  }

  .quick-add-modal__content variant-picker,
  .quick-add-modal__content product-form-component {
    @media screen and (max-width: 749px) {
      grid-column: 1 / -1;
    }
  }

  .quick-add-modal__content .product-media-container__zoom-button {
    cursor: default;
  }

  .quick-add-modal__content .product-details {
    grid-column: 4 / -1;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    position: relative;

    dialog[open] & {
      animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
      animation-delay: 0.1s;
    }

    @media screen and (max-width: 749px) {
      grid-column: 2 / span 2;
      grid-row: span 1;
      max-height: 100%;
      height: 100%;
    }
  }

  @property --quick-add-modal-mask-start {
    syntax: '<length>';
    initial-value: 0px;
    inherits: false;
  }

  @property --quick-add-modal-mask-end {
    syntax: '<length>';
    initial-value: 0px;
    inherits: true;
  }

  @keyframes detect-scroll {
    from,
    to {
      --can-scroll: ;
    }
  }

  @supports (animation-timeline: scroll(self)) {
    dialog[open] .quick-add-modal__content .product-details {
      mask-image: linear-gradient(to bottom, transparent 0%, #000 var(--quick-add-modal-mask-start), #000 100%);
      animation: 0.3s var(--animation-timing-fade-in) 0.1s both fadeSlideIn, scrollStart 1s linear both,
        scrollEnd 1s linear both, detect-scroll 1ms linear none;
      animation-timeline: auto, scroll(self), scroll(self), scroll(self);
      animation-range: normal, 0px 48px, calc(100% - 48px) 100%, 0% 100%;
    }
  }

  @keyframes scrollStart {
    from {
      --quick-add-modal-mask-start: 0px;
    }
    to {
      --quick-add-modal-mask-start: 48px;
    }
  }

  @keyframes scrollEnd {
    from {
      --quick-add-modal-mask-end: 0px;
    }
    to {
      --quick-add-modal-mask-end: 48px;
    }
  }

  .quick-add-modal__content .product-details > .group-block {
    flex-grow: 1;
    width: auto;
  }

  .quick-add-modal__content > * {
    min-height: 0;
  }

  .quick-add-modal__content .product-details :is(.view-product-title, .buy-buttons-block) {
    flex: 0 0 auto;
  }
  .quick-add-modal__content .product-details :is(.buy-buttons-block) {
    margin-top: auto;
    position: sticky;
    bottom: 0;
    padding-bottom: var(--padding-3xl);
    background-color: var(--color-background);
    z-index: var(--layer-raised);

    &::before {
      --quick-add-modal-mask-end-progressive-enhanced: 0px;

      position: absolute;
      content: '';
      display: block;
      inset: auto 0 100% 0;
      pointer-events: none;
      height: min(var(--gap-2xl), var(--gap));
      background-color: inherit;
      mask-image: linear-gradient(
        to top,
        #000 0%,
        #000 calc(var(--gap-2xs)),
        transparent calc(100% - var(--quick-add-modal-mask-end-progressive-enhanced)),
        transparent
      );
    }
  }

  .quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form) {
    position: static;
    padding-bottom: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form) > product-form-component {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form) form {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .quick-add-modal__content .product-details .buy-buttons-block:has(gift-card-recipient-form)::before {
    display: none;
  }

  .quick-add-modal__content .product-details .buy-buttons-block__bar {
    display: block;
    position: sticky;
    bottom: 0;
    margin-top: auto;
    padding-block: var(--gap-md) var(--padding-3xl);
    background-color: var(--color-background);
    z-index: var(--layer-raised);

    &::before {
      --quick-add-modal-mask-end-progressive-enhanced: 0px;

      position: absolute;
      content: '';
      display: block;
      inset: auto 0 100% 0;
      pointer-events: none;
      height: min(var(--gap-2xl), var(--gap));
      background-color: inherit;
      mask-image: linear-gradient(
        to top,
        #000 0%,
        #000 calc(var(--gap-2xs)),
        transparent calc(100% - var(--quick-add-modal-mask-end-progressive-enhanced)),
        transparent
      );
    }
  }

  @supports (animation-timeline: scroll(self)) {
    .quick-add-modal__content .product-details :is(.buy-buttons-block)::before,
    .quick-add-modal__content .product-details .buy-buttons-block__bar::before {
      --mask-if-scroll: var(--can-scroll) var(--quick-add-modal-mask-end);
      --mask-if-no-scroll: 48px;
      --quick-add-modal-mask-end-progressive-enhanced: var(--mask-if-scroll, var(--mask-if-no-scroll));
      height: calc(var(--gap-2xs) + 48px);
    }
  }

  .quick-add-modal__content .product-details .variant-picker {
    flex: 0 0 auto;

    padding-block: min(var(--gap-2xl), var(--gap));
    margin-block-end: calc(var(--focus-outline-offset) + var(--focus-outline-width));
  }

  .quick-add-modal__content .variant-option--swatches {
    padding-inline-start: var(--padding-2xs);
  }

  .quick-add-modal__content .variant-option--swatches legend {
    margin-inline-start: calc(-1 * var(--padding-2xs));
  }

  .quick-add-modal__content:not(:has(.product-information__media)) .product-details {
    grid-column: 1 / -1;
  }

  .quick-add-modal__content .view-product-title {
    display: flex;
    padding-block: 0;
    margin-block-end: 12px;

    /* Prevent overlap between title and close button */
    padding-inline-end: calc(var(--padding-2xl) + calc(var(--minimum-touch-target) / 2));
  }

  .quick-add-modal__content .view-product-title a {
    color: inherit;
    text-decoration: none;
    text-align: left;
    font-size: var(--font-size--2xl);
    font-weight: 600;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s var(--animation-easing);
  }

  .quick-add-modal__content .product-details product-price {
    --text-align: left;
  }

  .quick-add-modal__content .product-details product-price.text-block--align-center {
    margin-inline: 0;
  }

  .quick-add-modal__content .product-details product-price.text-center {
    --text-align: left;
  }

  .quick-add-modal__content .product-details product-price > * {
    text-align: left;
  }

  .quick-add-modal__content
    .product-details
    *:not(
      .group-block,
      .group-block-content,
      .buy-buttons-block,
      .buy-buttons-block *,
      .view-product-title,
      .view-product-title *,
      variant-picker,
      variant-picker *,
      product-price,
      product-price *,
      product-inventory,
      product-inventory *,
      .view-more-details__wrapper,
      .view-more-details__wrapper *
    ) {
    @media screen and (min-width: 750px) {
      /* stylelint-disable-next-line declaration-no-important */
      display: none !important;
    }
  }

  .quick-add-modal__content
    .group-block:not(
      :has(
          .buy-buttons-block,
          .buy-buttons-block *,
          .view-product-title,
          .view-product-title *,
          variant-picker,
          variant-picker *,
          product-price,
          product-price *,
          product-inventory,
          product-inventory *,
          .view-more-details__wrapper,
          .view-more-details__wrapper *
        ),
      .buy-buttons-block
    ) {
    display: none;
  }

  @media screen and (min-width: 750px) {
    .quick-add-modal__content .group-block-content {
      gap: 0;
    }

    .quick-add-modal__content .media-gallery__grid {
      gap: min(var(--gap-2xs), var(--image-gap));
      border-radius: var(--style-border-radius-popover, 0);
    }

    .quick-add-modal__content .media-gallery--grid .product-media img {
      border-radius: 0;
    }
  }

  .quick-add-modal__content .product-details > .group-block {
    padding-block: var(--padding-3xl) 0;
  }

  .quick-add-modal__content :where(.product-details > .group-block > .group-block-content > *) {
    padding-inline: var(--padding-3xl);
  }

  .quick-add-modal__content slideshow-slide:not([aria-hidden='false']) {
    content-visibility: auto;
  }

  .quick-add-modal__content .product-information__media {
    width: 100%;
    grid-column: 1 / span 1;
    grid-row: 1;
    position: relative;
    top: 0;
    animation: fadeIn 0.4s var(--animation-timing-fade-in) both;

    @media screen and (min-width: 750px) {
      position: sticky;
      grid-column: 1 / 4;
      width: var(--quick-add-modal-gallery-width);
      overflow-y: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

    &::-webkit-scrollbar {
      display: none;
    }
  }

  .quick-add-modal__content .product-information__media media-gallery {
    pointer-events: none;

    @media screen and (min-width: 750px) {
      position: absolute;
      inset: 0;
    }
  }

  .quick-add-modal media-gallery {
    padding: 0;
  }

  .quick-add-modal__content .product-information__media slideshow-arrows {
    display: none;
  }

  .quick-add-modal__content .product-information__media slideshow-container {
    display: block;
  }

  .quick-add-modal__content .product-information__media slideshow-slides {
    display: flex;
    flex-direction: column;
    gap: var(--gap-2xs);
    overflow: visible;
    scroll-snap-type: none;
  }

  .quick-add-modal__content .product-information__media slideshow-slide {
    width: 100%;
    flex: none;
    scroll-snap-align: unset;
    position: relative;
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s var(--animation-easing);
  }

  .quick-add-modal__content .product-information__media slideshow-slide[aria-hidden='true'] {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .quick-add-modal__content .product-information__media slideshow-slide:nth-child(1) {
    animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
  }

  .quick-add-modal__content .product-information__media slideshow-slide:nth-child(2) {
    animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
    animation-delay: 0.05s;
  }

  .quick-add-modal__content .product-information__media slideshow-slide:nth-child(3) {
    animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
    animation-delay: 0.1s;
  }

  .quick-add-modal__content .product-information__media :is(slideshow-controls, slideshow-controls[thumbnails]) {
    display: none;
  }

  .quick-add-modal__content .sticky-content,
  .quick-add-modal__content .sticky-content--desktop {
    top: 0;
  }

  .quick-add-modal__content .text-block.rte:not(product-price),
  .quick-add-modal__content .view-more-details__wrapper {
    display: none;
  }

  @keyframes fadeSlideIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* END_SNIPPET:quick-add-modal-styles */
/* START_SNIPPET:resource-card (INDEX:228) */
.resource-card {
    --resource-card-secondary-image-opacity: 0;
    --resource-card-primary-image-opacity: calc(1 - var(--resource-card-secondary-image-opacity));

    display: flex;
    flex-direction: column;
    row-gap: var(--padding-xs);
    position: relative;
    text-decoration: none;
    height: 100%;
    opacity: 0;
    animation: fadeIn var(--animation-speed-medium) var(--animation-timing-fade-in) forwards;
  }

  .resource-card__link {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .resource-card__content {
    display: flex;
    flex-direction: column;
    color: var(--color-foreground);
    gap: var(--padding-3xs);

    .price {
      font-weight: 500;
    }

    .volume-pricing-note {
      display: block;
      margin-top: var(--padding-3xs);
      font-family: var(--font-body--family);
      font-weight: normal;
      font-size: min(0.85em, var(--font-paragraph--size));
      line-height: normal;
      letter-spacing: normal;
      text-transform: none;
      color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    }
  }

  .resource-card[data-resource-type='article'] .resource-card__content,
  .resource-card[data-resource-type='page'] .resource-card__content {
    gap: var(--padding-xs);
  }

  .resource-card__image {
    aspect-ratio: var(--resource-card-aspect-ratio, auto);
    object-fit: cover;
    border-radius: var(--resource-card-corner-radius);
    opacity: var(--resource-card-primary-image-opacity);
  }

  .resource-card__image--secondary {
    position: absolute;
    top: 0;
    opacity: var(--resource-card-secondary-image-opacity);
    border-radius: var(--resource-card-corner-radius);
  }

  .resource-card__media:empty {
    display: none;
  }

  .resource-card__image-placeholder {
    padding: var(--padding-sm);
    font-size: var(--font-size--lg);
    line-height: var(--line-height--display-loose);
    word-break: break-word;
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
    aspect-ratio: var(--resource-card-aspect-ratio, auto);
    border-radius: var(--resource-card-corner-radius);
    color: var(--color-foreground);
  }

  .resource-card__title {
    margin-block: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .resource-card__title.paragraph {
    line-height: 1.3;
  }

  .resource-card--overlay {
    height: 100%;

    &::before {
      content: '';
      position: absolute;
      inset: 50% 0 0;
      background: var(--gradient-image-overlay);
      border-radius: var(--resource-card-corner-radius);
      pointer-events: none;
      z-index: var(--layer-flat);
    }
  }

  .resource-card--overlay .resource-card__image {
    height: 100%;
  }

  .resource-card--overlay .resource-card__content {
    position: absolute;
    inset: auto 0 0;
    padding: var(--padding-lg) var(--padding-lg) var(--padding-sm);
    z-index: var(--layer-raised);
  }

  .resource-card--overlay .resource-card__title {
    color: var(--color-white);
  }

  /* Collection images */
  .resource-card__image-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap-2xs);
  }

  .resource-card__collection-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: calc(var(--card-corner-radius) - (var(--padding-xs) / 2));
  }

  .resource-card__subtext {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    margin-block-start: 0;
  }

  .resource-card__subtext.paragraph {
    font-size: var(--font-size--body-sm);
    line-height: var(--line-height--body-tight);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .resource-card:has(.resource-card__image--secondary) {
    &:hover,
    &:focus {
      --resource-card-secondary-image-opacity: 1;
    }
  }
/* END_SNIPPET:resource-card */
/* START_SNIPPET:search-modal (INDEX:233) */
/* Search modal style */
  .search-modal {
    --search-border-radius: var(--style-border-radius-popover);
    --search-border-width: var(--style-border-width);
  }

  .search-modal__content {
    /* Approx set the top so when the content is at max height, the modal is centered */
    --modal-top-margin: calc(50dvh - var(--modal-max-height) / 2 - 2rem);
    --modal-width: 66dvw;

    padding: 0;
    border: var(--style-border-popover);

    @media screen and (min-width: 750px) {
      width: var(--modal-width);
      margin-block-start: var(--modal-top-margin);
      overflow: hidden;
    }
  }

  /* Hide the default dialog backdrop on small screens */
  @media screen and (max-width: 749px) {
    .search-modal__content::backdrop {
      display: none;
    }
  }

  .dialog-modal[open].search-modal__content {
    transform-origin: bottom center;
    animation: search-element-slide-in-bottom 300ms var(--ease-out-quad) forwards;
    border-radius: var(--search-border-radius);
    box-shadow: var(--shadow-popover);

    @media screen and (max-width: 749px) {
      border-radius: 0;
    }
  }

  .dialog-modal.search-modal__content.dialog-closing {
    animation: search-element-slide-out-bottom 200ms var(--ease-out-quad) forwards;
  }

  .search-modal__content[open] {
    display: flex;
  }

  .search-modal__content :is(.predictive-search-dropdown, .predictive-search-form__content-wrapper) {
    position: relative;
  }

  .dialog-modal
    .predictive-search-form__header:has(
      .predictive-search__reset-button:not(.predictive-search__reset-button[hidden])
    )::before {
    content: '';
    position: absolute;
    right: calc(var(--padding-sm) + var(--minimum-touch-target));
    top: 0;
    bottom: 0;
    width: var(--border-width-sm);
    background-color: var(--color-border);
  }

  .dialog-modal
    .predictive-search-form__header:has(.predictive-search__reset-button:not(.predictive-search__reset-button[hidden]))
    > .predictive-search__close-modal-button {
    &::before {
      content: none;
    }
  }

  @media screen and (min-width: 750px) {
    .dialog-modal
      .predictive-search-form__header:has(
        .predictive-search__reset-button:not(.predictive-search__reset-button[hidden])
      )::before {
      right: calc(var(--padding-2xl) * 2);
    }
  }

  predictive-search-component {
    --resource-card-corner-radius: var(--product-corner-radius);

    display: flex;
    width: 100%;
    position: relative;
    margin-inline: auto;
    align-items: center;
    background-color: var(--color-background);
    z-index: var(--layer-heightened);
  }

  .predictive-search-form__footer {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    @media screen and (min-width: 750px) {
      --to-top-gradient-background: linear-gradient(
        to top,
        rgb(var(--color-background-rgb) / var(--opacity-90)),
        rgb(var(--color-background-rgb) / var(--opacity-80)),
        rgb(var(--color-background-rgb) / var(--opacity-40)),
        transparent
      );

      padding-block: var(--padding-xs) var(--padding-lg);
      background-image: var(--to-top-gradient-background);
    }
  }

  predictive-search-component:has([data-search-results]):not(:has(.predictive-search-results__no-results))
    .predictive-search-form__footer {
    display: block;
  }

  .predictive-search-form {
    position: relative;
    width: 100%;
    align-self: flex-start;
  }

  .predictive-search-form__content {
    max-height: 50dvh;
    overflow-y: auto;
    background-color: var(--color-background);

    /* Firefox */
    scrollbar-width: none;

    /* Webkit browsers */
    &::-webkit-scrollbar {
      display: none;
    }
  }

  .predictive-search-form__content-wrapper {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: var(--layer-raised);
    display: flex;
    flex-direction: column;
    border-radius: 0 0 var(--search-border-radius) var(--search-border-radius);
    transition: box-shadow var(--animation-speed) var(--animation-easing);
    transform: translateZ(0);
    will-change: transform, opacity;
    overflow: hidden;

    @media screen and (max-width: 749px) {
      border-radius: 0;
    }

    @media screen and (min-width: 750px) {
      max-height: var(--modal-max-height);
    }
  }

  /* Add new rule to apply bottom padding only when search button exists */
  .predictive-search-form__content-wrapper:has([data-search-results]):not(:has(.predictive-search-results__no-results))
    > .predictive-search-form__content {
    padding-block-end: var(--padding-6xl);
  }

  .predictive-search-form__header-inner {
    background: var(--color-background);
    border: var(--search-border-width) solid var(--color-border);
    color: var(--color-foreground);
    border-radius: var(--style-border-radius-popover);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

    @media screen and (max-width: 749px) {
      border-radius: var(--style-border-radius-inputs);
      border: none;
    }
  }

  .predictive-search-form__header-inner:focus-within {
    outline-offset: var(--focus-outline-offset);

    @media screen and (min-width: 750px) {
      outline: var(--focus-outline-width) solid var(--color-primary);
    }
  }

  .predictive-search-form__header {
    display: flex;
    position: sticky;
    top: 0;
    z-index: var(--layer-heightened);
    width: 100%;
    align-items: center;
    background-color: var(--color-input-background);
    border: var(--search-border-width) solid var(--color-border);
    border-radius: var(--style-border-radius-inputs);

    @media screen and (max-width: 749px) {
      padding: var(--padding-2xs) var(--padding-sm);
    }
  }

  .predictive-search-form__header:focus-within,
  .predictive-search-form__header-inner:focus-within,
  .predictive-search-form__header-inner:has(.search-input:is(:focus, :focus-visible)) {
    outline: none;
    box-shadow: none;
    /* stylelint-disable-next-line declaration-no-important */
    border-color: var(--color-border) !important;
  }

  input.search-input {
    border-radius: var(--style-border-radius-inputs);
    padding-block: var(--padding-sm);
    font-size: var(--font-size--md);
    width: 100%;
    color: var(--color-foreground);
    padding-inline: calc(var(--margin-lg) + var(--icon-size-lg)) 0;
    background: transparent;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: none;
    border: 0;
  }

  .search-input::placeholder {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .search-input,
  .search-input:is(:focus, :focus-visible, :focus-within),
  .predictive-search-form__header *:is(:focus, :focus-visible) {
    outline: none;
    box-shadow: none;
  }

  .search-input:hover {
    background-color: transparent;
  }

  .predictive-search__icon {
    position: absolute;
    left: var(--margin-xl);
    top: auto;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-60));

    @media screen and (min-width: 750px) {
      left: var(--margin-md);
    }
  }

  .predictive-search__icon > svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  .predictive-search__reset-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
    padding: 0;
    margin-inline-end: var(--margin-md);
    background: transparent;
    color: var(--color-foreground);
    opacity: 0.68;
    transition: opacity var(--animation-speed-medium) var(--animation-timing-fade-out),
      visibility var(--animation-speed-medium) var(--animation-timing-fade-out);

    &:hover {
      color: var(--color-foreground);
    }

    &:active {
      transform: scale(0.9);
      transition: transform 100ms var(--animation-timing-active);
    }

    @media screen and (min-width: 750px) {
      margin-inline-end: var(--margin-2xs);
    }
  }

  .predictive-search__reset-button[hidden] {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .predictive-search__reset-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
    transition: background-color var(--animation-speed-medium) ease-in-out,
      transform var(--animation-speed-medium) var(--animation-timing-bounce);
    border-radius: 50%;

    &:hover {
      background-color: rgb(var(--color-primary-hover-rgb) / var(--opacity-8));
    }
  }

  .predictive-search__reset-button:active .predictive-search__reset-button-icon {
    transform: scale(0.85);
    transition-timing-function: var(--animation-timing-active);
    transition-duration: 100ms;
  }

  .predictive-search__reset-button svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  .predictive-search__reset-button-text {
    display: none;
  }

  .predictive-search__search-button {
    margin: auto;
    z-index: var(--layer-raised);
    transition: transform var(--animation-speed-medium) var(--animation-timing-bounce),
      box-shadow var(--animation-speed-medium) var(--animation-timing-hover);
    transform-origin: center;

    &:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgb(0 0 0 / var(--opacity-5));
    }

    &:active {
      transform: scale(0.97);
      transition: transform 100ms var(--animation-timing-active);
      box-shadow: none;
    }
  }

  .predictive-search__close-modal-button {
    --button-color: var(--color-foreground);
    --button-background-color: transparent;

    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
    margin-inline-start: var(--margin-sm);
    padding: 0;
    box-shadow: none;

    &:active {
      transform: scale(0.8);
      transition: transform 100ms var(--animation-timing-active);
    }

    .svg-wrapper,
    svg {
      width: var(--icon-size-xs);
      height: var(--icon-size-xs);
    }
  }

  .predictive-search__close-modal-button:hover {
    --button-color: var(--color-foreground);
    --button-background-color: transparent;
  }
/* END_SNIPPET:search-modal */
/* START_SNIPPET:search (INDEX:234) */
.search-action {
    --search-border-radius: var(--style-border-radius-inputs);
    --search-border-width: var(--style-border-width-inputs);

    display: flex;
  }

  @media screen and (max-width: 749px) {
    .search-action--hidden-on-drawer {
      display: none;
    }
  }

  @media screen and (min-width: 750px) {
    [data-menu-style='drawer'] .search-action--hidden-on-drawer {
      display: none;
    }

    [data-menu-style='menu'] .search-action--hidden-on-menu {
      display: none;
    }
  }

  [data-menu-style='menu'] .header__column--left .search-action {
    @media screen and (min-width: 750px) {
      margin-inline: calc(var(--padding-lg) * -1);
    }
  }

  .header__column--right .search-action {
    @media screen and (min-width: 750px) {
      margin-inline: calc(var(--gap-md) * -1) calc(var(--gap-xs) * -1);
    }
  }

  @media screen and (min-width: 750px) {
    .header__column--right .search-action--text {
      margin-inline: 0;
    }

    [data-menu-style='menu'] .header__column--left .search-action--text {
      margin-inline: 0;
    }
  }
/* END_SNIPPET:search */
/* START_SNIPPET:skip-to-content-link (INDEX:237) */
.skip-to-content-link {
    position: absolute;
    left: -99999px;
  }

  .skip-to-content-link:focus {
    z-index: var(--layer-temporary);
    overflow: auto;
    width: auto;
    height: auto;
    padding: var(--padding-lg) var(--padding-4xl);
    left: var(--margin-lg);
    top: var(--margin-lg);
    background-color: var(--color-background);
    box-shadow: 0 0 0 var(--focus-outline-offset) var(--color-background);
  }
/* END_SNIPPET:skip-to-content-link */
/* START_SNIPPET:slideshow-arrow (INDEX:239) */
.slideshow-control--large {
    .icon-caret {
      --icon-stroke-width: 1px;
    }

    .icon-caret {
      --icon-stroke-width: 1px;
    }

    .svg-wrapper,
    svg {
      width: var(--slideshow-controls-icon);
      height: var(--slideshow-controls-icon);
    }
  }

  /* Slideshow control shape styles */
  .slideshow-control.slideshow-control--shape-square,
  .slideshow-control.slideshow-control--shape-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    background-color: var(--color-primary-button-background);
    color: var(--color-primary-button-text);
  }

  .slideshow-control.slideshow-control--shape-circle {
    border-radius: 50%;
  }

  .slideshow-control.slideshow-control--shape-square {
    border-radius: 0;
  }

  .slideshow-control .icon-caret {
    rotate: -90deg;
  }
/* END_SNIPPET:slideshow-arrow */
/* START_SNIPPET:slideshow-arrows (INDEX:240) */
slideshow-arrows {
    --cursor-previous: w-resize;
    --cursor-next: e-resize;

    position: absolute;
    inset: 0;
    display: flex;
    z-index: var(--layer-heightened);
    pointer-events: none;
    mix-blend-mode: difference;
    align-items: flex-end;

    &[position='left'] {
      justify-content: flex-start;
      padding-inline: var(--padding-xs);
    }

    &[position='right'] {
      justify-content: flex-end;
      padding-inline: var(--padding-xs);
    }

    &[position='center'] {
      justify-content: space-between;
      align-items: center;
    }
  }

  slideshow-arrows:has(.slideshow-control--shape-square),
  slideshow-arrows:has(.slideshow-control--shape-circle) {
    mix-blend-mode: normal;
  }

  slideshow-component[disabled='true'] slideshow-arrows {
    display: none;
  }

  slideshow-arrows .slideshow-control {
    pointer-events: auto;
    opacity: 0;
    min-height: var(--minimum-touch-target);
    min-width: var(--minimum-touch-target);
    padding: 0 var(--padding-xs);
    color: var(--color-white);
  }

  slideshow-arrows .slideshow-control.slideshow-control--style-none {
    display: none;
  }
/* END_SNIPPET:slideshow-arrows */
/* START_SNIPPET:slideshow-styles (INDEX:243) */
/*
   * Slideshow Component
   */
  slideshow-component {
    --cursor: grab;
    --slide-offset: 6px;

    position: relative;
    display: flex;
    flex-direction: column;
    timeline-scope: var(--slideshow-timeline);
  }

  .slideshow--single-media {
    --cursor: default;
  }

  a slideshow-component {
    --cursor: pointer;
  }

  slideshow-component [data-placeholder='true'] * {
    cursor: grab;
  }

  /*
   * Slideshow Slides
   */
  slideshow-slides {
    width: 100%;
    position: relative;
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-color: transparent transparent;
    scrollbar-width: none;
    gap: var(--slideshow-gap, 0);
    cursor: var(--cursor);
    min-height: var(--slide-min-height);
    align-items: var(--slideshow-align-items, normal);

    @media (prefers-reduced-motion) {
      scroll-behavior: auto;
    }

    &::-webkit-scrollbar {
      width: 0;
    }

    &::-webkit-scrollbar-track {
      background: transparent;
    }

    &::-webkit-scrollbar-thumb {
      background: transparent;
      border: none;
    }

    @media screen and (min-width: 750px) {
      min-height: var(--slide-min-height-desktop);
    }
  }

  .slideshow--stretch-content slideshow-slides > * {
    height: auto;
  }

  slideshow-component[disabled='true'] slideshow-slides {
    overflow: hidden;
  }

  /**
   * By default, slideshows have overflow: hidden (no compositor layer).
   * When the slideshow enters the viewport, JavaScript adds [in-viewport] which enables scrolling.
   */
  slideshow-component:not([in-viewport]) slideshow-slides {
    overflow: hidden;
  }

  slideshow-component[mobile-disabled] slideshow-slides {
    @media screen and (max-width: 749px) {
      overflow: hidden;
    }
  }

  slideshow-slides[gutters*='start'] {
    padding-inline-start: var(--gutter-slide-width, 0);
    scroll-padding-inline-start: var(--gutter-slide-width, 0);
  }

  slideshow-slides[gutters*='end'] {
    padding-inline-end: var(--gutter-slide-width, 0);
  }

  slideshow-component[dragging] {
    --cursor: grabbing;

    * {
      pointer-events: none;
    }
  }

  slideshow-component[dragging] slideshow-arrows {
    display: none;
  }

  slideshow-container {
    width: 100%;
    display: block;
    position: relative;
    grid-area: container;
    container-type: inline-size;
    background-color: var(--color-background);
  }

  /*
   * Be specific about HTML children structure to avoid targeting nested slideshows.
   * Ensure that the content is 'visible' while scrolling instead of 'auto' to avoid issues in Safari.
   */
  slideshow-component:is([dragging], [transitioning], :hover) > slideshow-container > slideshow-slides > slideshow-slide {
    content-visibility: visible;
  }

  @keyframes slide-reveal {
    0% {
      translate: calc(var(--slideshow-slide-offset, 6) * 1rem) 0;
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    100% {
      translate: calc(var(--slideshow-slide-offset, 6) * -1rem) 0;
      opacity: 0;
    }
  }

  /*
   * Slideshow Slide
   */
  slideshow-slide {
    position: relative;
    scroll-snap-align: center;
    width: var(--slide-width, 100%);
    max-height: 100%;
    flex-shrink: 0;
    view-timeline-name: var(--slideshow-timeline);
    view-timeline-axis: inline;
    content-visibility: auto;
    contain-intrinsic-size: auto none;
    border-radius: var(--corner-radius, 0);
    overflow: hidden;

    slideshow-component[actioned] &,
    &[aria-hidden='false'] {
      content-visibility: visible;
    }

    slideshow-component slideshow-slide:not([aria-hidden='false']) {
      content-visibility: hidden;
    }

    &[hidden]:not([reveal]) {
      display: none;
    }

    /* Make inactive slides appear clickable */
    &[aria-hidden='true'] {
      cursor: pointer;
    }
  }

  slideshow-slide .shopify-model-viewer-ui__controls-area.shopify-model-viewer-ui__controls-area {
    bottom: var(--padding-sm);
    right: var(--padding-sm);
  }

  slideshow-component.slideshow--content-below-media slideshow-slide {
    display: grid;
  }

  .slideshow--content-below-media slideshow-slide :is(.slide__image-container, .slide__content) {
    position: static;
  }

  .slideshow--content-below-media slideshow-slide {
    grid-template-rows: var(--grid-template-rows);

    @media screen and (min-width: 750px) {
      grid-template-rows: var(--grid-template-rows-desktop);
    }
  }
/* END_SNIPPET:slideshow-styles */
