/** Shopify CDN: Minification failed

Line 2020:21 Expected identifier but found whitespace
Line 2020:23 Unexpected "{"
Line 2020:32 Expected ":"
Line 2020:62 Expected identifier but found "!"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:bento-grid (INDEX:4) */
.bento-section {
    width: 100%;
    box-sizing: border-box;
  }

  .bento-heading {
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin: 0 0 16px;
        padding-bottom: 24px;
  }

  /* Outer flex row */
  .bento-outer {
    display: flex;
    width: 100%;
    box-sizing: border-box;
  }

  /* Right column */
  .bento-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  /* Each row inside right column */
  .bento-row {
    flex: 1;
    display: flex;
    min-height: 0;
  }

  /* Cards */
  .bento-card {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    border-radius: 8px;
    min-width: 0;
    transition: filter 0.22s ease;
  }

  .bento-card:hover {
    filter: brightness(0.91);
  }

  /* Image */
  .bento-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  /* Label */
  .bento-label {
    position: absolute;
    bottom: 10px;
    left: 8px;
    right: 8px;
    background: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    z-index: 1;
  }

  .bento-label__text {
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    line-height: 1.2;
  }

  .bento-label__arrow {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    flex-shrink: 0;
  }

  /* Tablet */
  @media screen and (max-width: 989px) {
    .bento-outer {
      flex-wrap: wrap;
      height: auto !important;
    }

    .bento-card--large {
      flex: 0 0 100% !important;
      min-height: 260px;
    }

    .bento-right {
      flex: 0 0 100%;
    }

    .bento-row {
      min-height: 200px;
    }
  }

  /* Mobile */
  @media screen and (max-width: 599px) {
    .bento-row {
      flex-direction: column;
      min-height: unset;
    }
.bento-img {
    position: relative;
}    .bento-card--large {
        height: 420px;
        width: 100%;
    }
    .bento-card {
      min-height: 290px;
      flex: none !important;
    }

    .bento-card--large {
      min-height: 220px;
    }

    .bento-label__text {
      font-size: 12px;
    }
  }
/* END_SECTION:bento-grid */

/* START_SECTION:category-circles (INDEX:14) */
.category-circles {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .category-circles__header {
    text-align: center;
    margin-bottom: 40px;
  }

 .category-circles__heading {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 500;
    color: #0F0F0F;
    letter-spacing: -.01em;
    line-height: 1.2;
  }

  .category-circles__subtext {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 0 auto;
  }


  /* List */
  .category-circles__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 6px;
    flex-wrap: wrap;
  }

  .category-circles__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
  }

  .category-circles__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: inherit;
  }

  /* Circle */
  .category-circles__circle {
    width: 154px;
    height: 154px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: visible;
  }

  .category-circles__link:hover .category-circles__circle {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  }

  .category-circles__img {
    width: 130%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    display: block;
    pointer-events: none;
  }



  /* Meta */
  .category-circles__meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    text-align: center;
  }

  .category-circles__title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    display: block;
  }

  .category-circles__count {
    font-size: 13px;
    color: #777;
    font-weight: 400;
    display: block;
  }

  /* Responsive */
  @media screen and (max-width: 989px) {
    .category-circles__list {
      gap: 18px;
    }

    .category-circles__circle {
      width: 120px;
      height: 120px;
      overflow: hidden;
    }
  }

  @media screen and (max-width: 749px) {
    .category-circles {
      padding-top: 40px;
      padding-bottom: 40px;
    }

    .category-circles__list {
      gap: 16px;
      justify-content: flex-start;
      flex-wrap: nowrap;
      overflow-x: auto;
      padding-bottom: 12px;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
    }

    .category-circles__item {
      scroll-snap-align: start;
    }

    .category-circles__circle {
      width: 100px;
      height: 100px;
      overflow: hidden;
    }

    .category-circles__title {
      font-size: 13px;
    }

    .category-circles__count {
      font-size: 12px;
    }
  }
/* END_SECTION:category-circles */

/* START_SECTION:cta-banner (INDEX:23) */
.cta-banner {
    width: 100%;
    box-sizing: border-box;
  }

  .cta-banner__inner {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .cta-banner__heading {
    margin: 0;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
  }

  .cta-banner__subtext {
    margin: 0;
    font-style: italic;
    font-weight: 600;
    line-height: 1.5;
  }

  .cta-banner__btn {
    display: inline-block;
    margin-top: 8px;
    padding: 9px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: opacity 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
  }

  .cta-banner__btn:hover {
    opacity: 0.88;
    transform: translateY(-1px);
  }

  @media screen and (max-width: 749px) {
    .cta-banner__heading {
      font-size: 20px !important;
    }

    .cta-banner__subtext {
      font-size: 14px !important;
    }

    .cta-banner__btn {
      padding: 12px 28px;
      font-size: 13px !important;
    }
  }
/* END_SECTION:cta-banner */

/* START_SECTION:feature-cards (INDEX:29) */
.feature-cards__section-heading {
    margin: 0 0 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }

  .feature-cards__grid {
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .feature-cards__item {
    display: flex;
    flex-direction: column;
  }

  /* Card */
  .fc-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    gap: 14px;
  }

  /* Heading */
  .fc-card__heading {
    margin: 0;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
  }

  /* Description */
  .fc-card__desc {
    margin: 0;
    line-height: 1.6;
    flex-grow: 1;
  }

  /* Image */
  .fc-card__img-wrap {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fc-card__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
  }

  /* Button */
  .fc-card__btn-wrap {
    margin-top: auto;
    padding-top: 8px;
  }

  .fc-card__btn {
    display: block;
    width: 100%;
    padding: 14px 24px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.01em;
    box-sizing: border-box;
    transition: opacity 0.2s ease, transform 0.15s ease;
  }

  .fc-card__btn:hover {
    opacity: 0.85;
    transform: translateY(-1px);
  }

  /* Responsive */
  @media screen and (max-width: 989px) {
    .feature-cards__grid {
      grid-template-columns: repeat(2, 1fr) !important;
    }
  }

  @media screen and (max-width: 549px) {
    .feature-cards__grid {
      grid-template-columns: 1fr !important;
    }
  }
/* END_SECTION:feature-cards */

/* START_SECTION:feature-split-panel (INDEX:31) */
.fsp-section {
    width: 100%;
    box-sizing: border-box;
  }

  /* Headings */
  .fsp-headings {
    margin-bottom: 40px;
  }

  .fsp-subheading {
    margin: 0 0 8px;
    font-weight: 700;
    line-height: 1.4;
  }

  .fsp-heading {
    margin: 0;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.01em;
  }

  /* Two col */
  .fsp-inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  /* Left */
  .fsp-left {
    flex-shrink: 0;
  }

  .fsp-img-wrap {
    position: relative;
    padding: 24px;
    border-radius: 16px;
    overflow: hidden;
  }

  .fsp-main-img {
    display: block;
    width: 85%;
    margin: 0 auto;
    object-fit: contain;
    position: relative;
    z-index: 1;
  }

  /* Badge */
  .fsp-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px 6px 10px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
  }

  .fsp-badge__icon {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex-shrink: 0;
  }

  /* Right */
  .fsp-right {
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .fsp-intro {
    margin: 0;
    line-height: 1.7;
  }

  .fsp-section-title {
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
  }

  .fsp-warranty-text {
    line-height: 1.7;
  }

  /* Feature list */
  .fsp-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .fsp-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .fsp-feature__icon-wrap {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
  }

  .fsp-feature__icon {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
  }

  .fsp-feature__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .fsp-feature__label {
    margin: 0;
    line-height: 1.5;
  }
.fsp-section-title:first-child {
    color: #07bcad !important;
}
  .fsp-feature__link {
    text-decoration: none;
    font-weight: 500;
  }

  .fsp-feature__link:hover {
    text-decoration: underline;
  }

  .fsp-feature__desc {
    margin: 0;
    line-height: 1.5;
  }

  /* Responsive */
  @media screen and (max-width: 749px) {
    .fsp-inner {
      flex-direction: column;
    }

    .fsp-left {
      flex: 0 0 100% !important;
      width: 100%;
    }

    .fsp-right {
      width: 100%;
    }
  }
/* END_SECTION:feature-split-panel */

/* START_SECTION:featured-products-2 (INDEX:36) */
/* Heading */
  .fp2__heading {
    margin: 0 0 36px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.01em;
  }

  /* Grid */
  .fp2__grid {
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .fp2__item {
    display: flex;
    flex-direction: column;
  }

  /* Card */
  .fp2-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    gap: 12px;
  }

  /* Image wrap */
  .fp2-card__img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    flex-shrink: 0;
  }

  .fp2-card__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
  }

  .fp2-card__img-wrap:hover .fp2-card__img {
    transform: scale(1.04);
  }

  .fp2-card__placeholder {
    width: 100%;
    height: 100%;
    background: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Body */
  .fp2-card__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
  }

  /* Title */
  .fp2-card__title-link {
    text-decoration: none;
  }

  .fp2-card__title {
    margin: 0;
    font-weight: 500;
    line-height: 1.3;
  }

  .fp2-card__title-link:hover .fp2-card__title {
    text-decoration: underline;
  }

  /* Price */
  .fp2-card__price {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: inherit;
  }

  .fp2-card__price--compare {
    text-decoration: line-through;
    opacity: 0.4;
  }

  /* Button */
  .fp2-card__form { width: 100%; }

  .fp2-card__btn {
    display: block;
    width: 100%;
    padding: 12px 16px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: opacity 0.2s ease, transform 0.15s ease;
    margin-top: auto;
  }

  .fp2-card__btn:hover {
    opacity: 0.85;
    transform: translateY(-1px);
  }

  .fp2-card__btn--sold-out {
    background-color: #cccccc !important;
    color: #666 !important;
    cursor: not-allowed;
  }

  /* See more */
  .fp2-card__see-more {
    display: block;
    text-align: center;
    text-decoration: underline !important;
    font-weight: 500;
    transition: opacity 0.2s;
  }

  .fp2-card__see-more:hover { opacity: 0.65; }

  /* View all */
  .fp2__view-all {
    text-align: center;
    margin-top: 40px;
  }

  .fp2__view-all-btn {
    display: inline-block;
    padding: 13px 40px;
    border: 2px solid;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.2s;
  }
button.fp2-card__btn {
    padding: 11px 17px !important;
    min-height: 50px;
    font-size: 16px !important;
    margin: 0px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    font-family: 'Montserrat';
    margin-top: 10px !important;
}
  .fp2__view-all-btn:hover { opacity: 0.75; }

  /* Responsive */
  @media screen and (max-width: 989px) {
    .fp2__grid { grid-template-columns: repeat(3, 1fr) !important; }
  }

  @media screen and (max-width: 649px) {
    .fp2__grid { grid-template-columns: repeat(2, 1fr) !important; }
  }

  @media screen and (max-width: 399px) {
    .fp2__grid { grid-template-columns: 1fr !important; }
  }
/* END_SECTION:featured-products-2 */

/* START_SECTION:featured-products (INDEX:37) */
.featured-products__heading {
    margin: 0 0 32px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.2;
  }

  .featured-products__grid {
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  /* Card */
  .fp-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
  }

  /* Top bar */
  .fp-card__topbar {
display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px 8px;
    background: #f5f5f5;
  }a.fp-card__see-more {
    text-decoration: underline !important;
    font-weight: 600;
}

  .fp-card__category {
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
  }

  .fp-card__wishlist {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #aaaaaa;
    display: flex;
    align-items: center;
    transition: color 0.2s ease;
    line-height: 0;
  }

  .fp-card__wishlist:hover {
    color: #e8306a;
  }

  /* Image */
  .fp-card__img-wrap {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #f5f5f5;
  }

  .fp-card__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
  }

  .fp-card__img-wrap:hover .fp-card__img {
    transform: scale(1.04);
  }

  .fp-card__img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
  }

  .fp-card__placeholder-svg {
    width: 60px;
    height: 60px;
    opacity: 0.3;
  }

  /* Body */
  .fp-card__body {
padding: 14px 14px 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    background: #F8F8F8;
    border-radius: 10px;
  }

  .fp-card__title-link {
    text-decoration: none;
  }
.fp-card__title {
    MIN-HEIGHT: 60PX;
}
  .fp-card__title {
    margin: 0;
    font-weight: 700;
    line-height: 1.3;
  }

  .fp-card__title-link:hover .fp-card__title {
    text-decoration: underline;
  }

  .fp-card__price {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
  }

  .fp-card__price--compare {
    text-decoration: line-through;
    opacity: 0.45;
  }
.sale-content p {
    padding: 0px !important;
    margin: 0px;
    padding-bottom: 40px !important;
    text-align: center;
}
  /* Button */
.fp-card__body a.fp-card__btn, button.fp-card__btn {
    padding: 11px 17px !important;
    min-height: 50px;
    font-size: 16px !important;
    margin: 0px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    font-family: 'Montserrat';
    margin-top: 10px !important;
}
  .fp-card__btn {
    display: block;
    width: 100%;
    padding: 13px 20px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.01em;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.15s ease;
    box-sizing: border-box;
    margin-top: 4px;
  }

  .fp-card__btn:hover {
    opacity: 0.88;
    transform: translateY(-1px);
  }

  .fp-card__btn--sold-out {
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
  }

  .fp-card__see-more {
    display: block;
    text-align: center;
    text-decoration: underline;
    font-weight: 400;
    margin-top: 2px;
    transition: opacity 0.2s;
  }

  .fp-card__see-more:hover {
    opacity: 0.7;
  }

  /* View all */
  .featured-products__view-all {
    text-align: center;
    margin-top: 40px;
  }

  .featured-products__view-all-btn {
    display: inline-block;
    padding: 12px 36px;
    border: 2px solid;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.2s ease;
  }

  .featured-products__view-all-btn:hover {
    opacity: 0.75;
  }

  .featured-products__empty {
    text-align: center;
    color: #888;
  }

  /* Responsive */
  @media screen and (max-width: 989px) {
    .featured-products__grid {
      grid-template-columns: repeat(2, 1fr) !important;
    }
  }

  @media screen and (max-width: 549px) {
    .featured-products__grid {
      grid-template-columns: 1fr !important;
    }
  }
/* END_SECTION:featured-products */

/* START_SECTION:hero-slider (INDEX:133) */
.quiz-hero {
    width: 100%;
  }

  .quiz-hero__box {
    display: flex;
    align-items: stretch;
    gap: 0px;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 36px;
    margin-bottom: 36px;
  }

  /* ── LEFT: full-cover bg image ── */
  .quiz-hero__media {
flex: 1;
    min-height: 420px;
    background-size: 114%;
    background-position: -85px -56px;
    background-repeat: no-repeat;
  }

  .quiz-hero__product-img {
    display: none;
  }

  .quiz-hero__placeholder {
    width: 100%;
    height: 100%;
    min-height: 420px;
    opacity: 0.4;
    object-fit: cover;
  }

  /* ── RIGHT: content ── */
  .quiz-hero__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-right: 48px;
    width: 39%;
    flex-shrink: 0;
    text-align: center;
    align-items: center;
    padding-bottom: 50px;
    padding-top: 50px;
  }
.quiz-hero__media::before {
    background-position: bottom;
    content: "";
    width: 251px;
    background: url(/cdn/shop/files/Vector_9_1.png?v=1779113989);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 88%;
    z-index: 0;
    background-position: bottom center;
    height: 616px;
    width: 403px;
    left: 45%;
    z-index: 0;
}
  .quiz-hero__logo img {
    width: 140px;
    height: auto;
    display: block;
  }

  .quiz-hero__heading {
    margin: 0;
    font-weight: 400;
    line-height: 1.15;
    color: #fff;
    letter-spacing: -0.01em;
    text-align: center;
  }

  .quiz-hero__heading div p {
    padding: 0 !important;
    margin: 0;
  }

  .quiz-hero__heading .line1 {
    font-size: 34px;
  }

  .quiz-hero__heading .line2 {
    font-size: 47px;
    font-weight: 800;
  }

  .quiz-hero__heading em {
    font-style: italic;
    font-weight: 600;
  }

  .quiz-hero__heading strong {
    display: block;
  }

  .quiz-hero__description {
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.9);
    max-width: 420px;
    font-size: 15px;
  }

  .quiz-hero__description p {
    padding: 0;
    margin: 0;
  }

  .quiz-hero__description strong,
  .quiz-hero__description b {
    color: #ffffff;
    font-weight: 700;
  }

  .quiz-hero__cta-wrap {
    margin-top: 4px;
    width: 76%;
  }

  .quiz-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.01em;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.15s ease;
    line-height: 1;
    width: 100%;
    text-align: center;
  }

  .quiz-hero__btn:hover {
    opacity: 0.88;
    transform: translateY(-2px);
  }

  .quiz-hero__btn:active {
    transform: translateY(0) scale(0.98);
  }

  .quiz-hero__subtext {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.55;
    max-width: 380px;
    text-align: center;
  }

  .quiz-hero__tagline {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    max-width: 380px;
  }

  @media screen and (max-width: 989px) {
    .quiz-hero__box {
      flex-direction: column;
      gap: 0;
    }

    .quiz-hero__media {
      min-height: 320px;
      width: 100%;
      flex: none;
    }

    .quiz-hero__content {
      width: 100%;
      align-items: center;
      text-align: center;
      padding: 40px 24px;
    }

    .quiz-hero__description,
    .quiz-hero__heading {
      text-align: center;
    }
  }

  @media screen and (max-width: 749px) {
  .quiz-hero__media {
        min-height: 338px !important;
        background-position: -15px -8px;
        background-size: 105%;
    }

    .quiz-hero__content {
      padding: 32px 20px;
    }

    .quiz-hero__heading .line1 {
      font-size: 24px;
    }

    .quiz-hero__heading .line2 {
      font-size: 34px;
    }
  }
/* END_SECTION:hero-slider */

/* START_SECTION:info-cards (INDEX:139) */
/* Header */
  .info-cards__header {
    text-align: center;
    margin-bottom: 40px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .info-cards__heading {
    margin: 0 0 14px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.01em;
  }

  .info-cards__subtext {
    margin: 0;
    line-height: 1.7;
    opacity: 0.88;
  }

  /* Grid */
  .info-cards__grid {
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: stretch;
  }

  .info-cards__item {
    display: flex;
    flex-direction: column;
  }

  /* Card */
  .ic-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  }

  /* Image */
  .ic-card__img-wrap {
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
  }

  .ic-card__img-wrap a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .ic-card__img {
    width: 88%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
    margin: 0 auto;
    padding-top: 16px;
  }

  .ic-card__img-wrap:hover .ic-card__img {
    transform: scale(1.04);
  }.ic-card__body {
    padding-bottom: 50px !important;
    padding-top: 11px !important;
}

  /* Body */
  .ic-card__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    box-sizing: border-box;
  }

  /* Card heading */
  .ic-card__heading {
    margin: 0;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.01em;
  }

  .ic-card__heading-link {
    text-decoration: none;
    color: inherit;
  }

  .ic-card__heading-link:hover {
    text-decoration: underline;
  }

  /* Description */
  .ic-card__desc {
    margin: 0;
    line-height: 1.65;
  }

  /* Button */
  .ic-card__btn {
    display: inline-block;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    margin-top: auto;
    transition: opacity 0.2s ease, transform 0.15s ease;
    align-self: flex-start;
  }

  .ic-card__btn:hover {
    opacity: 0.85;
    transform: translateY(-1px);
  }

  /* Responsive */
  @media screen and (max-width: 989px) {
    .info-cards__grid { grid-template-columns: repeat(2, 1fr) !important; }
  }

  @media screen and (max-width: 549px) {
    .info-cards__grid { grid-template-columns: 1fr !important; }
  }
/* END_SECTION:info-cards */

/* START_SECTION:marquee-logo (INDEX:163) */
/* Desktop: hide grid, show marquee */
.brand-marquee__grid {
  display: none;
}
.brand-marquee {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    overflow: hidden;
    margin-top: -35px;
}

  .brand-marquee__heading {
    margin: 0 0 10px;
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 500;
    color: #1a1a1a;
    text-align: center;
    letter-spacing: -0.01em;
  }

  .brand-marquee__subtext {
    margin: 0 0 36px;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    text-align: center;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
  }

  /* Marquee track */
  .brand-marquee__track-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .brand-marquee__track-wrap::before,
  .brand-marquee__track-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
  }

  .brand-marquee__track-wrap::before {
    left: 0;
    background: linear-gradient(to right, var(--brand-marquee-bg, #f5f5f5), transparent);
  }

  .brand-marquee__track-wrap::after {
    right: 0;
    background: linear-gradient(to left, var(--brand-marquee-bg, #f5f5f5), transparent);
  }

  .brand-marquee__track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: brand-scroll linear infinite;
  }

  .brand-marquee__track:hover {
    animation-play-state: paused;
  }

  @keyframes brand-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  .brand-marquee__item {
    flex-shrink: 0;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .brand-marquee__link {
    display: flex;
    align-items: center;
  }

  .brand-marquee__logo {
    height: 48px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
    display: block;
    filter: grayscale(0);
    opacity: 0.85;
    transition: opacity 0.2s ease, filter 0.2s ease;
  }

  .brand-marquee__logo:hover,
  .brand-marquee__link:hover .brand-marquee__logo {
    opacity: 1;
    filter: grayscale(0);
  }

  @media screen and (max-width: 749px) {
    .brand-marquee {
      padding-top: 36px;
      padding-bottom: 36px;
    }

    .brand-marquee__item {
      padding: 0 24px;
    }

    .brand-marquee__logo {
      height: 36px;
    }
  }
/* END_SECTION:marquee-logo */

/* START_SECTION:membership-hero (INDEX:164) */
.mem-hero {
    width: 100%;
  }

  .mem-hero__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    border-radius: 0px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 36px;
    margin-bottom: 36px;
    padding: 40px 0px !important;
  }

  /* LEFT */
  .mem-hero__media {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    min-height: 420px;
  }

  .mem-hero__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .mem-hero__placeholder {
    width: 100%;
    height: 100%;
    min-height: 420px;
    opacity: 0.3;
  }

  /* Badge */
  .mem-hero__badge {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    padding: 14px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    white-space: nowrap;
    z-index: 2;
    text-align: center;
  }

  .mem-hero__badge-line1 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    display: block;
  }

  .mem-hero__badge-line2 {
    font-size: 18px;
    font-weight: 800;
    font-style: italic;
    line-height: 1.2;
    display: block;
  }

  /* RIGHT */
  .mem-hero__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 48px 48px 48px 40px;
  }

  .mem-hero__heading {
    margin: 0;
    font-size: clamp(28px, 3.2vw, 48px);
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
    letter-spacing: -0.01em;
  }

  .mem-hero__description {
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    max-width: 440px;
  }

  .mem-hero__description p {
    margin: 0;
  }

  /* Feature list */
  .mem-hero__features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .mem-hero__feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .mem-hero__feature-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 1px;
  }

  .mem-hero__feature-emoji {
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 1px;
    display: block;
    width: 20px;
    text-align: center;
  }

  .mem-hero__feature-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
  }

  .mem-hero__feature-text strong {
    color: #ffffff;
    font-weight: 700;
    margin-right: 4px;
  }

  /* Button */
  .mem-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity .2s ease, transform .15s ease;
    line-height: 1;
    align-self: flex-start;
    margin-top: 4px;
    justify-content: center;
    width: 76%;
  }

  .mem-hero__btn:hover {
    opacity: 0.88;
    transform: translateY(-2px);
  }

  .mem-hero__btn:active {
    transform: translateY(0) scale(0.98);
  }

  /* Responsive */
  @media screen and (max-width: 989px) {
    .mem-hero__box {
      grid-template-columns: 1fr;
    }

    .mem-hero__media {
      min-height: 320px;
    }

    .mem-hero__content {
      padding: 40px 28px;
    }

    .mem-hero__btn {
      align-self: center;
    }

    .mem-hero__heading,
    .mem-hero__description {
      text-align: center;
    }

    .mem-hero__features {
      align-items: flex-start;
    }
  }

  @media screen and (max-width: 749px) {
    .mem-hero__media {
      min-height: 260px;
    }

    .mem-hero__content {
      padding: 32px 20px;
    }

    .mem-hero__badge {
      bottom: 20px;
      padding: 12px 22px;
    }
  }
/* END_SECTION:membership-hero */

/* START_SECTION:product-showcase (INDEX:188) */
.pshowcase__heading {
    margin: 0 0 12px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.01em;
        padding-bottom: 40px;
  }

  .pshowcase__subtext {
    margin: 0 auto 36px;
    line-height: 1.65;
    max-width: 640px;
  }

  .pshowcase__grid {
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: stretch;
  }

  .pshowcase__item {
    display: flex;
    flex-direction: column;
  }

  /* Card */
  .psc-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  }

  /* Image */
  .psc-card__img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    flex-shrink: 0;
    border-radius: 6px;
  }

  .psc-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
  }

  .psc-card__img-wrap:hover .psc-card__img {
    transform: scale(1.03);
  }

  .psc-card__no-img {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .psc-card__placeholder {
    width: 60px;
    height: 60px;
    opacity: 0.25;
  }

  /* Body */
  .psc-card__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    padding-top: 16px;
  }

  .psc-card__title-link { text-decoration: none; }

  .psc-card__title {
    margin: 0;
    font-weight: 700;
    line-height: 1.3;
  }

  .psc-card__title-link:hover .psc-card__title {
    text-decoration: underline;
  }

  .psc-card__price {
    font-weight: 600;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .psc-card__compare {
    text-decoration: line-through;
    opacity: 0.4;
  }

  /* Button */
  .psc-card__form { width: 100%; }

  .psc-card__btn {
    display: block;
    width: 100%;
    padding: 13px 20px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: opacity 0.2s ease, transform 0.15s ease;
    margin-top: auto;
  }

  .psc-card__btn:hover {
    opacity: 0.85;
    transform: translateY(-1px);
  }

  .psc-card__btn--sold-out {
    background-color: #cccccc !important;
    color: #666 !important;
    cursor: not-allowed;
    transform: none !important;
  }

  /* See more */
  .psc-card__see-more {
    display: block;
    text-decoration: underline !important;
    font-weight: 400;
    transition: opacity 0.2s;
  }

  .psc-card__see-more:hover { opacity: 0.65; }

  /* View all */
  .pshowcase__view-all {
    text-align: center;
    margin-top: 40px;
  }

  .pshowcase__view-all-btn {
    display: inline-block;
    padding: 13px 40px;
    border: 2px solid;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.2s;
  }

  .pshowcase__view-all-btn:hover { opacity: 0.75; }

  /* Responsive */
  @media screen and (max-width: 989px) {
    .pshowcase__grid { grid-template-columns: repeat(2, 1fr) !important; }
  }

  @media screen and (max-width: 549px) {
    .pshowcase__grid { grid-template-columns: 1fr !important; }
  }
/* END_SECTION:product-showcase */

/* START_SECTION:promo-banner (INDEX:189) */
.promo-banner {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
.other-content {
    width: 73%;
}.promo-banner-section {
    margin-bottom: -28px;
}
  .promo-banner__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  /* Image side */
  .promo-banner__img-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-shrink: 0;
  }

  .promo-banner__img {
    display: block;
    width: 100%;
    object-fit: contain;
    object-position: bottom center;
  }

  /* Content side */
  .promo-banner__content {
    flex: 1;
    min-width: 240px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  /* Subheading */
  .promo-banner__subheading {
    margin: 0;
    font-style: italic;
    font-weight: 700;
    line-height: 1.4;
  }

  /* Heading */
  .promo-banner__heading {
    margin: 0;
    font-style: italic;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }

  /* Button */
  .promo-banner__btn {
    display: inline-block;
    align-self: flex-start;
    padding: 14px 32px;
    border: 2px solid;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.01em;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
  }

  .promo-banner__btn:hover {
    background-color: {{ section.settings.btn_border_color }} !important;
    color: #ffffff !important;
    transform: translateY(-1px);
  }

  /* Center button if text is centered */
  .promo-banner__content[style*="center"] .promo-banner__btn {
    align-self: center;
  }

  /* Responsive */
  @media screen and (max-width: 749px) {
    .promo-banner__inner {
      flex-direction: column;
      text-align: center !important;
    }

    .promo-banner__img-wrap {
      flex: 0 0 100% !important;
      max-width: 320px;
      margin: 0 auto;
    }

    .promo-banner__content {
      align-items: center;
    }

    .promo-banner__btn {
      align-self: center !important;
    }
  }
/* END_SECTION:promo-banner */

/* START_SECTION:quiz-banner (INDEX:191) */
.quiz-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .quiz-banner::before,
  .quiz-banner::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    pointer-events: none;
  }

  .quiz-banner::before {
    width: 220px;
    height: 220px;
    top: -70px;
    left: -60px;
  }

  .quiz-banner::after {
    width: 180px;
    height: 180px;
    bottom: -60px;
    right: -50px;
  }

  .quiz-banner__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }

  .quiz-banner__heading {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.01em;
    line-height: 1.4;
  }

  .quiz-banner__btn {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    transition: opacity .2s ease, transform .15s ease;
    line-height: 1;
  }

  .quiz-banner__btn:hover {
    opacity: 0.88;
    transform: scale(1.03);
  }

  .quiz-banner__btn:active {
    transform: scale(0.97);
  }

  @media screen and (max-width: 749px) {
    .quiz-banner__inner {
      flex-direction: column;
      text-align: center;
      gap: 18px;
    }
  }
/* END_SECTION:quiz-banner */

/* START_SECTION:sew-difference (INDEX:197) */
.sew-difference {
    width: 100%;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  /* Header */
  .sew-difference__header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .sew-difference__eyebrow {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }.sew-difference__badge {
    background: #4a3db1 !important;
}

  .sew-difference__heading {
    margin: 0;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 600;
    line-height: 1.15;
    color: #000000;
    letter-spacing: -.02em;
  }

  .sew-difference__divider {
    width: 48px;
    height: 3px;
    border-radius: 2px;
    flex-shrink: 0;
  }

  .sew-difference__description {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    color: #444;
  }

  .sew-difference__description p {
    margin: 0;
  }

  .sew-difference__badge {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .03em;
  }

  /* Grid */
  .sew-difference__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 48px;
  }

  /* Card */
  .sew-difference__card {
    border-radius: 16px;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;box-shadow: 0px 4px 7px 0px #00000038;
  }

  .sew-difference__icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
  }

  .sew-difference__icon img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
  }

  .sew-difference__step-label {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .sew-difference__card-title {
    margin: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    color: #1a1a1a;
  }

  .sew-difference__card-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
  }

  /* CTA */
  .sew-difference__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
  }

  .sew-difference__cta-heading {
    margin: 0;
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 800;
    font-style: italic;
    color: #1a1a1a;
    line-height: 1.2;
  }

  .sew-difference__cta-subtext {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
  }

  .sew-difference__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity .2s ease, transform .15s ease;
    line-height: 1;
    min-width: 600px;
    margin-top: 8px;
  }

  .sew-difference__btn:hover {
    opacity: 0.88;
    transform: translateY(-2px);
  }

  .sew-difference__btn:active {
    transform: translateY(0) scale(0.98);
  }

  /* Responsive */
  @media screen and (max-width: 989px) {
    .sew-difference__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (max-width: 749px) {
    .sew-difference {
      padding-top: 48px;
      padding-bottom: 48px;
    }

    .sew-difference__grid {
      grid-template-columns: 1fr;
    }

    .sew-difference__card {
      padding: 32px 24px;
    }

    .sew-difference__btn {
      min-width: unset;
      width: 100%;
    }
  }
/* END_SECTION:sew-difference */

/* START_SECTION:testimonials (INDEX:201) */
.testimonials {
    width: 100%;
  }

  /* Header */
  .testimonials__header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .testimonials__heading {
    margin: 0;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.15;
    color: #000;
    letter-spacing: -.01em;
  }

  .testimonials__subtext {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    color: #000;
  }

  /* Grid */
  .testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
  }

  /* Card */
  .testimonials__card {
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 11px 0px #00000040;
  }

  /* Photo */
  .testimonials__photo-wrap {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 4 / 3;
  }

  .testimonials__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.4s ease;
  }

  .testimonials__card:hover .testimonials__photo {
    transform: scale(1.03);
  }

  /* Card body */
  .testimonials__card-body {
    padding: 41px 28px 36px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    min-height: 280px;
  }

  /* Stars */
  .testimonials__stars {
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: center;
  }

  .testimonials__star {
    flex-shrink: 0;
        width: 20px;
    height: 20px;
  }

  /* Quote */
  .testimonials__quote {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    font-style: normal;
    border: 0px;
    padding: 0px;
    text-align: center;
  }

  /* Author */
  .testimonials__author {
margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    text-align: center;
  }

  /* Responsive */
  @media screen and (max-width: 989px) {
    .testimonials__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media screen and (max-width: 749px) {
    .testimonials__grid {
      grid-template-columns: 1fr;
      max-width: 480px;
      margin-left: auto;
      margin-right: auto;
    }
  }
/* END_SECTION:testimonials */

/* START_SECTION:top-sellers (INDEX:203) */
.top-sellers {
    width: 100%;
  }

  .top-sellers__layout {
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 20px;
    align-items: start;
  }

  /* ── FEATURED CARD ── */
  .top-sellers__featured-card {
    border-radius: 16px;
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
    box-sizing: border-box;
  }

  .top-sellers__featured-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
  }

  .top-sellers__featured-title {
    margin: 0;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 800;
    line-height: 1.2;
    color: #1a1a1a;
    flex: 1;
  }

  .top-sellers__save-badge {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-align: center;
    line-height: 1.2;
  }

  .top-sellers__save-label {
font-size: 14px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: block;
  }

  .top-sellers__save-amount {
    font-size: 18px;
    font-weight: 500;
    display: block;
    line-height: 28px;
  }

  .top-sellers__featured-price {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .top-sellers__compare-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    font-weight: 400;
  }

  .top-sellers__price {
    font-size: 22px;
    font-weight: 800;
  }

  .top-sellers__featured-img-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 490px;
  }

  .top-sellers__featured-img {
    width: 100%;
    height: auto;
    max-height: 868px;
    object-fit: contain;
    display: block;
  }

  .top-sellers__featured-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  /* ── RIGHT ── */
  .top-sellers__right {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .top-sellers__heading {
    margin: 0;
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 600;
    line-height: 1.2;
  }
.top-sellers__featured-actions a.top-sellers__buy-btn {
    font-size: 23px;
    color: #000000 !important;
    font-weight: 500;
    padding: 20px 0px;
}a.top-sellers__buy-btn {
    color: #000000 !important;
    font-weight: 500;
}
  .top-sellers__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  /* ── PRODUCT CARD ── */
  .top-sellers__card {
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .top-sellers__card-img-wrap {
    display: block;
    background: #fff;
    padding: 16px;
  }

  .top-sellers__card-img {
    width: 100%;
    height: 160px;
    object-fit: contain;
    display: block;
  }

  .top-sellers__card-body {
    padding: 14px 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
  }

  .top-sellers__card-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    text-decoration: none;
    display: block;
        min-height: 41px;
  }

  .top-sellers__card-title:hover {
    text-decoration: underline;
  }

  .top-sellers__card-price {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  .top-sellers__card-price .top-sellers__price {
    font-size: 18px;
    font-weight: 800;
  }

  .top-sellers__card-price .top-sellers__compare-price {
    font-size: 13px;
  }

  /* ── SHARED BUTTONS ── */
  .top-sellers__buy-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 13px 20px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.15s ease;
    line-height: 1;
    box-sizing: border-box;
  }

  .top-sellers__buy-btn:hover {
    opacity: 0.88;
    transform: translateY(-1px);
  }

  .top-sellers__see-more {
display: block;
    text-align: center;
    font-size: 13px;
    color: #3B318E;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
  }
.top-sellers__featured-actions a.top-sellers__see-more {
    font-size: 17px;
}
  .top-sellers__see-more:hover {
    color: #000;
  }

  /* ── RESPONSIVE ── */
  @media screen and (max-width: 989px) {
    .top-sellers__layout {
      grid-template-columns: 1fr;
    }

    .top-sellers__featured-card {
      max-width: 100%;
    }
  }

  @media screen and (max-width: 749px) {
    .top-sellers__grid {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:top-sellers */

/* START_SECTION:why-choose-us (INDEX:210) */
.why-choose {
    width: 100%;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  /* Header */
  .why-choose__header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .why-choose__heading {
    margin: 0;
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 800;
    line-height: 1.15;
    color: #1a1a1a;
    letter-spacing: -0.02em;
  }

  .why-choose__divider {
    width: 48px;
    height: 3px;
    border-radius: 2px;
    flex-shrink: 0;
  }

  .why-choose__subtext {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    color: #555;
  }

  /* Grid */
  .why-choose__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    align-items: start;
  }

  /* Item */
  .why-choose__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
    align-content: center;
    text-align: center;
  }

  .why-choose__icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .why-choose__icon img {
    width: 70px;
    height: 80px;
    object-fit: contain;
    display: block;
  }

  .why-choose__item-title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    align-items: flex-start;
    gap: 5px;
  }

  .why-choose__emoji {
    font-size: 15px;
    line-height: 1.3;
    flex-shrink: 0;
    padding-right: 5px;
  }

.why-choose__item-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-top: -13px;
}

  /* Responsive */
  @media screen and (max-width: 989px) {
    .why-choose__grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 32px 20px;
    }
  }

  @media screen and (max-width: 749px) {
    .why-choose {
      padding-top: 48px;
      padding-bottom: 48px;
    }

    .why-choose__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 28px 16px;
    }
  }

  @media screen and (max-width: 480px) {
    .why-choose__grid {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:why-choose-us */