.hl-header-group{font-family:var(--hl-font)}.hl-top-bar{background:var(--hl-primary);color:#fff}.hl-top-bar .hl-container{display:flex;align-items:center;justify-content:space-between;height:38px}.hl-top-bar-nav{display:flex;gap:22px}.hl-top-bar-nav a{font-size:12px;font-weight:700;letter-spacing:.04em;color:#fff;text-decoration:none}.hl-top-bar-right{display:flex;align-items:center;gap:16px}.hl-social-icons{display:flex;gap:12px}.hl-social-icons a{width:16px;height:16px;display:flex;align-items:center;justify-content:center;color:#fff;opacity:.95}.hl-social-icons svg{width:14px;height:14px;fill:currentColor}.hl-top-bar-delivery{font-size:12px;font-weight:600;color:#fff;border-left:1px solid rgba(255,255,255,.4);padding-left:16px}.hl-main-header{background:#fff;border-bottom:1px solid var(--hl-border)}.hl-main-header .hl-container{display:flex;align-items:center;gap:30px;padding-top:16px;padding-bottom:16px}.hl-logo{flex-shrink:0;display:block}.hl-logo img{height:56px;width:auto;display:block}.hl-logo span{font-size:22px;font-weight:700;color:var(--hl-heading)}.hl-header-search{flex:1;display:flex;max-width:640px}.hl-header-search input{flex:1;min-width:0;border:1px solid #e0e0e0;border-right:none;border-radius:var(--hl-radius) 0 0 var(--hl-radius);padding:0 16px;height:44px;font-size:14px;font-family:var(--hl-font);color:var(--hl-text-dark);outline:none}.hl-header-search input:focus{border-color:var(--hl-primary)}.hl-header-search button{width:52px;background:var(--hl-primary);border:none;border-radius:0 var(--hl-radius) var(--hl-radius) 0;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.hl-header-search button svg{width:18px;height:18px;stroke:#fff;fill:none}.hl-header-actions{display:flex;align-items:center;gap:24px;margin-left:auto;flex-shrink:0}.hl-header-actions a{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--hl-heading);position:relative;white-space:nowrap;text-decoration:none}.hl-header-actions svg{width:20px;height:20px;stroke:var(--hl-heading);fill:none;stroke-width:1.7}.hl-icon-badge{position:absolute;top:-8px;right:-9px;background:var(--hl-red);color:#fff;font-size:10px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hl-icon-badge[hidden]{display:none}.hl-cart-total-txt{font-weight:700;color:var(--hl-heading)}.hl-mobile-header{display:none}@media screen and (max-width:1024px){.hl-top-bar,.hl-main-header{display:none}.hl-mobile-header{display:block;background:var(--hl-primary);padding:14px 16px 18px}.hl-mobile-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.hl-hamburger{background:none;border:none;display:flex;flex-direction:column;gap:5px;padding:0;cursor:pointer}.hl-hamburger span{width:24px;height:2px;background:#fff;display:block}.hl-mobile-header-row .hl-logo img{height:38px}.hl-mobile-header-row .hl-cart-link{position:relative;color:#fff}.hl-mobile-header-row .hl-cart-link svg{width:24px;height:24px;stroke:#fff;fill:none;stroke-width:1.6}.hl-mobile-search{display:flex}.hl-mobile-search input{flex:1;min-width:0;border:none;border-radius:var(--hl-radius) 0 0 var(--hl-radius);padding:0 14px;height:42px;font-size:14px;font-family:var(--hl-font);outline:none}.hl-mobile-search button{width:48px;background:var(--hl-primary-dark);border:none;border-radius:0 var(--hl-radius) var(--hl-radius) 0;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.hl-mobile-search button svg{width:18px;height:18px;stroke:#fff;fill:none}}.hl-mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1001;display:none}.hl-mobile-menu-overlay.hl-open{display:block}.hl-mobile-menu{position:fixed;top:0;left:0;bottom:0;width:78%;max-width:300px;background:#fff;z-index:1002;transform:translate(-100%);transition:transform .25s ease;overflow-y:auto}.hl-mobile-menu.hl-open{transform:translate(0)}.hl-mobile-menu-head{background:var(--hl-primary);padding:20px;display:flex;align-items:center;justify-content:space-between}.hl-mobile-menu-head img{height:40px;display:block}.hl-mobile-menu-head span{color:#fff;font-weight:700;font-size:18px}.hl-mobile-menu-head button{background:none;border:none;font-size:24px;line-height:1;color:#fff;cursor:pointer}.hl-mobile-menu nav a{display:block;padding:15px 22px;border-bottom:1px solid var(--hl-border);font-weight:600;font-size:14px;color:var(--hl-heading);text-decoration:none}.hl-mobile-bottom-nav{display:none}@media screen and (max-width:1024px){.hl-mobile-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--hl-border);z-index:900;padding:8px 0 max(8px,env(safe-area-inset-bottom))}.hl-mobile-bottom-nav a{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11px;font-weight:600;color:var(--hl-text-dark);position:relative;text-decoration:none}.hl-mobile-bottom-nav a.hl-active{color:var(--hl-primary)}.hl-mobile-bottom-nav a.hl-active svg{stroke:var(--hl-primary)}.hl-mobile-bottom-nav svg{width:22px;height:22px;stroke:var(--hl-text-dark);fill:none;stroke-width:1.6}.hl-mobile-bottom-nav .hl-nav-badge{position:absolute;top:-4px;right:22%;background:var(--hl-red);color:#fff;font-size:9px;font-weight:700;width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hl-mobile-bottom-nav .hl-nav-badge[hidden]{display:none}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/hl-header.css.map */
