@import"https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Hanken+Grotesk:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap";.vh{--vh-ff-serif: "Newsreader", Georgia, serif;--vh-ff-body: "Hanken Grotesk", system-ui, -apple-system, sans-serif;--vh-ff-mono: "IBM Plex Mono", ui-monospace, monospace;--bg: #FBF7F1;--text: #6E675F;--heading: #241F1B;--eyebrow: #C29A48;--gold: #C29A48;--dark: #3A2128;--surface: #FFFFFF;--border: #E8E1D6;--on-dark: #F3ECE6;--on-dark-muted: #C2A7A7;--vh-container: 1340px;--vh-radius: 18px;--vh-radius-sm: 12px}.vh,.vh *{box-sizing:border-box}.vh-section{background:var(--bg);color:var(--text);font-family:var(--vh-ff-body)}.vh-wrap{width:100%;max-width:var(--vh-container);margin-inline:auto;padding-inline:20px}.vh-pad{padding-block:clamp(24px,8vw,60px)}.vh-eyebrow{font-family:var(--vh-ff-mono);font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--eyebrow);margin:0 0 18px;display:inline-block}.vh-h2{font-family:var(--vh-ff-serif);font-weight:500;font-size:clamp(28px,4.4vw,44px);line-height:1.1;letter-spacing:-.01em;color:var(--heading);margin:0;text-wrap:balance}.vh-h2 em{font-style:italic;color:var(--gold)}.vh-lead{font-size:clamp(15px,1.4vw,17px);line-height:1.65;color:var(--text);margin:16px 0 0}.vh-center{text-align:center}.vh-visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.vh-center .vh-lead{margin-left:auto;margin-right:auto;max-width:620px}.vh-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:var(--vh-ff-body);font-weight:600;font-size:15px;line-height:1;padding:15px 26px;border-radius:999px;border:1px solid transparent;text-decoration:none;cursor:pointer;transition:transform .15s ease,opacity .15s ease,background .15s ease,color .15s ease}.vh-btn:hover{transform:translateY(-1px)}.vh-btn--solid{background:var(--heading);color:var(--bg)}.vh-btn--solid:hover{opacity:.9}.vh-btn--outline{background:transparent;color:var(--heading);border-color:var(--border)}.vh-btn--outline:hover{background:var(--heading);color:var(--bg)}.vh-btn--gold{background:var(--gold);color:#fff;border-radius:100vmax!important}.vh-btn .vh-arrow{transition:transform .15s ease}.vh-btn:hover .vh-arrow{transform:translate(3px)}.vh-imgph{width:100%;object-fit:cover;display:block;background:linear-gradient(135deg,#efe7da,#e3d6c4)}.vh-ann{background:var(--bg);color:var(--text);overflow:hidden;border-bottom:1px solid var(--border)}.vh-ann__track{display:flex;width:max-content;animation:vh-marquee 30s linear infinite}.vh-ann__group{display:flex;flex-shrink:0}.vh-ann__item{font-family:var(--vh-ff-mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;padding:9px 26px;white-space:nowrap;display:inline-flex;align-items:center;gap:26px}.vh-ann__item:after{content:"\b7";opacity:.5}.vh-ann:hover .vh-ann__track{animation-play-state:paused}@keyframes vh-marquee{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.vh-ann__track{animation:none}}.vh-header{background:var(--bg);border-bottom:1px solid var(--border);position:relative;z-index:30}.vh-header__bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding-block:16px}.vh-header__nav{display:none;gap:28px;align-items:center}.vh-header__nav a{color:var(--text);text-decoration:none;font-size:14px;font-weight:600}.vh-header__nav a:hover{color:var(--heading)}.vh-header__logo{width:240px;grid-column:2;text-align:center}.vh-header__logo img{max-height:34px;width:auto;display:inline-block}.vh-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:16px}.vh-header__actions a{color:var(--heading);display:inline-flex;position:relative}.vh-header__actions a svg,.vh-burger svg{flex-shrink:0}.vh-header__count{position:absolute;top:-7px;right:-8px;background:var(--gold);color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:999px;display:grid;place-items:center;padding:0 4px;font-family:var(--vh-ff-body)}.vh-burger{display:inline-flex;background:none;border:0;cursor:pointer;color:var(--heading);padding:4px}.vh-header__mobile{display:none;flex-direction:column;gap:4px;padding:8px 0 18px;border-top:1px solid var(--border)}.vh-header__mobile.is-open{display:flex}.vh-header__mobile a{color:var(--heading);text-decoration:none;font-size:16px;padding:10px 4px}.vh-hero__grid{display:grid;grid-template-columns:1fr;gap:clamp(32px,5vw,56px);align-items:center}.vh-hero__h1{font-family:var(--vh-ff-serif);font-weight:500;font-size:clamp(40px,7vw,72px);line-height:1.02;letter-spacing:-.02em;color:var(--heading);margin:14px 0 0}.vh-hero__h1 em{font-style:italic;color:var(--gold)}.vh-hero__lead{max-width:480px}.vh-hero__cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.vh-hero__rating{display:flex;align-items:center;gap:12px;margin-top:28px}.vh-hero__stars{color:var(--gold);font-size:15px;letter-spacing:2px}.vh-hero__rating-text{font-size:13px;line-height:1.4}.vh-hero__rating-text strong{color:var(--heading);display:block;font-weight:600}.vh-hero__media{position:relative}.vh-hero__img{width:100%;aspect-ratio:4/3.4;object-fit:cover;border-radius:var(--vh-radius);display:block}.vh-hero__card{position:absolute;left:16px;bottom:16px;right:16px;background:var(--surface);border-radius:var(--vh-radius-sm);padding:14px 18px;display:flex;align-items:center;gap:12px;box-shadow:0 14px 40px #241f1b29}.vh-hero__card-icon{width:38px;height:38px;border-radius:999px;background:var(--gold);color:#fff;display:grid;place-items:center;flex-shrink:0}.vh-hero__card strong{display:block;font-size:14px;color:var(--heading);font-weight:600}.vh-hero__card span{font-size:12px;color:var(--text)}.vh-trust{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.vh-trust__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0}.vh-trust__item{display:flex;justify-content:center;align-items:center;gap:14px;padding:26px 18px}.vh-trust__item+.vh-trust__item{border-left:0}.vh-trust__icon{width:36px;height:36px;color:var(--gold);flex-shrink:0}.vh-trust__icon svg{width:100%;height:100%}.vh-trust__t{font-size:15px;font-weight:600;color:var(--heading)}.vh-trust__s{font-size:13px;color:var(--text);margin-top:2px}.vh-promise{background:var(--dark);color:var(--on-dark)}.vh-promise .vh-eyebrow{color:var(--gold)}.vh-promise__grid{display:grid;grid-template-columns:1fr;gap:clamp(32px,5vw,64px);align-items:center}.vh-promise__media{position:relative}.vh-promise__img{width:100%;aspect-ratio:4/4.4;object-fit:cover;border-radius:var(--vh-radius);display:block}.vh-promise__badge{position:absolute;left:16px;bottom:16px;background:var(--surface);color:var(--heading);border-radius:var(--vh-radius-sm);padding:12px 16px;box-shadow:0 14px 40px #00000040}.vh-promise__badge strong{display:block;font-family:var(--vh-ff-serif);font-size:24px;line-height:1}.vh-promise__badge span{font-size:12px;color:var(--text)}.vh-promise__h2{font-family:var(--vh-ff-serif);font-weight:500;font-size:clamp(28px,4.4vw,44px);line-height:1.1;color:var(--on-dark);margin:0}.vh-promise__h2 em{font-style:italic;color:var(--gold)}.vh-promise__intro{color:var(--on-dark-muted);font-size:clamp(15px,1.4vw,17px);line-height:1.65;margin:16px 0 28px}.vh-promise__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:18px}.vh-promise__li{display:flex;gap:14px;align-items:flex-start}.vh-promise__check{flex-shrink:0;width:26px;height:26px;border-radius:999px;border:1px solid var(--gold);color:var(--gold);display:grid;place-items:center;margin-top:1px}.vh-promise__li p{margin:0;font-size:15px;line-height:1.55;color:var(--on-dark-muted)}.vh-promise__li b,.vh-promise__li strong{color:var(--on-dark);font-weight:600}.vh-why__head{text-align:center;margin-bottom:clamp(32px,5vw,56px)}.vh-why__grid{display:grid;grid-template-columns:1fr;gap:22px}.vh-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--vh-radius);padding:34px 30px;text-align:center}.vh-card__icon{width:56px;height:56px;border-radius:999px;background:color-mix(in srgb,var(--gold) 16%,transparent);color:var(--gold);display:grid;place-items:center;margin:0 auto 20px}.vh-card__t{font-family:var(--vh-ff-serif);font-weight:500;font-size:22px;color:var(--heading);margin:0 0 10px}.vh-card__b{font-size:15px;line-height:1.6;color:var(--text);margin:0}.vh-coll__head{display:flex;gap:16px;margin-bottom:clamp(28px,4vw,44px);align-items:flex-end;justify-content:space-between}.vh-coll__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.vh-prod{background:var(--surface);border:1px solid var(--border);border-radius:var(--vh-radius);overflow:hidden;display:flex;flex-direction:column}.vh-prod__media{position:relative;aspect-ratio:1/1;display:block;overflow:hidden}.vh-prod__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.vh-prod:hover .vh-prod__media img{transform:scale(1.04)}.vh-prod__tags{position:absolute;top:12px;left:12px;right:12px;display:flex;justify-content:space-between;gap:8px}.vh-badge{font-family:var(--vh-ff-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;padding:5px 9px;border-radius:999px;background:var(--surface);color:var(--heading)}.vh-badge--sale{background:var(--heading);color:var(--bg)}.vh-prod__body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:6px;flex:1}.vh-prod__t{font-family:var(--vh-ff-serif);font-size:17px;font-weight:500;color:var(--heading);margin:0;text-decoration:none}.vh-prod__sub{font-size:13px;color:var(--text);margin:0}.vh-prod__price{font-size:18px;font-weight:600;color:var(--heading)}.vh-prod__price s{color:var(--text);font-weight:400;margin-left:6px}.vh-prod__btn{margin-top:12px;width:100%;justify-content:center}.vh-routine__grid{display:grid;grid-template-columns:1fr;gap:clamp(32px,5vw,64px);align-items:center}.vh-routine__media{position:relative}.vh-routine__img{width:100%;aspect-ratio:4/4.2;object-fit:cover;border-radius:var(--vh-radius);display:block}.vh-routine__chip{position:absolute;right:14px;bottom:14px;width:84px;height:84px;border-radius:var(--vh-radius-sm);overflow:hidden;box-shadow:0 14px 40px #241f1b33;background:var(--surface)}.vh-routine__chip img{width:100%;height:100%;object-fit:cover}.vh-steps{list-style:none;margin:24px 0 0;padding:0;display:flex;flex-direction:column}.vh-step{display:flex;gap:18px;padding:20px 0;border-top:1px solid var(--border)}.vh-step:first-child{border-top:0;padding-top:0}.vh-step__n{font-family:var(--vh-ff-serif);font-size:28px;color:var(--gold);line-height:1;flex-shrink:0;width:40px}.vh-step__t{font-size:17px;font-weight:600;color:var(--heading);margin:0 0 6px}.vh-step__b{font-size:14px;line-height:1.6;color:var(--text);margin:0}.vh-about{background:var(--bg)}.vh-about__inner{max-width:760px;margin-inline:auto;text-align:center}.vh-about__h2{font-family:var(--vh-ff-serif);font-weight:500;font-size:clamp(28px,4.6vw,46px);line-height:1.12;color:var(--heading);margin:0}.vh-about__h2 em{font-style:italic;color:var(--gold)}.vh-about__body{font-size:clamp(15px,1.4vw,17px);line-height:1.7;color:var(--text);margin:22px auto 0;max-width:640px}.vh-about__body p+p{margin-top:16px}.vh-about__cta{margin-top:30px}.vh-sub__grid{display:grid;grid-template-columns:1fr;gap:clamp(32px,5vw,64px);align-items:center}.vh-sub__list{list-style:none;margin:26px 0 0;padding:0;display:flex;flex-direction:column;gap:14px}.vh-sub__li{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--heading)}.vh-sub__check{width:24px;height:24px;border-radius:999px;background:color-mix(in srgb,var(--gold) 16%,transparent);color:var(--gold);display:grid;place-items:center;flex-shrink:0}.vh-sub__cta{margin-top:30px}.vh-sub__img{width:100%;aspect-ratio:4/3.6;object-fit:cover;border-radius:var(--vh-radius);display:block}.vh-cmp__head{text-align:center;margin-bottom:clamp(28px,4vw,48px)}.vh-cmp__card{max-width:640px;margin-inline:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--vh-radius);overflow:hidden}.vh-cmp__row{display:grid;grid-template-columns:1fr 92px 92px;align-items:center}.vh-cmp__row+.vh-cmp__row{border-top:1px solid var(--border)}.vh-cmp__row--head{background:var(--heading);color:var(--bg)}.vh-cmp__row--head .vh-cmp__c{font-family:var(--vh-ff-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.vh-cmp__feature{padding:16px 18px;font-size:14px;font-weight:500;color:var(--heading)}.vh-cmp__row--head .vh-cmp__feature{color:var(--bg)}.vh-cmp__c{padding:16px 8px;text-align:center}.vh-cmp__c--brand{background:color-mix(in srgb,var(--gold) 10%,transparent)}.vh-cmp__yes{width:22px;height:22px;border-radius:999px;background:var(--heading);color:var(--bg);display:inline-grid;place-items:center}.vh-cmp__no{color:var(--border);font-size:18px;display:flex;justify-content:center;align-items:center}.vh-faq__head{text-align:center;margin-bottom:clamp(28px,4vw,48px)}.vh-faq__list{max-width:760px;margin-inline:auto;display:flex;flex-direction:column;gap:12px}.vh-faq__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--vh-radius-sm);overflow:hidden}.vh-faq__q{width:100%;background:none;border:0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;padding:20px 22px;font-family:var(--vh-ff-body);font-size:16px;font-weight:500;color:var(--heading)}.vh-faq__icon{flex-shrink:0;transition:transform .25s ease;color:var(--gold)}.vh-faq__item.is-open .vh-faq__icon{transform:rotate(45deg)}.vh-faq__a{max-height:0;overflow:hidden;transition:max-height .3s ease}.vh-faq__a-inner{padding:0 22px 20px;font-size:15px;line-height:1.65;color:var(--text)}.vh-news{background:var(--dark);color:var(--on-dark);text-align:center}.vh-news__h2{font-family:var(--vh-ff-serif);font-weight:500;font-size:clamp(28px,4.4vw,42px);color:var(--on-dark);margin:0}.vh-news__sub{color:var(--on-dark-muted);font-size:clamp(15px,1.4vw,17px);line-height:1.6;margin:16px auto 28px;max-width:520px}.vh-news__form{display:flex;gap:10px;max-width:460px;margin-inline:auto;flex-wrap:wrap;justify-content:center}.vh-news__input{flex:1;min-width:220px;background:#ffffff14;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:14px 20px;color:var(--on-dark);font-family:var(--vh-ff-body);font-size:15px}.vh-news__input::placeholder{color:var(--on-dark-muted)}.vh-news__input:focus{outline:none;border-color:var(--gold)}.vh-news__fine{font-size:12px;color:var(--on-dark-muted);margin-top:16px}.vh-news__msg{font-size:14px;margin-top:14px;color:var(--gold)}.vh-footer{background:var(--dark);color:var(--on-dark-muted)}.vh-footer__grid{display:grid;grid-template-columns:1fr;gap:36px;padding-block:clamp(24px,8vw,60px)}.vh-footer__brand-name{font-family:var(--vh-ff-serif);font-size:22px;color:var(--on-dark);font-weight:600}.vh-footer__brand p{font-size:13px;line-height:1.7;margin:14px 0 0;max-width:280px}.vh-footer__brand img{max-width:240px;height:auto;margin-bottom:16px}.vh-footer__col h4{font-family:var(--vh-ff-mono);font-size:14px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--on-dark);margin:0 0 16px}.vh-footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.vh-footer__col a{color:var(--on-dark-muted);text-decoration:none;font-size:14px}.vh-footer__col a:hover{color:var(--on-dark)}.vh-footer__bottom{border-top:1px solid rgba(255,255,255,.12);padding-block:22px;display:flex;flex-direction:column;gap:8px;align-items:center;text-align:center;font-size:12px}@media(min-width:720px){.vh-trust__grid{grid-template-columns:repeat(4,1fr)}.vh-trust__item+.vh-trust__item{border-left:1px solid var(--border)}.vh-why__grid{grid-template-columns:repeat(3,1fr)}.vh-coll__grid{grid-template-columns:repeat(2,1fr)}.vh-footer__grid{grid-template-columns:2fr 1fr 1fr;gap:48px}.vh-footer__bottom{flex-direction:row;justify-content:space-between}}@media(max-width:720px){.vh-coll__grid{gap:8px}.vh-prod__t{font-size:16px;line-height:1.2}}@media(max-width:720px){.vh-footer__grid .vh-footer__brand,.vh-footer__grid .vh-footer__col,.vh-footer__grid .vh-footer__col ul{display:flex;flex-direction:column;align-items:center}.vh-footer__grid .vh-footer__brand p{text-align:center}.vh-header__logo{width:200px}.vh-prod__btn{margin-top:0;width:100%;justify-content:center}.vh-btn{gap:6px;font-size:14px;padding:12px 18px;border-radius:12px}.vh-prod__body{padding:10px}.vh-news__form{flex-direction:column}.vh-news__input{padding:6px 20px}.vh-footer__brand img{max-width:150px}}@media(min-width:1024px){.vh-header__nav{display:flex}.vh-burger{display:none}.vh-hero__grid{grid-template-columns:1.05fr 1fr}.vh-promise__grid{grid-template-columns:1fr 1.1fr}.vh-routine__grid{grid-template-columns:1fr 1fr}.vh-sub__grid{grid-template-columns:1.1fr 1fr}.vh-coll__grid{grid-template-columns:repeat(4,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/vh-sections.css.map */
