.hl-header-wrapper{z-index:1000;height:60px;overflow:visible;background:var(--color-bg);border-bottom:none}#hl-header-flow{position:relative}#hl-header-fixed{position:fixed;top:0;left:0;right:0;transform:translateY(-100%);transition:transform .3s ease;box-shadow:0 1px 3px #0000000a}#hl-header-fixed.is-visible{transform:translateY(0)}#hl-header-flow[data-transparent]{background:transparent;border-bottom:none}#hl-header-flow[data-transparent=light] .hl-nav-link,#hl-header-flow[data-transparent=light] .hl-lettermark,#hl-header-flow[data-transparent=light] .hl-util-link,#hl-header-flow[data-transparent=light] .hl-hamburger{color:var(--color-snow, #DBDEE4)!important}#hl-header-flow[data-transparent=light] .hl-logo-img,#hl-header-flow[data-transparent=light] .hl-lettermark{filter:invert(1)}#hl-header-flow[data-transparent=light] .hl-cart-count{background:var(--color-bg)!important;color:var(--color-text)!important}#hl-header-flow[data-transparent=dark] .hl-nav-link,#hl-header-flow[data-transparent=dark] .hl-lettermark,#hl-header-flow[data-transparent=dark] .hl-util-link,#hl-header-flow[data-transparent=dark] .hl-hamburger{color:var(--color-text)!important}#hl-header-flow.menu-open{background:var(--color-bg)!important;border-bottom:1px solid var(--color-border)!important}#hl-header-flow.menu-open .hl-nav-link,#hl-header-flow.menu-open .hl-lettermark,#hl-header-flow.menu-open .hl-util-link,#hl-header-flow.menu-open .hl-hamburger{color:var(--color-text)!important}#hl-header-flow.menu-open .hl-logo-img,#hl-header-flow.menu-open .hl-lettermark{filter:none}#hl-header-flow.menu-open .hl-cart-count{background:var(--color-black-ice, #1C1A1A)!important;color:var(--color-snow, #DBDEE4)!important}.hl-header-wrapper .hl-nav-link,.hl-header-wrapper .hl-lettermark,.hl-header-wrapper .hl-util-link{color:var(--color-text)!important}.hl-header-wrapper .hl-cart-count{background:var(--color-black-ice, #1C1A1A)!important;color:var(--color-snow, #DBDEE4)!important}.hl-header__container{max-width:var(--max-width);margin:0 auto;padding:0 var(--gutter);height:60px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:32px}a.hl-header__logo,.hl-header__logo a{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit!important}.hl-logo-img{height:36px;width:auto;max-height:36px;display:block;object-fit:contain}.hl-lettermark{height:20px;width:auto;max-height:20px;max-width:100%;display:block;object-fit:contain}.hl-header__nav{display:flex;gap:32px;align-items:center}.hl-nav-link{font-family:var(--font-body);font-size:13px;font-weight:700;letter-spacing:var(--ls-text);text-transform:uppercase;text-decoration:none;padding:8px 0;display:block;cursor:pointer;transition:color .2s ease}.hl-nav-link:hover{color:var(--color-primary)!important}.hl-nav-link--btn{background:none;border:none;color:inherit;line-height:inherit}.hl-mega-menu{position:absolute;z-index:1001;top:60px;left:0;right:0;background:var(--color-bg);border-bottom:1px solid var(--color-border);box-shadow:0 4px 24px #00000014;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .2s ease}.hl-mega-menu.is-open{max-height:500px;opacity:1}.hl-mega-menu__inner{max-width:var(--max-width);margin:0 auto;padding:24px var(--gutter) 40px;display:flex;gap:48px;align-items:flex-start}.hl-mega-cards{display:flex;flex-direction:row;gap:16px;flex:1 1 auto;min-width:0}.hl-mega-cards>.hl-mega-card{flex:1 1 0;min-width:0}.hl-mega-menu__columns{display:flex;gap:40px;flex:0 0 auto;align-items:flex-start}.hl-mega-column{min-width:140px}.hl-mega-heading--static{cursor:default}.hl-mega-heading--static:hover{color:var(--color-text)!important}.hl-mega-card{display:block;text-decoration:none!important;color:var(--color-text)!important;background:var(--color-surface, #F5F5F5);overflow:hidden;transition:opacity .2s ease}.hl-mega-card:hover{opacity:.88}.hl-mega-card__image{display:block;width:100%;aspect-ratio:3 / 2;object-fit:cover;background:var(--color-surface, #F5F5F5)}.hl-mega-card__body{display:flex;flex-direction:column;gap:2px;padding:10px 14px 12px}.hl-mega-card__heading{font-family:var(--font-heading);font-size:14px;font-weight:900;letter-spacing:var(--ls-text);color:var(--color-text);line-height:1.2}.hl-mega-card__cta{font-family:var(--font-caption);font-size:11px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);line-height:1.4}.hl-mega-card:hover .hl-mega-card__cta{color:var(--color-text)}@media(max-width:1199px){.hl-mega-menu__columns{display:none}}.hl-mega-heading{font-family:var(--font-heading);font-size:16px;font-weight:900;letter-spacing:var(--ls-text);color:var(--color-text)!important;text-decoration:none;display:block;padding-bottom:12px;margin-bottom:16px;border-bottom:1px solid var(--color-border);transition:color .2s ease}.hl-mega-heading:hover{color:var(--color-primary)!important}.hl-mega-list{list-style:none;margin:0;padding:0}.hl-mega-link{font-family:var(--font-body);font-size:13px;font-weight:400;color:var(--color-text-muted)!important;text-decoration:none;display:block;padding:6px 0;transition:color .2s ease}.hl-mega-link:hover{color:var(--color-text)!important}.hl-header__utils{display:flex;gap:24px;justify-content:flex-end;align-items:center}.hl-search-trigger{background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;padding:0;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.hl-util-link{font-family:var(--font-body);font-size:13px;font-weight:400;letter-spacing:var(--ls-text);text-transform:uppercase;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:6px;min-width:44px;min-height:44px;transition:color .2s ease}.hl-util-link:hover{color:var(--color-primary)!important}.hl-cart-count{background:var(--color-black-ice, #1C1A1A);color:var(--color-snow, #DBDEE4);font-size:9px;font-weight:500;min-width:16px;height:16px;padding:0 4px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.hl-search-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.hl-search-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.hl-search-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006}.hl-search-modal__content{position:relative;background:var(--color-bg);width:100%;max-width:720px;margin:72px auto 0;padding:56px 32px 32px;box-shadow:0 18px 48px #0000002e}.template-search__header h1{font-family:var(--font-heading)!important;font-size:clamp(28px,3.5vw,40px)!important;font-weight:900!important;letter-spacing:var(--ls-text)!important;text-transform:none!important;margin-bottom:24px!important}.template-search .template-search__search{max-width:640px;margin:0 auto 32px}.hl-search-page__empty{font-family:var(--font-body);font-size:15px;color:var(--color-text);text-align:center;margin:24px 0 32px}.hl-search-page__fallback{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:960px;margin:0 auto 48px;padding:0 var(--gutter)}.hl-search-page__fallback-card{display:block;text-decoration:none;color:var(--color-text)}.hl-search-page__fallback-image{aspect-ratio:1;background:var(--color-surface);overflow:hidden;margin-bottom:10px}.hl-search-page__fallback-image img{width:100%;height:100%;object-fit:cover;display:block}.hl-search-page__fallback-title{display:block;font-family:var(--font-body);font-size:13px;letter-spacing:var(--ls-text);color:var(--color-text);line-height:1.25;margin-bottom:2px}.hl-search-page__fallback-price{display:block;font-family:var(--font-caption);font-size:12px;color:var(--color-text-muted)}@media(max-width:749px){.hl-search-page__fallback{grid-template-columns:repeat(2,1fr);gap:12px}}.hl-search-empty__no-match{padding:16px 0 20px;border-bottom:1px solid var(--color-border);margin-bottom:20px}.hl-search-empty__no-match-text{font-family:var(--font-body);font-size:14px;color:var(--color-text);margin:0;letter-spacing:var(--ls-text)}.hl-search-empty__no-match-text span{color:var(--color-text);font-weight:500}.hl-search-empty{padding:20px 0 0}.hl-search-empty__section{margin-bottom:28px}.hl-search-empty__section:last-child{margin-bottom:0}.hl-search-empty__label{display:block;font-family:var(--font-caption);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:12px}.hl-search-empty__chips{display:flex;flex-wrap:wrap;gap:8px}.hl-search-empty__chip{display:inline-flex;align-items:center;padding:8px 14px;font-family:var(--font-body);font-size:13px;line-height:1;letter-spacing:var(--ls-text);color:var(--color-text);background:var(--color-surface);border:1px solid transparent;border-radius:0;text-decoration:none;cursor:pointer;transition:border-color .15s ease,background .15s ease}.hl-search-empty__chip:hover,.hl-search-empty__chip:focus-visible{border-color:var(--color-text);background:var(--color-bg);outline:none}.hl-search-empty__products{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.hl-search-empty__product{display:block;text-decoration:none;color:var(--color-text)}.hl-search-empty__product-image{aspect-ratio:1;background:var(--color-surface);overflow:hidden;margin-bottom:8px}.hl-search-empty__product-image img{width:100%;height:100%;object-fit:cover;display:block}.hl-search-empty__product-title{display:block;font-family:var(--font-body);font-size:12px;letter-spacing:var(--ls-text);color:var(--color-text);line-height:1.25;margin-bottom:2px}.hl-search-empty__product-price{display:block;font-family:var(--font-caption);font-size:11px;color:var(--color-text-muted)}.hl-predictive-results .predictive-search__result-group{padding:8px 0 0}.hl-predictive-results .predictive-search__heading{font-family:var(--font-caption)!important;font-size:10px!important;font-weight:400!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:var(--color-text-muted)!important;margin:12px 0 8px!important}.hl-predictive-results .predictive-search__results-list{list-style:none;margin:0;padding:0}.hl-predictive-results .predictive-search__list-item{list-style:none}.hl-predictive-results .predictive-search__item--link-with-thumbnail{display:flex!important;align-items:center!important;gap:14px!important;padding:10px 0!important;border-bottom:1px solid var(--color-border);text-decoration:none;color:var(--color-text)}.hl-predictive-results .predictive-search__item--link-with-thumbnail:hover{color:var(--color-text);background:var(--color-surface)}.hl-predictive-results .predictive-search__image{width:64px!important;height:64px!important;object-fit:cover;background:var(--color-surface);flex-shrink:0}.hl-predictive-results .predictive-search__item-content{flex:1 1 auto!important;min-width:0;display:flex!important;flex-direction:column!important;gap:2px!important;text-align:left!important}.hl-predictive-results .predictive-search__item-heading{font-family:var(--font-body)!important;font-size:14px!important;font-weight:400!important;letter-spacing:var(--ls-text)!important;text-transform:none!important;color:var(--color-text)!important;margin:0!important;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hl-predictive-results .price,.hl-predictive-results .price__regular,.hl-predictive-results .price-item{font-family:var(--font-caption)!important;font-size:12px!important;color:var(--color-text-muted)!important;font-weight:400!important}.hl-predictive-results .predictive-search__search-for-button{padding:14px 0 4px;border-top:1px solid var(--color-border);margin-top:8px}.hl-predictive-results .predictive-search__item--term{font-family:var(--font-body)!important;font-size:13px!important;letter-spacing:var(--ls-text)!important;text-transform:none!important;color:var(--color-text)!important;display:flex;align-items:center;justify-content:space-between;padding:6px 0;text-decoration:none;width:100%;border:none;background:none;cursor:pointer}.hl-predictive-results .predictive-search__item--term:hover{color:var(--color-primary)!important}.hl-predictive-results .predictive-search__results-list .predictive-search__item-content--centered .predictive-search__item-heading{font-size:13px!important}.hl-search-modal__close{position:absolute;top:16px;right:20px;background:none;border:none;color:var(--color-text-muted);cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;z-index:1;-webkit-tap-highlight-color:transparent}.hl-search-modal__close:hover{color:var(--color-text)}.hl-search-form-wrapper,.hl-search-form{width:100%}.hl-search-form .field{position:relative;display:flex;align-items:center}.hl-search-input{width:100%;font-family:var(--font-body);font-size:18px;padding:16px 48px 16px 0;border:none;border-bottom:1px solid var(--color-border);transition:border-color .2s ease;background:transparent;color:var(--color-text)}.hl-search-input:focus{border-color:var(--color-text)}.hl-search-input::placeholder{color:var(--color-text-muted)}.hl-search-modal .reset__button{position:absolute;right:0;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--color-text-muted);cursor:pointer;padding:8px;display:flex}.hl-search-modal .reset__button:hover{color:var(--color-text)}.hl-search-modal .reset__button.hidden{display:none}.hl-search-modal .predictive-search{position:relative!important;top:auto!important;left:auto!important;width:100%!important;max-height:60vh;overflow-y:auto;background:var(--color-bg)!important;border:none!important;border-top:1px solid var(--color-border);margin-top:16px;box-shadow:none!important}.hl-search-modal predictive-search[open] .predictive-search,.hl-search-modal predictive-search[loading] .predictive-search{display:block!important}.hl-search-modal .predictive-search__item,.hl-search-modal .predictive-search__item-heading{color:var(--color-text)!important}.hl-search-modal .predictive-search__item:hover{background:var(--color-surface)!important}.hl-header__mobile-logo{display:none;text-decoration:none;color:inherit!important;text-align:center}.hl-hamburger{display:none;background:none;border:none;cursor:pointer;color:inherit;padding:12px;margin:-12px}.hl-header__left{display:flex;align-items:center;gap:12px}.hl-header__left .hl-header__logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit!important}.hl-drawer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.hl-drawer-overlay.is-open{opacity:1;visibility:visible}.hl-drawer{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--color-bg);z-index:9999;transform:translate(-100%);transition:transform .35s cubic-bezier(.25,.1,.25,1),visibility 0s .35s;display:flex;flex-direction:column;visibility:hidden}.hl-drawer.is-open{transform:translate(0);visibility:visible;transition:transform .35s cubic-bezier(.25,.1,.25,1)}.hl-drawer__header{padding:16px 24px;display:flex;align-items:center;justify-content:flex-end}.hl-drawer__close{background:none;border:none;cursor:pointer;padding:12px;margin:-12px;color:var(--color-text);min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.hl-drawer__body{flex:1;overflow-y:auto;padding:0 24px 32px}.hl-drawer__brand{display:block;text-decoration:none;margin-bottom:24px}.hl-drawer__brand-name{font-family:var(--font-display);font-size:24px;font-weight:900;text-transform:uppercase;letter-spacing:var(--ls-text);color:var(--color-text);line-height:1}.hl-drawer__hero{display:block;position:relative;margin-bottom:24px;text-decoration:none;overflow:hidden}.hl-drawer__hero-img{width:100%;height:180px;object-fit:cover;display:block}.hl-drawer__hero-text{position:absolute;bottom:16px;left:16px;font-family:var(--font-heading);font-size:22px;font-weight:900;text-transform:uppercase;letter-spacing:var(--ls-text);color:var(--color-snow, #DBDEE4);text-shadow:0 1px 4px rgba(0,0,0,.4)}.hl-drawer__search{display:flex;align-items:center;gap:8px;width:100%;padding:12px 0;margin-bottom:16px;background:none;border:none;border-bottom:1px solid var(--color-border);cursor:pointer;font-family:var(--font-body);font-size:14px;font-weight:400;color:var(--color-text-muted);text-align:left}.hl-drawer__cards{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:16px 0 24px}.hl-drawer__card{display:block;text-decoration:none!important;color:var(--color-text)!important;background:var(--color-surface, #F5F5F5);overflow:hidden}.hl-drawer__card-img{display:block;width:100%;aspect-ratio:4 / 5;object-fit:cover;background:var(--color-surface, #F5F5F5)}.hl-drawer__card-heading{display:block;font-family:var(--font-heading);font-size:13px;font-weight:900;letter-spacing:var(--ls-text);color:var(--color-text);padding:10px 12px 12px;line-height:1.2}.hl-drawer__group{display:flex;flex-direction:column;gap:8px;padding:16px 0;border-top:1px solid var(--color-border)}.hl-drawer__group-heading{font-family:var(--font-caption);font-size:11px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:4px}.hl-drawer__group-link{font-family:var(--font-body);font-size:15px;font-weight:400;color:var(--color-text);text-decoration:none;padding:2px 0}.hl-drawer__main-link{display:block;font-family:var(--font-heading);font-size:18px;font-weight:900;color:var(--color-text);text-decoration:none;letter-spacing:var(--ls-text);padding:14px 0;line-height:1.1;border-top:1px solid var(--color-border)}.hl-drawer__secondary{margin-top:24px;padding-top:20px;border-top:1px solid var(--color-border);display:flex;flex-wrap:wrap;gap:0 24px}.hl-drawer__secondary a{font-family:var(--font-body);font-size:13px;font-weight:400;color:var(--color-text-muted);text-decoration:none;padding:6px 0}.hl-drawer__footer{padding:20px 24px 32px;border-top:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between}.hl-drawer__note{font-family:var(--font-caption);font-size:11px;font-weight:400;color:var(--color-text-muted);margin:0;letter-spacing:var(--ls-mono)}.hl-drawer__social{display:flex;gap:20px}.hl-drawer__social a{color:var(--color-text-muted);transition:color .2s ease}.hl-drawer__social a:hover{color:var(--color-text)}@media(max-width:989px){.hl-header-wrapper{height:52px}.hl-header__container{grid-template-columns:1fr auto 1fr;padding:0 var(--gutter-mobile);height:52px;gap:8px}.hl-hamburger{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}.hl-header__left{gap:0}.hl-header__left .hl-header__logo{display:none}.hl-header__mobile-logo{display:flex;align-items:center;justify-content:center;gap:8px}.hl-header__mobile-logo .hl-logo-img{height:28px!important;width:auto!important;max-height:28px}.hl-header__mobile-logo .hl-lettermark,.hl-header__nav{display:none}.hl-header__utils{gap:12px}.hl-header__utils a[href="/account"]{display:none}.hl-header__utils .hl-search-trigger{display:inline-flex}.hl-header__utils .hl-search-trigger .hl-util-text{display:none}.hl-header__utils .hl-util-text{font-size:12px}.hl-mega-menu{top:52px}.hl-search-modal__content{margin:0;max-width:none;min-height:100vh;padding:56px 20px 40px;box-shadow:none}.hl-search-modal__overlay{background:var(--color-bg)}.hl-search-empty__products{grid-template-columns:repeat(2,1fr);gap:12px}}@media(min-width:990px){.hl-header__utils .hl-search-trigger .hl-util-icon{display:none}}#hl-header-flow[data-transparent=light] .hl-header{background:linear-gradient(180deg,#00000061,#0003 55%,#0000)}#hl-header-flow[data-transparent=light].menu-open .hl-header{background:none}.hl-header__container{gap:24px}.hl-header__left{justify-self:start;gap:20px}.hl-header__logo{justify-self:center}.hl-header__utils{justify-self:end}.hl-header__nav{gap:26px}.hl-header-wrapper .hl-nav-link{font-family:var(--font-caption)!important;font-size:13px!important;font-weight:700!important;letter-spacing:.1em!important;text-transform:uppercase;opacity:.92;transition:opacity .2s ease}.hl-header-wrapper .hl-nav-link:hover{opacity:1}.hl-header__logo .hl-logo-img{display:none}.hl-header__logo .hl-lettermark{display:block;height:22px;width:auto}#hl-header-flow:has(.hl-mega-menu.is-open),#hl-header-fixed:has(.hl-mega-menu.is-open){background:var(--color-bg)!important;border-bottom:1px solid var(--color-border)!important}#hl-header-flow[data-transparent]:has(.hl-mega-menu.is-open) .hl-header{background:none!important}#hl-header-flow:has(.hl-mega-menu.is-open) .hl-nav-link,#hl-header-flow:has(.hl-mega-menu.is-open) .hl-lettermark,#hl-header-flow:has(.hl-mega-menu.is-open) .hl-util-link,#hl-header-flow:has(.hl-mega-menu.is-open) .hl-util-text,#hl-header-flow:has(.hl-mega-menu.is-open) .hl-hamburger{color:var(--color-text)!important;opacity:1!important}#hl-header-flow:has(.hl-mega-menu.is-open) .hl-logo-img,#hl-header-flow:has(.hl-mega-menu.is-open) .hl-lettermark{filter:none!important}#hl-header-flow:has(.hl-mega-menu.is-open) .hl-cart-count{background:var(--color-text)!important;color:#fff!important}@media(max-width:989px){.hl-header__left{gap:0}.hl-header__nav,.hl-header__logo .hl-lettermark{display:none}.hl-header__logo .hl-logo-img{display:block;height:28px;width:auto}}.hl-mega-menu__inner.hl-mega3{display:grid;grid-template-columns:1.1fr 1fr 1.5fr;gap:40px;align-items:start;max-width:var(--max-width);margin:0 auto;padding:28px var(--gutter) 36px}.hl-mega3__col{display:flex;flex-direction:column}.hl-mega3__h{font-family:var(--font-caption);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 14px}.hl-mega3__link{font-family:var(--font-body);font-size:14px;color:var(--color-text)!important;text-decoration:none;padding:6px 0;letter-spacing:var(--ls-text);transition:color .18s ease}.hl-mega3__link:hover{color:var(--color-primary)!important}.hl-mega3__feat{display:flex;gap:14px;align-items:center;background:var(--color-surface);padding:14px;text-decoration:none!important;color:var(--color-text)!important;transition:opacity .18s ease;max-width:340px}.hl-mega3__feat:hover{opacity:.9}.hl-mega3__feat img{width:88px;height:110px;object-fit:cover;flex-shrink:0;background:#fff}.hl-mega3__feat-t{display:flex;flex-direction:column;min-width:0}.hl-mega3__feat-k{font-family:var(--font-caption);font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary)}.hl-mega3__feat-n{font-family:var(--font-heading);font-weight:900;font-size:16px;letter-spacing:var(--ls-text);margin:5px 0;color:var(--color-text);line-height:1.15}.hl-mega3__feat-p{font-family:var(--font-caption);font-size:13px;color:var(--color-text)}@media(max-width:1100px){.hl-mega-menu__inner.hl-mega3{grid-template-columns:1fr 1fr;gap:28px}.hl-mega3__feat{display:none}}.hl-drawer{right:auto;width:min(90vw,400px);box-shadow:0 0 50px #0000002e}.hl-drawer__header{justify-content:space-between!important;border-bottom:1px solid var(--color-border)}.hl-drawer__wm{display:flex;align-items:center}.hl-drawer__wm img{height:20px;width:auto;display:block}.hl-mdr-feat{display:flex;gap:14px;align-items:center;background:var(--color-surface);padding:12px;text-decoration:none;margin:18px 0 24px}.hl-mdr-feat img{width:76px;height:94px;object-fit:cover;flex-shrink:0;background:#fff}.hl-mdr-feat__t{display:flex;flex-direction:column;min-width:0}.hl-mdr-feat__k{font-family:var(--font-caption);font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary)}.hl-mdr-feat__n{font-family:var(--font-heading);font-weight:900;font-size:17px;letter-spacing:var(--ls-text);margin:5px 0;color:var(--color-text);line-height:1.1}.hl-mdr-feat__p{font-family:var(--font-caption);font-size:11px;letter-spacing:.04em;color:var(--color-text)}.hl-mdr-sec{font-family:var(--font-caption);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted);margin:0 0 4px}.hl-mdr-cat{display:flex;align-items:center;gap:14px;padding:13px 0;border-bottom:1px solid var(--color-border);text-decoration:none}.hl-mdr-cat img{width:52px;height:52px;object-fit:cover;flex-shrink:0;background:var(--color-surface)}.hl-mdr-cat__t{flex:1;display:flex;flex-direction:column;min-width:0}.hl-mdr-cat__t b{font-family:var(--font-heading);font-weight:900;font-size:17px;letter-spacing:var(--ls-text);color:var(--color-text)}.hl-mdr-cat__t i{font-family:var(--font-caption);font-size:9px;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);font-style:normal;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hl-mdr-cat__chev{width:18px;height:18px;stroke:var(--color-text-muted);fill:none;flex-shrink:0}.hl-mdr-links{display:flex;flex-direction:column;margin-top:20px}.hl-mdr-links a{font-family:var(--font-body);font-size:15px;color:var(--color-text);padding:12px 0;text-decoration:none;border-bottom:1px solid var(--color-border);letter-spacing:var(--ls-text)}.hl-drawer__foot2{flex-shrink:0;display:flex;flex-direction:column;gap:10px;padding:16px 24px calc(16px + env(safe-area-inset-bottom));background:var(--color-surface)}.hl-drawer__foot2 span{display:flex;align-items:center;gap:10px;font-family:var(--font-caption);font-size:10px;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted)}.hl-drawer__foot2 svg{width:15px;height:15px;stroke:var(--color-text);fill:none;flex-shrink:0}.hl-header-wrapper{border-bottom:1px solid var(--color-border)}.hl-header__container{display:flex!important;align-items:center;gap:20px}.hl-header__logo{order:1;justify-self:unset}.hl-header__left{order:2;justify-self:unset;margin-left:auto;gap:20px}.hl-header__utils{order:3;justify-self:unset}.hl-header__logo.hl-header__logo--wordmark{display:block;font-family:var(--font-heading);font-weight:900;letter-spacing:-.02em;font-size:20px;text-transform:uppercase;color:var(--color-text)!important;text-decoration:none}#hl-header-flow[data-transparent=light] .hl-header__logo--wordmark{color:var(--color-snow, #DBDEE4)!important}#hl-header-flow.menu-open .hl-header__logo--wordmark,#hl-header-flow:has(.hl-mega-menu.is-open) .hl-header__logo--wordmark{color:var(--color-text)!important}.hl-header-wrapper .hl-nav-link{font-family:var(--font-caption)!important;font-size:13px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase;color:var(--color-text-muted)!important;opacity:1}.hl-header-wrapper .hl-nav-link:hover{color:var(--color-text)!important}.hl-header__utils{gap:16px}.hl-header-wrapper .hl-util-link{font-family:var(--font-caption)!important;font-size:11px!important;font-weight:700!important;letter-spacing:.06em!important;color:var(--color-text-muted)!important;min-width:auto;min-height:auto}.hl-header-wrapper .hl-util-link:hover{color:var(--color-text)!important}.hl-util-icon{width:15px;height:15px}@media(max-width:989px){.hl-header__logo.hl-header__logo--wordmark{font-size:17px}}#hl-header-flow:not([data-transparent]) .hl-header,#hl-header-fixed .hl-header{background:#fff!important;background-image:none!important}.hl-header-wrapper .hl-nav-link,.hl-header-wrapper .hl-util-link{color:#1c1a1a!important}.hl-header__container{display:flex!important;align-items:center;flex-wrap:nowrap!important;gap:20px}.hl-header__logo{order:1!important;justify-self:unset!important;flex-shrink:0}.hl-header__left{order:2!important;justify-self:unset!important;margin-left:auto!important;flex-shrink:0;display:flex;align-items:center}.hl-header__utils{order:3!important;justify-self:unset!important;flex-shrink:0}.hl-header__nav{flex-wrap:nowrap!important;gap:18px}.hl-nav-item{flex-shrink:0}.hl-header-wrapper .hl-nav-link{font-family:var(--font-body)!important;font-size:11px!important;font-weight:400!important;letter-spacing:.1em!important;opacity:1;white-space:nowrap!important}.hl-header-wrapper .hl-nav-link:hover{opacity:.65}.hl-header-wrapper .hl-util-link{font-family:var(--font-body)!important;font-size:13px!important;font-weight:400!important;letter-spacing:-.03em!important}.hl-header-wrapper .hl-util-link:hover{opacity:.65}@media(min-width:990px){.hl-header__utils .hl-search-trigger .hl-util-icon{display:block!important}.hl-header__utils .hl-search-trigger .hl-util-text{display:none!important}}.hl-header-wrapper .hl-util-link,.hl-header-wrapper .hl-search-trigger{min-height:24px;min-width:24px;padding:4px 2px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center}.hl-header-wrapper .hl-header__logo{display:inline-flex;align-items:center;min-height:24px;padding:2px 0}@media(max-width:989px){.hl-header-wrapper .hl-util-link,.hl-header-wrapper .hl-search-trigger,.hl-header-wrapper .hl-hamburger{min-height:44px;min-width:44px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/hl-header.css.map */
