/** Shopify CDN: Minification failed

Line 6349:23 Expected "}" to go with "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:banner-image (INDEX:2) */
@media (min-width: 1200px) {
  .strecth-width {
    --bs-gutter-x: 44rem !important;
  }
  }
  .bls__section-heading {
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .bls__banner-content .bls__banner-heading {
    letter-spacing: 0.5px;
  }
  .bls__banner-content .bls__banner-text {
    color: rgba(166, 166, 166, 1);
    letter-spacing: 1px;
    text-transform: initial !important;
  }
  @media (min-width: 414px) {
    .bls__section:not(.bls__product) .row > * {
      margin-bottom: 0;
    }
  }
  
  .bls__banner-image .col-md-4.bls__banner-item .bls__responsive-image.bls-image-js{
    height:calc((100vw - 44rem - var(--bs-gutter-x) * 2) / 3 /4 * 5);
    width: 100vw;
  }
/* END_SECTION:banner-image */

/* START_SECTION:brand-awards-hero (INDEX:5) */
.brand-awards-hero {
    position: relative;
    min-height: 1274px;
    overflow: hidden;
    background: var(--brand-awards-bg);
    border-bottom: 1px solid var(--brand-awards-text);
    color: var(--brand-awards-text);
  }

  .brand-awards-hero__heading {
    width: min(1214px, calc(100% - 4rem));
    margin: 0 auto;
    padding-top: 86px;
    font-family: var(--font-display--family);
    font-size: 100px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
  }

  .brand-awards-hero__media {
    width: min(896px, calc(100% - 4rem));
    height: 465px;
    margin: 38px auto 0;
    overflow: hidden;
  }

  .brand-awards-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .brand-awards-hero__text {
    width: min(896px, calc(100% - 4rem));
    margin: 41px auto 0;
    font-family: var(--font-primary--family);
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
  }

  .brand-awards-hero__heading p,
  .brand-awards-hero__mobile-heading p,
  .brand-awards-hero__text p,
  .brand-awards-hero__mobile-text p {
    margin: 0;
  }

  .brand-awards-hero__marks {
    position: relative;
    width: 324px;
    height: 102px;
    margin: 90px auto 0;
  }

  .brand-awards-hero__mark {
    position: absolute;
    display: block;
    object-fit: cover;
  }

  .brand-awards-hero__mark--primary {
    bottom: 0;
    left: 0;
    width: 156px;
    height: 102px;
  }

  .brand-awards-hero__mark--secondary {
    top: 24px;
    right: 0;
    width: 106px;
    height: 54px;
    opacity: 1;
  }

  .brand-awards-hero__mobile {
    display: none;
  }

  @media (max-width: 749px) {
    .brand-awards-hero {
      min-height: 0;
      background: var(--brand-awards-mobile-bg);
      border-top: 1px solid var(--brand-awards-mobile-text);
      border-bottom: 0;
      color: var(--brand-awards-mobile-text);
    }

    .brand-awards-hero__desktop {
      display: none;
    }

    .brand-awards-hero__mobile {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 738px;
      padding: 42px 20px;
      gap: 32px;
      text-align: center;
      word-break: break-word;
    }

    .brand-awards-hero__mobile-heading {
      width: 100%;
      max-width: 331px;
      height: 147px;
      margin: 0;
      flex: 0 0 147px;
      font-family: var(--font-display--family);
      font-size: 40px;
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase;
    }

    .brand-awards-hero__mobile-heading p {
      text-box-trim: trim-both;
      text-box-edge: cap alphabetic;
    }

    .brand-awards-hero__mobile-media {
      width: 100%;
      height: auto;
      aspect-ratio: 67 / 39;
      margin: 0;
      flex: 0 0 auto;
      overflow: hidden;
    }

    .brand-awards-hero__mobile-image {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .brand-awards-hero__mobile-text {
      width: 335px;
      max-width: 100%;
      height: 152px;
      margin: 0;
      flex: 0 0 152px;
      font-family: var(--font-primary--family);
      font-size: 16px;
      line-height: 1.2;
    }

    .brand-awards-hero__mobile-marks {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 260px;
      height: 85px;
      flex: 0 0 85px;
      gap: 32px;
    }

    .brand-awards-hero__mobile-mark {
      display: block;
      flex: 0 0 auto;
      object-fit: cover;
    }

    .brand-awards-hero__mobile-mark--primary {
      width: 130px;
      height: 85px;
    }

    .brand-awards-hero__mobile-mark--secondary {
      width: 98px;
      height: 50px;
    }
  }
/* END_SECTION:brand-awards-hero */

/* START_SECTION:brand-social-proof (INDEX:6) */
.brand-social-proof {
    display: flex;
    min-height: 502px;
    flex-direction: column;
    align-items: center;
    gap: 140px;
    padding: 72px max(24px, calc((100% - 1021px) / 2));
    overflow: hidden;
    background: var(--brand-social-proof-background);
    border: 1px solid var(--brand-social-proof-color);
    color: var(--brand-social-proof-color);
  }

  .brand-social-proof__quote {
    width: min(1021px, 100%);
    margin: 0;
    font-family: var(--font-display--family);
    font-size: 70px;
    font-weight: 400;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
  }

  .brand-social-proof__logos {
    display: flex;
    width: min(556px, 100%);
    min-height: 64px;
    align-items: center;
    justify-content: center;
    gap: 118px;
  }

  .brand-social-proof__logo {
    display: flex;
    height: 64px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  .brand-social-proof__logo a { display: flex; }

  .brand-social-proof__logo-image {
    display: block;
    width: auto;
    max-width: 160px;
    height: var(--brand-social-proof-logo-height);
    max-height: 64px;
    object-fit: contain;
  }

  @media (max-width: 749px) {
    .brand-social-proof {
      min-height: 434px;
      gap: 32px;
      padding: 42px 20px;
    }

    .brand-social-proof__quote {
      width: min(324px, 100%);
      font-size: 40px;
      line-height: 1.1;
      text-indent: -18px;
    }

    .brand-social-proof__logos {
      display: grid;
      width: min(312px, 100%);
      min-height: 140px;
      grid-template-columns: repeat(2, minmax(0, 128px));
      grid-template-rows: 58px 56px;
      grid-auto-rows: 56px;
      column-gap: 56px;
      row-gap: 26px;
      align-items: center;
      justify-content: center;
      justify-items: center;
      overflow: visible;
    }

    .brand-social-proof__logo {
      width: 100%;
      height: 100%;
      min-width: 0;
    }

    .brand-social-proof__logo:last-child:nth-child(odd) { grid-column: 1 / -1; }
    .brand-social-proof__logo a {
      width: 100%;
      height: 100%;
      align-items: center;
      justify-content: center;
    }

    .brand-social-proof__logo-image {
      width: var(--brand-social-proof-mobile-logo-width);
      max-width: 100%;
      height: auto;
      max-height: 100%;
      object-fit: contain;
    }
  }
/* END_SECTION:brand-social-proof */

/* START_SECTION:brand-story-hero (INDEX:7) */
.brand-story-hero {
  display: grid;
  min-height: 915px;
  place-items: start center;
  overflow: hidden;
  background: var(--brand-story-bg);
  border-bottom: 1px solid var(--brand-story-text);
  color: var(--brand-story-text);
}

.brand-story-hero__inner {
  width: min(896px, calc(100% - 2.5rem));
  padding-top: 50px;
}

.brand-story-hero--without-image {
  min-height: 0;
}

.brand-story-hero--without-image .brand-story-hero__inner {
  padding-bottom: 50px;
}


/* slogan */

.brand-story-hero__slogan {
  width: 100%;
  height: 128px;
}

.brand-story-hero__slogan-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-story-hero__slogan-text {
  display: grid;
  height: 128px;
  margin: 0;
  place-items: center;
  font-family: var(--font-display--family);
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 400;
  line-height: .9;
  text-align: center;
  text-transform: uppercase;
}


/* image */

.brand-story-hero__media {
  display: block;
  width: 100%;
  height: 465px;
  margin-top: 42px;
  overflow: hidden;
}

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


/* mobile */

@media (max-width: 749px) {

  .brand-story-hero {
    min-height: 0;
  }


  .brand-story-hero__inner {
    width: calc(100% - 2.5rem);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }


  .brand-story-hero__slogan,
  .brand-story-hero__slogan-text {
    height: 4.5rem;
  }


  .brand-story-hero__media {
    height: auto;
    aspect-ratio: 2 / 1;
    margin-top: 2.5rem;
  }


  .brand-story-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}
/* END_SECTION:brand-story-hero */

/* START_SECTION:brand-value-prop-style (INDEX:8) */
.brand-value-prop { overflow: hidden; background: var(--brand-value-bg); border-block: 1px solid var(--brand-value-text); color: var(--brand-value-text); }
  .shopify-section:has(> .brand-value-prop) + .shopify-section > .brand-value-prop { border-top: 0; }
  .brand-value-prop__viewport { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; touch-action: pan-y pinch-zoom; overscroll-behavior-x: contain; }
  .brand-value-prop__viewport::-webkit-scrollbar { display: none; }
  .brand-value-prop__viewport.is-dragging { cursor: grabbing; scroll-snap-type: none; user-select: none; }
  .brand-value-prop__track { display: flex; width: 100%; }
  .brand-value-prop__slide { display: grid; width: 100%; min-height: 534px; grid-template-columns: repeat(2, minmax(0, 1fr)); flex: 0 0 100%; scroll-snap-align: start; }
  .brand-value-prop__slide--image-right .brand-value-prop__media { grid-column: 2; border-right: 0; border-left: 1px solid var(--brand-value-text); }
  .brand-value-prop__slide--image-right .brand-value-prop__content { grid-column: 1; grid-row: 1; border-right: 0; }
  .brand-value-prop__media { position: relative; min-height: 534px; overflow: hidden; background: #ececec; border-right: 1px solid var(--brand-value-text); }
  .brand-value-prop__picture { position: absolute; inset: 0; display: block; }
  .brand-value-prop__picture--overlay { z-index: 1; }
  .brand-value-prop__image { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; user-select: none; -webkit-user-drag: none; }
  .brand-value-prop__image--base { object-position: center 34%; }
  .brand-value-prop__image--overlay { z-index: 1; object-position: center center; }
  .brand-value-prop__content { position: relative; min-height: 534px; overflow: hidden; border-right: 1px solid var(--brand-value-text); }
  .brand-value-prop__heading { max-width: 631px; font-family: var(--font-display--family); font-size: 50px; font-weight: 400; line-height: 1; text-transform: uppercase; }
  .brand-value-prop__connector { display: inline-block; font-size: var(--brand-value-connector-desktop-size); line-height: 1; text-transform: none; }
  .brand-value-prop__connector-space { display: inline-block; font-size: var(--brand-value-connector-space-size); line-height: 1; }
  .brand-value-prop__text { max-width: 600px; font-family: var(--font-primary--family); font-size: 18px; line-height: 1.3; }
  .brand-value-prop__heading--desktop { position: absolute; top: 40px; left: 40px; }
  .brand-value-prop__text--desktop { position: absolute; top: 420px; bottom: auto; left: 40px; width: 478px; max-width: calc(100% - 80px); }
  .brand-value-prop__heading--mobile, .brand-value-prop__text--mobile { display: none; }
  .brand-value-prop__heading p, .brand-value-prop__text p { margin: 0; }
  .brand-value-prop__progress { height: 4px; background: color-mix(in srgb, var(--brand-value-text) 15%, transparent); }
  .brand-value-prop__progress span { display: block; width: 100%; height: 100%; background: var(--brand-value-text); transform: scaleX(.25); transform-origin: left; transition: transform 180ms ease; }
  @media (max-width: 749px) {
    .brand-value-prop { border-block: 0; }
    .brand-value-prop__slide {
      height: auto;
      min-height: 0;
      grid-template-columns: 1fr;
      grid-template-rows: auto 280px;
    }
    .brand-value-prop__slide--image-right .brand-value-prop__media {
      grid-column: 1;
      grid-row: 1;
      border-inline: 0;
    }
    .brand-value-prop__slide--image-right .brand-value-prop__content {
      grid-column: 1;
      grid-row: 2;
    }
    .brand-value-prop__media {
      box-sizing: border-box;
      min-height: 0;
      height: auto;
      aspect-ratio: 375 / 248;
      border: 0;
      border-block: 1px solid var(--brand-value-text);
    }
    .brand-value-prop__content {
      box-sizing: border-box;
      display: grid;
      min-height: 280px;
      height: 280px;
      overflow: hidden;
      grid-template-rows: 107px auto;
      column-gap: 0;
      row-gap: 25px;
      padding: 32px 20px 0;
      border-right: 0;
    }
    .brand-value-prop__heading--desktop,
    .brand-value-prop__text--desktop {
      display: none;
    }
    .brand-value-prop__heading--mobile,
    .brand-value-prop__text--mobile {
      display: block;
    }
    .brand-value-prop__heading--mobile {
      width: 335px;
      max-width: 100%;
      font-size: 40px;
      line-height: 1;
      word-break: break-word;
    }
    .brand-value-prop__connector { font-size: var(--brand-value-connector-mobile-size); }
    .brand-value-prop__text--mobile {
      width: 325px;
      max-width: 100%;
      font-size: 16px;
    }
    .brand-value-prop__progress { height: 0; }
  }
/* END_SECTION:brand-value-prop-style */

/* START_SECTION:category-image-grid (INDEX:14) */
.category-image-grid {
    width: 100%;
    padding-block-start: var(--category-image-grid-padding-top);
    padding-block-end: var(--category-image-grid-padding-bottom);
    color: var(--category-image-grid-foreground);
  }

  .category-image-grid__inner {
    overflow: hidden;
    width: 100%;
    background: var(--category-image-grid-background);
    border: 1px solid currentcolor;
  }

  .category-image-grid__heading {
    display: flex;
    min-height: 12rem;
    align-items: center;
    margin: 0;
    padding: 2.5rem;
    border-bottom: 1px solid currentcolor;
    font-family: "Polymath Display", sans-serif;
    font-size: 3.125rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .category-image-grid__heading--mobile {
    display: none;
  }

  .category-image-grid__items {
    display: grid;
    grid-template-columns: repeat(
      var(--category-image-grid-columns),
      minmax(0, 1fr)
    );
    margin: 0;
    padding: 0;
  }

  .category-image-grid__card {
    position: relative;
    display: block;
    min-width: 0;
    aspect-ratio: 48 / 59;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
  }

  .category-image-grid__card + .category-image-grid__card {
    border-inline-start: 1px solid currentcolor;
  }

  .category-image-grid__media,
  .category-image-grid__picture,
  .category-image-grid__image {
    width: 100%;
    height: 100%;
  }

  .category-image-grid__media {
    background: #f2f2f2;
  }

  .category-image-grid__picture {
    display: block;
  }

  .category-image-grid__image {
    display: block;
    object-fit: cover;
  }

  .category-image-grid__placeholder {
    color: #9a9a9a;
  }

  .category-image-grid__label {
    position: absolute;
    inset-inline: 3.25rem;
    bottom: 2.75rem;
    display: flex;
    min-height: 2.25rem;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.75rem;
    overflow-wrap: anywhere;
    background: #ffffff;
    border: 1px solid currentcolor;
    border-radius: 0.25rem;
    color: #111111;
    font-family: var(--font-utility--family);
    font-size: 0.875rem;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }

  a.category-image-grid__card:focus-visible {
    z-index: 1;
    outline: 3px solid currentcolor;
    outline-offset: -3px;
  }

  @media (min-width: 750px) and (max-width: 1099px) {
    .category-image-grid__heading {
      min-height: 10rem;
      padding: 2rem 1.5rem;
      font-size: 2.5rem;
    }
  }

  @media (max-width: 749px) {
    .category-image-grid__heading {
      min-height: auto;
      padding: 2rem 1.25rem;
      font-size: clamp(1.5rem, 7vw, 1.875rem);
      line-height: 1;
    }

    .category-image-grid__items {
      grid-template-columns: minmax(0, 1fr);
    }

    .category-image-grid__card {
      aspect-ratio: 4 / 5;
    }

    .category-image-grid__card + .category-image-grid__card {
      border-inline-start: 0;
      border-top: 1px solid currentcolor;
    }

    .category-image-grid__label {
      inset-inline: 1.25rem;
      bottom: 1.25rem;
    }

    .template-index .category-image-grid__heading {
      padding: 1.25rem;
      font-size: 1.625rem;
    }

    .template-index .category-image-grid__label {
      height: 2.1875rem;
      min-height: 2.1875rem;
      padding-block: 0;
      border-radius: 0.375rem;
      font-size: 0.9375rem;
      line-height: 1.1;
    }

    .category-image-grid--mobile-figma .category-image-grid__inner {
      border: 0;
    }

    .category-image-grid--mobile-figma .category-image-grid__heading--desktop {
      display: none;
    }

    .category-image-grid--mobile-figma .category-image-grid__heading--mobile {
      display: flex;
      min-height: 18rem;
      align-items: flex-start;
      padding: 3.125rem 1.9375rem 1.25rem 1.25rem;
      border-bottom: 0;
      font-size: 40px;
      line-height: 1;
    }

    .category-image-grid--mobile-figma .category-image-grid__card {
      aspect-ratio: 1;
      border: 1px solid currentcolor;
    }

    .category-image-grid--mobile-figma .category-image-grid__card + .category-image-grid__card {
      border-inline-start: 1px solid currentcolor;
    }

    .category-image-grid--mobile-figma .category-image-grid__label {
      inset-inline: 1.25rem;
      bottom: 1.53125rem;
      height: 2.1875rem;
      min-height: 2.1875rem;
      padding: 0 1.875rem;
      border-width: 0.846px;
      border-radius: 0.3699375rem;
      font-size: 0.9375rem;
      line-height: 1.1;
    }
  }
/* END_SECTION:category-image-grid */

/* START_SECTION:collection-figma-categories (INDEX:15) */
.ito-collection-categories {
    height: 784px;
    overflow: hidden;
    background: #edefea;
    border: 1px solid #000;
    color: #000;
  }

  .ito-collection-categories *,
  .ito-collection-categories *::before,
  .ito-collection-categories *::after { box-sizing: border-box; }

  .ito-collection-categories > h2 {
    height: 193px;
    padding: 49px 40px;
    margin: 0;
    font-family: var(--font-display--family, 'Polymath Display', sans-serif);
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }

  .ito-collection-categories__grid {
    display: grid;
    height: 591px;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #000;
  }

  .ito-collection-category {
    position: relative;
    overflow: hidden;
    border-right: 1px solid #000;
  }

  .ito-collection-category:last-child { border-right: 0; }
  .ito-collection-category > img { position: absolute; display: block; max-width: none; object-fit: cover; }
  .ito-collection-category:nth-child(1) > img { top: -87%; left: -75%; width: 182%; height: 214%; }
  .ito-collection-category:nth-child(2) > img { top: -28%; left: -81%; width: 181%; height: 186%; }
  .ito-collection-category:nth-child(3) > img { inset: 0; width: 100%; height: 100%; }

  .ito-collection-category > span {
    position: absolute;
    right: 52px;
    bottom: 44px;
    left: 52px;
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    color: #000;
    font-family: var(--font-utility--family, MonoSystem, monospace);
    font-size: 15px;
    line-height: 1.1;
    text-transform: uppercase;
  }

  @media (max-width: 749px) {
    .ito-collection-categories { height: auto; }
    .ito-collection-categories > h2 { height: auto; padding: 40px 24px; font-size: 40px; }
    .ito-collection-categories__grid { height: auto; grid-template-columns: 1fr; }
    .ito-collection-category { height: 480px; border-right: 0; border-bottom: 1px solid #000; }
    .ito-collection-category:nth-child(1) > img,
    .ito-collection-category:nth-child(2) > img,
    .ito-collection-category:nth-child(3) > img { inset: 0; width: 100%; height: 100%; object-fit: cover; }
    .ito-collection-category > span { right: 24px; bottom: 24px; left: 24px; }
  }
/* END_SECTION:collection-figma-categories */

/* START_SECTION:collection-figma-features (INDEX:17) */
.ito-collection-features {
    height: 985px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #000;
    color: #000;
  }

  .ito-collection-features *,
  .ito-collection-features *::before,
  .ito-collection-features *::after { box-sizing: border-box; }

  .ito-collection-features > h2 {
    width: 758px;
    max-width: calc(100% - 80px);
    height: 220px;
    padding: 61px 0 59px;
    margin: 0 0 0 39px;
    font-family: var(--font-display--family, 'Polymath Display', sans-serif);
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }

  .ito-collection-features__viewport {
    overflow-x: auto;
    border-top: 1px solid #000;
    scrollbar-width: none;
  }

  .ito-collection-features__viewport::-webkit-scrollbar { display: none; }
  .ito-collection-features__row { display: flex; width: max-content; }

  .ito-collection-feature {
    display: flex;
    width: 575px;
    flex: 0 0 575px;
    flex-direction: column;
  }

  .ito-collection-feature__media {
    position: relative;
    width: 575px;
    height: 575px;
    overflow: hidden;
    background: #ececec;
    border-right: 1px solid #000;
  }

  .ito-collection-feature__media img {
    position: absolute;
    display: block;
    max-width: none;
    object-fit: cover;
  }

  .ito-collection-feature:nth-child(1) .ito-collection-feature__media img {
    top: 115px;
    left: 50%;
    width: 945px;
    height: 945px;
    transform: translateX(-50%);
  }

  .ito-collection-feature:nth-child(2) .ito-collection-feature__media img {
    top: -78px;
    left: -399px;
    width: 1400px;
    height: 1400px;
  }

  .ito-collection-feature:nth-child(3) .ito-collection-feature__media img {
    top: 116px;
    left: 0;
    width: 627px;
    height: 627px;
  }

  .ito-collection-feature__copy {
    height: 180px;
    padding: 31px 39px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    font-family: var(--font-body--family, Arial, sans-serif);
  }

  .ito-collection-feature__copy h3 {
    margin: 0 0 9px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .ito-collection-feature__copy div { font-size: 18px; line-height: 1.2; }
  .ito-collection-feature__copy p { margin: 0; }

  .ito-collection-features__track {
    position: relative;
    height: 8px;
    background: #fff;
    border-top: 1px solid #000;
  }

  .ito-collection-features__track span {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 8px;
    background: #000;
  }

  @media (max-width: 749px) {
    .ito-collection-features { height: 724px; }
    .ito-collection-features > h2 { width: auto; max-width: none; height: auto; padding: 40px 24px; margin: 0; font-size: 40px; }
    .ito-collection-feature { width: 86vw; flex-basis: 86vw; }
    .ito-collection-feature__media { width: 100%; height: 86vw; }
    .ito-collection-feature__copy { height: 180px; padding: 24px; }
    .ito-collection-feature__copy div { font-size: 15px; }
  }
/* END_SECTION:collection-figma-features */

/* START_SECTION:collection-figma-hero (INDEX:19) */
.ito-collection-hero {
    width: 100%;
    height: 330px;
    overflow: hidden;
    background: #eee;
  }

  .ito-collection-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 66%;
  }

  .ito-collection-hero__picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  @media (max-width: 749px) {
    .ito-collection-hero {
      height: auto;
      aspect-ratio: 375 / 220;
    }
  }
/* END_SECTION:collection-figma-hero */

/* START_SECTION:custom-produce (INDEX:33) */
@media (min-width: 1921px) {
    .custom-produce .prod {
      width: 70%;
    }
    .custom-produce .prod .info {
      padding: 90px 95px 105px 0;
    }
  }
  @media (max-width: 1920px) and (min-width: 1600px) {
    .custom-produce .prod {
      width: 80%;
    }
    .custom-produce .prod .info {
      padding: 90px 95px 105px 0;
    }
  }
  @media (max-width: 1599px) {
    .custom-produce .prod {
      width: 100%;
    }
  }
  @media (max-width: 1599px) and (min-width: 700px) {
    .custom-produce .info {
      padding: 45px 45px 55px 0;
    }
    .custom-produce .blue {
      padding: 20px 40px !important;
    }
  }
  @media (max-width: 700px) {
    .custom-produce {
      .bls__section-heading {
        font-size: 25px !important;
      }
      .bls__section-des {
        font-size: 15px !important;
      }
      .mt42 {
        margin-top: 21px !important;
      }
      .prod {
        .info,
        .img {
          width: 100% !important;
        }
        .info {
          padding: 20px;
          .customerizeTitle {
            font-size: 25px !important;
            line-height: 25px !important;
          }
          .prop {
            font-size: 15px !important;
            line-height: 25px !important;
            margin-bottom: 6px !important;
          }
          .label {
            font-size: 13px !important;
            line-height: 13px !important;
            margin-bottom: 6px !important;
          }
          .content {
            font-size: 15px !important;
            line-height: 15px !important;
          }
          .btnGroup {
            margin-top: 36px !important;
            .flex-1 {
              flex: unset !important;
              width: 100% !important;
            }
            a.flex-1 {
              font-size: 12px !important;
              height: 50px !important;
            }
            a.flex-1 + a.flex-1 {
              margin-left: 0 !important;
              margin-top: 10px;
            }
          }
        }
        .blue {
          padding: 20px !important;
          display: block;
          .flex-1 {
            flex: unset !important;
            width: 100% !important;
          }
          a.flex-1 {
            font-size: 12px !important;
            height: 50px !important;
          }
          a.flex-1 + a.flex-1 {
            margin-left: 0 !important;
            margin-top: 10px;
          }
        }
      }
    }
  }

  .custom-produce {
    .mt42 {
      margin-top: 42px;
    }
    .row {
      flex-direction: row;
    }
    .prod {
      box-shadow: 0px 11px 28px rgba(0, 0, 0, 0.08);
      border-radius: 16px;
      height: fit-content;
      overflow: hidden;
      flex-direction: column;
      .white {
        flex-wrap: wrap;
        .img {
          width: 40%;
        }
        .img img {
          height: 120%;
          object-fit: cover;
        }
        .info {
          width: 60%;
          .customerizeTitle {
            font-size: 37px;
            line-height: 37px;
          }
          .prop {
            font-size: 22px;
            font-weight: 400;
            line-height: 37px;
            color: #808080;
            margin-top: 6px;
          }
          .label {
            font-size: 18px;
            color: #a6a6a6;
            margin-bottom: 12px;
            text-transform: uppercase;
          }
          .content {
            font-size: 22px;
            text-transform: uppercase;
          }
          .btnGroup {
            margin-top: 72px;
          }
          .btnGroup a.flex-1 {
            height: 58px;
            border-radius: 100px;
            background: #ff7420;
            border: 1px solid #ff7420;
            font-size: 16px;
            color: white;
          }
          .btnGroup a.flex-1 + a.flex-1 {
            margin-left: 30px;
          }
          .btnGroup .disabled {
            background: white !important;
            color: #a6a6a6 !important;
            border-color: #a6a6a6 !important;
          }
        }
      }
      .blue {
        background: var(--bls__product-bg-pre-order-label);
        padding: 45px 106px;
        a.flex-1 {
          height: 60px;
          border-radius: 100px;
          background: transparent;
          border: 1px solid white;
          font-size: 22px;
          color: white;
        }
        a.flex-1 + a.flex-1 {
          margin-left: 30px;
        }
      }
    }
  }

  /* 图片组样式 */
  .custom-image-group {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 42px;
    margin-bottom: 100px;
  }
  .image-group-item {
    width: 100%;
  }
  .image-group-title {
    text-align: center;
    margin: 0;
  }
  .image-group-container {
    width: 100%;
  }
  .image-group-img {
    width: 100%;
    height: auto;
    display: block;
  }
  @media (max-width: 767px) {
    .custom-image-group {
      gap: 14px;
      margin-top: 24px;
      margin-bottom: 30px;
    }
    .image-group-title {
      margin-bottom: 12px;
    }
  }
/* END_SECTION:custom-produce */

/* START_SECTION:featured-products (INDEX:39) */
.featured-products {
    width: 100%;
    padding: var(--featured-products-top) 2.5rem var(--featured-products-bottom);
    background: var(--featured-products-background);
    color: var(--featured-products-text);
  }

  .featured-products__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.75rem;
  }

  .featured-products__header h2 {
    margin: 0;
    font-family: var(--font-display--family);
    font-size: 3.125rem;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
    text-transform: uppercase;
  }
  .featured-products__heading-desktop {
    white-space: nowrap;
  }

  .featured-products__heading-mobile,
  .featured-products__link-mobile {
    display: none;
  }

  .featured-products__header a,
  .featured-products__shop-all {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 0.15rem;
    border-bottom: 1px solid currentcolor;
    color: inherit;
    font-family: var(--font-utility--family);
    font-size: 0.9375rem;
    line-height: 1.1;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
  }

  .featured-products__carousel {
    border: 1px solid currentcolor;
  }

  .featured-products__viewport {
    position: relative;
    overflow: hidden;
  }

  .featured-products__track {
    display: flex;
    width: max-content;
    min-width: 100%;
    transition: transform 360ms ease;
    will-change: transform;
  }

  .featured-products__card {
    position: relative;
    display: flex;
    width: calc((100vw - 5rem) / 3.5);
    height: 35.875rem;
    flex: 0 0 calc((100vw - 5rem) / 3.5);
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    border-inline-end: 1px solid currentcolor;
    overflow: hidden;
  }

  .featured-products__card:last-child {
    border-inline-end: 0;
  }

  body.featured-size-guide-open {
    overflow: hidden;
  }

  .featured-size-guide {
    width: min(94vw, 100rem);
    max-width: none;
    max-height: 92vh;
    margin: auto;
    padding: 0;
    color: #000000;
    background: #ffffff;
    border: 1px solid #000000;
    overflow: hidden;
  }

  .featured-size-guide::backdrop {
    background: rgb(0 0 0 / 55%);
  }

  .featured-size-guide__header {
    display: flex;
    min-height: 5rem;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #000000;
  }

  .featured-size-guide__header h2 {
    margin: 0;
    font-family: var(--font-display--family);
    font-size: clamp(1.5rem, 3vw, 2.625rem);
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }

  .featured-size-guide__close {
    display: inline-flex;
    width: 2.75rem;
    height: 2.75rem;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 1px solid currentcolor;
    border-radius: 50%;
    cursor: pointer;
  }

  .featured-size-guide__close svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .featured-size-guide__scroll {
    max-height: calc(92vh - 5rem);
    overflow: auto;
  }

  .featured-size-guide__table {
    display: flex;
    width: 100%;
    min-width: var(--featured-size-guide-width);
  }

  .featured-size-guide__labels {
    position: sticky;
    z-index: 2;
    left: 0;
    width: 10rem;
    flex: 0 0 10rem;
    background: #ffffff;
    border-right: 1px solid #000000;
  }

  .featured-size-guide__label-spacer,
  .featured-size-guide__summary {
    height: 27rem;
  }

  .featured-size-guide__label,
  .featured-size-guide__value {
    display: flex;
    height: 7.5rem;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-top: 1px solid #000000;
    text-align: center;
  }

  .featured-size-guide__label {
    align-items: flex-start;
    flex-direction: column;
    font-family: var(--font-utility--family);
    font-size: 0.875rem;
    text-align: left;
    text-transform: uppercase;
  }

  .featured-size-guide__label small {
    margin-top: 0.4rem;
    color: #666666;
    font-size: 0.6875rem;
    line-height: 1.25;
    text-transform: none;
  }

  .featured-size-guide__products {
    display: grid;
    min-width: 0;
    flex: 1;
    grid-template-columns: repeat(var(--featured-size-guide-products), minmax(17rem, 1fr));
  }

  .featured-size-guide__product {
    min-width: 0;
    border-right: 1px solid #000000;
  }

  .featured-size-guide__product:last-child {
    border-right: 0;
  }

  .featured-size-guide__summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1rem 1.5rem;
    text-align: center;
  }

  .featured-size-guide__product-link {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    align-items: center;
    color: inherit;
    text-decoration: none;
  }

  .featured-size-guide__summary h3 {
    min-height: 2.5rem;
    margin: 0;
    font-family: var(--font-primary--family);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
  }

  .featured-size-guide__summary h3 strong,
  .featured-size-guide__summary h3 span {
    display: block;
  }

  .featured-size-guide__summary p {
    margin: 0.35rem 0 0;
    font-size: 0.8125rem;
  }

  .featured-size-guide__image {
    width: 100%;
    max-width: 15rem;
    height: 17.5rem;
    margin-top: 0.5rem;
    object-fit: contain;
  }

  .featured-size-guide__value {
    font-family: var(--font-primary--family);
    font-size: 0.9375rem;
    line-height: 1.4;
    white-space: pre-line;
  }

  .featured-size-guide__close:focus-visible,
  .featured-size-guide__product-link:focus-visible {
    outline: 2px solid currentcolor;
    outline-offset: 3px;
  }

  .featured-products__card-link {
    position: absolute;
    z-index: 1;
    inset: 0;
  }

  .featured-products__meta,
  .featured-products__swatches {
    z-index: 2;
  }

  .featured-products__swatches {
    pointer-events: none;
  }

  .featured-products__swatch {
    pointer-events: auto;
  }

  .featured-products__meta {
    display: flex;
    min-height: 7.25rem;
    flex-direction: column;
    align-items: center;
    gap: 0;
    justify-content: flex-start;
    padding: 1.9375rem 1.25rem 0;
    pointer-events: none;
    text-align: center;
  }

  .featured-products__meta h3 {
    margin: 0;
    font-family: var(--font-display--family);
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.006rem;
  }

  .featured-products__title-primary {
    font-weight: 600;
  }

  .featured-products__title-secondary {
    font-weight: 300;
  }

  .featured-products__title-primary + .featured-products__title-secondary::before {
    content: ' ';
  }

  .featured-products__meta p {
    margin: 0;
    font-family: var(--font-primary--family);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .featured-products__meta h3 + p {
    margin-top: 0.25rem;
  }

  .featured-products__meta p + p {
    margin-top: 1rem;
  }

  .featured-products__media {
    display: flex;
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 0;
    flex: 1;
    align-items: flex-end;
    justify-content: center;
    padding: 1rem 1rem 0;
    color: inherit;
    text-decoration: none;
  }

  .featured-products__image {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: min(100%, 28.125rem);
    height: auto;
    object-fit: contain;
    transform: translateX(-50%);
    transition: opacity 180ms ease;
  }

  .featured-products__image--hover {
    opacity: 0;
    pointer-events: none;
  }

  .featured-products__media:hover .featured-products__image--hover {
    opacity: 1;
  }

  .featured-products__media:hover .featured-products__image:not(.featured-products__image--hover) {
    opacity: 0;
  }

  .featured-products__placeholder {
    color: #d9d9d9;
  }

  .featured-products--homepage .featured-products__card > .featured-products__swatches {
    position: relative;
    z-index: 3;
    display: flex;
    width: 100%;
    min-height: 2.5rem;
    align-self: stretch;
    align-items: center;
    justify-content: center !important;
    gap: var(--ito-color-swatch-gap, 7px);
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 1.75rem;
  }

  .featured-products__scrollbar {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    border-top: 1px solid currentcolor;
    background: var(--featured-products-background);
  }

  .featured-products__scrollbar-thumb {
    position: relative;
    display: block;
    height: 100%;
    background: currentcolor;
    transition: width 200ms ease, transform 360ms ease;
    cursor: grab;
    touch-action: none;
    user-select: none;
  }

  .featured-products__scrollbar-thumb::before {
    content: '';
    position: absolute;
    inset: -10px 0;
  }

  .featured-products__viewport.is-scrollbar-dragging .featured-products__track,
  .featured-products__viewport.is-scrollbar-dragging .featured-products__scrollbar-thumb {
    transition: none;
  }

  .featured-products__viewport.is-scrollbar-dragging .featured-products__scrollbar-thumb {
    cursor: grabbing;
    user-select: none;
  }

  @media (max-width: 749px) {
    .featured-products__viewport {
      touch-action: pan-y;
      -webkit-user-select: none;
      user-select: none;
    }
  }

  .featured-products__card-link:focus-visible,
  .featured-products__header a:focus-visible {
    outline: 2px solid currentcolor;
    outline-offset: -2px;
  }

  @media (max-width: 1099px) {
    .featured-products {
      padding-inline: 1.5rem;
    }

    .featured-products__header {
      margin-bottom: 1.5rem;
    }

    .featured-products__header h2 {
      font-size: 2.5rem;
    }

    .featured-products__card {
      width: 44vw;
      min-width: 22rem;
      flex-basis: 44vw;
    }
  }

  @media (max-width: 749px) {
    .featured-products {
      padding-inline: 1.25rem;
    }

    .featured-products__header {
      align-items: flex-start;
      flex-direction: column;
      gap: 1.875rem;
      margin-bottom: 1.25rem;
    }

    .featured-products__header h2 {
      width: 100%;
      max-width: 20.9375rem;
      font-size: 2rem;
      line-height: 1;
      white-space: normal;
      overflow-wrap: anywhere;
    }

    .featured-products__heading-desktop {
      white-space: normal;
    }

    .featured-products__header a,
    .featured-products__shop-all {
      gap: 0.35rem;
      font-size: 0.6875rem;
    }

    .featured-products__card {
      width: 78vw;
      min-width: 17.5rem;
      height: 31rem;
      flex-basis: 78vw;
    }

    .featured-products__meta {
      min-height: 6.5rem;
      padding-top: 1.5rem;
    }

    .featured-products__meta h3 {
      font-size: 0.95rem;
    }

    .featured-products__meta p {
      font-size: 0.8125rem;
    }

    .featured-products .featured-products__card > .featured-products__swatches {
      min-height: 3.25rem;
      padding-bottom: 1.25rem;
    }

    :is(.template-index, .ito-v2-layout--index) .featured-products {
      --ito-color-swatch-gap: 0.1626875rem;
      --ito-color-swatch-outer-mobile: 1.0494375rem;
      --ito-color-swatch-inner-mobile: 0.890625rem;
      padding: 3.125rem 0 0;
    }

    :is(.template-index, .ito-v2-layout--index) .featured-products__header {
      align-items: flex-start;
      flex-direction: column;
      gap: 1.875rem;
      margin-bottom: 2.5rem;
      padding-inline: 1.25rem;
    }

    :is(.template-index, .ito-v2-layout--index) .featured-products__header h2 {
      width: 100%;
      max-width: 20.9375rem;
      font-size: 2.5rem;
      line-height: 1;
    }

    :is(.template-index, .ito-v2-layout--index) .featured-products__heading-desktop,
    :is(.template-index, .ito-v2-layout--index) .featured-products__link-desktop {
      display: none;
    }

    :is(.template-index, .ito-v2-layout--index) .featured-products__heading-mobile,
    :is(.template-index, .ito-v2-layout--index) .featured-products__link-mobile {
      display: inline;
    }

    :is(.template-index, .ito-v2-layout--index) .featured-products__header a,
    :is(.template-index, .ito-v2-layout--index) .featured-products__shop-all {
      gap: 0.5rem;
      font-size: 0.9375rem;
      line-height: 1.1;
    }

    :is(.template-index, .ito-v2-layout--index) .featured-products__viewport {
      padding-bottom: 0.5rem;
    }

    :is(.template-index, .ito-v2-layout--index) .featured-products__card {
      width: 14.8125rem;
      min-width: 14.8125rem;
      height: 24rem;
      flex-basis: 14.8125rem;
    }

    :is(.template-index, .ito-v2-layout--index) .featured-products__meta {
      min-height: 4.75rem;
      gap: 0;
      padding: 1.365rem 0.75rem 0;
    }

    :is(.template-index, .ito-v2-layout--index) .featured-products__meta h3 + p {
      margin-top: 0.1626875rem;
    }

    :is(.template-index, .ito-v2-layout--index) .featured-products__meta h3 {
      font-size: 0.875rem;
      line-height: normal;
    }

    :is(.template-index, .ito-v2-layout--index) .featured-products__meta p {
      font-size: 0.75rem;
    }

    :is(.template-index, .ito-v2-layout--index) .featured-products__image {
      width: 18.35975rem;
      max-width: none;
      height: 18.35975rem;
      object-fit: contain;
    }

    :is(.template-index, .ito-v2-layout--index) .featured-products .featured-products__card > .featured-products__swatches {
      min-height: 2.8125rem;
      padding-bottom: 1.476rem;
    }

    .featured-size-guide {
      width: calc(100vw - 1.5rem);
      max-height: calc(100dvh - 1.5rem);
    }

    .featured-size-guide__header {
      min-height: 4rem;
      padding: 0.75rem 1rem;
    }

    .featured-size-guide__close {
      width: 2.25rem;
      height: 2.25rem;
    }

    .featured-size-guide__scroll {
      max-height: calc(100dvh - 5.5rem);
    }

    .featured-size-guide__table {
      min-width: var(--featured-size-guide-mobile-width);
    }

    .featured-size-guide__labels {
      width: 7.5rem;
      flex-basis: 7.5rem;
    }

    .featured-size-guide__label-spacer,
    .featured-size-guide__summary {
      height: 21rem;
    }

    .featured-size-guide__label,
    .featured-size-guide__value {
      height: 6rem;
      padding: 0.75rem;
    }

    .featured-size-guide__label {
      font-size: 0.6875rem;
    }

    .featured-size-guide__products {
      grid-template-columns: repeat(var(--featured-size-guide-products), 13rem);
    }

    .featured-size-guide__image {
      height: 12.5rem;
    }

    .featured-size-guide__value {
      font-size: 0.8125rem;
    }
  }
/* END_SECTION:featured-products */

/* START_SECTION:footer (INDEX:40) */
.site-footer {
    position: relative;
    width: 100%;
    min-height: 790px;
    padding: 49px 40px 119px;
    overflow: hidden;
    background: var(--site-footer-background);
    border: 1px solid var(--site-footer-background);
    color: var(--site-footer-text);
  }

  .site-footer a {
    color: inherit;
    text-decoration: none;
  }

  .site-footer__brand {
    display: block;
    width: 185px;
    height: 72px;
    font-family: var(--font-display--family, 'Polymath Display', Arial, sans-serif);
    font-size: 80px;
    font-weight: 700;
    line-height: 0.9;
    text-transform: lowercase;
  }

  .site-footer__logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
  }

  .site-footer__columns {
  position: absolute;
  top: 293px;
  left: 40px;
  display: grid;
  width: 800px;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr)
    minmax(256px, 1.4fr);
  gap: 40px;
}

  .site-footer__column h2,
.site-footer__newsletter h2 {
  margin: 0 0 20px;
  color: inherit;
  font-family: var(--font-display--family, 'Polymath Display', Arial, sans-serif);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

  .site-footer__column nav {
    display: grid;
    justify-items: start;
    gap: 20px;
  }

  .site-footer__column a {
    font-family: var(--font-utility--family, MonoSystem, monospace);
    font-size: 14px;
    line-height: 1.1;
    text-transform: uppercase;
  }
  .site-footer__mobile-divider {
  display: none;
}
  .site-footer__column:nth-child(3) a {
  white-space: nowrap;
}
  .site-footer__newsletter {
    position: absolute;
    top: 293px;
    right: 40px;
    width: 296px;
  }

  .site-footer__newsletter-text {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 1.3;
  }

  .site-footer__newsletter-text p {
    margin: 0;
  }

  .site-footer__form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    background: transparent;
    border-bottom: 1px solid currentcolor;
    border-radius: 0;
    box-shadow: none;
  }

  .site-footer .site-footer__form input[type='email'],
  .site-footer__form button {
    min-width: 0;
    padding: 10.4px 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    font-size: 14px;
  }

  .site-footer .site-footer__form input[type='email'] {
    width: 100%;
    height: auto;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    font-family: inherit;
    line-height: normal;
  }

  .site-footer .site-footer__form input[type='email']:focus {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    font-size: 14px;
    outline: 0;
  }

  .site-footer .site-footer__form input[type='email']:-webkit-autofill,
  .site-footer .site-footer__form input[type='email']:-webkit-autofill:active,
  .site-footer .site-footer__form input[type='email']:-webkit-autofill:focus,
  .site-footer .site-footer__form input[type='email']:-webkit-autofill:hover {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1000px var(--site-footer-background) inset !important;
    -webkit-text-fill-color: var(--site-footer-text);
  }

  .site-footer__form button {
    width: 24px;
    cursor: pointer;
    font-size: 20px;
  }

  .site-footer__form input::placeholder {
    color: color-mix(in srgb, currentcolor 50%, transparent);
  }

  .site-footer__form-message {
    grid-column: 1 / -1;
    padding-block: 8px;
  }

  .site-footer__bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    height: 119px;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 32px;
    padding: 37px 40px 32px;
    border-top: 1px solid currentcolor;
    font-family: var(--font-utility--family, MonoSystem, monospace);
    font-size: 14px;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .site-footer__socials,
  .site-footer__legal {
    display: flex;
    gap: 27px;
  }

  .site-footer__legal {
    justify-self: end;
    gap: 21px;
  }

  .site-footer__visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .site-footer a:focus-visible,
  .site-footer button:focus-visible,
  .site-footer input:focus-visible {
    outline: 2px solid currentcolor;
    outline-offset: 4px;
  }

  @media (min-width: 750px) and (max-width: 1099px) {
    .site-footer {
      min-height: 688px;
      padding-inline: 24px;
    }

    .site-footer__columns {
      left: 24px;
      width: 60%;
      gap: 24px;
    }
    
    .site-footer__newsletter {
      right: 24px;
      width: 31%;
    }

    .site-footer__bottom {
      padding-inline: 24px;
      font-size: 12px;
    }
  }

  @media (max-width: 749px) {
    .site-footer {
      min-height: 0;
      padding: 48px 20px 0;
      overflow: visible;
    }

    .site-footer__brand {
      width: 159px;
      height: 61px;
      font-size: 64px;
    }

    .site-footer__columns,
    .site-footer__newsletter,
    .site-footer__bottom {
      position: static;
    }
    .site-footer__mobile-divider {
      display: block;
      width: calc(100% + 40px);
      height: 0;
      margin-inline: -20px;
      border-top: 1px solid currentcolor;
    }

    .site-footer__mobile-divider--newsletter-top,
    .site-footer__mobile-divider--newsletter-bottom {
      margin-top: 48px;
    }

    .site-footer__newsletter {
      width: 100%;
      margin-top: 0;
      padding-top: 48px;
    }

    .site-footer__columns {
      width: 100%;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 32px 24px;
      margin-top: 48px;
    }

    .site-footer__column:last-child {
      grid-column: 1 / -1;
    }

    .site-footer__column nav {
      gap: 20px;
    }

    .site-footer__column a {
      font-size: 14px;
    }

    .site-footer__bottom {
      height: auto;
      grid-template-columns: minmax(0, 1fr);
      gap: 21px;
      margin-inline: -20px;
      margin-top: 40px;
      padding: 32px 20px 35px;
      border-top: 0;
      font-size: 14px;
    }

    .site-footer__legal {
      justify-self: start;
      flex-wrap: wrap;
    }

  }
/* END_SECTION:footer */

/* START_SECTION:header (INDEX:44) */
.site-header {
    position: relative;
    display: flex;
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding-inline: 40px;
    overflow: visible;
    background: var(--site-header-background);
    border-bottom: 1px solid var(--site-header-text);
    color: var(--site-header-text);
  }

  .site-header a {
    color: inherit;
    text-decoration: none;
  }

  .site-header__logo {
    display: grid;
    width: var(--site-header-logo-width);
    height: 36px;
    flex: 0 0 auto;
    place-items: center start;
    font-family: var(--font-display--family, 'Polymath Display', Arial, sans-serif);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-transform: lowercase;
  }

  .site-header__logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
  }

  .site-header__right {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 80px;
  }

  .site-header__nav {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 40px;
    font-family: var(--font-utility--family, MonoSystem, monospace);
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .site-header__mega-menu {
    position: static;
  }

  .site-header__mega-menu summary {
    display: flex;
    height: 60px;
    align-items: center;
    cursor: pointer;
    list-style: none;
  }

  .site-header__mega-menu summary::-webkit-details-marker { display: none; }

  .site-header__mega-panel {
    position: absolute;
    z-index: 50;
    top: calc(100% - 1px);
    pointer-events: auto;
    right: 0;
    left: 0;
    display: grid;
    height: 350px;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    background: var(--site-header-background);
    border-bottom: 1px solid var(--site-header-text);
    color: var(--site-header-text);
  }

  .site-header__mega-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 1fr auto;
    gap: 0 64px;
    padding: 36px 48px 40px;
    border-right: 1px solid currentcolor;
  }

  .site-header__mega-column { display: grid; align-content: start; gap: 25.6px; }
  .site-header__mega-column a { font-size: 14px; line-height: 1; }
  .site-header__mega-column .site-header__mega-heading { 
    margin-bottom: 4.8px; font-family: var(--font-primary--family, MonoSystem, Arial, sans-serif); font-size: 18px; line-height: 1; }
  .site-header__mega-cta {
    grid-column: 1 / -1;
    display: flex;
    width: 100%;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    padding: 10px 16px;
    background: var(--site-header-background);
    border: 1px solid currentcolor;
    border-radius: 5.6px;
    color: var(--site-header-text);
    font-size: 15px;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition:
      background-color 180ms ease,
      color 180ms ease;
  }
  .site-header__mega-image {
    position: relative;
    display: block;
    overflow: hidden;
    background: #eeeeee;
  }
  .site-header__mega-image img { width: 100%; height: 100%; object-fit: cover; }
  .site-header__mega-image-cta {
    position: absolute;
    z-index: 2;
    right: 48px;
    bottom: 40px;
    left: 48px;

    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;

    background: var(--site-header-background);
    border: 1px solid var(--site-header-text);
    border-radius: 5.6px;
    color: var(--site-header-text);

    font-family: var(--font-utility--family, MonoSystem, monospace);
    font-size: 15px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;

    pointer-events: none;

    transition:
      background-color 180ms ease,
      color 180ms ease;
  }


  .site-header__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 20px;
    font-family: var(--font-utility--family, MonoSystem, monospace);
  }

  .site-header__country-menu {
    position: relative;
  }

  .site-header__country-menu summary {
    display: flex;
    min-height: 24px;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    list-style: none;
    text-transform: uppercase;
  }

  .site-header__country-menu summary::-webkit-details-marker {
    display: none;
  }

  .site-header__country-menu summary svg {
    width: 10px;
    height: 6px;
    transition: transform 180ms ease;
  }

  .site-header__country-menu summary path {
    fill: none;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .site-header__country-menu[open] summary svg {
    transform: rotate(180deg);
  }

  .site-header__country-menu ul {
    position: absolute;
    z-index: 60;
    top: calc(100% + 17px);
    right: 0;
    min-width: 180px;
    margin: 0;
    padding: 10px 0;
    background: var(--site-header-background);
    border: 1px solid currentcolor;
    list-style: none;
  }

  .site-header__country-menu li {
    margin: 0;
  }

  .site-header__country-menu a {
    display: block;
    padding: 9px 16px;
    font-size: 12px;
    line-height: 1.3;
    white-space: nowrap;
  }

  .site-header__country-menu a:hover,
  .site-header__country-menu a[aria-current='page'] {
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .site-header__icon,
  .site-header shopify-account {
    position: relative;
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
  }

  .site-header__search img {
    transform: scale(1.15);
  }

  .site-header__cart img {
    transform: scale(1.1);
  }

  .site-header__icon svg,
  .site-header__icon img,
  .site-header shopify-account svg {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: contain;
  }

  .site-header__icon svg,
  .site-header shopify-account svg {
    fill: none;
    stroke: currentcolor;
    stroke-width: 1.5;
  }

  .site-header__cart-count {
    position: absolute;
    top: -8px;
    right: -10.4px;
    display: grid;
    min-width: 16px;
    min-height: 16px;
    place-items: center;
    padding: 1.6px;
    background: var(--primary-color, #ff7500);
    border-radius: 50%;
    color: var(--site-header-background);
    font-size: 8px;
    line-height: 1;
  }

  .site-header__cart-count:empty {
    display: none;
  }

  .site-header__mobile-menu {
    display: none;
  }

  .site-header__mobile-country {
    display: none;
  }

  .site-header__search-panel {
    position: absolute;
    z-index: 55;
    top: calc(100% - 1px);
    right: 0;
    left: 0;
    display: flex;
    height: 350px;
    justify-content: center;
    overflow: hidden;
    background: var(--site-header-background);
    border-bottom: 1px solid var(--site-header-text);
    color: var(--site-header-text);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    visibility: hidden;
    transition:
      opacity 220ms ease,
      transform 220ms ease,
      visibility 0s linear 220ms;
  }

  .site-header.is-search-open .site-header__search-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
    transition-delay: 0s;
  }

  .site-header__search-close {
    position: absolute;
    top: 35px;
    right: 20px;
    width: 22px;
    height: 22px;
    padding: 0;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
  }

  .site-header__search-close span::before,
  .site-header__search-close span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 1px;
    background: currentcolor;
    content: '';
  }

  .site-header__search-close span::before { transform: translate(-50%, -50%) rotate(45deg); }
  .site-header__search-close span::after { transform: translate(-50%, -50%) rotate(-45deg); }

  .site-header__search-inner {
    display: flex;
    width: min(883px, calc(100% - 80px));
    flex-direction: column;
    align-items: center;
    padding-top: 104px;
  }

  .site-header__search-inner h2 {
    width: 100%;
    margin: 0 0 32px;
    font-family: var(--font-display--family, 'Polymath Display', Arial, sans-serif);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }

  .site-header__search-form,
  .site-header__search-field {
    width: 100%;
  }

  .site-header__search-field {
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: space-between;
    padding: 0 27px 0 42px;
    overflow: hidden;
    background: #edefea;
    border-radius: 6px;
  }

  .site-header__search-field input[type='search'] {
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.65);
    font-family: var(--font-utility--family, MonoSystem, monospace);
    font-size: 14px;
    line-height: 1.3;
    outline: 0;
    text-transform: uppercase;
  }

  .site-header__search-field input[type='search']::-webkit-search-cancel-button { display: none; }
  .site-header__search-field input[type='search']::placeholder { color: inherit; opacity: 1; }

  .site-header__search-field button {
    display: grid;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    place-items: center;
  }

  .site-header__search-field button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .site-header__quick-search {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 26px;
    font-family: var(--font-utility--family, MonoSystem, monospace);
    font-size: 14px;
    line-height: 1.3;
    text-transform: capitalize;
    white-space: nowrap;
  }

  .site-header__quick-search ul {
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .site-header__quick-search li,
  .site-header__quick-search a {
    margin: 0;
    padding: 0;
  }

  .site-header__quick-search a:hover { text-decoration: underline; text-underline-offset: 3px; }

  .site-header__search:focus-visible,
  .site-header__search-close:focus-visible,
  .site-header__search-field button:focus-visible {
    outline: 2px solid currentcolor;
    outline-offset: 4px;
  }

  .site-header a:focus-visible,
  .site-header summary:focus-visible {
    outline: 2px solid currentcolor;
    outline-offset: 4px;
  }

  @media (max-width: 1199px) {
    .site-header {
      padding-inline: 24px;
    }

    .site-header__right {
      gap: 32px;
    }

    .site-header__nav {
      gap: 20px;
      font-size: 12px;
    }
  }

  @media (max-width: 899px) {
    .site-header__search-panel {
      display: none;
    }

    .site-header__icon,
    .site-header shopify-account,
    .site-header__mobile-menu > summary {
      width: 22px;
      height: 22px;
    }

    .site-header__nav {
      display: none;
    }

    .site-header__country-menu {
      display: none;
    }

    .site-header__actions:has(> .site-header__mobile-menu[open]) > .site-header__search {
      display: none;
    }

    .site-header__mobile-menu {
      position: relative;
      display: block;
    }

    .site-header__mobile-menu > summary {
      position: relative;
      display: flex;
      width: 22px;
      height: 22px;
      cursor: pointer;
      list-style: none;
    }

    .site-header__mobile-menu summary::-webkit-details-marker {
      display: none;
    }

    .site-header__mobile-menu > summary > span {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 1px;
      background: currentcolor;
      border: 0;
      transition:
        opacity 180ms ease,
        transform 180ms ease;
    }

    .site-header__mobile-menu > summary > span:first-child {
      transform: translateY(-6px);
    }

    .site-header__mobile-menu > summary > span:nth-child(2) {
      transform: translateY(0);
    }

    .site-header__mobile-menu > summary > span:last-child {
      transform: translateY(6px);
    }

    .site-header__mobile-menu[open] > summary > span:first-child {
      transform: rotate(45deg);
    }

    .site-header__mobile-menu[open] > summary > span:nth-child(2) {
      opacity: 0;
      transform: scaleX(0);
    }

    .site-header__mobile-menu[open] > summary > span:last-child {
      transform: rotate(-45deg);
    }

    .site-header__mobile-drawer {
      position: absolute;
      z-index: 30;
      top: calc(100% + 19px);
      right: -24px;
      display: flex;
      width: 100vw;
      height: auto;
      max-height: calc(100dvh - 60px);
      flex-direction: column;
      overflow-x: hidden;
      overflow-y: auto;
      background: var(--site-header-background);
      border-top: 1px solid currentcolor;
      border-bottom: 1px solid currentcolor;
    }

    .site-header__mobile-search {
      display: flex;
      width: 100%;
      min-height: 52px;
      flex: 0 0 52px;
      align-items: center;
      padding: 0 19px 0 22px;
      background: #edefea;
      border-bottom: 1px solid currentcolor;
    }

    .site-header__mobile-search input {
      width: 100%;
      min-width: 0;
      padding: 0;
      background: transparent;
      border: 0;
      border-radius: 0;
      color: rgba(0, 0, 0, 0.65);
      font-family: var(--font-utility--family, MonoSystem, monospace);
      font-size: 14px;
      line-height: 1.3;
      outline: 0;
      text-transform: uppercase;
    }

    .site-header__mobile-search input::placeholder {
      color: inherit;
      opacity: 1;
    }

    .site-header__mobile-search button {
      display: grid;
      width: 22px;
      height: 22px;
      flex: 0 0 22px;
      padding: 0;
      background: transparent;
      border: 0;
      cursor: pointer;
      place-items: center;
    }

    .site-header__mobile-search button img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .site-header__mobile-content {
      display: flex;
      width: min(331px, calc(100vw - 44px));
      flex: 0 0 auto;
      flex-direction: column;
      margin: 22px auto;
    }

    .site-header__mobile-content > nav {
      display: flex;
      width: 100%;
      flex: 0 0 auto;
      flex-direction: column;
      align-items: stretch;
      gap: 32px;
      padding: 0;
    }

    .site-header__mobile-link,
    .site-header__mobile-submenu > summary {
      display: flex;
      min-height: 28px;
      align-items: center;
      justify-content: space-between;
      padding: 0;
      font-family: var(--font-display--family, 'Polymath Display', Arial, sans-serif);
      font-size: 28px;
      line-height: 1;
      list-style: none;
      text-align: left;
      text-transform: uppercase;
    }

    .site-header__mobile-submenu {
      width: 100%;
    }

    .site-header__mobile-link {
      width: 100%;
      align-self: stretch;
    }

    .site-header__mobile-link--sale {
      color: #961e2d !important;
    }

    .site-header__mobile-submenu > summary {
      position: relative;
      cursor: pointer;
      justify-content: space-between;
    }

    .site-header__mobile-submenu > summary > img {
      position: absolute;
      right: 0;
      width: 10px;
      height: 18px;
      flex: 0 0 auto;
      transition: transform 180ms ease;
    }

    .site-header__mobile-submenu[open] > summary > img {
      transform: rotate(90deg);
    }

    .site-header__mobile-submenu-panel {
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
      gap: 28px 12px;
      box-sizing: border-box;
      padding: 28px 0 4px 10px;
      text-align: left;
    }

    .site-header__mobile-submenu-group {
      display: flex;
      min-width: 0;
      flex-direction: column;
      align-items: flex-start;
      gap: 14px;
    }

    .site-header__mobile-submenu-panel .site-header__mobile-submenu-heading {
      padding: 0;
      color: #000000;
      font-family: 'Polymath Display', Arial, sans-serif;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: normal;
      line-height: 1.3;
      text-transform: uppercase;
    }

    .site-header__mobile-submenu-panel a:not(.site-header__mobile-submenu-heading) {
      padding: 0;
      color: #000000;
      font-family: 'MD System Mono', MonoSystem, monospace;
      font-size: 18px;
      letter-spacing: normal;
      line-height: 1.15;
      overflow-wrap: normal;
      text-transform: uppercase;
      white-space: nowrap;
      word-break: normal;
    }

    .site-header__mobile-footer {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: flex-start;
      padding: 32px 0 0;
      font-family: var(--font-utility--family, MonoSystem, monospace);
      font-size: 18px;
      line-height: 1.3;
      white-space: nowrap;
    }

    .site-header__mobile-footer > a,
    .site-header__mobile-footer > span {
      flex: 0 0 auto;
    }

    .site-header__mobile-country {
      position: relative;
      display: block;
      min-width: 0;
    }

    .site-header__mobile-country > summary {
      display: flex;
      align-items: center;
      gap: 6px;
      cursor: pointer;
      list-style: none;
    }

    .site-header__mobile-currency {
      display: grid;
      width: 25px;
      height: 25px;
      border: 1px solid currentcolor;
      border-radius: 50%;
      font-size: 17px;
      line-height: 1;
      place-items: center;
    }

    .site-header__mobile-country > div {
      position: absolute;
      left: 0;
      bottom: calc(100% + 14px);
      display: grid;
      width: min(331px, calc(100vw - 44px));
      max-height: 18rem;
      overflow-y: auto;
      padding: 10px 0;
      background: var(--site-header-background);
      border: 1px solid currentcolor;
    }

    .site-header__mobile-country > div a {
      padding: 10px 16px;
      font-size: 14px;
      line-height: 1.3;
    }
  }

  @media (max-width: 749px) {
    .site-header {
      height: 54px;
      padding-inline: 20px;
    }

    .site-header__logo {
      width: min(var(--site-header-logo-width), 48px);
      height: 32px;
    }

    .site-header__actions {
      gap: 16px;
    }

    .site-header__mobile-drawer {
      top: calc(100% + 16px);
      right: -20px;
      max-height: calc(100dvh - 54px);
    }

    :is(.template-index, .ito-v2-layout--faq-2, .ito-v2-layout--store-location) .site-header {
      height: 65px;
    }

    :is(.template-index, .ito-v2-layout--faq-2, .ito-v2-layout--store-location) .site-header__logo {
      width: min(var(--site-header-logo-width), 56px);
      height: 37px;
    }

    :is(.template-index, .ito-v2-layout--faq-2, .ito-v2-layout--store-location) .site-header__actions {
      gap: 14px;
    }

    :is(.template-index, .ito-v2-layout--faq-2, .ito-v2-layout--store-location) .site-header__mobile-drawer {
      max-height: calc(100dvh - 65px);
    }
  }
/* END_SECTION:header */

/* START_SECTION:homepage-hero (INDEX:45) */
.homepage-hero {
    width: 100%;
    overflow: hidden;
    background: var(--homepage-hero-background);
    border-bottom: 1px solid var(--homepage-hero-text);
    color: var(--homepage-hero-text);
  }

  .homepage-hero__slider {
    position: relative;
  }

  .homepage-hero__viewport {
    overflow: hidden;
  }

  .homepage-hero__track {
    display: flex;
    transition: transform 360ms ease;
    will-change: transform;
  }

  .homepage-hero__slide {
    position: relative;
    width: 100%;
    min-width: 100%;
  }

  .homepage-hero__slide-link {
    position: absolute;
    z-index: 1;
    inset: 0;
    cursor: pointer;
  }

  .homepage-hero__media {
    position: relative;
    height: var(--homepage-hero-desktop-height);
    overflow: hidden;
    background: #e8e7e2;
    border-bottom: 1px solid currentcolor;
  }

  .homepage-hero__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .homepage-hero__image--tablet,
  .homepage-hero__image--mobile,
  .homepage-hero__mobile-heading {
    display: none;
  }

  .homepage-hero__placeholder {
    color: #a3a29e;
  }

  .homepage-hero__indicators {
    position: absolute;
    right: 2.5rem;
    bottom: calc(8.0625rem + 1.875rem);
    z-index: 3;
    display: flex;
    gap: 0;
  }

  .homepage-hero__indicator {
    width: 3.6875rem;
    height: 0.5625rem;
    padding: 0;
    background: transparent;
    border: 1px solid #ffffff;
    cursor: pointer;
  }

  .homepage-hero__indicator.is-active {
    background: #ffffff;
  }

  .homepage-hero__product-bar {
    display: grid;
    min-height: 8.0625rem;
    grid-template-columns: minmax(0, 1fr) 23.5rem;
    align-items: center;
    gap: 2rem;
    padding: 1.25rem 2.5rem;
    background-color: var(--homepage-hero-slide-background, var(--homepage-hero-background));
  }

  .homepage-hero__heading {
    margin: 0;
    font-family: var(--homepage-hero-heading-font);
    font-size: 3.125rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .homepage-hero__heading-primary {
    font-weight: var(--homepage-hero-heading-primary-weight);
  }

  .homepage-hero__heading-secondary {
    font-weight: var(--homepage-hero-heading-secondary-weight);
  }

  .homepage-hero__heading-primary + .homepage-hero__heading-secondary::before {
    content: ' ';
  }

  .homepage-hero__button {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 2.1875rem;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.875rem;
    background: #ffffff;
    border: 1px solid currentcolor;
    border-radius: 0.375rem;
    color: inherit;
    font-family: var(--font-utility--family);
    font-size: 0.9375rem;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
  }

  .homepage-hero a:focus-visible,
  .homepage-hero button:focus-visible {
    outline: 2px solid currentcolor;
    outline-offset: 4px;
  }

  @media (min-width: 750px) and (max-width: 1099px) {
    .homepage-hero__media {
      height: var(--homepage-hero-tablet-height);
    }

    .homepage-hero__image--desktop {
      display: none;
    }

    .homepage-hero__image--tablet {
      display: block;
    }

    .homepage-hero__product-bar {
      min-height: 6.5rem;
      grid-template-columns: minmax(0, 1fr) 17rem;
      padding-inline: 1.5rem;
    }

    .homepage-hero__heading {
      font-size: 2.5rem;
    }

    .homepage-hero__indicators {
      right: 1.5rem;
      bottom: calc(6.5rem + 1.5rem);
    }
  }

  @media (max-width: 749px) {
    .homepage-hero__media {
      height: auto;
      aspect-ratio: 375 / 351;
    }

    .homepage-hero__image--desktop,
    .homepage-hero__image--tablet {
      display: none;
    }

    .homepage-hero__image--mobile {
      display: block;
    }

    .homepage-hero__indicators {
      right: auto;
      bottom: calc(13rem + 1.4375rem);
      left: 50%;
      transform: translateX(-50%);
    }

    .homepage-hero__indicator {
      width: 2.84375rem;
      height: 0.4375rem;
    }

    .homepage-hero__product-bar {
      display: flex;
      box-sizing: border-box;
      height: 13rem;
      min-height: 13rem;
      flex-direction: column;
      align-items: stretch;
      gap: 2.625rem;
      padding: 2rem 1.25rem;
    }

    .homepage-hero__heading {
      display: block;
      width: min(100%, 20.25rem);
      margin: 0;
      font-size: 2.5rem;
      line-height: 1;
      text-box-trim: trim-both;
      text-box-edge: cap alphabetic;
      text-transform: uppercase;
      word-break: break-word;
    }

    .homepage-hero__mobile-heading {
      display: none;
    }

    .homepage-hero__heading-primary,
    .homepage-hero__heading-secondary {
      display: block;
    }

    .homepage-hero__heading-secondary {
      text-transform: lowercase;
    }

    .homepage-hero__heading-primary + .homepage-hero__heading-secondary::before {
      content: none;
    }

    .homepage-hero__button {
      width: 100%;
      height: 2.1875rem;
      min-height: 2.1875rem;
      padding: 0 1rem;
      border-radius: 0.375rem;
      font-size: 0.9375rem;
    }
  }
/* END_SECTION:homepage-hero */

/* START_SECTION:instagram-grid (INDEX:48) */
.social-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}


.social-gallery__viewport {
  width: 100%;
  overflow: hidden;
  scrollbar-width: none;
}

.social-gallery__viewport::-webkit-scrollbar {
  display: none;
}


.social-gallery__track {
  display: flex;
  width: max-content;
  min-width: 100%;
}


/* 无限滚动 */
.social-gallery__track--marquee {
  animation-name: social-gallery-marquee;
  animation-duration: var(
    --social-gallery-duration,
    40s
  );
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
  will-change: transform;
}


@keyframes social-gallery-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(
      var(--social-gallery-distance),
      0,
      0
    );
  }
}


/*
  卡片尺寸
  设计稿：
  普通图片 320x640
  组合卡片 320x640
*/
.social-gallery__column {
  display: flex;
  width: 320px;
  height: 640px;
  flex: 0 0 320px;
  flex-direction: column;
  overflow: hidden;
  color: var(--social-gallery-text);
  text-decoration: none;
}


/*
  图片完整竖版
*/
.social-gallery__column--full_image {
  width: 320px;
  height: 640px;
  flex-basis: 320px;
}


/*
  图片+文字组合
*/
.social-gallery__column--text_image,
.social-gallery__column--image_text {
  width: 320px;
  height: 640px;
  flex-basis: 320px;
}



.social-gallery__column + .social-gallery__column {
  border-inline-start: 1px solid #000000;
}



/*
  图片区域
*/
.social-gallery__media {
  width: 320px;
  overflow: hidden;
  background: #a3a3a3;
}


/*
  满版图片
  320x640
*/
.social-gallery__media--full {
  width: 320px;
  height: 640px;
}


/*
  半图
  320x320
*/
.social-gallery__media--half {
  width: 320px;
  height: 320px;
  flex: 0 0 320px;
}


/*
  文字区域
  320x320
*/
.social-gallery__text {
  width: 320px;
  height: 320px;
  flex: 0 0 320px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

  padding: 2rem;

  background: var(--social-gallery-background);
  border-block: 1px solid #000000;

  text-align: center;
}



/*
  图片保持比例
  不拉伸
*/
.social-gallery__image {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}



/*
  placeholder
*/
.social-gallery__placeholder {
  color: #d7d7d7;
}



/*
  文案
*/
.social-gallery__quote {
  width: 100%;
  font-size: 1rem;
  line-height: 1.35;
}


.social-gallery__quote p {
  margin: 0;
}


.social-gallery__credit {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}


.social-gallery__credit strong {
  font-family: var(--font-display--family);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}


.social-gallery__credit span {
  font-family: var(--font-utility--family);
  font-size: 0.75rem;
  line-height: 1.4;
}


a.social-gallery__column:focus-visible {
  z-index: 1;
  outline: 3px solid currentcolor;
  outline-offset: -3px;
}



/*
  移动端保持设计尺寸
*/
@media (max-width: 749px) {

  .social-gallery__column {
    width: 160px;
    height: 320px;
    flex-basis: 160px;
  }


  .social-gallery__column--full_image {
    width:160px;
    height:320px;
    flex-basis:160px;
  }


  .social-gallery__column--text_image,
  .social-gallery__column--image_text {
    width:160px;
    height:320px;
    flex-basis:160px;
  }


  .social-gallery__media {
    width:160px;
  }


  .social-gallery__media--full {
    width:160px;
    height:320px;
  }


  .social-gallery__media--half {
    width:160px;
    height:160px;
    flex-basis:160px;
  }


  .social-gallery__text {
    width:160px;
    height:160px;
    flex-basis:160px;
    padding:0.75rem;
  }


  .social-gallery__quote {
    font-size:0.75rem;
  }


  .social-gallery__credit {
    gap:0.35rem;
  }


  .social-gallery__credit strong {
    font-size:0.875rem;
  }


  .social-gallery__credit span {
    font-size:0.625rem;
  }

  :is(.template-index, .ito-v2-layout--index) .social-gallery__column,
  :is(.template-index, .ito-v2-layout--index) .social-gallery__column--full_image,
  :is(.template-index, .ito-v2-layout--index) .social-gallery__column--text_image,
  :is(.template-index, .ito-v2-layout--index) .social-gallery__column--image_text {
    width:214px;
    height:408px;
    flex-basis:214px;
  }

  :is(.template-index, .ito-v2-layout--index) .social-gallery__media {
    width:214px;
  }

  :is(.template-index, .ito-v2-layout--index) .social-gallery__media--full {
    width:214px;
    height:408px;
  }

  :is(.template-index, .ito-v2-layout--index) .social-gallery__media--half {
    width:214px;
    height:204px;
    flex-basis:204px;
  }

  :is(.template-index, .ito-v2-layout--index) .social-gallery__text {
    width:214px;
    height:204px;
    flex-basis:204px;
    padding:1.25rem;
  }

  :is(.template-index, .ito-v2-layout--index) .social-gallery__quote {
    font-size:1rem;
  }

  :is(.template-index, .ito-v2-layout--index) .social-gallery__credit {
    gap:0.5rem;
  }

  :is(.template-index, .ito-v2-layout--index) .social-gallery__credit span {
    font-size:0.75rem;
  }

}
/* END_SECTION:instagram-grid */

/* START_SECTION:instagram-heading (INDEX:49) */
.instagram-heading {
    position: relative;
    display: flex;
    width: 100%;
    min-height: var(--instagram-heading-height);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 5.75rem 2.5rem 5.5rem;
    background: var(--instagram-heading-background);
    border: 1px solid var(--instagram-heading-text);
    color: var(--instagram-heading-text);
    text-align: center;
  }

  .instagram-heading__title {
    width: min(100%, 100rem);
    white-space: nowrap;
    font-family: var(--instagram-heading-big-font);
    font-size: 4.375rem;
    font-style: var(--instagram-heading-font-style);
    font-weight: var(--instagram-heading-font-weight);
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .instagram-heading__title a {
    color: inherit;
    text-decoration: none;
  }

  .instagram-heading__subheading {
    width: min(100%, 51.5rem);
    margin-top: auto;
    font-size: 1rem;
    line-height: 1.2;
  }

  .instagram-heading a:focus-visible {
    outline: 2px solid currentcolor;
    outline-offset: 5px;
  }

  @media (min-width: 750px) and (max-width: 1099px) {
    .instagram-heading {
      min-height: 26rem;
      padding: 4.5rem 1.5rem 3rem;
    }

    .instagram-heading__title {
      font-size: 3.5rem;
    }
  }

  @media (max-width: 749px) {
    .instagram-heading {
      height: 247px;
      min-height: 247px;
      padding: 0;
      border-right: 0;
      border-left: 0;
    }

    .instagram-heading__title {
      position: absolute;
      top: 93.5px;
      left: 50%;
      width: min(324px, calc(100% - 40px));
      margin: 0;
      transform: translate(-50%, -50%);
      font-size: 2.5rem;
      line-height: 1.1;
    }

    .instagram-heading__subheading {
      position: absolute;
      top: 171.5px;
      left: 50%;
      width: min(335px, calc(100% - 40px));
      margin: 0;
      transform: translate(-50%, -50%);
      font-size: 0.875rem;
      line-height: 1.2;
    }

    .template-index .instagram-heading__title {
      margin: 0;
      font-size: 2.5rem;
    }

    .template-index .instagram-heading__subheading {
      margin: 0;
      line-height: 1.2;
    }
  }
/* END_SECTION:instagram-heading */

/* START_SECTION:ito-care-accordion (INDEX:52) */
.ito-care-accordion,
  .ito-care-accordion *,
  .ito-care-accordion *::before,
  .ito-care-accordion *::after { box-sizing: border-box; }

  .ito-care-accordion {
    padding: 94px 0;
    background: var(--ito-care-accordion-background);
    border-bottom: 1px solid var(--ito-care-accordion-border);
    color: var(--ito-care-accordion-color);
    font-family: 'MD Primer', Arial, sans-serif;
  }

  .ito-care-accordion * { font-family: inherit; }

  .ito-care-accordion__inner {
    width: clamp(1188px, 82.5vw, 1584px);
    max-width: calc(100% - 80px);
    margin: 0 auto;
  }

  .ito-care-accordion__heading {
    margin: 0 0 42px;
    font-family: 'Polymath Display', Arial, sans-serif;
    font-size: 95px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }

  .ito-care-accordion__list {
    overflow: hidden;
    background: var(--ito-care-accordion-card);
    border: 1px solid var(--ito-care-accordion-border);
    border-radius: 8px;
  }

  .ito-care-accordion__item {
    background: var(--ito-care-accordion-card);
    border-bottom: 1px solid var(--ito-care-accordion-border);
  }

  .ito-care-accordion__item:last-child { border-bottom: 0; }

  .ito-care-accordion__list--static .ito-care-accordion__summary { display: none; }

  .ito-care-accordion__item[open] {
    position: relative;
    display: block;
    padding: 0;
  }

  .ito-care-accordion__summary {
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 21px 24px;
    cursor: pointer;
    font-family: 'MD Primer', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    list-style: none;
    text-transform: uppercase;
  }

  .ito-care-accordion__item[open] .ito-care-accordion__summary {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 64px;
    min-height: 64px;
    padding: 0;
  }

  .ito-care-accordion__item[open] .ito-care-accordion__summary > span:first-child { display: none; }

  .ito-care-accordion__summary::-webkit-details-marker { display: none; }
  .ito-care-accordion__summary::marker { content: ''; }

  .ito-care-accordion__toggle {
    position: relative;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
  }

  .ito-care-accordion__toggle::before,
  .ito-care-accordion__toggle::after {
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 1px;
    background: currentColor;
    content: '';
  }

  .ito-care-accordion__toggle::after {
    transform: rotate(90deg);
    transition: transform 160ms ease;
  }

  .ito-care-accordion__item[open] .ito-care-accordion__toggle::after { transform: rotate(0); }

  .ito-care-accordion__item[open] .ito-care-accordion__toggle {
    position: absolute;
    top: 25px;
    right: 24px;
  }

  .ito-care-accordion__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: center;
    padding: 0 24px 28px;
  }

  .ito-care-accordion__item[open] .ito-care-accordion__panel {
    display: grid;
    min-height: calc(var(--ito-care-item-icon-size) + 48px);
    grid-template-columns: var(--ito-care-item-icon-size) minmax(0, 1fr);
    gap: 48px;
    align-items: stretch;
    padding: 24px 88px 24px 24px;
  }

  .ito-care-accordion__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
  }

  .ito-care-accordion__panel-title {
    margin: 0;
    font-family: 'MD Primer', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .ito-care-accordion__body {
    grid-column: 1;
    grid-row: 1;
    max-width: 850px;
    font-family: 'MD Primer', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
  }

  .ito-care-accordion__body > :first-child { margin-top: 0; }
  .ito-care-accordion__body > :last-child { margin-bottom: 0; }

  .ito-care-accordion__media {
    display: flex;
    width: var(--ito-care-item-icon-size);
    height: var(--ito-care-item-icon-size);
    grid-column: 2;
    grid-row: 1;
    align-items: center;
    justify-content: center;
  }

  .ito-care-accordion__item[open] .ito-care-accordion__media {
    width: var(--ito-care-item-icon-size);
    height: 100%;
    min-height: 0;
    margin: 0;
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
  }

  .ito-care-accordion__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .ito-care-accordion__summary:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: -4px;
  }

  @media (max-width: 749px) {
    .ito-care-accordion { padding: 56px 24px; }

    .ito-care-accordion__inner {
      width: 100%;
      max-width: none;
    }

    .ito-care-accordion__heading {
      margin-bottom: 28px;
      font-size: 36px;
    }

    .ito-care-accordion__summary {
      min-height: 58px;
      gap: 16px;
      padding: 19px 16px;
      font-size: 14px;
    }

    .ito-care-accordion__item[open] {
      display: block;
      padding: 0;
    }

    .ito-care-accordion__item[open] .ito-care-accordion__summary {
      position: absolute;
      top: 0;
      right: 0;
      width: 58px;
      min-height: 58px;
      padding: 0;
    }

    .ito-care-accordion__item[open] .ito-care-accordion__summary > span:first-child { display: none; }

    .ito-care-accordion__item[open] .ito-care-accordion__toggle {
      top: 22px;
      right: 16px;
    }

    .ito-care-accordion__panel {
      display: flex;
      gap: 24px;
      align-items: flex-start;
      flex-direction: column;
      padding: 0 16px 24px;
    }

    .ito-care-accordion__item[open] .ito-care-accordion__panel {
      display: flex;
      min-height: 0;
      gap: 16px;
      align-items: flex-start;
      flex-direction: column;
      padding: 24px 58px 24px 16px;
    }

    .ito-care-accordion__content {
      display: flex;
      width: 100%;
      flex-direction: column;
      gap: 8px;
      order: 2;
    }

    .ito-care-accordion__panel-title { display: block; }

    .ito-care-accordion__list--static .ito-care-accordion__summary {
      display: none;
    }

    .ito-care-accordion__list--static .ito-care-accordion__toggle { display: none; }

    .ito-care-accordion__media {
      width: var(--ito-care-item-icon-mobile-size);
      height: var(--ito-care-item-icon-mobile-size);
      order: 1;
    }

    .ito-care-accordion__item[open] .ito-care-accordion__media {
      width: var(--ito-care-item-icon-mobile-size);
      height: var(--ito-care-item-icon-mobile-size);
      min-height: 0;
      margin: 0;
      align-self: start;
    }

    .ito-care-accordion__body {
      width: 100%;
      max-width: none;
      order: initial;
      font-size: 16px;
    }

  }
/* END_SECTION:ito-care-accordion */

/* START_SECTION:ito-care-introduction (INDEX:53) */
.ito-care-introduction,
  .ito-care-introduction *,
  .ito-care-introduction *::before,
  .ito-care-introduction *::after { box-sizing: border-box; }

  .ito-care-introduction {
    padding: var(--ito-care-intro-padding-top) 24px var(--ito-care-intro-padding-bottom);
    background: var(--ito-care-intro-background);
    border-block: 1px solid var(--ito-care-intro-border);
    color: var(--ito-care-intro-color);
    font-family: 'MD Primer', Arial, sans-serif;
  }

  .ito-care-introduction * { font-family: inherit; }

  .ito-care-introduction__inner {
    display: flex;
    width: min(1200px, 100%);
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ito-care-introduction__title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    font-weight: 400;
  }

  .ito-care-introduction__logo {
    display: flex;
    width: min(var(--ito-care-logo-width), 100%);
    min-height: 1px;
    align-items: center;
    justify-content: center;
  }

  .ito-care-introduction__logo-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .ito-care-introduction__logo-fallback {
    font-family: 'MD Primer', Arial, sans-serif;
    font-size: clamp(64px, 8vw, 120px);
    font-weight: 400;
    line-height: 0.9;
    text-transform: uppercase;
  }

  .ito-care-introduction__text {
    width: min(var(--ito-care-intro-text-width), 100%);
    margin-top: 48px;
    font-family: 'MD Primer', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
  }

  .ito-care-introduction__text > :first-child { margin-top: 0; }
  .ito-care-introduction__text > :last-child { margin-bottom: 0; }

  @media (max-width: 749px) {
    .ito-care-introduction {
      padding: 56px 20px 64px;
    }

    .ito-care-introduction__logo {
      width: min(var(--ito-care-logo-mobile-width), 100%);
    }

    .ito-care-introduction__logo-fallback {
      font-size: clamp(48px, 18vw, 72px);
    }

    .ito-care-introduction__text {
      margin-top: 32px;
      font-size: 16px;
      line-height: 1.3;
    }
  }
/* END_SECTION:ito-care-introduction */

/* START_SECTION:main-account (INDEX:57) */
@media (min-width: 768px){
    .account.account-dashboard{
      border:0;
      display:flex;

      a{
        display:inline-block;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 32px;
        color: rgba(166, 166, 166, 1);
        border-bottom: 0;
        flex: 1;
        text-align: center;
        border-left: 1px solid rgba(229, 229, 229, 1);
        padding: 0;
        text-transform: uppercase;

        &:first-of-type{
          border-left: 0;
        }
        &:last-child {
          border-bottom:0;
          border-top:0;
          border-right:0;
          border-left: 1px solid rgba(229, 229, 229, 1);
        }

        &.active{
          font-weight: 500;
          background:unset;
          color: rgba(0, 0, 0, 1);
        }
      }
    }
  }
/* END_SECTION:main-account */

/* START_SECTION:main-collection-product (INDEX:68) */
.item-center .bls__grid:not(.list) .bls__product-option,
  .item-center .bls__grid:not(.list) .bls__product-price {
    justify-content: flex-start !important;
  }
  .bls__product-option {
    padding: 0 !important;
  }
  .bls__product-option .mr-5 {
    margin-top: 0 !important;
  }
  .bls__product-color-swatches.active:before,
  .bls__product-color-swatches:hover:before {
    box-shadow: 0 0 0 1px #ff7420, inset 0 0 0 3px var(--color-white) !important;
  }
/* END_SECTION:main-collection-product */

/* START_SECTION:main-login (INDEX:70) */
.page-heading {
    display: none;
  }
  .form-actions {
    align-items: center;
    height: 20px;
    justify-content: space-between;
    margin-top: 12px;
    .custom-switch {
      display: flex;
      align-items: center;
      gap: 8px;
      cursor: pointer;
      .text {
        font-size: 12px;
        font-weight: 400;
        color: rgba(26, 26, 26, 1);
      }
    }

    .el-switch {
      position: relative;
      display: inline-block;
      box-sizing: border-box;
      width: 40px;
      height: 20px;
      line-height: 20px;
      vertical-align: middle;
      border-radius: 36.5px;
      background: rgba(242, 242, 242, 1);
      border: 1px solid rgba(229, 229, 229, 1);
      transition: all 0.3s;
      cursor: pointer;
    }

    .el-switch__input {
      position: absolute;
      width: 0;
      height: 0;
      opacity: 0;
      margin: 0;
    }

    .el-switch__core {
      position: absolute;
      top: 2px;
      left: 2px;
      display: block;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      box-shadow: 1px 1px 2px -1px rgba(51, 51, 51, 0.3);
      background-color: #fff;
      transition: all 0.3s;
    }

    /* 选中状态样式 */
    .el-switch__input:checked + .el-switch__core {
      transform: translateX(20px);
    }

    .el-switch:has(.el-switch__input:checked) {
      border-color: rgba(255, 116, 32, 1);
      background-color: rgba(255, 116, 32, 1);
    }
    .forget-password {
      font-size: 12px;
      font-weight: 400;
      text-decoration-line: underline;
      color: rgba(255, 116, 32, 1);
    }
  }
  input.btn-primary {
    width: 100%;
    height: 42px;
    border-radius: 100px;
    display: flex;
    margin-top: 24px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    text-transform: none;
  }
  .customer-forgot,
  .customer-login,
  .customer-register {
    min-height: 85vh;
    height: fit-content;
    margin-bottom: 6rem;
    display: flex;
    .container {
      margin-left: unset;
      margin-right: unset;
      margin-top: calc(var(--bs-gutter-x) * 0.5);
      min-height: 100%;
    }
  }

  .customer-form {
    background: white;
    border-radius: 10px;
    padding-bottom: 60px;
    .title-customer {
      font-size: 37px;
      font-weight: 500;
      color: rgba(51, 51, 51, 1);
      text-align: center;
      margin-top: calc(var(--bs-gutter-x) * 2);
      justify-content: center;
    }

    .customer-login-form,
    .customer-password-form,
    .custormer-register-form {
      margin-left: auto;
      margin-right: auto;

      .form-label {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 32px;
        color: rgba(166, 166, 166, 1);
      }

      input:not(.btn-primary) {
        border-color: rgba(229, 229, 229, 1);
        border-radius: 4px;
      }
    }
  }

  .customer-form .customer-login-form,
  .customer-form .customer-password-form,
  .customer-form .custormer-register-form {
    width: 60%;
  }

  .customer-forgot#recover,
  .customer-forgot#recover:target ~ .customer-login {
    display: none !important;
  }

  .customer-forgot#recover:target {
    display: flex !important;
  }

  .customer-password-form .subtext {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
  }

  .forget-password .text {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 20px;
    text-decoration-line: underline;
    color: rgba(0, 117, 179, 1);
  }

  .create-account {
    margin-top: 16px;
    font-size: 12px;
    font-weight: 400;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(26, 26, 26, 1);
    #account-create {
      color: rgba(255, 116, 32, 1);
      text-decoration-line: underline;
    }
  }

  /* 桌面端专属样式：默认显示，移动端隐藏 */
  .desktop-only {
    display: flex;
  }

  /* 移动端专属样式：默认隐藏，移动端显示 */
  .mobile-only {
    display: none;
  }

  @media (min-width: 1920px) {
    .customer-login .container,
    .customer-forgot .container,
    .customer-register .container {
      width: 45% !important;
    }
  }
  @media (min-width: 1025px) and (max-width: 1919px) {
    .customer-login .container,
    .customer-forgot .container,
    .customer-register .container {
      width: 80% !important;
    }
  }
  form {
    .form-group {
      margin-bottom: 36px;
      &:last-child {
        margin-bottom: 0;
      }
    }
  }

  /* 手机端样式 */
  @media (max-width: 1024px) {
    /* #page-header {
      display: none;
    } */
    #shopify-section-announcement {
      /* display: none; */
    }
    #shopify-section-mobile-stickybar {
      /* display: none; */
    }
    .desktop-only {
      display: none;
    }
    span.desktop-only {
      display: none;
    }
    form {
      .form-group {
        margin-bottom: 12px;
        &:last-of-type {
          margin-bottom: 0;
        }
      }
    }
    .mobile-only {
      display: flex;
    }
    .customer-form {
      padding-bottom: 0;
    }
    .customer-login,
    .customer-forgot,
    .customer-register {
      font-family: 'EN-Regular', 'CN-Source';
      font-weight: 400;
      padding: 0 !important;
      margin: 0;
      height: 100dvh;
      min-height: 100dvh;
      .container {
        margin-top: 0;
        padding-left: 16px;
        padding-right: 16px;
        .customer-form {
          padding-bottom: 0 !important;
          .title-customer {
            margin-top: 24px;
            margin-bottom: 24px;
            font-size: 20px;
            font-family: 'EN-Bold', 'CN-Source';
            font-weight: 400;
            line-height: 28px;
            color: rgba(26, 26, 26, 1);
            text-align: left;
            justify-content: flex-start;
          }
          .form-label {
            display: none;
          }
          form {
            width: 100%;
          }
          .form-group input {
            width: 100%;
            height: 48px;
            border-radius: 4px;
            padding: 14px 16px;
            font-size: 12px;
            color: rgba(0, 0, 0, 1);
            &::placeholder {
              color: rgba(166, 166, 166, 1);
            }
          }
        }
      }
    }
  }
/* END_SECTION:main-login */

/* START_SECTION:main-product (INDEX:75) */
@media (min-width: 768px) {
    .mobile {
      display: none;
    }
    .desktop {
      display: block;
    }
  }
  @media (max-width: 767px) {
    .mobile {
      display: block;
    }
    .desktop {
      display: none;
    }
  }
  .customerizePersonal {
    width: 100vw;
    background: white;
    position: fixed;
    z-index: 2147483647;
    top: 0;
    left: 0;

    .desktop {
      min-height: inherit;
      position: relative;

      .close {
        position: absolute;
        top: 2rem;
        right: 3rem;
        height: 3rem;
        width: 3rem;
      }

      .view {
        width: 70%;
        flex-direction: column;
        background: rgba(242, 242, 240, 0.8);
        min-height: inherit;
        padding: 0 5%;

        h3 {
          font-size: 37px;
          font-weight: 500;
          letter-spacing: 1px;
          line-height: 37px;
        }

        p {
          font-size: 22px;
          font-weight: 300;
          letter-spacing: 1px;
          line-height: 32px;
          margin-top: 1rem;
        }

        .info {
          flex-direction: row;
          margin-top: 8rem;
          margin-bottom: 8rem;

          .flex-1 {
            flex-direction: column;
            position: relative;

            &::after {
              content: '';
              height: 90%;
              width: 0.5px;
              background: #e5e5e5;
              border: 0.3px solid rgba(229, 229, 229, 1);
              position: absolute;
              right: 0;
            }
            &:last-of-type::after {
              width: 0;
              border: 0;
            }

            img {
              height: 8rem;
              width: 8rem;
              object-fit: contain;
            }
            .tip {
              font-size: 16px;
              font-weight: 400;
              letter-spacing: 1px;
              line-height: 28px;
              width: 80%;
              text-align: center;
              margin-top: 8rem;
            }
          }
        }

        .btn {
          height: 60px;
          border-radius: 100px;
          background: rgba(0, 0, 0, 1);
          font-size: 16px;
          font-weight: 500;
          color: rgba(255, 255, 255, 1);
          cursor: pointer;
        }
      }

      .tour {
        width: 30%;
        flex-direction: column;
        padding: 0 3%;

        .btn {
          height: 60px;
          opacity: 0.5;
          border-radius: 100px;
          border: 1px solid rgba(0, 0, 0, 1);
          background: white;
          color: rgba(0, 0, 0, 1);
          width: 100%;
          text-align: center;
          cursor: pointer;
        }
      }

      .preview {
        width: 70%;
        flex-direction: column;
        background: rgba(242, 242, 240, 0.8);
        min-height: inherit;
      }

      .form {
        width: 30%;
      }
    }
  }

  body.main-product-size-guide-open {
    overflow: hidden;
  }

  .main-product-size-guide {
    width: min(94vw, 100rem);
    max-width: none;
    max-height: 92vh;
    margin: auto;
    padding: 0;
    color: #000;
    background: #fff;
    border: 1px solid #000;
    overflow: hidden;
  }

  .main-product-size-guide::backdrop {
    background: rgb(0 0 0 / 55%);
  }

  .main-product-size-guide__header {
    display: flex;
    min-height: 5rem;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #000;
  }

  .main-product-size-guide__header h2 {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2.625rem);
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }

  .main-product-size-guide__close {
    display: inline-flex;
    width: 2.75rem;
    height: 2.75rem;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 1px solid currentcolor;
    border-radius: 50%;
    cursor: pointer;
  }

  .main-product-size-guide__close svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .main-product-size-guide__scroll {
    max-height: calc(92vh - 5rem);
    padding: 2rem;
    overflow: auto;
  }

  .main-product-size-guide__scroll .product-sizechart-content {
    padding: 0 !important;
  }

  @media (max-width: 767px) {
    .main-product-size-guide {
      width: calc(100vw - 1.5rem);
      max-height: calc(100dvh - 1.5rem);
    }

    .main-product-size-guide__header {
      min-height: 4rem;
      padding: 0.75rem 1rem;
    }

    .main-product-size-guide__close {
      width: 2.25rem;
      height: 2.25rem;
    }

    .main-product-size-guide__scroll {
      max-height: calc(100dvh - 5.5rem);
      padding: 1rem;
    }
  }
/* END_SECTION:main-product */

/* START_SECTION:main-register (INDEX:76) */
.customer-register .customer-login-tips {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 16px;
    color: rgba(128, 128, 128, 1);

    a {
      font-weight: 500;
      text-decoration-line: underline;
      color: rgba(128, 128, 128, 1);
    }
  }
/* END_SECTION:main-register */

/* START_SECTION:page-store-location-v2 (INDEX:93) */
.ito-store-page,
  .ito-store-page *,
  .ito-store-page *::before,
  .ito-store-page *::after { box-sizing: border-box; }

  .ito-store-page { background: #edefea; color: #000; }
  .ito-store-page,
  .ito-store-page * { letter-spacing: normal; }

  .ito-store-page__region-country::before { content: ' '; }

  .ito-store-page__hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    padding: 86px 32px 90px;
    background: #fff;
    border-block: 1px solid #000;
    text-align: center;
  }

  .ito-store-page__hero-media {
    width: min(896px, 100%);
    height: 465px;
    margin-top: 38px;
    overflow: hidden;
    background: #ececec;
  }

  .ito-store-page__hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ito-store-page__hero h1 {
    width: min(1214px, 100%);
    margin: 0;
    font-family: var(--font-display--family);
    font-size: 100px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
  }

  .ito-store-page__hero-text {
    width: min(896px, 100%);
    margin-top: 41px;
    font-family: var(--font-primary--family);
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
  }

  .ito-store-page__hero-text > :first-child,
  .ito-store-page__hero-text > :last-child { margin: 0; }

  .ito-store-page__directory {
    padding: 94px 0;
    border-bottom: 1px solid #000;
  }

  .ito-store-page__directory-inner {
    width: clamp(1188px, 82.5vw, 1584px);
    max-width: calc(100% - 80px);
    margin: 0 auto;
  }

  .ito-store-page__region + .ito-store-page__region { margin-top: 48px; }
  .ito-store-page__region--first:not(:first-child) { margin-top: 96px; }

  .ito-store-page__region h2 {
    margin: 0 0 42px;
    font-family: var(--font-display--family);
    font-size: 95px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }

  .ito-store-page__store h3 {
    margin: 0 0 18px;
    font-family: var(--font-display--family);
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }

  .ito-store-page__accordion {
    overflow: hidden;
    background: #fff;
    border: 1px solid #000;
    border-radius: 6px;
  }

  .ito-store-page__accordion details { background: #fff; border-bottom: 1px solid #000; }
  .ito-store-page__accordion details:last-child { border-bottom: 0; }

  .ito-store-page__accordion summary {
    display: flex;
    min-height: 57px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 19px 20px;
    cursor: pointer;
    font-family: 'MD Primer', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    list-style: none;
    text-transform: uppercase;
  }

  .ito-store-page__accordion summary::-webkit-details-marker { display: none; }
  .ito-store-page__accordion summary::marker { content: ''; }

  .ito-store-page__icon { position: relative; width: 14px; height: 14px; flex: 0 0 14px; }
  .ito-store-page__icon::before,
  .ito-store-page__icon::after {
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 1px;
    background: #000;
    content: '';
  }
  .ito-store-page__icon::after { transform: rotate(90deg); transition: transform 160ms ease; }
  .ito-store-page__accordion details[open] .ito-store-page__icon::after { transform: rotate(0); }

  .ito-store-page__answer {
    padding: 0 20px 20px;
    font-family: 'MD Primer', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
  }

  .ito-store-page__answer p { margin: 0; }
  .ito-store-page__answer p + p { margin-top: 4px; }
  .ito-store-page__answer a { color: inherit; text-underline-offset: 3px; }

  @media (max-width: 1024px) {
    .ito-store-page__hero h1 { font-size: 70px; }
    .ito-store-page__directory { padding: 72px 40px; }
    .ito-store-page__directory-inner { width: 100%; max-width: none; }
    .ito-store-page__region h2 { font-size: 70px; }
  }

  @media (max-width: 749px) {
    .ito-store-page__hero {
      min-height: 0;
      padding: 42px 20px;
      border-top: 1px solid #000;
      border-bottom: 0;
    }
    .ito-store-page__hero-media {
      width: 100%;
      height: auto;
      aspect-ratio: 335 / 195;
      margin-top: 32px;
    }
    .ito-store-page__hero h1 { width: 100%; max-width: 335px; font-size: 40px; }
    .ito-store-page__hero-text {
      width: 100%;
      max-width: 335px;
      margin-top: 32px;
      font-size: 16px;
    }
    .ito-store-page__directory { padding: 56px 24px; }
    .ito-store-page__directory-inner { max-width: none; }
    .ito-store-page__region + .ito-store-page__region { margin-top: 40px; }
    .ito-store-page__region--first:not(:first-child) { margin-top: 64px; }
    .ito-store-page__region h2 { margin-bottom: 32px; font-size: 48px; }
    .ito-store-page__region-country { display: block; }
    .ito-store-page__region-country::before { content: none; }
    .ito-store-page__store h3 { margin-bottom: 16px; font-size: 20px; }
    .ito-store-page__accordion summary {
      min-height: 56px;
      align-items: flex-start;
      gap: 16px;
      padding: 19px 16px;
    }
    .ito-store-page__answer { padding: 0 16px 18px; font-size: 16px; }
  }
/* END_SECTION:page-store-location-v2 */

/* START_SECTION:product-features (INDEX:102) */
.pdp-features {
    overflow: hidden;
    height: auto;
    background: var(--pdp-features-bg);
    border-block: 1px solid var(--pdp-features-text);
    color: var(--pdp-features-text);
  }
  .pdp-features h2 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 60px 40px;
    box-sizing: border-box;
    font-family: var(--font-display--family);
    font-size: clamp(64px, 4.6vw, 72px);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.02em;
    white-space: nowrap;
    text-transform: uppercase;
  }
  .pdp-features__viewport{overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;border-top:1px solid var(--pdp-features-text);-webkit-overflow-scrolling:touch}.pdp-features__viewport::-webkit-scrollbar{display:none}.pdp-features__track{display:flex;width:max-content}
  .pdp-features__card {
    display: flex;
    width: 40vw;
    flex: 0 0 40vw;
    flex-direction: column;
    overflow: hidden;
    border-right: 1px solid var(--pdp-features-text);
    scroll-snap-align: start;
  }

  .pdp-features__image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    object-fit: cover;
  }

  .pdp-features__copy {
    min-height: 180px;
    height: auto;
    flex: 0 0 auto;
    padding: 31px 40px;
    box-sizing: border-box;
  }
  .pdp-features__copy h3 {
    margin: 0 0 9px;
    font-family: var(--font-primary--family);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .pdp-features__copy div{max-width:495px;font-family:var(--font-primary--family);font-size:14px;line-height:1.25}.pdp-features__copy p{margin:0}
  .pdp-features__scrollbar {
    position: relative;
    width: 100%;
    height: 8px;
    box-sizing: border-box;
    border-top: 1px solid var(--pdp-features-text);
    background: var(--pdp-features-bg);
    cursor: pointer;
  }

  .pdp-features__scrollbar-thumb {
    position: relative;
    display: block;
    height: 100%;
    background: var(--pdp-features-text);
    transition: width 200ms ease, transform 360ms ease;
    cursor: grab;
    touch-action: none;
    user-select: none;
  }

  .pdp-features__scrollbar-thumb::before {
    content: '';
    position: absolute;
    z-index: 1;
    inset: -10px 0;
  }

  .pdp-features__scrollbar-thumb:focus-visible {
    outline: 2px solid var(--pdp-features-text);
    outline-offset: 2px;
  }

  .pdp-features.is-scrollbar-dragging .pdp-features__viewport {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }

  .pdp-features.is-scrollbar-dragging .pdp-features__scrollbar-thumb {
    transition: none;
    cursor: grabbing;
  }

  .pdp-features__scrollbar.is-disabled {
    cursor: default;
  }
  @media(max-width:749px){.pdp-features{height:auto}
  .pdp-features h2 {
    height: auto;
    padding: 37px 22px;
    font-size: clamp(36px, 10vw, 48px);
    line-height: 1;
    white-space: normal;
  }
  .pdp-features__card {
  width: 66.6667vw;
  flex: 0 0 66.6667vw;
  box-sizing: border-box;
}

.pdp-features__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.pdp-features__copy {
  min-height: 124px;
  height: auto;
  padding: 30px 27px;
  box-sizing: border-box;
}
  .pdp-features__copy h3{margin-bottom:8px;font-size:14px}.pdp-features__copy div{font-size:12px;line-height:1.3}}

  @media (prefers-reduced-motion: reduce) {
    .pdp-features__viewport {
      scroll-behavior: auto;
    }

    .pdp-features__scrollbar-thumb {
      transition: none;
    }
  }
/* END_SECTION:product-features */

/* START_SECTION:product-lifestyle-gallery (INDEX:105) */
.pdp-lifestyle { position: relative; /* * 图片顶部位置 + 图片响应式高度 + 底部间距。 * 底部间距与标题顶部的 4.55rem 保持一致。 */ height: calc(23.6535vw + 15rem); overflow: hidden; background: var(--pdp-lifestyle-bg); border-block: 1px solid var(--pdp-lifestyle-text); color: var(--pdp-lifestyle-text); } .pdp-lifestyle__heading { position: absolute; z-index: 1; margin: 0; font-family: var(--font-display--family); font-size: 50px; font-weight: 400; line-height: 1.2; text-transform: uppercase; } .pdp-lifestyle__heading--start { top: 4.55rem; left: 2.5rem; } .pdp-lifestyle__heading--end { top: 4.55rem; right: 2.5rem; } .pdp-lifestyle--with-follow .pdp-lifestyle__heading--end { right: 11rem; } .pdp-lifestyle__heading--mobile { display: none; }
    .pdp-lifestyle__follow { position: absolute; z-index: 2; top: calc(4.55rem + 30px); right: 3.125rem; display: inline-flex; align-items: center; gap: 6px; color: inherit; font-family: var(--font-utility--family, monospace); font-size: 15px; font-weight: 400; line-height: 1.1; text-transform: uppercase; white-space: nowrap; transform: translateY(-50%); }
    a.pdp-lifestyle__follow { text-decoration: none; }
    .pdp-lifestyle__follow-label { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
    .pdp-lifestyle__follow-arrow { display: inline-flex; width: 15px; height: 15px; align-items: center; justify-content: center; font-family: inherit; font-size: 15px; line-height: 1; text-decoration: none; transition: transform 180ms ease; }
    a.pdp-lifestyle__follow:hover .pdp-lifestyle__follow-arrow { transform: translateX(3px); }
    a.pdp-lifestyle__follow:focus-visible { outline: 1px solid currentcolor; outline-offset: 4px; }
    .pdp-lifestyle__viewport { position: absolute; top: 10.56rem; right: 0; left: 0; overflow: hidden; }
    /* 默认隐藏手机端双行走马灯 */
.pdp-lifestyle__mobile-gallery {
  display: none;
}
     .pdp-lifestyle__track { display: flex; width: max-content; gap: 1.125rem; margin: 0; padding: 0; animation: pdp-lifestyle-marquee var(--pdp-lifestyle-duration) linear infinite; will-change: transform; } 
     .pdp-lifestyle__slide { width: calc((100vw - 5.625rem) / 6); height: auto; aspect-ratio: 229 / 325; flex: 0 0 calc((100vw - 5.625rem) / 6); margin: 0; overflow: hidden; } 
     .pdp-lifestyle__image { display: block; width: 100%; height: 100%; object-fit: cover; } 
     .pdp-lifestyle:hover .pdp-lifestyle__track,
    .pdp-lifestyle:focus-within .pdp-lifestyle__track,
    .pdp-lifestyle.is-paused .pdp-lifestyle__track,
    .pdp-lifestyle:hover .pdp-lifestyle__mobile-track,
    .pdp-lifestyle:focus-within .pdp-lifestyle__mobile-track,
    .pdp-lifestyle.is-paused .pdp-lifestyle__mobile-track {
    animation-play-state: paused;
    }
    @keyframes pdp-lifestyle-marquee { from { transform: translateX(0); } to { transform: translateX( calc(-16.6666667% - 0.1875rem) ); } }
    @keyframes pdp-lifestyle-mobile-marquee {
      from { transform: translateX(0); }
      to { transform: translateX(calc(-50% - 2vw)); }
}
     @media (prefers-reduced-motion: reduce) {
  .pdp-lifestyle__track,
  .pdp-lifestyle__mobile-track {
    animation: none;
  }
}
     @media (max-width: 749px) {
  .pdp-lifestyle {
    height: 177.9vw;
    padding: 0;
  }

  .pdp-lifestyle--with-follow {
    height: 191.2vw;
  }

  .pdp-lifestyle__heading--start,
  .pdp-lifestyle__heading--end {
    display: none;
  }

  .pdp-lifestyle__heading--mobile {
    position: absolute;
    top: 11.4667vw;
    left: 6.9333vw;
    display: block;
    width: 70.6667vw;
    margin: 0;
    padding: 0;
    font-size: 10.6667vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    white-space: normal;
  }

  .pdp-lifestyle__follow {
    position: absolute;
    top: 47.7627vw;
    left: 6.9333vw;
    right: auto;
    display: flex;
    width: fit-content;
    margin: 0;
    transform: none;
  }

  /* 隐藏桌面单行走马灯 */
  .pdp-lifestyle__viewport--desktop {
    display: none;
  }

  /* 手机双行走马灯 */
  .pdp-lifestyle__mobile-gallery {
    position: absolute;
    top: 47.7627vw;
    left: 0;
    display: grid;
    width: 100%;
    gap: 4.2584vw;
    padding: 0;
    overflow: hidden;
  }

  .pdp-lifestyle--with-follow .pdp-lifestyle__mobile-gallery {
    top: 61.0667vw;
  }

  .pdp-lifestyle__mobile-row {
    width: 100%;
    overflow: hidden;
  }

  .pdp-lifestyle__mobile-track {
    position: relative;
    left: -13.6vw;
    display: flex;
    width: max-content;
    gap: 4vw;
    animation:
      pdp-lifestyle-mobile-marquee
      var(--pdp-lifestyle-duration)
      linear
      infinite;
    will-change: transform;
  }

  .pdp-lifestyle__mobile-track--reverse {
    animation-duration: var(--pdp-lifestyle-reverse-duration);
    animation-direction: reverse;
    animation-delay: var(--pdp-lifestyle-reverse-delay);
  }

  .pdp-lifestyle__mobile-group {
    display: flex;
    flex: 0 0 auto;
    gap: 4vw;
  }

  .pdp-lifestyle__mobile-slide {
    width: 39.7595vw;
    height: 56.4269vw;
    flex: 0 0 39.7595vw;
    margin: 0;
    background: #f3f3f3;
    overflow: hidden;
  }

  .pdp-lifestyle__mobile-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
/* END_SECTION:product-lifestyle-gallery */

/* START_SECTION:product-sticky-bar (INDEX:110) */
.product-sticky-bar {
    position: fixed;
    z-index: 40;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    box-sizing: border-box;
    display: grid;
    min-height: 4.3rem;
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 20.4rem);
    align-items: center;
    gap: 2rem;
    padding: 1rem 2.5rem;
    background: var(--product-sticky-bar-bg);
    border-block: 1px solid var(--product-sticky-bar-border);
    color: var(--product-sticky-bar-text);
  }

  body.product-sticky-bar-active {
    padding-bottom: var(--product-sticky-bar-height, 0);
  }

  .product-sticky-bar__copy {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem;
  }

  .product-sticky-bar__title,
  .product-sticky-bar__price {
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
  }

  .product-sticky-bar__title {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem;
    font-family: var(--font-display--family);
    font-size: 1.5rem;
  }

  .product-sticky-bar__series-main,
  .product-sticky-bar__size-type {
    font-weight: 600;
    text-transform: uppercase;
  }

  .product-sticky-bar__descriptor {
    display: inline-flex;
    min-width: 0;
    align-items: baseline;
    gap: 0.35rem;
  }

  .product-sticky-bar__series-sub {
    font-weight: 400;
    text-transform: lowercase;
  }

  .product-sticky-bar__price {
    display: none;
    font-family: var(--font-utility--family);
  }

  .product-sticky-bar__form button {
    display: flex;
    width: 100%;
    min-height: 2.2rem;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1rem;
    background: #ffffff;
    border: 1px solid var(--product-sticky-bar-border);
    border-radius: 0.35rem;
    color: var(--product-sticky-bar-cta-text);
    cursor: pointer;
    font-family: var(--font-utility--family);
    font-size: 0.94rem;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .product-sticky-bar__form button:disabled {
    cursor: not-allowed;
    opacity: 0.55;
  }

  @media (max-width: 767px) {
    .product-sticky-bar {
      height: calc(94px + env(safe-area-inset-bottom));
      min-height: 0;
      grid-template-columns: minmax(0, 1fr) auto;
      grid-template-rows: 40px 52px;
      gap: 0;
      padding: 0 0 env(safe-area-inset-bottom);
      border-top: 1px solid var(--product-sticky-bar-border);
      border-bottom: 1px solid var(--product-sticky-bar-border);
    }

    .product-sticky-bar__copy {
      align-self: stretch;
      flex-wrap: nowrap;
      align-items: center;
      overflow: hidden;
      padding-left: 20px;
    }

    .product-sticky-bar__title {
      flex-wrap: nowrap;
      gap: 4px;
      overflow: hidden;
      font-size: 16px;
      white-space: nowrap;
    }

    .product-sticky-bar__series-main {
      flex: 0 0 auto;
      font-weight: 700;
    }

    .product-sticky-bar__descriptor {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .product-sticky-bar__descriptor span {
      overflow: visible;
    }

    .product-sticky-bar__descriptor span + span::before {
      content: ' ';
    }

    .product-sticky-bar__title,
    .product-sticky-bar__descriptor {
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .product-sticky-bar__series-sub,
    .product-sticky-bar__size-type {
      font-weight: 400;
    }

    .product-sticky-bar__price {
      display: block;
      align-self: center;
      padding: 0 20px 0 12px;
      font-size: 13px;
      white-space: nowrap;
    }

    .product-sticky-bar__copy,
    .product-sticky-bar__price {
      background: var(--product-sticky-bar-bg);
    }

    .product-sticky-bar__form {
      align-self: stretch;
      grid-column: 1 / -1;
      margin: 0;
    }

    .product-sticky-bar__form button {
      box-sizing: border-box;
      height: 52px;
      min-height: 52px;
      padding: 12px 30px;
      border: 0;
      border-top: 1px solid var(--product-sticky-bar-border);
      border-radius: 0;
      background: #ffffff;
      font-size: 15px;
    }
  }
/* END_SECTION:product-sticky-bar */

/* START_SECTION:product (INDEX:112) */
.product-detail {
      display: grid;
      width: 100vw;
      max-width: 100vw;
      margin-inline: calc(50% - 50vw);
      box-sizing: border-box;

      grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
      align-items: start;
      background: #fff;
      border: 1px solid var(--pd-border);
      color: #000;
    }
    .product-detail__gallery{border-right:1px solid var(--pd-border)}
    .product-detail__gallery-grid{display:grid;grid-template-columns:1fr 1fr}
    .product-detail__media {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  padding: 18px 20px;
  background: #ffffff;
  border-bottom: 1px solid var(--pd-border);
}
    .product-detail__media--large{grid-column:1/-1;height:824px}
    .product-detail__media[hidden] {
  display: none !important;
}

.product-detail__media--half {
  height: 412px;
}

.product-detail__media--half-left {
  border-right: 1px solid var(--pd-border);
}
    .product-detail__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
    .product-detail__progress{display:none}
    .product-detail__info{min-width:0;padding:39px 40px;font-family:var(--font-primary--family)}
    .product-detail__eyebrow{margin:0 0 8px;font-family:var(--font-display--family);font-size:24px;line-height:1;text-transform:uppercase}
    .product-detail__heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
    .product-detail__heading-row h1{margin:0;font-family:var(--font-display--family);font-size:46px;font-weight:400;line-height:1;text-transform:uppercase}
    .product-detail__heading-row p {
  flex-shrink: 0;
  margin: 0;
  font-family: var(--font-utility--family);
  font-size: 24px;
  line-height: 1.1;
}
    .product-detail__rating {
      min-height: 14px;
      margin: 14px 0 0;
      font-family: var(--font-utility--family);
      font-size: 11px;
      color: #000a;
      text-transform: uppercase;
    }
    .product-detail__rating > p {
      display: flex;
      gap: 10px;
      margin: 0;
    }
    .product-detail__rating > p span {
      display: inline-block;
      color: #000;
      font-family: Arial, sans-serif;
      font-size: 10px;
      line-height: 1;
      letter-spacing: 1px;
    }
    .product-detail__rating .jdgm-prev-badge {
      display: inline-flex !important;
      align-items: center;
      gap: 10px;
    }
    .product-detail__rating .jdgm-prev-badge__text {
      color: rgba(0, 0, 0, 0.65);
      font-size: 11px;
      text-transform: uppercase;
    }
    .product-detail__colour {
  margin-top: 48px;
  font-size: 18px;
}

.product-detail__colour p {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
  line-height: 1.2;
}

.product-detail__colour p strong {
  font-weight: 600;
}

.product-detail__colour [data-product-colour] {
  font-weight: 400;
  text-transform: uppercase;
}
    .product-detail__swatches{display:flex;gap:9px;margin-top:10px}
    .product-detail__swatch{width:21px;height:21px;padding:0;background:var(--swatch);border:1px solid #000;border-radius:50%;cursor:pointer}
    .product-detail__swatch.is-active{outline:3px solid #fff;box-shadow:0 0 0 1px #000}
    .product-detail__size {
  margin-top: 26px;
  font-size: 18px;
}
.product-detail__size-label {
  font-size: inherit;
  font-weight: 600;
  line-height: 1.2;
}
    .product-detail__size-row {
  display: flex;
  width: 387px;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 11px;
  font-family: var(--font-utility--family);
}

.product-detail__size-select-wrap {
  position: relative;
  z-index: 10;
  width: 296px;
  max-width: 100%;
}

.product-detail__size-dropdown {
  position: relative;
  width: 100%;
}

.product-detail__size-dropdown summary {
  display: flex;
  width: 100%;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 8px 13px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 6px;
  color: #000000;
  cursor: pointer;
  font-family: var(--font-utility--family);
  font-size: 14px;
  line-height: 1;
  list-style: none;
  text-transform: uppercase;
}

.product-detail__size-dropdown summary::-webkit-details-marker {
  display: none;
}

.product-detail__size-chevron {
  display: inline-flex;
  width: 11px;
  height: 6px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  transition: transform 160ms ease;
}

.product-detail__size-chevron img {
  display: block;
  width: 7px;
  height: 12px;
  max-width: none;
  transform: rotate(90deg);
}

.product-detail__size-dropdown[open]
  .product-detail__size-chevron {
  transform: rotate(180deg);
}

.product-detail__size-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 30;
  display: grid;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.product-detail__size-option {
  display: flex;
  min-height: 36px;
  align-items: center;
  gap: 10px;
  color: #000000;
  cursor: pointer;
  font-family: var(--font-utility--family);
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-detail__size-option:hover {
  opacity: 0.65;
}

.product-detail__size-option input {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  appearance: none;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
  cursor: pointer;
}

.product-detail__size-option input:checked {
  border: 4px solid #000000;
}

.product-detail__size-option input:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 3px;
}

.product-detail__size-guide {
  flex: 0 0 auto;
  font-size: 14px;
  text-transform: uppercase;
}
    .product-detail__size a,.product-detail__compare{color:inherit;text-decoration:underline;text-underline-offset:2px}
    .product-detail__form {
  margin-top: 60px;
}
    .product-detail__form button {
  width: 100%;
  min-height: 65px;
  background: var(--pd-cta-bg);
  border: 2px solid #000;
  border-radius: 12px;
  color: var(--pd-cta-text);
  font-family: var(--font-utility--family);
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}
    .product-detail__compare-links {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-top: 14px;
}

.product-detail__compare {
  display: inline-block;
  flex: 0 0 auto;
  font-family: var(--font-utility--family);
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

body.product-airline-compatibility-open,
body.product-size-guide-open {
  overflow: hidden;
}

.product-detail__airline-dialog {
  width: min(82vw, 1570px);
  max-width: none;
  max-height: 84vh;
  margin: auto;
  padding: 0;
  background: #ffffff;
  border: 0;
  border-radius: 8px;
  color: #000000;
  overflow: hidden;
}

.product-detail__airline-dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.product-detail__airline-header {
  position: relative;
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 16px 72px;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
}

.product-detail__airline-header h2 {
  margin: 0;
  font-family: var(--font-primary--family);
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.product-detail__airline-close {
  position: absolute;
  top: 50%;
  right: 30px;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  transform: translateY(-50%);
}

.product-detail__airline-close svg {
  width: 24px;
  height: 24px;
}

.product-detail__airline-scroll {
  max-height: calc(84vh - 92px);
  padding: 54px 62px 64px;
  overflow: auto;
}

    .product-detail__description{margin-top:29px;font-size:16px;line-height:1.3}.product-detail__description p{margin:0}
    .product-detail__description .ace-line{font-size:16px}
    .product-detail__description .ace-line > strong:first-child{
      display:inline-block;
      margin-bottom:16px;
    }
    .product-detail__features{display:grid;gap:8px;margin:22px 0 0;padding-left:20px;font-size:16px;line-height:1.2}
    .product-detail__features + .product-detail__features{margin-top:40px}
    .product-detail__features-note{
      color:inherit;
      list-style:none;
      opacity:.65;
    }
    .product-detail__features-image {
  width: 100%;
  margin: 32px 0 64px;
}

.product-detail__features-image-asset {
  display: block;
  width: var(--features-image-width, 120px);
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
    .product-detail__swatches {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  min-height: 0;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 20px;
  padding: 0;
}
.product-detail__swatch {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  min-width: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
}    

   

    .product-detail__swatch.is-active {
      border-color: currentcolor;
    }
    .product-detail__swatch span {
  display: block;
  width: 32px;
  height: 32px;
  background-color: var(--swatch-color, #cccccc);
  background-image: var(--swatch-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  border-radius: 50%;
}
    .product-detail__specs-card {
  width: 100%;
  margin-top: 64px;
  overflow: hidden;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 10px;
}

.product-detail__details {
  margin: 0;
  background: #ffffff;
  border: 0;
}

.product-detail__details summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 26px;
  background: #ffffff;
  border-bottom: 1px solid #000000;
  cursor: pointer;
  font-family: var(--font-display--family);
  font-size: 20px;
  text-transform: uppercase;
  list-style: none;
}

.product-detail__details summary::-webkit-details-marker {
  display: none;
}

.product-detail__details summary span {
  display: none;
  font-weight: 300;
  line-height: 1;
}

.product-detail__details-content {
  padding: 20px 26px;
  background: #ffffff;
  border-bottom: 1px solid #000000;
  font-size: 14px;
}

.product-detail__upsell {
  display: grid;
  min-height: 150px;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 0;
  margin: 0;
  background: #ffffff;
  border: 0;
}

.product-detail__upsell + .product-detail__upsell {
  border-top: 1px solid #000000;
}

.product-detail__upsell-media {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 18px;
  background: #ffffff;
  border-right: 1px solid #000000;
}

.product-detail__upsell-media img {
  display: block;
  width: 100%;
  height: 112px;
  object-fit: contain;
  object-position: center;
}

.product-detail__upsell-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 24px 36px;
}

.product-detail__upsell h2,
.product-detail__upsell p {
  margin: 0;
}

.product-detail__upsell h2 {
  font-family: var(--font-display--family);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}

.product-detail__upsell p {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1;
}

.product-detail__upsell-form {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-right: 26px;
}

.product-detail__upsell button {
  min-width: 160px;
  min-height: 48px;
  padding: 10px 18px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 9px;
  color: #000000;
  cursor: pointer;
  font-family: var(--font-utility--family);
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-detail__upsell-button-label--mobile {
  display: none;
}

    .product-detail__services {
  width: 100%;
  margin-top: 64px;
  background: #ffffff;
}

.product-detail__service {
  display: grid;
  min-height: 165px;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 72px;
  box-sizing: border-box;
  padding: 24px 0;
  background: #ffffff;
}

.product-detail__service + .product-detail__service {
  border-top: 1px solid rgba(0, 0, 0, 0.35);
}

.product-detail__service-icon {
  display: flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
}

.product-detail__service-icon img {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.product-detail__service-copy {
  min-width: 0;
}

.product-detail__service h2,
.product-detail__service p {
  margin: 0;
}

.product-detail__service h2 {
  font-family: var(--font-utility--family);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.product-detail__service p {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.35;
}
    .product-detail__heading-row .product-title {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    margin: 0;
    gap: 6px;
    text-transform: uppercase;
  }

  .product-detail__heading-row .product-title__series-row {
    display: flex;
    width: 100%;
    align-items: baseline;
    gap: 8px;
    margin: 0;
    font-family: var(--font-display--family);
    font-size: 24px;
    line-height: 1.1;
  }

  .product-detail__heading-row .product-title__series-main {
    display: inline-block;
    font: inherit;
    font-weight: 600;
  }

  .product-detail__heading-row .product-title__series-sub {
  display: inline-block;
  font: inherit;
  font-weight: 300;
  text-transform: lowercase;
}

  .product-detail__heading-row .product-title__size-type {
    display: block;
    width: 100%;
    margin: 0;
    font-family: var(--font-display--family);
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
  }

  .product-detail__heading-row .product-title__fallback {
    display: block;
    width: 100%;
    margin: 0;
    font-family: var(--font-display--family);
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
  }
    @media(min-width:1100px){
      .product-detail{
        height:calc(100dvh - var(--height-bar, 0px) - var(--height-header, 80px));
        min-height:0;
        align-items:stretch;
        overflow:hidden;
      }
      .product-detail__gallery,
      .product-detail__info{
        height:100%;
        min-height:0;
        box-sizing:border-box;
        overflow-x:hidden;
        overflow-y:auto;
        overscroll-behavior-y:auto;
        scrollbar-width:none;
        -ms-overflow-style:none;
      }
      .product-detail__gallery::-webkit-scrollbar,
      .product-detail__info::-webkit-scrollbar{
        display:none;
        width:0;
        height:0;
      }
      .product-detail__gallery:focus-visible,
      .product-detail__info:focus-visible{
        outline:2px solid #000;
        outline-offset:-2px;
      }
    }
    @media(max-width:1099px){.product-detail{grid-template-columns:1fr}
    .product-detail__gallery{border-right:0}
    .product-detail__info{position:static}}
    @media(max-width:749px){
    .product-detail {
        width: 100vw;
        max-width: 100vw;
        margin-inline: calc(50% - 50vw);
        border-inline: 0;
      }
    .product-detail__gallery{overflow:hidden}
    .product-detail__gallery-grid{
      display:flex;
      overflow-x:auto;
      overflow-y:hidden;
      scroll-snap-type:x mandatory;
      scrollbar-width:none;
      -ms-overflow-style:none;
      touch-action:pan-y;
      overscroll-behavior-x:contain;
      -webkit-overflow-scrolling:touch;
    }
    .product-detail__gallery-grid::-webkit-scrollbar{display:none}
    .product-detail__media{
      flex:0 0 100%;
      width:100%;
      height:100vw!important;
      scroll-snap-align:start;
      scroll-snap-stop:always;
      border-bottom:1px solid #000;
    }
    .product-detail__gallery-grid.is-dragging{
      cursor:grabbing;
      scroll-snap-type:none;
    }
    .product-detail__gallery-grid .product-detail__image{
      pointer-events:none;
      user-select:none;
      -webkit-user-drag:none;
    }
    .product-detail__progress{display:grid;grid-template-columns:repeat(6,1fr);height:8px}
    .product-detail__progress span{background:#ddd}
    .product-detail__progress .is-active{background:#000}
    .product-detail__info{padding:30px 20px}
    .product-detail__eyebrow{margin-bottom:12px;font-size:20px}
    .product-detail__heading-row{display:block}
    .product-detail__heading-row h1{font-size:27px}
    .product-detail__heading-row p{display:none}
    .product-detail__rating {
      margin: 26px 0 0;
      color: rgba(0, 0, 0, 0.65);
      font-family: var(--font-utility--family);
      font-size: 15px;
      line-height: 1;
      text-transform: uppercase;
    }
    .product-detail__rating > p,
    .product-detail__rating .jdgm-prev-badge {
      gap: 20px;
    }
    .product-detail__rating .jdgm-prev-badge__text {
      font-size: 15px;
    }
    .product-detail__colour{margin-top:25px}
    .product-detail__size {
      display: flex;
      width: 100%;
      max-width: 100%;
      min-width: 0;
      box-sizing: border-box;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      margin-top: 52px;
      font-size: 14px;
    }
    .product-detail__size > strong {
      display: block;
      margin: 0;
      font-weight: 600;
      line-height: 1.3;
    }
    .product-detail__size-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  align-items: center;
  justify-items: start;
  gap: 10px;
  margin-top: 0;
}

.product-detail__size-select-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

    .product-detail__size-dropdown {
      width: 100%;
      max-width: 100%;
      min-width: 0;
    }

    .product-detail__size-dropdown summary {
      min-height: 48px;
      padding: 9px 13px;
      border: 1px solid #000000;
      border-radius: 6px;
      font-size: 14px;
      line-height: 1.3;
      text-transform: none;
    }

    .product-detail__size-menu {
      top: calc(100% + 4px);
      padding: 10px 14px;
      border: 1px solid #000000;
      border-radius: 6px;
    }

    .product-detail__size-option {
      min-height: 36px;
      gap: 10px;
      font-size: 14px;
      text-transform: none;
    }

    .product-detail__size-option input {
      width: 15px;
      height: 15px;
      flex-basis: 15px;
    }

    .product-detail__size-guide {
      font-size: 14px;
    }
    .product-detail__form{
      width:100%;
      max-width:100%;
      min-width:0;
      margin-top:36px;
    }
    .product-detail__form button{min-height:57px;font-size:14px}
    .product-detail__compare{display:none}
    .product-detail__airline-dialog {
      width: calc(100vw - 24px);
      max-height: calc(100dvh - 24px);
    }
    .product-detail__airline-header {
      min-height: 72px;
      padding: 12px 56px;
    }
    .product-detail__airline-header h2 {
      font-size: 20px;
    }
    .product-detail__airline-close {
      right: 10px;
      width: 40px;
      height: 40px;
    }
    .product-detail__airline-scroll {
      max-height: calc(100dvh - 96px);
      padding: 16px;
    }
    .product-detail__description{margin-top:66px;font-size:16px;line-height:1.3}
    .product-detail__features{margin-top:22px;font-size:16px}
    .product-detail__specs-card {
  margin-top: 48px;
  border-radius: 8px;
}

.product-detail__details {
  margin-top: 0;
}

.product-detail__details summary {
  min-height: 58px;
  padding: 0 22px;
  font-size: 18px;
}

.product-detail__details summary span {
  display: none;
}

.product-detail__upsell {
  min-height: 150px;
  grid-template-columns: minmax(96px, 34%) minmax(0, 1fr) auto;
}

.product-detail__upsell-media {
  padding: 16px;
}

.product-detail__upsell-media img {
  height: 110px;
}

.product-detail__upsell-copy {
  padding: 22px 16px;
}

.product-detail__upsell h2 {
  font-size: 16px;
  font-weight: 600;
}

.product-detail__upsell p {
  margin-top: 14px;
  font-size: 16px;
}

.product-detail__upsell-form {
  padding-right: 12px;
}

.product-detail__upsell button {
  min-width: 72px;
  min-height: 46px;
  padding: 8px 14px;
  font-size: 14px;
}

.product-detail__upsell-button-label--desktop {
  display: none;
}

.product-detail__upsell-button-label--mobile {
  display: inline;
}

    .product-detail__services {
  margin-top: 48px;
}

.product-detail__service {
  min-height: 130px;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 24px;
  padding: 24px 0;
}

.product-detail__service-icon {
  width: 56px;
  height: 56px;
}

.product-detail__service-icon img {
  width: 56px;
  height: 56px;
}

.product-detail__service h2 {
  font-size: 16px;
}

.product-detail__service p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.35;
}
/* END_SECTION:product */

/* START_SECTION:shop-the-look (INDEX:127) */
.bls__section-heading {
    letter-spacing: 0.5px;
  }
  .bls__shop-lookbook-content {
    background: rgba(242, 242, 240, 1);
  }
  .bls__section-des {
    letter-spacing: 1px;
    font-size:18px;
    color:rgb(128,128,128);
    padding: 0 15%;
  }
/* END_SECTION:shop-the-look */

/* START_SECTION:video (INDEX:140) */
.bls__video .bls__section-heading{
    text-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.41);
  }
  .bls__video .bls__section-desc{
    text-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.41);
    letter-spacing: 1px;
  }
  .bls__video .bls__section-link .btn-primary  {
      padding: clamp(1rem, 1.2vw, 1.45rem) clamp(4rem, 4.5vw, 9.4rem);
  }
  .bls__video-thumb::after{
    content: "";
    height: 100%;
    width: 100vw;
    background: #0000004d;
    display: block;
    position: absolute;
    top: 0;
  }
/* END_SECTION:video */