:root{--hl-ground:#FBF6F2;--hl-surface:#FFFFFF;--hl-ink:#221B20;--hl-muted:#6E6069;--hl-line:#EFE3DA;--hl-plum:#56304A;--hl-plum-d:#3D2035;--hl-blush:#E3A9AE;--hl-blush-s:#F7E9E9;--hl-sage:#7E9C86;--hl-gold:#C89B3C;--hl-sale:#B5443F;--hl-r:14px;--hl-max:1240px}*,*:before,*:after{box-sizing:border-box}.hl{color:var(--hl-ink);background:var(--hl-ground);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}.hl-wrap{max-width:var(--hl-max);margin:0 auto;padding:0 20px}.hl h1,.hl h2,.hl h3{margin:0;letter-spacing:-.02em;line-height:1.1;font-weight:700}.hl p{margin:0;line-height:1.55}.hl img{max-width:100%;display:block}.hl-eyebrow{font-size:11.5px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--hl-plum)}.hl-h2{font-size:clamp(26px,3.4vw,38px)}.hl-sub{color:var(--hl-muted);font-size:16px;margin-top:10px;max-width:60ch}.hl-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:100px;cursor:pointer;text-decoration:none;font:inherit;font-weight:700;font-size:15px;padding:14px 26px;transition:.15s ease}.hl-btn--primary{background:var(--hl-plum);color:#fff}.hl-btn--primary:hover{background:var(--hl-plum-d)}.hl-btn--soft{background:var(--hl-blush-s);color:var(--hl-plum);border-color:var(--hl-line);width:100%;padding:11px 18px;font-size:14px}.hl-btn--soft:hover{background:var(--hl-blush);color:#fff}.hl-btn--ghost{background:transparent;color:var(--hl-ink);border-color:var(--hl-ink)}.hl-btn[disabled]{opacity:.45;cursor:not-allowed}.hl-btn--lg{width:100%;padding:17px 26px;font-size:16.5px}.hl-stars{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:var(--hl-muted)}.hl-stars__track{position:relative;display:inline-block;letter-spacing:1.5px;line-height:1}.hl-stars__empty{color:var(--hl-line)}.hl-stars__fill{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;white-space:nowrap;color:var(--hl-gold)}.hl-stars--lg{font-size:14.5px}.hl-stars--lg .hl-stars__track{font-size:17px}.hl-stars__count:before{content:"("}.hl-stars__count:after{content:" reviews)"}.hl-card{background:var(--hl-surface);border:1px solid var(--hl-line);border-radius:var(--hl-r);overflow:hidden;display:flex;flex-direction:column}.hl-card__media{position:relative;display:block;aspect-ratio:1/1;background:var(--hl-blush-s)}.hl-card__media img{width:100%;height:100%;object-fit:cover}.hl-card__alt{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .25s}.hl-card:hover .hl-card__alt{opacity:1}.hl-card__ph{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--hl-blush-s),var(--hl-line))}.hl-card__save{position:absolute;left:12px;top:12px;z-index:2;background:var(--hl-sale);color:#fff;font-size:11.5px;font-weight:800;letter-spacing:.05em;padding:6px 11px;border-radius:100px}.hl-card__body{padding:14px 15px 16px;display:flex;flex-direction:column;gap:8px;flex:1}.hl-card__title{font-weight:600;font-size:15.5px;color:var(--hl-ink);text-decoration:none;line-height:1.3}.hl-card__price{display:flex;align-items:baseline;gap:9px;margin-top:auto;padding-top:4px}.hl-card__price s{color:var(--hl-muted);font-size:14px}.hl-card__price b{font-size:17px}.hl-card__price b.is-sale{color:var(--hl-sale)}.hl-grid{display:grid;gap:18px;grid-template-columns:repeat(4,1fr)}@media(max-width:1000px){.hl-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:740px){.hl-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.hl-faq details{border-bottom:1px solid var(--hl-line)}.hl-faq summary{cursor:pointer;list-style:none;padding:20px 40px 20px 0;position:relative;font-weight:600;font-size:16.5px}.hl-faq summary::-webkit-details-marker{display:none}.hl-faq summary:after{content:"+";position:absolute;right:6px;top:50%;transform:translateY(-50%);font-size:24px;font-weight:400;color:var(--hl-plum);transition:transform .2s}.hl-faq details[open] summary:after{transform:translateY(-50%) rotate(45deg)}.hl-faq__a{padding:0 40px 22px 0;color:var(--hl-muted);font-size:15.5px;line-height:1.6}.hl-pdp{padding:34px 0 8px}.hl-pdp__in{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:start}.hl-pdp__main{position:relative;border-radius:var(--hl-r);overflow:hidden;background:var(--hl-blush-s);aspect-ratio:1/1}.hl-pdp__main img{width:100%;height:100%;object-fit:cover}.hl-pdp__ph{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(140deg,var(--hl-blush-s),var(--hl-blush))}.hl-pdp__badge{position:absolute;left:14px;top:14px;background:var(--hl-plum);color:#fff;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:7px 13px;border-radius:100px}.hl-pdp__thumbs{display:flex;gap:9px;margin-top:10px}.hl-pdp__thumb{width:70px;height:70px;padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;background:none;cursor:pointer}.hl-pdp__thumb.is-on{border-color:var(--hl-plum)}.hl-pdp__thumb img{width:100%;height:100%;object-fit:cover}.hl-pdp__h{font-size:clamp(27px,3.4vw,38px);margin:9px 0 11px}.hl-pdp__sum{margin-top:14px;font-size:16.5px;color:var(--hl-muted);line-height:1.55;max-width:52ch}.hl-tiers{border:0;padding:0;margin:24px 0 0;display:flex;flex-direction:column;gap:10px}.hl-tiers__legend{font-size:13px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--hl-muted);padding:0;margin-bottom:4px}.hl-tier{display:flex;align-items:center;gap:13px;border:1.5px solid var(--hl-line);border-radius:var(--hl-r);padding:15px 17px;cursor:pointer;background:var(--hl-surface);position:relative;transition:.15s}.hl-tier:hover{border-color:var(--hl-blush)}.hl-tier.is-on{border-color:var(--hl-plum);background:#fff9fb}.hl-tier.is-out{opacity:.5;cursor:not-allowed}.hl-tier input{position:absolute;opacity:0;pointer-events:none}.hl-tier__dot{width:19px;height:19px;border-radius:100px;border:2px solid var(--hl-line);flex:0 0 auto;position:relative}.hl-tier.is-on .hl-tier__dot{border-color:var(--hl-plum)}.hl-tier.is-on .hl-tier__dot:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:100px;background:var(--hl-plum)}.hl-tier__main{flex:1;min-width:0}.hl-tier__name{display:block;font-weight:700;font-size:16px}.hl-tier__pop{display:inline-block;margin-left:8px;background:var(--hl-blush);color:#fff;font-style:normal;font-size:10.5px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;padding:3px 9px;border-radius:100px;vertical-align:middle}.hl-tier__unit{display:block;font-size:13.5px;color:var(--hl-muted);margin-top:3px}.hl-tier__price{text-align:right;flex:0 0 auto}.hl-tier__price s{display:block;font-size:13px;color:var(--hl-muted)}.hl-tier__price b{font-size:18px}.hl-tier__save{display:block;font-style:normal;font-size:11.5px;font-weight:800;color:var(--hl-sale);margin-top:2px}.hl-mode{border:0;padding:0;margin:22px 0 0;display:flex;flex-direction:column;gap:9px}.hl-mode__opt{display:flex;align-items:flex-start;gap:12px;border:1.5px solid var(--hl-line);border-radius:12px;padding:13px 15px;cursor:pointer;background:var(--hl-surface);transition:.15s}.hl-mode__opt:hover{border-color:var(--hl-blush)}.hl-mode__opt.is-on{border-color:var(--hl-plum);background:#fff9fb}.hl-mode__opt input{position:absolute;opacity:0;pointer-events:none}.hl-mode__opt .hl-tier__dot{margin-top:2px}.hl-mode__txt{flex:1;min-width:0}.hl-mode__name{display:block;font-weight:700;font-size:15.5px}.hl-mode__note{display:block;font-size:13.5px;color:var(--hl-muted);margin-top:3px;line-height:1.45}.hl-mode__every{display:flex;align-items:center;gap:10px;padding:2px 2px 0 44px;font-size:14px;color:var(--hl-muted)}.hl-mode__every select{font:inherit;font-size:14px;padding:9px 12px;border:1px solid var(--hl-line);border-radius:9px;background:var(--hl-surface);color:var(--hl-ink);cursor:pointer}.hl-gift{margin-top:14px;background:var(--hl-blush-s);border:1px dashed var(--hl-blush);border-radius:10px;padding:12px 15px;font-size:14px;font-weight:600;color:var(--hl-plum)}.hl-pdp__form .hl-btn--lg{margin-top:16px}.hl-assure{list-style:none;margin:18px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.hl-assure li{font-size:14.5px;color:var(--hl-muted);padding-left:24px;position:relative}.hl-assure li:before{content:"\2713";position:absolute;left:0;color:var(--hl-sage);font-weight:800}.hl-guar{margin-top:22px;border:1px solid var(--hl-line);border-left:3px solid var(--hl-sage);border-radius:10px;padding:15px 17px;background:var(--hl-surface)}.hl-guar__h{font-weight:700;font-size:15.5px}.hl-guar__p{margin-top:6px;font-size:14.5px;color:var(--hl-muted);line-height:1.55}.hl-ben{padding:52px 0;background:var(--hl-blush-s);margin-top:44px}.hl-ben__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.hl-ben__item{text-align:center}.hl-ben__ico{font-size:25px;display:block;margin-bottom:10px}.hl-ben__item h3{font-size:16px}.hl-ben__item p{margin-top:6px;font-size:14.5px;color:var(--hl-muted);line-height:1.5}.hl-ing{padding:64px 0}.hl-ing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:26px}.hl-ing__card{background:var(--hl-surface);border:1px solid var(--hl-line);border-radius:var(--hl-r);overflow:hidden}.hl-ing__card img,.hl-ing__ph{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.hl-ing__ph{background:linear-gradient(140deg,var(--hl-blush-s),var(--hl-sage))}.hl-ing__body{padding:18px}.hl-ing__pct{font-size:12px;font-weight:800;letter-spacing:.1em;color:var(--hl-plum)}.hl-ing__body h3{font-size:18px;margin-top:5px}.hl-ing__t{margin-top:8px;font-size:14.5px;color:var(--hl-muted);line-height:1.55}.hl-step{padding:0 0 64px}.hl-step__list{list-style:none;margin:26px 0 0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:22px;counter-reset:s}.hl-step__item{border-top:2px solid var(--hl-line);padding-top:16px}.hl-step__n{display:inline-flex;align-items:center;justify-content:center;width:29px;height:29px;border-radius:100px;background:var(--hl-plum);color:#fff;font-weight:800;font-size:14px;margin-bottom:11px}.hl-step__item h3{font-size:17px}.hl-step__item p{margin-top:7px;font-size:14.5px;color:var(--hl-muted);line-height:1.55}.hl-desc{padding:0 0 56px}.hl-desc__rte{max-width:70ch;color:var(--hl-muted);font-size:16px;line-height:1.65}.hl-desc__rte h2,.hl-desc__rte h3{color:var(--hl-ink);margin:26px 0 10px}.hl-pfaq{padding:0 0 64px}.hl-pfaq .hl-faq{margin-top:18px;max-width:800px}.hl-pairs{padding:0 0 72px}.hl-pairs__grid{margin-top:22px}.hl-sticky{position:fixed;left:0;right:0;bottom:0;z-index:50;background:#fffffff7;border-top:1px solid var(--hl-line);box-shadow:0 -6px 24px #221b2017;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:11px 0}.hl-sticky__in{display:flex;align-items:center;gap:16px}.hl-sticky__id{display:flex;align-items:center;gap:12px;min-width:0}.hl-sticky__id img{width:44px;height:44px;border-radius:8px;object-fit:cover;flex:0 0 auto}.hl-sticky__t{font-weight:700;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hl-sticky__p{font-size:14px;color:var(--hl-muted)}.hl-sticky .hl-btn{margin-left:auto;flex:0 0 auto}@media(max-width:900px){.hl-pdp__in{grid-template-columns:1fr;gap:26px}.hl-ben__grid,.hl-ing__grid,.hl-step__list{grid-template-columns:repeat(2,1fr)}.hl-sticky__t{max-width:38vw}}@media(max-width:560px){.hl-ben__grid,.hl-ing__grid,.hl-step__list{grid-template-columns:1fr}.hl-sticky__id img{display:none}}@media(max-width:900px){.hl-pdp__in>*{min-width:0}.hl-pdp__thumbs{overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.hl-pdp__thumbs::-webkit-scrollbar{display:none}.hl-pdp__thumb{flex:0 0 auto;scroll-snap-align:start}}@media(max-width:560px){.hl-pdp__thumb{width:58px;height:58px}}@media(max-width:560px){.hl-val .hl-val__grid{grid-template-columns:1fr;gap:22px}}.hl-desc__rte p{margin:0 0 14px}.hl-desc__rte p:last-child{margin-bottom:0}.hl-desc__rte ul,.hl-desc__rte ol{margin:0 0 14px;padding-left:20px}.hl-desc__rte li{margin-bottom:6px}.hl-subscribe{padding:10px 0 56px}.hl-subscribe__in{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.hl-subscribe__lead{margin-top:12px;color:var(--hl-muted);font-size:16px;line-height:1.6;max-width:46ch}.hl-subscribe__card{border:1.5px solid var(--hl-plum);border-radius:var(--hl-r);padding:26px 26px 24px;background:var(--hl-surface)}.hl-subscribe__from{display:flex;align-items:baseline;gap:8px}.hl-subscribe__amt{font-size:clamp(34px,4vw,46px);font-weight:700;letter-spacing:-.02em;color:var(--hl-plum)}.hl-subscribe__per{font-size:16px;color:var(--hl-muted)}.hl-subscribe__detail{margin-top:6px;font-size:14.5px;color:var(--hl-muted)}.hl-subscribe__detail b{color:var(--hl-ink)}.hl-subscribe__why{list-style:none;margin:20px 0 22px;padding:0;display:grid;gap:10px;font-size:14.5px;line-height:1.5;color:var(--hl-muted)}.hl-subscribe__why li{position:relative;padding-left:24px}.hl-subscribe__why li:before{content:"\2713";position:absolute;left:0;top:0;color:var(--hl-sage);font-weight:700}.hl-subscribe__why b{color:var(--hl-ink)}.hl-subscribe__soon{text-align:center;font-weight:700;font-size:15px;color:var(--hl-plum);background:var(--hl-blush-s);border-radius:100px;padding:14px 20px}.hl-subscribe__legal{margin-top:12px;font-size:12.5px;color:var(--hl-muted);line-height:1.5}@media(max-width:900px){.hl-subscribe__in{grid-template-columns:1fr;gap:24px}.hl-subscribe{padding:0 0 44px}}.hl-tier:not(.is-out) .hl-tier__unit{display:none}
/*# sourceMappingURL=/cdn/shop/t/18/assets/hanli.css.map */
