:root{--kcs-red: #e31824;--kcs-red-dark: #b90f19;--kcs-ink: #101318;--kcs-muted: #667085;--kcs-line: #e4e7ec;--kcs-surface: #f6f7f9}.section-header .header-wrapper{background:#fffffff7;border-bottom:1px solid rgba(16,19,24,.08);box-shadow:0 10px 30px #1018280e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.kcs-header{position:relative}.kcs-header .header__heading,.kcs-header .header__heading-link,.kcs-header .header__heading-logo-wrapper,.kcs-header .header__heading-logo{transition:transform .18s ease,filter .18s ease}.kcs-header .header__heading-link:hover .header__heading-logo{transform:translateY(-1px) scale(1.025);filter:drop-shadow(0 5px 8px rgba(0,0,0,.12))}.kcs-header .header__search{display:none!important}.kcs-search{width:100%;min-width:0;height:56px;display:flex;align-items:stretch;overflow:hidden;background:var(--kcs-surface);border:1px solid #d9dee6;border-radius:14px;box-shadow:0 7px 20px #1018280e;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease,transform .18s ease}.kcs-search:hover{border-color:#c8ced8;background:#f9fafb}.kcs-search:focus-within{background:#fff;border-color:var(--kcs-red);box-shadow:0 0 0 4px #e318241c,0 10px 26px #10182814}.kcs-search__input{flex:1 1 auto;min-width:0;width:100%;height:100%;padding:0 20px;border:0;outline:0;background:transparent;color:var(--kcs-ink);font:inherit;font-size:16px;line-height:1.2;appearance:none;-webkit-appearance:none}.kcs-search__input::placeholder{color:#737b89;opacity:1}.kcs-search__input::-webkit-search-cancel-button{margin-right:8px;cursor:pointer}.kcs-search__submit{flex:0 0 66px;width:66px;min-width:66px;height:100%;border:0;border-left:1px solid rgba(255,255,255,.16);border-radius:0;background:linear-gradient(145deg,#ed1c24,#d60f1b);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:inset 0 1px #ffffff2e;transition:background .18s ease,box-shadow .18s ease,transform .15s ease}.kcs-search__submit:hover{background:linear-gradient(145deg,#f12630 0%,var(--kcs-red-dark) 100%);box-shadow:inset 0 1px #ffffff2e,-6px 0 18px #e3182421}.kcs-search__submit:active{transform:scale(.94)}.kcs-search__submit:focus-visible{outline:3px solid rgba(227,24,36,.24);outline-offset:-4px}.kcs-search__submit-icon{width:25px;height:25px;display:inline-flex;align-items:center;justify-content:center}.kcs-search__submit svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.kcs-search.is-submitting .kcs-search__submit-icon{animation:kcsSearchPop .42s cubic-bezier(.2,.8,.2,1)}.kcs-header .header__icons{align-items:center;gap:8px;padding-right:0}.kcs-header .header__icon{width:46px!important;height:46px!important;min-width:46px;border:1px solid var(--kcs-line);border-radius:13px;background:#fff;color:var(--kcs-ink);overflow:visible;transition:color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.kcs-header .header__icon .svg-wrapper,.kcs-header .header__icon .icon{width:24px;height:24px}.kcs-header .header__icon:hover{color:#fff;background:var(--kcs-ink);border-color:var(--kcs-ink);box-shadow:0 8px 20px #10131824;transform:translateY(-2px)}.kcs-header .header__icon--cart{border-color:#e3182440;box-shadow:0 5px 15px #e318240f}.kcs-header .header__icon--cart:hover{background:var(--kcs-red);border-color:var(--kcs-red);box-shadow:0 9px 22px #e3182438}.kcs-header .cart-count-bubble{min-width:20px;height:20px;padding:0 5px;top:-5px;right:-5px;left:auto;bottom:auto;border:2px solid #fff;border-radius:999px;background:var(--kcs-red);color:#fff;font-weight:800;font-size:10px;line-height:16px;box-shadow:0 3px 9px #e3182447}.kcs-header .header__inline-menu{margin-top:0}.kcs-header .header__inline-menu .list-menu--inline{gap:4px;align-items:center}.kcs-header .header__inline-menu .header__menu-item,.kcs-header .header__inline-menu .list-menu__item--link{position:relative;min-height:40px;padding:9px 13px;border-radius:10px;color:#292f38;font-weight:700;letter-spacing:-.01em;text-decoration:none;transition:color .17s ease,background-color .17s ease,transform .17s ease}.kcs-header .header__inline-menu .header__menu-item:hover,.kcs-header .header__inline-menu .list-menu__item--link:hover{color:var(--kcs-red);background:#e318240e;transform:translateY(-1px)}.kcs-header .header__active-menu-item{color:var(--kcs-ink);text-decoration:none}.kcs-header .header__active-menu-item:after{content:"";position:absolute;left:13px;right:13px;bottom:3px;height:2px;border-radius:999px;background:var(--kcs-red)}.kcs-header .header__menu-item .icon-caret{transition:transform .18s ease}.kcs-header details[open]>summary .icon-caret{transform:rotate(180deg)}.kcs-tap{animation:kcsTap .32s cubic-bezier(.2,.8,.2,1)}.kcs-header .header__icon--cart.kcs-tap .svg-wrapper{animation:kcsCartBounce .38s cubic-bezier(.2,.8,.2,1)}.kcs-header .header__icon--account.kcs-tap .svg-wrapper{animation:kcsIconBounce .34s cubic-bezier(.2,.8,.2,1)}@keyframes kcsTap{0%{transform:scale(1)}45%{transform:scale(.92)}75%{transform:scale(1.025)}to{transform:scale(1)}}@keyframes kcsCartBounce{0%{transform:translate(0) rotate(0)}35%{transform:translate(2px) rotate(-5deg)}65%{transform:translate(-1px) rotate(4deg)}to{transform:translate(0) rotate(0)}}@keyframes kcsIconBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes kcsSearchPop{0%{transform:scale(1)}45%{transform:scale(.78) rotate(-7deg)}to{transform:scale(1) rotate(0)}}@media screen and (min-width:990px){.kcs-header{grid-template-areas:"heading search icons" "navigation navigation navigation";grid-template-columns:minmax(150px,200px) minmax(420px,1fr) auto;column-gap:clamp(20px,2vw,34px);row-gap:12px;align-items:center;padding-top:16px!important;padding-bottom:0!important}.kcs-header>.header__heading,.kcs-header>.header__heading-link{grid-area:heading;justify-self:start}.kcs-header>.kcs-search{grid-area:search;justify-self:stretch;max-width:none}.kcs-header>.header__icons{grid-area:icons;justify-self:end}.kcs-header>.header__inline-menu{grid-area:navigation;width:100%;padding:9px 0 10px;border-top:1px solid #eef0f3;justify-self:stretch}}@media screen and (max-width:989px){.kcs-header{grid-template-areas:"left-icons heading icons" "search search search";grid-template-columns:auto minmax(0,1fr) auto;column-gap:10px;row-gap:11px;padding-top:10px!important;padding-bottom:12px!important}.kcs-header>header-drawer{grid-area:left-icons}.kcs-header>.header__heading,.kcs-header>.header__heading-link{grid-area:heading;justify-self:center}.kcs-header>.header__icons{grid-area:icons;justify-self:end}.kcs-header>.kcs-search{grid-area:search;width:100%;height:50px}.kcs-search__submit{flex-basis:58px;width:58px;min-width:58px}.kcs-header .header__icon{width:44px!important;height:44px!important;min-width:44px}}@media screen and (max-width:749px){.section-header .header-wrapper{box-shadow:0 6px 18px #1018280b}.kcs-header{column-gap:6px;padding-left:1.5rem!important;padding-right:1.5rem!important}.kcs-header .header__heading-logo{max-height:48px;width:auto}.kcs-search{height:48px;border-radius:12px}.kcs-search__input{padding:0 14px;font-size:15px}.kcs-search__submit{flex-basis:54px;width:54px;min-width:54px}.kcs-search__submit-icon,.kcs-search__submit svg{width:22px;height:22px}.kcs-header .header__icon{width:42px!important;height:42px!important;min-width:42px;border-radius:12px}}@media(prefers-reduced-motion:reduce){.kcs-header *,.kcs-search,.kcs-search *{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/kcs-header-upgrade.css.map */
