.wq-mega-menu{--wq-menu-bg: var(--wq-c-white);--wq-menu-text: var(--wq-c-heading);--wq-menu-text-secondary: var(--wq-c-secondary);--wq-menu-accent: var(--wq-c-info);--wq-menu-hover-bg: var(--wq-c-bg-offset);--wq-menu-dropdown-bg: var(--wq-c-white);--wq-menu-dropdown-text: var(--wq-c-heading);--wq-menu-dropdown-border: var(--wq-c-border);--wq-menu-l1-hover: var(--wq-c-bg-subtle);--wq-menu-l1-active: var(--wq-c-info-light);--wq-menu-transition: var(--wq-ease);--wq-menu-border: var(--wq-c-border);position:relative;z-index:100;font-family:var(--wq-font)}.wq-mega-menu__bar{position:relative;z-index:102;display:flex;align-items:center;background:var(--wq-menu-bg);color:var(--wq-menu-text);padding:0 24px;height:56px;gap:8px;border-bottom:1px solid var(--wq-menu-border);max-width:1400px;margin:0 auto}.wq-mega-menu__logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0;margin-right:8px}.wq-mega-menu__logo-img{display:block;height:28px;width:auto;object-fit:contain}.wq-mega-menu__logo-text{font-size:1.25rem;letter-spacing:.04em;line-height:1;white-space:nowrap}.wq-mega-menu__logo-wave{font-weight:400;color:var(--wq-menu-text)}.wq-mega-menu__logo-quanta{font-weight:800;color:var(--wq-c-action)}.wq-mega-menu__tabs{display:none;list-style:none;margin:0;padding:0;height:100%;gap:0}.wq-mega-menu__tab{height:100%;display:flex;align-items:center}.wq-mega-menu__tab-btn,.wq-mega-menu__tab-link{display:flex;align-items:center;gap:5px;height:100%;padding:0 14px;color:var(--wq-menu-text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:.01em;background:none;border:none;cursor:pointer;white-space:nowrap;transition:color var(--wq-menu-transition);border-bottom:2px solid transparent}.wq-mega-menu__tab-btn:hover,.wq-mega-menu__tab-btn[aria-expanded=true],.wq-mega-menu__tab-link:hover{color:var(--wq-menu-text)}.wq-mega-menu__chevron{transition:transform var(--wq-menu-transition);color:var(--wq-menu-text-secondary)}.wq-mega-menu__tab-btn[aria-expanded=true] .wq-mega-menu__chevron{transform:rotate(180deg)}.wq-mega-menu__actions{display:none;margin-left:auto;height:100%;align-items:center;gap:6px;flex-shrink:0}.wq-mega-menu__search{display:flex;align-items:center}.wq-mega-menu__search-form{display:flex;align-items:center;border:1px solid var(--wq-c-gray-300, #d0d0d0);border-radius:4px;overflow:hidden;transition:border-color .15s ease}.wq-mega-menu__search-form:focus-within{border-color:var(--wq-menu-accent)}.wq-mega-menu__search-input{width:160px;height:32px;padding:0 10px;border:none;outline:none;font-size:.8125rem;font-family:var(--wq-font);color:var(--wq-menu-text);background:var(--wq-c-white)}.wq-mega-menu__search-input::placeholder{color:var(--wq-c-gray-400, #b0b0b0)}.wq-mega-menu__search-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--wq-c-bg-subtle, #f5f5f5);border:none;border-left:1px solid var(--wq-c-gray-300, #d0d0d0);color:var(--wq-menu-text-secondary);cursor:pointer;transition:background .15s ease,color .15s ease}.wq-mega-menu__search-btn:hover{background:var(--wq-c-bg-offset, #eee);color:var(--wq-menu-text)}.wq-mega-menu__icon-btn{position:relative;display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:none;border:none;color:var(--wq-menu-text);cursor:pointer;border-radius:var(--wq-radius, 6px);transition:background .15s ease,color .15s ease;text-decoration:none}.wq-mega-menu__icon-btn:hover{background:var(--wq-c-bg-subtle, #f5f5f5);color:var(--wq-menu-accent)}.wq-mega-menu__cart-badge{position:absolute;top:2px;right:0;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;line-height:16px;text-align:center;color:var(--wq-c-white);background:var(--wq-c-action);border-radius:999px}.wq-mega-menu__cart-badge[hidden]{display:none}.wq-mega-menu__mobile-toggle{display:flex;align-items:center;gap:8px;background:none;border:none;color:var(--wq-menu-text);cursor:pointer;padding:8px 4px;margin-left:auto}.wq-mega-menu__dropdown{position:absolute;top:100%;left:0;right:0;background:var(--wq-menu-dropdown-bg);box-shadow:0 8px 32px #00000014;border-top:1px solid var(--wq-menu-dropdown-border);z-index:101;max-height:70vh;overflow-y:auto;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease,visibility 0ms linear .2s}.wq-mega-menu__dropdown[aria-hidden=false]{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition:opacity .2s ease,transform .2s ease,visibility 0ms linear 0ms}.wq-mega-menu__dropdown-inner{max-width:1400px;margin:0 auto;min-height:320px}.wq-mega-menu__group-panel{display:none}.wq-mega-menu__group-panel[aria-hidden=false]{display:flex;animation:wqPanelFadeIn .15s ease}.wq-mega-menu__l1-list{list-style:none;margin:0;padding:8px 0;min-width:260px;max-width:280px;border-right:1px solid var(--wq-menu-dropdown-border);flex-shrink:0}.wq-mega-menu__l1-item{position:relative}.wq-mega-menu__l1-link{display:flex;align-items:center;gap:10px;padding:10px 16px;color:var(--wq-menu-dropdown-text);text-decoration:none;font-size:.875rem;font-weight:400;transition:background var(--wq-menu-transition)}.wq-mega-menu__l1-link:hover,.wq-mega-menu__l1-item--active .wq-mega-menu__l1-link{background:var(--wq-menu-l1-hover)}.wq-mega-menu__l1-item--active .wq-mega-menu__l1-link{background:var(--wq-menu-l1-active);font-weight:500}.wq-mega-menu__l1-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;color:var(--wq-menu-accent)}.wq-mega-menu__l1-text{flex:1}.wq-mega-menu__arrow{flex-shrink:0;opacity:.4;transition:opacity var(--wq-menu-transition)}.wq-mega-menu__l1-link:hover .wq-mega-menu__arrow,.wq-mega-menu__l1-item--active .wq-mega-menu__arrow{opacity:1}.wq-mega-menu__l2-panels{flex:1;position:relative;padding:16px 24px}.wq-mega-menu__l2-panel{display:none}.wq-mega-menu__l2-panel[aria-hidden=false]{display:block;animation:wqPanelFadeIn .15s ease}@keyframes wqPanelFadeIn{0%{opacity:0}to{opacity:1}}.wq-mega-menu__l2-heading{margin:0 0 12px;padding-bottom:8px;border-bottom:2px solid var(--wq-menu-accent);font-size:1rem;font-weight:600}.wq-mega-menu__l2-heading a{color:var(--wq-menu-dropdown-text);text-decoration:none}.wq-mega-menu__l2-heading a:hover{color:var(--wq-menu-accent)}.wq-mega-menu__l2-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:4px 24px}.wq-mega-menu__l2-link{display:block;padding:8px 12px;color:var(--wq-menu-dropdown-text);text-decoration:none;font-size:.875rem;border-radius:4px;transition:background var(--wq-menu-transition),color var(--wq-menu-transition)}.wq-mega-menu__l2-link:hover{background:var(--wq-menu-l1-hover);color:var(--wq-menu-accent)}.wq-mega-menu__l2-item--has-children{grid-column:1 / -1}.wq-mega-menu__l3-list{list-style:none;margin:2px 0 4px;display:flex;flex-wrap:wrap;gap:2px 16px;padding:0 0 0 12px}.wq-mega-menu__l3-link{display:block;padding:5px 10px;color:var(--wq-menu-text-secondary);text-decoration:none;font-size:.8125rem;border-radius:3px;transition:background var(--wq-menu-transition),color var(--wq-menu-transition)}.wq-mega-menu__l3-link:hover{background:var(--wq-menu-l1-hover);color:var(--wq-menu-accent)}.wq-mega-menu__l3-link:before{content:"\2514  ";opacity:.3;font-size:.75rem}.wq-mega-menu__view-all{display:inline-block;margin-top:16px;padding:8px 0;color:var(--wq-menu-accent);text-decoration:none;font-size:.8125rem;font-weight:500}.wq-mega-menu__view-all:hover{text-decoration:underline}.wq-mega-menu__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0003;z-index:99;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility 0ms linear .2s}.wq-mega-menu__backdrop[aria-hidden=false]{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .2s ease,visibility 0ms linear 0ms}.wq-mega-menu__drawer{position:fixed;top:0;left:0;bottom:0;width:300px;max-width:85vw;background:var(--wq-c-white);z-index:200;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow:hidden}.wq-mega-menu__drawer[aria-hidden=false]{transform:translate(0)}.wq-mega-menu__drawer-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:199}.wq-mega-menu__drawer-backdrop[aria-hidden=false]{display:block}.wq-mega-menu__drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--wq-menu-border);background:var(--wq-c-white);color:var(--wq-menu-text)}.wq-mega-menu__drawer-title{font-size:1rem;font-weight:600;color:var(--wq-menu-text)}.wq-mega-menu__drawer-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;color:var(--wq-menu-text-secondary);cursor:pointer;border-radius:4px;transition:background .15s}.wq-mega-menu__drawer-close:hover{background:var(--wq-c-bg-offset);color:var(--wq-menu-text)}.wq-mega-menu__drawer-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:8px 0}.wq-mega-menu__drawer-l1{list-style:none;margin:0;padding:0}.wq-mega-menu__drawer-item{border-bottom:1px solid var(--wq-menu-border)}.wq-mega-menu__drawer-l1-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;background:none;border:none;font-size:.9375rem;font-weight:500;color:var(--wq-menu-text);cursor:pointer;text-align:left}.wq-mega-menu__drawer-chevron{transition:transform .2s ease;flex-shrink:0;color:var(--wq-menu-text-secondary)}.wq-mega-menu__drawer-l1-btn[aria-expanded=true] .wq-mega-menu__drawer-chevron{transform:rotate(180deg)}.wq-mega-menu__drawer-l2{list-style:none;margin:0;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease;background:var(--wq-c-bg-subtle)}.wq-mega-menu__drawer-l2[aria-hidden=false]{max-height:500px}.wq-mega-menu__drawer-l2 a{display:block;padding:10px 16px 10px 40px;color:var(--wq-menu-text-secondary);text-decoration:none;font-size:.875rem}.wq-mega-menu__drawer-l2 a:hover{color:var(--wq-menu-accent);background:var(--wq-menu-l1-active)}.wq-mega-menu__drawer-view-all{font-weight:500;color:var(--wq-menu-accent)!important}.wq-mega-menu__drawer-l2-expandable{position:relative}.wq-mega-menu__drawer-l2-header{display:flex;align-items:center}.wq-mega-menu__drawer-l2-header a{flex:1}.wq-mega-menu__drawer-l3-toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:none;cursor:pointer;color:var(--wq-menu-text-secondary);flex-shrink:0;border-radius:4px;transition:background .15s}.wq-mega-menu__drawer-l3-toggle:hover{background:var(--wq-c-bg-offset, #eee)}.wq-mega-menu__drawer-l3-chevron{transition:transform .2s ease}.wq-mega-menu__drawer-l3-toggle[aria-expanded=true] .wq-mega-menu__drawer-l3-chevron{transform:rotate(180deg)}.wq-mega-menu__drawer-l3{list-style:none;margin:0;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease;background:var(--wq-c-bg-offset, #eaeaea)}.wq-mega-menu__drawer-l3[aria-hidden=false]{max-height:300px}.wq-mega-menu__drawer-l3 a{display:block;padding:8px 16px 8px 56px;color:var(--wq-menu-text-secondary);text-decoration:none;font-size:.8125rem}.wq-mega-menu__drawer-l3 a:hover{color:var(--wq-menu-accent);background:var(--wq-menu-l1-active)}.wq-mega-menu__drawer-group{margin-bottom:0}.wq-mega-menu__drawer-group-title{margin:0;padding:12px 16px 6px;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--wq-menu-text-secondary)}.wq-mega-menu__drawer-group+.wq-mega-menu__drawer-group{border-top:1px solid var(--wq-menu-border)}.wq-mega-menu__drawer-l1-link{display:block;padding:14px 16px;color:var(--wq-menu-text);text-decoration:none;font-size:.9375rem;font-weight:500}.wq-mega-menu__drawer-l1-link:hover{color:var(--wq-menu-accent)}.wq-mega-menu__drawer-secondary{display:flex;flex-direction:column;padding:16px;gap:0;border-top:1px solid var(--wq-menu-border);margin-top:8px}.wq-mega-menu__drawer-secondary a{display:block;padding:10px 0;color:var(--wq-menu-text);text-decoration:none;font-size:.9375rem;font-weight:500}.wq-mega-menu__drawer-secondary a:hover{color:var(--wq-menu-accent)}@media(min-width:768px){.wq-mega-menu__mobile-toggle{display:none}.wq-mega-menu__tabs,.wq-mega-menu__actions{display:flex}.wq-mega-menu__drawer,.wq-mega-menu__drawer-backdrop{display:none!important}}@media(min-width:1100px){.wq-mega-menu__search-input{width:200px}.wq-mega-menu__tab-btn,.wq-mega-menu__tab-link{padding:0 18px}.wq-mega-menu__logo{margin-right:16px}}.wq-mega-menu--sticky .wq-mega-menu__bar{position:sticky;top:var(--header-height, 0px);z-index:100}.wq-mega-menu__tab-btn:focus-visible,.wq-mega-menu__tab-link:focus-visible,.wq-mega-menu__l1-link:focus-visible,.wq-mega-menu__l2-link:focus-visible,.wq-mega-menu__mobile-toggle:focus-visible,.wq-mega-menu__drawer-l1-btn:focus-visible,.wq-mega-menu__drawer-close:focus-visible{outline:2px solid var(--wq-menu-accent);outline-offset:-2px}@media print{.wq-mega-menu{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/wq-mega-menu.css.map */
