.mux-pill svg,.mux-chip svg,.mux-step__time svg,.mux-toggle__save svg,.mux-add svg{width:15px;height:15px;flex:0 0 auto;display:inline-block;vertical-align:-2px}.mux-pay__ico svg{width:20px;height:20px;flex:0 0 auto}.mux-row{display:flex;gap:.5rem;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.15rem .15rem .5rem;margin-inline:-.15rem}.mux-row::-webkit-scrollbar{display:none}.mux-chip{flex:0 0 auto;scroll-snap-align:start;min-height:44px;display:inline-flex;align-items:center;gap:.45rem;padding:.6rem .95rem;border-radius:999px;border:1.5px solid var(--lilac-200);background:var(--white);color:var(--body);font-size:.88rem;font-weight:500;line-height:1.2;transition:all .22s var(--ease-out);white-space:nowrap}.mux-chip:hover{border-color:var(--purple-soft)}.mux-chip[aria-selected=true],.mux-chip.is-on{background:var(--purple);border-color:var(--purple);color:#fff}.mux-chip__n{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--lilac-100);color:var(--purple);font-size:.72rem;font-weight:700;flex:0 0 auto}.mux-chip[aria-selected=true] .mux-chip__n,.mux-chip.is-on .mux-chip__n{background:#ffffff38;color:#fff}.mux-hint{font-size:.82rem;color:var(--body);opacity:.75;margin-top:.5rem}.mux-step__card{margin-top:1rem;border:1px solid var(--lilac-200);border-radius:var(--radius);overflow:hidden;background:var(--white);box-shadow:var(--shadow-soft)}.mux-step__media{background:var(--grad-pastel);display:grid;place-items:center;padding:1.6rem}.mux-step__media img{width:min(230px,58vw);height:auto}.mux-step__body{padding:1.15rem 1.25rem 1.35rem}.mux-step__tag{display:inline-block;font-size:.74rem;letter-spacing:.09em;text-transform:uppercase;color:var(--purple);font-weight:700;margin-bottom:.35rem}.mux-step__title{font-family:var(--font-display);font-size:1.28rem;line-height:1.2;color:var(--ink);margin-bottom:.4rem}.mux-step__text{font-size:.94rem;color:var(--body);line-height:1.6}.mux-step__foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1rem;padding-top:.9rem;border-top:1px solid var(--lilac-100)}.mux-step__time{font-size:.85rem;font-weight:600;color:var(--purple)}.mux-step__nav{display:flex;gap:.4rem}.mux-step__nav button{width:44px;height:44px;border-radius:50%;border:1.5px solid var(--lilac-200);background:var(--white);display:grid;place-items:center;color:var(--purple);font-size:1.1rem;line-height:1}.mux-step__nav button:disabled{opacity:.35}.mux-step__dots{display:flex;gap:.3rem;justify-content:center;margin-top:.85rem}.mux-step__dots i{width:7px;height:7px;border-radius:50%;background:var(--lilac-200);transition:all .25s}.mux-step__dots i.on{background:var(--purple);width:20px;border-radius:4px}.mux-ing{border:1px solid var(--lilac-200);border-radius:var(--radius);background:var(--white);padding:1.1rem 1.15rem;margin-bottom:.9rem}.mux-ing__head{display:flex;align-items:baseline;justify-content:space-between;gap:.6rem;margin-bottom:.15rem}.mux-ing__title{font-family:var(--font-display);font-size:1.1rem;color:var(--ink)}.mux-ing__note{font-size:.76rem;color:var(--purple);font-weight:700;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.mux-ing__pills{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.7rem}.mux-pill{min-height:44px;display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .85rem;border-radius:999px;border:1.5px solid var(--lilac-200);background:var(--pink-50);color:var(--plum-2);font-size:.85rem;font-weight:600;line-height:1.25;text-align:left}.mux-pill--all{background:var(--white);border-style:dashed;border-color:var(--purple-soft);color:var(--purple)}.mux-pill:hover{border-color:var(--purple-soft)}.mux-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;pointer-events:none}.mux-sheet__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#2a102e80;opacity:0;transition:opacity .3s}.mux-sheet__panel{position:absolute;left:0;right:0;bottom:0;max-height:86vh;overflow-y:auto;background:var(--white);border-radius:26px 26px 0 0;padding:.75rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom));transform:translateY(101%);transition:transform .38s var(--ease-out);box-shadow:0 -18px 50px #4a155138}.mux-sheet.open{pointer-events:auto}.mux-sheet.open .mux-sheet__scrim{opacity:1}.mux-sheet.open .mux-sheet__panel{transform:none}.mux-sheet__grab{width:44px;height:5px;border-radius:99px;background:var(--lilac-200);margin:.25rem auto .9rem}.mux-sheet__title{font-family:var(--font-display);font-size:1.25rem;margin-bottom:.15rem;padding-right:2.5rem}.mux-sheet__sub{font-size:.82rem;color:var(--purple);font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.9rem}.mux-sheet__inci{font-size:.9rem;line-height:1.7;color:var(--body);word-break:break-word}.mux-sheet__claims{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1rem}.mux-sheet__claims span{font-size:.8rem;padding:.35rem .7rem;border-radius:999px;background:var(--lilac-100);color:var(--purple)}.mux-sheet__close{position:absolute;top:.85rem;right:1rem;width:44px;height:44px;border-radius:50%;background:var(--lilac-100);color:var(--purple);display:grid;place-items:center;font-size:1.3rem;line-height:1}.mux-sheet__foot{margin-top:1.1rem;padding-top:.9rem;border-top:1px solid var(--lilac-100);font-size:.85rem;color:var(--body)}.mux-track__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin:.9rem 0 0}.mux-add{position:relative;min-height:88px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;padding:.6rem .35rem;border-radius:16px;border:1.5px solid var(--lilac-200);background:var(--white);color:var(--body);text-align:center;transition:all .22s var(--ease-out)}.mux-add__lbl{font-size:.82rem;font-weight:600;line-height:1.2}.mux-add__price{font-size:.74rem;opacity:.72}.mux-add__tick{width:20px;height:20px;border-radius:50%;background:var(--lilac-100);color:var(--purple);display:grid;place-items:center;font-size:.72rem;font-weight:700;line-height:1;flex:0 0 auto}.mux-add.is-in{border-color:var(--purple);background:linear-gradient(120deg,#faf5ff,#fdf3f8)}.mux-add.is-in .mux-add__tick{background:var(--purple);color:#fff}.mux-add.is-in .mux-add__lbl{color:var(--purple)}.mux-add:disabled{opacity:.55}.mux-add.is-busy{opacity:.6;pointer-events:none}.mux-bar{margin-top:1.1rem}.mux-bar__label{display:flex;align-items:center;justify-content:space-between;gap:.6rem;font-size:.86rem;color:var(--body);margin-bottom:.4rem}.mux-bar__label b{color:var(--purple)}.mux-bar__track{height:10px;border-radius:99px;background:var(--lilac-100);overflow:hidden}.mux-bar__fill{display:block;height:100%;border-radius:99px;background:var(--grad-cta);width:0;transition:width .5s var(--ease-out)}.mux-bar--done .mux-bar__fill{background:linear-gradient(120deg,#2e7d4f,#4fa36f)}.mux-bar--done .mux-bar__label b{color:var(--ok)}.mux-toggle{margin-top:1.2rem;border:1px solid var(--lilac-200);border-radius:var(--radius);overflow:hidden;background:var(--white)}.mux-toggle__switch{display:grid;grid-template-columns:1fr 1fr;gap:.3rem;padding:.3rem;background:var(--lilac-100)}.mux-toggle__switch button{min-height:44px;border-radius:14px;font-size:.9rem;font-weight:700;color:var(--purple-soft);transition:all .22s var(--ease-out)}.mux-toggle__switch button[aria-pressed=true]{background:var(--white);color:var(--purple);box-shadow:var(--shadow-soft)}.mux-toggle__body{padding:1.1rem 1.2rem 1.25rem}.mux-toggle__lines{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.mux-toggle__line{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.92rem;color:var(--body)}.mux-toggle__line b{color:var(--ink);font-weight:700;white-space:nowrap}.mux-toggle__line--total{padding-top:.55rem;border-top:1px solid var(--lilac-100);font-size:1.02rem}.mux-toggle__line--total b{color:var(--purple);font-size:1.15rem}.mux-toggle__save{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;color:var(--ok);background:#eaf6ee;border-radius:999px;padding:.4rem .8rem;margin-bottom:.9rem}.mux-pay{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.mux-pay__card{position:relative;min-height:44px;text-align:left;padding:1.05rem 1.05rem 1.15rem;border-radius:var(--radius-sm);border:1.5px solid var(--lilac-200);background:var(--white);transition:all .22s var(--ease-out)}.mux-pay__card[aria-pressed=true]{border-color:var(--purple);background:linear-gradient(120deg,#faf5ff,#fdf3f8)}.mux-pay__ico{width:38px;height:38px;border-radius:12px;background:var(--lilac-100);color:var(--purple);display:grid;place-items:center;margin-bottom:.6rem}.mux-pay__ico svg{width:20px;height:20px}.mux-pay__name{font-family:var(--font-display);font-size:1.05rem;color:var(--ink);margin-bottom:.2rem}.mux-pay__perk{font-size:.85rem;color:var(--body);line-height:1.5}.mux-pay__flag{display:inline-block;margin-top:.6rem;font-size:.74rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--purple);background:var(--lilac-100);border-radius:999px;padding:.25rem .6rem}.mux-pay__flag--save{color:var(--ok);background:#eaf6ee}.mux-pay__note{margin-top:.9rem;font-size:.85rem;color:var(--body)}.mux-proof{display:flex;gap:.6rem;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;padding:.2rem clamp(14px,6vw,28px) .6rem}.mux-proof::-webkit-scrollbar{display:none}.mux-proof__card{flex:0 0 auto;scroll-snap-align:start;width:min(260px,78vw);padding:.95rem 1.05rem;border-radius:18px;border:1px solid var(--lilac-200);background:var(--white)}.mux-proof__stars{color:var(--gold);font-size:.85rem;letter-spacing:.08em;margin-bottom:.35rem}.mux-proof__text{font-size:.9rem;color:var(--body);line-height:1.55}.mux-proof__who{margin-top:.55rem;font-size:.8rem;font-weight:700;color:var(--purple)}@media(max-width:760px){.section{padding-block:2.4rem}.section--tight{padding-block:1.8rem}.section-head{margin-bottom:1.1rem}.section-head .lead{display:none}.display-lg{font-size:1.72rem}.display-md{font-size:1.45rem}.mux-pay{grid-template-columns:1fr}.mux-track__grid{gap:.45rem}.mux-add{min-height:72px}}body.has-sticky-atc .mux-sheet__panel{padding-bottom:calc(5.5rem + env(safe-area-inset-bottom))}
/*# sourceMappingURL=/cdn/shop/t/17/assets/mobile-ux.css.map */
