/** Shopify CDN: Minification failed

Line 2733:37 Expected identifier but found whitespace
Line 2733:39 Unexpected "{"
Line 2733:55 Expected ":"

**/
/* START_SECTION:collection-hero-custom (INDEX:6) */
.collection-hero-custom {
    position: relative;
  }

  .collection-hero-custom__simple {
    position: relative;
    min-height: var(--hero-min-height);
    background-image: var(--simple-desktop-image);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: flex;
  }
  @media (max-width: 749px) {
    .collection-hero-custom__simple {
      background-image: var(--simple-mobile-image, var(--simple-desktop-image));
    }
  }

  .collection-hero-custom__title-only {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: var(--padding-lg, 32px);
    padding-inline-start: var(--content-padding-inline-start);
    padding-inline-end: var(--content-padding-inline-end);
    min-height: 0;
  }
  .collection-hero-custom__title-only .collection-hero-custom__title {
    margin: 0;
    text-align: center;
  }

  /* Full-width hero (single-image case) */
  .collection-hero-custom__hero {
    position: relative;
    min-height: var(--hero-min-height);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .collection-hero-custom__hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .collection-hero-custom__hero-img--mobile { display: none; }
  @media (max-width: 749px) {
    .collection-hero-custom__hero-img--desktop:has(+ .collection-hero-custom__hero-img--mobile) {
      display: none;
    }
    .collection-hero-custom__hero-img--mobile { display: block; }
  }
  .collection-hero-custom__hero-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .collection-hero-custom__hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  @media (max-width: 749px) {
    .collection-hero-custom__hero-inner {
      justify-content: var(--hero-justify-content-mobile);
      align-items: var(--hero-align-items-mobile);
      min-height: var(--hero-min-height);
    }
  }

  .collection-hero-custom__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .collection-hero-custom__simple-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: var(--simple-justify-content);
    align-items: var(--simple-align-items);
    text-align: left;
    padding-block: var(--padding-md, 24px);
    padding-inline-start: var(--content-padding-inline-start);
    padding-inline-end: var(--content-padding-inline-end);
  }
  @media (max-width: 749px) {
    .collection-hero-custom__simple-inner {
      justify-content: var(--simple-justify-content-mobile);
      align-items: var(--simple-align-items-mobile);
      text-align: center;
    }
  }

  .collection-hero-custom__split {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--gap-md, 24px);
    min-height: var(--hero-min-height);
  }

  @media (min-width: 750px) {
    .collection-hero-custom__split {
      grid-template-columns: 1fr 1fr;
    }
    .collection-hero-custom__split--right .collection-hero-custom__media {
      order: 2;
    }
    .collection-hero-custom__split--text-only {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 749px) {
    .collection-hero-custom__split--mobile-image-bottom .collection-hero-custom__media {
      order: 2;
    }
  }

  .collection-hero-custom__media,
  .collection-hero-custom__single-media,
  .collection-hero-custom__slide-media {
    position: relative;
    height: 100%;
    min-height: var(--hero-min-height);
    overflow: hidden;
  }

  .collection-hero-custom__single-img,
  .collection-hero-custom__slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Mobile vs desktop swap when images_mobile provided */
  .collection-hero-custom__slide-img--desktop,
  .collection-hero-custom__single-img--desktop {
    display: block;
  }
  .collection-hero-custom__slide-img--mobile,
  .collection-hero-custom__single-img--mobile {
    display: none;
  }
  @media (max-width: 749px) {
    .collection-hero-custom__slide-img--desktop:has(+ .collection-hero-custom__slide-img--mobile),
    .collection-hero-custom__single-img--desktop:has(+ .collection-hero-custom__single-img--mobile) {
      display: none;
    }
    .collection-hero-custom__slide-img--mobile,
    .collection-hero-custom__single-img--mobile {
      display: block;
    }
  }

  .collection-hero-custom__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: var(--content-align-items);
    gap: var(--gap-sm, 12px);
    text-align: var(--content-text-align);
    padding-block: var(--padding-lg, 32px);
    padding-inline-start: var(--content-padding-inline-start);
    padding-inline-end: var(--content-padding-inline-end);
  }
  @media (max-width: 749px) {
    .collection-hero-custom__content {
      align-items: var(--content-align-items-mobile);
      text-align: var(--content-text-align-mobile);
    }
  }

  .collection-hero-custom__tagline {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
    margin: 0;
  }
  .collection-hero-custom__title {
    margin: 0;
  }
  .collection-hero-custom__impact {
    font-weight: 600;
    margin: 0;
  }
  .collection-hero-custom__richtext {
    color: inherit;
  }
  .collection-hero-custom__richtext :where(p, h1, h2, h3, h4, h5, h6, li, span, strong, em, a) {
    color: inherit;
  }
  .collection-hero-custom__richtext > :first-child {
    margin-top: 0;
  }
  .collection-hero-custom__richtext > :last-child {
    margin-bottom: 0;
  }
  .collection-hero-custom__title > :where(p, h1, h2, h3, h4, h5, h6),
  .collection-hero-custom__tagline > :where(p, h1, h2, h3, h4, h5, h6),
  .collection-hero-custom__impact > :where(p, h1, h2, h3, h4, h5, h6) {
    margin: 0;
  }
  .collection-hero-custom__composition > p {
    margin: 0;
  }
  .collection-hero-custom__description > p {
    margin: 0 0 0.75em;
  }
  .collection-hero-custom__description > p:last-child {
    margin-bottom: 0;
  }
  .collection-hero-custom__bullets {
    padding-inline-start: 1.25rem;
    margin: 0;
    color: inherit;
  }
  .collection-hero-custom__bullets,
  .collection-hero-custom__bullets :where(li, p, h1, h2, h3, h4, h5, h6, span, strong, em, a) {
    color: inherit;
  }
  .collection-hero-custom__bullets p {
    margin: 0;
  }
  @media (min-width: 750px) {
    .collection-hero-custom__bullets--columns {
      column-count: 2;
      column-gap: var(--gap-xl, 48px);
    }
    .collection-hero-custom__bullets--columns li {
      break-inside: avoid;
      margin-bottom: var(--gap-xs, 8px);
    }
    .collection-hero-custom__bullets--columns li:nth-child(3) {
      break-after: column;
    }
  }
  .collection-hero-custom__bullets li::marker {
    color: var(--marker-color, currentColor);
  }
  .collection-hero-custom__composition {
    font-size: 0.875rem;
    opacity: 0.8;
    margin: 0;
  }
  .collection-hero-custom__link {
    align-self: var(--content-align-items);
    margin-top: var(--gap-sm, 12px);
  }
  @media (max-width: 749px) {
    .collection-hero-custom__link {
      align-self: var(--content-align-items-mobile);
    }
  }
  .collection-hero-custom__link--text {
    text-decoration: underline;
    text-underline-offset: 0.18em;
  }
  .collection-hero-custom__signup-form {
    width: 100%;
    max-width: 480px;
    margin-top: var(--gap-sm, 12px);
  }
/* END_SECTION:collection-hero-custom */
/* START_SECTION:collection-page-content-modules (INDEX:9) */
.collection-discovery { background: var(--color-background); padding: 2.375rem 0 2.625rem; }
  .collection-discovery__inner { position: relative; width: min(100% - 2rem, var(--page-width)); margin-inline: auto; }
  .collection-discovery__heading-wrap { margin-bottom: 2.188rem; text-align: center; }
  .collection-discovery__heading { margin: 0; color: rgb(var(--color-foreground)); font-family: Trap, var(--font-heading--family); font-size: clamp(2rem, 3vw, 3.25rem); line-height: 1; }
  .collection-discovery__subheading { margin: .75rem 0 0; }
  .collection-discovery__viewport { overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
  .collection-discovery__viewport::-webkit-scrollbar { display: none; }
  .collection-discovery__track { display: grid; grid-auto-columns: minmax(17.563rem, 72vw); grid-auto-flow: column; gap: .269rem; }
  .collection-discovery__card { position: relative; display: block; overflow: hidden; aspect-ratio: 281 / 422; border-radius: 4px; background: #000; color: #fff; scroll-snap-align: start; text-decoration: none; }
  .collection-discovery__image { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
  .collection-discovery__card:hover .collection-discovery__image { transform: scale(1.04); }
  .collection-discovery__scrim { position: absolute; inset: 35% 0 0; background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .37) 80%, rgba(0, 0, 0, 0) 100%); pointer-events: none; }
  .collection-discovery__label { position: absolute; right: 1.25rem; bottom: .75rem; left: 1.25rem; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: .2rem; color: #fff; font-size: 1.25rem; font-weight: 600; line-height: 1.1; text-align: center; }
  .collection-discovery__label small { font-size: .75rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
  .collection-discovery__controls { display: none; }
  .collection-discovery--compression .collection-discovery__card { aspect-ratio: 428 / 504; }
  .collection-discovery--support .collection-discovery__card { aspect-ratio: 427 / 481; }
  .collection-page-content-modules { background: var(--color-background); }
  .collection-page-module { display: grid; background: var(--collection-module-background); color: var(--collection-module-text); }
  .collection-page-module__media { min-height: 24rem; }
  .collection-page-module__media-item { display: block; width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
  .collection-page-module__media-item--mobile { display: none; }
  .collection-page-module__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 3rem 2rem; }
  .collection-page-module__copy { width: min(100%, var(--collection-module-content-max-width, 680px)); }
  .collection-page-module--align-center .collection-page-module__content { align-items: center; text-align: center; }
  .collection-page-module--align-center .collection-page-module__copy { text-align: center; }
  .collection-page-module--align-center .collection-page-module__copy,
  .collection-page-module--align-center .collection-page-module__body,
  .collection-page-module--align-center .collection-page-module__button { margin-inline: auto; }
  .collection-page-module--align-right .collection-page-module__content { align-items: flex-end; text-align: right; }
  .collection-page-module--align-right .collection-page-module__copy { text-align: right; }
  .collection-page-module--align-right .collection-page-module__copy,
  .collection-page-module--align-right .collection-page-module__body,
  .collection-page-module--align-right .collection-page-module__button { margin-left: auto; }
  .collection-page-module__eyebrow { margin: 0 0 .75rem; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
  .collection-page-module__heading { margin: 0; color: inherit; font-family: var(--font-body--family); font-size: clamp(2rem, 5vw, 4.25rem); line-height: .98; }
  .collection-page-module__body { max-width: 34rem; margin-top: 1rem; color: inherit; }
  .collection-page-module__body > :first-child { margin-top: 0; }
  .collection-page-module__body > :last-child { margin-bottom: 0; }
  .collection-page-module__button { display: inline-flex; align-items: center; justify-content: center; min-height: 2.75rem; margin-top: 1.5rem; padding: .5rem 1.75rem; border: 1px solid currentColor; border-radius: 999px; color: inherit; text-decoration: none; }
  .collection-page-module__button--text_link { min-height: 0; padding: 0; border: 0; border-radius: 0; font-weight: 700; text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .18em; }
  .collection-page-module--promotion { display: block; min-height: 0; }
  .collection-page-module--promotion .collection-page-module__content { width: min(calc(100% - 2rem), var(--collection-module-section-max-width, var(--page-width))); min-height: 0; margin-inline: auto; padding-block: var(--collection-module-intro-padding-block, 6rem); padding-inline: 0; }
  .collection-page-module--promotion .collection-page-module__heading:not(.custom-font-size) { font-size: clamp(2.75rem, 5vw, var(--collection-module-intro-heading-size, 5rem)); line-height: .98; }
  .collection-page-module--promotion .collection-page-module__body { margin-top: 1.75rem; line-height: 1.5; }
  .collection-page-module--promotion .collection-page-module__body:not(.custom-font-size) { font-size: var(--collection-module-intro-body-size, 1.125rem); }
  .collection-page-module--promotion .collection-page-module__body a { color: inherit; font-weight: 700; text-decoration-thickness: .08em; text-underline-offset: .18em; }
  @media (max-width: 749px) {
    .collection-page-module__media-item--desktop:has(+ .collection-page-module__media-item--mobile) { display: none; }
    .collection-page-module__media-item--mobile { display: block; }
    .collection-page-module--promotion .collection-page-module__content { padding-block: var(--collection-module-intro-padding-block-mobile, 3rem); }
    .collection-page-module--promotion .collection-page-module__heading:not(.custom-font-size) { font-size: clamp(2.5rem, 11vw, var(--collection-module-intro-heading-size-mobile, 3.5rem)); }
    .collection-page-module--promotion .collection-page-module__body { margin-top: 1.25rem; }
    .collection-page-module--promotion .collection-page-module__body:not(.custom-font-size) { font-size: var(--collection-module-intro-body-size-mobile, 1rem); }
    .collection-page-module--mobile-align-center .collection-page-module__content { align-items: center; text-align: center; }
    .collection-page-module--mobile-align-center .collection-page-module__copy { margin-inline: auto; text-align: center; }
    .collection-page-module--mobile-align-right .collection-page-module__content { align-items: flex-end; text-align: right; }
    .collection-page-module--mobile-align-right .collection-page-module__copy { margin-left: auto; text-align: right; }
  }
  @media (min-width: 750px) {
    .collection-discovery { padding: 5.438rem 0 4.688rem; }
    .collection-discovery__inner { width: min(100% - 2rem, var(--page-width)); }
    .collection-discovery__track { grid-auto-columns: minmax(0, 1fr); grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .563rem; }
    .collection-discovery__card { aspect-ratio: 319 / 417; }
    .collection-discovery__controls { position: absolute; top: -2.2rem; right: 0; display: flex; gap: .35rem; }
    .collection-discovery__controls button { display: grid; width: 1.75rem; height: 1.75rem; padding: 0; place-items: center; border: 0; background: transparent; color: currentColor; font-size: 2rem; line-height: 1; cursor: pointer; }
    .collection-page-module { grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 38rem; }
    .collection-page-module--promotion { display: block; min-height: 0; grid-template-columns: none; }
    .collection-page-module--media-right .collection-page-module__media { grid-column: 2; grid-row: 1; }
    .collection-page-module--media-right .collection-page-module__content { grid-column: 1; grid-row: 1; }
    .collection-page-module__content { padding: 5rem clamp(3rem, 8vw, 10rem); }
  }
/* END_SECTION:collection-page-content-modules */
/* START_SECTION:collection-page-hero (INDEX:10) */
.collection-page-hero { position: relative; min-height: calc(80vh - 97px); overflow: hidden; background: var(--collection-page-hero-background); }
  .collection-page-hero--has-cta { min-height: calc(80vh - 97px + 5rem); }
  .collection-page-hero__slide, .collection-page-hero__media, .collection-page-hero__media-item, .collection-page-hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
  .collection-page-hero__slide { min-height: inherit; }
  .collection-page-hero__media-item { object-fit: cover; }
  .collection-page-hero__media-item--mobile { display: none; }
  .collection-page-hero__overlay { pointer-events: none; background: rgba(0, 0, 0, 0.2); }
  .collection-page-hero__content { position: absolute; z-index: 1; left: 50%; width: min(100% - 2rem, 34rem); padding-inline: 1rem; text-align: center; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; }
  .collection-page-hero__content--mobile-top-mobile { top: 2rem; }
  .collection-page-hero__content--mobile-bottom-mobile { bottom: 2rem; }
  .collection-page-hero__content--mobile-center-mobile { top: 50%; transform: translate(-50%, -50%); }
  .collection-page-hero__heading { margin: 0; color: inherit; font-family: Trap, var(--font-heading--family); font-size: clamp(2.4rem, 8vw, 3rem); font-weight: 700; line-height: 1.12; }
  .collection-page-hero__eyebrow { margin: 0 0 1rem; color: inherit; font-size: 1rem; font-weight: 600; line-height: 1.5; }
  .collection-page-hero__body, .collection-page-hero__countdown { color: inherit; }
  .collection-page-hero__body > :first-child { margin-top: .5rem; }
  .collection-page-hero__body > :last-child { margin-bottom: 0; }
  .collection-page-hero__logo { width: min(100%, 34rem); height: auto; margin-bottom: 1rem; }
  .collection-page-hero__button { display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; gap: .75rem; min-height: 48px; margin-top: 1.5rem; padding: .75rem 1.5rem; border: 0; border-radius: 0; background: #000; color: #fff; font-family: var(--font-body--family); font-size: 1rem; font-weight: 400; line-height: 1.5; text-decoration: none; }
  .collection-page-hero__button--button_secondary { border: 1px solid currentColor; background: transparent; }
  .collection-page-hero__button--text_link { min-height: 0; padding: 0; border: 0; border-radius: 0; background: transparent; text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .18em; }
  .collection-page-hero__klaviyo-form { width: min(100%, 28.375rem); margin-top: 1rem; }
  .collection-page-hero__split { min-height: inherit; }
  .collection-page-hero__split-media { position: relative; min-height: 350px; }
  .collection-page-hero__split-media .collection-page-hero__slide { position: absolute; inset: 0; }
  .collection-page-hero__split-content { display: flex; align-items: center; justify-content: center; min-height: 18rem; padding: 2.5rem 1.5rem; background: var(--collection-page-hero-background); }
  .collection-page-hero__split-copy { width: min(100%, 34rem); }
  .collection-page-hero__impact-label { position: absolute; top: 1rem; right: 1rem; max-width: calc(100% - 2rem); padding: .5rem .75rem; border-radius: .25rem; background: #fff; font-size: .875rem; }
  .collection-page-hero__impact-label > :first-child { margin-top: 0; }
  .collection-page-hero__impact-label > :last-child { margin-bottom: 0; }
  .collection-page-hero__split-heading { margin: 0; font-family: Trap, var(--font-heading--family); font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1; }
  .collection-page-hero__split-logo { display: block; width: min(100%, 24rem); height: auto; margin-bottom: 1.5rem; }
  .collection-page-hero__split-heading > :first-child { margin-top: 0; }
  .collection-page-hero__split-heading > :last-child { margin-bottom: 0; }
  .collection-page-hero__split-tagline { margin-top: .75rem; font-size: 1.125rem; }
  .collection-page-hero__split-description { margin-top: 1.25rem; }
  .collection-page-hero__split-description > :first-child, .collection-page-hero__split-tagline > :first-child { margin-top: 0; }
  .collection-page-hero__split-description > :last-child, .collection-page-hero__split-tagline > :last-child { margin-bottom: 0; }
  .collection-page-hero__split-bullets { display: grid; gap: .45rem; margin: 1.25rem 0 0; padding: 0; list-style: none; }
  .collection-page-hero__split-bullets li { display: flex; gap: .5rem; }
  .collection-page-hero__split-details { display: grid; gap: 1.5rem; }
  .collection-page-hero__composition { margin-top: 1.25rem; }
  .collection-page-hero__composition > :first-child { margin-top: 0; }
  .collection-page-hero__composition > :last-child { margin-bottom: 0; }
  .collection-page-hero__split-button { display: inline-flex; min-height: 38px; align-items: center; gap: .75rem; margin-top: 1.5rem; padding-inline: 1.5rem; border: 1px solid currentColor; border-radius: 999px; text-decoration: none; }
  .collection-page-hero__split-button.collection-page-hero__button--button_primary { min-height: 48px; padding: .75rem 1.5rem; border: 0; border-radius: 0; background: #000; }
  .collection-page-hero__split-button.collection-page-hero__button--text_link { min-height: 0; padding: 0; border: 0; border-radius: 0; background: transparent; text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .18em; }
  .collection-page-hero__controls { position: absolute; z-index: 2; inset-inline: 1rem; top: 50%; display: flex; justify-content: space-between; transform: translateY(-50%); }
  .collection-page-hero__controls button { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); color: #000; font-size: 2rem; line-height: 1; }
  @media (min-width: 750px) {
    .collection-page-hero { min-height: calc(80vh - 180px); }
    .collection-page-hero--has-cta { min-height: calc(80vh - 180px + 4rem); }
    .collection-page-hero__split { display: grid; grid-template-columns: minmax(0, 53%) minmax(0, 47%); }
    .collection-page-hero__split-media { min-height: inherit; }
    .collection-page-hero__split-content { min-height: inherit; padding: 4rem clamp(2.5rem, 6vw, 7rem); }
    .collection-page-hero__split-details { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .collection-page-hero__content { width: min(50%, 40rem); padding: 0; transform: none; }
    .collection-page-hero__content--desktop-left { left: clamp(4.5rem, 5.5vw, 10rem); right: auto; text-align: left; align-items: flex-start; }
    .collection-page-hero__content--desktop-center { left: 50%; right: auto; text-align: center; align-items: center; transform: translateX(-50%); }
    .collection-page-hero__content--desktop-right { left: auto; right: 10rem; text-align: right; align-items: flex-end; }
    .collection-page-hero__content--desktop-vertical-middle { top: 50%; transform: translateY(-50%); }
    .collection-page-hero__content--desktop-center.collection-page-hero__content--desktop-vertical-middle { transform: translate(-50%, -50%); }
    .collection-page-hero__content--desktop-vertical-bottom { top: auto; bottom: 3rem; }
    .collection-page-hero__heading { font-size: 2.5rem; line-height: 1.3352; }
    .collection-page-hero__button--button_primary, .collection-page-hero__button--button_secondary { width: 15.625rem; }
  }
  @media (max-width: 749px) {
    .collection-page-hero__media-item--desktop:has(+ .collection-page-hero__media-item--mobile) { display: none; }
    .collection-page-hero__media-item--mobile { display: block; }
    .collection-page-hero--mobile-below-image { min-height: 0; overflow: visible; }
    .collection-page-hero--mobile-below-image .collection-page-hero__slide { position: relative; display: flex; min-height: 0; flex-direction: column; }
    .collection-page-hero--mobile-below-image .collection-page-hero__media { position: relative; height: var(--collection-page-hero-mobile-height, 428px); flex: 0 0 auto; }
    .collection-page-hero--mobile-below-image .collection-page-hero__content { position: relative; left: auto; width: 100%; padding: 1rem; transform: none; background: var(--collection-page-hero-background, #fff); color: #1d1d1b !important; text-align: center; align-items: center; }
    .collection-page-hero--mobile-below-image .collection-page-hero__content--mobile-top-mobile,
    .collection-page-hero--mobile-below-image .collection-page-hero__content--mobile-bottom-mobile,
    .collection-page-hero--mobile-below-image .collection-page-hero__content--mobile-center-mobile { top: auto; bottom: auto; transform: none; }
    .collection-page-hero--mobile-below-image .collection-page-hero__body > :first-child { margin-top: .75rem; }
    .collection-page-hero--mobile-below-image .collection-page-hero__klaviyo-form { margin-top: 1rem; }
    .collection-page-hero--mobile-below-image .collection-page-hero__klaviyo-form .klaviyo-disclosure,
    .collection-page-hero--mobile-below-image .collection-page-hero__klaviyo-form .klaviyo-disclosure p,
    .collection-page-hero--mobile-below-image .collection-page-hero__klaviyo-form .klaviyo-disclosure span { color: #1d1d1b !important; }
    .collection-page-hero--mobile-below-image .collection-page-hero__button { margin-top: 1.5rem; }
  }
/* END_SECTION:collection-page-hero */
/* START_SECTION:collection-shop-tabs (INDEX:11) */
.collection-shop-tabs__quiz-banner {
    margin-block-end: 24px;
    padding: 16px 20px;
    color: #1d1d1b;
    background: #efefef;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
  }

  .collection-shop-tabs__quiz-banner a {
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
  }

  .collection-shop-tabs__quiz-banner strong {
    font-weight: 700;
  }

  .collection-shop-tabs__quiz-banner svg {
    flex: 0 0 20px;
    margin-inline-start: 6px;
  }

  .collection-shop-tabs {
    padding-block: 40px;
  }

  .collection-shop-tabs__header {
    text-align: center;
  }

  .collection-shop-tabs :is(.collection-shop-tabs__title, .collection-shop-tabs__eyebrow, .collection-shop-tabs__tab).custom-typography {
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    line-height: var(--line-height);
    letter-spacing: var(--letter-spacing);
    text-transform: var(--text-transform);
    text-wrap: var(--text-wrap);
  }

  .collection-shop-tabs :is(.collection-shop-tabs__title, .collection-shop-tabs__eyebrow).custom-typography,
  .collection-shop-tabs .collection-shop-tabs__tab.custom-typography:not(.is-active) {
    color: var(--color, currentColor);
  }

  .collection-shop-tabs :is(.collection-shop-tabs__title, .collection-shop-tabs__eyebrow, .collection-shop-tabs__tab).custom-font-size {
    font-size: var(--font-size);
  }

  .collection-shop-tabs__eyebrow {
    margin: 8px 0 0;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .collection-shop-tabs__title {
    margin: 0;
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 600;
  }

  .collection-shop-tabs__nav {
    display: flex;
    justify-content: center;
    gap: 4px;
    width: fit-content;
    max-width: 100%;
    margin: 20px auto 32px;
    padding: 4px;
    overflow-x: auto;
    border-radius: 999px;
    background: #e7e7e7;
  }

  .collection-shop-tabs__tab {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 8px 24px;
    border: 0;
    border-radius: 999px;
    color: rgb(var(--color-foreground-rgb));
    background: transparent;
    cursor: pointer;
    font: inherit;
  }

  .collection-shop-tabs__tab.is-active {
    color: rgb(var(--color-background-rgb));
    background: rgb(var(--color-foreground-rgb));
  }

  .collection-shop-tabs__tab-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .collection-shop-tabs__tab.is-active .collection-shop-tabs__tab-icon {
    filter: invert(1);
  }

  .collection-shop-tabs__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
    gap: 20px;
    width: min(100%, 520px);
    margin-inline: auto;
  }

  .collection-shop-tabs__card {
    position: relative;
    min-width: 0;
    color: inherit;
    text-decoration: none;
  }

  .collection-shop-tabs__card-link {
    display: block;
    color: inherit;
    text-decoration: none;
  }

  .collection-shop-tabs__media {
    position: relative;
    aspect-ratio: 1;
    width: min(100%, 147px);
    margin-inline: auto;
    overflow: hidden;
    border: 3px solid transparent;
    border-radius: 50%;
    background: rgb(var(--color-foreground-rgb) / 0.08);
  }

  .collection-shop-tabs__card.is-active .collection-shop-tabs__media {
    border-color: #000;
  }

  .collection-shop-tabs__media img,
  .collection-shop-tabs__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .collection-shop-tabs__badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 29%;
    aspect-ratio: 1;
    padding: 5%;
    border-radius: 50%;
    background: rgb(var(--color-background-rgb));
    object-fit: contain !important;
  }

  .collection-shop-tabs__video-toggle {
    position: absolute;
    top: 4px;
    left: calc(50% + 42px);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgb(0 0 0 / 0.72);
    cursor: pointer;
  }

  .collection-shop-tabs__video-toggle svg {
    width: 11px;
    height: 13px;
  }

  .collection-shop-tabs__card-title {
    margin: 16px 0 0;
    text-align: center;
    font-size: 1.125rem;
  }

  .collection-shop-tabs__card.is-active .collection-shop-tabs__card-title {
    font-weight: 700;
  }

  .collection-shop-tabs__features {
    display: grid;
    gap: 10px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
  }

  .collection-shop-tabs__feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9375rem;
  }

  .collection-shop-tabs__feature-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    object-fit: contain;
  }

  .collection-shop-tabs__panel--products .collection-shop-tabs__cards {
    width: min(100%, 817px);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
  }

  .collection-shop-tabs__panel--products .collection-shop-tabs__media {
    width: min(100%, 116px);
  }

  .collection-shop-tabs__panel--products .collection-shop-tabs__card-title {
    margin-top: 12px;
    font-size: 1rem;
  }

  .collection-shop-tabs--best-sellers {
    padding-block: 0 2.375rem;
  }

  .collection-shop-tabs--best-sellers .collection-shop-tabs__title {
    margin-block-end: 24px;
  }

  .collection-shop-tabs--best-sellers .collection-shop-tabs__eyebrow {
    margin: 0 0 20px;
    font-size: 26px !important;
    letter-spacing: normal;
    text-transform: none !important;
  }

  .collection-shop-tabs--best-sellers .collection-shop-tabs__nav {
    gap: 0;
    margin: 0 auto 32px;
    padding: 0;
  }

  .collection-shop-tabs--best-sellers .collection-shop-tabs__tab {
    min-height: 48px;
    padding: 0 24px;
    align-items: center;
    line-height: 1;
  }

  .collection-shop-tabs--best-sellers .collection-shop-tabs__tab.is-active {
    color: #fff;
    background: #000;
  }

  .collection-shop-tabs--best-sellers .collection-shop-tabs__tab-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }

  .collection-shop-tabs--best-sellers .collection-shop-tabs__tab > span {
    display: inline-flex;
    align-items: center;
    line-height: 1;
  }

  .collection-shop-tabs--best-sellers .collection-shop-tabs__cards {
    gap: 16px;
  }

  .collection-shop-tabs--best-sellers .collection-shop-tabs__media {
    width: 102px;
    height: 102px;
  }

  .collection-shop-tabs--best-sellers .collection-shop-tabs__panel--products .collection-shop-tabs__card-title {
    margin-top: 16px;
    font-weight: 400;
  }

  .collection-shop-tabs--best-sellers .collection-shop-tabs__panel--products .collection-shop-tabs__card.is-active .collection-shop-tabs__card-title {
    font-weight: 700;
  }

  @media screen and (max-width: 749px) {
    .collection-shop-tabs__quiz-banner {
      padding-block: 12px;
      font-size: 0.875rem;
    }

    .collection-shop-tabs {
      padding-block: 28px;
    }

    .collection-shop-tabs__nav {
      justify-content: flex-start;
      width: 100%;
      margin-block: 18px 24px;
    }

    .collection-shop-tabs__tab {
      min-height: 32px;
      padding-inline: 14px;
      font-size: 0.875rem;
    }

    .collection-shop-tabs__cards {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }

    .collection-shop-tabs__panel--products .collection-shop-tabs__cards {
      display: flex;
      width: auto;
      margin-inline: -16px;
      padding-inline: 16px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
    }

    .collection-shop-tabs__panel--products .collection-shop-tabs__card {
      flex: 0 0 calc((100% - 48px) / 4.5);
      min-width: 92px;
      scroll-snap-align: start;
    }

    .collection-shop-tabs__card-title {
      margin-top: 12px;
      font-size: 1rem;
    }

    .collection-shop-tabs__feature {
      gap: 7px;
      font-size: 0.8125rem;
    }

    .collection-shop-tabs--best-sellers {
      box-sizing: border-box;
      padding: 0 10px 38px;
    }

    .collection-shop-tabs--best-sellers .collection-shop-tabs__title {
      margin-block-end: 16px;
    }

    .collection-shop-tabs--best-sellers .collection-shop-tabs__eyebrow {
      margin-block-end: 24px;
      font-size: 16px !important;
      letter-spacing: normal;
      text-transform: none !important;
    }

    .collection-shop-tabs--best-sellers .collection-shop-tabs__nav {
      justify-content: center;
      width: fit-content;
      margin: 0 auto 24px;
    }

    .collection-shop-tabs--best-sellers .collection-shop-tabs__tab {
      min-height: 32px;
      padding-inline: 16px;
      font-size: 13px !important;
      line-height: 1;
      vertical-align: middle;
    }

    .collection-shop-tabs--best-sellers .collection-shop-tabs__cards {
      gap: 8px;
    }

    .collection-shop-tabs--best-sellers .collection-shop-tabs__media,
    .collection-shop-tabs--best-sellers .collection-shop-tabs__panel--products .collection-shop-tabs__media {
      width: 95px;
      height: 95px;
    }

    .collection-shop-tabs--best-sellers .collection-shop-tabs__panel--products .collection-shop-tabs__cards {
      gap: 8px;
      margin-inline: 0;
      padding-inline: 0;
      overflow-x: auto;
      overflow-y: hidden;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }

    .collection-shop-tabs--best-sellers .collection-shop-tabs__panel--products .collection-shop-tabs__cards::-webkit-scrollbar {
      display: none;
      width: 0;
      height: 0;
    }

    .collection-shop-tabs--best-sellers .collection-shop-tabs__panel--products .collection-shop-tabs__card {
      flex: 0 0 95px;
      min-width: 95px;
    }

    .collection-shop-tabs--best-sellers .collection-shop-tabs__panel--products .collection-shop-tabs__card-title {
      margin-top: 12px;
      font-weight: 400;
    }

    .collection-shop-tabs--best-sellers .collection-shop-tabs__panel--products .collection-shop-tabs__card.is-active .collection-shop-tabs__card-title {
      font-weight: 700;
    }
  }

  @media screen and (min-width: 640px) and (max-width: 749px) {
    .collection-shop-tabs--best-sellers .collection-shop-tabs__panel--products .collection-shop-tabs__card {
      flex-basis: 95px;
    }
  }
/* END_SECTION:collection-shop-tabs */
/* START_SECTION:featured-product (INDEX:21) */
.featured-product-section .section-content-wrapper {
    grid-template-columns: 1fr;
    display: grid;
    overflow: hidden;

    @media screen and (min-width: 750px) {
      grid-template-columns: 1fr 1fr;
    }
  }

  .featured-product-section {
    --viewport-offset: 400px;
    --constrained-min-height: var(--visual-preview--height, 80dvh);
    --constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));

    @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;
    }
  }

  @media screen and (min-width: 750px) {
    .featured-product-section .product-card__content {
      --hugged-width: calc(var(--constrained-height) * var(--gallery-aspect-ratio, var(--media-preview-ratio)));
      width: min(100%, var(--hugged-width));
      margin-left: auto;
      margin-right: auto;
    }
  }
/* END_SECTION:featured-product */
/* START_SECTION:footer (INDEX:23) */
.footer-content {
    contain: content;
    content-visibility: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--footer-gap);
    align-items: start;
  }

  .footer-content .menu__heading__default {
    font-weight: var(--font-heading--weight);
  }

  .footer-content .email-signup__button.button-unstyled--email_signup_L3QyT8 {
    padding: 0;
    color: #0052cc;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .footer-content .email-signup__button.button-unstyled--email_signup_L3QyT8:hover {
    color: #0052cc;
  }

  .footer-content .email-signup__button.button-unstyled--email_signup_t74D48 {
    padding: 5px;
    color: #0052cc;
  }

  .footer-content .email-signup__button.button-unstyled--email_signup_t74D48:hover {
    color: #0052cc;
  }

  .footer-content .email-signup__button.button-unstyled {
    padding: 5px !important;
    color: #0052cc !important;
  }

  .footer-content .email-signup__button.button-unstyled:hover {
    color: #0052cc !important;
  }

  @media screen and (max-width: 749px) {
    .footer-content .email-signup__input-group {
      flex-direction: row;
    }

    .footer-content .email-signup__input {
      width: auto;
    }

    .footer-content .email-signup__button {
      width: auto;
      flex: 0 0 auto;
    }
  }

  @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[style*='--grid-columns: 4'] {
      grid-template-columns: repeat(2, 1fr);
    }

    .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:gift-guide (INDEX:24) */
.gift-guide-native {
    color: #1d1d1d;
    background: #fff;
    font-family: Poppins, var(--font-body--family);
  }

  .gift-guide-native a {
    color: inherit;
    text-decoration: none;
  }

  .gift-guide-native__hero {
    position: relative;
    display: grid;
    min-height: 528px;
    overflow: hidden;
    background: #000;
    color: #fff;
    place-items: center;
  }

  .gift-guide-native__hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.77;
  }

  .gift-guide-native__hero-copy {
    position: relative;
    z-index: 1;
    width: min(100%, 800px);
    padding: 40px 20px;
    text-align: center;
  }

  .gift-guide-native__hero h1 {
    margin: 0;
    font-family: Trap, var(--font-heading--family);
    font-size: 52px;
    font-weight: 800;
    line-height: 62px;
    text-transform: uppercase;
  }

  .gift-guide-native__hero p {
    margin: 10px 0 16px;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
  }

  .gift-guide-native__section {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 60px 64px;
    overflow: hidden;
  }

  .gift-guide-native__section-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
  }

  .gift-guide-native__section-heading h2,
  .gift-guide-native__most-loved h2 {
    margin: 0;
    color: #1d1d1d;
    font-family: Poppins, var(--font-body--family);
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
  }

  .gift-guide-native__section-heading a {
    flex-shrink: 0;
    color: #0068ff;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    text-align: right;
    text-decoration: underline;
    text-underline-offset: 0.08em;
  }

  .gift-guide-native__rail-wrap {
    position: relative;
  }

  .gift-guide-native__rail {
    display: flex;
    gap: 4px;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: visible;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }

  .gift-guide-native__rail::-webkit-scrollbar {
    display: none;
  }

  .gift-guide-native__feature-card {
    position: relative;
    display: flex;
    flex: 0 0 389px;
    width: 389px;
    height: 595px;
    align-items: flex-end;
    justify-content: center;
    padding: 30px 20px;
    overflow: hidden;
    background: #3cbd6d;
    color: #fff;
  }

  .gift-guide-native__feature-card img,
  .gift-guide-native__product-image img,
  .gift-guide-native__loved-card img,
  .gift-guide-native__gift-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .gift-guide-native__feature-card img {
    position: absolute;
    inset: 0;
  }

  .gift-guide-native__feature-card::after,
  .gift-guide-native__loved-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 0) 34%, rgb(0 0 0 / 0.54) 100%);
  }

  .gift-guide-native__feature-card span {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: underline;
    text-underline-offset: 0.12em;
  }

  .gift-guide-native__product {
    display: flex;
    flex: 0 0 400px;
    width: 400px;
    min-width: 400px;
    flex-direction: column;
    color: #2c2c2b;
  }

  .gift-guide-native__product-image {
    display: block;
    width: 100%;
    height: 546px;
    overflow: hidden;
    background: #f2f2f2;
    margin-bottom: 8px;
  }

  .gift-guide-native__badge {
    width: fit-content;
    margin: 0;
    padding: 0 10px;
    background: #f6f6f6;
    color: #2c2c2b;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
  }

  .gift-guide-native__product-title {
    margin-top: 4px;
    padding-left: 10px;
    color: #2c2c2b;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .gift-guide-native__arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    place-items: center;
    background: rgb(255 255 255 / 0.57);
    color: #000;
    cursor: pointer;
    transform: translateY(-50%);
  }

  .gift-guide-native__arrow--prev {
    left: 30px;
  }

  .gift-guide-native__arrow--next {
    right: 30px;
    background: #000;
    color: #fff;
  }

  .gift-guide-native__arrow span {
    font-size: 28px;
    line-height: 1;
  }

  .gift-guide-native__most-loved {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 65px 64px;
  }

  .gift-guide-native__loved-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
  }

  .gift-guide-native__loved-card {
    position: relative;
    display: flex;
    min-height: 700px;
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
  }

  .gift-guide-native__loved-card img {
    position: absolute;
    inset: 0;
  }

  .gift-guide-native__loved-copy {
    position: relative;
    z-index: 1;
    display: flex;
    width: min(100%, 500px);
    flex-direction: column;
    gap: 10px;
    padding: 36px;
  }

  .gift-guide-native__fabric {
    text-decoration: underline;
  }

  .gift-guide-native__loved-copy strong {
    font-family: Trap, var(--font-heading--family);
    font-size: 32px;
    font-weight: 800;
    line-height: 36px;
    text-transform: uppercase;
  }

  .gift-guide-native__button {
    width: fit-content;
    margin-top: 10px;
    padding: 12px 18px;
    background: #fff;
    color: #000;
    font-weight: 600;
    line-height: 1;
  }

  .gift-guide-native__gift-card {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    gap: 40px;
    background: #f6f6f6;
    color: #1d1d1d;
  }

  .gift-guide-native__gift-card img {
    position: relative;
    flex: 1 1 0;
    width: 50%;
    min-height: 520px;
  }

  .gift-guide-native__gift-copy {
    position: relative;
    display: flex;
    flex: 1 1 0;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 64px;
    text-align: left;
  }

  .gift-guide-native__gift-copy h2 {
    margin: 0;
    color: #1d1d1d;
    font-family: Poppins, var(--font-body--family);
    font-size: 30px;
    font-weight: 600;
    line-height: 58px;
    text-transform: none;
  }

  .gift-guide-native__gift-copy p {
    margin: 0 0 10px;
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .gift-guide-native__gift-copy a {
    display: flex;
    min-height: 55px;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    padding: 16px 32px;
    background: #0068ff;
    color: #fff;
    font-weight: 600;
    line-height: 1;
  }

  @media (max-width: 1024px) {
    .gift-guide-native__section,
    .gift-guide-native__most-loved {
      padding-right: 20px;
      padding-left: 20px;
    }

    .gift-guide-native__feature-card {
      flex-basis: 221px;
      width: 221px;
      height: 324px;
    }

    .gift-guide-native__product {
      flex-basis: 184px;
      width: 184px;
      min-width: 184px;
    }

    .gift-guide-native__product-image {
      height: 252px;
    }
  }

  @media (max-width: 640px) {
    .gift-guide-native__hero {
      min-height: 500px;
    }

    .gift-guide-native__hero-copy {
      padding: 30px 20px;
    }

    .gift-guide-native__hero h1 {
      font-size: 26px;
      line-height: 31px;
    }

    .gift-guide-native__hero p {
      margin-top: 6px;
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 20px;
    }

    .gift-guide-native__section,
    .gift-guide-native__most-loved {
      padding: 60px 16px;
    }

    .gift-guide-native__section-heading h2,
    .gift-guide-native__most-loved h2 {
      font-size: 20px;
      line-height: 22px;
    }

    .gift-guide-native__section-heading a {
      font-size: 18px;
      line-height: 20px;
    }

    .gift-guide-native__arrow {
      width: 32px;
      height: 32px;
    }

    .gift-guide-native__arrow--prev {
      left: 16px;
    }

    .gift-guide-native__arrow--next {
      right: 16px;
    }

    .gift-guide-native__arrow span {
      font-size: 20px;
    }

    .gift-guide-native__loved-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .gift-guide-native__loved-card {
      min-height: 560px;
    }

    .gift-guide-native__loved-copy {
      padding: 24px;
    }

    .gift-guide-native__loved-copy strong {
      font-size: 24px;
      line-height: 28px;
    }

    .gift-guide-native__gift-card {
      flex-direction: column;
      gap: 0;
      padding: 24px 40px 0;
    }

    .gift-guide-native__gift-card img {
      width: 100%;
      min-height: 360px;
    }

    .gift-guide-native__gift-copy {
      align-items: center;
      width: 100%;
      padding: 10px 0 32px;
      text-align: center;
    }

    .gift-guide-native__gift-copy h2 {
      font-size: 20px;
      line-height: 48px;
      text-align: left;
      align-self: stretch;
    }

    .gift-guide-native__gift-copy p {
      font-size: 15px;
      line-height: 28px;
      text-align: left;
    }

    .gift-guide-native__product {
      flex-basis: 173px;
      width: 173px;
      min-width: 173px;
    }

    .gift-guide-native__product-image {
      height: 236px;
    }
  }
/* END_SECTION:gift-guide */
/* START_SECTION:main-cart (INDEX:36) */
.cart-page {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 var(--padding-5xl);
  }

  .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);
  }

  .cart-page__title + .cart-page__items {
    margin-block-start: var(--margin-lg);
  }

  @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-summary--extend) {
      grid-column: 2 / 4;
      grid-template-columns: 1fr minmax(
          var(--sidebar-width),
          calc((100vw - var(--page-width)) / 2 + var(--sidebar-width))
        );
    }
  }

  @media screen and (min-width: 1400px) {
    .cart-page {
      grid-template-columns: 1fr var(--sidebar-width);
    }
  }
/* END_SECTION:main-cart */
/* START_SECTION:shop-latest (INDEX:61) */
.shop-latest { position: relative; }
  .shop-latest__inner { position: relative; }
  .shop-latest__header { position: relative; margin-block-end: 1.75rem; }
  .shop-latest__heading > * { margin: 0; }
  .shop-latest__heading.custom-typography { color: var(--color, var(--color-foreground)); font-family: var(--font-family); font-size: var(--font-size, 2.5rem); font-weight: var(--font-weight); line-height: var(--line-height, normal); letter-spacing: var(--letter-spacing, normal); text-transform: var(--text-transform, none); text-wrap: var(--text-wrap, pretty); }
  .shop-latest__controls { position: absolute; top: 50%; right: 0; z-index: 10; display: inline-flex; padding-inline-end: inherit; transform: translateY(-50%); }
  .shop-latest__control { display: inline-flex; align-items: center; justify-content: center; padding: .281rem; color: #000; background: transparent; border: 0; cursor: pointer; }
  .shop-latest__control:disabled { opacity: .3; cursor: default; }
  .shop-latest__viewport { overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
  .shop-latest__viewport::-webkit-scrollbar { display: none; }
  .shop-latest__track { display: flex; gap: .75rem; }
  .shop-latest__track > * { flex: 0 0 calc((100% - 2.25rem) / 4); min-width: 0; scroll-snap-align: start; }
  .shop-latest :is(.product-title-overlay, .collection-title-wrap, .collection-title-wrap--with-gradient) { color: var(--shop-latest-card-title-color) !important; }
  .shop-latest :is(.product-title-overlay__text, .collection-title-wrap__text, .product-title-old-theme__stack) { width: 100%; text-align: var(--shop-latest-card-title-alignment); }
  .shop-latest :is(.product-title-overlay__text, .collection-title-wrap__text) .text-block { width: 100%; align-items: var(--shop-latest-card-title-flex-alignment); }
  .shop-latest .product-title-old-theme__stack :is(h1, h2, h3, p),
  .shop-latest .collection-title-wrap__text :is(h1, h2, h3, h4, h5, h6, p) { color: var(--shop-latest-card-title-color) !important; text-align: var(--shop-latest-card-title-alignment); }
  @media screen and (max-width: 749px) {
    .shop-latest__heading.custom-typography { font-size: min(var(--font-size, 2.5rem), 2rem); }
    .shop-latest__track { gap: .25rem; }
    .shop-latest__track > * { flex-basis: var(--shop-latest-mobile-card-width, 40%); }
  }
/* END_SECTION:shop-latest */
/* START_BLOCK:_featured-product (INDEX:91) */
.featured-product-content-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: var(--gap-sm);
  }
/* END_BLOCK:_featured-product */
/* START_BLOCK:_footer-social-icons (INDEX:92) */
.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:contact-form-submit-button (INDEX:136) */
.submit-button {
    min-width: max-content;
  }
/* END_BLOCK:contact-form-submit-button */
/* START_BLOCK:contour-switcher (INDEX:138) */
.contour-switcher__label {
    margin-block-end: 0.438rem;
    color: var(--color-foreground, #1d1d1b);
    font-size: var(--font-paragraph--size, 14px);
    font-weight: 500;
  }

  .contour-switcher__options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    line-height: 0;
  }

  .contour-switcher__options a { text-decoration: none; }

  .contour-switcher__option {
    display: inline-flex;
    min-height: 3rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: var(--style-border-radius-button, 999px);
    padding-inline: 1.219rem;
    color: var(--color-foreground, #1d1d1b);
    font-size: var(--font-paragraph--size, 14px);
    font-weight: 500;
    line-height: normal;
  }

  .contour-switcher__option--active {
    border-color: #0068ff;
    background: #0068ff;
    color: #fff;
  }

  .contour-switcher__options a:focus-visible .contour-switcher__option {
    outline: 2px solid currentcolor;
    outline-offset: 2px;
  }
/* END_BLOCK:contour-switcher */
/* START_BLOCK:email-signup (INDEX:141) */
.email-signup-block {
    --arrow-button-size: 58px;
    --arrow-button-size-integrated: 42px;
    --arrow-button-size-small: 20px;
    --arrow-icon-size: 32px;
    --arrow-icon-size-small: 24px;

    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 {
    display: flex;
    align-items: stretch;
    background-color: transparent;
  }

  .email-signup__input-group:not(.email-signup__input-group--integrated):not(.email-signup__input-group--underline) {
    gap: var(--gap-xs);
    align-items: center;
  }

  .email-signup__input-group:not(.email-signup__input-group--arrow):not(.email-signup__input-group--underline):not(
      .email-signup__input-group--integrated
    ) {
    @media screen and (max-width: 749px) {
      flex-direction: row;

      .email-signup__input {
        width: auto;
      }

      .email-signup__button {
        width: auto;
        flex: 0 0 auto;
      }
    }
  }

  .email-signup__input-group--integrated {
    border-width: var(--border-width);
    border-radius: var(--border-radius);
    border-style: solid;
    border-color: var(--color-input-border);
    background-color: var(--color-input-background);
  }

  .email-signup__input-group--integrated.email-signup__input-group--no-border {
    border: none;
  }

  .email-signup__input {
    flex: 1;
    min-width: 0;
    border-width: var(--border-width);
    border-radius: var(--border-radius);
    border-style: solid;
    border-color: var(--color-input-border);

    @media screen and (max-width: 749px) {
      width: 100%;
    }
  }

  .email-signup__input-group--integrated .email-signup__input {
    background-color: transparent;
    border: none;
    border-radius: 0;
  }

  .email-signup__input.paragraph {
    color: var(--color-input-text);
    outline-color: var(--color-input-background);
  }

  .email-signup__button {
    white-space: nowrap;
    padding: 0;

    @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--underline {
    --box-shadow-color: var(--color-input-border);
    --box-shadow-multiplier: 1;
    --box-shadow-focused-multiplier: 1.75;

    box-shadow: 0 calc(var(--border-width) * var(--box-shadow-multiplier)) 0 var(--box-shadow-color);
    transition: box-shadow var(--animation-values);
    margin-block-end: calc(var(--border-width) * var(--box-shadow-focused-multiplier));

    &:focus-within {
      --box-shadow-multiplier: var(--box-shadow-focused-multiplier);
      --box-shadow-color: var(--color-input-text);
    }
  }

  .email-signup__input-group .email-signup__input--underline {
    color: var(--color-input-text);
    background-color: transparent;
    padding: 12px 0;
    border: none;
    border-radius: 0;

    &:focus-visible {
      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__button-icon {
    color: 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 {
    width: var(--arrow-button-size-small);
    height: var(--arrow-button-size-small);
    padding: 0;

    &:not(.email-signup__button--integrated) {
      width: var(--arrow-button-size);
      height: var(--arrow-button-size);
      display: flex;
      align-items: center;
      justify-content: center;

      > .email-signup__button-icon {
        width: var(--arrow-icon-size);
        height: var(--arrow-icon-size);
        padding: 0;
      }
    }
  }

  .email-signup__button--integrated {
    --button-offset: var(--margin-xs);
    align-self: stretch;
    margin: var(--button-offset);
    flex-shrink: 0;

    @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__button--arrow {
      width: var(--arrow-button-size-integrated);
      height: var(--arrow-button-size-integrated);
      align-self: center;
      display: flex;
      align-items: center;
      justify-content: center;

      > .email-signup__button-icon {
        width: var(--arrow-icon-size-small);
        height: var(--arrow-icon-size-small);
      }
    }
  }

  .email-signup__input--underline + .email-signup__button--integrated {
    margin: 0;
    align-self: center;

    &.email-signup__button--text {
      padding-block: 9px;
    }

    &.email-signup__button--text.button-unstyled {
      padding-inline: 0;
      min-width: 44px;
      min-height: 44px;
    }

    &.button-unstyled {
      border-radius: 0;
    }

    &.email-signup__button--arrow {
      width: var(--arrow-button-size-integrated);
      height: var(--arrow-button-size-integrated);
      display: flex;
      align-items: center;
      justify-content: center;

      > .email-signup__button-icon {
        width: var(--arrow-icon-size-small);
        height: var(--arrow-icon-size-small);
      }
    }
  }

  .email-signup__button:not(.button-unstyled) {
    background-color: 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[hidden] {
    display: none;
  }

  .email-signup__message-text {
    margin: 0;
  }
/* END_BLOCK:email-signup */
/* START_BLOCK:image (INDEX:150) */
.image-block__placeholder {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
    position: relative;
  }

  .placeholder-image {
    position: relative;
    aspect-ratio: var(--ratio);
    overflow: hidden;
  }

  .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 {
    object-fit: cover;
    aspect-ratio: var(--ratio);
  }
/* END_BLOCK:image */
/* START_BLOCK:product-card-variant-selector (INDEX:166) */
.product-card-variant-selector {
    display: block;
    width: 100%;
  }

  .product-card-variant-selector__label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-block-end: 0.438rem;
    color: var(--color-foreground);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: normal;
  }

  .product-card-variant-selector__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.313rem;
    margin: 0;
    padding: 0;
  }

  .product-card-variant-selector__item {
    position: relative;
  }

  .product-card-variant-selector__input {
    display: block !important;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    pointer-events: none !important;
    appearance: none;
  }

  .product-card-variant-selector__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    height: 35px;
    padding: 0 12px;
    border: 1px solid #ccc;
    border-radius: var(--style-border-radius-button, 4px);
    color: var(--color-foreground);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    transition:
      background-color var(--animation-speed, 0.15s) var(--animation-easing, ease),
      border-color var(--animation-speed, 0.15s) var(--animation-easing, ease),
      color var(--animation-speed, 0.15s) var(--animation-easing, ease);
  }

  .product-card-variant-selector__input:checked + .product-card-variant-selector__chip {
    border-color: rgb(0 104 255);
    background-color: rgb(0 104 255);
    color: #fff;
  }

  .product-card-variant-selector__input:disabled + .product-card-variant-selector__chip {
    color: rgb(var(--color-foreground-rgb) / 0.45);
    cursor: not-allowed;
    text-decoration: line-through;
  }

  .product-card-variant-selector__input:focus-visible + .product-card-variant-selector__chip {
    outline: var(--focus-outline-width, 2px) solid var(--color-foreground);
    outline-offset: 2px;
  }
/* END_BLOCK:product-card-variant-selector */
/* START_BLOCK:product-custom-property (INDEX:168) */
product-custom-property-component {
    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-recommendations (INDEX:171) */
.block-resource-list {
    display: flex;
    flex-direction: column;
    row-gap: var(--gap);
    min-width: 0;
    min-height: 0;
    container-type: inline-size;
    container-name: resource-list;
    border-radius: var(--border-radius, 0);
  }

  .product-recommendations-wrapper {
    width: 100%;
  }

  .product-recommendations-wrapper:has(product-recommendations[data-shopify-editor-preview]) {
    width: 100vw;
  }
/* END_BLOCK:product-recommendations */
/* START_BLOCK:spacer (INDEX:178) */
/* 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: 749px) {
    /* 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_SNIPPET:background-media (INDEX:186) */
@media (prefers-reduced-motion: reduce) {
    video-background-component video {
      display: none;
    }
  }
/* END_SNIPPET:background-media */
/* START_SNIPPET:bento-grid (INDEX:187) */
.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 screen and (max-width: 900px) {
    .bento-box {
      grid-template-columns: repeat(2, 1fr);
    }

    .bento-box__item {
      /* Prevent grid items from overflowing their cells when children have aspect-ratio */
      min-width: 0;
      overflow: hidden;
    }

    .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 screen and (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 item counts === */

    /* Exactly 1 item */
    .bento-box--items-1 {
      grid-template-areas: 'A A A A A A A A A A A A';
    }

    /* Exactly 2 items */
    .bento-box--items-2 {
      grid-template-areas: 'A A A A A A B B B B B B';
    }

    /* Exactly 4 items */
    .bento-box--items-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--items-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--items-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--items-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--items-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--items-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:189) */
.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:product-card-banner (INDEX:264) */
.product-card-banner {
    background-color: rgb(29 29 27);
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }

  .card-gallery .product-card-banner > img,
  .product-card-banner > img {
    width: auto !important;
    max-width: 120px;
    height: auto !important;
    max-height: 100%;
    object-fit: contain;
  }

  [product-grid-view='zoom-out'] .card-gallery .product-card-banner {
    display: none;
  }
/* END_SNIPPET:product-card-banner */
/* START_SNIPPET:product-card (INDEX:266) */
.product-card__placeholder-image svg {
    height: 100%;
  }

  .product-card__content slideshow-component {
    --cursor: pointer;
  }

  .product-card--link-disabled .product-card__link {
    display: none;
  }

  .product-card--link-disabled .product-card__content {
    cursor: auto;
  }

  @media screen and (max-width: 749px) {
    .product-card slideshow-arrows .slideshow-control {
      display: none;
    }
  }
/* END_SNIPPET:product-card */
/* START_SNIPPET:product-information-content (INDEX:269) */
.product-information {
    gap: var(--gap) 0;
  }

  /* Base grid layout */
  .product-information__grid {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1 / -1;
  }

  /* Default column positions */
  .product-details {
    order: 1;
  }

  .product-information__media {
    order: 0;
    width: 0;
    min-width: 100%;
  }

  .product-information__media .product-media-gallery__placeholder-image {
    width: 100%;
    height: 100%;
  }

  /* Mobile styles */
  @media screen and (max-width: 749px) {
    .product-information__media {
      grid-column: 1 / -1;
    }

    .product-details {
      grid-column: 2 / 3;
    }
  }

  /* Desktop styles */
  @media screen and (min-width: 750px) {
    .product-information__grid {
      grid-column: 2;
    }

    /* Position when there is no media */
    .product-information__grid.product-information--media-none {
      .product-details {
        width: var(--narrow-content-width);
        margin: 0 auto;
      }
    }

    /* Position when there is media */
    .product-information__grid:not(.product-information--media-none) {
      /* Media on the left side */
      &.product-information--media-left {
        grid-template-columns: 1fr min(50vw, var(--sidebar-width));

        .product-information__media {
          padding-right: calc(var(--gap, 0) / 2);
        }

        .product-details {
          padding-left: calc(var(--gap, 0) / 2);
        }

        &:has(.media-gallery--extend) {
          grid-column: 1 / 3;
        }
      }

      /* Media on the right side */
      &.product-information--media-right {
        grid-template-columns: min(50vw, var(--sidebar-width)) 1fr;

        .product-information__media {
          padding-left: calc(var(--gap, 0) / 2);
          order: 1;
        }

        .product-details {
          padding-right: calc(var(--gap, 0) / 2);
          order: 0;
        }

        &:has(.media-gallery--extend) {
          grid-column: 2 / -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;
          }
        }
      }
    }

    /* Handle full width section */
    .section--full-width {
      .product-information__grid:not(.product-information--media-none) {
        &.product-information--media-left,
        &.product-information--media-right {
          grid-column: 1 / -1;
        }

        &.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,
        .product-information--media-none
      ).product-information--media-left {
      grid-template-columns: 2fr 1fr;
    }

    .product-information__grid:not(
        .product-information__grid--half,
        .product-information--media-none
      ).product-information--media-right {
      grid-template-columns: 1fr 2fr;
    }
  }

  .product-information__grid--limit-details .product-details > .group-block {
    --details-max-width: var(--sidebar-width);
    max-width: var(--details-max-width);
  }

  @media screen and (min-width: 1600px) {
    .product-information__grid--limit-details .product-details > .group-block {
      --details-max-width: 32rem;
    }
  }

  /* 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);
  }
/* END_SNIPPET:product-information-content */
/* START_SNIPPET:product-media-gallery-content (INDEX:271) */
/* Keep the visible PDP media itself rounded, rather than relying only on
     the outer slideshow wrapper. This covers images, video, and 3D media. */
  media-gallery:not(.dialog-zoomed-gallery) .product-media-container,
  media-gallery:not(.dialog-zoomed-gallery) .product-media,
  media-gallery:not(.dialog-zoomed-gallery) .product-media > *,
  media-gallery:not(.dialog-zoomed-gallery) .product-media__image {
    border-radius: var(--media-radius, 0);
  }

  media-gallery:not(.dialog-zoomed-gallery) .product-media-container,
  media-gallery:not(.dialog-zoomed-gallery) .product-media {
    overflow: hidden;
  }

  .product-media-gallery__sizes-metafield {
    display: block;
    margin-top: 0;
    padding: 0.438rem 0.813rem 0.625rem;
    border-radius: 0.5rem;
    background: #f5f5f5;
    color: #2d2d2d;
    font-size: 0.813rem;
    line-height: 1.766rem;
  }

  .product-media-gallery__sizes-metafield p {
    margin: 0;
  }

  @media screen and (min-width: 1024px) {
    .product-media-gallery__sizes-metafield {
      display: none;
    }
  }

  .dialog-thumbnails-list-container {
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    z-index: var(--layer-raised);
  }

  .dialog-thumbnails-list {
    --active-thumbnail-border-color: rgb(var(--color-border-rgb) / var(--media-border-opacity));
    --active-thumbnail-outline-color: {{ block_settings.active_thumbnail_outline_color | default: 'currentcolor' }};

    position: relative;
    display: inline-flex;
    flex-direction: row;
    gap: 8px;
    bottom: 0;
    overflow-x: auto;
    opacity: 0;
    padding: var(--padding-lg);
    margin-inline: auto;
    scrollbar-width: none;
    animation: thumbnailsSlideInBottom calc(var(--animation-speed) * 0.75) var(--animation-easing) forwards;
    animation-delay: calc(var(--animation-speed) * 1.5);
  }

  .dialog--closed .dialog-thumbnails-list {
    animation: thumbnailsSlideOutBottom var(--animation-speed) var(--animation-easing) forwards;
  }

  @media screen and (min-width: 750px) {
    .dialog-thumbnails-list {
      position: fixed;
      flex-direction: column;
      inset: 50% var(--margin-lg) auto auto;
      right: 0;
      max-height: calc(100vh - 200px);
      overflow-y: auto;
      animation: thumbnailsSlideInTop var(--spring-d220-b0-duration) var(--spring-d220-b0-easing) forwards;
      animation-delay: calc(var(--spring-d220-b0-duration) * 0.5);
    }

    .dialog--closed .dialog-thumbnails-list {
      animation: thumbnailsSlideOutTop var(--animation-speed) var(--animation-easing) forwards;
    }
  }

  .dialog-thumbnails-list__thumbnail {
    width: var(--thumbnail-width);
    height: auto;
    transition: transform var(--animation-speed) var(--animation-easing);
    flex-shrink: 0;
    border-radius: var(--media-radius);

    img {
      height: 100%;
      object-fit: cover;
      border-radius: var(--media-radius);
      aspect-ratio: var(--aspect-ratio);
    }

    &:is([aria-current='true']) {
      outline: var(--focus-outline-width) solid var(--active-thumbnail-outline-color, currentcolor);
      outline-offset: calc(var(--focus-outline-offset) / 2);
      border: var(--style-border-width) solid var(--active-thumbnail-border-color);
    }
  }

  @supports (anchor-name: --test) {
    .dialog-thumbnails-list:has(.dialog-thumbnails-list__thumbnail:is([aria-current='true']))::after {
      --inset-offset: calc(var(--focus-outline-offset) / 2);

      content: '';
      position: absolute;
      inset: anchor(top) anchor(right) anchor(bottom) anchor(left);
      position-anchor: --selected-thumbnail;
      outline: var(--focus-outline-width) solid var(--active-thumbnail-outline-color, currentcolor);
      outline-offset: calc(var(--focus-outline-offset) / 2);
      border: var(--style-border-width) solid var(--active-thumbnail-border-color);
      border-radius: var(--media-radius);
      z-index: var(--layer-raised);
    }

    @media (prefers-reduced-motion: no-preference) {
      .dialog-thumbnails-list:has(.dialog-thumbnails-list__thumbnail:is([aria-current='true']))::after {
        transition-property: inset;
        transition-duration: var(--spring-d180-b0-duration);
        transition-timing-function: var(--spring-d180-b0-easing);
      }
    }

    .dialog-thumbnails-list__thumbnail:is([aria-current='true']) {
      outline: none;
      border: none;
      anchor-name: --selected-thumbnail;
    }
  }

  .dialog-zoomed-gallery .shopify-model-viewer-ui__controls-area.shopify-model-viewer-ui__controls-area {
    /* Move the controls above the thumbnails. Need to calculate the height of the thumbnails list */
    bottom: calc(var(--thumbnail-width) / var(--media-preview-ratio) + var(--padding-lg) * 2);
    right: var(--padding-lg);
  }

  @media screen and (min-width: 750px) {
    .dialog-zoomed-gallery .shopify-model-viewer-ui__controls-area.shopify-model-viewer-ui__controls-area {
      /* Move the controls up to match the padding on the thumbnails */
      bottom: var(--padding-lg);

      /* Move the controls to the left of the thumbnails list on the right */
      right: calc(var(--thumbnail-width) + var(--padding-lg) * 2);
    }
  }

  @media screen and (max-width: 749px) {
    /* Media gallery has a peeking slide on the right side always, and on the left side when the current slide is the last one */
    .media-gallery--hint
      :is(
        slideshow-slide:has(+ slideshow-slide[aria-hidden='false']:last-of-type),
        slideshow-slide[aria-hidden='false'] + slideshow-slide
      ) {
      content-visibility: auto;

      slideshow-component[actioned] & {
        content-visibility: visible;
      }
    }
  }

  .dialog-zoomed-gallery__dialog {
    background-color: var(--color-background);
    view-transition-name: zoom-dialog-ui;
  }

  .dialog-zoomed-gallery {
    cursor: zoom-out;
  }

  .dialog--preloading {
    opacity: 0;
  }

  @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);
  }

  /* Mobile thumbnails styling */
  @media screen and (max-width: 749px) {
    /* Keep the thumbnail strip in normal document flow so the model-size note
       can never sit beneath a sticky gallery when larger mobile thumbnails are used. */
    .media-gallery--has-mobile-sizes {
      position: static;
    }

    .media-gallery--carousel slideshow-controls[thumbnails] {
      --thumbnail-width: var(--thumbnail-width-mobile, 44px) !important;
      --thumbnail-radius: var(--thumbnail-radius-mobile, 0px) !important;
    }

    .media-gallery--carousel slideshow-controls[thumbnails] .slideshow-controls__thumbnails {
      gap: 1px;
    }

    .media-gallery--carousel slideshow-controls[thumbnails] .slideshow-controls__thumbnail {
      width: var(--thumbnail-width) !important;
      border-radius: var(--thumbnail-radius) !important;
    }

    .media-gallery--carousel slideshow-controls[thumbnails] .slideshow-controls__thumbnail img {
      border-radius: var(--thumbnail-radius) !important;
    }

    .media-gallery__mobile-controls[thumbnails] {
      --thumbnail-width: var(--thumbnail-width-mobile, 44px);
    }

    .media-gallery__mobile-controls[thumbnails] .slideshow-controls__thumbnail {
      width: var(--thumbnail-width) !important;
      height: auto;
    }
  }

  @media screen and (min-width: 750px) {
    .media-gallery--carousel slideshow-controls[thumbnails] .slideshow-controls__thumbnails {
      margin-right: 15px;
    }
  }

  .dialog-zoomed-gallery .product-media-container--zoomable.product-media-container--image {
    cursor: zoom-out;
  }

  .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;
  }

  :root:active-view-transition .dialog-zoomed-gallery__dialog {
    background-color: transparent;
  }

  ::view-transition-group(zoom-dialog-ui) {
    z-index: calc(var(--layer-overlay) + 1);
  }

  ::view-transition-old(gallery-item-open),
  ::view-transition-new(gallery-item-open) {
    animation-timing-function: step-start;
  }

  ::view-transition-old(gallery-item-close),
  ::view-transition-new(gallery-item-close) {
    animation-timing-function: step-end;
  }

  @media screen and (min-width: 750px) {
    :root:active-view-transition .product-media__image {
      background-color: transparent;
    }
  }

  ::view-transition-group(gallery-item-open),
  ::view-transition-group(gallery-item-close) {
    z-index: var(--layer-overlay);
    border-radius: var(--gallery-media-border-radius);
    overflow: clip;
  }

  ::view-transition-group(gallery-item-open) {
    animation-timing-function: var(--spring-d300-b0-easing);
    animation-duration: var(--spring-d300-b0-duration);
  }

  ::view-transition-group(gallery-item-close) {
    animation-timing-function: var(--spring-d220-b0-easing);
    animation-duration: var(--spring-d220-b0-duration);
  }

  @media screen and (max-width: 749px) {
    ::view-transition-group(gallery-item-open),
    ::view-transition-group(gallery-item-close) {
      animation-timing-function: step-start;
      animation-duration: 0.1s;
    }

    ::view-transition-new(gallery-item-open) {
      animation: fade-in var(--spring-d180-b0-duration) var(--spring-d180-b0-easing) forwards;
      animation-timing-function: var(--spring-d180-b0-easing);
      animation-duration: var(--spring-d180-b0-duration);
    }

    ::view-transition-old(gallery-item-close) {
      animation: fade-out 0.08s linear forwards;
    }
  }

  @keyframes fade-in {
    from {
      scale: 0.98;
      opacity: 0.8;
    }
  }

  @keyframes fade-out {
    to {
      opacity: 0;
    }
  }

  /*
   * Product media gallery slideshow context styles
   */
  .product-media-gallery__slideshow--single-media slideshow-container {
    @media screen and (max-width: 749px) {
      grid-area: unset;
    }
  }

  /* Display grid view as a carousel on mobile, grid on desktop */
  media-gallery:is(.media-gallery--grid) slideshow-component {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  @media screen and (max-width: 749px) {
    /* Media gallery has a peeking slide on the right side always, and on the left side when the current slide is the last one */
    .media-gallery--hint
      :is(
        slideshow-slide:has(+ slideshow-slide[aria-hidden='false']:last-of-type),
        slideshow-slide[aria-hidden='false'] + slideshow-slide
      ) {
      content-visibility: auto;

      slideshow-component[actioned] & {
        content-visibility: visible;
      }
    }
  }

  @media screen and (min-width: 750px) {
    .media-gallery--carousel slideshow-component:has(slideshow-controls[thumbnails]) {
      &:has(slideshow-controls[pagination-position='right']) {
        display: grid;
        grid-template:
          'container controls' auto
          'arrows controls' min-content
          / 1fr auto;
      }

      &:has(slideshow-controls[pagination-position='left']) {
        display: grid;
        grid-template:
          'controls container' auto
          'controls arrows' min-content
          / auto 1fr;
      }

      slideshow-controls[pagination-position='left'] {
        order: -1;
      }
    }
  }

  .media-gallery--carousel slideshow-arrows .slideshow-control {
    padding-inline: 0 var(--padding-md);
    opacity: 1;
  }

  .media-gallery--carousel slideshow-arrows.product-gallery-legacy-arrows {
    inset: 5px;
    display: block;
    mix-blend-mode: normal;
    pointer-events: none;
  }

  .media-gallery--carousel .product-gallery-legacy-arrow {
    position: absolute;
    top: 50%;
    display: flex;
    width: 57px;
    height: 75%;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: #fff;
    transform: translateY(-50%);
    pointer-events: auto;
  }

  .media-gallery--carousel .product-gallery-legacy-arrow--previous {
    left: 0;
  }

  .media-gallery--carousel .product-gallery-legacy-arrow--next {
    right: 0;
  }

  .media-gallery--carousel .product-gallery-legacy-arrow svg {
    display: block;
    width: 21px;
    height: 22px;
  }

  .media-gallery--carousel .product-gallery-legacy-arrow svg path:first-child {
    fill: #b7c0f4 !important;
  }

  .media-gallery--carousel .product-gallery-legacy-arrow svg path:last-child {
    fill: #fff !important;
  }

  .media-gallery--carousel .product-gallery-legacy-arrow[disabled] {
    opacity: 0.2;
  }

  .media-gallery--carousel .product-gallery-legacy-arrow:focus-visible {
    outline: var(--focus-outline-width) solid currentcolor;
    outline-offset: calc(var(--focus-outline-offset) * -1);
  }

  @media screen and (min-width: 750px) {
    .media-gallery--carousel slideshow-component:has(slideshow-controls[thumbnails]),
    .media-gallery--carousel slideshow-component:has(slideshow-controls[thumbnails]) > slideshow-container,
    .media-gallery--carousel slideshow-component:has(slideshow-controls[thumbnails]) > slideshow-container > slideshow-slides {
      min-width: 0;
    }

    .media-gallery--carousel slideshow-component:has(slideshow-controls[thumbnails]) > slideshow-container {
      max-width: 100%;
    }

    .media-gallery--carousel slideshow-controls[thumbnails] .slideshow-control {
      border: 1px solid #fff;
      width: var(--thumbnail-width) !important;
      border-radius: var(--thumbnail-radius, 1.25rem);
    }

    .media-gallery--carousel slideshow-controls[thumbnails] .slideshow-control img {
      border-radius: var(--thumbnail-radius, 1.25rem);
    }

    .media-gallery--carousel slideshow-controls[thumbnails] .slideshow-control[aria-current='true'] {
      border-color: #0068ff;
      outline: 0;
    }
  }

  @media screen and (max-width: 749px) {
    slideshow-component:has(:not(.mobile\:hidden) :is(.slideshow-controls__dots, .slideshow-controls__counter))
      .shopify-model-viewer-ui__controls-area {
      /* Position the controls just above the counter */
      bottom: calc(var(--minimum-touch-target) + var(--padding-sm));
    }
  }

  @media screen and (min-width: 750px) {
    slideshow-component:has(:not(.desktop\:hidden) :is(.slideshow-controls__dots, .slideshow-controls__counter))
      .shopify-model-viewer-ui__controls-area {
      /* Position the controls just above the counter */
      bottom: calc(var(--minimum-touch-target) + var(--padding-sm));
    }
  }

  slideshow-slide.product-media-container--tallest {
    content-visibility: visible;
  }
/* END_SNIPPET:product-media-gallery-content */
/* START_SNIPPET:search-modal (INDEX:357) */
/* Search modal style */
  .search-modal {
    --search-border-radius: var(--style-border-radius-popover);
    --search-border-width: var(--style-border-width);
  }

  .search-modal__content {
    /* Approx set the top so when the content is at max height, the modal is centered */
    --modal-top-margin: calc(50dvh - var(--modal-max-height) / 2 - 2rem);
    --modal-width: 66dvw;

    padding: 0;
    border: var(--style-border-popover);

    @media screen and (min-width: 750px) {
      width: var(--modal-width);
      margin-block-start: var(--modal-top-margin);
      overflow: hidden;
    }
  }

  /* Hide the default dialog backdrop on small screens */
  @media screen and (max-width: 749px) {
    .search-modal__content::backdrop {
      display: none;
    }
  }

  .dialog-modal[open].search-modal__content {
    transform-origin: bottom center;
    animation: search-element-slide-in-bottom 300ms var(--ease-out-quad) forwards;
    border-radius: var(--search-border-radius);
    box-shadow: var(--shadow-popover);

    @media screen and (max-width: 749px) {
      border-radius: 0;
    }
  }

  .dialog-modal.search-modal__content.dialog-closing {
    animation: search-element-slide-out-bottom 200ms var(--ease-out-quad) forwards;
  }

  .search-modal__content[open] {
    display: flex;
  }

  .search-modal__content :is(.predictive-search-dropdown, .predictive-search-form__content-wrapper) {
    position: relative;
  }

  .dialog-modal
    .predictive-search-form__header:has(
      .predictive-search__reset-button:not(.predictive-search__reset-button[hidden])
    )::before {
    content: '';
    position: absolute;
    right: calc(var(--padding-sm) + var(--minimum-touch-target));
    top: 0;
    bottom: 0;
    width: var(--border-width-sm);
    background-color: var(--color-border);
  }

  .dialog-modal
    .predictive-search-form__header:has(.predictive-search__reset-button:not(.predictive-search__reset-button[hidden]))
    > .predictive-search__close-modal-button {
    &::before {
      content: none;
    }
  }

  @media screen and (min-width: 750px) {
    .dialog-modal
      .predictive-search-form__header:has(
        .predictive-search__reset-button:not(.predictive-search__reset-button[hidden])
      )::before {
      right: calc(var(--padding-2xl) * 2);
    }
  }

  predictive-search-component {
    --resource-card-corner-radius: var(--product-corner-radius);

    display: flex;
    width: 100%;
    position: relative;
    margin-inline: auto;
    align-items: center;
    background-color: var(--color-background);
    z-index: var(--layer-heightened);
  }

  .predictive-search-form__footer {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    @media screen and (min-width: 750px) {
      --to-top-gradient-background: linear-gradient(
        to top,
        rgb(var(--color-background-rgb) / var(--opacity-90)),
        rgb(var(--color-background-rgb) / var(--opacity-80)),
        rgb(var(--color-background-rgb) / var(--opacity-40)),
        transparent
      );

      padding-block: var(--padding-xs) var(--padding-lg);
      background-image: var(--to-top-gradient-background);
    }
  }

  predictive-search-component:has([data-search-results]):not(:has(.predictive-search-results__no-results))
    .predictive-search-form__footer {
    display: block;
  }

  .predictive-search-form {
    position: relative;
    width: 100%;
    align-self: flex-start;
  }

  .predictive-search-form__content {
    max-height: 50dvh;
    overflow-y: auto;
    background-color: var(--color-background);

    /* Firefox */
    scrollbar-width: none;

    /* Webkit browsers */
    &::-webkit-scrollbar {
      display: none;
    }
  }

  .predictive-search-form__content-wrapper {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: var(--layer-raised);
    display: flex;
    flex-direction: column;
    border-radius: 0 0 var(--search-border-radius) var(--search-border-radius);
    transition: box-shadow var(--animation-speed) var(--animation-easing);
    transform: translateZ(0);
    will-change: transform, opacity;
    overflow: hidden;

    @media screen and (max-width: 749px) {
      border-radius: 0;
    }

    @media screen and (min-width: 750px) {
      max-height: var(--modal-max-height);
    }
  }

  /* Add new rule to apply bottom padding only when search button exists */
  .predictive-search-form__content-wrapper:has([data-search-results]):not(:has(.predictive-search-results__no-results))
    > .predictive-search-form__content {
    padding-block-end: var(--padding-6xl);
  }

  .predictive-search-form__header-inner {
    background: var(--color-background);
    border: var(--search-border-width) solid var(--color-border);
    color: var(--color-foreground);
    border-radius: var(--style-border-radius-popover);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

    @media screen and (max-width: 749px) {
      border-radius: var(--style-border-radius-inputs);
      border: none;
    }
  }

  .predictive-search-form__header-inner:focus-within {
    outline-offset: var(--focus-outline-offset);

    @media screen and (min-width: 750px) {
      outline: var(--focus-outline-width) solid var(--color-primary);
    }
  }

  .predictive-search-form__header {
    display: flex;
    position: sticky;
    top: 0;
    z-index: var(--layer-heightened);
    width: 100%;
    align-items: center;
    background-color: var(--color-input-background);
    border: var(--search-border-width) solid var(--color-border);
    border-radius: var(--style-border-radius-inputs);

    @media screen and (max-width: 749px) {
      padding: var(--padding-2xs) var(--padding-sm);
    }
  }

  .predictive-search-form__header:focus-within,
  .predictive-search-form__header-inner:focus-within,
  .predictive-search-form__header-inner:has(.search-input:is(:focus, :focus-visible)) {
    outline: none;
    box-shadow: none;
    /* stylelint-disable-next-line declaration-no-important */
    border-color: var(--color-border) !important;
  }

  input.search-input {
    border-radius: var(--style-border-radius-inputs);
    padding-block: var(--padding-sm);
    font-size: var(--font-size--md);
    width: 100%;
    color: var(--color-foreground);
    padding-inline: calc(var(--margin-lg) + var(--icon-size-lg)) 0;
    background: transparent;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: none;
    border: 0;
  }

  .search-input::placeholder {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .search-input,
  .search-input:is(:focus, :focus-visible, :focus-within),
  .predictive-search-form__header *:is(:focus, :focus-visible) {
    outline: none;
    box-shadow: none;
  }

  .search-input:hover {
    background-color: transparent;
  }

  .predictive-search__icon {
    position: absolute;
    left: var(--margin-xl);
    top: auto;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-60));

    @media screen and (min-width: 750px) {
      left: var(--margin-md);
    }
  }

  .predictive-search__icon > svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  .predictive-search__reset-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
    padding: 0;
    margin-inline-end: var(--margin-md);
    background: transparent;
    color: var(--color-foreground);
    opacity: 0.68;
    transition: opacity var(--animation-speed-medium) var(--animation-timing-fade-out),
      visibility var(--animation-speed-medium) var(--animation-timing-fade-out);

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

    &:active {
      transform: scale(0.9);
      transition: transform 100ms var(--animation-timing-active);
    }

    @media screen and (min-width: 750px) {
      margin-inline-end: var(--margin-2xs);
    }
  }

  .predictive-search__reset-button[hidden] {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .predictive-search__reset-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
    transition: background-color var(--animation-speed-medium) ease-in-out,
      transform var(--animation-speed-medium) var(--animation-timing-bounce);
    border-radius: 50%;

    &:hover {
      background-color: rgb(var(--color-primary-hover-rgb) / var(--opacity-8));
    }
  }

  .predictive-search__reset-button:active .predictive-search__reset-button-icon {
    transform: scale(0.85);
    transition-timing-function: var(--animation-timing-active);
    transition-duration: 100ms;
  }

  .predictive-search__reset-button svg {
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }

  .predictive-search__reset-button-text {
    display: none;
  }

  .predictive-search__search-button {
    margin: auto;
    z-index: var(--layer-raised);
    transition: transform var(--animation-speed-medium) var(--animation-timing-bounce),
      box-shadow var(--animation-speed-medium) var(--animation-timing-hover);
    transform-origin: center;

    &:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgb(0 0 0 / var(--opacity-5));
    }

    &:active {
      transform: scale(0.97);
      transition: transform 100ms var(--animation-timing-active);
      box-shadow: none;
    }
  }

  .predictive-search__close-modal-button {
    --button-color: var(--color-foreground);
    --button-background-color: transparent;

    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--minimum-touch-target);
    height: var(--minimum-touch-target);
    margin-inline-start: var(--margin-sm);
    padding: 0;
    box-shadow: none;

    &:active {
      transform: scale(0.8);
      transition: transform 100ms var(--animation-timing-active);
    }

    .svg-wrapper,
    svg {
      width: var(--icon-size-xs);
      height: var(--icon-size-xs);
    }
  }

  .predictive-search__close-modal-button:hover {
    --button-color: var(--color-foreground);
    --button-background-color: transparent;
  }
/* END_SNIPPET:search-modal */
/* START_SNIPPET:search (INDEX:358) */
.search-action {
    --search-border-radius: var(--style-border-radius-inputs);
    --search-border-width: var(--style-border-width-inputs);

    display: flex;
  }

  @media screen and (max-width: 749px) {
    .search-action--hidden-on-drawer {
      display: none;
    }
  }

  @media screen and (min-width: 750px) {
    [data-menu-style='drawer'] .search-action--hidden-on-drawer {
      display: none;
    }

    [data-menu-style='menu'] .search-action--hidden-on-menu {
      display: none;
    }
  }

  [data-menu-style='menu'] .header__column--left .search-action {
    @media screen and (min-width: 750px) {
      margin-inline: calc(var(--padding-lg) * -1);
    }
  }

  .header__column--right .search-action {
    @media screen and (min-width: 750px) {
      margin-inline: calc(var(--gap-md) * -1) calc(var(--gap-xs) * -1);
    }
  }

  @media screen and (min-width: 750px) {
    .header__column--right .search-action--text {
      margin-inline: 0;
    }

    [data-menu-style='menu'] .header__column--left .search-action--text {
      margin-inline: 0;
    }
  }
/* END_SNIPPET:search */
/* START_SNIPPET:skip-to-content-link (INDEX:361) */
.skip-to-content-link {
    position: absolute;
    left: -99999px;
  }

  .skip-to-content-link:focus {
    z-index: var(--layer-temporary);
    overflow: auto;
    width: auto;
    height: auto;
    padding: var(--padding-lg) var(--padding-4xl);
    left: var(--margin-lg);
    top: var(--margin-lg);
    background-color: var(--color-background);
    box-shadow: 0 0 0 var(--focus-outline-offset) var(--color-background);
  }
/* END_SNIPPET:skip-to-content-link */
/* START_SNIPPET:slideshow-arrow (INDEX:363) */
.slideshow-control--large {
    .icon-caret {
      --icon-stroke-width: 1px;
    }

    .icon-caret {
      --icon-stroke-width: 1px;
    }

    .svg-wrapper,
    svg {
      width: var(--slideshow-controls-icon);
      height: var(--slideshow-controls-icon);
    }
  }

  /* Slideshow control shape styles */
  .slideshow-control.slideshow-control--shape-square,
  .slideshow-control.slideshow-control--shape-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    background-color: var(--color-primary-button-background);
    color: var(--color-primary-button-text);
  }

  .slideshow-control.slideshow-control--shape-circle {
    border-radius: 50%;
  }

  .slideshow-control.slideshow-control--shape-square {
    border-radius: 0;
  }

  .slideshow-control .icon-caret {
    rotate: -90deg;
  }
/* END_SNIPPET:slideshow-arrow */
