.vs-header,.vs-header *{box-sizing:border-box}.vs-header{position:relative;z-index:1000;width:100%;background:var(--vs-header-bg, #0b0b0d);color:var(--vs-header-text, #fff);border-bottom:1px solid var(--vs-header-border, #26262b);font-family:inherit}.vs-header a{color:inherit;text-decoration:none}.vs-header button,.vs-header input{font:inherit}.vs-header__announcement{width:100%;background:color-mix(in srgb,var(--vs-header-accent, #ff6a00) 12%,var(--vs-header-bg, #0b0b0d));border-bottom:1px solid var(--vs-header-border, #26262b)}.vs-header__announcement-inner{width:min(1440px,calc(100% - 32px));min-height:32px;margin:0 auto;display:flex;align-items:center;justify-content:center;text-align:center;font-size:11px;font-weight:600;letter-spacing:.02em}.vs-header__announcement a:hover{color:var(--vs-header-accent, #ff6a00)}.vs-header__desktop{display:block}.vs-header__top{width:100%}.vs-header__top>.vs-header__logo,.vs-header__top>.vs-header__search,.vs-header__top>.vs-header__actions{min-width:0}.vs-header__top{min-height:var(--vs-header-height, 78px);width:min(1440px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:minmax(150px,var(--vs-header-logo-width, 170px)) minmax(260px,var(--vs-header-search-width, 420px)) auto;align-items:center;justify-content:space-between;gap:28px}.vs-header__logo{min-width:0}.vs-header__logo-link,.vs-header__mobile-logo{display:inline-flex;align-items:center;min-width:0}.vs-header__logo-image{display:block;width:var(--vs-header-logo-width, 170px);max-width:100%;height:auto;object-fit:contain}.vs-header__text-logo{display:inline-block;font-size:18px;line-height:1.05;font-weight:900;letter-spacing:-.03em;color:var(--vs-header-text, #fff);white-space:nowrap}.vs-header__search,.vs-header__mobile-search{position:relative;width:100%;min-width:0}.vs-header__search-form{position:relative;display:flex;align-items:center;width:100%;height:44px;overflow:hidden;border:1px solid var(--vs-header-border, #26262b);border-radius:10px;background:#ffffff0e;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.vs-header__search-form:focus-within{border-color:var(--vs-header-accent, #ff6a00);background:#ffffff13;box-shadow:0 0 0 3px color-mix(in srgb,var(--vs-header-accent, #ff6a00) 14%,transparent)}.vs-header__search-input{width:100%;height:100%;min-width:0;padding:0 52px 0 15px;border:0;outline:0;background:transparent;color:var(--vs-header-text, #fff);font-size:13px;font-weight:500}.vs-header__search-input::placeholder{color:color-mix(in srgb,var(--vs-header-text, #fff) 48%,transparent)}.vs-header__search-input::-webkit-search-cancel-button{opacity:.55}.vs-header__search-button{position:absolute;top:0;right:0;width:46px;height:100%;display:grid;place-items:center;border:0;background:transparent;color:var(--vs-header-text, #fff);cursor:pointer;transition:color .2s ease,background .2s ease}.vs-header__search-button:hover{color:var(--vs-header-accent, #ff6a00);background:#ffffff0d}.vs-header__search-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.vs-header__predictive-search{position:absolute;top:calc(100% + 9px);left:0;right:0;z-index:99999;display:none;overflow:hidden;border:1px solid var(--vs-header-border, #26262b);border-radius:14px;background:var(--vs-header-bg, #0b0b0d);box-shadow:0 24px 70px #0000007a,0 8px 24px #00000047;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.vs-header__predictive-search.is-open{display:block}.vs-header__predictive-search-loading{min-height:70px;display:none;align-items:center;justify-content:center;gap:5px}.vs-header__predictive-search.is-loading .vs-header__predictive-search-loading{display:flex}.vs-header__predictive-search.is-loading .vs-header__predictive-search-results{display:none}.vs-header__predictive-search-loading span{width:6px;height:6px;border-radius:50%;background:var(--vs-header-accent, #ff6a00);animation:vs-header-search-dot .85s ease-in-out infinite}.vs-header__predictive-search-loading span:nth-child(2){animation-delay:.12s}.vs-header__predictive-search-loading span:nth-child(3){animation-delay:.24s}@keyframes vs-header-search-dot{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.vs-header__predictive-search-results{max-height:470px;overflow-y:auto;overscroll-behavior:contain}.vs-header__predictive-product{display:flex;align-items:center;gap:13px;width:100%;padding:12px 14px;border-bottom:1px solid color-mix(in srgb,var(--vs-header-border, #26262b) 70%,transparent);transition:background .18s ease}.vs-header__predictive-product:hover{background:#ffffff0e}.vs-header__predictive-product-image{flex:0 0 56px;width:56px;height:56px;display:block;overflow:hidden;border-radius:9px;background:#ffffff0f}.vs-header__predictive-product-image img{width:100%;height:100%;display:block;object-fit:cover}.vs-header__predictive-product-info{min-width:0;flex:1}.vs-header__predictive-product-title{display:block;color:var(--vs-header-text, #fff);font-size:13px;line-height:1.35;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vs-header__predictive-product-meta{display:flex;align-items:center;gap:8px;margin-top:5px}.vs-header__predictive-product-price{color:var(--vs-header-accent, #ff6a00);font-size:12px;font-weight:800}.vs-header__predictive-product-compare{color:#fff6;font-size:11px;text-decoration:line-through}.vs-header__predictive-arrow{flex:0 0 auto;color:#fff6;font-size:18px;transition:color .18s ease,transform .18s ease}.vs-header__predictive-product:hover .vs-header__predictive-arrow{color:var(--vs-header-accent, #ff6a00);transform:translate(3px)}.vs-header__predictive-empty{padding:25px 18px;color:#ffffff8f;text-align:center;font-size:13px}.vs-header__predictive-empty strong{color:var(--vs-header-text, #fff)}.vs-header__predictive-search-all{min-height:46px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid var(--vs-header-border, #26262b);background:#ffffff06;color:var(--vs-header-text, #fff);font-size:12px;font-weight:750;transition:background .18s ease,color .18s ease}.vs-header__predictive-search-all:hover{background:#ffffff0f;color:var(--vs-header-accent, #ff6a00)}.vs-header__predictive-search-results::-webkit-scrollbar{width:5px}.vs-header__predictive-search-results::-webkit-scrollbar-thumb{border-radius:99px;background:#ffffff26}.vs-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.vs-header__action{position:relative;min-width:52px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--vs-header-text, #fff);transition:color .2s ease}.vs-header__action:hover{color:var(--vs-header-accent, #ff6a00)}.vs-header__action-icon{position:relative;min-height:25px;display:grid;place-items:center}.vs-header__action-icon svg{width:var(--vs-header-icon-size, 21px);height:var(--vs-header-icon-size, 21px);fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.vs-header__action-text{font-size:10px;line-height:1;font-weight:650;white-space:nowrap}.vs-header__count{position:absolute;top:-6px;right:-9px;min-width:16px;height:16px;padding:0 4px;display:grid;place-items:center;border-radius:999px;background:var(--vs-header-accent, #ff6a00);color:#fff;font-size:9px;line-height:1;font-weight:800}.vs-header__nav{width:100%;border-top:1px solid var(--vs-header-border, #26262b);border-bottom:1px solid var(--vs-header-border, #26262b)}.vs-header__nav-list{width:min(1440px,calc(100% - 40px));min-height:44px;margin:0 auto;padding:0;display:flex;align-items:stretch;justify-content:center;gap:28px;list-style:none}.vs-header__nav-item{position:relative;display:flex;align-items:stretch}.vs-header__nav-link{min-height:44px;display:inline-flex;align-items:center;font-size:var(--vs-header-nav-size, 13px);line-height:1;font-weight:700;letter-spacing:.015em;white-space:nowrap;transition:color .2s ease}.vs-header__nav-link:hover,.vs-header__nav-item:hover>.vs-header__nav-link{color:var(--vs-header-accent, #ff6a00)}.vs-header__dropdown{position:absolute;top:calc(100% + 1px);left:-15px;z-index:100000;min-width:230px;max-width:min(680px,90vw);padding:18px;display:none;border:1px solid var(--vs-header-border, #26262b);border-radius:12px;background:var(--vs-header-bg, #0b0b0d);box-shadow:0 22px 55px #00000061}.vs-header__nav-item:hover>.vs-header__dropdown{display:block}.vs-header__dropdown-inner{display:flex;gap:22px}.vs-header__dropdown-links{flex:1;min-width:180px;display:grid;grid-template-columns:repeat(2,minmax(130px,1fr));gap:16px 24px}.vs-header__dropdown-column{min-width:0}.vs-header__dropdown-title{display:block;margin-bottom:7px;font-size:12px;font-weight:800}.vs-header__dropdown-title:hover{color:var(--vs-header-accent, #ff6a00)}.vs-header__dropdown-sublist{margin:0;padding:0;list-style:none}.vs-header__dropdown-sublist li+li{margin-top:5px}.vs-header__dropdown-sublist a{color:#ffffff94;font-size:11px}.vs-header__dropdown-sublist a:hover{color:var(--vs-header-accent, #ff6a00)}.vs-header__menu-feature{flex:0 0 190px;min-height:155px;overflow:hidden;position:relative;display:block;border-radius:10px;background:#ffffff0d}.vs-header__menu-feature img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.62}.vs-header__menu-feature-content{position:relative;min-height:155px;padding:15px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(to top,rgba(0,0,0,.78),transparent 80%)}.vs-header__menu-feature-content span{font-size:9px;color:#ffffff9e}.vs-header__menu-feature-content strong{margin-top:3px;font-size:15px}.vs-header__menu-feature-content em{margin-top:7px;color:var(--vs-header-accent, #ff6a00);font-size:10px;font-style:normal;font-weight:800}.vs-header__mobile,.vs-header__drawer{display:none}@media(max-width:1100px){.vs-header__top{grid-template-columns:minmax(130px,160px) minmax(230px,1fr) auto;gap:18px;width:min(100% - 28px,1200px)}.vs-header__actions{gap:7px}.vs-header__action{min-width:45px}.vs-header__action-text{font-size:9px}.vs-header__nav-list{gap:18px;width:calc(100% - 28px)}}@media(max-width:820px){.vs-header__desktop{display:none}.vs-header__mobile{display:block}.vs-header__mobile-top{min-height:var(--vs-header-mobile-height, 64px);width:calc(100% - 20px);margin:0 auto;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px}.vs-header__menu-button{width:38px;height:38px;padding:8px;display:flex;flex-direction:column;justify-content:center;gap:5px;border:1px solid var(--vs-header-border, #26262b);border-radius:9px;background:transparent;color:var(--vs-header-text, #fff);cursor:pointer}.vs-header__menu-button span{width:100%;height:2px;display:block;border-radius:99px;background:currentColor}.vs-header__mobile-logo{max-width:min(190px,100%)}.vs-header__mobile-logo-image{display:block;width:min(var(--vs-header-logo-width, 170px),100%);max-width:100%;height:auto;object-fit:contain}.vs-header__mobile-actions{display:flex;align-items:center;gap:8px}.vs-header__mobile-action{position:relative;width:36px;height:36px;display:grid;place-items:center}.vs-header__mobile-action-icon{position:relative;display:grid;place-items:center}.vs-header__mobile-action-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.vs-header__mobile-search{width:calc(100% - 20px);margin:0 auto;padding-bottom:10px}.vs-header__mobile-search .vs-header__search-form{height:43px}.vs-header__predictive-search--mobile{top:calc(100% - 1px)}.vs-header__drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000000;display:block;visibility:hidden;pointer-events:none}.vs-header__drawer.is-open{visibility:visible;pointer-events:auto}.vs-header__drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;opacity:0;transition:opacity .22s ease}.vs-header__drawer.is-open .vs-header__drawer-overlay{opacity:1}.vs-header__drawer-panel{position:absolute;top:0;bottom:0;left:0;width:min(350px,88vw);overflow-y:auto;background:var(--vs-header-bg, #0b0b0d);border-right:1px solid var(--vs-header-border, #26262b);box-shadow:18px 0 55px #00000059;transform:translate(-105%);transition:transform .25s ease}.vs-header__drawer.is-open .vs-header__drawer-panel{transform:translate(0)}.vs-header__drawer-head{min-height:64px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--vs-header-border, #26262b)}.vs-header__drawer-head strong{font-size:15px;font-weight:850}.vs-header__drawer-close{width:38px;height:38px;border:1px solid var(--vs-header-border, #26262b);border-radius:9px;background:transparent;color:var(--vs-header-text, #fff);font-size:25px;line-height:1;cursor:pointer}.vs-header__mobile-nav>ul{margin:0;padding:8px 0 20px;list-style:none}.vs-header__mobile-nav>ul>li{border-bottom:1px solid color-mix(in srgb,var(--vs-header-border, #26262b) 75%,transparent)}.vs-header__mobile-nav a{min-height:50px;padding:0 18px;display:flex;align-items:center;font-size:13px;font-weight:700}.vs-header__mobile-nav a:hover{color:var(--vs-header-accent, #ff6a00)}.vs-header__mobile-nav ul ul{margin:0;padding:0 0 8px;list-style:none}.vs-header__mobile-nav ul ul a{min-height:40px;padding-left:34px;color:#ffffff94;font-size:12px}}@media(max-width:520px){.vs-header__announcement-inner{width:calc(100% - 18px);min-height:29px;font-size:9px}.vs-header__mobile-top{width:calc(100% - 14px);grid-template-columns:38px minmax(0,1fr) auto;gap:8px}.vs-header__mobile-logo{max-width:min(150px,100%)}.vs-header__mobile-actions{gap:2px}.vs-header__mobile-action{width:34px;height:34px}.vs-header__mobile-search{width:calc(100% - 14px)}.vs-header__predictive-product{gap:10px;padding:10px 11px}.vs-header__predictive-product-image{width:50px;height:50px;flex-basis:50px}.vs-header__predictive-product-title{font-size:12px}.vs-header__predictive-product-price{font-size:11px}.vs-header__predictive-search-results{max-height:390px}}@media(prefers-reduced-motion:reduce){.vs-header *,.vs-header *:before,.vs-header *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media screen and (max-width:820px){html.vs-header-menu-open,html.vs-header-menu-open body{overflow:hidden!important;overscroll-behavior:none!important;touch-action:none!important}html.vs-header-menu-open body{width:100%!important;max-width:100%!important}.vs-header__drawer{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100dvh!important;overflow:hidden!important;z-index:1000000!important;transform:none!important}.vs-header__drawer-overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;touch-action:none!important}.vs-header__drawer-panel{position:absolute!important;top:0!important;bottom:0!important;left:0!important;width:min(350px,88vw)!important;max-width:350px!important;height:100dvh!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important;touch-action:pan-y!important;transform:translate3d(-105%,0,0)!important;will-change:transform;-webkit-overflow-scrolling:touch}.vs-header__drawer.is-open .vs-header__drawer-panel{transform:translateZ(0)!important}}@media screen and (max-width:480px){.vs-header__drawer-panel{width:100vw!important;max-width:100vw!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/vs-header.css.map */
