@import"https://fonts.googleapis.com/css2?family=Caveat:wght@600;700&display=swap";:root{--custom-header-bg: #ffffff;--custom-header-primary-color: #00AEEF;--custom-header-text-color: #333333;--custom-header-border-color: #e2e8f0;--custom-header-search-bg: #f5f6f8;--custom-header-placeholder-color: #8a94a6;--custom-header-height: 80px}.custom-header-wrapper{position:relative;background:#def4fb;border-bottom:1px solid var(--custom-header-border-color);transition:all .3s ease-in-out;z-index:100}.custom-header-wrapper--sticky{position:sticky;top:0;box-shadow:0 4px 12px #00000014;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:#fffffff2}.custom-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:2rem;row-gap:1rem;padding:1rem 3rem;max-width:1400px;margin:0 auto}.custom-header__logo-wrapper{display:flex;align-items:center}.custom-header__logo-link{display:inline-block;text-decoration:none;color:var(--custom-header-text-color)}.custom-header__logo-img{width:180px;height:auto;display:block;object-fit:contain;transition:transform .2s ease}.custom-header__logo-img:hover{transform:scale(1.02)}.custom-header__logo-animation-container{position:relative;display:flex;align-items:center}.custom-header__logo-img--primary{transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);opacity:1;transform:scale(1)}.custom-header__logo-img--hidden{opacity:0;transform:scale(.95);pointer-events:none}.custom-header__logo-text{position:absolute;left:0;top:50%;transform:translateY(-50%);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);opacity:1;display:flex;flex-direction:column;gap:0;white-space:nowrap}.custom-header__logo-text--hidden{opacity:0;transform:translateY(-30%);pointer-events:none}.custom-header__logo-text-part1{font-family:Caveat,cursive;font-size:1.5rem;font-weight:700;color:#fbc02d;line-height:.9;margin-bottom:-1px}.custom-header__logo-text-part2{font-family:inherit;font-size:1.8rem;font-weight:800;color:#212121;line-height:1.1;letter-spacing:-.5px}.custom-header__search-container{display:flex;justify-content:center;align-items:center;width:100%}.custom-header__search-container predictive-search{display:flex;justify-content:center;width:100%}.custom-header__search-form{position:relative;width:100%;max-width:580px}.custom-header__search-fieldset{position:relative;border:none;padding:0;margin:0;width:100%;display:flex;align-items:center}.custom-header__search-input{width:100%;height:52px;background-color:#fff;border:none;box-shadow:0 4px 12px #0000000f;border-radius:40px;padding:0 1.5rem 0 3.2rem;font-size:1.1rem;font-weight:400;color:var(--custom-header-text-color);outline:none;transition:all .25s cubic-bezier(.16,1,.3,1)}.custom-header__search-input::placeholder{color:transparent}.custom-header__search-input:focus{border-color:var(--custom-header-primary-color);background-color:#fff;box-shadow:0 6px 20px #00963f26}.custom-header__search-btn{position:absolute;left:1rem;top:50%;transform:translateY(-50%);background:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#424242;z-index:3;width:24px;height:24px}.custom-header__search-btn svg{width:22px;height:22px;fill:currentColor}.custom-header__search-animated-placeholder{position:absolute;left:3.2rem;top:50%;transform:translateY(-50%);pointer-events:none;font-size:1.1rem;color:var(--custom-header-placeholder-color);z-index:2;overflow:hidden;display:flex;align-items:center;height:28px;transition:opacity .25s ease,visibility .25s ease}.custom-header__search-animated-placeholder.is-hidden{opacity:0;visibility:hidden}.custom-header__search-animated-text{display:inline-block;white-space:nowrap;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.custom-header__search-animated-text.slide-out{transform:translateY(-14px);opacity:0}.custom-header__search-animated-text.slide-in{animation:searchSlideIn .3s cubic-bezier(.16,1,.3,1) forwards}@keyframes searchSlideIn{0%{transform:translateY(14px);opacity:0}to{transform:translateY(0);opacity:1}}.custom-header__icons{display:flex;align-items:center;gap:2rem}.custom-header__icon-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--custom-header-text-color);font-size:1.1rem;font-weight:500;transition:color .2s ease}.custom-header__icon-link:hover{color:var(--custom-header-primary-color)}.custom-header__icon-svg-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.custom-header__icon-svg-wrapper svg{width:100%;height:100%}.custom-header__cart-badge{position:absolute;top:-6px;right:-10px;background-color:var(--custom-header-primary-color);color:#fff;font-size:.75rem;font-weight:700;height:18px;min-width:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px;transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}.custom-header__icon-link:hover .custom-header__cart-badge{transform:scale(1.15)}.custom-nav{background-color:#fff;border-top:1px solid rgba(0,0,0,.05)}.custom-nav__list{display:flex;align-items:center;justify-content:center;gap:2.5rem;list-style:none;margin:0;padding:.75rem 2rem}.custom-nav__item{position:relative}.custom-nav__link{position:relative;text-decoration:none;color:var(--custom-header-text-color);font-size:.95rem;font-weight:600;padding:.5rem 0;transition:color .2s ease}.custom-nav__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--custom-header-primary-color);transition:width .25s ease-in-out}.custom-nav__link:hover{color:var(--custom-header-primary-color)}.custom-nav__link:hover:after{width:100%}@media screen and (max-width:989px){.custom-header{padding:.75rem 1rem;display:flex;align-items:center;gap:1rem;transition:all .4s cubic-bezier(.25,1,.5,1)}.custom-header__logo-wrapper{flex:0 0 auto;max-width:250px;overflow:hidden;transition:all .4s cubic-bezier(.25,1,.5,1)}.custom-header__icons{display:none}.custom-header__logo-img{width:130px}.custom-header__logo-text-part1{font-size:1.3rem}.custom-header__logo-text-part2{font-size:1.5rem}.custom-header__search-container{flex:1 1 auto;width:100%;padding-top:0;transition:all .4s cubic-bezier(.25,1,.5,1)}.custom-header__search-input{height:40px;font-size:.9rem;padding:0 1rem 0 2.8rem}.custom-header__search-animated-placeholder{left:2.8rem;font-size:.9rem}.custom-header__search-btn{left:.7rem}.custom-nav{display:none}.custom-header-wrapper.is-scrolled .custom-header{padding:.5rem 1rem;gap:0}.custom-header-wrapper.is-scrolled .custom-header__logo-wrapper{max-width:0;opacity:0;pointer-events:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/header-custom.css.map */
