.home-site-header{position:relative;z-index:30;background:var(--home-bg-base, #07090c);border-bottom:1px solid var(--home-border, rgba(255, 255, 255, .08));font-family:var(--home-font, "Rajdhani", sans-serif);color:var(--home-text, #f4f7fb)}.home-site-header__inner{max-width:var(--home-container-wide, 1320px);margin:0 auto;padding:.85rem 1.25rem;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1.25rem 1.75rem}.home-site-header__hamburger{display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;border-radius:6px;background:transparent;color:var(--home-text, #f4f7fb);cursor:pointer;flex-shrink:0}.home-site-header__hamburger:hover{color:var(--home-accent-bright, #4d93ff)}.home-site-header__logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none}.home-site-header__logo img,.home-site-header__logo svg{display:block;width:auto;height:auto;max-height:40px;max-width:160px}.home-site-header__logo--mobile{display:none}.home-site-header__logo-text{font-family:var(--home-font-display, "Rajdhani", sans-serif);font-size:1.5rem;font-weight:700;letter-spacing:.08em;color:var(--home-text, #f4f7fb);text-transform:uppercase}.home-site-header__search label.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.home-site-header__search{width:100%;max-width:640px;justify-self:center;align-self:center;position:relative;display:flex;align-items:center;min-width:0}.home-site-header__search predictive-search,.home-site-header__search search-form,.home-site-header__search .search-modal__form{display:block;width:100%;margin:0!important;padding:0!important;border:0;line-height:0}.home-site-header__search-form,.home-site-header form.home-site-header__search-form{width:100%;margin:0!important;padding:0!important;line-height:normal}.home-site-header__search-field{position:relative;width:100%;display:flex;align-items:center;margin:0;padding:0;line-height:normal}.home-site-header input.home-site-header__search-input[type=search]{display:block;width:100%;min-height:46px;height:46px;margin:0!important;padding:0 1rem 0 2.85rem!important;border-radius:var(--home-radius, 10px);border:1px solid var(--home-border-strong, rgba(255, 255, 255, .14))!important;background:var(--home-bg-surface, #151b24)!important;color:var(--home-text, #f4f7fb)!important;font-family:var(--home-font, "Rajdhani", sans-serif);font-size:.9375rem;font-weight:500;letter-spacing:.02em;line-height:46px;outline:none;box-shadow:none!important;-webkit-appearance:none;appearance:none;vertical-align:middle}.home-site-header input.home-site-header__search-input[type=search]::placeholder{color:var(--home-text-subtle, #6b7788);opacity:1}.home-site-header input.home-site-header__search-input[type=search]:focus{border-color:var(--home-accent, #2f7bff)!important;background:var(--home-bg-surface-hover, #1c2430)!important;box-shadow:0 0 0 1px #2f7bff59!important}.home-site-header__search-icon{position:absolute;left:.9rem;top:50%;transform:translateY(-50%);z-index:1;display:flex;align-items:center;justify-content:center;width:18px;height:18px;color:var(--home-text-muted, #9aa6b5);pointer-events:none}.home-site-header__search-results{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:60;display:none;flex-direction:column;max-height:min(70vh,480px);overflow:auto;padding:.75rem 1rem;border-radius:var(--home-radius, 10px);border:1px solid var(--home-border-strong, rgba(255, 255, 255, .14));background:var(--home-bg-elevated, #0e1218);box-shadow:var(--home-shadow, 0 18px 50px rgba(0, 0, 0, .45));line-height:normal}.search-ajax.open .home-site-header__search-results,.home-site-header__search.search-ajax.open .home-site-header__search-results{display:flex}.home-site-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:.35rem .85rem;flex-shrink:0}.home-site-header__divider{display:inline-flex;align-items:center;color:var(--home-text-subtle, #6b7788);font-size:.875rem;font-weight:500;line-height:1;-webkit-user-select:none;user-select:none;opacity:.7}.home-site-header__account{display:inline-flex;align-items:center;gap:.35rem;color:var(--home-text-muted, #9aa6b5);font-size:.8125rem;font-weight:600;letter-spacing:.03em;text-decoration:none;white-space:nowrap}.home-site-header__account:hover{color:var(--home-text, #f4f7fb)}.home-site-header__icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--home-text, #f4f7fb);text-decoration:none}.home-site-header__icon-btn:hover{color:var(--home-accent-bright, #4d93ff)}.home-site-header__icon-btn svg{width:22px;height:22px}.home-site-header__count{position:absolute;top:2px;right:0;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--home-accent, #2f7bff);color:#fff;font-size:.65rem;font-weight:700;line-height:16px;text-align:center}.home-site-header__count[data-count="0"]{display:none}@media(max-width:989px){.home-site-header__inner{grid-template-columns:auto 1fr auto;grid-template-areas:"hamburger logo actions" "search    search  search";gap:.6rem .75rem;padding:.75rem 1rem}.home-site-header__hamburger{display:flex;grid-area:hamburger}.home-site-header__logo{grid-area:logo;justify-self:center}.home-site-header__logo--mobile{display:flex}.home-site-header__logo--desktop{display:none}.home-site-header__logo img,.home-site-header__logo svg{max-height:36px}.home-site-header__actions{grid-area:actions}.home-site-header__search{grid-area:search;max-width:none;justify-self:stretch}.home-site-header__account,.home-site-header__divider{display:none}.home-site-header input.home-site-header__search-input[type=search]{min-height:38px;height:38px;line-height:38px;font-size:.875rem}}.popup-navigation.js-popup-navigation,.popup-navigation.js-popup-navigation .popup-navigation__head,.popup-navigation.js-popup-navigation .popup-navigation__menu,.popup-navigation.js-popup-navigation .menu__panel .menu__list{background-color:var(--home-bg-base, #07090c)!important}.popup-navigation.js-popup-navigation .popup-navigation__close,.popup-navigation.js-popup-navigation .popup-navigation__back{color:#fff!important}.popup-navigation.js-popup-navigation .popup-navigation__close .icon,.popup-navigation.js-popup-navigation .popup-navigation__back .icon,.popup-navigation.js-popup-navigation .popup-navigation__close .icon path,.popup-navigation.js-popup-navigation .popup-navigation__back .icon path{fill:#fff!important}.popup-navigation.js-popup-navigation .menu__panel>.menu__item>a,.popup-navigation.js-popup-navigation .menu__panel>.menu__item>a:visited,.popup-navigation.js-popup-navigation .menu__panel>.menu__item>a:link{color:#fff!important;font-size:1rem!important;padding-top:.6rem!important;padding-bottom:.6rem!important}.popup-navigation.js-popup-navigation .menu__panel>.menu__item>a:hover,.popup-navigation.js-popup-navigation .menu__panel>.menu__item:hover>a{color:var(--home-accent-bright, #4d93ff)!important}.popup-navigation.js-popup-navigation .menu__panel>.menu__item{border-bottom:1px solid rgba(255,255,255,.07)!important}.popup-navigation.js-popup-navigation .menu__item_arrow .icon,.popup-navigation.js-popup-navigation .menu__item_arrow .icon path{fill:#ffffff8c!important}.popup-navigation.js-popup-navigation .popup-navigation__currency{color:#fff!important}.popup-navigation.js-popup-navigation .home-nav-lang__btn{display:block;width:100%;padding:.5rem 0;background:none;border:none;text-align:start;font-family:var(--home-font, "Rajdhani", sans-serif);font-size:.9375rem;font-weight:600;color:#ffffffa6;cursor:pointer;letter-spacing:.02em}.popup-navigation.js-popup-navigation .home-nav-lang__btn:hover,.popup-navigation.js-popup-navigation .home-nav-lang__btn.is-active{color:#fff}.popup-navigation.js-popup-navigation .menu__label--hot{margin-left:5px;padding:1px 3px!important}.popup-navigation.js-popup-navigation .popup-navigation__search{display:none!important}.popup-navigation.js-popup-navigation .menu__item--has-children>.menu__panel{display:none!important}.popup-navigation.js-popup-navigation .menu__item--has-children.open>.menu__panel{display:block!important;position:static!important;width:auto!important;top:auto!important;left:auto!important}.popup-navigation.js-popup-navigation .menu__item--has-children.open>a .menu__item_arrow{transform:rotate(90deg);transition:transform .2s ease}.popup-navigation.js-popup-navigation .menu__item--has-children.open>.menu__panel .menu__item>a{padding-left:1.25rem!important;font-size:.9rem!important;color:#ffffffb3!important}
/*# sourceMappingURL=/cdn/shop/t/28/assets/home-site-header.css.map */
