.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}}
/*# sourceMappingURL=/cdn/shop/t/8/compiled_assets/styles.css.map?subset=AAAAAEI */
