.mega-menu-custom{position:fixed;left:0;right:0;top:var(--mega-menu-top, 100px);z-index:1000;background:#fff;box-shadow:0 8px 30px #0000001f;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-4px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease;max-height:calc(100vh - var(--mega-menu-top, 100px) - 40px);overflow:hidden;overscroll-behavior:contain}.mega-menu-custom.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);overflow-y:auto}.mega-menu-custom__inner{display:flex;max-width:1400px;margin:0 auto;min-height:420px}.mega-menu-custom__sidebar{width:280px;min-width:280px;background:#fff;border-right:1px solid #e5e5e5;display:flex;flex-direction:column;padding:24px 0}.mega-menu-custom__nav{list-style:none;margin:0;padding:0;flex:1}.mega-menu-custom__nav-item{margin:0}.mega-menu-custom__nav-link{display:flex;align-items:center;justify-content:space-between;padding:14px 28px;font-size:15px;font-weight:500;color:#353535;text-decoration:none;letter-spacing:.02em;transition:background .15s ease,color .15s ease;cursor:pointer;border:none;background:none;width:100%;text-align:left;font-family:inherit}.mega-menu-custom__nav-link:hover,.mega-menu-custom__nav-link.is-active{background:#fdfbf9;color:#353535}.mega-menu-custom__nav-arrow{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s ease;flex-shrink:0}.mega-menu-custom__nav-link:hover .mega-menu-custom__nav-arrow,.mega-menu-custom__nav-link.is-active .mega-menu-custom__nav-arrow{background:#f75b20}.mega-menu-custom__nav-arrow svg{width:12px;height:12px;stroke:#888;transition:stroke .15s ease}.mega-menu-custom__nav-link:hover .mega-menu-custom__nav-arrow svg,.mega-menu-custom__nav-link.is-active .mega-menu-custom__nav-arrow svg{stroke:#fff}.mega-menu-custom__nav-link--direct{color:#675b5b}.mega-menu-custom__nav-link--direct:hover{color:#f75b20;background:#fdfbf9}.mega-menu-custom__sidebar-separator{height:1px;background:#e5e5e5;margin:12px 28px}.mega-menu-custom__secondary-links{list-style:none;margin:0;padding:0 28px;display:grid;grid-template-columns:repeat(2,1fr);gap:2px 24px}.mega-menu-custom__secondary-link{font-size:13px;color:#888;text-decoration:none;padding:6px 0;transition:color .15s ease}.mega-menu-custom__secondary-link:hover{color:#f75b20}.mega-menu-custom__panel-wrapper{flex:1;position:relative;overflow:hidden}.mega-menu-custom__panel{position:absolute;top:0;left:0;right:0;bottom:0;padding:32px 40px;opacity:0;visibility:hidden;transition:opacity .2s ease;overflow-y:auto}.mega-menu-custom__panel.is-active{opacity:1;visibility:visible;position:relative}.mega-menu-custom__panel-heading{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#888;margin:0 0 20px}.mega-menu-custom__tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:min(100%,calc(100vh - 400px));overflow-y:auto}.mega-menu-custom__tile{text-decoration:none;display:flex;flex-direction:column;gap:8px}.mega-menu-custom__tile-image-wrap{width:100%;aspect-ratio:1 / 1;border-radius:10px;overflow:hidden;background:#f1f1f1;position:relative}.mega-menu-custom__tile-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.mega-menu-custom__tile:hover .mega-menu-custom__tile-image-wrap img{transform:scale(1.05)}.mega-menu-custom__tile-label{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#353535;padding:0 2px}.mega-menu-custom__tile-label svg{width:14px;height:14px;stroke:#888;transition:stroke .15s ease,transform .15s ease;flex-shrink:0}.mega-menu-custom__tile:hover .mega-menu-custom__tile-label svg{stroke:#f75b20;transform:translate(2px)}.mega-menu-custom__tile:hover .mega-menu-custom__tile-label{color:#f75b20}.mega-menu-custom__tiles--goals{gap:16px}.mega-menu-custom__products{display:flex;flex-direction:column;gap:0}.mega-menu-custom__product-row{display:flex;align-items:center;gap:16px;padding:12px 8px;text-decoration:none;border-radius:8px;transition:background .15s ease}.mega-menu-custom__product-row:hover{background:#fdfbf9}.mega-menu-custom__product-image{width:64px;height:64px;border-radius:8px;overflow:hidden;background:#f1f1f1;flex-shrink:0}.mega-menu-custom__product-image img{width:100%;height:100%;object-fit:cover}.mega-menu-custom__product-info{flex:1;min-width:0}.mega-menu-custom__product-name{font-size:14px;font-weight:700;text-transform:uppercase;color:#353535;letter-spacing:.02em;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mega-menu-custom__product-vendor{font-size:12px;color:#888;margin:0 0 4px}.mega-menu-custom__product-desc{font-size:13px;color:#675b5b;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mega-menu-custom__product-price{font-size:14px;font-weight:600;color:#353535}.mega-menu-custom__product-price .compare-price{text-decoration:line-through;color:#888;font-weight:400;margin-left:6px;font-size:12px}.mega-menu-custom__product-arrow{width:20px;height:20px;flex-shrink:0}.mega-menu-custom__product-arrow svg{width:16px;height:16px;stroke:#e5e5e5;transition:stroke .15s ease}.mega-menu-custom__product-row:hover .mega-menu-custom__product-arrow svg{stroke:#f75b20}.mega-menu-custom__view-all{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:#f75b20;text-decoration:none;margin-top:16px;padding:8px;transition:gap .15s ease}.mega-menu-custom__view-all:hover{gap:10px}.mega-menu-custom__view-all svg{width:14px;height:14px;stroke:#f75b20}.mega-menu-custom__trigger{display:flex;align-items:center;gap:4px;font-size:inherit;font-weight:inherit;font-family:inherit;color:inherit;background:none;border:none;cursor:pointer;padding:0;text-decoration:none}.mega-menu-custom__trigger svg{width:10px;height:10px;stroke:currentColor;transition:transform .2s ease}.mega-menu-custom__trigger.is-open svg{transform:rotate(180deg)}.mega-menu-custom__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:999;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.mega-menu-custom__backdrop.is-visible{opacity:1;visibility:visible;pointer-events:auto}@media(max-width:989px){.mega-menu-custom,.mega-menu-custom__backdrop{display:none!important}}@media(min-width:990px)and (max-width:1200px){.mega-menu-custom__sidebar{width:240px;min-width:240px}.mega-menu-custom__nav-link{padding:12px 20px;font-size:14px}.mega-menu-custom__panel{padding:24px 28px}.mega-menu-custom__tiles{gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/mega-menu-custom.css.map */
