.header-tabs-wrapper{position:fixed;top:110px;left:0;width:100%;height:60px;background:linear-gradient(135deg,#1f2937,#111827);z-index:999;box-shadow:0 4px 20px #0000004d;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x}.header-tabs-wrapper::-webkit-scrollbar{display:none}.header-tabs{display:flex;flex-wrap:nowrap;height:100%;padding:0 15px;width:max-content}@media(min-width:1025px){.header-tabs{justify-content:center;width:100%;max-width:1200px;margin:0 auto}.header-tabs-wrapper{overflow:visible}}.tab-link{flex:0 0 auto;min-width:150px;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;text-decoration:none;border-right:1px solid rgba(255,255,255,.1);white-space:nowrap;cursor:pointer;padding:0 20px;transition:background .3s ease,color .3s ease;position:relative}.tab-link:hover,.tab-link.active{background:#3b82f633;color:#3b82f6}.tab-link.active{border-bottom:3px solid #3b82f6}.tab-link .dropdown-arrow{margin-left:8px;font-size:.7rem;opacity:.7;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#ffffff1a;transition:transform .3s ease,opacity .3s ease;transform:rotate(-90deg)}.tab-link.active .dropdown-arrow,.tab-link:hover .dropdown-arrow{transform:rotate(0);opacity:1;background:#3b82f64d}.mega-menu-dropdown{position:fixed;top:165px;left:50%;transform:translate(-50%) translateY(-15px);background:#fff;box-shadow:0 20px 60px #00000026;border-radius:16px;z-index:998;display:none;opacity:0;min-width:240px;max-width:900px;width:auto;overflow:hidden;transition:opacity .3s ease,transform .3s ease;pointer-events:none}.mega-menu-dropdown.active{display:block;opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.category-section{display:none}.category-section.active{display:block;max-height:75vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e0 transparent;animation:fadeInUp .3s ease}.category-section.active::-webkit-scrollbar{width:6px}.category-section.active::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.category-header{color:#fff;padding:18px 25px;font-size:1.3rem;font-weight:700;position:sticky;top:0;z-index:10;background:linear-gradient(135deg,#667eea,#764ba2)}.automotive-header{background:linear-gradient(135deg,#ff416c,#ff4b2b)}.electronics-header{background:linear-gradient(135deg,#7f00ff,#e100ff)}.fashion-header{background:linear-gradient(135deg,#00c6ff,#0072ff)}.home-header{background:linear-gradient(135deg,#f7971e,#ffd200)}.sports-header{background:linear-gradient(135deg,#56ab2f,#a8e063)}.pets-header{background:linear-gradient(135deg,#8e2de2,#4a00e0)}.deals-header{background:linear-gradient(135deg,#ff0080,#ff8c00)}.mega-menu{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.mega-menu>li{border-right:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);background:#fff;transition:background .2s ease}.mega-menu>li:hover{background:#f8fafc}.mega-menu>li>a.menu-header,.submenu>li>a.submenu-header{display:flex;align-items:center;justify-content:space-between;padding:16px 25px;color:#1a202c;font-weight:700;font-size:1rem;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.05);transition:color .2s ease,background .2s ease;border-left:3px solid transparent}.mega-menu>li>a.menu-header:hover,.mega-menu>li>a.menu-header.expanded{color:#4f46e5;border-left-color:#4f46e5;background:#667eea0d}.submenu,.subsubmenu{list-style:none;padding:0;margin:0;max-height:0;overflow:hidden;transition:max-height .35s ease,opacity .35s ease;opacity:.9;background:#f8fafc}.submenu>li>a.submenu-header.expanded+.subsubmenu,.mega-menu>li>a.menu-header.expanded+.submenu{max-height:500px;padding:8px 0;opacity:1}.submenu a:not(.submenu-header),.subsubmenu a{display:flex;align-items:center;padding:12px 25px 12px 35px;color:#4a5568;font-size:.95rem;font-weight:500;text-decoration:none;border-left:3px solid transparent;transition:color .2s ease,background .2s ease,border-color .2s ease}.submenu a:not(.submenu-header):hover,.subsubmenu a:hover{color:#4f46e5;background:#667eea12;border-left-color:#4f46e5;padding-left:40px}.dropdown-arrow,.submenu-arrow{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;font-size:.8em;opacity:.7;background:#0000000d;transform:rotate(-90deg);transition:transform .3s ease,opacity .3s ease,background .3s ease;flex-shrink:0}.menu-header.expanded .dropdown-arrow,.submenu-header.expanded .submenu-arrow{transform:rotate(0);opacity:1;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.quick-actions{display:flex;gap:12px;padding:20px 25px;border-top:1px solid rgba(0,0,0,.08);background:#fff;border-radius:0 0 16px 16px;flex-shrink:0}.quick-action-btn{flex:1;padding:12px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:10px;text-align:center;font-size:.9rem;font-weight:600;transition:transform .2s ease,box-shadow .2s ease;min-width:120px}.quick-action-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea59}.coming-soon-badge{display:inline-flex;align-items:center;font-size:10px;color:#fff;font-weight:800;margin-left:8px;background:linear-gradient(135deg,#f59e0b,#d97706);padding:3px 10px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px;animation:pulse-glow 2s infinite}@keyframes pulse-glow{0%,to{box-shadow:0 2px 8px #d677064d}50%{box-shadow:0 4px 16px #d6770680;transform:scale(1.04)}}.product-count{display:inline-flex;align-items:center;font-size:11px;color:#10b981;font-weight:700;margin-left:8px;background:#10b9811a;padding:3px 8px;border-radius:10px;border:1px solid rgba(16,185,129,.2)}.coming-soon-tooltip{position:fixed;background:#1a202c;color:#fff;padding:12px 18px;border-radius:12px;font-size:.9rem;max-width:280px;box-shadow:0 10px 25px #0003;z-index:10000;pointer-events:none;animation:fadeInUp .2s ease}.coming-soon-tooltip-content{display:flex;align-items:center;gap:10px}.coming-soon-tooltip-arrow{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);border:8px solid transparent;border-top-color:#1a202c;border-bottom:none}.coming-soon-tooltip.fade-out{opacity:0;transition:opacity .2s ease}@media(max-width:1024px){.header-tabs-wrapper{top:60px}.mega-menu-dropdown{top:120px!important;left:0!important;right:0!important;width:100vw!important;max-height:calc(100vh - 130px)!important;overflow-y:auto!important;border-radius:0!important;transform:translateY(-15px)!important;-webkit-overflow-scrolling:touch!important;padding-bottom:10px!important}.mega-menu-dropdown.active{transform:translateY(0)!important}.category-section.active{padding-bottom:80px!important;max-height:none!important;overflow-y:visible!important}.mega-menu{grid-template-columns:1fr!important}.mega-menu>li{border-right:none!important}.submenu>li>a.submenu-header.expanded+.subsubmenu,.mega-menu>li>a.menu-header.expanded+.submenu{max-height:none!important;padding:8px 0!important;opacity:1!important;overflow-y:visible!important}.quick-actions{flex-direction:column!important;position:sticky!important;bottom:0!important;background:#fff!important;padding:15px 20px!important;border-top:2px solid #e5e7eb!important;z-index:20!important;margin:0!important;border-radius:0!important;box-shadow:0 -4px 20px #0000001a!important;flex-shrink:0!important}.quick-action-btn{min-width:100%!important;padding:14px!important;font-size:1rem!important;min-height:48px!important}.mega-menu>li>a.menu-header,.submenu>li>a.submenu-header{padding:14px 20px!important;min-height:44px!important}.submenu a:not(.submenu-header),.subsubmenu a{padding:12px 20px 12px 30px!important;min-height:44px!important}.coming-soon-tooltip{max-width:calc(100vw - 40px);left:20px!important}.coming-soon-tooltip-arrow{display:none}}@media(min-width:768px)and (max-width:1024px){.mega-menu{grid-template-columns:repeat(2,1fr)!important}.quick-actions{flex-direction:row!important;flex-wrap:wrap!important}.quick-action-btn{flex:0 0 calc(33.333% - 10px)!important;min-height:48px!important}.mega-menu-dropdown{max-height:calc(100vh - 130px)!important}.submenu,.subsubmenu{transition:none!important}.submenu>li>a.submenu-header.expanded+.subsubmenu,.mega-menu>li>a.menu-header.expanded+.submenu{max-height:none!important;overflow-y:visible!important}.category-section.active{padding-bottom:80px!important;max-height:none!important}}@media(min-width:480px)and (max-width:768px){.header-tabs-wrapper{top:60px!important;height:55px!important}.mega-menu-dropdown{top:115px!important;max-height:calc(100vh - 120px)!important;padding-bottom:15px!important}.tab-link{min-width:120px!important;padding:0 15px!important;font-size:.9rem!important}.category-section.active{padding-bottom:100px!important;max-height:none!important}.submenu>li>a.submenu-header.expanded+.subsubmenu,.mega-menu>li>a.menu-header.expanded+.submenu{max-height:none!important;overflow-y:visible!important}.quick-actions{padding:12px 15px!important}.quick-action-btn{padding:12px!important;font-size:.95rem!important;min-height:44px!important}.mega-menu>li>a.menu-header,.submenu>li>a.submenu-header{padding:12px 15px!important;font-size:.95rem!important;min-height:40px!important}.submenu a:not(.submenu-header),.subsubmenu a{padding:10px 15px 10px 25px!important;font-size:.9rem!important;min-height:40px!important}}@media(max-width:480px){.header-tabs-wrapper{top:50px!important;height:50px!important}.mega-menu-dropdown{top:100px!important;max-height:calc(100vh - 110px)!important;padding-bottom:10px!important}.tab-link{min-width:100px!important;padding:0 12px!important;font-size:.85rem!important}.category-section.active{padding-bottom:80px!important;max-height:none!important}.submenu>li>a.submenu-header.expanded+.subsubmenu,.mega-menu>li>a.menu-header.expanded+.submenu{max-height:none!important;overflow-y:visible!important}.quick-actions{padding:10px 15px!important}.quick-action-btn{padding:12px!important;font-size:.9rem!important;min-height:44px!important}.mega-menu>li>a.menu-header,.submenu>li>a.submenu-header{padding:12px 15px!important;font-size:.9rem!important;min-height:40px!important}.submenu a:not(.submenu-header),.subsubmenu a{padding:10px 15px 10px 25px!important;font-size:.85rem!important;min-height:40px!important}.category-header{padding:14px 18px!important;font-size:1.1rem!important}.coming-soon-badge{font-size:8px!important;padding:2px 8px!important}}.tab-link:focus-visible,.mega-menu a:focus-visible,.quick-action-btn:focus-visible{outline:3px solid #3b82f6;outline-offset:3px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/mega-menu.css.map */
