/** Shopify CDN: Minification failed

Line 2973:2 Unexpected "}"

**/
/* START_SECTION:best-plan (INDEX:2) */
.best-plan {
  display: block;
  margin-top: var(--m-t-mb, 0);
  border-radius: var(--border-radius-mb);

  position: relative;
  z-index: 2;

  @media (min-width: 750px) and (max-width: 989px) {
    border-radius: var(--border-radius);
    margin-top: var(--m-t-tb, 0);
  }

  @media (min-width: 990px) {
    border-radius: var(--border-radius);
    margin-top: var(--m-t, 0);
  }
}

.best-plan__title-wrapper {
  text-align: center;
  margin-bottom: 24px;

  @media (max-width: 749px) {
    max-width: 296px;
    margin-inline: auto;
  }

  @media (min-width: 990px) {
    text-align: left;
    max-width: 860px;
    margin-bottom: 52px;
  }
}

.best-plan__title {
  @media (max-width: 989px) {
    margin-bottom: 0;
  }

  .replace-color {
    font-family: var(--ff-honey-monly);
    font-weight: 400;
    font-size: 55px;
    line-height: 57px;
    vertical-align: middle;

    @media (min-width: 990px) {
      font-size: 110px;
      line-height: 109px;
    }
  }
}

.best-plan__title:not(:last-child) {
  @media (min-width: 990px) {
    margin-bottom: 43px;
  }
}

.best-plan__description {
  @media (max-width: 989px) {
    display: none;
  }
}

.best-plan__description > p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;

  @media (min-width: 990px) {
    font-size: 24px;
    line-height: 29px;
  }
}

.best-plan__compat-wrapper {
  margin-top: 8px;
  text-align: left;
}

.best-plan__compat-wrapper .features-comparison__btns {
  margin-top: 0;
  display: block;
  text-align: left;
}

.best-plan__compat-wrapper .fc-modal__trigger-link {
  display: inline-block;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 14px;
  color: #2d2d81;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.best-plan__compat-wrapper .fc-modal__trigger-link:hover,
.best-plan__compat-wrapper .fc-modal__trigger-link:focus-visible {
  opacity: 0.7;
}

.best-plan__content {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;

  @media (max-width: 989px) {
    max-width: 640px;
    margin-inline: auto;
  }

  @media (min-width: 990px) {
    grid-template-columns: 1fr auto;
    margin-bottom: 4px;
    align-items: center;
  }
}

.best-plan__inputs-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;

  @media (min-width: 990px) {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
  }
}

.best-plan__btn {
  @media (max-width: 989px) {
    width: 100%;
  }
}

.best-plan__summary {
  display: none;
  @media (min-width: 990px) {
    grid-template-areas: "content";
  }
}

.best-plan__summary.visible {
  display: block;
  margin-top: 32px;

  @media (min-width: 990px) {
    margin-top: 48px;
    display: grid;
  }
}

.best-plan__inner {
  @media (min-width: 990px) {
    grid-area: content;
  }
}

.best-plan__checkout-wrapper {
  margin-top: 16px;

  @media (min-width: 750px) {
    display: flex;
    justify-content: center;
  }

  @media (min-width: 990px) {
    margin-top: 32px;
  }
}

.best-plan__checkout-btn {
  @media (max-width: 749px) {
    width: 100%;
  }
}

.best-plan__save:empty {
  display: none;
}

.best-plan__save {
  font-weight: 500;
  margin-top: 8px;
  text-align: center;

  @media (min-width: 990px) {
    margin-top: 16px;
  }

  strong {
    font-weight: 650;
  }
}

.best-plan__media-wrapper {
  @media (min-width: 990px) {
    grid-area: content;
    align-self: end;
    justify-self: end;
    width: 30%;
    position: relative;
    bottom: calc(var(--p-bt) * -1);
  }

  @media (min-width: 1400px) {
    width: 34.7%;
  }
}

.best-plan__error-message {
  font-size: 12px;
  line-height: 14px;
  margin-top: 8px;
  color: #d32f2f;

  @media (max-width: 989px) {
    text-align: center;
  }
}

.card-plan-variant-wrapper {
  --card-max-width: 700px;
  --inline-padding: 32px;

  @media (min-width: 990px) {
    --inline-padding: 48px;
  }
}

.card-plan-variant-wrapper:has(.card-plan-variant:not(.active)) {
  display: none;
}

.card-plan-variant {
  display: none;
  position: relative;
  border-radius: 32px;
  padding: 36px var(--inline-padding) 32px;
  width: 100%;
  max-width: var(--card-max-width);
  margin-inline: auto;

  &.active {
    display: block;
  }

  @media (min-width: 990px) {
    padding: 48px var(--inline-padding);
    padding-right: 75px;
  }
}

.card-plan-variant-wrapper--badge {
  display: grid;
  grid-template-rows: auto 22px auto;
  grid-template-columns: 1fr;
}

.card-plan-variant-wrapper--badge .card-plan-variant {
  grid-row: 2/4;
  grid-column: 1;
}

.card-plan-variant__badge-wrapper {
  position: relative;
  z-index: 1;
  grid-row: 1/3;
  grid-column: 1;
  width: 100%;
  max-width: var(--card-max-width);
  padding-inline: var(--inline-padding);
  margin-inline: auto;

  @media (max-width: 989px) {
    display: flex;
    justify-content: center;
  }
}

.card-plan-variant__badge {
  display: inline-block;
  border-radius: 8px;
  padding: 10px 16px;
  background: #a7dbd7;
  color: #2d2d81;
  font-weight: 650;
  text-align: center;

  @media (min-width: 990px) {
  }
}

.card-plan-variant__top {
  margin-bottom: 24px;

  @media (min-width: 990px) {
    margin-bottom: 32px;
  }
}

.card-plan-variant__title {
  margin-bottom: 12px;

  @media (max-width: 989px) {
    text-align: center;
  }

  @media (min-width: 990px) {
    margin-bottom: 8px;
  }
}

.card-plan-variant__title.h4 {
  line-height: 28px;

  @media (min-width: 990px) {
    font-size: 28px;
    line-height: 33px;
  }
}

.card-plan-variant__details {
  --gap: 20px;

  display: flex;
  flex-wrap: wrap;
  gap: 4px var(--gap);
  justify-content: center;
  align-items: center;

  @media (min-width: 990px) {
    justify-content: start;
  }
}

.card-plan-variant__detail {
  position: relative;
  font-weight: 500;

  strong {
    font-weight: 700;
  }
}

.card-plan-variant__detail:not(:last-child):after {
  --size: 4px;

  position: absolute;
  height: var(--size);
  width: var(--size);
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #8b8b8b;
  top: 50%;
  transform: translateY(-50%);
  right: calc(-1 * var(--gap) / 2 - var(--size) / 2);
}

.card-plan-variant__inner {
  display: grid;
  gap: 24px;

  @media (min-width: 990px) {
    grid-template-columns: 1fr auto;
  }
}

.card-plan-variant__features {
  display: grid;
  gap: 12px;
}

.card-plan-variant__feature {
  display: flex;
  gap: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.card-plan-variant__feature .svg-wrapper {
  --svg-size: 24px;
  --icon-size: 24px;
  color: var(--color-input-icon);
}

.card-plan-variant__price.h3 {
  color: #e92729;
  @media (max-width: 989px) {
    text-align: center;
  }
}

.card-plan-variant__price:not(:last-child) {
  margin-bottom: 4px;

  @media (min-width: 990px) {
    margin-bottom: 8px;
  }
}

.card-plan-variant__price-info {
  color: #6b6b6b;
  font-weight: 500;

  @media (max-width: 989px) {
    text-align: center;
  }
}

.card-plan-variant__bottom {
  font-size: 15px;
  line-height: 20px;
  font-weight: 650;
  margin-top: 24px;

  @media (max-width: 989px) {
    text-align: center;
    max-width: 180px;
    margin-inline: auto;
  }

  @media (min-width: 990px) {
    margin-top: 32px;
    font-size: 18px;
    line-height: 24px;
  }
}
/* END_SECTION:best-plan */
/* START_SECTION:collage (INDEX:5) */
.collage {
  --fluid-space: 40px;

  display: block;
  /* overflow: clip; - Removed to allow anchor positioning across section boundaries */

  @media (min-width: 990px) {
    --fluid-space: 100px;
  }
}


.collage__title-wrapper {
  margin-bottom: 24px;

  @media (max-width: 989px) {
    text-align: center;
  }

  @media (min-width: 990px) {
    margin-bottom: 48px;
  }
}

.collage__title {
  margin-bottom: 8px;

  @media (min-width: 990px) {
    margin-bottom: 24px;
  }

  .replace-color {
    font-family: var(--ff-honey-monly);
    font-weight: 400;
    font-size: 55px;
    line-height: 55px;
    vertical-align: middle;

    @media (min-width: 990px) {
      font-size: 90px;
      line-height: 99px;
    }
  }
}

.collage__description {
  @media (max-width: 989px) {
    margin-inline: auto;
  }

  @media (max-width: 749px) {
    max-width: 320px;
  }

  @media (min-width: 990px) {
    max-width: 495px;
  }
}

.collage__description > p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;

  @media (min-width: 990px) {
    font-size: 24px;
    line-height: 29px;
  }
}

.collage__wrapper {
  @media (min-width: 990px) {
    display: grid;
    gap: 41px;
    grid-template-columns: 1fr 1.104fr;
  }
}

.collage__content {
  display: grid;

  @media (width < 990px) {
    margin-bottom: calc(var(--fluid-space) * 3 - 7px);
  }

  @media (min-width: 990px) {
    padding-bottom: 100px;
  }
}

.collage__inner {
  display: grid;
}

.collage__media-wrapper {
  @media (width >= 990px) {
    align-self: end;

    @supports (anchor-name: --trust-reviews) {
      width: 100%;
      max-width: min(400px, 30%);
      position: absolute;
      position-anchor: --trust-reviews;
      bottom: anchor(top);
      /* Position relative to the left of the anchor */
      left: max(var(--container-paddings), calc(50vw - var(--normal-page-width) / 2 + var(--container-paddings) ) ); 
      z-index: 0;
    }
  }
}

.collage__media {
  margin-inline: auto;
}

.collage__cards {
  @media (max-width: 989px) {
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
    margin-top: calc(-1 * var(--fluid-space))
  }

  @media (min-width: 990px) {
    position: relative;
    margin-top: calc(-1 * var(--fluid-space));
    margin-bottom: calc(var(--fluid-space) * 3 );
  }
}

.collage__card-wrapper {
  --header-space: 56px;
  --slide-space: 40px;

  position: sticky;

  @media (min-width: 990px) {
    --slide-space: 100px;

    top: calc(var(--header-height) + var(--header-space));
    transform: translateY(calc(80px * (1 - var(--card-progress, 0))));
    transition:
      transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
      rotate 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.collage__card-wrapper:nth-child(1) {
  @media (max-width: 989px) {
    top: calc(var(--header-group-height) + var(--header-space) - var(--fluid-space));
    transform: translateY(calc(var(--fluid-space)));
  }
}

.collage__card-wrapper:nth-child(2) {
  @media (max-width: 989px) {
    top: calc(var(--header-group-height) + var(--header-space) + var(--slide-space) - var(--fluid-space) * 2);
    transform: translateY(calc(var(--fluid-space) * 2));
  }
}

.collage__card-wrapper:nth-child(3) {
  @media (max-width: 989px) {
    top: calc(var(--header-group-height) + var(--header-space) + var(--slide-space) * 2 - var(--fluid-space) * 3);
    transform: translateY(calc(var(--fluid-space) * 3 - 7px));
  }
}

.collage-card {
  --header-space: 56px;
  position: relative;
  padding: 48px;
  border-radius: 32px;
  border: 1px solid var(--clr-border, var(--color-border));
  display: flex;
  align-items: center;
  min-height: var(--max-card-height, unset);

  @media (min-width: 990px) {
    padding-right: 95px;
  }
}


.collage__card-wrapper:not(:last-child) {
  @media (min-width: 990px) {
    top: calc(var(--header-group-height) + var(--header-space) - var(--fluid-space));
    transform: translateY(calc(var(--fluid-space)));
  }
}


.collage__card-wrapper:nth-child(2) {
  @media (min-width: 990px) {
    top: calc(var(--header-group-height) + var(--header-space) + var(--slide-space) - var(--fluid-space) * 2);
    transform: translateY(calc(var(--fluid-space) * 2));
  }
}

.collage__card-wrapper:nth-child(3) {
  @media (min-width: 990px) {
    top: calc(var(--header-group-height) + var(--header-space) + var(--slide-space) * 2 - var(--fluid-space) * 3);
    transform: translateY(calc(var(--fluid-space) * 3 ));
  }
}

.collage__card-wrapper:not(:first-child):nth-child(odd) {
  --base-rotate: 10deg;

  @media (width >= 990px) {
    rotate: calc(var(--base-rotate) * (1 - var(--card-progress, 0)));
  }
}

.collage__card-wrapper:nth-child(even) {
  --base-rotate: -10deg;

  @media (width >= 990px) {
    rotate: calc(var(--base-rotate) * (1 - var(--card-progress, 0)));
  }
}

.collage-card__inner {
  max-width: var(--content-width, 310px);
  
  @media (width >= 990px) {
    max-width: var(--content-width, 410px);
  }
}

.collage-card__media {
  --size: 50px;
  height: var(--size);
  width: var(--size);
  position: absolute;
  top: 12px;
  right: 12px;

  @media (min-width: 990px) {
    --size: 70px;
    top: 24px;
    right: 24px;
  }
}

.collage-card__title {
  margin-bottom: 8px;
}

.collage-card__description {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;

  @media (min-width: 990px) {
    font-size: 24px;
    line-height: 29px;
  }
}
/* END_SECTION:collage */
/* START_SECTION:faqs (INDEX:12) */
.faqs-section {
  position: relative;
  z-index: 1;
  top: var(--section-top-mb, 0);

  @media (min-width: 750px) and (max-width: 989px) {
    top: var(--section-top-tb, var(--section-top-mb, 0));
  }

  @media (min-width: 990px) {
    top: var(--section-top, 0);
  }
}

.faqs {
  display: block;
  margin-top: var(--m-t-mb, 0);
  margin-bottom: var(--m-b-mb, 0);
  border-top-left-radius: var(--border-radius-mb);
  border-top-right-radius: var(--border-radius-mb);
  border-bottom-left-radius: var(--border-radius-b-mb);
  border-bottom-right-radius: var(--border-radius-b-mb);
  overflow: clip;

  @media (min-width: 750px) and (max-width: 989px) {
    margin-top: var(--m-t-tb, 0);
    margin-bottom: var(--m-b-tb, 0);
  }

  @media (min-width: 990px) {
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius-b);
    border-bottom-right-radius: var(--border-radius-b);
    margin-top: var(--m-t, 0);
    margin-bottom: var(--m-b, 0);
  }
}

.faqs__title-wrapper:not(:last-child) {
  margin-bottom: 8px;

  @media (min-width: 990px) {
    margin-bottom: 26px;
  }
}

.faqs__title {
  flex-wrap: wrap;
  gap: 0 29px;

  @media (max-width: 989px) {
    text-align: center;
    justify-content: center;
    max-width: 500px;
    margin-inline: auto;
  }

  @media (max-width: 749px) {
    max-width: 320px;
  }

  .replace-color {
    vertical-align: middle;
    font-family: var(--ff-honey-monly);
    font-weight: 400;
    font-size: 110px;
    line-height: 121px;

    @media (max-width: 989px) {
      font-size: 55px;
      line-height: 57px;
      width: 100%;
    }
  }
}

.faqs__wrapper {
  gap: 16px 64px;

  @media (min-width: 990px) {
    grid-template-columns: var(--image-width-pc, 420px) 1fr;
  }
}

.faqs__media-wrapper {
  @media (max-width: 989px) {
    order: 1;
  }

  @media (min-width: 990px) {
    align-self: end;
  }
}

.faqs__media-wrapper--sticky {
  @media (min-width: 990px) {
    align-self: unset;
  }
}



.faqs__media-wrapper--sticky .faqs__media {
  @media (min-width: 990px) {
    position: sticky;
    top: calc(var(--header-height) + 60px);
  }
}

.faqs__media {
  @media (max-width: 989px) {
    max-width: 450px;
    margin-inline: auto;
  }
}

.faqs__inner {
  @media (min-width: 990px) {
    padding-bottom: 24px;
  }
}

.faqs__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.5;

  @media (width >= 990px) {
    gap: 24px
  }
}

.faqs__button:focus-visible,
.faqs__button:hover {
  text-decoration: underline;
}

.faqs__button-icon {
  --size: 24px;
  height: var(--size);
  width: var(--size);
  background: var(--color-primary-button-background);
  color: var(--color-primary-button-text);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faqs__button-icon .svg-wrapper {
  --size: 16px;
  height: var(--size);
  width: var(--size);
}

.faqs__items {
  margin-bottom: 24px;
}

.faq-item {
  border-bottom: 1px solid var(--color-border);
}

.faq-item__summary {
  padding-block: 16px;
  justify-content: space-between;
  gap: 16px;
  font-size: 18px;
  line-height: 24px;

  @media (min-width: 990px) {
    padding-block: 20px;
    font-size: 20px;
    line-height: 30px;
  }
}

.faq-item__inner {
  padding-bottom: 0;
  transition: padding-bottom linear .4s;
  font-weight: 500;

  @media (width >= 1200px) {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: var(--line-clamp, none);
    overflow: hidden;
    word-break: break-word;
  }
}

.faq-item__inner p {
  margin: 0;
  overflow: clip;
}

[aria-expanded="true"] + .faq-accordion__content .faq-item__inner {
  padding-bottom: 16px;

  @media (min-width: 990px) {
    padding-bottom: 20px;
  }
}

.faq-item__icon {
  --size: 36px;
  height: var(--size);
  width: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-item__icon > span {
  --size: 22px;
  --_clr-border: var(--c-color-border, var(--color-border));
  height: var(--size);
  width: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.6px solid var(--_clr-border);
  border-radius: 50%;
  position: relative;

  &:before,
  &:after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 1.6px;
    border-radius: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--_clr-border);
  }

  &:after {
    width: 9px;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 0.3s ease-in;
  }
}

.faq-item__accordion [aria-expanded="true"] .faq-item__icon span:after {
  transform: translate(-50%, -50%) rotate(360deg);
}

.faq-accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease-out;
}

.faq-accordion__content > * {
  overflow: hidden;
}

.faq-item__accordion [aria-expanded="true"] + .faq-accordion__content {
  grid-template-rows: 1fr;
}

button.faq-item__summary {
  appearance: none;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  display: flex;
}
/* END_SECTION:faqs */
/* START_SECTION:feature-sim-table (INDEX:13) */
.feature-sim__title-wrapper {
  margin-bottom: 96px;

  @media (max-width: 989px) {
    margin-bottom: 70px;
    text-align: center;
    max-width: 540px;
    margin-inline: auto;
  }
  
  @media (max-width: 749px) {
    max-width:  370px;
  }


  @media (min-width: 990px) {
    max-width: 880px;
  }
}

.feature-sim__title {
  margin-bottom: 8px;

  @media (min-width: 990px) {
    margin-bottom: 16px;
  }

  & .replace-color {
    font-family: var(--ff-honey-monly);
    font-weight: 400;
    font-size: 55px;
    line-height: 36px;
    vertical-align: middle;

    @media (min-width: 990px) {
      font-size: 110px;
      line-height: 121px;
    }
  }
}

.feature-sim__description p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;

  @media (min-width: 990px) {
    font-size: 24px;
    line-height: 29px;
  }
}

.feature-sim__content {
  @media (max-width: 749px) {
    margin-inline: calc(var(--container-paddings) * -1);
  }
}

/* Comparison Table styles from comparison-table.liquid */
comparison-table {
  display: block;
}

comparison-table .comparison-table {
  transition: opacity 0.2s ease;
}

comparison-table[data-transitioning] .comparison-table {
  opacity: 0;
}

.comparison-table {
  --color-border: #dadada;
  --table-color-border: #dadada;
  --inline-padding: 20px;
  --outer-space: 8px;
  border: 1px solid var(--color-border);
  border-radius: 32px;
  width: 100%;
  box-shadow: 0px 4px 20px 0px #0000000f;
  border-spacing: 0;
  margin-block: calc(var(--outer-space) + 36px) calc(var(--outer-space));
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;

  @media (max-width: 989px) {
    display: block;
    overflow: visible;
    word-break: break-word;
    cursor: grab;
  }

  @media (min-width: 990px) {
    --inline-padding: 40px;
    --outer-space: 16px;
  }
}

.comparison-table thead,
.comparison-table tbody {
  @media (max-width: 989px) {
    display: block;
  }
}

.comparison-table__head .comparison-table__cell:nth-child(1) {
  border-top-left-radius: 32px;
  overflow: clip;
}

tbody .comparison-table__row:last-of-type .comparison-table__cell:nth-child(1) {
  border-bottom-left-radius: 32px;
  overflow: clip;
}

.comparison-table__head .comparison-table__cell:nth-child(3) {
  position: relative;
}

tbody
  .comparison-table__row:last-of-type
  .comparison-table__cell:nth-child(3):before,
.comparison-table__head .comparison-table__cell:nth-child(3):before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(var(--outer-space) + 2px);
  background: var(--color-background);
}

.comparison-table__head .comparison-table__cell:nth-child(3):before {
  top: calc(-1 * var(--outer-space));
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top: 1px solid var(--table-color-border);
}

tbody
  .comparison-table__row:last-of-type
  .comparison-table__cell:nth-child(3):before {
  bottom: calc(-1 * var(--outer-space));
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom: 1px solid var(--table-color-border);
}

comparison-table[data-active-slide="0"] .comparison-table th:nth-child(4),
comparison-table[data-active-slide="0"] .comparison-table td:nth-child(4) {
  @media (max-width: 989px) {
    display: none;
  }
}

comparison-table[data-active-slide="0"] .comparison-table__row th:nth-child(2),
comparison-table[data-active-slide="0"] .comparison-table__row td:nth-child(2) {
  @media (max-width: 989px) {
    order: 1;
  }
}

comparison-table[data-active-slide="1"] .comparison-table th:nth-child(2),
comparison-table[data-active-slide="1"] .comparison-table td:nth-child(2) {
  @media (max-width: 989px) {
    display: none;
  }
}

comparison-table[data-active-slide="1"] .comparison-table__row th:nth-child(4),
comparison-table[data-active-slide="1"] .comparison-table__row td:nth-child(4) {
  @media (max-width: 989px) {
    order: 1;
  }
}

.comparison-table th:nth-child(1),
.comparison-table td:nth-child(1) {
  @media (min-width: 990px) {
    width: 23.93%;
    min-width: 23.93%;
  }
}

.comparison-table th:nth-child(2),
.comparison-table td:nth-child(2) {
  @media (min-width: 990px) {
    width: 24.85%;
    min-width: 24.85%;
  }
}

.comparison-table th:nth-child(3),
.comparison-table td:nth-child(3) {
  @media (min-width: 990px) {
    width: 26.68%;
    min-width: 26.68%;
  }
}

.comparison-table th:nth-child(4),
.comparison-table td:nth-child(4) {
  @media (min-width: 990px) {
    width: 24.54%;
    min-width: 24.54%;
  }
}

.comparison-table__cell {
  @media (max-width: 989px) {
    display: grid;
    align-items: center;
  }
}

.comparison-table__cell:first-of-type {
  padding-left: var(--inline-padding);
}

.comparison-table__cell:last-of-type {
  padding-right: var(--inline-padding);
}

.comparison-table__cell--head {
  position: relative;
  padding: 24px 12px 15px;

  @media (min-width: 750px) {
    padding: 27px 12px 17px;
  }
}

.comparison-table__cell--row {
  position: relative;
  box-sizing: border-box;
  padding: 13px 12px;
  min-height: 72px;

  @media (max-width: 989px) {
    height: auto;
  }
}

tbody .comparison-table__row:last-of-type .comparison-table__cell {
  padding-bottom: 37px;
  @media (min-width: 990px) {
    padding-bottom: 30px;
  }
}

.comparison-table__row {
  @media (max-width: 989px) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    align-items: stretch;
  }
}

.comparison-table__row:not(:last-of-type) .comparison-table__cell--row:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--table-color-border);
}

.comparison-table__row:not(:last-of-type)
  .comparison-table__cell--row:first-of-type:after {
  left: var(--inline-padding);
  width: calc(100% - var(--inline-padding));
}

.comparison-table__row:not(:last-of-type)
  .comparison-table__cell--row:last-of-type:after {
  right: var(--inline-padding);
  left: unset;
  width: calc(100% - var(--inline-padding));
}

.comparison-table__cell--row:not(:first-of-type),
.comparison-table__cell--head:not(:first-of-type) {
  place-items: center;
}

.comparison-table__head-heading {
  text-align: left;
  font-weight: 650;
  font-size: 18px;
  line-height: 24px;

  @media (min-width: 990px) {
    font-size: 20px;
    line-height: 30px;
  }
}

.comparison-table__cell-heading {
  font-weight: 650;
  font-size: 15px;
  line-height: 20px;
}

.comparison-table__cell-heading--icon {
  display: flex;
  align-items: center;
  gap: 8px 10px;
  flex-wrap: wrap;
}

.comparison-table__icon {
  width: 20px;
}

.comparison-table__media {
  width: 100%;
  max-width: var(--img-width-mb, 100%);

  @media (min-width: 750px) {
    max-width: var(--img-width, 100%);
  }
}

.comparison-table__price-wrapper {
  display: flex;
  margin-inline: auto;
  gap: 4px 12px;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  text-align: center;
}

.comparison-table__price {
  text-align: center;
  font-family: var(--ff-santral);
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;

  @media (min-width: 990px) {
    font-size: 22px;
    line-height: 26px;
  }
}

.comparison-table__price--lg {
  font-family: var(--ff-santral);
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;

  @media (min-width: 990px) {
    font-size: 26px;
    line-height: 30px;
  }
}

.comparison-table__price--discount {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration: line-through;

  @media (min-width: 990px) {
    font-size: 16px;
    line-height: 24px;
  }
}

.ct-icon-with-text {
  display: flex;
  gap: 4px 8px;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.ct-icon-with-text__icon {
  width: var(--image-width-mb, 24px);

  @media (min-width: 990px) {
    width: var(--image-width, 24px);
  }
}

.ct-icon-with-text__text {
  font-weight: 650;
  font-size: 15px;
  line-height: 20px;

  @media (min-width: 990px) {
    font-size: 18px;
    line-height: 24px;
  }
}

.comparison-table__badge {
  border-radius: 8px;
  padding: 8px 6px;
  font-weight: 650;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: var(--clr-badge-text, inherit);
  background: var(--clr-badge-bg, rgba(var(--color-foreground-rgb) / 0.3));

  @media (min-width: 990px) {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 16px;
  }
}

.comparison-table__badge--lg {
  @media (min-width: 990px) {
    font-size: 22px;
    line-height: 26px;
  }
}

.comparison-table__bullets {
  margin-top: 16px;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.comparison-table__bullet {
  --size: 8px;
  cursor: pointer;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  background: #dadada;
}

.comparison-table__bullet:hover {
  background: #cf006e;
}

.comparison-table__bullet.active {
  --size: 12px;
  background: #cf006e;
}

.comparison-table__swipe-icon {
  --size: 36px;
  --svg-size: 24px;
  --icon-size: 24px;
  position: absolute;
  top: -12px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  height: var(--size);
  width: var(--size);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: clip;
}

.comparison-table__swipe-icon.reverse .svg-wrapper:nth-child(1),
.comparison-table__swipe-icon .svg-wrapper:nth-child(2) {
  display: none;
}

.comparison-table__swipe-icon.reverse .svg-wrapper:nth-child(2) {
  display: inline-flex;
}

.comparison-table__top-badge-wrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: min(250px, calc(100% - var(--inline-padding) * 2));
}

.comparison-table__top-badge {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 6px 12px;
  margin-inline: auto;
  text-align: center;
  color: var(--clr-badge-text);
  background: var(--clr-badge-bg);
  font-weight: 650;

  @media (width < 990px) {
    font-size: 12px;
  }

  @media (width < 750px) {
    font-size: 10px;
  }
}

.comparison-table__cell--head:nth-child(3)
  .comparison-table__top-badge-wrapper {
  bottom: calc(100% + var(--outer-space) - 1px);
}

/* Feature Sim Saving block styles */
.feature-sim-saving {
  margin-top: 40px;
  border-radius: 32px;
  padding: 24px;
  text-align: center;

  @media (min-width: 990px) {
    margin-top: 48px;
  }
}

.feature-sim-saving__top {
  margin-bottom: 12px;
}

.feature-sim-saving__title {
  @media (max-width: 989px) {
    display: flex;
    flex-direction: column;
  }
}

.feature-sim-saving__label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 650;
  font-family: var(--ff-ted-next);

  @media (min-width: 990px) {
    font-size: 18px;
    vertical-align: middle;
  }
}

.feature-sim-saving__label:first-of-type {
  @media (max-width: 989px) {
    margin-bottom: 8px;
  }
}

.feature-sim-saving__value {
  @media (max-width: 989px) {
    margin-bottom: 4px;
  }

  @media (min-width: 990px) {
    vertical-align: middle;
  }
}

.feature-sim-saving__subheading {
  font-weight: 650;
  font-size: 12px;
  line-height: 18px;

  @media (min-width: 990px) {
    font-size: 18px;
    line-height: 24px;
  }
}
/* END_SECTION:feature-sim-table */
/* START_SECTION:hero-banner (INDEX:24) */
.hero-banner-section {
position: relative;
z-index: 0;
}

.hero-banner {
  --_height: var(--c-height, auto);
  --_height-tb: var(--c-height-tb, auto);
  --_height-mb: var(--c-height-mb, auto);

  display: block;
  overflow: clip;
}

.hero-banner--parallax {
  @media (min-width: 750px) {
    overflow-y: clip;
    overflow-x: visible;
    height: var(--section-height);
  }
}

.hero-banner--parallax.hero-banner--parallax-mb {
  @media (max-width: 749px) {
    overflow-y: clip;
    overflow-x: visible;
    height: var(--section-height);
  }
}

.hero-banner--parallax .hero-banner__wrapper {
  @media (min-width: 750px) {
    position: sticky;
    top: 0;
    height: var(--section-height);
    width: 100%;
    will-change: transform;
    z-index: 1;
  }
}

.hero-banner--parallax.hero-banner--parallax-mb .hero-banner__wrapper {
  @media (max-width: 749px) {
    position: sticky;
    top: 0;
    height: var(--section-height);
    width: 100%;
    will-change: transform;
    z-index: 1;
  }
}

.hero-banner--parallax 
.hero-banner__image-wrapper,
.hero-banner__heading,
.hero-banner__button-wrapper,
.hero-banner__rating,
.hero-banner-buttons {
  width: 100%;
  max-width: var(--max-width, none);
}

@media (max-width: 749px) {
  .hero-banner__image-wrapper,
  .hero-banner__heading,
  .hero-banner__button-wrapper,
  .hero-banner__rating,
  .hero-banner-buttons {
    max-width: var(--max-width-mb, var(--max-width, none));
  }
}

.hero-banner__content {
  transform: scale(var(--hero-scale, 1));
  opacity: var(--hero-opacity, 1);
  will-change: transform, opacity;
  transform-origin: center;
}

.hero-banner--parallax .hero-banner__parallax-container {
  @media (min-width: 750px) and (max-width: 989px) {
    height: calc(var(--section-height) + var(--parallax-distance-tb, var(--section-height)));
  }

  @media (min-width: 990px) {
    height: calc(var(--section-height) + var(--parallax-distance, var(--section-height)));
  }
}

.hero-banner--parallax.hero-banner--parallax-mb .hero-banner__parallax-container {
  @media (max-width: 749px) {
    height: calc(var(--section-height) * 2);
  }
}

.hero-banner__wrapper {
  position: relative;
  display: flex;
  isolation: isolate;
}

.hero-banner--height-adapt .hero-banner__wrapper:before {
  content: "";
  display: block;
  width: 1px;
  margin-right: -1px;

  @media (max-width: 749px) {
    --_ratio: var(--ratio-mb, var(--ratio));
    padding-bottom: var(--_ratio);
  }

  @media (min-width: 750px) and (max-width: 989px) {
    --_ratio: var(--ratio-tb, var(--ratio));
    padding-bottom: var(--_ratio);
  }

  @media (min-width: 990px) {
    --_ratio: var(--ratio-pc, var(--ratio));
    padding-bottom: var(--_ratio);
  }
}

.hero-banner--height-custom .hero-banner__wrapper {
  @media (max-width: 749px) {
    min-height: var(--_height-mb);
  }

  @media (min-width: 750px) and (max-width: 989px) {
    min-height: var(--_height-tb);
  }

  @media (min-width: 990px) {
    min-height: var(--_height);
  }
}

.hero-banner--height-custom .hero-banner__wrapper:before {
  content: unset;
}

.hero-banner__media-wrapper svg,
.hero-banner__media-wrapper img,
.hero-banner__media-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}


.hero-banner__media-wrapper {
  overflow-x: clip;
}

.hero-banner__media-wrapper svg,
.hero-banner__media-wrapper img {
  object-fit: cover;
  transform: scale(var(--bg-scale, 1.1)) translateZ(0);
  transform-origin: center;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.hero-banner__image-wrapper,
.hero-banner__heading,
.hero-banner__button-wrapper,
.hero-banner__rating,
.hero-banner-buttons {
  width: 100%;
  max-width: var(--max-width, none);
}

@media (max-width: 749px) {
  .hero-banner__image-wrapper,
  .hero-banner__heading,
  .hero-banner__button-wrapper,
  .hero-banner__rating,
  .hero-banner-buttons {
    max-width: var(--max-width-mb, var(--max-width, none));
  }
}

.hero-banner__content {
  width: 100%;
  max-width: var(--container-width, 520px);
}

.hero-banner__content-wrapper {
  --_pb: var(--container-pb, 180px);
  --_pb-tb: var(--container-pb-tb, 120px);
  --_pb-mb: var(--container-pb-mb, 120px);

  --_pt: var(--container-pt, 180px);
  --_pt-tb: var(--container-pt-tb, 160px);
  --_pt-mb: var(--container-pt-mb, 120px);

  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  padding-block: var(--_pt-mb) var(--_pb-mb);

  @media (min-width: 750px) and (max-width: 989px) {
    padding-block: var(--_pt-tb) var(--_pb-tb);
  }

  @media (min-width: 990px) {
    padding-block: var(--_pt) var(--_pb);
  }
}

@media (max-width: 749px) {
  .hero-banner--mb-left .hero-banner__image,
.hero-banner--mb-left .hero-banner__heading,
.hero-banner--mb-left .hero-banner__button-wrapper,
.hero-banner--mb-left .hero-banner__rating,
.hero-banner--mb-left .hero-banner-buttons {
    margin-left: 0;
    margin-right: auto;
  }

  .hero-banner--mb-left .hero-banner__content-wrapper {
    text-align: left;
  }

  .hero-banner--mb-left .hero-banner__rating {
    justify-content: start;
  }

  .hero-banner--mb-center .hero-banner__content-wrapper {
    text-align: center;
  }

  .hero-banner--mb-center .hero-banner__image,
.hero-banner--mb-center .hero-banner__heading,
.hero-banner--mb-center .hero-banner__button-wrapper,
.hero-banner--mb-center .hero-banner__rating,
.hero-banner--mb-center .hero-banner-buttons {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-banner--mb-center .hero-banner__rating {
    justify-content: center;
  }

  .hero-banner--mb-right .hero-banner__content-wrapper {
    text-align: right;
  }

  .hero-banner--mb-right .hero-banner__image,
.hero-banner--mb-right .hero-banner__heading,
.hero-banner--mb-right .hero-banner__button-wrapper,
.hero-banner--mb-right .hero-banner__rating,
.hero-banner--mb-right .hero-banner-buttons {
    margin-left: auto;
    margin-right: 0;
  }

  .hero-banner--mb-right .hero-banner__rating {
    justify-content: end;
  }

  .hero-banner--mb-top-left .hero-banner__content {
    margin-left: 0;
    margin-right: auto;
  }

  .hero-banner--mb-top-left .hero-banner__content-wrapper {
    align-items: start;
  }


  .hero-banner--mb-top-center .hero-banner__content {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-banner--mb-top-center .hero-banner__content-wrapper {
    align-items: start;
  }

  .hero-banner--mb-top-right .hero-banner__content-wrapper {
    align-items: start;
  }

  .hero-banner--mb-center-left .hero-banner__content-wrapper {
    justify-content: start;
    align-items: center;
  }


  .hero-banner--mb-center-center .hero-banner__content {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-banner--mb-center-center .hero-banner__content-wrapper {
    align-items: center;
  }

  .hero-banner--mb-center-right .hero-banner__content-wrapper {
    justify-content: end;
    align-items: center;
  }

  .hero-banner--mb-bottom-left .hero-banner__content-wrapper {
    justify-content: start;
    align-items: end;
  }

  .hero-banner--mb-bottom-center .hero-banner__content-wrapper {
    align-items: end;
  }

  .hero-banner--mb-bottm-center .hero-banner__content {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-banner--mb-bottom-right .hero-banner__content-wrapper {
    justify-content: end;
    align-items: end;
  }
}

@media (min-width: 750px) and (max-width: 989px) {
  .hero-banner--tb-left .hero-banner__content-wrapper {
    text-align: left;
  }

  .hero-banner--tb-left .hero-banner__image,
.hero-banner--tb-left .hero-banner__heading,
.hero-banner--tb-left .hero-banner__button-wrapper,
.hero-banner--tb-left .hero-banner__rating,
.hero-banner--tb-left .hero-banner-buttons {
    margin-left: 0;
    margin-right: auto;
  }

  .hero-banner--tb-left .hero-banner__rating {
    justify-content: start;
  }

  .hero-banner--tb-center .hero-banner__content-wrapper {
    text-align: center;
  }

  .hero-banner--tb-center .hero-banner__rating {
    justify-content: center;
  }

  .hero-banner--tb-center .hero-banner__image,
.hero-banner--tb-center .hero-banner__heading,
.hero-banner--tb-center .hero-banner__button-wrapper,
.hero-banner--tb-center .hero-banner__rating,
.hero-banner--tb-center .hero-banner-buttons {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-banner--tb-right .hero-banner__content-wrapper {
    text-align: right;
  }

  .hero-banner--tb-right .hero-banner__image,
.hero-banner--tb-right .hero-banner__heading,
.hero-banner--tb-right .hero-banner__button-wrapper,
.hero-banner--tb-right .hero-banner__rating,
.hero-banner--tb-right .hero-banner-buttons {
    margin-left: auto;
    margin-right: 0;
  }


  .hero-banner--tb-right .hero-banner__rating {
    justify-content: end;
  }

  .hero-banner--tb-top-left .hero-banner__content-wrapper {
    justify-content: start;
    align-items: start;
  }

  .hero-banner--tb-top-center .hero-banner__content-wrapper {
    align-items: start;
  }

  .hero-banner--tb-top-center .hero-banner__content {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-banner--tb-top-right .hero-banner__content-wrapper {
    justify-content: center;
    align-items: start;
  }

  .hero-banner--tb-center-left .hero-banner__content-wrapper {
    justify-content: start;
    align-items: center;
  }

  .hero-banner--tb-center-center .hero-banner__content-wrapper {
    align-items: center;
  }

  .hero-banner--tb-center-center .hero-banner__content {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-banner--tb-center-right .hero-banner__content-wrapper {
    justify-content: end;
    align-items: center;
  }

  .hero-banner--tb-bottom-left .hero-banner__content-wrapper {
    justify-content: start;
    align-items: end;
  }

  .hero-banner--tb-bottom-center .hero-banner__content-wrapper {
    align-items: end;
  }

  .hero-banner--tb-bottom-center .hero-banner__content {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-banner--tb-bottom-right .hero-banner__content-wrapper {
    justify-content: end;
    align-items: end;
  }
}

@media (min-width: 990px) {
  .hero-banner--left .hero-banner__content-wrapper {
    text-align: left;
  }

  .hero-banner--left .hero-banner__image,
.hero-banner--left .hero-banner__heading,
.hero-banner--left .hero-banner__button-wrapper,
.hero-banner--left .hero-banner__rating,
.hero-banner--left .hero-banner-buttons {
    margin-left: 0;
    margin-right: auto;
  }

  .hero-banner--left .hero-banner__rating {
    justify-content: start;
  }

  .hero-banner--center .hero-banner__content-wrapper {
    text-align: center;
  }

  .hero-banner--center .hero-banner__image,
.hero-banner--center .hero-banner__heading,
.hero-banner--center .hero-banner__button-wrapper,
.hero-banner--center .hero-banner__rating,
.hero-banner--center .hero-banner-buttons {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-banner--center .hero-banner__rating {
    justify-content: center;
  }

  .hero-banner--right .hero-banner__content-wrapper {
    text-align: right;
  }

  .hero-banner--right .hero-banner__image,
.hero-banner--right .hero-banner__heading,
.hero-banner--right .hero-banner__button-wrapper,
.hero-banner--right .hero-banner__rating,
.hero-banner--right .hero-banner-buttons {
    margin-left: auto;
    margin-right: 0;
  }

  .hero-banner--right .hero-banner__rating {
    justify-content: end;
  }

  .hero-banner--top-left .hero-banner__content-wrapper {
    justify-content: start;
    align-items: start;
  }

  .hero-banner--top-center .hero-banner__content-wrapper {
    justify-content: center;
    align-items: start;
  }

  .hero-banner--top-right .hero-banner__content-wrapper {
    justify-content: end;
    align-items: start;
  }

  .hero-banner--center-left .hero-banner__content-wrapper {
    justify-content: start;
    align-items: center;
  }

  .hero-banner--center-center .hero-banner__content-wrapper {
    align-items: center;
  }

  .hero-banner--center-center .hero-banner__content {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-banner--center-right .hero-banner__content-wrapper {
    justify-content: end;
    align-items: center;
  }

  .hero-banner--bottom-left .hero-banner__content-wrapper {
    justify-content: start;
    align-items: end;
  }

  .hero-banner--bottom-center .hero-banner__content-wrapper {
    align-items: end;
  }

  .hero-banner--bottom-center .hero-banner__content {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-banner--bottom-right .hero-banner__content-wrapper {
    justify-content: end;
    align-items: end;
  }
}

.hero-banner__heading {
  .replace-text--custom-font {
    font-family: var(--ff-honey-monly);
    font-weight: 400;
    font-size: 60px;
    line-height: var(--line-height-mb, 43px);
    vertical-align: middle;

    @media (min-width: 750px) {
      font-size: 70px;
      line-height: 70px;
    }

    @media (min-width: 990px) {
      font-size: var(--colored-text-2-fz, 110px);
      line-height: var(--line-height, 104px);
    }
  }
}

.hero-banner__heading:not(:last-child) {
  margin-bottom: var(--margin-b-mb, 20px);

  @media (min-width: 990px) {
    margin-bottom: var(--margin-b, 32px);
  }
}

.hero-banner__button {
  width: 100%;
  max-width: 400px;
}

.hero-banner__button:not(:last-child) {
  margin-bottom: 16px;
}

.hero-banner__rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 8px;
  font-weight: 650;

  @media (max-width: 989px) {
    flex-direction: column;
  }
}

.hero-banner__rating-divider {
  --size: 7px;
  height: var(--size);
  width: var(--size);
  background: #a7dbd7;
  border-radius: 50%;
  margin-inline: 8px;

  @media (max-width: 990px) {
    display: none;
  }
}

.hero-banner__trustpilot-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}


.hero-banner__google-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-banner__google-stars {
  display: flex;
  align-items: center;
  gap: 2px;

  font-size: 0;

  .svg-wrapper {
    --svg-size: 14px;
    --icon-size: 14px;
  }
}

.hero-banner__image-wrapper:not(:first-child) {
  margin-top: 40px;

  @media (width >= 990px) {
    margin-top: 60px;
  }
}

.hero-banner__overlap-image-wrapper {
  position: absolute;
  top: var(--position-top, unset);
  bottom: var(--position-bottom, unset);
  left: var(--position-left, unset);
  right: var(--position-right, unset);
  width: var(--width, 25%);
  transform: scale(var(--hero-scale, 1));
  opacity: var(--hero-opacity, 1);
  will-change: transform, opacity;
  transform-origin: center;
}

.hb-icon-with-text {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 24px;

  @media (min-width: 990px) {
    font-size: 24px;
    line-height: 32px;
  }
}

.hb-icon-with-text__media {
  width: 46px;

  @media (min-width: 990px) {
    width: 68px;
  }
}

.hb-icon-with-text__heading a {
  text-decoration: none;
}

.hb-icon-with-text__heading a:hover {
  text-decoration: underline;
}

.hero-banner__heading {
  @media (width < 750px) {
    font-size: 32px;
  }
}

.hero-banner__subheading {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 24px;

  @media (max-width: 989px) {
    max-width: 260px;
    margin-inline: auto;
  }

  @media (min-width: 990px) {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}

.hero-banner-buttons {
  max-width: 490px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
  gap: 16px;

  @media (width < 750px) {
    max-width: 220px;
  }
}

.hero-banner-buttons .button {
  --button-color: #2D2D81;
  --button-background-color: #C6D92C;
  --button-border-color: #C6D92C;

  width: 100%;
}
/* END_SECTION:hero-banner */
/* START_SECTION:main-footer (INDEX:35) */
.main-footer__top {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;

  @media (width >= 990px) {
    gap: 8px 40px;
  }
}

.main-footer__logo-wrapper {
  width: 100%;
  max-width: 161px;

  @media (width >= 990px) {
    max-width: 242px
  }
}

.main-footer__heading  {
  --ct-mt: -8px;
  max-width: 125px;
  text-align: right;

  @media (width >= 750px) {
    max-width: 190px;
  }

  @media (width >= 990px) {
    --ct-mt: -15px;
    max-width: 390px;
    margin-bottom: var(--ct-mt);
  }
}

.main-footer__heading .replace-color {
  display: inline-block;
  font-family: var(--ff-honey-monly);
  font-weight: 400;
  font-size: 55px;
  line-height: 48px;
  position: relative;
  top: var(--ct-mt);

  @media (width >= 990px) {
    font-size: 110px;
    line-height: 92px;
  }
}

.main-footer__content {
  --top-space: 32px;

  display: flex;
  flex-wrap: wrap;
  gap: 32px 48px;


  @media (width >= 990px) {
    --top-space: 40px;
    justify-content: space-between;
  }
}

.main-footer__content:not(:first-child) {
  border-top: 1px solid  rgb(var(--color-border-rgb) / .4);
  padding-top: var(--top-space);
  margin-top: var(--top-space);
}

.footer-copyright {
  margin-top: 32px;

  @media (width >= 990px) {
    margin-top: 40px;
  }
}

.social-links--footer {
  width: 100%;
  @media (width >= 990px) {
    justify-content: end;
  }
}
/* END_SECTION:main-footer */
/* START_SECTION:main-header (INDEX:36) */
body {
    --header-height: 60px;
    --header-group-height: var(--header-height);
    --transparent-header-offset-boolean: 0; /* stylelint-disable-line declaration-property-value-disallowed-list */
  }

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

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

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


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

  #header-component :is(.header-menu) {
    @media (width >= 990px) {
      display: block;
      overflow: hidden;
    }
  }

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

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

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

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

    --closed-underlay-height: 0px;

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

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

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

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

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

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

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

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

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

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

    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

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

  .header-section:has(> #header-component[sticky='always']),
  .header-section:has(> #header-component[sticky='scroll-up'][data-sticky-state='active']) {
    position: fixed;
    left: max(calc((100% - var(--normal-page-width)) / 2), var(--container-paddings));
    width: min(var(--normal-page-width), calc(100% - 2 * var(--container-paddings)));
    top: 20px;

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

    @media (width: 990px) {
      top: 24px;
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header__row {
    /* The account component uses a different color scheme, but we need to override it to inherit the color of the header row */
    --color-account-icon: var(--color-foreground);
 
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: var(--color-background);
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: max-width 0.4s var(--ease-out-cubic);

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

  #header-component:not([data-scroll-direction='none']) .header__row {
    max-width: var(--shrunk-width, auto);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  #header-component:not([data-scroll-direction='none'])[data-menu-style="menu"] .header__row {
    padding-inline: 20px !important;
  }

  @media screen and (min-width: 990px) {
    #header-component:not([data-scroll-direction='none'])[data-menu-style="menu"] .header__row {
      padding-inline: 32px !important;
    }
  }

  #header-component[data-measuring-pill] .header__row {
    max-width: none !important;
    width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-inline: 20px !important;
  }

  #header-component:not([data-scroll-direction='none']) .header__column,
  #header-component[data-measuring-pill] .header__column {
    width: auto !important;
    min-width: unset !important;
    flex: 0 0 auto !important;
  }

  #header-component[data-measuring-pill] .header__row {
    transition: none !important;
    visibility: hidden !important;
  }
 
  .header__spacer {
    overflow: hidden;
    height: 100%;
  }

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

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

  .header__row.section {
    grid-template-columns: 20px 1fr 20px;
    @media (width >= 990px) {
      grid-template-columns: 32px 1fr 32px;
    }
  }

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

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

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

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

  .header__column--left,
  .header__column--center {
    gap: 48px;
    grid-area: left;

    @media (750px <= width < 990px) {
      gap: 32px;

      .header-logo {
        margin-right: 32px;
      }
    }
  }

  .header__column--left {
    @media (990px <= width < 1200px) {
      gap: 0;
    }
  }

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

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

  .header__column--right {
    gap: 0;
    justify-content: flex-end;
    grid-area: right;

    @media (width >= 990px) {
      gap: 24px;
    }

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

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

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

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

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

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

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

    &:where(:not(:has(.header__column--center))) {
      @media screen and (min-width: 990px) {
        --header-template-columns: var(--header-left) var(--header-right);

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

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

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

    @media screen and (max-width: 749px) {
      --header-template-columns: auto 1fr
        36px 54px 36px;

        grid-template-columns: auto 1fr 36px 54px 36px;

      grid-template-areas: 'leftA center rightA rightB rightC';
      grid-column: span 3;
      column-gap: 0;
      align-items: center;
      padding-block: 0;
      padding-left: 20px;
      padding-right: 20px;

      .header-logo {
        grid-area: leftA;
        margin-right: 0;
      }

      &:not(:has(header-actions)) .search-action {
        grid-area: leftB;
      }

      &:not(:has(shopify-account)) .search-action {
        grid-area: rightA;
      }

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

      header-actions {
        grid-area: rightB;
      }
    }
  }

  /* not ideal but we need to duplicate these styles for when touch comes into play
    We could avoid the duplication using js to set the data-menu-style attribute on small screens instead of using @media queries */
  #header-component[data-menu-style='drawer'] .header__columns {
    display: grid;
    grid-template-columns: auto 1fr auto auto auto;
    grid-template-areas: 'logo spacer search actions menu';
    align-items: center;
    width: 100%;
    column-gap: 8px;
    padding-block: 0;
    padding-inline: 20px;
  }

  /* When calculating the shrunk size, remove the spacer so it measures the densely packed icons */
  #header-component[data-measuring-pill][data-menu-style='drawer'] .header__columns {
    grid-template-columns: auto auto auto auto;
    grid-template-areas: 'logo search actions menu';
    justify-content: space-between;
    width: auto;
  }

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

  /* Prevent unmapped elements from being auto-placed and breaking the grid on mobile */
  @media screen and (max-width: 989px) {
    #header-component[data-menu-style='drawer'] .header__columns .header__column > *:not(.header-logo):not(.search-action--hidden-on-menu):not(.header-actions):not(header-actions):not(.header__drawer) {
      display: none;
    }
  }

  #header-component[data-menu-style='drawer'] .header__columns .header-logo {
    grid-area: logo;
    display: flex;
    align-items: center;
    margin: 0;
  }

  #header-component[data-menu-style='drawer'] .header__columns .search-action--hidden-on-menu {
    grid-area: search;
    display: flex;
  }

  #header-component[data-menu-style='drawer'] .header__columns .header-actions,
  #header-component[data-menu-style='drawer'] .header__columns header-actions {
    grid-area: actions;
    display: flex;
    align-items: center;
  }

  #header-component[data-menu-style='drawer'] .header__columns .header__drawer {
    grid-area: menu;
    display: flex;
  }

  @media screen and (min-width: 990px) {
    #header-component[data-menu-style='drawer'] .header__columns {
      display: grid;
      grid-template-columns: var(--header-left) var(--header-right);
      grid-template-areas: 'left right';
      width: 100%;
    }

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

    .header-logo {
      grid-area: center;
      @media screen and (max-width: 749px) {
        grid-column: 1;
      }
    }

    &:not(:has(header-actions)) .search-action {
      grid-area: leftB;
    }

    &:not(:has(shopify-account)) .search-action {
      grid-area: rightA;
    }

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

    header-actions {
      grid-area: rightB;
    }
  }

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

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

  /* Ensure smooth transitions for all interactive elements */

  header-menu {
    @media (750px <= width < 990px ) {
    display: none !important;
    }
  }

  header-menu,
  .header-actions__action,
  .header__icon--menu {
    transition: opacity var(--animation-speed) var(--animation-easing);
  }

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

    &:hover {
      --button-color: var(--color-foreground);
        background: var(--clr-items-bg-h);
        color: var(--clr-items-text-h);
    }
  }

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

  .header-actions__action svg {
    width: 24;
    height: 24;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* Dropdown Localization Styles */
  .dropdown-localization__button {
    display: flex;
    position: relative;
    align-items: center;
    gap: 4px;
    font-family: var(--menu-localization-font);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-inline: .8px;
  }

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

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

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

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

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

  @media (width >= 1300px) {
    .header__column:has(.header-search-inline__input-wrapper.is-active) .dropdown-localization {
      display: none !important;
    }
  }

  @media (width >= 990px) {
    .header__column:not(:has(.header-search-inline__input-wrapper.is-active)) .dropdown-localization + .search-action {
      position: relative;
    } 

    .header__column:not(:has(.header-search-inline__input-wrapper.is-active)) .dropdown-localization + .search-action:before {
      content: '';
      position: absolute;
      height: 28px;
      width: 1px;
      background: #DADADA;
      top: 50%;
      transform: translateY(-50%);
      left: -8px;
    } 
  }

  @media (1200px > width >= 990px) {
  .dropdown-localization__button > span:not(.icon-flag){
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
    } 
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .dropdown-localization:not(dropdown-localization-component) .language-selector {
    font-family: var(--menu-localization-font);
    font-size: var(--menu-localization-font-size);
  }
/* END_SECTION:main-header */
/* START_SECTION:partners (INDEX:41) */
.partners__title-wrapper {
  text-align: center;
}

.partners__title:last-child {
  margin-bottom: 0;
}

.partners__title:not(:last-child) {
  margin-bottom: 8px;
}

.partners__description {
  max-width: var(--description-max-width-mb);
  margin-inline: auto;

  @media (min-width: 750px) {
    max-width: var(--description-max-width);
  }

  > p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;

    @media (min-width: 990px) {
      font-size: 24px;
      line-height: 29px;
    }
  }
}

.partners__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1035px;
  margin-inline: auto;
  gap: 16px 46px;
  flex-wrap: wrap;
  font-size: 0;

  @media (min-width: 990px) {
    justify-content: space-between;
    gap: 16px 8px;
  }
}

.partners-col {
  flex: 0 0 auto;
}

.partners-col__media {
  height: var(--img-height-mb, 24px);

  @media (min-width: 750px) {
    height: var(--img-height, 50px);
  }
}
/* END_SECTION:partners */
/* START_SECTION:quick-steps (INDEX:52) */
.quick-steps {
  --fluid-space: 56px;
  --media-width: 36.13%;
  border-radius: var(--border-radius-mb);
  display: block;

  @media (min-width: 990px) {
    border-radius: var(--border-radius);
  }
}

.quick-steps__title-wrapper {
  @media (max-width: 989px) {
    text-align: center;
    margin-inline: auto;
    max-width: 550px;
  }

  @media (max-width: 749px) {
    max-width: 360px;
  }
}

.quick-steps__title-wrapper:not(:last-child) {
  margin-bottom: 44px;

  @media (min-width: 990px) {
    margin-bottom: 75px;
  }
}

.quick-steps__title {
  margin-bottom: 8px;

  @media (min-width: 990px) {
    margin-bottom: 16px;
  }

  .replace-color {
    font-family: var(--ff-honey-monly);
    font-weight: 400;
    font-size: 55px;
    line-height: 57px;
    vertical-align: middle;

    @media (min-width: 990px) {
      font-size: 110px;
      line-height: 82px;
      vertical-align: bottom;
    }
  }
}

.quick-steps__description {
  @media (max-width: 989px) {
    margin-inline: auto;
  }

  @media (max-width: 749px) {
    max-width: 275px;
  }
}

.quick-steps__description > p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;

  @media (min-width: 990px) {
    font-size: 24px;
    line-height: 29px;
  }
}

.quick-steps__media-wrapper {
  display: grid;
  align-items: end;

  @media (width >= 990px) {
    max-width: var(--media-width);
  }
}

.qs-slide {
  --header-space: 56px;
  --slide-space: 60px;
  --clr-border: #dadada;


  position: relative;
  padding: 48px;
  border: 1px solid var(--clr-border);
  border-radius: 32px;
  width: 100%;
  max-width: 421px;

  @media (max-width: 989px) {
    margin-inline: auto;
    position: sticky;
  }

  @media (min-width: 990px) {
    padding: 48px 56px;
  }
}

.qs-slide:nth-child(1) {
  @media (max-width: 989px) {
    top: calc(var(--header-group-height) + var(--header-space) - var(--fluid-space));
    transform: translateY(calc(var(--fluid-space)));
  }
}

.qs-slide:nth-child(2) {
  @media (max-width: 989px) {
    top: calc(var(--header-group-height) + var(--header-space) + var(--slide-space) - var(--fluid-space) * 2);
    transform: translateY(calc(var(--fluid-space) * 2));
  }
}

.qs-slide:nth-child(3) {
  @media (max-width: 989px) {
    top: calc(var(--header-group-height) + var(--header-space) + var(--slide-space) * 2 - var(--fluid-space) * 3);
    transform: translateY(calc(var(--fluid-space) * 3 + 5px));
  }
}

.qs-slide__badge {
  position: absolute;
  top: 0;
  right: 24px;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 8px;
  padding: 8px 12px;
  color: var(--clr-badge-text);
  background: var(--clr-badge-bg);
  font-weight: 650;

  @media (width >= 990px) {
    right: unset;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.qs-slide__media {
  margin-bottom: var(--image-space-mb, 24px);
  margin-inline: auto;
  max-width: var(--image-width, 100%);

  @media (min-width: 990px) {
    margin-bottom: var(--image-space, 24px);
  }
}

.qs-slide__title {
  margin-bottom: 8px;
  text-align: center;
}

.qs-slide__description {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;

  @media (min-width: 990px) {
    font-size: 20px;
    line-height: 30px;
  }
}

.quick-steps__items {
  display: grid;
  gap: 40px;

  @media (width < 990px) {
  margin-top: calc(-1 * var(--fluid-space));
    gap: 0;
  }
}

@media (min-width: 990px) {
  .quick-steps__content {
    display: grid;
    gap: 83px;
    grid-template-areas: 'content';
  }

  .quick-steps__media-wrapper,
  .quick-steps__inner {
    grid-area: content;
  }

  .quick-steps__media-wrapper {
    transform: translateX(0);
    opacity: 1;
    transition:
      transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
      opacity 0.6s ease;
  }

  quick-steps.is-animated .quick-steps__media-wrapper {
    transform: translateX(-120%);
    opacity: 0 !important;
  }

  .quick-steps__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: center;
    padding-bottom: 100px;
  }

  /* Initial stacked state — all three cards sit on top of slide 3 */
  .qs-slide.qs-slide:nth-child(1) {
    z-index: 1;
    transform: translateX(calc(120% + 48px));
    transition:
      transform 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.05s,
      box-shadow 0.4s ease;
  }

  .qs-slide.qs-slide:nth-child(2) {
    z-index: 2;
    transform: translateX(calc(60% + 24px));
    transition:
      transform 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.1s,
      box-shadow 0.4s ease;
  }

  .qs-slide.qs-slide:nth-child(3) {
    z-index: 3;
    transition:
      transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.15s,
      box-shadow 0.4s ease;
  }

  /* Animated state — each card fans to its natural grid column */
  quick-steps.is-animated .qs-slide.qs-slide:nth-child(1),
  quick-steps.is-animated .qs-slide.qs-slide:nth-child(2),
  quick-steps.is-animated .qs-slide.qs-slide:nth-child(3) {
    transform: translateX(0);
  }
}
/* END_SECTION:quick-steps */
/* START_SECTION:trustpilot-reviews (INDEX:58) */
.trustpilot-section {
  margin-top: var(--m-t-mb, 0);
  margin-bottom: var(--m-b-mb, 0);


  @media (min-width: 750px) and (max-width: 989px) {
    margin-top: var(--m-t-tb, 0);
    margin-bottom: var(--m-b-tb, 0);
  }

  @media (min-width: 990px) {
    margin-top: var(--m-t, 0);
    margin-bottom: var(--m-b, 0);
  }
}

.trustpilot-section:has(.trustpilot-reviews--parallax) {
  margin-bottom: calc((var(--next-section-height, 0px) * -1) + var(--m-b-mb, 0px));
  isolation: isolate;
  z-index: 0;
  top: var(--section-top-mb, 0);
  min-height: calc(var(--section-height) + var(--next-section-height, 0px));

  @media (min-width: 750px) and (max-width: 989px) {
    top: var(--section-top-tb, var(--section-top-mb, 0));
    margin-bottom: calc((var(--next-section-height, 0px) * -1) + var(--m-b-tb, 0px));
  }

  @media (min-width: 990px) {
    top: var(--section-top, 0);
    margin-bottom: calc((var(--next-section-height, 0px) * -1) + var(--m-b, 0px));
  }
}

.trustpilot-reviews {
  display: block;
  anchor-name: --trust-reviews;
}

.trustpilot-reviews--parallax {
  position: sticky;
  top: calc(var(--header-height, 0px) + 60px);
}

.trustpilot-reviews {
  border-top-left-radius: var(--border-radius-mb);
  border-top-right-radius: var(--border-radius-mb);
  border-bottom-left-radius: var(--border-radius-bottom-mb);
  border-bottom-right-radius: var(--border-radius-bottom-mb);
  overflow: clip;

  @media (width >= 990px) {
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius-bottom);
    border-bottom-right-radius: var(--border-radius-bottom);
  }
}

.trustpilot-reviews__title:not(:last-child) {
  margin-bottom: 8px;

  @media (width >= 990px) {
    margin-bottom: 11px;
  }
}

.trustpilot-reviews__title {
  text-align: center;
  @media (width >= 990px) {
    gap: 8px 28px;
    text-align: left;
  }

  .replace-color {
  vertical-align: middle;
    font-family: var(--ff-honey-monly);
    font-weight: 400;
    font-size: 55px;
    line-height: var(--c-line-height-mb, 33px);


    @media (width >= 990px) {
      font-size: 110px;
      line-height: var(--c-line-height, 96px);
    }
  }
}

.trustpilot-reviews__description {
  @media (width < 990px) {
    text-align: center;
  }
}

.trustpilot-reviews__description > p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;


  @media (width >= 990px) {
    font-size: 24px;
    line-height: 29px;
  }
}
/* END_SECTION:trustpilot-reviews */
/* START_BLOCK:_header-logo (INDEX:88) */
.header-logo {
    display: flex;
    height: 100%;
    font-size: var(--font-size--md);
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    font-style: var(--font-style);
    color: var(--color-foreground);
    justify-content: center;
    align-items: center;
    text-decoration: none;

    /* Make sure the logo visually hugs the left edge of the column when it is the first item in the left column */
    margin-inline: calc(-1 * var(--padding-inline-start));

    &[data-hidden-on-home-page] {
      display: none;

      #header-component:is(
          [sticky='always']:not([data-scroll-direction='none']),
          [sticky='scroll-up'][data-scroll-direction='up']
        )
        & {
        display: flex;
      }
    }

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

    @media screen and (min-width: 750px) {
      flex-shrink: 0;
    }

    &:hover {
      text-decoration: none;
    }
  }

  .header-logo__image {
    object-fit: contain;
    height: var(--header-logo-image-height-mobile);
    width: var(--header-logo-image-width-mobile);

    @media screen and (min-width: 750px) {
      height: var(--header-logo-image-height);
      width: var(--header-logo-image-width);
    }
  }

  .header-logo:has(.header-logo__image-container--inverse) .header-logo__image-container--original {
    display: var(--header-logo-display, block);
  }

  .header-logo__image-container--inverse {
    display: var(--header-logo-inverse-display, none);
  }
/* END_BLOCK:_header-logo */
/* START_BLOCK:_header-menu (INDEX:89) */
.header__drawer {
    --header-drawer-min-height: 60px;
    display: flex;
    min-height: var(--header-drawer-min-height);
    align-items: center;
  }

  #header-component[data-menu-style='drawer'] .header__drawer {
    display: flex;
    min-height: var(--header-drawer-min-height);

    @media (width >= 990px) {
      display: none;
    }
  }

  @media screen and (min-width: 990px) {
    #header-component[data-menu-style='menu'] .header__drawer {
      display: none;
      min-height: 0;
    }
  }

  .header--compact .header__drawer {
    min-height: var(--minimum-touch-target);
  }

  .menu-list--mobile {
    &.menu-list {
      display: grid;
    }

    & .menu-list__list {
      width: max-content;
      margin-inline: auto;
      gap: var(--menu-horizontal-gap);
    }

    & li {
      width: max-content;
      padding-block: var(--padding-sm);
    }

    & li:first-of-type {
      padding-inline-start: var(--menu-horizontal-gap);
    }

    & li:last-of-type {
      padding-inline-end: var(--menu-horizontal-gap);
    }

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

  .menu-list__scroll-container {
    position: relative;
    overflow-x: auto;
    mask-image: linear-gradient(to right, transparent, #000 20px, #000 calc(100% - 20px), transparent);
    padding-block: var(--padding-2xs);
  }

  .menu-list {
    --menu-horizontal-gap: var(--gap-xl);
    --menu-vertical-gap: var(--gap-xl);

    display: flex;
    height: 100%;
  }

  .menu-list__list {
    display: flex;
    justify-content: var(--grid-area-alignment);
  }

  .menu-list__list-item {
    flex-shrink: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .menu-list__list-item[aria-hidden='true'] {
    visibility: hidden;
  }

  .menu-list__link {
    font-family: var(--menu-top-level-font-family);
    font-style: var(--menu-top-level-font-style);
    font-weight: var(--menu-top-level-font-weight);
    font-size: var(--menu-top-level-font-size);
    line-height: var(--menu-top-level-font-line-height);
    text-transform: var(--menu-top-level-font-case);
    color: var(--menu-top-level-font-color);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    margin-block: 0;

    &:hover,
    &:focus {
      color: var(--menu-top-level-font-color);
    }

    @media screen and (min-width: 750px) {
      font-size: var(--menu-top-level-font-size-desktop);
    }
  }

  .menu-list__link-title {
    padding-inline: 8px;
    padding-block: 6px;
    border-radius: 20px;
    margin-inline: 10px;
    font-weight: 500;
    transition: background ease-in .15s;
  }

  .menu-list__list-item:first-of-type .menu-list__link-title {
    margin-left: 0;
  }

  .menu-list__list-item:last-of-type .menu-list__link-title {
    margin-right: 0;
  }

  a:focus-visible > .menu-list__link-title,
  a:hover .menu-list__link-title {
    background: var(--clr-items-bg-h);
    color: var(--clr-items-text-h);
  }

  .menu-list__link--active:hover .menu-list__link-title {
    color: var(--clr-items-text-h);
    background-color: var(--clr-items-bg-h);
  }

  .menu-list__link--active .menu-list__link-title {
    text-decoration: underline;
  }

  [slot='overflow'] .menu-list__link-title {
    padding-inline: 0;
  }

  .menu-list__list-item:not([slot='overflow']) {
    flex-direction: column;
  }
  .menu-list__list-item:not([slot='overflow'])::after {
    content: '';
    width: 100%;
    height: var(--header-padding);
    margin-bottom: calc(-1 * var(--header-padding));
  }

  [slot='overflow'] > .menu-list__link::after {
    content: none;
  }

  /*
    High specificity selectors to subdue non-hovered links without javascript.
    If the need for js-generated `hovered` and `focused` classes arises for another reason we can simplify these.
  */
  .menu-list:where(:has(.menu-list__list-item:hover)),
  .menu-list:where(:has(.menu-list__list-item:focus-within)),
  .menu-list:where(:has(.menu-list__list-item:not([aria-hidden='true']) .menu-list__link--active)) {
    .menu-list__link {
      color: rgb(var(--menu-top-level-font-color-rgb) / var(--opacity-subdued-text));
    }
  }

  /* stylelint-disable-next-line selector-max-specificity */
  .menu-list:not(:has(.menu-list__list-item:hover)) .menu-list__link--active,
  .menu-list .menu-list__list-item:where(:hover, :focus-within) .menu-list__link,
  .menu-list .menu-list__list-item[slot='overflow'] .menu-list__link[aria-expanded='true'] {
    color: var(--menu-top-level-font-color);
  }

  .overflow-menu::part(list) {
    /* Make sure focus outline is not cut off by overflow hidden */
    --focus-outline-size: calc(var(--focus-outline-offset) + var(--focus-outline-width));

    gap: 0;
    margin-inline: calc(-1 * var(--menu-horizontal-gap) / 2);
  }

  .overflow-menu {
    background-color: transparent;
    padding: var(--focus-outline-size);
    margin: calc(-1 * var(--focus-outline-size));
  }

  /** mega menu **/
  .menu-list__submenu,
  .overflow-menu::part(overflow) {
    --submenu-padding-block-start: var(--padding-3xl);
    --submenu-padding-block-end: var(--padding-3xl);

    background-color: transparent;
  }

  .header__row[style*='--border-bottom-width: 0px'] {
    .menu-list__submenu.color-scheme-matches-parent,
    .overflow-menu.color-scheme-matches-parent::part(overflow) {
      --submenu-padding-block-start: 0px;
    }
  }

  .menu-list__list-item:where(:not([slot='overflow'])) > .menu-list__submenu,
  .overflow-menu::part(overflow) {
    --submenu-content-opacity: 0;
    --submenu-content-animation: opacity calc(var(--submenu-animation-speed) * 0.75) var(--animation-easing);

    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% - 1px + var(--border-bottom-width) - (var(--full-open-header-height) - var(--submenu-height)));
    z-index: var(--layer-header-menu);
    padding-inline: var(--padding-inline);
    /* Clip path starts at header height so it doesn't mess with the pointer events in the header */
    clip-path: rect(var(--header-height) 100% var(--full-open-header-height) 0); /* stylelint-disable-line */
    transition: clip-path var(--submenu-animation-speed) var(--ease-out-cubic); /* stylelint-disable-line */
  }

  [data-submenu-overlap-bottom-row] {
    .menu-list__list-item:where(:not([slot='overflow'])) > .menu-list__submenu,
    .overflow-menu::part(overflow) {
      clip-path: rect(var(--top-row-height) 100% var(--full-open-header-height) 0); /* stylelint-disable-line */
    }
  }

  /* Show the submenus on hover */
  .menu-list__list-item:has([aria-expanded='true']) > .menu-list__submenu,
  /* Show the overflow menu when a menu item is hovered */
  .overflow-menu:has([slot="overflow"] [aria-expanded='true'])::part(overflow-list),
  /* Keep the submenus open when they are hovered */
  .menu-list__submenu:is(:hover),
  .overflow-menu::part(overflow):hover {
    --submenu-content-opacity: 1;

    visibility: visible;
  }

  .overflow-menu::part(overflow) {
    --menu-top-level-font-size: var(--font-size--xlarge);

    display: grid;
    grid-template-columns: var(--full-page-grid-with-margins);
  }

  .overflow-menu::part(overflow-list) {
    position: relative;
    display: grid;
    grid-template-columns: minmax(auto, 200px) 1fr;
    grid-template-areas: 'left right';
    grid-template-rows: max-content;
    grid-gap: 0;
    grid-column: 2;
  }

  .menu-list__list-item:is([slot='overflow']) {
    --menu-top-level-font-color: var(--color-foreground);
    --menu-top-level-font-color-rgb: var(--color-foreground-rgb);

    display: contents;
    white-space: normal;

    .menu-list__link {
      grid-area: left;
      grid-row: auto;
      height: min-content;
      font-size: var(--font-size--xl);
      transition: var(--submenu-content-animation);
    }

    .menu-list__submenu {
      visibility: hidden;
      grid-row: 1;
      grid-area: right;
      grid-row-end: span calc(var(--overflow-count) + 1);
      padding-inline-start: var(--menu-horizontal-gap);
    }

    .menu-list__submenu-inner {
      transform: none;
      grid-column: unset;
      padding-block: 0;
    }

    .menu-list__link[aria-expanded='true'] + .menu-list__submenu {
      visibility: visible;
    }
  }

  .header-menu {
    height: 100%;
  }

  .menu-list__submenu-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .menu-list__submenu-inner,
  .overflow-menu::part(overflow-list) {
    padding-block-start: var(--submenu-padding-block-start);
    padding-block-end: var(--submenu-padding-block-end);
    padding-inline: var(--section-padding-inline);
    opacity: var(--submenu-content-opacity);
    transition: var(--submenu-content-animation);
    transform: translateY(calc(var(--full-open-header-height) - var(--submenu-height)));

    /* Make overflow menu scrollable when content exceeds viewport */
    max-height: calc(80vh - var(--header-height));
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgb(var(--color-foreground-rgb) / var(--opacity-40)) transparent;
  }

  .mega-menu__link {
    font-family: var(--menu-child-font-family);
    font-style: var(--menu-child-font-style);
    font-weight: var(--menu-child-font-weight);
    font-size: var(--menu-child-font-size);
    line-height: var(--menu-child-font-line-height);
    text-transform: var(--menu-child-font-case);
    color: var(--menu-child-font-color);
    white-space: normal;
    text-decoration: none;
    display: inline-flex;
    padding: var(--padding-2xs) 0;

    &:hover {
      color: var(--menu-child-active-font-color);
    }
  }

  .mega-menu__link--parent {
    font-family: var(--menu-parent-font-family);
    font-style: var(--menu-parent-font-style);
    font-weight: var(--menu-parent-font-weight);
    font-size: var(--menu-parent-font-size);
    line-height: var(--menu-parent-font-line-height);
    text-transform: var(--menu-parent-font-case);
    color: var(--menu-parent-font-color);

    &:hover {
      color: var(--menu-parent-active-font-color);
    }
  }

  @media screen and (max-width: 989px) {
    .mega-menu__content-list-item--hidden-tablet {
      display: none;
    }
  }

  .mega-menu__link:has(.mega-menu__link-image) {
    display: flex;
    flex-direction: column;
    padding-inline: 0;
    padding-block: var(--padding-sm) 0;
  }

  .mega-menu__link-image {
    width: 100%;
    position: relative;
    aspect-ratio: 16 / 9;
    margin-bottom: var(--padding-sm);
    object-fit: cover;
    border-radius: var(--menu-image-border-radius);
  }

  /* Fix alignment for collection image mode links without images */

  /* Target only top-level links (direct children of column > div) in collection image mode */
  .mega-menu__grid:has(.mega-menu__link-image)
    .mega-menu__column
    > div
    > .mega-menu__link:not(:has(.mega-menu__link-image)) {
    display: flex;
    flex-direction: column;
    padding-inline: 0;
    padding-block: var(--padding-sm) 0;
  }

  .mega-menu__grid:has(.mega-menu__link-image)
    .mega-menu__column
    > div
    > .mega-menu__link:not(:has(.mega-menu__link-image))::before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: var(--padding-sm);
    background-color: var(--color-foreground-muted);
    opacity: 0.1;
    border-radius: var(--menu-image-border-radius);
  }

  .mega-menu__grid {
    display: grid;
    grid-template-columns: repeat(var(--menu-columns-tablet), minmax(0, 1fr));
    gap: var(--menu-vertical-gap) var(--menu-horizontal-gap);
    width: 100%;

    @media screen and (min-width: 990px) {
      grid-template-columns: repeat(var(--menu-columns-desktop), minmax(0, 1fr));
    }
  }

  .mega-menu__column {
    grid-column: span 1;
  }

  .mega-menu__column--span-2 {
    grid-column: span 2;
  }

  .mega-menu__column--span-3 {
    grid-column: span 3;
  }

  .mega-menu__column--span-4 {
    grid-column: span 4;
  }

  .mega-menu__column--wide-collection-image {
    grid-column: span 1;

    @media screen and (min-width: 990px) {
      grid-column: span 2;
    }
  }

  .mega-menu__submenu .mega-menu__column--wide-collection-image {
    grid-column: span 1;
  }

  .mega-menu__content-list {
    display: grid;
    justify-content: end;
    gap: var(--menu-vertical-gap) var(--menu-horizontal-gap);
  }

  .mega-menu__content-list--products {
    grid-template-columns: repeat(var(--menu-content-columns-tablet), minmax(0, 1fr));

    @media screen and (min-width: 990px) {
      grid-template-columns: repeat(var(--menu-content-columns-desktop), minmax(0, 1fr));
    }
  }

  .mega-menu__content-list--collections {
    grid-template-columns: repeat(var(--menu-content-columns-tablet), minmax(0, 300px));

    @media screen and (min-width: 990px) {
      grid-template-columns: repeat(var(--menu-content-columns-desktop), minmax(0, 300px));
    }
  }

  .mega-menu__list {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span var(--menu-columns-tablet);
    gap: var(--menu-vertical-gap) var(--menu-horizontal-gap);

    @media screen and (min-width: 990px) {
      grid-column: span var(--menu-columns-desktop);
    }
  }

  .mega-menu__content {
    grid-column: span var(--menu-content-columns-tablet) / -1;

    @media screen and (min-width: 990px) {
      grid-column: span var(--menu-content-columns-desktop) / -1;
    }
  }

  .menu-list__list-item[slot='overflow'] .section {
    grid-template-columns: 1fr;
  }

  .menu-list__list-item[slot='overflow'] .section .mega-menu__grid {
    grid-column: 1;
  }

  .mega-menu__content-list li {
    white-space: normal;
  }

  /* mega more menu */
  .mega-menu__more-list {
    --menu-child-font-size: var(--font-size--xl);

    width: 200px;
  }

  .mega-menu__submenu {
    /* preserves the inherited grid layout when this submenu wrapper is used */
    display: contents;
  }
/* END_BLOCK:_header-menu */
/* START_SNIPPET:cart-products (INDEX:165) */
.cart-items {
    --cart-item-media-width-min: 2.5rem;
    --cart-item-media-width-max: 7.5rem;

    container-name: cart-items;
    container-type: inline-size;
    width: 100%;
  }

  .cart-items-disabled {
    pointer-events: none;
  }

  .cart-page--empty .cart-items__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-block-start: 0;
    text-align: center;
  }

  .cart-drawer:not(:has(.cart-form)) .cart-items__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .cart-items__table {
    width: 100%;
    border-spacing: 0;
  }

  .cart-items__table * {
    margin: 0;
  }

  .cart-items__table-row {
    --cart-item-price-width: 6rem;

    display: grid;
    grid-template-columns: clamp(2.5rem, 15cqi, 7.5rem) minmax(0, 1fr) minmax(var(--cart-item-price-width), auto);
    grid-template-areas:
      'media details price'
      'quantity quantity quantity'
      'error error error';
    column-gap: 12px;
    align-items: start;
    padding-bottom: var(--cart-items-gap);
    margin-bottom: var(--margin-lg);

    @media (width >= 990px) {
      column-gap: 16px;
    }
  }

  /* Cart drawer: separate grid areas for variants and unit price */
  .cart-drawer .cart-items__table-row--full-width-variants {
    grid-template-columns: 64px minmax(0, 1fr) auto;
    grid-template-rows: repeat(4, min-content) 1fr;
    grid-template-areas:
      'media details details'
      'media variants variants'
      'media unit_price unit_price'
      'quantity quantity price'
      'error error error';

    @media screen and (width >= 990px) {
      grid-template-columns: 100px minmax(0, 1fr) auto;
      grid-template-areas:
        'media details price'
        'media variants variants'
        'media unit_price unit_price'
        'quantity quantity quantity'
        'error error error';
    }

    .cart-items__details {
      display: contents;
    }

    .cart-items__product-info {
      grid-area: details;
    }

    .cart-items .cart-items__product-info {
      grid-area: details;
    }

    .cart-items__variants-wrapper {
      grid-area: variants;

      &:empty {
        display: none;
      }

      p {
        margin: 0;
      }
    }

    .cart-items__unit-price-wrapper {
      grid-area: unit_price;
      font-size: 16px;
      line-height: 24px;
      font-weight: 650;
      color: #E92729;

      .compare-at-price {
        font-weight: 500;
        color: #8B8B8B;
        opacity: 1;
      }
    }

    .cart-items__price {
      min-width: auto;
      width: max-content;
      font-size: 18px;
      font-weight: 650;
      line-height: 24px;

      text-component {
        line-height: 24px;
      }

      @media (width < 990px) {
        align-self: center;
        margin-top: 20px;
      }
    }

    .cart-items__description {
      color: var(--color-foreground-sec);
      font-weight: 500;
      line-height: 24px;
      font-size: 16px;
    }
  }

  .cart-items__table-row.cart-items__nested-line td:first-child {
    width: 60%;
    justify-self: right;
  }

  html:active-view-transition-type(page-navigation) .cart-items__table-row {
    /* stylelint-disable-next-line declaration-no-important */
    view-transition-name: none !important;
  }

  .cart-items__table-row.removing {
    overflow: hidden;
    animation: removeRow calc(var(--animation-speed) * 2) var(--animation-easing) forwards;
    animation-delay: var(--animation-speed);
  }

  @keyframes removeRow {
    0% {
      height: var(--row-height);
    }

    100% {
      opacity: 0;
      height: 0;
      padding-bottom: 0;
      margin-bottom: 0;
      border-color: transparent;
    }
  }

  .cart-items__table-row:last-child {
    padding-bottom: 0;
  }

  .cart-items--dividers .cart-items__table-row {
    border-bottom: 1px solid var(--color-border);
    margin-bottom: var(--cart-items-gap);
  }

  .cart-items--dividers .cart-items__table-row:has(+ .cart-items__nested-line) {
    border-bottom: none;
    margin-bottom: 0;
  }

  .cart-items--dividers .cart-items__table-row:last-of-type {
    border-block-end: none;
    padding-block-end: 0;
    margin-bottom: 0;
  }

  .cart-items__details {
    grid-area: details;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-70));
  }

  .cart-items__details > * + *,
  .cart-items__bundle li {
    margin-block-start: 4px;

    @media (width >= 990px) {
      margin-block-start: 8px;
    }
  }

  .cart-items__details a {
    text-decoration: none;
  }

  .cart-items__title {
    font-size: 18px;
    line-height: 24px;
    color: var(--color-foreground);
    font-weight: 650;
    display: block;
  }

  .cart-items__variants {
    display: block;
  }


  .cart-items__variant {
    display: inline;
  }

  .cart-items__variant dt,
  .cart-items__variant dd {
    display: inline;
    margin: 0;
  }

  .cart-items__quantity {
    grid-area: quantity;
    margin-block-start: var(--margin-xs);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-xs);
    width: fit-content;
  }

  .cart-items .cart-items__quantity {
    margin-top: 20px;

    @media (width >= 990px) {
      margin-top: 24px;
    }
  }

  .cart-items__quantity-controls {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    width: fit-content;
  }

  .cart-items__quantity-controls > .volume-pricing-info {
    margin-inline-start: calc(-1 * var(--minimum-touch-target) - var(--gap-xs));
  }

  .cart-items__quantity .quantity-selector {
    display: inline-flex;
    font-size: var(--font-size--sm);
    height: auto;
  }

  .cart-items__remove {
    background-color: transparent;
    color: #8B8B8B;
    width: 24px;
    height: 24px;
    justify-content: center;
    box-shadow: none;
    padding: 0;
    border: unset;

    svg {
      width: 24px;
      height: 24px;
      transition: color ease-in .3s;
    }
  }

  .cart-items__remove:hover {
    color: var(--color-primary-hover);
  }

  .cart-items__media {
    grid-area: media;
    padding: 0;
  }

  .cart-items__price {
    grid-area: price;
    min-height: unset;
    min-width: var(--cart-item-price-width);
    text-align: end;
    display: block;
    font-size: var(--font-size--sm);
    line-height: var(--line-height);
  }


  .cart-items__price-unit {
    font-size: var(--font-size--xs);
    padding-block-start: var(--padding-2xs);
  }

  .cart-items__media-container {
    display: flex;
    aspect-ratio: var(--ratio);
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #DADADA;
    border-radius: 10px;
  }

  .cart-items__media-image {
    aspect-ratio: inherit;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: auto;
  }

  .cart-items__empty-button {
    margin-top: 24px;
  }

  .cart-items__empty-description {
    color: #464646;
    font-weight: 500;
  }

  /* Error message */
  .cart-items__error {
    display: flex;
    align-items: flex-start;
    width: 100%;
    grid-area: error;
    margin-block-start: var(--margin-xs);
    opacity: 1;
    overflow: hidden;
    transform: translateY(0);
    transition: opacity var(--drawer-animation-speed) var(--animation-easing),
      transform var(--drawer-animation-speed) var(--animation-easing);

    @starting-style {
      opacity: 0;
      transform: translateY(-0.5rem);
    }
  }

  .cart-item__error {
    display: flex;
    align-items: flex-start;
    width: 100%;
    font-size: var(--font-size--sm);
    padding-block: var(--padding-2xs);
  }

  .cart-item__error .svg-wrapper {
    flex-shrink: 0;
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
    margin-inline: var(--margin-3xs) var(--margin-xs);
    margin-block-start: var(--margin-3xs);
  }

  @container cart-items (min-width: 720px) {
    /* Cart page: original layout */
    .cart-items__table-row {
      --cart-item-price-width: 6rem;

      grid-template-columns: 7.5rem 1fr 1fr minmax(var(--cart-item-price-width), auto);
      grid-template-rows: min-content 1fr;
      grid-template-areas:
        'media details quantity price'
        'media details error error';
    }

    .cart-items__quantity,
    .cart-items__price {
      grid-area: initial;
    }

    .cart-items__quantity {
      margin-top: 0;
    }

    .cart-items__price {
      min-height: var(--minimum-touch-target);
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }

    /* Cart drawer: separate areas for variants and unit price */
    .cart-drawer .cart-items__table-row--full-width-variants {
      grid-template-rows: min-content min-content min-content 1fr;
      grid-template-areas:
        'media details quantity price'
        'media variants variants variants'
        'media unit_price unit_price unit_price'
        'media error error error';

      .cart-items__quantity,
      .cart-items__price {
        grid-area: initial;
      }
    }
  }

  .cart__subtotal-container,
  .cart__total-container {
    display: flex;
    flex-direction: column;
  }

  .cart__total-container {
    row-gap: var(--gap-2xs);

    &.cart__total-container--has-installments {
      row-gap: var(--gap-xs);
    }
  }

  .cart__subtotal-container:empty {
    display: none;
  }

  .cart__summary-totals {
    display: flex;
    flex-direction: column;
    gap: var(--gap-xl);
    width: 100%;
    border-block-start: none;

    &:has(> :first-child:not(.cart__subtotal-container, .cart__total-container)) {
      padding-block-start: 0;
      border-block-start: none;
    }

    @media screen and (min-width: 750px) {
      padding-block-start: 0;
    }
  }

  .cart__subtotal-container,
  .cart__subtotal-container * {
    font-size: var(--font-size--sm);
  }

  .cart__total {
    font-weight: var(--font-weight-bold);
  }

  .cart__total-label {
    font-size: var(--font-size--sm);
  }

  .cart__total-value {
    font-size: var(--font-size--xl);

    @media screen and (max-width: 749px) {
      font-size: var(--font-size--lg);
    }
  }

  .cart-primary-typography {
    font-family: var(--cart-primary-font-family);
    font-style: var(--cart-primary-font-style);
    font-weight: var(--cart-primary-font-weight);
  }

  .cart-secondary-typography {
    font-family: var(--cart-secondary-font-family);
    font-style: var(--cart-secondary-font-style);
    font-weight: var(--cart-secondary-font-weight);
  }

  .cart__ctas {
    width: 100%;
    display: grid;
    gap: var(--checkout-button-gap);
    grid-auto-flow: row;
    grid-template-columns: 1fr;
  }

  .cart__additional-checkout-buttons {
    width: 100%;
  }

  shopify-accelerated-checkout-cart {
    --shopify-accelerated-checkout-inline-alignment: center;
    --shopify-accelerated-checkout-button-border-radius: var(--style-border-radius-buttons-primary);
    --shopify-accelerated-checkout-row-gap: var(--checkout-button-gap, 10px);
  }

  /* Remove animation */
  .remove-icon-bottom,
  .remove-icon-top {
    transition: transform var(--animation-speed) var(--animation-easing);
  }

  .cart-items__table-row.removing .remove-icon-bottom {
    transform: translateY(0);
  }

  .cart-items__table-row.removing .remove-icon-top {
    animation: removeButtonClickedIconTop var(--animation-speed) var(--animation-easing) forwards;
  }

  @keyframes removeButtonClickedIconTop {
    50% {
      transform: translate(0, calc(-1 * var(--icon-stroke-width)));
    }

    100% {
      transform: translate(0, 0);
    }
  }

  .cart-items__properties {
    display: block;
    margin-block-start: var(--margin-2xs);
  }

  .cart-items__property {
    display: block;
  }

  .cart-items__properties dt,
  .cart-items__properties dd {
    display: inline;
    margin: 0;
    overflow-wrap: break-word;
  }

  @media screen and (min-width: 750px) {
    .cart-items .quantity-selector {
      --quantity-selector-width: 105px;
      height: var(--button-size-md);
      width: var(--quantity-selector-width);
    }

    .cart-items .quantity-selector button {
      width: var(--button-size-md);
      height: var(--button-size-md);
    }

    .cart-items .quantity-selector input {
      max-width: calc(var(--quantity-selector-width) - var(--button-size-md) * 2);
    }
  }

  @media screen and (prefers-reduced-motion: no-preference) {
    html:active-view-transition-type(empty-cart-drawer) {
      .cart-items__empty-button,
      .cart__checkout-button {
        view-transition-name: cart-drawer-primary-action;

        & > .button-text {
          view-transition-name: cart-drawer-primary-action-text;
        }
      }
    }
  }

  ::view-transition-old(cart-drawer-primary-action-text),
  ::view-transition-new(cart-drawer-primary-action-text) {
    height: 100%;
    object-fit: none;
    overflow: clip;
    overflow-clip-margin: 1em;
  }

  ::view-transition-old(cart-drawer-primary-action-text) {
    animation: cart-drawer-primary-action-text var(--animation-speed) var(--animation-easing) reverse forwards;
  }
  ::view-transition-new(cart-drawer-primary-action-text) {
    animation: cart-drawer-primary-action-text var(--animation-speed) var(--animation-easing) forwards;
  }

  ::view-transition-old(cart-drawer-primary-action),
  ::view-transition-new(cart-drawer-primary-action) {
    height: 100%;
  }

  ::view-transition-group(cart-drawer-primary-action-text),
  ::view-transition-group(cart-drawer-primary-action) {
    animation-duration: var(--spring-d300-b0-duration);
    animation-timing-function: var(--spring-d300-b0-easing);
  }

  @keyframes cart-drawer-primary-action-text {
    from {
      filter: blur(3px);
      opacity: 0;
    }
    to {
      filter: none;
      opacity: 1;
    }
  }
/* END_SNIPPET:cart-products */
/* START_SNIPPET:footer-contact (INDEX:191) */
.footer-contact__heading {
  margin-bottom: 16px;
}

.footer-contact__item {
  display: flex;
  gap: 8px;
}

.footer-contact__item:not(:last-child) {
margin-bottom: 16px;
}

.footer-contact__media-wrapper {
  width: 24px;
}

.footer-contact__item-heading a,
.footer-contact__item-heading {
font-weight: 500;
}
/* END_SNIPPET:footer-contact */
/* START_SNIPPET:footer-menu (INDEX:192) */
.footer-menu__heading:not(:last-child) {
    margin-bottom: 16px;
  }

  .footer-menu__link-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }
/* END_SNIPPET:footer-menu */
/* START_SNIPPET:header-actions (INDEX:199) */
.header {
    --account-offset-top: calc(
      var(--header-group-height) + (var(--header-height) * var(--transparent-header-offset-boolean))
    );

    &[data-sticky-state='active'] {
      --account-offset-top: calc(var(--header-height) - 1px);
    }
  }

  .account-button {
    /* Remove the background color from the color scheme, we want to inherit the color of the header */
    background: transparent;
  }

  .account-button__icon,
  .account-button__text {
    color: var(--color-account-icon);
    transition: color var(--header-content-transition-timing);
    -webkit-font-smoothing: antialiased;
  }

  .account-button:hover .account-button__icon {
    color: var(--clr-items-text-h);
  }



  shopify-account {
    --shopify-account-font-heading: var(--font-heading--family);
    --shopify-account-font-heading-weight: var(--font-heading--weight);
    --shopify-account-font-body: var(--font-body--family);
    --shopify-account-font-body-weight: var(--font-body--weight);
    --shopify-account-radius-base: var(--style-border-radius-popover);
    --shopify-account-radius-button: var(--style-border-radius-buttons-primary);
    --shopify-account-radius-button-small: var(--style-border-radius-buttons-primary);
    --shopify-account-radius-input: var(--style-border-radius-buttons-primary);
    --shopify-account-color-background: var(--color-background);
    --shopify-account-color-text: var(--color-foreground);
    --shopify-account-color-accent: var(--color-primary-button-background);
    --shopify-account-color-accent-text: var(--color-primary-button-text);
    --shopify-account-dialog-position-top: var(--account-offset-top);
    --shopify-account-signed-in-avatar-size: 36px;
    --shopify-account-avatar-size: 36px;

    width: 36px;
    height: 36px;

    &:not(:defined) {
      min-width: 36px;
      height: 36px;
      display: flex;
      justify-content: center;
      align-items: center;
      /* Match the line height of the other buttons */
      line-height: normal;
    }
  }


  .account-button {
    min-width: 36px;
    min-height: 36px;
    border-radius: 50%;
  }

  .account-button:hover {
    --shopify-account-color-text: var(--clr-items-text-h);
    background: var(--clr-items-bg-h);
    color: var(--clr-items-text-h);
  }

  .account-button__fallback {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--shopify-account-color-accent, #0a142f);
  }

  .account-button--text shopify-account {
    color: inherit;
  }

  .cart-drawer {
    --cart-drawer-padding: 20px 20px;
    --cart-drawer-padding-desktop: 32px 32px;

    @media screen and (min-width: 990px) {
      margin-inline-end: calc(var(--gap-xs) * -1);
    }
  }

  @media screen and (min-width: 750px) {
    .cart-drawer--text {
      display: flex;
      align-items: center;
    }
  }

  .cart-drawer__dialog {
    position: fixed;
    overflow: hidden;
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    padding: 0;
    border-left: var(--style-border-drawer);
    box-shadow: var(--shadow-drawer);
    background-color: var(--color-background);

    @media screen and (min-width: 750px) and (max-width: 989px) {
      width: 402px;
      max-width: 95vw;
    }

    @media screen and (min-width: 990px) {
      width: 520px;
      max-width: 95vw;
    }
  }

  .cart-drawer__dialog {
    position: fixed;
    overflow: hidden;
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    padding: 0;
    border-left: var(--style-border-drawer);
    box-shadow: var(--shadow-drawer);
    background-color: var(--color-background);

    @media screen and (min-width: 750px) and (max-width: 989px) {
      width: 402px;
      max-width: 95vw;
    }

    @media screen and (min-width: 990px) {
      width: 520px;
      max-width: 95vw;
    }
  }

  /* Needed to ensure the drawer is full height */
  .cart-drawer__dialog:modal {
    max-height: 100dvh;
    overflow-y: hidden;
  }

  .cart-drawer__inner {
    height: 100%;
    overflow: hidden;
  }

  .cart-drawer__content {
    height: calc(100% - var(--header-height));
    display: flex;
    flex-direction: column;
    padding: 0;
    background-color: var(--color-background);
    flex-grow: 1;
    overflow-y: auto;
  }

  .cart-drawer__heading {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
    margin-bottom: 0;
  }

  .cart-drawer__close-button {
    --size: 24px;
    --svg-size: 24px;
    --icon-size: 22px;

    width: var(--size);
    height: var(--size);
    position: static;
    margin-right: 0;
    top: 0;
    color: #8B8B8B;

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

    svg {
      width: var(--icon-size);
      height: var(--icon-size);
    }
  }

  .cart-drawer--empty .cart-drawer__content {
    text-align: center;
    min-height: auto;
    padding-inline: 20px;

    @media (width >= 990px) {
      padding-inline: 32px;
    }
  }


  .cart-drawer__items .cart-items__table-row {
    padding-bottom: 20px;
    border-bottom: 1px solid #DADADA;
    margin-bottom: 20px;

    @media (width >= 990px) {
      padding-bottom: 24px;
      margin-bottom: 24px;
    }
  }

  .cart-drawer__items .cart-items__table-row:has(+ .cart-items__nested-line) {
    border-bottom: none;
    margin-bottom: 0;
  }

  .cart-drawer__items .cart-items__table-row:last-child {
    border-bottom: none;
  }

  .cart-drawer__summary {
    --cart-drawer-summary-padding: 20px;

    position: sticky;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: var(--cart-drawer-summary-padding);
    margin-top: auto;

    border-top: 1px solid #DADADA;
    background-color: var(--color-background);
    box-shadow: 0px -4px 15px -1px #0000000F;

    @media screen and (min-width: 990px) {
      --cart-drawer-summary-padding: 32px;
    }
  }

  .cart-drawer__dialog[cart-summary-sticky='false'] .cart-drawer__summary {
    position: static;
    mask-image: none;
  }

  .cart-drawer__dialog[cart-summary-sticky='false'] .cart-drawer__items {
    overflow: unset;
  }

  .cart-actions summary {
    padding-inline: 0;
    padding-block: var(--padding-sm);
    line-height: 1.2;
    min-height: var(--minimum-touch-target);
  }

  .cart-drawer__summary .cart__summary-totals:not(:has(.cart__subtotal-container:empty)) {
    border-block-start: var(--style-border-width) solid var(--color-border);
    padding-block-start: var(--padding-2xl);
  }

  .cart-drawer__summary .cart-note {
    @media screen and (min-width: 750px) {
      margin-block-start: var(--margin-3xs);
    }
  }

  .cart-drawer__heading--empty {
    display: flex;
    justify-content: center;
    color: #0A0A0A;
  }


  .cart-drawer__items {
    display: flex;
    flex-direction: column;
    padding-inline: 20px;
    overflow-y: auto;

    @media screen and (min-width: 990px) {
      padding-inline: 32px;
    }
  }

  .cart-drawer__dialog:not(.cart-drawer--empty) .cart-drawer__items {
    padding-top: 40px;
    padding-bottom: 40px;

    @media screen and (min-width: 990px) {
    padding-top: 53px;
    padding-bottom: 53px;
    }
  }

  .cart-drawer__dialog:has(.cart-drawer__heading--empty) .cart-drawer__items {
    padding-top: 8px;
  }

  .cart-drawer__items .cart-items__table-row {
    padding-bottom: 20px;
    border-bottom: 1px solid #DADADA;
    margin-bottom: 20px;

    @media (width >= 990px) {
      padding-bottom: 24px;
      margin-bottom: 24px;
    }
  }

  .cart-drawer__items .cart-items__table-row:last-child {
    border-bottom: none;
    padding-block-end: 0;
    margin-block-end: 0;
  }

  .cart-drawer--empty .cart-drawer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100dvh;
    margin-top: 0;
  }

  .cart-drawer:not(:has(.cart-form)) .cart-drawer__content {
    justify-content: center;
  }

  .cart-drawer__header {
    background-color: var(--color-background);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--cart-drawer-padding);
    padding-top: 20px;
    border-bottom: var(--style-border-width) solid none;
    position: sticky;
    top: 0;
    z-index: 1;

    @media screen and (min-width: 990px) {
      padding-top: 32px;
      padding-inline: var(--cart-drawer-padding-desktop);
    }
  }

  .cart-drawer .cart-drawer__header,
  .cart-drawer--empty .cart-drawer__header {
    border-bottom: none;
    padding-bottom: 16px;
  }

  .cart-drawer .cart-drawer__header:after,
  .cart-drawer--empty .cart-drawer__header:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    background: #DADADA;
    height: 1px;
    width: calc(100% - 40px);

    @media (width >= 990px) {
      width: calc(100% - 64px);
    }
  }

  .cart-drawer--empty .cart-drawer__heading {
    text-align: center;
  }

  .cart-drawer .cart-drawer__header {
    position: relative;
  }

   .cart-drawer .cart-drawer__heading,
  .cart-drawer__heading.h4,
  .cart-drawer__empty-heading {
    color: var(--color-heading-sec);
    font-family: var(--ff-santral);
    font-weight: 700;
  }

   .cart-drawer .cart-drawer__heading,
   .cart-drawer__heading.h4 {
    font-size: 20px;
    line-height: 23px;
  }

  .cart-drawer__empty-heading {
    font-size: 20px;
    line-height: 23px;
  }

   .cart-drawer .cart-drawer__heading--empty {
   color: var(--color-foreground);
    font-size: 24px;
    line-height: 28px;
  }

  .cart-drawer--empty .cart-drawer__heading {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 28px;

    @media (width >= 990px) {
      font-size: 28px;
      line-height: 33px;
    }
  }

  header-actions {
    display: flex;
    gap: 0;

    @media screen and (max-width: 749px) {
      justify-self: flex-end;
      order: 2;
    }

    @media screen and (min-width: 990px) {
      gap: 4px 8px;
    }
  }

  @media screen and (min-width: 750px) {
    .header-actions--text {
      gap: var(--gap-xl);
    }

    .header-actions__text-style {
      font-size: var(--header-actions-font-size);
      font-family: var(--header-actions-font-family);
      font-weight: var(--header-actions-font-weight);
      text-transform: var(--header-actions-text-case);
    }
  }

  #header-component[data-menu-style='drawer'] header-actions {
    justify-self: flex-end;
  }

  .header__column--right header-actions {
    @media (width >= 990px) {
      margin-inline-start: calc(var(--gap-md) * -1);
    }
  }

  .header-actions__cart-icon {
    --cart-bubble-size: 20px;
    --cart-bubble-top: 4.5px;
    --cart-bubble-right: 2.5px;

    position: relative;
  }

  .header-actions__cart-icon .cart-bubble {
    position: absolute;
    width: var(--cart-bubble-size, 20px);
    top: var(--cart-bubble-top);
    right: var(--cart-bubble-right);
  }

  @media screen and (min-width: 750px) {
    .header-actions__cart-icon--text.header-actions__cart-icon .cart-bubble {
      position: relative;
      top: 0;
    }
  }

  .cart-drawer__heading .cart-bubble {
    width: fit-content;
    border-radius: var(--style-border-radius-buttons-primary);
    aspect-ratio: auto;
    padding: var(--cart-padding);
  }

  .cart-drawer__heading .cart-bubble.cart-bubble--simple {
    aspect-ratio: unset;
    padding: 0;
    height: aut0;
    color: inherit;
  }

  .header-actions__cart-icon .cart-bubble__text,
  .cart-drawer__heading .cart-bubble__text {
    font-family: var(--font-paragraph--family);
    font-weight: var(--font-paragraph--weight);
  }

  .header-actions__cart-icon.header-actions__cart-icon--has-cart svg {
    /* Create donut mask where the cart bubble sits */
    mask: radial-gradient(
      calc(var(--cart-bubble-size) + 2px) at calc(100% - var(--cart-bubble-right)) var(--cart-bubble-top),
      transparent 45.45%,
      #fff 45.45%,
      #fff 100%
    );
  }

  .cart-drawer__heading .cart-bubble__background {
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
  }

  .cart-drawer__heading .cart-bubble__text {
    color: var(--color-foreground);
    font-size: clamp(var(--font-size--3xs), 0.75em, var(--font-size--xs));
  }

  .cart-bubble--animating .cart-bubble__background {
    animation: grow var(--animation-speed) var(--animation-easing);
  }

  .cart-bubble--animating .cart-bubble__text {
    --start-y: -1em;
    --start-opacity: 1;
    /* Set initial transform state before animation starts */
    transform: translate(0, var(--start-y, -1em));
    opacity: var(--start-opacity, 1);
    animation: move-and-fade var(--animation-speed) var(--animation-easing);
  }

  cart-icon:has(.cart-bubble__text-count:empty) {
    --cart-bubble-size: 10px;
    --cart-bubble-top: 9px;
    --cart-bubble-right: 9px;

    .svg-wrapper {
      --cart-bubble-top: 4px;
      --cart-bubble-right: 4px;
    }
  }

  @media screen and (min-width: 750px) {
    cart-icon.header-actions__cart-icon--text:has(.cart-bubble__text-count:empty) {
      --cart-bubble-right: 2.5px;
    }
  }

  @media screen and (prefers-reduced-motion: no-preference) {
    html:active-view-transition-type(empty-cart-drawer) {
      .cart-drawer__close-button {
        view-transition-name: cart-drawer-close-button;
      }

      .cart-items-component {
        view-transition-name: cart-drawer-content;
      }
    }
  }

  :active-view-transition {
    .cart-drawer__header,
    .cart-drawer__content {
      background: transparent;
    }
  }

  ::view-transition-old(cart-drawer-content) {
    transform-origin: 50% 33%;
    animation: cart-contents-old var(--spring-d280-b0-duration) var(--spring-d280-b0-easing) forwards;
  }

  ::view-transition-new(cart-drawer-content) {
    transform-origin: top center;
    animation: cart-contents-new var(--spring-d280-b0-duration) var(--spring-d280-b0-easing) forwards;
  }

  @keyframes cart-contents-old {
    to {
      scale: 0.92;
      opacity: 0;
    }
  }

  @keyframes cart-contents-new {
    from {
      scale: 1.05;
      translate: 0 128px;
      filter: blur(1px);
      opacity: 0;
    }
  }
  .header-actions__text {
    display: flex;
    align-items: center;
  }

  @media screen and (min-width: 750px) {
    .header-actions__cart-icon--text {
      display: flex;
      align-items: center;
      gap: var(--gap-xs);
    }

    .header__column--right .header-actions--text {
      margin-inline-start: 0;
    }
  }
/* END_SNIPPET:header-actions */
/* START_SNIPPET:header-drawer (INDEX:201) */
.header__drawer {
    grid-area: rightC;
    grid-row: 1;
  }

  .header__icon--menu {
    position: initial;

    .header-drawer-icon--close {
      width: 24px;
      height: 24px;
    }
  }

  .menu-drawer-container .header__icon--summary {
    color: var(--color-foreground);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 0;

    .svg-wrapper {
      margin: 0;
      width: 24px;
      height: 24px;
    }
  }

  .menu-drawer-container .header__icon--menu:hover {
    background: var(--clr-items-bg-h);
    color: var(--clr-items-text-h);
    border-radius: 50%;
  }


  .header__icon--summary .header-drawer-icon {
    margin: auto;
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .menu-drawer__featured-content {
    z-index: var(--layer-base);
    container-type: inline-size;
  }

  .menu-drawer__featured-content--childlist {
    z-index: var(--layer-flat);
  }

  .menu-drawer__featured-content-list {
    display: flex;
    gap: 1em;
    overflow-x: auto;
    padding-block-end: var(--padding-lg);
  }

  .menu-drawer__featured-content-list-item {
    flex: 0 0 auto;
  }

  .menu-drawer__featured-content-list-item--product {
    width: 35cqi;
  }

  .menu-drawer__featured-content-list-item--collection img.resource-card__image {
    width: 80cqi;
  }

  .menu-drawer__featured-content-list-item:first-child {
    margin-inline-start: var(--margin-xl);
  }

  .menu-drawer__featured-content-list-item:last-child {
    margin-inline-end: var(--margin-xl);
  }

  .menu-drawer__navigation {
    padding: 0;

    @media screen and (min-width: 750px) {
      margin-top: var(--drawer-header-desktop-top);
    }
  }

  details:not(.menu-open) .header__icon--menu .header-drawer-icon--close {
    display: none;
  }

  details.menu-open .header__icon--menu .header-drawer-icon--close {
    @media screen and (min-width: 750px) {
      display: none;
    }
  }

  details.menu-open .header__icon--menu .header-drawer-icon--open {
    display: none;

    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .menu-drawer {
    position: fixed;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    max-height: calc(100dvh - var(--header-height) - 28px);
    width: 100%;
    max-width: calc(100% - var(--container-paddings) * 2);
    z-index: var(--layer-menu-drawer);
    left: var(--container-paddings);
    top: calc(28px + var(--header-height));
    padding: 24px;
    background-color: var(--color-background);
    overflow: auto;
    display: flex;
    border-right: var(--style-border-drawer);
    box-shadow: var(--shadow-drawer);
    flex-direction: column;
    border-radius: 24px;

    @media screen and (min-width: 750px) {
      width: 100%;
      max-width: calc(100% - var(--container-paddings) * 2);
    }
  }

  /* When opening a submenu we don't want the first-level menu to be scrollable, so we reset the overflow  */
  .menu-drawer.menu-drawer--has-submenu-opened {
    overflow: initial;
  }

  .menu-drawer__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    backdrop-filter: brightness(0.75);
    z-index: var(--layer-heightened);
    opacity: 0;
    transition: opacity var(--drawer-animation-speed) ease;

    .menu-open & {
      opacity: 1;
    }
  }

  .menu-drawer,
  details[open] > .menu-drawer__submenu {
    transition: transform var(--drawer-animation-speed) ease, visibility var(--drawer-animation-speed) ease,
      opacity var(--drawer-animation-speed) ease;
  }

  .menu-drawer__submenu--localization {
    border-radius: 32px;
  }

  .menu-open > .menu-drawer,
  .menu-open > .menu-drawer__submenu:not(.menu-drawer__menu--childlist) {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
  }

  .menu-drawer__inner-container {
    position: relative;
    height: 100%;
  }

  .menu-drawer__navigation-container {
    display: grid;
    grid-template-rows: 1fr auto;
    align-content: space-between;
    overflow-y: auto;
    height: 100%;
  }

  .menu-drawer__inner-submenu {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;

    @media screen and (min-width: 750px) {
      margin-top: var(--drawer-header-desktop-top);
    }
  }

  .menu-drawer__nav-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu-drawer__menu {
    --menu-drawer-inline-padding: calc(var(--padding-sm) + 7px);

    list-style: none;
    padding-inline: 0;
    margin-inline: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #dadada;
    margin-block-start: 0;
  }

  .header-drawer .menu-drawer .menu-drawer__menu {
    margin-block-end: 16px;
  }

  .menu-drawer__menu--grid {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: var(--padding-sm);
    padding-inline-end: var(--menu-drawer-inline-padding);
    padding-block-start: var(--padding-xs);
  }

  .menu-drawer__menu--childlist:not(.menu-drawer__menu--grid) {
    flex-grow: 1;
  }

  .menu-drawer__menu.has-submenu,
  .menu-drawer__menu--childlist:not(:has(.menu-drawer__animated-element)) {
    margin-block-end: var(--margin-xs);

    @media screen and (min-width: 750px) {
      margin-block-end: 2.5rem;
    }
  }

  .menu-drawer__list-item--divider {
    border-block-end: 1px solid var(--color-border);
  }

  .menu-drawer__list-item--deep:not(.menu-drawer__list-item--divider) .menu-drawer__menu {
    margin-block-start: -0.3rem;
  }

  .menu-drawer__list-item--flat.menu-drawer__list-item--divider .menu-drawer__menu {
    margin-block-start: -0.4rem;
  }

  .menu-drawer__menu-container--divider {
    border-block-end: 1px solid var(--color-border);
  }

  .menu-drawer__menu > .menu-drawer__list-item {
    display: flex;
    min-height: calc(2 * var(--padding-lg) + var(--icon-size-xs));
  }

  .menu-drawer__list-item--deep .menu-drawer__list-item,
  .menu-drawer__list-item--flat .menu-drawer__list-item {
    min-height: auto;
  }

  .menu-drawer__menu .menu-drawer__list-item--flat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-block-end: var(--margin-md);
  }

  .menu-drawer__menu .menu-drawer__list-item--flat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-drawer__menu .menu-drawer__list-item--flat:not(:last-child) {
    margin-block-end: 8px;
  }

  .menu-drawer__menu .menu-drawer__list-item--flat:last-child {
    margin-block-end: 0;
  }

  .menu-drawer__menu--childlist .menu-drawer__list-item--flat {
    margin-block-end: var(--margin-sm);

    @media screen and (min-width: 750px) {
      margin-block-end: var(--margin-lg);
    }
  }

  .menu-drawer__menu--childlist .menu-drawer__list-item--flat.menu-drawer__list-item--divider {
    margin-block-end: 0;
  }

  .menu-drawer__list-item--flat .menu-drawer__menu--childlist {
    width: 100%;
    padding-inline: 0;
  }

  .menu-drawer-container[open] .menu-drawer__animated-element {
    animation: menu-drawer-nav-open var(--drawer-animation-speed) ease-in-out;
    animation-delay: calc(var(--drawer-animation-speed) + (var(--menu-drawer-animation-index) - 1) * 0.1s);
    animation-fill-mode: backwards;
  }

  .menu-drawer__menu accordion-custom .details-content--no-animation {
    animation: none;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    transition: none;
  }

  .menu-drawer__menu details,
  .menu-drawer__menu-item,
  .menu-drawer__menu accordion-custom {
    width: 100%;
  }

  .menu-drawer__list-item--divider .menu-drawer__menu-item:not(.menu-drawer__menu-item--child) {
    min-height: calc(2 * var(--padding-lg) + var(--icon-size-xs));
  }

  .menu-drawer__menu-item--mainlist {
    min-height: 36px;
    font-family: var(--menu-top-level-font-family);
    font-style: var(--menu-top-level-font-style);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-transform: var(--menu-top-level-font-case);
    color: var(--menu-top-level-font-color);
    justify-content: space-between;

    &:hover {
      color: var(--menu-top-level-font-color);
    }
  }

  .menu-drawer__menu-item--parent {
    font-family: var(--menu-parent-font-family);
    font-style: var(--menu-parent-font-style);
    font-weight: var(--menu-parent-font-weight);
    font-size: var(--menu-parent-font-size);
    line-height: var(--menu-parent-font-line-height);
    text-transform: var(--menu-parent-font-case);
    color: var(--menu-parent-font-color);

    &:hover {
      color: var(--menu-parent-font-color);
    }
  }

  .menu-drawer__menu-item--child {
    font-family: var(--menu-child-font-family);
    font-style: var(--menu-child-font-style);
    font-weight: var(--menu-child-font-weight);
    font-size: var(--menu-child-font-size);
    line-height: var(--menu-child-font-line-height);
    text-transform: var(--menu-child-font-case);
    color: var(--menu-child-font-color);

    &:hover {
      color: var(--menu-child-font-color);
    }
  }

  .menu-drawer__menu--childlist summary.menu-drawer__menu-item {
    display: flex;
    width: 100%;
    padding-inline-end: 0;
  }

  .menu-drawer__list-item--deep .menu-drawer__menu,
  .menu-drawer__menu--grandchildlist {
    padding-inline: 0;
  }

  .menu-drawer__list-item--deep .menu-drawer__menu {
    padding-block-end: 0.5rem;
  }

  .menu-drawer__list-item--deep.menu-drawer__list-item--divider .menu-drawer__menu {
    padding-block-end: 0.3rem;
  }

  .menu-drawer__list-item--flat.menu-drawer__list-item--divider .menu-drawer__menu--grandchildlist {
    padding-block-end: 0.5rem;
  }

  .menu-drawer__menu-item {
    display: flex;
    padding: var(--padding-2xs) 0;
    position: relative;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
  }

  .menu-drawer__menu-item:has(> .menu-drawer__link-image) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: var(--padding-3xs);
    padding: 0;
  }

  .menu-drawer__link-image {
    width: 100%;
    position: relative;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  /* Fix alignment for collection image mode links without images in drawer */

  /* Target menu items in grids that have images */
  .menu-drawer__menu--grid:has(.menu-drawer__link-image) .menu-drawer__menu-item:not(:has(> .menu-drawer__link-image)) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: var(--padding-3xs);
    padding: 0;
  }

  .menu-drawer__menu--grid:has(.menu-drawer__link-image)
    .menu-drawer__menu-item:not(:has(> .menu-drawer__link-image))::before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: var(--color-foreground-muted);
    opacity: 0.1;
    border-radius: var(--menu-image-border-radius);
  }

  .menu-drawer__close-button {
    display: none;
    position: relative;
    right: auto;
    top: auto;
    width: fit-content;
    height: fit-content;
    color: inherit;
    padding: var(--padding-lg);
  }

  .menu-drawer__back-button {
    display: flex;
    width: 100%;
    padding: var(--padding-md) var(--padding-xl);
    border: none;
    align-items: center;
    color: var(--color-foreground);
    background-color: transparent;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    overflow-x: hidden;
    line-height: 1.2;
    box-shadow: none;
  }

  .menu-drawer__menu-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /** Styles when the country selector is hidden */
  .menu-drawer .language-selector:not(.menu-drawer__submenu *) {
    width: fit-content;
    padding-inline-start: 0;

    .localization-form__select {
      text-align: left;
    }
  }

  .menu-drawer__menu-item > .svg-wrapper {
    width: fit-content;
    height: fit-content;
    margin: 0;
    padding-block: var(--padding-lg);
    padding-inline-start: var(--padding-xl);
    flex-shrink: 0;
  }

  .menu-drawer__list-item--divider .menu-drawer__menu-item > .svg-wrapper {
    padding-block: var(--padding-md);
  }

  .menu-drawer svg {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .menu-drawer__submenu {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100dvh;
    left: 0;
    background-color: var(--color-background);
    z-index: var(--layer-flat);
    transform: translateX(-5%);
    visibility: hidden;
    overflow-y: auto;
    opacity: 0;
  }

  .menu-drawer__back-button > .svg-wrapper {
    margin-right: var(--padding-md);
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .menu-drawer__utility-links {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-block: auto var(--padding-sm);
    margin-inline-start: 0;
    background-color: rgb(var(--color-foreground) 0.03);
  }

  .menu-drawer__utility-links:last-child {
    margin-bottom: 0;
  }

  .menu-drawer__account {
    display: inline-flex;
    align-items: center;
    gap: var(--gap-xs);
    text-decoration: none;
    height: 44px;
    font-size: 1.4rem;
    color: rgb(var(--color-foreground));
  }

  .menu-drawer__account svg {
    height: var(--icon-size-sm);
    width: var(--icon-size-sm);
  }

  .menu-drawer__account shop-user-avatar {
    --shop-avatar-size: 2.4rem;

    margin-right: 0.55rem;
    margin-left: -0.45rem;
  }

  .shopify-account-wrapper:not(:last-child) {
    margin-block-end: 16px;
  }


  .menu-drawer__link-image,
  .menu-drawer__featured-product-image,
  .menu-drawer__featured-collection-image,
  .menu-drawer__featured-collection-link::before {
    border-radius: var(--menu-image-border-radius);
  }

  @keyframes menu-drawer-nav-open {
    0% {
      visibility: hidden;
      opacity: 0;
      transform: translateX(-0.5rem);
    }

    100% {
      visibility: visible;
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes menu-drawer-subnav-open {
    0% {
      visibility: visible;
      opacity: 1;
      transform: translateX(0);
    }

    100% {
      visibility: hidden;
      opacity: 0;
      transform: translateX(-1rem);
    }
  }

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

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

  .drawer-localization .country-filter {
    padding-block: 8px;
  }

  .drawer-localization .drawer-localization__button {
    display: flex;
    padding: 0;
    position: relative;
    text-decoration: none;
    height: 44px;

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

  .drawer-localization .drawer-localization__button .icon-caret {
    width: fit-content;
    height: fit-content;
    margin: 0;
    padding: var(--padding-xl) var(--padding-xl) var(--padding-xl) var(--padding-xs);
  }

  .menu-drawer__localization:not(drawer-localization-component) .language-selector {
    font-family: var(--menu-localization-font);
    font-size: var(--menu-localization-font-size);
  }

  .menu-drawer__localization .language-selector.h5 {
    padding-inline-start: 0;
  }

  .drawer-localization {
    display: contents;
    color: var(--color-foreground);
  }

  .drawer-localization localization-form-component {
    position: relative;
    height: 100%;
  }

  .drawer-localization .mobile-localization,
  .drawer-localization .drawer-localization__button--label {
    display: flex;
    gap: var(--gap-xs);
    margin-block: 0;
    align-items: center;
  }

  .drawer-localization__button--label.h6 {
    font-family: var(--menu-localization-font);
  }

  .drawer-localization img {
    width: var(--icon-size-sm);
  }

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

  .drawer-localization summary.is-disabled {
    pointer-events: none;
  }

  .drawer-localization .localization-wrapper {
    width: 100%;
  }

  .drawer-localization .localization-form {
    display: flex;
    flex-direction: column;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .drawer-localization .localization-form > * {
    padding-inline: var(--padding-xl);
  }

  .drawer-localization .language-selector .svg-wrapper.icon-caret {
    transform: translateY(-50%) rotate(0deg);
  }

  .drawer-localization .language-selector .svg-wrapper.icon-caret svg {
    transform: none;
  }

  .header-drawer__cta-btn {
    width: 100%;
  }

  .shopify-account--drawer .account-button__text {
    display: block !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
  }

  .shopify-account--drawer .account-button__icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;

    svg {
      width: 24px;
      height: 24px;
    }
  }
/* END_SNIPPET:header-drawer */
/* START_SNIPPET:localization-form (INDEX:211) */
/* Localization */
  localization-form-component {
    display: flex;
    width: var(--width, auto);

    @media screen and (min-width: 750px) {
      position: relative;
    }
  }

  localization-form-component[data-show-filter='false'] .country-selector-form__wrapper {
    padding-block-start: var(--padding-xs);
  }

  .localization-form {
    width: 100%;
  }

  localization-form-component .button:is(:not(.country-filter__reset-button)) {
    --button-color: var(--color-primary);
    --button-background-color: var(--language-button-background-color, var(--color-background));
    --button-border-color: var(--language-button-border-color, var(--color-border));

    text-decoration-color: transparent;
    text-decoration-thickness: 0.075em;
    text-underline-offset: 0.125em;
    transition: text-decoration-color var(--animation-speed) var(--animation-easing);
  }

  localization-form-component .button:is(:not(.country-filter__reset-button)):hover,
  .localization-form__list-item:hover,
  .localization-form__list-item:focus {
    --button-color: var(--color-primary-hover);

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

  .localization-form__list-item[aria-current='true'] {
    --button-color: var(--color-primary-active);

    background-color: rgb(var(--color-primary-hover-rgb) / var(--opacity-10));
  }

  .localization-form__list-item-disabled {
    pointer-events: none;
  }

  .localization-form__list-item:focus-visible {
    outline: none;
  }

  localization-form-component .localization-selector {
    display: flex;
    align-items: center;
    gap: var(--margin-2xs);
  }

  localization-form-component .country-filter__search-icon {
    left: 8px;
    right: auto;
    color: var(--color-foreground-muted);
    pointer-events: none;
  }

  .country-filter__search-icon .svg-wrapper svg {
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
  }

  .disclosure {
    width: 100%;
  }

  .localization-form__list {
    position: relative;
    width: 100%;
    padding-block: 0 var(--padding-xs);
    font-size: var(--font-size-lg);
    scroll-padding: var(--padding-xs) 0;
    overflow-y: auto;
    white-space: nowrap;

    /* Hide scrollbar which would cause extra right padding in Safari */
    scrollbar-width: none;

    &::-webkit-scrollbar {
      display: none;
    }
  }

  .localization-form__list-item:not([hidden]) {
    margin-block-end: var(--margin-3xs);
    display: flex;
    gap: var(--margin-sm);
    padding: 8px;
    border-radius: 8px;
    line-height: var(--font-line-height-md);
    align-items: center;
    text-align: start;
    cursor: pointer;
    transition: background-color var(--animation-speed) var(--animation-easing);

    .country {
      flex: 1;
      color: var(--color-foreground);
    }

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

    &[aria-current='true'] {
      .country {
        font-weight: 500;
      }
    }
  }

  .localization-form__list-item#no-results-message {
    grid-template-columns: 1fr;
    text-align: center;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .is-searching .localization-form__list-item .country {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-80));
  }

  .localization-form__list-item .country mark {
    font-weight: 500;
    background: none;
    color: var(--color-foreground);
  }

  .country-filter {
    position: relative;
    padding: var(--padding-xs);
    border-bottom: var(--style-border-width) solid transparent;
    transition: border-color var(--animation-values);
  }

  .country-filter.is-scrolled {
    border-color: var(--color-border);
  }

  .country-selector-form__wrapper {
    overflow-y: auto;
    max-height: 100%;
    flex-grow: 1;
  }

  .language-selector {
    display: flex;
    gap: var(--gap-xs);
    padding: var(--padding-md) var(--padding-lg);
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .language-selector__label {
    flex-shrink: 0;
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .localization-form__select {
    border: none;
    color: var(--color-foreground);
    appearance: none;
    background-color: var(--color-input-background);
    padding-block: var(--padding-3xs);
    padding-inline: var(--padding-xs) calc(var(--icon-size-xs) + var(--padding-xs));
    text-align: right;
    cursor: pointer;
    max-width: 40vw;
    text-overflow: ellipsis;
    field-sizing: content;

    &:focus-visible {
      outline: var(--focus-outline-width) solid currentcolor;
    }

    &:focus {
      outline: none;
    }
  }

  #header-component[transparent] localization-form-component .localization-form .localization-form__select {
    background-color: transparent;
  }

  .localization-form__select option {
    background-color: var(--color-input-background);
    color: var(--color-input-text);
  }

  .language-selector .svg-wrapper.icon-caret {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
  }

  .language-selector--collapse-space {
    padding-inline-end: var(--padding-2xs);
  }

  .language-selector--collapse-space .localization-form__select {
    padding-inline-end: var(--icon-size-xs);
  }

  .language-selector--collapse-space .svg-wrapper.icon-caret {
    right: 0;
  }

  .localization-form .icon-checkmark {
    width: var(--icon-size-xs);
    height: var(--icon-size-xs);
  }

  .localization-form .svg-wrapper.icon-checkmark {
    visibility: hidden;
  }

  .localization-form__list-item[aria-current='true'] .svg-wrapper.icon-checkmark {
    visibility: visible;
  }

  .country-filter__input {
    width: 100%;
    height: 44px;
    font-size: var(--font-size-lg);
    padding: var(--padding-md) var(--padding-lg) var(--padding-md) calc(var(--margin-md) + var(--padding-xl));
    border: 1px solid var(--color-foreground);
    color: var(--color-input-text);
    background-color: var(--color-input-background);
    outline-offset: -1px;

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

  .country-filter__input::placeholder {
    color: inherit;
  }

  .country-filter .field {
    position: relative;
  }

  .country-filter .field__label {
    font-size: var(--font-size-lg);
    left: var(--margin-2xl);
    top: var(--margin-xl);
    pointer-events: none;
    position: absolute;
  }

  .country-filter__input:focus ~ .field__label,
  .country-filter__input:not(:placeholder-shown) ~ .field__label,
  .country-filter__input:-webkit-autofill ~ .field__label {
    font-size: var(--font-size-xs);
    top: var(--margin-xs);
  }

  .country-filter .field__button:not([hidden]) {
    display: flex;
    height: fit-content;
    position: absolute;
    padding: 0;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    background-color: transparent;
    color: var(--color-input-text);
    border: 0;
  }

  input[type='search']::-webkit-search-cancel-button {
    appearance: none;
  }

  .country-selector__close-button {
    display: none;
  }
/* END_SNIPPET:localization-form */
/* START_SNIPPET:predictive-search-products-list (INDEX:224) */
.predictive-search-results__products {
    padding-inline: var(--padding-xl);
  }

  .recently-viewed-wrapper {
    display: grid;
    grid-template-rows: auto auto;
    max-height: 1000px;
    opacity: 1;
    overflow: visible;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: top center;
    transform: translateY(0);
  }

  .recently-viewed-wrapper.removing {
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
      transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
  }

  .predictive-search-results__clear.button-unstyled {
    color: var(--color-foreground);
    opacity: 0.68;
    transition: opacity var(--animation-speed-medium) var(--animation-easing);
    padding: 0;
    margin-left: var(--margin-sm);

    &:hover {
      opacity: 1;
    }
  }

  .recently-viewed-wrapper.removing .predictive-search-results__card {
    transition: none;
    transform: none;
    opacity: 1;
  }

  .recently-viewed-wrapper > * {
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(1) {
    animation-delay: 30ms;
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(2) {
    animation-delay: 60ms;
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(3) {
    animation-delay: 90ms;
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(4) {
    animation-delay: 120ms;
  }

  .predictive-search-results__wrapper-products .predictive-search-results__card:nth-child(n + 5) {
    animation-delay: 150ms;
  }

  .predictive-search-results__wrapper-products {
    animation-delay: 50ms;
  }
/* END_SNIPPET:predictive-search-products-list */
/* START_SNIPPET:quick-add-modal (INDEX:234) */
#quick-add-dialog {
    display: contents;
  }

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

  .quick-add-modal {
    padding: 0;
    border: var(--style-border-popover);
    overflow: hidden;
    box-shadow: 0 5px 30px rgb(0 0 0 / var(--opacity-15));

    @media screen and (max-width: 749px) {
      position: fixed;
      margin: auto 0 0 0;
      min-height: unset;
      max-width: 100%;
      border-radius: 0;
      overflow: clip;
      height: fit-content;
    }
  }

  .quick-add-modal[open] {
    @media screen and (max-width: 750px) {
      border-top-left-radius: var(--style-border-radius-popover);
      border-top-right-radius: var(--style-border-radius-popover);
    }
  }

  .quick-add-modal[open] {
    @media screen and (min-width: 750px) {
      display: flex;
    }
  }

  .quick-add-modal .view-more-details__wrapper {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .quick-add-modal[open] {
    animation: modalSlideInTop var(--animation-speed) var(--animation-easing) forwards;
  }

  .quick-add-modal.dialog-closing {
    animation: modalSlideOutTop var(--animation-speed) var(--animation-easing) forwards;
  }

  .quick-add-modal__close {
    position: absolute;
    top: var(--margin-2xs);
    right: var(--margin-2xs);
    transition: transform 0.15s var(--animation-timing-bounce);
    z-index: var(--layer-raised);
    overflow: visible;
    transform-origin: center;
  }

  .quick-add-modal__close:active {
    transform: scale(0.99) translateY(1px);
  }

  .quick-add-modal__close {
    &:focus-visible {
      outline: none;
    }

    &:focus-visible::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: calc(var(--style-border-radius-popover) - var(--margin-2xs));
      outline: var(--focus-outline-width) solid currentColor;
    }
  }

  .quick-add-modal__content {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 100% 1fr;
    position: relative;
    overflow-y: auto;
    max-height: 100vh;
    flex-grow: 1;

    @media screen and (max-width: 749px) {
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
      padding-inline: var(--padding-xl);
      padding-block: var(--padding-xl);
      gap: var(--gap-lg);
      flex: 1;
      min-height: 0;
      overflow-y: auto;
      height: auto; /* Prevent a bug in Safari where height:fit-content is not respected */
      max-height: 100vh;
    }
  }

  .quick-add-modal__content .media-gallery--grid .media-gallery__grid {
    grid-template-columns: 1fr;
  }

  .quick-add-modal__content .media-gallery--grid.media-gallery--two-column .product-media-container:first-child {
    grid-column: auto;
  }

  .quick-add-modal__content {
    /* One column */
    .media-gallery--grid:not(.media-gallery--two-column) .product-media > *,
      /* Two column, small first image */
      .media-gallery--grid.media-gallery--two-column:not(.media-gallery--large-first-image)
      .product-media-container:nth-of-type(odd)
      .product-media > *,
      /* Two column, large first image */
      .media-gallery--grid.media-gallery--two-column.media-gallery--large-first-image
        .product-media-container:is(:first-of-type, :nth-of-type(even))
        .product-media > *,
        /* Carousel */
      .media-gallery--carousel slideshow-container {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }

  .quick-add-modal__content .view-more-details__wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }

  .view-more-details__wrapper .view-more-details {
    display: flex;
    align-items: center;
    width: fit-content;
  }

  .quick-add-modal__content .product-header {
    @media screen and (max-width: 749px) {
      display: flex;
      flex-direction: column;
      grid-column: 2 / -1;
      grid-row: 1;
      padding-right: var(--padding-2xl);
    }
  }

  .quick-add-modal__content .product-header a:not(product-price *) {
    @media screen and (max-width: 749px) {
      font-size: var(--font-size--md);
      font-weight: 500;
      color: inherit;
      width: fit-content;
    }
  }

  .quick-add-modal__content variant-picker,
  .quick-add-modal__content product-form-component {
    @media screen and (max-width: 749px) {
      grid-column: 1 / -1;
    }
  }

  .quick-add-modal__content .product-media-container__zoom-button {
    cursor: default;
  }

  .quick-add-modal__content .product-details {
    grid-column: 4 / -1;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    position: relative;

    dialog[open] & {
      animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
      animation-delay: 0.1s;
    }

    @media screen and (max-width: 749px) {
      grid-column: 2 / span 2;
      grid-row: span 1;
      max-height: 100%;
      height: 100%;
    }
  }

  @property --quick-add-modal-mask-start {
    syntax: '<length>';
    initial-value: 0px;
    inherits: false;
  }

  @property --quick-add-modal-mask-end {
    syntax: '<length>';
    initial-value: 0px;
    inherits: true;
  }

  @keyframes detect-scroll {
    from,
    to {
      --can-scroll: ;
    }
  }

  @supports (animation-timeline: scroll(self)) {
    dialog[open] .quick-add-modal__content .product-details {
      mask-image: linear-gradient(to bottom, transparent 0%, #000 var(--quick-add-modal-mask-start), #000 100%);
      animation: 0.3s var(--animation-timing-fade-in) 0.1s both fadeSlideIn, scrollStart 1s linear both,
        scrollEnd 1s linear both, detect-scroll 1ms linear none;
      animation-timeline: auto, scroll(self), scroll(self), scroll(self);
      animation-range: normal, 0px 48px, calc(100% - 48px) 100%, 0% 100%;
    }
  }

  @keyframes scrollStart {
    from {
      --quick-add-modal-mask-start: 0px;
    }
    to {
      --quick-add-modal-mask-start: 48px;
    }
  }

  @keyframes scrollEnd {
    from {
      --quick-add-modal-mask-end: 0px;
    }
    to {
      --quick-add-modal-mask-end: 48px;
    }
  }

  .quick-add-modal__content .product-details > .group-block {
    flex-grow: 1;
    width: auto;
  }

  .quick-add-modal__content > * {
    min-height: 0;
  }

  .quick-add-modal__content .product-details :is(.view-product-title, .buy-buttons-block) {
    flex: 0 0 auto;
  }
  .quick-add-modal__content .product-details :is(.buy-buttons-block) {
    margin-top: auto;
    position: sticky;
    bottom: 0;
    padding-bottom: var(--padding-3xl);
    background-color: var(--color-background);
    z-index: var(--layer-raised);

    &::before {
      --quick-add-modal-mask-end-progressive-enhanced: 0px;

      position: absolute;
      content: '';
      display: block;
      inset: auto 0 100% 0;
      pointer-events: none;
      height: min(var(--gap-2xl), var(--gap));
      background-color: inherit;
      mask-image: linear-gradient(
        to top,
        #000 0%,
        #000 calc(var(--gap-2xs)),
        transparent calc(100% - var(--quick-add-modal-mask-end-progressive-enhanced)),
        transparent
      );
    }
  }

  @supports (animation-timeline: scroll(self)) {
    .quick-add-modal__content .product-details :is(.buy-buttons-block)::before {
      --mask-if-scroll: var(--can-scroll) var(--quick-add-modal-mask-end);
      --mask-if-no-scroll: 48px;
      --quick-add-modal-mask-end-progressive-enhanced: var(--mask-if-scroll, var(--mask-if-no-scroll));
      height: calc(var(--gap-2xs) + 48px);
    }
  }

  .quick-add-modal__content .product-details .variant-picker {
    flex: 0 0 auto;

    padding-block: min(var(--gap-2xl), var(--gap));
    margin-block-end: calc(var(--focus-outline-offset) + var(--focus-outline-width));
  }

  .quick-add-modal__content .variant-option--swatches {
    padding-inline-start: var(--padding-2xs);
  }

  .quick-add-modal__content .variant-option--swatches legend {
    margin-inline-start: calc(-1 * var(--padding-2xs));
  }

  .quick-add-modal__content:not(:has(.product-information__media)) .product-details {
    grid-column: 1 / -1;
  }

  .quick-add-modal__content .view-product-title {
    display: flex;
    padding-block: 0;
    margin-block-end: 12px;

    /* Prevent overlap between title and close button */
    padding-inline-end: calc(var(--padding-2xl) + calc(var(--minimum-touch-target) / 2));
  }

  .quick-add-modal__content .view-product-title a {
    color: inherit;
    text-decoration: none;
    text-align: left;
    font-size: var(--font-size--2xl);
    font-weight: 600;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s var(--animation-easing);
  }

  .quick-add-modal__content .product-details product-price {
    --text-align: left;
  }

  .quick-add-modal__content .product-details product-price.text-block--align-center {
    margin-inline: 0;
  }

  .quick-add-modal__content .product-details product-price.text-center {
    --text-align: left;
  }

  .quick-add-modal__content .product-details product-price > * {
    text-align: left;
  }

  .quick-add-modal__content
    .product-details
    *:not(
      .group-block,
      .group-block-content,
      .buy-buttons-block,
      .buy-buttons-block *,
      .view-product-title,
      .view-product-title *,
      variant-picker,
      variant-picker *,
      product-price,
      product-price *,
      product-inventory,
      product-inventory *,
      .view-more-details__wrapper,
      .view-more-details__wrapper *
    ) {
    @media screen and (min-width: 750px) {
      /* stylelint-disable-next-line declaration-no-important */
      display: none !important;
    }
  }

  .quick-add-modal__content
    .group-block:not(
      :has(
          .buy-buttons-block,
          .buy-buttons-block *,
          .view-product-title,
          .view-product-title *,
          variant-picker,
          variant-picker *,
          product-price,
          product-price *,
          product-inventory,
          product-inventory *,
          .view-more-details__wrapper,
          .view-more-details__wrapper *
        ),
      .buy-buttons-block
    ) {
    display: none;
  }

  @media screen and (min-width: 750px) {
    .quick-add-modal__content .group-block-content {
      gap: 0;
    }

    .quick-add-modal__content .media-gallery__grid {
      gap: min(var(--gap-2xs), var(--image-gap));
      border-radius: var(--style-border-radius-popover, 0);
    }

    .quick-add-modal__content .media-gallery--grid .product-media img {
      border-radius: 0;
    }
  }

  .quick-add-modal__content .product-details > .group-block {
    padding-block: var(--padding-3xl) 0;
  }

  .quick-add-modal__content :where(.product-details > .group-block > .group-block-content > *) {
    padding-inline: var(--padding-3xl);
  }

  .quick-add-modal__content slideshow-slide:not([aria-hidden='false']) {
    content-visibility: auto;
  }

  .quick-add-modal__content .product-information__media {
    width: 100%;
    grid-column: 1 / span 1;
    grid-row: 1;
    position: relative;
    top: 0;
    animation: fadeIn 0.4s var(--animation-timing-fade-in) both;

    @media screen and (min-width: 750px) {
      position: sticky;
      grid-column: 1 / 4;
      width: var(--quick-add-modal-gallery-width);
      overflow-y: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

    &::-webkit-scrollbar {
      display: none;
    }
  }

  .quick-add-modal__content .product-information__media media-gallery {
    pointer-events: none;

    @media screen and (min-width: 750px) {
      position: absolute;
      inset: 0;
    }
  }

  .quick-add-modal media-gallery {
    padding: 0;
  }

  .quick-add-modal__content .product-information__media slideshow-arrows {
    display: none;
  }

  .quick-add-modal__content .product-information__media slideshow-container {
    display: block;
  }

  .quick-add-modal__content .product-information__media slideshow-slides {
    display: flex;
    flex-direction: column;
    gap: var(--gap-2xs);
    overflow: visible;
    scroll-snap-type: none;
  }

  .quick-add-modal__content .product-information__media slideshow-slide {
    width: 100%;
    flex: none;
    scroll-snap-align: unset;
    position: relative;
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s var(--animation-easing);
  }

  .quick-add-modal__content .product-information__media slideshow-slide[aria-hidden='true'] {
    @media screen and (max-width: 749px) {
      display: none;
    }
  }

  .quick-add-modal__content .product-information__media slideshow-slide:nth-child(1) {
    animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
  }

  .quick-add-modal__content .product-information__media slideshow-slide:nth-child(2) {
    animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
    animation-delay: 0.05s;
  }

  .quick-add-modal__content .product-information__media slideshow-slide:nth-child(3) {
    animation: fadeSlideIn 0.3s var(--animation-timing-fade-in) both;
    animation-delay: 0.1s;
  }

  .quick-add-modal__content .product-information__media :is(slideshow-controls, slideshow-controls[thumbnails]) {
    display: none;
  }

  .quick-add-modal__content .sticky-content,
  .quick-add-modal__content .sticky-content--desktop {
    top: 0;
  }

  .quick-add-modal__content .text-block.rte:not(product-price),
  .quick-add-modal__content .view-more-details__wrapper {
    display: none;
  }

  @keyframes fadeSlideIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* END_SNIPPET:quick-add-modal */
/* START_SNIPPET:resource-card (INDEX:237) */
.resource-card {
    --resource-card-secondary-image-opacity: 0;
    --resource-card-primary-image-opacity: calc(1 - var(--resource-card-secondary-image-opacity));

    display: flex;
    flex-direction: column;
    row-gap: var(--padding-xs);
    position: relative;
    text-decoration: none;
    height: 100%;
    opacity: 0;
    animation: fadeIn var(--animation-speed-medium) var(--animation-timing-fade-in) forwards;
  }

  .resource-card__link {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .resource-card__content {
    display: flex;
    flex-direction: column;
    color: var(--color-foreground);
    gap: var(--padding-3xs);

    .price {
      font-weight: 500;
    }

    .volume-pricing-note {
      display: block;
      margin-top: var(--padding-3xs);
      font-family: var(--font-body--family);
      font-weight: normal;
      font-size: min(0.85em, var(--font-paragraph--size));
      line-height: normal;
      letter-spacing: normal;
      text-transform: none;
      color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    }
  }

  .resource-card[data-resource-type='article'] .resource-card__content,
  .resource-card[data-resource-type='page'] .resource-card__content {
    gap: var(--padding-xs);
  }

  .resource-card__image {
    aspect-ratio: var(--resource-card-aspect-ratio, auto);
    object-fit: cover;
    border-radius: var(--resource-card-corner-radius);
    opacity: var(--resource-card-primary-image-opacity);
  }

  .resource-card__image--secondary {
    position: absolute;
    top: 0;
    opacity: var(--resource-card-secondary-image-opacity);
    border-radius: var(--resource-card-corner-radius);
  }

  .resource-card__media:empty {
    display: none;
  }

  .resource-card__image-placeholder {
    padding: var(--padding-sm);
    font-size: var(--font-size--lg);
    line-height: var(--line-height--display-loose);
    word-break: break-word;
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
    aspect-ratio: var(--resource-card-aspect-ratio, auto);
    border-radius: var(--resource-card-corner-radius);
    color: var(--color-foreground);
  }

  .resource-card__title {
    margin-block: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .resource-card__title.paragraph {
    line-height: 1.3;
  }

  .resource-card--overlay {
    height: 100%;

    &::before {
      content: '';
      position: absolute;
      inset: 50% 0 0;
      background: var(--gradient-image-overlay);
      border-radius: var(--resource-card-corner-radius);
      pointer-events: none;
      z-index: var(--layer-flat);
    }
  }

  .resource-card--overlay .resource-card__image {
    height: 100%;
  }

  .resource-card--overlay .resource-card__content {
    position: absolute;
    inset: auto 0 0;
    padding: var(--padding-lg) var(--padding-lg) var(--padding-sm);
    z-index: var(--layer-raised);
  }

  .resource-card--overlay .resource-card__title {
    color: var(--color-white);
  }

  /* Collection images */
  .resource-card__image-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap-2xs);
  }

  .resource-card__collection-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: calc(var(--card-corner-radius) - (var(--padding-xs) / 2));
  }

  .resource-card__subtext {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
    margin-block-start: 0;
  }

  .resource-card__subtext.paragraph {
    font-size: var(--font-size--body-sm);
    line-height: var(--line-height--body-tight);
    color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
  }

  .resource-card:has(.resource-card__image--secondary) {
    &:hover,
    &:focus {
      --resource-card-secondary-image-opacity: 1;
    }
  }
/* END_SNIPPET:resource-card */
/* START_SNIPPET:search-modal (INDEX:242) */
/* Search modal style */
  .search-modal {
    --search-border-radius: var(--style-border-radius-popover);
    --search-border-width: var(--style-border-width);
  }

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

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

    @media screen and (max-width: 989px)  {
      top: calc(var(--header-height) + 28px);
      bottom: unset;
      width: calc(100% - var(--container-paddings) * 2);
      max-width: calc(100% - var(--container-paddings) * 2);
      height: auto;
      max-height: calc(100dvh - var(--header-height) - 28px);
      border-radius: 24px;
      overflow: clip;
      box-shadow: 0px 4px 20px 0px #0000000F;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /* Firefox */
    scrollbar-width: none;

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

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

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

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

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

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

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

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

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

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

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

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

  input.search-input {
    width: 100%;
    background: transparent;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 56px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    @media (width < 990px) {
      display: none;
    }

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

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

  }

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

    display: flex;
  }

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

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

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

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

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

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

    [data-menu-style='menu'] .header__column--left .search-action--text {
      margin-inline: 0;
    }
  }

  .header-search-inline {
    display: none;
    align-items: center;
  }

  .header .header-search-inline {
    @media (width >= 1300px) {
      display: flex;
    }
  }

  .header .search-action .header-actions__action {
    @media (width >= 1300px) {
      display: none;
    }
  }

  .header-search-inline__action {
    --size: 36px;

    width: var(--size);
    height: var(--size);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .header-search-inline__action:hover {
    background: var(--clr-items-bg-h);
    color: var(--clr-items-text-h);
  }

  .header-search-inline__input-wrapper {
    position: relative;
    display: none;
    width: 200px;
    @media (width > 1400px) {
      width: 350px;
    }
  }

  .header-search-inline__input-wrapper .input {
    width: 100%;
    padding-left: 56px;
  }

  .header-search-inline__input-wrapper .svg-wrapper {
    --svg-size: 24px;
    --icon-size: 24px;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    color: var(--color-input-placeholder);
    z-index: 1;
  }
  
  .header-search-inline__input-wrapper.is-active {
    display: block;
  }
  
  .header-search-inline__action.hidden,
  .header-search-inline__clear.hidden {
    display: none;
  }

  .header-search-inline__clear {
    --size: 36px;
    --svg-size: 24px;
    --icon-size: 24px;

    cursor: pointer;
    width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--color-input-placeholder);
    margin-left: 4px;
  }

  .header-search-inline__clear:hover {
    background: var(--clr-items-bg-h);
    color: var(--clr-items-text-h);
  }

  .header-search-inline__separator {
    display: none;
    margin-left: 8px;
    width: 1px;
    height: 28px;
    background: #DADADA;
  }

  .header-search-inline__clear:not(.hidden) ~ .header-search-inline__separator {
    display: block;
  }
/* END_SNIPPET:search */
/* START_SNIPPET:skip-to-content-link (INDEX:246) */
.skip-to-content-link {
    position: absolute;
    left: -99999px;
  }

  .skip-to-content-link:focus {
    z-index: var(--layer-temporary);
    overflow: auto;
    width: auto;
    height: auto;
    padding: var(--padding-lg) var(--padding-4xl);
    left: var(--margin-lg);
    top: var(--margin-lg);
    background-color: var(--color-background);
    box-shadow: 0 0 0 var(--focus-outline-offset) var(--color-background);
  }
/* END_SNIPPET:skip-to-content-link */
/* START_SNIPPET:social-links (INDEX:253) */
.social-icons {
  display: flex;
  gap: 8px 12px;
  flex-wrap: wrap;
}

.social-icons__item .svg-wrapper,
.social-icons__item .svg-wrapper svg {
  --size: 24px;
  width: var(--size);
  height: var(--size);
}

.social-icons__item {
  --size: 36px;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: scale .3s ease-in;
}

.social-icons__item:hover {
scale: 1.1;
}
/* END_SNIPPET:social-links */
