.header{position:fixed;display:flex;flex-direction:column;left:0;top:0;width:100vw;z-index:900;padding:56px 64px 24px;gap:16px;box-shadow:0 2px 4px #0000001a;transition:all .5s ease,gap .5s ease,padding .3s ease;background:var(--color-background)}.header .header-top{display:flex;flex-direction:row;justify-content:space-between;align-items:center;transition:padding .5s ease,height .5s ease;height:fit-content;width:100%}.header .header-top .logo{display:flex;width:20%}.header .header-top .logo a{display:flex;justify-content:start;width:fit-content}.header .header-top .logo a img{width:137px;height:33px;object-fit:cover;transition:width .5s ease,height .5s ease}.header .header-top .search-bar{display:flex;flex-direction:row;align-items:center;gap:8px;width:40%;padding:8px 16px;border:1.5px solid var(--color-light);border-radius:24px;background-color:var(--color-background);transition:padding .5s ease,max-width .5s ease}.header .header-top .search-bar input{width:100%;border:none;outline:none;color:var(--color-light);background-color:var(--color-background);font-size:16px;font-style:normal;font-weight:400;line-height:24px}.header .header-top .search-bar button{background-color:transparent;border:none;cursor:pointer;display:flex}.header .header-top .search-bar button img{width:24px;height:24px;object-fit:cover;transition:width .5s ease,height .5s ease}.header .header-top .header-icons{display:flex;flex-direction:row;justify-content:end;gap:4px;width:35%}.header .header-top .header-icons a{display:flex;flex-direction:column;align-items:center;margin:auto 0;gap:6px}.header .header-top .header-icons a img{width:28px;height:28px;object-fit:cover;transition:all .5s ease}.header .header-top .header-icons a span{font-size:16px;font-style:normal;font-weight:400;line-height:160%;color:var(--color-primary)}.header .header-top .header-icons button{display:flex;flex-direction:column;align-items:center;margin:auto 0;gap:6px}.header .header-top .header-icons button img{width:28px;height:28px;object-fit:cover;transition:all .5s ease}.header .header-top .header-icons button span{font-size:16px;font-style:normal;font-weight:400;line-height:160%;color:var(--color-primary)}:is(.header .header-top .header-icons button,.header .header-top .header-icons a) span.cart-badge{font-size:.75rem}.header .header-top .header-icons__mobile{display:none}.header .main-navigation{display:flex;flex-direction:row;justify-content:space-between;align-items:center;transition:padding .5s ease}.header .main-navigation ul{display:flex;list-style:none;gap:40px;margin:0;padding:0}.header .main-navigation ul li a{font-size:16px;font-style:normal;font-weight:500;line-height:160%;letter-spacing:-.09px;color:var(--color-primary);transition:font-size .5s ease}.header .main-navigation ul li a:hover{color:var(--color-accent)}.header .main-navigation a,.header .header-icons a,.header .header-icons span{font-size:14px;line-height:160%;transition:font-size .5s ease}.header .main-navigation_mobile{display:none}.header--small{top:0;padding:20px 64px 12px;gap:12px}.header--small .header-top{height:60px}.header--small .header-top .logo a img{width:120px;height:28px;object-fit:cover}.header--small .header-top .search-bar{padding:12px 20px;max-width:560px}.header--small .header-top .search-bar input{font-size:14px;line-height:22.4px}.header--small .header-top .search-bar button img{width:20px;height:20px;object-fit:cover}.header--small .header-top .header-icons a img{width:28px;height:28px;object-fit:cover}.header--small .header-top .header-icons a span{font-size:14px;line-height:160%}.header--small .header-top .header-icons button img{width:28px;height:28px;object-fit:cover}.header--small .header-top .header-icons button span{font-size:14px;line-height:160%}.header--small .main-navigation a,.header--small .header-icons a,.header--small .header-icons span{font-size:13px;line-height:20px}@media only screen and (max-width: 1024px){.header{gap:16px;padding:56px 48px 24px}.header .header-top .logo{width:fit-content}.header .header-top .logo a img{width:120px;height:28px}.header .header-top .search-bar{width:100%;max-width:400px;padding:10px 12px}.header .header-top .search-bar input{font-size:12px;line-height:120%}.header .header-top .search-bar button{padding:0}.header .header-top .search-bar button img{width:20px;height:20px}.header .header-top .header-icons{width:fit-content;justify-content:center;gap:12px}:is(.header .header-top .header-icons button,.header .header-top .header-icons a) span{display:none}:is(.header .header-top .header-icons button,.header .header-top .header-icons a) span.cart-badge{display:flex;right:-4px;top:-2px;align-items:center;justify-content:center;line-height:120%}.header--small{padding:20px 48px 12px}}@media only screen and (max-width: 900px){.header{gap:16px;padding:48px 32px 16px}.header .header-top .logo a img{width:fit-content;height:48px}.header .header-top .search-bar{width:100%;max-width:300px;padding:8px 12px}.header .header-top .search-bar input{font-size:12px;line-height:120%}.header .header-top .search-bar button{padding:0}.header .header-top .search-bar button img{width:20px;height:20px}.header .header-top .header-icons{width:fit-content;justify-content:center;gap:8px}:is(.header .header-top .header-icons button,.header .header-top .header-icons a) img{width:24px;height:24px}.header .main-navigation{display:none}.header .main-navigation_mobile{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center;position:relative}.header .main-navigation_mobile .header-icon-btn-mobile{background:transparent;border:0;outline:none;padding:8px;display:flex;flex-direction:row;align-items:center;gap:8px}.header .main-navigation_mobile .header-icon-btn-mobile img{width:24px;height:24px}.header .main-navigation_mobile .header-icon-btn-mobile span{font-size:16px;line-height:16px}.header .main-navigation_mobile .header-icon-btn-mobile#close-menu-mobile img{width:16px;height:16px}.header .main-navigation_mobile .header-icon-btn-mobile#close-menu-mobile span{color:var(--color-accent);font-weight:600}.header .main-navigation_mobile nav{display:flex;flex-direction:column;padding:0;position:fixed;top:40px;left:0;z-index:1000;height:calc(100vh - 40px);box-shadow:0 2px 4px #0003;width:fit-content;background:var(--color-background);transform:translate(-100%);opacity:0;transition:transform .4s ease,opacity .4s ease;pointer-events:none}.header .main-navigation_mobile nav .navigation-mobile-header{display:flex;padding:8px;justify-content:end}.header .main-navigation_mobile nav .navigation-mobile-welcome{display:flex;padding:16px;background:var(--color-border)}.header .main-navigation_mobile nav .navigation-mobile-welcome p{line-height:120%;font-size:1rem}.header .main-navigation_mobile nav .navigation-mobile-welcome p strong{font-size:1.25rem;line-height:120%}.header .main-navigation_mobile nav ul{list-style:none;padding:16px}.header .main-navigation_mobile nav ul li a{display:flex;align-items:center;padding:8px 0;font-size:16px;line-height:24px;color:var(--color-primary);text-decoration:none;transition:color .3s ease}.header .main-navigation_mobile nav ul li a:hover{color:var(--color-accent)}.header .main-navigation_mobile nav.show{transform:translate(0);opacity:1;pointer-events:all}.header .main-navigation_mobile .header-news-search-bar .header-mobile-search-bar{width:100%}.header .main-navigation_mobile .header-news-search-bar .search-bar,.header .main-navigation_mobile .header-news-search-bar .top-searchings{display:none}.header--small{padding:20px 32px 12px}.header--small .main-navigation_mobile nav{top:24px;height:calc(100vh - 24px)}}@media only screen and (max-width: 700px){.header .header-top .logo a img{width:100px;height:24px}.header .header-top .search-bar{display:none}.header .header-top .header-icons{gap:12px}:is(.header .header-top .header-icons button,.header .header-top .header-icons a) span.cart-badge{font-size:.75rem}.header .main-navigation_mobile{gap:24px}.header .main-navigation_mobile .header-icon-btn-mobile{padding:0}.header .main-navigation_mobile .header-icon-btn-mobile img{width:24px;height:24px}.header .main-navigation_mobile nav{top:32px;height:calc(100vh - 32px)}.header .main-navigation_mobile .header-news-search-bar{display:flex;flex-direction:row;align-items:center;width:100%}.header .main-navigation_mobile .header-news-search-bar .header-newsletter-btn{display:none}.header .main-navigation_mobile .header-news-search-bar .search-bar{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%;padding:8px 10px;border:1.5px solid var(--color-light);border-radius:24px;background-color:var(--color-background);transition:padding .5s ease,max-width .5s ease}.header .main-navigation_mobile .header-news-search-bar .search-bar input{width:100%;border:none;outline:none;color:var(--color-light);background-color:var(--color-background);font-size:16px;font-style:normal;font-weight:400;line-height:24px}.header .main-navigation_mobile .header-news-search-bar .search-bar button{background-color:transparent;border:none;cursor:pointer;display:flex}.header .main-navigation_mobile .header-news-search-bar .search-bar button img{width:18px;height:18px;object-fit:cover;transition:width .5s ease,height .5s ease}.header--small{gap:8px}.header--small .main-navigation_mobile nav{top:16px;height:calc(100vh - 16px)}}@media only screen and (max-width: 640px){.header{padding:48px 24px 16px}.header .main-navigation_mobile .header-icon-btn-mobile#menu-mobile span{display:none}.header .main-navigation_mobile .header-icon-btn-mobile#close-menu-mobile{padding:8px 12px}.header .main-navigation_mobile nav .navigation-mobile-welcome{padding:24px}.header .main-navigation_mobile nav ul{list-style:none;padding:16px 24px}.header .header-mobile-search-bar .top-searchings{display:none}.header .search-bar--mobile-fixed-container{position:fixed!important;top:32px!important;left:0!important;right:0;z-index:999;border-radius:0;padding:0!important;width:100vw;height:calc(100vh - 32px)!important;background:var(--color-background)}.header .search-bar--mobile-fixed-container .search-bar{background:var(--color-border)!important;padding:12px 16px!important;border-radius:0!important;border:0!important}.header .search-bar--mobile-fixed-container .search-bar input{background:transparent!important}.header .search-bar--mobile-fixed-container .top-searchings{display:flex!important;flex-direction:column;list-style:none;width:100%;padding:0}.header .search-bar--mobile-fixed-container .top-searchings li{border-bottom:1px solid var(--color-border)}.header .search-bar--mobile-fixed-container .top-searchings li a{color:var(--color-primary)}.header .search-bar--mobile-fixed-container .top-searchings li a p{padding:16px;font-size:.9rem;font-weight:600}.header--small{padding:18px 24px 12px;gap:4px}.header--small .search-bar--mobile-fixed-container{position:fixed!important;top:20px!important;left:0!important;right:0;z-index:1000;border-radius:0;width:100vw;max-width:100vw;height:calc(100vh - 32px);padding:12px 16px}.header--small .search-bar--mobile-fixed-container .search-bar{background:var(--color-border)}}@media only screen and (max-width: 480px){.header{padding:48px 16px 16px}.header .header-top .header-icons{gap:8px}.header .main-navigation_mobile nav{width:100vw}.header--small{padding:18px 16px 12px;gap:4px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/header.css.map */
