.lf-cart-drawer{position:fixed;top:0;right:0;bottom:0;left: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;top:0;right:0;bottom:0;left: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:translate(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:translate(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}}.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}}.lf-reviews{text-align:center}.lf-reviews .lf-section-title{font-weight:800;letter-spacing:-.025em}.lf-reviews__intro{margin:-12px 0 26px;font-size:13px;line-height:1.5;opacity:.7}.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}.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 #68056512;overflow:hidden;text-align:left}.lf-review-card__content{padding:22px}.lf-review-stars{color:#f4b400;font-size:16px;line-height:1;letter-spacing:2px;margin-bottom:16px}.lf-review-card blockquote{margin:0 0 22px;padding:0;border:0;font-size:15px;line-height:1.65;color:#3d3746}.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}.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 #68056524;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}.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)}@media(max-width:989px){.lf-review-track article{flex-basis:calc(50% - 8px)}}@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}}.lfx-trust .lfx-trust-card{padding:26px 18px 24px}.lfx-trust .lfx-heading{max-width:280px;margin-inline:auto;line-height:1.12;text-wrap:balance}.lfx-trust .lfx-trust-card ul{gap:10px;margin:22px 0 20px}.lfx-trust .lfx-trust-card li{min-width:0;min-height:54px;padding:10px 8px;border:1px solid rgb(104 5 101 / 12%);border-radius:10px;background:#ffffff75;align-items:center;gap:6px;font-size:13px;font-weight:600;line-height:1.25;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.lfx-trust .lfx-trust-card li span{flex:0 0 auto;font-size:18px;line-height:1}.lfx-trust .lfx-trust-card>strong{margin-top:0;font-size:14px;line-height:1.35}@media(max-width:374px){.lfx-trust .lfx-trust-card{padding-inline:14px}.lfx-trust .lfx-trust-card li{padding-inline:6px;font-size:12px}}.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}.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}.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 #68056517}.lf-video-card video{display:block;width:100%;height:100%;object-fit:cover}.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;top:0;right:0;bottom:0;left: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 #0000001f}.lf-video-empty p{position:relative;z-index:2;margin:12px 0 0;font-weight:700}.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,.2);border-radius:50%;background:#fff;color:#a81974;font-size:18px;cursor:pointer}.lf-carousel-controls button:hover{background:#a81974;color:#fff}@media(max-width:989px){.lf-video-card{flex-basis:calc(33.333% - 11px)}}@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}}
/*# sourceMappingURL=/cdn/shop/t/8/compiled_assets/styles.css.map?subset=AAAAAEIAIAY */
