.lp{--bg:#FBF9F7;--surface:#FFFFFF;--ink:#1C1A19;--muted:#6B6560;--line:#EAE3DD;--soft:#F4EDE8;--accent:#B4695E;--accent-deep:#8E4C43;--gold:#C2A47E;--clinical:#2F4858;--success:#2E6B4F;--btn:#1C1A19;--btn-ink:#FFF;background:var(--bg);color:var(--ink)}.lp .btn{background:var(--accent);color:#fff;border-radius:99px;min-height:58px;font-size:17px;letter-spacing:.01em}.lp .btn:hover{background:var(--accent-deep);opacity:1}.lp .btn--dark{background:var(--ink)}.lp .btn--outline{background:transparent;color:var(--ink);border:1.5px solid var(--ink)}.lp-header{position:sticky;top:0;z-index:60;background:#fbf9f7f0;-webkit-backdrop-filter:saturate(1.2) blur(10px);backdrop-filter:saturate(1.2) blur(10px);border-bottom:1px solid var(--line)}.lp-header__inner{max-width:760px;margin-inline:auto;padding:0 18px;height:56px;display:flex;align-items:center;justify-content:space-between}.lp-header__brand{font-weight:700;font-size:16px;letter-spacing:.22em;text-transform:uppercase}.lp-header__brand b{font-weight:400;letter-spacing:.14em;color:var(--accent)}.lp-header__cart{position:relative;display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center}.lp-header__cart svg{width:21px;height:21px}.lp-header__count{position:absolute;top:4px;inset-inline-start:23px;background:var(--accent);color:#fff;font-size:10.5px;font-weight:700;min-width:17px;height:17px;border-radius:99px;display:flex;align-items:center;justify-content:center;padding-inline:4px}.lp-footer{background:var(--soft);border-top:1px solid var(--line);margin-top:40px}.lp-footer__inner{max-width:760px;margin-inline:auto;padding:34px 20px 40px;text-align:center}.lp-footer__brand{font-weight:700;font-size:15px;letter-spacing:.22em;text-transform:uppercase;margin-bottom:10px}.lp-footer__brand b{font-weight:400;color:var(--accent)}.lp-footer__legal{font-size:12px;color:var(--muted);margin-bottom:14px}.lp-footer__links{display:flex;flex-wrap:wrap;gap:8px 20px;justify-content:center;margin-bottom:14px;font-size:13px}.lp-footer__links a{border-bottom:1px solid var(--line);padding-bottom:1px}.lp-footer__links a:hover{border-color:var(--accent);color:var(--accent)}.lp-footer__copy{font-size:12px;color:var(--muted);margin-bottom:10px}.lp-footer__disc{font-size:11px;color:var(--muted);line-height:1.6;max-width:52ch;margin-inline:auto;opacity:.85}.lp-wrap{max-width:760px;margin-inline:auto;padding-inline:20px}.lp-sec{padding-block:38px}@media(min-width:750px){.lp-sec{padding-block:56px}}.lp-sec--soft{background:var(--soft)}.lp-sec--dark{background:var(--clinical);color:#edf1f3}.lp-sec--dark h2,.lp-sec--dark h3{color:#fff}.lp-h2{font-size:26px;font-weight:800;line-height:1.25;letter-spacing:-.015em;margin-bottom:12px}@media(min-width:750px){.lp-h2{font-size:33px}}.lp-lead{font-size:17px;line-height:1.75;color:#3c3733;margin-bottom:14px}.lp-sec--dark .lp-lead{color:#d3dce1}.lp-eyebrow{font-size:11.5px;font-weight:700;letter-spacing:.26em;text-transform:uppercase;color:var(--accent);margin-bottom:10px}.lp-sec--dark .lp-eyebrow{color:var(--gold)}.packs{display:flex;flex-direction:column;gap:12px;margin-block:18px 20px}.packs__label{font-weight:700;font-size:14px;margin-bottom:2px}.pack{position:relative;display:block;border:1.5px solid var(--line);border-radius:12px;background:var(--surface);cursor:pointer;transition:border-color .15s,box-shadow .15s}.pack input{position:absolute;opacity:0;width:1px;height:1px}.pack__body{display:block;padding:16px 16px 15px}.pack__top{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:5px}.pack__name{font-weight:800;font-size:16px}.pack__unit{font-size:12.5px;color:var(--muted);white-space:nowrap}.pack__why{display:block;font-size:13px;line-height:1.6;color:var(--muted);margin-bottom:10px}.pack__prices{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}.pack__now{font-size:21px;font-weight:800}.pack__prices s{color:var(--muted);font-size:14px}.pack__save{background:var(--success);color:#fff;font-size:11.5px;font-weight:700;padding:3px 10px;border-radius:99px}.pack--best{border-color:var(--accent)}.pack__ribbon{position:absolute;top:-11px;inset-inline-start:16px;background:var(--accent);color:#fff;font-size:11.5px;font-weight:700;padding:4px 13px;border-radius:99px;letter-spacing:.02em}.pack:has(input:checked){border-color:var(--ink);box-shadow:0 0 0 3px #1c1a1917}.pack--best:has(input:checked){border-color:var(--accent);box-shadow:0 0 0 3px #b4695e29}.pack:has(input:focus-visible){outline:2.5px solid var(--accent);outline-offset:2px}.lp-sticky{position:fixed;inset-inline:0;bottom:0;z-index:70;background:#fffffff7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--line);padding:10px 16px calc(10px + env(safe-area-inset-bottom));display:flex;gap:12px;align-items:center;transform:translateY(115%);transition:transform .25s;box-shadow:0 -8px 26px #1c1a1917}.lp-sticky.is-visible{transform:translateY(0)}.lp-sticky__info{flex:1;min-width:0}.lp-sticky__t{font-size:11.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-sticky__p{font-weight:800;font-size:17px}.lp-sticky .btn{width:auto;flex:1.5;min-height:50px;font-size:15.5px;padding-inline:16px}
/*# sourceMappingURL=/cdn/shop/t/8/assets/beauty.css.map */
