.custom-header{background:#fff;position:relative;z-index:50}.custom-header__container{display:flex;align-items:center;justify-content:space-between;gap:32px;min-height:80px;padding-block:24px;padding-inline:8px;position:relative;border-bottom:1px solid #F7F9FD;transition:.3s ease all}.custom-header__logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none;display:flex}.custom-header__logo a{pointer-events:auto;display:inline-flex;align-items:center;text-decoration:none;color:inherit}.custom-header__logo img{display:block;height:auto}.custom-header__logo-text{font-family:var(--default-font);font-size:24px;font-weight:800;color:#43467f;letter-spacing:.02em}.custom-header__nav-wrap{flex:0 1 auto}.custom-header__nav{display:flex;align-items:center;gap:40px;margin:0;padding:0;list-style:none}.custom-header__item{position:relative}.custom-header__link{font-family:var(--default-font);font-size:16px;font-weight:600;color:#273d81;padding-block:10px;display:inline-flex;align-items:center;gap:4px;text-decoration:none;cursor:pointer;transition:color .15s ease;background:none;border:none}.custom-header__link:after{content:"";position:absolute;left:50%;right:0;transform:translate(-50%);bottom:4px;height:2px;width:0px;border-radius:25px}.custom-header__item:hover .custom-header__link:after,.custom-header__item:hover .custom-header__link:focus-visible:after{width:16px;color:#f7f9fd}.custom-header__item.is-active>.custom-header__link:after{width:16px;background:var(--color-complementary)}.custom-header__dropdown,.custom-header__2nd-dropdown{position:absolute;list-style:none;margin:0;padding:8px 0;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0f172a1f;min-width:220px;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:60}.custom-header__item--dropdown{display:flex;align-items:center;gap:4px}.custom-header__item--dropdown:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M11.0837 5.25L7.00033 8.75L2.91699 5.25' stroke='%23EB8C28' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");margin-bottom:3px;height:14px;width:14px;transition:.275s ease all}.custom-header__item--dropdown:hover:after{transform:rotate(180deg)}.custom-header__item--dropdown>.custom-header__dropdown{top:100%;left:0;margin-top:8px}.custom-header__item--dropdown:hover>.custom-header__dropdown,.custom-header__item--dropdown:focus-within>.custom-header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.custom-header__dropdown__item{position:relative}.custom-header__dropdown__item>a{display:block;padding:10px 18px;font-family:var(--default-font);font-size:15px;font-weight:500;color:#1e293b;text-decoration:none;white-space:nowrap;transition:background-color .12s ease,color .12s ease}.custom-header__dropdown__item>a:hover,.custom-header__dropdown__item>a:focus-visible{background:#f1f5f9;color:#43467f}.custom-header__dropdown__item--dropdown>a:after{content:"\203a";float:right;margin-left:12px;color:#94a3b8;font-weight:700}.custom-header__2nd-dropdown{top:0;left:100%;margin-left:4px;padding:8px 0}.custom-header__dropdown__item--dropdown:hover>.custom-header__2nd-dropdown,.custom-header__dropdown__item--dropdown:focus-within>.custom-header__2nd-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.custom-header__2nd-dropdown li>a{display:block;padding:10px 18px;font-family:var(--default-font);font-size:14px;font-weight:500;color:#1e293b;text-decoration:none;white-space:nowrap;transition:background-color .12s ease,color .12s ease}.custom-header__2nd-dropdown li>a:hover{background:#f1f5f9;color:#43467f}.custom-header__actions{display:flex;align-items:center;gap:48px;flex:0 0 auto}.custom-header__search{flex:0 0 auto}.custom-header__search-form{background:#f7f9fd;border-radius:64px;padding:12px 24px 12px 16px;display:flex;align-items:center;gap:8px;width:290px;max-width:100%;justify-content:space-between;position:relative;transition:.275s ease all}.custom-header__search-form:focus-within{width:330px;box-shadow:0 0 0 1px #e2e8f0}.custom-header__search-input{background:transparent;border:none;outline:none;flex-grow:1;min-width:0;padding:0!important;color:#273d8199;text-align:left;font-family:var(--default-font);font-size:14px;font-style:normal;font-weight:600;line-height:100%;margin:0}.custom-header__search-input::placeholder{color:#273d8199}.custom-header__search-submit{width:44px;height:44px;border-radius:50%;background:#e2e8f0;border:none!important;padding:0;color:#4866c7;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease;flex-grow:0;min-width:unset;box-shadow:none;position:absolute;top:50%;right:0;transform:translateY(-50%)}.custom-header__search-submit:hover{background:#cbd5e1}.custom-header__cart-link{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:#273d81;font-family:var(--default-font);font-size:16px;font-weight:600}.custom-header__cart-text{display:inline-flex;align-items:baseline;gap:4px}span.custom-header__cart-count{color:#273d81cc}.custom-header__cart-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;color:var(--color-primary);width:44px;height:44px;background:#c0cbec;border-radius:50%}.custom-header__cart-icon svg{display:block}.custom-header__cart-badge{position:absolute;bottom:-4px;right:-2px;min-width:18px;height:18px;padding:3px 5px 2px;background:#4866c7;color:#fff;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;line-height:1;font-family:var(--default-font)}.custom-header__cart{position:relative}.custom-header__cart-summary{position:absolute;top:100%;right:0;padding-top:12px;margin-top:0;width:360px;max-width:calc(100vw - 32px);opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:70}.custom-header__cart-summary.cart-summary{background:#fff;box-shadow:none;padding:0;box-shadow:0 0 16px #00000012}.custom-header__cart-summary>.cart-summary__header,.custom-header__cart-summary>.cart-summary__product-list,.custom-header__cart-summary>.cart-summary__footer{background:#fff}.custom-header__cart-summary>.cart-summary__header{border-radius:12px 12px 0 0;padding:16px 20px 8px;box-shadow:0 -2px 12px #0f172a0a}.custom-header__cart-summary>.cart-summary__product-list{padding:0 20px;max-height:360px;overflow-y:auto}.custom-header__cart-summary>.cart-summary__footer{border-radius:0 0 12px 12px;padding:16px 20px 20px;box-shadow:0 8px 24px #0f172a1f}.custom-header__cart:hover .custom-header__cart-summary,.custom-header__cart:focus-within .custom-header__cart-summary{opacity:1;visibility:visible;transform:translateY(0)}body.custom-header-revealed .custom-header{position:fixed;top:0;left:0;right:0;z-index:100;box-shadow:0 2px 12px #00000014;animation:custom-header-slide-down .25s ease-out}body.custom-header-revealed .custom-header .custom-header__container{padding-block:12px;min-height:unset;border-bottom-color:transparent}@keyframes custom-header-slide-down{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){body.custom-header-revealed .custom-header{animation:none}}.custom-header__burger,.custom-header__drawer-close,.custom-header__drawer-search,.custom-header__sub-toggle,.custom-header__backdrop{display:none}@media not (min-width:1340px){.custom-header__nav{gap:24px}.custom-header__logo{position:static;transform:unset}.custom-header__actions{gap:24px}.custom-header__search-form{width:190px}.custom-header__cart-text{display:none}}@media(max-width:1070px){.custom-header__container{gap:16px;padding-block:16px;min-height:64px}.custom-header__burger{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0 10px!important;background:transparent;border:none;cursor:pointer;flex-shrink:0;z-index:110}.custom-header__burger-line{display:block;width:100%;height:2px;background:#273d81;border-radius:2px;transition:transform .25s ease,opacity .2s ease;transform-origin:center}body.custom-header-drawer-open .custom-header__burger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}body.custom-header-drawer-open .custom-header__burger-line:nth-child(2){opacity:0}body.custom-header-drawer-open .custom-header__burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.custom-header__container{justify-content:space-between}.custom-header__actions{gap:16px}.custom-header__cart-link{gap:0}.custom-header__cart-summary{display:none}.custom-header__nav-wrap{position:fixed;top:0;left:0;bottom:0;width:85%;max-width:360px;background:#fff;box-shadow:4px 0 24px #0f172a26;transform:translate(-100%);transition:transform .3s cubic-bezier(.22,1,.36,1);z-index:120;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;padding:16px 0 32px}body.custom-header-drawer-open .custom-header__nav-wrap{transform:translate(0)}.custom-header__drawer-header{display:flex;justify-content:flex-end;padding:0 16px 8px}.custom-header__drawer-close{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:none;color:#273d81;cursor:pointer;border-radius:50%;transition:background-color .15s ease}.custom-header__drawer-close:hover{background:#f7f9fd}.custom-header__drawer-search{display:block;padding:8px 16px 16px;border-bottom:1px solid #F7F9FD;margin-bottom:8px}.custom-header__drawer-search .custom-header__search-form{width:100%;max-width:100%}.custom-header__drawer-search .custom-header__search-form:focus-within{width:100%;box-shadow:0 0 0 1px #e2e8f0}.custom-header__backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:115}body.custom-header-drawer-open .custom-header__backdrop{opacity:1;visibility:visible}.custom-header__nav{flex-direction:column;align-items:stretch;gap:0;padding:8px 0}.custom-header__item{position:static;display:block}.custom-header__item--dropdown{display:block;gap:0}.custom-header__item--dropdown:after{display:none}.custom-header__item--dropdown{position:relative}.custom-header__link{display:flex;align-items:center;padding:16px 20px;font-size:16px;font-weight:600;color:#273d81;width:100%}.custom-header__link:after,.custom-header__item:hover .custom-header__link:after,.custom-header__item.is-active>.custom-header__link:after{display:none}.custom-header__item.is-active>.custom-header__link{background:#f7f9fd;box-shadow:inset 3px 0 0 var(--color-complementary, #EB8C28)}.custom-header__sub-toggle{display:inline-flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;width:56px;height:56px;background:transparent;border:none;color:#eb8c28;cursor:pointer;z-index:1}.custom-header__sub-toggle svg{transition:transform .25s ease}.custom-header__item--dropdown.is-open>.custom-header__sub-toggle svg{transform:rotate(180deg)}.custom-header__dropdown,.custom-header__2nd-dropdown{position:static;display:block;opacity:1;visibility:visible;transform:none;box-shadow:none;background:#f7f9fd;border-radius:0;padding:0;margin:0;min-width:0;max-height:0;overflow:hidden;transition:max-height .3s ease}.custom-header__item--dropdown.is-open>.custom-header__dropdown{max-height:1000px}.custom-header__dropdown__item{position:static}.custom-header__dropdown__item>a{padding:14px 20px 14px 36px;font-size:15px;white-space:normal}.custom-header__dropdown__item--dropdown>a:after{display:none}.custom-header__2nd-dropdown{max-height:none;background:#eef2fb}.custom-header__2nd-dropdown li>a{padding:12px 20px 12px 52px;font-size:14px;white-space:normal}.custom-header__search-form{width:100%}}@media(max-width:640px){.custom-header__logo img{max-width:180px!important}.custom-header__search{display:none}}@media(max-width:370px){.custom-header__logo img{max-width:140px!important}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/custom-header.css.map */
