.vh-pro{position:var(--vh-position,relative);top:0;z-index:50;background:var(--vh-bg,#fffaf2);color:var(--vh-text,#211a14);margin-top:var(--vh-mt,0);margin-bottom:var(--vh-mb,0);border-bottom:1px solid var(--vh-border,rgba(184,146,84,.18))}.vh-pro--sticky{--vh-position:sticky}.vh-pro__top{display:var(--vh-top-display,block);background:var(--vh-top-bg,#073d3f);color:var(--vh-top-text,#fffaf2);font-size:var(--vh-top-size,12px);letter-spacing:.08em}.vh-pro__top-in{max-width:var(--vh-width,1320px);margin:auto;display:flex;justify-content:center;gap:28px;padding:var(--vh-top-py,9px) 18px}.vh-pro__bar{max-width:var(--vh-width,1320px);margin:auto;display:grid;grid-template-columns:var(--vh-grid,auto 1fr auto);align-items:center;gap:var(--vh-gap,30px);padding:var(--vh-py,18px) var(--vh-px,18px)}.vh-pro--center .vh-pro__bar{--vh-grid:1fr auto 1fr}.vh-pro--center .vh-pro__logo{justify-self:center}.vh-pro--center .vh-pro__nav{justify-self:start}.vh-pro--right .vh-pro__nav{justify-self:end}.vh-pro__logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;min-width:0}.vh-pro__logo-img{width:var(--vh-logo,132px);max-height:var(--vh-logo-h,58px);object-fit:contain}.vh-pro__mark{width:var(--vh-mark,46px);height:var(--vh-mark,46px);border:1px solid var(--vh-accent,#b89254);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--vh-accent,#b89254);font-weight:800;font-size:13px;letter-spacing:.08em}.vh-pro__brand strong{display:block;font-size:var(--vh-brand,22px);letter-spacing:.18em;line-height:1;color:var(--vh-title,#211a14)}.vh-pro__brand span{display:block;margin-top:5px;font-size:var(--vh-sub,10px);letter-spacing:.32em;color:var(--vh-accent,#b89254)}.vh-pro__nav{justify-self:center}.vh-pro__menu{display:flex;align-items:center;justify-content:center;gap:var(--vh-menu-gap,28px);list-style:none;margin:0;padding:0}.vh-pro__menu a{text-decoration:none;color:var(--vh-link,#211a14);font-size:var(--vh-menu-size,13px);font-weight:var(--vh-menu-weight,700);letter-spacing:var(--vh-menu-space,.12em);text-transform:var(--vh-transform,uppercase);padding:8px 0;position:relative}.vh-pro__menu a:after{content:"";position:absolute;left:0;right:0;bottom:1px;height:1px;background:var(--vh-accent,#b89254);transform:scaleX(0);transition:.25s}.vh-pro__menu a:hover:after{transform:scaleX(1)}.vh-pro__actions{display:flex;align-items:center;justify-content:flex-end;gap:var(--vh-icon-gap,14px)}.vh-pro__icon,.vh-pro__burger{width:var(--vh-icon,38px);height:var(--vh-icon,38px);border:1px solid var(--vh-icon-border,rgba(184,146,84,.22));border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--vh-link,#211a14);background:transparent;text-decoration:none;position:relative}.vh-pro__icon svg,.vh-pro__burger svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}.vh-pro__cart-count{position:absolute;right:-3px;top:-4px;min-width:17px;height:17px;border-radius:50%;background:var(--vh-accent,#b89254);color:#fff;font-size:10px;display:flex;align-items:center;justify-content:center}.vh-pro__burger{display:none;cursor:pointer}.vh-pro__mobile{display:none;background:var(--vh-bg,#fffaf2);border-top:1px solid var(--vh-border,rgba(184,146,84,.18));padding:16px 18px}.vh-pro__mobile a{display:block;text-decoration:none;color:var(--vh-link,#211a14);font-size:14px;letter-spacing:.1em;text-transform:uppercase;padding:13px 0;border-bottom:1px solid rgba(184,146,84,.13)}.vh-pro[data-open=true] .vh-pro__mobile{display:block}.vh-pro--green{--vh-bg:#073d3f;--vh-text:#fffaf2;--vh-title:#fffaf2;--vh-link:#fffaf2;--vh-border:rgba(211,168,102,.22);--vh-icon-border:rgba(211,168,102,.25);--vh-accent:#d3a866}.vh-pro--white{--vh-bg:#fff}.vh-pro--transparent{--vh-bg:rgba(255,250,242,.78);backdrop-filter:blur(14px)}@media(max-width:990px){.vh-pro__bar{grid-template-columns:auto 1fr auto;padding:var(--vh-mpy,14px) var(--vh-mpx,14px)}.vh-pro__nav{display:none}.vh-pro__burger{display:flex}.vh-pro__top-in{overflow-x:auto;justify-content:flex-start;white-space:nowrap}.vh-pro__brand strong{font-size:var(--vh-mbrand,18px)}.vh-pro__logo-img{width:var(--vh-mlogo,110px);max-height:var(--vh-mlogo-h,48px)}.vh-pro__actions .vh-pro__icon--account{display:var(--vh-account-mobile,none)}}@media(max-width:560px){.vh-pro__top{font-size:11px}.vh-pro__top-in{gap:18px;padding:8px 12px}.vh-pro__mark{width:38px;height:38px}.vh-pro__icon,.vh-pro__burger{width:34px;height:34px}.vh-pro__actions{gap:8px}}