.hh-header{background:#fff;width:100%;z-index:30}.hh-header--sticky{position:sticky;top:0}.hh-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 24px;max-width:100%}.hh-header__logo-link{display:inline-flex;text-decoration:none;line-height:0;flex-shrink:0}.hh-header__logo{display:block;width:132px;height:auto;max-width:132px}.hh-header__nav{display:flex;align-items:center;flex:0 1 auto}.hh-header__nav-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:15px}.hh-header__nav-link{display:inline-flex;align-items:center;padding:10px;font-family:var(--hh-font-sans);font-size:14px;line-height:22px;font-weight:400;color:#000;text-decoration:none;white-space:nowrap;letter-spacing:0;transition:color .15s ease}.hh-header__nav-link:hover{color:var(--hh-orange-soft)}.hh-header__nav-link:focus-visible{outline:2px solid var(--hh-orange-soft);outline-offset:2px;border-radius:4px}.hh-header__cart{position:relative;width:40px;height:40px;border-radius:12px;background:#be38261a;color:var(--hh-orange-soft);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;text-decoration:none;transition:background .15s ease,transform .12s ease}.hh-header__cart:hover{background:#be38262e}.hh-header__cart:active{transform:scale(.96)}.hh-header__cart-icon{width:22px;height:22px;display:block}.hh-header__cart-badge{position:absolute;top:-2px;right:-3px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--hh-orange-soft);color:#f0f0f0;font-family:var(--hh-font-sans);font-size:11px;line-height:18px;font-weight:500;text-align:center;display:inline-flex;align-items:center;justify-content:center;border:1.5px solid var(--hh-orange-soft)}.hh-header__actions{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.hh-locale{position:relative;margin:0;display:inline-flex;align-items:center}.hh-locale__btn{display:inline-flex;align-items:center;gap:4px;background:transparent;border:0;padding:8px 10px;border-radius:10px;font-family:var(--hh-font-sans);font-size:12px;font-weight:600;letter-spacing:.04em;color:#000;cursor:pointer;transition:background .15s ease}.hh-locale__btn:hover{background:#0000000a}.hh-locale__code{line-height:1}.hh-locale__list{position:absolute;top:calc(100% + 6px);right:0;list-style:none;margin:0;padding:4px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 8px 24px #0000001a;min-width:140px;z-index:50}.hh-locale__list[hidden]{display:none}.hh-locale__item{display:flex;align-items:center;gap:10px;width:100%;background:transparent;border:0;padding:8px 12px;border-radius:8px;cursor:pointer;font-family:var(--hh-font-sans);font-size:13px;color:#000;text-align:left;transition:background .12s ease}.hh-locale__item:hover{background:#be38260f}.hh-locale__item.is-active{color:var(--hh-orange-soft);font-weight:600}.hh-locale__item-code{font-size:11px;font-weight:600;letter-spacing:.04em;color:#0006;min-width:22px}.hh-locale__item.is-active .hh-locale__item-code{color:var(--hh-orange-soft)}.hh-locale__item-name{flex:1}.hh-header__mobile-foot .hh-locale__btn{padding:10px 14px;background:#0000000a;font-size:13px}.hh-header__mobile-foot .hh-locale__list{top:auto;bottom:calc(100% + 6px);left:0;right:auto}.hh-header__burger{display:none;width:40px;height:40px;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:transparent;border:0;padding:8px;cursor:pointer;border-radius:10px;flex-shrink:0}.hh-header__burger:hover{background:#0000000a}.hh-header__burger-line{display:block;width:20px;height:2px;background:#000;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.hh-header--menu-open .hh-header__burger-line:nth-child(1){transform:translateY(6px) rotate(45deg)}.hh-header--menu-open .hh-header__burger-line:nth-child(2){opacity:0}.hh-header--menu-open .hh-header__burger-line:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.hh-header__mobile{display:none;position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;background-image:radial-gradient(ellipse 80% 60% at 110% 0%,rgba(190,56,38,.06),transparent 60%),radial-gradient(ellipse 60% 50% at -10% 100%,rgba(196,176,121,.1),transparent 60%);z-index:99;opacity:0;pointer-events:none;transition:opacity .25s ease;flex-direction:column;overflow-y:auto}.hh-header--menu-open .hh-header__mobile{opacity:1;pointer-events:auto}.hh-header__mobile-top{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 12px;flex-shrink:0}.hh-header__mobile-eyebrow{font-family:var(--hh-font-sans);font-size:12px;line-height:18px;letter-spacing:.08em;text-transform:uppercase;color:#00000073;font-weight:500}.hh-header__mobile-close{display:inline-flex;align-items:center;gap:8px;background:#0000000a;border:0;padding:8px 14px 8px 16px;border-radius:999px;font-family:var(--hh-font-sans);font-size:13px;font-weight:600;letter-spacing:-.01em;color:#000;cursor:pointer;transition:background .15s ease,transform .12s ease}.hh-header__mobile-close:hover{background:#00000014}.hh-header__mobile-close:active{transform:scale(.97)}.hh-header__mobile-close svg{color:#000}.hh-header__mobile-nav{padding:8px 20px;flex:1}.hh-header__mobile-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.hh-header__mobile-list li{border-bottom:1px solid rgba(0,0,0,.08);opacity:0;transform:translateY(8px);transition:opacity .35s ease,transform .35s ease;transition-delay:calc(.05s * var(--i, 0) + .08s)}.hh-header--menu-open .hh-header__mobile-list li{opacity:1;transform:translateY(0)}.hh-header__mobile-link{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:22px 4px;font-family:var(--hh-font-sans);text-decoration:none;color:#000;transition:color .15s ease,padding-left .2s ease}.hh-header__mobile-link:hover,.hh-header__mobile-link:focus{color:var(--hh-orange-soft);padding-left:8px}.hh-header__mobile-num{font-size:12px;font-weight:500;letter-spacing:.04em;color:#00000059;font-variant-numeric:tabular-nums}.hh-header__mobile-label{font-size:28px;line-height:36px;font-weight:600;letter-spacing:-.02em}.hh-header__mobile-arrow{color:#0000004d;opacity:0;transform:translate(-6px);transition:opacity .2s ease,transform .2s ease,color .15s ease}.hh-header__mobile-link:hover .hh-header__mobile-arrow,.hh-header__mobile-link:focus .hh-header__mobile-arrow{opacity:1;transform:translate(0);color:var(--hh-orange-soft)}.hh-header__mobile-foot{padding:24px 20px 32px;border-top:1px solid rgba(0,0,0,.06);flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-direction:row-reverse}.hh-header__mobile-tag{margin:0;font-family:var(--hh-font-sans);font-size:13px;line-height:20px;color:#00000080;letter-spacing:-.01em}@media(max-width:749px){.hh-header__inner{padding:12px 16px;gap:12px;justify-content:space-between}.hh-header__burger{display:inline-flex}.hh-header__nav{display:none}.hh-header__mobile{display:flex}.hh-header__logo-link{flex:1;display:inline-flex;justify-content:center}.hh-header__logo{width:97px;max-width:97px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-hh-header.css.map */
