/** Shopify CDN: Minification failed

Line 282:23 Expected identifier but found whitespace
Line 282:25 Unexpected "{"
Line 282:27 Expected identifier but found "40"
Line 282:34 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:before-after-comparison (INDEX:5) */
.ba-section {
    background-color: var(--ba-bg-color, #ffffff);
    padding-top: var(--ba-pt, 80px);
    padding-bottom: var(--ba-pb, 80px);
    overflow: hidden;
  }

  .ba-section__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .ba-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 48px;
  }

  .ba-grid--image-left {
    grid-template-columns: 1fr 1fr;
  }

  .ba-grid--image-left .ba-content {
    order: 2;
  }

  .ba-grid--image-left .ba-slider-wrap {
    order: 1;
  }

  /* Content */
  .ba-content {
    display: flex;
    flex-direction: column;
  }

  .ba-content--center {
    align-items: center;
    text-align: center;
  }

  .ba-content--left {
    align-items: flex-start;
    text-align: left;
  }

  .ba-heading {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: var(--ba-heading-color, #1a1a1a);
    margin: 0 0 18px;
    max-width: 560px;
  }

  .ba-content--center .ba-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .ba-heading__highlight {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
  }

  .ba-heading__underline {
    position: absolute;
    left: -3%;
    bottom: -13px;
    width: 106%;
    height: 13px;
    overflow: visible;
  }

  .ba-heading__underline path {
    fill: none;
    stroke: var(--ba-badge-color, #6d3b63);
    stroke-width: 4.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ba-text {
    font-size: 16px;
    line-height: 1.75;
    color: var(--ba-text-color, #4a4a4a);
    max-width: 410px;
    margin: 0;
  }

  .ba-content--center .ba-text {
    margin-left: auto;
    margin-right: auto;
  }

  .ba-text p {
    margin: 0;
  }

  .ba-button {
    display: inline-block;
    margin-top: 28px;
    padding: 13px 32px;
    border: 1px solid var(--ba-heading-color, #1a1a1a);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: var(--ba-heading-color, #1a1a1a);
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  .ba-button:hover {
    background-color: var(--ba-heading-color, #1a1a1a);
    color: #ffffff;
  }

  /* Slider */
  .ba-slider-wrap {
    display: flex;
    justify-content: center;
  }

  .ba-slider {
    position: relative;
    width: 100%;
    max-width: 460px;
    border-radius: var(--ba-radius, 8px);
    overflow: hidden;
    user-select: none;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  }

  .ba-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .ba-image img,
  .ba-placeholder-svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ba-badge {
    position: absolute;
    top: 16px;
    z-index: 3;
    padding: 6px 16px;
    border-radius: 4px;
    background-color: var(--ba-badge-color, #6d3b63);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: capitalize;
  }

  .ba-badge--before {
    left: 16px;
  }

  .ba-badge--after {
    right: 16px;
  }

  .ba-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    cursor: ew-resize;
    touch-action: none;
  }

  .ba-handle__line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: rgba(255, 255, 255, 0.85);
    transform: translateX(-50%);
  }

  .ba-handle__circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(2px);
    color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }

  /* Mobile */
  @media screen and (max-width: 749px) {
    .ba-grid,
    .ba-grid--image-left {
      grid-template-columns: 1fr;
      gap: 32px;
    }

    .ba-grid--image-left .ba-content,
    .ba-grid--image-left .ba-slider-wrap {
      order: initial;
    }

    .ba-content--left {
      align-items: center;
      text-align: center;
    }

    .ba-heading,
    .ba-text {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .ba-heading {
      font-size: 24px;
      line-height: 1.35;
      margin-bottom: 14px;
    }

    .ba-heading__underline {
      bottom: -10px;
      height: 10px;
    }

    .ba-heading__underline path {
      stroke-width: 4;
    }

    .ba-text {
      font-size: 15px;
      max-width: 320px;
    }

    .ba-slider {
      max-width: 100%;
    }
  }
/* END_SECTION:before-after-comparison */

/* START_SECTION:belt-comparison-slider (INDEX:7) */
.belt-slider { padding: {{ 40 }}px 0; font-family: "Poppins", sans-serif; color: rgba(18,18,18,.9); }
  .belt-slider__title { font-family: "PT Serif", serif; font-weight: 700; font-size: 26px; line-height: 1.27; color: #121212; text-align: center; margin: 0; }
  .belt-slider__title strong { font-weight: 900; }
  .belt-slider__subtext { font-size: 16px; line-height: 1.7; text-align: center; margin: 12px auto 30px; max-width: 720px; }
  .belt-slider__wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 800px; margin: 0 auto; }
  .belt-slider__col { position: relative; }
  .belt-slider__col img { width: 100%; height: auto; display: block; border-radius: 12px; }
  .belt-slider__badge { position: absolute; top: 12px; left: 12px; font-family: "PT Serif", serif; font-size: 12px; font-weight: 700; color: #fff; padding: 5px 13px 6px; border-radius: 999px; margin: 0; }
  @media (max-width: 749px) { .belt-slider__wrapper { grid-template-columns: 1fr; } }
/* END_SECTION:belt-comparison-slider */

/* START_SECTION:heravis-homepage (INDEX:31) */
body:has(.heravis-homepage) .shopify-section-group-header-group,
  body:has(.heravis-homepage) .shopify-section-group-footer-group {
    display: none !important;
  }

  body:has(.heravis-homepage) .content-for-layout {
    padding: 0;
  }

  .heravis-homepage {
    --heravis-purple: #743894;
    --heravis-purple-dark: #4e1f6c;
    --heravis-ink: #17141b;
    --heravis-muted: #5f5668;
    --heravis-soft: #eef8ff;
    --heravis-line: #ece7f1;
    background: #fff;
    color: var(--heravis-ink);
    font-family: var(--font-body-family);
    overflow: hidden;
  }

  .heravis-home__ticker {
    overflow: hidden;
    background: #060606;
    color: #fff;
    font-weight: 800;
    white-space: nowrap;
  }

  .heravis-home__ticker-track {
    display: inline-flex;
    min-width: max-content;
    animation: heravis-ticker 24s linear infinite;
  }

  .heravis-home__ticker span {
    padding: 0.55rem clamp(1rem, 4vw, 3rem);
  }

  .heravis-home__header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 1.1rem 1.25rem;
    background: #fff;
  }

  .heravis-home__nav,
  .heravis-home__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .heravis-home__nav a,
  .heravis-home__actions a,
  .heravis-home__footer a {
    color: inherit;
    text-decoration: none;
  }

  .heravis-home__nav a {
    border-radius: 6px;
    padding: 0.38rem 0.7rem;
    font-weight: 800;
  }

  .heravis-home__nav .is-active {
    background: var(--heravis-purple);
    color: #fff;
  }

  .heravis-home__brand {
    color: var(--heravis-ink);
    font-family: var(--font-header-family);
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 950;
    letter-spacing: 0;
    text-decoration: none;
  }

  .heravis-home__actions {
    justify-content: end;
  }

  .heravis-home__actions a {
    display: grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    color: var(--heravis-ink);
  }

  .heravis-home__actions svg {
    width: 1.35rem;
    height: 1.35rem;
  }

  .heravis-home__search-icon {
    position: relative;
    display: block;
    width: 1.05rem;
    height: 1.05rem;
    border: 2px solid currentColor;
    border-radius: 50%;
  }

  .heravis-home__search-icon::after {
    content: "";
    position: absolute;
    width: 0.48rem;
    height: 2px;
    right: -0.36rem;
    bottom: -0.2rem;
    background: currentColor;
    transform: rotate(45deg);
  }

  .heravis-home__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: clamp(520px, 58vw, 720px);
    background:
      radial-gradient(circle at 90% 28%, rgba(116, 56, 148, 0.95) 0 18rem, transparent 18.1rem),
      linear-gradient(110deg, #e7f6ff 0%, #f8fbff 54%, #e2f4ff 100%);
  }

  .heravis-home__hero-copy {
    z-index: 1;
    display: grid;
    align-content: center;
    justify-items: start;
    gap: 0.8rem;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: clamp(3rem, 7vw, 7rem) 1.25rem;
  }

  .heravis-home__hero-copy p,
  .heravis-home__hero-copy h1,
  .heravis-home__hero-copy span {
    margin: 0;
  }

  .heravis-home__hero-copy p {
    color: var(--heravis-purple);
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    font-weight: 950;
    text-transform: uppercase;
  }

  .heravis-home__hero-copy h1 {
    max-width: 9ch;
    color: var(--heravis-ink);
    font-family: var(--font-header-family);
    font-size: clamp(4.6rem, 13vw, 11rem);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 0.92;
    text-transform: uppercase;
  }

  .heravis-home__hero-copy > span {
    font-family: Georgia, serif;
    font-size: clamp(2rem, 4vw, 4.1rem);
    font-style: italic;
    line-height: 1.1;
  }

  .heravis-home__offer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 4rem;
    margin-top: 0.8rem;
    border-radius: 999px;
    background: var(--heravis-purple);
    color: #fff;
    padding: 0.65rem clamp(2rem, 5vw, 4rem);
    font-size: clamp(1.8rem, 4vw, 4rem);
    font-weight: 950;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
  }

  .heravis-home__hero-media {
    position: absolute;
    inset: 8rem 0 auto auto;
    width: min(52vw, 720px);
    height: min(48vw, 620px);
    pointer-events: none;
  }

  .heravis-home__hero-image,
  .heravis-home__hero-art {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .heravis-home__hero-art {
    position: relative;
  }

  .heravis-home__presenter {
    position: absolute;
    inset: 2rem 8rem 11rem auto;
    width: 15rem;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(180deg, #fff 0 36%, #f4efe8 36% 100%);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.12);
  }

  .heravis-home__product-shelf {
    position: absolute;
    inset: auto 1.5rem 1.2rem auto;
    display: flex;
    align-items: end;
    gap: 1rem;
    width: min(36rem, 86%);
    min-height: 10rem;
    border-bottom: 1.2rem solid rgba(255, 255, 255, 0.9);
  }

  .heravis-home__product-shelf span {
    display: block;
    width: 31%;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
  }

  .heravis-home__product-shelf span:nth-child(1) {
    height: 6rem;
    transform: rotate(-10deg);
  }

  .heravis-home__product-shelf span:nth-child(2) {
    height: 10rem;
    background: linear-gradient(180deg, #222 0 28%, #fff 28% 100%);
  }

  .heravis-home__product-shelf span:nth-child(3) {
    height: 7.2rem;
    background: #ffd94a;
  }

  .heravis-home__section {
    max-width: 1100px;
    margin: 0 auto;
    padding: clamp(2.6rem, 6vw, 4.2rem) 1.25rem;
  }

  .heravis-home__section h2 {
    margin: 0 0 clamp(1.5rem, 4vw, 2.2rem);
    color: var(--heravis-ink);
    font-family: Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    text-align: center;
  }

  .heravis-home__collection-grid,
  .heravis-home__review-grid,
  .heravis-home__trust-grid {
    display: grid;
    gap: clamp(1rem, 3vw, 2rem);
  }

  .heravis-home__collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .heravis-home__collection-card {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    color: var(--heravis-ink);
    text-align: center;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(20, 17, 24, 0.08);
  }

  .heravis-home__card-image,
  .heravis-home__card-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: linear-gradient(135deg, #f0fbff, #f5ecfb);
    color: var(--heravis-purple-dark);
    font-weight: 950;
  }

  .heravis-home__collection-card strong {
    display: block;
    padding: 1rem;
    font-family: Georgia, serif;
    font-size: 1.15rem;
  }

  .heravis-home__feedback {
    padding-top: clamp(1.5rem, 4vw, 3rem);
  }

  .heravis-home__review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .heravis-home__review-card {
    display: grid;
    gap: 0.65rem;
    min-height: 10.5rem;
    border-radius: 8px;
    background: var(--heravis-purple);
    color: #fff;
    padding: 1.4rem;
    text-align: center;
  }

  .heravis-home__review-card span {
    color: #fff200;
    letter-spacing: 0;
  }

  .heravis-home__review-card h3,
  .heravis-home__review-card p {
    margin: 0;
  }

  .heravis-home__review-card h3,
  .heravis-home__review-card small {
    font-family: Georgia, serif;
    font-weight: 900;
  }

  .heravis-home__review-card small {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 0.6rem;
    font-style: italic;
  }

  .heravis-home__trust {
    padding-top: clamp(1rem, 4vw, 2.2rem);
    padding-bottom: clamp(3rem, 6vw, 5rem);
  }

  .heravis-home__trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
  }

  .heravis-home__trust-item {
    display: grid;
    justify-items: center;
    gap: 0.5rem;
    color: var(--heravis-muted);
    text-align: center;
  }

  .heravis-home__trust-item span {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border: 2px solid var(--heravis-purple);
    border-radius: 999px;
    color: var(--heravis-purple);
    font-weight: 950;
  }

  .heravis-home__trust-item p,
  .heravis-home__trust-grid > strong {
    margin: 0;
  }

  .heravis-home__trust-grid > strong {
    color: var(--heravis-ink);
    font-family: Georgia, serif;
    font-size: 1.35rem;
    text-align: center;
  }

  .heravis-home__wave {
    height: 4rem;
    background: linear-gradient(175deg, transparent 0 46%, rgba(116, 56, 148, 0.35) 47% 57%, var(--heravis-purple) 58%);
  }

  .heravis-home__footer {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    gap: clamp(2rem, 5vw, 6rem);
    background: #111;
    color: #fff;
    padding: clamp(2rem, 5vw, 3rem) max(1.25rem, calc((100vw - 1100px) / 2));
  }

  .heravis-home__footer h2 {
    margin: 0 0 1rem;
    font-family: Georgia, serif;
    font-size: 1.05rem;
  }

  .heravis-home__footer p,
  .heravis-home__footer ul {
    margin: 0;
  }

  .heravis-home__footer p + p,
  .heravis-home__footer li + li {
    margin-top: 0.8rem;
  }

  .heravis-home__footer ul {
    padding: 0;
    list-style: none;
  }

  .heravis-home__newsletter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.4rem;
    margin-top: 1.5rem;
  }

  .heravis-home__newsletter input,
  .heravis-home__newsletter button {
    min-height: 2.8rem;
    border: 1px solid #303030;
    border-radius: 0;
  }

  .heravis-home__newsletter input {
    min-width: 0;
    background: #1c1c1c;
    color: #fff;
    padding: 0 1rem;
  }

  .heravis-home__newsletter button {
    background: var(--heravis-purple);
    color: #fff;
    padding: 0 1.2rem;
    font-weight: 900;
    cursor: pointer;
  }

  .heravis-home__copyright {
    grid-column: 1 / -1;
    border-top: 1px solid #303030;
    padding-top: 1.8rem;
    text-align: center;
  }

  @media (max-width: 920px) {
    .heravis-home__header {
      grid-template-columns: 1fr;
      justify-items: center;
      padding: 0.9rem 1rem;
    }

    .heravis-home__nav,
    .heravis-home__actions {
      justify-content: center;
    }

    .heravis-home__hero {
      min-height: auto;
      background: linear-gradient(135deg, #e7f6ff, #f8fbff);
    }

    .heravis-home__hero-copy {
      justify-items: center;
      text-align: center;
    }

    .heravis-home__hero-copy h1 {
      max-width: 7ch;
    }

    .heravis-home__hero-media {
      position: relative;
      inset: auto;
      width: min(100%, 520px);
      height: 280px;
      margin: -2rem auto 2rem;
    }

    .heravis-home__collection-grid,
    .heravis-home__review-grid,
    .heravis-home__trust-grid,
    .heravis-home__footer {
      grid-template-columns: 1fr;
    }

    .heravis-home__trust-grid {
      gap: 1.5rem;
    }
  }

  @media (max-width: 520px) {
    .heravis-home__nav {
      order: 2;
      flex-wrap: wrap;
      gap: 0.4rem;
    }

    .heravis-home__brand {
      font-size: 2.2rem;
    }

    .heravis-home__hero-copy h1 {
      font-size: clamp(4rem, 18vw, 6rem);
    }

    .heravis-home__offer {
      width: 100%;
      font-size: 2rem;
    }

    .heravis-home__newsletter {
      grid-template-columns: 1fr;
    }
  }

  @keyframes heravis-ticker {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-33.333%);
    }
  }
/* END_SECTION:heravis-homepage */

/* START_SECTION:wa-customer-reviews (INDEX:94) */
.rv-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .rv-heading {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    margin: 0 0 28px;
  }

  /* Summary row */
  .rv-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 32px;
  }

  .rv-summary__avatars {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .rv-avatar-stack {
    display: flex;
  }

  .rv-avatar-stack__item {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    margin-left: -10px;
    object-fit: cover;
    background-color: #d9d2c8;
  }

  .rv-avatar-stack__item:first-child {
    margin-left: 0;
  }

  .rv-summary__rating-line {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .rv-stars {
    display: flex;
    gap: 2px;
  }

  .rv-star {
    width: 16px;
    height: 16px;
  }

  .rv-stars--sm .rv-star {
    width: 14px;
    height: 14px;
  }

  .rv-summary__count {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
  }

  .rv-summary__bars {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 220px;
  }

  .rv-bar-row {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .rv-bar-row__label {
    font-size: 11px;
    font-weight: 600;
    width: 22px;
    flex-shrink: 0;
  }

  .rv-bar-row__track {
    flex: 1;
    height: 5px;
    border-radius: 3px;
    background-color: #eee8e0;
    overflow: hidden;
    display: block;
  }

  .rv-bar-row__fill {
    display: block;
    height: 100%;
    border-radius: 3px;
  }

  .rv-summary__see-all {
    font-size: 12px;
    text-decoration: underline;
    margin-top: 4px;
  }

  .rv-button {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
  }

  /* Gallery */
  .rv-gallery {
    text-align: center;
    margin-bottom: 32px;
  }

  .rv-gallery__label {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 12px;
  }

  .rv-gallery__row {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  .rv-gallery__thumb {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #eee8e0;
    flex-shrink: 0;
  }

  .rv-gallery__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Review grid */
  .rv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 32px;
  }

  .rv-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  }

  .rv-card__photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }

  .rv-card__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .rv-card__body {
    padding: 14px 16px 18px;
  }

  .rv-card__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 6px 0 8px;
  }

  .rv-card__name {
    font-size: 14px;
    font-weight: 700;
  }

  .rv-card__verified {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 999px;
  }

  .rv-card__text {
    font-size: 13.5px;
    line-height: 1.55;
    margin: 0;
  }

  .rv-more {
    display: flex;
    justify-content: center;
  }

  /* Mobile */
  @media screen and (max-width: 749px) {
    .rv-heading {
      font-size: 21px;
    }

    .rv-summary {
      flex-direction: column;
      gap: 20px;
    }

    .rv-grid {
      grid-template-columns: 1fr;
    }
  }

  @media screen and (min-width: 750px) and (max-width: 989px) {
    .rv-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
/* END_SECTION:wa-customer-reviews */

/* START_SECTION:wa-social-proof-stats (INDEX:95) */
.sp-section__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .sp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
  }

  .sp-grid--stats-left .sp-panel {
    order: 2;
  }

  .sp-grid--stats-left .sp-stats {
    order: 1;
  }

  /* Panel */
  .sp-panel {
    border-radius: 28px;
    padding: 40px;
  }

  .sp-panel__heading {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    margin: 0 0 10px;
  }

  .sp-panel__subheading {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 24px;
  }

  .sp-comments {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .sp-comment-card {
    border-radius: 14px;
    padding: 14px 16px;
    box-shadow: 0 4px 14px rgba(20, 10, 20, 0.06);
  }

  .sp-comment-card__top {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }

  .sp-comment-card__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
  }

  .sp-comment-card__avatar--fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
  }

  .sp-comment-card__body {
    min-width: 0;
  }

  .sp-comment-card__name {
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 2px;
  }

  .sp-comment-card__text {
    font-size: 13.5px;
    line-height: 1.4;
    margin: 0;
  }

  .sp-comment-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  .sp-comment-card__actions {
    font-size: 11.5px;
    color: #9a9a9a;
    white-space: nowrap;
  }

  .sp-comment-card__reaction {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #6b6b6b;
    flex-shrink: 0;
  }

  .sp-comment-card__reaction-icon {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
  }

  .sp-comment-card__reaction-icon--heart {
    background-color: #ef4444;
  }

  .sp-comment-card__reaction-icon--like {
    background-color: #3b82f6;
  }

  /* Stats */
  .sp-stats__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
  }

  .sp-stats__heading {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-weight: 700;
    font-size: 26px;
    margin: 0;
  }

  .sp-stat {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(17, 12, 34, 0.08);
  }

  .sp-stat:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .sp-stat:first-child {
    padding-top: 0;
  }

  .sp-stat__ring {
    position: relative;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
  }

  .sp-stat__ring svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
  }

  .sp-stat__ring-fg {
    transition: stroke-dasharray 0.6s ease;
  }

  .sp-stat__percent {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 15px;
  }

  .sp-stat__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
  }

  /* Mobile */
  @media screen and (max-width: 749px) {
    .sp-grid,
    .sp-grid--stats-left {
      grid-template-columns: 1fr;
      gap: 32px;
    }

    .sp-grid--stats-left .sp-panel,
    .sp-grid--stats-left .sp-stats {
      order: initial;
    }

    .sp-panel {
      padding: 24px;
      border-radius: 20px;
    }

    .sp-panel__heading {
      font-size: 22px;
    }

    .sp-comments {
      grid-template-columns: 1fr;
    }

    .sp-stats__heading {
      font-size: 22px;
    }

    .sp-stat {
      gap: 16px;
    }

    .sp-stat__ring {
      width: 54px;
      height: 54px;
    }

    .sp-stat__percent {
      font-size: 13px;
    }

    .sp-stat__text {
      font-size: 14px;
    }
  }
/* END_SECTION:wa-social-proof-stats */

/* START_SECTION:wa-why-us-comparison-table (INDEX:96) */
.ct-section {
    background-color: var(--ct-bg-color, #ffffff);
    padding-top: var(--ct-pt, 80px);
    padding-bottom: var(--ct-pb, 80px);
  }

  .ct-section__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .ct-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 56px;
  }

  .ct-grid--table-left .ct-content {
    order: 2;
  }

  .ct-grid--table-left .ct-table-wrap {
    order: 1;
  }

  /* Content */
  .ct-content {
    display: flex;
    flex-direction: column;
  }

  .ct-content--center {
    align-items: center;
    text-align: center;
  }

  .ct-content--left {
    align-items: flex-start;
    text-align: left;
  }

  .ct-heading {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: var(--ct-heading-color, #1a1a1a);
    margin: 0 0 16px;
    max-width: 480px;
  }

  .ct-content--center .ct-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .ct-subheading {
    font-size: 16px;
    line-height: 1.7;
    color: var(--ct-text-color, #4a4a4a);
    max-width: 460px;
    margin: 0 0 18px;
  }

  .ct-content--center .ct-subheading {
    margin-left: auto;
    margin-right: auto;
  }

  .ct-rating {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 15px;
    line-height: 1.6;
    color: var(--ct-text-color, #4a4a4a);
  }

  .ct-content--center .ct-rating {
    justify-content: center;
  }

  .ct-rating__star {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    fill: #ffc531;
  }

  .ct-rating__text strong {
    color: var(--ct-heading-color, #1a1a1a);
    font-weight: 700;
  }

  /* Table */
  .ct-table-wrap {
    --ct-icon-col: 96px;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }

  .ct-header,
  .ct-row {
    display: grid;
    grid-template-columns: 1fr var(--ct-icon-col) var(--ct-icon-col);
  }

  .ct-header {
    padding-bottom: 10px;
  }

  .ct-header__cell {
    font-size: 15px;
    font-weight: 700;
    color: var(--ct-heading-color, #1a1a1a);
    text-align: center;
  }

  .ct-table-wrap,
  .ct-header,
  .ct-body,
  .ct-row,
  .ct-cell {
    border: none;
  }

  .ct-body {
    border-radius: var(--ct-radius, 20px);
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(20, 10, 40, 0.14);
  }

  .ct-row:not(:last-child) .ct-cell {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .ct-cell {
    display: flex;
    align-items: center;
    padding: 16px 18px;
    box-sizing: border-box;
  }

  .ct-cell--feature {
    justify-content: center;
    text-align: center;
    background-color: var(--ct-brand-color, #7b3f98);
    color: var(--ct-brand-text-color, #ffffff);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
  }

  .ct-cell--icon {
    justify-content: center;
    background-color: #ffffff;
  }

  .ct-row--even .ct-cell--icon {
    background-color: var(--ct-row-alt-bg, #f6f4f9);
  }

  .ct-row:not(:last-child) .ct-cell--icon {
    border-bottom: 1px solid rgba(17, 12, 34, 0.06);
  }

  .ct-icon {
    width: 20px;
    height: 20px;
  }

  .ct-icon--check {
    color: var(--ct-check-color, #22c55e);
  }

  .ct-icon--cross {
    color: var(--ct-cross-color, #16121f);
  }

  /* Mobile */
  @media screen and (max-width: 749px) {
    .ct-grid,
    .ct-grid--table-left {
      grid-template-columns: 1fr;
      gap: 32px;
    }

    .ct-grid--table-left .ct-content,
    .ct-grid--table-left .ct-table-wrap {
      order: initial;
    }

    .ct-content--left {
      align-items: center;
      text-align: center;
    }

    .ct-heading,
    .ct-subheading {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .ct-heading {
      font-size: 24px;
    }

    .ct-rating {
      justify-content: center;
      text-align: left;
    }

    .ct-table-wrap {
      --ct-icon-col: 76px;
      max-width: 420px;
    }

    .ct-cell {
      padding: 13px 10px;
    }

    .ct-cell--feature {
      font-size: 13.5px;
    }

    .ct-header__cell {
      font-size: 13px;
    }
  }
/* END_SECTION:wa-why-us-comparison-table */