.custom-header-wrapper{position:relative;margin:0;border-radius:0;border:none;border-bottom:1px solid rgba(0,0,0,.05);background:#fff;padding:0;max-width:100%;width:100%;z-index:90;box-sizing:border-box;transition:transform .3s ease-in-out,background-color .3s ease}.custom-header-wrapper.is-fixed{position:fixed;top:0;left:0;right:0;box-shadow:0 4px 12px #0000000d}.custom-header-wrapper.is-hidden{transform:translateY(-100%)}.custom-header-inner{border-radius:0;background:transparent;box-shadow:none;padding:8px 40px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;max-width:1400px;margin:0 auto}.custom-header-logo img{display:block;max-width:100%;height:auto}.custom-header-nav{flex-grow:1;display:flex;justify-content:center}.custom-nav-list{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:20px}.custom-nav-item{position:static}.custom-nav-link{background:none;border:none;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;color:#333;text-transform:uppercase;padding:6px 15px;display:flex;align-items:center;gap:5px;transition:color .2s;text-decoration:none}.custom-nav-link:hover,.custom-nav-link[aria-expanded=true]{color:#111;text-decoration:underline;text-underline-offset:4px}.custom-nav-active{font-weight:800}.nav-chevron{transition:transform .2s}.custom-nav-link[aria-expanded=true] .nav-chevron{transform:rotate(180deg)}.custom-nav-btn{background:#000;color:#fff!important;border:1px solid #000000;border-radius:8px;padding:8px 20px;margin-left:15px;margin-right:15px;font-weight:700;letter-spacing:.5px;transition:all .2s}.custom-nav-btn:hover{background:#fff;color:#000!important;border-color:#000;transform:translateY(-1px);text-decoration:none!important}.custom-mega-menu{position:absolute;top:100%;left:0;width:100%;background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .3s,transform .3s,visibility .3s;z-index:101;margin-top:10px}.custom-nav-item:hover .custom-mega-menu,.custom-nav-link[aria-expanded=true]+.custom-mega-menu{opacity:1;visibility:visible;transform:translateY(0)}.mega-menu-inner{display:flex;padding:30px;gap:40px}.mega-menu-left{flex:0 0 30%;border-right:1px solid #E8E8E8;padding-right:20px}.mega-menu-left ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:15px}.mega-menu-left a{text-decoration:none;color:#333;font-weight:500;transition:color .2s}.mega-menu-left a:hover{color:#3a53a4}.mega-menu-right{flex:1;position:relative}.mega-right-title{margin-top:0;margin-bottom:20px;font-size:14px;color:#666;text-transform:uppercase}.mega-menu-carousel-wrapper{position:relative;overflow:hidden}.mega-menu-carousel{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.mega-menu-carousel::-webkit-scrollbar{display:none}.mega-menu-product{flex:0 0 calc(33.333% - 14px);scroll-snap-align:start}.mega-menu-product a{text-decoration:none;color:#333;display:block}.mega-menu-product img{width:100%;height:auto;border-radius:12px;margin-bottom:10px;transition:transform .3s}.mega-menu-product:hover img{transform:scale(1.05)}.mega-menu-product p{font-weight:600;font-size:14px;margin:0;text-align:center}.mega-menu-arrows{display:flex;gap:10px;position:absolute;top:-45px;right:0}.mega-prev-btn,.mega-next-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.mega-prev-btn:hover,.mega-next-btn:hover{opacity:.8}.custom-header-icons{display:flex;align-items:center;gap:15px}.header__icon{color:#333;display:flex;align-items:center;justify-content:center;width:32px;height:32px;text-decoration:none}.header__icon svg{width:28px;height:28px}.custom-search-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:10;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;padding:0 40px;border-radius:30px}.custom-search-overlay.is-active{opacity:1;visibility:visible}.custom-search-inner{display:flex;align-items:center;justify-content:center;width:100%;max-width:800px;gap:20px}.custom-search-form{flex-grow:1}.custom-search-input-wrapper{position:relative;display:flex;align-items:center;border:1px solid #101010;border-radius:4px;background:#fff;padding:0}.custom-search-input{width:100%;border:none;background:transparent;padding:10px 15px;font-size:14px;color:#101010;outline:none}.custom-search-submit{background:none;border:none;padding:10px 15px;cursor:pointer;color:#101010;display:flex;align-items:center;justify-content:center}.custom-search-submit svg{width:20px;height:20px}.custom-search-close{background:none;border:none;padding:10px;cursor:pointer;color:#1a5237;display:flex;align-items:center;justify-content:center}.custom-search-close svg{width:20px;height:20px}.mobile-menu-toggle{display:none}.hide-on-mobile{display:flex}.custom-mobile-drawer{position:fixed;top:0;left:-100%;width:100%;height:100vh;height:100dvh;background-color:#0006;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.custom-mobile-drawer.is-active{left:0;opacity:1;visibility:visible}.custom-mobile-drawer-inner{width:85%;max-width:400px;height:100%;background:#fff;transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column;padding:20px}.custom-mobile-drawer.is-active .custom-mobile-drawer-inner{transform:translate(0)}.custom-mobile-drawer-header{display:flex;justify-content:flex-end;padding-bottom:20px;border-bottom:1px solid #eee;margin-bottom:20px}.mobile-menu-close{background:none;border:none;cursor:pointer;padding:5px;color:#111}.custom-mobile-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:15px}.custom-mobile-nav-item{width:100%}.custom-mobile-nav-link{display:block;font-family:inherit;font-size:18px;font-weight:600;color:#333;text-transform:uppercase;text-decoration:none;padding:10px 0}.custom-mobile-nav-btn{display:inline-block;background:#000;color:#fff;padding:12px 20px;border-radius:8px;text-align:center;margin-top:10px}@media screen and (max-width:989px){.mobile-menu-toggle{display:flex}.hide-on-mobile{display:none!important}.custom-header-wrapper{padding:0}.custom-header-inner{padding:18px 15px}.custom-nav-list{display:none}.custom-header-icons{gap:20px}.custom-header-icons .header__icon{width:36px;height:36px}.custom-header-icons .header__icon svg{width:32px;height:32px}.custom-header-logo{position:absolute;left:50%;transform:translate(-50%)}}cart-drawer,.drawer,#cart-drawer,.theme-drawer__dialog{z-index:1000!important}.custom-predictive-search-results{position:absolute;top:100%;left:0;width:100%;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;margin-top:10px;display:none;max-height:400px;overflow-y:auto;z-index:100}.custom-predictive-search-results.active{display:block}.predictive-search-item{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid #f0f0f0;text-decoration:none;color:#111;transition:background-color .2s;gap:15px}.predictive-search-item:hover{background-color:#f9f9f9}.predictive-search-item img{width:50px;height:50px;object-fit:cover;border-radius:6px;background-color:#f8f8f1}.predictive-search-item-info{display:flex;flex-direction:column}.predictive-search-item-title{font-weight:600;font-size:14px;margin-bottom:4px}.predictive-search-item-price{font-size:13px;color:#666}.predictive-search-view-all{display:block;text-align:center;padding:15px;background:#f8f8f1;color:#0b3d22;font-weight:700;text-decoration:none;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.predictive-search-view-all:hover{background:#f0f0e8}@media screen and (max-width:900px){#cart-drawer dialog{width:85%!important;max-width:400px!important;right:0!important;left:auto!important;margin-right:0!important;margin-left:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/custom-header.css.map */
