.section-custom-header{position:sticky;top:0;z-index:200;background-color:var(--color-bg);border-bottom:1px solid var(--color-border);box-shadow:0 2px 12px #3d1a6b0f}.section-custom-header .header-inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin-inline:auto;padding:var(--space-4) var(--space-5);gap:var(--space-5)}.section-custom-header .header-logo{font-family:var(--font-heading);font-weight:800;font-size:26px;color:var(--color-brand-deep);text-decoration:none;letter-spacing:-.01em;line-height:1;flex-shrink:0;transition:opacity var(--transition)}.section-custom-header .header-logo:hover{opacity:.8}.section-custom-header .header-logo:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-radius:var(--radius-sm)}.section-custom-header .header-nav{display:none}@media(min-width:990px){.section-custom-header .header-nav{display:flex;align-items:center;flex:1;justify-content:center}}.section-custom-header .header-nav__list{display:flex;align-items:center;gap:var(--space-1);list-style:none;margin:0;padding:0}.section-custom-header .header-nav__item{position:relative}.section-custom-header .header-nav__link{display:block;padding:var(--space-2) var(--space-3);font-family:var(--font-body);font-weight:500;font-size:15px;color:var(--color-text);text-decoration:none;border-radius:var(--radius-sm);transition:color var(--transition),background-color var(--transition);white-space:nowrap}.section-custom-header .header-nav__link:hover,.section-custom-header .header-nav__link.is-active{color:var(--color-brand);background-color:var(--color-bg-soft)}.section-custom-header .header-nav__link:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.section-custom-header .header-nav__trigger{display:flex;align-items:center;gap:var(--space-1);padding:var(--space-2) var(--space-3);font-family:var(--font-body);font-weight:500;font-size:15px;color:var(--color-text);background:none;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:color var(--transition),background-color var(--transition);white-space:nowrap}.section-custom-header .header-nav__trigger:hover,.section-custom-header .header-nav__trigger[aria-expanded=true]{color:var(--color-brand);background-color:var(--color-bg-soft)}.section-custom-header .header-nav__trigger:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.section-custom-header .header-nav__trigger .svg-wrapper{display:flex;align-items:center;width:14px;height:14px;transition:transform var(--transition)}.section-custom-header .header-nav__trigger[aria-expanded=true] .svg-wrapper{transform:rotate(180deg)}.section-custom-header .header-nav__dropdown{position:absolute;top:calc(100% + var(--space-2));left:0;min-width:220px;background-color:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-hover);list-style:none;margin:0;padding:var(--space-2) 0;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity var(--transition),visibility var(--transition),transform var(--transition);z-index:10}.section-custom-header .header-nav__item:hover .header-nav__dropdown,.section-custom-header .header-nav__trigger[aria-expanded=true]+.header-nav__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.section-custom-header .header-nav__dropdown-link{display:block;padding:var(--space-3) var(--space-4);font-family:var(--font-body);font-weight:400;font-size:15px;color:var(--color-text);text-decoration:none;transition:color var(--transition),background-color var(--transition)}.section-custom-header .header-nav__dropdown-link:hover{color:var(--color-brand);background-color:var(--color-bg-soft)}.section-custom-header .header-nav__dropdown-link:focus-visible{outline:none;background-color:var(--color-bg-soft);color:var(--color-brand)}.section-custom-header .header-actions{display:flex;align-items:center;gap:var(--space-1);flex-shrink:0}.section-custom-header .header-action-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--color-text);text-decoration:none;border-radius:var(--radius-sm);transition:color var(--transition),background-color var(--transition)}.section-custom-header .header-action-btn:hover{color:var(--color-brand);background-color:var(--color-bg-soft)}.section-custom-header .header-action-btn:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.section-custom-header .header-action-btn .svg-wrapper{display:flex;align-items:center;width:22px;height:22px}.section-custom-header .header-action-btn .svg-wrapper svg{width:100%;height:100%}.section-custom-header .header-cart .svg-wrapper{width:22px;height:22px}@media(min-width:990px){.section-custom-header .header-cart .svg-wrapper{width:24px;height:24px}}.section-custom-header .header-cart{position:relative}.section-custom-header .header-cart__badge{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 4px;background-color:var(--color-brand);color:#fff;font-family:var(--font-body);font-weight:500;font-size:11px;line-height:18px;text-align:center;border-radius:var(--radius-pill);pointer-events:none}.section-custom-header .header-hamburger{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;border-radius:var(--radius-sm);cursor:pointer;color:var(--color-text);transition:color var(--transition),background-color var(--transition)}.section-custom-header .header-hamburger:hover{color:var(--color-brand);background-color:var(--color-bg-soft)}.section-custom-header .header-hamburger:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.section-custom-header .header-hamburger .svg-wrapper{display:flex;width:22px;height:22px}.section-custom-header .header-hamburger .svg-wrapper svg{width:100%;height:100%}.section-custom-header .header-hamburger .header-hamburger__icon--close,.section-custom-header .header-hamburger[aria-expanded=true] .header-hamburger__icon--open{display:none}.section-custom-header .header-hamburger[aria-expanded=true] .header-hamburger__icon--close{display:flex}@media(min-width:990px){.section-custom-header .header-hamburger{display:none}}@media(max-width:989px){.section-custom-header .header-inner{padding:var(--space-3) var(--space-4);position:relative}.section-custom-header .header-logo{position:absolute;left:50%;transform:translate(-50%);font-size:22px}.section-custom-header .header-actions{width:100%;justify-content:space-between}.section-custom-header .header-action-btn--search{display:none}}.nav-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#2a223866;z-index:299;opacity:0;transition:opacity var(--transition)}.nav-overlay.is-open{display:block;opacity:1}.nav-drawer{position:fixed;top:0;left:0;bottom:0;width:min(320px,90vw);background-color:var(--color-bg);z-index:300;display:flex;flex-direction:column;box-shadow:var(--shadow-hover);transform:translate(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);overflow-y:auto}.nav-drawer.is-open{transform:translate(0)}.nav-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border);flex-shrink:0}.nav-drawer__header .header-logo{font-family:var(--font-heading);font-weight:800;font-size:22px;color:var(--color-brand-deep);text-decoration:none;letter-spacing:-.01em}.nav-drawer__close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;border-radius:var(--radius-sm);cursor:pointer;color:var(--color-text);transition:color var(--transition),background-color var(--transition);flex-shrink:0}.nav-drawer__close:hover{color:var(--color-brand);background-color:var(--color-bg-soft)}.nav-drawer__close:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.nav-drawer__close .svg-wrapper{display:flex;width:20px;height:20px}.nav-drawer__close .svg-wrapper svg{width:100%;height:100%}.nav-drawer__nav{padding:var(--space-4) 0;flex:1}.nav-drawer__list{list-style:none;margin:0;padding:0}.nav-drawer__link{display:block;padding:var(--space-3) var(--space-5);font-family:var(--font-body);font-weight:500;font-size:16px;color:var(--color-text);text-decoration:none;transition:color var(--transition),background-color var(--transition)}.nav-drawer__link:hover{color:var(--color-brand);background-color:var(--color-bg-soft)}.nav-drawer__link:focus-visible{outline:none;background-color:var(--color-bg-soft);color:var(--color-brand)}.nav-drawer__sub-list{list-style:none;margin:0;padding:0;border-left:2px solid var(--color-bg-soft);margin-left:var(--space-5);margin-bottom:var(--space-2)}.nav-drawer__sub-link{display:block;padding:var(--space-2) var(--space-4);font-family:var(--font-body);font-weight:400;font-size:15px;color:var(--color-text-muted);text-decoration:none;transition:color var(--transition)}.nav-drawer__sub-link:hover{color:var(--color-brand)}.nav-drawer__sub-link:focus-visible{outline:none;color:var(--color-brand)}@media(prefers-reduced-motion:reduce){.nav-drawer,.nav-overlay,.section-custom-header .header-nav__dropdown{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom-header.css.map */
