/** Shopify CDN: Minification failed

Line 1209:4 Unexpected "{"
Line 1209:5 Expected identifier but found "%"
Line 1209:38 Unexpected "{"
Line 1209:39 Expected identifier but found "%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:advanced-content (INDEX:1) */
.custom-content img{
    height: 100%;
    min-height: 13rem;
    width: 100%;
    object-fit: cover;
    object-position: center;  
  }
  .custom__item-inner .aos-animate .image-wrap{
    height: 100%; 
    min-height: 13rem; 
  }
/* END_SECTION:advanced-content */

/* START_SECTION:alter-ego-lifestyle (INDEX:3) */
.alter-ego-lifestyle__container {
    max-width: 1536px;
    margin-inline: auto;
    padding-inline: 32px;
    width: 100%;
  }

  .alter-ego-lifestyle__header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
  }

  .alter-ego-lifestyle__title {
    margin: 0;
    font-family: 'Sora', sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
  }

  .alter-ego-lifestyle__title--mobile {
    display: none;
    text-align: center;
  }

  .alter-ego-lifestyle__swiper {
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .alter-ego-lifestyle__swiper .swiper-wrapper {
    display: flex;
  }

  .alter-ego-lifestyle__swiper .swiper-slide {
    height: auto;
    flex-shrink: 0;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
  }

  .alter-ego-lifestyle__card {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
  }

  @media screen and (max-width: 767px) {
    .alter-ego-lifestyle__card {
      padding-inline: 15px;
    }
  }

  .alter-ego-lifestyle__video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 400 / 524;
    overflow: hidden;
    border-radius: 20px;
  }

  .alter-ego-lifestyle__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
  }

  .alter-ego-lifestyle__video::-webkit-media-controls {
    display: none !important;
  }

  .alter-ego-lifestyle__video::-webkit-media-controls-enclosure {
    display: none !important;
  }

  .alter-ego-lifestyle__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease;
    z-index: 1;
  }

  .alter-ego-lifestyle__thumbnail.hidden {
    opacity: 0;
    pointer-events: none;
  }

  .alter-ego-lifestyle__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .alter-ego-lifestyle__overlay.hidden {
    opacity: 0;
    pointer-events: none;
  }

  .alter-ego-lifestyle__play-button {
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
  }

  .alter-ego-lifestyle__play-button::after,
  .alter-ego-lifestyle__pause-button::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 1000px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: center;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .alter-ego-lifestyle__play-button:hover::after,
  .alter-ego-lifestyle__pause-button:hover::after {
    transform: rotate(-45deg);
  }

  .alter-ego-lifestyle__play-button.hidden {
    display: none;
  }

  .alter-ego-lifestyle__play-button--centered {
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .alter-ego-lifestyle__play-button--centered::after {
    transform: rotate(45deg);
  }

  .alter-ego-lifestyle__play-button--centered:hover::after {
    transform: rotate(-45deg);
  }

  .alter-ego-lifestyle__play-button svg {
    width: 17px;
    height: 19px;
    margin-left: 3px;
  }

  .alter-ego-lifestyle__pause-button {
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    display: none;
  }

  .alter-ego-lifestyle__pause-button.active {
    display: flex;
  }

  .alter-ego-lifestyle__pause-button svg {
    width: 24px;
    height: auto;
    fill: #fff;
    color: #fff;
  }

  .alter-ego-lifestyle__mute-button {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    border-radius: 1000px;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    border: none;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 3;
  }

  .alter-ego-lifestyle__mute-button::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 1000px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: center;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .alter-ego-lifestyle__mute-button:hover::after {
    transform: rotate(-45deg);
  }

  .alter-ego-lifestyle__mute-button.active {
    display: flex;
  }

  .alter-ego-lifestyle__mute-button--hidden-by-setting {
    display: none !important;
  }

  .alter-ego-lifestyle__mute-button .alter-ego-lifestyle__mute-icon,
  .alter-ego-lifestyle__mute-button .alter-ego-lifestyle__unmute-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    fill: #fff;
    color: #fff;
    pointer-events: none;
  }

  .alter-ego-lifestyle__mute-button .alter-ego-lifestyle__unmute-icon {
    display: none;
  }

  .alter-ego-lifestyle__mute-button.is-muted .alter-ego-lifestyle__mute-icon {
    display: none;
  }

  .alter-ego-lifestyle__mute-button.is-muted .alter-ego-lifestyle__unmute-icon {
    display: block;
  }

  .alter-ego-lifestyle__product-info {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px;
    background-color: #f6f6f6;
    border-radius: 10px;
    margin-top: 16px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .alter-ego-lifestyle__product-image {
    width: 80px;
    height: 74px;
    border-radius: 10px;
    object-fit: contain;
    background-color: #fff;
    flex-shrink: 0;
  }

  .alter-ego-lifestyle__product-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .alter-ego-lifestyle__product-title {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 400;
    color: #000000;
    margin: 0;
  }

  .alter-ego-lifestyle__product-price {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
  }

  .alter-ego-lifestyle__product-price--compare {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    color: #000000;
    text-decoration: line-through;
    opacity: 0.5;
    margin-right: 8px;
  }

  .alter-ego-lifestyle__product-link {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    color: #0099ff;
    text-decoration: underline;
    margin-top: 4px;
    transition: color 0.3s ease;
    width: fit-content;
    pointer-events: none;
  }

  .alter-ego-lifestyle__product-info:hover .alter-ego-lifestyle__product-link {
    color: #000000;
  }

  .alter-ego-lifestyle__pagination {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 32px;
    margin-inline: 16px;
  }

  .alter-ego-lifestyle__pagination-bar {
    position: relative;
    flex: 1;
    max-width: 100%;
    height: 1px;
    background-color: rgba(144, 144, 144, 0.4);
    transition: background-color 0.3s ease;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .alter-ego-lifestyle__pagination-bar::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 24px;
    transform: translateY(-50%);
    background: transparent;
  }

  .alter-ego-lifestyle__pagination-bar--active {
    background-color: #000000;
  }

  @media screen and (max-width: 767px) {
    .alter-ego-lifestyle__pagination {
      display: flex;
    }

    .alter-ego-lifestyle__pagination-bar {
      height: 3px;
    }

    .alter-ego-lifestyle__container {
      padding-inline: 0;
    }

    .alter-ego-lifestyle__header {
      padding-inline: 16px;
      margin-bottom: 16px;
    }

    .alter-ego-lifestyle__product-info {
      padding: 16px;
    }

    .alter-ego-lifestyle__title:not(.alter-ego-lifestyle__title--mobile) {
      display: none;
    }

    .alter-ego-lifestyle__title--mobile {
      display: block;
    }
  }
/* END_SECTION:alter-ego-lifestyle */

/* START_SECTION:app-content-section (INDEX:5) */
.app-content-section {
    padding: 2rem 0;
  }

  .app-content-section__title {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
    color: black;
    position: relative;
    padding-left: 8px;
    text-transform: uppercase;
  }

  .app-content-section__title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #0099ff;
  }

  .app-content-section__description {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: black;
    max-width: 365px;
  }

  .app-content-section__description a,
  .app-content-section__description a:hover,
  .app-content-section__description a:active,
  .app-content-section__description a:visited,
  .app-content-section__description a:focus {
    color: #0099ff;
  }

  .app-content-section__apps {
    margin-top: 2rem;
  }
/* END_SECTION:app-content-section */

/* START_SECTION:blog-posts (INDEX:24) */
.aer-blog-posts.page-width{
    max-width: 1256px;
  } 
  .aer-blog-posts .section-header--with-link .section-header__title{
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
  }
  .aer-blog-posts .article__date{
    color: #727374;
  }
  @media (max-width: 768px) {
    .aer-blog-posts .section-header--with-link .section-header__title{
      font-size: 28px;
      line-height: 31px;
      max-width: 211px;
      width: 100%;
    } 
    .aer-blog-posts .section-header--with-link .section-header__link{
      font-size: 8px;
    }
    .aer-blog-posts .slick-dots, .aer-blog-posts .slick-arrow{
      display: none;
    }
    .aer-blog-posts .grid__item div{
      display: flex;
      flex-direction: column;
      width: 100%;
    }
    .aer-blog-posts .section-header--with-link{
      justify-content: space-between;
    }

  }

  @media only screen and (min-width: 769px) {
      .general-blog-template .index-section {
          margin: 50px 0;
      }
  }
/* END_SECTION:blog-posts */

/* START_SECTION:collection-tabs-scroll (INDEX:29) */
.ctab {
    color: #000;
    overflow: hidden;
  }

  .ctab__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 32px 12px;
  }

  .ctab__tabs {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .ctab__tab-divider {
    width: 1px;
    height: 18px;
    background: #000;
    flex-shrink: 0;
  }

  .ctab__tab {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #909090cc;
    background: none;
    border: none;
    padding: 4px 0;
    cursor: pointer;
    transition: color 0.2s ease;
    padding: 0;
    max-height: 28px;
  }

  .ctab__tab-label {
    display: inline-block;
  }

  .ctab__tab-label::after {
    content: attr(data-text);
    font-weight: 600;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
  }

  .ctab__tab:hover {
    color: #000;
  }

  .ctab__tab--active .ctab__tab-label {
    font-weight: 600;
  }

  .ctab__tab--active {
    color: #000;
  }

  .ctab__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #0099ff;
    text-decoration: none;
    transition:
      color 0.2s ease,
      opacity 0.2s ease;
  }

  .ctab__cta:hover {
    color: #33adff;
    opacity: 0.9;
  }

  .ctab__cta-icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
  }

  .ctab__body {
    position: relative;
    max-width: 1536px;
    margin-inline: auto;
    padding-inline: 32px;
  }

  .ctab__panel {
    display: flex;
    flex-direction: column;
  }

  .ctab__panel[hidden] {
    display: none !important;
  }

  .ctab__swiper {
    padding: 0;
  }

  .ctab__swiper .swiper-wrapper {
    display: flex;
  }

  .ctab__swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 8px;
  }

  .ctab__swiper .swiper-slide {
    width: auto;
    height: auto;
  }

  .ctab__card {
    flex-shrink: 0;
    width: 325px;
    aspect-ratio: 325 / 420;
    position: relative;
    height: auto;
  }

  .ctab__card-link {
    display: block;
    text-decoration: none;
    color: inherit;
  }

  .ctab__card-title {
    display: block;
    margin: 0;
    padding: 8px 0 0;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .ctab__card-link:hover .ctab__card-title {
    color: #0099ff;
  }

  .ctab__card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 325/420;
    overflow: hidden;
  }

  @media screen and (max-width: 767px) {
    .ctab__card-image {
      aspect-ratio: 350/452;
    }
  }

  .ctab__card-image .ctab__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.55s ease-in-out;
  }

  .ctab__card-image .ctab__img--primary {
    opacity: 1;
  }

  .ctab__card-image .ctab__img--secondary {
    opacity: 0;
  }

  @media (min-width: 768px) {
    .ctab__card-link:hover .ctab__card-image .ctab__img--primary:not(:only-of-type) {
      opacity: 0;
    }

    .ctab__card-link:hover .ctab__card-image .ctab__img--secondary {
      opacity: 1;
    }

    .ctab.ctab--no-hover-swap .ctab__card-link:hover .ctab__card-image .ctab__img--primary:not(:only-of-type) {
      opacity: 1;
    }

    .ctab.ctab--no-hover-swap .ctab__card-link:hover .ctab__card-image .ctab__img--secondary {
      opacity: 0;
    }
  }

  .ctab__card-image .ctab__img--secondary:only-child {
    opacity: 1;
  }

  .ctab__card-arrows {
    display: none;
  }

  .ctab__pagination-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: calc(100% - 34px);
    margin-top: 32px;
    flex-shrink: 0;
    max-width: 1478px;
    margin-inline: 17px;
  }

  .ctab__pagination-wrap .swiper-pagination {
    position: relative;
    display: none;
    align-items: center;
    gap: 10px;
    width: auto;
    margin: 0;
    z-index: 8;
  }

  .ctab__progress {
    display: block;
    position: relative;
    width: 100%;
    height: 3px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.05);
    cursor: grab;
    touch-action: none;
  }

  .ctab__progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    min-width: 40px;
    height: 100%;
    background-color: #000000;
    border-radius: 100px;
    transition: left 0.3s ease;
    pointer-events: none;
  }

  .ctab__progress.is-dragging {
    cursor: grabbing;
  }

  .ctab__progress.is-dragging .ctab__progress-bar {
    transition: none;
  }

  .ctab__mobile-cta-wrap {
    display: none;
  }

  .ctab__pagination-wrap .swiper-pagination-bullet {
    flex: 1;
    height: 2px;
    min-width: 6px;
    margin: 0 !important;
    padding: 0;
    border: none;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: background-color 0.2s ease-out;
    opacity: 1;
  }

  .ctab__pagination-wrap .swiper-pagination-bullet-active {
    background-color: #000000;
  }

  .ctab__pagination-wrap .swiper-pagination-bullet:hover {
    background: rgba(0, 0, 0, 0.2);
  }

  .ctab__pagination-wrap .swiper-pagination-bullet-active:hover {
    background-color: #000000;
  }

  @media (min-width: 750px) {
    .ctab__pagination-wrap .swiper-pagination-bullet {
      position: relative;
    }

    .ctab__pagination-wrap .swiper-pagination-bullet::before {
      content: '';
      position: absolute;
      left: -4px;
      right: -4px;
      top: 50%;
      transform: translateY(-50%);
      height: 16px;
      background: transparent;
    }
  }

  @media (max-width: 749px) {
    .ctab__header {
      padding-left: 16px;
      padding-right: 16px;
      padding-bottom: 16px;
      max-width: calc(100vh - 32px);
      overflow-y: auto;
    }

    .ctab__swiper {
      padding: 0 16px 8px 16px;
    }

    .ctab__scroll-wrap .ctab__card {
      width: calc((100vw - 40px) / 1.05);
      min-width: calc((100vw - 40px) / 1.05);
    }

    .ctab__card-title {
      font-size: 14px;
      line-height: 20px;
    }

    .ctab__card-image .ctab__img--secondary {
      display: none;
    }

    .ctab__card-arrows {
      display: none;
    }

    .ctab__card-arrow {
      pointer-events: auto;
      width: 24px;
      height: 24px;
      padding: 0;
      border: none;
      border-radius: 50%;
      background: #ffffff94;
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      color: #000;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition:
        background 0.2s ease,
        color 0.2s ease;
    }

    .ctab__card-arrow svg {
      width: 16px;
      height: 16px;
    }

    .ctab__card-arrow svg {
      flex-shrink: 0;
    }

    .ctab__pagination-wrap {
      margin-inline: 16px;
      width: calc(100% - 32px);
    }

    .ctab__pagination-wrap .swiper-pagination-bullet {
      height: 3px;
    }

    .ctab__cta {
      display: none;
    }

    .ctab__mobile-cta-wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 32px;
    }

    .ctab__shop-all-mobile-btn {
      display: block;
      width: 100%;
      padding: 10px;
      background: #000000;
      color: #ffffff;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      border: none;
      cursor: pointer;
      box-sizing: border-box;
      max-width: 263px;
      transition: all 0.3s ease-in-out;
    }

    .ctab__shop-all-mobile-btn:hover {
      color: #ffffff;
      background: #0099ff;
    }

    .ctab__body {
      padding-inline: 0;
    }

    .ctab__tab {
      font-size: 16px;
      line-height: 24px;
      max-height: 24px;
    }

    .ctab__scroll-wrap .swiper {
      padding-inline: 16px;
    }
  }
/* END_SECTION:collection-tabs-scroll */

/* START_SECTION:cruiser-tech-features (INDEX:32) */
.technology-section {
    padding-bottom: 4rem;
  }

  .technology-container {
    width: 100%;
    margin: 0 auto;
  }

  .technology-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.75rem;
    gap: 20px;
    flex-wrap: wrap;
  }

  .technology-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }

  .technology-slider {
    overflow: hidden;
    position: relative;
  }

  .technology-slide {
    position: relative;
    overflow: hidden;
  }

  .technology-slide img {
    width: 100%;
    height: auto;
    display: block;
  }

  .technology-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 2rem 2.5rem;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .technology-title-text {
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0;
  }

  .technology-description {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 200;
    letter-spacing: 0;
    margin-bottom: 0;
  }

  .technology-prev-button,
  .technology-next-button {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(242 242 242) !important;
    cursor: pointer;
    transition: 0.3s;
  }

  .technology-navigation {
    display: flex;
    gap: 0.5rem;
  }

  .technology-section .fa-solid,
  .fas {
    color: rgb(114 115 116);
  }
  .technology-divider {
    background-color: rgb(0 153 255);
    display: none;
    height: 4px;
    width: 64px;
  }
  .display_title_flex {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
  @media (min-width: 768px) {
    .technology-divider {
      display: flex;
    }
  }

  @media (max-width: 1023px) {
    .technology-overlay {
      position: relative;
      width: 100%;
      padding: 1rem 1.25rem 0 0;
      background: transparent;
      color: #000;
      height: 100%;
    }
    .technology-title-text {
      font-size: 1rem;
      line-height: 1.5rem;
      color: rgb(20 21 23);
    }
    .technology-description {
      color: rgb(114 115 116);
    }
    .technology-title {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }
/* END_SECTION:cruiser-tech-features */

/* START_SECTION:custom-rich-text (INDEX:48) */
.size-guide {
    padding: 80px 0;
    text-align: left;
    background: #fff;
  } 
  .header {
    margin-bottom: 2.5rem;
    text-align: center;
  }
  /* .header h3 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
  } */
  .header h5 {
    text-transform: none;
  }
  .header p {
    font-size: 16px;
    color: #727374cc;
    margin: 0;
  }
  .highlight {
    color: rgb(0 153 255);
  }
  .steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.75rem;
    margin-top: 0;
  }
  .step {
    background: transparent;
    /* padding: 20px 15px; */
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    text-align: left;
  }
  .step-header {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: .75rem;
    width: 100%;
  }
  .step img {
    width: 2.5rem;
    height: auto;
    flex-shrink: 0;
    object-fit: contain;
  }
  .step h5 {
    font-size: 18px;
    font-weight: 600;
    color: rgb(20 21 23);
    line-height: 1.3;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 0;
  }
  .step p {
    font-size: 15px;
    line-height: 1.6; 
    color: rgb(114 115 116);
    margin: 0;
    {% comment %} padding-left: 75px; {% endcomment %}
  }

  @media screen and (max-width: 1024px) {
    .steps {
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
    }
    .step {
      padding: 0;
    }
  }

  @media screen and (max-width: 768px) {
    .custom-richtext{
      text-align: left !important;
    }
    .size-guide {
      padding: 2.5rem 0;
    }
    .header {
      margin-bottom: 40px;
      text-align: left;
    }
    .steps {
      grid-template-columns: 1fr;
      gap: 25px;
    }
    /* .header h3 {
      font-size: 28px;
      text-align: left;
    } */
    .header p {
      text-align: left;
    } 
    .step-header {
      gap: 12px;
    }
    .step p {
      padding-left: 0px;
    }
  }

  .size-guide .header h3 {
    margin-bottom: 0.25rem; /* 4px */
    font-size: 1.25rem; /* 20px */
    line-height: 1.75rem; /* 28px */
    font-weight: 600; /* Semibold */
    text-transform: uppercase;
    letter-spacing: 0.05em; /* Tracking-wide */
    color: rgb(20 21 23); /* Equivalent to Tailwind's gray-900 */
  }

  /* Responsive styles */
  @media (min-width: 768px) { /* md breakpoint */
  .size-guide .header h3 {
      font-size: 1.5rem; /* 24px */
      line-height: 2rem; /* 32px */
    }
  }

  .header p {
    font-size: 1rem; /* 16px */
    line-height: 1.5rem; /* 24px */
    font-weight: 300; /* Light */
    letter-spacing: -0.015em; /* Tracking-tight */
    color: rgba(107, 114, 128, 0.8); /* Equivalent to Tailwind's gray-500 with 80% opacity */
  }
/* END_SECTION:custom-rich-text */

/* START_SECTION:custom-testimonial-split (INDEX:52) */
.custom-testimonial-split{
    --section-padding-top: 49px;
    --section-padding-bottom: 133px;
    overflow: hidden;
  }
  .custom-testimonial-split .page-width {
    padding-top: var(--section-padding-top);
    padding-bottom: var(--section-padding-bottom);
  }

  .custom-testimonial-split__inner {
    display: grid;
    grid-template-columns: minmax(0, 60.33fr) minmax(0, 39.67fr);
    align-items: center;
    gap: 50px;
  }
  .custom-testimonial-split__media {
    width: 100%;
  }
  .custom-testimonial-split__media picture {
    margin-left: -2em;
    display: flex;
  }
  .custom-testimonial-split__image {
    display: block;
    aspect-ratio: 831 / 500;
    border-radius: var(--card-radius);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .custom-testimonial-split__image--placeholder {
    background: rgba(0, 0, 0, 0.04);
    min-height: 280px;
  }

  .custom-testimonial-split__content {
    width: 100%;
    max-width: 432px;
    margin-top: 8px;
    margin-left: -3px;
  }
  .custom-testimonial-split__quote {
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0;
    font-family: 'Sora';
  }
  .custom-testimonial-split__author {
    margin-top: 32px;
    font-family: 'Sora';
  }
  .custom-testimonial-split__author-name,
  .custom-testimonial-split__author-title {
    margin: 0;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0;
  }
  .custom-testimonial-split__author-name {
    font-weight: 600;
    margin-bottom: 7px;
    font-size: 22px;
  }

  @media screen and (max-width: 989px) {
    .custom-testimonial-split__inner {
      grid-template-columns: 1fr;
      gap: 0;
    }
    .custom-testimonial-split__content {
      max-width: 100%;
    }
    .custom-testimonial-split {
      --section-padding-top: 48px;
      --section-padding-bottom: 50px;
      --card-radius: 16px !important;
    }
    .custom-testimonial-split .page-width {
      padding-left: 16px;
      padding-right: 16px;
    }
    .custom-testimonial-split__media picture {
      margin-left: 0;
    }
    .custom-testimonial-split__image {
      aspect-ratio: 358 / 236;
    }
    .custom-testimonial-split__content {
      margin: 20px 10px 0;
      width: auto;
    }
    .custom-testimonial-split__author{
      margin-top: 27px;
    }
    .custom-testimonial-split__quote {
      font-size: 18px;
    }
    .custom-testimonial-split__author-name{
      font-size: 16px;
    }
    .custom-testimonial-split__author-title {
      font-size: 14px;
      font-weight: 500;
    }
  }
/* END_SECTION:custom-testimonial-split */

/* START_SECTION:footer-alt (INDEX:60) */
.footer-alt {
    --footer-alt--black: #000;
    --footer-alt--white: #fff;
    --footer-alt--gray-50: #909090;
    --footer-alt--gray-150: #4d4d4d;
    --footer-alt--gray-200: #212124;
    --footer-alt--blue: #0099ff;
    --footer-alt--light: #f5f5f5;
    font-family: 'Sora', Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
  }

  .footer-alt *,
  .footer-alt *::before,
  .footer-alt *::after {
    box-sizing: border-box;
  }

  .footer-alt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    position: relative;
  }

  .footer-alt__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .footer-alt__main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    padding: 32px 0 60px;
    width: 100%;
    background-color: var(--footer-alt--black);
  }

  .footer-alt__newsletter {
    display: flex;
    justify-content: space-between;
    padding: 18px 32px 24px;
    width: 100%;
    max-width: 1536px;
    margin-inline: auto;
    position: relative;
    flex-direction: column;
    gap: 16px;
  }

  .footer-alt__newsletter::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    height: 0.5px;
    background-color: var(--footer-alt--gray-150);
  }

  .footer-alt__newsletter-text {
    max-width: 550px;
    font-size: 16px;
    font-weight: 500;
    color: var(--footer-alt--white);
    line-height: 24px;
    letter-spacing: 0;
    margin: 0;
  }

  .footer-alt__newsletter-text p {
    margin: 0;
  }

  .footer-alt__newsletter-form-wrap {
    flex-shrink: 0;
    z-index: 8;
  }
  .footer-alt__newsletter-form-wrap .klaviyo-form.klaviyo-form.klaviyo-form {
    max-width: 100% !important;
}
  .footer-alt__newsletter-form {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 433px;
  }

  .footer-alt__newsletter-form-wrap form div[role='radiogroup'] + div > div:has(> div > span[role='alert']) {
    bottom: 35px !important;
    top: auto !important;
  }

  .footer-alt__newsletter-form-wrap
    form
    div[role='radiogroup']
    + div
    > div:has(> div > span[role='alert'])
    > div::before {
    bottom: -17px !important;
    top: auto !important;
    border-color: #d0331f transparent transparent transparent !important;
  }

  .footer-alt__newsletter-form-wrap
    form
    div[role='radiogroup']
    + div
    > div:has(> div > span[role='alert'])
    > div::after {
    bottom: -15px !important;
    top: auto !important;
    border-color: rgb(255, 244, 240) transparent transparent transparent !important;
  }

  .footer-alt__newsletter-form-wrap form svg {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
  }

  .footer-alt__newsletter-form-wrap form h1,
  .footer-alt__newsletter-form-wrap form span,
  .footer-alt__newsletter-form-wrap form p {
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--footer-alt--white) !important;
    letter-spacing: 0 !important;
    line-height: 20px !important;
  }

  .footer-alt__newsletter-form-wrap form span[role='alert'] {
    color: var(--footer-alt--black) !important;
  }

  .footer-alt__newsletter-form-wrap form svg ~ div {
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--footer-alt--white) !important;
    letter-spacing: 0 !important;
    line-height: 20px !important;
  }

  .footer-alt__newsletter-form-wrap form svg:nth-child(2) g circle {
    fill: var(--footer-alt--black) !important;
  }

  .footer-alt__newsletter-form-wrap form > div:first-child {
    width: 100% !important;
    max-width: 544px !important;
    min-height: fit-content !important;
    min-height: auto !important;
    margin: auto !important;
  }
  .footer-alt__newsletter-form-wrap form > div:first-child > div:first-child {
    grid-area: 2 span / 1;
    align-items: center !important;
  }
  .footer-alt__newsletter-form-wrap form > div:first-child > div:nth-child(2) {
    grid-area: 1 / 2;
  }
  .footer-alt__newsletter-form-wrap form > div:first-child > div:last-child {
    grid-area: 2 / 2;
  }
  .footer-alt__newsletter-form-wrap form > div:first-child > div:first-child [data-testid='form-component'] {
    height: auto !important;
    max-height: fit-content !important;
    min-height: auto !important;
  }
  .footer-alt__newsletter-form-wrap form > div:first-child > div:first-child p:not(:has(*)) {
    display: none;
  }
  .footer-alt__newsletter-form-wrap form > div:first-child > div:first-child p span {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--footer-alt--white) !important;
    line-height: 24px !important;
  }
  .footer-alt__newsletter-form-wrap form > div:first-child:not(:has(input[type="email"])) {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .footer-alt__newsletter-form-wrap form > div:first-child:not(:has(input[type="email"])) > div {
    grid-area: unset;
  }
  .footer-alt__newsletter-form-wrap form > div:first-child:not(:has(input[type="email"])) > div [data-testid='form-component'] {
    height: 40px !important;
    max-height: 40px !important;
    min-height: 40px !important;
    justify-content: center !important;
  }
  @media screen and (max-width: 768px) {
    .footer-alt__newsletter-form-wrap form > div:first-child {
      width: 100% !important;
      max-width: 100% !important;
      min-width: 100% !important;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
    }
    .footer-alt__newsletter-form-wrap form > div:first-child > div:first-child {
      grid-area: 1 / 1;
      padding-bottom: 10px;
    }
    .footer-alt__newsletter-form-wrap form > div:first-child > div:nth-child(2) {
      grid-area: 2 / 1;
    }
    .footer-alt__newsletter-form-wrap form > div:first-child > div:last-child {
      grid-area: 3 / 1;
    }
    .footer-alt__newsletter-form-wrap form > div:first-child > div:first-child p span {
      font-size: 14px !important;
      line-height: 22px !important;
    }
    .footer-alt__newsletter-form-wrap form [data-testid='form-row'] {
      gap: 8px !important;
    }

    .footer-alt__newsletter-form-wrap div:has(> input[type='email']) {
      min-width: 100% !important;
      max-width: 100% !important;
      width: 100% !important;
    }
    .footer-alt__newsletter-form-wrap form p {
      margin-bottom: 5px;
    }
  }

  .footer-alt__newsletter-input-wrap,
  .footer-alt__newsletter-form-wrap div:has(> input[type='email']) {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: calc(100% - 15px);
    height: 40px !important;
    max-height: 40px !important;
    min-height: 40px !important;
    padding: 8px 16px;
    border: 0;
    background: #fff;
    box-sizing: border-box;
    border-radius: 4px;
  }

  .footer-alt__newsletter-input,
  .footer-alt__newsletter-form-wrap div:has(> input[type='email']) input {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    background: #fff !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000 !important;
    letter-spacing: 0 !important;
    line-height: 20px !important;
    outline: none !important;
    box-sizing: border-box;
  }

  .klaviyo-form.klaviyo-form.klaviyo-form {
    padding: 0 !important;
  }

  .footer-alt__newsletter-input::placeholder,
  .footer-alt__newsletter-form-wrap div:has(> input[type='email']) input::placeholder,
  .footer-alt__newsletter-form-wrap div:has(> input[type='email']) label {
    color: #000 !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 20px !important;
    opacity: 1 !important;
  }

  .footer-alt__newsletter-input::-webkit-input-placeholder,
  .footer-alt__newsletter-form-wrap div:has(> input[type='email']) input::-webkit-input-placeholder {
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000 !important;
    letter-spacing: 0 !important;
    line-height: 20px !important;
    opacity: 1 !important;
  }

  .footer-alt__newsletter-input::-moz-placeholder,
  .footer-alt__newsletter-form-wrap div:has(> input[type='email']) input::-moz-placeholder {
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000 !important;
    letter-spacing: 0 !important;
    line-height: 20px !important;
    opacity: 1 !important;
  }

  .footer-alt__newsletter-form-wrap div:has(> button[type='button']),
  .footer-alt__newsletter-form-wrap div[data-testid='form-row'] [data-testid='form-component'] {
    padding: 0 !important;
    height: 40px !important;
    max-height: 40px !important;
    min-height: 40px !important;
  }

  .footer-alt__newsletter-form-wrap div[data-testid='form-row'] [data-testid='form-component'] {
    gap: 10px !important;
  }

  .footer-alt__newsletter-submit,
  .footer-alt__newsletter-form-wrap div:has(> button[type='button']) button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 40px !important;
    max-height: 40px !important;
    min-height: 40px !important;
    padding: 8px 16px !important;
    border: none !important;
    background-color: var(--footer-alt--blue) !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: var(--footer-alt--white) !important;
    letter-spacing: 0 !important;
    line-height: 20px !important;
    white-space: nowrap;
    cursor: pointer !important;
    transition: opacity 0.2s ease !important;
    border-radius: 8px !important;
    box-sizing: border-box;
  }

  .footer-alt__newsletter-submit:hover {
    opacity: 0.9;
  }

  .footer-alt__newsletter-submit:focus-visible {
    outline: 2px solid var(--footer-alt--blue);
    outline-offset: 2px;
  }

  .footer-alt__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 52px;
    padding: 0 32px;
    width: 100%;
    max-width: 1536px;
    margin-inline: auto;
  }

  .footer-alt__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    max-width: 100%;
    flex-shrink: 0;
  }

  .footer-alt__logo-wrap {
    line-height: 0;
  }

  .footer-alt__logo {
    display: inline-block;
    text-decoration: none;
    color: var(--footer-alt--white);
  }

  .footer-alt__logo img {
    display: block;
    width: auto;
    max-width: 170px;
    object-fit: contain;
  }

  .footer-alt__logo--text {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }

  .footer-alt__description {
    font-size: 12px;
    font-weight: 400;
    color: var(--footer-alt--gray-50);
    line-height: 18px;
    letter-spacing: 0;
    margin: 1px 0 0 0;
    max-width: 320px;
  }

  .footer-alt__description p {
    margin: 0;
  }

  .footer-alt__social {
    width: 100%;
  }

  .footer-alt__social-list {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .footer-alt__social-item {
    margin: 0;
    padding: 0;
  }

  .footer-alt__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: var(--footer-alt--white);
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .footer-alt__social-link svg,
  .footer-alt__social-link path {
    transition: all 0.2s ease;
  }

  .footer-alt__social-link:hover {
    border-color: var(--footer-alt--blue);
  }

  .footer-alt__social-link:hover svg,
  .footer-alt__social-link:hover path {
    color: var(--footer-alt--blue);
  }

  .footer-alt__social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .footer-alt__social-icon--img img {
    width: 18px;
    height: 18px;
    object-fit: contain;
  }

  .footer-alt__social-icon svg {
    flex-shrink: 0;
  }

  .footer-alt__menus {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex: 1;
    min-width: 0;
  }

  .footer-alt__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    max-width: 100%;
  }

  .footer-alt__accordion-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    font: inherit;
    color: inherit;
    text-align: left;
    cursor: pointer;
  }

  .footer-alt__accordion-trigger .footer-alt__menu-title {
    flex: 1;
    align-self: stretch;
    display: flex;
    align-items: center;
  }

  .footer-alt__accordion-icon {
    display: none;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: var(--footer-alt--white);
  }

  .footer-alt__accordion-icon svg {
    width: 16px;
    height: 16px;
  }

  .footer-alt__accordion-panel {
    display: grid;
    grid-template-rows: 1fr;
    width: 100%;
    min-width: 0;
  }

  .footer-alt__accordion-inner {
    min-height: 0;
    overflow: hidden;
  }

  .footer-alt__menu-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--footer-alt--white);
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
  }

  .footer-alt__menu-col {
    column-count: 2;
    column-gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
  }

  .footer-alt__menu-col--break-5 li:nth-child(5) {
    break-after: column;
  }

  .footer-alt__menu-col--break-4 li:nth-child(4) {
    break-after: column;
  }

  .footer-alt__menu-col li {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 8px;
    padding: 0;
    break-inside: avoid;
  }

  .footer-alt__menu-link {
    font-size: 12px;
    font-weight: 400;
    color: var(--footer-alt--light);
    letter-spacing: 0;
    line-height: 18px;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .footer-alt__menu-link:hover {
    color: var(--footer-alt--blue);
  }

  .footer-alt__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 16px;
    width: 100%;
    background-color: var(--footer-alt--gray-200);
  }

  .footer-alt__bottom-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer-alt__copyright {
    font-size: 12px;
    font-weight: 400;
    color: var(--footer-alt--white);
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    margin: 0;
  }

  @media screen and (min-width: 769px) {
    .footer-alt__accordion-icon {
      display: none;
    }

    .footer-alt__accordion-trigger {
      pointer-events: none;
      cursor: default;
    }

    .footer-alt__accordion-panel {
      grid-template-rows: 1fr !important;
    }
    .footer-alt__newsletter-form-wrap form > div:first-child > div:first-child{
      padding-right: 10px;
    }
  }

  @media screen and (max-width: 1024px) {
    .footer-alt__newsletter {
      padding-left: 32px;
      padding-right: 32px;
    }

    .footer-alt__content {
      padding-left: 32px;
      padding-right: 32px;
      gap: 40px;
    }

    .footer-alt__brand {
      width: 300px;
    }
  }

  @media screen and (max-width: 768px) {
    .footer-alt__main {
      gap: 40px;
      padding: 48px 0 27px;
    }

    .footer-alt__newsletter {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
      padding: 0 16px 40px;
      border-bottom-width: 1px;
    }
    .footer-alt__newsletter-form-wrap form p {
      margin-bottom: 5px;
    }

    .footer-alt__newsletter-text {
      max-width: 320px;
      font-size: 14px;
      line-height: 22px;
    }

    .footer-alt__newsletter-form {
      width: 100%;
      max-width: 100%;
    }

    .footer-alt__newsletter-input-wrap {
      flex: 1;
      min-width: 0;
      width: auto;
    }

    .footer-alt__content {
      grid-template-columns: 1fr;
      padding: 0 7px;
      gap: 0;
    }

    .footer-alt__brand {
      width: 100%;
      max-width: 100%;
      margin-bottom: 44px;
      padding: 0 17px;
    }

    .footer-alt__description {
      max-width: 100%;
    }

    .footer-alt__menus {
      flex-direction: column;
      gap: 32px;
      width: 100%;
    }

    .footer-alt__menu.footer-alt__accordion {
      padding: 12px 16px 0;
      border-bottom: 1px solid var(--footer-alt--gray-200);
    }

    .footer-alt__accordion-icon {
      display: flex;
      transition: transform 0.35s ease;
    }

    .footer-alt__accordion-trigger {
      pointer-events: auto;
      cursor: pointer;
    }

    .footer-alt__accordion-panel {
      grid-template-rows: 0fr;
      transition: grid-template-rows 0.35s ease;
    }

    .footer-alt__accordion.is-open .footer-alt__accordion-panel {
      grid-template-rows: 1fr;
    }

    .footer-alt__accordion.is-open .footer-alt__accordion-icon {
      transform: rotate(180deg);
    }

    .footer-alt__menu-col {
      column-count: 1;
      min-width: 0;
    }

    .footer-alt__menu-col--break-5 li:nth-child(5),
    .footer-alt__menu-col--break-4 li:nth-child(4) {
      break-after: auto;
    }

    .footer-alt__bottom {
      padding: 12px 16px;
    }

    .footer-alt__newsletter-form-wrap {
      width: 100%;
    }

    .footer-alt__bottom-inner {
      margin-inline: auto;
    }

    .footer-alt__social-link {
      width: 36px;
      height: 36px;
    }

    .footer-alt__newsletter-submit {
      padding: 10px;
    }
  }
/* END_SECTION:footer-alt */

/* START_SECTION:hat-fits (INDEX:68) */
.hat-fits {
    padding: 0;
  }

  .hat-fits__container {
    max-width: 1536px;
    margin-inline: auto;
    padding-inline: 32px;
    width: 100%;
  }

  @media screen and (max-width: 767px) {
    .hat-fits__container {
      padding-inline: 16px;
    }
  }

  .hat-fits__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }

  .hat-fits__card-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background-color: #f6f6f6;
  }

  .hat-fits__title {
    margin: 0;
    font-family: 'Sora', sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #000000;
  }

  .hat-fits__title--mobile {
    display: none;
    text-align: center;
  }

  .hat-fits__navigation {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .hat-fits__nav-button {
    width: 18px;
    height: 18px;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .hat-fits__nav-button:disabled svg path {
    fill: #909090;
    cursor: not-allowed;
  }

  .hat-fits__nav-button svg {
    width: 16px;
    height: 16px;
  }

  .hat-fits__swiper .swiper-wrapper {
    display: flex;
  }

  .hat-fits__swiper .swiper-slide {
    height: auto;
    flex-shrink: 0;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    min-height: 400px;
  }

  @media screen and (max-width: 767px) {
    .hat-fits__swiper .swiper-slide {
      min-height: 458px;
    }
  }

  .hat-fits__card {
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
  }

  .hat-fits__card-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 359 / 322;
    overflow: hidden;
    background-color: #f6f6f6;
    padding-inline: 15px;
    display: block;
    text-decoration: none;
    color: inherit;
  }

  .hat-fits__card-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: darken;
  }

  .hat-fits__card-plus-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000000;
    color: #61a9f6;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    transition: background-color 0.3s ease;
    z-index: 2;
  }

  .hat-fits__card-plus-button:hover {
    background-color: #333333;
  }

  .hat-fits__card-title {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    margin: 0 0 4px;
    text-transform: uppercase;
  }

  .hat-fits__card-subtitle {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #0099ff;
    margin: 0;
  }

  .hat-fits__progress {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 40px;
    border-radius: 100px;
    overflow: visible;
    background: #0000000d;
    cursor: grab;
    touch-action: none;
  }

  .hat-fits__progress::before,
  .hat-fits__progress::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 24px;
    background: transparent;
  }

  .hat-fits__progress::before {
    top: 0;
    transform: translateY(-100%);
  }

  .hat-fits__progress::after {
    bottom: 0;
    transform: translateY(100%);
  }

  .hat-fits__progress.is-dragging {
    cursor: grabbing;
  }

  @media screen and (max-width: 767px) {
    .hat-fits__progress--hide-on-mobile {
      display: none !important;
    }
  }

  @media screen and (min-width: 768px) {
    .hat-fits__progress--hide-on-desktop {
      display: none !important;
    }
  }

  @media screen and (max-width: 767px) {
    .hat-fits__progress {
      margin-inline: 16px;
      width: calc(100% - 32px);
    }

    .hat-fits__progress::before,
    .hat-fits__progress::after {
      height: 32px;
    }

    .hat-fits__header {
      padding-inline: 16px;
      justify-content: center;
      margin-bottom: 16px;
    }

    .hat-fits__navigation {
      display: none;
    }

    .hat-fits__title:not(.hat-fits__title--mobile) {
      display: none;
    }

    .hat-fits__title--mobile {
      display: block;
    }

    .hat-fits__card-image-wrapper {
      aspect-ratio: 359 / 378;
      max-height: 378px;
      padding-inline: 0;
    }

    .hat-fits__card-image {
      aspect-ratio: 335 / 375;
      padding-inline: 12px;
    }

    .hat-fits__card-content {
      padding: 16px;
    }

    .hat-fits__card-title {
      font-size: 16px;
    }
  }

  .hat-fits__progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20%;
    min-width: 40px;
    background-color: #000000;
    border-radius: 100px;
    transition: left 0.3s ease;
    pointer-events: none;
  }

  .hat-fits__progress-bar--empty::after {
    display: none;
  }

  .hat-fits__overlay {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    border-radius: 12px;
    pointer-events: none;
  }

  .hat-fits__overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
  }

  .hat-fits__overlay.active {
    pointer-events: auto;
  }

  .hat-fits__overlay.active::before {
    opacity: 1;
  }

  .hat-fits__overlay-content {
    background: #f6f6f62b;
    backdrop-filter: blur(19px);
    -webkit-backdrop-filter: blur(19px);
    padding: 12px 16px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
  }

  .hat-fits__overlay.active .hat-fits__overlay-content {
    opacity: 1;
  }

  .hat-fits__overlay-close {
    width: 24px;
    height: 24px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0099ff;
    padding: 0;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 12px;
  }

  .hat-fits__overlay-close svg {
    width: 15px;
    height: 15px;
  }

  .hat-fits__overlay-title {
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 4px;
  }

  .hat-fits__overlay-description {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 300;
    color: #212124;
    margin: 0 0 12px;
  }

  .hat-fits__overlay-link {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0;
    color: #0099ff;
    text-decoration: underline;
    transition: color 0.2s ease;
  }

  .hat-fits__container .hat-fits__shape-features {
    margin-top: 16px;
    padding: 16px 26.5px;
    border-radius: 10px;
    background: #f2f2f2cc;
    box-shadow: 0 0.5px 0 0 #6b728033;
  }

  .hat-fits__container .hat-fits__shape-features-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    padding-bottom: 4px;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0;
    border-bottom: 1px solid #7273741a;
  }

  .hat-fits__container .hat-fits__feature-item {
    margin-bottom: 16px;
  }

  .hat-fits__container .hat-fits__feature-item:last-child {
    margin-bottom: 0;
  }

  .hat-fits__container .hat-fits__feature-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
  }

  .hat-fits__container .hat-fits__feature-label-text {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .hat-fits__container .hat-fits__feature-name {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    color: #141517;
    text-transform: uppercase;
  }

  .hat-fits__container .hat-fits__feature-range {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: 0;
    color: #727374cc;
  }

  .hat-fits__container .hat-fits__slider-wrapper {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #e0e0e0;
    border-radius: 4px;
  }

  .hat-fits__container .hat-fits__slider-track {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #0099ff;
    border-radius: 2px;
    transition: width 0.1s ease;
  }

  .hat-fits__container .hat-fits__slider-thumb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 8px;
    background-color: #0099ff;
    border-radius: 2px;
    pointer-events: none;
  }

  .hat-fits__container .hat-fits__overlay-content .hat-shape-feature__label {
    position: static;
  }

  .hat-fits__container .hat-fits__overlay-content .hat-shape-feature__popup {
    left: 50%;
    right: auto;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 32px);
    width: max-content;
  }

  .hat-fits__container .hat-shape-feature {
    flex-direction: column;
    width: 100%;
    gap: 4px !important;
    align-items: flex-start !important;
    margin-bottom: 16px !important;
  }

  .hat-fits__container .hat-shape-features .hat-shape-feature:last-of-type .hat-shape-feature__slider-wrapper {
    bottom: 0 !important;
  }

  .hat-fits__container .hat-shape-feature__slider-wrapper {
    width: 100%;
  }

  .hat-fits__container .hat-fits__shape-features .hat-shape-feature__slider {
    height: 5px;
    background-color: #bbbdbf;
    border-radius: 4px;
    overflow: hidden;
  }

  .hat-fits__container .hat-fits__shape-features .hat-shape-feature__slider-track {
    display: block;
    height: 5px;
    border-radius: 4px;
    background-color: #0099ff;
  }

  .hat-fits__container .hat-fits__shape-features .hat-shape-feature__slider-indicator {
    display: none;
  }

  .hat-fits__container .hat-fits__shape-features .hat-shape-feature__slider-labels {
    display: flex;
    width: 100%;
    margin-top: 2px;
  }

  .hat-fits__container .hat-fits__shape-features .hat-shape-feature__slider-label {
    flex: 1;
    text-align: center;
    color: #727374;
    font-size: 8px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .hat-fits__container .hat-shape-feature:last-of-type {
    margin-bottom: 0 !important;
  }

  @media screen and (max-width: 767px) {
    .hat-fits__card {
      min-height: 458px;
    }

    .hat-fits__overlay-content {
      padding: 16px;
    }

    .hat-fits__overlay-title {
      margin-bottom: 4px;
    }

    .hat-fits__container .hat-fits__shape-features {
      margin-top: 24px;
    }
  }
/* END_SECTION:hat-fits */

/* START_SECTION:hero-banner (INDEX:70) */
.hero-banner {
    overflow: hidden;
  }

  .hero-banner__grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    max-width: 1536px;
    margin-inline: auto;
    gap: 0;
    align-items: stretch;
    min-height: 0;
    z-index: 1;
    position: relative;
  }

  .hero-banner__grid::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    background-color: #f6f6f6;
  }

  .hero-banner__content {
    display: flex;
    align-items: center;
    padding: 40px 24px;
    background-color: #f6f6f6;
    position: relative;
  }

  .hero-banner__inner {
    width: 100%;
    max-width: 444px;
    padding-left: 6px;
    padding-right: 48px;
    position: relative;
  }

  .hero-banner__heading {
    margin: 0 0 8px;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #000000;
    z-index: 1;
    position: relative;
  }

  .hero-banner__description {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000000;
    z-index: 1;
    position: relative;
  }

  .hero-banner__description p:last-child {
    margin-bottom: 0;
  }

  .hero-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #ffffff;
    background: #000000;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
    z-index: 1;
    position: relative;
  }

  .hero-banner__btn:hover,
  .hero-banner__btn:focus,
  .hero-banner__btn:active {
    color: #ffffff !important;
    background-color: #0099ff !important;
  }

  .hero-banner__media-wrap {
    min-height: 0;
    min-width: 0;
    height: 785px;
  }

  .hero-banner__video-wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #f5f5f5;
  }

  .hero-banner__video-poster {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }

  .hero-banner__video-wrap--playing .hero-banner__video-poster {
    opacity: 0;
    pointer-events: none;
  }

  .hero-banner__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    opacity: 0;
  }

  .hero-banner__video-wrap--playing .hero-banner__video {
    opacity: 1;
  }

  .hero-banner__image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .hero-banner__media-wrap .hero-banner__image {
    padding-bottom: 0 !important;
  }

  .hero-banner__image image-element,
  .hero-banner__image .image-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-banner__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-banner__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 785px;
    background: #f5f5f5;
  }

  .hero-banner__placeholder .placeholder-svg {
    width: 100%;
    height: 100%;
    max-height: 785px;
    fill: #d4d4d4;
  }

  @media (max-width: 1024px) {
    .hero-banner__grid {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto;
    }

    .hero-banner__content {
      order: 2;
      padding: 38px 16px;
    }

    .hero-banner__media-wrap {
      order: 1;
      height: 375px;
    }

    .hero-banner__placeholder {
      min-height: 375px;
    }

    .hero-banner__placeholder .placeholder-svg {
      max-height: 375px;
    }

    .hero-banner__inner {
      max-width: 100%;
      padding: 0;
    }

    .hero-banner__video-wrap {
      width: 100%;
    }

    .hero-banner__heading {
      font-size: 24px;
      line-height: 1;
    }

    .hero-banner__description {
      font-size: 14px;
      line-height: 20px;
      max-width: 322px;
    }

    .hero-banner__btn {
      font-size: 14px;
      line-height: 20px;
    }
  }
/* END_SECTION:hero-banner */

/* START_SECTION:marquee-strip (INDEX:89) */
.marquee-strip {
    background: var(--marquee-bg, #000);
    color: var(--marquee-text, #fff);
    overflow: hidden;
    width: 100%;
    padding: 8px 0;
    position: relative;
    z-index: 1;
  }

  .marquee-strip__viewport {
    overflow: hidden;
    width: 100%;
  }

  .marquee-strip__track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    animation: marquee-strip-scroll var(--marquee-speed, 25s) linear infinite;
  }

  .marquee-strip__track.is-touch-paused {
    animation-play-state: paused;
  }

  @keyframes marquee-strip-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .marquee-strip__track {
      animation: none;
    }
  }

  .marquee-strip__copy {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-shrink: 0;
    gap: 24px;
    padding-left: 24px;
  }

  .marquee-strip__copy:first-child {
    padding-left: 0;
  }

  .marquee-strip__text {
    font-family: 'Sora', sans-serif;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
  }

  .marquee-strip__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .marquee-strip__icon-img {
    width: var(--marquee-icon-size, 24px);
    height: var(--marquee-icon-size, 24px);
    object-fit: contain;
  }

  @media (max-width: 749px) {
    .marquee-strip__text {
      font-size: 12px;
      line-height: 18px;
    }
  }
/* END_SECTION:marquee-strip */

/* START_SECTION:pdp-tech-and-features (INDEX:94) */
.technology-section{
    padding-bottom: 40px;
    overflow: hidden;
  }
  @media (min-width: 768px) {
    .technology-section .technology-slider.swiper-initialized {
      overflow: visible;
    }
    .technology-section .technology-slider:not(.swiper-initialized) .swiper-wrapper {
      display: flex;
      gap: 16px;
      flex-wrap: nowrap;
      overflow: hidden;
    }
    .technology-section .technology-slider:not(.swiper-initialized) .swiper-slide {
      min-width: 33%;
      max-width: 33%;
    }
  }
  @media (max-width: 767px) {
    .technology-section {
      padding-bottom: 27px;
    }
  }

  .technology-container {
    width: 100%;
    margin: 0 auto;
  }

  .technology-header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    gap: 20px;
    flex-wrap: wrap;
  }

  @media (max-width: 767px) {
    .technology-header {
      margin-bottom: 16px;
    }
  }

  .technology-title {
    color: black;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    padding-left: 0px;
  }

  .technology-slider {
    overflow: hidden;
    position: relative;
  }

  .technology-slide {
    position: relative;
    overflow: hidden;
  }

  .technology-card {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
  }

  .technology-image {
    width: 100%;
    aspect-ratio: 378 / 442;
    object-fit: cover;
    display: block;
  }

  .technology-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0F0F0FB2;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1;
  }
  .technology-section .swiper-horizontal>.swiper-scrollbar, .technology-section .swiper-scrollbar.swiper-scrollbar-horizontal{
    left: 0% !important;
    width: 100% !important;
    margin-top: 37px;
    position: unset;
  }
  .technology-slider .swiper-pagination {
    position: unset;
    margin-top: 24px;
  }
  .swiper-pagination:empty {
    display: none;
  }
  .technology-title-text {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    color: white;
    margin: 0 0 8px;
  }

  @media (max-width: 767px) {
    .technology-image {
      margin-bottom: 0px;
    }

    .technology-image[data-mobile-position] {
      object-position: var(--mobile-position) !important;
    }
     .technology-slider .swiper-horizontal>.swiper-scrollbar, .technology-slider .swiper-scrollbar.swiper-scrollbar-horizontal{
      display: none !important;
    }
    .technology-slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .technology-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      width:40px;
      height:3px;   
      border-radius:100px;
    }
  }

  .technology-description p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.1px;
    margin-bottom: 0;
    color: white;
  }

  .technology-description p strong {
    font-weight: 400;
    color: white;
  }

  .technology-prev-button,
  .technology-next-button {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(242 242 242) !important;
    cursor: pointer;
    transition: 0.3s;
  }

  .technology-navigation {
    display: none;
    gap: 0.5rem;
  }

  .technology-section .fa-solid,
  .fas {
    color: rgb(114 115 116);
  }

  .technology-prev-button-mobile,
  .technology-next-button-mobile {
    display: none;
  }

  @media (max-width: 767px) {
    .technology-slider .swiper-pagination-bullet-active {
      background-color: #000000;
    }
    .technology-info {
        padding: 18px 20px 16px 26px;
    }
    .technology-slider .swiper-scrollbar {
      display: none;
    }
    .technology-slider .swiper-pagination {
      position: unset;
      margin-top: 16px;
    }
  }

  .technology-slider .swiper-scrollbar {
    display: block;
    position: relative;
    width: 100%;
    height: 8px !important;
    background: transparent;  
    margin: 15px auto 0;
    z-index: 10;
    padding-top:5px;
  }
  .technology-slider .swiper-scrollbar:before {
    content: '';
    height: 3px;
    width: 100%;
    bottom: 0;
    background: #0000001A;
    display: block;
    position: absolute;
    border-radius: 100px;
  }

  .technology-slider .swiper-scrollbar-drag {
    background: #000000;
  }

  .technology-divider {
    background-color: rgb(0 153 255);
    display: none;
    height: 4px;
    width: 64px;
  }
  .display_title_flex {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
  @media (min-width: 1024px) {
    .technology-section .technology-slider[data-total-blocks="3"] {
        padding: 0;
    }
    .technology-info{
      padding: 17px 27px;
    }
  }
/* END_SECTION:pdp-tech-and-features */

/* START_SECTION:pdp-tech-feature-metaobject (INDEX:95) */
.technology-section {
    padding-bottom: 40px;
    overflow: hidden;
  }
  @media (min-width: 768px) {
    .technology-section .technology-slider.swiper-initialized {
      overflow: visible;
    }
    .technology-section .technology-slider:not(.swiper-initialized) .swiper-wrapper {
      display: flex;
      gap: 16px;
      flex-wrap: nowrap;
      overflow: hidden;
    }
    .technology-section .technology-slider:not(.swiper-initialized) .swiper-slide {
      min-width: 33%;
      max-width: 33%;
    }
  }
  @media (max-width: 767px) {
    .technology-section {
      padding-bottom: 27px;
    }
  }

  .technology-container {
    width: 100%;
    margin: 0 auto;
  }

  .technology-header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    gap: 20px;
    flex-wrap: wrap;
  }

  @media (max-width: 767px) {
    .technology-header {
      margin-bottom: 16px;
    }
  }

  .technology-title {
    color: black;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    padding-left: 0px;
  }

  .technology-slider {
    overflow: hidden;
    position: relative;
  }

  .technology-slide {
    position: relative;
    overflow: hidden;
  }

  .technology-card {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
  }

  .technology-image {
    width: 100%;
    aspect-ratio: 378 / 442;
    object-fit: cover;
    display: block;
  }

  .technology-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0f0f0fb2;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1;
  }
  .technology-section .swiper-horizontal > .swiper-scrollbar,
  .technology-section .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 0% !important;
    width: 100% !important;
    margin-top: 37px;
    position: unset;
  }
  .technology-slider .swiper-pagination {
    position: unset;
    margin-top: 24px;
  }
  .technology-title-text {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0;
    color: white;
    margin: 0 0 8px;
  }

  @media (max-width: 767px) {
    .technology-image {
      margin-bottom: 0px;
    }

    .technology-image[data-mobile-position] {
      object-position: var(--mobile-position) !important;
    }
    .technology-slider .swiper-horizontal > .swiper-scrollbar,
    .technology-slider .swiper-scrollbar.swiper-scrollbar-horizontal {
      display: none !important;
    }
    .technology-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .technology-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      width: 40px;
      height: 3px;
      border-radius: 100px;
    }
  }

  .technology-description p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.1px;
    margin-bottom: 0;
    color: white;
  }

  .technology-description p strong {
    font-weight: 400;
    color: white;
  }

  .technology-prev-button,
  .technology-next-button {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(242 242 242) !important;
    cursor: pointer;
    transition: 0.3s;
  }

  .technology-navigation {
    display: none;
    gap: 0.5rem;
  }

  .technology-section .fa-solid,
  .fas {
    color: rgb(114 115 116);
  }

  .technology-prev-button-mobile,
  .technology-next-button-mobile {
    display: none;
  }

  @media (max-width: 767px) {
    .technology-slider .swiper-pagination-bullet-active {
      background-color: #000000;
    }
    .technology-info {
      padding: 18px 20px 16px 26px;
    }
    .technology-slider .swiper-scrollbar {
      display: none;
    }
    .technology-slider .swiper-pagination {
      position: unset;
      margin-top: 16px;
    }
  }

  .technology-slider .swiper-scrollbar {
    display: block;
    position: relative;
    width: 100%;
    height: 8px !important;
    background: transparent;
    margin: 15px auto 0;
    z-index: 10;
    padding-top: 5px;
  }
  .technology-slider .swiper-scrollbar:before {
    content: '';
    height: 3px;
    width: 100%;
    bottom: 0;
    background: #0000001a;
    display: block;
    position: absolute;
    border-radius: 100px;
  }

  .technology-slider .swiper-scrollbar-drag {
    background: #000000;
  }

  .technology-divider {
    background-color: rgb(0 153 255);
    display: none;
    height: 4px;
    width: 64px;
  }
  .display_title_flex {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
  @media (min-width: 1024px) {
    .technology-section .technology-slider[data-total-blocks='3'] {
      padding: 0;
    }
    .technology-info {
      padding: 17px 27px;
    }
  }
/* END_SECTION:pdp-tech-feature-metaobject */

/* START_SECTION:product-collection-showcase-cms-pages (INDEX:98) */
.product-collection-showcase {
    overflow: hidden;
  }

  .product-collection-showcase.error-page-template .product-collection-showcase__size-guide-link {
    display: none;
  }
  .error-page-template .product-collection-showcase__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: inherit;
  }

  .product-collection-showcase.product-list .swiper-slide .product-collection-showcase__card {
    padding-top: 0px !important;
  }

  .product-collection-showcase__container {
    width: 100%;
    max-width: 1536px;
    margin-inline: auto;
    padding-inline: 12px;
  }

  .product-collection-showcase__swiper {
    overflow: visible;
    padding-bottom: 40px;
    padding-inline: 20px !important;
    width: 100%;
    max-width: 100%;
  }

  @media screen and (min-width: 1920px) {
    .error-page-template .product-collection-showcase__title {
      font-size: 24px;
      line-height: 150%;
    }
  }

  @media screen and (max-width: 767px) {
    .product-collection-showcase__swiper {
      padding-inline: 0 !important;
    }
  }

  .product-collection-showcase__swiper .swiper-wrapper:not(.image-swiper-wrapper) {
    display: flex;
    width: 100%;
  }

  .product-collection-showcase__swiper:not(.swiper-initialized) .swiper-slide[data-skeleton] {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: auto !important;
  }

  .product-collection-showcase__swiper .swiper-slide:not(.image-swiper-wrapper) {
    height: auto;
    flex-shrink: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 8px 16px;
  }

  .product-collection-showcase__card-image-swiper .swiper-slide {
    padding: 0 !important;
  }

  .product-collection-showcase__swiper .swiper-slide[data-skeleton] {
    display: flex !important;
    min-width: 0;
    flex-shrink: 0;
  }

  .product-collection-showcase__pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
    padding-inline: 17px;
    max-width: calc(100% - 48px);
    margin-inline: auto;
  }

  /* Hide scrollbar/slider on desktop when 4 or fewer products */
  @media (min-width: 768px) {
    .product-collection-showcase:not(.product-collection-showcase--many-products)
      .product-collection-showcase__pagination-wrap {
      display: none;
    }
  }

  .product-collection-showcase__pagination-wrap .swiper-pagination {
    position: relative;
    display: none;
    align-items: center;
    gap: 10px;
    width: auto;
    margin: 0;
    z-index: 8;
  }

  .product-collection-showcase__pagination-wrap .swiper-pagination-bullet {
    flex: 1;
    height: 2px;
    min-width: 6px;
    margin: 0 !important;
    padding: 0;
    border: none;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: background-color 0.2s ease-out;
    opacity: 1;
  }

  .product-collection-showcase__pagination-wrap .swiper-pagination-bullet-active {
    background-color: #000000;
  }

  .product-collection-showcase__progress {
    display: block;
    position: relative;
    width: 100%;
    height: 3px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.05);
    cursor: grab;
    touch-action: none;
  }

  .product-collection-showcase__progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    min-width: 40px;
    height: 100%;
    background-color: #000000;
    border-radius: 100px;
    transition: left 0.3s ease;
    pointer-events: none;
  }

  .product-collection-showcase__progress.is-dragging {
    cursor: grabbing;
  }

  @media (min-width: 768px) {
    .product-collection-showcase__pagination-wrap .swiper-pagination-bullet {
      position: relative;
    }

    .product-collection-showcase__pagination-wrap .swiper-pagination-bullet::before {
      content: '';
      position: absolute;
      left: -4px;
      right: -4px;
      top: 50%;
      transform: translateY(-50%);
      height: 16px;
      background: transparent;
    }
  }

  @media screen and (max-width: 749px) {
    .product-collection-showcase__container {
      padding-inline: 0;
    }

    .product-collection-showcase__pagination-wrap {
      margin-inline: auto;
      width: calc(100% - 32px);
      padding-inline: 0;
    }

    .product-collection-showcase__pagination-wrap .swiper-pagination-bullet {
      height: 3px;
      box-sizing: border-box;
      max-width: 263px;
      transition: all 0.3s ease-in-out;
    }
  }

  .product-collection-showcase__skeleton {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 16px 8px 19px;
    box-sizing: border-box;
    min-width: 0;
  }

  .product-collection-showcase__skeleton-image {
    width: 100%;
    height: 0;
    padding-bottom: 92.78%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 12px;
    flex-shrink: 0;
    max-height: 257px;
  }

  .product-collection-showcase__skeleton-review-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    height: 16px;
  }

  .product-collection-showcase__skeleton-review {
    width: 60px;
    height: 11px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
  }

  .product-collection-showcase__skeleton-wishlist {
    width: 18px;
    height: 18px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
  }

  .product-collection-showcase__skeleton-custom-title {
    width: 80px;
    height: 16px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
  }

  .product-collection-showcase__skeleton-title {
    width: 85%;
    height: 16px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
  }

  .product-collection-showcase__skeleton-price {
    width: 50px;
    height: 16px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
  }

  .product-collection-showcase__skeleton-colors {
    height: 16px;
  }

  .product-collection-showcase__skeleton-colors-text {
    width: 70px;
    height: 18px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
  }

  .collection-showcase-cms-page
    .product-collection-showcase__card
    .product-collection-showcase__card-colors-wrapper:has(.product-collection-showcase__card-colors:empty) {
    display: none;
  }

  .collection-showcase-cms-page .product-collection-showcase__card {
    height: fit-content;
  }

  .collection-showcase-cms-page .product-collection-showcase__card-image-wrapper {
    aspect-ratio: 1 / 1;
    max-height: 245px;
  }

  @keyframes skeleton-loading {
    0% {
      background-position: 200% 0;
    }
    100% {
      background-position: -200% 0;
    }
  }

  .product-collection-showcase__card {
    padding: 16px 16px 19px !important;
    height: 100%;
    cursor: pointer;
  }

  @media screen and (max-width: 767px) {
    .product-collection-showcase__card,
    .product-collection-showcase__card:hover {
      padding: 8px 8px 0 !important;
      box-shadow: none;
    }

    .product-collection-showcase__swiper .swiper-slide:not(.image-swiper-wrapper) {
      padding: 0 12px;
    }

    .product-collection-showcase__swiper .swiper-wrapper:not(.image-swiper-wrapper) {
      margin-inline: 4px;
    }
  }
/* END_SECTION:product-collection-showcase-cms-pages */

/* START_SECTION:product-collection-showcase (INDEX:99) */
.product-collection-showcase {
    overflow: hidden;
  }

  .product-collection-showcase__container {
    width: 100%;
    max-width: 1536px;
    margin-inline: auto;
    padding-inline: 12px;
  }

  .product-collection-showcase__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 31px;
    padding-inline: 20px;
  }

  .product-collection-showcase__title {
    margin: 0;
    font-family: 'Sora', sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #000000;
  }

  .product-collection-showcase__title--mobile {
    display: none;
  }

  .product-collection-showcase__header-links {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .product-collection-showcase__size-guide-link {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
  }

  .product-collection-showcase__shop-all-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #0099ff;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .product-collection-showcase__shop-all-link:hover {
    color: #007acc;
  }

  .product-collection-showcase__shop-all-link svg {
    width: 16px;
    height: 16px;
  }

  .product-collection-showcase__swiper {
    overflow: visible;
    padding-bottom: 40px;
    padding-inline: 20px !important;
    width: 100%;
    max-width: 100%;
  }

  @media screen and (max-width: 767px) {
    .product-collection-showcase__swiper {
      padding-inline: 0 !important;
    }
  }

  .product-collection-showcase__swiper .swiper-wrapper:not(.image-swiper-wrapper) {
    display: flex;
    width: 100%;
  }

  .product-collection-showcase__swiper:not(.swiper-initialized) .swiper-slide[data-skeleton] {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: auto !important;
  }

  .product-collection-showcase__swiper .swiper-slide:not(.image-swiper-wrapper) {
    height: auto;
    flex-shrink: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 8px 16px;
  }

  .product-collection-showcase__card-image-swiper .swiper-slide {
    padding: 0 !important;
  }

  .product-collection-showcase__swiper .swiper-slide[data-skeleton] {
    display: flex !important;
    min-width: 0;
    flex-shrink: 0;
  }

  .product-collection-showcase__pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
    padding-inline: 17px;
    max-width: calc(100% - 48px);
    margin-inline: auto;
  }

  @media (min-width: 768px) {
    .product-collection-showcase:not(.product-collection-showcase--many-products) .product-collection-showcase__pagination-wrap {
      display: none;
    }
  }

  .product-collection-showcase__pagination-wrap .swiper-pagination {
    position: relative;
    display: none;
    align-items: center;
    gap: 10px;
    width: auto;
    margin: 0;
    z-index: 8;
  }

  .product-collection-showcase__pagination-wrap .swiper-pagination-bullet {
    flex: 1;
    height: 2px;
    min-width: 6px;
    margin: 0 !important;
    padding: 0;
    border: none;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: background-color 0.2s ease-out;
    opacity: 1;
  }

  .product-collection-showcase__pagination-wrap .swiper-pagination-bullet-active {
    background-color: #000000;
  }

  .product-collection-showcase__progress {
    display: block;
    position: relative;
    width: 100%;
    height: 3px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.05);
    cursor: grab;
    touch-action: none;
  }

  .product-collection-showcase__progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    min-width: 40px;
    height: 100%;
    background-color: #000000;
    border-radius: 100px;
    transition: left 0.3s ease;
    pointer-events: none;
  }

  .product-collection-showcase__progress.is-dragging {
    cursor: grabbing;
  }

  @media (min-width: 768px) {
    .product-collection-showcase__pagination-wrap .swiper-pagination-bullet {
      position: relative;
    }

    .product-collection-showcase__pagination-wrap .swiper-pagination-bullet::before {
      content: '';
      position: absolute;
      left: -4px;
      right: -4px;
      top: 50%;
      transform: translateY(-50%);
      height: 16px;
      background: transparent;
    }
  }

  .product-collection-showcase__shop-all-mobile {
    display: none;
  }

  @media screen and (max-width: 749px) {
    .product-collection-showcase__header {
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
      padding-inline: 0;
    }

    .template-404 .product-collection-showcase__shop-all-mobile-btn {
      display: block;
      width: 100%;
      padding: 9px;
      background: #000000;
      color: #ffffff;
      font-weight: 400;
      letter-spacing: 0;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      border: none;
      cursor: pointer;
      box-sizing: border-box;
      max-width: 200px;
      transition: all 0.3s ease-in-out;
      border-radius: 8px;
      font-size: 16px;
      line-height: 24px;
    }

    .product-collection-showcase__header-links {
      display: none;
    }

    .product-collection-showcase__title {
      display: none;
    }

    .product-collection-showcase__title--mobile {
      display: block;
      font-size: 24px;
      width: 100%;
      text-align: center;
    }

    .template-404 .product-collection-showcase__title--mobile {
      text-align: left;
      padding-left: 20px;
    }

    .product-collection-showcase__size-guide-link {
      font-size: 12px;
    }

    .product-collection-showcase__shop-all-link {
      font-size: 12px;
    }

    .product-collection-showcase__container {
      padding-inline: 0;
    }

    .product-collection-showcase__pagination-wrap {
      margin-inline: auto;
      width: calc(100% - 32px);
      padding-inline: 0;
    }

    .product-collection-showcase__pagination-wrap .swiper-pagination-bullet {
      height: 3px;
    }

    .product-collection-showcase__shop-all-mobile {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 32px;
    }

    .product-collection-showcase__shop-all-mobile-btn {
      display: block;
      width: 100%;
      padding: 10px;
      background: #000000;
      color: #ffffff;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      border: none;
      cursor: pointer;
      box-sizing: border-box;
      max-width: 263px;
      transition: all 0.3s ease-in-out;
    }

    .product-collection-showcase__shop-all-mobile-btn:hover {
      color: #ffffff;
      background: #0099ff;
    }
  }

  .product-collection-showcase__skeleton {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 16px 8px 19px;
    box-sizing: border-box;
    min-width: 0;
  }

  .product-collection-showcase__skeleton-image {
    width: 100%;
    height: 0;
    padding-bottom: 92.78%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 12px;
    flex-shrink: 0;
    max-height: 257px;
  }

  .product-collection-showcase__skeleton-review-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    height: 16px;
  }

  .product-collection-showcase__skeleton-review {
    width: 60px;
    height: 11px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
  }

  .product-collection-showcase__skeleton-wishlist {
    width: 18px;
    height: 18px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
  }

  .product-collection-showcase__skeleton-custom-title {
    width: 80px;
    height: 16px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
  }

  .product-collection-showcase__skeleton-title {
    width: 85%;
    height: 16px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
  }

  .product-collection-showcase__skeleton-price {
    width: 50px;
    height: 16px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
  }

  .product-collection-showcase__skeleton-colors {
    height: 16px;
  }

  .product-collection-showcase__skeleton-colors-text {
    width: 70px;
    height: 18px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 4px;
  }

  @keyframes skeleton-loading {
    0% {
      background-position: 200% 0;
    }
    100% {
      background-position: -200% 0;
    }
  }

  .product-collection-showcase__card {
    padding: 16px 16px 19px !important;
    height: 100%;
    cursor: pointer;
  }

  .landing-page-collection-section .product-collection-showcase__title {
    font-size: 16px;
    font-weight: 600;
    text-transform: unset;
  }
  .landing-page-collection-section .product-collection-showcase__title.product-collection-showcase__title--mobile {
    text-align: left;
    padding-left: 13px;
    margin-top: 5px;
  }

  @media screen and (max-width: 767px) {
    .product-collection-showcase__card,
    .product-collection-showcase__card:hover {
      padding: 8px 8px 0 !important;
      box-shadow: none;
    }

    .product-collection-showcase__swiper .swiper-slide:not(.image-swiper-wrapper) {
      padding: 0 12px;
    }

    .product-collection-showcase__swiper .swiper-wrapper:not(.image-swiper-wrapper) {
      margin-inline: 4px;
    }
    .landing-page-collection-section .product-collection-showcase__swiper .swiper-wrapper:not(.image-swiper-wrapper) {
      margin-inline: 0px;
    }
  }

  @media (min-width: 1280px) {
    .landing-page-collection-section .product-collection-showcase__container {
      padding-inline: 0;
    }
    .landing-page-collection-section .product-collection-showcase__header, 
    .landing-page-collection-section .product-collection-showcase__swiper {
      padding-inline: 31px !important;
    }
  }
/* END_SECTION:product-collection-showcase */

/* START_SECTION:review-slider (INDEX:106) */
.review-slider {
    --review-avatar-size: 84.22px;
    --review-avatar-overlap: calc(var(--review-avatar-size) / 2);
    width: 100%;
    background: #ffffff;
  }

  .review-slider__container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: var(--review-container-padding);
  }

  @media screen and (min-width: 1440px) {
    .review-slider__container {
      margin-inline: auto;
    }
  }

  .review-slider__heading {
    margin: 0 0 24px;
    text-align: center;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 49.48px;
    letter-spacing: 0;
    color: #000000;
  }

  .review-slider__slider-wrap {
    position: relative;
  }

  .review-slider__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: calc(100cqw * 72 / 1386);
    width: 100%;
    overflow: visible;
  }

  .review-slider__card {
    --review-card-padding: 36px;
    --review-header-gap: 12px;
    --review-avatar-left: calc(var(--review-card-padding) - var(--review-avatar-overlap));
    --review-content-align: calc(
      var(--review-avatar-left) + var(--review-avatar-size) + var(--review-header-gap)
    );
    box-sizing: border-box;
    background: var(--review-card-bg, #f6f6f6);
    border-radius: 10px;
    margin-top: var(--review-avatar-overlap);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: visible;
    padding: 16px 18px;
  }

  .review-slider__card-header {
   
    padding-left: calc(var(--review-content-align) + 12px);
    padding-right: var(--review-card-padding);
    margin-bottom: 18px;
  }

  .review-slider__avatar {
    position: absolute;
    top: calc(-1 * var(--review-avatar-overlap));
    left: 18px;
    z-index: 2;
    width: var(--review-avatar-size);
    height: var(--review-avatar-size);
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    background: #e8e8e8;
  }

  .review-slider__avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .review-slider__stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--review-star-color, #0099ff);
    margin: 0;
    padding: 0;
   
  }

  .review-slider__stars-svg {
    display: block;
    max-width: 100%;
    flex-shrink: 0;
  }

  .review-slider__stars-svg--desktop {
    width: 169px;
    height: 27px;
  }

  .review-slider__stars-svg--mobile {
    display: none;
    width: 147px;
    height: 22px;
  }

  .review-slider__card-body {
    display: flex;
    flex-direction: column;
    gap: 18px;
    
  }

  .review-slider__text {
    margin: 0;
    padding: 0!important;
  }

  .review-slider__text p {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #000000;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    font-family: Inter;
    font-size: 24px;
    line-height: 30px;

    
  }

  .review-slider__location {
    margin: 0;
    font-family: Sora;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000000;
   
  }

  @media screen and (max-width: 1200px) {
    .review-slider__container {
      padding-inline: 15.5px;
    }
  }

  @media screen and (max-width: 820px) {
    .review-slider {
      --review-avatar-size: 72.13px;
    }

    .review-slider__slider-wrap {
      padding-top: 0;
    }

    .review-slider__track {
      display: block;
      width: 100%;
      gap: 0;
      padding-top: var(--review-avatar-overlap);
    }

    .review-slider__card {
      --review-card-padding: 20px;
      --review-header-gap: 10px;
      border-radius: 10px;
      margin-top: 0;
      padding: 11px 8px 8px 16px;
    }

    .review-slider__card + .review-slider__card {
      margin-top: calc(var(--review-avatar-overlap) + 24px);
    }

    .review-slider__card-header {
      margin-bottom: 14px;
      padding-left: calc(var(--review-content-align) + 23px);
    }

    .review-slider__card-body {
      gap: 14px;
    }

    .review-slider__text p {
      font-family: 'Inter', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0;
    }

    .review-slider__location {
      font-family: 'Sora', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 14px;
      line-height: 28px;
      letter-spacing: 0;
    }

    .review-slider__heading {
      margin-bottom: 22px;
      font-size: 20px;
      line-height: 18px;
    }

    .review-slider__stars-svg--desktop {
      display: none;
    }

    .review-slider__stars-svg--mobile {
      display: block;
    }
  }
/* END_SECTION:review-slider */

/* START_SECTION:testimonials (INDEX:112) */
.testimonials {
    position: relative;
    width: 100%;
    min-height: 700px;
    overflow: hidden;
    padding-bottom: 90px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #000000;
  }

  @media screen and (max-width: 767px) {
    .testimonials {
      padding-block: 43px 61px;
      height: calc(100vh - 90px);
      min-height: calc(100vh - 90px);
      max-height: calc(100vh - 90px);
    }
  }

  .testimonials__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  .testimonials__background--desktop {
    display: block;
  }

  .testimonials__background--mobile {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .testimonials__background--desktop {
      display: none;
    }

    .testimonials__background--mobile {
      display: block;
    }
  }

  .testimonials__slide-backgrounds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
  }

  .testimonials__slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .testimonials__slide-bg--active {
    opacity: 1;
  }

  .testimonials__slide-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .testimonials__slide-bg-desktop {
    display: block;
  }

  .testimonials__slide-bg-mobile {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .testimonials__slide-bg-desktop {
      display: none;
    }

    .testimonials__slide-bg-mobile {
      display: block;
    }
  }

  .testimonials__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270.01deg, rgba(0, 0, 0, 0) 0.01%, rgba(0, 0, 0, 0.6) 99.99%);
    z-index: 1;
  }

  .testimonials__container {
    position: relative;
    z-index: 2;
    max-width: 1536px;
    margin-inline: auto;
    padding: 0 60px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    min-height: 483px;
  }

  .testimonials__content {
    width: 100%;
    max-width: 386px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
  }

  .testimonials__quote {
    font-family: 'Sora', sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 13px;
    letter-spacing: 0;
    font-style: normal;
    padding: 0;
  }

  .testimonials__quote p {
    margin: 0;
  }

  .testimonials__author {
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0;
    font-style: normal;
    display: block;
  }

  .testimonials__product-info {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.56);
    backdrop-filter: blur(60px);
    border-radius: 10px;
    margin-top: 37px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .testimonials__product-image {
    width: 80px;
    height: 74px;
    border-radius: 10px;
    object-fit: contain;
    background-color: #fff;
    flex-shrink: 0;
  }

  .testimonials__product-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .testimonials__product-title {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 400;
    color: #000000;
    margin: 0 0 4px;
  }

  @media screen and (max-width: 767px) {
    .testimonials__product-title {
      max-width: 135px;
    }
  }

  .testimonials__product-price {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
  }

  .testimonials__product-price--compare {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    color: #000000;
    text-decoration: line-through;
    opacity: 0.5;
    margin-right: 8px;
  }

  .testimonials__product-link {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
    text-decoration: underline;
    margin-top: 4px;
    transition: color 0.3s ease;
    width: fit-content;
    pointer-events: none;
  }

  .testimonials__swiper {
    width: 100%;
    overflow: hidden;
  }

  .testimonials__swiper .swiper-wrapper {
    display: flex;
  }

  .testimonials__swiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .testimonials__pagination {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    margin-inline: 47.5px;
  }

  .testimonials__pagination-bar {
    position: relative;
    width: 100%;
    height: 3px;
    background-color: rgba(144, 144, 144, 0.4);
    transition: background-color 0.3s ease;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .testimonials__pagination-bar::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 24px;
    transform: translateY(-50%);
    background: transparent;
  }

  .testimonials__pagination-bar--active {
    background-color: #ffffff;
  }

  .testimonials__content .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  @media screen and (max-width: 767px) {
    .testimonials__container {
      padding: 0 16.5px;
      min-height: 100%;
    }

    .testimonials__content {
      width: 100%;
      max-width: 100%;
    }

    .testimonials__quote {
      font-size: 18px;
      line-height: 28px;
    }

    .testimonials__author {
      font-size: 16px;
      line-height: 24px;
    }

    .testimonials__pagination {
      margin-top: 29px;
      margin-inline: 30px;
    }

    .testimonials__swiper {
      height: 100%;
    }

    .testimonials__swiper .swiper-slide {
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .testimonials__content-wrapper {
      padding: 10px 17px 24px;
    }

    .testimonials__product-details {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
  }
/* END_SECTION:testimonials */

/* START_SECTION:trust-bar (INDEX:116) */
.trust-bar {
    width: 100%;
    background: var(--trust-bar-bg, #000000);
    color: var(--trust-bar-text, #ffffff);
    padding-block: 11.83px;
    margin-inline: auto;
    border-top: 0 !important;
    box-shadow: none !important;
    padding-inline: 113.8px;
  }

  .trust-bar-section {
    border-top: 0 !important;
    box-shadow: none !important;
  }

  .trust-bar__container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1219px;
    margin-inline: auto;
    
  }
  

  .trust-bar__grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }

  .trust-bar__item {
    display: flex;
    align-items: center;
    gap:  23px;
    width:auto;
    min-width: 0;
    justify-content: center;
    padding-inline: 0;
  }

  .trust-bar__divider {
    flex-shrink: 0;
    align-self: stretch;
    width: 2px;
    min-height: 50.69px;
    background: #ffffff;
    max-height: 52px;
  }

  @media screen and (min-width: 769px) {
    .trust-bar__grid > .trust-bar__divider:nth-child(4) {
      margin-right: 8px;
    }
  }

  .trust-bar__icon {
    flex-shrink: 0;
    width: 56.69px;
    height: 56.69px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .trust-bar__icon--placeholder {
    background: rgba(255, 255, 255, 0.12);
  }

  .trust-bar__icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .trust-bar__text {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
  }

  .trust-bar__line {
    margin: 0;
     font-family: 'Inter';
    font-weight: 600;
    font-style: normal;
    font-size: 17.47px;
    line-height: 24.95px;
    letter-spacing: 0;
    color: inherit;
    
  }

  .trust-bar__line p {
    margin: 0;
  }

  .trust-bar__line--mobile {
    display: none;
  }

  @media screen and (max-width: 1150px) {
    .trust-bar {
      padding-inline: 25px;
      padding-block: 12px;
    }
    .trust-bar__line{
      font-size: 14px;
      line-height: 20px;
    }
    .trust-bar__icon {
      width: 40px;
      height: 40px;
    }
  }

  @media screen and (max-width: 768px) {
     .trust-bar {
      padding-inline: 15.5px;
      padding-right: 13.5px;
    }

    .trust-bar__item {
      gap: 8px;
      padding-inline: 0px;
    }

    .trust-bar__divider {
      min-height: 28.43px;
      margin-right: 8px;
      margin-left: 8px;
    }
    .trust-bar__item {
      flex: 1 1 0;
      width: auto;
      min-width: 0;
    }

    .trust-bar__icon {
      width: 28.43px;
      height: 28.43px;
    }

    .trust-bar__text {
      gap: 0;
    }

    .trust-bar__line {
      font-size: 9px;
      line-height: 10px;
      text-box-trim: trim-both;
      text-box-edge: cap alphabetic;
    }

    .trust-bar__line--desktop {
      display: none;
    }

    .trust-bar__line--mobile {
      display: block;
    }
    .trust-bar__line p {
    margin: 0;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}
.trust-bar__text{
  max-width: 120px;
}
  }
   @media screen and (max-width: 450px) {
    .trust-bar__text{
     max-width:100%;
  }
   }
   @media screen and (max-width: 400px) {
    .trust-bar__divider {
    margin-right: 4px;
    margin-left: 4px;
  }
  .trust-bar__icon-img {
      width: 20px;
      height: 20px;
  }
  .trust-bar__line {
      font-size: 8.5px;
  }
  .trust-bar__item {
      gap: 4px;
  }
  .trust-bar {
    padding-inline: 10px;
}
   }
/* END_SECTION:trust-bar */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:bottoms-size-guide-popup (INDEX:125) */
.size-guide-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .size-guide-title {
    font-size: 24px;
    line-height: 1.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(20 21 23);
    margin: 0; 
    letter-spacing: 0;
  }

  .size-guide-close-btn {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    color: #666;
    font-size: 24px;
    transition: color 0.2s;
  }
  
  .size-guide-title_sub{
      font-size: 1.125rem;
      line-height: 1.75rem;
      font-weight: 600;
      margin-bottom: 3px;
    color: #000;
    text-transform: uppercase;
  }
  
  .size-guide-close-btn:hover {
    color: #000;
  }

  /* Table Styles */
  .size-guide-table-container {
    margin-bottom: 24px;
  }

  .size-guide-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background: #BBBDBF;
  }

  .size-guide-table th,
  .size-guide-table td {
    padding: 16px 10px;
    text-align: left;
    border: 2px solid #BBBDBF;
  }

  .size-guide-table thead th {
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
  }

  .size-guide-table .bg-grey-25 {
    background-color: #F2F0F0;
  }

  /* How to Measure Section */
  .measurement-steps {
    margin-top: 2px;
  }

  .step-container {
    display: flex;
    position: relative;
  } 

  .step-line {
    position: absolute; 
    left: 17px;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 115%;
  }
 

  .step-content {
    flex: 1;
    padding: 12px 0px;
  }

  .step-box {
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 1;
    position: relative;
  }

  .step-dot {
    position: relative;
    display: none;
    height: 0.8rem;
    width: 0.8rem; 
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    background: #212b36;
    top: 50%;
    transform: matrix(1, 0, 0, 1, 0, -8);
  }

  .step-icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
  }

  .step-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
  }

  .step-text {
    margin: 0;
    font-size: 14px;
    color: rgb(20 21 23);
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: unset;
    font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
  }

  .tool-tip__content p.text-base {
    color: rgb(114 115 116);
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5rem;
    font-weight: 400;
  }
  tool-tip[data-tool-tip-open=true] .tool-tip__inner{
    max-height: 100dvh;
    max-width: 56rem;
    overflow-y: auto;
    width: 100%;
    padding: 2rem;
  }
  .tool-tip__close{
    background: #7273741a;
    border-radius: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2rem;
    top: 2rem;
  }
  .hover-icon{
    display: none;
  }
  .step-box:hover .step-icon img{
    display: none;
  }
  .step-box:hover .hover-icon{
    display: block !important;
  }
  .step-dot_sp{
    position: absolute;
    height: 100%;
    width: 2px;
    background: #0099FF;
  }

  .step-container:first-child .step-line .step-dot_sp {
    bottom: -1px;
    height: 50%;
  }
  .step-container:last-child .step-line .step-dot_sp {
    top: -1px;
    height: 50%;
  }
  td, th{
    text-transform: uppercase;
  }
  .top_size_guide_text{
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
    color: rgb(114 115 116);
  }

  @media (max-width: 640px) { 
    td, th{
      min-width: 10rem;
    }
    .size-guide-table-container{
      overflow-x: auto;
    }
    .tool-tip__close{
      padding: 5px;
    }
    .size-guide-table-container{
      margin-bottom: 24px; 
    }
    .size-guide-table th, .size-guide-table td{
      font-size: 12px;
      letter-spacing: 0;
      line-height: 1rem;
      min-width: auto;
      width: 20%;
      padding: 16px 5px 16px 6px !important;
    }
    .size-guide-table thead th {
      font-size: 14px;
    }
  }
/* END_SNIPPET:bottoms-size-guide-popup */

/* START_SNIPPET:cart-upsell-products (INDEX:130) */
.cart-upsell {
    margin: 0 -20px 29px 0;
    font-family: 'Sora', sans-serif;
  }
  .drawer__footer:has(.cart-drawer__discount-toggle[aria-expanded="true"]) .cart-upsell {
    margin-bottom: 13px;
  }
  .cart-upsell__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 7px;
  }

  .cart-upsell__heading {
    margin: 0 0 0 1px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    color: #000;
    line-height: 20px;
    font-family: 'Inter' !important;
  }

  .cart-upsell__nav {
    display: none;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }

  .cart-upsell__nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid #bbbdbf;
    border-radius: 50%;
    background: #fff;
    color: #000;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  }

  .cart-upsell__nav-btn:hover:not(:disabled) {
    border-color: #0099ff;
    color: #0099ff;
  }

  .cart-upsell__nav-btn:disabled,
  .cart-upsell__nav-btn.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
  }

  .cart-upsell__swiper {
    overflow: hidden;
    margin: 0 -4px;
    padding: 0 4px;
    touch-action: pan-x;
    overscroll-behavior: contain;
  }

  .cart-upsell__swiper .swiper-slide {
    width: 270px;
    height: auto;
    max-width: 75%;
  }

  .cart-upsell__card {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    min-height: 92px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f4f4f4;
  }

  .cart-upsell__media {
    display: block;
    flex: 0 0 78px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    width: 78px;
    height: 77px;
    border-radius: 10px;
  }

  .cart-upsell__media img,
  .cart-upsell__media svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .cart-upsell__content {
    min-width: 0;
    flex: 1 1 auto;
  }

  .cart-upsell__title {
    margin: 0 0 9px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'Inter' !important;
  }

  .cart-upsell__meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .cart-upsell__price {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
    line-height: 1;
  }

  .cart-upsell__add {
    padding: 0;
    border: 0;
    background: none;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
    font-weight: 700;
    text-decoration: underline;
  }

  .cart-upsell__add:disabled {
    opacity: 0.6;
    cursor: wait;
  }

  .js-drawer-open #QuickAddModalProductCards.quick-add-modal.modal--is-active {
    z-index: 40;
  }
  @media screen and (max-width: 767px) {
    .cart-upsell {
      margin: 0 -16px 30px 0;
    }
  }
/* END_SNIPPET:cart-upsell-products */

/* START_SNIPPET:product-grid-item (INDEX:205) */
.grid-product__title {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000000;
  }
  .grid-product__price {
    color: rgb(20 21 23);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0;
  }
/* END_SNIPPET:product-grid-item */

/* START_SNIPPET:product-inventory (INDEX:207) */
.low-stock-text {
    color: #000000;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .low-stock-quantity {
    color: #ff1100;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
  }

  .low-stock-container {
    display: flex;
    align-items: center;
    gap: 8px;
  }
/* END_SNIPPET:product-inventory */

/* START_SNIPPET:size-guide-popup (INDEX:227) */
.size-guide-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .size-guide-title {
    font-size: 24px;
    line-height: 1.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(20 21 23);
    margin: 0; 
    letter-spacing: 0;
  }

  .size-guide-close-btn {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    color: #666;
    font-size: 24px;
    transition: color 0.2s;
  }
  
  .size-guide-title_sub{
      font-size: 1.125rem;
      line-height: 1.75rem;
      font-weight: 600;
      margin-bottom: 3px;
    color: #000;
    text-transform: uppercase;
  }
  
  .size-guide-close-btn:hover {
    color: #000;
  }

  /* Table Styles */
  .size-guide-table-container {
    margin-bottom: 24px;
  }

  .size-guide-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background: #BBBDBF;
  }

  .size-guide-table th,
  .size-guide-table td {
    padding: 16px 10px;
    text-align: left;
    border: 2px solid #BBBDBF;
    text-transform: capitalize;
  }

  .size-guide-table th {
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
  }

  .size-guide-table .bg-grey-25 {
    background-color: #F2F0F0;
  }

  /* How to Measure Section */
  .measurement-steps {
    margin-top: 2px;
  }

  .step-container {
    display: flex;
    position: relative;
  } 

  .step-line {
    position: absolute; 
    left: 17px;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 115%;
  }
 

  .step-content {
    flex: 1;
    padding: 12px 0px;
  }

  .step-box {
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 1;
    position: relative;
  }

  .step-dot {
    position: relative;
    display: none;
    height: 0.8rem;
    width: 0.8rem; 
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    background: #212b36;
    top: 50%;
    transform: matrix(1, 0, 0, 1, 0, -8);
  }

  .step-icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
  }

  .step-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
  }

  .step-text {
    margin: 0;
    font-size: 14px;
    color: rgb(20 21 23);
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: unset;
    font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
  }

  .tool-tip__content p.text-base {
    color: rgb(114 115 116);
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5rem;
    font-weight: 400;
  }
  tool-tip[data-tool-tip-open=true] .tool-tip__inner{
    max-height: 100dvh;
    max-width: 56rem;
    overflow-y: auto;
    width: 100%;
    padding: 2rem;
  }
  .tool-tip__close{
    background: #7273741a;
    border-radius: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2rem;
    top: 2rem;
  }
  .hover-icon{
    display: none;
  }
  .step-box:hover .step-icon img{
    display: none;
  }
  .step-box:hover .hover-icon{
    display: block !important;
  }
  .step-dot_sp{
    position: absolute;
    height: 100%;
    width: 2px;
    background: #0099FF
  }

  .step-container:first-child .step-line .step-dot_sp {
    bottom: -1px;
    height: 50%;
  }
  .step-container:last-child .step-line .step-dot_sp {
    top: -1px;
    height: 50%;
  }
  td, th{
    text-transform: uppercase;
  }
  .most-popular {
    font-size: 10px;
    font-weight: bold;
    color: #007bff;
  }

  @media (max-width: 640px) { 
    td, th{
      min-width: 10rem;
    }
    .size-guide-table-container{
      overflow-x: auto;
    }
    .tool-tip__close{
      padding: 5px;
    }
    .size-guide-table-container{
      margin-bottom: 24px; 
    }
    .size-guide-table th, .size-guide-table td{
      font-size: 12px;
      letter-spacing: 0;
      line-height: 1rem;
      min-width: auto;
      width: 25%;
      padding: 16px 5px 16px 6px !important;
    }
    .size-guide-table td:nth-child(2) {
        font-size: 14px;
    }
    .size-guide-table th {
      font-size: 14px;
    }
  }
/* END_SNIPPET:size-guide-popup */

/* START_SNIPPET:tops-size-guide-popup (INDEX:242) */
.size-guide-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  .size-guide-title {
    font-size: 24px;
    line-height: 1.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(20 21 23);
    margin: 0; 
    letter-spacing: 0;
  }

  .size-guide-close-btn {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    color: #666;
    font-size: 24px;
    transition: color 0.2s;
  }
  
  .size-guide-title_sub{
      font-size: 1.125rem;
      line-height: 1.75rem;
      font-weight: 600;
      margin-bottom: 3px;
    color: #000;
    text-transform: uppercase;
  }
  
  .size-guide-close-btn:hover {
    color: #000;
  }

  /* Table Styles */
  .size-guide-table-container {
    margin-bottom: 24px;
  }

  .size-guide-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background: #BBBDBF;
  }

  .size-guide-table th,
  .size-guide-table td {
    padding: 16px 10px;
    text-align: left;
    border: 2px solid #BBBDBF;
  }

  .size-guide-table thead th {
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
  }

  .size-guide-table .bg-grey-25 {
    background-color: #F2F0F0;
  }

  /* How to Measure Section */
  .measurement-steps {
    margin-top: 2px;
  }

  .step-container {
    display: flex;
    position: relative;
  } 

  .step-line {
    position: absolute; 
    left: 17px;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 115%;
  }
 

  .step-content {
    flex: 1;
    padding: 12px 0px;
  }

  .step-box {
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 1;
    position: relative;
  }

  .step-dot {
    position: relative;
    display: none;
    height: 0.8rem;
    width: 0.8rem; 
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    background: #212b36;
    top: 50%;
    transform: matrix(1, 0, 0, 1, 0, -8);
  }

  .step-icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
  }

  .step-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
  }

  .step-text {
    margin: 0;
    font-size: 14px;
    color: rgb(20 21 23);
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: unset;
    font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
  }

  .tool-tip__content p.text-base {
    color: rgb(114 115 116);
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5rem;
    font-weight: 400;
  }
  tool-tip[data-tool-tip-open=true] .tool-tip__inner{
    max-height: 100dvh;
    max-width: 56rem;
    overflow-y: auto;
    width: 100%;
    padding: 2rem;
  }
  .tool-tip__close{
    background: #7273741a;
    border-radius: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2rem;
    top: 2rem;
  }
  .hover-icon{
    display: none;
  }
  .step-box:hover .step-icon img{
    display: none;
  }
  .step-box:hover .hover-icon{
    display: block !important;
  }
  .step-dot_sp{
    position: absolute;
    height: 100%;
    width: 2px;
    background: #0099FF
  }

  .step-container:first-child .step-line .step-dot_sp {
    bottom: -1px;
    height: 50%;
  }
  .step-container:last-child .step-line .step-dot_sp {
    top: -1px;
    height: 50%;
  }
  td, th{
    text-transform: uppercase;
  }
  .top_size_guide_text{
    font-size:14px;
    margin-top: 5px;
    margin-bottom: 0;
    color: rgb(114 115 116);
  }

  @media (max-width: 640px) { 
    td, th{
      min-width: 10rem;
    }
    .size-guide-table-container{
      overflow-x: auto;
    }
    .tool-tip__close{
      padding: 5px;
    }
    .size-guide-table-container{
      margin-bottom: 24px; 
    }
    .size-guide-table th, .size-guide-table td{
      font-size: 12px;
      letter-spacing: 0;
      line-height: 1rem;
      min-width: auto;
      width: 20%;
      padding: 16px 5px 16px 6px !important;
    }
    .size-guide-table thead th {
      font-size: 14px;
    }
  }
/* END_SNIPPET:tops-size-guide-popup */