.announcement-contact{display:flex;align-items:center;justify-content:flex-end;gap:16px;font-size:13px;white-space:nowrap;grid-area:language-currency!important}.announcement-contact__item{display:inline-flex;align-items:center;gap:6px;color:rgb(var(--color-foreground));text-decoration:none;font-weight:500}.announcement-contact__item:hover{text-decoration:underline}.announcement-contact__icon{display:inline-flex;width:14px;height:14px}.announcement-contact__icon svg{width:100%;height:100%;fill:currentColor}@media screen and (max-width:749px){.announcement-contact__text,.announcement-contact{display:none}}.announcement-contact__divider{width:1px;height:16px;background-color:rgba(var(--color-foreground),.35)}@media(max-width:749px){.announcement-contact__divider{display:none}}.page-width.utility-bar__grid.utility-bar__grid--3-col{max-width:1500px}.page-width{max-width:1500px!important}.custom-header{position:sticky;top:0;z-index:1000;background:rgb(var(--color-background))}.custom-header__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:8px 30px!important}.custom-header__left{display:flex;align-items:center;gap:30px}.custom-header__center{display:flex;justify-content:center;flex:1}.custom-header__right{display:flex;align-items:center;gap:20px}.custom-header__logo{display:flex;align-items:center}.custom-header__logo img{max-height:40px;display:block}.custom-header nav ul{list-style:none;display:flex;align-items:center;gap:0;padding:0;margin:0}.custom-header nav li{margin:0}.custom-header nav a{text-decoration:none;font-size:14px;color:rgb(var(--color-foreground));white-space:nowrap;padding:0 10px!important}.header__hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:24px;height:24px;cursor:pointer;background:none;border:none;padding:0;gap:4px}.header__hamburger span{display:block;width:20px;height:2px;background:rgb(var(--color-foreground));transition:all .3s ease}.header__hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__hamburger.active span:nth-child(2){opacity:0}.header__hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;visibility:hidden;opacity:0;transition:visibility 0s .3s,opacity .3s ease}.mobile-menu-drawer.active{visibility:visible;opacity:1;transition:visibility 0s 0s,opacity .3s ease}.mobile-menu-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080}.mobile-menu-content{position:absolute;top:0;left:0;width:80%;max-width:350px;height:100%;background:rgb(var(--color-background));transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;display:flex;flex-direction:column}.mobile-menu-drawer.active .mobile-menu-content{transform:translate(0)}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid rgba(var(--color-foreground),.1)}.mobile-menu-close{background:none;border:none;padding:8px;cursor:pointer;color:rgb(var(--color-foreground));margin-left:auto}.mobile-menu-close svg{display:block;width:24px;height:24px}.mobile-menu-nav{padding:20px;flex:1}.mobile-menu-nav ul{list-style:none;padding:0;margin:0}.mobile-menu-nav li{margin:0;border-bottom:1px solid rgba(var(--color-foreground),.1)}.mobile-menu-nav a{display:block;padding:15px 0;color:rgb(var(--color-foreground));text-decoration:none;font-size:16px}.mobile-menu-nav a:hover{opacity:.7}.header__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:rgb(var(--color-foreground));text-decoration:none;position:relative}.header__icon svg{width:20px;height:20px}.cart-count{position:absolute;top:-8px;right:-8px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:50%;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;padding:0 4px}.custom-search{position:relative;width:280px;height:40px}.custom-search__wrapper{position:relative;width:100%;height:100%;display:flex;align-items:center;border-bottom:2px solid rgba(0,0,0,.2);transition:border-color .2s ease}.custom-search__wrapper:focus-within{border-bottom-color:rgb(var(--color-foreground))}.custom-search__icon{position:absolute;left:0;top:50%;transform:translateY(-50%);width:18px;height:18px;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:.6}.custom-search__icon svg{width:100%;height:100%}.custom-search__input{width:100%;height:100%;border:none;outline:none;background:transparent;padding:0 10px 0 28px;font-size:14px;color:rgb(var(--color-foreground));font-family:inherit}.custom-search__input::placeholder{color:transparent}.custom-search__input::-webkit-search-cancel-button{display:none}.custom-search__placeholder{position:absolute;left:28px;top:50%;transform:translateY(-50%);pointer-events:none;display:flex;align-items:center;gap:4px;font-size:14px;color:#00000080;transition:opacity .2s ease}.custom-search__input:focus~.custom-search__placeholder,.custom-search__input:not(:placeholder-shown)~.custom-search__placeholder{opacity:0;visibility:hidden}.custom-search__static{white-space:nowrap}.custom-search__animated{overflow:hidden;height:20px;display:flex;align-items:center}.custom-search__list{display:flex;flex-direction:column;animation:slideUp 15s infinite}.custom-search__item{height:20px;line-height:20px;white-space:nowrap}@keyframes slideUp{0%,18%{transform:translateY(0)}20%,38%{transform:translateY(-20px)}40%,58%{transform:translateY(-40px)}60%,78%{transform:translateY(-60px)}80%,98%{transform:translateY(-80px)}to{transform:translateY(0)}}@media(max-width:990px){.custom-header__inner{padding:8px 20px!important;gap:1rem}.custom-header__center{display:none}.custom-header__left{gap:15px;flex:1}.custom-header__left nav{display:none}.header__hamburger{display:flex}.custom-header__right{gap:15px}.custom-search{width:200px}.custom-search__animated{display:none}.custom-header__logo img{max-height:35px}}@media(max-width:749px){.custom-header__inner{padding:8px 15px!important;gap:.75rem}.custom-header__left{gap:12px}.custom-header__right{gap:10px}.custom-search{width:160px}.custom-header__logo img{max-height:32px}.header__icon{width:22px;height:22px}.header__icon svg{width:18px;height:18px}}@media(max-width:480px){.custom-header__inner{padding:6px 12px!important;gap:.5rem}.custom-header__left,.custom-header__right{gap:8px}.custom-search{width:130px}.custom-search__wrapper{height:36px}.custom-search__input{font-size:13px;padding:0 8px 0 24px}.custom-search__icon{width:16px;height:16px}.custom-search__placeholder{left:24px;font-size:13px}.custom-header__logo img{max-height:28px}.header__icon{width:20px;height:20px}.header__icon svg{width:16px;height:16px}.cart-count{min-width:16px;height:16px;font-size:10px;top:-6px;right:-6px}}@media(max-width:380px){.custom-search{width:110px}.custom-header__inner{padding:6px 10px!important}.custom-header__left,.custom-header__right{gap:6px}}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
