/** Shopify CDN: Minification failed

Line 17277:61 Expected identifier but found "{"
Line 17277:62 Unexpected "{"
Line 17277:72 Expected ":"
Line 17277:96 Expected ":"
Line 17278:220 Expected identifier but found "{"
Line 17278:221 Unexpected "{"
Line 17278:231 Expected ":"
Line 17278:248 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:affluence-accordion (INDEX:1) */
.affluence-accordion {
    width: 100%;
    box-sizing: border-box;
    padding-inline: clamp(20px, 5vw, 56px);
  }

  .affluence-accordion__inner {
    box-sizing: border-box;
    margin-inline: auto;
    max-width: 880px;
  }

  .affluence-accordion__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
  }

  .affluence-accordion--align-left .affluence-accordion__header {
    text-align: left;
    align-items: flex-start;
  }

  .affluence-accordion--align-center .affluence-accordion__header {
    text-align: center;
    align-items: center;
  }

  .affluence-accordion__overline {
    margin: 0;
    font-family: var(--font-body--family, inherit);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-foreground);
    opacity: 0.6;
  }

  .affluence-accordion__heading {
    margin: 0;
    font-family: var(--font-heading--family, inherit);
    font-weight: var(--font-h2--weight, 400);
    font-size: clamp(1.5rem, 3vw, var(--font-h2--size));
    line-height: 1.2;
    letter-spacing: var(--font-h2--letter-spacing, 0.005em);
    color: var(--color-foreground-heading, var(--color-foreground));
  }

  .affluence-accordion__list {
    display: flex;
    flex-direction: column;
  }

  .affluence-accordion--border-hairline .affluence-accordion__list {
    border-top: 1px solid var(--color-border);
  }

  .affluence-accordion__row {
    border-bottom: 1px solid var(--color-border);
  }

  .affluence-accordion--border-soft .affluence-accordion__row {
    border-bottom-color: var(--color-border);
  }

  .affluence-accordion--border-soft .affluence-accordion__list {
    border-top: 1px solid var(--color-border);
  }

  .affluence-accordion__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 0;
    cursor: pointer;
    list-style: none;
    color: var(--color-foreground);
    font-family: var(--font-heading--family, inherit);
    font-size: 1rem;
    font-weight: var(--font-h3--weight, 400);
    letter-spacing: var(--font-h3--letter-spacing, 0.01em);
    transition: color 0.2s ease;
  }

  .affluence-accordion__summary::-webkit-details-marker {
    display: none;
  }

  .affluence-accordion__summary:hover {
    color: var(--color-foreground);
    opacity: 0.78;
  }

  .affluence-accordion__summary:focus-visible {
    outline: 2px solid var(--color-foreground);
    outline-offset: 4px;
  }

  .affluence-accordion__row-heading {
    flex: 1 1 auto;
    min-width: 0;
  }

  .affluence-accordion__indicator {
    flex: 0 0 auto;
    line-height: 0;
    color: currentColor;
    opacity: 0.7;
  }

  .affluence-accordion__indicator svg {
    width: 18px;
    height: 18px;
    transition: transform 0.25s ease;
  }

  .affluence-accordion__indicator-vertical {
    transition: opacity 0.2s ease;
  }

  .affluence-accordion__row[open] .affluence-accordion__indicator-vertical {
    opacity: 0;
  }

  .affluence-accordion__row[open] .affluence-accordion__indicator svg {
    transform: rotate(180deg);
  }

  .affluence-accordion__content {
    padding: 0 0 24px;
    font-family: var(--font-body--family, inherit);
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--color-foreground);
    opacity: 0.82;
    max-width: 64ch;
  }

  .affluence-accordion__content :is(p, ul, ol) {
    margin: 0 0 1em;
  }

  .affluence-accordion__content :is(p, ul, ol):last-child {
    margin-bottom: 0;
  }

  .affluence-accordion__content a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }

  @media (prefers-reduced-motion: reduce) {
    .affluence-accordion__indicator svg {
      transition: none;
    }
  }
/* END_SECTION:affluence-accordion */

/* START_SECTION:affluence-content-cards (INDEX:2) */
.affluence-content-cards {
    width: 100%;
    box-sizing: border-box;
    padding-inline: clamp(20px, 5vw, 56px);
  }

  .affluence-content-cards__header {
    max-width: 720px;
    margin: 0 auto 32px;
  }

  .affluence-content-cards--align-center .affluence-content-cards__header {
    text-align: center;
  }
  .affluence-content-cards--align-left .affluence-content-cards__header {
    text-align: left;
    margin-left: 0;
  }

  .affluence-content-cards__heading {
    margin: 0 0 12px;
    font-family: var(--font-heading--family, inherit);
    font-weight: var(--font-h2--weight, 400);
    font-size: clamp(1.5rem, 3vw, var(--font-h2--size));
    line-height: 1.2;
    letter-spacing: var(--font-h2--letter-spacing, 0.02em);
    color: var(--color-foreground, #111);
  }

  .affluence-content-cards__subheading {
    margin: 0;
    font-family: var(--font-body--family, inherit);
    font-weight: var(--font-body--weight, 300);
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-foreground-muted);
  }

  .affluence-content-cards__grid {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1280px;
    display: grid;
    grid-template-columns: repeat(var(--acc-cols, 3), 1fr);
    gap: var(--style-gap-cards, 20px);
  }

  .affluence-content-cards__card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .affluence-content-cards__link--full {
    position: absolute;
    inset: 0;
    z-index: 2;
  }

  .affluence-content-cards__media {
    width: 100%;
    overflow: hidden;
    background: var(--color-card-background);
    border-radius: var(--style-border-radius-images, 0px);
    aspect-ratio: 3 / 4;
  }

  .affluence-content-cards--ratio-square .affluence-content-cards__media {
    aspect-ratio: 1 / 1;
  }
  .affluence-content-cards--ratio-landscape .affluence-content-cards__media {
    aspect-ratio: 16 / 10;
  }

  .affluence-content-cards__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
  }

  .affluence-content-cards__card:hover .affluence-content-cards__img {
    transform: scale(1.02);
  }

  .affluence-content-cards__img--placeholder {
    opacity: 0.4;
  }

  .affluence-content-cards__copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .affluence-content-cards--align-center .affluence-content-cards__copy {
    text-align: center;
    align-items: center;
  }
  .affluence-content-cards--align-left .affluence-content-cards__copy {
    text-align: left;
    align-items: flex-start;
  }

  .affluence-content-cards__title {
    margin: 0;
    font-family: var(--font-heading--family, inherit);
    font-weight: var(--font-h3--weight, 500);
    font-size: 1rem;
    letter-spacing: var(--font-h3--letter-spacing, 0.04em);
    text-transform: var(--font-h3--case, uppercase);
    color: var(--color-foreground, #111);
  }

  .affluence-content-cards__subtitle {
    margin: 0;
    font-family: var(--font-body--family, inherit);
    font-weight: var(--font-body--weight, 300);
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
    color: var(--color-foreground-muted);
  }

  .affluence-content-cards__cta {
    position: relative;
    z-index: 3;
    margin-top: 6px;
    display: inline-block;
    font-family: var(--font-accent--family, inherit);
    font-weight: var(--font-accent--weight, 500);
    font-size: 0.6875rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-foreground, #111);
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid currentColor;
    transition: opacity 0.2s ease;
  }

  .affluence-content-cards__cta:hover {
    opacity: 0.7;
  }

  @media screen and (max-width: 749px) {
    .affluence-content-cards__grid {
      grid-template-columns: repeat(var(--acc-cols-mb, 1), 1fr);
      gap: 24px;
    }
  }
/* END_SECTION:affluence-content-cards */

/* START_SECTION:affluence-countdown (INDEX:3) */
.affluence-countdown {
    position: relative;
  }

  .affluence-countdown__content {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .affluence-countdown__eyebrow {
    margin: 0;
    font-family: var(--font-body--family, inherit);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-foreground);
    opacity: 0.65;
  }

  .affluence-countdown__heading {
    margin: 0;
    font-family: var(--font-heading--family, inherit);
    font-size: clamp(1.75rem, 5vw, var(--font-h2--size));
    font-weight: var(--font-h2--weight, 500);
    line-height: 1.25;
    color: var(--color-foreground);
  }

  .affluence-countdown__timer {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 16px;
    padding-block: 12px;
    padding-inline: 24px;
    border-block: 1px solid var(--color-border);
    border-radius: var(--style-border-radius-global, 0px);
  }

  @media screen and (max-width: 749px) {
    .affluence-countdown__timer {
      gap: 10px;
      padding-inline: 12px;
    }
  }

  .affluence-countdown__unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 48px;
  }

  .affluence-countdown__divider {
    font-family: var(--font-heading--family, inherit);
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--color-foreground);
    opacity: 0.35;
    align-self: center;
  }

  .affluence-countdown__number {
    font-family: var(--font-heading--family, inherit);
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    color: var(--color-foreground);
  }

  @media screen and (min-width: 750px) {
    .affluence-countdown__number {
      font-size: 2.25rem;
    }
  }

  .affluence-countdown__label {
    font-family: var(--font-body--family, inherit);
    font-size: 0.6875rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-foreground);
    opacity: 0.55;
  }

  .affluence-countdown__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    font-family: var(--font-body--family, inherit);
    font-size: 0.8125rem;
    font-weight: var(--font-body--weight, 500);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color-foreground);
    background: transparent;
    border: 1px solid var(--color-foreground);
    border-radius: var(--style-border-radius-buttons-secondary, 0px);
    transition: opacity 0.2s ease;
  }

  .affluence-countdown__button:hover {
    opacity: 0.65;
  }
/* END_SECTION:affluence-countdown */

/* START_SECTION:affluence-featured-collection (INDEX:4) */
.affluence-featured-collection {
    width: 100%;
    box-sizing: border-box;
  }

  .affluence-featured-collection__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 720px;
    box-sizing: border-box;
    margin: 0 auto 36px;
    padding-inline: clamp(16px, 4vw, 36px);
    text-align: center;
  }

  .affluence-featured-collection--align-left .affluence-featured-collection__header {
    margin-left: 0;
    text-align: left;
    align-items: flex-start;
  }
  .affluence-featured-collection--align-right .affluence-featured-collection__header {
    margin-right: 0;
    text-align: right;
    align-items: flex-end;
  }

  .affluence-featured-collection__eyebrow {
    margin: 0;
    font-family: var(--font-accent--family, inherit);
    font-weight: 500;
    font-size: 0.6875rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-foreground-muted);
    opacity: 0.65;
  }

  .affluence-featured-collection__heading {
    margin: 0;
    font-family: var(--font-heading--family, inherit);
    font-weight: var(--font-h2--weight, 400);
    font-size: clamp(1.5rem, 3vw, var(--font-h2--size));
    letter-spacing: var(--font-h2--letter-spacing, 0.01em);
    line-height: 1.15;
    color: var(--color-foreground-heading, var(--color-foreground));
  }

  .affluence-featured-collection__subheading {
    margin: 0;
    font-family: var(--font-body--family, inherit);
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--color-foreground);
    opacity: 0.78;
    max-width: 520px;
  }

  .affluence-featured-collection--align-center .affluence-featured-collection__subheading {
    margin-inline: auto;
  }

  /* Footer button below the track */
  .affluence-featured-collection__footer {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    padding-inline: clamp(16px, 4vw, 36px);
  }

  .affluence-featured-collection--align-left .affluence-featured-collection__footer {
    justify-content: flex-start;
  }
  .affluence-featured-collection--align-right .affluence-featured-collection__footer {
    justify-content: flex-end;
  }

  .affluence-featured-collection__shop-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0.95rem 2rem;
    min-height: 48px;
    background: var(--color-primary-button-background);
    color: var(--color-primary-button-text);
    border: 1px solid var(--color-primary-button-border);
    border-radius: var(--style-border-radius-buttons-primary, 0px);
    text-decoration: none;
    font-family: var(--font-accent--family, inherit);
    font-size: 0.6875rem;
    font-weight: var(--font-accent--weight, 500);
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease;
  }

  .affluence-featured-collection__shop-all:hover {
    background: var(--color-primary-button-hover-background);
    color: var(--color-primary-button-hover-text);
    border-color: var(--color-primary-button-hover-border);
  }

  .affluence-featured-collection__shop-all:focus-visible {
    outline: 2px solid var(--color-primary-button-background);
    outline-offset: 3px;
  }

  /* Track */
  .affluence-featured-collection__track-bleed {
    position: relative;
    width: 100%;
  }

  .affluence-featured-collection__track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: var(--style-gap-cards, 16px);
    width: 100%;
    box-sizing: border-box;
  }

  /* ---------- Desktop ---------- */

  @media screen and (min-width: 750px) {
    .affluence-featured-collection__track-bleed {
      width: 100vw;
      max-width: 100vw;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
    }

    [data-desktop-layout='grid'] .affluence-featured-collection__track {
      overflow-x: visible;
      padding-inline: clamp(20px, 5vw, 56px);
      scroll-snap-type: none;
    }

    [data-desktop-layout='grid'] .afc-card {
      flex: 1 1 0;
      min-width: 0;
      max-width: none;
    }

    [data-desktop-layout='carousel'] .affluence-featured-collection__track {
      overflow-x: auto;
      overflow-y: hidden;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      scrollbar-width: none;
      -ms-overflow-style: none;
      -webkit-overflow-scrolling: touch;
      padding-inline: clamp(20px, 5vw, 56px);
      scroll-padding-inline: clamp(20px, 5vw, 56px);
    }

    [data-desktop-layout='carousel'] .affluence-featured-collection__track::-webkit-scrollbar {
      display: none;
    }

    [data-desktop-layout='carousel'] .afc-card {
      flex: 0 0 calc((100% - (var(--afc-desktop-columns, 4) - 1) * clamp(8px, 1.2vw, 16px)) / var(--afc-desktop-columns, 4));
      max-width: calc((100% - (var(--afc-desktop-columns, 4) - 1) * clamp(8px, 1.2vw, 16px)) / var(--afc-desktop-columns, 4));
      scroll-snap-align: start;
    }
  }

  /* Carousel nav */
  .affluence-featured-collection__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid var(--color-border, rgba(0, 0, 0, 0.12));
    background: var(--color-background, #fff);
    color: var(--color-foreground);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
    box-shadow: var(--style-shadow-card, 0 2px 12px rgba(0, 0, 0, 0.12));
    transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  }

  .affluence-featured-collection__nav svg {
    width: 18px;
    height: 18px;
  }

  .affluence-featured-collection__nav--prev {
    left: max(12px, 1.5vw);
  }

  .affluence-featured-collection__nav--next {
    right: max(12px, 1.5vw);
  }

  .affluence-featured-collection__nav:hover {
    box-shadow: var(--style-shadow-card, 0 4px 16px rgba(0, 0, 0, 0.18));
  }

  .affluence-featured-collection__nav:focus-visible {
    outline: 2px solid var(--color-foreground);
    outline-offset: 2px;
    opacity: 1;
    pointer-events: auto;
  }

  .affluence-featured-collection__nav:disabled {
    opacity: 0;
    pointer-events: none;
  }

  @media screen and (min-width: 750px) and (hover: hover) {
    [data-desktop-layout='carousel'][data-scrollable] .affluence-featured-collection__nav {
      display: flex;
    }

    [data-desktop-layout='carousel'][data-scrollable] .affluence-featured-collection__track-bleed:hover .affluence-featured-collection__nav:not(:disabled) {
      opacity: 1;
      pointer-events: auto;
    }
  }

  /* ---------- Mobile ---------- */

  @media screen and (max-width: 749px) {
    .affluence-featured-collection__header {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
    }

    [data-mobile-layout='carousel'] .affluence-featured-collection__track {
      overflow-x: auto;
      overflow-y: hidden;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      -ms-overflow-style: none;
      -webkit-overflow-scrolling: touch;
      padding: 0 16px 8px;
      scroll-padding-inline: 16px;
    }

    [data-mobile-layout='carousel'] .affluence-featured-collection__track::-webkit-scrollbar {
      display: none;
    }

    [data-mobile-layout='carousel'] .afc-card {
      flex: 0 0 min(70vw, 280px);
      max-width: min(70vw, 280px);
      scroll-snap-align: start;
    }

    [data-mobile-layout='grid'] .affluence-featured-collection__track {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      padding: 0 16px;
      overflow-x: visible;
      scroll-snap-type: none;
    }

    [data-mobile-layout='grid'] .afc-card {
      flex: none;
      width: 100%;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .affluence-featured-collection__track {
      scroll-behavior: auto;
      scroll-snap-type: none;
    }
  }

  /* ---------- Card ---------- */

  .afc-card {
    position: relative;
  }

  .afc-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
  }

  .afc-card__image-wrap {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--color-card-background);
    border-radius: var(--style-border-radius-images, 0px);
  }

  .afc-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: clamp(8px, 1.5vw, 24px);
    box-sizing: border-box;
    transition: transform 0.5s ease;
  }

  /* Frameless variant — drop the light-card background and padding so the
     photo bleeds edge-to-edge inside the card. Default state: photo sits
     directly on the section background and crops to fill (object-fit: cover). */
  .affluence-featured-collection--no-image-frame .afc-card__image-wrap {
    background: transparent;
  }

  .affluence-featured-collection--no-image-frame .afc-card__image {
    padding: 0;
    object-fit: cover;
  }

  .afc-card__link:hover .afc-card__image {
    transform: scale(1.03);
  }

  .afc-card__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .afc-card__placeholder-svg {
    width: 50%;
    height: auto;
    opacity: 0.2;
  }

  .afc-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    background: var(--color-foreground);
    color: var(--color-background);
    font-family: var(--font-accent--family, inherit);
  }

  /* Hairline divider above the info block (matches Amaraan/Luxe). */
  .afc-card__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 18px 8px 0;
    margin-top: 18px;
    text-align: center;
    align-items: center;
    border-top: 1px solid var(--color-border, rgba(0, 0, 0, 0.12));
  }

  .affluence-featured-collection--align-left .afc-card__info {
    text-align: left;
    align-items: flex-start;
  }

  .afc-card__vendor {
    margin: 0;
    font-family: var(--font-body--family, inherit);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.4;
    color: var(--color-foreground);
    opacity: 0.7;
  }

  .afc-card__title {
    margin: 0;
    font-family: var(--font-body--family, inherit);
    font-size: 0.9375rem;
    font-weight: var(--font-h3--weight, 400);
    line-height: 1.4;
    color: var(--color-foreground);
    letter-spacing: var(--font-h3--letter-spacing, 0.01em);
    max-width: 24ch;
  }

  .afc-card__type {
    margin: 0;
    font-family: var(--font-body--family, inherit);
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 1.4;
    color: var(--color-foreground);
    opacity: 0.7;
  }

  .afc-card__prices {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
    margin-top: 6px;
  }

  .affluence-featured-collection--align-left .afc-card__prices {
    justify-content: flex-start;
  }

  .afc-card__price {
    font-family: var(--font-body--family, inherit);
    font-size: 0.875rem;
    color: var(--color-foreground);
  }

  .afc-card__price--sale {
    color: var(--color-error, #c0392b);
    font-weight: 700;
  }

  .afc-card__price--compare {
    text-decoration: line-through;
    opacity: 0.6;
  }
/* END_SECTION:affluence-featured-collection */

/* START_SECTION:affluence-featured-product (INDEX:5) */
.affluence-featured-product {
    width: 100%;
    box-sizing: border-box;
    padding-inline: clamp(20px, 5vw, 56px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(24px, 4vw, 60px);
    max-width: 1400px;
    margin-inline: auto;
  }

  .affluence-featured-product--image-right {
    direction: rtl;
  }
  .affluence-featured-product--image-right > * {
    direction: ltr;
  }

  .affluence-featured-product__slot {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
  }

  .affluence-featured-product__media {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--color-card-background);
    border-radius: var(--style-border-radius-images, 0px);
  }

  .affluence-featured-product--ratio-portrait .affluence-featured-product__media {
    aspect-ratio: 3 / 4;
  }
  .affluence-featured-product--ratio-landscape .affluence-featured-product__media {
    aspect-ratio: 4 / 3;
  }

  .affluence-featured-product__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .affluence-featured-product__img--placeholder {
    opacity: 0.4;
  }

  .affluence-featured-product__content {
    display: flex;
    align-items: center;
  }

  .affluence-featured-product__inner {
    max-width: 480px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .affluence-featured-product__eyebrow {
    margin: 0;
    font-family: var(--font-accent--family, inherit);
    font-weight: 500;
    font-size: 0.6875rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-foreground-muted);
  }

  .affluence-featured-product__heading {
    margin: 0;
    font-family: var(--font-heading--family, inherit);
    font-weight: var(--font-h2--weight, 400);
    font-size: clamp(1.75rem, 3.5vw, calc(var(--font-h2--size) * 1.1));
    line-height: 1.15;
    letter-spacing: var(--font-h2--letter-spacing, 0.02em);
    color: var(--color-foreground, #111);
  }

  .affluence-featured-product__price {
    margin: 0;
    font-family: var(--font-body--family, inherit);
    font-weight: 400;
    font-size: 1.125rem;
    color: var(--color-foreground, #111);
  }

  .affluence-featured-product__vendor {
    margin: 0;
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-foreground-muted);
  }

  .affluence-featured-product__description {
    font-family: var(--font-body--family, inherit);
    font-weight: var(--font-body--weight, 300);
    font-size: 1rem;
    line-height: 1.7;
    color: var(--color-foreground-muted);
  }

  .affluence-featured-product__description :is(p, ul, ol) {
    margin: 0 0 12px;
  }
  .affluence-featured-product__description :last-child {
    margin-bottom: 0;
  }

  .affluence-featured-product__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 0.95rem 2rem;
    min-height: 48px;
    background: var(--color-primary-button-background);
    color: var(--color-primary-button-text);
    border: 1px solid var(--color-primary-button-border);
    border-radius: var(--style-border-radius-buttons-primary, 0px);
    text-decoration: none;
    font-family: var(--font-accent--family, inherit);
    font-weight: var(--font-accent--weight, 500);
    font-size: 0.6875rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    align-self: flex-start;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }

  .affluence-featured-product__btn:hover {
    background: var(--color-primary-button-hover-background);
    color: var(--color-primary-button-hover-text);
    border-color: var(--color-primary-button-hover-border);
  }

  @media screen and (max-width: 749px) {
    .affluence-featured-product {
      grid-template-columns: 1fr;
      gap: 24px;
    }

    .affluence-featured-product--image-right {
      direction: ltr;
    }
  }
/* END_SECTION:affluence-featured-product */

/* START_SECTION:affluence-image-banner (INDEX:6) */
.affluence-image-banner {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: var(--aib-min-height-dt, 720px);
    overflow: hidden;
    display: flex;
    color: var(--aib-text-color, #fff);
    isolation: isolate;
  }

  .affluence-image-banner__slot--desktop,
  .affluence-image-banner__slot--mobile {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
  }

  .affluence-image-banner__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
  }

  .affluence-image-banner__img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .affluence-image-banner__img--placeholder {
    background: var(--color-card-background);
    opacity: 0.4;
  }

  .affluence-image-banner__img--mobile {
    display: none;
  }

  .affluence-image-banner__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, var(--aib-overlay-alpha, 0.3));
    z-index: 1;
  }

  .affluence-image-banner__content {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: clamp(32px, 6vw, 96px) clamp(20px, 5vw, 80px);
  }

  .affluence-image-banner__inner {
    max-width: 720px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  /* Text positioning */
  .affluence-image-banner--align-top-left .affluence-image-banner__content {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .affluence-image-banner--align-top-center .affluence-image-banner__content {
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
  .affluence-image-banner--align-top-right .affluence-image-banner__content {
    align-items: flex-end;
    justify-content: flex-start;
    text-align: right;
  }
  .affluence-image-banner--align-middle-left .affluence-image-banner__content {
    align-items: flex-start;
    justify-content: center;
    text-align: left;
  }
  .affluence-image-banner--align-middle-center .affluence-image-banner__content {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .affluence-image-banner--align-middle-right .affluence-image-banner__content {
    align-items: flex-end;
    justify-content: center;
    text-align: right;
  }
  .affluence-image-banner--align-bottom-left .affluence-image-banner__content {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
  }
  .affluence-image-banner--align-bottom-center .affluence-image-banner__content {
    align-items: center;
    justify-content: flex-end;
    text-align: center;
  }
  .affluence-image-banner--align-bottom-right .affluence-image-banner__content {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
  }

  .affluence-image-banner__inner {
    align-items: inherit;
  }

  .affluence-image-banner--align-middle-center .affluence-image-banner__inner,
  .affluence-image-banner--align-top-center .affluence-image-banner__inner,
  .affluence-image-banner--align-bottom-center .affluence-image-banner__inner {
    align-items: center;
  }

  .affluence-image-banner__heading {
    margin: 0;
    color: var(--aib-text-color, #fff);
    font-family: var(--font-heading--family, inherit);
    font-weight: var(--font-h1--weight, 400);
    font-size: clamp(2rem, 4.8vw, calc(var(--font-h1--size) * 1.5));
    line-height: 1.05;
    letter-spacing: var(--font-h1--letter-spacing, 0.01em);
  }

  .affluence-image-banner__subheading {
    margin: 0;
    color: var(--aib-text-color, #fff);
    font-family: var(--font-body--family, inherit);
    font-weight: var(--font-body--weight, 300);
    font-size: clamp(1rem, 1.4vw, 1.125rem);
    line-height: 1.6;
    max-width: 540px;
    opacity: 0.92;
  }

  .affluence-image-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0.95rem 2rem;
    min-height: 48px;
    margin-top: 8px;
    background: var(--color-primary-button-background);
    color: var(--color-primary-button-text);
    border: 1px solid var(--color-primary-button-border);
    border-radius: var(--style-border-radius-buttons-primary, 0px);
    text-decoration: none;
    font-family: var(--font-body--family, inherit);
    font-size: 0.6875rem;
    font-weight: var(--font-body--weight, 600);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    line-height: 1;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }

  .affluence-image-banner__btn:hover {
    background: var(--color-primary-button-hover-background);
    color: var(--color-primary-button-hover-text);
    border-color: var(--color-primary-button-hover-border);
  }

  .affluence-image-banner__btn:focus-visible {
    outline: 2px solid var(--color-primary-button-background);
    outline-offset: 3px;
  }

  /* Mobile */
  @media screen and (max-width: 749px) {
    .affluence-image-banner {
      min-height: var(--aib-min-height-mb, 78vh);
    }

    /* Wide desktop image fallback: size to the image, don't reserve empty vh. */
    .affluence-image-banner--adapt-mobile {
      min-height: 0;
      aspect-ratio: var(--aib-desktop-aspect, 16 / 9);
    }

    .affluence-image-banner__img--hide-on-mobile {
      display: none;
    }

    .affluence-image-banner__img--mobile {
      display: block;
    }

    .affluence-image-banner__content {
      padding: clamp(24px, 8vw, 48px) clamp(16px, 5vw, 32px);
    }

    .affluence-image-banner__heading {
      font-size: clamp(1.75rem, 7vw, calc(var(--font-h1--size) * 1));
    }
  }
/* END_SECTION:affluence-image-banner */

/* START_SECTION:affluence-logo-wall (INDEX:7) */
.affluence-logo-wall {
    width: 100%;
    box-sizing: border-box;
    padding-inline: clamp(20px, 5vw, 56px);
  }

  .affluence-logo-wall__header {
    max-width: 640px;
    margin: 0 auto 32px;
  }

  .affluence-logo-wall--align-center .affluence-logo-wall__header {
    text-align: center;
  }
  .affluence-logo-wall--align-left .affluence-logo-wall__header {
    text-align: left;
    margin-left: 0;
  }

  .affluence-logo-wall__heading {
    margin: 0 0 6px;
    font-family: var(--font-accent--family, inherit);
    font-weight: 500;
    font-size: 0.6875rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-foreground-muted);
  }

  .affluence-logo-wall__subheading {
    margin: 0;
    font-family: var(--font-body--family, inherit);
    font-weight: var(--font-body--weight, 300);
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--color-foreground-muted);
  }

  .affluence-logo-wall__row {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: var(--alw-gap, 80px) var(--alw-gap, 80px);
    max-width: 1280px;
    margin-inline: auto;
  }

  .affluence-logo-wall--align-left .affluence-logo-wall__row {
    justify-content: flex-start;
  }

  .affluence-logo-wall__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    width: var(--alw-size, 120px);
  }

  .affluence-logo-wall__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
  }

  .affluence-logo-wall__img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 64px;
    display: block;
    object-fit: contain;
    transition: opacity 0.2s ease, filter 0.2s ease;
  }

  .affluence-logo-wall--grayscale .affluence-logo-wall__img {
    filter: grayscale(1);
    opacity: 0.7;
  }

  .affluence-logo-wall--grayscale .affluence-logo-wall__img:hover {
    filter: grayscale(0);
    opacity: 1;
  }

  .affluence-logo-wall__wordmark {
    font-family: var(--font-heading--family, inherit);
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-foreground-muted);
    text-align: center;
  }

  @media screen and (max-width: 749px) {
    .affluence-logo-wall__row {
      gap: 36px;
    }
    .affluence-logo-wall__item {
      width: calc(var(--alw-size, 120px) * 0.85);
    }
  }
/* END_SECTION:affluence-logo-wall */

/* START_SECTION:affluence-marquee (INDEX:8) */
.affluence-marquee {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-block: var(--afm-padding-y, 18px);
  }

  .affluence-marquee--top-border {
    border-top: 1px solid var(--color-border);
  }

  .affluence-marquee--bottom-border {
    border-bottom: 1px solid var(--color-border);
  }

  .affluence-marquee__viewport {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: max-content;
    will-change: transform;
    animation: afm-scroll var(--afm-anim-speed, 28s) linear infinite;
  }

  .affluence-marquee:hover .affluence-marquee__viewport {
    animation-play-state: paused;
  }

  .affluence-marquee__track {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }

  .affluence-marquee__item {
    display: inline-flex;
    align-items: center;
    gap: clamp(20px, 3vw, 48px);
    padding-inline: clamp(20px, 3vw, 48px);
    font-family: var(--font-body--family, inherit);
    color: var(--color-foreground);
    text-transform: none;
    letter-spacing: var(--font-h3--letter-spacing, 0.06em);
    font-weight: var(--font-h3--weight, 400);
    line-height: 1;
    white-space: nowrap;
  }

  .affluence-marquee__sep {
    font-size: 0.5em;
    opacity: 0.55;
    transform: translateY(-1px);
  }

  .affluence-marquee--small .affluence-marquee__item {
    font-size: 0.75rem;
  }

  .affluence-marquee--medium .affluence-marquee__item {
    font-size: 0.9rem;
  }

  .affluence-marquee--large .affluence-marquee__item {
    font-size: 1.125rem;
  }

  .affluence-marquee--xlarge .affluence-marquee__item {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }

  @media screen and (min-width: 750px) {
    .affluence-marquee__viewport {
      animation-duration: calc(var(--afm-anim-speed, 28s) * 1.25);
    }
  }

  @media screen and (min-width: 1200px) {
    .affluence-marquee__viewport {
      animation-duration: calc(var(--afm-anim-speed, 28s) * 1.5);
    }
  }

  @keyframes afm-scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-20%);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .affluence-marquee__viewport {
      animation: none;
      transform: none;
    }
  }
/* END_SECTION:affluence-marquee */

/* START_SECTION:affluence-newsletter (INDEX:9) */
.affluence-newsletter {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-inline: clamp(20px, 5vw, 56px);
    overflow: hidden;
  }

  .affluence-newsletter__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .affluence-newsletter__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .affluence-newsletter__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, var(--afn-overlay-alpha, 0.35));
  }

  .affluence-newsletter__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
    max-width: 640px;
    box-sizing: border-box;
  }

  .affluence-newsletter--align-center .affluence-newsletter__inner {
    text-align: center;
    align-items: center;
  }

  .affluence-newsletter--align-left .affluence-newsletter__inner {
    text-align: left;
    align-items: flex-start;
  }

  .affluence-newsletter--has-bg .affluence-newsletter__inner {
    color: var(--color-background, #fff);
  }

  .affluence-newsletter__overline {
    margin: 0;
    font-family: var(--font-body--family, inherit);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: currentColor;
    opacity: 0.7;
  }

  .affluence-newsletter__heading {
    margin: 0;
    font-family: var(--font-heading--family, inherit);
    font-weight: var(--font-h2--weight, 400);
    font-size: clamp(1.75rem, 4vw, calc(var(--font-h2--size) * 1.1));
    line-height: 1.15;
    letter-spacing: var(--font-h2--letter-spacing, 0.005em);
    color: currentColor;
    max-width: 22ch;
  }

  .affluence-newsletter--align-center .affluence-newsletter__heading {
    margin-inline: auto;
  }

  .affluence-newsletter__subheading {
    margin: 0 0 8px;
    font-family: var(--font-body--family, inherit);
    font-size: 1rem;
    line-height: 1.55;
    color: currentColor;
    opacity: 0.85;
    max-width: 48ch;
  }

  .affluence-newsletter--align-center .affluence-newsletter__subheading {
    margin-inline: auto;
  }

  .affluence-newsletter__form {
    width: 100%;
    max-width: 520px;
  }

  .affluence-newsletter--align-center .affluence-newsletter__form {
    margin-inline: auto;
  }

  .affluence-newsletter__field {
    display: flex;
    align-items: stretch;
    gap: 0;
    width: 100%;
    border-bottom: 1px solid currentColor;
  }

  .affluence-newsletter__input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0.85rem 0.25rem;
    background: transparent;
    color: inherit;
    border: 0;
    border-radius: var(--style-border-radius-inputs, 0px);
    font-family: var(--font-body--family, inherit);
    font-size: 0.9375rem;
    line-height: 1.4;
    appearance: none;
    -webkit-appearance: none;
  }

  .affluence-newsletter__input::placeholder {
    color: currentColor;
    opacity: 0.55;
  }

  .affluence-newsletter__input:focus {
    outline: none;
  }

  .affluence-newsletter__btn {
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 0 1.4rem;
    min-height: 44px;
    background: transparent;
    color: inherit;
    border: 0;
    border-radius: var(--style-border-radius-buttons-primary, 0px);
    font-family: var(--font-body--family, inherit);
    font-size: 0.6875rem;
    font-weight: var(--font-body--weight, 600);
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }

  .affluence-newsletter__btn:hover {
    opacity: 0.7;
  }

  .affluence-newsletter__btn:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
  }

  .affluence-newsletter__message {
    margin: 8px 0 0;
    font-family: var(--font-body--family, inherit);
    font-size: 0.8125rem;
    line-height: 1.5;
  }

  .affluence-newsletter__message--error {
    color: var(--color-error, #c0392b);
  }

  .affluence-newsletter__consent {
    margin: 4px 0 0;
    font-family: var(--font-body--family, inherit);
    font-size: 0.75rem;
    line-height: 1.5;
    color: currentColor;
    opacity: 0.6;
    max-width: 48ch;
  }

  .affluence-newsletter--align-center .affluence-newsletter__consent {
    margin-inline: auto;
  }

  .visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
/* END_SECTION:affluence-newsletter */

/* START_SECTION:affluence-related-products (INDEX:10) */
.affluence-related-products {
    width: 100%;
    box-sizing: border-box;
    padding-inline: clamp(20px, 5vw, 56px);
  }

  .affluence-related-products__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 auto 36px;
    max-width: 720px;
    text-align: center;
    align-items: center;
  }

  .affluence-related-products__overline {
    margin: 0;
    font-family: var(--font-body--family, inherit);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-foreground);
    opacity: 0.6;
  }

  .affluence-related-products__heading {
    margin: 0;
    font-family: var(--font-heading--family, inherit);
    font-weight: var(--font-h2--weight, 400);
    font-size: clamp(1.5rem, 3vw, var(--font-h2--size));
    line-height: 1.15;
    letter-spacing: var(--font-h2--letter-spacing, 0.005em);
    color: var(--color-foreground-heading, var(--color-foreground));
  }

  .affluence-related-products__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--style-gap-cards, 16px);
    max-width: 1280px;
    margin-inline: auto;
  }

  /* Desktop grid */
  @media screen and (min-width: 750px) {
    .affluence-related-products__grid {
      grid-template-columns: repeat(var(--afr-desktop-columns, 4), minmax(0, 1fr));
    }
  }

  /* Mobile carousel */
  @media screen and (max-width: 749px) {
    .affluence-related-products--mobile-carousel .affluence-related-products__grid {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      -ms-overflow-style: none;
      -webkit-overflow-scrolling: touch;
      gap: 12px;
      padding: 0 16px 8px;
      margin-inline: -16px;
      scroll-padding-inline: 16px;
    }

    .affluence-related-products--mobile-carousel .affluence-related-products__grid::-webkit-scrollbar {
      display: none;
    }

    .affluence-related-products--mobile-carousel .afr-card {
      flex: 0 0 min(70vw, 280px);
      max-width: min(70vw, 280px);
      scroll-snap-align: start;
    }

    .affluence-related-products--mobile-grid .affluence-related-products__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }
  }

  /* Card */
  .afr-card {
    position: relative;
  }

  .afr-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
  }

  .afr-card__image-wrap {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--color-card-background);
    border-radius: var(--style-border-radius-images, 0px);
    margin-bottom: 14px;
  }

  .afr-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
  }

  .afr-card__link:hover .afr-card__image {
    transform: scale(1.04);
  }

  .afr-card__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .afr-card__placeholder-svg {
    width: 50%;
    height: auto;
    opacity: 0.2;
  }

  .afr-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: var(--color-foreground);
    color: var(--color-background);
    font-family: var(--font-body--family, inherit);
  }

  .afr-card__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 4px;
  }

  .afr-card__vendor {
    margin: 0;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-foreground);
    opacity: 0.55;
  }

  .afr-card__title {
    margin: 0;
    font-family: var(--font-body--family, inherit);
    font-size: 0.9375rem;
    font-weight: var(--font-h3--weight, 400);
    line-height: 1.4;
    color: var(--color-foreground);
    letter-spacing: var(--font-h3--letter-spacing, 0.01em);
  }

  .afr-card__prices {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    margin-top: 2px;
  }

  .afr-card__price {
    font-family: var(--font-body--family, inherit);
    font-size: 0.875rem;
    color: var(--color-foreground);
  }

  .afr-card__price--sale {
    color: var(--color-error, #c0392b);
    font-weight: 700;
  }

  .afr-card__price--compare {
    text-decoration: line-through;
    opacity: 0.6;
  }
/* END_SECTION:affluence-related-products */

/* START_SECTION:affluence-rich-text (INDEX:11) */
.affluence-rich-text {
    width: 100%;
    box-sizing: border-box;
  }

  .affluence-rich-text__inner {
    box-sizing: border-box;
    margin-inline: auto;
    padding-inline: clamp(20px, 5vw, 56px);
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .affluence-rich-text--width-narrow .affluence-rich-text__inner {
    max-width: 720px;
  }

  .affluence-rich-text--width-page .affluence-rich-text__inner {
    max-width: 1280px;
  }

  .affluence-rich-text--align-center .affluence-rich-text__inner {
    text-align: center;
    align-items: center;
  }

  .affluence-rich-text--align-left .affluence-rich-text__inner {
    text-align: left;
    align-items: flex-start;
    margin-inline: auto;
  }

  .affluence-rich-text__overline {
    margin: 0;
    font-family: var(--font-body--family, inherit);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-foreground);
    opacity: 0.6;
  }

  .affluence-rich-text__heading {
    margin: 0;
    font-family: var(--font-heading--family, inherit);
    font-weight: var(--font-h2--weight, 400);
    font-size: clamp(1.75rem, 4vw, calc(var(--font-h2--size) * 1.2));
    line-height: 1.15;
    letter-spacing: var(--font-h2--letter-spacing, 0.005em);
    color: var(--color-foreground-heading, var(--color-foreground));
    max-width: 22ch;
  }

  .affluence-rich-text--align-center .affluence-rich-text__heading {
    margin-inline: auto;
  }

  .affluence-rich-text__body {
    margin: 0;
    font-family: var(--font-body--family, inherit);
    font-size: 1rem;
    line-height: 1.65;
    color: var(--color-foreground);
    opacity: 0.82;
    max-width: 56ch;
  }

  .affluence-rich-text__body :is(p, ul, ol) {
    margin: 0 0 1em;
  }

  .affluence-rich-text__body :is(p, ul, ol):last-child {
    margin-bottom: 0;
  }

  .affluence-rich-text__body a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }

  .affluence-rich-text--align-center .affluence-rich-text__body {
    margin-inline: auto;
  }

  .affluence-rich-text__cta {
    margin-top: 8px;
  }

  .affluence-rich-text__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0.85rem 1.6rem;
    min-height: 44px;
    background: var(--color-secondary-button-background);
    color: var(--color-secondary-button-text);
    border: 1px solid var(--color-secondary-button-border);
    border-radius: var(--style-border-radius-buttons-secondary, 0px);
    text-decoration: none;
    font-family: var(--font-body--family, inherit);
    font-size: 0.6875rem;
    font-weight: var(--font-body--weight, 600);
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }

  .affluence-rich-text__btn:hover {
    background: var(--color-secondary-button-hover-background);
    color: var(--color-secondary-button-hover-text);
    border-color: var(--color-secondary-button-hover-border);
  }

  .affluence-rich-text__btn:focus-visible {
    outline: 2px solid var(--color-secondary-button-border);
    outline-offset: 3px;
  }

  @media screen and (max-width: 749px) {
    .affluence-rich-text__inner {
      gap: 14px;
      padding-inline: 20px;
    }
  }
/* END_SECTION:affluence-rich-text */

/* START_SECTION:affluence-testimonials (INDEX:12) */
.affluence-testimonials {
    width: 100%;
    box-sizing: border-box;
    padding-inline: clamp(20px, 5vw, 56px);
  }

  .affluence-testimonials__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 auto 48px;
    max-width: 720px;
  }

  .affluence-testimonials--align-center .affluence-testimonials__header {
    text-align: center;
    align-items: center;
  }

  .affluence-testimonials--align-left .affluence-testimonials__header {
    text-align: left;
    align-items: flex-start;
  }

  .affluence-testimonials__overline {
    margin: 0;
    font-family: var(--font-body--family, inherit);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-foreground);
    opacity: 0.6;
  }

  .affluence-testimonials__heading {
    margin: 0;
    font-family: var(--font-heading--family, inherit);
    font-weight: var(--font-h2--weight, 400);
    font-size: clamp(1.5rem, 3.2vw, var(--font-h2--size));
    line-height: 1.15;
    letter-spacing: var(--font-h2--letter-spacing, 0.005em);
    color: var(--color-foreground-heading, var(--color-foreground));
  }

  .affluence-testimonials__subheading {
    margin: 0;
    font-family: var(--font-body--family, inherit);
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--color-foreground);
    opacity: 0.78;
  }

  .affluence-testimonials__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--style-gap-cards, 28px);
    max-width: 1280px;
    margin-inline: auto;
  }

  @media screen and (min-width: 750px) {
    .affluence-testimonials__grid {
      grid-template-columns: repeat(var(--aft-desktop-columns, 3), minmax(0, 1fr));
    }
  }

  .affluence-testimonials__item {
    display: flex;
  }

  .affluence-testimonials__figure {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0;
    width: 100%;
  }

  .affluence-testimonials--align-center .affluence-testimonials__figure {
    align-items: center;
    text-align: center;
  }

  .affluence-testimonials--align-left .affluence-testimonials__figure {
    align-items: flex-start;
    text-align: left;
  }

  .affluence-testimonials__stars {
    display: inline-flex;
    gap: 4px;
    color: var(--color-foreground);
    opacity: 0.85;
  }

  .affluence-testimonials__stars svg {
    width: 14px;
    height: 14px;
  }

  .affluence-testimonials__quote {
    margin: 0;
    font-family: var(--font-heading--family, inherit);
    font-size: clamp(1rem, 1.4vw, 1.125rem);
    line-height: 1.55;
    font-weight: var(--font-h3--weight, 400);
    color: var(--color-foreground);
    letter-spacing: var(--font-h3--letter-spacing, 0.005em);
    quotes: '\201C' '\201D';
  }

  .affluence-testimonials__quote::before {
    content: open-quote;
    margin-right: 0.1em;
  }

  .affluence-testimonials__quote::after {
    content: close-quote;
    margin-left: 0.05em;
  }

  .affluence-testimonials__caption {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 4px;
  }

  .affluence-testimonials__author {
    font-family: var(--font-body--family, inherit);
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--color-foreground);
  }

  .affluence-testimonials__meta {
    font-family: var(--font-body--family, inherit);
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-foreground);
    opacity: 0.55;
  }
/* END_SECTION:affluence-testimonials */

/* START_SECTION:affluence-three-steps (INDEX:13) */
.affluence-three-steps {
    width: 100%;
    box-sizing: border-box;
    padding-inline: clamp(20px, 5vw, 56px);
  }

  .affluence-three-steps__header {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
  }

  .affluence-three-steps__heading {
    margin: 0 0 16px;
    font-family: var(--font-heading--family, inherit);
    font-weight: var(--font-h2--weight, 400);
    font-size: clamp(1.625rem, 3.5vw, var(--font-h2--size));
    line-height: 1.15;
    letter-spacing: var(--font-h2--letter-spacing, 0.02em);
    color: var(--color-foreground, #111);
  }

  .affluence-three-steps__description {
    margin: 0;
    font-family: var(--font-body--family, inherit);
    font-weight: var(--font-body--weight, 300);
    font-size: 1.05em;
    line-height: 1.7;
    color: var(--color-foreground-muted);
  }

  .affluence-three-steps__scroll {
    width: 100%;
  }

  .affluence-three-steps__grid {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--style-gap-cards, 40px);
    align-items: stretch;
  }

  .affluence-three-steps__step {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: left;
  }

  .affluence-three-steps__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: var(--color-card-background);
    color: var(--color-foreground, #111);
    border-radius: var(--style-border-radius-cards, 12px);
    font-family: var(--font-accent--family, inherit);
    font-weight: 500;
    font-size: 0.95em;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
  }

  .affluence-three-steps__title {
    margin: 0 0 10px;
    font-family: var(--font-heading--family, inherit);
    font-weight: var(--font-h3--weight, 500);
    font-size: 1.25em;
    line-height: 1.3;
    color: var(--color-foreground, #222);
  }

  .affluence-three-steps__text {
    margin: 0 0 20px;
    font-family: var(--font-body--family, inherit);
    font-weight: var(--font-body--weight, 300);
    font-size: 1em;
    line-height: 1.6;
    color: var(--color-foreground-muted);
  }

  .affluence-three-steps__media {
    margin-top: auto;
    width: 100%;
    border-radius: var(--style-border-radius-images, 0px);
    overflow: hidden;
    aspect-ratio: 3 / 4;
  }

  .affluence-three-steps__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .affluence-three-steps__img--placeholder {
    background: var(--color-card-background);
    opacity: 0.4;
  }

  @media screen and (max-width: 749px) {
    .affluence-three-steps {
      padding-inline: 0;
    }

    .affluence-three-steps__header {
      max-width: none;
      padding: 0 20px;
      margin-bottom: 36px;
    }

    .affluence-three-steps__scroll {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-snap-stop: always;
      -webkit-overflow-scrolling: touch;
      padding: 0 20px 30px;
      scrollbar-width: none;
    }

    .affluence-three-steps__scroll::-webkit-scrollbar {
      display: none;
    }

    .affluence-three-steps__grid {
      display: flex;
      gap: 20px;
      max-width: none;
    }

    .affluence-three-steps__step {
      flex: 0 0 68vw;
      width: 68vw;
      scroll-snap-align: start;
    }
  }
/* END_SECTION:affluence-three-steps */

/* START_SECTION:affluence-trust-bar (INDEX:14) */
.affluence-trust-bar {
    width: 100%;
    box-sizing: border-box;
    padding-inline: clamp(20px, 5vw, 56px);
    text-align: center;
  }

  .affluence-trust-bar--top-border {
    border-top: 1px solid var(--color-border);
  }

  .affluence-trust-bar--bottom-border {
    border-bottom: 1px solid var(--color-border);
  }

  .affluence-trust-bar__row {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 1280px;
  }

  .affluence-trust-bar__col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 28px 16px;
    box-sizing: border-box;
  }

  .affluence-trust-bar__col + .affluence-trust-bar__col {
    border-top: 1px solid var(--color-border);
  }

  .affluence-trust-bar__icon {
    color: var(--color-foreground);
    opacity: 0.85;
    line-height: 0;
    margin-bottom: 4px;
  }

  .affluence-trust-bar__icon svg {
    width: 30px;
    height: 30px;
  }

  .affluence-trust-bar__heading {
    margin: 0;
    font-family: var(--font-heading--family, inherit);
    font-weight: var(--font-h3--weight, 400);
    font-size: 0.9375rem;
    letter-spacing: var(--font-h3--letter-spacing, 0.04em);
    color: var(--color-foreground-heading, var(--color-foreground));
    text-transform: none;
  }

  .affluence-trust-bar__description {
    margin: 0;
    font-family: var(--font-body--family, inherit);
    font-size: 0.8125rem;
    line-height: 1.55;
    color: var(--color-foreground-muted);
    max-width: 36ch;
  }

  @media screen and (min-width: 750px) {
    .affluence-trust-bar__row {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .affluence-trust-bar__col {
      padding: 8px 24px;
      position: relative;
    }

    .affluence-trust-bar__col + .affluence-trust-bar__col {
      border-top: none;
    }

    .affluence-trust-bar--dividers .affluence-trust-bar__col + .affluence-trust-bar__col::before {
      content: "";
      position: absolute;
      left: 0;
      top: 16px;
      bottom: 16px;
      width: 1px;
      background: var(--color-border);
    }
  }
/* END_SECTION:affluence-trust-bar */

/* START_SECTION:as-seen-in (INDEX:16) */
.as-seen-in {
    width: 100%;
    overflow-x: hidden;
  }

  .as-seen-in__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .as-seen-in__header {
    text-align: center;
    margin-bottom: 40px;
  }

  .as-seen-in__title {
    font-weight: 600;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .as-seen-in__title--custom-color {
    opacity: 1;
  }

  .as-seen-in__subtitle {
    margin: 0;
    opacity: 0.7;
    max-width: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .as-seen-in__subtitle--custom-color {
    opacity: 1;
  }

  .as-seen-in__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }

  .as-seen-in__logos--grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 32px;
  }

  .as-seen-in__logos--scroll {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 16px;
    scrollbar-width: thin;
  }

  .as-seen-in__logos--scroll::-webkit-scrollbar {
    height: 6px;
  }

  .as-seen-in__logos--scroll::-webkit-scrollbar-track {
    background: rgba(var(--color-foreground-rgb), 0.05);
    border-radius: 3px;
  }

  .as-seen-in__logos--scroll::-webkit-scrollbar-thumb {
    background: rgba(var(--color-foreground-rgb), 0.2);
    border-radius: 3px;
  }

  .as-seen-in__logo-wrapper {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .as-seen-in__logo,
  .as-seen-in__logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
    transition: all 0.3s ease;
    filter: grayscale(100%);
  }

  .as-seen-in__logo:hover,
  .as-seen-in__logo-link:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.05);
  }

  .as-seen-in .as-seen-in__logo-image,
  .as-seen-in__logo-image {
    max-width: 140px;
    height: var(--logo-height, 60px) !important;
    width: auto;
    object-fit: contain;
  }

  .as-seen-in .as-seen-in__logo-svg,
  .as-seen-in__logo-svg {
    width: 140px;
    height: var(--logo-height, 60px) !important;
  }

  .as-seen-in__logo-svg svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .as-seen-in__logo-placeholder {
    opacity: 0.3;
  }

  .as-seen-in__logo-placeholder-svg {
    width: 140px;
    height: var(--logo-height, 60px) !important;
  }

  .as-seen-in__logo-placeholder-svg svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /* Marquee Animation */
  .as-seen-in__logos--marquee {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0 20px;
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    box-sizing: border-box;
  }

  .as-seen-in__marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    will-change: transform;
    animation: marquee var(--marquee-duration, 30s) linear infinite;
  }

  .as-seen-in__logos--marquee .as-seen-in__logo-wrapper {
    flex-shrink: 0;
    padding-right: 60px;
  }

  .as-seen-in__logos--marquee:hover .as-seen-in__marquee-track {
    animation-play-state: paused;
  }

  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-100% / 6)); }
  }

  @media (max-width: 989px) {
    .as-seen-in__logos {
      gap: 32px;
    }

    .as-seen-in__logos--grid {
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 24px;
    }

    .as-seen-in__logos--marquee .as-seen-in__logo-wrapper {
      padding-right: 50px;
    }
  }

  @media (max-width: 749px) {
    .as-seen-in__container {
      padding: 0 16px;
    }

    .as-seen-in__header {
      margin-bottom: 32px;
      width: 100%;
      box-sizing: border-box;
    }

    .as-seen-in__title,
    .as-seen-in__subtitle {
      max-width: 100%;
      box-sizing: border-box;
    }

    .as-seen-in__logos {
      gap: 24px;
    }

    .as-seen-in__logos--grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }

    .as-seen-in__logo-image {
      max-width: 110px;
      height: calc(var(--logo-height, 60px) * 0.83) !important;
    }

    .as-seen-in__logo-svg {
      width: 110px;
      height: calc(var(--logo-height, 60px) * 0.83) !important;
    }

    .as-seen-in__logo-placeholder-svg {
      width: 110px;
      height: calc(var(--logo-height, 60px) * 0.83) !important;
    }

    .as-seen-in__logos--marquee .as-seen-in__logo-wrapper {
      padding-right: 40px;
    }

    .as-seen-in__logos--marquee {
      width: calc(100vw - 32px);
      max-width: calc(100% + 32px);
      margin-left: calc(-16px);
      padding: 0 16px;
    }
  }
/* END_SECTION:as-seen-in */

/* START_SECTION:beauty-hero (INDEX:17) */
.beauty-hero {
    grid-column: 1 / -1;
    position: relative;
    isolation: isolate;
    min-height: clamp(460px, 60vh, 760px);
    background: var(--color-background);
  }

  .beauty-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
  }

  .beauty-hero__slot-desktop,
  .beauty-hero__slot-mobile {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
  }

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

  .beauty-hero__bg--mobile {
    display: none;
  }

  .beauty-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to right,
      var(--color-background) 0%,
      color-mix(in srgb, var(--color-background) 55%, transparent) 35%,
      transparent 65%
    );
    opacity: 0.72;
  }

  .beauty-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--page-width, 1440px);
    margin: 0 auto;
    padding-block: 64px;
    padding-inline: var(--page-margin, 24px);
    box-sizing: border-box;
  }

  .beauty-hero__content {
    max-width: 520px;
    text-align: left;
  }

  .beauty-hero__eyebrow {
    font-family: var(--font-body--family);
    font-size: 12px;
    font-weight: 500;
    color: var(--color-foreground);
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    opacity: 0.78;
  }

  .beauty-hero__heading {
    font-family: var(--font-heading--family);
    font-size: clamp(2.5rem, 5.5vw, calc(var(--font-h1--size) * 1.6));
    font-weight: var(--font-h1--weight, 500);
    color: var(--color-foreground-heading);
    margin: 0 0 24px;
    line-height: 1.1;
    letter-spacing: var(--font-h1--letter-spacing, 0.005em);
  }

  .beauty-hero__pills {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
  }

  .beauty-hero__pill {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body--family);
    font-size: 15px;
    color: var(--color-foreground);
    font-weight: 400;
  }

  .beauty-hero__pill-mark {
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    background: var(--color-primary);
    transform: rotate(45deg);
    display: inline-block;
  }

  .beauty-hero__pill-text {
    line-height: 1.3;
  }

  .beauty-hero__pill-text--bold {
    font-weight: 600;
  }

  .beauty-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
  }

  .beauty-hero__btn {
    font-family: var(--font-heading--family);
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    transition: opacity 0.2s, transform 0.2s, background 0.2s;
  }

  .beauty-hero__btn--primary {
    display: inline-block;
    padding: 18px 34px;
    border-radius: var(--style-border-radius-buttons-primary, 9999px);
    font-weight: var(--font-heading--weight, 700);
    background: var(--color-primary-button-background);
    color: var(--color-primary-button-text);
    border: none;
    overflow: hidden;
  }

  .beauty-hero__btn--primary:hover {
    background: var(--color-primary-button-hover-background);
    opacity: 0.92;
    transform: translateY(-1px);
  }

  .beauty-hero__btn--secondary {
    /* Refined editorial text link - intentionally NOT a pill, to differentiate from pastel-hero-2. */
    display: inline-block;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--color-foreground);
    font-weight: var(--font-heading--weight, 500);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
  }

  .beauty-hero__btn--secondary:hover {
    opacity: 0.7;
  }

  @media screen and (max-width: 989px) {
    .beauty-hero {
      min-height: 480px;
    }

    .beauty-hero__overlay {
      background: linear-gradient(
        to bottom,
        var(--color-background) 0%,
        color-mix(in srgb, var(--color-background) 45%, transparent) 50%,
        var(--color-background) 100%
      );
      opacity: 0.72;
    }

    .beauty-hero__content {
      max-width: 100%;
      text-align: center;
      margin: 0 auto;
    }

    .beauty-hero__pills {
      justify-content: center;
    }

    .beauty-hero__buttons {
      justify-content: center;
    }
  }

  @media screen and (max-width: 749px) {
    .beauty-hero__bg--hide-on-mobile {
      display: none;
    }

    .beauty-hero__bg--mobile {
      display: block;
    }

    .beauty-hero {
      aspect-ratio: auto;
      min-height: max(640px, 80vh);
    }

    .beauty-hero__overlay {
      background: linear-gradient(
        to bottom,
        var(--color-background) 0%,
        var(--color-background) 18%,
        transparent 36%,
        transparent 60%,
        color-mix(in srgb, var(--color-background) 70%, transparent) 80%,
        var(--color-background) 100%
      );
      opacity: 0.85;
    }

    .beauty-hero__inner {
      padding-block: 32px;
      display: flex;
      min-height: inherit;
      box-sizing: border-box;
    }

    .beauty-hero__content {
      display: flex;
      flex-direction: column;
      flex: 1;
      width: 100%;
    }

    .beauty-hero__heading {
      font-size: clamp(2rem, 7vw, calc(var(--font-h1--size) * 1.1));
      margin-bottom: 0;
    }

    .beauty-hero__pills {
      margin-top: auto;
      margin-bottom: 20px;
    }

    .beauty-hero__buttons {
      flex-direction: column;
      align-items: center;
      width: 100%;
      gap: 16px;
    }

    .beauty-hero__btn--primary {
      width: 100%;
      text-align: center;
    }
  }
/* END_SECTION:beauty-hero */

/* START_SECTION:benefits (INDEX:20) */
.benefits {
    width: 100%;
    overflow: hidden;
  }

  .benefits__container {
    margin: 0 auto;
    padding: 0 20px;
  }

  .benefits__title {
    font-size: 2.5rem;
    font-weight: var(--font-h2--weight, 700);
    text-align: center;
    margin: 0 0 48px 0;
    line-height: 1.2;
  }

  .benefits__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--style-gap-cards);
  }

  .benefits__card {
    position: relative;
  }

  .benefits__card-inner {
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    padding: 32px;
    background: var(--benefits-card-bg);
    border-radius: var(--benefits-border-radius);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .benefits__card:hover .benefits__card-inner {
    transform: translateY(-2px);
    box-shadow: var(--style-shadow-card);
  }

  .benefits__icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .benefits__icon svg {
    width: 100%;
    height: 100%;
    stroke: var(--benefits-icon-color);
    fill: none;
    stroke-width: 2;
  }

  .benefits__content {
    flex: 1;
    min-width: 0;
  }

  .benefits__card-title {
    font-size: 1.25rem;
    font-weight: var(--font-h3--weight, 600);
    margin: 0 0 8px 0;
    line-height: 1.3;
    text-transform: var(--font-h3--case, uppercase);
    letter-spacing: var(--font-h3--letter-spacing, 0.5px);
  }

  .benefits__description {
    font-size: 0.9375rem;
    line-height: 1.6;
    opacity: 0.8;
    margin: 0;
  }

  .benefits__description p {
    margin: 0;
  }

  @media (max-width: 989px) {
    .benefits__grid {
      grid-template-columns: 1fr;
      gap: var(--style-gap-cards);
    }
  }

  @media (min-width: 990px) and (max-width: 1199px) {
    .benefits__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 749px) {
    .benefits__title {
      font-size: 2rem;
      margin-bottom: 32px;
    }

    .benefits__card-inner {
      padding: 24px;
      gap: 16px;
    }

    .benefits__icon {
      width: 56px;
      height: 56px;
    }

    .benefits__card-title {
      font-size: 1.125rem;
    }

    .benefits__description {
      font-size: 0.875rem;
    }
  }
/* END_SECTION:benefits */

/* START_SECTION:bestsellers-row (INDEX:21) */
.bestsellers-row {
    width: 100%;
  }

  .bestsellers-row__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
    gap: 16px;
    position: relative;
  }

  .bestsellers-row__header-content[data-alignment="center"] {
    flex: 1;
    text-align: center;
  }

  .bestsellers-row__header-content[data-alignment="center"] ~ .bestsellers-row__view-all {
    position: absolute;
    right: 0;
  }

  .bestsellers-row__header-content {
    flex: 1;
    text-align: center;
  }

  .bestsellers-row__header-content[data-alignment="left"] {
    text-align: left;
  }

  .bestsellers-row__header-content[data-alignment="right"] {
    text-align: right;
  }

  .bestsellers-row__title {
    margin: 0;
    font-size: clamp(1.5rem, 4vw, calc(var(--font-h2--size) * 1.1));
  }

  .bestsellers-row__subtitle {
    margin: 8px 0 0 0;
    opacity: 0.7;
  }

  .bestsellers-row__view-all {
    white-space: nowrap;
    font-weight: var(--font-body--weight, 500);
  }

  .bestsellers-row__wrapper {
    position: relative;
  }

  .bestseller-card {
    background: var(--color-background);
    border-radius: var(--style-border-radius-cards);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .bestsellers-row--card-shadow .bestseller-card {
    box-shadow: var(--style-shadow-card);
  }

  .bestseller-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--style-shadow-card);
  }

  .bestsellers-row--card-shadow .bestseller-card:hover {
    box-shadow: var(--style-shadow-card);
  }

  .bestseller-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
  }

  .bestseller-card__image-wrapper {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: var(--color-background);
  }

  .bestseller-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }

  .bestseller-card:hover .bestseller-card__image {
    transform: scale(1.05);
  }

  .bestseller-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-background);
  }

  .bestseller-card__placeholder-svg {
    width: 50%;
    height: auto;
    opacity: 0.3;
  }

  .bestseller-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--color-accent);
    color: var(--color-accent-contrast, #fff);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: var(--style-border-radius-global);
  }

  .bestseller-card__content {
    padding: 16px;
  }

  .bestseller-card__name {
    margin: 0 0 8px 0;
    font-size: 0.95rem;
    font-weight: var(--font-h3--weight, 500);
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .bestseller-card__price {
    font-size: 0.9rem;
    font-weight: 600;
  }

  .bestseller-card__price-sale {
    color: var(--color-accent);
    margin-right: 8px;
  }

  .bestseller-card__price-compare {
    text-decoration: line-through;
    opacity: 0.6;
  }

  @media screen and (max-width: 749px) {
    .bestsellers-row__header {
      flex-direction: column;
      align-items: flex-start;
    }

    .bestsellers-row__header-content[data-alignment="center"] {
      align-self: center;
      text-align: center;
    }

    .bestsellers-row__header-content[data-alignment="right"] {
      align-self: flex-end;
    }

    .bestsellers-row__header-content[data-alignment="center"] ~ .bestsellers-row__view-all {
      position: static;
      align-self: center;
      margin-top: 8px;
    }

    .bestseller-card__content {
      padding: 12px;
    }

    .bestseller-card__name {
      font-size: 0.9rem;
    }
  }
/* END_SECTION:bestsellers-row */

/* START_SECTION:bold-comparison (INDEX:22) */
.bold-comparison {
    padding: calc(72px * var(--section-spacing-scale, 1)) 0;
  }

  .bold-comparison__inner {
    padding: 0 48px;
    max-width: 1800px;
    margin: 0 auto;
  }

  .bold-comparison__grid {
    display: flex;
    justify-content: center;
  }

  .bold-comparison__card {
    width: 100%;
    max-width: 900px;
    background: var(--bold-card-bg);
    border: 1px solid var(--bold-glass-border);
    border-radius: var(--bold-radius-lg);
    padding: 20px;
    box-shadow: var(--bold-shadow);
  }

  .bold-comparison__title {
    font-family: var(--bold-font-heading);
    font-size: 1rem;
    font-weight: var(--font-h3--weight, 700);
    text-transform: var(--font-h3--case, uppercase);
    letter-spacing: var(--font-h3--letter-spacing, normal);
    text-align: center;
    margin: 0 0 16px;
    color: var(--bold-text-light);
  }

  .bold-comparison__compare {
    position: relative;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: var(--bold-radius);
    background: var(--color-background);
    user-select: none;
    touch-action: pan-y pinch-zoom;
  }

  .bold-comparison__img,
  .bold-comparison__img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .bold-comparison__img img {
    object-fit: cover;
    display: block;
  }

  .bold-comparison__img--after { z-index: 1; }

  .bold-comparison__img--before {
    z-index: 2;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--adv-pos, 50%);
    height: 100%;
    overflow: hidden;
  }

  .bold-comparison__img--before img {
    width: var(--adv-img-width, 100%);
    max-width: none;
    height: 100%;
    left: 0;
    top: 0;
  }

  .bold-comparison__badge {
    position: absolute;
    top: 12px;
    padding: 5px 10px;
    border-radius: var(--style-border-radius-global, 6px);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    z-index: 5;
  }

  .bold-comparison__badge--before { left: 12px; }
  .bold-comparison__badge--after { right: 12px; }

  .bold-comparison__divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 6;
    pointer-events: none;
  }

  .bold-comparison__handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    transform: translate(-50%, -50%);
    z-index: 7;
    display: grid;
    place-items: center;
    color: var(--bold-accent2);
    pointer-events: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  }

  .bold-comparison__range {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 10;
    cursor: ew-resize;
  }

  @media screen and (max-width: 749px) {
    .bold-comparison {
      padding: calc(48px * var(--section-spacing-scale, 1)) 0;
    }

    .bold-comparison__inner {
      padding: 0 16px;
    }

  }
/* END_SECTION:bold-comparison */

/* START_SECTION:bold-faq (INDEX:23) */
.bold-faq {
    padding: 72px 24px;
  }

  .bold-faq__inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }

  .bold-faq__list {
    border-top: 1px solid var(--bold-glass-border);
  }

  .bold-faq__item {
    border-bottom: 1px solid var(--bold-glass-border);
  }

  .bold-faq__question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
    background: none;
    border: 0;
    cursor: pointer;
    text-align: left;
    font-family: var(--bold-font-body);
    font-size: 16px;
    font-weight: var(--font-h3--weight, 600);
    color: var(--bold-text-light);
  }

  .bold-faq__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--bold-glass-border);
    color: var(--bold-accent1);
    font-size: 18px;
    font-weight: 300;
    transition: transform 0.3s ease, background 0.3s ease;
  }

  .bold-faq__item.is-open .bold-faq__icon {
    transform: rotate(45deg);
    background: color-mix(in srgb, var(--bold-accent1) 15%, transparent);
  }

  .bold-faq__answer-wrap {
    overflow: hidden;
  }

  .bold-faq__answer {
    padding: 0 0 24px;
    font-size: 15px;
    line-height: 1.65;
    color: var(--bold-text-subtle);
  }

  .bold-faq__answer p {
    margin: 0 0 12px;
  }

  .bold-faq__answer p:last-child {
    margin-bottom: 0;
  }

  @media screen and (max-width: 749px) {
    .bold-faq {
      padding: 48px 16px;
    }
  }
/* END_SECTION:bold-faq */

/* START_SECTION:bold-features (INDEX:24) */
.bold-features {
    padding: calc(72px * var(--section-spacing-scale, 1)) 24px;
    position: relative;
  }

  .bold-features__inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .bold-features__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--style-gap-cards, 20px);
  }

  .bold-features__card {
    background: var(--bold-card-bg);
    border: 1px solid var(--bold-glass-border);
    border-radius: var(--bold-radius-lg);
    padding: 32px 24px;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
  }

  .bold-features__card:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--bold-accent2) 30%, transparent);
  }

  .bold-features__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    border-radius: var(--style-border-radius-global, 14px);
    background: color-mix(in srgb, var(--bold-accent2) 12%, transparent);
    font-size: 1.6rem;
    line-height: 1;
  }

  .bold-features__title {
    font-family: var(--bold-font-heading);
    font-size: 0.95rem;
    font-weight: var(--font-h3--weight, 700);
    text-transform: var(--font-h3--case, uppercase);
    letter-spacing: var(--font-h3--letter-spacing, 0.5px);
    color: var(--bold-text-light);
    margin: 0 0 10px;
    line-height: 1.3;
  }

  .bold-features__desc {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--bold-text-faint);
    margin: 0;
  }

  @media screen and (max-width: 989px) {
    .bold-features__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (max-width: 749px) {
    .bold-features {
      padding: calc(48px * var(--section-spacing-scale, 1)) 16px;
    }

    .bold-features__grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }
  }
/* END_SECTION:bold-features */

/* START_SECTION:bold-gallery (INDEX:25) */
.bold-gallery {
    padding: calc(72px * var(--section-spacing-scale, 1)) 0;
  }

  .bold-gallery__inner {
    padding: 0 48px;
    max-width: 1400px;
    margin: 0 auto;
  }

  .bold-gallery__grid {
    display: grid;
    /* 2 columns at every breakpoint (not just mobile) so a 4-image gallery
       always fills 2 clean rows with no orphaned card in the last row. */
    grid-template-columns: repeat(2, 1fr);
    gap: var(--style-gap-cards, 16px);
  }

  .bold-gallery__item {
    margin: 0;
    border-radius: var(--bold-radius);
    overflow: hidden;
  }

  .bold-gallery__media {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid var(--bold-glass-border);
    border-radius: var(--bold-radius);
  }

  .bold-gallery__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  .bold-gallery__placeholder {
    width: 100%;
    height: 100%;
    background: var(--bold-card-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bold-gallery__placeholder svg {
    width: 50%;
    opacity: 0.3;
  }

  .bold-gallery__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 22, 40, 0.85) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 16px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .bold-gallery__item:hover .bold-gallery__overlay,
  .bold-gallery__item:focus-within .bold-gallery__overlay {
    opacity: 1;
  }

  .bold-gallery__item:hover .bold-gallery__image {
    transform: scale(1.05);
  }

  .bold-gallery__overlay-text {
    font-family: var(--bold-font-heading);
    font-size: 0.85rem;
    font-weight: var(--font-h3--weight, 700);
    text-transform: var(--font-h3--case, uppercase);
    color: #fff;
    letter-spacing: var(--font-h3--letter-spacing, 0.5px);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  }

  @media screen and (max-width: 749px) {
    .bold-gallery {
      padding: calc(48px * var(--section-spacing-scale, 1)) 16px;
    }

    .bold-gallery__grid {
      gap: 12px;
    }

    .bold-gallery__overlay {
      opacity: 1;
    }
  }
/* END_SECTION:bold-gallery */

/* START_SECTION:bold-hero (INDEX:26) */
.bold-hero {
    position: relative;
    isolation: isolate;
    min-height: min(80vh, 720px);
    padding: calc(120px * var(--section-spacing-scale, 1)) 24px calc(80px * var(--section-spacing-scale, 1));
    overflow: hidden;
    display: flex;
    align-items: center;

    /* Tone-locked tokens. Each tone overrides these so the hero stays
       internally coherent (image mood + scrim + text color) regardless of
       which color scheme is active on the rest of the page. */
    --bold-hero-overlay-rgb: 0 0 0;
    --bold-hero-text-color: #ffffff;
    --bold-hero-subtitle-color: rgb(255 255 255 / 0.86);
    --bold-hero-stat-label-color: rgb(255 255 255 / 0.7);
    --bold-hero-headline-shadow: 0 2px 24px rgb(0 0 0 / 0.45);
    --bold-hero-subtitle-shadow: 0 1px 12px rgb(0 0 0 / 0.35);
    --bold-hero-badge-bg: rgb(255 255 255 / 0.12);
    --bold-hero-badge-border: rgb(255 255 255 / 0.22);
    --bold-hero-stat-divider: rgb(255 255 255 / 0.18);
  }

  /* Dramatic / dark — moody image, dark scrim, light text. (Default tokens above.) */
  .bold-hero[data-bold-hero-tone="dramatic-dark"] {
    --bold-hero-overlay-rgb: 0 0 0;
  }

  /* Vibrant / mid — saturated image, mid-strength dark scrim, light text. */
  .bold-hero[data-bold-hero-tone="vibrant-mid"] {
    --bold-hero-overlay-rgb: 0 0 0;
    --bold-hero-subtitle-color: rgb(255 255 255 / 0.92);
    --bold-hero-stat-label-color: rgb(255 255 255 / 0.78);
    --bold-hero-badge-bg: rgb(255 255 255 / 0.18);
    --bold-hero-badge-border: rgb(255 255 255 / 0.3);
  }

  /* Bright / airy — daylight image, light scrim, dark text. */
  .bold-hero[data-bold-hero-tone="bright-airy"] {
    --bold-hero-overlay-rgb: 255 255 255;
    --bold-hero-text-color: #0f172a;
    --bold-hero-subtitle-color: rgb(15 23 42 / 0.78);
    --bold-hero-stat-label-color: rgb(15 23 42 / 0.62);
    /* Faint white halo helps thin dark text over remaining busy areas of
       the photo without making it look outlined. */
    --bold-hero-headline-shadow:
      0 0 1px rgb(255 255 255 / 0.65),
      0 1px 14px rgb(255 255 255 / 0.55);
    --bold-hero-subtitle-shadow: 0 1px 10px rgb(255 255 255 / 0.5);
    --bold-hero-badge-bg: rgb(255 255 255 / 0.55);
    --bold-hero-badge-border: rgb(15 23 42 / 0.12);
    --bold-hero-stat-divider: rgb(15 23 42 / 0.14);
  }

  /* Full-bleed background image */
  .bold-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .bold-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Dark overlay sits above the image, below the copy.
     When no image is present, the existing radial-gradient on .section-background
     is enough — keep the overlay transparent. */
  .bold-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    /* Scrim is strongest behind the copy and feathers to the edges. The tint
       color comes from the tone (dark scrim for dramatic/vibrant tones, light
       wash for bright-airy) so the overlay actually contrasts the text, rather
       than tracking the scheme background. */
    background:
      radial-gradient(
        ellipse 110% 95% at 50% 48%,
        rgb(var(--bold-hero-overlay-rgb) / calc(var(--bold-hero-overlay-alpha, 0.7) + 0.18)) 0%,
        rgb(var(--bold-hero-overlay-rgb) / var(--bold-hero-overlay-alpha, 0.7)) 55%,
        rgb(var(--bold-hero-overlay-rgb) / calc(var(--bold-hero-overlay-alpha, 0.7) * 0.78)) 100%
      );
  }

  .bold-hero__media--empty + .bold-hero__overlay {
    background: transparent;
  }

  .bold-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }

  .bold-hero__copy {
    max-width: 720px;
  }

  .bold-hero--align-center .bold-hero__copy {
    margin-inline: auto;
    text-align: center;
  }

  .bold-hero--align-right .bold-hero__copy {
    margin-left: auto;
    text-align: right;
  }

  .bold-hero__badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: var(--style-border-radius-pills, 50px);
    background: var(--bold-hero-badge-bg);
    border: 1px solid var(--bold-hero-badge-border);
    font-family: var(--bold-font-heading);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--bold-accent2);
    margin-bottom: 24px;
    backdrop-filter: blur(6px);
  }

  .bold-hero__headline {
    font-family: var(--bold-font-heading);
    font-size: clamp(2.4rem, 6vw, calc(var(--font-h1--size) * 1.8));
    font-weight: var(--font-h1--weight, 900);
    line-height: 1.05;
    text-transform: var(--font-h1--case, uppercase);
    letter-spacing: var(--font-h1--letter-spacing, -0.5px);
    color: var(--bold-hero-text-color);
    margin: 0 0 20px;
    text-shadow: var(--bold-hero-headline-shadow);
  }

  .bold-hero__accent--orange {
    color: var(--bold-accent1);
  }

  .bold-hero__accent--blue {
    color: var(--bold-accent2);
  }

  .bold-hero__subtitle {
    font-size: 1.15rem;
    line-height: 1.7;
    color: var(--bold-hero-subtitle-color);
    max-width: 560px;
    margin: 0 0 36px;
    text-shadow: var(--bold-hero-subtitle-shadow);
  }

  .bold-hero--align-center .bold-hero__subtitle {
    margin-inline: auto;
  }

  .bold-hero--align-right .bold-hero__subtitle {
    margin-left: auto;
  }

  .bold-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  .bold-hero--align-center .bold-hero__buttons {
    justify-content: center;
  }

  .bold-hero--align-right .bold-hero__buttons {
    justify-content: flex-end;
  }

  /* The secondary (ghost) button's default color/border come from the section's
     color scheme via .bold-btn-secondary, but this hero locks its text color to
     the image/overlay tone (--bold-hero-text-color), not the scheme - a
     dark-scheme border on a bright-airy photo (or vice versa) reads as
     near-invisible. Reuse the hero's own tone tokens so it always contrasts
     against the actual image + scrim behind it. */
  .bold-hero__btn.bold-btn-secondary {
    color: var(--bold-hero-text-color);
    border-color: var(--bold-hero-badge-border);
  }

  .bold-hero__btn.bold-btn-secondary:hover {
    border-color: var(--bold-hero-text-color);
  }

  .bold-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 48px;
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid var(--bold-hero-stat-divider);
  }

  .bold-hero--align-center .bold-hero__stats {
    justify-content: center;
  }

  .bold-hero--align-right .bold-hero__stats {
    justify-content: flex-end;
  }

  .bold-hero__stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .bold-hero__stat-number {
    font-family: var(--bold-font-heading);
    font-size: clamp(1.6rem, 3vw, 2rem);
    font-weight: var(--font-h2--weight, 800);
    color: var(--bold-accent2);
    line-height: 1;
    text-shadow: var(--bold-hero-subtitle-shadow);
  }

  .bold-hero__stat-label {
    font-size: 0.78rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--bold-hero-stat-label-color);
  }

  @media screen and (max-width: 749px) {
    .bold-hero {
      min-height: 560px;
      padding: calc(96px * var(--section-spacing-scale, 1)) 16px calc(64px * var(--section-spacing-scale, 1));
    }

    .bold-hero__buttons {
      flex-direction: column;
      align-items: stretch;
    }

    .bold-hero--align-center .bold-hero__buttons {
      align-items: center;
    }

    .bold-hero--align-right .bold-hero__buttons {
      align-items: flex-end;
    }

    .bold-hero__stats {
      gap: 24px;
    }
  }
/* END_SECTION:bold-hero */

/* START_SECTION:bold-lifestyle (INDEX:27) */
.bold-lifestyle {
    padding: calc(72px * var(--section-spacing-scale, 1)) 24px;
  }

  .bold-lifestyle__inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .bold-lifestyle__rows {
    display: flex;
    flex-direction: column;
    gap: 64px;
  }

  .bold-lifestyle__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }

  .bold-lifestyle__row--reverse .bold-lifestyle__media {
    order: 2;
  }

  .bold-lifestyle__row--reverse .bold-lifestyle__content {
    order: 1;
  }

  .bold-lifestyle__media {
    border-radius: var(--bold-radius-lg, 20px);
    overflow: hidden;
    box-shadow: var(--bold-shadow);
    border: 1px solid var(--bold-glass-border);
  }

  .bold-lifestyle__image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
  }

  .bold-lifestyle__placeholder {
    aspect-ratio: 4 / 3;
    background: var(--bold-card-bg);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bold-lifestyle__placeholder svg {
    width: 50%;
    opacity: 0.3;
  }

  .bold-lifestyle__title {
    font-family: var(--bold-font-heading);
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: var(--font-h3--weight, 800);
    text-transform: var(--font-h3--case, uppercase);
    letter-spacing: var(--font-h3--letter-spacing, normal);
    margin: 0 0 16px;
    color: var(--bold-text-light);
  }

  .bold-lifestyle__description {
    color: var(--bold-text-muted);
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .bold-lifestyle__bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .bold-lifestyle__bullets li {
    position: relative;
    padding-left: 24px;
    color: var(--bold-text-light);
    font-size: 15px;
    line-height: 1.5;
  }

  .bold-lifestyle__bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bold-accent1);
  }

  @media screen and (max-width: 989px) {
    .bold-lifestyle__row,
    .bold-lifestyle__row--reverse {
      grid-template-columns: 1fr;
    }

    .bold-lifestyle__row--reverse .bold-lifestyle__media,
    .bold-lifestyle__row--reverse .bold-lifestyle__content {
      order: unset;
    }
  }

  @media screen and (max-width: 749px) {
    .bold-lifestyle {
      padding: calc(48px * var(--section-spacing-scale, 1)) 16px;
    }

    .bold-lifestyle__rows {
      gap: 40px;
    }
  }
/* END_SECTION:bold-lifestyle */

/* START_SECTION:bold-newsletter (INDEX:28) */
.bold-newsletter {
    padding: 0 0 calc(72px * var(--section-spacing-scale, 1));
    position: relative;
  }

  .bold-newsletter__wave {
    width: 100%;
    margin-bottom: 48px;
    line-height: 0;
  }

  .bold-newsletter__wave svg {
    display: block;
    width: 100%;
    height: 60px;
  }

  .bold-newsletter__wave-path--front {
    fill: var(--bold-primary);
  }

  .bold-newsletter__wave-path--back {
    fill: color-mix(in srgb, var(--bold-accent2) 15%, transparent);
  }

  .bold-newsletter__wave--custom .bold-newsletter__wave-path--front {
    fill: var(--bold-newsletter-wave-color);
  }

  .bold-newsletter__wave--custom .bold-newsletter__wave-path--back {
    fill: var(--bold-newsletter-wave-color);
    fill-opacity: 0.4;
  }

  .bold-newsletter__inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
  }

  .bold-newsletter__heading {
    font-family: var(--bold-font-heading);
    font-size: clamp(1.8rem, 4vw, calc(var(--font-h2--size) * 1.15));
    font-weight: var(--font-h2--weight, 800);
    text-transform: var(--font-h2--case, uppercase);
    letter-spacing: var(--font-h2--letter-spacing, -0.3px);
    color: var(--bold-text-light);
    margin: 0 0 12px;
    line-height: 1.2;
  }

  .bold-newsletter__accent {
    color: var(--bold-accent1);
  }

  .bold-newsletter__subtitle {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--bold-text-muted);
    margin: 0 0 32px;
  }

  .bold-newsletter__form-wrap {
    margin-bottom: 16px;
  }

  .bold-newsletter__input-group {
    display: flex;
    gap: 10px;
    background: var(--bold-glass);
    border: 1px solid var(--bold-glass-border);
    border-radius: var(--style-border-radius-buttons-primary, 50px);
    padding: 6px 6px 6px 24px;
    backdrop-filter: blur(12px);
  }

  .bold-newsletter__input {
    flex: 1;
    background: transparent;
    border: none;
    color: var(--bold-text-light);
    font-size: 0.95rem;
    font-family: var(--bold-font-body);
    outline: none;
    min-width: 0;
  }

  .bold-newsletter__input::placeholder {
    color: var(--bold-text-faint);
  }

  .bold-newsletter__submit {
    flex-shrink: 0;
    padding: 12px 24px;
    font-size: 0.8rem;
    border: none;
    cursor: pointer;
    border-radius: max(calc(var(--style-border-radius-buttons-primary) - 6px), 0px);
  }

  .bold-newsletter__message {
    margin-top: 12px;
    font-size: 0.875rem;
  }

  .bold-newsletter__message--success {
    color: var(--bold-success);
  }

  .bold-newsletter__message--error {
    color: #ef4444;
  }

  .bold-newsletter__discount {
    font-size: 0.8rem;
    color: var(--bold-text-muted);
    margin: 0;
    font-style: italic;
  }

  @media screen and (max-width: 749px) {
    .bold-newsletter {
      padding: 0 0 calc(48px * var(--section-spacing-scale, 1));
    }

    .bold-newsletter__inner {
      padding: 0 16px;
    }

    .bold-newsletter__input-group {
      flex-direction: column;
      border-radius: var(--bold-radius-lg);
      padding: 16px;
    }

    .bold-newsletter__submit {
      width: 100%;
      justify-content: center;
      border-radius: var(--style-border-radius-buttons-primary);
    }
  }
/* END_SECTION:bold-newsletter */

/* START_SECTION:bold-product-grid (INDEX:29) */
.bold-product-grid {
    padding: calc(72px * var(--section-spacing-scale, 1)) 24px;
  }

  .bold-product-grid__inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .bold-product-grid__grid {
    display: grid;
    grid-template-columns: repeat(var(--columns, 4), minmax(0, 1fr));
    gap: var(--style-gap-cards, 20px);
  }

  .bold-product-grid__card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    background: var(--bold-card-bg);
    border: 1px solid var(--bold-glass-border);
    border-radius: var(--bold-radius-lg);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .bold-product-grid__card:hover {
    transform: translateY(-4px);
    box-shadow: var(--bold-shadow);
  }

  .bold-product-grid__image-wrap {
    position: relative;
    aspect-ratio: 0.82;
    overflow: hidden;
    background: rgba(10, 22, 40, 0.5);
  }

  .bold-product-grid__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  .bold-product-grid__card:hover .bold-product-grid__image {
    transform: scale(1.05);
  }

  .bold-product-grid__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
  }

  .bold-product-grid__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    border-radius: var(--style-border-radius-pills, 50px);
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: var(--bold-font-heading);
  }

  .bold-product-grid__badge--sale {
    background: var(--bold-accent1);
    color: var(--color-primary-button-text);
  }

  .bold-product-grid__badge--new {
    background: var(--bold-accent2);
    color: var(--color-primary-button-text);
  }

  .bold-product-grid__badge--hot {
    background: var(--bold-accent3);
    color: var(--bold-text-dark);
  }

  .bold-product-grid__content {
    padding: 16px 18px 20px;
  }

  .bold-product-grid__title {
    font-family: var(--bold-font-heading);
    font-size: 0.9rem;
    font-weight: var(--font-h3--weight, 700);
    text-transform: var(--font-h3--case, uppercase);
    letter-spacing: var(--font-h3--letter-spacing, 0.3px);
    color: var(--bold-text-light);
    margin: 0 0 8px;
    line-height: 1.3;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .bold-product-grid__price {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
  }

  .bold-product-grid__price-compare {
    text-decoration: line-through;
    color: var(--bold-text-muted);
    font-size: 0.85rem;
  }

  .bold-product-grid__price-current {
    font-weight: 700;
    color: var(--bold-accent1);
  }

  .bold-product-grid__footer {
    text-align: center;
    margin-top: 40px;
  }

  @media screen and (max-width: 989px) {
    .bold-product-grid__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (max-width: 749px) {
    .bold-product-grid {
      padding: calc(48px * var(--section-spacing-scale, 1)) 16px;
    }

    .bold-product-grid__grid {
      gap: 16px;
    }
  }
/* END_SECTION:bold-product-grid */

/* START_SECTION:bold-product-tabs (INDEX:30) */
.bold-product-tabs {
    padding: 64px 24px;
    overflow-x: hidden;
  }

  .bold-product-tabs__inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    min-width: 0;
  }

  .bold-product-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-bottom: 1px solid var(--bold-glass-border);
    margin-bottom: 32px;
  }

  .bold-product-tabs__tab {
    padding: 12px 20px;
    background: none;
    border: 0;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    cursor: pointer;
    font-family: var(--bold-font-heading);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--bold-text-muted);
    transition: color 0.2s, border-color 0.2s;
  }

  .bold-product-tabs__tab.is-active {
    color: var(--bold-accent2);
    border-bottom-color: var(--bold-accent1);
  }

  .bold-product-tabs__tab:hover {
    color: var(--bold-text-light);
  }

  .bold-product-tabs__panel {
    display: none;
  }

  .bold-product-tabs__panel.is-active {
    display: block;
  }

  .bold-product-tabs__content {
    color: var(--bold-text-muted);
    line-height: 1.7;
    font-size: 15px;
    overflow-wrap: anywhere;
    word-wrap: break-word;
  }

  .bold-product-tabs__content img,
  .bold-product-tabs__content video,
  .bold-product-tabs__content iframe {
    max-width: 100%;
    height: auto;
  }

  .bold-product-tabs__content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }

  .bold-product-tabs__feature-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .bold-product-tabs__feature-list li {
    padding-left: 24px;
    position: relative;
    color: var(--bold-text-light);
    font-size: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .bold-product-tabs__feature-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bold-accent1);
  }

  .bold-product-tabs__specs {
    margin: 20px 0 0;
  }

  .bold-product-tabs__spec-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid var(--bold-glass-border);
  }

  .bold-product-tabs__spec-row dt {
    font-weight: 600;
    color: var(--bold-text-light);
    font-size: 14px;
    min-width: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .bold-product-tabs__spec-row dd {
    margin: 0;
    color: var(--bold-text-subtle);
    font-size: 14px;
    text-align: right;
    min-width: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  @media screen and (max-width: 749px) {
    .bold-product-tabs {
      padding: 48px 16px;
    }

    .bold-product-tabs__nav {
      flex-wrap: wrap;
      gap: 0;
    }

    .bold-product-tabs__tab {
      flex: 1 1 50%;
      min-width: 0;
      padding: 10px 8px;
      font-size: 0.7rem;
      letter-spacing: 0.3px;
      text-align: center;
      overflow-wrap: break-word;
      word-wrap: break-word;
    }

    .bold-product-tabs__spec-row {
      flex-direction: column;
      gap: 4px;
    }

    .bold-product-tabs__spec-row dd {
      text-align: left;
    }
  }
/* END_SECTION:bold-product-tabs */

/* START_SECTION:bold-related-products (INDEX:31) */
.bold-related-products {
    padding: 72px 24px;
  }

  .bold-related-products__inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .bold-related-products__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--style-gap-cards, 24px);
  }

  .bold-related-products__card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    background: var(--bold-card-bg);
    border: 1px solid var(--bold-glass-border);
    border-radius: var(--bold-radius-lg);
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease;
  }

  .bold-related-products__card:hover {
    transform: translateY(-4px);
    border-color: var(--bold-accent2);
  }

  .bold-related-products__image-wrap {
    aspect-ratio: 1;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
  }

  .bold-related-products__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .bold-related-products__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bold-related-products__placeholder svg {
    width: 50%;
    opacity: 0.3;
  }

  .bold-related-products__title {
    font-family: var(--bold-font-heading);
    font-size: 0.9rem;
    font-weight: var(--font-h3--weight, 700);
    text-transform: var(--font-h3--case, uppercase);
    letter-spacing: var(--font-h3--letter-spacing, normal);
    color: var(--bold-text-light);
    margin: 16px 16px 4px;
    line-height: 1.3;
  }

  .bold-related-products__price {
    font-size: 14px;
    font-weight: 600;
    color: var(--bold-accent1);
    margin: 0 16px 16px;
  }

  @media screen and (max-width: 989px) {
    .bold-related-products__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (max-width: 749px) {
    .bold-related-products {
      padding: 48px 16px;
    }
  }
/* END_SECTION:bold-related-products */

/* START_SECTION:bold-reviews (INDEX:32) */
.bold-reviews {
    padding: calc(72px * var(--section-spacing-scale, 1)) 24px;
  }

  .bold-reviews__inner {
    max-width: 1100px;
    margin: 0 auto;
  }

  .bold-reviews__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--style-gap-cards, 20px);
  }

  .bold-reviews__card {
    background: var(--bold-card-bg);
    border: 1px solid var(--bold-glass-border);
    border-radius: var(--bold-radius-lg);
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: var(--bold-shadow);
  }

  .bold-reviews__stars {
    display: flex;
    gap: 2px;
  }

  .bold-reviews__star {
    color: rgb(var(--color-foreground-rgb) / 0.2);
    font-size: 14px;
  }

  .bold-reviews__star--filled {
    color: var(--bold-accent1);
  }

  .bold-reviews__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--bold-accent2), var(--bold-accent1));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--bold-font-heading);
    font-weight: 800;
    font-size: 13px;
    color: var(--bold-text-light);
  }

  .bold-reviews__text {
    font-size: 15px;
    line-height: 1.6;
    color: var(--bold-text-muted);
    margin: 0;
    font-style: normal;
    flex: 1;
  }

  .bold-reviews__name {
    font-size: 13px;
    font-weight: 600;
    color: var(--bold-accent2);
    font-style: normal;
  }

  @media screen and (max-width: 749px) {
    .bold-reviews {
      padding: calc(48px * var(--section-spacing-scale, 1)) 16px;
    }

    .bold-reviews__grid {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:bold-reviews */

/* START_SECTION:bold-sticky-countdown (INDEX:33) */
.bold-sticky-countdown {
    display: block;
    position: sticky;
    top: 0;
    z-index: var(--layer-sticky);
    width: 100%;
  }

  .bold-sticky-countdown__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: var(--page-width, 1400px);
    margin: 0 auto;
    text-align: center;
  }

  .bold-sticky-countdown__message {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.3;
  }

  .bold-sticky-countdown__heading {
    font-family: var(--bold-font-heading);
    font-size: 0.9375rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--bold-text-light);
  }

  .bold-sticky-countdown__subheading {
    font-family: var(--bold-font-body);
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--bold-text-muted);
  }

  .bold-sticky-countdown__timer {
    font-family: var(--bold-font-heading);
    font-size: 1.25rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.04em;
    color: var(--bold-accent2);
    background: color-mix(in srgb, var(--bold-accent2) 12%, transparent);
    border: 1px solid color-mix(in srgb, var(--bold-accent2) 35%, var(--bold-glass-border));
    border-radius: var(--bold-radius);
    padding: 10px 16px;
  }

  .bold-sticky-countdown__colon {
    opacity: 0.5;
    padding-inline: 2px;
  }

  /* Compact size override for the slim sticky bar — colors, radius, and shadow
     are inherited from .bold-btn-primary so they stay in sync with every other
     bold CTA in the theme. */
  .bold-sticky-countdown__button {
    padding: 8px 20px;
    font-size: 0.75rem;
    white-space: nowrap;
  }

  @media screen and (max-width: 749px) {
    .bold-sticky-countdown__inner {
      gap: 10px;
    }

    .bold-sticky-countdown__heading {
      font-size: 0.8125rem;
    }

    .bold-sticky-countdown__subheading {
      display: none;
    }

    .bold-sticky-countdown__timer {
      font-size: 1.0625rem;
      padding: 9px 12px;
    }

    .bold-sticky-countdown__button {
      padding: 8px 16px;
      font-size: 0.75rem;
    }
  }
/* END_SECTION:bold-sticky-countdown */

/* START_SECTION:bold-testimonials (INDEX:34) */
.bold-testimonials {
    padding: calc(72px * var(--section-spacing-scale, 1)) 0;
    overflow: hidden;
  }

  .bold-testimonials__inner {
    max-width: 100%;
  }

  .bold-testimonials__inner .bold-section-header {
    padding: 0 24px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .bold-testimonials__track-wrap {
    overflow: hidden;
    padding: 16px 0 32px;
  }

  .bold-testimonials__track {
    display: flex;
    width: max-content;
    animation: boldTestimonialsScroll var(--btm-speed, 45s) linear infinite;
  }

  .bold-testimonials__track-wrap:hover .bold-testimonials__track,
  .bold-testimonials__track-wrap:focus-within .bold-testimonials__track {
    animation-play-state: paused;
  }

  .bold-testimonials__group {
    display: flex;
    flex-shrink: 0;
    gap: var(--style-gap-cards, 20px);
    padding-inline: calc(var(--style-gap-cards, 20px) / 2);
  }

  .bold-testimonials__card {
    flex: 0 0 clamp(280px, 32vw, 360px);
    background: var(--bold-card-bg);
    border: 1px solid var(--bold-glass-border);
    border-radius: var(--bold-radius-lg);
    padding: 28px 24px;
    box-shadow: var(--bold-shadow);
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .bold-testimonials__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--bold-accent2), var(--bold-accent1));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--bold-font-heading);
    font-weight: 800;
    font-size: 14px;
    color: var(--bold-text-light);
  }

  .bold-testimonials__text {
    font-size: 15px;
    line-height: 1.65;
    color: var(--bold-text-muted);
    margin: 0;
    font-style: normal;
    flex: 1;
  }

  .bold-testimonials__name {
    font-size: 13px;
    font-weight: 600;
    color: var(--bold-accent2);
    font-style: normal;
  }

  @keyframes boldTestimonialsScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-1 * var(--btm-distance, 50%))); }
  }

  @media (prefers-reduced-motion: reduce) {
    .bold-testimonials__track {
      animation: none;
      flex-wrap: wrap;
      width: 100%;
    }

    .bold-testimonials__group:not(:first-child) {
      display: none;
    }
  }

  @media screen and (max-width: 749px) {
    .bold-testimonials {
      padding: calc(48px * var(--section-spacing-scale, 1)) 0;
    }

    .bold-testimonials__inner .bold-section-header {
      padding-left: 16px;
      padding-right: 16px;
    }
  }
/* END_SECTION:bold-testimonials */

/* START_SECTION:bold-trust-marquee (INDEX:35) */
.bold-trust-marquee {
    overflow: hidden;
    padding: calc(28px * var(--section-spacing-scale, 1)) 0;
    background: linear-gradient(
      180deg,
      color-mix(in srgb, var(--bold-accent2) 6%, transparent),
      transparent
    );
    border-top: 1px solid var(--bold-glass-border);
    border-bottom: 1px solid var(--bold-glass-border);
  }

  .bold-trust-marquee__track {
    display: flex;
    width: max-content;
    animation: boldTrustScroll var(--atm-speed, 25s) linear infinite;
  }

  .bold-trust-marquee__group {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 60px;
    padding-inline: 30px;
  }

  .bold-trust-marquee__item {
    display: flex;
    align-items: center;
    gap: 14px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .bold-trust-marquee__icon {
    width: 40px;
    height: 40px;
    border-radius: var(--style-border-radius-global, 10px);
    background: color-mix(in srgb, var(--bold-accent2) 12%, transparent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bold-accent2);
    flex-shrink: 0;
  }

  .bold-trust-marquee__text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
  }

  .bold-trust-marquee__title {
    font-family: var(--bold-font-heading);
    font-weight: var(--font-h3--weight, 600);
    font-size: 0.88rem;
    letter-spacing: var(--font-h3--letter-spacing, 0.2px);
    color: var(--bold-text-light);
  }

  .bold-trust-marquee__subtitle {
    font-size: 0.72rem;
    font-weight: var(--font-body--weight, 400);
    color: var(--bold-text-muted);
    margin-top: 2px;
  }

  @keyframes boldTrustScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-1 * var(--atm-distance, 50%))); }
  }

  @media (prefers-reduced-motion: reduce) {
    .bold-trust-marquee__track {
      animation: none;
      flex-wrap: wrap;
      width: 100%;
      justify-content: center;
      gap: 24px;
    }

    .bold-trust-marquee__group:last-child {
      display: none;
    }
  }
/* END_SECTION:bold-trust-marquee */

/* START_SECTION:bold-use-cases (INDEX:36) */
.bold-use-cases {
    padding: 72px 24px;
  }

  .bold-use-cases__inner {
    max-width: 1100px;
    margin: 0 auto;
  }

  .bold-use-cases__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--style-gap-cards, 20px);
  }

  .bold-use-cases__card {
    background: var(--bold-card-bg);
    border: 1px solid var(--bold-glass-border);
    border-radius: var(--bold-radius-lg);
    padding: 28px 24px;
    text-align: center;
    transition: border-color 0.3s, transform 0.3s;
  }

  .bold-use-cases__card:hover {
    border-color: var(--bold-accent2);
    transform: translateY(-2px);
  }

  .bold-use-cases__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--bold-accent2) 12%, transparent);
    color: var(--bold-accent2);
    margin-bottom: 16px;
  }

  .bold-use-cases__title {
    font-family: var(--bold-font-heading);
    font-size: 0.9rem;
    font-weight: var(--font-h3--weight, 700);
    text-transform: var(--font-h3--case, uppercase);
    letter-spacing: var(--font-h3--letter-spacing, normal);
    color: var(--bold-text-light);
    margin: 0 0 8px;
  }

  .bold-use-cases__description {
    font-size: 14px;
    line-height: 1.55;
    color: var(--bold-text-muted);
    margin: 0;
  }

  @media screen and (max-width: 989px) {
    .bold-use-cases__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (max-width: 749px) {
    .bold-use-cases {
      padding: 48px 16px;
    }

    .bold-use-cases__grid {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:bold-use-cases */

/* START_SECTION:bold-video-grid (INDEX:37) */
.bold-video-grid {
    padding: calc(72px * var(--section-spacing-scale, 1)) 24px;
  }

  .bold-video-grid__inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .bold-video-grid__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--style-gap-cards, 24px);
  }

  .bold-video-grid__card {
    background: var(--bold-card-bg);
    border: 1px solid var(--bold-glass-border);
    border-radius: var(--bold-radius-lg);
    overflow: hidden;
    box-shadow: var(--bold-shadow);
  }

  .bold-video-grid__embed {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #000;
  }

  .bold-video-grid__embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .bold-video-grid__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bold-text-muted);
    font-size: 14px;
    background: var(--bold-card-bg);
  }

  .bold-video-grid__meta {
    padding: 16px 20px 20px;
  }

  .bold-video-grid__title {
    font-family: var(--bold-font-heading);
    font-size: 0.95rem;
    font-weight: var(--font-h3--weight, 700);
    text-transform: var(--font-h3--case, uppercase);
    letter-spacing: var(--font-h3--letter-spacing, normal);
    margin: 0 0 8px;
    color: var(--bold-text-light);
  }

  .bold-video-grid__caption {
    font-size: 14px;
    color: var(--bold-text-muted);
    margin: 0 0 12px;
    line-height: 1.5;
  }

  .bold-video-grid__socials {
    display: flex;
    gap: 8px;
  }

  .bold-video-grid__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: var(--style-border-radius-pills, 50px);
    border: 1px solid var(--bold-glass-border);
    color: var(--bold-accent2);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
  }

  .bold-video-grid__social:hover {
    border-color: var(--bold-accent2);
    background: color-mix(in srgb, var(--bold-accent2) 10%, transparent);
  }

  @media screen and (max-width: 749px) {
    .bold-video-grid {
      padding: calc(48px * var(--section-spacing-scale, 1)) 16px;
    }
  }
/* END_SECTION:bold-video-grid */

/* START_SECTION:category-navigation (INDEX:40) */
.category-nav {
    width: 100%;
  }

  .category-nav__header {
    text-align: center;
    margin-bottom: 24px;
  }

  .category-nav__title {
    margin: 0;
  }

  .category-nav__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    flex-shrink: 0;
    transition: transform 0.2s ease;
  }

  .category-nav__item:hover {
    transform: translateY(-2px);
  }

  .category-nav__icon-wrapper {
    width: var(--cn-item-size);
    height: var(--cn-item-size);
    border-radius: var(--cn-border-radius);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-background);
    border: 1px solid var(--color-border);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .category-nav__item:hover .category-nav__icon-wrapper {
    border-color: var(--color-accent);
    box-shadow: var(--style-shadow-card);
  }

  .category-nav__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .category-nav__icon {
    width: var(--cn-icon-size);
    height: var(--cn-icon-size);
    opacity: 0.6;
  }

  .category-nav__icon svg {
    width: 100%;
    height: 100%;
  }

  .category-nav__placeholder-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .category-nav__placeholder-image svg,
  .category-nav__placeholder-svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .category-nav__label {
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
    max-width: var(--cn-item-size);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Pill style variant */
  .category-nav--pill .category-nav__item {
    flex-direction: row;
    padding: 8px 16px;
    background: var(--color-background);
    border: 1px solid var(--color-border);
    border-radius: var(--style-border-radius-global);
  }

  .category-nav--pill .category-nav__icon-wrapper {
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
  }

  .category-nav--pill .category-nav__item:hover {
    border-color: var(--color-accent);
    transform: none;
  }

  .category-nav--pill .category-nav__label {
    max-width: none;
  }

  /* Compact style variant */
  .category-nav--compact .category-nav__item {
    flex-direction: row;
    gap: 12px;
    padding: 12px 20px;
    background: var(--color-background);
    border: 1px solid var(--color-border);
    border-radius: var(--style-border-radius-cards);
  }

  .category-nav--compact .category-nav__icon-wrapper {
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(0,0,0,0.05);
    border-radius: var(--style-border-radius-cards);
  }

  .category-nav--compact .category-nav__item:hover {
    border-color: var(--color-accent);
    transform: none;
  }

  .category-nav--compact .category-nav__label {
    max-width: none;
    font-size: 0.9rem;
  }

  @media screen and (max-width: 749px) {
    .category-nav__header {
      text-align: left;
    }

    .category-nav--default .category-nav__item {
      --cn-item-size: 60px;
    }

    .category-nav__label {
      font-size: 0.75rem;
    }
  }
/* END_SECTION:category-navigation */

/* START_SECTION:collection-cards (INDEX:41) */
.collection-cards {
    width: 100%;
  }

  .collection-cards__header {
    text-align: center;
    margin-bottom: 32px;
  }

  .collection-cards__title {
    margin: 0 0 8px 0;
  }

  .collection-cards__subtitle {
    margin: 0;
    opacity: 0.7;
  }

  .collection-card {
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    border-radius: var(--cc-border-radius);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .collection-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--style-shadow-card);
  }

  .collection-card__image-wrapper {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: var(--color-background);
  }

  .collection-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }

  .collection-card:hover .collection-card__image {
    transform: scale(1.05);
  }

  .collection-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-background);
  }

  .collection-card__placeholder-svg {
    width: 50%;
    height: auto;
    opacity: 0.3;
  }

  .collection-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.4) 0%, transparent 50%);
    pointer-events: none;
  }

  .collection-card__content {
    padding: 16px;
    background: var(--color-background);
  }

  .collection-card__name {
    margin: 0;
    font-size: 1.1rem;
    font-weight: var(--font-h3--weight, 600);
  }

  .collection-card__count {
    font-size: 0.85rem;
    opacity: 0.6;
    margin-top: 4px;
    display: block;
  }

  .collection-cards__footer {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  @media screen and (max-width: 749px) {
    .collection-cards__header {
      margin-bottom: 24px;
    }

    .collection-card__content {
      padding: 12px;
    }

    .collection-card__name {
      font-size: 1rem;
    }
  }
/* END_SECTION:collection-cards */

/* START_SECTION:collection-fancy (INDEX:42) */
.collection-fancy {
    width: 100%;
  }

  .collection-fancy__header {
    margin-bottom: 32px;
  }

  .collection-fancy__item {
    width: 100%;
    height: 100%;
  }

  /* Ensure product cards respect card size */
  .collection-fancy .product-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .collection-fancy .card-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/4;
    transition: opacity 0.3s ease;
  }

  /* Ensure images scale properly within cards */
  .collection-fancy .card-gallery img,
  .collection-fancy .card-gallery picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Clamp description to a fixed 2-line height so Add to Cart buttons stay aligned across cards regardless of description length */
  .collection-fancy .product-card__content .text-block {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 2.8em;
  }

  /* Hide quantity selector and buy now button */
  .collection-fancy .product-card__content .quantity-selector-wrapper,
  .collection-fancy .product-card__content .accelerated-checkout,
  .collection-fancy .product-card__content shopify-payment-button {
    display: none !important;
  }

  /* Style Add to Cart button */
  .collection-fancy .product-card__content .add-to-cart-button.button-secondary {
    background-color: var(--color-background) !important;
    border: 1px solid var(--color-border) !important;
    color: var(--color-foreground) !important;
    width: 100%;
  }

  /* Card size affects minimum card width in carousel */
  .collection-fancy--small .resource-list__slide {
    min-width: 200px;
  }

  .collection-fancy--medium .resource-list__slide {
    min-width: 280px;
  }

  .collection-fancy--large .resource-list__slide {
    min-width: 350px;
  }

  /* Mobile adjustments */
  @media screen and (max-width: 749px) {
    .collection-fancy__header {
      margin-bottom: 24px;
    }
    
    .collection-fancy--small .resource-list__slide,
    .collection-fancy--medium .resource-list__slide,
    .collection-fancy--large .resource-list__slide {
      min-width: auto;
    }

  }
/* END_SECTION:collection-fancy */

/* START_SECTION:collection-links (INDEX:43) */
collection-links-component {
    --alignment: flex-start;

    display: grid;
    align-items: center;
    grid-gap: var(--gap-3xl);

    &:has([ratio='portrait']) {
      --template-column-ratio: 0.8fr;
    }

    &:has([ratio='square']) {
      --template-column-ratio: 1fr;
    }

    &:has([ratio='landscape']) {
      --template-column-ratio: 1.4fr;
    }

    &[alignment='center'] {
      --alignment: center;

      .text-block {
        text-align: center;
      }
    }

    &[alignment='right'] {
      --alignment: flex-end;

      .text-block {
        text-align: right;
      }
    }

    &[layout='spotlight'] {
      position: relative;
      grid-template-columns: 1fr var(--template-column-ratio);
      grid-template-areas: 'text image';

      &[reverse] {
        grid-template-areas: 'image text';
        grid-template-columns: var(--template-column-ratio) 1fr;
      }

      .collection-links__container {
        align-items: var(--alignment);
      }

      @media (max-width: 749px) {
        grid-template-columns: 1fr;
        grid-template-areas: 'text' 'image';
        grid-gap: var(--gap-2xl);

        .collection-links__container {
          gap: clamp(var(--gap-xs), 1vw, var(--gap-xl)) var(--gap-2xl);
          justify-content: var(--alignment);
        }
      }
    }

    &[layout='text'] {
      grid-gap: 0;
      grid-template-areas: 'text';

      .collection-links__container {
        gap: clamp(var(--gap-xs), 1vw, var(--gap-xl)) var(--gap-2xl);
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: var(--alignment);
      }
    }
  }

  .collection-links__container {
    display: flex;
    gap: var(--gap-md);
    flex-direction: column;
  }

  .collection-links__images {
    overflow: hidden;
    grid-area: image;

    @media (max-width: 749px) {
      image-block {
        max-width: 100%;
      }
    }
  }
/* END_SECTION:collection-links */

/* START_SECTION:collections-carousel (INDEX:46) */
.collections-carousel-section {
    overflow: hidden;
  }

  .collections-carousel__header {
    margin-bottom: 2rem;
    text-align: center;
  }

  .collections-carousel__heading {
    font-size: clamp(1.5rem, 4vw, calc(var(--font-h2--size) * 1.1));
    font-weight: var(--font-h2--weight, 700);
    margin: 0 0 0.5rem 0;
    color: var(--color-foreground-heading, var(--color-foreground));
  }

  .collections-carousel__description {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    color: var(--color-foreground);
    opacity: 0.7;
  }

  /* Marquee wrapper */
  .collections-carousel__marquee-wrapper {
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(
      to right,
      transparent,
      black 5%,
      black 95%,
      transparent
    );
    -webkit-mask-image: linear-gradient(
      to right,
      transparent,
      black 5%,
      black 95%,
      transparent
    );
  }

  .collections-carousel__track {
    display: flex;
    width: fit-content;
    gap: var(--carousel-gap, 16px);
  }

  .collections-carousel__marquee-wrapper--animate .collections-carousel__track {
    animation: collections-scroll var(--carousel-speed, 30s) linear infinite;
  }

  .collections-carousel__marquee-wrapper:hover .collections-carousel__track {
    animation-play-state: paused;
  }

  @keyframes collections-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-50% - var(--carousel-gap, 16px) / 2));
    }
  }

  .collections-carousel__items {
    display: flex;
    gap: var(--carousel-gap, 16px);
    flex-shrink: 0;
  }

  .collections-carousel__card {
    display: block;
    text-decoration: none;
    color: inherit;
    width: var(--carousel-card-width, 200px);
    flex-shrink: 0;
    transition: transform 0.2s ease;
  }

  .collections-carousel__card:hover {
    transform: translateY(-4px);
  }

  .collections-carousel__image-wrapper {
    width: var(--carousel-card-width, 200px);
    height: var(--carousel-card-width, 200px);
    overflow: hidden;
    border-radius: var(--carousel-border-radius, 8px);
    background: var(--color-card-background);
    border: var(--carousel-border-width, 0) solid var(--carousel-border-color, #e5e5e5);
  }

  .collections-carousel__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .collections-carousel__card:hover .collections-carousel__image {
    transform: scale(1.05);
  }

  .collections-carousel__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-card-background);
  }

  .collections-carousel__placeholder svg {
    width: 50%;
    height: 50%;
    opacity: 0.3;
  }

  .collections-carousel__info {
    padding: 0.75rem 0;
    text-align: left;
  }

  .collections-carousel__title {
    font-size: 0.8125rem;
    font-weight: var(--font-h3--weight, 600);
    margin: 0 0 0.125rem 0;
    color: var(--color-foreground);
    letter-spacing: var(--font-h3--letter-spacing, 0.02em);
  }

  .collections-carousel__count {
    font-size: 0.75rem;
    color: var(--color-foreground);
    opacity: 0.5;
  }

  /* Placeholder cards styling */
  .collections-carousel__card--placeholder {
    cursor: default;
    opacity: 0.7;
  }

  .collections-carousel__card--placeholder:hover {
    transform: none;
  }

  .collections-carousel__card--placeholder .collections-carousel__image:hover {
    transform: none;
  }

  @media screen and (max-width: 749px) {
    .collections-carousel__heading {
      font-size: 1.375rem;
    }

    .collections-carousel__marquee-wrapper {
      --carousel-card-width: 150px !important;
    }
  }

  /* Respect reduced motion preference */
  @media (prefers-reduced-motion: reduce) {
    .collections-carousel__marquee-wrapper--animate .collections-carousel__track {
      animation: none;
    }
  }
/* END_SECTION:collections-carousel */

/* START_SECTION:editorial-accordion (INDEX:61) */
.editorial-accordion {
    width: 100%;
    background: var(--ea-bg);
    color: var(--ea-text-color);
  }

  .editorial-accordion__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 var(--page-margin, 24px);
  }

  .editorial-accordion__main-heading {
    margin: 0 0 32px 0;
    font-family: var(--font-heading--family, inherit);
    font-size: clamp(1.5rem, 4vw, calc(var(--font-h2--size) * 1.1));
    font-weight: var(--font-h2--weight, 700);
    letter-spacing: var(--font-h2--letter-spacing, 0.05em);
    text-transform: var(--font-h2--case, uppercase);
    color: var(--ea-text-color);
    text-align: center;
  }

  .editorial-accordion__list {
    border-top: 1px solid var(--ea-border);
  }

  .editorial-accordion__item {
    border-bottom: 1px solid var(--ea-border);
  }

  .editorial-accordion__summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    list-style: none;
    transition: opacity 0.2s ease;
  }

  .editorial-accordion__summary::-webkit-details-marker {
    display: none;
  }

  .editorial-accordion__summary:hover {
    opacity: 0.7;
  }

  .editorial-accordion__heading {
    font-size: 0.875rem;
    font-weight: var(--font-h3--weight, 600);
    letter-spacing: var(--font-h3--letter-spacing, 0.08em);
    text-transform: var(--font-h3--case, uppercase);
  }

  .editorial-accordion__icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
  }

  details[open] > .editorial-accordion__summary .editorial-accordion__icon {
    transform: rotate(45deg);
  }

  .editorial-accordion__content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-out;
  }

  details[open] > .editorial-accordion__content {
    grid-template-rows: 1fr;
  }

  .editorial-accordion__content-inner {
    overflow: hidden;
    padding-bottom: 24px;
    font-size: 0.9rem;
    line-height: 1.5;
    opacity: 0.85;
  }

  .editorial-accordion__content-inner p:first-child { margin-top: 0; }
  .editorial-accordion__content-inner p:last-child { margin-bottom: 0; }

  @media screen and (max-width: 749px) {
    .editorial-accordion__container {
      padding: 0 16px;
    }
  }
/* END_SECTION:editorial-accordion */

/* START_SECTION:editorial-brand-story (INDEX:62) */
.editorial-brand-story__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--page-margin, 24px);
  }

  .editorial-brand-story__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }

  .editorial-brand-story__grid--reversed {
    direction: rtl;
  }

  .editorial-brand-story__grid--reversed > * {
    direction: ltr;
  }

  .editorial-brand-story__eyebrow {
    margin: 0 0 12px 0;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-foreground);
    opacity: 0.6;
  }

  .editorial-brand-story__heading {
    margin: 0 0 20px 0;
    font-family: var(--font-heading--family, inherit);
    font-size: clamp(1.5rem, 4vw, calc(var(--font-h2--size) * 1.1));
    font-weight: var(--font-h2--weight, 600);
    line-height: 1.15;
    color: var(--color-foreground-heading);
    text-transform: var(--font-h2--case, uppercase);
    letter-spacing: var(--font-h2--letter-spacing, -0.01em);
  }

  .editorial-brand-story__body {
    margin-bottom: 28px;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--color-foreground);
    opacity: 0.8;
  }

  .editorial-brand-story__btn {
    display: inline-block;
    padding: 12px 28px;
    background: var(--color-primary-button-background, #000000);
    color: var(--color-primary-button-text, #ffffff);
    border: none;
    border-radius: var(--style-border-radius-buttons-primary, 0px);
    font-family: var(--button-font-family, var(--font-body--family, inherit));
    font-size: 0.8rem;
    font-weight: var(--button-font-weight-primary, var(--font-body--weight, 700));
    letter-spacing: 0.1em;
    text-transform: var(--button-text-case, uppercase);
    text-decoration: none;
    transition: opacity 0.2s ease;
  }

  .editorial-brand-story__btn:hover {
    opacity: 0.85;
  }

  .editorial-brand-story__media {
    position: relative;
    aspect-ratio: 4/5;
    overflow: hidden;
    border-radius: var(--style-border-radius-cards, 0px);
  }

  .editorial-brand-story__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .editorial-brand-story__img--placeholder {
    background: var(--color-card-background);
  }

  @media screen and (max-width: 989px) {
    .editorial-brand-story__grid {
      gap: 36px;
    }
  }

  @media screen and (max-width: 749px) {
    .editorial-brand-story__container {
      padding: 0 16px;
    }
    .editorial-brand-story__grid {
      grid-template-columns: 1fr;
      gap: 28px;
    }
    .editorial-brand-story__grid--reversed {
      direction: ltr;
    }
    .editorial-brand-story__media {
      order: -1;
    }
  }
/* END_SECTION:editorial-brand-story */

/* START_SECTION:editorial-collection-grid (INDEX:63) */
.editorial-collection-grid {
    width: 100%;
    background: var(--color-background);
  }

  /* Full-bleed to align with grid; horizontal inset so heading is not flush to viewport edges. */
  .editorial-collection-grid__header {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
    padding-inline: clamp(16px, 4vw, 36px);
    padding-bottom: 20px;
  }

  @media screen and (min-width: 750px) {
    .editorial-collection-grid__header {
      padding-inline: clamp(20px, 5vw, 56px);
    }
  }

  .editorial-collection-grid__grid-bleed {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  .editorial-collection-grid__heading {
    margin: 0;
    font-family: var(--font-heading--family, inherit);
    font-size: clamp(1.5rem, 4vw, calc(var(--font-h2--size) * 1.1));
    font-weight: var(--font-h2--weight, 700);
    letter-spacing: var(--font-h2--letter-spacing, 0.1em);
    text-transform: var(--font-h2--case, uppercase);
    color: var(--color-foreground-heading);
    text-align: center;
  }

  .editorial-collection-grid__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--style-gap-cards, 4px);
    width: 100%;
  }

  .editorial-collection-grid__grid[data-columns="3"] {
    grid-template-columns: repeat(3, 1fr);
  }

  .editorial-collection-grid__grid[data-columns="2"] {
    grid-template-columns: repeat(2, 1fr);
  }

  .ecg-item {
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    aspect-ratio: 3/4;
    border-radius: var(--style-border-radius-images, 0px);
    box-shadow: var(--style-shadow-card, none);
  }

  .ecg-item__media {
    position: absolute;
    inset: 0;
  }

  .ecg-item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
  }

  .ecg-item__placeholder {
    width: 100%;
    height: 100%;
    background: var(--color-card-background);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ecg-item__placeholder-svg {
    width: 35%;
    height: auto;
    opacity: 0.15;
  }

  .ecg-item:hover .ecg-item__img {
    transform: scale(1.04);
  }

  .ecg-item__label {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
  }

  .ecg-item__label span {
    display: inline-block;
    color: var(--color-foreground-heading, #ffffff);
    font-size: 0.8rem;
    font-weight: var(--font-h3--weight, 700);
    letter-spacing: var(--font-h3--letter-spacing, 0.12em);
    text-transform: var(--font-h3--case, uppercase);
  }

  @media screen and (max-width: 989px) {
    .editorial-collection-grid__grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .editorial-collection-grid__grid[data-columns="3"] {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (max-width: 749px) {
    .editorial-collection-grid__header {
      padding-bottom: 16px;
    }

    .editorial-collection-grid__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: var(--style-gap-cards, 2px);
    }
    .ecg-item {
      aspect-ratio: 1;
    }
  }
/* END_SECTION:editorial-collection-grid */

/* START_SECTION:editorial-faq (INDEX:64) */
.editorial-faq {
    width: 100%;
    background: var(--ef-bg);
    color: var(--ef-text-color);
  }

  .editorial-faq__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 var(--page-margin, 24px);
  }

  .editorial-faq__header {
    margin: 0 0 32px 0;
    text-align: center;
  }

  .editorial-faq__main-heading {
    margin: 0;
    font-family: var(--font-heading--family, inherit);
    font-size: 1.5rem;
    font-weight: var(--font-h2--weight, 700);
    letter-spacing: var(--font-h2--letter-spacing, 0.05em);
    text-transform: var(--font-h2--case, uppercase);
    color: var(--ef-text-color);
  }

  .editorial-faq__subheading {
    margin: 12px 0 0 0;
    font-family: var(--font-body--family, inherit);
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--ef-text-color);
    opacity: 0.7;
  }

  .editorial-faq__list {
    border-top: 1px solid var(--ef-border);
  }

  .editorial-faq__item {
    border-bottom: 1px solid var(--ef-border);
  }

  .editorial-faq__summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
    cursor: pointer;
    list-style: none;
    transition: opacity 0.2s ease;
  }

  .editorial-faq__summary::-webkit-details-marker {
    display: none;
  }

  .editorial-faq__summary:hover {
    opacity: 0.7;
  }

  .editorial-faq__question {
    font-family: var(--font-heading--family, inherit);
    font-size: 0.875rem;
    font-weight: var(--font-h3--weight, 600);
    letter-spacing: var(--font-h3--letter-spacing, 0.08em);
    text-transform: var(--font-h3--case, uppercase);
  }

  .editorial-faq__icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
  }

  details[open] > .editorial-faq__summary .editorial-faq__icon {
    transform: rotate(45deg);
  }

  .editorial-faq__answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-out;
  }

  details[open] > .editorial-faq__answer {
    grid-template-rows: 1fr;
  }

  .editorial-faq__answer-inner {
    overflow: hidden;
    padding-bottom: 24px;
    font-family: var(--font-body--family, inherit);
    font-size: 0.9rem;
    line-height: 1.5;
    opacity: 0.85;
  }

  .editorial-faq__answer-inner p:first-child { margin-top: 0; }
  .editorial-faq__answer-inner p:last-child { margin-bottom: 0; }

  @media screen and (max-width: 749px) {
    .editorial-faq__container {
      padding: 0 16px;
    }
  }
/* END_SECTION:editorial-faq */

/* START_SECTION:editorial-hero (INDEX:66) */
.editorial-hero {
    position: relative;
    min-height: var(--eh-min-height, 520px);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
  }

  .editorial-hero__media {
    position: absolute;
    inset: 0;
  }

  .editorial-hero__slot-desktop,
  .editorial-hero__slot-mobile {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
  }

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

  .editorial-hero__img--placeholder {
    background: var(--color-card-background);
  }

  .editorial-hero__img--mobile {
    display: none;
  }

  .editorial-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.18) 50%, transparent 100%);
    opacity: var(--eh-overlay-opacity, 1);
  }

  .editorial-hero__content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 48px;
  }

  .editorial-hero__inner {
    max-width: 560px;
  }

  .editorial-hero__heading {
    margin: 0 0 12px 0;
    color: var(--eh-text-color, #ffffff);
    font-family: var(--font-heading--family, inherit);
    font-style: var(--font-heading--style, normal);
    font-size: clamp(2rem, 4.5vw, calc(var(--font-h1--size) * 1.4));
    font-weight: var(--font-h1--weight, 600);
    letter-spacing: var(--font-h1--letter-spacing, -0.01em);
    line-height: 1.1;
    text-transform: var(--font-h1--case, uppercase);
  }

  .editorial-hero__subheading {
    margin: 0 0 28px 0;
    color: var(--eh-text-color, #ffffff);
    font-family: var(--font-body--family, inherit);
    opacity: 0.85;
    font-size: 1rem;
    line-height: 1.5;
  }

  .editorial-hero__btn {
    display: inline-block;
    padding: 12px 28px;
    background: var(--eh-btn-bg, #ffffff);
    color: var(--eh-btn-text, #000000);
    border: none;
    border-radius: var(--style-border-radius-buttons-primary, 0px);
    font-family: var(--button-font-family, var(--font-body--family, inherit));
    font-size: 0.875rem;
    font-weight: var(--button-font-weight-primary, var(--font-body--weight, 600));
    letter-spacing: 0.08em;
    text-transform: var(--button-text-case, uppercase);
    text-decoration: none;
    transition: opacity 0.2s ease;
  }

  .editorial-hero__btn:hover {
    opacity: 0.85;
  }

  @media screen and (max-width: 989px) {
    .editorial-hero__content {
      padding: 36px 32px;
    }
    .editorial-hero__inner {
      max-width: 480px;
    }
  }

  @media screen and (max-width: 749px) {
    .editorial-hero__img--hide-on-mobile {
      display: none;
    }

    .editorial-hero__img--mobile {
      display: block;
    }

    .editorial-hero {
      min-height: 480px;
      align-items: flex-end;
    }
    .editorial-hero__content {
      padding: 24px 20px;
    }
    .editorial-hero__inner {
      max-width: 100%;
    }
    .editorial-hero__heading {
      font-size: clamp(1.3rem, 5.5vw, 1.9rem);
      margin: 0 0 8px 0;
    }
    .editorial-hero__subheading {
      font-size: 0.82rem;
      margin: 0 0 18px 0;
    }
    .editorial-hero__btn {
      padding: 10px 22px;
      font-size: 0.8rem;
    }
  }
/* END_SECTION:editorial-hero */

/* START_SECTION:editorial-marquee (INDEX:67) */
.editorial-marquee {
    width: 100%;
    background: var(--em-bg);
    color: var(--em-text-color);
    overflow: hidden;
    white-space: nowrap;
  }

  .editorial-marquee__container {
    display: flex;
    overflow: hidden;
    width: 100%;
  }

  .editorial-marquee__track {
    display: flex;
    flex-shrink: 0;
    min-width: 100%;
  }

  .editorial-marquee__track--left {
    animation: marqueeLeft var(--em-speed) linear infinite;
  }

  .editorial-marquee__track--right {
    animation: marqueeRight var(--em-speed) linear infinite;
  }

  .editorial-marquee__text {
    display: inline-flex;
    align-items: center;
    font-family: var(--font-body--family, inherit);
    font-size: var(--em-font-size);
    font-weight: var(--font-h3--weight, 700);
    letter-spacing: var(--font-h3--letter-spacing, 0.1em);
    text-transform: var(--font-h3--case, uppercase);
    padding: 12px 10px;
  }

  .editorial-marquee__separator {
    margin-left: 20px;
    margin-right: 10px;
    font-size: 0.8em;
    opacity: 0.5;
  }

  @keyframes marqueeLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  @keyframes marqueeRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
  }

  @media screen and (max-width: 749px) {
    .editorial-marquee__text {
      font-size: calc(var(--em-font-size) * 0.8);
    }
  }
/* END_SECTION:editorial-marquee */

/* START_SECTION:editorial-newsletter (INDEX:68) */
.editorial-newsletter {
    width: 100%;
    background: var(--en-bg);
    color: var(--en-text-color);
  }

  .editorial-newsletter__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 64px 24px;
    text-align: center;
  }

  .editorial-newsletter__heading {
    margin: 0 0 12px 0;
    font-family: var(--font-heading--family, inherit);
    font-size: clamp(1.5rem, 4vw, calc(var(--font-h2--size) * 1.1));
    font-weight: var(--font-h2--weight, 700);
    letter-spacing: var(--font-h2--letter-spacing, 0.05em);
    text-transform: var(--font-h2--case, uppercase);
    color: var(--en-text-color);
  }

  .editorial-newsletter__subheading {
    margin: 0 0 32px 0;
    font-size: 1rem;
    color: var(--en-text-color);
    opacity: 0.8;
  }

  .editorial-newsletter__form-wrap {
    max-width: 500px;
    margin: 0 auto;
  }

  .editorial-newsletter__input-group {
    display: flex;
    position: relative;
    border-bottom: 1px solid var(--en-text-color);
    padding-bottom: 8px;
  }

  .editorial-newsletter__input {
    flex: 1;
    background: transparent;
    border: none;
    color: var(--en-text-color);
    font-size: 1rem;
    padding: 8px 0;
    outline: none;
  }

  .editorial-newsletter__input::placeholder {
    color: var(--en-text-color);
    opacity: 0.5;
  }

  .editorial-newsletter__submit {
    background: transparent;
    border: none;
    color: var(--en-text-color);
    font-size: 0.8rem;
    font-weight: var(--font-body--weight, 700);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 8px 16px;
    transition: opacity 0.2s ease;
  }

  .editorial-newsletter__submit:hover {
    opacity: 0.7;
  }

  .editorial-newsletter__success {
    margin-top: 16px;
    font-size: 0.875rem;
    color: #4CAF50;
  }

  .editorial-newsletter__error {
    margin-top: 16px;
    font-size: 0.875rem;
    color: var(--color-error, #E53935);
  }

  @media screen and (max-width: 749px) {
    .editorial-newsletter__container {
      padding: 48px 16px;
    }
  }
/* END_SECTION:editorial-newsletter */

/* START_SECTION:editorial-product-grid (INDEX:69) */
.editorial-product-grid {
    overflow: hidden;
  }

  .editorial-product-grid__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--page-margin, 24px);
  }

  .editorial-product-grid__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    margin-bottom: 24px;
  }

  .editorial-product-grid__heading {
    margin: 0;
    font-family: var(--font-heading--family, inherit);
    font-size: 1.5rem;
    font-weight: var(--font-h2--weight, 700);
    letter-spacing: var(--font-h2--letter-spacing, 0.1em);
    text-transform: var(--font-h2--case, uppercase);
    color: var(--color-foreground-heading);
  }

  .editorial-product-grid__view-all {
    font-size: 0.8rem;
    font-weight: var(--font-body--weight, 600);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color-foreground);
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
    transition: opacity 0.2s;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .editorial-product-grid__view-all:hover {
    opacity: 0.6;
  }

  .editorial-product-grid__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--style-gap-cards, 4px);
  }

  .editorial-product-grid__grid[data-columns="4"] {
    grid-template-columns: repeat(4, 1fr);
  }

  .editorial-product-grid__grid[data-columns="3"] {
    grid-template-columns: repeat(3, 1fr);
  }

  /* min-width: 0 prevents grid cells from overflowing their column */
  .epg-card {
    min-width: 0;
  }

  .epg-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
  }

  .epg-card__image-wrap {
    position: relative;
    aspect-ratio: 3/4;
    overflow: hidden;
    background: var(--color-card-background);
    border-radius: var(--style-border-radius-images, 0px);
    box-shadow: var(--style-shadow-card, none);
    margin-bottom: 8px;
  }

  /* Two-class selector beats most base-theme img resets (e.g. img { height: auto }) */
  .epg-card__image-wrap .epg-card__image {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.4s ease;
  }

  .epg-card__link:hover .epg-card__image {
    transform: scale(1.04);
  }

  .epg-card__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .epg-card__placeholder-svg {
    width: 40%;
    height: auto;
    opacity: 0.2;
  }

  .epg-card__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    font-family: var(--font-body--family, inherit);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 2px 6px;
    text-transform: uppercase;
    border-radius: var(--style-border-radius-xs, 2px);
    background: var(--color-foreground);
    color: var(--color-background);
  }

  .epg-card__info {
    min-width: 0;
  }

  .epg-card__name {
    margin: 0 0 3px 0;
    font-size: 0.78rem;
    font-weight: var(--font-h3--weight, 400);
    color: var(--color-foreground);
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .epg-card__prices {
    display: flex;
    gap: 6px;
    align-items: baseline;
    min-width: 0;
  }

  .epg-card__price {
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--color-foreground);
  }

  .epg-card__price--sale {
    color: var(--color-error, #c0392b);
    font-weight: 600;
  }

  .epg-card__price--compare {
    text-decoration: line-through;
    opacity: 0.6;
    font-weight: 400;
  }

  @media screen and (max-width: 989px) {
    .editorial-product-grid__grid,
    .editorial-product-grid__grid[data-columns="4"],
    .editorial-product-grid__grid[data-columns="5"] {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media screen and (max-width: 749px) {
    .editorial-product-grid__container {
      padding: 0 12px;
    }
    .editorial-product-grid__grid,
    .editorial-product-grid__grid[data-columns="3"],
    .editorial-product-grid__grid[data-columns="4"],
    .editorial-product-grid__grid[data-columns="5"] {
      grid-template-columns: repeat(2, 1fr);
      gap: var(--style-gap-cards, 2px);
    }
  }
/* END_SECTION:editorial-product-grid */

/* START_SECTION:editorial-product-row (INDEX:70) */
.editorial-product-row {
    width: 100%;
  }

  .editorial-product-row__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
    padding-inline: clamp(16px, 4vw, 36px);
    margin-bottom: 16px;
  }

  /* Match track full-bleed on desktop; inset keeps heading + CTA off the viewport edges. */
  @media screen and (min-width: 750px) {
    .editorial-product-row__header {
      width: 100vw;
      max-width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-inline: clamp(20px, 5vw, 56px);
      margin-bottom: 24px;
    }
  }

  .editorial-product-row__heading {
    margin: 0;
    font-size: clamp(1.5rem, 4vw, calc(var(--font-h2--size) * 1.1));
    font-weight: var(--font-h2--weight, 700);
    letter-spacing: var(--font-h2--letter-spacing, 0.12em);
    text-transform: var(--font-h2--case, uppercase);
    color: var(--color-foreground-heading);
    line-height: 1.2;
  }

  .editorial-product-row__shop-now {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0.75rem 1.5rem;
    min-height: 44px;
    background: var(--color-primary-button-background);
    color: var(--color-primary-button-text);
    border: 1px solid var(--color-primary-button-border);
    border-radius: var(--style-border-radius-buttons-primary, 0px);
    font-size: 0.6875rem;
    font-weight: var(--font-body--weight, 600);
    letter-spacing: 0.14em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--font-body--family, inherit);
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }

  .editorial-product-row__shop-now:hover {
    background: var(--color-primary-button-hover-background);
    color: var(--color-primary-button-hover-text);
    border-color: var(--color-primary-button-hover-border);
  }

  .editorial-product-row__shop-now:focus-visible {
    outline: 2px solid var(--color-primary-button-text);
    outline-offset: 2px;
    box-shadow: 0 0 0 2px var(--color-primary-button-background);
  }

  /* Track wrapper - always full-bleed on desktop. */
  .editorial-product-row__track-bleed {
    width: 100%;
    position: relative;
  }

  @media screen and (min-width: 750px) {
    .editorial-product-row__track-bleed {
      width: 100vw;
      max-width: 100vw;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
    }
  }

  .editorial-product-row__track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: var(--style-gap-cards, 2px);
    width: 100%;
  }

  /* ---------- Desktop ---------- */

  @media screen and (min-width: 750px) {
    /* Row mode: equal-width strip, no scroll */
    [data-desktop-layout='row'] .editorial-product-row__track {
      overflow-x: visible;
      padding: 0;
      scroll-snap-type: none;
    }

    [data-desktop-layout='row'] .epr-card {
      flex: 1 1 0;
      min-width: 0;
      max-width: none;
      scroll-snap-align: unset;
    }

    /* Carousel mode: scroll-snap, N slides per visible page */
    [data-desktop-layout='carousel'] .editorial-product-row__track {
      overflow-x: auto;
      overflow-y: hidden;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      scrollbar-width: none;
      -ms-overflow-style: none;
      -webkit-overflow-scrolling: touch;
      padding-block-end: 8px;
      padding-inline: 0;
      scroll-padding-inline: 0;
    }

    [data-desktop-layout='carousel'] .editorial-product-row__track::-webkit-scrollbar {
      display: none;
    }

    [data-desktop-layout='carousel'] .editorial-product-row__track:focus-visible {
      outline: 2px solid var(--color-foreground);
      outline-offset: 2px;
    }

    /* Slide width = (100% - total gaps) / visible count
       Falls back gracefully if --epr-desktop-visible is unset. */
    [data-desktop-layout='carousel'] .epr-card {
      flex: 0 0 calc((100% - (var(--epr-desktop-visible, 4) - 1) * var(--epr-gap, 2px)) / var(--epr-desktop-visible, 4));
      max-width: calc((100% - (var(--epr-desktop-visible, 4) - 1) * var(--epr-gap, 2px)) / var(--epr-desktop-visible, 4));
      min-width: 0;
      scroll-snap-align: start;
    }
  }

  /* ---------- Carousel nav bubbles (hover-reveal, desktop only) ---------- */

  .editorial-product-row__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    border: 1px solid var(--color-border);
    background: var(--color-background);
    color: var(--color-foreground);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
    transition: opacity 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: var(--style-shadow-card, 0 2px 12px rgba(0, 0, 0, 0.12));
    font: inherit;
  }

  .editorial-product-row__nav:hover {
    background: var(--color-card-background);
    box-shadow: var(--style-shadow-card, 0 4px 16px rgba(0, 0, 0, 0.18));
  }

  .editorial-product-row__nav:focus-visible {
    outline: 2px solid var(--color-foreground);
    outline-offset: 2px;
  }

  .editorial-product-row__nav svg {
    width: 18px;
    height: 18px;
    pointer-events: none;
  }

  .editorial-product-row__nav--prev {
    left: max(12px, var(--page-margin, 24px));
  }

  .editorial-product-row__nav--next {
    right: max(12px, var(--page-margin, 24px));
  }

  .editorial-product-row__nav:disabled {
    opacity: 0;
    pointer-events: none;
    cursor: default;
  }

  @media screen and (min-width: 750px) and (hover: hover) {
    [data-desktop-layout='carousel'][data-scrollable] .editorial-product-row__nav {
      display: flex;
    }

    [data-desktop-layout='carousel'][data-scrollable] .editorial-product-row__track-bleed:hover .editorial-product-row__nav:not(:disabled),
    [data-desktop-layout='carousel'][data-scrollable] .editorial-product-row__nav:not(:disabled):focus-visible {
      opacity: 1;
      pointer-events: auto;
    }
  }

  /* ---------- Mobile ---------- */

  @media screen and (max-width: 749px) {
    [data-mobile-layout='carousel'] .editorial-product-row__track {
      overflow-x: auto;
      overflow-y: hidden;
      scroll-snap-type: x mandatory;
      scroll-padding-inline: var(--page-margin, 16px);
      padding: 0 var(--page-margin, 16px) 8px;
      scrollbar-width: none;
      -ms-overflow-style: none;
      -webkit-overflow-scrolling: touch;
    }

    [data-mobile-layout='carousel'] .editorial-product-row__track::-webkit-scrollbar {
      display: none;
    }

    [data-mobile-layout='carousel'] .editorial-product-row__track:focus-visible {
      outline: 2px solid var(--color-foreground);
      outline-offset: 2px;
    }

    [data-mobile-layout='carousel'] .epr-card {
      flex: 0 0 min(78vw, var(--epr-mobile-slide-max, 320px));
      max-width: min(78vw, var(--epr-mobile-slide-max, 320px));
      scroll-snap-align: start;
    }

    [data-mobile-layout='grid'] .editorial-product-row__track {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: var(--style-gap-cards, 10px);
      padding: 0 var(--page-margin, 16px) 8px;
      overflow-x: visible;
      scroll-snap-type: none;
    }

    [data-mobile-layout='grid'] .epr-card {
      flex: none;
      width: 100%;
      min-width: 0;
      scroll-snap-align: unset;
    }

    [data-mobile-layout='grid'] .editorial-product-row__track:focus {
      outline: none;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .editorial-product-row__track {
      scroll-snap-type: none;
      scroll-behavior: auto;
    }
  }

  /* ---------- Card ---------- */

  .epr-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
  }

  .epr-card__image-wrap {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--color-card-background);
    border-radius: var(--style-border-radius-images, 0px);
    box-shadow: var(--style-shadow-card, none);
    margin-bottom: 8px;
  }

  .epr-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
  }

  .epr-card__link:hover .epr-card__image {
    transform: scale(1.03);
  }

  .epr-card__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .epr-card__placeholder-svg {
    width: 50%;
    height: auto;
    opacity: 0.2;
  }

  .epr-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 4px 9px;
    text-transform: uppercase;
    border-radius: 1px;
    font-family: var(--font-body--family, inherit);
  }

  .epr-card__badge--sale {
    background: var(--color-foreground);
    color: var(--color-background);
  }

  .epr-card__badge--new {
    background: var(--color-card-background);
    color: var(--color-foreground);
  }

  .epr-card__info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding: 0 2px;
  }

  .epr-card__name {
    margin: 0;
    font-size: 0.6875rem;
    font-weight: var(--font-h3--weight, 600);
    letter-spacing: var(--font-h3--letter-spacing, 0.08em);
    line-height: 1.35;
    text-transform: var(--font-h3--case, uppercase);
    color: var(--color-foreground);
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 auto;
  }

  .epr-card__prices {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: flex-end;
    gap: 6px;
    flex-shrink: 0;
  }

  .epr-card__price {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--color-foreground);
    white-space: nowrap;
  }

  .epr-card__price--sale {
    color: var(--color-error, #c0392b);
    font-weight: 700;
  }

  .epr-card__price--compare {
    text-decoration: line-through;
    opacity: 0.6;
    font-weight: 400;
  }

  @media screen and (min-width: 750px) {
    .epr-card__info {
      padding: 0 8px;
    }
  }

  @media screen and (max-width: 749px) {
    [data-mobile-layout='carousel'] .epr-card__info {
      padding: 0 2px;
    }

    [data-mobile-layout='grid'] .epr-card__info {
      padding: 0 4px;
    }
  }
/* END_SECTION:editorial-product-row */

/* START_SECTION:editorial-promo-banner (INDEX:71) */
.editorial-promo-banner {
    position: relative;
    min-height: var(--epb-min-height, 400px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
  }

  .editorial-promo-banner__media {
    position: absolute;
    inset: 0;
  }

  .editorial-promo-banner__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .editorial-promo-banner__img--placeholder {
    background: var(--color-card-background);
  }

  .editorial-promo-banner__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, var(--epb-overlay-opacity, 0.35));
  }

  .editorial-promo-banner__content {
    position: relative;
    z-index: 1;
    padding: 48px 24px;
    max-width: 640px;
    margin: 0 auto;
  }

  .editorial-promo-banner__eyebrow {
    margin: 0 0 8px 0;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--epb-text-color, #ffffff);
    opacity: 0.8;
  }

  .editorial-promo-banner__heading {
    margin: 0 0 16px 0;
    font-family: var(--font-heading--family, inherit);
    font-size: clamp(2rem, 5vw, calc(var(--font-h2--size) * 1.55));
    font-weight: var(--font-h2--weight, 700);
    letter-spacing: var(--font-h2--letter-spacing, -0.01em);
    line-height: 1.05;
    color: var(--epb-text-color, #ffffff);
    text-transform: var(--font-h2--case, uppercase);
  }

  .editorial-promo-banner__subheading {
    margin: 0 0 28px 0;
    font-size: 1rem;
    color: var(--epb-text-color, #ffffff);
    opacity: 0.85;
  }

  .editorial-promo-banner__btn {
    display: inline-block;
    padding: 12px 32px;
    background: var(--epb-btn-bg, #ffffff);
    color: var(--epb-btn-text, #000000);
    border-radius: var(--style-border-radius-buttons-primary, 0px);
    font-family: var(--button-font-family, var(--font-body--family, inherit));
    font-size: 0.875rem;
    font-weight: var(--button-font-weight-primary, var(--font-body--weight, 700));
    letter-spacing: 0.08em;
    text-transform: var(--button-text-case, uppercase);
    text-decoration: none;
    transition: opacity 0.2s;
  }

  .editorial-promo-banner__btn:hover {
    opacity: 0.85;
  }

  @media screen and (max-width: 749px) {
    .editorial-promo-banner {
      min-height: 300px;
    }
    .editorial-promo-banner__content {
      padding: 36px 20px;
    }
  }
/* END_SECTION:editorial-promo-banner */

/* START_SECTION:editorial-testimonials (INDEX:72) */
.editorial-testimonials {
    width: 100%;
  }

  .editorial-testimonials__header {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--page-margin, 24px) 32px;
    text-align: center;
  }

  .editorial-testimonials__heading {
    margin: 0;
    font-family: var(--font-heading--family, inherit);
    font-size: clamp(1.5rem, 4vw, calc(var(--font-h2--size) * 1.1));
    font-weight: var(--font-h2--weight, 700);
    letter-spacing: var(--font-h2--letter-spacing, 0.05em);
    text-transform: var(--font-h2--case, uppercase);
    color: var(--color-foreground-heading);
  }

  .editorial-testimonials__track {
    overflow: hidden;
    padding: 0 0 24px;
  }

  .editorial-testimonials__inner {
    display: flex;
    gap: var(--style-gap-cards, 16px);
    animation: etScroll 120s linear infinite;
    flex-shrink: 0;
  }

  .editorial-testimonials__track:hover .editorial-testimonials__inner {
    animation-play-state: paused;
  }

  @keyframes etScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  .et-card {
    flex: 0 0 320px;
  }

  .et-card__inner {
    background: var(--et-card-bg);
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-border);
    border-radius: var(--style-border-radius-global, 0px);
    box-shadow: var(--style-shadow-card, none);
  }

  .et-card__stars {
    display: flex;
    gap: 2px;
    color: var(--et-stars);
    margin-bottom: 16px;
  }

  .et-card__title {
    margin: 0 0 12px 0;
    font-size: 1.1rem;
    font-weight: var(--font-h3--weight, 700);
    color: var(--et-text-color);
  }

  .et-card__quote {
    margin: 0 0 24px 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--et-text-color);
    opacity: 0.85;
    flex-grow: 1;
  }

  .et-card__author {
    margin: 0 0 4px 0;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--et-text-color);
  }

  .et-card__product {
    margin: 0;
    font-size: 0.75rem;
    color: var(--et-text-color);
    opacity: 0.6;
  }

  @media screen and (max-width: 749px) {
    .editorial-testimonials__header {
      padding: 0 16px 24px;
    }
    .editorial-testimonials__inner {
      gap: var(--style-gap-cards, 12px);
    }
    .et-card {
      flex: 0 0 280px;
    }
    .et-card__inner {
      padding: 24px;
    }
  }
/* END_SECTION:editorial-testimonials */

/* START_SECTION:editorial-trust-bar (INDEX:73) */
.editorial-trust-bar {
    width: 100%;
  }

  /* Full viewport width bar with horizontal rules (reference: editorial trust strip) */
  .editorial-trust-bar__strip {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
    border-top: 1px solid var(--etb-rule-color, rgba(0, 0, 0, 0.12));
    border-bottom: 1px solid var(--etb-rule-color, rgba(0, 0, 0, 0.12));
    background: var(--color-background);
  }

  .editorial-trust-bar__inner {
    margin: 0 auto;
    padding: clamp(20px, 3vw, 32px) var(--page-margin, 24px);
    max-width: none;
  }

  .editorial-trust-bar__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
  }

  .etb-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: clamp(12px, 2vw, 20px) clamp(16px, 3vw, 36px);
    box-sizing: border-box;
  }

  /* Inset vertical divider between columns (not before first column of each row) */
  @media screen and (min-width: 750px) {
    .etb-item:not(:nth-child(3n + 1))::before {
      content: '';
      position: absolute;
      left: 0;
      top: var(--etb-divider-inset, 14px);
      bottom: var(--etb-divider-inset, 14px);
      width: 1px;
      background: var(--etb-rule-color, rgba(0, 0, 0, 0.12));
    }
  }

  .etb-item__icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    color: var(--color-foreground);
    opacity: 0.85;
  }

  .etb-item__icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .etb-item__heading {
    margin: 0 0 6px 0;
    font-size: 0.8125rem;
    font-weight: var(--font-h3--weight, 700);
    letter-spacing: var(--font-h3--letter-spacing, 0.08em);
    text-transform: var(--font-h3--case, uppercase);
    color: var(--color-foreground-heading);
    line-height: 1.25;
  }

  .etb-item__description {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: var(--font-body--weight, 400);
    color: var(--color-foreground);
    opacity: 0.72;
    line-height: 1.45;
  }

  @media screen and (max-width: 749px) {
    .editorial-trust-bar__inner {
      padding-inline: 16px;
    }

    .editorial-trust-bar__grid {
      grid-template-columns: 1fr;
    }

    .etb-item:not(:first-child) {
      border-top: 1px solid var(--etb-rule-color, rgba(0, 0, 0, 0.12));
    }

    .etb-item {
      padding: 20px 0;
    }
  }
/* END_SECTION:editorial-trust-bar */

/* START_SECTION:editorial-ugc-strip (INDEX:74) */
.editorial-ugc-strip {
    width: 100%;
    background: var(--color-background);
  }

  .editorial-ugc-strip__heading {
    font-family: var(--font-heading--family, inherit);
    font-size: clamp(1.5rem, 4vw, calc(var(--font-h2--size) * 1.1));
    font-weight: var(--font-h2--weight, 700);
    letter-spacing: var(--font-h2--letter-spacing, 0.1em);
    text-transform: var(--font-h2--case, uppercase);
    color: var(--color-foreground-heading);
    margin: 0 0 var(--eug-heading-mb, 24px) 0;
    padding: 0 var(--page-margin, 24px);
  }

  .editorial-ugc-strip--heading-center .editorial-ugc-strip__heading {
    text-align: center;
  }

  .editorial-ugc-strip--heading-left .editorial-ugc-strip__heading {
    text-align: left;
  }

  .editorial-ugc-strip--heading-right .editorial-ugc-strip__heading {
    text-align: right;
  }

  .editorial-ugc-strip__track-bleed {
    width: 100%;
  }

  .editorial-ugc-strip__track-bleed--full {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  .editorial-ugc-strip__track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: var(--style-gap-cards, 6px);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 var(--page-margin, 24px) 4px;
    -webkit-overflow-scrolling: touch;
  }

  .editorial-ugc-strip__track-bleed--full .editorial-ugc-strip__track {
    padding-inline: 0;
    padding-bottom: 4px;
  }

  .editorial-ugc-strip__track--snap {
    scroll-snap-type: x mandatory;
    scroll-padding-inline: var(--page-margin, 24px);
  }

  .editorial-ugc-strip__track-bleed--full .editorial-ugc-strip__track.editorial-ugc-strip__track--snap {
    scroll-padding-inline: 0;
  }

  .editorial-ugc-strip__track::-webkit-scrollbar {
    display: none;
  }

  .editorial-ugc-strip__track--snap:focus-visible {
    outline: 2px solid var(--color-foreground);
    outline-offset: 2px;
  }

  .eug-item {
    flex: 0 0 var(--eug-slide-desktop, 360px);
    width: var(--eug-slide-desktop, 360px);
    max-width: var(--eug-slide-desktop, 360px);
    aspect-ratio: var(--eug-aspect, 1 / 1);
    overflow: hidden;
    border-radius: var(--style-border-radius-images, 0px);
    box-shadow: var(--style-shadow-card, none);
    scroll-snap-align: start;
  }

  .editorial-ugc-strip__track:not(.editorial-ugc-strip__track--snap) .eug-item {
    scroll-snap-align: unset;
  }

  .eug-item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
  }

  .editorial-ugc-strip__track--no-hover-zoom .eug-item__img {
    transition: none;
  }

  .eug-item:hover .eug-item__img {
    transform: scale(1.04);
  }

  .editorial-ugc-strip__track--no-hover-zoom .eug-item:hover .eug-item__img {
    transform: none;
  }

  .eug-item__placeholder {
    width: 100%;
    height: 100%;
    background: var(--color-card-background);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .eug-item__placeholder-svg {
    width: 35%;
    height: auto;
    opacity: 0.15;
  }

  @media screen and (max-width: 749px) {
    .eug-item {
      flex: 0 0 var(--eug-slide-mobile, 260px);
      width: var(--eug-slide-mobile, 260px);
      max-width: var(--eug-slide-mobile, 260px);
    }

    .editorial-ugc-strip__heading {
      padding: 0 16px;
    }

    .editorial-ugc-strip__track {
      padding: 0 16px 4px;
    }

    .editorial-ugc-strip__track--snap {
      scroll-padding-inline: 16px;
    }

    .editorial-ugc-strip__track-bleed--full .editorial-ugc-strip__track.editorial-ugc-strip__track--snap {
      scroll-padding-inline: 0;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .editorial-ugc-strip__track--snap {
      scroll-snap-type: none;
    }

    .eug-item__img {
      transition: none;
    }

    .eug-item:hover .eug-item__img {
      transform: none;
    }
  }
/* END_SECTION:editorial-ugc-strip */

/* START_SECTION:editorial-used-by (INDEX:75) */
.editorial-used-by__heading {
    font-family: var(--font-heading--family, inherit);
    font-size: 1.5rem;
    font-weight: var(--font-h2--weight, 700);
    letter-spacing: var(--font-h2--letter-spacing, 0.1em);
    text-transform: var(--font-h2--case, uppercase);
    text-align: center;
    color: var(--color-foreground-heading);
    margin: 0 0 24px 0;
    padding: 0 var(--page-margin, 24px);
  }

  .editorial-used-by__track {
    display: flex;
    overflow: hidden;
    padding: 0 var(--page-margin, 24px) 4px;
    align-items: center;
  }

  .editorial-used-by__inner {
    display: flex;
    gap: var(--eub-item-gap, 44px);
    animation: eubScroll 60s linear infinite;
    flex-shrink: 0;
  }

  .eub-item {
    display: flex;
    align-items: center;
    gap: var(--eub-inner-gap, 12px);
    flex-shrink: 0;
  }

  @keyframes eubScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  .editorial-used-by__track:hover .editorial-used-by__inner {
    animation-play-state: paused;
  }

  .eub-item__avatar-wrap {
    width: var(--eub-avatar-size, 62px);
    height: var(--eub-avatar-size, 62px);
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--color-card-background);
  }

  .eub-item__avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .eub-item__avatar-placeholder {
    width: 100%;
    height: 100%;
    background: var(--eub-accent, #141414);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .eub-item__avatar-initial {
    font-size: var(--eub-initial-size, 1.1rem);
    font-weight: 700;
    line-height: 1;
    color: var(--eub-btn-text, #ffffff);
    font-family: var(--font-heading--family, inherit);
    text-transform: uppercase;
  }

  .eub-item__meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .eub-item__name {
    font-size: var(--eub-name-size, 0.8rem);
    font-weight: 600;
    color: var(--color-foreground-heading);
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
  }

  .eub-item__verified {
    width: var(--eub-verified-size, 14px);
    height: var(--eub-verified-size, 14px);
    flex-shrink: 0;
  }

  .eub-item__handle {
    font-size: var(--eub-handle-size, 0.72rem);
    color: var(--color-foreground);
    opacity: 0.55;
    white-space: nowrap;
  }

  @media screen and (max-width: 749px) {
    .editorial-used-by__heading {
      padding: 0 16px;
    }
    .editorial-used-by__track {
      padding: 0 16px 4px;
    }
  }
/* END_SECTION:editorial-used-by */

/* START_SECTION:editorial-video (INDEX:76) */
.editorial-video {
    position: relative;
    min-height: var(--ev-min-height, 600px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .editorial-video__media {
    position: absolute;
    inset: 0;
  }

  .editorial-video__vid,
  .editorial-video__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .editorial-video__img--placeholder {
    background: var(--color-card-background);
  }

  .editorial-video__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, var(--ev-overlay-opacity, 0.4));
  }

  .editorial-video__content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 24px;
    max-width: 800px;
  }

  .editorial-video__subheading {
    margin: 0 0 16px 0;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ev-text-color, #ffffff);
    opacity: 0.9;
  }

  .editorial-video__heading {
    margin: 0 0 32px 0;
    font-family: var(--font-heading--family, inherit);
    font-size: clamp(2.5rem, 6vw, calc(var(--font-h1--size) * 1.8));
    font-weight: var(--font-h1--weight, 700);
    letter-spacing: var(--font-h1--letter-spacing, -0.02em);
    line-height: 1.1;
    color: var(--ev-text-color, #ffffff);
    text-transform: var(--font-h1--case, uppercase);
  }

  .editorial-video__btn {
    display: inline-block;
    padding: 12px 28px;
    background: var(--ev-btn-bg, #ffffff);
    color: var(--ev-btn-text, #000000);
    border: none;
    border-radius: var(--style-border-radius-buttons-primary, 0px);
    font-family: var(--button-font-family, var(--font-body--family, inherit));
    font-size: 0.875rem;
    font-weight: var(--button-font-weight-primary, var(--font-body--weight, 600));
    letter-spacing: 0.08em;
    text-transform: var(--button-text-case, uppercase);
    text-decoration: none;
    transition: opacity 0.2s ease;
  }

  .editorial-video__btn:hover {
    opacity: 0.85;
  }

  @media screen and (max-width: 989px) {
    .editorial-video {
      min-height: calc(var(--ev-min-height, 600px) * 0.8);
    }
  }

  @media screen and (max-width: 749px) {
    .editorial-video {
      min-height: calc(var(--ev-min-height, 600px) * 0.65);
    }
    .editorial-video__content {
      padding: 0 16px;
    }
    .editorial-video__heading {
      margin-bottom: 24px;
    }
  }
/* END_SECTION:editorial-video */

/* START_SECTION:faq-product (INDEX:77) */
.faq-product {
    width: 100%;
  }

  .faq-product__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .faq-product__header {
    text-align: center;
    margin-bottom: 48px;
  }

  .faq-product__title {
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.2;
  }

  .faq-product__title.rte p {
    margin: 0;
  }

  .faq-product__title.rte h1,
  .faq-product__title.rte h2,
  .faq-product__title.rte h3,
  .faq-product__title.rte h4,
  .faq-product__title.rte h5,
  .faq-product__title.rte h6 {
    margin: 0 0 0.5em 0;
    font-weight: 700;
    line-height: inherit;
  }

  .faq-product__title.rte h1:last-child,
  .faq-product__title.rte h2:last-child,
  .faq-product__title.rte h3:last-child,
  .faq-product__title.rte h4:last-child,
  .faq-product__title.rte h5:last-child,
  .faq-product__title.rte h6:last-child {
    margin-bottom: 0;
  }

  .faq-product__subtitle {
    margin: 0;
    opacity: 0.8;
  }

  .faq-product__subtitle.rte p {
    margin: 0;
  }

  .faq-product__subtitle.rte h1,
  .faq-product__subtitle.rte h2,
  .faq-product__subtitle.rte h3,
  .faq-product__subtitle.rte h4,
  .faq-product__subtitle.rte h5,
  .faq-product__subtitle.rte h6 {
    margin: 0 0 0.5em 0;
    font-weight: inherit;
    line-height: inherit;
  }

  .faq-product__subtitle.rte h1:last-child,
  .faq-product__subtitle.rte h2:last-child,
  .faq-product__subtitle.rte h3:last-child,
  .faq-product__subtitle.rte h4:last-child,
  .faq-product__subtitle.rte h5:last-child,
  .faq-product__subtitle.rte h6:last-child {
    margin-bottom: 0;
  }

  .faq-product__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .faq-product__item {
    background: rgba(var(--color-foreground-rgb), 0.03);
    border: 1px solid rgba(var(--color-foreground-rgb), 0.1);
    border-radius: var(--style-border-radius-cards);
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .faq-product__item:hover {
    border-color: rgba(var(--color-foreground-rgb), 0.2);
    box-shadow: var(--style-shadow-card);
  }

  .faq-product__item[open] {
    background: rgba(var(--color-foreground-rgb), 0.05);
  }

  .faq-product__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    cursor: pointer;
    user-select: none;
    list-style: none;
    font-size: 1.125rem;
    font-weight: 600;
    transition: background 0.2s ease;
  }

  .faq-product__question::-webkit-details-marker {
    display: none;
  }

  .faq-product__question:hover {
    background: rgba(var(--color-foreground-rgb), 0.02);
  }

  .faq-product__question-text {
    flex: 1;
  }

  .faq-product__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
  }

  .faq-product__icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .faq-product__icon-minus {
    opacity: 0;
    transform: rotate(-90deg);
  }

  .faq-product__item[open] .faq-product__icon-plus {
    opacity: 0;
    transform: rotate(90deg);
  }

  .faq-product__item[open] .faq-product__icon-minus {
    opacity: 1;
    transform: rotate(0deg);
  }

  .faq-product__answer {
    padding: 0 24px 20px 24px;
    animation: slideDown 0.3s ease;
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .faq-product__answer-content {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.85;
  }

  .faq-product__answer-content p {
    margin: 0 0 12px 0;
  }

  .faq-product__answer-content p:last-child {
    margin-bottom: 0;
  }

  .faq-product__answer-content ul,
  .faq-product__answer-content ol {
    margin: 12px 0;
    padding-left: 24px;
  }

  .faq-product__answer-content li {
    margin-bottom: 8px;
  }

  @media (max-width: 749px) {
    .faq-product__header {
      margin-bottom: 32px;
    }


    .faq-product__question {
      padding: 16px 20px;
      font-size: 1rem;
    }

    .faq-product__answer {
      padding: 0 20px 16px 20px;
    }

    .faq-product__answer-content {
      font-size: 0.9375rem;
    }
  }
/* END_SECTION:faq-product */

/* START_SECTION:featured-blog-posts (INDEX:82) */
.featured-blog-posts h3 {
    text-transform: uppercase;
  }
/* END_SECTION:featured-blog-posts */

/* START_SECTION:featured-product (INDEX:85) */
.featured-product-section .section-content-wrapper {
    grid-template-columns: 1fr;
    display: grid;
    overflow: hidden;

    @media (min-width: 750px) {
      grid-template-columns: 1fr 1fr;
    }
  }

  /* Here I should maybe set the width to auto when the ratio is set to adapt */
  .featured-product-section .product-media-container.constrain-height {
    /* arbitrary offset value based on average theme spacing and header height */
    --viewport-offset: 400px;
    --constrained-min-height: var(--visual-preview--height, 80dvh);

    @media screen and (min-width: 750px) {
      --viewport-offset: 300px;
    }
  }

  .featured-product-section .product-grid__card {
    --padding-block: 20px;
    --padding-inline: 20px;

    @media screen and (min-width: 750px) {
      --padding-block: 40px;
      --padding-inline: 40px;
    }
  }

  @media screen and (max-width: 749px) {
    .featured-product-section .media-block {
      order: -1;
    }
  }
/* END_SECTION:featured-product */

/* START_SECTION:featured-products-grid (INDEX:86) */
.featured-products-grid {
    width: 100%;
  }

  .featured-products-grid__header {
    margin-bottom: 32px;
  }

  .featured-products-grid__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    height: 100%;
  }

  .featured-products-grid product-card-link {
    min-width: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    height: auto;
    min-height: 100%;
  }

  .featured-products-grid .product-card {
    width: 100%;
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }

  /*
    Fill the stretched grid cell so inner flex (product-grid__card) has extra vertical space.
    Without flex: 1, the content box is only content-tall and margin-top: auto on buttons does nothing.
  */
  .featured-products-grid .product-card__content {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    /* Let margin-top: auto on buy buttons absorb row slack; avoid centered/space-* justify eating it */
    justify-content: flex-start;
  }

  .featured-products-grid .product-card__content > .buy-buttons-block {
    margin-top: auto;
    align-self: stretch;
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .featured-products-grid product-price {
    max-width: 100%;
  }

  .featured-products-grid product-price .price-wrapper {
    max-width: 100%;
  }

  .featured-products-grid .price-group {
    max-width: 100%;
  }

  .featured-products-grid .price-group .price-badge {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
  }

  .featured-products-grid product-price.text-left .price-badge,
  .featured-products-grid product-price.text-block--align-left .price-badge {
    justify-content: flex-start;
  }

  .featured-products-grid product-price.text-center .price-badge,
  .featured-products-grid product-price.text-block--align-center .price-badge {
    justify-content: center;
  }

  .featured-products-grid product-price.text-right .price-badge,
  .featured-products-grid product-price.text-block--align-right .price-badge {
    justify-content: flex-end;
  }

  .featured-products-grid .card-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/4;
    transition: opacity 0.3s ease;
  }

  .featured-products-grid .card-gallery img,
  .featured-products-grid .card-gallery picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Hide quantity selector and buy now button by default */
  .featured-products-grid .product-card__content .quantity-selector-wrapper,
  .featured-products-grid .product-card__content .accelerated-checkout,
  .featured-products-grid .product-card__content shopify-payment-button {
    display: none !important;
  }

  .featured-products-grid .product-card__content .add-to-cart-button {
    width: 100%;
  }

  .featured-products-grid .button:not(.button-secondary) {
    border-radius: var(--style-border-radius-buttons-primary) !important;
  }

  .featured-products-grid .button-secondary {
    border-radius: var(--style-border-radius-buttons-secondary) !important;
  }

  /* Override for sale badges */
  .featured-products-grid .product-badges__badge {
    --badge-border-radius: var(--section-border-radius) !important;
    border-radius: var(--section-border-radius) !important;
  }

  /* Override for price badges (from price block) */
  .featured-products-grid .price-badge {
    border-radius: var(--section-border-radius) !important;
  }

  .featured-products-grid__footer {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  @media screen and (max-width: 749px) {
    .featured-products-grid__header {
      margin-bottom: 24px;
    }

    .featured-products-grid__footer {
      margin-top: 32px;
    }
  }
/* END_SECTION:featured-products-grid */

/* START_SECTION:footer-utilities (INDEX:88) */
.utilities {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap);
    text-wrap: nowrap;
    border-top: var(--border-width) solid var(--color-border);
    color: var(--color-foreground-muted);

    @media screen and (min-width: 750px) {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      justify-content: center;
      gap: var(--gap);
      align-items: center;
      text-align: left;
    }
  }

  .utilities a {
    color: var(--color-foreground-muted);
  }

  .utilities > * {
    text-align: center;

    @media screen and (min-width: 750px) {
      text-align: left;
    }
  }

  .utilities .payment-icons {
    width: auto;
  }

  /* Dynamic positioning based on block order */
  @media screen and (min-width: 750px) {
    .utilities {
      position: relative;
    }

    /* Reset default positioning */
    .utilities > * {
      order: 0;
      margin-left: 0;
      margin-right: 0;
      position: static;
    }

    /* Payment icons + copyright + back to top => icons left, rest right */
    .utilities:has(.payment-icons):has(.footer-utilities__back-to-top) {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
      gap: var(--gap);
    }

    .utilities:has(.payment-icons):has(.footer-utilities__back-to-top) .payment-icons {
      margin-right: auto;
      justify-self: start;
    }

    .utilities:has(.payment-icons):has(.footer-utilities__back-to-top) .footer-utilities__text,
    .utilities:has(.payment-icons):has(.footer-utilities__back-to-top) .footer-utilities__back-to-top {
      justify-self: end;
    }

    /* Exactly 3 items cases: */
    /* A : A : B => A left, A left, B right */
    /* Example: Copyright and policy left, social right */
    .utilities:has(
        .footer-utilities__text:nth-child(1)
          + .footer-utilities__text:nth-child(2)
          + .footer-utilities__icons:nth-child(3)
      ) {
      grid-template-columns: auto auto 1fr;

      .footer-utilities__icons:nth-child(3) {
        justify-content: end;
      }
    }

    /* A : B : A => A left, B center, A right */
    /* Example: Policy left, Socials center, Copyright right */
    .utilities:has(
        .footer-utilities__text:nth-child(1)
          + .footer-utilities__icons:nth-child(2)
          + .footer-utilities__text:nth-child(3)
      ) {
      grid-template-columns: 1fr auto 1fr;

      .footer-utilities__icons:nth-child(2) {
        justify-self: center;
      }

      .footer-utilities__text:nth-child(3) {
        justify-self: end;
      }
    }

    /* B : A : A => B left, A right, A right */
    /* Example: Socials left, Policy right, Copyright right */
    .utilities:has(
        .footer-utilities__icons:nth-child(1)
          + .footer-utilities__text:nth-child(2)
          + .footer-utilities__text:nth-child(3)
      ) {
      grid-template-columns: 1fr auto auto;

      .footer-utilities__text:nth-child(3) {
        justify-content: end;
      }
    }

    /* Exactly 2 items cases: */
    /* A : A => A left, A left */
    /* Example: Copyright left, Policy left */
    .utilities:has(.footer-utilities__text:first-child:nth-last-child(2) + .footer-utilities__text:last-child) {
      grid-template-columns: auto auto;
      justify-content: space-between;

      .footer-utilities__text:nth-child(2) {
        justify-self: end;
      }
    }

    /* B : A => B left, A right */
    /* Example: Socials left, Policy right */
    .utilities:has(.footer-utilities__icons:first-child:nth-last-child(2) + .footer-utilities__text:last-child) {
      grid-template-columns: 1fr 1fr;

      .footer-utilities__text:nth-child(2) {
        justify-self: end;
      }
    }

    /* A : B => A left, B right */
    /* Example: Socials left, Policy right */
    .utilities:has(.footer-utilities__text:first-child:nth-last-child(2) + .footer-utilities__icons:last-child) {
      grid-template-columns: 1fr 1fr;

      .footer-utilities__icons:nth-child(2) {
        justify-self: end;
      }
    }

    /* Exactly 1 items cases: */
    /* A => A left */
    /* Example: Policy left */
    .utilities:has(.footer-utilities__text:first-child:nth-last-child(1)) {
      grid-template-columns: 1fr;
      justify-content: start;

      .footer-utilities__text:nth-child(1) {
        justify-self: start;
      }
    }

    /* B => B left */
    /* Example: Socials left */
    .utilities:has(.footer-utilities__icons:first-child:nth-last-child(1)) {
      grid-template-columns: 1fr;
      justify-content: start;

      .footer-utilities__icons:nth-child(1) {
        justify-self: start;
      }
    }
  }
/* END_SECTION:footer-utilities */

/* START_SECTION:footer (INDEX:89) */
/* Mobile: single column default */
  .footer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--footer-gap);
  }

  @media screen and (min-width: 750px) and (max-width: 989px) {
    .footer-content {
      grid-template-columns: repeat(min(var(--grid-columns), 3), 1fr);
      grid-auto-flow: row;
    }
    .footer-content--isolated-grid-item-tablet > :last-child {
      grid-column: 1 / -1;
    }
  }

  @media screen and (min-width: 990px) {
    .footer-content {
      grid-template-columns: repeat(var(--grid-columns), 1fr);
    }

    /* Single item centered */
    .footer-content[style*='--grid-columns: 1'] {
      justify-items: center;
    }

    .footer-content--isolated-grid-item-desktop > :last-child {
      grid-column: 1 / -1;
    }
  }
/* END_SECTION:footer */

/* START_SECTION:general-store-hero (INDEX:92) */
.general-store-hero {
    background: var(--color-background);
    padding: calc(72px * var(--section-spacing-scale, 1)) 24px;
    overflow: hidden;
  }

  .general-store-hero__inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    align-items: center;
    gap: 56px;
  }

  .general-store-hero__content {
    max-width: 580px;
  }

  .general-store-hero__eyebrow {
    display: inline-block;
    margin: 0 0 16px;
    padding: 8px 14px;
    border-radius: var(--gsh-eyebrow-radius, 100px);
    background: rgba(255, 255, 255, 0.75);
    /* Pill background is always a translucent white, regardless of color
       scheme, so its text must stay a fixed dark tone rather than follow
       --color-foreground (which goes light in dark schemes). */
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: var(--style-shadow-card);
  }

  .general-store-hero__heading {
    margin: 0;
    color: var(--color-foreground-heading);
    font-size: clamp(42px, 6vw, calc(var(--font-h1--size) * 1.9));
    line-height: 0.95;
    letter-spacing: var(--font-h1--letter-spacing, -0.055em);
    font-weight: var(--font-h1--weight, 800);
  }

  .general-store-hero__text {
    margin: 24px 0 0;
    color: var(--color-foreground);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.6;
    max-width: 520px;
  }

  .general-store-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
    padding: 16px 26px;
    border-radius: var(--gsh-button-radius, 100px);
    background: var(--color-primary-button-background);
    color: var(--color-primary-button-text);
    font-size: 16px;
    font-weight: var(--font-body--weight, 700);
    text-decoration: none;
    box-shadow: var(--style-shadow-card);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .general-store-hero__button:hover {
    transform: translateY(-2px);
    box-shadow: var(--style-shadow-card);
  }

  .general-store-hero__visual {
    position: relative;
  }

  .general-store-hero__visual::before {
    content: "";
    position: absolute;
    inset: 8% 4% 2% 8%;
    border-radius: var(--gsh-visual-card-radius, 48px);
    background: rgba(255, 255, 255, 0.55);
    box-shadow: var(--style-shadow-card);
    transform: rotate(-3deg);
  }

  .general-store-hero__image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--gsh-image-radius, 36px);
    filter: drop-shadow(0 28px 45px rgba(15, 23, 42, 0.14));
  }

  .general-store-hero__image--mobile {
    display: none;
  }

  .general-store-hero__placeholder {
    position: relative;
    z-index: 1;
    border-radius: var(--gsh-placeholder-radius, 36px);
    overflow: hidden;
    background: var(--color-card-background);
    padding: 48px;
  }

  .general-store-hero__placeholder svg {
    width: 100%;
    height: auto;
    display: block;
  }

  @media screen and (max-width: 900px) {
    .general-store-hero {
      padding: calc(56px * var(--section-spacing-scale, 1)) 18px;
    }

    .general-store-hero__inner {
      grid-template-columns: 1fr;
      gap: 40px;
      text-align: center;
    }

    .general-store-hero__content {
      max-width: 100%;
    }

    .general-store-hero__text {
      margin-left: auto;
      margin-right: auto;
    }

    .general-store-hero__button {
      margin-top: 28px;
    }
  }

  @media screen and (max-width: 749px) {
    .general-store-hero__image--hide-on-mobile {
      display: none;
    }

    .general-store-hero__image--mobile {
      display: block;
    }
  }

  @media screen and (max-width: 520px) {
    .general-store-hero {
      padding: calc(44px * var(--section-spacing-scale, 1)) 16px;
    }

    .general-store-hero__heading {
      font-size: 42px;
    }

    .general-store-hero__text {
      font-size: 16px;
    }
  }
/* END_SECTION:general-store-hero */

/* START_SECTION:guarantee (INDEX:94) */
.guarantee {
    width: 100%;
    overflow: hidden;
    color: var(--guarantee-text);
  }

  .guarantee__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .guarantee__header {
    text-align: center;
    margin-block-end: 48px;
  }

  .guarantee__title {
    font-size: 2.5rem;
    font-weight: var(--font-h2--weight, 700);
    margin: 0 0 12px 0;
    line-height: 1.2;
    color: var(--guarantee-text);
  }

  .guarantee__description {
    font-size: 1.125rem;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.85;
    color: var(--guarantee-text);
  }

  .guarantee__description p {
    margin: 0;
  }

  .guarantee__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: var(--style-gap-cards);
  }

  .guarantee__item {
    position: relative;
  }

  .guarantee__item-inner {
    height: 100%;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 32px;
    background: var(--guarantee-card-bg);
    border: 1px solid var(--guarantee-border);
    border-radius: var(--guarantee-radius);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .guarantee__item:hover .guarantee__item-inner {
    transform: translateY(-2px);
    box-shadow: var(--style-shadow-card);
  }

  .guarantee__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--guarantee-icon-color);
  }

  .guarantee__icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
  }

  .guarantee__content {
    flex: 1;
    min-width: 0;
  }

  .guarantee__item-title {
    font-size: 1.25rem;
    font-weight: var(--font-h3--weight, 600);
    margin: 0 0 8px 0;
    line-height: 1.3;
    color: var(--guarantee-text);
  }

  .guarantee__item-description {
    font-size: 0.9375rem;
    line-height: 1.6;
    opacity: 0.8;
    color: var(--guarantee-text);
  }

  .guarantee__item-description p {
    margin: 0;
  }

  .guarantee__badge {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  .guarantee__badge img {
    max-width: 200px;
    height: auto;
  }

  @media (max-width: 989px) {
    .guarantee__grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
  }

  @media (max-width: 749px) {
    .guarantee__header {
      margin-block-end: 32px;
    }

    .guarantee__title {
      font-size: 2rem;
      margin-bottom: 10px;
    }

    .guarantee__description {
      font-size: 1rem;
    }

    .guarantee__item-inner {
      padding: 24px;
      gap: 16px;
    }

    .guarantee__icon {
      width: 40px;
      height: 40px;
    }

    .guarantee__item-title {
      font-size: 1.125rem;
    }

    .guarantee__item-description {
      font-size: 0.875rem;
    }

    .guarantee__badge {
      margin-top: 32px;
    }
  }
/* END_SECTION:guarantee */

/* START_SECTION:header-announcements (INDEX:95) */
.announcement-bar {
    border-block-end: var(--border-bottom-width) solid var(--color-border);
    background: var(--color-card-gradient) !important;
    color: var(--color-gradient-text) !important;
    overflow: hidden;
  }

  .announcement-bar a,
  .announcement-bar .button-unstyled {
    color: var(--color-gradient-text) !important;
  }

  .announcement-bar__slider {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;

    @media screen and (max-width: 749px) {
      grid-column: 1 / -1;
    }
  }

  .announcement-bar__slides {
    display: grid;
    grid: [stack] auto / [stack] auto;
    flex: 1;
    width: calc(100% - var(--button-size) * 2);
    max-width: 100%;
    min-width: 0;
    margin-inline: auto;
  }

  .announcement-bar__slides--no-controls {
    width: 100%;
  }

  .announcement-bar__slides > * {
    grid-area: stack;
  }

  .announcement-bar__slide {
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;

    &[aria-hidden='true'] {
      opacity: 0;
      visibility: hidden;
    }
  }

  .announcement-bar__slider slideshow-arrows {
    padding: 0;
    mix-blend-mode: normal;
  }

  .announcement-bar__slider slideshow-arrows .slideshow-control {
    color: var(--color-foreground);
  }

  .announcement-bar__slider .slideshow-control {
    display: flex;
    padding: 0;
    width: var(--button-size);
    height: var(--button-size);
    align-items: center;
    justify-content: center;
    opacity: 1;
    animation: none;

    @media screen and (min-width: 750px) {
      --slideshow-control-offset: calc((var(--button-size) - var(--icon-size-xs)) / 2);

      .section--page-width &.slideshow-control--previous {
        transform: translateX(var(--slideshow-control-offset));
      }
    }
  }

  .announcement-bar__slider .slideshow-control .svg-wrapper {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .announcement-bar__slide {
    place-content: center;
  }

  .announcement-bar__text:first-child {
    margin: 0;
  }

  .announcement-bar__marquee {
    overflow: hidden;
    width: 100%;
    min-width: 0;
  }

  .announcement-bar__marquee-track {
    display: block;
    width: max-content;
    padding-inline-start: 100%;
    animation: announcement-marquee-scroll linear infinite;
    animation-duration: var(--announcement-marquee-duration, 20s);
    will-change: transform;
  }

  .announcement-bar__marquee:hover .announcement-bar__marquee-track {
    animation-play-state: paused;
  }

  .announcement-bar__slide[aria-hidden='true'] .announcement-bar__marquee-track {
    animation-play-state: paused;
  }

  .announcement-bar__marquee-text {
    margin: 0;
    white-space: nowrap;
    display: inline-block;
  }

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

  @media (prefers-reduced-motion: reduce) {
    .announcement-bar__marquee-track {
      animation: none;
      transform: none;
      padding-inline-start: 0;
      width: 100%;
      text-align: center;
    }

    .announcement-bar__marquee-text {
      white-space: normal;
    }
  }

  .announcement-bar__link {
    position: absolute;
    inset: 0;
  }
/* END_SECTION:header-announcements */

/* START_SECTION:header (INDEX:96) */
body {
    --header-height: 0px;
    --header-group-height: var(--header-height);
    --transparent-header-offset-boolean: 0; /* stylelint-disable-line declaration-property-value-disallowed-list */
  }

  body:has(> #header-group > header) {
    --header-height: 60px;
  }

  body:has(> #header-group:empty) {
    --header-group-height: 0px;
  }

  .header[transparent] {
    --language-button-background-color: transparent;
    --language-button-border-color: transparent;

    /* used to apply transparency to .header__row, will only ever be transparent or unset */
    --header-bg-color: transparent;

    /* 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;

    /* transparent color scheme on .header should never apply its background color */
    background-color: transparent;
    z-index: var(--layer-overlay);

    &[transparent='not-sticky'][data-sticky-state='active'],
    /* Only show opaque background when hovering over menu items with children (mega menu)
       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[aria-haspopup]:is(:hover, [aria-expanded='true'], [data-animating])),
    &:has(.menu-list__list-item[slot='overflow'] .menu-list__link:is(:hover, [aria-expanded='true'], [data-animating])) {
      --header-logo-display: unset;
      --header-logo-inverse-display: unset;
      --header-bg-color: unset;
      --color-foreground: inherit;
      --color-foreground-rgb: inherit;
      --color-background: inherit;
      --color-background-rgb: inherit;
      --color-border: inherit;
      --color-border-rgb: inherit;

      .header__row {
        /* Faster transition for "in" animation */
        transition: color var(--animation-values-fast), border-color var(--animation-values-fast),
          background-color var(--animation-values-fast);
      }
    }

    .header__row {
      /* Slower transition for "out" animation */
      transition: color var(--animation-values-slow), border-color var(--animation-values-slow),
        background-color var(--animation-values-slow);
    }
  }

  :is(.header[transparent]:not([data-sticky-state='active']), .header[transparent='always'][data-sticky-state='active'])
    .header__row:not(
      :has(
          .mega-menu__list:hover,
          .menu-list__link[aria-haspopup]:is(:hover, [aria-expanded='true'], [data-animating]),
          .menu-list__list-item[slot='overflow'] .menu-list__link:is(:hover, [aria-expanded='true'], [data-animating])
        )
    ) {
    /* while transparent, header-row ignores its color-scheme settings, pull from the header-component */
    --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--inherit-color-scheme-on-menu-open:has(.mega-menu__list:hover) .header__row,
  .header--inherit-color-scheme-on-menu-open:has(
      .menu-list__link[aria-haspopup]:is(:hover, [aria-expanded='true'], [data-animating])
    )
    .header__row,
  .header--inherit-color-scheme-on-menu-open:has(
      .menu-list__list-item[slot='overflow'] .menu-list__link:is(:hover, [aria-expanded='true'], [data-animating])
    )
    .header__row {
    --color-foreground: inherit;
    --color-foreground-rgb: inherit;
    --color-background: inherit;
    --color-background-rgb: inherit;
    --color-border: inherit;
    --color-border-rgb: inherit;
  }

  .header-section {
    position: relative;
  }

  #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;
  }

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

  .header__row {
    position: relative;

    /* will default to bg from its color scheme unless --header-bg-color is transparent */
    background-color: var(--header-bg-color, var(--color-background));
  }

  .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__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: 44px;

    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: var(--header-mobile-bookend) var(--header-mobile-bookend) 1fr
        var(--header-mobile-bookend) var(--header-mobile-bookend);

      grid-template-areas: 'leftA leftB center rightA rightB';
      grid-column: span 3;
      column-gap: 0;
      align-items: center;
      padding-block: 0;
      padding-inline: 0 var(--padding-3xs);

      .header-logo {
        grid-area: center;
      }

      &:not(:has(header-actions)) .search-action {
        grid-area: leftB;
      }

      &:not(:has(.account-actions)) .search-action {
        grid-area: rightA;
      }

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

      header-actions {
        grid-area: rightB;
      }
    }
  }

  /* 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(.dropdown-localization__button:hover),
    .header__column:has(.header__icon--menu:hover) {
      header-menu:not(:hover),
      .header-actions__action:not(:hover),
      .dropdown-localization__button: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,
  .dropdown-localization__button,
  .header__icon--menu {
    transition: opacity var(--animation-speed) var(--animation-easing);
  }

  /* Extend hover area through padding to prevent flickering on actual menu items */
  .menu-list__list-item:where(:not([slot='overflow'])) > .menu-list__link[aria-haspopup],
  .menu-list__list-item:where(:not([slot='overflow'])) > .menu-list__link,
  .menu-list__list-item:where(:not([slot='overflow'])) > button.menu-list__link {
    margin-block: calc(-2 * var(--header-padding));
    padding-block: calc(2 * var(--header-padding));
    margin-inline: calc(-1 * var(--gap-xl) / 2);
    padding-inline: calc(var(--gap-xl) / 2);
  }

  /* Set header paddings based on height setting */
  .header {
    --header-padding: var(--padding-sm);
    --font-paragraph--line-height: 1;
  }

  .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);
    }
  }

  /* ========================================================================
     Editorial Luxe header style
     Activated by `data-header-style="editorial-luxe"` on <header-component>.
     Tuned for the Affluence narrative: uppercase letter-spaced nav links,
     hover underline, hairline bottom border. Layout (single top row with
     menu on the left, logo centered, search/locale on the right; transparent
     on home; sticky-on-scroll-up so the header hides on scroll-down and
     reappears on scroll-up) is configured via header-group.json overrides
     for the affluence-catalog narrative.
     ======================================================================== */

  header-component[data-header-style='editorial-luxe'] .header__row {
    --border-bottom-width: 1px;
    --border-bottom-width-mobile: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  header-component[data-header-style='editorial-luxe'][transparent='always'] .header__row {
    border-bottom-color: rgba(255, 255, 255, 0.18);
  }

  /* ------------------------------------------------------------
     Content-aware text color while the editorial-luxe header is
     see-through. mix-blend-mode: difference + white pixels invert
     the visible inline content (menu links, logo, icons, locale
     selectors) against whatever image is rendering behind the
     header — dark photo ⇒ text reads as white, light photo ⇒
     text reads as black, mid-tone photo ⇒ text shifts to a
     high-contrast tone. Pure CSS, no JS needed.

     Active state matches the existing transparent-on-row block
     above (around line 350): transparent header AND mega menu
     not currently open. The moment a mega menu opens, the row
     becomes opaque so the standard scheme colors take over and
     the blend is dropped automatically.
     ------------------------------------------------------------ */
  :is(
    header-component[data-header-style='editorial-luxe'][transparent]:not([data-sticky-state='active']),
    header-component[data-header-style='editorial-luxe'][transparent='always'][data-sticky-state='active']
  ) .header__row:not(
    :has(
      .mega-menu__list:hover,
      .menu-list__link[aria-haspopup]:is(:hover, [aria-expanded='true'], [data-animating]),
      .menu-list__list-item[slot='overflow'] .menu-list__link:is(:hover, [aria-expanded='true'], [data-animating])
    )
  ) :is(
    a,
    button,
    svg,
    .header__heading-logo,
    .header__heading-logo-link,
    .header__logo,
    .header-menu__item-link,
    [data-header-menu] a
  ) {
    color: #fff;
    mix-blend-mode: difference;
  }

  /* The hairline bottom border is decorative — keep it as a
     translucent light line over photography (already set above)
     and skip the blend so it doesn't wash out. */
  :is(
    header-component[data-header-style='editorial-luxe'][transparent]:not([data-sticky-state='active']),
    header-component[data-header-style='editorial-luxe'][transparent='always'][data-sticky-state='active']
  ) .header__row::before,
  :is(
    header-component[data-header-style='editorial-luxe'][transparent]:not([data-sticky-state='active']),
    header-component[data-header-style='editorial-luxe'][transparent='always'][data-sticky-state='active']
  ) .header__row::after {
    mix-blend-mode: normal;
  }

  /* Safety net: when prefers-reduced-transparency is active, fall
     back to a flat white text color + soft text-shadow rather than
     the blend (some users disable transparency effects). */
  @media (prefers-reduced-transparency: reduce) {
    :is(
      header-component[data-header-style='editorial-luxe'][transparent]:not([data-sticky-state='active']),
      header-component[data-header-style='editorial-luxe'][transparent='always'][data-sticky-state='active']
    ) .header__row :is(
      a,
      button,
      svg,
      .header__heading-logo,
      .header__heading-logo-link,
      .header__logo,
      .header-menu__item-link,
      [data-header-menu] a
    ) {
      mix-blend-mode: normal;
      color: #fff;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    }
  }

  header-component[data-header-style='editorial-luxe'] .header-menu__item-link,
  header-component[data-header-style='editorial-luxe'] .header__menu a,
  header-component[data-header-style='editorial-luxe'] [data-header-menu] a {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 500;
    font-size: 0.6875rem;
    position: relative;
    transition: opacity 0.2s ease;
  }

  header-component[data-header-style='editorial-luxe'] .header-menu__item-link::after,
  header-component[data-header-style='editorial-luxe'] .header__menu a::after,
  header-component[data-header-style='editorial-luxe'] [data-header-menu] a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 1px;
    background: currentColor;
    transform-origin: center;
    transform: scaleX(0);
    transition: transform 0.25s ease;
  }

  header-component[data-header-style='editorial-luxe'] .header-menu__item-link:hover::after,
  header-component[data-header-style='editorial-luxe'] .header__menu a:hover::after,
  header-component[data-header-style='editorial-luxe'] [data-header-menu] a:hover::after,
  header-component[data-header-style='editorial-luxe'] .header-menu__item-link:focus-visible::after,
  header-component[data-header-style='editorial-luxe'] .header__menu a:focus-visible::after,
  header-component[data-header-style='editorial-luxe'] [data-header-menu] a:focus-visible::after {
    transform: scaleX(1);
  }

  /* Refined column spacing — extra breathing room above/below in the nav row.
     Applied to both --top and --bottom so the rule survives whether the
     merchant keeps the affluence default (single top row) or moves the menu
     to the bottom row. */
  header-component[data-header-style='editorial-luxe'] .header__row--top .header__columns,
  header-component[data-header-style='editorial-luxe'] .header__row--bottom .header__columns {
    padding-block: 18px;
  }

  /* Slightly heavier letter-spacing on small screens for legibility. */
  @media screen and (max-width: 749px) {
    header-component[data-header-style='editorial-luxe'] .header-menu__item-link,
    header-component[data-header-style='editorial-luxe'] .header__menu a,
    header-component[data-header-style='editorial-luxe'] [data-header-menu] a {
      letter-spacing: 0.14em;
      font-size: 0.75rem;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    header-component[data-header-style='editorial-luxe'] .header-menu__item-link::after,
    header-component[data-header-style='editorial-luxe'] .header__menu a::after,
    header-component[data-header-style='editorial-luxe'] [data-header-menu] a::after {
      transition: none;
    }
  }
/* END_SECTION:header */

/* START_SECTION:hero-collection-grid (INDEX:97) */
.hero-collection-grid {
    width: 100%;
    padding: 4rem 0;
  }

  .hero-collection-grid__container {
    width: 100%;
  }

  .hero-collection-grid__header {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.5rem;
  }

  .hero-collection-grid__heading {
    font-size: clamp(2rem, 5vw, calc(var(--font-h1--size) * 1.2));
    line-height: 1.2;
    font-weight: bold;
    color: var(--color-foreground-heading);
    margin: 0 0 1rem 0;
  }

  .hero-collection-grid__subheading {
    font-size: 1.125rem;
    line-height: 1.6;
    color: var(--color-foreground);
    margin: 0;
  }

  .hero-collection-grid__cards {
    display: grid;
    grid-template-columns: repeat(var(--columns, 4), 1fr);
    gap: 1.5rem;
    padding: 0 1.5rem;
  }

  .hero-collection-grid__card {
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: var(--card-border-radius, 16px);
    overflow: hidden;
    aspect-ratio: 3/4;
    transition: transform 0.3s ease;
  }

  .hero-collection-grid__card:hover {
    transform: translateY(-4px);
  }

  .hero-collection-grid__card-image-wrapper {
    position: absolute;
    inset: 0;
  }

  .hero-collection-grid__card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-collection-grid__card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-card-background);
  }

  .hero-collection-grid__placeholder-svg {
    width: 60%;
    height: auto;
    opacity: 0.5;
  }

  .hero-collection-grid__card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    pointer-events: none;
  }

  .hero-collection-grid__card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    color: #ffffff;
    z-index: 1;
  }

  .hero-collection-grid__card-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 0.25rem 0;
    color: #ffffff;
  }

  .hero-collection-grid__card-subtitle {
    font-size: 0.875rem;
    margin: 0 0 0.75rem 0;
    opacity: 0.9;
    color: #ffffff;
  }

  .hero-collection-grid__card-button {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: var(--font-body--weight, 500);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2px;
  }

  @media screen and (max-width: 989px) {
    .hero-collection-grid__cards {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }

    .hero-collection-grid__heading {
      font-size: 2rem;
    }

    .hero-collection-grid__card {
      aspect-ratio: 1/1;
    }

    .hero-collection-grid__card-title {
      font-size: 1.25rem;
    }
  }

  @media screen and (max-width: 549px) {
    .hero-collection-grid {
      padding: 2rem 0;
    }

    .hero-collection-grid__header {
      margin-bottom: 2rem;
    }

    .hero-collection-grid__cards {
      grid-template-columns: 1fr 1fr;
      gap: 0.75rem;
      padding: 0 1rem;
    }

    .hero-collection-grid__card-content {
      padding: 1rem;
    }

    .hero-collection-grid__card-title {
      font-size: 1rem;
    }

    .hero-collection-grid__card-subtitle {
      display: none;
    }
  }
/* END_SECTION:hero-collection-grid */

/* START_SECTION:hero-product-features (INDEX:98) */
.hero-product-features {
    padding: calc(60px * var(--section-spacing-scale, 1)) 0;
    background-color: rgb(var(--color-background-rgb));
  }

  .hero-product-features__container {
    width: 100%;
  }

  .hero-product-features__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }

  .hero-product-features__grid--right .hero-product-features__image-wrapper {
    order: 2;
  }

  .hero-product-features__grid--right .hero-product-features__content {
    order: 1;
  }

  .hero-product-features__image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .hero-product-features__image {
    width: 100%;
    height: auto;
    display: block;
    object-position: center;
  }

  .hero-product-features__video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: var(--media-object-fit, cover);
  }

  .hero-product-features__media {
    width: 100%;
    height: 100%;
  }

  .hero-product-features__placeholder {
    width: 100%;
    aspect-ratio: 4/5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-card-background);
    overflow: hidden;
  }

  .hero-product-features__placeholder-svg {
    width: 50%;
    height: auto;
    opacity: 0.5;
  }

  .hero-product-features__content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  .hero-product-features__reviews {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .hero-product-features__reviews-text {
    line-height: 1.4;
    font-weight: 500;
  }

  .hero-product-features__heading {
    font-weight: var(--font-h1--weight, 700);
    line-height: 1.1;
    margin: 0;
    color: rgb(var(--color-foreground-heading-rgb));
  }

  .hero-product-features__subtext {
    line-height: 1.6;
    color: rgb(var(--color-foreground-rgb));
    margin: 0;
  }

  .hero-product-features__subtext p {
    margin: 0 0 0.5em 0;
  }

  .hero-product-features__subtext p:last-child {
    margin-bottom: 0;
  }

  .hero-product-features__benefits {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .hero-product-features__benefit {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

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

  .hero-product-features__benefit-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
  }

  .hero-product-features__benefit-text {
    font-weight: 500;
    line-height: 1.4;
  }

  .hero-product-features__button-wrapper {
    margin-top: 1rem;
  }

  .hero-product-features__button {
    display: inline-block;
    text-decoration: none;
    font-weight: var(--font-body--weight, 700);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-align: center;
    background: var(--color-primary-button-background);
    color: var(--color-primary-button-text);
  }

  .hero-product-features__button:hover {
    transform: translateY(-2px);
    box-shadow: var(--style-shadow-card);
    background: var(--color-primary-button-hover-background);
    color: var(--color-primary-button-hover-text);
  }

  @media screen and (max-width: 989px) {
    .hero-product-features {
      padding: calc(40px * var(--section-spacing-scale, 1)) 0;
    }

    .hero-product-features__grid {
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }

    .hero-product-features__grid--right .hero-product-features__image-wrapper {
      order: 1;
    }

    .hero-product-features__grid--right .hero-product-features__content {
      order: 2;
    }

    .hero-product-features__content {
      gap: 1.25rem;
    }

    .hero-product-features__heading {
      font-size: 2rem;
    }

    .hero-product-features__subtext {
      font-size: 1rem;
    }
  }

  @media screen and (max-width: 749px) {
    .hero-product-features {
      padding: calc(30px * var(--section-spacing-scale, 1)) 0;
    }

    .hero-product-features__grid {
      gap: 2rem;
    }

    .hero-product-features__content {
      gap: 1rem;
    }

    .hero-product-features__heading {
      font-size: 1.75rem;
    }

    .hero-product-features__reviews-text {
      font-size: 12px;
    }

    .hero-product-features__benefits {
      gap: 0.75rem;
    }

    .hero-product-features__button {
      width: 100%;
    }
  }

  /* Slideshow Styles */
  .hero-product-features__slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .hero-product-features__slideshow-empty {
    position: relative;
    width: 100%;
  }

  .hero-product-features__slideshow-empty-hint {
    margin: 12px 0 0;
    padding: 12px 16px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px dashed rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.4;
    color: rgb(var(--color-foreground-rgb));
    text-align: center;
  }

  .hero-product-features__slideshow-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }

  .hero-product-features__slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
  }

  .hero-product-features__slideshow-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: var(--style-shadow-card);
  }

  .hero-product-features__slideshow-arrow:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: var(--style-shadow-card);
    transform: translateY(-50%) scale(1.1);
  }

  .hero-product-features__slideshow-arrow:active {
    transform: translateY(-50%) scale(0.95);
  }

  .hero-product-features__slideshow-arrow svg {
    width: 24px;
    height: 24px;
    stroke: #000;
  }

  .hero-product-features__slideshow-arrow--prev {
    left: 16px;
  }

  .hero-product-features__slideshow-arrow--next {
    right: 16px;
  }

  .hero-product-features__slideshow-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }

  .hero-product-features__slideshow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
  }

  .hero-product-features__slideshow-dot:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
  }

  .hero-product-features__slideshow-dot.active {
    background: rgba(255, 255, 255, 1);
    width: 24px;
    border-radius: 4px;
  }

  @media screen and (max-width: 989px) {
    .hero-product-features__slideshow-arrow {
      width: 36px;
      height: 36px;
    }

    .hero-product-features__slideshow-arrow svg {
      width: 20px;
      height: 20px;
    }

    .hero-product-features__slideshow-arrow--prev {
      left: 12px;
    }

    .hero-product-features__slideshow-arrow--next {
      right: 12px;
    }
  }

  @media screen and (max-width: 749px) {
    .hero-product-features__slideshow-arrow {
      width: 32px;
      height: 32px;
    }

    .hero-product-features__slideshow-arrow svg {
      width: 18px;
      height: 18px;
    }

    .hero-product-features__slideshow-dots {
      bottom: 12px;
    }
  }
/* END_SECTION:hero-product-features */

/* START_SECTION:hero-split (INDEX:99) */
.hero-split {
    width: 100%;
    position: relative;
  }

  .hero-split__container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .hero-split__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
    min-height: 600px;
  }

  .hero-split__image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: center;
  }

  .hero-split__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .hero-split__video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .hero-split__media {
    width: 100%;
    height: 100%;
  }

  .hero-split__placeholder {
    width: 100%;
    aspect-ratio: 4/5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-card-background);
  }

  .hero-split__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
    gap: 1.5rem;
  }

  .hero-split__reviews {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: var(--color-foreground);
  }

  .hero-split__heading {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: bold;
    color: var(--color-foreground);
    margin: 0;
  }

  .hero-split__subheading {
    font-size: 1.125rem;
    line-height: 1.6;
    color: var(--color-foreground);
    margin: 0;
  }

  .hero-split__button {
    width: fit-content;
    margin-top: 0.5rem;
  }

  @media screen and (max-width: 749px) {
    .hero-split__grid {
      grid-template-columns: 1fr;
      min-height: auto;
    }

    .hero-split__image-wrapper {
      min-height: 400px;
    }

    .hero-split__content {
      padding: 2rem;
    }

    .hero-split__heading {
      font-size: 2rem;
    }

    .hero-split__subheading {
      font-size: 1rem;
    }
  }
/* END_SECTION:hero-split */

/* START_SECTION:hero (INDEX:101) */
.hero-wrapper {
    --hero-height-offset: 0px;
  }

  /* Being extra specific in the selector for performance reasons */
  body:has(> #header-group > .header-section > #header-component) .hero-wrapper:first-child {
    --hero-height-offset: var(--header-group-height, 0);
  }

  .hero {
    position: relative;
    min-height: calc(var(--hero-min-height-mobile, var(--hero-min-height)) - var(--hero-height-offset));
  }

  @media screen and (min-width: 750px) {
    .hero {
      min-height: calc(var(--hero-min-height) - var(--hero-height-offset));
    }
  }

  .hero[data-shopify-visual-preview] {
    --hero-min-height: 600px;

    min-height: 600px;
  }

  .hero__container {
    position: relative;
    overflow: hidden;
    border: var(--hero-border-width) var(--hero-border-style) rgb(var(--color-border-rgb) / var(--hero-border-opacity));
    min-height: inherit;
    align-items: var(--vertical-alignment-mobile);
    justify-content: var(--horizontal-alignment);
    z-index: var(--layer-base);

    @media screen and (min-width: 750px) {
      align-items: var(--vertical-alignment);
    }
  }

  .hero__content-wrapper.page-width {
    grid-column: 2 / 3;
  }

  .hero__content-wrapper {
    position: relative;
    inset: 0;
    z-index: var(--layer-flat);
    color: var(--hero-text-color-override, inherit);
  }

  /* Radial background spray behind text for readability over any image */
  .hero__content-wrapper::before {
    content: '';
    position: absolute;
    inset: -64px -96px;
    background: radial-gradient(
      ellipse at center,
      color-mix(in srgb, var(--color-background) 78%, transparent) 0%,
      color-mix(in srgb, var(--color-background) 42%, transparent) 42%,
      transparent 70%
    );
    pointer-events: none;
    z-index: -1;
  }

  .hero__content-wrapper .group-block-content {
    position: relative;
  }

  .hero__media-wrapper {
    position: absolute;
    inset: 0;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(var(--hero-media-count, 1), 1fr);
  }

  .hero--auto .hero__image,
  .hero--auto .hero__video {
    aspect-ratio: var(--hero-media-aspect-ratio);
  }

  .hero--no-blocks-auto-height {
    :is(.hero__image, .hero__video) {
      width: 100%;
      aspect-ratio: auto;
    }

    .hero__media-wrapper {
      /* When there are no blocks and the height is auto, allow the image to appear. */
      position: relative;
    }
  }

  .hero__image,
  .hero__video,
  .hero__video-poster {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
    position: relative;
    z-index: var(--layer-base);
  }

  .hero__image--desktop {
    display: none;
  }

  .hero__image--mobile {
    display: block;
  }

  @media screen and (min-width: 750px) {
    .hero__image--desktop {
      display: block;
    }

    .hero__image--mobile {
      display: none;
    }
  }

  .hero__video-wrapper {
    position: relative;
  }

  .hero__video-poster {
    position: absolute;
  }

  .hero__link {
    position: absolute;
    inset: 0;
    grid-column: 1 / -1;
  }

  .hero__media-wrapper,
  .hero__content-wrapper {
    pointer-events: none;

    :is(a, button, input, textarea, select) {
      pointer-events: auto;
    }
  }

  .hero__content-wrapper--design-mode * {
    pointer-events: auto;
  }

  .hero[data-blur-shadow='true'] {
    --blurred-reflection-filter-saturate: saturate(1.5);
    --blurred-reflection-mask-image: linear-gradient(to bottom, #000 0%, #000 60%, transparent 100%);
    --blurred-reflection-box-shadow: rgb(0 0 0 / 5%) 0 0 1rem;
    --blurred-reflection-filter-blur: blur(20px);
    --blurred-reflection-scale: scale(2, 1.25);
    --blurred-reflection-padding-block-end: 60px;
  }

  .hero[data-blur-shadow='true'] .hero__container::before {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: var(--blurred-reflection-box-shadow);
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: -1;
  }

  .hero__blurred-image {
    position: absolute;
    inset: 0;
    z-index: -1;
    mask-image: var(--blurred-reflection-mask-image);
    filter: var(--blurred-reflection-filter-saturate);
    pointer-events: none;
    transform: translateY(50%);
    overflow: hidden;
  }

  .hero__blurred-image img,
  .hero__blurred-image svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: var(--blurred-reflection-filter-blur);
    opacity: var(--blur-opacity);
    transform: var(--blurred-reflection-scale);
    padding-block-end: var(--blurred-reflection-padding-block-end);

    &:not(:only-child) {
      width: 50%;

      &:last-child {
        right: 0;
        left: auto;
      }
    }
  }
/* END_SECTION:hero */

/* START_SECTION:homepage-product (INDEX:102) */
/* Homepage Product Section - Self-contained styles */
  .homepage-product {
    padding-top: var(--hp-padding-top, 40px);
    padding-bottom: var(--hp-padding-bottom, 40px);
  }

  .homepage-product__grid {
    display: grid;
    /* minmax(0, 1fr) rather than plain 1fr: grid tracks otherwise size to
       their content's intrinsic min-width, which lets the media slideshow's
       own intrinsic width push this track (and the page) wider than the
       viewport on mobile. */
    grid-template-columns: minmax(0, 1fr);
    gap: var(--hp-gap, 24px);
    width: 100%;
    max-width: var(--page-content-width, 1200px);
    margin: 0 auto;
    padding: 0 var(--page-margin, 16px);
    overflow: hidden;
  }

  /* Width options */
  .homepage-product--width-full {
    max-width: 100%;
  }

  .homepage-product--width-large {
    max-width: 1400px;
  }

  .homepage-product--width-medium {
    max-width: 1100px;
  }

  .homepage-product--width-small {
    max-width: 900px;
  }

  .homepage-product--width-compact {
    max-width: 700px;
  }

  .homepage-product--width-custom {
    max-width: var(--hp-custom-width, 1000px);
  }

  /* Desktop: two column layout */
  @media screen and (min-width: 750px) {
    .homepage-product__grid {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      padding: 0;
    }

    /* Media on left (default) */
    .homepage-product--media-left .homepage-product__media {
      order: 0;
    }
    .homepage-product--media-left .homepage-product__details {
      order: 1;
    }

    /* Media on right */
    .homepage-product--media-right .homepage-product__media {
      order: 1;
    }
    .homepage-product--media-right .homepage-product__details {
      order: 0;
    }

    /* No media - center details */
    .homepage-product--no-media {
      grid-template-columns: 1fr;
      max-width: 800px;
    }
  }

  /* Large screens: wider media column */
  @media screen and (min-width: 1200px) {
    .homepage-product__grid:not(.homepage-product--no-media) {
      grid-template-columns: 1.5fr 1fr;
    }

    .homepage-product--media-right:not(.homepage-product--no-media) {
      grid-template-columns: 1fr 1.5fr;
    }
  }

  /* Media wrapper */
  .homepage-product__media {
    width: 100%;
    /* Grid items default to min-width: auto, which lets the slideshow's
       intrinsic content width push this wider than its grid track on
       mobile (single-column layout). min-width: 0 lets it shrink to fit,
       and overflow: hidden contains any residual intrinsic-sizing from the
       nested slideshow-component's own column-flex width behavior. The
       slide-to-slide swipe scrolling happens on the inner slideshow-slides
       element, so clipping here doesn't affect that interaction. */
    min-width: 0;
    overflow: hidden;
  }

  /* Details wrapper */
  .homepage-product__details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  @media screen and (min-width: 750px) {
    .homepage-product__details {
      position: sticky;
      top: calc(var(--header-height, 0px) + 20px);
      align-self: start;
    }
  }

  /* Ensure media gallery fits properly */
  .homepage-product .media-gallery {
    width: 100%;
  }

  /* Ensure product details group fills width */
  .homepage-product .product-details {
    width: 100%;
  }

  .homepage-product .product-details > .group-block {
    width: 100%;
  }

  /* Override any sticky positioning issues */
  .homepage-product .sticky-content--desktop {
    position: sticky;
    top: calc(var(--header-height, 0px) + 20px);
  }
/* END_SECTION:homepage-product */

/* START_SECTION:how-to-use (INDEX:104) */
.how-to-use {
      width: 100%;
      overflow: hidden;
      position: relative;
    }
  
    .how-to-use__container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 20px;
    }
  
    .how-to-use__header {
      text-align: center;
      margin-bottom: 64px;
    }
  
    .how-to-use__title {
      font-size: clamp(2rem, 4vw, 3.5rem);
      font-weight: var(--font-h1--weight, 300);
      letter-spacing: var(--font-h1--letter-spacing, -0.02em);
      margin: 0 0 16px 0;
      line-height: 1.2;
      color: var(--how-to-use-text-color, inherit);
    }
  
    .how-to-use__subtitle {
      font-size: clamp(1rem, 1.5vw, 1.25rem);
      font-weight: var(--font-body--weight, 400);
      opacity: 0.7;
      margin: 0;
      line-height: 1.6;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }
  
    .how-to-use__main-grid {
      display: grid;
      grid-template-columns: calc((100% - 80px) * var(--how-to-use-image-size-value) / 200) 1fr;
      gap: 80px;
      align-items: start;
    }
  
    .how-to-use__image-wrapper {
      position: sticky;
      top: 100px;
      overflow: hidden;
      box-shadow: var(--style-shadow-card);
      height: fit-content;
      width: 100%;
      border-radius: var(--how-to-use-border-radius);
    }
  
    .how-to-use__image {
      width: 100%;
      height: auto;
      display: block;
    }
  
    .how-to-use__placeholder {
      width: 100%;
      aspect-ratio: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.03);
    }
  
    .how-to-use__placeholder-svg {
      width: 100%;
      height: 100%;
      opacity: 0.3;
    }
  
    .how-to-use__content-wrapper {
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: var(--how-to-use-card-width);
    }
  
    .how-to-use__section {
      padding: 48px;
      background: var(--how-to-use-card-bg, rgba(255, 255, 255, 0.5));
      border-radius: var(--how-to-use-border-radius, 16px);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      max-height: 800px;
      overflow-y: auto;
    }
  
    .how-to-use__section::-webkit-scrollbar {
      width: 6px;
    }
  
    .how-to-use__section::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, 0.05);
      border-radius: 3px;
    }
  
    .how-to-use__section::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.2);
      border-radius: 3px;
    }
  
    .how-to-use__section::-webkit-scrollbar-thumb:hover {
      background: rgba(0, 0, 0, 0.3);
    }
  
    .how-to-use__section:hover {
      transform: translateY(-4px);
      box-shadow: var(--style-shadow-card);
    }
  
    .how-to-use__section-header {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 32px;
      padding-bottom: 24px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
  
    .how-to-use__section-icon {
      flex-shrink: 0;
      width: 56px;
      height: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: var(--style-border-radius-cards);
      background: rgba(0, 0, 0, 0.03);
    }
  
    .how-to-use__section-icon svg {
      width: 28px;
      height: 28px;
      stroke: var(--how-to-use-accent-color, #000);
    }
  
    .how-to-use__section-icon--positive {
      background: color-mix(in srgb, var(--how-to-use-accent-color) 12%, transparent);
    }

    .how-to-use__section-icon--positive svg {
      stroke: var(--how-to-use-accent-color, #4CAF50);
    }
  
    .how-to-use__section-title {
      font-size: clamp(1.5rem, 2vw, 2rem);
      font-weight: var(--font-h2--weight, 500);
      letter-spacing: var(--font-h2--letter-spacing, -0.01em);
      margin: 0;
      line-height: 1.3;
      color: var(--how-to-use-text-color, inherit);
    }
  
    .how-to-use__section-description {
      font-size: 1.0625rem;
      line-height: 1.7;
      opacity: 0.8;
      margin-bottom: 40px;
      color: var(--how-to-use-text-color, inherit);
    }
  
    .how-to-use__section-description p {
      margin: 0 0 16px 0;
    }
  
    .how-to-use__section-description p:last-child {
      margin-bottom: 0;
    }
  
    .how-to-use__steps {
      display: flex;
      flex-direction: column;
      gap: var(--how-to-use-spacing, 32px);
    }
  
    .how-to-use__step {
      display: flex;
      gap: 24px;
      align-items: flex-start;
    }
  
    .how-to-use__step-number {
      flex-shrink: 0;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--how-to-use-accent-color, #000);
      color: #fff;
      border-radius: 50%;
      font-size: 1.25rem;
      font-weight: 600;
      font-variant-numeric: tabular-nums;
    }
  
    .how-to-use__step--no-number {
      gap: 0;
    }
  
    .how-to-use__step-content {
      flex: 1;
      padding-top: 4px;
    }
  
    .how-to-use__step--no-number .how-to-use__step-content {
      padding-top: 0;
    }
  
    .how-to-use__step-title {
      font-size: 1.125rem;
      font-weight: var(--font-h3--weight, 600);
      margin: 0 0 8px 0;
      line-height: 1.4;
      color: var(--how-to-use-text-color, inherit);
    }
  
    .how-to-use__step-description {
      font-size: 0.9375rem;
      line-height: 1.7;
      opacity: 0.75;
      color: var(--how-to-use-text-color, inherit);
    }
  
    .how-to-use__step-description p {
      margin: 0;
    }
  
    @media (max-width: 989px) {
      .how-to-use__main-grid {
        grid-template-columns: 1fr;
        gap: 48px;
      }
  
      .how-to-use__header {
        margin-bottom: 48px;
      }
  
      .how-to-use__image-wrapper {
        position: relative;
        top: 0;
      }
  
      .how-to-use__section {
        padding: 36px;
        max-height: none;
        overflow-y: visible;
      }
  
      .how-to-use__section-header {
        margin-bottom: 28px;
        padding-bottom: 20px;
      }
  
      .how-to-use__section-icon {
        width: 48px;
        height: 48px;
      }
  
      .how-to-use__section-icon svg {
        width: 24px;
        height: 24px;
      }
    }
  
    @media (max-width: 749px) {
      .how-to-use__header {
        margin-bottom: 40px;
      }
  
      .how-to-use__main-grid {
        gap: 36px;
      }
  
      .how-to-use__section {
        padding: 28px 24px;
      }
  
      .how-to-use__section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 24px;
        padding-bottom: 20px;
      }
  
      .how-to-use__section-icon {
        width: 44px;
        height: 44px;
      }
  
      .how-to-use__section-icon svg {
        width: 22px;
        height: 22px;
      }
  
      .how-to-use__section-title {
        font-size: 1.5rem;
      }
  
      .how-to-use__section-description {
        font-size: 1rem;
        margin-bottom: 32px;
      }
  
      .how-to-use__steps {
        gap: 24px;
      }
  
      .how-to-use__step {
        gap: 20px;
      }
  
      .how-to-use__step-number {
        width: 40px;
        height: 40px;
        font-size: 1.125rem;
      }
  
      .how-to-use__step-title {
        font-size: 1.0625rem;
      }
  
      .how-to-use__step-description {
        font-size: 0.875rem;
      }
    }
/* END_SECTION:how-to-use */

/* START_SECTION:logo (INDEX:109) */
.logo-section {
    width: calc(var(--logo-width) + var(--padding-inline-start) + var(--padding-inline-end));
    max-width: 100%;
    max-height: calc(var(--logo-height, 100%) + var(--padding-block-start) + var(--padding-block-end));
    font-size: var(--logo-height);
    display: flex;

    @media screen and (max-width: 750px) {
      max-height: calc(
        var(--logo-height-mobile, var(--logo-height, 100%)) + var(--padding-block-start) + var(--padding-block-end)
      );
      font-size: var(--logo-height-mobile, var(--logo-height));
      width: calc(
        var(--logo-width-mobile, var(--logo-width)) + var(--padding-inline-start) + var(--padding-inline-end)
      );
    }
  }

  .logo-section--center {
    margin-inline: auto;
  }

  .logo-section--flex-end {
    margin-inline-start: auto;
  }

  .logo-section--flex-start {
    margin-inline-end: auto;
  }

  .logo-section__image-wrapper {
    display: flex;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .logo-section__image {
    object-fit: contain;
    width: 100%;
  }
/* END_SECTION:logo */

/* START_SECTION:main-blog-post (INDEX:116) */
.blog-post-comments-container {
    width: 100%;
    max-width: var(--normal-content-width);
    margin: 0 auto;
  }

  .blog-post-comments {
    display: flex;
    flex-direction: column;
    gap: var(--gap-3xl);
  }

  .blog-post-comment__author {
    display: flex;
    align-items: center;
    gap: var(--gap-2xs);
    margin-top: var(--margin-md);
    font-size: var(--font-size--body-sm);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .blog-post-comments-pagination {
    display: flex;
    justify-content: center;
    gap: var(--gap-2xs);
  }

  .blog-post-comments-pagination,
  .blog-post-comments-pagination a {
    color: var(--color-foreground);
  }

  .blog-post-comments-pagination .current {
    color: var(--color-foreground);
  }

  .blog-post-comments-pagination .current,
  .blog-post-comments-pagination a {
    display: block;
    padding: var(--padding-2xs) var(--padding-xs);
  }

  .blog-post-comments-pagination .current,
  .blog-post-comments-pagination a:hover {
    border-bottom: 1px solid var(--color-foreground);
  }
/* END_SECTION:main-blog-post */

/* START_SECTION:main-blog (INDEX:117) */
/**
   * Blog posts page layout
   */
  .blog-posts {
    --page-content-width: var(--narrow-page-width);
    --page-width: calc(var(--page-content-width) + (var(--page-margin) * 2));
    --columns-gap: 36px;
    --rows-gap: 36px;
  }

  .blog-posts-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
    width: 100%;
    column-gap: var(--columns-gap);
    row-gap: var(--rows-gap);
  }

  /**
   * Apart from the first and second rows in the grid, all remaining blog posts
   * are arranged in a three-column layout:
   * +------------+------------+-------------+
   * |            |            |             |
   * |  (span 2)  |  (span 2)  |  (span 2)   |
   * |            |            |             |
   * +------------+------------+-------------+
   */
  .blog-post-item {
    --blog-post-card-scale: 0.6;

    grid-column: span 2;

    @media screen and (max-width: 749px) {
      --blog-post-card-scale: 0.5;

      grid-column: span 6;
    }
  }

  /**
   * The second row of blog posts has two columns:
   * +-------------------+-------------------+
   * |                   |                   |
   * |  (column span 3)  |  (column span 3)  |
   * |                   |                   |
   * +-------------------+-------------------+
   */
  .blog-post-item:nth-child(2),
  .blog-post-item:nth-child(3) {
    --blog-post-card-scale: 0.8;

    grid-column: span 3;

    @media screen and (max-width: 749px) {
      --blog-post-card-scale: 0.5;

      grid-column: span 6;
    }
  }

  /**
   * The first row of blog posts has only one column:
   * +---------------------------------------+
   * |                                       |
   * |           (1 column span 6)           |
   * |                                       |
   * +---------------------------------------+
   */
  .blog-post-item:first-child {
    --blog-post-card-scale: 1;

    grid-column: span 6;
  }

  /**
   * When there's no image, the blog post item has a border.
   */
  .blog-post-item {
    border: 1px solid rgb(var(--color-foreground-rgb) / var(--opacity-20));
    padding: 0 1rem 1rem;
  }

  .blog-post-item:has(.blog-post-card__image-container) {
    border: none;
    padding: 0;
  }
/* END_SECTION:main-blog */

/* START_SECTION:main-cart (INDEX:118) */
.cart-items-component {
    overflow-x: hidden;
    max-width: 100%;
  }

  .cart-page {
    --cart-font-size--2xs: var(--font-size--2xs);
    --cart-font-size--xs: var(--font-size--xs);
    --cart-font-size--sm: var(--font-size--sm);
    --cart-font-size--md: var(--font-size--md);
    --cart-font-size--2xl: var(--font-size--2xl);

    display: grid;
    grid-template-columns: 1fr;
    gap: 0 var(--padding-5xl);
    overflow-x: hidden;
    max-width: 100%;
  }

  .cart-page--empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cart-page--empty .cart-page__title,
  .cart-page--empty .cart-page__more-blocks {
    margin-top: var(--margin-6xl);
  }

  .cart-page__more-blocks {
    width: 100%;
  }

  .cart-page--empty .cart-title {
    text-align: center;
  }

  .cart-page__main {
    grid-column: 1;
  }

  .cart-page__summary {
    padding-top: var(--padding-xl);
  }

  @media screen and (min-width: 750px) {
    .cart-page {
      grid-template-columns: 1fr min(50vw, var(--sidebar-width));
      grid-template-rows: min-content min-content 1fr;
    }

    .cart-page__summary {
      display: grid;
      height: 100%;
      grid-column: 2;
      grid-row: 1 / -1;
      align-self: stretch;
      grid-template-rows: subgrid;
      padding-top: 0;

      /* needed to support blurred effect from hero section */
      position: relative;
    }

    .section--page-width .cart-page:has(.cart__container--extend) {
      grid-column: 2 / 4;
      grid-template-columns: 1fr minmax(
          var(--sidebar-width),
          calc((100vw - var(--page-width)) / 2 + var(--sidebar-width))
        );
    }

    .cart__container--extend {
      height: 100%;
    }
  }

  @media screen and (min-width: 1400px) {
    .cart-page {
      grid-template-columns: 1fr var(--sidebar-width);
    }
  }
/* END_SECTION:main-cart */

/* START_SECTION:main-collection (INDEX:120) */
.main-collection-grid {
    grid-column: var(--grid-column--mobile);

    @media screen and (min-width: 750px) {
      grid-column: var(--grid-column--desktop);
    }
  }

  .collection-wrapper {
    @media screen and (min-width: 750px) {
      grid-template-columns:
        1fr repeat(
          var(--centered-column-number),
          minmax(0, calc((var(--page-width) - var(--page-margin) * 2) / var(--centered-column-number)))
        )
        1fr;
    }
  }

  .collection-wrapper:has(.facets-block-wrapper--full-width),
  .collection-wrapper:has(.collection-wrapper--full-width) {
    @media screen and (min-width: 750px) {
      grid-column: 1 / -1;
      grid-template-columns:
        minmax(var(--page-margin), 1fr) repeat(
          var(--centered-column-number),
          minmax(0, calc((var(--page-width) - var(--page-margin) * 2) / var(--centered-column-number)))
        )
        minmax(var(--page-margin), 1fr);
    }
  }

  .collection-wrapper:has(.facets--vertical) .facets-block-wrapper--vertical:not(.hidden) ~ .main-collection-grid {
    @media screen and (min-width: 750px) {
      grid-column: var(--facets-vertical-col-width) / var(--full-width-column-number);
    }
  }

  .collection-wrapper:has(.facets-block-wrapper--vertical:not(#filters-drawer)):has(.collection-wrapper--full-width) {
    @media screen and (min-width: 750px) {
      grid-column: 1 / -1;
      grid-template-columns: 0fr repeat(var(--centered-column-number), minmax(0, 1fr)) 0fr;
    }
  }

  :is(.collection-wrapper--full-width, .collection-wrapper--full-width-on-mobile)
    [product-grid-view='default']
    .product-grid__card {
    @media screen and (max-width: 749px) {
      padding-inline-start: max(var(--padding-xs), var(--padding-inline-start));
      padding-inline-end: max(var(--padding-xs), var(--padding-inline-end));
    }
  }

  :is(.collection-wrapper--full-width, .collection-wrapper--full-width-on-mobile)
    [product-grid-view='mobile-single']
    .product-grid__card {
    @media screen and (max-width: 749px) {
      padding-inline-start: max(var(--padding-xs), var(--padding-inline-start));
      padding-inline-end: max(var(--padding-xs), var(--padding-inline-end));
    }
  }

  /* Make product media go edge-to-edge by using negative margins */
  :is(.collection-wrapper--full-width) .card-gallery,
  :is(.collection-wrapper--full-width-on-mobile) .card-gallery {
    @media screen and (max-width: 749px) {
      margin-inline-start: calc(-1 * max(var(--padding-xs), var(--padding-inline-start)));
      margin-inline-end: calc(-1 * max(var(--padding-xs), var(--padding-inline-end)));
    }
  }
/* END_SECTION:main-collection */

/* START_SECTION:media-with-content (INDEX:123) */
.section--page-width {
    &.media-with-content {
      grid-template-areas: 'margin-left media margin-right' 'margin-left content margin-right';

      @media screen and (min-width: 750px) {
        /* Wide proportion is media 3.5 parts, content 2.5 parts. Which equals 7|5. So divide the central column by 7+5 and multiply accordingly */
        --media-with-content-grid-columns: var(--full-page-grid-margin)
          calc((var(--full-page-grid-central-column-width) / 12) * 7)
          calc((var(--full-page-grid-central-column-width) / 12) * 5) var(--full-page-grid-margin);

        grid-template-areas: 'margin-left media content margin-right';
      }
    }

    &.media-with-content--media-right {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: var(--full-page-grid-margin)
          calc((var(--full-page-grid-central-column-width) / 12) * 5)
          calc((var(--full-page-grid-central-column-width) / 12) * 7) var(--full-page-grid-margin);

        grid-template-areas: 'margin-left content media margin-right';
      }
    }

    &.media-with-content--medium {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: var(--full-page-grid-margin)
          repeat(2, calc(var(--full-page-grid-central-column-width) / 2)) var(--full-page-grid-margin);
      }
    }

    &.media-with-content--narrow.media-with-content--media-right {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: var(--full-page-grid-margin)
          calc((var(--full-page-grid-central-column-width) / 3) * 2)
          calc(var(--full-page-grid-central-column-width) / 3) var(--full-page-grid-margin);
      }
    }

    &.media-with-content--narrow {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: var(--full-page-grid-margin)
          calc(var(--full-page-grid-central-column-width) / 3)
          calc((var(--full-page-grid-central-column-width) / 3) * 2) var(--full-page-grid-margin);
      }
    }
  }

  .section--full-width {
    &.media-with-content--media-right {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: 2.5fr 3.5fr;

        grid-template-areas: 'content media';
      }
    }

    &.media-with-content--medium {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: 1fr 1fr;
      }
    }

    &.media-with-content--narrow {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: 2fr 4fr;
      }
    }

    &.media-with-content--narrow.media-with-content--media-right {
      @media screen and (min-width: 750px) {
        --media-with-content-grid-columns: 4fr 2fr;
      }
    }
  }

  /* Keep the CSS specificity lower assuming that liquid won't assign this class with a full width section */
  .media-with-content.media-with-content--media-extend {
    grid-template-columns: var(--media-with-content-grid-columns);
    grid-template-areas: 'media media media' 'margin-left content margin-right';

    @media screen and (min-width: 750px) {
      grid-template-areas: 'media media content margin-right';
    }
  }

  .media-with-content--media-extend.media-with-content--media-right {
    @media screen and (min-width: 750px) {
      grid-template-areas: 'margin-left content media media';
    }
  }

  .media-with-content--media-right {
    @media screen and (min-width: 750px) {
      grid-template-areas: 'margin-left content media media';
    }
  }

  .media-with-content {
    --media-with-content-grid-columns: var(--full-page-grid-with-margins);

    grid-template-columns: var(--media-with-content-grid-columns);
    grid-template-areas: 'media media media' 'content content content';

    @media screen and (min-width: 750px) {
      --media-with-content-grid-columns: 3.5fr 2.5fr;

      /* Default desktop layout is wide media, on the left, in full page section */
      grid-template-areas: 'media content';
    }

    .media-block {
      grid-area: media;
    }

    .media-with-content__content {
      grid-area: content;
    }

    /* Inner blocks spacing */
    .media-with-content__content > .group-block-content {
      padding-inline: var(--page-margin);
      padding-block: calc(2 * var(--page-margin));

      @media screen and (min-width: 750px) {
        padding-block: var(--page-margin);
      }
    }

    &.section--page-width .media-with-content__content > .group-block-content {
      padding-inline: 0;

      @media screen and (min-width: 750px) {
        padding-inline-start: var(--page-margin);
      }
    }

    &.section--page-width.media-with-content--media-right .media-with-content__content > .group-block-content {
      padding-inline-end: var(--page-margin);
      padding-inline-start: 0;
    }
  }

  .media-with-content[data-shopify-visual-preview] {
    --hero-min-height: 500px;

    min-height: 500px;
  }
/* END_SECTION:media-with-content */

/* START_SECTION:password (INDEX:127) */
.section-password {
    flex-grow: 1;
    display: flex;
  }

  .password-main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .password-enter {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-sm);
    padding-block: var(--padding-xl);
  }

  .password-enter__powered-by {
    margin: 0;
    display: flex;
    align-items: center;
    gap: var(--padding-xs);
    height: 1em;

    a {
      display: flex;
    }

    svg {
      display: inline;
      height: 1.3em;
      color: var(--color-foreground);
    }
  }

  .password-enter__links {
    display: flex;
    align-items: center;
    gap: var(--gap-2xl);

    @media screen and (max-width: 749px) {
      flex-direction: column;
      gap: var(--gap-sm);
    }
  }

  .password-enter__admin-link {
    margin: 0;
  }

  .password-enter__button {
    height: var(--minimum-touch-target);
    background-color: transparent;
    color: var(--color-primary);
    cursor: pointer;
    text-decoration: underline;

    &:hover {
      color: var(--color-primary-hover);
      text-decoration: none;
    }
  }

  .password-dialog {
    max-width: 100vw;
    max-height: 100svh;
    width: 100vw;
    height: 100svh;
    border: none;
    transition: opacity var(--animation-values), display var(--animation-speed) allow-discrete,
      overlay var(--animation-speed) allow-discrete;

    &::backdrop {
      display: none;
    }
  }

  .password-dialog[open] {
    opacity: 1;
    top: 0;
    left: 0;
  }

  @starting-style {
    .password-dialog[open] {
      opacity: 0;
    }
  }

  .password-dialog:not([open]) {
    opacity: 0;
  }

  @starting-style {
    .password-dialog:not([open]) {
      opacity: 1;
    }
  }

  .password-dialog__close-button {
    cursor: pointer;
  }

  .password-dialog__header {
    position: absolute;
    top: 0;
    right: 0;
    padding: var(--padding-lg);
    z-index: var(--layer-raised);
  }

  .password-dialog__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: var(--padding-lg);
    height: 100%;
    transition: transform var(--animation-values);
  }

  .password-dialog__content .email-signup__message {
    padding-block-start: var(--padding-xl);
  }

  .password-dialog[open] .password-dialog__content {
    transform: translateY(0);
  }

  @starting-style {
    .password-dialog[open] .password-dialog__content {
      transform: translateY(1em);
    }
  }

  .password-dialog:not([open]) .password-dialog__content {
    transform: translateY(1em);
  }

  @starting-style {
    .password-dialog:not([open]) .password-dialog__content {
      transform: translateY(0);
    }
  }

  .storefront-password-form {
    max-width: 400px;
    width: 100%;
  }

  .email-signup__input-group,
  .password-dialog__submit-button {
    width: 100%;

    @media screen and (min-width: 750px) {
      width: auto;
    }
  }
/* END_SECTION:password */

/* START_SECTION:pastel-brand-story (INDEX:128) */
.pastel-brand-story {
    padding: calc(64px * var(--section-spacing-scale, 1)) 24px;
    background: var(--color-background);
  }

  .pastel-brand-story__inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .pastel-brand-story__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }

  .pastel-brand-story__grid--right .pastel-brand-story__content {
    order: 1;
  }

  .pastel-brand-story__grid--right .pastel-brand-story__media {
    order: 2;
  }

  .pastel-brand-story__grid--left .pastel-brand-story__content {
    order: 2;
  }

  .pastel-brand-story__grid--left .pastel-brand-story__media {
    order: 1;
  }

  .pastel-brand-story__heading {
    font-family: var(--font-heading--family);
    font-size: clamp(2rem, 4vw, calc(var(--font-h2--size) * 1.35));
    font-weight: var(--font-h2--weight, 800);
    color: var(--color-foreground-heading);
    margin: 0 0 20px;
    line-height: 1.2;
  }

  .pastel-brand-story__text {
    font-family: var(--font-body--family);
    font-size: 18px;
    line-height: 1.6;
    color: var(--color-foreground);
  }

  .pastel-brand-story__text p {
    margin: 0 0 16px;
  }

  .pastel-brand-story__text p:last-child {
    margin-bottom: 0;
  }

  .pastel-brand-story__frame {
    aspect-ratio: 1;
    background: var(--color-background-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pastel-brand-story__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pastel-brand-story__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pastel-brand-story__placeholder-svg {
    width: 60%;
    height: 60%;
    opacity: 0.4;
  }

  @media screen and (max-width: 989px) {
    .pastel-brand-story__grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }

    .pastel-brand-story__grid--right .pastel-brand-story__content,
    .pastel-brand-story__grid--right .pastel-brand-story__media,
    .pastel-brand-story__grid--left .pastel-brand-story__content,
    .pastel-brand-story__grid--left .pastel-brand-story__media {
      order: unset;
    }

    .pastel-brand-story__frame {
      max-width: 400px;
      margin: 0 auto;
    }
  }

  @media screen and (max-width: 749px) {
    .pastel-brand-story {
      padding: calc(48px * var(--section-spacing-scale, 1)) 16px;
    }
  }
/* END_SECTION:pastel-brand-story */

/* START_SECTION:pastel-editorial (INDEX:129) */
.pastel-editorial {
    padding: calc(48px * var(--section-spacing-scale, 1)) 24px;
    background: var(--color-background);
    text-align: center;
  }

  .pastel-editorial__inner {
    max-width: 720px;
    margin: 0 auto;
  }

  .pastel-editorial__overline {
    font-family: var(--font-body--family);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-foreground-muted);
    margin: 0 0 12px;
  }

  .pastel-editorial__headline {
    font-family: var(--font-heading--family);
    font-size: clamp(2rem, 5vw, calc(var(--font-h2--size) * 1.35));
    font-weight: var(--font-h2--weight, 800);
    color: var(--color-foreground-heading);
    margin: 0;
    line-height: 1.2;
  }

  .pastel-editorial__accent {
    color: var(--color-primary);
    font-style: italic;
  }

  @media screen and (max-width: 749px) {
    .pastel-editorial {
      padding: calc(32px * var(--section-spacing-scale, 1)) 16px;
    }

    .pastel-editorial__headline {
      font-size: clamp(1.5rem, 4vw, calc(var(--font-h2--size) * 0.9));
    }
  }
/* END_SECTION:pastel-editorial */

/* START_SECTION:pastel-fine-print-nutrition (INDEX:130) */
.pastel-fine-print {
    padding: calc(64px * var(--section-spacing-scale, 1)) 24px;
    background: var(--color-background);
  }

  .pastel-fine-print__inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .pastel-fine-print__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
  }

  .pastel-fine-print__heading {
    font-family: var(--font-heading--family);
    font-size: 1.25rem;
    font-weight: var(--font-h3--weight, 800);
    color: var(--color-foreground-heading);
    margin: 0 0 16px;
  }

  .pastel-fine-print__text,
  .pastel-fine-print__nutrition {
    font-family: var(--font-body--family);
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-foreground);
  }

  .pastel-fine-print__nutrition {
    border: 2px solid var(--color-foreground);
    padding: 24px;
    border-radius: var(--style-border-radius-global, 8px);
  }

  @media screen and (max-width: 749px) {
    .pastel-fine-print {
      padding: calc(48px * var(--section-spacing-scale, 1)) 16px;
    }

    .pastel-fine-print__grid {
      grid-template-columns: 1fr;
      gap: 32px;
    }
  }
/* END_SECTION:pastel-fine-print-nutrition */

/* START_SECTION:pastel-guarantee (INDEX:131) */
.pastel-guarantee {
    padding: calc(48px * var(--section-spacing-scale, 1)) 24px;
    background: var(--color-background);
    text-align: center;
  }

  .pastel-guarantee__inner {
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .pastel-guarantee__badge {
    display: inline-block;
    padding: 8px 20px;
    background: var(--color-primary);
    color: var(--color-primary-button-text);
    font-family: var(--font-body--family);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: var(--style-border-radius-buttons-primary, 999px);
  }

  .pastel-guarantee__heading {
    font-family: var(--font-heading--family);
    font-size: clamp(1.5rem, 4vw, calc(var(--font-h2--size) * 0.9));
    font-weight: var(--font-h2--weight, 700);
    color: var(--color-foreground-heading);
    margin: 0;
  }

  .pastel-guarantee__subheading {
    font-family: var(--font-body--family);
    font-size: 16px;
    font-weight: var(--font-body--weight, 600);
    color: var(--color-foreground);
    margin: 0;
  }

  .pastel-guarantee__description {
    font-family: var(--font-body--family);
    font-size: 14px;
    color: var(--color-foreground-muted);
    margin: 0;
    line-height: 1.5;
  }

  @media screen and (max-width: 749px) {
    .pastel-guarantee {
      padding: calc(32px * var(--section-spacing-scale, 1)) 16px;
    }
  }
/* END_SECTION:pastel-guarantee */

/* START_SECTION:pastel-hero-2 (INDEX:132) */
.pastel-hero-2 {
    grid-column: 1 / -1;
    position: relative;
    isolation: isolate;
    min-height: clamp(460px, 60vh, 760px);
    background: var(--color-background);
  }

  .pastel-hero-2__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
  }

  .pastel-hero-2__slot-desktop,
  .pastel-hero-2__slot-mobile {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
  }

  .pastel-hero-2__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .pastel-hero-2__bg--mobile {
    display: none;
  }

  .pastel-hero-2__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to right,
      var(--color-background) 0%,
      color-mix(in srgb, var(--color-background) 55%, transparent) 35%,
      transparent 65%
    );
    opacity: 0.72;
  }

  .pastel-hero-2__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: var(--page-width, 1440px);
    margin: 0 auto;
    padding-block: 64px;
    padding-inline: var(--page-margin, 24px);
    box-sizing: border-box;
  }

  .pastel-hero-2__content {
    max-width: 520px;
    text-align: left;
  }

  .pastel-hero-2__heading {
    font-family: var(--font-heading--family);
    font-size: clamp(2.5rem, 5.5vw, calc(var(--font-h1--size) * 1.6));
    font-weight: var(--font-h1--weight, 800);
    color: var(--color-foreground-heading);
    margin: 0 0 24px;
    line-height: 1.05;
    letter-spacing: var(--font-h1--letter-spacing, -0.02em);
    text-transform: var(--font-h1--case, uppercase);
  }

  .pastel-hero-2__pills {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .pastel-hero-2__pill {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-body--family);
    font-size: 17px;
    color: var(--color-foreground);
    font-weight: 500;
  }

  .pastel-hero-2__pill-icon {
    flex-shrink: 0;
    width: 28px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
  }

  .pastel-hero-2__pill-icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .pastel-hero-2__pill-text {
    line-height: 1.3;
  }

  .pastel-hero-2__pill-text--bold {
    font-weight: 700;
  }

  .pastel-hero-2__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .pastel-hero-2__btn {
    display: inline-block;
    padding: 16px 32px;
    border-radius: var(--style-border-radius-buttons-primary, 9999px);
    font-family: var(--font-heading--family);
    font-size: 14px;
    font-weight: var(--font-heading--weight, 700);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: opacity 0.2s, transform 0.2s, background 0.2s;
  }

  .pastel-hero-2__btn:hover {
    opacity: 0.92;
    transform: translateY(-1px);
  }

  .pastel-hero-2__btn--primary {
    background: var(--color-primary-button-background);
    color: var(--color-primary-button-text);
    border: none;
    padding: 18px 34px;
    overflow: hidden;
  }

  .pastel-hero-2__btn--primary:hover {
    background: var(--color-primary-button-hover-background);
  }

  .pastel-hero-2__btn--secondary {
    background: transparent;
    color: var(--color-primary-button-background);
    border: 2px solid var(--color-primary-button-background);
  }

  @media screen and (max-width: 989px) {
    .pastel-hero-2 {
      min-height: 480px;
    }

    .pastel-hero-2__overlay {
      background: linear-gradient(
        to bottom,
        var(--color-background) 0%,
        color-mix(in srgb, var(--color-background) 45%, transparent) 50%,
        var(--color-background) 100%
      );
      opacity: 0.72;
    }

    .pastel-hero-2__content {
      max-width: 100%;
      text-align: center;
      margin: 0 auto;
    }

    .pastel-hero-2__pills {
      align-items: flex-start;
      max-width: 280px;
      margin-left: auto;
      margin-right: auto;
    }

    .pastel-hero-2__buttons {
      justify-content: center;
    }
  }

  @media screen and (max-width: 749px) {
    .pastel-hero-2__bg--hide-on-mobile {
      display: none;
    }

    .pastel-hero-2__bg--mobile {
      display: block;
    }

    .pastel-hero-2 {
      /* Mobile: drop the strict aspect ratio so copy never gets squeezed */
      aspect-ratio: auto;
      min-height: max(640px, 80vh);
    }

    .pastel-hero-2__overlay {
      background: linear-gradient(
        to bottom,
        var(--color-background) 0%,
        var(--color-background) 18%,
        transparent 36%,
        transparent 60%,
        color-mix(in srgb, var(--color-background) 70%, transparent) 80%,
        var(--color-background) 100%
      );
      opacity: 0.85;
    }

    .pastel-hero-2__inner {
      padding-block: 32px;
      display: flex;
      min-height: inherit;
      box-sizing: border-box;
    }

    .pastel-hero-2__content {
      display: flex;
      flex-direction: column;
      flex: 1;
      width: 100%;
    }

    .pastel-hero-2__heading {
      font-size: clamp(2rem, 7vw, calc(var(--font-h1--size) * 1.1));
      margin-bottom: 0;
    }

    .pastel-hero-2__pills {
      margin-top: auto;
      margin-bottom: 20px;
    }

    .pastel-hero-2__buttons {
      flex-direction: column;
      width: 100%;
    }

    .pastel-hero-2__btn {
      width: 100%;
      text-align: center;
    }
  }
/* END_SECTION:pastel-hero-2 */

/* START_SECTION:pastel-ingredients (INDEX:133) */
.pastel-ingredients {
    padding: 72px 24px 56px;
    background: var(--color-background);
  }

  .pastel-ingredients__inner {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
  }

  .pastel-ingredients__heading {
    font-family: var(--font-heading--family);
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: var(--font-h2--weight, 800);
    color: var(--color-foreground-heading);
    margin: 0 0 10px;
    letter-spacing: var(--font-h2--letter-spacing, 0.08em);
    text-transform: var(--font-h2--case, uppercase);
  }

  .pastel-ingredients__subheading {
    font-family: var(--font-body--family);
    font-size: 15px;
    font-weight: var(--font-body--weight, 600);
    color: color-mix(in srgb, var(--color-foreground) 80%, var(--color-background));
    margin: 0 auto 32px;
    max-width: 560px;
    line-height: 1.5;
  }

  .pastel-ingredients__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--style-gap-cards, 22px);
    text-align: left;
    padding-top: 40px;
  }

  .pastel-ingredients__card:nth-child(3n+1) { background: color-mix(in srgb, var(--color-gradient-1, #d8d1ff) 35%, var(--color-background)); }
  .pastel-ingredients__card:nth-child(3n+2) { background: color-mix(in srgb, var(--color-gradient-2, #f5cf67) 28%, var(--color-background)); }
  .pastel-ingredients__card:nth-child(3n+3) { background: color-mix(in srgb, var(--color-gradient-3, #c8d9ff) 35%, var(--color-background)); }

  .pastel-ingredients__card {
    position: relative;
    border: none;
    border-radius: var(--style-border-radius-global, 24px);
    padding: 60px 26px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 240px;
    box-shadow: none;
  }

  .pastel-ingredients__badge {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 72px;
    border-radius: var(--style-border-radius-pills, 50%);
    background: var(--color-background);
    border: 5px solid var(--color-background);
    box-shadow: var(--style-shadow-card, 0 2px 10px rgba(0, 0, 0, 0.06));
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  .pastel-ingredients__badge-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--style-border-radius-pills, 50%);
    display: block;
  }

  .pastel-ingredients__badge-placeholder {
    width: 60%;
    height: 60%;
    display: block;
    color: color-mix(in srgb, var(--color-primary, var(--color-foreground)) 70%, var(--color-background));
  }

  .pastel-ingredients__name {
    font-family: var(--font-body--family);
    font-size: 1.125rem;
    font-weight: var(--font-h3--weight, 800);
    color: var(--color-foreground-heading);
    margin: 0;
    text-transform: var(--font-h3--case, uppercase);
    letter-spacing: var(--font-h3--letter-spacing, 0.04em);
  }

  .pastel-ingredients__desc {
    font-family: var(--font-body--family);
    font-size: 15px;
    color: var(--color-foreground);
    margin: 0;
    line-height: 1.65;
  }

  @media screen and (max-width: 989px) {
    .pastel-ingredients__grid {
      grid-template-columns: 1fr;
    }
  }

  @media screen and (max-width: 749px) {
    .pastel-ingredients {
      padding: 56px 16px 40px;
    }
  }
/* END_SECTION:pastel-ingredients */

/* START_SECTION:pastel-is-this-for-you (INDEX:134) */
.pastel-is-this-for-you {
    padding: 48px 24px;
    background: var(--color-background);
  }

  .pastel-is-this-for-you__inner {
    max-width: 640px;
    margin: 0 auto;
  }

  .pastel-is-this-for-you__heading {
    font-family: var(--font-heading--family);
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: var(--font-h2--weight, 700);
    color: var(--color-foreground-heading);
    margin: 0 0 12px;
  }

  .pastel-is-this-for-you__subheading {
    font-family: var(--font-body--family);
    font-size: 16px;
    color: var(--color-foreground-muted);
    margin: 0 0 24px;
    line-height: 1.5;
  }

  .pastel-is-this-for-you__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .pastel-is-this-for-you__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: var(--font-body--family);
    font-size: 16px;
    color: var(--color-foreground);
    line-height: 1.5;
  }

  .pastel-is-this-for-you__check {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    color: var(--color-primary-button-text);
    border-radius: var(--style-border-radius-pills, 50%);
    font-size: 14px;
    font-weight: 700;
  }

  .pastel-is-this-for-you__text {
    flex: 1;
  }

  @media screen and (max-width: 749px) {
    .pastel-is-this-for-you {
      padding: 32px 16px;
    }
  }
/* END_SECTION:pastel-is-this-for-you */

/* START_SECTION:pastel-mission (INDEX:135) */
.pastel-mission {
    padding: calc(64px * var(--section-spacing-scale, 1)) 24px;
    background: var(--color-background);
  }

  .pastel-mission__inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pastel-mission__cloud {
    position: relative;
    width: 100%;
    color: color-mix(in srgb, var(--color-primary) 35%, var(--color-background));
    padding: clamp(64px, 10vw, 110px) clamp(48px, 8vw, 110px);
    text-align: center;
  }

  .pastel-mission__cloud--wave {
    padding-left: clamp(32px, 5vw, 72px);
    padding-right: clamp(32px, 5vw, 72px);
  }

  .pastel-mission__cloud--cloud {
    padding-top: clamp(96px, 14vw, 160px);
    padding-bottom: clamp(56px, 7vw, 90px);
  }

  .pastel-mission__cloud--blob {
    padding: clamp(72px, 11vw, 130px) clamp(56px, 9vw, 120px);
  }

  .pastel-mission__cloud-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    z-index: 0;
  }

  .pastel-mission__cloud-bg--mobile {
    display: none;
  }

  .pastel-mission__cloud-content {
    position: relative;
    z-index: 1;
    max-width: 560px;
    margin: 0 auto;
  }

  .pastel-mission__heading {
    font-family: var(--font-heading--family);
    font-size: clamp(1.75rem, 4vw, calc(var(--font-h2--size) * 1.1));
    font-weight: var(--font-h2--weight, 800);
    color: var(--color-foreground-heading);
    margin: 0 0 16px;
    line-height: 1.2;
  }

  .pastel-mission__text {
    font-family: var(--font-body--family);
    font-size: 18px;
    line-height: 1.6;
    color: var(--color-foreground);
    margin: 0;
  }

  .pastel-mission__text p {
    margin: 0 0 12px;
  }

  .pastel-mission__text p:last-child {
    margin-bottom: 0;
  }

  @media screen and (max-width: 749px) {
    .pastel-mission {
      padding: calc(40px * var(--section-spacing-scale, 1)) 12px;
    }

    .pastel-mission__cloud {
      padding: 48px 28px;
    }

    .pastel-mission__cloud--scalloped {
      padding: 64px 32px;
    }

    .pastel-mission__cloud-bg--desktop {
      display: none;
    }

    .pastel-mission__cloud-bg--mobile {
      display: block;
    }

    .pastel-mission__heading {
      font-size: clamp(1.5rem, 6vw, calc(var(--font-h2--size) * 0.8));
    }

    .pastel-mission__text {
      font-size: 16px;
    }
  }
/* END_SECTION:pastel-mission */

/* START_SECTION:pastel-product-faq (INDEX:136) */
.pastel-product-faq {
    padding-block: calc(72px * var(--section-spacing-scale, 1));
    background: var(--color-background);
  }

  /* Inner constrained only for the explicit narrow variant; full-width and
     page-width rely on the global .section grid to size the content. */
  .pastel-product-faq__inner {
    width: 100%;
  }

  .pastel-product-faq.section--full-width .pastel-product-faq__inner {
    padding-inline: var(--page-margin, 24px);
  }

  .pastel-product-faq--narrow .pastel-product-faq__inner {
    max-width: 760px;
    margin-inline: auto;
  }

  .pastel-product-faq__heading {
    font-family: var(--font-heading--family, inherit);
    font-size: clamp(2rem, 4vw, calc(var(--font-h2--size) * 1.1));
    font-weight: var(--font-h2--weight, 800);
    color: var(--color-foreground-heading, var(--color-foreground));
    margin: 0 0 36px;
    text-align: center;
  }

  .pastel-product-faq--heading-left .pastel-product-faq__heading {
    text-align: left;
  }

  .pastel-product-faq--heading-right .pastel-product-faq__heading {
    text-align: right;
  }

  .pastel-product-faq__list {
    display: flex;
    flex-direction: column;
    gap: var(--style-gap-cards, 16px);
  }

  .pastel-product-faq__item {
    background: var(--color-card-background);
    border-radius: var(--style-border-radius-global, 24px);
    box-shadow: var(--style-shadow-card, 0 4px 16px rgba(0, 0, 0, 0.06));
    padding: 4px 24px;
    transition: box-shadow 0.2s ease;
  }

  .pastel-product-faq__item[open] {
    box-shadow: var(--style-shadow-card, 0 8px 24px rgba(0, 0, 0, 0.1));
  }

  .pastel-product-faq__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 22px 0;
    font-family: var(--font-body--family, inherit);
    font-size: 16px;
    font-weight: var(--font-h3--weight, 700);
    color: var(--color-foreground);
    cursor: pointer;
    list-style: none;
  }

  .pastel-product-faq__question::-webkit-details-marker {
    display: none;
  }

  .pastel-product-faq--no-icon .pastel-product-faq__question {
    justify-content: flex-start;
  }

  .pastel-product-faq__icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    color: var(--color-primary-button-text);
    border-radius: var(--style-border-radius-pills, 50%);
    transition: transform 0.25s ease;
  }

  .pastel-product-faq__icon svg {
    width: 16px;
    height: 16px;
  }

  .pastel-product-faq__item[open] .pastel-product-faq__icon {
    transform: rotate(45deg);
  }

  .pastel-product-faq__answer {
    padding: 0 0 24px;
    font-family: var(--font-body--family, inherit);
    font-size: 15px;
    line-height: 1.6;
    color: var(--color-foreground-muted);
  }

  .pastel-product-faq__answer p {
    margin: 0 0 12px;
  }

  .pastel-product-faq__answer p:last-child {
    margin-bottom: 0;
  }

  @media screen and (max-width: 749px) {
    .pastel-product-faq {
      padding-block: calc(56px * var(--section-spacing-scale, 1));
    }

    .pastel-product-faq.section--full-width .pastel-product-faq__inner {
      padding-inline: 16px;
    }

    .pastel-product-faq__item {
      padding: 4px 20px;
    }
  }
/* END_SECTION:pastel-product-faq */

/* START_SECTION:pastel-product-grid (INDEX:137) */
.pastel-product-grid {
    padding: calc(48px * var(--section-spacing-scale, 1)) 24px;
    background: var(--color-background);
    --pastel-pg-image-radius: 18px;
  }

  .pastel-product-grid--square {
    --pastel-pg-image-radius: 0;
  }

  .pastel-product-grid__inner {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
  }

  .pastel-product-grid__heading {
    font-family: var(--font-heading--family);
    font-size: clamp(2rem, 5vw, calc(var(--font-h2--size) * 1.35));
    font-weight: var(--font-h2--weight, 800);
    color: var(--color-foreground-heading);
    margin: 0 0 12px;
  }

  .pastel-product-grid__subheading {
    font-family: var(--font-body--family);
    font-size: 16px;
    color: var(--color-foreground-muted);
    margin: 0 0 24px;
  }

  .pastel-product-grid__rating {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
    font-family: var(--font-body--family);
    font-size: 14px;
    color: var(--color-foreground-muted);
  }

  .pastel-product-grid__rating-text {
    font-weight: 600;
    color: var(--color-primary);
  }

  .pastel-product-grid__grid {
    display: grid;
    grid-template-columns: repeat(var(--columns, 3), minmax(0, 1fr));
    gap: var(--style-gap-cards, 20px);
    margin-bottom: 28px;
  }

  .pastel-product-grid--single .pastel-product-grid__grid {
    grid-template-columns: minmax(0, 360px);
    justify-content: center;
  }

  .pastel-product-grid__card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease;
  }

  .pastel-product-grid__card:hover {
    transform: translateY(-3px);
  }

  .pastel-product-grid__image-wrap {
    position: relative;
    aspect-ratio: 0.78;
    overflow: hidden;
    border-radius: var(--style-border-radius-images, 18px);
    background: transparent;
  }

  .pastel-product-grid__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .pastel-product-grid__placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pastel-product-grid__placeholder svg {
    width: 60%;
    height: 60%;
    opacity: 0.3;
  }

  .pastel-product-grid__content {
    padding: 12px 6px 0;
    text-align: center;
  }

  .pastel-product-grid__title {
    font-family: var(--font-body--family);
    font-size: 15px;
    font-weight: var(--font-h3--weight, 800);
    color: var(--color-foreground-heading);
    margin: 0;
    line-height: 1.05;
    text-transform: var(--font-h3--case, uppercase);
    letter-spacing: var(--font-h3--letter-spacing, 0.02em);
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .pastel-product-grid__view-all {
    display: inline-block;
    padding: 12px 24px;
    background: transparent;
    border: 2px solid var(--color-foreground);
    border-radius: var(--style-border-radius-buttons-secondary, 999px);
    font-family: var(--font-body--family);
    font-size: 14px;
    font-weight: var(--font-body--weight, 600);
    color: var(--color-foreground);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s;
  }

  .pastel-product-grid__view-all:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-primary-button-text);
  }

  @media screen and (max-width: 989px) {
    .pastel-product-grid__grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .pastel-product-grid--single .pastel-product-grid__grid {
      grid-template-columns: minmax(0, 320px);
    }
  }

  @media screen and (max-width: 749px) {
    .pastel-product-grid {
      padding: calc(32px * var(--section-spacing-scale, 1)) 16px;
    }

    .pastel-product-grid__grid {
      gap: var(--style-gap-cards, 12px);
    }

    .pastel-product-grid__title {
      font-size: 13px;
    }
  }
/* END_SECTION:pastel-product-grid */

/* START_SECTION:pastel-product-social-ugc (INDEX:138) */
.pastel-product-social-ugc {
    padding: calc(56px * var(--section-spacing-scale, 1)) 24px calc(72px * var(--section-spacing-scale, 1));
    background: var(--color-background);
  }

  .pastel-product-social-ugc__inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .pastel-product-social-ugc__story {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 36px;
    align-items: center;
  }

  .pastel-product-social-ugc__image-wrap {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    background: var(--color-background-secondary);
  }

  .pastel-product-social-ugc__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .pastel-product-social-ugc__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pastel-product-social-ugc__placeholder svg {
    width: 60%;
    height: 60%;
    opacity: 0.3;
  }

  .pastel-product-social-ugc__copy {
    max-width: 420px;
  }

  .pastel-product-social-ugc__heading {
    margin: 0 0 16px;
    font-family: var(--font-heading--family);
    font-size: clamp(1.8rem, 4vw, calc(var(--font-h2--size) * 1.35));
    font-weight: var(--font-h2--weight, 800);
    line-height: 1.05;
    color: var(--color-foreground-heading);
    text-transform: var(--font-h2--case, uppercase);
    letter-spacing: var(--font-h2--letter-spacing, 0.04em);
  }

  .pastel-product-social-ugc__body {
    font-family: var(--font-body--family);
    font-size: 16px;
    line-height: 1.7;
    color: color-mix(in srgb, var(--color-foreground) 88%, var(--color-background));
  }

  .pastel-product-social-ugc__body p {
    margin: 0;
  }

  .pastel-product-social-ugc__gallery {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: var(--style-gap-cards, 12px);
  }

  .pastel-product-social-ugc__ugc-item {
    aspect-ratio: 1 / 1;
    border-radius: var(--style-border-radius-images, 16px);
    overflow: hidden;
    background: var(--color-background-secondary);
  }

  .pastel-product-social-ugc__ugc-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .pastel-product-social-ugc__ugc-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pastel-product-social-ugc__ugc-placeholder svg {
    width: 50%;
    height: 50%;
    opacity: 0.3;
  }

  @media screen and (max-width: 989px) {
    .pastel-product-social-ugc__story {
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .pastel-product-social-ugc__copy {
      max-width: 100%;
      text-align: center;
    }

    .pastel-product-social-ugc__gallery {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media screen and (max-width: 749px) {
    .pastel-product-social-ugc {
      padding: calc(48px * var(--section-spacing-scale, 1)) 16px calc(56px * var(--section-spacing-scale, 1));
    }

    .pastel-product-social-ugc__image-wrap {
      min-height: 320px;
    }

    .pastel-product-social-ugc__gallery {
      display: flex;
      overflow-x: auto;
      flex-wrap: nowrap;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      margin: 0 -16px;
      padding: 0 16px 8px;
    }

    .pastel-product-social-ugc__ugc-item {
      flex: 0 0 140px;
      scroll-snap-align: start;
    }
  }
/* END_SECTION:pastel-product-social-ugc */

/* START_SECTION:pastel-pure-ingredients (INDEX:139) */
.pastel-pure-ingredients {
    padding: calc(48px * var(--section-spacing-scale, 1)) 24px;
    background: var(--color-background);
  }

  .pastel-pure-ingredients__inner {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 28px;
    align-items: center;
  }

  .pastel-pure-ingredients__content {
    min-width: 0;
    text-align: left;
  }

  .pastel-pure-ingredients__heading {
    font-family: var(--font-heading--family);
    font-size: clamp(2rem, 5vw, calc(var(--font-h2--size) * 1.35));
    font-weight: var(--font-h2--weight, 800);
    color: var(--color-foreground-heading);
    margin: 0 0 12px;
    text-transform: var(--font-h2--case, uppercase);
    line-height: 1.05;
  }

  .pastel-pure-ingredients__subheading {
    font-family: var(--font-body--family);
    font-size: 15px;
    color: var(--color-foreground);
    margin: 0 0 22px;
    max-width: 36ch;
    line-height: 1.6;
  }

  .pastel-pure-ingredients__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
  }

  .pastel-pure-ingredients__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 0;
  }

  .pastel-pure-ingredients__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    color: var(--color-primary-button-text);
    border-radius: var(--style-border-radius-pills, 50%);
    font-size: 14px;
    font-weight: 700;
  }

  .pastel-pure-ingredients__title {
    font-family: var(--font-body--family);
    font-size: 16px;
    font-weight: var(--font-h3--weight, 800);
    color: var(--color-foreground);
    margin: 0 0 4px;
    display: block;
  }

  .pastel-pure-ingredients__text {
    font-family: var(--font-body--family);
    font-size: 14px;
    color: var(--color-foreground-muted);
    margin: 0;
    line-height: 1.5;
  }

  .pastel-pure-ingredients__media {
    min-width: 0;
    position: relative;
  }

  .pastel-pure-ingredients__frame {
    position: relative;
    overflow: hidden;
    background: color-mix(in srgb, var(--color-gradient-1, var(--color-background-secondary)) 30%, var(--color-background));
    aspect-ratio: 1;
  }

  .pastel-pure-ingredients__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .pastel-pure-ingredients__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pastel-pure-ingredients__placeholder svg {
    width: 60%;
    height: 60%;
    opacity: 0.35;
  }

  @media screen and (max-width: 989px) {
    .pastel-pure-ingredients__inner {
      grid-template-columns: 1fr;
    }
  }

  @media screen and (max-width: 749px) {
    .pastel-pure-ingredients {
      padding: calc(32px * var(--section-spacing-scale, 1)) 16px;
    }

    .pastel-pure-ingredients__subheading {
      max-width: none;
    }
  }
/* END_SECTION:pastel-pure-ingredients */

/* START_SECTION:pastel-related-products (INDEX:140) */
.pastel-related-products {
    padding: 64px 24px;
    background: var(--color-background);
  }

  .pastel-related-products__inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  .pastel-related-products__heading {
    font-family: var(--font-heading--family);
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: var(--font-h2--weight, 800);
    color: var(--color-foreground-heading);
    margin: 0 0 40px;
  }

  .pastel-related-products__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--style-gap-cards, 28px);
  }

  .pastel-related-products__card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease;
  }

  .pastel-related-products__card:hover {
    transform: translateY(-4px);
  }

  .pastel-related-products__image-wrap {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: var(--style-border-radius-images, 20px);
    border: var(--card-border-width, 0) solid var(--card-border-color, transparent);
    background: color-mix(in srgb, var(--color-foreground) 4%, var(--color-background));
  }

  .pastel-related-products__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .pastel-related-products__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pastel-related-products__placeholder svg {
    width: 60%;
    height: 60%;
    opacity: 0.3;
  }

  .pastel-related-products__title {
    font-family: var(--font-body--family);
    font-size: clamp(15px, 1.3vw, 17px);
    font-weight: var(--font-h3--weight, 800);
    color: var(--color-foreground-heading);
    margin: 16px 0 0;
    line-height: 1.25;
    text-align: center;
    letter-spacing: var(--font-h3--letter-spacing, 0.01em);
  }

  @media screen and (max-width: 989px) {
    .pastel-related-products__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (max-width: 749px) {
    .pastel-related-products {
      padding: 48px 16px;
    }

    .pastel-related-products__grid {
      gap: var(--style-gap-cards, 18px);
    }
  }
/* END_SECTION:pastel-related-products */

/* START_SECTION:pastel-rest-and-recover (INDEX:141) */
.pastel-rest-and-recover {
    padding: calc(64px * var(--section-spacing-scale, 1)) 24px;
    background: var(--color-background);
  }

  .pastel-rest-and-recover__inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }

  .pastel-rest-and-recover__heading {
    font-family: var(--font-heading--family);
    font-size: clamp(1.5rem, 4vw, calc(var(--font-h2--size) * 1.1));
    font-weight: var(--font-h2--weight, 800);
    color: var(--color-foreground-heading);
    margin: 0 0 16px;
    line-height: 1.2;
  }

  .pastel-rest-and-recover__text {
    font-family: var(--font-body--family);
    font-size: 18px;
    line-height: 1.6;
    color: var(--color-foreground);
    margin: 0 0 40px;
  }

  .pastel-rest-and-recover__text p {
    margin: 0 0 12px;
  }

  .pastel-rest-and-recover__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .pastel-rest-and-recover__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .pastel-rest-and-recover__icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
  }

  .pastel-rest-and-recover__icon svg {
    width: 100%;
    height: 100%;
  }

  .pastel-rest-and-recover__label {
    font-family: var(--font-body--family);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-foreground);
    text-align: center;
  }

  @media screen and (max-width: 989px) {
    .pastel-rest-and-recover__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (max-width: 749px) {
    .pastel-rest-and-recover {
      padding: calc(48px * var(--section-spacing-scale, 1)) 16px;
    }

    .pastel-rest-and-recover__grid {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:pastel-rest-and-recover */

/* START_SECTION:pastel-testimonials (INDEX:142) */
.pastel-testimonials {
    padding: calc(56px * var(--section-spacing-scale, 1)) 0 calc(64px * var(--section-spacing-scale, 1));
    background: var(--color-background);
  }

  .pastel-testimonials__inner {
    max-width: var(--page-width, 1280px);
    margin: 0 auto;
    text-align: center;
    padding: 0 var(--page-margin, 24px) 32px;
  }

  .pastel-testimonials__heading {
    font-family: var(--font-heading--family);
    font-size: clamp(1.25rem, 1.6vw, 1.5rem);
    font-weight: 800;
    color: var(--color-primary);
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.1;
  }

  .pastel-testimonials__subheading {
    font-family: var(--font-body--family);
    font-size: 16px;
    color: var(--color-foreground-muted);
    margin: 0 0 12px;
  }

  .pastel-testimonials__rating {
    font-family: var(--font-body--family);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-primary);
    margin: 0;
  }

  /* Marquee wrapper - clips the single track that contains 2x cards */
  .pastel-testimonials__marquee {
    overflow: hidden;
    width: 100%;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
  }

  .pastel-testimonials__marquee--dragging {
    cursor: grabbing;
  }

  .pastel-testimonials__marquee:hover .pastel-testimonials__track,
  .pastel-testimonials__marquee:focus-within .pastel-testimonials__track {
    animation-play-state: paused;
  }

  .pastel-testimonials__track {
    display: flex;
    gap: var(--style-gap-cards, 16px);
    width: max-content;
    padding-inline: 8px;
    animation: pastel-marquee 60s linear infinite;
    will-change: transform;
  }

  .pastel-testimonials__card-image {
    -webkit-user-drag: none;
  }

  /* -50% = exactly one set of cards (track has 2 identical sets) */
  @keyframes pastel-marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  @media (prefers-reduced-motion: reduce) {
    .pastel-testimonials__marquee {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .pastel-testimonials__track {
      animation: none;
    }
    .pastel-testimonials__card[aria-hidden="true"] {
      display: none;
    }
  }

  .pastel-testimonials__card {
    flex: 0 0 auto;
    width: clamp(280px, 28vw, 380px);
    aspect-ratio: 3 / 4;
    border-radius: var(--style-border-radius-global, 18px);
    overflow: hidden;
    display: flex;
    box-shadow: var(--style-shadow-card);
  }

  /* Text card variants - solid pastel fills, rotating per text-card index */
  .pastel-testimonials__card--text {
    background: var(--card-bg, color-mix(in srgb, var(--color-gradient-1, var(--color-primary)) 70%, white));
    padding: 32px 28px;
    align-items: center;
    justify-content: center;
    /* This card's background is always a light pastel tint (mixed with white),
       regardless of the section's color scheme, so its text must stay a fixed
       dark tone rather than following --color-foreground (which goes light in
       dark schemes and would become unreadable against this always-light card). */
    color: #1a1a1a;
  }

  .pastel-testimonials__card--text-0 {
    --card-bg: color-mix(in srgb, var(--color-gradient-1, #c9a8e8) 70%, white);
  }

  .pastel-testimonials__card--text-1 {
    --card-bg: color-mix(in srgb, var(--color-gradient-2, #b6dca0) 70%, white);
  }

  .pastel-testimonials__card--text-2 {
    --card-bg: color-mix(in srgb, var(--color-gradient-3, #f5b8c0) 70%, white);
  }

  .pastel-testimonials__card-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .pastel-testimonials__quirky {
    font-family: var(--font-heading--family, var(--font-body--family));
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    font-weight: var(--font-h3--weight, 800);
    color: inherit;
    margin: 0;
    line-height: 1.15;
    letter-spacing: var(--font-h3--letter-spacing, -0.005em);
  }

  .pastel-testimonials__text {
    font-family: var(--font-body--family);
    font-size: clamp(0.85rem, 1vw, 0.95rem);
    color: inherit;
    line-height: 1.5;
    margin: 0;
    font-style: normal;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .pastel-testimonials__author {
    font-family: var(--font-body--family);
    font-size: 13px;
    font-weight: 500;
    color: inherit;
    font-style: normal;
    opacity: 0.85;
  }

  /* Image cards - full-bleed UGC photo */
  .pastel-testimonials__card--image {
    padding: 0;
    background: var(--color-background-secondary);
  }

  .pastel-testimonials__card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .pastel-testimonials__card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-background-secondary);
  }

  .pastel-testimonials__card-placeholder svg {
    width: 60%;
    height: 60%;
    opacity: 0.3;
  }

  @media screen and (max-width: 989px) {
    .pastel-testimonials__card {
      width: clamp(260px, 60vw, 340px);
    }
  }

  @media screen and (max-width: 749px) {
    .pastel-testimonials {
      padding: calc(40px * var(--section-spacing-scale, 1)) 0 calc(48px * var(--section-spacing-scale, 1));
    }

    .pastel-testimonials__inner {
      padding: 0 16px 24px;
    }

    .pastel-testimonials__card {
      width: clamp(240px, 78vw, 320px);
    }

    .pastel-testimonials__card--text {
      padding: 24px 22px;
    }

    .pastel-testimonials__track {
      animation-duration: 45s;
      gap: var(--style-gap-cards, 12px);
    }
  }
/* END_SECTION:pastel-testimonials */

/* START_SECTION:pastel-trust-strip (INDEX:143) */
.pastel-trust-bar {
    padding: calc(28px * var(--section-spacing-scale, 1)) 24px;
    background: transparent;
  }

  .pastel-trust-bar__inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px 32px;
  }

  .pastel-trust-bar__item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--color-primary);
  }

  .pastel-trust-bar__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
  }

  .pastel-trust-bar__icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .pastel-trust-bar__text {
    font-family: var(--font-heading--family, var(--font-body--family));
    font-size: 1.5em;
    font-weight: var(--font-h3--weight, 800);
    line-height: 1.1;
    color: inherit;
    text-transform: var(--font-h3--case, uppercase);
    letter-spacing: var(--font-h3--letter-spacing, 0.04em);
  }

  @media screen and (max-width: 1199px) {
    .pastel-trust-bar__inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 24px;
      row-gap: 18px;
      justify-items: center;
      align-items: center;
    }

    .pastel-trust-bar__item:nth-child(3) {
      grid-column: 1 / -1;
    }
  }

  @media screen and (max-width: 749px) {
    .pastel-trust-bar {
      padding: calc(20px * var(--section-spacing-scale, 1)) 16px;
    }

    .pastel-trust-bar__inner {
      grid-template-columns: 1fr;
      row-gap: 14px;
      justify-items: start;
    }

    .pastel-trust-bar__item:nth-child(3) {
      grid-column: auto;
    }

    .pastel-trust-bar__icon {
      width: 22px;
      height: 22px;
    }

    .pastel-trust-bar__text {
      font-size: 1.25em;
      letter-spacing: 0.03em;
    }
  }
/* END_SECTION:pastel-trust-strip */

/* START_SECTION:pastel-ugc (INDEX:144) */
.pastel-ugc {
    padding: calc(48px * var(--section-spacing-scale, 1)) 24px;
    background: var(--color-background);
  }

  .pastel-ugc__inner {
    max-width: 100%;
    overflow: hidden;
  }

  .pastel-ugc__heading {
    font-family: var(--font-heading--family);
    font-size: clamp(1.5rem, 4vw, calc(var(--font-h2--size) * 0.9));
    font-weight: var(--font-h2--weight, 700);
    color: var(--color-foreground-heading);
    margin: 0 0 12px;
    text-align: center;
  }

  .pastel-ugc__subheading {
    font-family: var(--font-body--family);
    font-size: 14px;
    color: var(--color-foreground-muted);
    margin: 0 0 24px;
    text-align: center;
  }

  .pastel-ugc__strip-wrap {
    position: relative;
  }

  .pastel-ugc__strip {
    display: flex;
    gap: var(--style-gap-cards, 12px);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .pastel-ugc__strip:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 4px;
  }

  .pastel-ugc__strip::-webkit-scrollbar {
    display: none;
  }

  .pastel-ugc__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--color-border);
    background: var(--color-background);
    color: var(--color-foreground);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--style-shadow-card, 0 2px 8px rgba(0, 0, 0, 0.12));
    transition: opacity 0.2s ease, background 0.2s ease;
  }

  .pastel-ugc__arrow:hover {
    background: var(--color-background-secondary);
  }

  .pastel-ugc__arrow:disabled {
    opacity: 0;
    pointer-events: none;
  }

  .pastel-ugc__arrow--prev {
    left: 8px;
  }

  .pastel-ugc__arrow--next {
    right: 8px;
  }

  @media (hover: none) {
    .pastel-ugc__arrow {
      display: none;
    }
  }

  .pastel-ugc__item {
    flex: 0 0 200px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .pastel-ugc__image-wrap {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    background: var(--color-background-secondary);
    border-radius: var(--style-border-radius-images, 12px);
  }

  .pastel-ugc__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .pastel-ugc__placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pastel-ugc__placeholder svg {
    width: 50%;
    height: 50%;
    opacity: 0.3;
  }

  .pastel-ugc__meta {
    padding: 0 4px;
  }

  .pastel-ugc__username {
    font-family: var(--font-body--family);
    font-size: 12px;
    font-weight: 600;
    color: var(--color-primary);
    display: block;
    margin-bottom: 2px;
  }

  .pastel-ugc__caption {
    font-family: var(--font-body--family);
    font-size: 12px;
    color: var(--color-foreground-muted);
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  @media screen and (max-width: 749px) {
    .pastel-ugc {
      padding: calc(32px * var(--section-spacing-scale, 1)) 16px;
    }

    .pastel-ugc__item {
      flex: 0 0 160px;
    }
  }
/* END_SECTION:pastel-ugc */

/* START_SECTION:predictive-search (INDEX:147) */
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none; /* stylelint-disable-line */
  }

  .predictive-search-dropdown {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: var(--layer-base);
  }

  .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;
    }
  }

  .header[transparent] :is(.predictive-search):not(:focus-within) {
    background-color: transparent;
  }

  .header[transparent] .predictive-search-form__header-inner {
    border-color: var(--color-foreground);
  }

  .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-form__content {
        max-height: calc(80dvh - 56px);
        overflow-y: auto;
        overflow-x: hidden;
      }

      .predictive-search-form__footer {
        display: none !important;
      }

      .predictive-search-form__content-wrapper {
        box-shadow: none;
      }

      .predictive-search-form__header {
        box-shadow: none;
      }

      .predictive-search-form__footer {
        padding-block: var(--padding-2xl);
      }
    }
  }

  /* Two-column results body */
  .predictive-search-results__body {
    display: flex;
    flex-direction: column;

    @media screen and (min-width: 750px) {
      flex-direction: row;
      align-items: stretch;
    }
  }

  .predictive-search-results__col {
    min-width: 0;
  }

  .predictive-search-results__col--suggestions {
    @media screen and (min-width: 750px) {
      flex: 0 0 38%;
      border-right: var(--style-border-width) solid var(--color-border);
    }
  }

  .predictive-search-results__col--products {
    @media screen and (min-width: 750px) {
      flex: 1;
    }
  }

  /* Suggestions list */
  .predictive-search-results__suggestions-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-inline: var(--padding-sm);
    padding-block: var(--padding-xs);
  }

  .predictive-search-results__suggestion-item {
    display: block;
  }

  .predictive-search-results__suggestion-link {
    display: flex;
    align-items: center;
    padding: var(--padding-sm) var(--padding-md);
    border-radius: var(--style-border-radius-inputs);
    text-decoration: none;
    color: var(--color-foreground);
    font-size: var(--font-size--body-md);
    font-weight: 500;
    transition: background-color var(--animation-speed-medium) var(--animation-timing-hover);

    mark {
      background-color: transparent;
      font-weight: 300;
      color: rgb(var(--color-foreground-rgb) / 0.55);
    }

    &:hover {
      background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5-15));
      text-decoration: none;
    }
  }

  .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__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__wrapper.predictive-search-results__wrapper-queries {
    margin-bottom: var(--margin-lg);
    padding-inline: var(--padding-xl);
    gap: var(--gap-2xs);
  }

  .predictive-search-results__card {
    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 {
    animation-delay: 100ms;
    transition: opacity var(--animation-speed-medium) var(--animation-timing-fade-in);
  }

  .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;
  }

  .predictive-search-results__no-results:last-child {
    margin-block: var(--margin-lg);
    text-align: center;
  }

  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);
    }
  }
/* END_SECTION:predictive-search */

/* START_SECTION:product-benefits-center (INDEX:151) */
.product-benefits-center__container {
    width: 100%;
    color: var(--feature-text);
  }

  .product-benefits-center__heading {
    text-align: center;
    margin-bottom: 3rem;
    font-weight: var(--font-h2--weight, 400);
    color: var(--feature-heading);
  }

  .product-benefits-center__heading.rte p {
    margin: 0;
  }

  .product-benefits-center__heading.rte h1,
  .product-benefits-center__heading.rte h2,
  .product-benefits-center__heading.rte h3,
  .product-benefits-center__heading.rte h4,
  .product-benefits-center__heading.rte h5,
  .product-benefits-center__heading.rte h6 {
    margin: 0 0 0.5em 0;
    font-weight: inherit;
    line-height: inherit;
    color: var(--feature-heading);
  }

  .product-benefits-center__heading.rte h1:last-child,
  .product-benefits-center__heading.rte h2:last-child,
  .product-benefits-center__heading.rte h3:last-child,
  .product-benefits-center__heading.rte h4:last-child,
  .product-benefits-center__heading.rte h5:last-child,
  .product-benefits-center__heading.rte h6:last-child {
    margin-bottom: 0;
  }

  .product-benefits-center__heading.left {
    text-align: left;
  }

  .product-benefits-center__heading.right {
    text-align: right;
  }

  .product-benefits-center__grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 3rem;
    align-items: center;
    --overlap-amount: 0px;
  }

  .product-benefits-center__features {
    display: grid;
    grid-template-columns: 100%;
    grid-auto-rows: 1fr;
    gap: 2.5rem;
    position: relative;
    z-index: 2;
  }

  .product-benefits-center__features--left {
    align-items: flex-end;
    margin-right: calc(var(--overlap-amount) * -1);
  }

  .product-benefits-center__features--left .product-benefits-center__feature {
    margin-left: auto;
  }

  .product-benefits-center__features--right {
    align-items: flex-start;
    margin-left: calc(var(--overlap-amount) * -1);
  }

  .product-benefits-center__features--right .product-benefits-center__feature {
    margin-right: auto;
  }

  .product-benefits-center__image-wrapper {
    position: relative;
    z-index: 1;
  }

  .product-benefits-center__feature {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: var(--feature-max-width, 280px);
    background-color: var(--feature-background);
    border-radius: var(--feature-border-radius, 0);
    border: 1px solid var(--feature-border);
    transition: background-color 0.3s ease;
    padding: 1.5rem !important;
  }

  .product-benefits-center__content {
    flex: 1;
  }

  .product-benefits-center__feature.text-left {
    text-align: left;
  }

  .product-benefits-center__feature.text-center {
    text-align: center;
  }

  .product-benefits-center__feature.text-right {
    text-align: right;
  }

  .product-benefits-center__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    fill: currentColor;
    color: var(--feature-icon);
  }

  .product-benefits-center__icon-media {
    width: auto;
    height: auto;
  }

  .product-benefits-center__feature-heading {
    font-weight: var(--font-h3--weight, 600);
    letter-spacing: var(--font-h3--letter-spacing, 0.05em);
    text-transform: var(--font-h3--case, uppercase);
    margin: 0;
    color: var(--feature-heading);
  }

  .product-benefits-center__text {
    line-height: 1.6;
    margin: 0;
    color: var(--feature-text);
  }

  .product-benefits-center__text p {
    margin: 0;
  }

  .product-benefits-center__text > :first-child {
    margin-top: 0;
  }

  .product-benefits-center__text > :last-child {
    margin-bottom: 0;
  }

  .product-benefits-center__image-wrapper {
    margin: 0 auto;
  }

  .product-benefits-center__image {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
  }

  .product-benefits-center__placeholder {
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-card-background);
    overflow: hidden;
  }

  .product-benefits-center__placeholder-svg {
    width: 50%;
    height: auto;
    opacity: 0.5;
  }

  @media screen and (max-width: 989px) {
    .product-benefits-center__grid {
      grid-template-columns: 1fr;
      gap: 3rem;
    }

    .product-benefits-center__features--left,
    .product-benefits-center__features--right {
      align-items: stretch;
      margin-left: 0;
      margin-right: 0;
      width: 100%;
    }

    .product-benefits-center__features--left .product-benefits-center__feature,
    .product-benefits-center__features--right .product-benefits-center__feature {
      align-self: stretch;
    }

    .product-benefits-center__feature {
      width: 100%;
      max-width: 100%;
      align-items: center;
    }

    .product-benefits-center__image-wrapper {
      order: -1;
      width: 100%;
      max-width: 100%;
    }
  }

  @media screen and (max-width: 749px) {
    .product-benefits-center__container {
      padding-left: 0;
      padding-right: 0;
    }

    .product-benefits-center__heading {
      font-size: 2rem;
      margin-bottom: 2rem;
      padding-left: 20px;
      padding-right: 20px;
    }

    .product-benefits-center__grid {
      gap: 2rem;
      padding-left: 0;
      padding-right: 0;
    }

    .product-benefits-center__features {
      gap: 2rem;
      padding-left: 20px;
      padding-right: 20px;
    }

    .product-benefits-center__image-wrapper {
      width: 100% !important;
      max-width: 100% !important;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
    }

    .product-benefits-center__image {
      width: 100%;
      max-width: 100%;
    }
  }
/* END_SECTION:product-benefits-center */

/* START_SECTION:product-bubbles (INDEX:152) */
.product-bubbles {
    width: 100%;
  }

  .product-bubbles__header {
    text-align: center;
    margin-bottom: 40px;
  }

  .product-bubbles__title {
    margin: 0 0 8px 0;
  }

  .product-bubbles__subtitle {
    margin: 0;
    opacity: 0.7;
  }

  .product-bubbles__container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: var(--pb-gap);
    flex-wrap: wrap;
  }

  .product-bubble {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 0 0 auto;
  }

  .product-bubble__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
  }

  .product-bubble__link:hover {
    transform: translateY(-4px);
  }

  .product-bubble__image-wrapper {
    width: var(--pb-bubble-size);
    height: var(--pb-bubble-size);
    border-radius: 50%;
    overflow: hidden;
    background: var(--color-background);
    border: 2px solid rgba(var(--color-foreground), 0.1);
    margin-bottom: 16px;
    position: relative;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }

  .product-bubble__link:hover .product-bubble__image-wrapper {
    border-color: rgba(var(--color-foreground), 0.2);
    box-shadow: var(--style-shadow-card);
  }

  .product-bubble__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }

  .product-bubble__link:hover .product-bubble__image {
    transform: scale(1.05);
  }

  .product-bubble__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-background);
  }

  .product-bubble__placeholder-svg {
    width: 60%;
    height: auto;
    opacity: 0.3;
  }

  .product-bubble__label {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
    max-width: var(--pb-bubble-size);
    color: var(--color-foreground);
  }

  @media screen and (max-width: 749px) {
    .product-bubbles__header {
      margin-bottom: 32px;
    }

    .product-bubble__label {
      font-size: 0.85rem;
    }
  }
/* END_SECTION:product-bubbles */

/* START_SECTION:product-comparison (INDEX:153) */
.product-comparison {
    position: relative;
    color: var(--comparison-text);
  }

  .product-comparison__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .product-comparison__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }

  .product-comparison__content {
    max-width: 560px;
  }

  .product-comparison__title {
    font-size: 2.5rem;
    font-weight: var(--font-h2--weight, 700);
    line-height: 1.2;
    margin: 0 0 1.5rem;
    color: var(--comparison-text);
  }

  .product-comparison__title.rte p { margin: 0; }
  .product-comparison__title.rte h1,
  .product-comparison__title.rte h2,
  .product-comparison__title.rte h3 {
    margin: 0 0 0.5em 0;
    font-weight: var(--font-h2--weight, 700);
    line-height: inherit;
    color: var(--comparison-text);
  }

  .product-comparison__description {
    font-size: 1.125rem;
    line-height: 1.7;
    opacity: 0.85;
    color: var(--comparison-text);
  }
  .product-comparison__description p { margin: 0; }

  .product-comparison__table-wrapper {
    background-color: var(--comparison-table-bg);
    border-radius: var(--style-border-radius-cards);
    border: 1px solid var(--comparison-border);
    overflow: hidden;
  }

  .product-comparison__table {
    width: 100%;
    border-collapse: collapse;
  }

  .product-comparison__table thead th {
    background-color: var(--comparison-header-bg);
    padding: 1rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--comparison-text);
    border-bottom: 1px solid var(--comparison-border);
  }

  .product-comparison__header-empty {
    background-color: var(--comparison-table-bg) !important;
    border-bottom: 1px solid var(--comparison-border);
  }

  .product-comparison__header-brand {
    color: var(--comparison-primary);
  }

  .product-comparison__header-competitor {
    opacity: 0.7;
  }

  .product-comparison__table tbody tr {
    border-bottom: 1px solid var(--comparison-border);
    background-color: var(--comparison-table-bg);
  }

  .product-comparison__table tbody tr:last-child {
    border-bottom: none;
  }

  .product-comparison__table td {
    padding: 1.25rem 1rem;
    color: var(--comparison-text);
  }

  .product-comparison__feature-name {
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
  }

  .product-comparison__cell {
    text-align: center;
    width: 25%;
  }

  .product-comparison__check-wrapper {
    display: inline-block;
  }

  .product-comparison__check,
  .product-comparison__x {
    width: 24px;
    height: 24px;
    display: inline-block;
  }

  .product-comparison__check {
    color: var(--comparison-primary);
  }

  .product-comparison__x {
    color: var(--comparison-x-color);
    opacity: 0.8;
  }

  @media screen and (max-width: 989px) {
    .product-comparison__layout {
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
    .product-comparison__content {
      max-width: 100%;
      text-align: center;
    }
  }

  @media screen and (max-width: 749px) {
    .product-comparison__layout { gap: 2rem; }
    .product-comparison__table thead th { padding: 0.75rem 0.5rem; font-size: 0.75rem; }
    .product-comparison__table td { padding: 1rem 0.5rem; }
  }
/* END_SECTION:product-comparison */

/* START_SECTION:product-information (INDEX:154) */
.product-information {
    gap: var(--gap) 0;
  }

  /* Base grid layout */
  .product-information__grid {
    display: grid;
    /* Removed subgrid to ensure stability across all browsers */
    grid-template-columns: minmax(0, 1fr);
    grid-column: 2;
  }

  /* Default column positions */
  .product-details {
    order: 1;
  }

  .product-information__media {
    order: 0;
    width: 0;
    min-width: 100%;
  }

  /* Mobile styles */
  @media screen and (max-width: 749px) {
    .product-information.spacing-style {
      padding-top: var(--padding-block-start-mobile) !important;
      padding-bottom: var(--padding-block-end-mobile) !important;
    }

    /* Force single-column layout regardless of equal_columns or subgrid on live theme */
    .product-information__grid {
      grid-column: 2 !important;
      grid-template-columns: minmax(0, 1fr) !important;
    }

    .product-information__media {
      grid-column: 1 / -1 !important;
      min-width: 0;
      width: 100%;
    }

    .product-details {
      grid-column: 1 !important;
      min-width: 0;
      width: 100%;
    }
  }

  /* Desktop styles */
  @media screen and (min-width: 750px) {
    /* Position when there is no media */
    .product-information__grid.product-information--media-none,
    .product-information__grid:has(.product-information__media:empty) {
      .product-details {
        width: var(--narrow-content-width);
        margin: 0 auto;
      }
    }

    /* Position when there is media */
    .product-information__grid:not(:has(.product-information__media:empty)) {
      /* Media on the left side */
      &.product-information--media-left {
        grid-template-columns: var(--full-page-grid-margin) 1fr min(50vw, var(--sidebar-width)) var(--full-page-grid-margin);

        .product-information__media {
          grid-column: 2;
          padding-right: calc(var(--gap, 0) / 2);
        }

        .product-details {
          grid-column: 3;
          padding-left: calc(var(--gap, 0) / 2);
        }

        &:has(.media-gallery--extend) {
          .product-information__media {
            grid-column: 1 / 3;
          }
        }
      }

      /* Media on the right side */
      &.product-information--media-right {
        grid-template-columns: var(--full-page-grid-margin) min(50vw, var(--sidebar-width)) 1fr var(--full-page-grid-margin);

        .product-information__media {
          grid-column: 3;
          padding-left: calc(var(--gap, 0) / 2);
          order: 1;
        }

        .product-details {
          grid-column: 2;
          padding-right: calc(var(--gap, 0) / 2);
          order: 0;
        }

        &:has(.media-gallery--extend) {
          .product-information__media {
            grid-column: 3 / -1;
          }
        }
      }

      /* Equal width columns */
      &.product-information__grid--half,
      &.product-information__grid--half:has(.media-gallery--extend) {
        grid-column: 1 / -1;
        grid-template-columns:
          var(--full-page-grid-margin) calc(var(--full-page-grid-central-column-width) / 2) calc(
            var(--full-page-grid-central-column-width) / 2
          )
          var(--full-page-grid-margin);

        &.product-information--media-left {
          .product-information__media {
            grid-column: 2 / 3;

            &:has(.media-gallery--extend) {
              grid-column: 1 / 3;
            }
          }

          .product-details {
            grid-column: 3 / 4;
          }
        }

        &.product-information--media-right {
          .product-information__media {
            grid-column: 3 / 4;

            &:has(.media-gallery--extend) {
              grid-column: 3 / -1;
            }
          }

          .product-details {
            grid-column: 2 / 3;
          }
        }
      }
    }

    .section--full-width {
      .product-information__grid.product-information__grid {
        grid-column: 1 / -1 !important;
      }

      .product-information__grid:not(:has(.product-information__media:empty)),
      .product-information__grid:not(:has(.product-information__media:empty)) {
        &.product-information--media-left,
        &.product-information--media-right {
          grid-column: 1 / -1 !important;
        }

        &.product-information--media-left .product-details {
          padding-inline-end: var(--padding-lg);
        }

        &.product-information--media-right .product-details {
          padding-inline-start: var(--padding-lg);
        }

        &.product-information__grid--half.product-information--media-left {
          .product-information__media {
            grid-column: 1 / 3;
          }

          .product-details {
            grid-column: 3 / -1;
          }
        }

        &.product-information__grid--half.product-information--media-right {
          .product-information__media {
            grid-column: 3 / -1;
          }

          .product-details {
            grid-column: 1 / 3;
          }
        }
      }
    }
  }

  /* Wider sidebar for large screens */
  @media screen and (min-width: 1200px) {
    .product-information__grid:not(
        .product-information__grid--half,
        :has(.product-information__media:empty)
      ).product-information--media-left {
      grid-template-columns: 2fr 1fr;

      .product-information__media {
        grid-column: 1;
      }

      .product-details {
        grid-column: 2;
      }
    }

    .product-information__grid:not(
        .product-information__grid--half,
        :has(.product-information__media:empty)
      ).product-information--media-right {
      grid-template-columns: 1fr 2fr;

      .product-information__media {
        grid-column: 2;
      }

      .product-details {
        grid-column: 1;
      }
    }
  }

  .product-information__grid--limit-details .product-details > .group-block {
    max-width: var(--sidebar-width);
  }

  /* If the header is sticky, make product details content stick underneath the header */
  body:has(#header-group #header-component[data-sticky-state='active']) .product-details.sticky-content--desktop {
    --sticky-header-offset: var(--header-height);
  }

  .product-information .product-details h1,
  .product-information .product-details h2,
  .product-information .product-details .text-block.h1 > *,
  .product-information .product-details .text-block.h2 > * {
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
  }

  @media screen and (max-width: 749px) {
    .product-information .product-details h1,
    .product-information .product-details h2,
    .product-information .product-details .text-block.h1 > *,
    .product-information .product-details .text-block.h2 > * {
      font-size: clamp(1.5rem, 7vw, var(--font-h1--size));
    }
  }
/* END_SECTION:product-information */

/* START_SECTION:product-recommendations (INDEX:156) */
.product-recommendations__skeleton-item {
    aspect-ratio: 3 / 4;
    background-color: var(--color-foreground);
    opacity: var(--skeleton-opacity);
    border-radius: 4px;
  }

  @media screen and (max-width: 749px) {
    .product-recommendations__skeleton-item:nth-child(2n + 1) {
      display: none;
    }
  }

  product-recommendations:has([data-has-recommendations='false']) {
    display: none;
  }
/* END_SECTION:product-recommendations */

/* START_SECTION:product-stats (INDEX:158) */
.product-stats {
    position: relative;
    color: var(--stats-text);
  }

  .product-stats__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .product-stats__title {
    font-size: 2.5rem;
    font-weight: var(--font-h2--weight, 700);
    text-align: center;
    margin: 0 0 3rem;
    line-height: 1.2;
    color: var(--stats-text);
  }

  .product-stats__title.rte p {
    margin: 0;
  }

  .product-stats__title.rte h1,
  .product-stats__title.rte h2,
  .product-stats__title.rte h3,
  .product-stats__title.rte h4,
  .product-stats__title.rte h5,
  .product-stats__title.rte h6 {
    margin: 0 0 0.5em 0;
    font-weight: var(--font-h2--weight, 700);
    line-height: inherit;
  }

  .product-stats__title.rte h1:last-child,
  .product-stats__title.rte h2:last-child,
  .product-stats__title.rte h3:last-child,
  .product-stats__title.rte h4:last-child,
  .product-stats__title.rte h5:last-child,
  .product-stats__title.rte h6:last-child {
    margin-bottom: 0;
  }

  .product-stats__title-highlight {
    display: inline;
    color: var(--stats-highlight);
    background: transparent;
  }

  .product-stats__title-highlight.rte p {
    margin: 0;
    display: inline;
  }

  .product-stats__title-highlight.rte h1,
  .product-stats__title-highlight.rte h2,
  .product-stats__title-highlight.rte h3,
  .product-stats__title-highlight.rte h4,
  .product-stats__title-highlight.rte h5,
  .product-stats__title-highlight.rte h6 {
    margin: 0;
    display: inline;
    font-weight: var(--font-h2--weight, 700);
    line-height: inherit;
  }

  .product-stats__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
  }

  .product-stats__card {
    background: var(--stats-bg-color);
    padding: 2rem;
    border-radius: var(--stats-border-radius);
    border: 1px solid var(--stats-border);
  }

  .product-stats__heading {
    font-size: 1.5rem;
    font-weight: var(--font-h3--weight, 700);
    margin: 0 0 0.75rem;
    line-height: 1.3;
    color: var(--stats-text);
  }

  .product-stats__description {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 1.5rem;
    opacity: 0.8;
    color: var(--stats-text);
  }

  .product-stats__bar-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .product-stats__bar-bg {
    flex: 1;
    height: 12px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 100px;
    overflow: hidden;
    position: relative;
  }

  .product-stats__bar-fill {
    height: 100%;
    background: var(--stats-bar-fill);
    border-radius: 100px;
    transition: width 1s ease-out;
  }

  .product-stats__percentage {
    font-size: 1.75rem;
    font-weight: 700;
    flex-shrink: 0;
    min-width: 80px;
    text-align: right;
    color: var(--stats-text);
  }

  @media screen and (max-width: 989px) {
    .product-stats__title {
      font-size: 2rem;
      margin-bottom: 2rem;
    }


    .product-stats__grid {
      gap: 1.25rem;
    }

    .product-stats__card {
      padding: 1.5rem;
    }

    .product-stats__heading {
      font-size: 1.25rem;
    }

    .product-stats__percentage {
      font-size: 1.5rem;
      min-width: 70px;
    }
  }

  @media screen and (max-width: 749px) {
    .product-stats__container {
      padding: 0 16px;
    }

    .product-stats__title {
      font-size: 1.75rem;
      margin-bottom: 1.5rem;
    }


    .product-stats__grid {
      grid-template-columns: 1fr;
      gap: 1rem;
    }

    .product-stats__card {
      padding: 1.25rem;
    }

    .product-stats__heading {
      font-size: 1.125rem;
      margin-bottom: 0.5rem;
    }

    .product-stats__description {
      font-size: 0.9375rem;
      margin-bottom: 1rem;
    }

    .product-stats__bar-bg {
      height: 10px;
    }

    .product-stats__percentage {
      font-size: 1.375rem;
      min-width: 60px;
    }
  }
/* END_SECTION:product-stats */

/* START_SECTION:reviews-carousel (INDEX:166) */
.reviews-carousel {
    overflow: hidden;
  }

  .reviews-carousel__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .reviews-carousel__header {
    text-align: center;
    margin-block-end: 40px;
  }

  .reviews-carousel__title {
    color: var(--reviews-text);
    margin: 0 0 10px;
  }

  .reviews-carousel__title--custom-color {
    color: inherit;
  }

  .reviews-carousel__subtitle {
    color: var(--reviews-text);
    opacity: 0.8;
    margin: 0;
  }

  .reviews-carousel__subtitle--custom-color {
    opacity: 1;
    color: inherit;
  }

  .reviews-carousel__track-wrapper {
    position: relative;
    overflow: hidden;
  }

  .reviews-carousel__track {
    display: flex;
    gap: var(--reviews-card-gap);
    transition: transform 0.5s ease;
  }

  .reviews-carousel__card {
    flex: 0 0 calc(33.333% - var(--reviews-card-gap) * 2 / 3);
    background-color: var(--reviews-card-bg);
    border-radius: var(--reviews-card-border-radius);
    padding: 24px;
    box-sizing: border-box;
  }

  .reviews-carousel__image-wrapper {
    width: 100%;
    aspect-ratio: 1;
    margin-block-end: 16px;
    border-radius: var(--reviews-image-border-radius);
    overflow: hidden;
  }

  .reviews-carousel__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .reviews-carousel__image-placeholder {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .reviews-carousel__image-placeholder svg {
    width: 50%;
    height: 50%;
    opacity: 0.3;
  }

  .reviews-carousel__rating {
    display: flex;
    gap: 4px;
    margin-block-end: 12px;
  }

  .reviews-carousel__star {
    width: 16px;
    height: 16px;
    color: var(--reviews-star-color);
  }

  .reviews-carousel__text {
    color: var(--reviews-card-text);
    font-size: var(--reviews-text-font-size);
    line-height: 1.5;
    margin-block-end: 16px;
  }

  .reviews-carousel__text p {
    margin: 0;
  }

  .reviews-carousel__text > :first-child {
    margin-top: 0;
  }

  .reviews-carousel__text > :last-child {
    margin-bottom: 0;
  }

  .reviews-carousel__author {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .reviews-carousel__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--reviews-avatar-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: var(--reviews-avatar-text);
    font-size: 14px;
    flex-shrink: 0;
  }

  .reviews-carousel__author-info {
    flex: 1;
    min-width: 0;
  }

  .reviews-carousel__author-name {
    font-weight: 600;
    color: var(--reviews-card-text);
    margin: 0 0 4px;
    font-size: var(--reviews-author-font-size);
  }

  .reviews-carousel__verified {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: var(--reviews-verified-color);
  }

  .reviews-carousel__verified-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }

  .reviews-carousel__controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-block-start: 32px;
  }

  .reviews-carousel__button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--reviews-button-bg);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--reviews-button-color);
    transition: background-color 0.3s ease;
  }

  .reviews-carousel__button:hover {
    background-color: var(--reviews-button-hover-bg);
  }

  .reviews-carousel__button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }

  .reviews-carousel__button svg {
    width: 20px;
    height: 20px;
  }

  .reviews-carousel__dots {
    display: flex;
    gap: 8px;
  }

  .reviews-carousel__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--reviews-dot-color);
    opacity: 0.3;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }

  .reviews-carousel__dot[aria-selected="true"] {
    opacity: 1;
  }

  @media screen and (max-width: 989px) {
    .reviews-carousel__card {
      flex: 0 0 calc(50% - var(--reviews-card-gap) / 2);
    }
  }

  @media screen and (max-width: 749px) {
    .reviews-carousel__container {
      padding: 0 16px;
    }

    .reviews-carousel__card {
      flex: 0 0 100%;
    }

    .reviews-carousel__header {
      margin-block-end: 32px;
    }
  }
/* END_SECTION:reviews-carousel */

/* START_SECTION:search-results (INDEX:170) */
.main-collection-grid {
    grid-column: var(--grid-column--mobile);

    @media screen and (min-width: 750px) {
      grid-column: var(--grid-column--desktop);
    }
  }

  .collection-wrapper {
    @media screen and (min-width: 750px) {
      grid-template-columns:
        1fr repeat(
          var(--centered-column-number),
          minmax(0, calc((var(--page-width) - var(--page-margin) * 2) / var(--centered-column-number)))
        )
        1fr;
    }
  }

  .collection-wrapper:has(.facets-block-wrapper--full-width),
  .collection-wrapper:has(.collection-wrapper--full-width) {
    @media screen and (min-width: 750px) {
      grid-column: 1 / -1;
      grid-template-columns:
        minmax(var(--page-margin), 1fr) repeat(
          var(--centered-column-number),
          minmax(0, calc((var(--page-width) - var(--page-margin) * 2) / var(--centered-column-number)))
        )
        minmax(var(--page-margin), 1fr);
    }
  }

  .collection-wrapper:has(.facets--vertical) .facets-block-wrapper--vertical:not(.hidden) ~ .main-collection-grid {
    @media screen and (min-width: 750px) {
      grid-column: var(--facets-vertical-col-width) / var(--full-width-column-number);
    }
  }

  .collection-wrapper:has(.facets-block-wrapper--vertical:not(#filters-drawer)):has(.collection-wrapper--full-width) {
    @media screen and (min-width: 750px) {
      grid-column: 1 / -1;
      grid-template-columns: 0fr repeat(var(--centered-column-number), minmax(0, 1fr)) 0fr;
    }
  }

  :is(.collection-wrapper--full-width, .collection-wrapper--full-width-on-mobile)
    [product-grid-view='default']
    .product-grid__card {
    @media screen and (max-width: 749px) {
      padding-inline-start: max(var(--padding-xs), var(--padding-inline-start));
      padding-inline-end: max(var(--padding-xs), var(--padding-inline-end));
    }
  }

  :is(.collection-wrapper--full-width, .collection-wrapper--full-width-on-mobile)
    [product-grid-view='mobile-single']
    .product-grid__card {
    @media screen and (max-width: 749px) {
      padding-inline-start: max(var(--padding-xs), var(--padding-inline-start));
      padding-inline-end: max(var(--padding-xs), var(--padding-inline-end));
    }
  }

  /* Make product media go edge-to-edge by using negative margins */
  :is(.collection-wrapper--full-width) .card-gallery,
  :is(.collection-wrapper--full-width-on-mobile) .card-gallery {
    @media screen and (max-width: 749px) {
      margin-inline-start: calc(-1 * max(var(--padding-xs), var(--padding-inline-start)));
      margin-inline-end: calc(-1 * max(var(--padding-xs), var(--padding-inline-end)));
    }
  }
/* END_SECTION:search-results */

/* START_SECTION:shipping-info (INDEX:174) */
.shipping-info {
    width: 100%;
    overflow: hidden;
  }

  .shipping-info__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .shipping-info__title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 48px 0;
    line-height: 1.2;
  }

  .shipping-info__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
  }

  .shipping-info__card {
    position: relative;
  }

  .shipping-info__card-inner {
    height: 100%;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 32px;
    background: var(--shipping-card-bg);
    border-radius: var(--shipping-border-radius);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .shipping-info__card:hover .shipping-info__card-inner {
    transform: translateY(-2px);
    box-shadow: var(--style-shadow-card);
  }

  .shipping-info__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .shipping-info__icon svg {
    width: 100%;
    height: 100%;
    stroke: var(--shipping-icon-color);
    fill: none;
    stroke-width: 1.5;
  }

  .shipping-info__content {
    flex: 1;
    min-width: 0;
  }

  .shipping-info__card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 6px 0;
    line-height: 1.3;
  }

  .shipping-info__delivery-time {
    font-size: 1rem;
    font-weight: 600;
    color: var(--shipping-accent-color);
    margin: 0 0 8px 0;
  }

  .shipping-info__description {
    font-size: 0.9375rem;
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 8px;
  }

  .shipping-info__description p {
    margin: 0;
  }

  .shipping-info__price {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 8px 0 0 0;
  }

  .shipping-info__tracking {
    grid-column: 1 / -1;
  }

  .shipping-info__tracking-inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 32px;
    background: var(--shipping-highlight-bg);
    border-radius: var(--shipping-border-radius);
  }

  .shipping-info__tracking-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .shipping-info__tracking-icon svg {
    width: 100%;
    height: 100%;
    stroke: var(--shipping-accent-color);
    fill: none;
    stroke-width: 1.5;
  }

  .shipping-info__tracking-content {
    flex: 1;
    min-width: 0;
  }

  .shipping-info__tracking-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.3;
  }

  .shipping-info__tracking-description {
    font-size: 0.9375rem;
    line-height: 1.6;
    opacity: 0.8;
  }

  .shipping-info__tracking-description p {
    margin: 0;
  }

  .shipping-info__map {
    margin-top: 40px;
    border-radius: var(--shipping-border-radius);
    overflow: hidden;
    box-shadow: var(--style-shadow-card);
  }

  .shipping-info__map img {
    width: 100%;
    height: auto;
    display: block;
  }

  @media (max-width: 989px) {
    .shipping-info__grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
  }

  @media (max-width: 749px) {
    .shipping-info__title {
      font-size: 2rem;
      margin-bottom: 32px;
    }

    .shipping-info__card-inner {
      padding: 24px;
      gap: 16px;
    }

    .shipping-info__icon {
      width: 40px;
      height: 40px;
    }

    .shipping-info__card-title {
      font-size: 1.125rem;
    }

    .shipping-info__delivery-time {
      font-size: 0.9375rem;
    }

    .shipping-info__description {
      font-size: 0.875rem;
    }

    .shipping-info__price {
      font-size: 1rem;
    }

    .shipping-info__tracking-inner {
      padding: 24px;
      gap: 16px;
    }

    .shipping-info__tracking-icon {
      width: 40px;
      height: 40px;
    }

    .shipping-info__tracking-title {
      font-size: 1.125rem;
    }

    .shipping-info__tracking-description {
      font-size: 0.875rem;
    }

    .shipping-info__map {
      margin-top: 32px;
    }
  }
/* END_SECTION:shipping-info */

/* START_SECTION:slideshow-image-only (INDEX:178) */
@media screen and (max-width: 749px) {
    [data-mobile-ar] slideshow-slides {
      min-height: 0 !important;
    }
    [data-mobile-ar] slideshow-slide {
      height: auto;
      max-height: none;
    }
    [data-mobile-ar] slideshow-slide > .slide__image-container {
      position: relative !important;
      height: auto !important;
    }
    [data-mobile-ar] .slide__image-container > .slide__image,
    [data-mobile-ar] .slide__image-container > .slide__video-poster {
      height: auto !important;
      object-fit: unset !important;
    }
  }
/* END_SECTION:slideshow-image-only */

/* START_SECTION:testimonials-slider (INDEX:183) */
.testimonials-slider {
    width: 100%;
    overflow: hidden;
  }

  .testimonials-slider__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: visible;
    width: 100%;
  }

  .testimonials-slider__header {
    text-align: center;
    margin-bottom: 40px;
  }

  .testimonials-slider__title {
    margin: 0 0 20px;
    color: var(--testimonials-title-color);
  }

  .testimonials-slider__title h1,
  .testimonials-slider__title h2,
  .testimonials-slider__title h3,
  .testimonials-slider__title h4,
  .testimonials-slider__title h5,
  .testimonials-slider__title h6 {
    margin: 0;
    color: inherit;
  }

  .testimonials-slider__subtitle {
    margin: 0 0 20px;
    color: var(--testimonials-title-color);
    font-size: 18px;
    line-height: 1.5;
  }

  .testimonials-slider__subtitle h1,
  .testimonials-slider__subtitle h2,
  .testimonials-slider__subtitle h3,
  .testimonials-slider__subtitle h4,
  .testimonials-slider__subtitle h5,
  .testimonials-slider__subtitle h6 {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: inherit;
  }

  .testimonials-slider__subtitle p {
    margin: 0;
  }

  .testimonials-slider__total-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
  }

  .testimonials-slider__stars-display {
    display: flex;
    gap: 4px;
  }

  .testimonials-slider__star {
    width: var(--testimonials-total-star-size);
    height: var(--testimonials-total-star-size);
    fill: var(--testimonials-star-color);
  }

  .testimonials-slider__rating-text {
    font-size: var(--testimonials-rating-text-size);
    color: var(--testimonials-title-color);
    font-weight: 600;
  }

  .testimonials-slider__carousel {
    position: relative;
    display: block;
  }

  .testimonials-slider__track-wrapper {
    overflow-x: hidden;
    overflow-y: visible;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .testimonials-slider__track {
    display: flex;
    gap: var(--testimonials-card-gap);
    transition: transform 0.5s ease;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 36px;
    width: 100%;
    box-sizing: border-box;
  }

  .testimonials-slider__card {
    flex: 0 0 calc((100% - var(--testimonials-card-gap) * 2) / 3);
    border-radius: var(--testimonials-card-radius);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    max-width: 100%;
  }

  .testimonials-slider__card--no-photo {
    max-height: 280px;
  }

  .testimonials-slider__review-photo-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    flex-shrink: 0;
  }

  .testimonials-slider__review-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .testimonials-slider__review-photo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.03);
  }

  .testimonials-slider__review-photo-placeholder svg {
    width: 64px;
    height: 64px;
    opacity: 0.25;
    stroke: currentColor;
  }

  .testimonials-slider__card-content {
    padding: var(--testimonials-card-padding);
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .testimonials-slider__card-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
    flex-wrap: wrap;
  }

  .testimonials-slider__card-star {
    width: var(--testimonials-card-star-size);
    height: var(--testimonials-card-star-size);
    fill: var(--testimonials-card-star-color);
  }

  .testimonials-slider__card-star--empty {
    fill: var(--testimonials-empty-star-color);
  }

  .testimonials-slider__text {
    font-size: var(--testimonials-text-size);
    color: var(--testimonials-text-color);
    line-height: 1.6;
    margin-bottom: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    flex: 1;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .testimonials-slider__text p {
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
  }

  .testimonials-slider__author {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: var(--testimonials-author-text-size);
    color: var(--testimonials-author-color);
    font-weight: 600;
    margin-top: auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .testimonials-slider__author-name {
    word-wrap: break-word;
    overflow-wrap: break-word;
    min-width: 0;
    flex: 1;
  }

  .testimonials-slider__author-image {
    width: var(--testimonials-author-image-size);
    height: var(--testimonials-author-image-size);
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
  }

  .testimonials-slider__controls {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    padding-bottom: 4px;
  }

  .testimonials-slider__button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--testimonials-button-bg);
    color: var(--testimonials-button-icon);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease, transform 0.2s ease;
    box-shadow: var(--style-shadow-card);
  }

  .testimonials-slider__button:hover {
    opacity: 0.8;
    transform: scale(1.05);
  }

  .testimonials-slider__button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: none;
  }

  .testimonials-slider__button svg {
    width: 24px;
    height: 24px;
  }

  .testimonials-slider__empty {
    text-align: center;
    opacity: 0.6;
  }

  @media screen and (max-width: 989px) {
    .testimonials-slider__container {
      padding: 0 20px;
    }

    .testimonials-slider__card {
      flex: 0 0 calc((100% - var(--testimonials-card-gap)) / 2);
    }

    .testimonials-slider__star {
      width: calc(var(--testimonials-total-star-size) * 0.85);
      height: calc(var(--testimonials-total-star-size) * 0.85);
    }

    .testimonials-slider__rating-text {
      font-size: calc(var(--testimonials-rating-text-size) * 0.9);
    }
  }

  @media screen and (max-width: 749px) {
    .testimonials-slider__container {
      padding: 0 16px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .testimonials-slider__header {
      margin-bottom: 28px;
      width: 100%;
      box-sizing: border-box;
    }

    .testimonials-slider__title {
      width: 100%;
      max-width: 100%;
      word-wrap: break-word;
      overflow-wrap: break-word;
      box-sizing: border-box;
    }

    .testimonials-slider__title h1,
    .testimonials-slider__title h2,
    .testimonials-slider__title h3,
    .testimonials-slider__title h4,
    .testimonials-slider__title h5,
    .testimonials-slider__title h6 {
      word-wrap: break-word;
      overflow-wrap: break-word;
      max-width: 100%;
    }

    .testimonials-slider__subtitle {
      font-size: 16px;
      margin-bottom: 16px;
    }

    .testimonials-slider__subtitle h1,
    .testimonials-slider__subtitle h2,
    .testimonials-slider__subtitle h3,
    .testimonials-slider__subtitle h4,
    .testimonials-slider__subtitle h5,
    .testimonials-slider__subtitle h6 {
      font-size: 16px;
    }

    .testimonials-slider__total-stars {
      flex-direction: column;
      gap: 6px;
      width: 100%;
    }

    .testimonials-slider__star {
      width: calc(var(--testimonials-total-star-size) * 0.7);
      height: calc(var(--testimonials-total-star-size) * 0.7);
    }

    .testimonials-slider__carousel {
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .testimonials-slider__track-wrapper {
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .testimonials-slider__track {
      gap: 16px;
      width: 100%;
      box-sizing: border-box;
    }

    .testimonials-slider__card {
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      min-width: 0;
    }

    .testimonials-slider__card-content {
      padding: calc(var(--testimonials-card-padding) * 0.7);
      width: 100%;
      box-sizing: border-box;
      min-width: 0;
    }

    .testimonials-slider__text {
      font-size: calc(var(--testimonials-text-size) * 0.9);
      margin-bottom: 16px;
      word-wrap: break-word;
      overflow-wrap: break-word;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .testimonials-slider__text p {
      word-wrap: break-word;
      overflow-wrap: break-word;
      max-width: 100%;
    }

    .testimonials-slider__author {
      font-size: calc(var(--testimonials-author-text-size) * 0.9);
      gap: 10px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .testimonials-slider__author-name {
      min-width: 0;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .testimonials-slider__author-image {
      width: calc(var(--testimonials-author-image-size) * 0.85);
      height: calc(var(--testimonials-author-image-size) * 0.85);
      flex-shrink: 0;
    }

    .testimonials-slider__card-star {
      width: calc(var(--testimonials-card-star-size) * 0.85);
      height: calc(var(--testimonials-card-star-size) * 0.85);
    }

    .testimonials-slider__controls {
      margin-top: 24px;
      gap: 12px;
      width: 100%;
      box-sizing: border-box;
    }

    .testimonials-slider__button {
      width: 44px;
      height: 44px;
    }

    .testimonials-slider__button svg {
      width: 20px;
      height: 20px;
    }
  }
/* END_SECTION:testimonials-slider */

/* START_SECTION:ugc-gallery (INDEX:188) */
.ugc-gallery {
    width: 100%;
    overflow: hidden;
  }

  .ugc-gallery__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .ugc-gallery__header {
    text-align: center;
    margin-block-end: 48px;
  }

  .ugc-gallery__title {
    font-weight: var(--font-h2--weight, 700);
    margin: 0 0 12px 0;
    line-height: 1.2;
  }

  .ugc-gallery__title.rte p {
    margin: 0;
  }

  .ugc-gallery__title.rte h1,
  .ugc-gallery__title.rte h2,
  .ugc-gallery__title.rte h3,
  .ugc-gallery__title.rte h4,
  .ugc-gallery__title.rte h5,
  .ugc-gallery__title.rte h6 {
    margin: 0 0 0.5em 0;
    font-weight: var(--font-h2--weight, 700);
    line-height: inherit;
  }

  .ugc-gallery__title.rte h1:last-child,
  .ugc-gallery__title.rte h2:last-child,
  .ugc-gallery__title.rte h3:last-child,
  .ugc-gallery__title.rte h4:last-child,
  .ugc-gallery__title.rte h5:last-child,
  .ugc-gallery__title.rte h6:last-child {
    margin-bottom: 0;
  }

  .ugc-gallery__subtitle {
    margin: 0;
    opacity: 0.8;
  }

  .ugc-gallery__subtitle.rte p {
    margin: 0;
  }

  .ugc-gallery__subtitle.rte h1,
  .ugc-gallery__subtitle.rte h2,
  .ugc-gallery__subtitle.rte h3,
  .ugc-gallery__subtitle.rte h4,
  .ugc-gallery__subtitle.rte h5,
  .ugc-gallery__subtitle.rte h6 {
    margin: 0 0 0.5em 0;
    font-weight: inherit;
    line-height: inherit;
  }

  .ugc-gallery__subtitle.rte h1:last-child,
  .ugc-gallery__subtitle.rte h2:last-child,
  .ugc-gallery__subtitle.rte h3:last-child,
  .ugc-gallery__subtitle.rte h4:last-child,
  .ugc-gallery__subtitle.rte h5:last-child,
  .ugc-gallery__subtitle.rte h6:last-child {
    margin-bottom: 0;
  }

  .ugc-gallery__carousel {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .ugc-gallery__controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    padding-top: 0;
    position: static;
    transform: none;
    pointer-events: auto;
    z-index: 1;
  }

  .ugc-gallery__control {
    position: relative;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-background);
    border: 1px solid var(--color-border);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: var(--style-shadow-card);
    transition: all 0.3s ease;
    z-index: 1;
    left: auto;
    right: auto;
  }

  .ugc-gallery__control:hover {
    background: var(--color-foreground);
    transform: scale(1.1);
    box-shadow: var(--style-shadow-card);
  }

  .ugc-gallery__control:hover svg {
    stroke: var(--color-background);
  }

  .ugc-gallery__control:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: auto;
  }

  .ugc-gallery__control--prev {
    order: 1;
  }

  .ugc-gallery__control--next {
    order: 2;
  }

  .ugc-gallery__control svg {
    width: 24px;
    height: 24px;
    stroke: var(--color-foreground);
  }

  .ugc-gallery__track-wrapper {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }

  .ugc-gallery__track {
    display: flex;
    gap: var(--ugc-card-gap);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .ugc-gallery__item {
    flex: 0 0 var(--ugc-max-width);
    width: var(--ugc-max-width);
    max-width: var(--ugc-max-width);
    min-width: var(--ugc-max-width);
    position: relative;
  }
  
  .ugc-gallery__track {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .ugc-gallery__media-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: var(--ugc-aspect-ratio);
    border-radius: var(--ugc-border-radius);
    overflow: hidden;
    background: rgba(var(--color-foreground-rgb), 0.03);
  }

  .ugc-gallery__image-wrapper,
  .ugc-gallery__video-container {
    width: 100%;
    height: 100%;
  }

  .ugc-gallery__image,
  .ugc-gallery__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .ugc-gallery__video--youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  .ugc-gallery__video-container--youtube .ugc-gallery__play-button {
    display: none;
  }

  .ugc-gallery__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ugc-gallery__placeholder svg {
    width: 64px;
    height: 64px;
    opacity: 0.2;
    stroke: currentColor;
  }

  .ugc-gallery__video-container {
    position: relative;
  }

  .ugc-gallery__play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }

  .ugc-gallery__play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: rgba(255, 255, 255, 1);
  }

  .ugc-gallery__play-button svg {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    fill: #000000;
  }

  .ugc-gallery__video-container.is-playing .ugc-gallery__play-button {
    opacity: 0;
    pointer-events: none;
  }

  .ugc-gallery__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, var(--ugc-overlay-color), transparent);
    color: #FFFFFF;
  }

  .ugc-gallery__username {
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0 0 6px 0;
  }

  .ugc-gallery__caption {
    font-size: 0.875rem;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .ugc-gallery__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

    .ugc-gallery__dots {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 24px;
      order: 3;
    }

  .ugc-gallery__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(var(--color-foreground-rgb), 0.2);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
  }

  .ugc-gallery__dot.is-active {
    background: rgba(var(--color-foreground-rgb), 0.8);
    width: 24px;
    border-radius: 4px;
  }

  @media (max-width: 989px) {
    .ugc-gallery__container {
      padding: 0 50px;
    }

    .ugc-gallery__item {
      flex: 0 0 auto;
      width: var(--ugc-max-width);
      max-width: var(--ugc-max-width);
      min-width: 200px;
    }

    .ugc-gallery__control {
      width: 40px;
      height: 40px;
    }

    .ugc-gallery__control svg {
      width: 20px;
      height: 20px;
    }

    .ugc-gallery__control--prev {
      left: -50px;
    }

    .ugc-gallery__control--next {
      right: -50px;
    }
  }

  @media (max-width: 749px) {
    .ugc-gallery__container {
      padding: 0;
      max-width: 100%;
      width: 100%;
      box-sizing: border-box;
      overflow: hidden;
    }

    .ugc-gallery__header {
      margin-block-end: 32px;
      padding: 0 20px;
      box-sizing: border-box;
    }


    .ugc-gallery__carousel {
      padding: 0;
      margin: 0;
      width: 100%;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
    }

    .ugc-gallery__track-wrapper {
      margin: 0;
      padding: 0;
      width: 100%;
      overflow: hidden;
      order: 1;
    }

    .ugc-gallery__item {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0;
      width: 100%;
    }

    .ugc-gallery__controls {
      display: flex !important;
      position: static !important;
      top: auto;
      left: auto;
      right: auto;
      transform: none;
      pointer-events: auto;
      justify-content: center;
      align-items: center;
      padding: 20px 20px 0 20px;
      width: 100%;
      box-sizing: border-box;
      z-index: 1;
      gap: 16px;
      order: 2;
      margin-top: 0;
    }

    .ugc-gallery__control {
      width: 44px !important;
      height: 44px !important;
      background: var(--color-background) !important;
      border: 1px solid var(--color-border) !important;
      position: relative !important;
      flex-shrink: 0;
      pointer-events: auto;
      margin: 0 !important;
      left: auto !important;
      right: auto !important;
      opacity: 1 !important;
      display: flex !important;
      box-shadow: var(--style-shadow-card) !important;
    }

    .ugc-gallery__control svg {
      width: 20px;
      height: 20px;
    }

    .ugc-gallery__control--prev {
      order: 1;
    }

    .ugc-gallery__control--next {
      order: 2;
    }

    .ugc-gallery__control:hover {
      transform: scale(1.05) !important;
      background: var(--color-foreground) !important;
    }

    .ugc-gallery__control:disabled {
      opacity: 0.5 !important;
      pointer-events: auto;
    }

    .ugc-gallery__overlay {
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    }

    .ugc-gallery__play-button {
      width: 56px;
      height: 56px;
    }

    .ugc-gallery__play-button svg {
      width: 20px;
      height: 20px;
    }
  }
/* END_SECTION:ugc-gallery */

/* CSS from block stylesheet tags */
/* START_BLOCK:_accordion-row (INDEX:198) */
.details__icon {
    height: auto;
    margin-inline-end: var(--margin-xs);
    fill: currentColor;
    stroke: currentColor;
  }

  accordion-custom .details-content {
    width: 100%;
    min-width: 0;
  }

  accordion-custom details[open] .details-content {
    display: block;
    block-size: auto !important;
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  accordion-custom details:not([open]) .details-content {
    block-size: 0;
    overflow: hidden;
    opacity: 0;
  }

  .cuvante-accordion-copy {
    width: 100%;
    max-width: none;
    padding: 0 0 18px;
    font-size: 15px;
    line-height: 1.65;
  }

  .cuvante-accordion-copy p {
    margin: 0 0 10px;
  }

  .cuvante-accordion-copy p:last-child {
    margin-bottom: 0;
  }
/* END_BLOCK:_accordion-row */

/* START_BLOCK:_announcement (INDEX:199) */
.text-block {
    width: var(--width);
    max-width: 100%;
  }

  .text-block > * {
    width: var(--width);
    max-width: var(--max-width, 100%);
    text-align: var(--text-align);
  }

  .text-block:not(.text-block--full-width).rte,
  .text-block:not(.text-block--full-width).paragraph {
    /* Safari doesn't support pretty, so fallback to balance */
    text-wrap: balance;
    text-wrap: pretty;
  }

  .text-block:not(.text-block--full-width).h1,
  .text-block:not(.text-block--full-width).h2,
  .text-block:not(.text-block--full-width).h3,
  .text-block:not(.text-block--full-width).h4,
  .text-block:not(.text-block--full-width).h5,
  .text-block:not(.text-block--full-width).h6 {
    text-wrap: balance;
  }

  /* Hide underline unless text is using paragraph styles. */
  .text-block:is(.h1, .h2, .h3, .h4, .h5, .h6) a {
    text-decoration-color: transparent;
  }

  .text-block h1,
  .text-block.h1 > * {
    margin-block: var(--font-h1--spacing);
  }

  .text-block h2,
  .text-block.h2 > * {
    margin-block: var(--font-h2--spacing);
  }

  .text-block h3,
  .text-block.h3 > * {
    margin-block: var(--font-h3--spacing);
  }

  .text-block h4,
  .text-block.h4 > * {
    margin-block: var(--font-h4--spacing);
  }

  .text-block h5,
  .text-block.h5 > * {
    margin-block: var(--font-h5--spacing);
  }

  .text-block h6,
  .text-block.h6 > * {
    margin-block: var(--font-h6--spacing);
  }

  .text-block > *:first-child {
    margin-block-start: 0;
  }

  .text-block > *:last-child {
    margin-block-end: 0;
  }

  .text-block--align-center,
  .text-block--align-center > * {
    margin-inline: auto;
  }

  .text-block--align-right,
  .text-block--align-right > * {
    margin-inline-start: auto;
  }
/* END_BLOCK:_announcement */

/* START_BLOCK:_blog-post-card (INDEX:200) */
.blog-post-card {
    display: flex;
    flex-direction: column;
    text-align: var(--text-align);
  }

  .blog-post-card__content {
    padding-block-start: 0.4rem;
    display: flex;
    flex-direction: column;
  }

  .blog-post-item .blog-post-card__image-container,
  .blog-post-item .blog-post-card__content {
    width: 100%;
  }

  .blog-post-item:first-child .blog-post-card {
    flex-direction: row;

    @media screen and (max-width: 749px) {
      flex-direction: column;
    }
  }

  .blog-post-item:first-child .blog-post-card__image-container {
    width: 70%;

    @media screen and (max-width: 749px) {
      width: 100%;
    }
  }

  .blog-post-item:first-child:has(.blog-post-card__image-container) .blog-post-card__content {
    padding-inline-start: var(--columns-gap);
    width: 30%;

    @media screen and (max-width: 749px) {
      padding-inline-start: 0;
      width: 100%;
    }
  }

  .blog-post-card__content a {
    display: block;
    text-wrap: pretty;
    text-decoration: none;
    padding-block-start: 0.75rem;
  }

  .blog-post-card__content a:hover,
  .blog-post-card__content a:hover [style*='--color: var(--color-primary)'] {
    color: var(--color-primary-hover);
  }

  .blog-post-card__content a:hover [style*='--color: var(--color-foreground-heading)'] {
    color: rgb(var(--color-foreground-heading-rgb) / var(--opacity-subdued-text));
  }

  .blog-post-card__content a:hover [style*='--color: var(--color-foreground)'] {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }
/* END_BLOCK:_blog-post-card */

/* START_BLOCK:_blog-post-content (INDEX:201) */
.blog-post-content {
    max-width: var(--normal-content-width);
    margin: 0 auto;
  }
/* END_BLOCK:_blog-post-content */

/* START_BLOCK:_blog-post-description (INDEX:202) */
.blog-post-card__content-text a {
    color: var(--color-primary);
  }

  .custom-color,
  .custom-color > :is(h1, h2, h3, h4, h5, h6, p, *) {
    color: var(--color);
  }
/* END_BLOCK:_blog-post-description */

/* START_BLOCK:_blog-post-featured-image (INDEX:203) */
.blog-post-featured-image {
    --width: 100%;
    --custom-width: 100%;

    display: block;
    position: relative;
    width: var(--width);
  }

  .blog-post-featured-image.size-style {
    --width: var(--size-style-width, 100%);
  }

  .blog-post-featured-image--height-fit {
    height: fit-content;
  }

  .blog-post-featured-image--height-fill {
    height: 100%;
  }

  .blog-post-featured-image__image {
    aspect-ratio: var(--ratio);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  @media screen and (max-width: 749px) {
    .blog-post-featured-image {
      --width: var(--width-mobile, var(--width));
      --custom-width: var(--custom-width-mobile, var(--custom-width));
    }

    .blog-post-featured-image.size-style {
      --width: var(--size-style-width-mobile, var(--size-style-width, 100%));
    }
  }
/* END_BLOCK:_blog-post-featured-image */

/* START_BLOCK:_blog-post-image (INDEX:204) */
.blog-post-card__image {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: calc(var(--blog-post-card-img-height) * var(--blog-post-card-scale));
  }

  .blog-post-card__image--small {
    --blog-post-card-img-height: 280px;
  }

  .blog-post-card__image--medium {
    --blog-post-card-img-height: 340px;
  }

  .blog-post-card__image--large {
    --blog-post-card-img-height: 400px;
  }
/* END_BLOCK:_blog-post-image */

/* START_BLOCK:_blog-post-info-text (INDEX:205) */
.blog-post-details {
    display: flex;
    gap: var(--gap-sm);
    font-size: var(--font-paragraph-size);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    white-space: nowrap;
    flex-wrap: wrap;
  }

  .blog-post-details > span {
    text-overflow: clip;
    overflow: hidden;
  }
/* END_BLOCK:_blog-post-info-text */

/* START_BLOCK:_cart-products (INDEX:206) */
.cart-page--empty .cart-items__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-block-start: 0;
    text-align: center;
  }

  .cart-page__title + .cart-page__items {
    margin-block-start: var(--margin-lg);
  }
/* END_BLOCK:_cart-products */

/* START_BLOCK:_cart-summary (INDEX:207) */
.cart__summary-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cart__summary-item.tax-note {
    font-size: var(--cart-font-size--sm);
  }

  .cart__discount-label {
    display: flex;
    align-items: center;
    gap: var(--gap-2xs);
  }

  .cart__total {
    align-items: baseline;
    font-weight: var(--font-weight-bold);
  }

  .cart__tax-note {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .cart__discount-label svg {
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
    display: inline-block;
  }

  .cart__summary-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-2xl);
    container-type: inline-size;
    padding: 0;
    position: sticky;
    top: 0;
    align-self: start;

    @media screen and (min-width: 750px) {
      padding: var(--padding-5xl);
      grid-row: 1 / -1;
    }
  }

  body:has(> #header-group .header[sticky]) .cart__summary-inner {
    top: var(--header-height, 0);
  }

  .cart__summary-container {
    @media screen and (max-width: 749px) {
      border: none;
    }

    @media screen and (min-width: 750px) {
      display: grid;
      grid-template-rows: subgrid;
      grid-row: 1 / -1;
    }
  }

  .cart__summary-container:not(.cart__container--extend),
  .cart__summary-container:not(.cart__container--extend) .cart__summary-inner {
    height: auto;
  }

  .cart__container--extend {
    height: 100%;

    @media screen and (min-width: 750px) {
      border-right: none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  }

  /* If extend is on, only include top and bottom borders when the border radius is 0. */
  .cart__container--extend:not(.has-border-radius) {
    @media screen and (min-width: 750px) {
      border-top: none;
      border-bottom: none;
    }
  }

  .cart__container--extend .cart__summary-inner {
    height: 100%;
    padding: var(--padding-md) 0 var(--padding-4xl);

    @media screen and (min-width: 750px) {
      grid-row: 2 / -1;
      padding-inline: var(--page-margin);
      width: var(--sidebar-width);
    }
  }

  /* If extend is off, apply the border radius to the inner summary container */
  .cart__summary-inner.has-border-radius {
    border-radius: var(--border-radius);
  }

  @media screen and (max-width: 749px) {
    .inherit-parent-scheme--mobile {
      --color-background: inherit;
      --color-background-rgb: inherit;
      --color-foreground: inherit;
      --color-foreground-rgb: inherit;
      --color-primary: inherit;
      --color-primary-rgb: inherit;
      --color-primary-hover: inherit;
      --color-primary-hover-rgb: inherit;
      --color-border: inherit;
      --color-border-rgb: inherit;
      --color-shadow: inherit;
      --color-shadow-rgb: inherit;
      --color-foreground-heading: inherit;
      --color-primary-button-text: inherit;
      --color-primary-button-background: inherit;
      --color-primary-button-border: inherit;
      --color-primary-button-hover-text: inherit;
      --color-primary-button-hover-background: inherit;
      --color-primary-button-hover-border: inherit;
      --color-secondary-button-text: inherit;
      --color-secondary-button-background: inherit;
      --color-secondary-button-border: inherit;
      --color-secondary-button-hover-text: inherit;
      --color-secondary-button-hover-background: inherit;
      --color-secondary-button-hover-border: inherit;
      --color-input-text: inherit;
      --color-input-text-rgb: inherit;
      --color-input-background: inherit;
    }
  }
/* END_BLOCK:_cart-summary */

/* START_BLOCK:_cart-title (INDEX:208) */
.cart-title h1 {
    margin-block-end: 0;
    display: inline-flex;
    align-items: center;
    gap: var(--gap-sm);
  }

  .cart-title .cart-bubble {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--style-border-radius-buttons-primary);
    aspect-ratio: auto;
    padding: var(--cart-padding);
  }

  .cart-title .cart-bubble[data-maintain-ratio] {
    aspect-ratio: 1;
    min-width: 26px;
  }

  .cart-title .cart-bubble__background {
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
  }

  .cart-title .cart-bubble__text {
    color: rgb(var(--color-foreground));
    font-family: var(--font-paragraph--family);
    font-size: clamp(var(--cart-font-size--2xs), 0.7lh, var(--cart-font-size--xs));
  }

  .color-gradient .cart-title .cart-bubble__text,
  .cart-title.color-gradient .cart-bubble__text {
    background: var(--color-card-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
/* END_BLOCK:_cart-title */

/* START_BLOCK:_collection-image (INDEX:211) */
.collection-image {
    width: var(--image-width);
  }

  .collection-image .collection-image__featured-image {
    aspect-ratio: var(--ratio);
    object-fit: cover;
  }
/* END_BLOCK:_collection-image */

/* START_BLOCK:_collection-link (INDEX:213) */
.collection-links__link {
    --min-font-size: var(--font-size--4xl);
    --max-font-size: var(--font-size--6xl);

    display: flex;
    color: inherit;
    text-decoration: none;
    text-wrap: pretty;
    font-size: clamp(var(--min-font-size), 4.5vw, var(--max-font-size));

    @media (hover: hover) {
      opacity: var(--disabled-opacity);
    }

    [layout='spotlight'] & {
      opacity: var(--disabled-opacity);
    }

    &[aria-current='true'] {
      opacity: 1;
    }

    .text-block {
      display: inline-block;
    }

    @media (max-width: 749px) {
      --min-font-size: var(--font-size--3xl);
      --max-font-size: var(--font-size--5xl);

      [layout='spotlight'] & {
        white-space: normal;
        scroll-snap-align: start;
        text-wrap: pretty;

        span {
          text-wrap: pretty;
        }
      }
    }
  }

  .collection-links__count {
    font-size: 0.5em;
    opacity: var(--disabled-opacity);
    font-weight: var(--font-paragraph--weight);
  }

  .collection-links__image {
    align-items: center;
    justify-content: center;

    &:not([hidden]) {
      display: flex;
    }

    &[reveal] {
      --offset: 15px;

      position: fixed;
      top: 0;
      left: 0;
      z-index: var(--layer-temporary);
      display: block;
      translate: calc(var(--x) + var(--offset)) calc(var(--y) + var(--offset));
      pointer-events: none;
      width: auto;

      image-block {
        --image-height-basis: 5rem;

        height: var(--image-height);
      }
    }
  }
/* END_BLOCK:_collection-link */

/* START_BLOCK:_feature-pill (INDEX:217) */
.feature-pill {
    display: inline-block;
    white-space: nowrap;
    transition: opacity 0.2s ease;
    line-height: 1;
    margin: 0;

    background: var(--pill-background);
    color: var(--pill-text);
    border-style: solid;
    border-color: var(--pill-border);
  }

  .feature-pill:hover {
    opacity: 0.9;
  }

  .feature-pills-container .feature-pill {
    margin: 0;
  }
/* END_BLOCK:_feature-pill */

/* START_BLOCK:_featured-blog-posts-card (INDEX:218) */
.featured-blog-posts-card {
    width: 100%;
    position: relative;
    text-align: var(--text-align);
  }

  .featured-blog-posts-card__inner {
    width: 100%;
    overflow: hidden;
    position: relative;
    gap: var(--gap);
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: var(--layer-flat);
    pointer-events: none;
  }

  .resource-list--grid .resource-list__item {
    min-width: 0;
  }

  /* Editorial layout */
  .resource-list:not(.hidden--desktop) .blog-post-card--flexible-aspect-ratio {
    height: 100%;

    .featured-blog-posts-card__image,
    .blog-placeholder-svg {
      aspect-ratio: 99;
      height: 100%;
    }

    .featured-blog-posts-card__content {
      flex-shrink: 0;
      height: auto;
    }
  }

  @media (max-width: 768px) {
    .resource-list:not(.hidden--desktop) .blog-post-card--flexible-aspect-ratio {
      .featured-blog-posts-card__image,
      .blog-placeholder-svg {
        aspect-ratio: unset;
      }
    }
  }

  .featured-blog-posts-card__inner a,
  .featured-blog-posts-card__inner button {
    pointer-events: auto;
  }

  /* allow all blocks to be selectable in editor preview */
  .shopify-design-mode .featured-blog-posts-card__content * {
    pointer-events: auto;
  }

  .featured-blog-posts-card__content {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    gap: var(--gap);
    flex-direction: column;
    align-items: var(--horizontal-alignment);
  }

  .featured-blog-posts-card__link {
    position: absolute;
    inset: 0;
    border-radius: var(--border-radius);
  }

  .featured-blog-posts-card__content h4 {
    margin: 0;
  }
/* END_BLOCK:_featured-blog-posts-card */

/* START_BLOCK:_featured-blog-posts-image (INDEX:219) */
.featured-blog-posts-card__image {
    width: 100%;
  }

  .featured-blog-posts-card__image .blog-placeholder-svg {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
/* END_BLOCK:_featured-blog-posts-image */

/* START_BLOCK:_featured-product (INDEX:223) */
.featured-product-content-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: var(--gap-sm);
  }

  .featured-product-content-bottom:not(:has(product-swatches)) {
    display: none;
  }
/* END_BLOCK:_featured-product */

/* START_BLOCK:_footer-social-icons (INDEX:224) */
.social-icons__wrapper {
    display: flex;
    gap: var(--gap-sm);
    flex-wrap: wrap;
    justify-content: center;

    @media screen and (min-width: 750px) {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
  }
/* END_BLOCK:_footer-social-icons */

/* START_BLOCK:_header-logo (INDEX:225) */
.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;margin-inline:calc(-1 * var(--padding-inline-start));}
.header-logo:hover{text-decoration:none;}
.header-logo__image{object-fit:contain;height:var(--header-logo-image-height-mobile);width:var(--header-logo-image-width-mobile);}
.header-logo__image--asset{width:auto;max-width:180px;height:{{ settings.logo_height_mobile }}px;}
@media screen and (min-width:750px){.header-logo{flex-shrink:0}.header-logo__image{height:var(--header-logo-image-height);width:var(--header-logo-image-width)}.header-logo__image--asset{width:auto;max-width:220px;height:{{ settings.logo_height }}px;}}
@media screen and (max-width:749px){.header-logo{padding:0;}.header-logo__image--asset{max-width:150px;}}
.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:226) */
.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);
  }

  header-menu {
    width: 100%;
  }

  /* Drawer menu featured content */
  .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__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-list {
    --menu-horizontal-gap: var(--gap-xl);
    --menu-vertical-gap: var(--gap-xl);

    display: flex;
  }

  .menu-list__list {
    display: flex;
    justify-content: var(--grid-area-alignment);
  }

  .menu-list__list-item {
    flex-shrink: 0;
    white-space: nowrap;
  }

  .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);
    transition: color var(--animation-speed) var(--animation-easing);
    text-decoration: none;
    display: flex;
    min-height: var(--minimum-touch-target);
    align-items: center;

    &:hover,
    &:focus {
      color: var(--menu-top-level-font-color);
    }

    @media screen and (min-width: 750px) {
      font-size: var(--menu-top-level-font-size-desktop);
    }
  }

  /*
      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 var(--menu-horizontal-gap);
  }

  .overflow-menu {
    background-color: transparent;
    padding: var(--focus-outline-size);
    margin: calc(-1 * var(--focus-outline-size));
  }

  /* the submenu background element to animate */
  .overflow-menu::after {
    content: '';
    position: absolute;
    top: calc(100% - 1px + var(--border-bottom-width));
    left: 0;
    width: 100%;
    height: var(--submenu-height);
    background-color: var(--color-background);
    box-shadow: var(--shadow-popover);
    clip-path: inset(0.5px 0 -100px 0); /* stylelint-disable-line */
    opacity: var(--submenu-opacity, 1);
    transition: height var(--submenu-animation-speed) var(--ease-out-cubic),
      opacity var(--animation-speed-slow) var(--ease-out-cubic) var(--animation-speed-fast);
    z-index: calc(var(--layer-header-menu) - 1);
  }

  /** 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);

    box-shadow: var(--shadow-drawer);
    visibility: hidden;
    background-color: var(--color-background);
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% - 1px + var(--border-bottom-width));
    z-index: var(--layer-header-menu);
    padding-inline: var(--padding-inline);
    clip-path: rect(0 100% var(--submenu-height) 0); /* stylelint-disable-line */
    transition: clip-path var(--submenu-animation-speed) var(--ease-out-cubic);
  }

  /* 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),
  /* Keep the submenus open when they are hovered */
  .menu-list__submenu:is(:hover),
  .overflow-menu::part(overflow):hover {
    --submenu-content-opacity: 1;

    visibility: visible;
  }

  .menu-list__list-item:has([data-animating]) > .menu-list__submenu {
    --submenu-content-opacity: 0;

    visibility: visible;

    &::before {
      height: 0;
    }
  }

  .menu-list__submenu-inner,
  .overflow-menu::part(overflow-list) {
    grid-column: 2;
    padding-block-start: var(--submenu-padding-block-start);
    padding-block-end: var(--submenu-padding-block-end);
    padding-inline: var(--section-padding-inline);
  }

  .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) {
    --submenu-content-opacity: 0;

    position: relative;
    display: grid;
    grid-template-columns: minmax(auto, 200px) 1fr;
    grid-template-areas: 'left right';
    grid-template-rows: max-content;
    grid-gap: 0;
  }

  /* Make overflow menu scrollable when content exceeds viewport */
  .menu-list__submenu-inner,
  .overflow-menu::part(overflow-list) {
    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;
  }

  .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 {
      --submenu-content-opacity: 0;

      grid-area: left;
      grid-row: auto;
      height: min-content;
      font-size: var(--font-size--xl);
      opacity: var(--submenu-content-opacity);
      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 {
        padding-block-start: 0;
        grid-column: unset;
      }
    }

    .menu-list__link[aria-expanded='true'] + .menu-list__submenu {
      visibility: visible;
    }
  }

  .header-menu[data-overflow-expanded='true'] .menu-list__list-item:where([slot='overflow']) .menu-list__link {
    --submenu-content-opacity: 1;
  }

  .menu-list__list-item:where([slot='overflow']):has([data-animating]) > .menu-list__link {
    --submenu-content-opacity: 0;
  }

  .menu-list__submenu-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    opacity: var(--submenu-content-opacity);
    transition: var(--submenu-content-animation);
  }

  .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;
    transition: color var(--animation-speed) var(--animation-easing);

    &: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__more-list-item .mega-menu__link {
    color: rgb(var(--menu-top-level-font-color-rgb) / var(--opacity-subdued-text));
  }

  .mega-menu__more-list-item:where(:hover, .active) .mega-menu__link {
    color: var(--menu-top-level-font-color);
  }

  .mega-menu__more-list-item[aria-hidden='true'] {
    display: none;
  }

  .mega-menu__submenu {
    /* preserves the inherited grid layout when this submenu wrapper is used */
    display: contents;
  }
/* END_BLOCK:_header-menu */

/* START_BLOCK:_image (INDEX:228) */
image-block {
    --image-height-basis: 10rem;
    --image-height-small: calc(var(--image-height-basis) * 2);
    --image-height-medium: calc(var(--image-height-basis) * 3);
    --image-height-large: calc(var(--image-height-basis) * 4);

    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: var(--ratio);
    width: 100%;
    max-width: calc(var(--image-height) * var(--ratio));
    height: var(--image-height);
    overflow: hidden;

    @media screen and (min-width: 750px) {
      --image-height-small: calc(var(--image-height-basis) * 2.5);
      --image-height-medium: calc(var(--image-height-basis) * 3.5);
      --image-height-large: calc(var(--image-height-basis) * 4.5);
    }

    @media screen and (max-width: 749px) {
      height: auto;
    }

    &[height='small'] {
      --image-height: var(--image-height-small);
    }

    &[height='medium'] {
      --image-height: var(--image-height-medium);
    }

    &[height='large'] {
      --image-height: var(--image-height-large);
    }

    &[ratio='portrait'] {
      --ratio: 4 / 5;
    }

    &[ratio='square'] {
      --ratio: 1 / 1;

      @media screen and (min-width: 750px) {
        max-width: var(--image-height);
      }
    }

    &[ratio='landscape'] {
      --ratio: 16 / 9;
    }

    img {
      object-fit: cover;
      width: 100%;
      height: auto;
      aspect-ratio: var(--ratio);
      border-radius: var(--border-radius);
    }
  }
/* END_BLOCK:_image */

/* START_BLOCK:_marquee (INDEX:231) */
marquee-component {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: var(--color-background);
  }

  .marquee__wrapper {
    display: flex;
    gap: var(--marquee-gap);
    width: fit-content;
    white-space: nowrap;
  }

  .marquee__content {
    min-width: max-content;
    display: flex;
    gap: var(--marquee-gap);
  }

  .marquee__content :is(p, h1, h2, h3, h4, h5, h6) {
    white-space: nowrap;
  }

  .marquee__content .marquee__repeated-items * {
    max-width: none;
  }

  .marquee__repeated-items {
    min-width: max-content;
    display: flex;
    gap: var(--marquee-gap);
    align-items: center;
    justify-content: center;
  }

  .marquee__repeated-items > * {
    align-content: center;
  }

  .hero__content-wrapper.layout-panel-flex--column marquee-component {
    --margin-inline: var(--full-page-margin-inline-offset);

    width: -webkit-fill-available;
    min-height: max-content;
  }

  @media (prefers-reduced-motion: no-preference) {
    marquee-component:not([data-disabled]) .marquee__wrapper {
      animation: marquee-motion var(--marquee-speed) linear infinite var(--marquee-direction);
    }
  }

  @keyframes marquee-motion {
    to {
      transform: translate3d(calc(-50% - (var(--marquee-gap) / 2)), 0, 0);
    }
  }
/* END_BLOCK:_marquee */

/* START_BLOCK:_product-details (INDEX:237) */
/* Clear padding on mobile, if not full-width */
  @media screen and (max-width: 749px) {
    .product-information.section--page-width .product-details > .group-block {
      padding-inline: 0;
    }
  }

  .view-product-title {
    display: none;
  }

  /* Container styles */
  .product-details {
    display: flex;
    align-self: start;
    justify-content: center;
    max-width: 100%;
  }

  .product-details > * {
    min-width: 0;
    max-width: 100%;
  }

  .product-details:has(.pastel-review-pill) > .group-block {
    gap: 10px;
  }

  .product-details:has(.pastel-review-pill) > .group-block > .text-block h1 {
    margin: 0;
    font-family: "Nunito", "Quicksand", -apple-system, sans-serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: 0.01em;
    text-wrap: balance;
  }

  .product-details:has(.pastel-review-pill) > .group-block > product-price .price {
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    color: var(--color-primary);
  }

  .product-details:has(.pastel-review-pill) > .group-block > product-price .compare-at-price {
    font-size: 1.125rem;
  }

  @media screen and (min-width: 750px) {
    .product-details > .group-block {
      height: min-content;
    }

    .full-height--desktop {
      height: 100%;
      max-height: calc(100vh - var(--header-group-height, 0));
      min-height: fit-content;
    }

    .full-height--desktop .group-block {
      align-self: var(--details-position, 'flex-start');
    }
  }
/* END_BLOCK:_product-details */

/* START_BLOCK:_product-media-gallery (INDEX:241) */
.dialog-zoomed-gallery {
    cursor: zoom-out;
  }

  .dialog--preloading {
    opacity: 0;
  }

  .product-media__drag-zoom-wrapper {
    aspect-ratio: inherit;
    min-height: inherit;
    min-width: inherit;
    display: inherit;
    flex: inherit;
  }

  @media screen and (max-width: 749px) {
    .dialog-zoomed-gallery {
      /* Prevent scroll wheel or swipe scrolling */
      overscroll-behavior: none;
      scrollbar-width: none;
      display: flex;
      scroll-snap-type: x mandatory;
      overflow-x: hidden;
      scroll-behavior: smooth;
      height: 100%;

      &::-webkit-scrollbar {
        display: none;
      }
    }

    .dialog-zoomed-gallery .product-media-container {
      flex: 0 0 100%;
      scroll-snap-align: start;
      position: relative;
    }

    .dialog-zoomed-gallery .product-media-container--image .product-media {
      aspect-ratio: auto;
      height: 100%;
      width: 100%;
      overflow: hidden;
    }

    .dialog-zoomed-gallery .product-media-container--video,
    .dialog-zoomed-gallery .product-media-container--external_video {
      align-content: center;
    }

    .dialog-zoomed-gallery
      :is(.product-media-container--video, .product-media-container--external_video, .product-media-container--model)
      .product-media {
      aspect-ratio: auto;
      align-items: center;
      height: 100%;

      .product-media__image {
        height: 100%;
      }
    }

    .product-media__drag-zoom-wrapper {
      display: flex;
      aspect-ratio: auto;
      height: 100%;
      width: 100%;
      overflow: scroll;
      scrollbar-width: none;
      justify-content: center;

      &::-webkit-scrollbar {
        display: none;
      }
    }

    .product-media__drag-zoom-wrapper .product-media__image {
      --product-media-fit: contain;

      object-fit: var(--product-media-fit);
      overflow: hidden;
      transform: scale(var(--drag-zoom-scale))
        translate(var(--drag-zoom-translate-x, 0), var(--drag-zoom-translate-y, 0));
    }

    .media-gallery--hint {
      --slideshow-gap: var(--gap-2xs);

      :not(.dialog-zoomed-gallery) > .product-media-container:not(:only-child) {
        width: 90%;

        .product-media img {
          object-fit: cover;
        }
      }
    }
  }

  .dialog-zoomed-gallery__close-button {
    color: #fff;
    mix-blend-mode: difference;
    z-index: var(--layer-raised);
  }

  .media-gallery__mobile-controls {
    grid-area: auto;
  }

  .dialog-zoomed-gallery .product-media-container--zoomable.product-media-container--image {
    cursor: zoom-out;
  }

  .product-media-container--zoomable.product-media-container--image {
    cursor: zoom-in;
  }

  .dialog-zoomed-gallery .product-media-container--video deferred-media,
  .dialog-zoomed-gallery .product-media-container--external_video deferred-media {
    height: auto;
    aspect-ratio: var(--ratio);
  }

  .dialog-zoomed-gallery .product-media-container--model .product-media__image {
    /* Make the height match the height of the model-viewer */
    height: 100vh;
  }

  /* Testimonial Card Styles */
  .testimonial-card {
    width: 100%;
    border: var(--border-width) var(--border-style) var(--border-color, rgb(var(--color-border-rgb)));
    border-radius: var(--border-radius);
    background: var(--color-primary-button-background);
  }

  .testimonial-card__content {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px;
  }

  .testimonial-card__photo {
    flex-shrink: 0;
    width: var(--photo-size);
    height: var(--photo-size);
    border-radius: 50%;
    overflow: hidden;
  }

  .testimonial-card__photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .testimonial-card__text-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .testimonial-card__quote {
    font-size: var(--quote-size);
    line-height: 1.6;
    color: var(--color-primary-button-text);
  }

  .testimonial-card__quote p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
  }

  .testimonial-card__name {
    font-size: var(--name-size);
    font-weight: 600;
    color: var(--color-primary-button-text);
  }

  @media screen and (max-width: 749px) {
    .testimonial-card__content {
      flex-direction: column;
      text-align: center;
      padding: 20px;
      gap: 16px;
    }

    .testimonial-card__text-content {
      align-items: center;
    }

    .testimonial-card--hide-mobile {
      display: none !important;
    }
  }
/* END_BLOCK:_product-media-gallery */

/* START_BLOCK:_search-input (INDEX:242) */
predictive-search-component.search-page-predictive {
    /* Override global predictive-search-component (flex, margin-inline auto, popover-like bg). */
    display: block;
    width: 100%;
    position: relative;
    z-index: var(--layer-heightened);
    margin-inline: 0;
    background: transparent;
    align-items: unset;
  }

  .search-page-input__combo {
    position: relative;
    width: 100%;
    max-width: var(--size-style-width);
  }

  .search-page-predictive .predictive-search-form {
    position: relative;
    width: 100%;
    align-self: stretch;
  }

  .search-page-predictive .predictive-search-form__content-wrapper {
    width: 100%;
  }

  .search-page-predictive.search-page-predictive--panel-closed .predictive-search-form__content-wrapper {
    display: none;
  }

  .search-page-predictive input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none; /* stylelint-disable-line */
  }

  .search-page-predictive .search-page-input {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    font-family: var(--font-paragraph--family);
    font-size: var(--font-paragraph--size);
    font-style: var(--font-paragraph--style);
    line-height: var(--font-paragraph--line-height);
    color: var(--color-input-text);
    background-color: var(--color-input-background);
    padding-block: var(--padding-lg);
    padding-inline: calc(var(--icon-size-lg) + var(--margin-xl) * 1.5);
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: var(--style-border-radius-inputs);
    border: var(--style-border-width-inputs) solid var(--color-input-border);
    outline: none;
    box-shadow: none;
    appearance: none;

    @media screen and (max-width: 749px) {
      padding-inline: calc(var(--margin-xs) + var(--icon-size-lg) + var(--padding-md));
    }
  }

  .search-page-predictive .search-page-input:focus,
  .search-page-predictive .search-page-input:focus-visible {
    outline: none;
    box-shadow: none;
  }

  .search-page-predictive .search-page-input::placeholder {
    color: rgb(var(--color-input-text-rgb) / var(--opacity-subdued-text));
  }

  .search-page-input__parent {
    display: flex;
    flex-direction: column;
    align-items: var(--horizontal-alignment);
  }

  .search-results__no-results {
    opacity: var(--opacity-subdued-text);
  }

  .search-page-input__field {
    --color-input-background: rgb(var(--color-foreground-rgb) / var(--opacity-5-15));
    --color-input-hover-background: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
    --color-input-text: var(--color-foreground);
    position: relative;
    width: 100%;
    display: flex;
    top: 0;
    align-items: center;
    background-color: var(--color-background);
    margin: var(--margin-2xl) 0 var(--margin-md);

    @media screen and (max-width: 749px) {
      max-width: 100%;
    }
  }

  .search-page-input__field .search__icon,
  .search-page-input__field .search__icon:hover,
  .search-page-input__field .search__reset-button,
  .search-page-input__field .search__reset-button:hover {
    background: transparent;
    position: absolute;
    top: auto;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
  }

  .search-page-input__field .search__icon svg,
  .search-page-input__field .search__reset-button svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  .search-page-input__field .search__icon svg {
    color: var(--color-input-text);
  }

  .search-page-input__field .search__icon {
    left: var(--margin-lg);

    @media screen and (max-width: 749px) {
      left: var(--margin-md);
    }
  }

  .search-page-input__field .search__reset-button {
    border-radius: 100%;
    color: var(--color-input-text);
    right: var(--margin-lg);
    cursor: pointer;
    transition: opacity var(--animation-speed) var(--animation-easing),
      visibility var(--animation-speed) var(--animation-easing);

    @media screen and (max-width: 749px) {
      right: var(--margin-md);
    }
  }

  .search-page-input__field .search__reset-button[hidden] {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .search-page-input__field .search__reset-button:not([hidden]) {
    opacity: 1;
    visibility: visible;
  }

  .search-page-input__field .search__reset-button-icon {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
    transition: transform var(--animation-speed) var(--animation-easing);
  }

  .search-page-input__field .search__reset-button:active .search__reset-button-icon {
    transform: scale(0.9);
  }

  .search-page-input__field .search__reset-button-icon svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  .search-page-input__field .search__reset-button-text {
    display: none;
  }

  .search-page-input__row {
    width: 100%;
  }

  .search-page-input__row--with-submit {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: var(--margin-md);
  }

  .search-page-input__row--with-submit .search-page-input__field {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: none;
    margin-block: 0;
  }

  .search-page-input__submit {
    flex-shrink: 0;
  }

  @media screen and (max-width: 749px) {
    .search-page-input__row--with-submit {
      flex-direction: column;
      flex-wrap: wrap;
      align-items: stretch;
    }

    .search-page-input__row--with-submit .search-page-input__field {
      width: 100%;
      max-width: 100%;
      flex: 1 1 auto;
    }

    .search-page-input__row--with-submit .search-page-input__submit {
      width: 100%;
    }
  }
/* END_BLOCK:_search-input */

/* START_BLOCK:_simple-header-banner (INDEX:243) */
.simple-header-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--simple-header-padding-block) var(--simple-header-padding-inline);
    background-color: var(--simple-header-bg);
    border-bottom: var(--simple-header-border-width) solid var(--simple-header-border-color);
  }

  .simple-header-banner__text {
    margin: 0;
    color: var(--simple-header-text-color, var(--color-foreground));
    text-align: var(--text-align);
  }

  .text-block {
    width: var(--width);
    max-width: 100%;
  }

  .text-block > * {
    width: var(--width);
    max-width: var(--max-width, 100%);
    text-align: var(--text-align);
  }

  .text-block--align-center,
  .text-block--align-center > * {
    margin-inline: auto;
  }
/* END_BLOCK:_simple-header-banner */

/* START_BLOCK:_slide-with-card (INDEX:244) */
.slide__content {
    height: 100%;
    position: relative;
    z-index: var(--layer-flat);
  }

  .slide__content > * {
    margin: auto;
  }

  .slide__content.background-transparent {
    background-color: transparent;
  }

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

  .slide__image-container > placeholder-image,
  .slide__image-container > placeholder-image > img {
    width: 100%;
  }

  .slide__image-container > .slide__image,
  .slide__image-container > .slide__video,
  .slide__image-container > .slide__video-poster {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .slide__image-container > .slide__video-poster {
    position: absolute;
  }
/* END_BLOCK:_slide-with-card */

/* START_BLOCK:_slide-with-image-only (INDEX:245) */
slideshow-slide > .slide__image-container {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
  }

  .slide__image-container > placeholder-image,
  .slide__image-container > placeholder-image > img {
    width: 100%;
  }

  .slide__image-container > .slide__image,
  .slide__image-container > .slide__video,
  .slide__image-container > .slide__video-poster {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .slide__image-container > .slide__video-poster {
    position: absolute;
  }
/* END_BLOCK:_slide-with-image-only */

/* START_BLOCK:_slide (INDEX:246) */
.slide__content {
    height: 100%;
    position: relative;
    z-index: var(--layer-flat);
  }

  .slide__content > * {
    margin: auto;
  }

  .slide__content.background-transparent {
    background-color: transparent;
  }

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

  .slide__image-container > placeholder-image,
  .slide__image-container > placeholder-image > img {
    width: 100%;
  }

  .slide__image-container > .slide__image,
  .slide__image-container > .slide__video,
  .slide__image-container > .slide__video-poster {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .slide__image-container > .slide__video-poster {
    position: absolute;
  }
/* END_BLOCK:_slide */

/* START_BLOCK:_social-link (INDEX:247) */
.social-icons__icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--icon-size-lg);
  }

  .social-icons__icon {
    display: flex;
    fill: currentColor;
    flex-shrink: 0;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
  }

  .social-icons__icon {
    display: none;
  }

  .social-icons__icon-wrapper:has(.social-icons__icon path) {
    width: var(--icon-size-lg);

    .social-icons__icon {
      display: block;
    }

    .social-icons__icon-label {
      display: none;
    }
  }

  /* Disabled state for editor */
  .shopify-design-mode .social-icons__icon-wrapper--disabled {
    opacity: var(--disabled-opacity, 0.5);
    cursor: not-allowed;
  }

  .shopify-design-mode .social-icons__icon-wrapper--disabled a {
    pointer-events: none;
  }
/* END_BLOCK:_social-link */

/* START_BLOCK:_social-menu-item (INDEX:248) */
.social-menu__item a {
    display: flex;
    align-items: center;
    gap: var(--gap-2xs);
  }

  .social-menu__icon {
    display: flex;
    fill: currentColor;
    flex-shrink: 0;
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
  }

  .shopify-design-mode .social-menu__item--disabled {
    opacity: var(--disabled-opacity, 0.5);
    cursor: not-allowed;
  }

  .shopify-design-mode .social-menu__item--disabled a {
    pointer-events: none;
  }
/* END_BLOCK:_social-menu-item */

/* START_BLOCK:accelerated-checkout (INDEX:249) */
.accelerated-checkout-block[data-shopify-visual-preview] {
    width: 300px;
  }

  more-payment-options-link {
    font-size: smaller;
  }

  more-payment-options-link a {
    --button-color: var(--color-primary);
  }

  more-payment-options-link a:hover {
    --button-color: var(--color-primary-hover);
  }

  .shopify-payment-button__more-options[aria-hidden='true'] {
    display: none;
  }

  .accelerated-checkout-block-wrapper,
  accelerated-checkout-block-wiggle,
  accelerated-checkout-block-label {
    display: block;
    width: 100%;
  }
/* END_BLOCK:accelerated-checkout */

/* START_BLOCK:accordion (INDEX:250) */
.accordion {
    flex: 1;
    width: 100%;
  }

  .accordion--dividers accordion-custom:not(:first-child) .details {
    border-block-start: var(--style-border-width) solid var(--color-border);
  }

  /* When accordion borders are not set, show fallback borders */
  .accordion--dividers {
    /* stylelint-disable-next-line declaration-property-value-disallowed-list */
    --show-fallback-borders: 0;
  }

  .accordion--dividers:not([class*='color-'])[style*='--border-width: 0'],
  .accordion--dividers:not([class*='color-'])[style*='--border-style: none'] {
    --show-fallback-borders: 1;
  }

  .accordion--dividers accordion-custom:first-child .details {
    border-block-start: calc(var(--style-border-width) * var(--show-fallback-borders)) solid var(--color-border);
  }

  .accordion--dividers accordion-custom:last-child .details {
    border-block-end: calc(var(--style-border-width) * var(--show-fallback-borders)) solid var(--color-border);
  }

  .accordion--dividers .details-content {
    padding-block-end: var(--padding-sm);
  }

  .accordion--caret .icon-plus,
  .accordion--plus .icon-caret {
    display: none;
  }

  /* because we can't pass apply a specific class on a block based on its parent block setting */
  .accordion .details__header {
    font-family: var(--summary-font-family);
    font-style: var(--summary-font-style);
    font-weight: var(--summary-font-weight);
    font-size: var(--summary-font-size);
    line-height: var(--summary-font-line-height);
    text-transform: var(--summary-font-case);
    min-height: var(--minimum-touch-target);
  }
/* END_BLOCK:accordion */

/* START_BLOCK:add-to-cart-with-price (INDEX:251) */
.add-to-cart-with-price-block,
  .add-to-cart-with-price-wrapper,
  add-to-cart-with-price-button {
    width: 100%;
    display: block;
  }

  .add-to-cart-with-price__button {
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: var(--style-border-radius-buttons-primary);
    background: var(--button-background-color);
    color: var(--button-color);
  }

  .add-to-cart-with-price__button[class*="color-"] {
    --button-color: var(--color-primary-button-text);
    --button-background-color: var(--color-primary-button-background);
    --button-border-color: var(--color-primary-button-border);
  }
  
  .add-to-cart-with-price__button p {
    margin: 0;
    padding: 0;
    display: inline;
  }

  .add-to-cart-with-price__button[class*="color-"]:hover:not(:disabled) {
    --button-color: var(--color-primary-button-hover-text);
    --button-background-color: var(--color-primary-button-hover-background);
    --button-border-color: var(--color-primary-button-hover-border);
    transform: translateY(-1px);
    box-shadow: var(--style-shadow-card);
  }

  .add-to-cart-with-price__button:active:not(:disabled) {
    transform: translateY(0);
  }

  .add-to-cart-with-price__button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  .add-to-cart-with-price__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .add-to-cart-with-price__text {
    font-weight: 600;
  }

  .add-to-cart-with-price__separator {
    opacity: 0.7;
  }

  .add-to-cart-with-price__price {
    font-weight: 700;
  }

  .add-to-cart-with-price__icon {
    flex-shrink: 0;
    margin-left: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .add-to-cart-with-price__icon svg {
    width: 20px;
    height: 20px;
  }

  .add-to-cart-with-price__icon--custom {
    color: currentColor;
  }

  .add-to-cart-with-price__icon--custom svg {
    fill: currentColor;
  }

  /* Inline layout when both add-to-cart and buy-now buttons are present */
  .add-to-cart-with-price-block + .buy-now-with-price-block,
  .buy-now-with-price-block + .add-to-cart-with-price-block {
    margin-top: 12px;
  }

  @media screen and (min-width: 750px) {
    /* Side by side layout on desktop */
    .add-to-cart-with-price-block:has(+ .buy-now-with-price-block),
    .buy-now-with-price-block:has(+ .add-to-cart-with-price-block) {
      display: inline-block;
      width: calc(50% - 6px);
    }

    .add-to-cart-with-price-block + .buy-now-with-price-block {
      margin-top: 0;
      margin-left: 12px;
    }

    .buy-now-with-price-block + .add-to-cart-with-price-block {
      margin-top: 0;
      margin-left: 12px;
    }
  }

  @media screen and (max-width: 749px) {
    .add-to-cart-with-price__button {
      font-size: 0.875rem;
    }
  }
/* END_BLOCK:add-to-cart-with-price */

/* START_BLOCK:add-to-cart (INDEX:252) */
.add-to-cart-block-wrapper,
  add-to-cart-block-wiggle {
    display: block;
    width: 100%;
  }
/* END_BLOCK:add-to-cart */

/* START_BLOCK:bold-shipping-countdown (INDEX:255) */
.bold-shipping-countdown {
    --bold-shipping-accent: var(--color-gradient-2, var(--color-primary-hover));
    padding-block: 10px 8px;
  }

  .bold-shipping-countdown__message {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 12px 16px;
    border-radius: var(--style-border-radius-global, 12px);
    border: 1px solid color-mix(in srgb, var(--bold-shipping-accent) 35%, var(--color-border));
    background: color-mix(in srgb, var(--bold-shipping-accent) 10%, var(--color-background));
    font-family: var(--font-body--family);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    color: var(--color-foreground);
    text-align: center;
  }

  .bold-shipping-countdown__timer {
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    color: var(--bold-shipping-accent);
    letter-spacing: 0.04em;
  }

  .bold-shipping-countdown__expired {
    margin: 8px 0 0;
    font-family: var(--font-body--family);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--color-foreground);
    text-align: center;
    opacity: 0.85;
  }

  .bold-shipping-countdown__expired[hidden] {
    display: none;
  }

  @media screen and (max-width: 749px) {
    .bold-shipping-countdown__message {
      font-size: 13px;
      padding: 10px 12px;
    }
  }
/* END_BLOCK:bold-shipping-countdown */

/* START_BLOCK:bold-trust-badges (INDEX:256) */
.bold-trust-badges {
    padding-block: 10px 8px;
  }

  .bold-trust-badges__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .bold-trust-badges__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 64px;
    padding: 12px 14px;
    border-radius: var(--style-border-radius-global, 12px);
    border: 1px solid color-mix(in srgb, var(--color-foreground) 12%, var(--color-border));
    background: color-mix(in srgb, var(--color-foreground) 4%, var(--color-background));
  }

  .bold-trust-badges__icon {
    flex-shrink: 0;
    font-size: 22px;
    line-height: 1;
  }

  .bold-trust-badges__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
  }

  .bold-trust-badges__line {
    display: block;
    font-family: var(--font-body--family);
    font-size: 12px;
    line-height: 1.35;
    color: var(--color-foreground);
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .bold-trust-badges__line:first-child {
    font-weight: 700;
    font-size: 13px;
  }

  .bold-trust-badges__line:last-child:not(:first-child) {
    font-weight: 500;
    opacity: 0.8;
  }

  @media screen and (max-width: 749px) {
    .bold-trust-badges__grid {
      grid-template-columns: 1fr;
    }
  }
/* END_BLOCK:bold-trust-badges */

/* START_BLOCK:bold-volume-promo (INDEX:257) */
.bold-volume-promo {
    --bold-volume-accent: var(--color-primary);
    --bold-volume-accent-soft: rgb(var(--color-primary-rgb) / 0.12);
    padding-block: 12px 8px;
  }

  .bold-volume-promo__heading {
    margin: 0 0 12px;
    font-family: var(--font-heading--family, var(--font-body--family));
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-foreground);
    text-align: center;
  }

  .bold-volume-promo__tiers {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .bold-volume-promo__tier {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 72px;
    padding: 12px 8px;
    border-radius: var(--style-border-radius-global, 12px);
    border: 1px solid color-mix(in srgb, var(--bold-volume-accent) 35%, var(--color-border));
    background: var(--bold-volume-accent-soft);
    text-align: center;
  }

  .bold-volume-promo__percent {
    font-family: var(--font-heading--family, var(--font-body--family));
    font-size: 15px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--bold-volume-accent);
    letter-spacing: 0.02em;
  }

  .bold-volume-promo__count {
    font-family: var(--font-body--family);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--color-foreground);
    opacity: 0.85;
  }

  .bold-volume-promo__link-wrap {
    margin: 10px 0 0;
    text-align: center;
  }

  .bold-volume-promo__link {
    font-family: var(--font-body--family);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bold-volume-accent);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .bold-volume-promo__link:hover {
    opacity: 0.85;
  }

  @media screen and (max-width: 749px) {
    .bold-volume-promo__tiers {
      grid-template-columns: 1fr;
    }

    .bold-volume-promo__tier {
      flex-direction: row;
      justify-content: space-between;
      min-height: 0;
      padding: 10px 14px;
    }
  }
/* END_BLOCK:bold-volume-promo */

/* START_BLOCK:buy-buttons (INDEX:259) */
.buy-buttons-block {
    width: 100%;
  }

  .product-form-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--gap-sm) / 2);

    @media screen and (min-width: 750px) {
      gap: var(--gap-sm);
    }
  }

  .product-form-buttons > *:not(.quantity-selector-wrapper) {
    flex: 1 1 185px;
    min-width: fit-content;
  }

  .product-form-buttons--stacked > *:not(.quantity-selector-wrapper) {
    flex-basis: 51%; /* Force the buttons to be on separate rows */
  }

  .quantity-selector-wrapper {
    flex-grow: 0;
  }
  
  .quantity-selector-wrapper--full-width {
    flex-basis: 100%;
    width: 100%;
  }
  
  .quantity-selector {
    flex-grow: 0;
  }

  .product-form-buttons button {
    width: 100%;
    padding-inline: var(--padding-4xl);
    padding-block: var(--padding-lg);
  }

  .add-to-cart-button {
    text-transform: var(--button-text-case-primary);
  }

  .add-to-cart-button.button-secondary {
    text-transform: var(--button-text-case-secondary);
  }

  .product-form-buttons .shopify-payment-button__button {
    width: 100%;
    min-height: var(--minimum-touch-target);
  }

  .quantity-selector-wrapper .quantity-selector,
  .add-to-cart-button {
    height: var(--height-buy-buttons);
  }
  
  .quantity-selector-wrapper {
    height: auto;
  }

  .product__pickup-availabilities {
    width: 100%;
  }

  .pickup-availability__column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .pickup-availability__row {
    display: flex;
    gap: var(--padding-xs);
  }

  .pickup-availability__dialog-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .pickup-availability__header-container {
    padding-block-end: var(--padding-2xl);
  }

  .pickup-location__wrapper {
    display: flex;
    flex-direction: column;
    padding-block: var(--padding-2xl);
    border-top: 1px solid var(--color-border);
    gap: var(--padding-xs);
  }

  .pickup-location__address-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--padding-md);
  }

  .pickup-location__dialog {
    padding: var(--padding-2xl);
    position: fixed;
    border-radius: 0;
    width: var(--sidebar-width);
    max-width: 95vw;
    height: 100%;
    margin: 0 0 0 auto;
    border: var(--style-border-drawer);
    box-shadow: var(--shadow-drawer);
    background-color: var(--color-background);
  }

  .pickup-location__dialog:modal {
    max-height: 100dvh;
  }

  .pickup-location__text-sm {
    font-size: var(--font-size--sm);
    margin: 0;
  }

  .pickup-location__text-xs {
    font-size: var(--font-size--xs);
    margin: 0;
  }

  .product-form-text__error {
    display: flex;
    align-items: flex-start;
    gap: var(--gap-xs);
  }

  .pickup-location__button {
    width: fit-content;
    color: var(--color-primary);
    font-size: var(--font-size--xs);
    font-family: var(--font-body--family);
    padding: 0;
    cursor: pointer;
    margin-block: var(--margin-xs);
  }

  .pickup-location__button:hover {
    color: var(--color-primary-hover);
  }

  .pickup-location__h4 {
    margin: 0;
  }

  .pickup-location__text-bold {
    font-size: var(--font-size--md);
    font-weight: 600;
    margin: 0;
  }

  .pickup-location__availability-wrapper {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
    font-family: var(--font-paragraph--family);
  }

  .pickup-location__address {
    font-style: normal;
  }

  .pickup-location__close-button {
    top: calc(var(--padding-2xl) - (var(--icon-size-xs) / 2));
    right: calc(var(--padding-2xl) - var(--icon-size-xs));
  }
/* END_BLOCK:buy-buttons */

/* START_BLOCK:buy-now-with-price (INDEX:260) */
.buy-now-with-price-block,
  .buy-now-with-price-wrapper,
  buy-now-with-price-button {
    width: 100%;
    display: block;
  }

  .buy-now-with-price__button {
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: var(--style-border-radius-buttons-primary);
    background: var(--button-background-color);
    color: var(--button-color);
  }

  .buy-now-with-price__button[class*="color-"] {
    --button-color: var(--color-primary-button-text);
    --button-background-color: var(--color-primary-button-background);
    --button-border-color: var(--color-primary-button-border);
  }
  
  .buy-now-with-price__button p {
    margin: 0;
    padding: 0;
    display: inline;
  }

  .buy-now-with-price__button[class*="color-"]:hover:not(:disabled) {
    --button-color: var(--color-primary-button-hover-text);
    --button-background-color: var(--color-primary-button-hover-background);
    --button-border-color: var(--color-primary-button-hover-border);
    transform: translateY(-1px);
    box-shadow: var(--style-shadow-card);
  }

  .buy-now-with-price__button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  .buy-now-with-price__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .buy-now-with-price__text {
    white-space: nowrap;
  }

  .buy-now-with-price__separator {
    opacity: 0.6;
  }

  .buy-now-with-price__price {
    font-weight: 700;
  }

  .buy-now-with-price__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .buy-now-with-price__icon svg {
    width: 20px;
    height: 20px;
  }

  .buy-now-with-price__icon--custom {
    color: currentColor;
  }

  .buy-now-with-price__icon--custom svg {
    fill: currentColor;
  }

  .buy-now-with-price__button:hover:not(:disabled) .buy-now-with-price__icon {
    transform: translateX(4px);
  }

  /* Inline layout when both add-to-cart and buy-now buttons are present */
  .add-to-cart-with-price-block + .buy-now-with-price-block,
  .buy-now-with-price-block + .add-to-cart-with-price-block {
    margin-top: 12px;
  }

  @media screen and (min-width: 750px) {
    /* Side by side layout on desktop */
    .add-to-cart-with-price-block:has(+ .buy-now-with-price-block),
    .buy-now-with-price-block:has(+ .add-to-cart-with-price-block) {
      display: inline-block;
      width: calc(50% - 6px);
    }

    .add-to-cart-with-price-block + .buy-now-with-price-block {
      margin-top: 0;
      margin-left: 12px;
    }

    .buy-now-with-price-block + .add-to-cart-with-price-block {
      margin-top: 0;
      margin-left: 12px;
    }
  }

  @media screen and (max-width: 749px) {
    .buy-now-with-price__content {
      gap: 6px;
    }

    .buy-now-with-price__icon,
    .buy-now-with-price__icon svg {
      width: 16px;
      height: 16px;
    }
  }
/* END_BLOCK:buy-now-with-price */

/* START_BLOCK:contact-form-submit-button (INDEX:264) */
.submit-button {
    min-width: max-content;
  }
/* END_BLOCK:contact-form-submit-button */

/* START_BLOCK:delivery-date (INDEX:267) */
.delivery-date {
    width: 100%;
    padding-top: var(--dd-block-padding-top, 12px);
    padding-bottom: var(--dd-block-padding-bottom, 12px);
    display: flex;
  }

  .delivery-date--align-left   { justify-content: flex-start; }
  .delivery-date--align-center { justify-content: center; }
  .delivery-date--align-right  { justify-content: flex-end; }

  .delivery-date__pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: var(--dd-padding-y, 10px) var(--dd-padding-x, 18px);
    background: var(--dd-bg, var(--color-background, transparent));
    border: 1px solid var(--dd-border, var(--color-border, rgba(0, 0, 0, 0.12)));
    border-radius: var(--style-border-radius-pills, 999px);
    color: var(--dd-text, var(--color-foreground, #1a1a1a));
    max-width: 100%;
  }

  .delivery-date__dot {
    position: relative;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--dd-dot, #4caf50) 22%, transparent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  /* Fallback for browsers that don't support color-mix — solid translucent halo. */
  @supports not (background: color-mix(in srgb, red, blue)) {
    .delivery-date__dot {
      background: rgba(76, 175, 80, 0.22);
    }
  }

  .delivery-date__dot-core {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--dd-dot, #4caf50);
    display: block;
  }

  .delivery-date__text {
    font-family: var(--font-body--family, inherit);
    font-size: 0.9375rem;
    line-height: 1.3;
    color: inherit;
  }

  .delivery-date__date {
    font-weight: 600;
  }

  @media (max-width: 480px) {
    .delivery-date__text {
      font-size: 0.875rem;
    }
    .delivery-date__pill {
      padding: 8px 14px;
      gap: 10px;
    }
  }
/* END_BLOCK:delivery-date */

/* START_BLOCK:delivery-info (INDEX:268) */
.delivery-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .delivery-info__countdown-box {
    border: 2px solid var(--delivery-border-color);
    border-radius: var(--style-border-radius-global, 8px);
    padding: 16px 20px;
    background: var(--color-background);
  }

  .delivery-info__dispatch {
    margin: 0;
    font-size: var(--dispatch-font-size-desktop, 18px);
    font-weight: 600;
    color: var(--delivery-text-color);
    text-align: center;
    line-height: 1.5;
  }

  .delivery-info__timer {
    font-weight: 700;
  }

  .delivery-info__delivery-estimate {
    margin: 12px 0 0 0;
    font-size: var(--delivery-font-size-desktop, 16px);
    color: var(--delivery-accent-color);
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
  }

  .delivery-info__dates {
    font-weight: 700;
  }

  .delivery-info__emoji,
  .delivery-info__emoji-accent {
    display: inline;
  }

  .delivery-info__timeline-box {
    border: 2px solid var(--delivery-border-color);
    border-radius: var(--style-border-radius-global, 8px);
    padding: 24px 20px;
    background: var(--color-background);
  }

  .delivery-info__timeline {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
  }

  .delivery-info__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 0 0 auto;
    min-width: 100px;
  }

  .delivery-info__icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--delivery-icon-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--style-shadow-card, 0 2px 8px rgba(0, 0, 0, 0.08));
  }

  .delivery-info__icon {
    width: 28px;
    height: 28px;
    color: var(--delivery-icon-color);
  }

  .delivery-info__step-label {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    color: var(--delivery-text-color);
  }

  .delivery-info__step-date {
    margin-top: 4px;
    font-size: 14px;
    color: var(--color-foreground-muted, #666);
  }

  .delivery-info__connector {
    flex: 1;
    height: 3px;
    background: var(--delivery-connector-color);
    margin-top: 30px;
    min-width: 40px;
    max-width: 80px;
  }

  @media (max-width: 749px) {
    .delivery-info__dispatch {
      font-size: var(--dispatch-font-size-mobile, 15px);
    }

    .delivery-info__delivery-estimate {
      font-size: var(--delivery-font-size-mobile, 13px);
    }

    .delivery-info__countdown-box {
      padding: 14px 12px;
    }

    .delivery-info__timeline-box {
      padding: 20px 12px;
    }

    .delivery-info__step {
      min-width: 80px;
    }

    .delivery-info__icon-wrapper {
      width: 52px;
      height: 52px;
    }

    .delivery-info__icon {
      width: 22px;
      height: 22px;
    }

    .delivery-info__step-label {
      font-size: 14px;
    }

    .delivery-info__step-date {
      font-size: 12px;
    }

    .delivery-info__connector {
      margin-top: 24px;
      min-width: 20px;
      max-width: 40px;
    }
  }
/* END_BLOCK:delivery-info */

/* START_BLOCK:divider (INDEX:269) */
.divider {
    margin-top: var(--divider-spacing-top);
    margin-bottom: var(--divider-spacing-bottom);
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .divider__line {
    border: none;
    border-top: var(--divider-thickness) var(--divider-style) var(--divider-color);
    width: var(--divider-width);
    margin: 0;
  }
/* END_BLOCK:divider */

/* START_BLOCK:editorial-benefit-list (INDEX:270) */
.editorial-benefit-list {
    padding-block: 12px;
  }

  .editorial-benefit-list__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .editorial-benefit-list__item {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .editorial-benefit-list__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-foreground);
    flex-shrink: 0;
  }

  .editorial-benefit-list__text {
    font-family: var(--font-body--family);
    font-size: 13px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
    color: var(--color-foreground);
  }
/* END_BLOCK:editorial-benefit-list */

/* START_BLOCK:editorial-review-pill (INDEX:271) */
.editorial-review-pill {
    padding-block: 4px 12px;
  }

  .editorial-review-pill__inner {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .editorial-review-pill__stars {
    display: flex;
    gap: 2px;
    color: var(--color-foreground, #000000);
  }

  .editorial-review-pill__text {
    font-family: var(--font-body--family);
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-foreground);
  }
/* END_BLOCK:editorial-review-pill */

/* START_BLOCK:editorial-trust-strip (INDEX:272) */
.editorial-trust-strip {
    padding-block: 16px;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    margin-top: 16px;
  }

  .editorial-trust-strip__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .editorial-trust-strip__item {
    display: flex;
    align-items: center;
  }

  .editorial-trust-strip__text {
    font-family: var(--font-body--family);
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--color-foreground);
  }

  .editorial-trust-strip__separator {
    color: var(--color-border);
    font-size: 11px;
  }
/* END_BLOCK:editorial-trust-strip */

/* START_BLOCK:email-signup (INDEX:273) */
email-signup-block {
    display: block;
  }

  .email-signup-block {
    min-width: fit-content;

    @media screen and (max-width: 749px) {
      width: 100%;
      min-width: unset;
    }
  }

  .email-signup__heading {
    padding-block: var(--padding-sm);
  }

  .email-signup__form {
    display: flex;
    flex-direction: column;
  }

  .email-signup__input-group {
    --color-input-background: rgb(var(--color-foreground-rgb) / var(--opacity-5-15));
    --color-input-hover-background: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
    --color-input-text: var(--color-foreground);
    --color-input-text-rgb: var(--color-foreground-rgb);
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    background-color: transparent;
  }

  .email-signup__input-group:not(:has(.email-signup__button--integrated)) {
    gap: var(--gap-xs);
  }

  .email-signup__input-group:not(:has(.email-signup__button--arrow)) {
    @media screen and (max-width: 749px) {
      grid-template-columns: 1fr;
    }
  }

  .email-signup__input {
    width: 100%;
    border-width: var(--border-width);
    border-radius: var(--border-radius);
    border-style: solid;
    border-color: var(--color-input-border);
  }

  .email-signup__input.paragraph {
    color: var(--color-input-text);
    outline-color: var(--color-input-background);
  }

  .email-signup__button {
    white-space: nowrap;
    padding: 0;
    border-radius: var(--border-radius);

    @media screen and (max-width: 749px) {
      width: 100%;
    }
  }

  .email-signup__input,
  .email-signup__button--text {
    padding: var(--padding-lg) var(--padding-3xl);
  }

  .email-signup__input-group .email-signup__input--underline {
    --box-shadow-color: var(--color-input-border);
    --box-shadow-multiplier: 1;

    color: var(--color-input-text);
    background-color: transparent;
    padding: 12px 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 calc(var(--border-width) * var(--box-shadow-multiplier)) 0 var(--box-shadow-color);
    transition: box-shadow var(--animation-values);

    &:focus-visible {
      --box-shadow-multiplier: 1.75;
      --box-shadow-color: var(--color-input-text);

      outline: none;
    }
  }

  .email-signup__input::placeholder {
    color: rgb(var(--color-input-text-rgb) / var(--opacity-70));
  }

  .email-signup__input-group .email-signup__input--none {
    color: var(--color-input-text);
    background-color: var(--color-input-background);
    border: none;
  }

  .email-signup__input-group {
    --button-actual-width: var(--button-size);
  }

  .email-signup__input:has(+ .email-signup__button--arrow.email-signup__button--integrated) {
    padding-inline-end: calc(var(--button-size) + var(--padding-sm));

    @media screen and (max-width: 749px) {
      text-align: left;
    }
  }

  .email-signup__input:has(+ .email-signup__button--integrated.email-signup__button--text) {
    padding-inline-end: calc(var(--button-actual-width) + var(--padding-xs) + var(--margin-xs));

    @media screen and (max-width: 749px) {
      text-align: left;
    }
  }

  .email-signup__button-icon {
    fill: currentcolor;
    padding: 5px;

    @media screen and (max-width: 749px) {
      padding: 0;
      align-self: center;
      justify-self: center;
      width: var(--icon-size-lg);
      height: var(--icon-size-lg);
    }
  }

  .email-signup__button--arrow {
    aspect-ratio: 1;
    padding-inline: var(--padding-xs);

    &:not(.email-signup__button--integrated) {
      width: auto;
    }
  }

  .email-signup__button--integrated {
    --button-offset: var(--margin-xs);

    position: absolute;
    height: calc(100% - (var(--button-offset) * 2) - (var(--border-width) * 2));
    right: calc(var(--button-offset) + var(--border-width));
    top: calc(var(--button-offset) + var(--border-width));
    width: max-content;

    @media screen and (max-width: 749px) {
      width: fit-content;
    }

    &.email-signup__button--text {
      padding: 0 var(--padding-3xl);
    }

    &.email-signup__button--text.button-unstyled {
      padding: 0 var(--padding-xl);
    }

    &.button-unstyled {
      border-radius: var(--border-radius);
    }

    > .email-signup__button-icon {
      padding: 0;
    }
  }

  .email-signup__input--underline + .email-signup__button--integrated {
    --button-offset: calc(10% - var(--border-width));

    right: 0;

    &.email-signup__button--text.button-unstyled {
      padding: 0;
    }

    &.button-unstyled {
      border-radius: 0;
    }
  }

  .email-signup__button:not(.button-unstyled) {
    background: var(--button-background-color);
    color: var(--button-color);
    text-transform: var(--button-text-case-primary);
  }

  .email-signup__button.button-secondary {
    text-transform: var(--button-text-case-secondary);
  }

  .email-signup__button.button-unstyled {
    background-color: transparent;
    color: var(--color-input-text);
  }

  .email-signup__button.button-unstyled:hover {
    color: rgb(var(--color-input-text-rgb) / var(--opacity-70));
    cursor: pointer;
  }

  .email-signup__message {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
  }

  .email-signup__message-text {
    margin: 0;
  }
/* END_BLOCK:email-signup */

/* START_BLOCK:feature-pills (INDEX:274) */
.feature-pills-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .feature-pills-container + * {
    margin-top: 0;
  }

  .feature-pills-container .feature-pill {
    border-radius: var(--feature-pill-border-radius) !important;
  }

  @media screen and (max-width: 749px) {
    .feature-pills-container {
      gap: 8px !important;
    }
  }
/* END_BLOCK:feature-pills */

/* START_BLOCK:filters (INDEX:276) */
.collection-wrapper {
    @media screen and (min-width: 750px) {
      --facets-vertical-col-width: 6;
    }

    @media screen and (min-width: 990px) {
      --facets-vertical-col-width: 5;
    }
  }

  .facets-block-wrapper {
    @media screen and (min-width: 750px) {
      margin: var(--facets-margin);
      grid-column: var(--grid-column--desktop);
    }
  }

  .facets-block-wrapper--vertical {
    @media screen and (min-width: 750px) {
      grid-column: var(--grid-column--desktop);
    }
  }

  .facets-block-wrapper--vertical + .facets-toggle {
    @media screen and (max-width: 749px) {
      margin: 0;
    }
  }

  .facets-toggle {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .facets-mobile-wrapper {
    display: flex;
    align-items: center;
    gap: var(--gap-sm);
    justify-content: flex-end;
  }

  .facets-mobile-wrapper:has(> :nth-child(2)) {
    justify-content: space-between;
  }

  dialog-component.facets-block-wrapper:not(:has(.facets--drawer[open])) {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .variant-option__swatch-wrapper {
    position: relative;
    overflow: visible;
    border-radius: var(--options-border-radius);
  }

  .variant-option--swatches-disabled .variant-option__swatch-wrapper {
    overflow: hidden;
  }

  .facets {
    --facets-form-horizontal-gap: 20px;
    --facets-horizontal-max-input-wrapper-height: 230px;
    --facets-upper-z-index: var(--layer-raised);
    --facets-open-z-index: var(--layer-heightened);
    --facets-sticky-z-index: var(--layer-sticky);
    --facets-panel-min-width: 120px;
    --facets-panel-height: 300px;
    --facets-grid-panel-width: 300px;
    --facets-clear-padding: var(--padding-md);
    --facets-clear-shadow: 0 -4px 14px 0 rgb(var(--color-foreground-rgb) / var(--facets-low-opacity));
    --facets-input-label-color: rgb(var(--color-input-text-rgb) / var(--opacity-60));
    --facets-clear-all-min-width: 120px;
    --facets-see-results-min-width: 55%;
    --facets-mobile-gap: 22px;
    --facets-low-opacity: 10%;
    --facets-hover-opacity: 75%;

    top: auto;
    bottom: 0;
    height: var(--drawer-height);
    max-height: var(--drawer-height);
    width: var(--drawer-width);
    max-width: var(--drawer-max-width);
    box-shadow: none;
    padding-block: 0;

    &:not(.facets--drawer) {
      @media screen and (min-width: 750px) {
        padding-inline: var(--padding-inline-start) var(--padding-inline-end);
        width: 100%;
        max-width: 100%;
      }
    }
  }

  .facets--horizontal {
    display: none;

    @media screen and (min-width: 750px) {
      padding-block: var(--padding-block-start) var(--padding-block-end);
      display: flex;
      align-items: center;
      position: relative;
      z-index: var(--facets-upper-z-index);
      border: none;
      height: auto;
      top: initial;
      bottom: initial;
      max-height: none;
      width: auto;
      overflow: visible;
    }
  }

  .facets--vertical {
    display: none;

    @media screen and (min-width: 750px) {
      padding-block: 0 var(--padding-block-end);
      display: block;
      position: static;
      top: auto;
      bottom: auto;
      height: auto;
      max-height: none;
      width: auto;
      overflow: visible;
    }
  }

  .collection-wrapper:has(.collection-wrapper--full-width) .facets--vertical:not(.facets--drawer) {
    @media screen and (min-width: 750px) {
      padding-inline-start: max(var(--padding-sm), var(--padding-inline-start));
    }
  }

  .facets--drawer {
    border-radius: 0;
    border-right: var(--style-border-drawer);
    box-shadow: var(--shadow-drawer);
    padding-inline: 0;
  }

  .facets--drawer[open] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .facets.facets-controls-wrapper {
    @media screen and (min-width: 750px) {
      grid-column: column-1 / column-12;
      color: rgb(var(--color-foreground-rgb) / var(--opacity-70));
      gap: 0 var(--facets-form-horizontal-gap);
      padding-bottom: var(--padding-xs);
    }
  }

  .collection-wrapper:has(.product-grid-mobile--large) .facets-mobile-wrapper.facets-controls-wrapper {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .facets__inputs {
    display: flex;
    flex-direction: column;
    gap: var(--padding-lg);
    width: 100%;
  }

  :is(.facets--drawer, .facets--vertical) .facets__inputs:not(:has(.show-more)) {
    padding-block-end: var(--padding-sm);
  }

  /* Facets - Form */
  .facets__form-wrapper {
    display: flex;
    flex-direction: column;
    color: var(--color-foreground-muted);
    width: 100%;
  }

  .facets--horizontal .facets__form-wrapper {
    @media screen and (min-width: 750px) {
      flex-direction: row;
      height: auto;
    }
  }

  .facets__form {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
  }

  .facets--horizontal .facets__form {
    @media screen and (min-width: 750px) {
      flex-flow: row nowrap;
      height: auto;
    }
  }

  .facets:not(.facets--drawer) .facets__filters-wrapper {
    @media screen and (min-width: 750px) {
      margin-inline-end: var(--margin-md);
    }
  }

  .facets--horizontal .facets__filters-wrapper {
    @media screen and (min-width: 750px) {
      max-width: 60%;
      display: flex;
      flex-wrap: wrap;
      column-gap: var(--gap-xl);
      margin-inline-end: 0;
    }
  }

  /* Facets - Summary */
  .facets__summary {
    --variant-picker-swatch-width: 32px;
    --variant-picker-swatch-height: 32px;
    --icon-opacity: 0.5;

    @media screen and (min-width: 750px) {
      --variant-picker-swatch-width: 26px;
      --variant-picker-swatch-height: 26px;
    }

    font-size: var(--font-h4--size);
    display: flex;
    justify-content: space-between;

    &:hover {
      --icon-opacity: 1;
    }
  }

  .facets__filters-wrapper:hover .facets__summary,
  .facets__filters-wrapper:has(.facets__panel[open]) .facets__summary {
    opacity: var(--facets-hover-opacity);
  }

  .facets__filters-wrapper .facets__summary:hover,
  .facets__filters-wrapper .facets__panel[open] .facets__summary {
    opacity: 1;
  }

  .facets--horizontal .facets__summary {
    @media screen and (min-width: 750px) {
      font-size: var(--font-paragraph--size);
      justify-content: flex-start;
      height: var(--minimum-touch-target);
    }
  }

  .facets__summary .icon-caret {
    height: var(--icon-size-xs);
    width: var(--icon-size-xs);
    color: rgb(var(--color-foreground-rgb) / var(--icon-opacity));
    margin-block: var(--margin-2xs);
    transition: color var(--animation-speed) var(--animation-easing);
  }

  .facets--drawer .facets__summary .icon-caret {
    margin-inline-start: var(--margin-2xs);
  }

  /* Facets - Bubble */
  .facets__bubble {
    display: inline-flex;
    font-family: var(--font-paragraph--family);
    font-weight: var(--font-paragraph--weight);
    aspect-ratio: 1 / 1;
  }

  /* Facets - Inputs */
  .facets__inputs-wrapper {
    margin-block: var(--padding-xs) var(--padding-xs);
  }

  .facets__inputs .show-more {
    display: flex;
    flex-direction: column;
    gap: var(--gap-xl);
    margin-block-end: var(--padding-xl);
  }

  .facets:not(.facets--drawer) .facets__inputs-wrapper {
    @media screen and (min-width: 750px) {
      gap: var(--gap-sm);
    }
  }

  .facets--horizontal .facets__inputs .show-more {
    @media screen and (min-width: 750px) {
      display: contents;
    }
  }

  .facets--horizontal .facets__inputs-wrapper {
    @media screen and (min-width: 750px) {
      max-height: var(--facets-horizontal-max-input-wrapper-height);
      scrollbar-width: none;
      -ms-overflow-style: none;
      overflow-x: auto;
      padding: var(--padding-md);
      margin-block: 0;
    }
  }

  .facets--vertical .facets__inputs:has(.show-more) .facets__inputs-wrapper {
    padding-block: var(--padding-sm);
    padding-inline: var(--padding-sm);
    margin-block: calc(var(--padding-sm) * -1);
    margin-inline: calc(var(--padding-sm) * -1);
  }

  @media screen and (max-width: 749px) {
    .facets__inputs:has(.show-more) .facets__inputs-wrapper {
      padding-block: var(--padding-sm);
      padding-inline: var(--padding-sm);
      margin-block: calc(var(--padding-sm) * -1);
      margin-inline: calc(var(--padding-sm) * -1);
    }
  }

  .facets__inputs-wrapper:not(:has(.facets__inputs-list)),
  .facets__inputs-wrapper .facets__inputs-list {
    display: flex;
    gap: var(--facets-mobile-gap);
    flex-direction: column;

    @media screen and (min-width: 750px) {
      gap: var(--gap-sm);
    }
  }

  @media screen and (min-width: 750px) {
    .facets--vertical .facets__inputs-wrapper .facets__inputs-list--swatches {
      gap: var(--gap-sm);
    }

    .facets--horizontal
      .facets__inputs-wrapper
      .facets__inputs-list--swatches:not(.facets__inputs-list--swatches-grid) {
      display: grid;
      grid-template-columns: repeat(var(--swatch-columns, 4), 1fr);
    }
  }

  .facets__inputs-wrapper .facets__inputs-list--swatches {
    --facets-mobile-gap: var(--gap-sm);
  }

  .facets__inputs-wrapper .facets__inputs-list--grid {
    --min-column-width: 20%;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--min-column-width), 1fr));
    gap: var(--gap-sm);

    @media screen and (min-width: 750px) {
      --min-column-width: 50px;
    }
  }

  .facets-block-wrapper:not(.facets-block-wrapper--vertical) .facets__inputs-list--grid {
    @media screen and (min-width: 750px) {
      width: var(--facets-grid-panel-width);
    }
  }

  .facets__inputs-wrapper--row:not(:has(.facets__inputs-list)),
  .facets__inputs-wrapper--row .facets__inputs-list {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .facets__inputs .show-more__button {
    --show-more-icon-size: 22px;
    --show-more-gap: 8px;

    gap: var(--show-more-gap);

    @media screen and (min-width: 750px) {
      --show-more-icon-size: 16px;
      --show-more-gap: 6px;
    }
  }

  .facets__inputs .show-more__button .icon-plus {
    width: var(--show-more-icon-size);
    height: var(--show-more-icon-size);

    svg {
      width: var(--icon-size-xs);
      height: var(--icon-size-xs);
    }
  }

  /* Facets - Panel */
  .facets__panel {
    padding: 0 var(--drawer-padding);
  }

  .facets:not(.facets--drawer) .facets__panel,
  .facets-controls-wrapper .facets__panel {
    @media screen and (min-width: 750px) {
      padding: 0;
    }
  }

  .facets--horizontal .facets__panel {
    @media screen and (min-width: 750px) {
      position: relative;
    }
  }

  .facets-mobile-wrapper .facets__panel-content {
    border-radius: var(--style-border-radius-popover);
  }

  .facets-mobile-wrapper {
    --facets-upper-z-index: var(--layer-raised);
    --facets-panel-min-width: 120px;
    --facets-panel-height: 300px;
  }

  .facets--horizontal .facets__panel-content,
  .sorting-filter__options {
    @media screen and (min-width: 750px) {
      border-radius: var(--style-border-radius-popover);
      position: absolute;
      top: 100%;
      width: max-content;
      min-width: var(--facets-panel-min-width);
      max-width: var(--facets-panel-width);
      max-height: var(--facets-panel-height);
      z-index: var(--facets-upper-z-index);
      box-shadow: var(--shadow-popover);
      border: var(--style-border-popover);
      background-color: var(--color-background);
      overflow-y: hidden;
      gap: 0;
    }
  }

  :is(.facets--drawer, .facets--vertical) :is(.facets__item, .sorting-filter)::before {
    content: '';
    display: block;
    height: 0;
    width: calc(100% - var(--drawer-padding) * 2);
    border-top: var(--style-border-width) solid var(--color-border);
    margin: 0 auto;
  }

  @media screen and (min-width: 750px) {
    .facets:not(.facets--drawer) :is(.facets__item, .sorting-filter)::before {
      width: 100%;
    }

    .facets--horizontal .facets__item:not(:first-of-type)::before,
    .facets--horizontal .sorting-filter::before {
      content: none;
    }
  }

  @media screen and (min-width: 750px) {
    .facets--vertical .facets__item:not(:first-of-type)::before,
    .facets--vertical .sorting-filter::before {
      content: '';
    }
  }

  /* Facets - Text */
  .facets__label,
  .facets__clear-all,
  .clear-filter {
    text-decoration-color: transparent;
    text-decoration-thickness: 0.075em;
    text-underline-offset: 0.125em;
    transition: text-decoration-color var(--animation-speed) var(--animation-easing);
  }

  .facets__label,
  .products-count-wrapper {
    text-transform: var(--facet-label-transform);
  }

  .clear-filter {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }

  /* Facets - Label */
  .facets__label {
    color: var(--color-foreground);
    cursor: pointer;

    @media screen and (min-width: 750px) {
      margin-inline-end: var(--margin-2xs);
    }
  }

  /* Products count */
  .products-count-wrapper {
    display: none;
  }

  .facets--horizontal .products-count-wrapper {
    @media screen and (min-width: 750px) {
      display: flex;
      margin-left: auto;
      flex-shrink: 0;
      align-items: center;
      height: var(--minimum-touch-target);
    }
  }

  /* Mobile specific components */
  .facets__title-wrapper {
    background-color: var(--color-background);
    color: var(--color-foreground);
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: var(--padding-xs);
    padding-inline-start: var(--drawer-padding);
    padding-inline-end: var(--padding-2xs);
    z-index: var(--facets-sticky-z-index);
  }

  :is(.facets--horizontal, .facets--vertical) .facets__title-wrapper {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .facets-drawer__title {
    --variant-picker-swatch-width: 32px;
    --variant-picker-swatch-height: 32px;

    margin: 0;
    display: flex;
    align-items: center;
    gap: var(--gap-xs);

    @media screen and (min-width: 750px) {
      --variant-picker-swatch-width: 26px;
      --variant-picker-swatch-height: 26px;
    }
  }

  .facets-drawer__close {
    position: relative;
    top: 0;
    right: 0;
    padding: 0;
    cursor: pointer;
  }

  /* Status */
  .facets__status:not(:empty) {
    width: max-content;
    display: flex;
    margin-inline-start: auto;
    font-weight: 500;
    color: var(--color-foreground);
  }

  .facets__panel[open] .facets__status {
    display: none;
  }

  .facets--filters-title {
    margin-block-end: 0;
    color: var(--color-foreground);
    height: fit-content;

    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .facets--horizontal .facets__panel .facets__status:has(:not(:empty)) {
    @media screen and (min-width: 750px) {
      display: flex;
      margin-inline-start: var(--margin-xs);
      margin-inline-end: var(--margin-xs);
    }
  }

  /* Horizontal filter style */
  .facets--horizontal .facets__form {
    @media screen and (min-width: 750px) {
      gap: 0 var(--facets-form-horizontal-gap);
    }
  }

  .collection-wrapper:has(> .facets--horizontal) .facets__panel[open] {
    @media screen and (min-width: 750px) {
      z-index: var(--facets-open-z-index);
    }
  }
/* END_BLOCK:filters */

/* START_BLOCK:footer-back-to-top (INDEX:278) */
.footer-back-to-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--color-primary-button-background);
    color: var(--color-primary-button-text);
    transition: opacity 0.2s ease;
    flex-shrink: 0;
  }

  .footer-back-to-top:hover {
    opacity: 0.85;
  }

  .footer-back-to-top:focus-visible {
    outline: 2px solid var(--color-primary-button-background);
    outline-offset: 2px;
  }

  .footer-back-to-top__icon {
    width: 20px;
    height: 20px;
  }
/* END_BLOCK:footer-back-to-top */

/* START_BLOCK:footer-policy-list (INDEX:280) */
.policy-list-trigger {
    anchor-name: --terms-policies-trigger;
    cursor: pointer;
    font-size: var(--font-size, 0.75rem);
    text-transform: var(--text-transform, none);
  }

  .policy_list {
    li {
      border-radius: calc(var(--style-border-radius-popover) - 8px);

      a {
        color: var(--color-foreground);
        display: inline-block;
        padding: 8px;
        text-align: start;
        width: 100%;
        outline-color: #0000;
        font-size: var(--font-size, 0.75rem);
        text-transform: var(--text-transform, none);
      }

      &:is(:hover, :focus-within) {
        background: rgb(var(--color-foreground-rgb) / 0.15);
      }
    }
  }

  .terms-policies-popover {
    position-anchor: --terms-policies-trigger;
    inset: unset;
    bottom: calc(anchor(top) + 1rem);
    left: anchor(left);
    border-radius: var(--style-border-radius-popover);
    background: linear-gradient(var(--color-background) 0 100%),
      linear-gradient(rgb(var(--color-background-rgb) / 0.15) 0 100%);
    background-clip: padding-box, border-box;
    border: 1px solid #0000;
    box-shadow: var(--shadow-popover);
    padding: 8px;
    margin: 0;
    opacity: 0;
    scale: 0.94;
    translate: 0 6px;
    transform-origin: 6ch 100%;
  }

  .terms-policies-popover.\:popover-open,
  .terms-policies-popover:popover-open {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }

  @media screen and (max-width: 750px) {
    .terms-policies-popover {
      left: anchor(center);
      transform: translate(-50%, 0);
      transform-origin: 0% 100%;
    }
  }

  @supports not (position-anchor: --account-button-trigger) {
    .terms-policies-popover {
      bottom: unset;
      top: calc(var(--anchor-top) * 1px);
      left: calc(var(--anchor-left) * 1px);
      transform: translate(0, calc(-100% - 1.25rem));
    }
    @media screen and (max-width: 750px) {
      .terms-policies-popover {
        left: calc((var(--anchor-left) + (var(--anchor-width) / 2)) * 1px);
        transform: translate(-50%, calc(-100% - 1.25rem));
      }
    }
  }
  @media (prefers-reduced-motion: no-preference) {
    .terms-policies-popover {
      transition-property: display, overlay, opacity, scale, translate;
      transition-behavior: allow-discrete;
      transition-duration: 0.3s;
      transition-timing-function: var(--ease-out-quad);
    }
    @starting-style {
      .terms-policies-popover.\:popover-open,
      .terms-policies-popover:popover-open {
        opacity: 0.7;
        translate: 0 6px;
        scale: 0.94;
      }
    }
  }
/* END_BLOCK:footer-policy-list */

/* START_BLOCK:forge-customer-faces-rating (INDEX:282) */
.cfr-block__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: min(90%, 480px);
    margin: 0 auto;
  }

  .cfr-block__avatars {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }

  .cfr-block__avatar {
    width: var(--cfr-avatar-size, 40px);
    height: var(--cfr-avatar-size, 40px);
    border-radius: var(--style-border-radius-pills);
    overflow: hidden;
    border: 2px solid var(--color-background);
    margin-left: -10px;
    flex-shrink: 0;
    box-shadow: var(--style-shadow-card);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: color-mix(in srgb, var(--color-foreground) 10%, var(--color-background));
  }

  .cfr-block__avatar:first-child {
    margin-left: 0;
  }

  .cfr-block__avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .cfr-block__avatar-placeholder {
    width: 60%;
    height: 60%;
    color: color-mix(in srgb, var(--color-foreground) 40%, var(--color-background));
  }

  .cfr-block__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .cfr-block__headline {
    margin: 0;
    font-size: var(--cfr-headline-size, 16px);
    font-weight: 700;
    color: var(--color-foreground);
    line-height: 1.3;
    white-space: nowrap;
  }

  .cfr-block__rating-row {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .cfr-block__stars {
    display: flex;
    align-items: center;
    gap: 2px;
  }

  .cfr-block__star-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--cfr-star-box-size, 26px);
    height: var(--cfr-star-box-size, 26px);
    background-color: var(--cfr-star-box-color, #00b67a);
    flex-shrink: 0;
  }

  .cfr-block__star-box svg {
    width: 72%;
    height: 72%;
  }

  .cfr-block__score {
    font-size: var(--cfr-score-size, 16px);
    font-weight: 700;
    color: var(--color-foreground);
    line-height: 1;
  }

  @media screen and (max-width: 749px) {
    .cfr-block__avatar {
      margin-left: -8px;
      width: clamp(28px, 8vw, var(--cfr-avatar-size, 40px));
      height: clamp(28px, 8vw, var(--cfr-avatar-size, 40px));
    }

    .cfr-block__headline {
      font-size: clamp(11px, 3.2vw, var(--cfr-headline-size, 16px));
    }

    .cfr-block__star-box {
      width: clamp(18px, 5.5vw, var(--cfr-star-box-size, 26px));
      height: clamp(18px, 5.5vw, var(--cfr-star-box-size, 26px));
    }

    .cfr-block__score {
      font-size: clamp(12px, 3.5vw, var(--cfr-score-size, 16px));
    }
  }
/* END_BLOCK:forge-customer-faces-rating */

/* START_BLOCK:icon-row (INDEX:286) */
.icon-row {
    width: 100%;
    /* Default text color is intentionally muted (not pure black) for an
       editorial-luxe feel. Falls through to the theme's --color-foreground-muted
       token when present, otherwise a soft slate gray. The merchant can override
       via the Text color setting (writes --icon-row-color inline). */
    color: var(--icon-row-color, var(--color-foreground-muted, #5a5f66));
  }

  .icon-row__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: clamp(16px, 3vw, 36px);
    align-items: center;
  }

  .icon-row--align-left .icon-row__list   { justify-content: flex-start; }
  .icon-row--align-center .icon-row__list { justify-content: center; }
  .icon-row--align-right .icon-row__list  { justify-content: flex-end; }

  .icon-row__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
  }

  .icon-row__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .icon-row__icon svg {
    width: var(--icon-row-icon-size, 18px);
    height: var(--icon-row-icon-size, 18px);
    display: block;
  }

  .icon-row__text {
    font-family: var(--font-body--family, inherit);
    font-size: var(--icon-row-text-size, 0.875rem);
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.2;
    color: inherit;
  }

  /* Mobile: tighter spacing + slightly smaller type so labels stay legible. */
  @media (max-width: 500px) {
    .icon-row__list {
      gap: 12px 16px;
    }
    .icon-row__text {
      font-size: var(--icon-row-text-size-mobile, 0.8125rem);
    }
  }
/* END_BLOCK:icon-row */

/* START_BLOCK:icon-with-text (INDEX:287) */
.icon-with-text {
    display: flex;
    align-items: center;
    gap: var(--icon-text-gap);
    justify-content: var(--justify-content);
  }

  .icon-with-text__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-size);
    height: var(--icon-size);
    color: var(--icon-color);
  }

  .icon-with-text__icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
  }

  .icon-with-text__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .icon-with-text__text {
    color: var(--text-color);
    font-size: var(--text-size);
    line-height: 1.4;
  }

  .icon-with-text__text p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
  }
/* END_BLOCK:icon-with-text */

/* START_BLOCK:icon (INDEX:288) */
.icon-block {
    display: flex;
    fill: currentcolor;
    flex-shrink: 0;
  }

  .icon-block__media {
    height: auto;
  }
/* END_BLOCK:icon */

/* START_BLOCK:image (INDEX:290) */
.placeholder-image {
    position: relative;
    aspect-ratio: var(--ratio);
    overflow: hidden;
  }

  placeholder-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: var(--ratio);
  }

  .image-block {
    display: flex;

    /* When the image is nested in a group, section, etc, respect the parent's horizontal alignment */
    justify-content: var(--horizontal-alignment, 'inline-start');
  }

  .image-block--height-fill .image-block__image {
    height: 100%;
  }

  .image-block__image {
    width: 100%;
    object-fit: cover;
    aspect-ratio: var(--ratio);
  }

  /* Bounce animation styles */
  image-bounce-block {
    display: block;
  }

  /* Subtle bounce - up and down motion */
  @keyframes gentle-bounce-subtle {
    0%, 100% { transform: translateY(0); }
    20% { transform: translateY(-4px); }
    40% { transform: translateY(2px); }
    60% { transform: translateY(-2px); }
    80% { transform: translateY(1px); }
  }

  /* Normal bounce - up and down motion */
  @keyframes gentle-bounce-normal {
    0%, 100% { transform: translateY(0); }
    20% { transform: translateY(-8px); }
    40% { transform: translateY(4px); }
    60% { transform: translateY(-4px); }
    80% { transform: translateY(2px); }
  }

  /* Pronounced bounce - up and down motion */
  @keyframes gentle-bounce-pronounced {
    0%, 100% { transform: translateY(0); }
    20% { transform: translateY(-12px); }
    40% { transform: translateY(6px); }
    60% { transform: translateY(-6px); }
    80% { transform: translateY(3px); }
  }

  /* Slow speed - 0.6s */
  image-bounce-block.bouncing[data-bounce-speed="slow"][data-bounce-intensity="subtle"] {
    animation: gentle-bounce-subtle 0.6s ease-out;
  }
  image-bounce-block.bouncing[data-bounce-speed="slow"][data-bounce-intensity="normal"] {
    animation: gentle-bounce-normal 0.6s ease-out;
  }
  image-bounce-block.bouncing[data-bounce-speed="slow"][data-bounce-intensity="pronounced"] {
    animation: gentle-bounce-pronounced 0.6s ease-out;
  }

  /* Normal speed - 0.4s */
  image-bounce-block.bouncing[data-bounce-speed="normal"][data-bounce-intensity="subtle"] {
    animation: gentle-bounce-subtle 0.4s ease-out;
  }
  image-bounce-block.bouncing[data-bounce-speed="normal"][data-bounce-intensity="normal"] {
    animation: gentle-bounce-normal 0.4s ease-out;
  }
  image-bounce-block.bouncing[data-bounce-speed="normal"][data-bounce-intensity="pronounced"] {
    animation: gentle-bounce-pronounced 0.4s ease-out;
  }

  /* Fast speed - 0.25s */
  image-bounce-block.bouncing[data-bounce-speed="fast"][data-bounce-intensity="subtle"] {
    animation: gentle-bounce-subtle 0.25s ease-out;
  }
  image-bounce-block.bouncing[data-bounce-speed="fast"][data-bounce-intensity="normal"] {
    animation: gentle-bounce-normal 0.25s ease-out;
  }
  image-bounce-block.bouncing[data-bounce-speed="fast"][data-bounce-intensity="pronounced"] {
    animation: gentle-bounce-pronounced 0.25s ease-out;
  }
/* END_BLOCK:image */

/* START_BLOCK:logo (INDEX:292) */
.logo-block {
    width: calc(var(--logo-width) + var(--padding-inline-start) + var(--padding-inline-end));
    max-width: 100%;
    max-height: calc(var(--logo-height, 100%) + var(--padding-block-start) + var(--padding-block-end));
    font-size: var(--logo-height);
    display: flex;

    @media screen and (max-width: 750px) {
      max-height: calc(
        var(--logo-height-mobile, var(--logo-height, 100%)) + var(--padding-block-start) + var(--padding-block-end)
      );
      font-size: var(--logo-height-mobile, var(--logo-height));
      width: calc(
        var(--logo-width-mobile, var(--logo-width)) + var(--padding-inline-start) + var(--padding-inline-end)
      );
    }
  }

  .logo-block__image-wrapper {
    display: flex;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .logo-block__image {
    object-fit: contain;
    width: 100%;
  }
/* END_BLOCK:logo */

/* START_BLOCK:menu (INDEX:295) */
.menu {
    width: 100%;
  }

  .menu:not(:has(.menu__heading--empty)) .details-content {
    margin-block-start: var(--spacing--size);
  }

  .menu__item + .menu__item {
    margin-block-start: var(--spacing--size);
  }

  .menu .menu__heading--empty {
    display: none;
  }

  .menu__heading__default {
    display: contents;
  }

  .menu__heading__accordion {
    display: none;
  }

  @media screen and (max-width: 749px) {
    /* Always show the fallback heading on mobile when accordion is enabled */
    .menu--accordion .menu__heading--empty {
      display: flex;
    }

    .menu--accordion .menu__heading__accordion {
      display: contents;
    }

    .menu--accordion .menu__heading__default {
      display: none;
    }

    .menu--accordion .details-content {
      margin-block-start: var(--spacing--size);
    }

    .menu--accordion .menu__details {
      padding-inline: 0;
    }

    .menu--dividers .menu__details {
      border-block-end: var(--style-border-width) solid var(--color-border);
    }

    .menu--dividers .details-content {
      padding-block-end: var(--padding-sm);
    }
  }

  .menu--caret .icon-plus,
  .menu--plus .icon-caret {
    display: none;
  }
/* END_BLOCK:menu */

/* START_BLOCK:page (INDEX:297) */
.page-block {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    align-items: flex-start;
  }

  .page-title {
    margin-bottom: var(--margin-xl);
  }

  .placeholder-image {
    position: relative;
    aspect-ratio: var(--ratio);
    overflow: hidden;
  }

  .page-placeholder {
    width: 100%;
    height: 100%;
  }
/* END_BLOCK:page */

/* START_BLOCK:pastel-benefit-points (INDEX:298) */
.pastel-benefit-points {
    padding-block: 8px 12px;
  }

  .pastel-benefit-points__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .pastel-benefit-points__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .pastel-benefit-points__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border-radius: var(--style-border-radius-pills, 999px);
    background: var(--pbp-icon-bg, var(--color-primary));
    color: var(--pbp-icon-color, var(--color-background));
    font-size: 12px;
    line-height: 1;
  }

  .pastel-benefit-points__text {
    font-family: var(--font-body--family);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    color: var(--color-foreground-heading);
  }

  @media screen and (max-width: 749px) {
    .pastel-benefit-points__list {
      grid-template-columns: 1fr;
    }
  }
/* END_BLOCK:pastel-benefit-points */

/* START_BLOCK:pastel-product-blurb (INDEX:300) */
.pastel-product-blurb {
    max-width: 46ch;
    padding-block: 4px 8px;
  }

  .pastel-product-blurb__text {
    margin: 0;
    font-family: var(--font-body--family);
    font-size: 15px;
    line-height: 1.65;
    color: color-mix(in srgb, var(--color-foreground) 84%, var(--color-background));
  }
/* END_BLOCK:pastel-product-blurb */

/* START_BLOCK:pastel-review-pill (INDEX:301) */
.pastel-review-pill {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding-block: 2px 4px;
    color: var(--color-foreground);
  }

  .pastel-review-pill__stars {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #c29c35;
    font-size: 15px;
    line-height: 1;
  }

  .pastel-review-pill__badge {
    font-family: var(--font-heading--family);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .pastel-review-pill__note {
    font-family: var(--font-body--family);
    font-size: 13px;
    line-height: 1.4;
    color: color-mix(in srgb, var(--color-foreground) 72%, var(--color-background));
  }
/* END_BLOCK:pastel-review-pill */

/* START_BLOCK:pastel-specs-strip (INDEX:302) */
.pastel-specs-strip {
    display: inline-block;
    max-width: 100%;
    padding-block: 6px 10px;
  }

  .pastel-specs-strip__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    padding: 14px 18px;
    background: color-mix(in srgb, var(--color-foreground) 12%, var(--color-background));
    border-radius: var(--style-border-radius-global, 18px);
  }

  .pastel-specs-strip__item {
    font-family: var(--font-body--family);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--color-foreground);
  }

  .pastel-specs-strip__item + .pastel-specs-strip__item::before {
    content: "•";
    margin-inline-end: 12px;
    color: var(--color-foreground-muted);
  }
/* END_BLOCK:pastel-specs-strip */

/* START_BLOCK:pastel-trust-strip (INDEX:303) */
.pastel-trust-strip {
    padding-block: 10px 8px;
  }

  .pastel-trust-strip__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .pastel-trust-strip__item {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 10px 12px;
    background: color-mix(in srgb, var(--color-foreground) 8%, var(--color-background));
    border-radius: var(--style-border-radius-global, 14px);
  }

  .pastel-trust-strip__icon {
    color: var(--color-foreground);
    font-size: 10px;
    line-height: 1;
  }

  .pastel-trust-strip__text {
    font-family: var(--font-body--family);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--color-foreground);
  }

  @media screen and (max-width: 749px) {
    .pastel-trust-strip__grid {
      grid-template-columns: 1fr;
    }
  }
/* END_BLOCK:pastel-trust-strip */

/* START_BLOCK:payment-icons (INDEX:304) */
.payment-icons {
    display: flex;
    align-items: center;
    justify-content: var(--justify-content);
    width: 100%;
  }

  .payment-icons__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: var(--justify-content);
  }

  .payment-icons__security-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: var(--text-color);
    flex-shrink: 0;
  }

  .payment-icons__security-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
  }

  .payment-icons__heading {
    font-size: var(--text-size);
    color: var(--text-color);
    font-weight: 400;
    white-space: nowrap;
  }

  .payment-icons__list {
    display: flex;
    align-items: center;
    gap: var(--icon-gap);
    flex-wrap: wrap;
  }

  .payment-icons__icon {
    height: var(--icon-size);
    width: auto;
    max-width: 60px;
    object-fit: contain;
  }

  @media screen and (max-width: 749px) {
    .payment-icons__wrapper {
      gap: 8px;
    }
    
    .payment-icons__list {
      gap: calc(var(--icon-gap) * 0.75);
    }
    
    .payment-icons__icon {
      max-width: 50px;
    }
  }
/* END_BLOCK:payment-icons */

/* START_BLOCK:popup-link (INDEX:305) */
.popup-link__button svg {
    display: inline-block;
    position: relative;
    top: var(--margin-2xs);
  }

  .popup-link__content {
    box-shadow: var(--shadow-popover);
    border: var(--style-border-popover);
    border-radius: var(--style-border-radius-popover);
    background-color: var(--color-background);
    padding: var(--padding-4xl) var(--padding-xl) var(--padding-xl);
    max-width: var(--normal-content-width);
    max-height: var(--modal-max-height);

    @media screen and (min-width: 750px) {
      padding: var(--padding-5xl);
    }
  }

  .popup-link__content[open] {
    animation: modalSlideInTop var(--animation-speed) var(--animation-easing) forwards;
  }

  .popup-link__content.dialog-closing {
    animation: modalSlideOutTop var(--animation-speed) var(--animation-easing) forwards;
  }

  .popup-link__content--drawer {
    position: fixed;
    border-radius: 0;
    width: var(--sidebar-width);
    max-width: 95vw;
    height: 100%;
    margin: 0 0 0 auto;
  }

  /* Needed to ensure the drawer is full height */
  .popup-link__content--drawer:modal {
    max-height: 100dvh;
  }

  .popup-link__close {
    top: var(--margin-2xs);
    right: var(--margin-2xs);
    opacity: 0.8;
    animation: none;
  }
/* END_BLOCK:popup-link */

/* START_BLOCK:price (INDEX:306) */
/* Apply text alignment to the product-price element */
  product-price.text-left,
  product-price.text-block--align-left {
    text-align: left;
  }

  product-price.text-center,
  product-price.text-block--align-center {
    text-align: center;
  }

  product-price.text-right,
  product-price.text-block--align-right {
    text-align: right;
  }

  product-price {
    font-weight: bold;
  }

  .price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  /* Apply flex alignment based on parent text-align */
  product-price.text-left .price-group,
  product-price.text-block--align-left .price-group {
    justify-content: flex-start;
  }

  product-price.text-center .price-group,
  product-price.text-block--align-center .price-group {
    justify-content: center;
  }

  product-price.text-right .price-group,
  product-price.text-block--align-right .price-group {
    justify-content: flex-end;
  }

  .price-group {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  /* Compare-at: smaller than preset size; line-through and opacity from base.css */
  product-price.text-block .compare-at-price {
    font-size: 0.85em;
  }

  .price-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    white-space: nowrap;
  }

  .price-badge svg {
    flex-shrink: 0;
  }

  .tax-note:empty {
    display: none;
  }

  form.payment-terms {
    padding-top: 0.5em;
  }

  .installments:not(:has(shopify-payment-terms)) {
    display: none;
  }
/* END_BLOCK:price */

/* START_BLOCK:product-custom-property (INDEX:308) */
product-custom-property-component {
    --color-input-background: rgb(var(--color-foreground-rgb) / var(--opacity-5-15));
    --color-input-hover-background: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
    --color-input-text: var(--color-foreground);
    display: block;
    width: 100%;
  }

  product-custom-property-component .__heading {
    margin-inline: 0;
    margin-block: 0 var(--padding-sm);
  }

  product-custom-property-component .__heading:has(+ .__description) {
    margin-block-end: var(--padding-2xs);
  }

  product-custom-property-component .__description {
    font-size: min(0.85em, var(--font-paragraph--size));
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    margin-inline: 0;
    margin-block: 0 var(--padding-md);
  }

  product-custom-property-component .__field {
    position: relative;
  }

  product-custom-property-component .__input-wrapper {
    position: relative;
  }

  product-custom-property-component input,
  product-custom-property-component textarea {
    width: 100%;
    /* stylelint-disable-next-line declaration-no-important */
    color: var(--color-input-text) !important;
  }

  /* Add padding for inputs with counter inside */
  product-custom-property-component .__input-wrapper input {
    padding-bottom: calc(var(--padding-sm) * 3);
  }

  product-custom-property-component .__input-wrapper textarea {
    padding-bottom: calc(var(--padding-sm) * 3);
    scroll-padding-bottom: calc(var(--padding-sm) * 3);
  }

  product-custom-property-component textarea {
    min-height: 80px;
  }

  @supports (resize: vertical) {
    @media (hover: hover) and (pointer: fine) {
      product-custom-property-component textarea {
        resize: vertical; /* stylelint-disable-line */
      }
    }
  }

  product-custom-property-component .__character-label {
    position: absolute;
    left: var(--input-padding-x);
    bottom: var(--padding-sm);
    pointer-events: none;
  }

  product-custom-property-component .__character-count {
    font-style: italic;
    /* stylelint-disable-next-line declaration-no-important */
    color: var(--color-input-text) !important;
  }

  /* We should consolidate input styles that share the same behavior */
  .custom-property__input {
    border: var(--style-border-width-inputs) solid var(--color-input-border);
    border-radius: var(--style-border-radius-inputs);

    /* this is needed to override the styles from field__input */
    box-shadow: none;

    &:is(:hover, :focus) {
      /* this is needed to override the styles from field__input */
      box-shadow: none;
    }

    &:focus {
      /* this is needed to override the styles from field__input */
      outline: var(--focus-outline-width) solid var(--color-input-background);
    }
  }
/* END_BLOCK:product-custom-property */

/* START_BLOCK:product-inventory (INDEX:311) */
.product-inventory__status {
    display: flex;
    align-items: center;
    font-size: var(--font-paragraph--size);
    line-height: var(--font-paragraph--line-height);
    gap: var(--padding-xs);
  }

  .product-inventory__icon,
  .product-inventory__icon svg {
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
  }

  .product-inventory__icon-low {
    color: var(--color-lowstock);
  }

  .product-inventory__icon-in_stock {
    color: var(--color-instock);
  }

  .product-inventory__icon-out_of_stock {
    color: var(--color-outofstock);
  }

  .product-inventory__icon circle:first-of-type {
    opacity: 0.3;
  }
/* END_BLOCK:product-inventory */

/* START_BLOCK:product-recommendations (INDEX:312) */
.product-recommendations-wrapper {
    width: 100%;
  }

  .product-recommendations-wrapper:has(product-recommendations[data-shopify-editor-preview]) {
    width: 100vw;
  }

  .product-recommendations {
    display: block;
  }

  .product-recommendations__skeleton-item {
    aspect-ratio: 3 / 4;
    background-color: var(--color-foreground);
    opacity: var(--skeleton-opacity);
    border-radius: var(--style-border-radius-cards);
  }
/* END_BLOCK:product-recommendations */

/* START_BLOCK:product-specs-box (INDEX:314) */
.product-specs-box {
    display: inline-block;
    background: var(--specs-box-bg, #e8e0f0);
    color: var(--specs-box-text, #4a3f5c);
    border-radius: var(--specs-box-radius, 16px);
    padding: 12px 20px;
  }

  .product-specs-box__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--specs-box-gap, 12px);
  }

  .product-specs-box__spec {
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .product-specs-box__spec + .product-specs-box__spec::before {
    content: "•";
    margin: 0 var(--specs-box-gap, 12px);
    opacity: 0.6;
  }
/* END_BLOCK:product-specs-box */

/* START_BLOCK:shipping-message (INDEX:322) */
.shipping-message {
    display: flex;
    align-items: center;
    gap: var(--shipping-gap, 8px);
  }

  .shipping-message__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--shipping-icon-size, 20px);
    height: var(--shipping-icon-size, 20px);
    color: var(--shipping-icon-color, currentColor);
  }

  .shipping-message__icon svg {
    width: 100%;
    height: 100%;
  }

  .shipping-message__text {
    color: var(--shipping-text-color, currentColor);
    font-size: var(--shipping-text-size, 14px);
    line-height: 1.4;
  }
/* END_BLOCK:shipping-message */

/* START_BLOCK:social-links (INDEX:323) */
.social-icons__wrapper {
    display: flex;
    gap: var(--gap-sm);
    flex-wrap: wrap;
    justify-content: center;

    @media screen and (min-width: 750px) {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
  }

  .social-icons__icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--icon-size-lg);
  }

  .social-icons__icon {
    display: flex;
    fill: currentColor;
    flex-shrink: 0;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
  }

  .social-icons__icon {
    display: none;
  }

  .social-icons__icon-wrapper:has(.social-icons__icon path) {
    width: var(--icon-size-lg);

    .social-icons__icon {
      display: block;
    }

    .social-icons__icon-label {
      display: none;
    }
  }

  /* Disabled state for editor */
  .shopify-design-mode .social-icons__icon-wrapper--disabled {
    opacity: var(--disabled-opacity, 0.5);
    cursor: not-allowed;
  }

  .shopify-design-mode .social-icons__icon-wrapper--disabled a {
    pointer-events: none;
  }
/* END_BLOCK:social-links */

/* START_BLOCK:social-menu (INDEX:324) */
.menu {
    width: 100%;
  }

  .menu:not(:has(.menu__heading--empty)) .details-content {
    margin-block-start: var(--spacing--size);
  }

  .social-menu__list {
    display: flex;
    flex-direction: column;
    gap: var(--spacing--size);
  }

  .menu .menu__heading--empty {
    display: none;
  }

  .menu__heading__default {
    display: contents;
  }

  .menu__heading__accordion {
    display: none;
  }

  @media screen and (max-width: 749px) {
    /* Always show the fallback heading on mobile when accordion is enabled */
    .menu--accordion .menu__heading--empty {
      display: flex;
    }

    .menu--accordion .menu__heading__accordion {
      display: contents;
    }

    .menu--accordion .menu__heading__default {
      display: none;
    }

    .menu--accordion .details-content {
      margin-block-start: var(--spacing--size);
    }

    .menu--accordion .menu__details {
      padding-inline: 0;
    }

    .menu--dividers .menu__details {
      border-block-end: var(--style-border-width) solid var(--color-border);
    }

    .menu--dividers .details-content {
      padding-block-end: var(--padding-sm);
    }
  }

  .menu--caret .icon-plus,
  .menu--plus .icon-caret {
    display: none;
  }
/* END_BLOCK:social-menu */

/* START_BLOCK:spacer (INDEX:325) */
/* Fill opposite direction */
  .layout-panel-flex--column > .spacer-block {
    width: 100%;
  }

  .layout-panel-flex--row > .spacer-block {
    height: 100%;
  }

  /* Flex - Percent */
  :is(.layout-panel-flex--row, .layout-panel-flex--column) > .spacer-block--size-percent {
    flex: var(--spacer-size);
  }

  /* Flex - Pixel */
  .layout-panel-flex--row > .spacer-block--size-pixel {
    width: var(--spacer-size);
  }

  .layout-panel-flex--column > .spacer-block--size-pixel {
    height: var(--spacer-size);
  }

  /* Mobile */
  @media screen and (max-width: 750px) {
    /* Percent */
    .layout-panel-flex--row:not(.mobile-column) > .spacer-block--size-mobile-percent {
      flex: var(--spacer-size-mobile);
      height: 100%;
    }

    .layout-panel-flex--column > .spacer-block--size-mobile-percent,
    .mobile-column > .spacer-block--size-percent:not(.spacer-block--size-mobile-pixel) {
      width: 100%;
      flex: var(--spacer-size-mobile);
    }

    /* Pixel */
    .layout-panel-flex--row:not(.mobile-column) > .spacer-block--size-mobile-pixel {
      width: var(--spacer-size-mobile);
      height: 100%;
    }

    .layout-panel-flex--column > .spacer-block--size-mobile-pixel,
    .mobile-column > .spacer-block--size-mobile-pixel {
      width: 100%;
      flex: 0;
      height: var(--spacer-size-mobile);
    }
  }
/* END_BLOCK:spacer */

/* START_BLOCK:swatches (INDEX:327) */
product-swatches {
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    gap: 0;
    flex-shrink: 0;
  }

  swatches-variant-picker-component {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: var(--product-swatches-alignment-mobile);

    @media (min-width: 750px) {
      justify-content: var(--product-swatches-alignment);
    }
  }

  swatches-variant-picker-component .variant-option--swatches {
    padding-block: calc(
        var(--product-swatches-padding-block-start) + var(--focus-outline-offset) + var(--focus-outline-width)
      )
      calc(var(--product-swatches-padding-block-end) + var(--focus-outline-offset) + var(--focus-outline-width));
    padding-inline: calc(
        var(--product-swatches-padding-inline-start) + var(--focus-outline-offset) + (1.5 * var(--focus-outline-width))
      )
      calc(var(--product-swatches-padding-inline-end) + var(--focus-outline-offset) + var(--focus-outline-width));
  }

  .variant-option--swatches {
    overflow-list::part(list) {
      gap: var(--gap-sm);
    }

    overflow-list[defer]::part(list) {
      flex-wrap: nowrap;
    }
  }

  .hidden-swatches__count {
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-40-60));
    background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;

    &::before {
      /* This doesn't work in Safari without the counter-reset. https://stackoverflow.com/a/40179718 */
      counter-reset: overflow-count var(--overflow-count);
      content: '+' counter(overflow-count);
      line-height: 1;
      cursor: pointer;
    }
  }

  .hidden-swatches__count:hover {
    color: var(--color-foreground-rgb);
  }
/* END_BLOCK:swatches */

/* START_BLOCK:trust-badges (INDEX:330) */
.trust-badges {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: var(--badge-gap);
    flex-wrap: wrap;
  }

  .trust-badge {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .trust-badge__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-size);
    height: var(--icon-size);
    color: var(--icon-color);
  }

  .trust-badge__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
  }

  .trust-badge__text {
    color: var(--text-color);
    font-size: var(--text-size);
    line-height: 1.3;
    text-align: var(--text-align);
    font-weight: 500;
  }

  @media screen and (max-width: 749px) {
    .trust-badge__icon {
      width: var(--icon-size-mobile);
      height: var(--icon-size-mobile);
    }

    .trust-badge__text {
      font-size: var(--text-size-mobile);
    }

    .trust-badges:not(.trust-badges--mobile-inline) {
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }

    .trust-badges:not(.trust-badges--mobile-inline) .trust-badge {
      width: 100%;
      max-width: 300px;
    }
  }
/* END_BLOCK:trust-badges */

/* START_BLOCK:trust-pill-badge (INDEX:331) */
.trust-pill-badge__pill {
    display: flex;
    align-items: center;
    gap: var(--trust-pill-gap);
    padding: 12px 20px;
    background: var(--trust-pill-bg, color-mix(in srgb, var(--color-foreground) 10%, var(--color-background)));
    border: 1px solid color-mix(in srgb, var(--color-foreground) 12%, transparent);
    border-radius: var(--trust-pill-radius);
    min-height: 48px;
  }

  .trust-pill-badge__avatars {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }

  .trust-pill-badge__avatar {
    width: var(--trust-pill-avatar-size);
    height: var(--trust-pill-avatar-size);
    border-radius: var(--style-border-radius-pills);
    overflow: hidden;
    border: 2px solid var(--trust-pill-bg, color-mix(in srgb, var(--color-foreground) 10%, var(--color-background)));
    margin-left: -10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--color-foreground) 18%, var(--color-background));
    color: color-mix(in srgb, var(--color-background) 80%, var(--color-foreground));
  }

  .trust-pill-badge__avatar--1 {
    background: color-mix(in srgb, var(--color-primary, var(--color-foreground)) 35%, var(--color-background));
  }

  .trust-pill-badge__avatar--2 {
    background: color-mix(in srgb, var(--color-foreground) 25%, var(--color-background));
  }

  .trust-pill-badge__avatar--3 {
    background: color-mix(in srgb, var(--color-primary, var(--color-foreground)) 22%, var(--color-background));
  }

  .trust-pill-badge__avatar--4 {
    background: color-mix(in srgb, var(--color-foreground) 12%, var(--color-background));
  }

  .trust-pill-badge__avatar:first-child {
    margin-left: 0;
  }

  .trust-pill-badge__avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .trust-pill-badge__avatar-placeholder {
    width: 100%;
    height: 100%;
    display: block;
    color: color-mix(in srgb, var(--color-background) 78%, var(--color-foreground));
  }

  .trust-pill-badge__content {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 12px;
    row-gap: 2px;
  }

  .trust-pill-badge__primary {
    font-size: var(--trust-pill-primary-size);
    font-weight: 700;
    color: var(--trust-pill-primary-color, var(--color-primary));
    line-height: 1.3;
  }

  .trust-pill-badge__secondary {
    font-size: var(--trust-pill-secondary-size);
    font-weight: 400;
    color: var(--trust-pill-secondary-color, var(--color-foreground));
    line-height: 1.4;
  }

  @media screen and (max-width: 749px) {
    .trust-pill-badge__pill {
      padding: 10px 16px;
    }

    .trust-pill-badge__avatar {
      margin-left: -8px;
    }
  }
/* END_BLOCK:trust-pill-badge */

/* START_BLOCK:urgency-timer (INDEX:336) */
.urgency-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px;
    background: linear-gradient(135deg, var(--urgency-bg-1) 0%, var(--urgency-bg-2) 100%);
    border-radius: var(--style-border-radius-global);
    color: var(--urgency-text);
  }

  .urgency-timer__icon {
    flex-shrink: 0;
  }

  .urgency-timer__icon svg {
    width: 32px;
    height: 32px;
    stroke: var(--urgency-icon);
    animation: pulse 2s ease-in-out infinite;
  }

  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.05); }
  }

  .urgency-timer__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }

  .urgency-timer__message {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .urgency-timer__text {
    font-size: 14px;
    opacity: 0.9;
  }

  .urgency-timer__countdown {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
  }

  .urgency-timer__time {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .urgency-timer__number {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    min-width: 48px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: var(--style-border-radius-global);
    backdrop-filter: blur(10px);
  }

  .urgency-timer__label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.8;
  }

  .urgency-timer__separator {
    font-size: 24px;
    font-weight: 700;
    opacity: 0.6;
    margin: 0 4px;
    animation: blink 1s ease-in-out infinite;
  }

  @keyframes blink {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 0.2; }
  }

  @media (max-width: 749px) {
    .urgency-timer {
      flex-direction: column;
      gap: 12px;
    }

    .urgency-timer__number {
      font-size: 24px;
      min-width: 40px;
      padding: 6px 10px;
    }

    .urgency-timer__message {
      font-size: 14px;
    }

    .urgency-timer__countdown {
      gap: 4px;
    }
  }
/* END_BLOCK:urgency-timer */

/* START_BLOCK:video (INDEX:338) */
.placeholder-video {
    aspect-ratio: 5 / 3;
  }
/* END_BLOCK:video */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:account-actions (INDEX:339) */
.account-actions {
    background-color: var(--color-background);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: height var(--animation-values);

    &:has([data-active]) .account-actions__main-menu {
      visibility: hidden;
    }
  }

  .account-actions__header {
    padding: var(--padding-xl);
    display: flex;
    flex-direction: column;
    gap: var(--gap-2xs);
  }

  .account-actions__title {
    /* Ideally we set the font-size here, but specificity issues make this necessary */
    --font-h5--size: var(--font-size--lg);

    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .account-actions__email {
    display: flex;
    align-items: center;
    gap: var(--gap-2xs);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-60));
    max-width: var(--account-actions-max-width);
    word-break: break-all;
  }

  .account-actions__sign-ins {
    padding: var(--padding-xl);
    padding-block-start: 0;
    padding-block-end: var(--padding-md);
    display: flex;
    flex-direction: column;
    gap: var(--gap-sm);
  }

  .account-actions__sign-in-text {
    display: inline;
  }

  .account-actions__fallback-text {
    display: none;
  }

  .account-actions__sign-ins:not(:has(shop-login-button)) {
    gap: 0;

    .account-actions__sign-in-text {
      display: none;
    }

    .account-actions__fallback-text {
      display: block;
    }
  }

  /* Makes the shop login button radius match the theme settings */
  .account-actions__shop-login {
    --buttons-radius: var(--style-border-radius-buttons-primary);
  }

  .account-actions__nav {
    padding: var(--padding-xl);
    padding-block-start: 0;
  }

  .account-actions__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gap-sm);
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;

    @media screen and (max-width: 300px) {
      grid-template-columns: 1fr;
    }
  }

  .account-actions__link {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--gap-2xs);
  }

  .account-actions__icon {
    display: flex;
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
    margin-block: -4px;
  }

  /* This triggers iOS < 16.4. The outline bug is not recognized as a lack of @supports */

  @supports not (background-color: rgb(from red 150 g b / alpha)) {
    /**
    There is a bug in safari < 16.4 that causes the outline to not follow the elements border radius. This is a workaround.
    Using element selector to increase specificity.
  **/

    .account-actions :is(a.button, a.button-secondary):focus-visible {
      outline: none;
      overflow: visible;
      position: relative;

      &::after {
        content: '';
        position: absolute;
        inset: calc(-1 * var(--focus-outline-offset));
        border: var(--focus-outline-width) solid currentColor;
        border-radius: var(--style-border-radius-buttons-secondary);
        display: inherit;
      }
    }

    .account-actions a.button:focus-visible::after {
      border-color: var(--button-background-color);
      border-radius: var(--style-border-radius-buttons-primary);
    }
  }
/* END_SNIPPET:account-actions */

/* START_SNIPPET:account-button (INDEX:340) */
.account-button {
    color: var(--color-foreground);
    appearance: none;
    border: none;
    background: none;
    height: var(--button-size);
    width: var(--button-size);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    transition: color var(--animation-speed) var(--animation-easing);
    anchor-name: --account-button-trigger;
  }

  .account-button__avatar {
    --account-button-size: 1.625rem;

    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--account-button-size);
    height: var(--account-button-size);
    border-radius: var(--style-border-radius-50);
    background: var(--color-primary-button-background);
    font-size: var(--font-size--sm);
    font-weight: 500;
    color: var(--color-primary-button-text);
    text-transform: uppercase;
    line-height: 1;
  }

  .account-button__icon {
    color: currentColor;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  /* The shop avatar doesn't bubble the click event up to our button, so we need to prevent that or the button doesn't work */
  .account-button shop-user-avatar {
    pointer-events: none;
  }
/* END_SNIPPET:account-button */

/* START_SNIPPET:account-drawer (INDEX:341) */
.account-drawer {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .account-drawer__dialog {
    --animation-speed: 0.24s;
    --dialog-drawer-opening-animation: account-drawer-slide-in;
    --dialog-drawer-closing-animation: account-drawer-slide-out;

    height: fit-content;
    margin: 0;
    inset-block-end: 0;
    inset-block-start: auto;
    border-radius: 0;
    padding: 0;
  }

  .account-drawer__close-button {
    z-index: 1;
    inset-block-start: var(--padding-xs);
    inset-inline-end: var(--padding-xs);
    color: var(--color-foreground);
    background-color: transparent;
  }

  .account-drawer__close-button .svg-wrapper {
    display: flex;
    width: var(--button-size);
    height: var(--button-size);
    align-items: center;
    justify-content: center;
  }

  @keyframes account-drawer-slide-in {
    from {
      transform: translateY(100%);
    }

    to {
      transform: translateY(0);
    }
  }

  @keyframes account-drawer-slide-out {
    from {
      transform: translateY(0);
    }

    to {
      transform: translateY(100%);
    }
  }
/* END_SNIPPET:account-drawer */

/* START_SNIPPET:account-popover (INDEX:342) */
.account-popover {
    --account-popover-min-width: 22rem;
    --account-actions-max-width: 22rem;
  }

  .account-popover__summary {
    padding: 0;

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

  .account-popover__panel {
    --account-popover-opacity: 0;
    --account-popover-y: 20px;
    position-anchor: --account-button-trigger;
    border-radius: var(--style-border-radius-popover);
    margin: 0;
    left: unset;
    width: max-content;
    min-width: var(--account-popover-min-width);
    box-shadow: var(--shadow-popover);
    border: var(--style-border-popover);
    background-color: var(--color-background);
    overflow-y: hidden;
    opacity: var(--account-popover-opacity);
    translate: 0 var(--account-popover-y);
    transition-property: display, opacity, translate;
    transition-duration: 0.3s;
    transition-timing-function: var(--ease-out-quad);
    transition-behavior: allow-discrete;
    top: calc(anchor(bottom) + var(--header-padding));
    right: anchor(right);

    &:popover-open {
      --account-popover-opacity: 1;
      --account-popover-y: 0px;
    }

    @supports not (position-anchor: --account-button-trigger) {
      top: calc(var(--anchor-top) * 1px + var(--minimum-touch-target) + var(--header-padding));
      right: calc(var(--anchor-right) * 1px);
    }

    @supports not selector(:popover-open) {
      &.\:popover-open {
        --account-popover-opacity: 1;
        --account-popover-y: 0px;
      }
    }
  }

  @starting-style {
    .account-popover__panel {
      --account-popover-opacity: 0.7;
      --account-popover-y: 20px;
    }

    .account-popover__panel:popover-open {
      --account-popover-opacity: 0.7;
      --account-popover-y: 20px;
    }
  }
/* END_SNIPPET:account-popover */

/* START_SNIPPET:add-to-cart-button (INDEX:343) */
.add-to-cart-text {
    display: flex;
    gap: var(--gap-2xs);
    align-items: center;
    justify-content: center;
    animation-duration: var(--animation-speed);
    animation-timing-function: var(--animation-easing);
    animation-fill-mode: forwards;
    transition: opacity var(--animation-speed) var(--animation-easing);
  }

  .atc-added .add-to-cart-text {
    animation-name: atc-slide-out;
  }

  .add-to-cart-text--added {
    position: absolute;
    inset: 0;
    animation-duration: var(--animation-speed);
    animation-timing-function: var(--animation-easing);
    animation-fill-mode: forwards;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: width var(--animation-speed) var(--animation-easing),
      opacity var(--animation-speed) var(--animation-easing);
  }

  .atc-added .add-to-cart-text--added {
    animation-name: atc-slide-in;
  }

  @keyframes atc-slide-in {
    from {
      opacity: 0;
      transform: translateY(0.5em);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes atc-slide-out {
    from {
      transform: translateY(0);
      opacity: 1;
    }

    to {
      transform: translateY(-1em);
      opacity: 0;
    }
  }
/* END_SNIPPET:add-to-cart-button */

/* START_SNIPPET:background-video (INDEX:346) */
@media (prefers-reduced-motion: reduce) {
    video-background-component video {
      display: none;
    }
  }
/* END_SNIPPET:background-video */

/* START_SNIPPET:bento-grid (INDEX:347) */
.bento-box {
    display: grid;
    column-gap: var(--bento-gap);
    row-gap: calc(var(--bento-gap) * 1.5);
    width: 100%;
  }

  .bento-box:has(.collection-card--image-bg) {
    row-gap: var(--bento-gap);
  }

  .bento-box ~ .bento-box {
    padding-block-start: var(--bento-gap);
  }

  @media (max-width: 900px) {
    .bento-box {
      grid-template-columns: repeat(2, 1fr);
    }

    .bento-box__item:nth-child(3n + 1) {
      grid-column: span 1;
    }

    .bento-box__item:nth-child(3n + 2) {
      grid-column: span 1;
    }

    .bento-box__item:nth-child(3n + 3) {
      grid-column: span 2;
    }

    /* Ensure last items create a full row */
    .bento-box__item:last-child:nth-child(3n + 5) {
      grid-column: span 1;
    }

    .bento-box__item:last-child:nth-child(3n + 4) {
      grid-column: span 2;
    }
  }

  @media (min-width: 901px) {
    .bento-box {
      grid-template-columns: repeat(12, 1fr);
      grid-template-areas:
        'A A A B B B B B B C C C'
        'D D D D D D E E E F F F'
        'G G G H H H I I I I I I'
        'J J J J K K K K L L L L';
    }

    .bento-box__item:nth-child(1) {
      grid-area: A;
    }

    .bento-box__item:nth-child(2) {
      grid-area: B;
    }

    .bento-box__item:nth-child(3) {
      grid-area: C;
    }

    .bento-box__item:nth-child(4) {
      grid-area: D;
    }

    .bento-box__item:nth-child(5) {
      grid-area: E;
    }

    .bento-box__item:nth-child(6) {
      grid-area: F;
    }

    .bento-box__item:nth-child(7) {
      grid-area: G;
    }

    .bento-box__item:nth-child(8) {
      grid-area: H;
    }

    .bento-box__item:nth-child(9) {
      grid-area: I;
    }

    .bento-box__item:nth-child(10) {
      grid-area: J;
    }

    .bento-box__item:nth-child(11) {
      grid-area: K;
    }

    .bento-box__item:nth-child(12) {
      grid-area: L;
    }

    /* === Overrides for specific cases === */

    /* Exactly 1 item */
    .bento-box:has(.bento-box__item:first-child:nth-last-child(1)) {
      grid-template-areas: 'A A A A A A A A A A A A';
    }

    /* Exactly 2 items */
    .bento-box:has(.bento-box__item:first-child:nth-last-child(2)) {
      grid-template-areas: 'A A A A A A B B B B B B';
    }

    /* Exactly 4 items */
    .bento-box:has(.bento-box__item:first-child:nth-last-child(4)) {
      grid-template-areas:
        'A A A A B B B B B B B B'
        'C C C C C C C C D D D D';
    }

    /* Exactly 5 items */
    .bento-box:has(.bento-box__item:first-child:nth-last-child(5)) {
      grid-template-areas:
        'A A A B B B B B B C C C'
        'D D D D D D E E E E E E';
    }

    /* Exactly 7 items */
    .bento-box:has(.bento-box__item:first-child:nth-last-child(7)) {
      grid-template-areas:
        'A A A B B B B B B C C C'
        'D D D D D D D D D E E E'
        'F F F F F F G G G G G G';
    }

    /* Exactly 8 items */
    .bento-box:has(.bento-box__item:first-child:nth-last-child(8)) {
      grid-template-areas:
        'A A A B B B B B B C C C'
        'D D D D D D E E E F F F'
        'G G G H H H H H H H H H';
    }

    /* Exactly 10 items */
    .bento-box:has(.bento-box__item:first-child:nth-last-child(10)) {
      grid-template-areas:
        'A A A B B B B B B C C C'
        'D D D D D D E E E F F F'
        'G G G G G G G G G H H H'
        'I I I J J J J J J J J J';
    }

    /* Exactly 11 items */
    .bento-box:has(.bento-box__item:first-child:nth-last-child(11)) {
      grid-template-areas:
        'A A A B B B B B B C C C'
        'D D D D D D E E E F F F'
        'G G G H H H I I I I I I'
        'J J J J K K K K K K K K';
    }
  }
/* END_SNIPPET:bento-grid */

/* START_SNIPPET:blog-comment-form (INDEX:348) */
.blog-post-comments__form-container {
    --comment-form-gap: var(--gap-md);

    width: 100%;
    max-width: var(--normal-content-width);
    margin: var(--margin-4xl) auto 0;
  }

  .blog-post-comments__form {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--comment-form-gap);

    @media screen and (min-width: 750px) {
      grid-template-columns: 1fr 1fr;
    }
  }

  .blog-post-comments__form-input {
    padding: var(--padding-lg) var(--padding-xl);
    border: var(--style-border-width-inputs) solid var(--color-input-border);
  }

  .blog-post-comments__form-input--textarea {
    resize: vertical;
    min-height: var(--input-textarea-min-height);
  }

  .blog-post-comments__form-message {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
  }

  .blog-post-comments__form-body {
    grid-column: 1 / -1;
  }

  .blog-post-comments__form-input:focus-visible {
    outline: var(--focus-outline-width) solid currentcolor;
    outline-offset: var(--focus-outline-offset);
  }

  .blog-post-comments__form-moderated {
    font-size: var(--font-size--xs);
  }

  .blog-post-comments__form-submit {
    margin-block-start: var(--comment-form-gap);
  }
/* END_SNIPPET:blog-comment-form */

/* START_SNIPPET:button (INDEX:352) */
.link {
    text-decoration: none;
    text-decoration-color: currentcolor;

    &:hover {
      color: var(--color-primary-hover);
      text-decoration-color: transparent;
    }
  }
/* END_SNIPPET:button */

/* START_SNIPPET:card-gallery (INDEX:353) */
.card-gallery {
    overflow: hidden;
    container-type: inline-size; /* Make card-gallery a container */
    container-name: card-gallery-container; /* Optional: name the container */
  }

  .card-gallery__placeholder svg {
    height: 100%;
    width: 100%;
  }

  .card-gallery svg {
    aspect-ratio: var(--gallery-aspect-ratio, var(--ratio));
  }

  .product-card-gallery__title-placeholder {
    padding: var(--padding-md);
    font-size: var(--font-size--2xl);
    line-height: var(--line-height--display-loose);
    word-break: break-word;
    color: var(--color-foreground);
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
    aspect-ratio: var(--gallery-aspect-ratio);
    border-radius: var(--product-corner-radius);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product-card-gallery__title-placeholder a {
    color: var(--color-foreground);
  }

  @media screen and (min-width: 750px) {
    .product-grid[data-product-card-size='extra-large'] .product-card-gallery__title-placeholder {
      padding: var(--padding-3xl);
      font-size: var(--font-size--3xl);
    }

    .product-grid[data-product-card-size='large'] .product-card-gallery__title-placeholder {
      padding: var(--padding-2xl);
      font-size: var(--font-size--2xl);
    }

    .product-grid[data-product-card-size='medium'] .product-card-gallery__title-placeholder {
      padding: var(--padding-xl);
      font-size: var(--font-size--xl);
    }

    .product-grid[data-product-card-size='small'] .product-card-gallery__title-placeholder {
      padding: var(--padding-sm);
      font-size: var(--font-size--lg);
    }

    .product-grid[data-product-card-size='extra-large']
      .card-gallery:has(.product-badges--top-right .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-right: calc(var(--padding-3xl) + 50px);
    }

    .product-grid[data-product-card-size='large']
      .card-gallery:has(.product-badges--top-right .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-right: calc(var(--padding-2xl) + 50px);
    }

    .product-grid[data-product-card-size='medium']
      .card-gallery:has(.product-badges--top-right .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-right: calc(var(--padding-xl) + 50px);
    }

    .product-grid[data-product-card-size='small']
      .card-gallery:has(.product-badges--top-right .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-right: calc(var(--padding-sm) + 50px);
    }

    .product-grid[data-product-card-size='extra-large']
      .card-gallery:has(.product-badges--top-left .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-top: calc(var(--padding-3xl) + 40px);
    }

    .product-grid[data-product-card-size='large']
      .card-gallery:has(.product-badges--top-left .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-top: calc(var(--padding-2xl) + 40px);
    }

    .product-grid[data-product-card-size='medium']
      .card-gallery:has(.product-badges--top-left .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-top: calc(var(--padding-xl) + 40px);
    }

    .product-grid[data-product-card-size='small']
      .card-gallery:has(.product-badges--top-left .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-top: calc(var(--padding-sm) + 40px);
    }

    .product-grid[data-product-card-size='extra-large']
      .card-gallery:has(.product-badges--bottom-left .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-bottom: calc(var(--padding-3xl) + 40px);
    }

    .product-grid[data-product-card-size='large']
      .card-gallery:has(.product-badges--bottom-left .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-bottom: calc(var(--padding-2xl) + 40px);
    }

    .product-grid[data-product-card-size='medium']
      .card-gallery:has(.product-badges--bottom-left .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-bottom: calc(var(--padding-xl) + 40px);
    }

    .product-grid[data-product-card-size='small']
      .card-gallery:has(.product-badges--bottom-left .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-bottom: calc(var(--padding-sm) + 40px);
    }
  }

  @media screen and (max-width: 749px) {
    .product-card-gallery__title-placeholder {
      font-size: var(--font-size--xl);
      padding: var(--padding-md);
    }

    .product-grid[data-product-card-size]
      .card-gallery:has(.product-badges--top-right .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-right: calc(var(--padding-sm) + 50px);
    }

    .product-grid[data-product-card-size]
      .card-gallery:has(.product-badges--top-left .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-top: calc(var(--padding-sm) + 40px);
    }

    .product-grid[data-product-card-size]
      .card-gallery:has(.product-badges--bottom-left .product-badges__badge)
      .product-card-gallery__title-placeholder {
      padding-bottom: calc(var(--padding-sm) + 40px);
    }
  }

  [product-grid-view='zoom-out'] .card-gallery .product-card-gallery__title-placeholder {
    /* stylelint-disable-next-line declaration-no-important */
    padding: var(--padding-xs) !important;
    font-size: var(--font-size--xs);
  }
/* END_SNIPPET:card-gallery */

/* START_SNIPPET:cart-discount (INDEX:355) */
.cart-discount__input {
    --color-input-background: rgb(var(--color-foreground-rgb) / var(--opacity-5-15));
    --color-input-hover-background: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
    --color-input-text: var(--color-foreground);
    --color-input-border: rgb(var(--color-foreground-rgb) / var(--opacity-35-55));
    background-color: var(--color-input-background);
    color: var(--color-input-text);
    border-width: var(--style-border-width-inputs);
    border-color: var(--color-input-border);
    border-style: solid;
    border-radius: var(--style-border-radius-inputs);
    padding: var(--padding-sm) var(--padding-md);
    height: 100%;
    flex-grow: 1;
    min-width: 0;
  }

  .cart-discount__input::placeholder {
    color: rgb(var(--color-input-text-rgb) / var(--opacity-subdued-text));
  }

  .cart-discount__pill-code {
    overflow: hidden;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
  }

  .cart-discount {
    width: 100%;
  }

  .cart-discount__codes {
    display: none;
    gap: var(--padding-xs);
    flex-wrap: wrap;
    list-style: none;
    padding-inline: 0;
    margin: 0;
  }

  .cart-discount__codes:has(.cart-discount__pill) {
    display: flex;
  }

  .cart-discount__button {
    height: 100%;
  }

  .cart-discount__content {
    height: calc(var(--button-size) + var(--padding-2xs) + var(--padding-sm));
  }

  .cart-discount__pill {
    display: flex;
    color: var(--color-foreground);
    gap: var(--padding-xs);
    align-items: center;
    padding: var(--padding-xs) var(--padding-sm);
    border-radius: var(--style-border-radius-pills);
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5-15));
    text-transform: uppercase;
  }

  .cart-discount__form {
    display: flex;
    gap: var(--padding-md);
    align-items: center;
    height: 100%;
    padding-block: var(--padding-2xs) var(--padding-sm);
  }

  :is(.cart-discount__pill-remove, .cart-discount__pill-remove:hover) {
    --close-icon-opacity: 0.4;

    color: var(--color-foreground);
    background-color: transparent;
    pointer-events: all;
    cursor: pointer;
    height: 100%;
  }

  .cart-discount__error {
    display: flex;
    align-items: center;
    width: 100%;
    padding-block: var(--padding-2xs) var(--padding-sm);
  }

  .cart-discount__error .svg-wrapper {
    flex-shrink: 0;
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
    margin-inline: var(--margin-3xs) var(--margin-xs);
  }

  .cart-discount__error-text {
    margin-block-start: var(--margin-3xs);
  }
/* END_SNIPPET:cart-discount */

/* START_SNIPPET:cart-drawer (INDEX:357) */
.cart-items-component { width: 100%; height: 100%; display: flex; flex-direction: column; }
  .cart-drawer__heading .cart-bubble, .cart-drawer__heading .cart-bubble span { background: var(--color-primary-button-background) !important; color: var(--color-primary-button-text) !important; }
  .cart-drawer__heading .cart-bubble { width: fit-content; border-radius: var(--style-border-radius-buttons-primary); aspect-ratio: auto; padding: var(--cart-padding, 0.2em 0.5em); display: inline-flex; align-items: center; justify-content: center; line-height: 1; }
  .cart-drawer__heading .cart-bubble[data-maintain-ratio] { aspect-ratio: 1; min-width: 26px; }
  .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) { .cart-drawer__header { padding: var(--cart-drawer-padding-desktop); } }
  .cart-drawer__dialog { overflow: hidden; }
  .cart-drawer__inner { height: 100%; overflow: hidden; }
  .cart-drawer__content { height: calc(100% - var(--header-height)); display: flex; flex-direction: column; }
  .cart-drawer__summary { background-color: var(--color-background); z-index: 1; }
  .cart-drawer__summary--top { position: sticky; top: 0; order: 0; }
  .cart-drawer__summary:not(.cart-drawer__summary--top) { position: sticky; bottom: 0; order: 3; }
/* END_SNIPPET:cart-drawer */

/* START_SNIPPET:cart-icon-component (INDEX:358) */
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;
    }
  }
/* END_SNIPPET:cart-icon-component */

/* START_SNIPPET:cart-products (INDEX:360) */
.cart-items {
    --cart-item-media-width-min: 2.5rem;
    --cart-item-media-width-max: 7.5rem;

    container-name: cart-items;
    container-type: inline-size;
    width: 100%;
  }

  .cart-items-disabled {
    pointer-events: none;
  }

  .cart-items__table {
    width: 100%;
  }

  .cart-items__table * {
    margin: 0;
  }

  .cart-items__table-row {
    --cart-item-price-width: 6rem;

    display: grid;
    grid-template-columns: clamp(2.5rem, 15cqi, 7.5rem) minmax(0, 1fr) minmax(var(--cart-item-price-width), auto);
    grid-template-areas:
      'media details price'
      'media quantity price'
      'media error error';
    column-gap: var(--gap-md);
    align-items: start;
    padding-bottom: var(--cart-items-gap);
    margin-bottom: var(--margin-lg);
  }

  .cart-items__table-row.cart-items__nested-line td:first-child {
    width: 60%;
    justify-self: right;
  }

  html:active-view-transition-type(page-navigation) .cart-items__table-row {
    /* stylelint-disable-next-line declaration-no-important */
    view-transition-name: none !important;
  }

  .cart-items__table-row.removing {
    overflow: hidden;
    animation: removeRow calc(var(--animation-speed) * 2) var(--animation-easing) forwards;
    animation-delay: var(--animation-speed);
  }

  @keyframes removeRow {
    0% {
      height: var(--row-height);
    }

    100% {
      opacity: 0;
      height: 0;
      padding-bottom: 0;
      margin-bottom: 0;
      border-color: transparent;
    }
  }

  .cart-items__table-row:last-child {
    padding-bottom: 0;
  }

  .cart-items--dividers .cart-items__table-row {
    border-bottom: 1px solid var(--color-border);
    margin-bottom: var(--cart-items-gap);
  }

  .cart-items--dividers .cart-items__table-row:has(+ .cart-items__nested-line) {
    border-bottom: none;
    margin-bottom: 0;
  }

  .cart-items--dividers .cart-items__table-row:last-child {
    border-block-end: none;
    padding-block-end: 0;
    margin-bottom: 0;
  }

  .cart-items__details {
    grid-area: details;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-70));
  }

  .cart-items__details > * + *,
  .cart-items__bundle li {
    margin-block-start: var(--margin-2xs);
  }

  .cart-items__details * {
    font-size: var(--cart-font-size--sm);
  }

  .cart-items__details a {
    text-decoration: none;
  }

  .cart-items__title {
    font-size: var(--cart-font-size--md);
    color: var(--color-foreground);
    text-transform: var(--product-title-case);
  }

  .cart-items__variant {
    display: inline-block;
  }

  .cart-items__quantity {
    grid-area: quantity;
    margin-block-start: var(--margin-xs);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-xs);
    width: fit-content;
  }

  .cart-items__quantity .quantity-selector {
    --cart-touch-target: 36px;
    --color-input-background: rgb(var(--color-foreground-rgb) / var(--opacity-5-15));
    --color-input-hover-background: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
    --color-input-text: var(--color-foreground);
    --quantity-border-color: rgb(var(--color-foreground-rgb) / var(--opacity-35-55));
    display: inline-flex;
    flex: 0 0 auto;
    width: auto;
    min-width: unset;
    max-width: unset;
    font-size: var(--cart-font-size--sm);
    height: var(--cart-touch-target);
  }

  .cart-items__quantity .quantity-selector input[type='number'] {
    width: 28px;
    min-width: 28px;
    max-width: 28px;
    padding: 0;
    text-align: center;
    font-size: inherit;
  }

  .cart-items__quantity .quantity-selector :is(.quantity-minus, .quantity-plus) {
    width: var(--cart-touch-target);
    height: var(--cart-touch-target);
    min-width: unset;
  }

  .cart-items__remove {
    background: var(--color-primary-button-background);
    color: var(--color-primary-button-text);
    width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
    justify-content: center;
    box-shadow: none;
    padding: 0;
    border-radius: var(--style-border-radius-buttons-primary);
  }

  .cart-items__media {
    grid-area: media;
    padding: 0;
  }

  .cart-items__price {
    grid-area: price;
    min-height: unset;
    min-width: var(--cart-item-price-width);
    text-align: end;
    display: block;
    font-size: var(--cart-font-size--md);
  }

  .cart-items__price-unit {
    font-size: var(--cart-font-size--xs);
  }

  .cart-items__media-container {
    display: flex;
    aspect-ratio: var(--ratio);
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .cart-items__media-image {
    aspect-ratio: inherit;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: auto;
  }

  .cart-items__empty-button {
    margin-top: var(--margin-md);
    padding-inline: var(--padding-4xl);
    padding-block: var(--padding-lg);
  }

  /* Error message */
  .cart-items__error {
    display: flex;
    align-items: flex-start;
    width: 100%;
    grid-area: error;
    margin-block-start: var(--margin-xs);
    opacity: 1;
    overflow: hidden;
    transform: translateY(0);
    transition: opacity var(--drawer-animation-speed) var(--animation-easing),
      transform var(--drawer-animation-speed) var(--animation-easing);

    @starting-style {
      opacity: 0;
      transform: translateY(-0.5rem);
    }
  }

  .cart-item__error {
    display: flex;
    align-items: flex-start;
    width: 100%;
    font-size: var(--cart-font-size--sm);
    padding-block: var(--padding-2xs);
  }

  .cart-item__error .svg-wrapper {
    flex-shrink: 0;
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
    margin-inline: var(--margin-3xs) var(--margin-xs);
    margin-block-start: var(--margin-3xs);
  }

  @container cart-items (min-width: 720px) {
    .cart-items__table-row {
      --cart-item-price-width: 6rem;

      grid-template-columns: 7.5rem 1fr 1fr minmax(var(--cart-item-price-width), auto);
      grid-template-rows: min-content 1fr;
      grid-template-areas:
        'media details quantity price'
        'media details error error';
    }

    .cart-items__quantity,
    .cart-items__price {
      grid-area: initial;
    }

    .cart-items__quantity {
      margin-top: 0;
    }

    .cart-items__price {
      min-height: var(--minimum-touch-target);
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: center;
    }
  }

  .cart__original-total-container,
  .cart__total-container {
    display: flex;
    flex-direction: column;
  }

  .cart__total-container {
    row-gap: var(--gap-2xs);

    &:has(.cart__installments) {
      row-gap: var(--gap-xs);
    }
  }

  .cart__original-total-container:empty {
    display: none;
  }

  .cart__summary-totals {
    display: flex;
    flex-direction: column;
    gap: var(--gap-xl);
    width: 100%;
    border-block-start: none;

    &:has(> :first-child:not(.cart__original-total-container, .cart__total-container)) {
      padding-block-start: 0;
      border-block-start: none;
    }

    @media screen and (min-width: 750px) {
      padding-block-start: 0;
    }
  }

  .cart__original-total-container,
  .cart__original-total-container * {
    font-size: var(--cart-font-size--sm);
  }

  .cart__total {
    font-weight: var(--font-weight-bold);
  }

  .cart__total-label {
    font-size: var(--cart-font-size--sm);
  }

  .cart__total-value {
    font-size: var(--cart-font-size--2xl);
  }

  .cart-primary-typography {
    font-family: var(--cart-primary-font-family);
    font-style: var(--cart-primary-font-style);
    font-weight: var(--cart-primary-font-weight);
  }

  .cart-secondary-typography {
    font-family: var(--cart-secondary-font-family);
    font-style: var(--cart-secondary-font-style);
    font-weight: var(--cart-secondary-font-weight);
  }

  .cart__ctas {
    width: 100%;
    display: grid;
    gap: var(--checkout-button-gap);
    grid-auto-flow: row;
    grid-template-columns: 1fr;
  }

  .cart__additional-checkout-buttons {
    width: 100%;
  }

  .cart__ctas .cart__checkout-button {
    width: 100%;
    height: clamp(25px, var(--height-buy-buttons), 55px);
    padding-inline: var(--padding-4xl);
  }

  shopify-accelerated-checkout-cart {
    --shopify-accelerated-checkout-inline-alignment: center;
    --shopify-accelerated-checkout-button-border-radius: var(--style-border-radius-buttons-primary);
    --shopify-accelerated-checkout-row-gap: var(--checkout-button-gap, 10px);
  }

  .cart-note {
    width: 100%;
  }

  @starting-style {
    .cart-note[open-by-default-on-desktop][open-by-default-on-mobile] .details-content {
      block-size: auto;
      opacity: 1;
      overflow-y: visible;
    }
  }

  .cart-note__inner {
    padding-block: var(--padding-2xs) var(--padding-sm);
  }

  .cart-note__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cart-note__summary:hover {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .cart-note__label {
    display: flex;
    align-items: flex-start;
    gap: var(--gap-2xs);
    font-size: var(--cart-font-size--sm);
  }

  .cart-note__instructions {
    color: var(--color-input-text);
    background-color: var(--color-input-background);
    border-width: var(--style-border-width-inputs);
    border-color: var(--color-input-border);
    transition: box-shadow var(--animation-speed) ease;
    box-shadow: var(--input-box-shadow);
    min-height: 5.5rem;
    min-width: 100%;
    max-width: 100%;
    font-size: var(--cart-font-size--sm);
    padding: max(4px, calc(var(--style-border-radius-inputs) * (1 - cos(45deg))));
  }

  .cart-note .svg-wrapper {
    height: var(--icon-size-sm);
    width: var(--icon-size-sm);
    margin: 0;
  }

  .cart-note .icon-plus {
    height: var(--icon-size-xs);
    width: var(--icon-size-xs);
  }

  /* Remove animation */
  .remove-icon-bottom,
  .remove-icon-top {
    transition: transform var(--animation-speed) var(--animation-easing);
  }

  .cart-items__remove:hover .remove-icon-top {
    transform: translate(calc(-1 * var(--icon-stroke-width)), var(--icon-stroke-width)) rotate(-15deg);
  }

  .cart-items__remove:is(:hover, :active) .remove-icon-bottom {
    transform: translateY(var(--icon-stroke-width));
  }

  .cart-items__table-row.removing .remove-icon-bottom {
    transform: translateY(0);
  }

  .cart-items__table-row.removing .remove-icon-top {
    animation: removeButtonClickedIconTop var(--animation-speed) var(--animation-easing) forwards;
  }

  @keyframes removeButtonClickedIconTop {
    50% {
      transform: translate(0, calc(-1 * var(--icon-stroke-width)));
    }

    100% {
      transform: translate(0, 0);
    }
  }

  .cart-items__properties {
    display: block;
    margin-block-start: var(--margin-2xs);
  }

  .cart-items__properties dt,
  .cart-items__properties dd {
    display: inline;
  }
/* END_SNIPPET:cart-products */

/* START_SNIPPET:cart-summary (INDEX:361) */
.cart-actions {
    display: flex;
    flex-direction: column;
    gap: var(--gap-sm);
    border-block: 1px solid var(--color-border);
    padding-block: var(--padding-sm);
    margin-block-start: var(--margin-3xs);
  }

  .cart-actions__divider {
    border-block-start: 1px solid var(--color-border);
  }

  .cart__summary-totals:not(:has(.cart-actions)) {
    margin-block-start: var(--margin-3xs);
    border-block-start: 1px solid var(--color-border);
    padding-block-start: var(--margin-xl);
  }

  .cart__installments {
    color: var(--color-foreground);
  }

  .cart__total-prices {
    display: flex;
    align-items: baseline;
    gap: var(--gap-xs);
  }

  .cart__total-original {
    opacity: var(--opacity-subdued-text);
    font-weight: var(--font-weight-normal);
    text-decoration: line-through;
  }
/* END_SNIPPET:cart-summary */

/* START_SNIPPET:collection-card (INDEX:363) */
.collection-card {
    --fixed-card-height: var(--height-small);
    --border-radius: var(--style-border-radius-global, 0px);
    flex: 1 1 var(--card-width-small);
    width: 100%;
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
  }

  .collection-card > svg {
    height: 100%;
    width: 100%;
    aspect-ratio: var(--ratio);
  }

  .collection-card__inner {
    width: 100%;
    overflow: hidden;
    position: relative;
    gap: var(--collection-card-gap);
    display: flex;
    flex-direction: column;
  }

  .collection-card--image-bg .collection-card__inner {
    height: 100%;
  }

  .collection-card__inner {
    z-index: var(--layer-flat);
    pointer-events: none;

    a,
    button {
      /* only allow interactive elements to be clickable separate from .collection-card__link */
      pointer-events: auto;
    }
  }

  /* allow all blocks to be selectable in editor preview */
  .shopify-design-mode .collection-card__content * {
    pointer-events: auto;
  }

  .collection-card__content {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    max-width: 100%;
    gap: var(--collection-card-gap);
    flex-direction: column;
    align-items: var(--horizontal-alignment);
    justify-content: var(--vertical-alignment);
  }

  .collection-card__link {
    position: absolute;
    inset: 0;

    /* allows focus outline to have radius in supported browsers */
    border-radius: var(--border-radius);
  }

  /* Nested image block rules */

  .collection-card.collection-card--image-bg {
    aspect-ratio: var(--ratio);
  }

  .collection-card.collection-card--image-bg .collection-card__content {
    padding: var(--padding-lg);
  }

  /* Bento layout rules */
  .collection-card--image-height-fixed .collection-card__image {
    height: var(--fixed-card-height);
    width: 100%;
  }

  .collection-card--image-height-fixed.collection-card--image-bg {
    height: var(--fixed-card-height);
    aspect-ratio: unset;
  }

  .collection-card__image .image-block__image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .collection-card--image-bg .collection-card__image {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .collection-card__image svg {
    height: 100%;
    width: 100%;
  }

  .resource-list:not(.hidden--desktop) .collection-card--flexible-aspect-ratio {
    &.collection-card.collection-card--image-bg,
    &.collection-card .placeholder-svg {
      aspect-ratio: 99;
    }

    .collection-card__image {
      aspect-ratio: 99;
      height: 100%;
    }

    .collection-card__inner {
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .collection-card__content {
      flex-shrink: 0;
    }

    &:not(.collection-card--image-bg) .collection-card__content {
      height: auto;
    }
  }
/* END_SNIPPET:collection-card */

/* START_SNIPPET:contact-form (INDEX:365) */
.contact-form__form {
    display: flex;
    flex-direction: column;
    gap: var(--gap-md);
  }

  .contact-form__form-row {
    display: flex;
    flex-direction: column;
    gap: var(--gap-md);

    @media screen and (min-width: 750px) {
      flex-direction: row;
      align-items: center;
    }
  }

  .contact-form__input {
    --color-input-background: rgb(var(--color-foreground-rgb) / var(--opacity-5-15));
    --color-input-hover-background: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
    --color-input-text: var(--color-foreground);
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color-input-text);
    background-color: var(--color-input-background);
    padding: var(--padding-lg) var(--padding-xl);
    border-radius: var(--style-border-radius-inputs);
    border: var(--style-border-width-inputs) solid var(--color-input-border);
    -webkit-font-smoothing: antialiased;
  }

  .contact-form__input--textarea {
    resize: vertical;
    min-height: var(--input-textarea-min-height);
  }

  .contact-form__error,
  .contact-form__success {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
  }
/* END_SNIPPET:contact-form */

/* START_SNIPPET:cuvante-cart-progress (INDEX:366) */
.cuvante-cart-progress{width:100%;padding:var(--padding-sm) 0;margin-block:var(--margin-xs);color:var(--color-foreground)}
.cuvante-cart-progress__message{margin:0 0 10px;font-size:var(--cart-font-size--sm);line-height:1.35;text-align:center}
.cuvante-cart-progress__track{position:relative;width:100%;height:4px;overflow:hidden;border-radius:999px;background:rgb(var(--color-foreground-rgb)/.12)}
.cuvante-cart-progress__fill{display:block;height:100%;border-radius:inherit;background:var(--color-foreground);transition:width 180ms ease-out}
.cuvante-cart-progress__labels{display:flex;justify-content:space-between;gap:var(--gap-sm);margin-top:6px;font-size:var(--cart-font-size--2xs);line-height:1.2;color:rgb(var(--color-foreground-rgb)/.65)}
@media screen and (max-width:749px){.cuvante-cart-progress{padding-inline:2px}.cuvante-cart-progress__message{font-size:12px}}
/* END_SNIPPET:cuvante-cart-progress */

/* START_SNIPPET:cuvante-cart-recommendation (INDEX:367) */
.cuvante-cart-recommendation{width:100%;margin-top:var(--margin-lg);padding-top:var(--padding-lg);border-top:1px solid var(--color-border)}
.cuvante-cart-recommendation__heading{margin-bottom:var(--margin-sm);font-size:var(--cart-font-size--sm);font-weight:var(--font-weight-bold)}
.cuvante-cart-recommendation__card{display:grid;grid-template-columns:84px minmax(0,1fr) auto;align-items:center;gap:14px}
.cuvante-cart-recommendation__media{display:flex;width:84px;height:84px;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--style-border-radius-inputs);background:var(--color-background)}
.cuvante-cart-recommendation__media img{display:block;width:100%;height:100%;object-fit:contain}
.cuvante-cart-recommendation__details{min-width:0;display:flex;flex-direction:column;gap:5px}
.cuvante-cart-recommendation__title{color:var(--color-foreground);text-decoration:none;font-size:var(--cart-font-size--sm);line-height:1.3}
.cuvante-cart-recommendation__price{font-size:var(--cart-font-size--sm);color:rgb(var(--color-foreground-rgb)/.7)}
.cuvante-cart-recommendation__form,.cuvante-cart-recommendation__form form,.cuvante-cart-recommendation__form add-to-cart-component{display:block}
.cuvante-cart-recommendation__button{min-width:92px;min-height:44px;padding:10px 12px;border:1px solid var(--color-foreground);border-radius:var(--style-border-radius-buttons-primary);background:transparent;color:var(--color-foreground);font:inherit;font-size:10px;font-weight:700;letter-spacing:.04em;cursor:pointer;white-space:nowrap}
.cuvante-cart-recommendation__button:hover:not(:disabled){background:var(--color-foreground);color:var(--color-background)}
.cuvante-cart-recommendation__button:disabled{opacity:.5;cursor:not-allowed}
@media screen and (max-width:749px){.cuvante-cart-recommendation__card{grid-template-columns:72px minmax(0,1fr) auto;gap:10px}.cuvante-cart-recommendation__media{width:72px;height:72px}.cuvante-cart-recommendation__button{min-width:78px;min-height:44px;padding-inline:9px;font-size:9px}}
/* END_SNIPPET:cuvante-cart-recommendation */

/* START_SNIPPET:cuvante-mobile-optimisation (INDEX:368) */
/* Cuvante mobile optimisation: keep layouts inside the viewport, preserve readable type,
   protect touch targets, and keep the free Patch Finder compact on phones. */
@media screen and (max-width: 749px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  .section,
  .section-content-wrapper,
  .group-block,
  .group-block-content,
  .layout-panel-flex,
  .product-grid,
  .resource-list,
  .product-card,
  .collection-card,
  .resource-card {
    min-width: 0;
  }

  .section > * {
    min-width: 0;
  }

  .layout-panel-flex--row > * {
    min-width: 0;
  }

  /* Keep primary actions comfortable to tap on touch screens. */
  .button,
  .button-secondary,
  button.shopify-payment-button__button--unbranded,
  .shopify-payment-button__button,
  .add-to-cart-button {
    min-height: 48px;
  }

  /* Product cards stay compact without making the mobile grid feel cramped. */
  .product-grid {
    gap: 12px;
  }

  .product-grid__item,
  .product-grid__card,
  .product-card__content {
    min-width: 0;
  }

  .product-card__content {
    overflow-wrap: anywhere;
  }

  /* Long policy/page copy and embedded media must never create horizontal scrolling. */
  .rte,
  .shopify-policy__container,
  .shopify-policy__body {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .rte img,
  .rte video,
  .rte iframe,
  .shopify-policy__container img,
  .shopify-policy__container video,
  .shopify-policy__container iframe {
    max-width: 100%;
    height: auto;
  }

  .rte iframe,
  .shopify-policy__container iframe {
    width: 100%;
  }

  /* Prevent decorative/large content from pushing the mobile viewport wider. */
  .section-background,
  .background-image-container,
  .video-background {
    max-width: 100vw;
  }

  /* Mobile product media remains full-width and avoids accidental overflow. */
  media-gallery,
  .product-media-container,
  .product-media {
    min-width: 0;
    max-width: 100%;
  }

  /* Compact Patch Finder spotlight on phones only. Desktop sizing is unchanged. */
  .cuvante-finder-spotlight {
    right: 10px !important;
    bottom: max(10px, env(safe-area-inset-bottom)) !important;
  }

  .cuvante-finder-spotlight__button {
    min-width: 0 !important;
    width: auto;
    max-width: 166px;
    min-height: 44px;
    padding: 8px 10px !important;
    gap: 8px !important;
    border-radius: 999px;
  }

  .cuvante-finder-spotlight__dot {
    width: 6px;
    height: 6px;
    box-shadow: 0 0 0 4px rgba(255,255,255,.10);
  }

  .cuvante-finder-spotlight__button span:nth-child(2) {
    gap: 2px;
    min-width: 0;
  }

  .cuvante-finder-spotlight small {
    font-size: 6px !important;
    letter-spacing: .13em;
    white-space: nowrap;
  }

  .cuvante-finder-spotlight strong {
    font-size: 10px !important;
    line-height: 1.15;
    white-space: nowrap;
  }

  .cuvante-finder-spotlight__arrow {
    font-size: 15px;
  }
}

@media screen and (max-width: 380px) {
  .cuvante-finder-spotlight__button {
    max-width: 148px;
    padding-inline: 9px !important;
    gap: 7px !important;
  }

  .cuvante-finder-spotlight strong {
    font-size: 9.5px !important;
  }

  .cuvante-finder-spotlight small {
    font-size: 5.5px !important;
  }
}
/* END_SNIPPET:cuvante-mobile-optimisation */

/* START_SNIPPET:disclosure-content (INDEX:369) */
.disclosure-content {
    display: grid;
    grid-template-rows: 1fr;
    /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
    clip-path: inset(-5% -5% 0 -5%);
    opacity: 1;

    &[inert] {
      grid-template-rows: 0fr;
      opacity: 0;
    }

    & > * {
      min-height: 0;
    }
  }

  @media (prefers-reduced-motion: no-preference) {
    .disclosure-content {
      transition-property: grid-template-rows, opacity;
      transition-duration: var(--surface-transition-duration);
      transition-timing-function: var(--surface-transition-timing);
    }
  }
/* END_SNIPPET:disclosure-content */

/* START_SNIPPET:disclosure-trigger (INDEX:370) */
.disclosure-trigger {
    cursor: pointer;
    color: var(--color-foreground);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: var(--padding-sm);
    width: 100%;
    border: none;
    background: #0000;

    &[aria-expanded='true'] .horizontal {
      rotate: 90deg;
    }

    &:is(:hover, :focus-visible) {
      color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    }

    .horizontal {
      transform-box: fill-box;
      transform-origin: center;
    }

    svg {
      aspect-ratio: 1;
      width: var(--icon-size-xs);
    }
  }

  .disclosure-trigger__label {
    display: flex;
    align-items: flex-start;
    gap: var(--gap-2xs);
    font-size: var(--cart-font-size--sm);
  }

  @media (prefers-reduced-motion: no-preference) {
    .disclosure-trigger .horizontal {
      transition: rotate var(--surface-transition-duration) var(--surface-transition-timing);
    }
  }
/* END_SNIPPET:disclosure-trigger */

/* START_SNIPPET:divider (INDEX:371) */
.divider {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: var(--divider-justify-content);
  }

  .divider__line {
    border-bottom: var(--divider-border-thickness) solid var(--color-border);
    border-right: var(--divider-border-thickness) solid var(--color-border);
    border-radius: calc(var(--style-border-radius-sm) * var(--divider-border-rounded));
    flex-basis: var(--divider-flex-basis);
    min-height: var(--divider-flex-basis);
  }
/* END_SNIPPET:divider */

/* START_SNIPPET:editorial-blog-grid (INDEX:374) */
.editorial-blog__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 1fr;
    gap: var(--gap-xl);

    .shopify-block {
      height: 100%;
    }
  }

  .editorial-blog__spacer {
    aspect-ratio: 1;
  }

  @media (max-width: 768px) {
    .editorial-blog__grid {
      display: flex;
      flex-direction: column;
      gap: var(--gap-2xl);
    }

    .editorial-blog__spacer {
      display: none;
    }

    .featured-blog-posts-card__image {
      min-height: 200px;
    }

    /* Mobile layout - also horizontally mirrored from collection grid */
    .editorial-blog__item-0 {
      width: 66%;
      align-self: flex-end; /* Originally flex-start, now flex-end */
    }

    .editorial-blog__item-1 {
      width: 83%;
      align-self: flex-start; /* Originally flex-end, now flex-start */
    }

    .editorial-blog__item-2 {
      width: 83%;
      align-self: flex-end; /* Originally flex-start, now flex-end */
    }

    .editorial-blog__item-3 {
      width: 100%;
      align-self: center; /* Stays centered */
    }
  }
/* END_SNIPPET:editorial-blog-grid */

/* START_SNIPPET:editorial-collection-grid (INDEX:375) */
.editorial-collection__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 1fr;
    gap: var(--gap-xl);

    .resource-list__item,
    .collection-card {
      height: 100%;
    }
  }

  .editorial-collection__spacer {
    aspect-ratio: 1;
  }

  @media (max-width: 768px) {
    .editorial-collection__grid {
      display: flex;
      flex-direction: column;
      gap: var(--gap-2xl);
    }

    .editorial-collection__spacer {
      display: none;
    }

    .editorial-collection__item-0 {
      width: 66%;
      align-self: flex-start;
      aspect-ratio: 4 / 5;
    }

    .editorial-collection__item-1 {
      width: 83%;
      align-self: flex-end;
      aspect-ratio: 5 / 5;
    }

    .editorial-collection__item-2 {
      width: 83%;
      align-self: flex-start;
      aspect-ratio: 8 / 6;
    }

    .editorial-collection__item-3 {
      width: 100%;
      align-self: center;
      aspect-ratio: 8 / 6;
    }
  }
/* END_SNIPPET:editorial-collection-grid */

/* START_SNIPPET:editorial-product-grid (INDEX:376) */
.editorial-product__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 1fr;
    gap: var(--gap-xl);

    /* Make the aspect ratio super high on width, then increase the height of
     * slideshow containers until they fill all the available space */
    .card-gallery {
      /* stylelint-disable-next-line declaration-no-important */
      --gallery-aspect-ratio: 99 !important;
    }

    .card-gallery,
    slideshow-component,
    slideshow-container,
    slideshow-slides {
      height: 100%;
    }
  }

  .editorial-product__spacer {
    aspect-ratio: 1;
  }

  @media (max-width: 768px) {
    .editorial-product__grid {
      display: flex;
      flex-direction: column;
      gap: var(--gap-2xl);
    }

    .editorial-product__spacer {
      display: none;
    }

    .editorial-product__item-0 {
      width: 83%;
      align-self: flex-start;
      aspect-ratio: 7 / 6;
    }

    .editorial-product__item-1 {
      width: 83%;
      align-self: flex-end;
      aspect-ratio: 4 / 5;
    }

    .editorial-product__item-2 {
      width: 66%;
      align-self: flex-start;
      aspect-ratio: 5 / 5;
    }

    .editorial-product__item-3 {
      width: 100%;
      aspect-ratio: 8 / 6;
    }
  }
/* END_SNIPPET:editorial-product-grid */

/* START_SNIPPET:facets-actions (INDEX:377) */
/* Facets - Actions */
  .facets__actions {
    --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
    );

    order: 1;
    position: sticky;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: var(--gap-sm);
    background-image: var(--to-top-gradient-background);
    z-index: var(--facets-sticky-z-index);
    padding-block-start: var(--padding-xs);
    padding-block-end: var(--padding-md);
    padding-inline: var(--padding-lg);
    margin-top: auto;
  }

  .facets:not(.facets--drawer) .facets__actions {
    @media screen and (min-width: 750px) {
      position: static;
    }
  }

  .facets--vertical .facets__actions {
    padding-inline: 0;
    justify-content: center;
  }

  .facets--horizontal .facets__actions {
    @media screen and (min-width: 750px) {
      order: 0;
      bottom: auto;
      position: static;
      padding: 0;
      z-index: var(--layer-flat);
      flex-shrink: 0;
      align-items: center;
      margin-top: initial;
      background-image: none;
    }
  }

  .facets--horizontal .facets__actions--active::before {
    @media screen and (min-width: 750px) {
      content: '';
      border-inline-start: var(--style-border-width) solid var(--color-border);
      height: var(--font-paragraph--size);
      position: absolute;
    }
  }

  /* Clear button */
  .facets__clear {
    display: none;
  }

  .facets--horizontal .facets__clear {
    @media screen and (min-width: 750px) {
      width: 100%;
      justify-content: flex-end;
      padding: 0 var(--facets-clear-padding) var(--facets-clear-padding) 0;
      cursor: pointer;
    }
  }

  .facets__clear--active {
    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .clear-filter:hover {
    text-decoration: underline;
    background-color: transparent;
  }

  /* Clear all button */
  .facets__clear-all {
    display: none;
    cursor: pointer;
    min-width: var(--facets-clear-all-min-width);
    transition: transform var(--animation-values), opacity var(--animation-values);
    opacity: 0;
    transform: translateY(100%);
    flex-grow: 1;
    padding-block: var(--padding-lg);
  }

  .facets:not(.facets--drawer) .facets__clear-all {
    box-shadow: none;
  }

  .facets--horizontal .facets__clear-all {
    @media screen and (min-width: 750px) {
      --facets-clear-all-min-width: var(--minimum-touch-target);
      --button-color: var(--color-primary);

      text-decoration: underline transparent 0.075em;
      text-underline-offset: 0.125em;
      width: auto;
      transform: none;
      opacity: 1;
      height: var(--minimum-touch-target);
      align-items: center;
      flex-grow: 0;
      transition: text-decoration-color var(--animation-speed) var(--animation-easing);
    }
  }

  .facets--horizontal .facets__clear-all:hover {
    @media screen and (min-width: 750px) {
      --button-color: var(--color-primary-hover);
    }
  }

  @starting-style {
    .facets__clear-all {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .facets__clear-all.active {
    transform: translateY(0);
    opacity: 1;
    display: grid;
  }

  .facets--horizontal .facets__clear-all.active {
    @media screen and (min-width: 750px) {
      padding-block: 0;
      padding-inline: var(--facets-form-horizontal-gap);
      background-color: transparent;
      position: static;
      transform: none;
    }
  }

  @starting-style {
    .facets__clear-all.active {
      opacity: 0;
      transform: translateY(100%);
    }

    .facets--horizontal .facets__clear-all.active {
      @media screen and (min-width: 750px) {
        opacity: 1;
        transform: none;
      }
    }
  }

  .facets__see-results {
    min-width: var(--facets-see-results-min-width);
    flex-grow: 1;
    padding-block: var(--padding-lg);
  }

  .facets:not(.facets--drawer) .facets__see-results {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }
/* END_SNIPPET:facets-actions */

/* START_SNIPPET:filter-remove-buttons (INDEX:378) */
/* Facets - Remove buttons */
  .facets-remove {
    --variant-picker-swatch-width: 20px;
    --variant-picker-swatch-height: 20px;

    display: none;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--gap-xs);
    padding: 0 var(--drawer-padding);
    margin: 0;

    @media screen and (min-width: 750px) {
      --variant-picker-swatch-width: 16px;
      --variant-picker-swatch-height: 16px;

      gap: var(--gap-2xs);
    }
  }

  .facets-remove:has(facet-remove-component) {
    display: flex;
    margin-block-start: var(--margin-2xs);
    margin-block-end: var(--margin-md);
  }

  .facets__clear-all-link {
    --button-color: var(--color-primary);

    border: none;
    background-color: transparent;
    padding: var(--padding-xs);
    min-width: fit-content;
    color: var(--button-color);
    transition: text-decoration-color var(--animation-speed) var(--animation-easing),
      color var(--animation-speed) var(--animation-easing);
  }

  .facets__clear-all-link:hover {
    --button-color: var(--color-primary-hover);

    color: var(--button-color);
    text-decoration-color: var(--button-color);
  }

  .facets:not(.facets--drawer) .facets-remove--mobile-and-vertical {
    @media screen and (min-width: 750px) {
      padding: 0;
    }
  }

  .facets--horizontal .facets-remove--mobile-and-vertical {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .facets-remove__pill {
    .svg-wrapper,
    .swatch {
      flex-shrink: 0;
    }
  }

  .facets--horizontal .facets-remove {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }
/* END_SNIPPET:filter-remove-buttons */

/* START_SNIPPET:gift-card-recipient-form (INDEX:388) */
.recipient-form {
    --options-border-radius: var(--variant-picker-button-radius);
    --options-border-width: var(--variant-picker-button-border-width);

    display: flex;
    flex-direction: column;
    padding-bottom: var(--padding-2xl);
  }

  .recipient-form__send-to {
    padding: 0;
    margin-block-end: var(--margin-xs);
  }

  .gift-card-form-option {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gap-sm);
    padding: 0;
    border: none;
  }

  .gift-card-form-option__button-label {
    display: flex;
    align-items: center;
    position: relative;
    padding-block: var(--padding-sm);
    padding-inline: var(--padding-lg);
    border: var(--style-border-width) solid var(--color-variant-border);
    border-radius: var(--options-border-radius);
    border-width: var(--options-border-width);
    overflow: clip;
    justify-content: center;
    min-width: auto;
    background-color: var(--color-variant-background);
    color: var(--color-variant-text);
    transition: background-color var(--animation-speed) var(--animation-easing),
      border-color var(--animation-speed) var(--animation-easing);

    &:hover {
      background-color: var(--color-variant-hover-background);
      border-color: var(--color-variant-hover-border);
      color: var(--color-variant-hover-text);
    }
  }

  .gift-card-form-option__button-label:has(:focus-visible) {
    --variant-picker-stroke-color: var(--color-foreground);

    border-color: var(--color-foreground);
    outline: var(--focus-outline-width) solid var(--color-foreground);
    outline-offset: var(--focus-outline-offset);
  }

  .gift-card-form-option__button-label:has(:checked) {
    color: var(--color-selected-variant-text);
    background-color: var(--color-selected-variant-background);
    border-color: var(--color-selected-variant-border);
    transition: background-color var(--animation-speed) var(--animation-easing),
      border-color var(--animation-speed) var(--animation-easing);

    &:hover {
      background-color: var(--color-selected-variant-hover-background);
      border-color: var(--color-selected-variant-hover-border);
      color: var(--color-selected-variant-hover-text);
    }
  }

  .gift-card-form-option__button-label input {
    /* remove the checkbox from the page flow */
    position: absolute;

    /* set the dimensions to match those of the label */
    inset: 0;

    /* hide it */
    opacity: 0;
    margin: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }

  .recipient-fields {
    display: flex;
    flex-direction: column;
    gap: var(--gap-sm);
    transition: opacity 0.3s var(--animation-easing);
    padding-block-start: var(--padding-xl);
  }

  .recipient-fields[hidden] {
    display: none;
  }

  .field--send-on {
    display: flex;
    flex-direction: column;
  }

  .recipient-form__message {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--gap-sm);
    margin-top: var(--margin-sm);
  }

  .recipient-form-field-label {
    position: absolute;
    left: var(--padding-sm);
    bottom: var(--padding-sm);
    font-style: italic;
    color: var(--color-input-text);
  }

  .recipient-fields__textarea {
    min-height: 5.5rem;
    overflow-y: auto;

    /* Space for the character count */
    padding-bottom: calc(var(--padding-sm) * 3);
    scroll-padding-bottom: calc(var(--padding-sm) * 3);
  }

  .recipient-fields__input {
    --color-input-background: rgb(var(--color-foreground-rgb) / var(--opacity-5-15));
    --color-input-hover-background: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
    --color-input-text: var(--color-foreground);
    flex-grow: 1;
    transition: background-color var(--animation-speed) ease;
    padding: var(--input-padding);
    background-color: var(--color-input-background);
    color: var(--color-input-text);
    text-align: left;
    font-size: var(--font-paragraph--size);
    border: var(--style-border-width-inputs) solid var(--color-input-border);
    border-radius: var(--style-border-radius-inputs);

    &:autofill {
      background-color: var(--color-input-background);
      color: var(--color-input-text);
    }

    &:is(:focus) {
      outline-color: var(--color-input-background);
    }
  }

  /* Date picker calendar icon
   * Safari doesn't show the icon and Firefox correctly applies the color from the input field.
   * Webkit browsers need the mask-image trick to use the correct icon color.
   */
  .field--send-on .recipient-fields__input::-webkit-calendar-picker-indicator {
    cursor: pointer;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 24 24' %3E%3Cg%3E%3Cpath d='M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-image: none;
    background-color: currentColor;
    mask-type: match-source;
  }

  /* For Webkit browsers - text cursor for input area */
  .field--send-on .recipient-fields__input::-webkit-datetime-edit {
    cursor: text;
  }

  .field--send-on .recipient-fields__input::-webkit-datetime-edit-year-field,
  .field--send-on .recipient-fields__input::-webkit-datetime-edit-month-field,
  .field--send-on .recipient-fields__input::-webkit-datetime-edit-day-field {
    /* Override the disabled color */
    color: var(--color-input-text);
  }

  /* Fallback for other browsers */
  .field--send-on .recipient-fields__input {
    cursor: text;
  }

  /* For Firefox - entire field is clickable, so show pointer */
  @supports (-moz-appearance: none) {
    .field--send-on .recipient-fields__input {
      cursor: pointer;
    }
  }
/* END_SNIPPET:gift-card-recipient-form */

/* START_SNIPPET:grid-density-controls (INDEX:389) */
.column-options-wrapper {
    --icon-offset: -3px;

    display: flex;
    gap: var(--gap-sm);
    min-width: fit-content;
    justify-content: flex-end;
    height: var(--minimum-touch-target);
    align-items: center;
    margin-right: var(--icon-offset);
  }

  .column-options-wrapper:only-child {
    margin-left: auto;
  }

  .facets__form-wrapper > .column-options-wrapper:first-child {
    margin-left: auto;
  }

  .facets .column-options-wrapper {
    display: none;

    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .column-options {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-xs);
    margin: 0;
    padding: 0;
    border: none;

    @media screen and (min-width: 750px) {
      gap: var(--gap-2xs);
    }
  }

  .column-options__option {
    display: none;
    position: relative;
  }

  .column-options__option:has(.column-picker-mobile--single),
  .column-options__option:has(.column-picker-mobile--double) {
    @media screen and (max-width: 749px) {
      display: flex;
    }
  }

  .column-options__option:has(.column-picker--default),
  .column-options__option:has(.column-picker--zoom-out) {
    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .column-options__legend {
    padding: 0;
    margin: 0;
  }

  .column-options__option-input {
    /* this is a repeating pattern a bit with the variant picker buttons */

    /* remove the checkbox from the page flow */
    position: absolute;

    /* set the dimensions to match those of the label */
    inset: 0;

    /* hide it */
    opacity: 0;
    margin: 0;
    cursor: pointer;
  }

  .column-picker {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-50));
    padding: var(--padding-2xs);
    border-radius: var(--style-border-radius-xs);
    transition: background-color var(--animation-speed) ease, color var(--animation-speed) ease;
  }

  .column-options__option:hover .column-picker {
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
  }

  .column-options__option-input:checked ~ .column-picker {
    color: rgb(var(--color-foreground-rgb));
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
  }
/* END_SNIPPET:grid-density-controls */

/* START_SNIPPET:group (INDEX:390) */
@media screen and (max-width: 749px) {
    .group-mobile-cols-2,
    .group-mobile-cols-3 {
      display: grid !important;
    }
    .group-mobile-cols-2 {
      grid-template-columns: repeat(2, 1fr);
    }
    .group-mobile-cols-3 {
      grid-template-columns: repeat(3, 1fr);
    }
    .group-mobile-cols-2 > .divider:first-child,
    .group-mobile-cols-3 > .divider:first-child {
      grid-column: 1 / -1;
    }
    .group-mobile-cols-2 > .divider:not(:first-child),
    .group-mobile-cols-3 > .divider:not(:first-child) {
      display: none;
    }
  }

  .group-block__link {
    position: absolute;
    inset: 0;
  }

  .group-block__link ~ :is(.group-block-content, .group-block__media-wrapper) {
    pointer-events: none;

    :is(a, button, input, textarea, select) {
      pointer-events: auto;
    }
  }

  /* Needs the .group-block__link ~ to be specific enough to take effect. */
  .group-block__link ~ .group-block-content--design-mode {
    pointer-events: auto;
  }
/* END_SNIPPET:group */

/* START_SNIPPET:header-actions (INDEX:391) */
.cart-drawer {
    --cart-drawer-padding: var(--padding-lg) var(--padding-xl);
    --cart-drawer-padding-desktop: var(--padding-xl) var(--padding-2xl);
    --cart-font-size--2xs: var(--font-size--2xs);
    --cart-font-size--xs: var(--font-size--xs);
    --cart-font-size--sm: var(--font-size--sm);
    --cart-font-size--md: var(--font-size--md);
    --cart-font-size--2xl: var(--font-size--2xl);
  }

  .cart-drawer__dialog {
    position: fixed;
    border-radius: 0;
    width: var(--sidebar-width);
    max-width: 95vw;
    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);
  }

  /* Needed to ensure the drawer is full height */
  .cart-drawer__dialog:modal {
    max-height: 100dvh;
    overflow-y: hidden;
  }

  .cart-drawer__inner {
    height: 100%;
  }

  .cart-drawer__content {
    padding: 0;
    background-color: var(--color-background);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: auto;
  }

  .cart-drawer__heading {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
  }

  .cart-drawer__close-button {
    margin-right: calc(var(--padding-sm) * -1);
  }

  .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);

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-2xl);
    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__summary .cart__summary-totals:not(:has(.cart__original-total-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--empty .cart-drawer__header {
    justify-content: right;
    border-bottom: none;
    padding-bottom: 0;
  }

  .cart-drawer--empty .cart-drawer__heading {
    text-align: center;
  }

  .cart-drawer:not(:has(.cart-form)) .cart-items__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  header-actions {
    display: flex;

    @media screen and (max-width: 749px) {
      justify-self: flex-end;
    }
  }

  .header__column--right header-actions {
    margin-inline-start: calc(var(--gap-md) * -1);
  }

  .header-actions__action {
    --button-color: var(--color-foreground);

    cursor: pointer;
    display: flex;
    justify-content: center;
  }

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

  .header-actions__action svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  .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);
  }

  .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__background {
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
  }

  .cart-drawer__heading .cart-bubble__text {
    color: var(--color-foreground);
    font-size: var(--font-size--xs);
  }

  .cart-bubble--animating .cart-bubble__background {
    animation: grow var(--animation-speed) var(--animation-easing);
  }

  .cart-bubble--animating .cart-bubble__text {
    animation: cartBubbleSlideIn var(--animation-speed) var(--animation-easing);
  }
/* END_SNIPPET:header-actions */

/* START_SNIPPET:header-drawer (INDEX:392) */
.header__icon--menu {
    position: initial;
  }

  @media screen and (min-width: 750px) {
    .header--desktop header-menu + .header__drawer header-drawer {
      display: none;
    }
  }

  .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__drawer {
    display: flex;
    min-height: 60px;
    align-items: center;

    @media screen and (min-width: 750px) {
      min-height: 0;
    }
  }

  .header--compact .header__drawer {
    min-height: var(--minimum-touch-target);
  }

  .menu-drawer__navigation {
    padding: 0;

    @media screen and (min-width: 750px) {
      margin-top: var(--drawer-header-desktop-top);
    }
  }

  details:not([open]) .header__icon--menu .header-drawer-icon--close {
    display: none;
  }

  details[open] .header__icon--menu .header-drawer-icon--close {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  details[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;
    }

    .header__drawer--desktop & {
      height: 100vh;
    }
  }

  .menu-drawer:has(details[open]) {
    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;
    will-change: transform;
  }

  .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;
    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-start: 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-start: 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;
    padding: var(--padding-lg);
    will-change: transform;
  }

  .menu-drawer__header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    padding-inline: var(--drawer-padding);
    padding-block: var(--padding-sm);
    border-block-end: var(--style-border-width) solid var(--color-border);
    background-color: var(--color-background);
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .menu-drawer__header .menu-drawer__header-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--minimum-touch-target);
    min-width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
    min-height: var(--minimum-touch-target);
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    overflow: visible;
    color: var(--color-foreground);
    background-color: transparent;
    border-radius: 50%;
  }

  .menu-drawer__header .menu-drawer__header-close .svg-wrapper {
    display: flex;
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
    color: inherit;
  }

  .menu-drawer__header .menu-drawer__header-close svg {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .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: auto var(--padding-sm);
    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);
    }
  }
/* END_SNIPPET:header-drawer */

/* START_SNIPPET:jumbo-text (INDEX:401) */
.jumbo-text__container {
    width: 100%;
  }

  footer .jumbo-text__container {
    pointer-events: none;
  }

  jumbo-text {
    display: block;
    font-family: var(--font-family, inherit);
    font-style: var(--font-style, normal);
    color: var(--color, inherit);
    font-weight: var(--font-weight, inherit);
    letter-spacing: var(--letter-spacing, -0.02em);
    line-height: var(--line-height, 1);
    opacity: 0;
    text-align: var(--text-align);
    text-box: var(--text-trim, trim-end cap text);
    text-transform: var(--text-transform, none);
    transition: opacity 0.3s ease;
    white-space: pre;
    width: 100%;
    will-change: font-size;
    margin-left: var(--margin-left-nudge, 0);
    margin-right: var(--margin-right-nudge, 0);
    overflow: visible;
  }

  jumbo-text.ready {
    opacity: 1;
  }

  jumbo-text[data-cap-text='true'] {
    /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
    text-box-edge: cap text;
  }

  .jumbo-text-space {
    display: inline-flex;
    width: 0.5ch;
  }

  :is(.jumbo-text-char, .jumbo-text-line) {
    display: inline-flex;
  }

  @media (prefers-reduced-motion: no-preference) {
    /* Blur effect */
    [data-text-effect='blur'] {
      filter: blur(20px);
      opacity: 0.5;
      scale: 1.05;
      transition: filter 1.6s var(--animation-timing-fade-in), opacity 1.3s var(--animation-timing-fade-in),
        scale 1.6s var(--animation-timing-fade-in);
    }

    .jumbo-text-visible[data-text-effect='blur'] {
      filter: blur(0);
      opacity: 1;
      scale: 1;
    }

    /* Reveal effect */
    .ready[data-text-effect='reveal'],
    .ready[data-text-effect='reveal'] .jumbo-text-line {
      overflow: hidden;
    }

    .ready[data-text-effect='reveal'] .jumbo-text-char {
      transform: translateY(100%);
    }

    .jumbo-text-visible[data-text-effect='reveal'] .jumbo-text-char {
      transition: transform 0.5s var(--animation-timing-fade-in) calc(var(--line-index) * 0.05s);
      transform: translateY(0);
    }

    .jumbo-text-visible[data-text-effect='reveal'],
    .jumbo-text-visible[data-text-effect='reveal'] .jumbo-text-line {
      overflow: visible;
      transition: overflow 0s linear 0.75s;
    }
  }
/* END_SNIPPET:jumbo-text */

/* START_SNIPPET:list-filter (INDEX:404) */
.facets input:checked + label {
    font-weight: 500;
  }

  .facets .checkbox .icon-checkmark {
    transition: border-color 0.2s ease, background-color 0.2s ease;
  }

  .facets .checkbox:not(:has(.checkbox__input:disabled)):hover .icon-checkmark {
    border-color: rgb(var(--color-foreground-rgb) / var(--opacity-40-60));
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
  }

  .facets .checkbox:has(.checkbox__input:checked):not(:has(.checkbox__input:disabled)):hover .icon-checkmark {
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-85));
  }

  .facets .checkbox:not(:has(.checkbox__input:disabled)):hover .checkbox__label-text {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-90));
  }

  .facets .checkbox .checkbox__label-text {
    transition: color 0.2s ease, font-weight 0.2s ease;
  }

  /* Pill style */
  .facets__pill-label {
    --pill-label-padding-inline: var(--padding-xs);
    --pill-label-border-radius: var(--style-border-radius-md);
    --pill-label-border-width: var(--variant-picker-button-border-width);
    --pill-label-height: var(--button-size-md);
    --pill-label-focus-outline-color: var(--color-foreground);
    --pill-label-color: var(--color-foreground);
    --pill-label-color-rgb: var(--color-foreground-rgb);
    --pill-label-background-color: var(--color-background);
    --pill-label-background-color-rgb: var(--color-background-rgb);
    --pill-label-border-opacity: var(--facets-low-opacity);

    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 var(--pill-label-border-width) rgb(var(--pill-label-color-rgb) / var(--opacity-10-25));
    border-radius: var(--pill-label-border-radius);
    height: var(--pill-label-height);
    width: 100%;
    padding-inline: var(--pill-label-padding-inline);
    color: rgb(var(--pill-label-color-rgb));
    background-color: rgb(var(--pill-label-background-color-rgb));
    cursor: pointer;
    transition: color var(--animation-speed) var(--animation-easing),
      background-color var(--animation-speed) var(--animation-easing);
    outline-color: var(--pill-label-focus-outline-color);

    &:hover {
      --pill-label-border-opacity: 100%;
    }
  }

  .facets__pill-input {
    &:checked + .facets__pill-label {
      --pill-label-color-rgb: var(--color-background-rgb);
      --pill-label-background-color-rgb: var(--color-foreground-rgb);
      --pill-label-border-opacity: 0;

      font-weight: 500;
    }

    &:disabled + .facets__pill-label {
      opacity: var(--disabled-opacity);
      cursor: not-allowed;

      &:hover {
        --pill-label-border-opacity: var(--facets-low-opacity);
      }
    }
  }

  .facets__status-wrapper {
    display: flex;
    align-items: center;
  }

  .facets--drawer .facets__status-wrapper {
    @media screen and (max-width: 749px) {
      gap: var(--gap-3xs);
    }
  }

  .facets--vertical .facets__status-wrapper {
    gap: var(--gap-xs);
  }

  .facets--horizontal .facets__status-wrapper {
    gap: 0;
  }

  .facets__pill-input:disabled + .facets__pill-label svg {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--style-border-radius-md);
  }

  .facets__pill-label svg line {
    stroke-width: 1.5px;
    stroke: rgb(var(--color-foreground-rgb) / var(--facets-low-opacity));
  }

  .facets__pill-wrapper {
    position: relative;
  }

  .facets__pill-input {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
  }

  /* Swatches */
  .facets__status--swatches {
    display: none;
  }

  .facets__swatch-wrapper {
    display: flex;
  }

  .facets__inputs-list--swatches .variant-option__button-label {
    --color-variant-text: var(--color-foreground);
  }

  .facets__inputs-list--swatches {
    --variant-picker-swatch-width: 32px;
    --variant-picker-swatch-height: 32px;

    @media screen and (min-width: 750px) {
      --variant-picker-swatch-width: 26px;
      --variant-picker-swatch-height: 26px;
    }
  }

  .facets--vertical .facets__inputs-wrapper .facets__inputs-list--swatches-grid {
    gap: var(--gap-sm);
  }

  .facets--vertical .facets__inputs-list--swatches .facets__inputs-list-item {
    display: flex;
  }

  .facets__inputs-wrapper .facets__inputs-list--swatches-grid {
    --columns: 2;

    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
  }

  .facets__inputs-wrapper .facets__inputs-list--swatches-grid .variant-option--swatches {
    cursor: pointer;
    overflow: visible;

    &.variant-option--swatches-disabled,
    &:has(input:disabled) {
      cursor: not-allowed;
    }
  }

  .facets__inputs-wrapper .facets__inputs-list--swatches-grid label {
    cursor: pointer;
    word-break: break-word;
    white-space: normal;

    .variant-option--swatches-disabled &,
    .variant-option--swatches:has(input:disabled) & {
      cursor: not-allowed;
    }
  }

  .facets__inputs-wrapper .facets__inputs-list--swatches-grid .variant-option__button-label--has-swatch {
    align-items: center;
    overflow: visible;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    flex-basis: unset;
    gap: var(--gap-sm);
  }

  .facets__inputs-wrapper .facets__inputs-list--swatches-grid .variant-option__button-label:has(:checked) {
    color: rgb(var(--color-foreground-rgb));
    background-color: rgb(var(--color-background-rgb));
    font-weight: 500;
    transition: font-weight 0.2s ease;
  }

  .facets .variant-option--swatches {
    --options-border-radius: var(--variant-picker-swatch-radius);

    width: auto;
  }

  .facets--horizontal .facets__status--swatches {
    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .facets--horizontal .sorting-filter .facets__status {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .facets__status--swatches .swatch {
    width: calc(var(--variant-picker-swatch-width) / 1.5);
    height: calc(var(--variant-picker-swatch-height) / 1.5);
  }

  .facets__status--swatches .swatch + .swatch {
    margin-left: calc(var(--variant-picker-swatch-width) / -3);
    outline: 1px solid rgb(var(--color-background-rgb));
  }

  .variant-option--images {
    position: relative;
  }

  .variant-option--images {
    --image-facet-border-width: var(--variant-picker-button-border-width);
    --image-facet-border-opacity: var(--facets-low-opacity);
    --image-facet-border-radius: var(--style-border-radius-xs);

    border-radius: var(--image-facet-border-radius);
    box-shadow: inset 0 0 0 var(--image-facet-border-width)
      rgb(var(--color-foreground-rgb) / var(--image-facet-border-opacity));

    &:hover:not(:has(input:disabled)),
    &:has(input:checked) {
      --image-facet-border-opacity: 100%;
    }

    &:has(input:checked) {
      font-weight: 500;
      transition: font-weight 0.2s ease;
    }

    &:has(input:checked):hover {
      --image-facet-border-width: calc(var(--variant-picker-button-border-width) + 0.5px);
    }

    &:has(input:focus-visible) {
      outline: var(--focus-outline-width) solid currentcolor;
      outline-offset: var(--focus-outline-offset);
    }

    &:has(input:disabled),
    &:has(input:disabled):hover {
      --image-facet-border-opacity: 0;

      opacity: var(--disabled-opacity);
      cursor: not-allowed;

      img {
        opacity: var(--disabled-opacity);
      }

      input,
      label,
      .facets__image-label {
        cursor: not-allowed;
      }

      .facets__image-wrapper {
        border: var(--style-border-width) solid rgb(var(--color-foreground-rgb) / var(--opacity-30));
        border-radius: var(--image-facet-border-radius);
      }
    }
  }

  .facets__inputs-wrapper .facets__inputs-list--images {
    display: grid;
    grid-template-columns: repeat(var(--image-columns), 125px);
    gap: var(--gap-sm);
  }

  .facets--drawer .facets__inputs-wrapper .facets__inputs-list--images {
    grid-template-columns: repeat(3, 1fr);

    @media screen and (min-width: 750px) {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .facets--vertical .facets__inputs-wrapper .facets__inputs-list--images {
    grid-template-columns: repeat(2, 1fr);
  }

  .facets--drawer .facets__inputs-list--images {
    padding-top: var(--padding-xs);
  }

  .facets__image-wrapper {
    aspect-ratio: 1/1;
    width: 100%;
    padding: var(--padding-xs);
    position: relative;
    overflow: hidden;
  }

  .facets__image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: calc(var(--border-radius) / 2);
  }

  /* Position disabled-svg */
  .variant-option--images svg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    stroke-width: var(--border-width);
    stroke: rgb(var(--color-foreground-rgb) / var(--opacity-5));
  }

  /* Position label text and handle overflow */
  .facets__inputs-list-item,
  .variant-option--images {
    min-width: 0;
  }

  .facets__image-label {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-block-end: var(--padding-xs);
    cursor: pointer;

    .variant-option--images:has(input:disabled) & {
      cursor: not-allowed;
    }
  }

  .facets__inputs-list--swatches .variant-option__button-label:hover:not(:has(input:disabled)) {
    font-weight: 500;
  }

  .variant-option--images:not(:has(input:disabled)) .facets__image-label:hover {
    font-weight: 500;
  }
/* END_SNIPPET:list-filter */

/* START_SNIPPET:localization-form (INDEX:405) */
/* Localization */
  localization-form-component {
    display: flex;
    width: var(--width, auto);

    @media screen and (min-width: 750px) {
      position: relative;
    }
  }

  localization-form-component[data-show-filter='false'] .country-selector-form__wrapper {
    padding-block-start: var(--padding-xs);
  }

  .localization-form {
    width: 100%;
  }

  localization-form-component .button:is(:not(.country-filter__reset-button)) {
    --button-color: var(--color-primary);
    --button-background-color: var(--language-button-background-color, var(--color-background));
    --button-border-color: var(--language-button-border-color, var(--color-border));

    text-decoration-color: transparent;
    text-decoration-thickness: 0.075em;
    text-underline-offset: 0.125em;
    transition: text-decoration-color var(--animation-speed) var(--animation-easing);
  }

  localization-form-component .button:is(:not(.country-filter__reset-button)):hover,
  .localization-form__list-item:hover,
  .localization-form__list-item:focus {
    --button-color: var(--color-primary-hover);

    background-color: rgb(var(--color-primary-hover-rgb) / var(--opacity-8));
  }

  .localization-form__list-item[aria-current='true'] {
    --button-color: var(--color-primary-active);

    background-color: rgb(var(--color-primary-hover-rgb) / var(--opacity-10));
  }

  .localization-form__list-item-disabled {
    pointer-events: none;
  }

  .localization-form__list-item:focus-visible {
    outline: none;
  }

  localization-form-component .localization-selector {
    display: flex;
    align-items: center;
    gap: var(--margin-2xs);
  }

  localization-form-component .country-filter__search-icon {
    left: 8px;
    right: auto;
    color: var(--color-foreground-muted);
    pointer-events: none;
  }

  .country-filter__search-icon .svg-wrapper svg {
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
  }

  .disclosure {
    width: 100%;
  }

  .button.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));
  }

  .button.dropdown-localization__button .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);
  }

  .drawer-localization__button .icon-flag,
  .button.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;
  }

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

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

  .button.dropdown-localization__button,
  .button.dropdown-localization__button:hover,
  .button.dropdown-localization__button:focus,
  .button.dropdown-localization__button:focus-visible {
    /* Override base.css .button which applies var(--color-primary-button-background).
       We need: (1) the CSS variable reset so it resolves correctly, and
       (2) the shorthand `background` reset which matches what .button uses. */
    --button-background-color: transparent;
    --button-border-color: transparent;
    --button-color: var(--color-foreground);
    box-shadow: none;
    background: none;
    border-color: transparent;
    color: var(--color-foreground);
  }

  .localization-form__list {
    position: relative;
    width: 100%;
    padding-block: 0 var(--padding-xs);
    font-size: var(--font-size-lg);
    scroll-padding: var(--padding-xs) 0;
    overflow-y: auto;
    white-space: nowrap;

    /* Hide scrollbar which would cause extra right padding in Safari */
    scrollbar-width: none;

    &::-webkit-scrollbar {
      display: none;
    }
  }

  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;
    }
  }

  .localization-form__list-item:not([hidden]) {
    margin-block-end: var(--margin-3xs);
    display: flex;
    gap: var(--margin-sm);
    padding: 8px;
    border-radius: 8px;
    line-height: var(--font-line-height-md);
    align-items: center;
    text-align: start;
    cursor: pointer;
    transition: background-color var(--animation-speed) var(--animation-easing);

    .country {
      flex: 1;
      color: var(--color-foreground);
    }

    &:hover {
      background-color: rgb(var(--color-foreground-rgb) / var(--opacity-8));
    }

    &[aria-current='true'] {
      .country {
        font-weight: 500;
      }
    }
  }

  .localization-form__list-item#no-results-message {
    grid-template-columns: 1fr;
    text-align: center;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .is-searching .localization-form__list-item .country {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-80));
  }

  .localization-form__list-item .country mark {
    font-weight: 500;
    background: none;
    color: var(--color-foreground);
  }

  .country-filter {
    position: relative;
    padding: var(--padding-xs);
    border-bottom: var(--style-border-width) solid transparent;
    transition: border-color var(--animation-values);
  }

  .country-filter.is-scrolled {
    border-color: var(--color-border);
  }

  .drawer-localization .country-filter {
    padding-block: 8px;
  }

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

  .country-selector-form__wrapper {
    overflow-y: auto;
    max-height: 100%;
    flex-grow: 1;
  }

  .language-selector {
    display: flex;
    gap: var(--gap-xs);
    padding: var(--padding-md) var(--padding-lg);
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .language-selector__label {
    flex-shrink: 0;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .localization-form__select {
    --color-input-background: rgb(var(--color-foreground-rgb) / var(--opacity-5-15));
    --color-input-text: var(--color-foreground);
    border: none;
    color: var(--color-foreground);
    appearance: none;
    background-color: var(--color-input-background);
    padding-block: var(--padding-3xs);
    padding-inline: var(--padding-xs) calc(var(--icon-size-xs) + var(--padding-xs));
    text-align: right;
    cursor: pointer;
    max-width: 40vw;
    text-overflow: ellipsis;

    &:focus-visible {
      outline: var(--focus-outline-width) solid currentcolor;
    }

    &:focus {
      outline: none;
    }
  }

  #header-component[transparent] localization-form-component .localization-form .localization-form__select {
    background-color: transparent;
  }

  .localization-form__select option {
    background-color: var(--color-input-background);
    color: var(--color-input-text);
  }

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

  .language-selector .svg-wrapper.icon-caret {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
  }

  .language-selector--collapse-space {
    padding-inline-end: var(--padding-2xs);
  }

  .language-selector--collapse-space .localization-form__select {
    padding-inline-end: var(--icon-size-xs);
  }

  .language-selector--collapse-space .svg-wrapper.icon-caret {
    right: 0;
  }

  .localization-form .icon-checkmark {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .localization-form .svg-wrapper.icon-checkmark {
    visibility: hidden;
  }

  .localization-form__list-item[aria-current='true'] .svg-wrapper.icon-checkmark {
    visibility: visible;
  }

  .country-filter__input {
    --color-input-background: rgb(var(--color-foreground-rgb) / var(--opacity-5-15));
    --color-input-text: var(--color-foreground);
    width: 100%;
    height: 44px;
    font-size: var(--font-size-lg);
    padding: var(--padding-md) var(--padding-lg) var(--padding-md) calc(var(--margin-md) + var(--padding-xl));
    border: 1px solid var(--color-foreground);
    color: var(--color-input-text);
    background-color: var(--color-input-background);
    outline-offset: -1px;

    @media screen and (min-width: 750px) {
      height: 36px;
    }
  }

  .country-filter__input::placeholder {
    color: inherit;
  }

  .country-filter .field {
    position: relative;
  }

  .country-filter .field__label {
    font-size: var(--font-size-lg);
    left: var(--margin-2xl);
    top: var(--margin-xl);
    pointer-events: none;
    position: absolute;
  }

  .country-filter__input:focus ~ .field__label,
  .country-filter__input:not(:placeholder-shown) ~ .field__label,
  .country-filter__input:-webkit-autofill ~ .field__label {
    font-size: var(--font-size-xs);
    top: var(--margin-xs);
  }

  .country-filter .field__button:not([hidden]) {
    display: flex;
    height: fit-content;
    position: absolute;
    padding: 0;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    background-color: transparent;
    color: var(--color-input-text);
    border: 0;
  }

  input[type='search']::-webkit-search-cancel-button {
    appearance: none;
  }

  .country-selector__close-button {
    display: none;
  }

  .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);
  }

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

  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);
    /* Solid scheme background (never primary-button / card gradient) */
    background-color: rgb(var(--color-background-rgb));
    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
    :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,
  .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;
  }

  .header__column .localization-form__select {
    background-color: var(--header-bg-color, rgb(var(--color-background-rgb)));
  }

  .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:localization-form */

/* START_SNIPPET:media (INDEX:406) */
.media-block {
    overflow: hidden;
    position: relative;

    @media screen and (min-width: 750px) {
      min-height: var(--media-height);
    }
  }

  .media-block__media {
    height: var(--media-height-mobile, auto);
    object-fit: var(--image-position, 'cover');
    object-position: center center;
    width: 100%;

    @media screen and (min-width: 750px) {
      height: 100%;
      position: absolute;
    }
  }

  deferred-media[class].media-block__media
    :is(.deferred-media__poster-button img, .deferred-media__poster-button ~ video) {
    object-fit: var(--video-position, 'cover');
  }

  /* This is to support corner radius on video and align the video to the center of the block */
  .media-block__media--video {
    display: flex;
    align-items: center;
    justify-content: center;

    @media screen and (max-width: 749px) {
      --media-height-mobile: auto;
    }
  }
/* END_SNIPPET:media */

/* START_SNIPPET:overlay (INDEX:412) */
.overlay {
    position: absolute;
    inset: 0;
    z-index: var(--overlay-layer);
    pointer-events: none;
    border-radius: var(--overlay-border-radius, 0);
  }

  .overlay--solid {
    background: var(--overlay-color);
  }

  .overlay--gradient {
    background: linear-gradient(var(--overlay-direction), var(--overlay-color), var(--overlay-color--end));
  }
/* END_SNIPPET:overlay */

/* START_SNIPPET:pagination-controls (INDEX:414) */
.pagination {
    --pagination-size: 36px;
    --pagination-inset: 2px;
    --pagination-radius: 6;
    display: flex;
    justify-content: center;
    padding: var(--padding-xl) var(--padding-sm);
    margin-top: var(--padding-xl);
    position: relative;
  }

  .pagination__list {
    display: flex;
    gap: 0;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .pagination__item {
    width: var(--pagination-size);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
  }

  .pagination__link {
    display: grid;
    place-items: center;
    color: var(--color-foreground);
    text-decoration: none;
    width: 100%;
    height: 100%;
    user-select: none;
    position: relative;
    outline-color: var(--color-foreground);
    -webkit-tap-highlight-color: transparent;
    font-size: var(--font-size--md);
    font-weight: var(--font-weight-normal);
    border-radius: calc(var(--pagination-radius) * 1px);
    transition: color var(--hover-transition-duration) var(--hover-transition-timing),
      opacity var(--hover-transition-duration) var(--hover-transition-timing);
  }

  .pagination__link:focus-visible {
    outline: 2px solid var(--color-foreground);
    outline-offset: 2px;
  }

  .pagination__link--current {
    color: var(--color-background);
    font-weight: var(--font-weight-medium);
    cursor: default;
  }

  .pagination__link--gap {
    cursor: default;
    pointer-events: none;
  }

  .pagination__link--arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pagination__link--disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
  }

  .pagination__link svg {
    width: 0.5rem;
    height: 0.75rem;
    flex-shrink: 0;
  }

  .pagination__item--mobile-only {
    display: none;
  }

  /* Fallback for browsers without anchor positioning support */
  @supports not (anchor-name: --pagination-active) {
    .pagination__link:not(.pagination__link--gap)::before {
      content: '';
      position: absolute;
      inset: var(--pagination-inset);
      border-radius: calc(var(--pagination-radius) * 1px);
      background: rgb(var(--color-foreground-rgb) / var(--opacity-10));
      z-index: -1;
      opacity: 0;
      transition: background var(--hover-transition-duration) var(--hover-transition-timing),
        opacity var(--hover-transition-duration) var(--hover-transition-timing);
    }

    .pagination__link[aria-current='page']::before {
      background: var(--color-foreground);
      opacity: 1;
    }

    .pagination__link:hover:not([aria-current='page']):not(.pagination__link--gap):not(
        .pagination__link--disabled
      )::before {
      opacity: 1;
    }
  }

  /* Modern approach with anchor positioning */
  @supports (anchor-name: --pagination-active) {
    .pagination__list::before {
      content: '';
      z-index: -1;
      position: absolute;
      width: calc(var(--pagination-size) - (2 * var(--pagination-inset)));
      aspect-ratio: 1;
      pointer-events: none;
      opacity: 0;
      border-radius: calc(var(--pagination-radius) * 1px);
      background: rgb(var(--color-foreground-rgb) / var(--opacity-10));
      transition: left var(--hover-transition-duration) var(--hover-transition-timing),
        top var(--hover-transition-duration) var(--hover-transition-timing);
    }

    /* Hide hover indicator on touch devices */
    @media (hover: none) and (pointer: coarse) {
      .pagination__list::before {
        content: unset;
      }
    }

    .pagination__list:has(
        .pagination__link:is(:hover, :focus-visible):not(.pagination__link--gap):not(.pagination__link--disabled)
      )::before {
      opacity: 1;
    }

    /* Style current page directly */
    .pagination__link[aria-current='page']::before {
      content: '';
      position: absolute;
      inset: var(--pagination-inset);
      border-radius: calc(var(--pagination-radius) * 1px);
      background: var(--color-foreground);
      z-index: -1;
    }

    .pagination__list
      .pagination__item:has(
        .pagination__link:is(:hover, :focus-visible):not(.pagination__link--gap):not(.pagination__link--disabled)
      ) {
      anchor-name: --pagination-hover;
    }

    /* Position hover indicator using anchor */
    .pagination__list::before {
      position-anchor: --pagination-hover;
      left: calc(anchor(left) + var(--pagination-inset));
      top: calc(anchor(top) + var(--pagination-inset));
    }

    .pagination__item:has(+ .pagination__item--gap) .pagination__link::after,
    .pagination__item--gap + .pagination__item .pagination__link::after {
      position: absolute;
      content: '';
      pointer-events: auto;
    }

    .pagination__item:has(+ .pagination__item--gap) .pagination__link::after {
      inset: 0 -50% 0 100%;
    }

    .pagination__item--gap + .pagination__item .pagination__link::after {
      inset: 0 100% 0 -50%;
    }
  }

  @media screen and (max-width: 749px) {
    .pagination {
      --pagination-size: 44px;
      --pagination-inset: 5px;
      padding: var(--padding-lg) var(--padding-sm);
    }

    .pagination__link {
      font-size: var(--font-size--sm);
    }

    .pagination__item--mobile-hide {
      display: none;
    }

    .pagination__item--mobile-only {
      display: grid;
    }

    .pagination__item:has(.pagination__link--gap) {
      width: calc(var(--pagination-size) * 0.5);
    }
  }
/* END_SNIPPET:pagination-controls */

/* START_SNIPPET:predictive-search-product-row (INDEX:417) */
.predictive-search-product-row {
    display: flex;
    align-items: flex-start;
    gap: var(--gap-md);
    padding: var(--padding-md) var(--padding-xl);
    text-decoration: none;
    color: var(--color-foreground);
    transition: background-color var(--animation-speed-medium) var(--animation-timing-hover);
    width: 100%;
  }

  .predictive-search-product-row:hover {
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5-15));
    text-decoration: none;
    color: var(--color-foreground);
  }

  /* Override heavy card hover */
  .predictive-search-results__card--product:hover {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
  }

  .predictive-search-results__card--product:has(.predictive-search-product-row:hover) {
    background-color: transparent;
  }

  .predictive-search-product-row__image-wrap {
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    border-radius: var(--style-border-radius-inputs);
    overflow: hidden;
    background-color: rgb(var(--color-foreground-rgb) / 0.06);
  }

  .predictive-search-product-row__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .predictive-search-product-row__image--placeholder {
    width: 100%;
    height: 100%;
  }

  .predictive-search-product-row__info {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: var(--gap-xs);
    padding-top: 2px;
  }

  .predictive-search-product-row__title {
    font-size: var(--font-size--body-md);
    font-weight: 500;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .predictive-search-product-row__price {
    font-size: var(--font-size--body-lg, 1.1rem);
    display: flex;
    align-items: baseline;
    gap: var(--gap-sm);
    margin-top: 2px;
  }

  .predictive-search-product-row__price-sale {
    color: var(--color-primary);
    font-weight: 700;
  }

  .predictive-search-product-row__price-compare {
    color: rgb(var(--color-foreground-rgb) / 0.45);
    font-size: var(--font-size--body-sm);
    text-decoration: line-through;
    font-weight: 400;
  }
/* END_SNIPPET:predictive-search-product-row */

/* START_SNIPPET:predictive-search-products-list (INDEX:418) */
.predictive-search-results__products {
    padding-block: var(--padding-xs);
  }

  /* Uppercase section label with divider */
  .predictive-search-results__section-label {
    font-family: var(--font-body--family, inherit);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgb(var(--color-foreground-rgb) / 0.45);
    padding: var(--padding-lg) var(--padding-xl) var(--padding-sm);
    border-bottom: var(--style-border-width) solid var(--color-border);
    margin-bottom: var(--margin-xs);
  }

  .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__section-label--with-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .predictive-search-results__clear.button-unstyled {
    color: rgb(var(--color-foreground-rgb) / 0.4);
    padding: 0;
    transition: color var(--animation-speed-medium) var(--animation-easing);
    flex-shrink: 0;
    display: flex;
    align-items: center;

    .svg-wrapper, svg {
      width: 16px;
      height: 16px;
    }

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

  .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 {
    display: flex;
    flex-direction: column;
    gap: 2px;
    animation-delay: 50ms;
  }

  .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;
  }
/* END_SNIPPET:predictive-search-products-list */

/* START_SNIPPET:predictive-search-resource-carousel (INDEX:419) */
.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__card {
      min-width: 0;
    }
  }

  .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-resource-carousel */

/* START_SNIPPET:predictive-search (INDEX:420) */
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;
  }

  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);
    }
  }


  .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-inputs);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

    @media screen and (max-width: 749px) {
      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 {
    --color-input-background: rgb(var(--color-foreground-rgb) / var(--opacity-5-15));
    --color-input-hover-background: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
    --color-input-text: var(--color-foreground);
    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;
  }

  .predictive-search-results__inner {
    --title-font-size: var(--font-size--md);
    --title-margin-block: var(--margin-xs);
    --list-item-padding-block: var(--padding-sm);

    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    container-type: inline-size;
    color: var(--color-foreground);
  }

  .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 var(--padding-xs);
    white-space: nowrap;
    flex-shrink: 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 {
    cursor: pointer;
    z-index: var(--layer-raised);
  }

  .predictive-search__search-footer-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--padding-md) var(--padding-xl);
    font-size: var(--font-size--body-md);
    font-weight: 500;
    color: var(--color-foreground);
    text-decoration: none;
    border-top: var(--style-border-width) solid var(--color-border);
    background: var(--color-background);
    transition: background-color var(--animation-speed-medium) var(--animation-timing-hover);

    &:hover {
      background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5-15));
    }

    &:active {
      transform: scale(0.99);
      transition: transform 100ms var(--animation-timing-active);
    }
  }

  .predictive-search__search-footer-arrow {
    font-size: 1.1em;
    transition: transform var(--animation-speed-medium) var(--animation-timing-hover);
  }

  .predictive-search__search-footer-link:hover .predictive-search__search-footer-arrow {
    transform: translateX(4px);
  }

  .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:predictive-search */

/* START_SNIPPET:price-filter (INDEX:421) */
/* Price filter */
  .price-facet {
    container-type: inline-size;
    display: flex;
    flex-direction: column;
  }

  .facets__inputs-wrapper.price-facet__inputs-wrapper {
    flex-wrap: nowrap;
  }

  .price-facet__field {
    width: 50%;
    flex-grow: 0;
  }

  @container (max-width: 199px) {
    .facets__inputs-wrapper.price-facet__inputs-wrapper {
      flex-wrap: wrap;
      width: 100%;
    }

    .price-facet__inputs-wrapper .price-facet__field {
      width: 100%;
    }
  }

  .facets .facets__inputs-wrapper.price-facet__inputs-wrapper {
    padding: var(--style-border-width-inputs);
    gap: calc(var(--gap-sm) + (var(--style-border-width-inputs) * 2));
  }

  .facets--horizontal .facets__panel-content:has(.price-facet) {
    min-width: 360px;
  }

  .facets--horizontal .facets__inputs-wrapper.price-facet__inputs-wrapper {
    @media screen and (min-width: 750px) {
      padding: calc(var(--padding-md) + var(--style-border-width-inputs));
    }
  }

  .price-facet .field__input {
    --color-input-background: rgb(var(--color-foreground-rgb) / var(--opacity-5-15));
    --color-input-hover-background: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
    --color-input-text: var(--color-foreground);
    --color-input-border: rgb(var(--color-foreground-rgb) / var(--opacity-35-55));
  }

  .price-facet__input {
    width: 100%;
    text-align: right;
    padding-left: calc(2.5 * var(--input-padding-x));
  }

  .price-facet__input::placeholder {
    color: var(--facets-input-label-color);
  }

  .price-facet__separator {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-paragraph--size);
  }

  .price-facet__highest-price {
    padding: var(--padding-xs) 0 var(--padding-sm);
  }

  .facets--horizontal .price-facet__highest-price {
    padding: 0 var(--padding-md) var(--padding-xs);
  }

  .field__label.price-facet__label {
    top: 0;
    left: 0;
    color: var(--facets-input-label-color);
    padding: var(--input-padding-y) var(--input-padding-x);
    transform: none;
  }
/* END_SNIPPET:price-filter */

/* START_SNIPPET:product-card-badges (INDEX:423) */
.product-badges {
    --badge-inset: max(var(--padding-xs), calc((var(--border-radius) + var(--padding-xs)) * (1 - cos(45deg))));

    position: absolute;
    z-index: var(--layer-flat);
  }

  .product-badges--bottom-left {
    bottom: calc(var(--badge-inset) + var(--padding-block-start));
    left: calc(var(--badge-inset) + var(--padding-inline-start));
  }

  .product-badges--top-left {
    top: calc(var(--badge-inset) + var(--padding-block-start));
    left: calc(var(--badge-inset) + var(--padding-inline-start));
  }

  .product-badges--top-right {
    top: calc(var(--badge-inset) + var(--padding-block-start));
    right: calc(var(--badge-inset) + var(--padding-inline-start));
  }

  .product-badges__badge {
    --badge-font-size: var(--font-size--xs);

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--color-foreground);
    background: var(--color-background);
    font-size: var(--badge-font-size);
    font-family: var(--badge-font-family);
    font-weight: var(--badge-font-weight);
    text-transform: var(--badge-text-transform);
    border-radius: var(--badge-border-radius);
  }

  .product-badges__badge--rectangle {
    padding-block: var(--badge-rectangle-padding-block);
    padding-inline: var(--badge-rectangle-padding-inline);
  }
/* END_SNIPPET:product-card-badges */

/* START_SNIPPET:product-card (INDEX:425) */
product-card-link,
  :not(product-card-link) product-card {
    width: 100%;
  }

  .product-card__placeholder-image svg {
    height: 100%;
  }

  @media screen and (max-width: 749px) {
    .product-card slideshow-arrows .slideshow-control {
      display: none;
    }
  }

  /* Hide the variant swatches for product cards that show a swatches variant picker */
  :is(.product-card):has(swatches-variant-picker-component) .quick-add .variant-option--swatches {
    display: none;
  }

  /* Hide "Add" button for single option product cards that show a swatches variant picker */
  :is(.product-card:not([data-no-swatch-selected])):has(.quick-add__product-form-component--single-option):has(
      swatches-variant-picker-component
    )
    .quick-add__button--choose {
    display: none;
  }

  /* Hide "Add" button for single option product cards that show a swatches variant picker */
  :is(.product-card[data-no-swatch-selected]):has(.quick-add__product-form-component--single-option):has(
      swatches-variant-picker-component
    )
    add-to-cart-component {
    display: none;
  }

  /* Hide "add" button for multi-variant product cards that don't show a swatches variant picker */
  :is(.product-card):has(.quick-add__product-form-component--multi-variant):not(:has(swatches-variant-picker-component))
    .quick-add__button--add {
    display: none;
  }

  /* Hover effect for single variant product cards and product blocks */

  /* stylelint-disable selector-max-specificity */
  :is(.product-card):has(.quick-add__product-form-component--single-variant) .card-gallery:hover {
    & .quick-add__button--choose {
      display: none;
    }

    & .quick-add__button--add {
      display: grid;
    }
  }

  /* Quick add visible without hover (matches quick-add [stay-visible] treatment) */
  @media screen and (min-width: 750px) {
    .product-card__content[data-quick-add-always-visible] .quick-add__button {
      display: grid;
      animation: none;
    }
  }

  @container (min-width: 99px) {
    .product-card__content[data-quick-add-always-visible] .quick-add .add-to-cart-text {
      gap: var(--gap-2xs);

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

    .product-card__content[data-quick-add-always-visible] .quick-add .add-to-cart-text__content {
      width: fit-content;
      opacity: 1;
      transform: translateX(0);
    }
  }

  :is(.product-card):has(.quick-add__product-form-component--single-variant)
    .product-card__content[data-quick-add-always-visible]
    .card-gallery {
    & .quick-add__button--choose {
      display: none;
    }

    & .quick-add__button--add {
      display: grid;
    }
  }

  .product-card[data-no-swatch-selected] slideshow-component[data-generic-media-size='1'] slideshow-arrows {
    display: none;
  }

  .product-card[data-no-swatch-selected]
    slideshow-component[data-generic-media-size='1']
    slideshow-arrows:has(+ slideshow-slides slideshow-slide[variant-image]:not([hidden])) {
    display: flex;
  }

  .product-card .variant-option__swatch svg {
    display: none;
  }

  .product-card [data-available-count='0'] ~ svg {
    display: block;
  }
/* END_SNIPPET:product-card */

/* START_SNIPPET:product-grid (INDEX:426) */
.product-grid {
    --product-grid-gap: var(--product-grid-gap-mobile);
    --mobile-columns: 2; /* Default value */

    isolation: isolate;

    @media screen and (min-width: 750px) {
      --product-grid-gap: var(--product-grid-gap-desktop);
    }
  }

  .product-grid slideshow-arrows .slideshow-control {
    display: none;

    @media screen and (min-width: 750px) {
      display: grid;
    }
  }

  /* This triggers iOS < 16.4 */
  @supports not (background-color: rgb(from red 150 g b / alpha)) {
    /* Force aspect ratio to auto for iOS < 16.4 since it's not compatible with the infinite pagination */
    .product-grid .product-media,
    .product-grid .product-media-container {
      aspect-ratio: auto;
    }
  }

  .main-collection-grid {
    padding: var(--grid--margin--mobile);

    @media screen and (min-width: 750px) {
      padding: var(--padding-block-start) var(--padding-inline-end) var(--padding-block-end) var(--padding-inline-start);
    }
  }

  .main-collection-grid__empty {
    padding-block: var(--padding-6xl);
    padding-inline: var(--page-margin);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--padding-sm);
  }

  .main-collection-grid__empty-title {
    margin: 0;
  }

  .collection-wrapper--full-width .main-collection-grid__title {
    margin-left: var(--page-margin);
  }

  .collection-wrapper--full-width-on-mobile .main-collection-grid__title {
    @media screen and (max-width: 749px) {
      margin-left: var(--page-margin);
    }
  }
/* END_SNIPPET:product-grid */

/* START_SNIPPET:product-media (INDEX:427) */
.product-media {
    aspect-ratio: var(--gallery-aspect-ratio, var(--ratio));
    min-height: 0;
    min-width: 0;
  }

  .product-media__image {
    object-position: var(--focal-point, center center);
  }

  /*** Media border-radius feature ****/
  @media screen and (min-width: 750px) {
    .media-gallery--carousel slideshow-container,
    .media-gallery--grid .product-media > * {
      border-radius: var(--media-radius, 0);
      overflow: hidden;
    }

    /* When the CAROUSEL is on the LEFT side */
    .product-information:not(.product-information--media-right)
      .media-gallery--carousel.media-gallery--extend
      slideshow-container {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

    /* When the CAROUSEL is on the RIGHT side */
    .product-information.product-information--media-right
      .media-gallery--carousel.media-gallery--extend
      slideshow-container {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

    /* When the GRID is on the LEFT side */
    .product-information:not(.product-information--media-right) {
      /* One column */
      .media-gallery--grid.media-gallery--extend:not(.media-gallery--two-column) .product-media > *,
      /* Two column, small first image */
      .media-gallery--grid.media-gallery--extend.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--extend.media-gallery--two-column.media-gallery--large-first-image
        .product-media-container:is(:first-of-type, :nth-of-type(even))
        .product-media
        > * {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
      }
    }

    /* When the GRID is on the RIGHT side */
    .product-information.product-information--media-right {
      /* One column */
      .media-gallery--grid.media-gallery--extend:not(.media-gallery--two-column) .product-media > *,
      /* Two column, small first image */
      .media-gallery--grid.media-gallery--extend.media-gallery--two-column:not(.media-gallery--large-first-image)
        .product-media-container:nth-of-type(even)
        .product-media
        > *,
      /* Two column, large first image */
      .media-gallery--grid.media-gallery--extend.media-gallery--two-column.media-gallery--large-first-image
        .product-media-container:is(:first-of-type, :nth-of-type(odd))
        .product-media
        > * {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }
    }
  }

  ::view-transition-old(gallery-item),
  ::view-transition-new(gallery-item) {
    animation-duration: 0ms;
  }
/* END_SNIPPET:product-media */

/* START_SNIPPET:quick-add-modal (INDEX:429) */
.quick-add-modal {
    padding: 0;
    border: var(--style-border-popover);
    height: fit-content;
    overflow: hidden;
    min-height: 500px;
    box-shadow: 0 5px 30px rgb(0 0 0 / var(--opacity-15));

    @media screen and (max-width: 750px) {
      position: fixed;
      display: block;
      margin: auto 0 0 0;
      min-height: unset;
      max-width: 100%;
      border-radius: 0;
    }
  }

  .quick-add-modal[open] {
    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .quick-add-modal .view-more-details__wrapper {
    @media screen and (max-width: 750px) {
      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);
  }

  .quick-add-modal__close:active {
    transform: scale(0.8);
  }

  .quick-add-modal__content {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 100% 1fr;
    position: relative;
    max-width: var(--wide-content-width);
    overflow-y: auto;
    max-height: 100vh;

    @media screen and (max-width: 750px) {
      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: 750px) {
      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: 750px) {
      grid-column: 1 / -1;
    }
  }

  .quick-add-modal__content .variant-picker__form {
    display: block;
  }

  .quick-add-modal__content .variant-option + .variant-option {
    margin-top: var(--padding-lg);
  }

  .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;
    height: 100%;
    min-height: 0;

    dialog[open] & {
      animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
      animation-delay: 0.1s;
    }

    @media screen and (max-width: 750px) {
      grid-column: 2 / span 2;
      grid-row: span 1;
      overflow-y: auto;
      max-height: 100%;
      height: 100%;
    }
  }

  .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 .variant-picker {
    --product-swatches-padding-block-end: 0px;

    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
    padding-block-end: calc(
      var(--product-swatches-padding-block-end) + 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;
    /* Prevent overlap between title and close button */
    padding-inline: 0 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 .view-product-title {
    display: flex;
  }

  .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: min(var(--gap-2xl), var(--gap));
    }

    .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 .media-gallery--grid .product-media-container:first-child {
      border-top-right-radius: var(--style-border-radius-popover, 0);
    }

    .quick-add-modal__content .media-gallery--grid .product-media-container:last-child {
      border-bottom-right-radius: var(--style-border-radius-popover, 0);
    }
  }

  .quick-add-modal__content .product-details > .group-block {
    padding: var(--padding-2xl);
    max-height: 100%;
  }

  .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;
      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: 750px) {
      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 slideshow-controls {
    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 */

/* START_SNIPPET:quick-add (INDEX:430) */
/* Quick Add */
  .quick-add {
    --quick-add-offset: var(--padding-sm);
    --quick-add-top: calc(var(--quick-add-offset) + var(--padding-block-start));
    --quick-add-right: calc(var(--quick-add-offset) + var(--padding-inline-end));
    --quick-add-bottom: calc(var(--quick-add-offset) + var(--padding-block-end));
    --quick-add-left: calc(var(--quick-add-offset) + var(--padding-inline-end));

    position: absolute;
    display: var(--quick-add-mobile-display, none);
    flex-direction: column;
    justify-content: flex-end;
    inset: max(var(--quick-add-top), calc((var(--border-radius) + var(--quick-add-top)) * (1 - cos(45deg))))
      max(var(--quick-add-right), calc((var(--border-radius) + var(--quick-add-right)) * (1 - cos(45deg))))
      max(var(--quick-add-bottom), calc((var(--border-radius) + var(--quick-add-bottom)) * (1 - cos(45deg))))
      max(var(--quick-add-left), calc((var(--border-radius) + var(--quick-add-left)) * (1 - cos(45deg))));
    width: auto;
    height: auto;
    z-index: var(--layer-raised);
    cursor: default;
    pointer-events: none;

    @media screen and (min-width: 750px) {
      --quick-add-offset: var(--padding-md);

      display: var(--quick-add-display, flex);
    }
  }

  .quick-add .variant-option__button-label input[data-option-available='false'] {
    cursor: not-allowed;
  }

  .quick-add[class*='color-scheme-'] {
    background-color: transparent;
  }

  .quick-add__button {
    display: grid;
    padding: var(--padding-xs);
    align-items: center;
    background-color: var(--quick-add-button-background, rgba(var(--color-background-rgb), 0.9));
    color: var(--color-foreground);
    border-color: transparent;
    box-shadow: var(--shadow-popover);
    pointer-events: all;
    position: relative;
    overflow: hidden;
    border-radius: 100px;

    @media screen and (min-width: 750px) {
      display: none;
      padding: var(--padding-xs) var(--padding-sm);
    }

    .quick-add[stay-visible] & {
      display: grid;
    }
  }

  .quick-add__button .add-to-cart-text {
    gap: 0;
    line-height: 1;
    grid-row: 1 / span 1;
    grid-column: 1 / span 1;
    animation: none;

    @media screen and (min-width: 750px) {
      /* offset button padding to show a round button in a collapsed state */
      margin-inline: calc(var(--padding-sm) * -1);
      padding-inline: var(--padding-xs);
    }
  }

  .quick-add__button .add-to-cart-text--added {
    position: relative;
    grid-row: 1 / span 1;
    grid-column: 1 / span 1;
    justify-self: end;
    line-height: 1;

    @media screen and (min-width: 750px) {
      width: 0;
    }
  }

  .quick-add__button .add-to-cart-text__content {
    width: 0;
    opacity: 0;
    transform: translateX(1em);
    transition: width var(--animation-speed) ease-in-out, opacity var(--animation-speed) ease-in-out,
      transform var(--animation-speed) ease-in-out;
    interpolate-size: allow-keywords;
    will-change: width, opacity, transform;
  }

  @container (min-width: 99px) {
    .quick-add[stay-visible] .add-to-cart-text,
    .quick-add__button:is(:focus, :hover) .add-to-cart-text {
      gap: var(--gap-2xs);

      @media screen and (min-width: 750px) {
        /* offset button padding to show a round button in a collapsed state */
        margin-inline: 0;
        padding-inline: 0;
      }
    }

    .quick-add[stay-visible] .add-to-cart-text__content,
    .quick-add__button:is(:focus, :hover) .add-to-cart-text__content {
      width: fit-content;
      opacity: 1;
      transform: translateX(0);
    }
  }

  .quick-add__button.atc-added .add-to-cart-text {
    opacity: 0;
  }

  .quick-add__button.atc-added .add-to-cart-text--added {
    opacity: 1;
    width: auto;

    @supports (width: calc-size(auto, size)) {
      width: calc-size(auto, size);
    }
  }

  .quick-add__button.atc-added .add-to-cart-text {
    animation-name: atc-fade-out;
  }

  .quick-add__button.atc-added .add-to-cart-text--added {
    animation-name: atc-fade-in;
  }

  .quick-add__product-form-component {
    height: 100%;
  }

  .quick-add__product-form-component .shopify-product-form {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    container-type: inline-size;
    height: 100%;
  }

  .quick-add-modal .product-media {
    width: 100%;
    height: 100%;
  }

  .quick-add-modal deferred-media {
    display: none;
  }

  .quick-add-modal .media-gallery--carousel slideshow-component {
    --cursor: default;
  }

  @keyframes atc-fade-in {
    from {
      opacity: 0;
      transform: translateX(1em);
      position: absolute;
    }

    to {
      opacity: 1;
      transform: translateX(0);
      position: inherit;
    }
  }

  @keyframes atc-fade-out {
    from {
      opacity: 1;
      transform: translateX(0);
      position: inherit;
    }

    to {
      opacity: 0;
      transform: translateX(-1em);
      position: absolute;
    }
  }
/* END_SNIPPET:quick-add */

/* START_SNIPPET:resource-card (INDEX:431) */
.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%;
    min-width: 0;
    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;
    }
  }

  .resource-card[data-resource-type='article'] .resource-card__content,
  .resource-card[data-resource-type='page'] .resource-card__content {
    gap: var(--padding-xs);
  }

  .resource-card__media {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .resource-card__image {
    display: block;
    width: 100%;
    max-width: 100%;
    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;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    aspect-ratio: unset;
    object-fit: cover;
    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;
  }

  .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 {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    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:resource-image (INDEX:432) */
.resource-image {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: var(--layer-base);
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: var(--ratio);
  }

  .resource-image .image-block__image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .resource-image--placeholder {
    width: 100%;
    height: 100%;
  }
/* END_SNIPPET:resource-image */

/* START_SNIPPET:search-modal (INDEX:437) */
/* Search modal style */
  .search-modal {
    --search-border-radius: var(--style-border-radius-popover);
    --search-border-width: var(--style-border-width);
  }

  .search-modal__button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .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;
    }

    @media screen and (max-width: 749px) {
      width: calc(100% - 32px);
      height: fit-content;
      max-height: calc(90dvh - var(--header-height, 60px));
      margin-block-start: calc(var(--header-height, 60px) + 8px);
      border-radius: var(--search-border-radius);
      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: top center;
    animation: search-element-slide-in-bottom 300ms var(--ease-out-quad) forwards;
    border-radius: var(--search-border-radius);
    box-shadow: var(--shadow-popover);
  }

  .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);
    }
  }
/* END_SNIPPET:search-modal */

/* START_SNIPPET:search (INDEX:438) */
.search-action {
    --search-border-radius: var(--style-border-radius-inputs);
    --search-border-width: var(--style-border-width-inputs);

    display: flex;
  }

  .header__column--center .search-action {
    width: auto;
    flex-grow: 1;
  }

  :is(.header__column--left, .header__column--center) .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);
    }
  }
/* END_SNIPPET:search */

/* START_SNIPPET:section (INDEX:439) */
.section-wrapper {
    --section-height-offset: 0px;
  }

  .section[data-shopify-visual-preview] {
    min-height: var(--section-preview-height);
    padding-top: 0;
  }

  .section[data-shopify-visual-preview] .custom-section-background {
    display: none;
  }

  body:has(> #header-group > .header-section > #header-component[transparent]):not(
      :has(> #header-group > .header-section + .shopify-section)
    )
    > main
    > .section-wrapper:first-child {
    --section-height-offset: var(--header-group-height, 0);
  }

  .custom-section-background {
    grid-column: 1 / -1;
  }

  .custom-section-content {
    z-index: var(--layer-flat);
  }
/* END_SNIPPET:section */

/* START_SNIPPET:sorting (INDEX:447) */
.sorting-filter__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: var(--drawer-padding) 0;
    padding-block: var(--padding-sm);
    margin-inline-end: var(--margin-md);
    position: relative;
  }

  .sorting-filter__container .facets__label {
    font-size: var(--font-h4--size);
  }

  .sorting-filter__select-wrapper {
    display: flex;
    position: relative;
    border-radius: var(--variant-picker-button-radius);
    align-items: center;
    overflow: clip;
    padding: var(--padding-2xs) var(--padding-xs);
  }

  .sorting-filter__select-wrapper:has(:focus-visible) {
    outline: var(--focus-outline-width) solid currentcolor;
    outline-offset: var(--focus-outline-offset);
  }

  .sorting-filter__select-wrapper:has(:focus-visible) .sorting-filter__select {
    outline: none;
  }

  .sorting-filter__container .sorting-filter__select {
    appearance: none;
    border: 0;
    margin: 0;
    cursor: pointer;
    width: 100%;
    padding-inline-end: var(--icon-size-2xs);
    text-align: right;

    /* Needed for Safari */
    text-align-last: right;
  }

  .sorting-filter__select .icon {
    position: absolute;
    right: var(--padding-md);
    top: 50%;
    transform: translateY(-50%);
    width: var(--icon-size-2xs);
    height: var(--icon-size-2xs);
    pointer-events: none;
  }

  .sorting-filter {
    @media screen and (min-width: 750px) {
      z-index: var(--facets-upper-z-index);
    }
  }

  .sorting-filter__options {
    display: flex;
    right: 0;
    flex-direction: column;
    gap: var(--margin-3xs);
    padding: calc(var(--drawer-padding) / 2);
    color: var(--color-foreground);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;

    &::-webkit-scrollbar {
      display: none;
    }
  }

  .sorting-filter__option {
    cursor: pointer;
    display: grid;
    grid-template-columns: var(--icon-size-sm) 1fr;
    gap: var(--margin-2xs);
    min-width: 180px;
    padding: var(--padding-2xs) calc(var(--drawer-padding) / 2) var(--padding-2xs) var(--padding-2xs);

    &:hover {
      border-radius: calc(var(--style-border-radius-popover) / 2);
      background-color: rgb(var(--color-foreground-rgb) / var(--opacity-8));
    }

    &:focus {
      border-radius: calc(var(--style-border-radius-popover) / 2);
    }
  }

  .sorting-filter__input {
    display: none;

    &:checked + .sorting-filter__checkmark + .sorting-filter__label {
      font-weight: 500;
    }
  }

  .sorting-filter__checkmark {
    visibility: hidden;
  }

  *:checked ~ .sorting-filter__checkmark {
    visibility: visible;
  }

  .sorting-filter__label {
    cursor: pointer;
    pointer-events: none;
  }

  .facets-toggle--no-filters .sorting-filter__select-wrapper {
    @media screen and (max-width: 749px) {
      padding-inline-start: 0;
    }
  }

  .facets-mobile-wrapper .sorting-filter .facets__panel {
    padding-inline: 0;
    position: relative;
  }

  .facets-mobile-wrapper .sorting-filter .facets__status {
    display: none;
  }

  .facets-mobile-wrapper:has(> :nth-child(2)) .sorting-filter .sorting-filter__options {
    left: 0;
    right: unset;
  }

  .facets-mobile-wrapper .sorting-filter .facets__label {
    margin-inline-end: var(--margin-2xs);
    font-size: var(--font-paragraph--size);
    color: var(--color-foreground-muted);
  }

  .facets-mobile-wrapper .sorting-filter__options {
    border-radius: var(--style-border-radius-popover);
    position: absolute;
    top: 0;
    right: 0;
    width: max-content;
    min-width: var(--facets-panel-min-width);
    max-width: var(--facets-panel-width);
    max-height: var(--facets-panel-height);
    z-index: var(--facets-upper-z-index);
    box-shadow: var(--shadow-popover);
    border: var(--style-border-popover);
    background-color: var(--color-background);
    overflow-y: hidden;
    padding: var(--padding-sm);
    gap: var(--gap-sm);
  }

  .facets-toggle .sorting-filter__container {
    @media screen and (max-width: 749px) {
      padding: 0;
    }
  }

  .facets-toggle .sorting-filter__container .facets__label {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .facets-toggle .sorting-filter::before {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .facets--drawer .sorting-filter {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  .sorting-filter__options {
    block-size: 0;
    overflow-y: clip;
    opacity: 0;
    interpolate-size: allow-keywords;
    transition: content-visibility var(--animation-speed-slow) allow-discrete,
      padding-block var(--animation-speed-slow) var(--animation-easing),
      opacity var(--animation-speed-slow) var(--animation-easing),
      block-size var(--animation-speed-slow) var(--animation-easing);
  }

  details[open] .sorting-filter__options {
    opacity: 1;
    block-size: auto;

    @starting-style {
      block-size: 0;
      opacity: 0;
      overflow-y: clip;
    }

    &:focus-within {
      overflow-y: visible;
    }
  }
/* END_SNIPPET:sorting */

/* START_SNIPPET:text (INDEX:456) */
:root {
    --text-align-default: left;
  }

  [style*='--horizontal-alignment: center'] .text-block {
    --text-align-default: center;
  }

  [style*='--horizontal-alignment: flex-end'] .text-block {
    --text-align-default: right;
  }

  [style*='--horizontal-alignment: flex-start'] > .text-block {
    --text-align-default: left;
  }

  [style*='--horizontal-alignment: center'] > .text-block {
    --text-align-default: center;
  }

  [style*='--horizontal-alignment: flex-end'] > .text-block {
    --text-align-default: right;
  }

  .text-block {
    width: var(--width);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: var(--horizontal-alignment);
  }

  .text-block > * {
    width: var(--width);
    max-width: var(--max-width, 100%);
    text-align: var(--text-align, var(--text-align-default));
    text-wrap: var(--text-wrap);
    letter-spacing: var(--letter-spacing, inherit);
  }

  @media (max-width: 749px) {
    .text-block {
      width: var(--width-mobile, var(--width));
    }

    .text-block > * {
      width: var(--width-mobile, var(--width));
      max-width: var(--max-width-mobile, var(--max-width, 100%));
      text-align: var(--text-align-mobile, var(--text-align, var(--text-align-default)));
    }
  }

  .text-block:not(.text-block--full-width).rte,
  .text-block:not(.text-block--full-width).paragraph {
    /* Safari doesn't support pretty, so fallback to balance */
    text-wrap: balance;
    text-wrap: pretty;
  }

  .text-block:not(.text-block--full-width):is(.h1, .h2, .h3, .h4, .h5, .h6) {
    text-wrap: balance;
  }

  /* Hide underline unless text is using paragraph styles. */
  .text-block:is(.h1, .h2, .h3, .h4, .h5, .h6) a {
    text-decoration-color: transparent;
  }

  .text-block h1,
  .text-block.h1 > * {
    margin-block: var(--font-h1--spacing);
  }

  .text-block h2,
  .text-block.h2 > * {
    margin-block: var(--font-h2--spacing);
  }

  .text-block h3,
  .text-block.h3 > * {
    margin-block: var(--font-h3--spacing);
  }

  .text-block h4,
  .text-block.h4 > * {
    margin-block: var(--font-h4--spacing);
  }

  .text-block h5,
  .text-block.h5 > * {
    margin-block: var(--font-h5--spacing);
  }

  .text-block h6,
  .text-block.h6 > * {
    margin-block: var(--font-h6--spacing);
  }

  .text-block p,
  .text-block.p > * {
    margin-block: var(--font-paragraph--spacing);
  }

  .text-block > *:first-child {
    margin-block-start: 0;
  }

  .text-block > *:last-child {
    margin-block-end: 0;
  }

  .text-block--align-center,
  .text-block--align-center > * {
    margin-inline: auto;
  }

  .text-block--align-right,
  .text-block--align-right > * {
    margin-inline-start: auto;
  }

  .text-block--background {
    background-color: var(--text-background-color);
    border-radius: var(--text-corner-radius);

    /* To avoid text being cropped when using a border radius we add a minimum padding. */
    padding-block-start: max(var(--text-padding), var(--padding-block-start, 0));
    padding-block-end: max(var(--text-padding), var(--padding-block-end, 0));
    padding-inline-start: max(var(--text-padding), var(--padding-inline-start, 0));
    padding-inline-end: max(var(--text-padding), var(--padding-inline-end, 0));
  }

  .custom-color,
  .custom-color > :is(h1, h2, h3, h4, h5, h6, p, *) {
    color: var(--color);
  }
/* END_SNIPPET:text */

/* START_SNIPPET:variant-main-picker (INDEX:467) */
.variant-picker {
    width: 100%;
  }

  .variant-picker__form {
    display: flex;
    flex-direction: column;
    gap: var(--padding-lg);
    width: 100%;
  }

  .variant-picker[data-shopify-visual-preview] {
    min-width: 300px;
    padding-inline-start: max(4px, var(--padding-inline-start));
  }

  .variant-option {
    --options-border-radius: var(--variant-picker-button-radius, var(--style-border-radius-global));
    --options-border-width: var(--variant-picker-button-border-width);
    --variant-option-padding-inline: var(--padding-md);
  }

  .variant-option--swatches {
    --options-border-radius: var(--variant-picker-swatch-radius, var(--style-border-radius-global));

    width: 100%;
  }

  .variant-option--swatches-disabled {
    pointer-events: none;
    cursor: not-allowed;
  }

  .variant-option--swatches > overflow-list {
    justify-content: var(--product-swatches-alignment);

    @media (max-width: 749px) {
      justify-content: var(--product-swatches-alignment-mobile);
    }
  }

  .variant-option--buttons {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-sm);
    margin: 0;
    padding: 0;
    border: none;
  }

  .variant-option--buttons legend {
    padding: 0;
    margin-block-end: var(--margin-xs);
  }

  .variant-option--buttons:not(:has(legend)) {
    margin-block-start: 0;
  }

  .variant-option--dropdowns:not(:has(label)) {
    margin-top: 0;
  }

  .variant-option__swatch-value {
    padding-inline-start: var(--padding-xs);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-70));
  }

  @media (prefers-reduced-motion: no-preference) {
    .variant-option__button-label,
    .variant-option__select-wrapper,
    .variant-option__button-label::before,
    .variant-option__button-label::after,
    .variant-option__button-label:has([data-previous-checked='true'], [data-current-checked='true'])
      .variant-option__button-label__pill,
    .variant-option__button-label:not(.variant-option__button-label--has-swatch) svg line:last-of-type {
      transition-duration: var(--animation-speed);
      transition-timing-function: var(--animation-easing);
    }
    .variant-option__button-label__pill {
      transition-property: transform;
    }
    .variant-option__button-label:not(.variant-option__button-label--has-swatch) svg line:last-of-type {
      transition-property: clip-path;
    }
    .variant-option__button-label:has([data-previous-checked='true'], [data-current-checked='true'])
      .variant-option__button-label__pill {
      transition-property: transform;
    }
    .variant-option__button-label::after {
      transition-property: clip-path;
    }
    .variant-option__button-label::before {
      transition-property: border-color;
    }
    .variant-option__select-wrapper,
    .variant-option__button-label {
      transition-property: background-color, border-color, color;
    }
  }

  .variant-option__button-label {
    --variant-picker-stroke-color: var(--color-variant-border);
    cursor: pointer;
    display: flex;
    flex: 0 0 calc(3ch + 1.3em);
    align-items: center;
    position: relative;
    padding-block: var(--padding-sm);
    padding-inline: var(--padding-lg);
    border: var(--options-border-width) solid var(--color-variant-border);
    border-radius: var(--options-border-radius);
    overflow: clip;
    justify-content: center;
    min-height: calc(3ch + 1.3em);
    min-width: fit-content;
    white-space: nowrap;
    background-color: var(--color-variant-background);
    color: var(--color-variant-text);

    &:hover,
    &:hover:has([aria-disabled='true']):has([data-option-available='false']) {
      background-color: var(--color-variant-hover-background);
      border-color: var(--color-variant-hover-border);
      color: var(--color-variant-hover-text);
    }

    /* we need something like overflow-clip-margin to use the pseudoelement but it doesn't work in Safari */
    /* so instead use the layered background image trick */
    &:not(.variant-option__button-label--has-swatch):has([data-option-available='false']) {
      border-width: 0;
    }
    /* ::after/::before act as a fake border for the button style variant */
    /* ::after is the unavailable variant border that clips in */
    &:not(.variant-option__button-label--has-swatch)::before,
    &:has([data-option-available='false']):not(.variant-option__button-label--has-swatch)::after {
      content: '';
      position: absolute;
      inset: 0;
      border: var(--options-border-width) solid var(--color-selected-variant-border);
      border-radius: inherit;
      pointer-events: none;
      z-index: 2;
      /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
      clip-path: inset(var(--clip, 0 0 0 0));
    }
    &:has([data-option-available='false']):not(.variant-option__button-label--has-swatch)::before {
      inset: 0;
    }
    &:not(.variant-option__button-label--has-swatch)::before {
      /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
      clip-path: inset(0 0 0 0);
      border-color: var(--color-variant-border);
      inset: calc(var(--options-border-width) * -1);
    }
    &:has(:checked):not(.variant-option__button-label--has-swatch):not(:has([data-option-available='false']))::before {
      border-color: var(--color-selected-variant-border);
    }

    /* setting left/right accounts for variant buttons of different widths */
    &:not(:has(:checked)):has(~ label > :checked),
    &:has(:checked):has(~ label > [data-previous-checked='true']) {
      .variant-option__button-label__pill {
        right: 0;
        left: unset;
      }
    }

    &:has([data-previous-checked='true']) ~ label:has([data-current-checked='true']),
    &:has(:checked) ~ label {
      .variant-option__button-label__pill {
        left: 0;
        right: unset;
      }
    }

    &:not(:has(:checked)):has(~ label > :checked) {
      --pill-offset: calc(100% + 1px);
    }

    &:has(:checked) ~ label {
      --pill-offset: calc(-100% - 1px);
    }

    &:has([data-current-checked='true']):first-of-type
      ~ label:last-of-type:not(.variant-option__button-label--has-swatch),
    &:not(:has(:checked)):has(~ label > :checked):not(.variant-option__button-label--has-swatch) {
      --clip: 0 0 0 100%;
    }

    &:not(:has([data-current-checked='true'])):first-of-type:has(~ label:last-of-type > :checked):not(
        .variant-option__button-label--has-swatch
      ),
    &:has(:checked) ~ label:not(.variant-option__button-label--has-swatch) {
      --clip: 0 100% 0 0;
    }

    &:has([data-previous-checked='true'], [data-current-checked='true']) .variant-option__button-label__pill {
      width: max(var(--pill-width-current, 100%), var(--pill-width-previous, 100%));
    }
    @media screen and (min-width: 750px) {
      padding: var(--padding-xs) var(--variant-option-padding-inline);
    }
  }

  /* wrap around only for 3 or more variants in a row */
  /* the more complex selector rules here produce the wrap around effect for first/last variants */
  .variant-option--buttons:has(:nth-of-type(3)) {
    .variant-option__button-label:has([data-current-checked='true']):first-of-type ~ label:last-of-type {
      --pill-offset: calc(100% + 1px);
    }
    .variant-option__button-label:not(:has([data-current-checked='true'])):first-of-type:has(
        ~ label:last-of-type > :checked
      ) {
      --pill-offset: calc(-100% - 1px);
    }
  }

  .variant-option__button-label__pill {
    background: var(--color-selected-variant-background);
    position: absolute;
    top: calc(var(--options-border-width) * -1);
    bottom: calc(var(--options-border-width) * -1);
    border-radius: inherit;
    pointer-events: none;
    width: 100%;
    transform: translateX(var(--pill-offset, 0));
  }

  .variant-option__button-label__text {
    pointer-events: none;
    text-align: start;
    text-wrap: auto;
    z-index: 2;
  }

  .variant-option--equal-width-buttons {
    --variant-min-width: clamp(44px, calc(var(--variant-option-padding-inline) * 2 + var(--variant-ch)), 100%);

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--variant-min-width), 1fr));

    .variant-option__button-label {
      min-width: var(--variant-min-width);
    }

    .variant-option__button-label__text {
      text-align: center;
      text-wrap: balance;
    }
  }

  .variant-option__button-label:has(:focus-visible) {
    --variant-picker-stroke-color: var(--color-foreground);

    border-color: var(--color-foreground);
    outline: var(--focus-outline-width) solid var(--color-foreground);
    outline-offset: var(--focus-outline-offset);
  }

  .variant-option__button-label--has-swatch {
    --focus-outline-radius: var(--variant-picker-swatch-radius);

    padding: 0;
    border: none;
    display: block;
    flex-basis: auto;
    min-height: auto;
  }

  .variant-option__button-label:has(:checked) {
    color: var(--color-selected-variant-text);
    border-color: var(--color-selected-variant-border);
  }

  .variant-option__button-label:has(:checked):hover {
    border-color: var(--color-selected-variant-hover-border);
    color: var(--color-selected-variant-hover-text);

    .variant-option__button-label__pill {
      background-color: var(--color-selected-variant-hover-background);
    }
  }

  .variant-option__button-label:has([data-option-available='false']) {
    color: rgb(var(--color-variant-text-rgb) / var(--opacity-60));
  }

  .facets__inputs-list--swatches-grid .variant-option__button-label--has-swatch:hover .swatch {
    --focus-outline: var(--focus-outline-width) solid rgb(var(--color-foreground-rgb) / var(--opacity-35-55));

    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset);
  }

  .facets__inputs-list--swatches-grid .variant-option__button-label:has(:focus-visible) .swatch {
    --focus-outline: var(--focus-outline-width) solid currentcolor;

    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset);
  }

  .facets__inputs-list--swatches-grid .variant-option__button-label:has(:focus-visible) {
    outline: none;
  }

  .facets__inputs-list--swatches-grid .variant-option__button-label--has-swatch:hover {
    outline: none;
  }

  .variant-option__button-label--has-swatch:hover {
    outline: var(--focus-outline-width) solid rgb(var(--color-foreground-rgb) / var(--opacity-35-55));
    outline-offset: var(--focus-outline-offset);
  }

  .facets__inputs-list--swatches-grid .variant-option__button-label--has-swatch:has(:checked) {
    --focus-outline: none;
  }

  .facets__inputs-list--swatches-grid .variant-option__button-label--has-swatch:has(:checked) .swatch {
    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset);
  }

  .variant-option__button-label--has-swatch:has(:checked) {
    --focus-outline: var(--focus-outline-width) solid var(--color-foreground);

    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-offset);
  }

  /* This triggers iOS < 16.4. The outline bug is not recognized as a lack of @supports */
  @supports not (background-color: rgb(from red 150 g b / alpha)) {
    /** There is a bug in safari < 16.4 that causes the outline to not follow the elements border radius. This is a workaround. **/
    .variant-option__button-label--has-swatch:has(:checked),
    .variant-option__button-label:has(:focus-visible) .swatch,
    .facets__inputs-list--swatches-grid .variant-option__button-label--has-swatch:hover .swatch {
      outline: none;
      position: relative;
      overflow: visible;
    }

    .variant-option__button-label--has-swatch:has(:checked)::after,
    .variant-option__button-label:has(:focus-visible) .swatch::after,
    .facets__inputs-list--swatches-grid .variant-option__button-label--has-swatch:hover .swatch::after {
      content: '';
      position: absolute;
      inset: calc(-1 * var(--focus-outline-offset));
      border: var(--focus-outline);
      border-radius: var(--focus-outline-radius, 50%);
      background-color: transparent;
      display: inherit;
    }
  }

  .variant-option__button-label:has([data-option-available='false']):has(:checked) {
    background-color: inherit;
    color: rgb(var(--color-variant-text-rgb) / var(--opacity-60));
  }

  .variant-option__button-label input,
  .variant-option--images input {
    /* remove the checkbox from the page flow */
    position: absolute;

    /* set the dimensions to match those of the label */
    inset: 0;

    /* hide it */
    opacity: 0;
    margin: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }

  .variant-option__button-label svg {
    position: absolute;
    left: var(--options-border-width);
    top: var(--options-border-width);
    height: calc(100% - (var(--options-border-width) * 2));
    width: calc(100% - (var(--options-border-width) * 2));
    cursor: pointer;
    pointer-events: none;
    stroke-width: var(--style-border-width);
    stroke: var(--variant-picker-stroke-color);
  }

  .variant-option__button-label:not(.variant-option__button-label--has-swatch) svg {
    stroke: var(--color-variant-border);

    line {
      stroke-width: var(--options-border-width);
    }

    line:last-of-type {
      /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
      clip-path: inset(var(--clip, 0 0 0 0));
      stroke: rgb(var(--color-variant-text-rgb) / 1);
    }
  }

  .variant-option__select-wrapper {
    display: flex;
    position: relative;
    border: var(--style-border-width-inputs) solid var(--color-border);
    border-radius: var(--style-border-radius-inputs);
    align-items: center;
    margin-top: var(--margin-2xs);
    overflow: clip;
  }

  .variant-option__select-wrapper:has(.swatch) {
    --variant-picker-swatch-width: 20px;
    --variant-picker-swatch-height: 20px;
  }

  .variant-option__select-wrapper:hover {
    border-color: var(--color-variant-hover-border);
  }

  .variant-option__select:focus-visible {
    outline: var(--focus-outline-width) solid currentcolor;
    outline-offset: var(--focus-outline-offset);
  }

  .variant-option__select {
    padding-block: var(--padding-md);
    padding-inline: var(--padding-lg) calc(var(--padding-lg) + var(--icon-size-2xs));
    appearance: none;
    border: 0;
    width: 100%;
    margin: 0;
    cursor: pointer;
  }

  .variant-option__select-wrapper .icon {
    position: absolute;
    right: var(--padding-md);
    top: 50%;
    transform: translateY(-50%);
    width: var(--icon-size-2xs);
    height: var(--icon-size-2xs);
    pointer-events: none;
  }

  .variant-option__select--has-swatch {
    padding-inline-start: calc((2 * var(--padding-sm)) + var(--variant-picker-swatch-width));
  }

  .variant-option__select-wrapper .swatch {
    position: absolute;
    top: 50%;
    left: var(--padding-md);
    transform: translateY(-50%);
  }

  .variant-picker--center,
  .variant-picker--center .variant-option {
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .variant-picker--right,
  .variant-picker--right .variant-option {
    text-align: right;
    justify-content: right;
  }
/* END_SNIPPET:variant-main-picker */

/* START_SNIPPET:video (INDEX:470) */
.video-interaction-hint {
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: var(--layer-flat);
  }

  .video-interaction-hint:hover {
    opacity: 1;
  }
/* END_SNIPPET:video */