/** Shopify CDN: Minification failed

Line 2942:129 Unexpected "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:bkw-sticky (INDEX:85) */
.flickity-viewport {
    width: 100% !important;
  }
/* END_SECTION:bkw-sticky */

/* START_SECTION:bnp-banner (INDEX:98) */
.bnp-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .bnp-banner__image-wrapper {
    position: relative;
    width: 100%;
    height: var(--image-height);
    overflow: hidden;
  }

  .bnp-banner__image-wrapper--mobile {
    display: block;
  }

  .bnp-banner__image-wrapper--desktop {
    display: none;
  }

  @media (min-width: 769px) {
    .bnp-banner__image-wrapper--mobile {
      display: none;
    }

    .bnp-banner__image-wrapper--desktop {
      display: block;
    }
  }

  .bnp-banner__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }

  .bnp-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 1200px;
    margin: auto;
    max-width: 100%;
    z-index: 2;
  }

  .bnp-banner__content-inner {
    text-align: center;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
  }

  .bnp-banner__title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
  }

  @media (max-width: 749px) {
    .bnp-banner{ display: flex; flex-direction: column-reverse; }
    .bnp-banner__title {
      font-size: 20px;
      text-align: center;
    }

    .bnp-banner__content-inner {
      padding: 1rem;
    }

    .bnp-banner__image-wrapper{ height: var(--mobile-image-height); }
    .bnp-banner__content{ position: relative; justify-content: center; padding-top: 60px; padding-bottom: 30px; }
  }
/* END_SECTION:bnp-banner */

/* START_SECTION:bnp-grid-section (INDEX:99) */
.bnp-grid-section{ padding: 0 0 160px 0; }
    .bnp-grid-section .bnp-grid-section__title{ font-size: 48px; text-align: center; font-weight: 700; color: #000; line-height: 1.15; margin-bottom: 24px; }
    .bnp-grid-section__grid{ display: flex; flex-wrap: wrap; gap: 24px; }
    .bnp-grid-section__grid-item{ width: calc(33.33% - 16px); padding: 48px 20px; border-radius: 12px; }
    .bnp-grid-section__grid-item img{ width: 120px; height: 120px; object-fit: contain; margin: auto; display: block; }
    .bnp-grid-section__grid-item p{ font-size: 16px; text-align: center; font-weight: 500; color: #000; line-height: 1.3; margin-top: 24px; }
    .bnp-grid-section .btn_wrapper{ text-align: center; margin-top: 40px; }
    .bnp-grid-section__btn{ display: inline-block; color: #000; font-size: 20px; font-weight: 500; line-height: 0.9; border-radius: 30px; padding: 18px 24px; }

    @media (max-width: 749px) {
      .bnp-grid-section{ padding: 0 0 80px 0; }
      .bnp-grid-section .bnp-grid-section__title{ font-size: 28px; text-align: left; margin-bottom: 16px; }
      .bnp-grid-section__grid{ flex-direction: column; gap: 12px; }
      .bnp-grid-section__grid-item{ width: 100%; padding: 36px 25px; border-radius: 8px; }
      .bnp-grid-section__grid-item img{ width: 100px; height: 100px; }
      .bnp-grid-section__grid-item p{ font-size: 16px; margin-top: 16px; }
      .bnp-grid-section .btn_wrapper{ margin-top: 16px; }
      .bnp-grid-section__btn{ width: 100%; }
    }
/* END_SECTION:bnp-grid-section */

/* START_SECTION:bnp-text-with-image (INDEX:100) */
.bnp-text-with-image-section{ padding: 0 0 160px 0; }
    .bnp-text-with-image-section__title{ font-size: 48px; text-align: center; font-weight: 700; color: #000; line-height: 1.15; margin-bottom: 24px; }
    .bnp-text-with-image-section__content p{ font-size: 24px; text-align: center; font-weight: 400; color: #595C61; line-height: 1.15; }
    .bnp-text-with-image-section__grid{ display: flex; flex-direction: column; gap: 20px; margin-top: 40px; }
    .bnp-text-with-image-section__grid-item{ width: 100%; padding: 45px 100px 0 160px; border-radius: 12px; }
    .bnp-text-with-image-section__grid-item-inner{ display: flex; gap: 65px; align-items: center; }
    .bnp-text-with-image-section__grid-item:nth-child(even) .bnp-text-with-image-section__grid-item-inner{ flex-direction: row-reverse; }
    .bnp-text-with-image-section__grid-item-text{ display: flex; flex-direction: column; gap: 16px; flex: 1; }
    .bnp-text-with-image-section__grid-item-text .number{ width: 80px; height: 80px; border-radius: 50%; background: linear-gradient(159deg, #FFF3DE 13.13%, #FFC57D 90.83%); display: flex; align-items: center; justify-content: center; font-size: 48px; color: #000; font-weight: 700; }
    .bnp-text-with-image-section__grid-item-title{ font-size: 28px; font-weight: 700; color: #000; line-height: 1.15; }
    .bnp-text-with-image-section__grid-item-content p{ font-size: 16px; color: #595C61; line-height: 1.15; }
    .bnp-text-with-image-section__grid-item-image{ width: 395px; max-width: 100%; }
    .bnp-text-with-image-section__grid-item-image img{ width: 100%; height: 100%; object-fit: cover; display: block; }
    .bnp-text-with-image-section .btn_wrapper{ text-align: center; margin-top: 40px; }
    .bnp-text-with-image-section__btn{ display: inline-block; color: #000; font-size: 20px; font-weight: 500; line-height: 0.9; border-radius: 30px; padding: 18px 24px; }

    @media (max-width: 749px) {
      .bnp-text-with-image-section{ padding: 0 0 80px 0; }
      .bnp-text-with-image-section .bnp-text-with-image-section__title{ font-size: 28px; text-align: left; margin-bottom: 16px; }
      .bnp-text-with-image-section__content p{ font-size: 16px; text-align: left; }
      .bnp-text-with-image-section__grid{ margin-top: 16px; gap: 16px; }
      .bnp-text-with-image-section__grid-item{ padding: 32px 22px 0; border-radius: 8px; }
      .bnp-text-with-image-section__grid-item-inner{ flex-direction: column; gap: 8px; }
      .bnp-text-with-image-section__grid-item:nth-child(2n) .bnp-text-with-image-section__grid-item-inner{ flex-direction: column; }
      .bnp-text-with-image-section__grid-item-text{ align-items: center; text-align: center; }
      .bnp-text-with-image-section__grid-item-text .number{ width: 48px; height: 48px; font-size: 28px; }
      .bnp-text-with-image-section__grid-item-title{ font-size: 22px; }
      .bnp-text-with-image-section__grid-item-content p{ font-size: 14px; }
      .bnp-text-with-image-section__grid-item-image{ width: 225px; }
      .bnp-text-with-image-section__btn{ line-height: 1.12; font-size: 16px; text-align: left; }
      .bnp-text-with-image-section .btn_wrapper{ margin-top: 16px; }
    }
/* END_SECTION:bnp-text-with-image */

/* START_SECTION:box-content-with-image (INDEX:101) */
.box-content-with-image__container {
    margin-left: auto;
    margin-right: auto;
  }
  .box-content-with-image__header {
    margin-bottom: 25px;
  }
  .box-content-with-image__title {
    font-family: 'Helvetica Neue ForEco Md Ext';
    font-weight: 500;
    color: #000000;
    position: relative;
    max-width: 969px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .item-image-container--top { margin-bottom: 41px; }
  .item-image-container--bottom { margin-top: auto; }
  .box-content-with-image__item-title {
    font-family: 'Helvetica Neue ForEco Md Ext';
    font-weight: 500;
  }
  .box-content-with-image__item-content,
  .box-content-with-image__item-content * {
    font-family: 'Helvetica Neue ForEco Roman';
    font-weight: 400;
  }
  .box-content-with-image__items {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .box-content-with-image__item {
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .box-content-with-image__item-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 159px;
    height: 46px;
    border-radius: 60px;
    font-family: 'Helvetica Neue ForEco Md';
    font-weight: 500;
    padding: 12px 28px;
    gap: 9px;
    margin-top: auto;
  }

  @media screen and (max-width: 932px) {
    .box-content-with-image__header {
      margin-bottom: 22px;
    }
    .box-content-with-image__title {
      margin-bottom: 12px;
    }
    .box-content-with-image__items {
      gap: 20px;
    }
    .item-image-container--top { margin-bottom: 22px; }

    .box-content-with-image__item-title {
      margin-bottom: 10px;
    }
    .box-content-with-image__item-button {
      height: 30px;
      padding: 7px 18px;
    }
    .box-content-with-image__item {
      flex: 0 0 100%;
      width: 100%;
    }
  }
/* END_SECTION:box-content-with-image */

/* START_SECTION:button-tabs-alter-v2 (INDEX:103) */
.star-page-button-tab-wrapper .star-page-container{ text-align: center; }
  .button-tabs--row.button-tabs--row-alter-v2{ display: flex; justify-content: center; gap: 40px; background: unset; border-radius: 0; padding: 0; }
  .button-tabs--row.button-tabs--row-alter-v2 div{ flex: 0 1 calc(25% - 30px); }
  .button-tabs--row.button-tabs--row-alter-v2 .tab-btn{
      width: 100%;
      justify-content: center;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.2;
      padding: 12px;
      color: var(--btn-text-color);
      outline: 0;
      background: var(--btn-bg-color);
      border: var(--btn-border);
      position: relative;
  }
  .button-tabs--row-alter-v2 .tab-btn:hover{ opacity: 0.8; }
  .button-tabs--row.button-tabs--row-alter-v2 .tab-btn.active{
      color: var(--btn-active-color);
      cursor: default;
      background: var(--btn-active-bg-color);
  }
  @media screen and (max-width: 749px){
      .button-tabs--row.button-tabs--row-alter-v2{ overflow-x: auto; gap: 12px; }
      .button-tabs--row.button-tabs--row-alter-v2::-webkit-scrollbar{ display: none; }
      .button-tabs--row.button-tabs--row-alter-v2 .tab-btn{ font-size: 14px; padding: 10px 30px; white-space: nowrap; }
  }
/* END_SECTION:button-tabs-alter-v2 */

/* START_SECTION:button-tabs-alter (INDEX:104) */
.star-page-button-tab-wrapper .star-page-container{ text-align: center; }
  .button-tabs--row.button-tabs--row-alter{ display: inline-flex; gap: 48px; background: unset; border-bottom: 1px solid #ddd; border-radius: 0; padding: 0; }
  .button-tabs--row div{ flex: 0 1 auto; }
  .button-tabs--row.button-tabs--row-alter .tab-btn{
      width: 100%;
      justify-content: center;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.2;
      padding: 20px 0;
      color: var(--btn-text-color);
      outline: 0;
      border: none;
      background: transparent;
      position: relative;
  }
  .button-tabs--row-alter .tab-btn:hover{ opacity: 0.8; }
  .button-tabs--row.button-tabs--row-alter .tab-btn.active{
      color: var(--btn-active-color);
      cursor: default;
      background: unset;
      border: 0;
  }
  .button-tabs--row-alter .tab-btn.active:after{
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: var(--btn-active-color);
  }
  @media screen and (max-width: 749px){
      .button-tabs--row.button-tabs--row-alter{ overflow-x: auto; }
      .button-tabs--row.button-tabs--row-alter::-webkit-scrollbar{ display: none; }
      .button-tabs--row.button-tabs--row-alter .tab-btn{ font-size: 14px; }
  }
/* END_SECTION:button-tabs-alter */

/* START_SECTION:button-tabs (INDEX:105) */
.star-page-button-tab-wrapper .star-page-container{ text-align: center; }
    .button-tabs--row{ display: inline-flex; background: #fff; padding: 8px; border-radius: 40px; }
    .button-tabs--row div{ flex: 0 1 auto; }
    .button-tabs--row .tab-btn{
        width: 100%;
        justify-content: center;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.3;
        padding: 10px 24px;
        background-color: var(--btn-bg-color);
        color: var(--btn-text-color);
        border: 1px solid var(--btn-border-color);
        border-radius: 25px;
        outline: 0;
    }
    .button-tabs--row .tab-btn:hover{ opacity: 0.8; }
    .button-tabs--row .tab-btn.active{
        background-color: var(--btn-active-bg-color);
        color: var(--btn-active-color);
        border-color: var(--btn-active-border-color);
        cursor: default;
    }
    @media screen and (max-width: 749px){
        .button-tabs--row{ padding: 6px; overflow-x: auto; }
        .button-tabs--row::-webkit-scrollbar{ display: none; }
        .button-tabs--row .tab-btn{ font-size: 14px; padding: 10px 16px; }
    }
/* END_SECTION:button-tabs */

/* START_SECTION:cust-comparison-table (INDEX:165) */
.cust-comparison-table .ppsp-comparison-table__container {
    padding: 20px 102px 50px;
    display: flex;
    position: relative;
  }
  .ppsp-override-css .ppsp-comparison-table__labels {
    flex: 0 0 160px;
    padding-top: 421px;
  }
  .ppsp-override-css .ppsp-comparison-table__labels .ppsp-comparison-table__table-row:first-child {
    border-bottom: 1px solid #E6E6E6;
    margin-top: 55.5px;
    padding-bottom: 20px;
  }
  .ppsp-override-css .ppsp-comparison-table__labels .ppsp-comparison-table__table-row,
  .ppsp-override-css .ppsp-comparison-table__labels .ppsp-comparison-table__table-row:nth-child(2) {
    margin-top: 35px;
    padding-bottom: 20px;
  }
  .ppsp-override-css .ppsp-comparison-table__items {
    flex: 1 1 auto;
    max-width: calc(100% - 102px);
    position: relative;
    overflow: hidden;
  }

  .ppsp-override-css .ppsp-comparison-table__table-row {
    display: flex;
    justify-content: center;
    position: relative;
    column-gap: 30px;
  }
  .ppsp-override-css .ppsp-comparison-table__row__image--wrapper {
    justify-content: center;
  }
  .ppsp-override-css .ppsp-comparison-table__column-heading {
    max-width: 248px;
    flex: 1 1 auto;
    place-content: start;
    display: grid;
    position: relative;
    width: 100%;
  }
  .ppsp-override-css .ppsp-comparison-table__row__value {
    max-width: 248px;
    flex: 1 1 auto;
    position: relative;
    width: 100%;
  }
  .ppsp-override-css .ppsp-comparison-table__row__heading {
    width: 100%;
  }

  .ppsp-override-css .swiper-button-next {
    background: #41414160 url(../assets/arrow-right.png) no-repeat center center;
    background-size: cover;
    top: 20%;
    right: 0;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
  }

  .ppsp-override-css .swiper-button-prev {
    background: #41414160 url(../assets/arrow-left.png) no-repeat center center;
    background-size: cover;
    top: 20%;
    left: 0;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
  }

  .ppsp-override-css .swiper-button-prev::after,
  .ppsp-override-css .swiper-button-next::after {
    content: "";
  }

  .ppsp-override-css .swiper-button-prev,
  .ppsp-override-css .swiper-button-next {
    border-radius: 50%;
    opacity: .8;
    transition: opacity 0.2s ease-in-out;
  }

  .ppsp-override-css .swiper-button-next.swiper-button-disabled,
  .ppsp-override-css .swiper-button-prev.swiper-button-disabled {
    opacity: .08;
  }

  .ppsp-override-css .swiper-button-prev:hover:not(.swiper-button-disabled),
  .ppsp-override-css .swiper-button-next:hover:not(.swiper-button-disabled) {
    opacity: .8;
  }

  .ppsp-override-css .swiper-scrollbar {
    margin-top: 24px;
  }

  @media (max-width: 767px) {
    .ppsp-override-css .ppsp-comparison-table__container {
      padding: 20px;
      display: block !important;
    }
  }
/* END_SECTION:cust-comparison-table */

/* START_SECTION:cust-slider-text-section (INDEX:188) */
.cust-slider-image-section__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 48px;
  }
  .cust-slider-image-section__header--title {
    color: #03060B;
    text-align: center;
    font-family: "Helvetica Neue ForEco";
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
  }
  .cust-slider-image-section__header--content p {
    color: #666;
    text-align: center;
    font-family: "Helvetica Neue ForEco";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
  }
  .cust-slider-image-section__image-container {
    width: 100%;
  }
  .cust-slider-image-section__image-wrapper {
    width: 100%;
  }
  .cust-slider-image-section__image-wrapper--image {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
  }
  /* Form Section */
  .cust-slider-form-section {
    padding-top: 40px;
  }
  .cust-slider-form-section__container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cust-slider-form-section__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
  }
  .cust-slider-form-section__form {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .cust-slider-form-section__input-field {
    width: 458px;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    flex: 1;
  }
  .cust-slider-form-section__input-field:focus {
    outline: none;
  }
  .cust-slider-form-section__input-field::placeholder {
    color: #AFAFAF;
  }
  .cust-slider-form-section__input-button {
    border-radius: 0px 4px 4px 0px;
    padding: 0px 45px;
    text-align: center;
    font-family: 'Helvetica Neue ForEco';
    font-size: 16px;
    font-weight: 400;
    outline: none;
    border: 1px solid #000;
    white-space: nowrap;
    background-color: #000;
    color: #fff;
  }
  .cust-slider-form-section__error {
    color: #ff1f33;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    margin-bottom: 0px;
  }
  .cust-slider-form-section__disclaimer-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .cust-slider-form-section__disclaimer {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    user-select: none;
    width: fit-content;
  }
  .cust-slider-form-section__disclaimer p {
    margin: 0;
    color: #000;
    font-family: 'Helvetica Neue ForEco';
    font-size: 12px;
    font-weight: 400;
  }
  .cust-slider-form-section__disclaimer p>a {
    color: #000;
    text-decoration: underline;
  }
  /* Hide the default checkbox */
  .cust-slider-form-section__disclaimer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  /* Create a custom checkbox */
  .cust-slider-form-section__disclaimer .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border: 1.5px solid #000;
    border-radius: 2px;
    /* This is the border color */
  }
  /* When the checkbox is checked, add a black background */
  .cust-slider-form-section__disclaimer input:checked~.checkmark {
    background-color: #03060B;
  }
  /* Create the checkmark/indicator (hidden when not checked) */
  .cust-slider-form-section__disclaimer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  /* Show the checkmark when checked */
  .cust-slider-form-section__disclaimer input:checked~.checkmark:after {
    display: block;
  }
  /* Style the checkmark/indicator */
  .cust-slider-form-section__disclaimer .checkmark:after {
    left: 3px;
    top: -1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
  }
  .cust-slider-form-section__wrapper--success {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .cust-slider-form-section__wrapper--success svg {
    width: 64px;
    height: 64px;
  }
  .cust-slider-form-section__success-text {
    color: #000;
    text-align: center;
    font-family: "Helvetica Neue ForEco";
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
  }
  [x-cloak] {
    display: none !important;
  }
  @media (max-width: 767px) {
    .cust-slider-image-section__header {
      gap: 24px;
      margin-bottom: 28px;
    }
    .cust-slider-image-section__header--title {
      font-size: 24px;
      text-align: left;
    }
    .cust-slider-image-section__header--content p {
      font-size: 16px;
      text-align: left;
    }
    /* Form Section */
    .cust-slider-form-section {
      padding-top: 28px;
    }
    .cust-slider-form-section__form {
      gap: 10px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
    }
    .cust-slider-form-section__input-field {
      width: 100%;
      padding: 12px 16px;
      border-radius: 4px;
    }
    .cust-slider-form-section__input-button {
      width: 100%;
      padding: 12px 20px;
      border-radius: 4px;
    }
    .cust-slider-form-section__wrapper--success {
      gap: 16px;
    }
    .cust-slider-form-section__wrapper--success svg {
      width: 43px;
      height: 43px;
    }
    .cust-slider-form-section__success-text {
      font-size: 16px;
      line-height: 22.4px;
    }
  }
/* END_SECTION:cust-slider-text-section */

/* START_SECTION:cust_box-content (INDEX:201) */
.cust-box-content__header {
    color: #fff;
  }
  .cust-box-content__container {
    max-width: 1248px;
    margin: 0 auto;
    position: relative;
    padding: 1px 24px;
  }
  .cust-box-content__slider-wrapper {
    column-gap: 24px;
  }
  .cust-box-content__slide {
    position: relative;
    flex: 1;
    border-radius: 8px;
    padding: 30px 24px 0;
    height: unset !important;
    display: flex !important;
    flex-direction: column;
  }
  .cust-box-content__image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
  }
  .cust-box-content__image-container img {
    max-width: 180px;
  }
  .cust-box-content__title {
    margin-bottom: 12px;
    color: #513A04;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
  }
  .cust-box-content__description,
  .cust-box-content__description p {
    color: #513A04;
    font-size: 16px;
    line-height: 20.8px;
    font-weight: 500;
  }
  .cust-box-content__description em,
  .cust-box-content__description p em {
    font-style: normal;
    font-size: 12px;
    line-height: 15.6px;
    font-weight: 500;
    display: inline-block;
  }
  .cust-box-content__description ul {
    margin-left: 16px;
  }
  .cust-box-content__description ol li {
    list-style: decimal;
  }
  .cust-box-content__description ul li {
    list-style: disc;
  }
  .cust-box-content__button {
    background-color: #fff;
    border-radius: 16px;
    padding: 0 12px;
    height: 33px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #513A04;
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
  }
  @media screen and (max-width:749px) {
    .cust-box-content__container {
      margin-right: 50px;
    }
    .cust-box-content__content-container {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .cust-box-content__description,
    .cust-box-content__description p {
      text-align: center;
    }
    .cust-box-content__slider-wrapper {
      column-gap: 16px;
    }
    .cust-box-content__slide {
      flex: 0 0 271px;
    }
    .cust-box-content-section {
      overflow: hidden;
    }
  }
/* END_SECTION:cust_box-content */

/* START_SECTION:cust_faq-with-image (INDEX:203) */
.cust-faq-with-image__container { max-width: 1194px; margin: 0 auto; }
  .cust-faq-with-image__content-container { display: flex; gap: 70px; }
  .cust-faq-with-image__items { position: relative; flex: 1 1 50%;}
  .cust-faq-with-image__item + .cust-faq-with-image__item { border-top: 0.807848px solid #CBCBCB; }
  .cust-faq-with-image__header { margin-bottom: 64px; }
  .cust-faq-with-image__item-numbering { display: inline; margin-right: 2px; z-index: 2; position: relative; }
  .cust-faq-with-image__item-title-text { display: inline; z-index: 2; position: relative; }
  .cust-faq-with-image__section-title { font-family: 'Helvetica Neue ForEco Md Ext'; font-weight: 500; margin-bottom: 0; }
  .cust-faq-with-image__item-title { cursor: pointer; margin-bottom: 0; padding-bottom: 26px; font-family: 'HelveticaNeueForEco-Md'; font-weight: 500; padding-right: 60px; position: relative; }
  .cust-faq-with-image__item-title::after {
    content: '';
    position: absolute;
    transform: translateY(-50%);
    top: 25%;
    right: 0;
    width: 21px;
    height: 11px;
    background: url('https://cdn.shopify.com/s/files/1/1996/9707/files/Vector_3.png?v=1741619540') no-repeat center center;
    background-size: cover;
    z-index: 1;
    transition: transform 0.3s ease-in-out;
  }
  .cust-faq-with-image__item + .cust-faq-with-image__item { padding-top: 26px; }
  .cust-faq-with-image__item-title, .cust-faq-with-image__item-content { padding-bottom: 26px; }
  .cust-faq-with-image__item-content { display: none; }
  .cust-faq-with-image__item.active .cust-faq-with-image__item-content { display: block; }
  .cust-faq-with-image__item.active .cust-faq-with-image__item-title { padding-bottom: 16px; }
  .cust-faq-with-image__item.active .cust-faq-with-image__item-title::after {
    transform: translateY(-50%) rotate(180deg);
    transition: transform 0.3s ease-in-out;
  }
  .cust-faq-with-image__item-content, .cust-faq-with-image__item-content p { font-family: 'Helvetica Neue ForEco Roman'; font-weight: 400; line-height: 1.1; }
  .cust-faq-with-image__item-content a { color: #3F68E0!important; text-decoration: underline; }
  .cust-faq-with-image__item-content a:hover { color: #3F68E0!important; text-decoration: none; }
  .cust-faq-with-image__image-container img { height: auto !important; width: 100% !important; border-radius: 12px; }
  .cust-faq-with-image__image-container { flex: 0 0 606px; }
  @media (max-width: 932px) {
    .cust-faq-with-image__item + .cust-faq-with-image__item { padding-top: 10px; }
    .cust-faq-with-image__item-title, .cust-faq-with-image__item-content { padding-bottom: 10px; }
    .cust-faq-with-image__container { padding-left: 24px; padding-right: 24px; }
    .cust-faq-with-image__content-container { flex-direction: column; gap: 20px; }
    .cust-faq-with-image__header { margin-bottom: 27px; }
    .cust-faq-with-image__image-container { height: 200px !important; flex: 1; }
    .cust-faq-with-image__image-container img { border-radius: 8px; }
    .cust-faq-with-image__item-title::after {
      width: 21px;
      height: 11px;
    }
  }
/* END_SECTION:cust_faq-with-image */

/* START_SECTION:cust_two-columns-image-content (INDEX:206) */
.cust-image-content__container { position: relative; max-width: 1120px; margin: 0 auto; font-family: 'Helvetica Neue ForEco Roman'; font-weight: 400; }
  .cust-image-content__header { margin-bottom: 40px; }
  .cust-image-content__section-title { font-family: 'Helvetica Neue ForEco Md Ext'; font-weight: 500; margin-bottom: 0; }
  .cust-image-content__item-title { margin-bottom: 15px; font-family: 'Helvetica Neue ForEco Md Ext'; font-weight: 500; }
  .cust-image-content__item-content, .cust-image-content__item-content p { font-family: 'Helvetica Neue ForEco Roman'; font-weight: 400; }
  .cust-image-content__item { display: flex; background-color: #fff; min-height: 360px; border-radius: 12px; gap: 44px;}
  .cust-image-content__item + .cust-image-content__item { margin-top: 44px; }
  .cust-image-content__item:nth-child(2n) { flex-direction: row-reverse; }
  .cust-image-content__image-container img { height: 100% !important; width: auto !important; border-radius: 12px; }
  .cust-image-content__image-container { flex: 0 0 544px; }
  .cust-image-content__content-container { flex: 1; padding-left: 67px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
  .cust-image-content__item:nth-child(2n) .cust-image-content__content-container { padding-left: 0; padding-right: 67px; }
  @media (max-width: 767px) {
    .cust-image-content__container {
      padding-left: 24px;
      padding-right: 24px;
    }
    .cust-image-content__header .section-title { text-align: center; margin-bottom: 24px; }
    .cust-image-content__content-container { padding-left: 0; }
    .cust-image-content__item { border-radius: 8px; flex-direction: column; min-height: 0; gap: 30px; }
    .cust-image-content__item + .cust-image-content__item { margin-top: 60px; }
    .cust-image-content__item:nth-child(2n) { flex-direction: column; }
    .cust-image-content__image-container { height: 240px !important; flex: 1; }
    .cust-image-content__image-container img { height: auto !important; width: 100% !important; border-radius: 8px; }
    .cust-image-content__item:nth-child(2n) .cust-image-content__content-container { padding-left: 0; padding-right: 0; }
  }
/* END_SECTION:cust_two-columns-image-content */

/* START_SECTION:m7-benefits (INDEX:335) */
.m7-benefits{ padding: 100px 0; }
    .m7-benefits__title {
        font-size: 40px;
        font-weight: 700;
        color: #FF7A0D;
        text-align: center;
        margin-bottom: 40px;
    }
    .m7-benefits__content {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
    .m7-benefits__item {
        width: calc(25% - 18px);
        border-radius: 12px;
        overflow: hidden;
        height: auto;
    }
    .m7-benefits__item_inner{ display: flex; flex-direction: column; height: 100%; }
    .m7-benefits__item-content{
        background-color: #fff;
        padding: 15px 20px 0;
        flex: 1;
        display: flex;
        flex-direction: COLUMN;
        justify-content: space-between;
    }
    .m7-benefits__item-image img{ display: block; }
    .m7-benefits__item-title p{
        font-size: 20px;
        font-weight: 500;
        color: #03060B;
        line-height: 1.2;
    }
    .m7-benefits__item-inner-content *{
        font-size: 16px;
        color: #C88E43;
        margin-top: 8px;
        line-height: 1.2;
    }
    .m7-benefits__item-inner-content ul{ padding-left: 20px; }
    .m7-benefits__item-inner-content li{ list-style: disc; }
    .m7-benefits__item-link-container {
        padding: 30px 0;
        margin-top: 20px;
        border-top: 1px solid rgba(169, 93, 0, 0.30);
    }
    .m7-benefits__item-link-container a{
        color: #975707;
        font-size: 18px;
        line-height: 1;
        text-decoration: underline;
        min-height: 20px;
        display: inline-block;
    }
    .m7-benefits__more p{
        margin-top: 40px;
        font-size: 20px;
        color: #999;
        line-height: 1.2;
        text-align: center;
    }
    .m7-benefits__more p a{ color: #FF7A0D; text-decoration: underline; font-weight: 500; }
    .terms-popup-global {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: block;
    }
    .terms-popup-global:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
    }
    .terms-popup-global-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 820px;
        max-height: 460px;
        padding: 34px 39px 24px;
        border-radius: 12px;
        text-align: center;
        transform: translate(-50%,-50%);
        z-index: 2;
        color: #FFF;
        font-family: Helvetica Neue ForEco;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        overflow-y: auto;
        background: #FFFFFF;
        text-align: left;
    }
    .terms-popup-global-close {
        position: absolute;
        top: 2px;
        right: 2px;
        cursor: pointer;
        font-size: 40px;
    }
    @media screen and (max-width: 1023px) {
        .terms-popup-global-inner {
            width: 280px;
            max-height: 290px;
            font-size: 14px;
            padding: 16px 12px;
        }
        .terms-popup-global-close {
            font-size: 14px;
            width: 14px;
            height: 14px;
        }
        .terms-popup-global-inner p {
            font-size: 14px !important;
        }
    }

    @media screen and (max-width: 767px) {
        .m7-benefits{ padding: 50px 0; }
        .m7-benefits .star-page-container{ padding: 0; }
        .m7-benefits__title{ font-size: 24px; margin-bottom: 24px; padding: 0 24px; }
        .m7-benefits__content{ flex-wrap: unset; gap: 12px; overflow-x: auto; padding: 0 12px; }
        .m7-benefits__content::-webkit-scrollbar{ display: none; }
        .m7-benefits__item{ width: 280px; flex: 0 0 280px; }
        .m7-benefits__more p{ margin-top: 24px; font-size: 14px; }
    }
/* END_SECTION:m7-benefits */

/* START_SECTION:m8-timeline-subscription (INDEX:337) */
.m8-subscription-section{ padding-top: 120px; font-family: 'Helvetica Neue ForEco'; }
.m8-subscription-section .m8-subscription-header{ text-align: center; margin-bottom: 40px; }
.m8-subscription-section .m8-subscription-header img{ width: 64px; height: 64px; margin-bottom: 12px; }
.m8-subscription-section .m8-subscription-header .title{
    font-size: 40px; font-weight: 700;
}
.m8-subscription-section .m8-subscription-header .content{
  font-size: 24px; margin-top: 12px; color: #666;
}
.m8-subscription-form__step-1-wrapper{
    background: linear-gradient(180deg, #61B786 0%, #39A366 100%);
    border-radius: 12px;
    padding: 36px 24px;
    position: relative;
}
.m8-subscription-form__step-1-wrapper .top-border{
    border-radius: 40px;
    border: 6px solid rgba(255, 255, 255, 0.60);
    background: #25874F;
    height: 32px;
}
.m8-subscription-form__step-1-wrapper .m8-subscription-form__content{
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 64px 0 64px 10%;
    margin-top: -16px;
    margin-left: 20px;
    margin-right: 20px;
    position: RELATIVE;
  }
  .m8-subscription-form__step-1-wrapper .m8-subscription-form__content:after {
    content: '';
    position: ABSOLUTE;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%);
  }
  .m8-subscription-form__step-1-title{ font-size: 20px; font-weight: 700; color: #25874F; line-height: 1.2; font-family: inherit; }
  .m8-subscription-form__input-wrapper{ margin-top: 20px; display: flex; }
  .m8-subscription-form__input-wrapper .m8-subscription-form__input{
    width: 320px;
    padding: 14px 12px;
    font-size: 14px;
    color: #999;
    border-radius: 4px 0 0 4px;
    font-family: 'manrope';
    border-right: 0;
  }
  .m8-subscription-form__button-subscription, .m8-subscription-form__button-copy{
    border-radius: 0 4px 4px 0;
    padding: 14px;
    min-width: 160px;
    background: #25874F;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    font-family: 'manrope';
    outline: 0 !important;
  }
  .m8-subscription-form__error-message{ font-size: 14px; color: #25874F;; margin-top: 20px; }
  .m8-subscription-form__disclaimer{
    display: block;
    position: relative;
    padding-left: 26px;
    padding-top: 4px;
    cursor: pointer;
    user-select: none;
    width: fit-content;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .m8-subscription-form__disclaimer p{
    margin: 0;
    font-family: "Helvetica Neue ForEco";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #808080;
  }
  .m8-subscription-form__disclaimer input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    outline: none;
  }
  .m8-subscription-form__disclaimer .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 4px;
    opacity: 0.7;
  }
  .m8-subscription-form__disclaimer input:checked~.checkmark {
    background-color: transparent;
  }
  .m8-subscription-form__disclaimer .checkmark:after {
    left: 5.6px;
    top: 1px;
    width: 7px;
    height: 13px;
    /* border: solid #fff; */
    border: solid;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .m8-subscription-form__disclaimer input:checked~.checkmark:after {
    display: block;
  }
  .m8-subscription-form__step-1-reminder p{ font-size: 14px; color: #808080; margin-bottom: 20px; }
.m8-subscription-form__success-wrapper{
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 20px 20px 50px;
}
.m8-subscription-form__success-wrapper img{ width: 380px; max-width: 100%; }
.m8-subscription-form__success-wrapper .m8-subscription-form__success-title{ font-size: 24px; color: #25874F; font-weight: 700; line-height: 1.2; font-family: inherit; }
.m8-subscription-form__success-description{ margin-top: 12px; }
.m8-subscription-form__success-description p{ font-size: 14px; color: rgba(0, 0, 0, 0.90); line-height: 1.2; }
.m8-subscription-form__success-code-wrapper{ display: flex; justify-content: center; margin: 20px 0 32px; }
.m8-subscription-form__success-code-wrapper input{ width: 380px; border-radius: 4px 0 0 4px; }
.m8-subscription-form__button-success{ min-width: 160px; width: auto; justify-content: center; }
@media (max-width: 749px) {
  .m8-subscription-section{ padding-top: 80px; }
  .m8-subscription-section .m8-subscription-header img{ width: 48px; height: 48px; }
  .m8-subscription-section .m8-subscription-header .title{ font-size: 24px; }
  .m8-subscription-section .m8-subscription-header .content{ font-size: 18px; }
  .m8-subscription-section .m8-subscription-header{ margin-bottom: 24px; }
  .m8-subscription-section .m8-subscription-form__step-1-wrapper{ padding: 24px 9px; }
  .m8-subscription-section .m8-subscription-form__step-1-title{ font-size: 20px; }
  .m8-subscription-form__step-1-wrapper .m8-subscription-form__content{
    min-height: 560px;
  }
  .m8-subscription-form__input-wrapper{ flex-direction: column; gap: 8px; }
  .m8-subscription-form__step-1-wrapper .m8-subscription-form__content{ padding: 40px 24px; margin-left: 16px; margin-right: 16px; }
  .m8-subscription-form__input-wrapper .m8-subscription-form__input{ width: 100%; border-right: 1px solid #ccc; border-radius: 4px; }
  .m8-subscription-form__button-subscription, .m8-subscription-form__button-copy{ width: 100%; border-radius: 4px; }
  .m8-subscription-form__error-message, .m8-subscription-form__disclaimer p{ font-size: 12px; }
  .m8-subscription-form__step-1-reminder p{ font-size: 12px; margin-bottom: 16px; }
  .m8-subscription-form__success-wrapper{ padding: 20px 20px 50px; }
  .m8-subscription-form__disclaimer{ margin: 16px 0; }
  .m8-subscription-form__disclaimer .checkmark{ width: 16px; height: 16px; }
  .m8-subscription-form__disclaimer .checkmark:after{ left: 4.6px; top: 1px; width: 4px; height: 10px; }
  .m8-subscription-form__success-wrapper .m8-subscription-form__success-title{ font-size: 20px; }
  .m8-subscription-form__button-copy{ width: auto; min-width: unset; }
}
/* END_SECTION:m8-timeline-subscription */

/* START_SECTION:m8-timeline (INDEX:338) */
.m8-timeline-section{ padding-top: 120px; font-family: 'Helvetica Neue ForEco'; }
.m8-timeline-section .m8-timeline-header{ text-align: center; margin-bottom: 40px; }
.m8-timeline-section .m8-timeline-header img{ width: 64px; height: 64px; margin-bottom: 12px; }
.m8-timeline-section .m8-timeline-header .title{
    font-size: 40px; font-weight: 700;
}
.m8-timeline-section-content{
    background: linear-gradient(180deg, #61B786 0%, #39A366 100%);
    border-radius: 12px;
    padding: 36px 24px;
    position: relative;
}
.m8-timeline-section-content .top-border{
    border-radius: 40px;
    border: 6px solid rgba(255, 255, 255, 0.60);
    background: #25874F;
    height: 32px;
}
.m8-timeline-section-content-inner{
    position: RELATIVE;
    padding: 64px 40px 40px;
    margin-top: -16px;
    margin-left: 20px;
    margin-right: 20px;
}
.m8-timeline-section-content-inner:before {
    content: '';
    position: ABSOLUTE;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%);
}
.m8-timeline-dates{ display: flex; justify-content: center; margin-bottom: 10px; }
.m8-timeline-date{ width: 33.33%; text-align: center; font-size: 18px; font-weight: 500; color: #25874F; position: relative; }
.m8-timeline-date span{ font-size: 28px; }
.m8-timeline-offers{ position: relative; }
.m8-timeline-offers svg{ display: block; }
.m8-timeline-offers-blocks{ display: flex; gap: 20px; margin-top: 12px; margin-bottom: 48px; z-index: 2; position: relative; }
.m8-timeline-offers-blocks-left{ width: calc(66.66% - 10px); max-width: 640px; }
.m8-timeline-offers-blocks-right{ flex: 1; }
.m8-timeline-offer-block{
    display: flex;
    align-items: CENTER;
    justify-content: center;
    font-size: 20px;
    border-radius: 4px;
}
.m8-timeline-offers-blocks-left-top{
    background: #FCEADA;
    text-align: CENTER;
    padding: 5px 16px;
    height: 56px;
}
.m8-timeline-offers-blocks-left-bottom{
    display: FLEX;
    margin-top: 16px;
    gap: 20px;
}
.m8-timeline-offers-blocks-left-bottom-left, .m8-timeline-offers-blocks-left-bottom-right{
    background: #FAE4E0;
    text-align: CENTER;
    padding: 5px 32px;
    width: calc(50% - 10px);
    height: 88px;
}
.m8-timeline-offers-blocks-right{
    flex: 1;
    background: #FCEADA;
}
.m8-timeline-perks .title{ font-size: 28px; font-weight: 500; line-height: 1.2; margin-top: 40px; text-align: center; margin-bottom: 12px; }
.m8-timeline-section .bottom-line{ font-size: 20px; font-weight: 500; margin-top: 40px; text-align: center; color: #717171; }
.m8-timeline-section .bottom-line a{ color: #000 !important; text-decoration: underline !important; }
.popup-t-c-wrapper{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 9999999999; display: none; }
.popup-t-c-popup-content{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; max-width: 630px; height: 90%; overflow-y: auto; background: #fff; border-radius: 8px; }
.popup-t-c-popup-content-inner{padding: 8px 40px 24px 40px; }
.popup-t-c-wrapper .popup-close-button{ padding: 10px; display: flex; justify-content: flex-end; }
.popup-t-c-wrapper .popup-close-button svg{ width: 20px; height: 20px; display: block; cursor: pointer; }
.m8-timeline-section .dots-wrap .timeline-dot{ position: absolute; width: 33.33%; left: 0; top: 12px; height: 58%; }
.m8-timeline-section .dots-wrap .timeline-dot:nth-child(2){ left: 33.33%; }
.m8-timeline-section .dots-wrap .timeline-dot:nth-child(3){ left: 66.66%; }

.m8-timeline-section .dots-wrap .timeline-dot:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    border: 1px dashed #999;
    width: 2px;
    height: 100%;
}
.m8-timeline-section .m8-timeline-date:before{
    content: '';
    position: absolute;
    bottom: -31px;
    width: 11px;
    height: 11px;
    border-radius: 20px;
    background: #25874F;
    left: calc(50% - 5.5px);
    border: 1.5px solid #fff;
    z-index: 2;
}
@media (max-width: 749px) {
    .m8-timeline-section{ padding-top: 80px; }
    .m8-timeline-section .m8-timeline-header img{ width: 48px; height: 48px; }
    .m8-timeline-section .m8-timeline-header .title{ font-size: 24px; }
    .m8-timeline-section .star-page-container{ padding: 0; overflow: hidden; }
    .m8-timeline-section .m8-timeline-header{ padding: 0 24px; margin-bottom: 24px; }
    .m8-timeline-section-content-wrapper-wrap{ overflow-x: auto; }
    .m8-timeline-section-content-wrapper{ width: 848px; padding: 0 24px; }
    .m8-timeline-section-content-wrapper-wrap::-webkit-scrollbar{ display: none; }
    .m8-timeline-date{ font-size: 12px; }
    .m8-timeline-date span, .m8-timeline-perks .title{ font-size: 18px; }
    .m8-timeline-offer-block{ font-size: 14px; }
    .m8-timeline-offers-blocks-left-bottom-left, .m8-timeline-offers-blocks-left-bottom-right{ padding: 5px 20px; }
    .m8-timeline-offers-blocks-left-top{ height: 38px; }
    .m8-timeline-offers-blocks-left-bottom-left, .m8-timeline-offers-blocks-left-bottom-right{ height: 58px; }
    .m8-timeline-section-content{ padding: 24px 9px; }
    .m8-timeline-section .bottom-line{ padding: 0 24px; font-size: 16px; margin-top: 24px; }
}
/* END_SECTION:m8-timeline */

/* START_SECTION:m9-icon-with-popup (INDEX:339) */
.m9-icon-with-popup-section{
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        left: 12px;
        z-index: 9999999999;
        cursor: pointer;
    }
    .m9-icon-with-popup-icon{ width: 132px; transition: transform 0.3s ease-in-out; }
    .m9-icon-with-popup-icon:hover{ transform: scale(1.1); }
    .m9-icon-with-popup-icon img{ width: 100%; }
    .m9-icon-with-popup__trigger-close{
        position: absolute;
        top: 0;
        right: -12px;
        cursor: pointer;
    }
    .m9-icon-with-popup-text{
        font-size: 14px;
        font-weight: 500;
        line-height: 1.07;
        color: #fff;
        position: absolute;
        bottom: 14px;
        left: 1px;
        width: 100%;
        text-align: center;
    }
    .m9-icon-with-popup-text p{ color: inherit; font-size: 14px; }
    .m9-icon-with-popup-wrapper{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 9999; display: none; }
    .m9-icon-with-popup-inner{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 1080px;
        height: 90%;
        max-height: 450px;
        border-radius: 12px;
        background: #fff;
        overflow: hidden;
    }
    .m9-icon-with-popup-inner img{ width: 100%; height: 100%; object-fit: cover; }
    .m9-icon-with-popup-inner .close-icon{ position: absolute; top: 16px; right: 20px; cursor: pointer; }
    .m9-icon-with-popup-inner .close-icon svg{ display: block; }
    @media screen and (max-width: 749px){
        .m9-icon-with-popup-icon{ width: 72px; }
        .m9-icon-with-popup-inner{ max-height: 630px; max-width: 330px; border-radius: 8px; }
        .m9-icon-with-popup-text{ bottom: 7px; }
        .m9-icon-with-popup-text p{ font-size: 10px; }
    }
/* END_SECTION:m9-icon-with-popup */

/* START_SECTION:pdp-image-with-text-number (INDEX:390) */
.pdp-image-text-number{ padding: 130px 0 100px 0; }
.pdp-image-text-number .title{ font-size: 32px; font-weight: 500; line-height: normal; color: #000;font-family: 'Helvetica Neue ForEco Md Ext';text-align: center; }
.pdp-image-text-number-blocks-wrap{ margin-top: 40px; display: flex; gap: 16px; flex-wrap: wrap; }
.pdp-image-text-number-blocks-wrap .pdp-image-text-number-block{ width: calc(25% - 16px * 3 / 4); }
.pdp-image-text-number-block .pdp-image-text-number-block-inner{ background: #F5F5F6; border-radius: 8px; overflow: hidden; height: 100%; }
.pdp-image-text-number-block .pdp-image-text-number-block-image{ text-align: center;padding-top: 40px;}
.pdp-image-text-number-block .pdp-image-text-number-block-image img{ width: 80px; height: auto; object-fit: cover; }
.pdp-image-text-number-block .pdp-image-text-number-block-content{ text-align: center; display: flex; flex-direction: column; gap: 16px; padding: 24px 20px 28px; position: relative; }
.pdp-image-text-number-block .pdp-image-text-number-block-content-number{ font-size: 40px; font-weight: 700; background: linear-gradient(180deg, rgba(63, 104, 224, 0.40) 0%, rgba(63, 104, 224, 0.00) 77.78%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
.pdp-image-text-number-block .pdp-image-text-number-block-content-title{ margin-top: -10px;font-size: 18px; font-weight: 500; color: #000; font-family: 'Helvetica Neue ForEco Md';}
.pdp-image-text-number-block .pdp-image-text-number-block-content-description p{ font-size: 14px; color: #595C61 !important; font-family: 'Helvetica Neue ForEco Roman'; }
.pdp-image-text-number-block-content-number:before {
    content: "—";
    margin-right: 10px;
    display: inline-block;
}
.pdp-image-text-number-block-content-number:after {
    content: "—";
    margin-left: 10px;
    display: inline-block;
}
.pdp-image-text-number__bottom{
    margin-top: 40px;
    color:  #696C71;
    text-align: center;
    font-family: "Helvetica Neue ForEco Roman";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
@media (max-width: 749px) {
    .pdp-image-text-number{ padding: 50px 0 80px 0; }
    .pdp-image-text-number .title{ font-size: 24px; }
    .pdp-image-text-number-blocks-wrap{ margin-top: 24px; flex-direction:column; gap: 12px; }
    .pdp-image-text-number-blocks-wrap .pdp-image-text-number-block{ width:100%; }
    .pdp-image-text-number-block .pdp-image-text-number-block-inner{ border-radius: 4px;}
    .pdp-image-text-number-block .pdp-image-text-number-block-image{ padding-top: 24px;}
    .pdp-image-text-number-block .pdp-image-text-number-block-image img{ width: 48px; }
    .pdp-image-text-number-block .pdp-image-text-number-block-content{ gap: 8px; padding: 8px 20px 48px; }
    .pdp-image-text-number-block .pdp-image-text-number-block-content-number{ font-size: 32px; }
    .pdp-image-text-number-block .pdp-image-text-number-block-content-title{ margin-top: -16px;font-size: 16px; }
    .pdp-image-text-number-block .pdp-image-text-number-block-content-description p{ font-size: 12px;  }
    .pdp-image-text-number__bottom{
        display: none;
    }
}
/* END_SECTION:pdp-image-with-text-number */

/* START_SECTION:pdp-slideshow-new (INDEX:398) */
.pdp-slideshow-new .flickity-page-dots {
    position: absolute;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .pdp-slideshow-block-images {
    margin-top: 20px;
  }
  @media screen and (max-width: 749px){
    .pdp-slideshow-new .flickity-page-dots {
      padding-bottom: 8px;
    }
    .pdp-slideshow-new .pdp-slideshow-bottom-item,
    .pdp-slideshow-new .slider-buttons { display: none !important; }
    .pdp-slideshow-new .pdp-slideshow-tabs-inner {
      width: 100%;
      justify-content: center;
    }
    .pdp-slideshow-block-images {
      margin-top: 16px;
    }
  }
/* END_SECTION:pdp-slideshow-new */

/* START_SECTION:pdp-text-with-image (INDEX:405) */
/* Form Section */
  .pdp-text-with-image-form-section {
    padding-top: 40px;
  }
  .pdp-text-with-image-form-section__container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pdp-text-with-image-form-section__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
  }
  .pdp-text-with-image-form-section__form {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .pdp-text-with-image-form-section__input-field {
    width: 458px;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    flex: 1;
  }
  .pdp-text-with-image-form-section__input-field:focus {
    outline: none;
  }
  .pdp-text-with-image-form-section__input-field::placeholder {
    color: #AFAFAF;
  }
  .pdp-text-with-image-form-section__input-button {
    border-radius: 0px 4px 4px 0px;
    padding: 0px 45px;
    text-align: center;
    font-family: 'Helvetica Neue ForEco';
    font-size: 16px;
    font-weight: 400;
    outline: none;
    border: 1px solid #000;
    white-space: nowrap;
    background-color: #000;
    color: #fff;
  }
  .pdp-text-with-image-form-section__error {
    color: #ff1f33;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    margin-bottom: 0px;
  }
  .pdp-text-with-image-form-section__disclaimer-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .pdp-text-with-image-form-section__disclaimer {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    user-select: none;
    width: fit-content;
  }
  .pdp-text-with-image-form-section__disclaimer p {
    margin: 0;
    color: #000;
    font-family: 'Helvetica Neue ForEco';
    font-size: 12px;
    font-weight: 400;
  }
  .pdp-text-with-image-form-section__disclaimer p>a {
    color: #000;
    text-decoration: underline;
  }
  /* Hide the default checkbox */
  .pdp-text-with-image-form-section__disclaimer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  /* Create a custom checkbox */
  .pdp-text-with-image-form-section__disclaimer .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border: 1.5px solid #000;
    border-radius: 2px;
    /* This is the border color */
  }
  /* When the checkbox is checked, add a black background */
  .pdp-text-with-image-form-section__disclaimer input:checked~.checkmark {
    background-color: #03060B;
  }
  /* Create the checkmark/indicator (hidden when not checked) */
  .pdp-text-with-image-form-section__disclaimer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  /* Show the checkmark when checked */
  .pdp-text-with-image-form-section__disclaimer input:checked~.checkmark:after {
    display: block;
  }
  /* Style the checkmark/indicator */
  .pdp-text-with-image-form-section__disclaimer .checkmark:after {
    left: 3px;
    top: -1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
  }
  .pdp-text-with-image-form-section__wrapper--success {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .pdp-text-with-image-form-section__wrapper--success svg {
    width: 64px;
    height: 64px;
  }
  .pdp-text-with-image-form-section__success-text {
    color: #000;
    text-align: center;
    font-family: "Helvetica Neue ForEco";
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
  }
  [x-cloak] {
    display: none !important;
  }
  @media (max-width: 749px) {
    /* Form Section */
    .pdp-text-with-image-form-section {
      padding-top: 28px;
    }
    .pdp-text-with-image-form-section__form {
      gap: 10px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
    }
    .pdp-text-with-image-form-section__input-field {
      width: 100%;
      padding: 12px 16px;
      border-radius: 4px;
    }
    .pdp-text-with-image-form-section__input-button {
      width: 100%;
      padding: 12px 20px;
      border-radius: 4px;
    }
    .pdp-text-with-image-form-section__wrapper--success {
      gap: 16px;
    }
    .pdp-text-with-image-form-section__wrapper--success svg {
      width: 43px;
      height: 43px;
    }
    .pdp-text-with-image-form-section__success-text {
      font-size: 16px;
      line-height: 22.4px;
    }
  }
/* END_SECTION:pdp-text-with-image */

/* START_SECTION:popup-button (INDEX:425) */
.popup-button-content{ text-align: center; }
.popup-button-link{ display: inline-flex; align-items: center; justify-content: center; gap: 30px; outline: 0; border: 0; padding: 6px 6px 6px 45px; border-radius: 30px; color: #fff; text-decoration: none; font-size: 22px; font-weight: 500; line-height: 1.2; }
.popup-button-wrapper{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 9999999999; display: none; }
.popup-button-popup-content{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; max-width: 630px; height: 90%; overflow-y: auto; background: #fff; border-radius: 8px; }
.popup-button-popup-content-inner{padding: 8px 40px 24px 40px; }
.popup-button-wrapper .popup-close-button{ padding: 10px; display: flex; justify-content: flex-end; }
.popup-button-wrapper .popup-close-button svg{ width: 20px; height: 20px; display: block; cursor: pointer; }
@media screen and (max-width: 749px){
  .popup-button-sec .popup-button-link{ gap: 10px; padding-left: 14px; font-size: 14px; }
}
/* END_SECTION:popup-button */

/* START_SECTION:ppsp-banner-v2 (INDEX:451) */
.ppsp-banner .success_message{ color: green; }
.ppsp-banner .invalid-email-error{ color: #f00; }
.ppsp-banner .custom-img__wrapper{ height: var(--media-height); }
.ppsp-banner.has-overlay::before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.35); z-index: 1; }

.ppsp-banner-v2 .bf-banner__disclaimer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ppsp-banner-v2 .bf-banner__disclaimer-wrapper span p { 
  color: var(--disclaimer-text-color);
}

@media screen and (max-width: 749px) {
  .ppsp-banner .custom-img__wrapper{ height: var(--media-height-m); }
  .ppsp-banner-v2 .bf-banner__disclaimer { 
      width: fit-content;
  }
}
/* END_SECTION:ppsp-banner-v2 */

/* START_SECTION:product-card-carousel-v2 (INDEX:467) */
.index-tabs-content_block__slider .flickity-page-dots{
      display: none;
      margin: 32px auto 0;
      padding: 0;
  }
  .index-tabs-content_block__slider .flickity-page-dots .dot{ height: 1px; min-width: 5px; background: #ddd; margin: 0; }
  .index-tabs-content_block__slider .flickity-page-dots .dot.is-selected{ background: #B5B5B5; height: 3px; margin-top: -1px; }
  .new-label,
  .product-badge-wrapper,
  .product-badge--promotion-badge {
    display: none!important;
  }
  .product-card-wrapper {
    padding: 27px 15px 50px!important;
  }
  .product-card-carousel-v2 .product-card .product-main-category {
    font-family: 'Helvetica Neue ForEco Md';
    font-weight: 500;
    margin-bottom: 6px;
    
    font-size: 18px;
    font-style: normal;
    line-height: 120%;
  }
  .product-card-carousel-v2 .product-card .product-small-desc {
    color: #828282;
    font-family: "Helvetica Neue ForEco Roman";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .product-card .price,
  .product-card .price * {
    font-family: 'Helvetica Neue ForEco Md';
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
  }
  .product-card-carousel-v2 .product-card .product-item__price_and_reviews_row {
    margin-top: 14px;
    margin-bottom: 0;
  }
  .product-card-carousel-v2 .product-card .btn {
    font-family: "Helvetica Neue ForEco Md";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    white-space: nowrap;
  }
  .product-card-carousel-v2 .product-card .product-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
    margin-top: 13px;
  }
  .product-card .product-buttons .btn {
    flex: 1;
    justify-content: center;
    align-items: center;
  }
  .btn-outline {
    height: 47px;
    border: 1px solid #000000;
    border-radius: 27px;
    background-color: #fff;
    color: #000;
  }
  .btn-solid {
    height: 47px;
    background: #000000;
    border-radius: 27px;
  }
  @media only screen and (max-width: 749px) {
    .index-tabs-content_block__slider .flickity-page-dots{ display: flex; justify-content: center; }
    .product-card-wrapper {
      padding: 18px 18px 23px!important;
    }
    .product-buttons .btn {
      width: 100%;
      font-size: 17px;
      padding: 0;
    }
    .product-card-carousel-v2 .product-card .product-main-category {
      font-size: 16px;
      margin-bottom: 7px;
    }
    .product-card-carousel-v2 .product-card .product-small-desc {
      font-size: 12px;
      line-height: 14px;
    }
    .product-card .price,
    .product-card .price * {
      font-size: 12px;
      line-height: 14px;
    }
  }
  @media only screen and (min-width: 1240px) {
    .index-tabs-content_block__slider .product-item-block.medium-up--one-quarter {
      width: 22%;
      flex: 1 0 22%;
    }
    .index-tabs-content_block__slider .product-item-block.medium-up--one-third {
      width: 472px;
      flex: 1 0 472px;
      padding-left: 16px;
      padding-bottom: 15px;
    }
    .index-tabs-content_block__slider .product-item-block.medium-up--one-third:first-child{
      width: calc(456px + calc(max(1280px, 100vw)/2 - 560px));
      flex: 1 0 calc(456px + calc(max(1280px, 100vw)/2 - 560px));
      padding-left: calc(max(1280px, 100vw)/2 - 560px);
    }
    .index-tabs-content_block__slider .product-item-block.medium-up--one-third:last-child{
      width: 488px;
      flex: 1 0 488px;
      padding-right: 16px;
    }

    .index-tabs-content_block__slider .product-item-block.medium-up--one-quarter {
      width: 389px;
      flex: 1 0 389px;
      padding-left: 16px;
      padding-bottom: 15px;
    }
    .index-tabs-content_block__slider .product-item-block.medium-up--one-quarter:first-child{
      width: calc(389px + calc(max(1280px, 100vw)/2 - 560px));
      flex: 1 0 calc(389px + calc(max(1280px, 100vw)/2 - 560px));
      padding-left: calc(max(1280px, 100vw)/2 - 560px);
    }
    .index-tabs-content_block__slider .product-item-block.medium-up--one-quarter:last-child{
      width: 389px;
      flex: 1 0 389px;
      padding-right: 16px;
    }
  }
  /* @media (min-width: 1921px) {
    .index-tabs-collections-wrapper .section-tabs-content {
      max-width: 1200px;
      width: 100%;
      margin: auto;
    }

    .index-tabs-content_block__slider .product-item-block,
    .index-tabs-content_block__slider .product-item-block:first-child,
    .index-tabs-content_block__slider .product-item-block:last-child {
      width: calc(33.333333333333333%)!important;
      flex: 1 0 calc(33.333333333333333%)!important;
      padding-left: 16px!important;
      padding-bottom: 15px!important;
    }
    .index-tabs-content_block__slider .product-item-block:first-child{
      padding-left: 16px!important;
    }
  } */
/* END_SECTION:product-card-carousel-v2 */

/* START_SECTION:product-card-carousel (INDEX:468) */
.new-label,
  .product-badge-wrapper,
  .product-badge--promotion-badge {
    display: none!important;
  }
  .product-card-wrapper {
    padding: 27px 26px 38px!important;
  }
  .scroller-platter .product-item--info{ align-items: unset; }
  .product-card .product-item--info .product-main-category {
    font-family: 'Helvetica Neue ForEco Md';
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
  }
  .product-card .product-item--info .product-small-desc {
    font-family: 'Helvetica Neue ForEco Md';
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
  .price,
  .price * {
    font-family: 'Helvetica Neue ForEco Md';
    font-weight: 500;
    font-size: 18px;
    line-height:22px;
  }
  .scroller-platter .product-item__price_and_reviews_row {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .btn {
    font-family: 'Helvetica Neue ForEco Md';
    font-weight: 500;
    font-size: 18px;
  }
  .product-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
  }
  .product-buttons .btn {
    flex: 1;
    justify-content: center;
    align-items: center;
    line-height: 1.1;
    padding: 13px 10px;
  }
  .btn.btn-outline {
    height: 47px;
    border: 1px solid #000000;
    border-radius: 27px;
    background-color: #fff;
    color: #000;
  }
  .btn.btn-solid {
    height: 47px;
    background: #000000;
    border-radius: 27px;
  }
  @media only screen and (max-width: 749px) {
    .product-card-wrapper {
      padding: 18px 18px 23px!important;
    }
    .product-buttons{ gap: 6px; }
    .product-buttons .btn {
      width: 100%;
      font-size: 14px;
      padding: 0;
    }
    .product-card .product-item--info .product-main-category {
      font-size: 16px;
      line-height: 19px;
    }
    .product-card .product-item--info .product-small-desc {
      font-size: 12px;
      line-height: 14px;
    }
    .price,
    .price * {
      font-size: 12px;
      line-height: 14px;
    }
  }
  @media only screen and (min-width: 1240px) {
    .index-tabs-content_block__slider .scroller-platter .product-item-block.medium-up--one-quarter {
      width: 22%;
      flex: 1 0 22%;
    }
    .index-tabs-content_block__slider .scroller-platter .product-item-block.medium-up--one-third {
      width: 472px;
      flex: 1 0 472px;
      padding-left: 16px;
      padding-bottom: 15px;
    }
    .index-tabs-content_block__slider .scroller-platter .product-item-block.medium-up--one-third:first-child{
      width: calc(456px + calc(max(1280px, 100vw)/2 - 560px));
      flex: 1 0 calc(456px + calc(max(1280px, 100vw)/2 - 560px));
      padding-left: calc(max(1280px, 100vw)/2 - 560px);
    }
    .index-tabs-content_block__slider .scroller-platter .product-item-block.medium-up--one-third:last-child{
      width: 488px;
      flex: 1 0 488px;
      padding-right: 16px;
    }

    .index-tabs-content_block__slider .scroller-platter .product-item-block.medium-up--one-quarter {
      width: 389px;
      flex: 1 0 389px;
      padding-left: 16px;
      padding-bottom: 15px;
    }
    .index-tabs-content_block__slider .scroller-platter .product-item-block.medium-up--one-quarter:first-child{
      width: calc(389px + calc(max(1280px, 100vw)/2 - 560px));
      flex: 1 0 calc(389px + calc(max(1280px, 100vw)/2 - 560px));
      padding-left: calc(max(1280px, 100vw)/2 - 560px);
    }
    .index-tabs-content_block__slider .scroller-platter .product-item-block.medium-up--one-quarter:last-child{
      width: 389px;
      flex: 1 0 389px;
      padding-right: 16px;
    }
  }
  /* @media (min-width: 1921px) {
    .index-tabs-collections-wrapper .section-tabs-content {
      max-width: 1200px;
      width: 100%;
      margin: auto;
    }

    .index-tabs-content_block__slider .product-item-block,
    .index-tabs-content_block__slider .product-item-block:first-child,
    .index-tabs-content_block__slider .product-item-block:last-child {
      width: calc(33.333333333333333%)!important;
      flex: 1 0 calc(33.333333333333333%)!important;
      padding-left: 16px!important;
      padding-bottom: 15px!important;
    }
    .index-tabs-content_block__slider .product-item-block:first-child{
      padding-left: 16px!important;
    }
  } */
/* END_SECTION:product-card-carousel */

/* START_SECTION:star-product-multiple (INDEX:549) */
.star-product-mutiple-blocks-wrap{ display: flex; flex-wrap: wrap; gap: 16px; }
    .star-product-mutiple-block{ background: var(--product-bg); border-radius: 12px; overflow: hidden; }
    .star-product-mutiple-block .star-product-mutiple-block-inner{ display: flex; flex-direction: column; height: 100%; }
    .star-product-mutiple-block .star-product-mutiple-block-inner-image{ position: relative; }
    .star-product-mutiple-block .star-product-mutiple-block-inner-image .star-product-mutiple-block-inner-content-discount-image{ position: absolute; bottom: 0; width: 100%; }
    .star-product-mutiple-block-inner-content-discount-image img{ width: 100%; }
    .star-product-mutiple-block .star-product-mutiple-block-inner-image .product_image{ width: 100%; height: 380px; object-fit: contain; }
    .star-product-mutiple-block.block-full-width .star-product-mutiple-block-inner-image img{ width: 100%; height: 100%; min-height: 380px; object-fit: cover; }
    .star-product-mutiple-block .star-product-mutiple-block-inner-content{ padding: 20px 24px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
    .star-product-mutiple-block-inner-content-price, .star-product-mutiple-block-inner-content-buttons{ margin-top: 20px; }
    .star-product-mutiple-block-inner-content-title p{ font-size: 24px; font-weight: 500; line-height: 1.2; color: #000; }
    .star-product-mutiple-block-inner-content-content{ margin-top: 4px; }
    .star-product-mutiple-block-inner-content-content p, .star-product-mutiple-block-inner-content-compare-price{ font-size: 16px; font-weight: 500; line-height: 1.2; color: #707070; }
    .star-product-mutiple-block-inner-content-price{ display: flex; gap: 4px; align-items: baseline; }
    .star-product-mutiple-block-inner-content-sale-price{ font-size: 28px; font-weight: 500; line-height: 1.1; color: #000; }
    .star-product-mutiple-block-inner-content-buttons{ display: flex; gap: 12px; }
    .star-product-mutiple-block-inner-content-buttons .btn{ width: calc(50% - 6px); height: 46px; font-size: 14px; font-weight: 500; line-height: 1; padding: 15px 12px; justify-content: center; }

    @media screen and (min-width: 750px){
        .star-product-mutiple-block.block-full-width .star-product-mutiple-block-inner{ flex-direction: row; align-items: center; }
        .star-product-mutiple-block.block-full-width.image-alignment-right .star-product-mutiple-block-inner{ flex-direction: row-reverse; }
        .star-product-mutiple-block.block-full-width .star-product-mutiple-block-inner-content-buttons{ gap: 20px; }
        .star-product-mutiple-block.block-full-width .star-product-mutiple-block-inner-content-buttons .btn{ width: calc(50% - 10px); }
        .star-product-mutiple-block.block-full-width .star-product-mutiple-block-inner-content-title{ margin-top: 20px; }
        .star-product-mutiple-block.block-full-width{ width: 100%; }
        .star-product-mutiple-block.block-half-width{ width: calc(50% - 8px); }
        .star-product-mutiple-block.block-one-third-width{ width: calc(33.33% - 10.66px); }
        .star-product-mutiple-block.block-full-width .star-product-mutiple-block-inner-content{ width: 50%; padding: 20px 80px 20px 50px; }
        .star-product-mutiple-block.block-full-width .star-product-mutiple-block-inner-image{ width: 50%; }
    }

    @media screen and (max-width: 749px){
        .star-product-mutiple-block .star-product-mutiple-block-inner-content{ padding: 24px !important; }
        .star-product-mutiple-block{ border-radius: 8px; width: 100%; }
        .star-product-mutiple-block.block-full-width .star-product-mutiple-block-inner-image img{ min-height: 220px; height: 220px; }
        .star-product-mutiple-block .star-product-mutiple-block-inner-image .product_image{ height: 260px; }
        .star-product-mutiple-block-inner-content-title p{ font-size: 16px; }
        .star-product-mutiple-block-inner-content-content p, .star-product-mutiple-block-inner-content-compare-price{ font-size: 14px; }
        .star-product-mutiple-block-inner-content-price, .star-product-mutiple-block-inner-content-buttons, .star-product-mutiple-block.block-full-width .star-product-mutiple-block-inner-content-title-wrap{ margin-top: 16px; }
        .star-product-mutiple-block-inner-content-sale-price{ font-size: 20px; }
    }
/* END_SECTION:star-product-multiple */

/* START_SECTION:user-image-section-1 (INDEX:600) */
.user-image-section-1 {
        position: relative;
        width: 100%;
        background: #010100;
        overflow: hidden;
        font-family: 'Helvetica Neue ForEco';
    }
    .user-image-section-1__bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .user-image-section-1__content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 100px 40px;
    }

    .user-image-section-1__logo {
        margin-bottom: 80px;
    }
    .user-image-section-1__logo img {
        height: 52px;
        width: auto;
    }

    .user-image-section-1__hero {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex: 1;
    }
    .user-image-section-1__heading-wrapper{ display: flex; align-items: center; justify-content: center; gap: 26px; }
    .user-image-section-1__badge img {
        max-width: 420px;
        width: 100%;
        height: 100px;
    }
    .user-image-section-1__heading {
        color: #fff;
        text-align: center;
        margin: 0 0 8px;
        font-size: 114px;
        line-height: 1.4;
    }
    .user-image-section-1__subheading {
        color: #fff;
        text-align: center;
        margin: 0;
        font-size: 56px;
        line-height: 1.2;
        font-weight: 600;
    }

    .user-image-section-1__footnote {
        margin-top: auto;
        padding-top: 40px;
        max-width: 900px;
        color: #fff;
        opacity: 0.45;
        text-align: center;
        font-size: 14px;
        position: absolute;
        bottom: 36px;
        line-height: 1.2;
        font-weight: 600;
    }
    .user-image-section-1__footnote p {
        margin: 0;
        color: inherit;
    }

    @media screen and (max-width: 749px) {
        .user-image-section-1__content {
            padding: 80px 12px 28px;
        }
        .user-image-section-1__logo {
            margin-bottom: 40px;
        }
        .user-image-section-1__logo img {
            height: 26px;
        }
        .user-image-section-1__heading-wrapper{ gap: 14px; }
        .user-image-section-1__badge img {
            height: 50px;
        }
        .user-image-section-1__heading{ font-size: 57px; }
        .user-image-section-1__subheading{ font-size: 24px; }
        .user-image-section-1__footnote{ font-size: 11px; bottom: 28px; }
    }
/* END_SECTION:user-image-section-1 */

/* START_SECTION:user-image-section-2 (INDEX:601) */
.user-image-section-2 {
        position: relative;
        width: 100%;
        overflow: hidden;
        font-family: 'Helvetica Neue ForEco';
    }
    .user-image-section-2__bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .user-image-section-2__content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 56px;
        padding: 40px;
        width: 100%;
    }

    .user-image-section-2__heading {
        font-size: 48px;
        line-height: 1.2;
        font-weight: 700;
        color: #fff;
        text-align: center;
        margin: 0;
        max-width: 960px;
    }

    .user-image-section-2__stats {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 50px;
    }
    .user-image-section-2__divider {
        width: 1px;
        height: 44px;
        background: #fff;
        opacity: 0.4;
        flex-shrink: 0;
    }
    .user-image-section-2__stat {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        text-align: center;
    }
    .user-image-section-2__stat-value {
        font-size: 34px;
        line-height: 1.1;
        font-weight: 700;
        color: #fff;
        white-space: nowrap;
    }
    .user-image-section-2__stat-label {
        color: #fff;
    }

    @media screen and (max-width: 749px) {
        .user-image-section-2__heading{ font-size: 24px; }
        .user-image-section-2__content {
            gap: 24px;
        }
        .user-image-section-2__stats {
            gap: 12px;
        }
        .user-image-section-2__stat{ gap: 7px; }
        .user-image-section-2__stat-value{ font-size: 18px; }
        .user-image-section-2__stat-label{ font-size: 9px; }
    }
/* END_SECTION:user-image-section-2 */

/* START_SECTION:user-media-section (INDEX:602) */
.user-media-section {
        padding: 60px 0;
        background: #fff;
        font-family: 'Helvetica Neue ForEco';
    }
    .user-media-section__title {
        font-family: inherit;
        font-size: 40px;
        line-height: 1.25;
        font-weight: 500;
        color: #000;
        text-align: center;
        margin: 0 0 24px;
    }
    .user-media-section__grid {
        display: flex;
        gap: 15px;
    }

    .user-media-card {
        position: relative;
        width: calc(33.333% - 10px);
        border-radius: 8px;
        overflow: hidden;
    }
    .user-media-card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .user-media-card__top {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 24px;
        padding-bottom: 16px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.42), transparent);
        display: flex;
        flex-direction: column;
        gap: 16px;
        z-index: 2;
    }
    .user-media-card__card-title {
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        margin: 0;
    }
    .user-media-card__button-wrap {
        display: flex;
    }
    .user-media-card__button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 120px;
        padding: 11px 20px;
        border: 1px solid #fff;
        border-radius: 999px;
        color: #fff;
        background: transparent;
        font-weight: 500;
        text-decoration: none;
        cursor: pointer;
        transition: background 0.2s ease, color 0.2s ease;
    }
    .user-media-card__button:hover {
        background: #fff;
        color: #000;
    }

    @media screen and (max-width: 749px) {
        .user-media-section {
            padding: 40px 0;
        }
        .user-media-section .star-page-container{ padding-left: 24px; padding-right: 24px; }
        .user-media-section__title{ font-size: 20px; margin-bottom: 20px; text-align: left; }
        .user-media-section__grid {
            flex-direction: column;
            gap: 8px;
        }
        .user-media-card {
            width: 100%;
            border-radius: 4px;
        }
        .user-media-card__top{ padding: 16px; }
    }
/* END_SECTION:user-media-section */

/* START_SECTION:user-story-banner (INDEX:603) */
.user-story-banner {
        position: relative;
        width: 100%;
        height: var(--desktop-height);
        overflow: hidden;
    }

    .user-story-banner__video-wrap {
        position: absolute;
        inset: 0;
    }

    .user-story-banner__video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .user-story-banner__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 52%;
        height: 100%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.42) 50%, rgba(0, 0, 0, 0) 100%);
        pointer-events: none;
    }

    .user-story-banner__content {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        z-index: 2;
    }

    .user-story-banner__text-group {
        display: flex;
        flex-direction: column;
        gap: 12px;
        max-width: 700px;
        color: #fff;
    }

    .user-story-banner__subtitle {
        color: #fff;
        margin: 0;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.3;
    }

    .user-story-banner__title p {
        margin: 0;
        color: #fff;
        font-size: 44px;
        font-weight: 500;
        line-height: 1.36;
    }

    .user-story-banner__description {
        color: #fff;
        margin: 0;
        font-size: 20px;
        line-height: 1.3;
    }

    @media screen and (max-width: 749px) {
        .user-story-banner {
            height: var(--mobile-height);
        }

        .user-story-banner__overlay {
            width: 100%;
            background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
        }

        .user-story-banner__content{ padding: 48px 24px; align-items: flex-start; }

        .user-story-banner__text-group {
            max-width: 100%;
            gap: 8px;
            text-align: center;
        }
        .user-story-banner__subtitle, .user-story-banner__description{ font-size: 14px; }
        .user-story-banner__title p{ font-size: 24px; }
    }
/* END_SECTION:user-story-banner */

/* START_SECTION:user-story-section (INDEX:604) */
.user-story-section {
        padding: 120px 0 60px;
        background: #fff;
        font-family: 'Helvetica Neue ForEco';
    }
    .user-story-section__title {
        font-family: inherit;
        font-weight: 500;
        font-size: 40px;
        line-height: 1.25;
        color: #000;
        text-align: center;
        margin: 0 0 24px;
    }
    .user-story-section__grid {
        display: flex;
        gap: 15px;
    }

    .user-story-card {
        position: relative;
        width: calc(33.333% - 10px);
        height: 440px;
        border-radius: 8px;
        overflow: hidden;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .user-story-card__image {
        position: absolute;
        inset: 0;
    }
    .user-story-card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .user-story-card__hover-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 1;
    }

    .user-story-card__content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 24px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
        display: flex;
        flex-direction: column;
        gap: 36px;
        z-index: 2;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .user-story-card__name {
        color: #fff;
        font-weight: 500;
        margin: 0;
        font-size: 16px;
        line-height: 1.25;
    }
    .user-story-card__subtitle {
        color: #e6e6e7;
        margin: 0;
        font-size: 16px;
        line-height: 1.25;
        margin-top: 8px;
    }

    .user-story-card__hover-content {
        display: flex;
        flex-direction: column;
        gap: 12px;
        z-index: 2;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
    .user-story-card__hover-text {
        color: #fff;
        font-weight: 500;
    }
    .user-story-card__hover-text p {
        margin: 0;
        color: #fff;
    }
    .user-story-card__setup {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    .user-story-card__setup-label {
        color: #fff;
        font-weight: 500;
    }
    .user-story-card__setup-products {
        color: #e6e6e7;
    }
    .user-story-card__setup-products p {
        margin: 0;
    }
    .user-story-card__setup-products a, .user-story-card__setup-products p {
        color: #e6e6e7 ;
        text-decoration: underline !important;
    }
    .user-story-card__setup-products a:hover{ color: #fff; }

    .user-story-card__button-wrap {
        z-index: 2;
    }
    .user-story-card__button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 120px;
        padding: 11px 20px;
        border: 1px solid #fff;
        border-radius: 999px;
        color: #fff;
        background: transparent;
        font-weight: 500;
        text-decoration: none;
        cursor: pointer;
        transition: opacity 0.3s ease, background 0.2s ease;
    }

    .user-story-card:hover .user-story-card__hover-overlay, .user-story-card.hovered .user-story-card__hover-overlay {
        opacity: 1;
    }
    .user-story-card:hover .user-story-card__hover-content,  .user-story-card.hovered .user-story-card__hover-content{
        opacity: 1;
        transform: translateY(0);
    }
    .user-story-card:hover .user-story-card__button{
        opacity: 0.7;
    }
    .user-story-card__bottom{
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 12px;
    }

    @media screen and (max-width: 749px) {
        .user-story-section {
            padding: 40px 0;
        }
        .user-story-section .star-page-container{ padding-left: 24px; padding-right: 24px; }
        .user-story-section__title{ font-size: 20px; margin-bottom: 20px; text-align: left; }
        .user-story-section__grid {
            gap: 10px;
            overflow-x: auto;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
        .user-story-section__grid::-webkit-scrollbar {
            display: none;
        }
        .user-story-card {
            flex: 0 0 240px;
            height: 320px;
            border-radius: 4px;
        }
        .user-story-card__content{ padding: 16px; }
        .user-story-card__subtitle{ font-size: 12px; margin-top: 4px; }
    }
/* END_SECTION:user-story-section */

/* START_SECTION:user-text-section (INDEX:605) */
.user-text-section {
        padding: 60px 0 120px;
        background: #fff;
        font-family: 'Helvetica Neue ForEco';
    }
    .user-text-section__title {
        font-family: inherit;
        font-size: 40px;
        line-height: 1.25;
        font-weight: 500;
        color: #000;
        text-align: center;
        margin: 0 0 24px;
    }

    .user-text-section__card {
        position: relative;
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
    }
    .user-text-section__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .user-text-section__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 65%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
        pointer-events: none;
    }

    .user-text-section__content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 24px;
    }
    .user-text-section__card-title{ font-size: 28px; line-height: 1.28; }
    .user-text-section__card-title, .user-text-section__card-desc {
        color: #fff;
        font-weight: 500;
        margin: 0;
    }
    .user-text-section__card-desc {
        font-size: 16px;
    }
    .user-text-section__link {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        color: #fff;
        font-weight: 500;
        text-decoration: none;
        margin-top: 4px;
        transition: opacity 0.2s ease;
        padding: 11px 0;
    }
    .user-text-section__link:hover {
        opacity: 0.8;
    }
    .user-text-section__link svg {
        flex-shrink: 0;
    }

    @media screen and (max-width: 749px) {
        .user-text-section {
            padding: 40px 0;
        }
        .user-text-section .star-page-container{ padding-left: 24px; padding-right: 24px; }
        .user-text-section__title{ font-size: 20px; text-align: left; }
        .user-text-section__content{ padding: 16px; gap: 4px; }
        .user-text-section__card-title{ font-size: 16px; }
        .user-text-section__card-desc{ font-size: 12px; }
        .user-text-section__link{ font-size: 12px; padding: 6px 0; }
    }
/* END_SECTION:user-text-section */

/* START_SECTION:user-video-card (INDEX:606) */
.user-video-card-section {
        position: relative;
        padding: 120px 0;
        background: #f5f5f6;
        overflow: hidden;
        font-family: 'Helvetica Neue ForEco';
    }
    .user-video-card-section__bg {
        position: absolute;
        inset: 0;
        pointer-events: none;
    }
    .user-video-card-section__bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .user-video-card-section .star-page-container {
        position: relative;
        z-index: 1;
    }
    .user-video-card-section__title {
        font-family: inherit;
        font-weight: 500;
        color: #000;
        text-align: center;
        margin: 0 0 24px;
        font-size: 40px;
        font-weight: 500;
        line-height: 1.25;
    }

    .user-video-card-swiper {
        overflow: visible;
    }
    .user-video-card-swiper .user-video-slide {
        height: auto;
        width: 1228px;
        max-width: 100%;
        padding: 0 14px;
    }

    .user-video-card-swiper .flickity-page-dots{
        position: absolute;
        bottom: -54px;
        padding: 0;
        left: calc((100vw - min(1200px, 100%)) / 2);
        width: 62px;
        display: flex;
        background: #83868A;
        opacity: 0.4;
        border-radius: 30px;
        height: 8px;
    }

    .user-video-card-swiper .flickity-page-dots .dot{
        flex:1;
        height: 100%;
        margin: 0;
        background: transparent;
    }

    .user-video-card-swiper .flickity-page-dots .dot.is-selected{ opacity: 1; }

    .user-video-card {
        display: flex;
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        height: 400px;
    }
    .user-video-card__media {
        position: relative;
        width: 45%;
        flex-shrink: 0;
        overflow: hidden;
        cursor: pointer;
    }
    .user-video-card__thumbnail {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .user-video-card__play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        z-index: 2;
        transition: transform 0.2s;
    }
    .user-video-card__play-btn:hover {
        transform: translate(-50%, -50%) scale(1.1);
    }

    .user-video-card__info {
        flex: 1;
        display: flex;
        flex-direction: column;
        padding: 80px 32px 32px;
        min-width: 0;
    }
    .user-video-card__user {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 16px;
    }
    .user-video-card__avatar {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        object-fit: cover;
        flex-shrink: 0;
    }
    .user-video-card__user-details {
        display: flex;
        flex-direction: column;
        gap: 4px;
        min-width: 0;
    }
    .user-video-card__user-name {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.25;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .user-video-card__user-location {
        display: flex;
        align-items: center;
        gap: 4px;
        color: #83868a;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .user-video-card__user-location svg {
        flex-shrink: 0;
    }
    .user-video-card__hashtags {
        color: #979797;
        margin: 0 0 8px;
    }
    .user-video-card__card-title {
        font-weight: 500;
        color: #000;
        margin: 0 0 8px;
        font-size: 24px;
        line-height: 1.25;
    }
    .user-video-card__setup {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 8px;
    }
    .user-video-card__setup-label {
        font-weight: 500;
        color: #000;
    }
    .user-video-card__setup-products {
        color: #979797;
    }
    .user-video-card__setup-products a {
        color: #979797 !important;
        text-decoration: underline !important;
        cursor: pointer;
    }
    .user-video-card__button-wrap {
        margin-top: auto;
    }
    .user-video-card__button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 120px;
        padding: 9px 19px;
        border: 1px solid #000;
        border-radius: 999px;
        background: transparent;
        color: #000;
        font-weight: 500;
        text-decoration: none;
        cursor: pointer;
        transition: background 0.2s, color 0.2s;
    }
    .user-video-card__button:hover {
        background: #000;
        color: #fff;
    }

    .user-video-card-swiper__controls {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 24px;
    }
    .user-video-card-swiper__controls .swiper-scrollbar.swiper-scrollbar-horizontal {
        width: 62px;
        height: 8px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 64px;
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
    }
    .user-video-card-swiper__navigation {
        display: flex;
        gap: 24px;
        align-items: center;
    }
    .user-video-card-swiper__controls .swiper-button-prev,
    .user-video-card-swiper__controls .swiper-button-next {
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
        width: 48px;
        height: 48px;
        margin-top: 0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.32);
    }
    .user-video-card-swiper__controls .swiper-button-prev::after,
    .user-video-card-swiper__controls .swiper-button-next::after {
        display: none;
        content: unset;
    }
    .user-video-card-swiper__controls .swiper-button-disabled {
        opacity: 0.5;
    }
    .user-video-card-swiper__controls .swiper-button-prev svg,
    .user-video-card-swiper__controls .swiper-button-next svg{ width: auto; height: auto; }

    .user-video-card-popup {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 9999;
        align-items: center;
        justify-content: center;
    }
    .user-video-card-popup.active {
        display: flex;
    }
    .user-video-card-popup__overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.85);
    }
    .user-video-card-popup__content {
        position: relative;
        width: 90%;
        max-width: 960px;
        z-index: 1;
    }
    .user-video-card-popup__close {
        position: absolute;
        top: -40px;
        right: 0;
        background: none;
        border: none;
        cursor: pointer;
        padding: 4px;
        z-index: 2;
    }
    .user-video-card-popup__iframe-wrap {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        border-radius: 8px;
    }
    .user-video-card-popup__iframe-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    @media screen and (max-width: 749px) {
        .user-video-card-section {
            padding: 80px 0;
        }
        .user-video-card-swiper{ padding-left: 18px; }
        .user-video-card-section__title{ font-size: 20px; margin-bottom: 20px;  text-align: left; }
        .user-video-card-swiper .user-video-slide{ width: 282px; padding: 0 6px; }
        .user-video-card-swiper .flickity-page-dots{ display: none; }
        .user-video-card {
            flex-direction: column;
            height: auto;
            border-radius: 4px;
        }
        .swiper.user-video-card-swiper, .user-video-card-section .star-page-container{ padding-left: 24px; padding-right: 24px; }{ padding-left: 24px; padding-right: 24px; }
        .user-video-card__media {
            width: 100%;
            aspect-ratio: 16 / 9;
        }
        .user-video-card__info {
            padding: 12px 12px 16px;
        }
        .user-video-card__play-btn svg {
            width: 40px;
            height: 40px;
        }
        .user-video-card-swiper__controls{ display: none; }
        .user-video-card__user{ margin-bottom: 12px; }
        .user-video-card__hashtags{ font-size: 14px; }
        .user-video-card__card-title{ font-size: 16px; }
        .user-video-card__setup{ margin-bottom: 16px; }
    }
/* END_SECTION:user-video-card */

/* START_SECTION:valentine-calendar (INDEX:607) */
.valentine-calendar-section .ef-story-line-a-win {
      width: 100%;
      max-width: 440px;
    }
    .valentine-calendar-section .ef-story-line-a-win .ef-story-line-a-win-in {
      background: rgba(0, 0, 0, 0.9);
      padding: 24px 34px 24px 24px;
      color: #fff;
      position: relative;
      border-radius: 8px;
    }
    .valentine-calendar-section .ef-story-line-a-win .ef-story-line-a-win-in::after {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent #000 transparent;
    }
    .valentine-calendar-section .ef-story-line-a-win .ef-story-line-a-win-in .ef-story-line-a-win-ms,
    .valentine-calendar-section .ef-story-line-a-win .ef-story-line-a-win-in .ef-story-line-a-win-ms p {
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      line-height: 20.8px;
    }
    .valentine-calendar-section .ef-story-line-a-win[data-index="1"] {
      top: 153px;
      left: 50%;
      transform: translateX(-50%);
    }
    .valentine-calendar-section .ef-story-line-a-win[data-index="2"] {
      left: auto;
      right: 16%;
      top: 225px;
    }
    .valentine-calendar-section .ef-story-line-a-win[data-index="3"] {
      left: auto;
      right: 3%;
      top: 295px;
    }
    .valentine-calendar-section .ef-story-line-a-wrapper {
      padding: 0;
      max-width: 1200px;
    }
    .valentine-calendar-section .ef-story-line-a {
      background: transparent;
      padding: 0;
    }
    .valentine-calendar-section .ef-story-line-a-card-msa-1,
    .valentine-calendar-section .ef-story-line-a-card-msa-2,
    .valentine-calendar-section .ef-story-line-a-card-msa-3 {
      color: #fff;
    }
    .valentine-calendar-section .ef-story-line-a-card {
      padding: 27px 24px 25px;
      border-radius: 4px;
    }
    .valentine-calendar-section .ef-story-line-a-box .ef-story-line-a-card-item {
      margin: 0 1.5px;
      border-radius: 4px;
      height: 221px;
    }
    .valentine-calendar-section .ef-story-line-a-long1 {
      background: linear-gradient(110.72deg, rgba(253, 138, 23, 0.5) 0.69%, rgba(232, 57, 23, 0.5) 54.8%, rgba(232, 57, 23, 0.5) 115.14%), linear-gradient(90deg, rgba(250, 169, 147, 0.5) 0%, rgba(254, 118, 88, 0.5) 48.93%) !important;
      top: 64px;
      left: 8.5px;
      height: 62px !important;
      width: calc(100% - 17px);
      font-size: 20px;
      text-align: center;
    }
    .valentine-calendar-section .ef-story-line-a-long2 {
      background: linear-gradient(112.07deg, #FF6940 14.86%, #DB2400 94.3%) !important;
      left: auto;
      right: 8.5px;
      top: 136px;
      height: 62px !important;
      width: calc(67.6% - 17px);
      font-size: 20px;
      color: #fff;
      text-align: center;
    }
    .valentine-calendar-section .ef-story-line-a-long3 {
      background: linear-gradient(90deg, #FFC398 0%, #FFA73D 50.11%), linear-gradient(110.72deg, rgba(253, 138, 23, 0.8) 0.69%, rgba(232, 57, 23, 0.8) 54.8%, rgba(232, 57, 23, 0.8) 115.14%) !important;
      left: auto;
      right: 8.5px;
      top: 206px;
      height: 62px;
      width: calc(40.6% - 17px);
      font-size: 20px;
      text-align: center;
    }
    .valentine-calendar-section .ef-story-line-a-card-1 {
      flex: 1 1 32.4% !important;
    }
    .valentine-calendar-section .ef-story-line-a-card-2 {
      flex: 1 1 27.0% !important;
    }
    .valentine-calendar-section .ef-story-line-a-card-3 {
      flex: 1 1 40.6% !important;
    }
    @media screen and (max-width: 767px) {
      .valentine-calendar-section .ef-story-line-a-card {
        padding: 27px 10px 10px;
      }
      .valentine-calendar-section .ef-story-line-a-box {
        padding: 0 12px;
      }
      .valentine-calendar-section .ef-story-line-a-card-msa-1,
      .valentine-calendar-section .ef-story-line-a-card-msa-2,
      .valentine-calendar-section .ef-story-line-a-card-msa-3 {
        font-size: 12px;
      }
      .valentine-calendar-section .ef-story-line-a-long1,
      .valentine-calendar-section .ef-story-line-a-long2,
      .valentine-calendar-section .ef-story-line-a-long3 {
        height: 60px !important;
      }
      .valentine-calendar-section .ef-story-line-a-long1 {
        top: 20px;
        left: auto;
        right: 5px;
        width: calc(100% - 10px);
        font-size: 16px;
        padding: 0 10px;
      }
      .valentine-calendar-section .ef-story-line-a-long2 {
        top: 86px;
        left: auto;
        right: 5px;
        width: calc(67.6% - 10px);
        font-size: 16px;
        padding: 0;
      }
      .valentine-calendar-section .ef-story-line-a-long3 {
        top: 152px;
        left: auto;
        right: 5px;
        width: calc(40.6% - 10px);
        font-size: 16px;
        padding: 0;
      }
      .valentine-calendar-section .ef-story-line-a-box .ef-story-line-a-card-item {
        height: 203px;
      }
      .valentine-calendar-section .ef-story-line-a-box .ef-story-line-a-r {
        padding-top: 14px;
      }
      .valentine-calendar-section .ef-story-line-a-box .ef-story-line-a-card-msa {
        top: -27px;
        height: 27px;
      }
      .valentine-calendar-section .ef-story-line-a-win .ef-story-line-a-win-in .ef-story-line-a-win-ms,
      .valentine-calendar-section .ef-story-line-a-win .ef-story-line-a-win-in .ef-story-line-a-win-ms p {
        font-size: 14px;
        line-height: 18.2px;
      }
      .valentine-calendar-section .ef-story-line-a-win {
        width: 100%;
        max-width: calc(100% - 54px);
      }
      .valentine-calendar-section .ef-story-line-a-win[data-index="1"] .ef-story-line-a-win-in::after {
        left: 50%;
        transform: translateX(-50%);
      }
      .valentine-calendar-section .ef-story-line-a-win[data-index="2"] .ef-story-line-a-win-in::after {
        left: auto;
        transform: none;
        right: 30%;
      }
      .valentine-calendar-section .ef-story-line-a-win[data-index="3"] .ef-story-line-a-win-in::after {
        left: auto;
        transform: none;
        right: 17%;
      }
      .valentine-calendar-section .ef-story-line-a-win[data-index="1"] {
        top: 107px;
        left: 50%;
        transform: translateX(-50%);
      }
      .valentine-calendar-section .ef-story-line-a-win[data-index="2"]{
        top: 173px;
        left: 50%;
        transform: translateX(-50%);
      }
      .valentine-calendar-section .ef-story-line-a-win[data-index="3"] {
        top: 239px;
        left: 50%;
        transform: translateX(-50%);
      }
    }
/* END_SECTION:valentine-calendar */

/* START_SECTION:wh-faq (INDEX:610) */
.wh-faq__heading {
    text-align: center;
    margin-bottom: 24px;
    font-weight: 500;
  font-family: "Helvetica Neue ForEco Md Ext";
  font-size: 24px;
}

.wh-faq__question {
    margin-bottom: 0;
    flex: 1 0 84.1%;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.wh-faq__wrapper {
    border-bottom: 1px solid #DDD;
}

.wh-faq__question-wrapper {
    width: 100%;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.wh-faq__question-wrapper svg {
    max-width: 24px;
    max-height: 24px;
    transition: all 0.3s ease;
}

.wh-faq__question-wrapper.open svg {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.wh-faq__answer {
    display: none;
    margin-top: -8px;
}

.wh-faq__answer p {
    color: #757575;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 20px;
}

.wh-faq__answer p a {
    color: inherit;
}

.wh-faq__container {
    padding: 0px 20px;
}
@media (min-width: 750px) {
    .wh-faq__container {
        max-width: 1248px;
        margin-left: auto;
        margin-right: auto;
        padding: 0px 24px;
    }

    .wh-faq__heading {
        margin-bottom: 40px;
        font-size: 32px;
    }


    .wh-faq__answer {
        margin-top: -3px;
    }

    .wh-faq__answer p {
        font-size: 14px;
        line-height: 1.53;
        padding-bottom: 20px;
    }

    .wh-faq__question-wrapper {
        margin-top: 24px;
    }

    .wh-faq__question-wrapper svg {
        max-width: 18.7px;
        max-height: 18.7px;
    }
}

@media (min-width: 1024px) {
    .wh-faq__heading {
        font-size: 32px;
    }

}
/* END_SECTION:wh-faq */

/* START_SECTION:xmas-button-tabs (INDEX:616) */
.star-page-button-tab-wrapper .star-page-container{ text-align: center; }
    .xmas-button-tabs .star_countdown_section{ padding: 0 12px 40px; }
    .xmas-button-tabs__content{ font-size: 24px; line-height: 1.2; font-weight: 500; margin: 12px 0 32px; }
    .xmas-button-tabs .button-tabs--row{ display: inline-flex; gap: 20px; background: unset; border-radius: 0; }
    .xmas-button-tabs .button-tabs--row div{ flex: 0 1 auto; }
    .xmas-button-tabs .button-tabs--row .tab-btn{
        width: 100%;
        min-width: 220px;
        justify-content: center;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.3;
        padding: 10px 24px;
        background-color: var(--btn-bg-color);
        color: var(--btn-text-color);
        border: 1px solid var(--btn-border-color);
        border-radius: 100px;
        outline: 0;
    }
    .xmas-button-tabs .button-tabs--row .tab-btn-subtitle{ font-size: 14px; margin-top: 4px; font-weight: 400; }
    .xmas-button-tabs .button-tabs--row .tab-btn:hover{ opacity: 0.8; }
    .xmas-button-tabs .button-tabs--row .tab-btn.active{
        background-color: var(--btn-active-bg-color);
        color: var(--btn-active-color);
        border-color: var(--btn-active-border-color);
        cursor: default;
    }
    @media screen and (max-width: 749px){
        .xmas-button-tabs .star-page-container{ padding: 0; }
        .xmas-button-tabs .button-tabs--row{ padding: 0 12px; overflow-x: auto; display: flex; gap: 12px; }
        .xmas-button-tabs .button-tabs--row::-webkit-scrollbar{ display: none; }
        .xmas-button-tabs .button-tabs--row .tab-btn{ font-size: 14px; padding: 10px 16px; white-space: nowrap; min-width: 160px; }
        .xmas-button-tabs .button-tabs--row .tab-btn-subtitle{ font-size: 10px; }
    }
/* END_SECTION:xmas-button-tabs */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:pdp-bought-together-block (INDEX:908) */
.product-bought-together--wrapper .product-bought-together--header {
        margin-bottom: 24px !important;
    }
    .product-bought-together--wrapper {
        margin-top: 40px;
    }
    .product-bought-together--section {
        background: #F8F8F8;
        border-radius: 8px;
        padding: 30px 24px;
    }
    .product-bought-together--pdp-product-wrapper {
        display: flex;
        align-items: start;
        gap: 10px;
        margin-bottom: 20px;
    }
    .product-bought-together--pdp-product-image {
        width: 20%;
    }
    .product-bought-together--pdp-product-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .product-bought-together--pdp-product-content {
        flex: 1;
        display: flex;
        gap: 20px;
        justify-content: space-between;
        align-items: flex-end;
        align-self: center;
    }
    .product-bought-together--pdp-product-content-left {
        flex: 1;
    }
    .product-bought-together--pdp-product-subtitle {
        color: #03060B;
        font-family: "Manrope";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        margin: 0;
    }
    .product-bought-together--pdp-product-title {
        color: #03060B;
        font-family: "Manrope";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        margin: 0;
    }
    .product-bought-together--pdp-product-variant-title {
        color: #666;
        font-family: "Manrope";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        margin-top: 6px;
    }
    .product-bought-together--pdp-product-content-quantity {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .product-bought-together--pdp-product-content-quantity-title {
        color: #666;
        font-family: "Manrope";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
    }
    .product-bought-together--pdp-product-price {
        color: #000;
        font-family: "Manrope";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
    }
    .product-bought-together--pdp-product-description {
        color: #FA4500;
        font-family: "Manrope";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .product-bought-together--upsell-product-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 30px;
    }
    .product-bought-together--upsell-product-list-item {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 18.5px 16px 12px 16px;
        border-radius: 8px;
        border: 1px solid #DEDEDE;
        background: #FFF;
    }
    .product-bought-together--upsell-product-list-item-sold-out {
        position: absolute;
        top: 0;
        right: 0;
        background: #707070;
        color: #FFF;
        font-family: "Manrope";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
        padding: 4px 8px;
        border-radius: 0 8px 0 8px;
    }
    .product-bought-together--upsell-product-list-item-saved-price-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(250, 69, 0, 0.06);
        color: #FA4500;
        font-family: "Manrope";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
        padding: 4px 8px;
        border-radius: 0 8px 0 8px;
    }
    .product-bought-together--upsell-product-list-item.checked {
        border: 1px solid #2164FF;
    }
    .product-bought-together--upsell-product-list-item-top {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        border-bottom: 1px solid #DEDEDE;
        padding-bottom: 12px;
    }
    .product-bought-together--upsell-product-list-item-checkbox {
        width: 18px;
        height: 18px;
        border-radius: 4px;
        border: 1px solid #DEDEDE;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-bought-together--upsell-product-list-item-checkbox.checked {
        border: 1px solid #2164FF;
        background: #2164FF;
    }
    .product-bought-together--upsell-product-list-item-checkbox svg {
        display: none;
    }
    .product-bought-together--upsell-product-list-item-checkbox.checked svg {
        display: block;
    }
    .product-bought-together--upsell-product-list-item-content {
        flex: 1;
        display: flex;
        gap: 10px;
    }
    .product-bought-together--upsell-product-list-item-image {
        width: 45px;
        height: 45px;
    }
    .product-bought-together--upsell-product-list-item-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .product-bought-together--upsell-product-list-item-content-right {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .product-bought-together--upsell-product-list-item-title {
        color: #03060B;
        font-family: "Manrope";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
    }
    .product-bought-together--upsell-product-list-item-price-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }
    .product-bought-together--upsell-product-list-item-price {
        color: #03060B;
        font-family: "Manrope";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
    }
    .product-bought-together--upsell-product-list-item-compare-price {
        color: #757575;
        font-family: "Manrope";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        text-decoration: line-through;
    }
    .product-bought-together--upsell-product-list-item-bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 6px;
        padding-top: 12px;
    }
    .product-bought-together--upsell-product-list-item-description {
        color: #757575;
        font-family: "Manrope";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product-bought-together--upsell-product-list-item-detail-button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 0;
        border: none;
        background: none;
        cursor: pointer;
    }
    .product-bought-together--upsell-product-list-item-detail-button span {
        color: #2164FF;
        font-family: "Manrope";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
    .product-bought-together--upsell-product-list-item-detail-button svg {
        width: 12px;
        height: 12px;
    }
    .product-bought-together--pdp-product-footer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }
    .product-bought-together--pdp-product-footer-title {
        margin-bottom: 3px;
        color: #FA4500;
        font-family: "Helvetica Neue ForEco";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .product-bought-together--pdp-product-footer-price-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 18px;
    }
    .product-bought-together--pdp-product-footer-total-price {
        color: #03060B;
        font-family: "Manrope";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
    }
    .product-bought-together--pdp-product-footer-total-compare-price {
        color: #757575;
        font-family: "Manrope";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        text-decoration: line-through;
    }
    .product-bought-together--pdp-product-footer-total-saved {
        color: #FA4500;
        font-family: "Manrope";
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 8px 12px;
        border-radius: 18px;
        text-align: center;
        background: rgba(250, 69, 0, 0.06);
    }
    .product-bought-together--pdp-product-footer-button-wrapper {
        width: 100%;
        margin-top: 50px;
    }
    .product-bought-together--pdp-product-footer-button {
        font-family: "Manrope";
        width: 100%;
        padding: 16px 8px;
        border-radius: 28px;
        background: #2164FF;
        color: #FFF;
        border: none;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }
    .product-bought-together--pdp-product-footer-button:disabled {
        background: #757575;
        cursor: not-allowed;
    }
    .product-bought-together--detail-dialog-close {
        position: sticky;
        top: 15px;
        float: right;
        margin-right: 20px;
        margin-top: -30px;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        outline: none;
        z-index: 10;
    }
    .product-bought-together--detail-dialog-close:focus {
        outline: none;
    }
    .product-bought-together--detail-dialog-content {
        position: relative;
        padding: 45px 0px;
    }
    .product-bought-together--detail-dialog-content--title {
        color: #03060B;
        font-family: "Manrope";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        text-align: center;
        margin-bottom: 40px;
    }
    .product-bought-together--detail-dialog-content--banner {
        width: 70%;
        margin-bottom: 40px;
        margin-inline: auto;
    }
    .product-bought-together--detail-dialog-content--banner img {
        width: 100%;
        object-fit: contain;
    }
    .product-bought-together--detail-dialog-content--description {
        margin-bottom: 30px;
        padding-inline: 40px;
    }
    .product-bought-together--detail-dialog-content--description-title {
        color: #03060B;
        font-family: "Manrope";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px;
        margin-bottom: 12px;
    }
    .product-bought-together--detail-dialog-content--description-content {
        color: #666;
        font-family: "Manrope";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
    @media screen and (max-width: 749px) {
        .product-bought-together--wrapper .product-bought-together--header {
            margin-bottom: 10px !important;
        }
        .product-bought-together--section {
            padding: 20px 18px;
        }
        .product-bought-together--pdp-product-content {
            flex-direction: column;
            gap: 4px;
            justify-content: flex-start;
            align-items: flex-start;
        }
        .product-bought-together--pdp-product-content-left {
            width: 100%;
        }
        .product-bought-together--pdp-product-subtitle {
            font-size: 12px;
            font-weight: 700;
            line-height: 16px;
        }
        .product-bought-together--pdp-product-title {
            font-weight: 700;
        }
        .product-bought-together--pdp-product-variant-title {
            margin-top: 0;
        }
        .product-bought-together--pdp-product-content-quantity {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            gap: 8px;
        }
        .product-bought-together--pdp-product-content-quantity-title {
            font-size: 12px;
            font-weight: 400;
            line-height: 16px;
        }
        .product-bought-together--pdp-product-price {
            font-size: 14px;
            font-weight: 600;
            line-height: 18px;
        }
        .product-bought-together--pdp-product-description {
            font-size: 14px;
            font-weight: 500;
            line-height: 16px;
            margin-bottom: 16px;
        }
        .product-bought-together--upsell-product-list {
            margin-bottom: 26px;
        }
        .product-bought-together--upsell-product-list-item {
            padding: 26px 16px 20px 16px;
        }
        .product-bought-together--upsell-product-list-item-checkbox {
            width: 16px;
            height: 16px;
        }
        .product-bought-together--upsell-product-list-item-checkbox svg {
            display: none;
            width: 10px;
            height: 10px;
        }
        .product-bought-together--upsell-product-list-item-title {
            font-weight: 700;
        }
        .product-bought-together--upsell-product-list-item-price {
            font-weight: 600;
        }
        .product-bought-together--upsell-product-list-item-compare-price {
            font-size: 14px;
            font-weight: 600;
        }
        .product-bought-together--pdp-product-footer-price-wrapper {
            gap: 8px;
        }
        .product-bought-together--pdp-product-footer-total-price {
            font-size: 17px;
            font-weight: 700;
            line-height: 23px;
        }
        .product-bought-together--pdp-product-footer-total-compare-price {
            font-size: 12px;
            font-weight: 500;
            line-height: 16px;
        }
        .product-bought-together--pdp-product-footer-total-saved {
            font-size: 12px;
            padding: 3px 7px;
            line-height: normal;
        }
        .product-bought-together--pdp-product-footer-button-wrapper {
            margin-top: 13px;
        }
        .product-bought-together--pdp-product-footer-button {
            padding: 12px 8px;
            font-size: 13px;
            font-weight: 600;
            line-height: 20px;
        }
        .product-bought-together--detail-dialog-content--title {
            font-size: 24px;
            line-height: normal;
            margin-bottom: 20px;
        }
        .product-bought-together--detail-dialog-content--banner {
            width: 70%;
            margin-bottom: 20px;
        }
        .product-bought-together--detail-dialog-content--description {
            margin-bottom: 0px;
            padding-inline: 20px;
        }
        .product-bought-together--detail-dialog-content--description-title {
            font-size: 18px;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 8px;
        }
        .product-bought-together--detail-dialog-content--description-content {
            font-size: 14px;
            font-weight: 500;
            line-height: normal;
        }
    }
/* END_SNIPPET:pdp-bought-together-block */