.custom-nav{position:fixed;top:0;left:0;width:100%;height:72px;background-color:#fff;border-bottom:1px solid #f0f0f0;z-index:9999}.custom-nav-container{max-width:1200px;height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 20px;box-sizing:border-box}.custom-logo{display:flex;align-items:center;text-decoration:none}.custom-logo-image{height:72px;width:180px}.custom-menu-list{display:flex;align-items:center;gap:32px;list-style:none;margin:0;padding:0}.custom-menu-item{position:relative}.custom-menu-link{color:#333;text-decoration:none;font-size:14px;font-weight:500;padding:8px 0;transition:color .2s ease;cursor:pointer}.custom-menu-link:hover{color:#2383e2}.custom-dropdown-overlay{position:fixed;top:72px;left:0;right:0;bottom:0;background:#0000003d;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;z-index:9998;pointer-events:none}.custom-menu-item:hover .custom-dropdown-overlay{opacity:1;visibility:visible}.custom-dropdown-standard{position:fixed;top:72px;left:0;right:0;width:100vw;background:#fff;padding:24px 0;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;z-index:9999;box-shadow:0 10px 30px #0000000d}.custom-menu-item:hover .custom-dropdown-standard{opacity:1;visibility:visible}.custom-dropdown-standard-content{display:flex;align-items:flex-start;justify-content:center;gap:56px;max-width:1200px;margin:0 auto}.custom-dropdown-item{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;transition:transform .2s ease;padding:24px 0;width:140px}.custom-dropdown-item:hover{transform:translateY(-4px)}.custom-dropdown-item-icon-wrapper{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.custom-dropdown-item-icon{width:48px;height:48px;transition:filter .2s ease}.custom-dropdown-item:hover .custom-dropdown-item-icon{filter:brightness(0) saturate(100%) invert(40%) sepia(98%) saturate(1000%) hue-rotate(190deg) brightness(95%) contrast(90%)}.custom-dropdown-item-label{font-size:14px;font-weight:500;color:#333;text-align:center;white-space:nowrap;transition:color .2s ease}.custom-dropdown-item:hover .custom-dropdown-item-label{color:#2383e2}.custom-mobile-dropdown-arrow{display:none;margin-left:8px;transition:transform .3s ease}.custom-menu-link-toggle{display:flex;align-items:center;justify-content:flex-start;gap:8px}.custom-mega-menu{position:fixed;top:72px;left:0;right:0;width:100vw;background:#fff;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;z-index:9999;box-shadow:0 10px 30px #0000000d}.custom-menu-item:hover .custom-mega-menu{opacity:1;visibility:visible}.custom-mega-menu-container{display:flex;justify-content:center;max-width:1200px;margin:0 auto;gap:50px}.custom-mega-menu-sidebar{width:214px;padding:20px 0;border-right:1px solid #f0f0f0}.custom-mega-category-item{display:flex;align-items:center;justify-content:space-between;padding:12px 40px 12px 0;cursor:pointer;color:#666;font-size:15px;font-weight:500;transition:all .2s ease}.custom-mega-category-item.active{color:#2383e2}.custom-mega-category-item svg{opacity:0;transition:opacity .2s ease}.custom-mega-category-item.active svg{opacity:1}.custom-mega-products-grid{width:936px;display:none;grid-template-columns:repeat(5,1fr);gap:24px;padding:24px 0;min-height:300px}.custom-mega-products-grid.active{display:grid}.custom-mega-product-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:12px;height:230px;text-decoration:none;transition:transform .2s ease}.custom-mega-product-card:hover{transform:translateY(-4px)}.custom-mega-product-image-wrapper{width:168px;height:168px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:16px}.custom-mega-product-image{width:100%;height:100%;object-fit:contain}.custom-mega-product-name{font-size:15px;color:#333;text-align:center;line-height:1.4;font-weight:500;transition:color .2s}.custom-mega-product-card:hover .custom-mega-product-name{color:#2383e2}.custom-mega-tags{display:flex;gap:4px;flex-wrap:wrap;justify-content:center}.custom-mega-tag{color:#ef4444;font-size:10px;font-weight:500;padding:2px 6px;border:1px solid #ef4444;border-radius:4px}.custom-right-section{display:flex;align-items:center;gap:16px}.custom-icon-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;cursor:pointer;border-radius:50%;transition:background-color .2s ease}.custom-icon-button:hover{background-color:#f5f5f5}.custom-icon-image{width:24px;height:24px}.custom-store-button{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#2383e2;color:#fff;border:none;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;transition:background .2s ease}.custom-store-button:hover{background:#1a6fc0}.custom-mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10000}.custom-mobile-menu-toggle span{width:100%;height:2px;background-color:#333;border-radius:2px;transition:all .3s ease}.custom-mobile-menu-toggle.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.custom-mobile-menu-toggle.active span:nth-child(2){opacity:0}.custom-mobile-menu-toggle.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media(max-width:992px){.custom-mobile-menu-toggle{display:flex}.custom-menu-list{position:fixed;top:72px;left:0;width:100%;height:calc(100vh - 72px);background-color:#fff;flex-direction:column;align-items:flex-start;padding:24px;gap:0;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.custom-menu-list.active{transform:translate(0)}.custom-menu-item{width:100%;border-bottom:1px solid #f0f0f0}.custom-menu-link{display:block;padding:16px 0;font-size:16px}.custom-menu-link.custom-menu-link-toggle{display:flex;justify-content:space-between;align-items:center;width:100%}.custom-dropdown-overlay,.custom-mega-menu{display:none!important}.custom-dropdown-standard{position:static;display:none;width:100%;background:transparent;padding:0;box-shadow:none;opacity:1;visibility:visible;transition:none}.custom-menu-item:hover .custom-dropdown-standard{opacity:1}.custom-mobile-dropdown-arrow,.custom-has-dropdown.mobile-expanded .custom-dropdown-standard{display:block}.custom-has-dropdown.mobile-expanded .custom-mobile-dropdown-arrow{transform:rotate(180deg)}.custom-dropdown-standard-content{flex-direction:column;align-items:flex-start;gap:0;padding-left:16px}.custom-dropdown-item{flex-direction:row;width:100%;padding:12px 0;gap:16px}.custom-dropdown-item-icon-wrapper,.custom-dropdown-item-icon{display:none}.custom-dropdown-item-label{font-size:15px;font-weight:400}}.shopify-policy__container{padding-top:100px!important}cart-items{padding-top:100px!important;display:block}@media(max-width:768px){.shopify-policy__container{padding-top:80px!important}cart-items{padding-top:80px!important}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/custom-header.css.map */
