/** Shopify CDN: Minification failed

Line 99:3 Expected identifier but found "."
Line 105:1 Unexpected ";"
Line 105:1167 Unexpected "}"

**/
/* START_SECTION:lf-cart-drawer (INDEX:33) */
.lf-cart-drawer{position:fixed;inset:0;z-index:1000;visibility:hidden;pointer-events:none;color:var(--lf-cart-text)}
  .lf-cart-drawer [hidden]{display:none!important}
  .lf-cart-drawer.is-open{visibility:visible;pointer-events:auto}
  .lf-cart-overlay{position:absolute;inset:0;border:0;background:#24142699;opacity:0;transition:opacity .28s ease;cursor:pointer}
  .lf-cart-drawer.is-open .lf-cart-overlay{opacity:1}
  .lf-cart-panel{position:absolute;inset:0 0 0 auto;width:min(100%,var(--lf-cart-width));display:flex;flex-direction:column;background:var(--lf-cart-bg);box-shadow:-18px 0 50px #24142624;transform:translateX(102%);transition:transform .34s cubic-bezier(.22,1,.36,1);outline:none}
  .lf-cart-drawer.is-open .lf-cart-panel{transform:none}
  .lf-cart-header{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 20px;border-bottom:1px solid var(--lf-cart-border);background:var(--lf-cart-bg)}
  .lf-cart-header h2{display:flex;align-items:center;gap:5px;margin:0;font-size:19px;line-height:1.2;font-weight:700;color:var(--lf-cart-text)}
  .lf-cart-header h2 strong{font:inherit}.lf-cart-header h2 b{color:var(--lf-cart-accent)}
  .lf-cart-close{position:relative;width:34px;height:34px;flex:0 0 auto;border:0;background:transparent;cursor:pointer;color:var(--lf-cart-text)}
  .lf-cart-close::before,.lf-cart-close::after{content:"";position:absolute;left:5px;top:16px;width:25px;height:1.5px;background:currentColor}
  .lf-cart-close::before{transform:rotate(45deg)}.lf-cart-close::after{transform:rotate(-45deg)}
  .lf-cart-timer{min-height:44px;display:flex;align-items:center;justify-content:center;gap:5px;padding:8px 18px;background:var(--lf-cart-accent);color:#fff;font-size:14px;text-align:center}.lf-cart-timer strong{font-variant-numeric:tabular-nums}
  .lf-cart-progress-wrap{padding:14px 20px 9px;background:var(--lf-cart-bg)}.lf-cart-progress-wrap>p{margin:0 0 11px;text-align:center;font-size:13px;font-weight:600;color:var(--lf-cart-text)}
  .lf-cart-progress{position:relative;height:7px;border-radius:99px;background:var(--lf-cart-soft);border:1px solid var(--lf-cart-border)}
  .lf-cart-progress i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--lf-cart-pink),var(--lf-cart-accent));transition:width .4s ease}
  .lf-cart-progress-start,.lf-cart-progress-end{position:absolute;top:50%;display:grid;place-items:center;width:23px;height:23px;border:1px solid var(--lf-cart-accent);border-radius:50%;background:#fff;color:var(--lf-cart-accent);font-size:11px;transform:translateY(-50%)}
  .lf-cart-progress-start{left:-2px}.lf-cart-progress-end{right:-2px}.lf-cart-progress-labels{display:flex;justify-content:space-between;margin-top:7px;color:var(--lf-cart-muted);font-size:11px}
  .lf-cart-main{position:relative;flex:1;min-height:150px;overflow-y:auto;padding:8px 20px 18px;overscroll-behavior:contain}
  .lf-cart-loading{display:flex;align-items:center;justify-content:center;gap:10px;min-height:140px;color:var(--lf-cart-muted);font-size:13px}.lf-cart-loading span{width:19px;height:19px;border:2px solid var(--lf-cart-soft);border-top-color:var(--lf-cart-accent);border-radius:50%;animation:lf-cart-spin .7s linear infinite}@keyframes lf-cart-spin{to{transform:rotate(360deg)}}
  .lf-cart-empty{text-align:center;padding:40px 18px}.lf-cart-empty>div{color:var(--lf-cart-accent);font-size:34px}.lf-cart-empty h3{margin:8px 0;font-size:22px}.lf-cart-empty p{margin:0 0 20px;color:var(--lf-cart-muted);font-size:14px}.lf-cart-empty a{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:0 25px;border-radius:6px;background:var(--lf-cart-accent);color:#fff;font-weight:700;text-decoration:none}
  .lf-cart-items{list-style:none;margin:0;padding:0}.lf-cart-item{position:relative;display:grid;grid-template-columns:78px minmax(0,1fr) auto;gap:12px;padding:15px 0;border-bottom:1px solid var(--lf-cart-border)}
  .lf-cart-item-media{display:block;width:78px;height:78px;border-radius:7px;overflow:hidden;background:var(--lf-cart-soft)}.lf-cart-item-media img{display:block;width:100%;height:100%;object-fit:contain}
  .lf-cart-item-copy{min-width:0}.lf-cart-item-title{display:block;margin:1px 0 4px;padding-right:22px;color:var(--lf-cart-text);font-size:15px;line-height:1.22;font-weight:700;text-decoration:none}.lf-cart-item-option{margin:0 0 9px;color:var(--lf-cart-muted);font-size:12px;line-height:1.3}
  .lf-cart-quantity{display:inline-grid;grid-template-columns:28px 34px 28px;height:29px;border:1px solid var(--lf-cart-border);border-radius:5px;overflow:hidden;background:#fff}.lf-cart-quantity button,.lf-cart-quantity span{display:grid;place-items:center;border:0;background:transparent;color:var(--lf-cart-text);font-size:15px}.lf-cart-quantity button{cursor:pointer}.lf-cart-quantity button:hover{background:var(--lf-cart-soft);color:var(--lf-cart-accent)}.lf-cart-quantity span{border-inline:1px solid var(--lf-cart-border);font-size:13px;font-weight:600}
  .lf-cart-item-price{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:2px;padding-bottom:3px;white-space:nowrap;font-size:14px;font-weight:700;color:var(--lf-cart-accent)}.lf-cart-item-price-row{display:flex;align-items:baseline;justify-content:flex-end;gap:4px}.lf-cart-item-price s{color:var(--lf-cart-muted);font-size:11px;font-weight:400}.lf-cart-item-price small{color:var(--lf-cart-text);font-size:11px;line-height:1.2;font-weight:650}.lf-cart-remove{position:absolute;right:0;top:12px;width:24px;height:24px;border:0;background:transparent;color:var(--lf-cart-muted);font-size:16px;cursor:pointer}
  .lf-cart-footer{flex:0 0 auto;padding:13px 20px 15px;border-top:1px solid var(--lf-cart-border);background:var(--lf-cart-bg);box-shadow:0 -12px 28px #2414260b}.lf-cart-protection{display:grid;grid-template-columns:45px minmax(0,1fr) auto;gap:11px;align-items:center;padding-bottom:12px}.lf-cart-protection-icon{width:45px;height:45px;display:grid;place-items:center;border-radius:7px;background:var(--lf-cart-soft);overflow:hidden;color:var(--lf-cart-accent);font-size:22px}.lf-cart-protection-icon img{width:100%;height:100%;object-fit:contain}
  .lf-cart-protection-copy{min-width:0}.lf-cart-protection-copy>div{display:flex;justify-content:space-between;gap:8px}.lf-cart-protection-copy strong{font-size:14px}.lf-cart-protection-copy b{color:var(--lf-cart-accent);font-size:13px;white-space:nowrap}.lf-cart-protection-copy p{margin:3px 0 0;color:var(--lf-cart-muted);font-size:11px;line-height:1.25}
  .lf-cart-switch{position:relative;width:39px;height:22px;padding:0;border:0;border-radius:99px;background:#d6d1d8;cursor:pointer;transition:background .2s}.lf-cart-switch span{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0002;transition:transform .2s}.lf-cart-switch[aria-checked="true"]{background:var(--lf-cart-accent)}.lf-cart-switch[aria-checked="true"] span{transform:translateX(17px)}
  .lf-cart-savings{display:flex;justify-content:space-between;gap:20px;padding:8px 0 13px;color:var(--lf-cart-accent);font-size:16px}.lf-cart-checkout-form{margin:0}.lf-cart-checkout{width:100%;min-height:50px;border:0;border-radius:6px;background:linear-gradient(105deg,var(--lf-cart-accent),#8b1685);color:#fff;font:inherit;font-size:16px;font-weight:750;cursor:pointer;box-shadow:0 7px 17px #6805652c}.lf-cart-checkout:hover{filter:brightness(1.08)}.lf-cart-payments{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-top:12px}.lf-cart-payments svg{width:36px;height:23px}
  body.lf-cart-locked{overflow:hidden}.lf-cart-count--empty{display:none!important}
  @media (max-width:540px){.lf-cart-panel{width:100%}.lf-cart-header{min-height:56px;padding-inline:15px}.lf-cart-header h2{font-size:17px}.lf-cart-main,.lf-cart-progress-wrap,.lf-cart-footer{padding-inline:15px}.lf-cart-timer{min-height:42px}.lf-cart-item{grid-template-columns:68px minmax(0,1fr) auto;gap:10px}.lf-cart-item-media{width:68px;height:68px}.lf-cart-protection-copy>div{display:block}.lf-cart-protection-copy b{display:block;margin-top:1px}.lf-cart-footer{padding-bottom:max(12px,env(safe-area-inset-bottom))}}
  @media (prefers-reduced-motion:reduce){.lf-cart-panel,.lf-cart-overlay,.lf-cart-progress i,.lf-cart-switch,.lf-cart-switch span{transition:none}.lf-cart-loading span{animation:none}}
/* END_SECTION:lf-cart-drawer */
/* START_SECTION:lf-comparison (INDEX:35) */
.lfx-comparison-premium{overflow:hidden;background:linear-gradient(145deg,#4b0648 0%,var(--compare-bg) 55%,#7f1479 100%)!important;color:var(--compare-text)}
.lfx-compare-mobile-title{display:none;max-width:620px;margin:0 auto 32px;text-align:center}
.lfx-compare-mobile-title span,.lfx-compare-eyebrow{display:block;margin-bottom:8px;color:var(--compare-accent);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.lfx-compare-mobile-title h2,.lfx-compare-copy h2{margin:0;font-size:clamp(32px,4vw,48px);line-height:1.06;letter-spacing:-.025em}
.lfx-compare-mobile-title p{margin:12px 0 0;font-size:13px;line-height:1.55;opacity:.82}
.lfx-compare-layout{display:grid;grid-template-columns:minmax(560px,1.18fr) minmax(340px,.82fr);gap:64px;align-items:center}
.lfx-compare-table{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);align-items:end;padding-top:84px}
.lfx-compare-column{min-width:0}
.lfx-compare-column--brand{overflow:visible}
.lfx-compare-column--other{overflow:hidden}
.lfx-compare-column--brand{position:relative;z-index:1;border-radius:16px;background:color-mix(in srgb,var(--compare-accent),var(--compare-bg) 42%);box-shadow:0 22px 44px rgba(35,0,32,.24)}
.lfx-compare-column--other{border:1px solid rgba(255,255,255,.25);border-left:0;border-radius:0 14px 14px 0;background:#fff;color:#332c35}
.lfx-compare-product{position:relative;display:flex;min-height:142px;align-items:center;justify-content:flex-end;flex-direction:column;padding:0 14px 18px;text-align:center}
.lfx-compare-product-image{display:block;width:auto;max-width:170px;height:150px;margin-top:-78px;margin-bottom:7px;object-fit:contain;filter:drop-shadow(0 15px 18px rgba(37,0,33,.24))}
.lfx-compare-product h3{margin:0;color:inherit;font-size:20px;line-height:1.15}
.lfx-compare-product--other{min-height:142px;padding-top:28px}
.lfx-compare-other-mark{display:grid;width:48px;height:48px;place-items:center;margin-bottom:13px;border-radius:50%;background:#f1edf1;color:#8e858d;font-size:25px;font-weight:700}
.lfx-compare-features{display:grid}
.lfx-compare-feature{display:flex;min-width:0;min-height:82px;align-items:center;justify-content:center;flex-direction:column;gap:7px;padding:11px 14px;border-top:1px solid rgba(255,255,255,.34);font-size:13px;line-height:1.28;text-align:center;overflow-wrap:anywhere}
.lfx-compare-column--other .lfx-compare-feature{border-top-color:#eee8ee;color:#5e565f}
.lfx-compare-icon{
  display:grid;
  width:26px;
  height:26px;
  flex:0 0 26px;
  place-items:center;
  border-radius:50%;
  font-size:14px;
  font-weight:900;
}

.lfx-compare-icon--yes{
  background:#fff;
  color:#8f4f98;
  box-shadow:0 1px 5px rgba(0,0,0,.12);
}

.lfx-compare-icon--no{
  background:#e4e4e8;
  color:#555;
}
.lfx-compare-copy{min-width:0}
.lfx-compare-copy h2{margin-bottom:21px}
.lfx-compare-intro{max-width:520px;margin:0 0 28px;font-size:15px;line-height:1.55;opacity:.84}
.lfx-compare-copy h3{margin:0 0 8px;font-size:20px;line-height:1.25}
.lfx-compare-side-text{margin:0 0 24px;font-size:13px;line-height:1.55;opacity:.84}
.lfx-compare-checklist{display:grid;gap:14px;margin:0 0 28px;padding:0;list-style:none}
.lfx-compare-checklist li{position:relative;padding-left:31px;font-size:15px;line-height:1.4}
.lfx-compare-checklist li:before{content:'✓';position:absolute;left:0;top:0;display:grid;width:21px;height:21px;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:11px;font-weight:800}
.lfx-compare-cta{display:flex;width:100%;min-height:54px;align-items:center;justify-content:center;border-radius:7px;background:#fff;color:var(--compare-bg);font-size:15px;font-weight:800;text-transform:uppercase;transition:transform .2s ease,filter .2s ease}
.lfx-compare-cta:hover{transform:translateY(-2px);filter:brightness(.97)}
.lfx-compare-guarantee{display:block;margin-top:13px;font-size:11px;text-align:center;opacity:.82}
@media(max-width:990px){.lfx-compare-mobile-title{display:block}.lfx-compare-layout{grid-template-columns:1fr;gap:34px}.lfx-compare-copy>h2,.lfx-compare-copy>.lfx-compare-eyebrow,.lfx-compare-copy>.lfx-compare-intro{display:none}.lfx-compare-table{width:min(620px,100%);margin:0 auto}.lfx-compare-copy{width:min(620px,100%);margin:0 auto}.lfx-compare-copy h3{text-align:center}.lfx-compare-side-text{text-align:center}}
@media(max-width:749px){
  ...
  .lfx-compare-guarantee{font-size:10px}

  .lfx-compare-mobile-title span{
    color:#ffffff !important;
  }
};padding-bottom:42px!important}.lfx-compare-mobile-title{margin-bottom:26px;text-align:center}.lfx-compare-mobile-title h2{font-size:28px}.lfx-compare-mobile-title p{font-size:12px}.lfx-compare-table{grid-template-columns:minmax(0,55%) minmax(0,45%);padding-top:68px}.lfx-compare-column--brand{border-radius:12px}.lfx-compare-column--other{border-radius:0 11px 11px 0}.lfx-compare-product{min-height:116px;padding:0 8px 13px}.lfx-compare-product-image{max-width:116px;height:118px;margin-top:-62px;margin-bottom:5px}.lfx-compare-product h3{font-size:15px}.lfx-compare-product--other{min-height:116px;padding-top:19px}.lfx-compare-other-mark{width:38px;height:38px;margin-bottom:10px;font-size:20px}.lfx-compare-feature{min-height:84px;gap:6px;padding:9px 7px;font-size:10.5px;line-height:1.24}.lfx-compare-icon{width:25px;height:25px;flex-basis:25px;font-size:13px}.lfx-compare-layout{gap:29px}.lfx-compare-copy h3{font-size:19px}.lfx-compare-side-text{font-size:12px}.lfx-compare-checklist{gap:12px;margin-bottom:22px}.lfx-compare-checklist li{padding-left:28px;font-size:12.5px}.lfx-compare-cta{min-height:49px;font-size:12px}.lfx-compare-guarantee{font-size:10px}}
/* END_SECTION:lf-comparison */
/* START_SECTION:lf-footer (INDEX:38) */
.lf-footer:not(.lf-footer--product){padding-bottom:42px}.lf-footer.lf-footer--product{background:var(--lf-footer-product-bg);color:var(--lf-footer-product-text)}.lf-footer--product .lf-brand,.lf-footer--product a,.lf-footer--product h2,.lf-footer--product p,.lf-footer--product label,.lf-footer--product small{color:var(--lf-footer-product-text)}.lf-footer--product .lf-email{border-color:color-mix(in srgb,var(--lf-footer-product-text),transparent 50%)}.lf-footer--product .lf-email input,.lf-footer--product .lf-email input::placeholder,.lf-footer--product .lf-email button{color:var(--lf-footer-product-text)}.lf-footer--product .lf-footer-bottom{border-top-color:color-mix(in srgb,var(--lf-footer-product-text),transparent 75%)}.lf-footer-disclosure{max-width:760px;margin:22px auto 0;padding:12px 18px;border:1px solid color-mix(in srgb,currentColor,transparent 78%);border-radius:12px;background:color-mix(in srgb,currentColor,transparent 92%);font-size:12px;line-height:1.55;text-align:center;font-style:italic}.lf-footer-disclosure strong{font-style:normal}.lf-footer-disclosure+.lf-footer-bottom{margin-top:18px}@media(max-width:749px){.lf-footer:not(.lf-footer--product){padding-bottom:28px}.lf-footer-disclosure{margin-top:18px;padding:11px 13px;font-size:10.5px;line-height:1.5}.lf-footer-disclosure+.lf-footer-bottom{margin-top:14px}}
/* END_SECTION:lf-footer */
/* START_SECTION:lf-home-cards (INDEX:42) */
/* =========================
   SECTION
========================= */

.lf-elare-story{
  overflow:hidden;
  padding:54px 0;
  background:var(--lf-bg);
  color:var(--lf-text);
}

.lf-elare-story__wrap{
  width:min(1400px, calc(100% - 40px));
  margin:0 auto;
}


/* =========================
   HEADING
========================= */

.lf-elare-story__header{
  max-width:820px;
  margin:0 auto 32px;
  text-align:center;
}

.lf-elare-story__eyebrow{
  margin-bottom:8px;
  color:var(--lf-accent);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.lf-elare-story__header h2{
  margin:0;
  color:var(--lf-text);
  font-size:clamp(30px,3.5vw,46px);
  font-weight:700;
  line-height:1.08;
  letter-spacing:-.025em;
}

.lf-elare-story__intro{
  max-width:640px;
  margin:14px auto 0;
  font-size:15px;
  line-height:1.55;
  opacity:.78;
}

.lf-elare-story__intro p{
  margin:0;
}


/* =========================
   DESKTOP SLIDER
========================= */

.lf-elare-slider{
  width:100%;
  overflow:hidden;
}

.lf-elare-track{
  display:flex;
  align-items:stretch;
  gap:28px;
  transition:transform .35s ease;
}

.lf-elare-card{
  flex:0 0 calc((100% - 56px) / 3);
  min-width:0;
}

.lf-elare-card__inner{
  height:100%;
  padding:12px;
  border-radius:12px;
  background:#fbf9f7;
}


/* =========================
   IMAGE
========================= */

.lf-elare-card__media{
  position:relative;
  overflow:hidden;
  width:100%;
  aspect-ratio:1 / 1;
  border-radius:8px;
  background:#f5f1ef;
}

.lf-elare-card__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.lf-elare-card__placeholder{
  display:flex;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
  color:#777;
  font-size:12px;
  font-weight:600;
  text-transform:uppercase;
}


/* =========================
   TEXT
========================= */

.lf-elare-card__content{
  padding:17px 8px 12px;
  text-align:center;
}

.lf-elare-card__content h3{
  margin:0 0 7px;
  color:var(--lf-text);
  font-size:18px;
  font-weight:700;
  line-height:1.25;
}

.lf-elare-card__content p{
  max-width:340px;
  margin:0 auto;
  color:var(--lf-text);
  font-size:13px;
  line-height:1.5;
  opacity:.72;
}


/* =========================
   DOTS
========================= */

.lf-elare-dots{
  display:none;
}


/* =========================
   BUTTON
========================= */

.lf-elare-button{
  display:flex;
  width:min(420px,100%);
  min-height:52px;
  align-items:center;
  justify-content:center;
  margin:30px auto 0;
  padding:0 24px;

  border-radius:4px;

  background:var(--lf-accent);
  color:#fff;

  font-size:14px;
  font-weight:700;
  text-decoration:none;
  text-transform:uppercase;

  transition:
    transform .2s ease,
    filter .2s ease;
}

.lf-elare-button:hover{
  transform:translateY(-1px);
  filter:brightness(1.04);
}


/* =========================
   TABLET
========================= */

@media(max-width:989px) and (min-width:750px){

  .lf-elare-story__wrap{
    width:min(100% - 32px, 1200px);
  }

  .lf-elare-track{
    gap:20px;
  }

  .lf-elare-card{
    flex-basis:calc((100% - 40px) / 3);
  }

}


/* =========================
   MOBILE
========================= */

@media(max-width:749px){

  .lf-elare-story{
    padding:42px 0;
  }

  .lf-elare-story__wrap{
    width:100%;
  }

  .lf-elare-story__header{
    width:calc(100% - 32px);
    margin:0 auto 25px;
    text-align:center;
  }

  .lf-elare-story__eyebrow{
    font-size:11px;
  }

  .lf-elare-story__header h2{
    font-size:30px;
    line-height:1.08;
  }

  .lf-elare-story__intro{
    margin-top:11px;
    font-size:13px;
    line-height:1.5;
  }


  /* one complete card just like reference */

  .lf-elare-slider{
    width:100%;
    overflow:hidden;
  }

  .lf-elare-track{
    gap:12px;
    overflow-x:auto;
    overflow-y:hidden;

    padding:0 16px 6px;

    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;

    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;

    touch-action:pan-x;
  }

  .lf-elare-track::-webkit-scrollbar{
    display:none;
  }

  .lf-elare-card{
    flex:0 0 calc(100vw - 32px);
    width:calc(100vw - 32px);
    max-width:calc(100vw - 32px);

    scroll-snap-align:center;
    scroll-snap-stop:always;
  }

  .lf-elare-card__inner{
    padding:8px;
    border-radius:12px;
  }

  .lf-elare-card__media{
    border-radius:8px;
  }

  .lf-elare-card__content{
    padding:15px 10px 13px;
  }

  .lf-elare-card__content h3{
    font-size:17px;
  }

  .lf-elare-card__content p{
    font-size:12.5px;
  }


  /* dots under carousel */

  .lf-elare-dots{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    margin-top:13px;
  }

  .lf-elare-dot{
    width:7px;
    height:7px;
    padding:0;

    border:0;
    border-radius:50%;

    background:#d5cfcd;

    opacity:1;
    transition:
      width .25s ease,
      background .25s ease;
  }

  .lf-elare-dot.is-active{
    width:20px;
    border-radius:10px;
    background:var(--lf-accent);
  }


  .lf-elare-button{
    width:calc(100% - 32px);
    min-height:50px;
    margin-top:24px;
    font-size:13px;
  }

}
/* END_SECTION:lf-home-cards */
/* START_SECTION:lf-home-hero (INDEX:43) */
.lfh {
  background: var(--bg);
  color: var(--fg);
  overflow: hidden;
}

.lfh-wrap {
  width: min(1200px, calc(100% - 30px));
  margin: 0 auto;
}


/* HERO */
.lfh-hero {
  padding: 16px 0 36px;
}

.lfh-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: center;
}


/* IMAGE */
.lfh-hero-image {
  width: 100%;
  overflow: hidden;
  background: transparent;
}

.lfh-hero-image img,
.lfh-main-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;

  /* IMPORTANT:
     keeps the entire image visible */
  object-fit: contain;
  object-position: center;
}


/* RATING */
.lfh-rating {
  font-size: 13px;
  margin-bottom: 14px;
}

.lfh-rating span {
  color: #f4b400;
  letter-spacing: 1px;
}

.lfh-eyebrow {
  margin: 0 0 10px;
  color: var(--ac);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}


/* TITLE */
.lfh-copy h1 {
  font-size: clamp(30px, 3.4vw, 50px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 0 0 20px;
}


/* FEATURE */
.lfh-feature {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0 0 22px;
}

.lfh-feature > span {
  color: var(--ac);
  font-size: 25px;
  line-height: 1;
}

.lfh-feature h2 {
  font-size: 19px;
  margin: 0 0 7px;
}

.lfh-feature p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.lfh-hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: -4px 0 20px;
}

.lfh-hero-highlights span {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 9px;
  border: 1px solid color-mix(in srgb, var(--ac), transparent 78%);
  border-radius: 9px;
  background: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}


/* BUTTON */
.lfh-copy > a {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;

  border-radius: 4px;
  background: var(--ac);
  color: #fff;

  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}


/* GUARANTEE */
.lfh-copy .lfh-note {
  text-align: center;
  font-size: 13px;
  margin: 12px 0 0;
}


/* MOBILE */
@media (max-width: 749px) {

  .lfh-wrap {
    width: calc(100% - 28px);
  }

  .lfh-hero {
    padding: 10px 0 28px;
  }

  .lfh-hero-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lfh-hero-image {
    width: 100%;
  }

  .lfh-hero-image img,
  .lfh-main-image {
    width: 100%;
    height: auto;
    max-height: none;

    object-fit: contain;
    object-position: center;
  }

  .lfh-rating {
    font-size: 10px;
    margin-bottom: 8px;
    line-height: 1.4;
  }

  .lfh-copy h1 {
    font-size: 28px;
    line-height: 1.05;
    margin-bottom: 14px;
  }

  .lfh-feature {
    margin-bottom: 16px;
  }

  .lfh-feature h2 {
    font-size: 16px;
  }

  .lfh-feature p {
    font-size: 12px;
    line-height: 1.55;
  }

  .lfh-hero-highlights {
    margin-bottom: 16px;
  }

  .lfh-hero-highlights span {
    min-height: 48px;
    padding: 7px 5px;
    font-size: 9.5px;
  }

  .lfh-copy > a {
    min-height: 48px;
  }
}


/* ANIMATION */
@media (prefers-reduced-motion: no-preference) {

  .lfh-hero-image,
  .lfh-copy {
    animation: lfh-rise .8s both;
  }

  .lfh-copy {
    animation-delay: .12s;
  }

  @keyframes lfh-rise {
    from {
      opacity: 0;
      transform: translateY(24px);
    }

    to {
      opacity: 1;
      transform: none;
    }
  }
}
/* END_SECTION:lf-home-hero */
/* START_SECTION:lf-home-icons (INDEX:44) */
.lfh-icons{background:var(--lfh-bg);color:var(--lfh-text);padding:18px}.lfh-icons__inner{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid color-mix(in srgb,var(--lfh-accent),transparent 84%);border-radius:14px;background:rgba(255,255,255,.72);box-shadow:0 10px 28px rgba(104,5,101,.06)}.lfh-icons__item{display:flex;min-height:84px;align-items:center;justify-content:center;gap:12px;padding:14px 20px;border-right:1px solid color-mix(in srgb,var(--lfh-accent),transparent 82%)}.lfh-icons__item:last-child{border:0}.lfh-icons__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--lfh-accent);color:#fff;font-size:21px;flex:0 0 auto}.lfh-icons strong,.lfh-icons small{display:block}.lfh-icons strong{font-size:14px;line-height:1.2}.lfh-icons small{font-size:11px;line-height:1.35;margin-top:4px;opacity:.72}@media(max-width:749px){.lfh-icons{padding:10px}.lfh-icons__inner{grid-template-columns:repeat(3,1fr);border-radius:10px}.lfh-icons__item{min-height:74px;padding:8px 4px;gap:6px;flex-direction:column;text-align:center}.lfh-icons__icon{width:31px;height:31px;font-size:16px}.lfh-icons strong{font-size:9.5px}.lfh-icons small{display:none}}
/* END_SECTION:lf-home-icons */
/* START_SECTION:lf-home-stats (INDEX:47) */
.lfh-choose{position:relative;padding:74px 0;background:linear-gradient(145deg,var(--choose-bg),color-mix(in srgb,var(--choose-bg),#fff 30%));color:var(--choose-text);isolation:isolate}.lfh-choose__background{position:absolute;inset:0;z-index:-1;opacity:.1;overflow:hidden}.lfh-choose__background img{width:100%;height:100%;object-fit:cover}.lfh-choose__inner{max-width:940px}.lfh-choose__eyebrow{margin:0 0 10px;color:var(--choose-accent);font-size:12px;font-weight:800;letter-spacing:.13em;text-align:center;text-transform:uppercase}.lfh-choose h2{max-width:720px;margin:0 auto 13px;font-size:clamp(32px,4vw,50px);line-height:1.06;letter-spacing:-.025em;text-align:center}.lfh-choose__intro{max-width:620px;margin:0 auto 30px;font-size:15px;line-height:1.55;text-align:center}.lfh-choose__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.lfh-choose__row{display:grid;grid-template-columns:38px 1fr;gap:13px;align-items:start;padding:22px;border:1px solid color-mix(in srgb,var(--choose-accent),transparent 82%);border-radius:14px;background:rgba(255,255,255,.78);box-shadow:0 10px 26px rgba(104,5,101,.06)}.lfh-choose__row>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--choose-accent);color:#fff;font-size:13px;font-weight:900}.lfh-choose__row h3{margin:0 0 5px;font-size:16px;line-height:1.25}.lfh-choose__row p{margin:0;color:color-mix(in srgb,var(--choose-text),transparent 25%);font-size:12px;line-height:1.5}.lfh-choose__button{display:flex;align-items:center;justify-content:center;width:min(430px,100%);min-height:52px;margin:28px auto 0;border-radius:6px;background:var(--choose-accent);color:#fff;font-size:14px;font-weight:800;text-transform:uppercase}.lfh-choose__note{text-align:center;font-size:12px;margin:11px 0 0}@media(max-width:749px){.lfh-choose{padding:46px 0}.lfh-choose__eyebrow{text-align:left}.lfh-choose h2{text-align:left;font-size:28px}.lfh-choose__intro{text-align:left;font-size:13px;margin-bottom:22px}.lfh-choose__list{grid-template-columns:1fr;gap:9px}.lfh-choose__row{grid-template-columns:32px 1fr;padding:16px 14px}.lfh-choose__row>span{width:29px;height:29px;font-size:11px}.lfh-choose__row h3{font-size:14px}.lfh-choose__row p{font-size:11px}.lfh-choose__button{min-height:48px;margin-top:20px;font-size:12px}}
/* END_SECTION:lf-home-stats */
/* START_SECTION:lf-reviews (INDEX:53) */
.lf-reviews {
  text-align: center;
}

.lf-reviews .lf-section-title {
  font-weight: 800;
  letter-spacing: -.025em;
}


/* Subtitle */

.lf-reviews__intro {
  margin: -12px 0 26px;
  font-size: 13px;
  line-height: 1.5;
  opacity: .7;
}


/* CAROUSEL */

.lf-review-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;

  padding: 2px 2px 16px;

  scrollbar-width: none;
  -ms-overflow-style: none;
}

.lf-review-track::-webkit-scrollbar {
  display: none;
}


/* REVIEW CARD */

.lf-review-track article {
  flex: 0 0 calc(33.333% - 11px);
  min-width: 0;

  scroll-snap-align: start;

  border: 1px solid rgba(168, 25, 116, .14);
  border-radius: 14px;

  background: #fff;

  box-shadow:
    0 8px 26px rgba(104, 5, 101, .07);

  overflow: hidden;

  text-align: left;
}


/* Content */

.lf-review-card__content {
  padding: 22px;
}


/* Stars */

.lf-review-stars {
  color: #f4b400;

  font-size: 16px;
  line-height: 1;

  letter-spacing: 2px;

  margin-bottom: 16px;
}


/* Quote */

.lf-review-card blockquote {
  margin: 0 0 22px;

  padding: 0;

  border: 0;

  font-size: 15px;
  line-height: 1.65;

  color: #3d3746;
}


/* Customer */

.lf-review-customer {
  display: flex;
  align-items: center;

  gap: 11px;

  margin-top: auto;
}


.lf-review-avatar,
.lf-review-mini-photo {
  width: 42px;
  height: 42px;

  flex: 0 0 42px;

  border-radius: 50%;

  overflow: hidden;
}


.lf-review-avatar {
  display: flex;
  align-items: center;
  justify-content: center;

  background: #fff0fa;

  color: #a81974;

  font-size: 16px;
  font-weight: 800;
}


.lf-review-mini-photo img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}


.lf-review-customer__info {
  display: flex;
  flex-direction: column;

  gap: 4px;
}


.lf-review-customer strong {
  color: #2e2935;

  font-size: 14px;
  line-height: 1.2;
}


.lf-review-verified {
  display: flex;
  align-items: center;

  gap: 5px;

  color: #77717d;

  font-size: 11px;
}


.lf-review-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 14px;
  height: 14px;

  border-radius: 50%;

  background: #a81974;
  color: #fff;

  font-size: 9px;
  font-weight: 800;
}


/* Large customer image */

.lf-review-photo {
  width: 128px;
  height: 128px;

  margin: 22px auto 0;

  border: 4px solid #fff;
  border-radius: 50%;

  background: #fff4fe;

  box-shadow: 0 7px 22px rgba(104, 5, 101, .14);

  overflow: hidden;
}


.lf-review-photo img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

.lf-review-card--with-photo .lf-review-customer {
  justify-content: center;
}


/* Navigation */

.lf-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  margin-top: 10px;
}


.lf-carousel-controls button {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  padding: 0;

  border: 1px solid rgba(168, 25, 116, .18);
  border-radius: 50%;

  background: #fff;

  color: #a81974;

  font-size: 17px;

  cursor: pointer;

  transition:
    background .2s ease,
    color .2s ease,
    transform .2s ease;
}


.lf-carousel-controls button:hover {
  background: #a81974;
  color: #fff;

  transform: translateY(-1px);
}


/* TABLET */

@media (max-width: 989px) {

  .lf-review-track article {
    flex-basis: calc(50% - 8px);
  }

}


/* MOBILE */

@media (max-width: 749px) {

  .lf-reviews__intro {
    margin-bottom: 20px;
  }

  .lf-review-track {
    gap: 12px;

    padding-left: 0;
    padding-right: 28px;
  }

  .lf-review-track article {
    flex: 0 0 88%;

    min-height: 230px;
  }

  .lf-review-card__content {
    padding: 20px;
  }

  .lf-review-photo {
    width: 112px;
    height: 112px;

    margin-top: 18px;
  }

  .lf-review-stars {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .lf-review-card blockquote {
    font-size: 14px;
    line-height: 1.6;

    margin-bottom: 20px;
  }

  .lf-review-avatar,
  .lf-review-mini-photo {
    width: 40px;
    height: 40px;

    flex-basis: 40px;
  }

}
/* END_SECTION:lf-reviews */
/* START_SECTION:lf-videos (INDEX:58) */
/* =========================
   VIDEO SECTION
========================= */

.lf-videos {
  overflow: hidden;
}


.lf-videos .lf-section-title {
  color: #211923;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.15;
  text-align: center;
  margin-bottom: 28px;
}

.lf-video-intro {
  max-width: 620px;
  margin: -12px auto 28px;
  color: #6f6672;
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}


/* =========================
   CAROUSEL
========================= */

.lf-video-track {
  display: flex;
  gap: 16px;

  width: 100%;

  overflow-x: auto;
  overflow-y: hidden;

  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;

  padding: 4px 2px 18px;

  scrollbar-width: none;
  -ms-overflow-style: none;
}


.lf-video-track::-webkit-scrollbar {
  display: none;
}


/* =========================
   VIDEO CARD
========================= */

.lf-video-card {
  position: relative;

  flex: 0 0 calc(25% - 12px);

  min-width: 220px;

  aspect-ratio: 9 / 16;

  scroll-snap-align: start;

  border-radius: 14px;

  overflow: hidden;

  background:
    linear-gradient(
      145deg,
      #ffd8f3,
      #8c176c
    );

  box-shadow:
    0 10px 30px rgba(104, 5, 101, .09);
}


.lf-video-card video {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
}


/* =========================
   EMPTY / POSTER
========================= */

.lf-video-empty {
  position: relative;

  width: 100%;
  height: 100%;

  min-height: 420px;

  display: grid;
  place-content: center;

  text-align: center;

  color: #fff;

  overflow: hidden;
}


.lf-video-empty img {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
}


.lf-video-empty span {
  position: relative;
  z-index: 2;

  display: grid;
  place-items: center;

  width: 58px;
  height: 58px;

  margin: 0 auto;

  border-radius: 50%;

  background: #fff;
  color: #a81974;

  font-size: 20px;

  box-shadow:
    0 5px 20px rgba(0,0,0,.12);
}


.lf-video-empty p {
  position: relative;
  z-index: 2;

  margin: 12px 0 0;

  font-weight: 700;
}


/* =========================
   ARROWS
========================= */

.lf-carousel-controls {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 10px;

  margin-top: 5px;
}


.lf-carousel-controls button {
  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  border: 1px solid rgba(168, 25, 116, .20);

  border-radius: 50%;

  background: #fff;

  color: #a81974;

  font-size: 18px;

  cursor: pointer;
}


.lf-carousel-controls button:hover {
  background: #a81974;
  color: #fff;
}


/* =========================
   TABLET
========================= */

@media (max-width: 989px) {

  .lf-video-card {
    flex-basis: calc(33.333% - 11px);
  }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 749px) {

  .lf-videos .lf-section-title {
    font-size: 21px !important;

    margin-bottom: 22px;
  }

  .lf-video-intro {
    margin: -10px auto 20px;
    font-size: 12px;
  }


  .lf-video-track {
    gap: 12px;

    padding-right: 38px;
  }


  .lf-video-card {
    flex: 0 0 78%;

    min-width: 0;

    aspect-ratio: 9 / 16;
  }


  .lf-video-empty {
    min-height: 400px;
  }

}
/* END_SECTION:lf-videos */
