.evo-header{--evo-bg: rgb(var(--color-background));--evo-text: rgb(var(--color-foreground));--evo-heading: rgb(var(--color-heading));--evo-accent: rgb(var(--color-accent));--evo-border: rgb(var(--color-border));position:relative;width:100%;color:var(--evo-text);background:var(--evo-accent);z-index:50}.evo-header__promo{position:relative;width:100%;overflow:hidden;color:rgb(var(--color-foreground))}.evo-header__promo-track{display:flex;width:100%;transition:transform .45s cubic-bezier(.22,1,.36,1)}.evo-header__promo-slide{flex:0 0 100%;min-width:100%;min-height:52px;display:flex;align-items:center;justify-content:center}.evo-header__promo-content{display:flex;align-items:center;justify-content:center;gap:12px;text-align:center}.evo-header__promo-icon{width:28px;height:28px;flex:0 0 auto}.evo-header__promo-icon img{display:block;width:100%;height:100%;object-fit:contain}.evo-header__promo-text{font-weight:600;line-height:1.2}.evo-header__promo-arrow{position:absolute;top:50%;width:25px;height:25px;display:flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background:#fff;color:var(--evo-accent);cursor:pointer;transform:translateY(-50%);z-index:5;transition:transform .2s ease}.evo-header__promo-arrow:hover{transform:translateY(-50%) scale(1.05)}.evo-header__promo-arrow svg{width:23px;height:23px}.evo-header__promo-arrow--prev{left:8px}.evo-header__promo-arrow--next{right:8px}.evo-header__desktop{display:block;width:100%;background:var(--evo-bg);border-bottom:1px solid var(--evo-border)}.evo-header__desktop-inner{width:100%;min-height:125px;margin:0 auto;padding:20px 42px;display:flex;align-items:center;gap:25px}.evo-header__logo{flex:0 0 auto;display:flex;align-items:center;text-decoration:none}.evo-header__logo img{display:block;width:auto;max-width:280px;height:auto}.evo-header__logo-text{font-size:38px;font-weight:800;line-height:1;letter-spacing:-1.5px;white-space:nowrap;color:var(--evo-heading)}.evo-header__logo-text span{color:var(--evo-accent)}.evo-header__desktop-search{flex:1 1 auto;min-width:250px;height:60px;display:flex;align-items:center;overflow:hidden;border:1px solid var(--evo-border);border-radius:9px;background:var(--evo-bg);box-shadow:0 1px 5px #00000014}.evo-header__search-icon{flex:0 0 auto;width:30px;height:30px;margin-left:22px;color:var(--evo-text);opacity:.75}.evo-header__desktop-search input{flex:1 1 auto;min-width:0;height:100%;padding:0 18px;font-size:18px;border:0;outline:0;background:transparent;color:var(--evo-text)}.evo-header__desktop-search button{flex:0 0 72px;width:72px;height:100%;display:flex;align-items:center;justify-content:center;border:0;background:var(--evo-accent);color:#fff;cursor:pointer}.evo-header__desktop-search button svg{width:31px;height:31px}.evo-header__contact{flex:0 0 auto;min-height:70px;padding-left:22px;padding-right:22px;display:flex;align-items:center;gap:12px;border-left:1px solid #000;border-right:1px solid #000}.evo-header__contact-icon{width:48px;height:48px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;border:2px solid var(--evo-accent);border-radius:50%;color:var(--evo-accent)}.evo-header__contact-icon svg{width:28px;height:28px}.evo-header__contact-info{display:flex;flex-direction:column;white-space:nowrap;line-height:1.15}.evo-header__contact-title{font-weight:600}.evo-header__contact-phone{margin-top:4px;color:var(--evo-accent);font-size:20px;font-weight:700;text-decoration:none}.evo-header__contact-subtitle{margin-top:3px;font-size:12px}.evo-header__desktop-account,.evo-header__desktop-cart{position:relative;flex:0 0 auto;min-width:55px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:var(--evo-text);text-decoration:none}.evo-header__desktop-account svg,.evo-header__desktop-cart svg{width:34px;height:34px}.evo-header__cart-count{position:absolute;top:-7px;right:-8px;min-width:24px;height:24px;padding:0 5px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--evo-accent);color:#fff;font-size:11px;font-weight:700}.evo-header__nav{display:block;width:100%;background:var(--evo-bg);border-bottom:1px solid var(--evo-border)}.evo-header__nav-inner{width:100%;max-width:1600px;min-height:78px;margin:0 auto;padding:0 42px;display:flex;align-items:center;justify-content:space-between;gap:20px}.evo-header__nav-item{position:relative;height:100%;display:flex;align-items:center}.evo-header__nav-link{display:flex;align-items:center;gap:7px;height:100%;color:var(--evo-text);text-decoration:none;white-space:nowrap;transition:color .2s ease}.evo-header__nav-link:hover{color:var(--evo-accent)}.evo-header__nav-link svg{width:16px;height:16px;transition:transform .2s ease}.evo-header__nav-item:hover>.evo-header__nav-link svg{transform:rotate(180deg)}.evo-header__nav-dropdown{position:absolute;top:calc(100% + 1px);left:0;min-width:220px;padding:10px 0;background:var(--evo-bg);border:1px solid var(--evo-border);box-shadow:0 8px 25px #0000001a;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:100}.evo-header__nav-item:hover>.evo-header__nav-dropdown,.evo-header__nav-item:focus-within>.evo-header__nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.evo-header__nav-dropdown-link{display:flex;align-items:center;min-height:46px;padding:10px 18px;color:var(--evo-text);text-decoration:none;white-space:nowrap;transition:background .2s ease,color .2s ease}.evo-header__nav-dropdown-link:hover{background:#0000000a;color:var(--evo-accent)}.evo-header__mobile{display:none;width:100%;background:var(--evo-bg)}.evo-header__mobile-top{width:100%;min-height:76px;padding:10px 18px;display:flex;align-items:center;gap:18px}.evo-header__mobile-menu{flex:0 0 auto;width:38px;height:42px;display:flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:var(--evo-text);cursor:pointer}.evo-header__mobile-menu svg{width:32px;height:32px}.evo-header__mobile-logo{flex:1 1 auto;min-width:0;display:flex;align-items:center;text-decoration:none}.evo-header__mobile-logo img{display:block;width:auto;max-width:185px;height:auto}.evo-header__mobile-logo .evo-header__logo-text{font-size:30px}.evo-header__mobile-actions{flex:0 0 auto;display:flex;align-items:center;gap:17px}.evo-header__mobile-account,.evo-header__mobile-cart{position:relative;width:40px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--evo-text);text-decoration:none}.evo-header__mobile-account svg,.evo-header__mobile-cart svg{width:31px;height:31px}.evo-header__mobile-cart-count{position:absolute;top:-2px;right:-4px;min-width:23px;height:23px;padding:0 5px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--evo-accent);color:#fff;font-size:11px;font-weight:700}.evo-header__mobile-search-row{width:100%;padding:0 18px 14px}.evo-header__mobile-search{width:100%;height:58px;display:flex;align-items:center;overflow:hidden;border:1px solid var(--evo-border);border-radius:7px;background:var(--evo-bg);box-shadow:0 1px 5px #00000014}.evo-header__mobile-search-icon{flex:0 0 auto;width:29px;height:29px;margin-left:17px;color:var(--evo-text);opacity:.75}.evo-header__mobile-search input{flex:1 1 auto;width:100%;min-width:0;height:100%;padding:0 13px;border:0;outline:0;background:transparent;color:var(--evo-text)}.evo-header__mobile-search input::placeholder{color:var(--evo-text);opacity:.6}.evo-header__mobile-search button{flex:0 0 62px;width:62px;height:100%;display:flex;align-items:center;justify-content:center;border:0;background:var(--evo-accent);color:#fff;cursor:pointer}.evo-header__mobile-search button svg{width:29px;height:29px}.evo-header__drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:998;background:#00000073;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,visibility 0s linear .35s}.evo-header__drawer-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .35s ease,visibility 0s linear 0s}.evo-header__drawer{position:fixed;top:0;left:0;width:min(390px,88vw);height:100dvh;overflow-y:auto;z-index:999;background:var(--evo-bg);transform:translate3d(-100%,0,0);visibility:hidden;transition:transform .45s cubic-bezier(.22,1,.36,1),visibility 0s linear .45s}.evo-header__drawer.is-open{transform:translateZ(0);visibility:visible;transition:transform .45s cubic-bezier(.22,1,.36,1),visibility 0s linear 0s}.evo-header__drawer-header{min-height:72px;padding:12px 20px;display:flex;align-items:center;border-bottom:1px solid var(--evo-border)}.evo-header__drawer-header>span{font-weight:700}.evo-header__drawer-close{width:42px;height:42px;margin-left:auto;display:flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:var(--evo-text);cursor:pointer}.evo-header__drawer-close svg{width:27px;height:27px}.evo-header__drawer-nav{padding:8px 20px 30px}.evo-header__drawer-item{border-bottom:1px solid var(--evo-border)}.evo-header__drawer-item--has-children{position:relative}.evo-header__drawer-link{width:100%;min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:0;border:0;background:transparent;color:var(--evo-text);font:inherit;text-align:left;text-decoration:none;cursor:pointer}.evo-header__drawer-link-text{display:flex;align-items:center}.evo-header__drawer-chevron{width:18px;height:18px;flex:0 0 auto;transition:transform .25s ease}.evo-header__drawer-item.is-expanded .evo-header__drawer-chevron{transform:rotate(90deg)}.evo-header__drawer-submenu{display:grid;grid-template-rows:0fr;padding:0 0 0 15px;overflow:hidden;transition:grid-template-rows .3s ease,padding .3s ease}.evo-header__drawer-item.is-expanded .evo-header__drawer-submenu{grid-template-rows:1fr;padding-bottom:12px}.evo-header__drawer-submenu-inner{min-height:0;overflow:hidden}.evo-header__drawer-sublink{display:block;padding:9px 0;color:var(--evo-text);text-decoration:none;opacity:.9;transition:color .2s ease}.evo-header__drawer-sublink:hover{color:var(--evo-accent)}.evo-header__drawer-contact{margin-left:20px}.evo-header__drawer-contact-title{display:block;margin-bottom:5px;font-weight:600}.evo-header__drawer-contact-phone{display:block;color:var(--evo-accent);font-size:20px;font-weight:700;line-height:1.25;text-decoration:none}.evo-header__drawer-contact-subtitle{display:block;margin-top:4px;font-size:12px}@media screen and (min-width:768px)and (max-width:1199px){.evo-header__desktop,.evo-header__nav{display:none}.evo-header__mobile{display:block}.evo-header__mobile-top{min-height:82px;padding:12px 28px;gap:24px}.evo-header__mobile-menu{width:42px;height:46px}.evo-header__mobile-menu svg{width:34px;height:34px}.evo-header__mobile-logo img{max-width:220px}.evo-header__mobile-actions{gap:20px}.evo-header__mobile-account,.evo-header__mobile-cart{width:45px;height:48px}.evo-header__mobile-account svg,.evo-header__mobile-cart svg{width:34px;height:34px}.evo-header__mobile-search-row{padding:0 28px 16px}.evo-header__mobile-search{height:62px}}@media screen and (max-width:767px){.evo-header__desktop,.evo-header__nav{display:none}.evo-header__mobile{display:block}.evo-header__mobile-top{min-height:72px;padding:8px 14px;gap:10px}.evo-header__mobile-menu{width:36px;height:42px}.evo-header__mobile-menu svg{width:30px;height:30px}.evo-header__mobile-logo img{max-width:155px}.evo-header__mobile-logo .evo-header__logo-text{font-size:25px}.evo-header__mobile-actions{gap:7px}.evo-header__mobile-account,.evo-header__mobile-cart{width:36px;height:42px}.evo-header__mobile-account svg,.evo-header__mobile-cart svg{width:29px;height:29px}.evo-header__mobile-cart-count{top:-3px;right:-2px;min-width:20px;height:20px;font-size:10px}.evo-header__mobile-search-row{padding:0 12px 12px}.evo-header__mobile-search{height:55px;border-radius:6px}.evo-header__mobile-search-icon{width:27px;height:27px;margin-left:14px}.evo-header__mobile-search input{padding:0 9px;font-size:13px}.evo-header__mobile-search button{flex-basis:58px;width:58px}.evo-header__mobile-search button svg{width:27px;height:27px}}@media screen and (max-width:480px){.evo-header__promo-slide{min-height:50px}.evo-header__promo-text{font-size:12px}.evo-header__promo-icon{width:22px;height:22px}.evo-header__promo-arrow{width:20px;height:20px}.evo-header__mobile-top{min-height:70px;padding:8px 12px;gap:8px}.evo-header__mobile-menu{width:34px}.evo-header__mobile-logo img{max-width:145px}.evo-header__mobile-logo .evo-header__logo-text{font-size:23px}.evo-header__mobile-actions{gap:4px}.evo-header__mobile-account,.evo-header__mobile-cart{width:34px}.evo-header__mobile-account svg,.evo-header__mobile-cart svg{width:27px;height:27px}.evo-header__mobile-search-row{padding-left:10px;padding-right:10px;padding-bottom:10px}.evo-header__mobile-search{height:53px}.evo-header__mobile-search-icon{width:25px;height:25px;margin-left:12px}.evo-header__mobile-search input{font-size:12px}.evo-header__mobile-search button{flex-basis:54px;width:54px}}@media screen and (max-width:360px){.evo-header__mobile-logo img{max-width:125px}.evo-header__mobile-logo .evo-header__logo-text{font-size:20px}.evo-header__mobile-top{gap:5px}.evo-header__mobile-search input{font-size:11px}}@media screen and (min-width:1200px){.evo-header__promo-slide{flex:0 0 33.333333%;min-width:33.333333%}}html.evo-menu-open,body.evo-menu-open{overflow:hidden}.evo-header button:focus-visible,.evo-header a:focus-visible,.evo-header input:focus-visible{outline:0;outline-offset:0;box-shadow:none}
/*# sourceMappingURL=/cdn/shop/t/2/assets/evo-header.css.map */
