Login
Log in if you have an account
Register
Having an account with us will allow you to check out faster in the future, store multiple addresses, view and track your orders in your account, and more.
Create an account/* ===== FIX: prevent mega menu from making the page wider ===== */ /* Stop horizontal overflow sitewide (safe) */ html, body { overflow-x: hidden !important; } /* Force the Shop By Department dropdown to never exceed the viewport */ nav.main-nav.nav-style > ul > li.menu-item-category-4811768.has-child > ul { width: 100% !important; /* IMPORTANT: avoids 100vw scrollbar overflow */ max-width: 100% !important; left: 0 !important; right: 0 !important; margin: 0 !important; box-sizing: border-box !important; } /* Make columns shrink/wrap sooner so they don't force width */ nav.main-nav.nav-style > ul > li.menu-item-category-4811768.has-child > ul > li.subsubitem { flex: 1 1 160px !important; /* smaller base so it wraps earlier */ min-width: 140px !important; max-width: 220px !important; } /* Slightly reduce gaps on smaller screens */ @media (max-width: 1200px) { nav.main-nav.nav-style > ul > li.menu-item-category-4811768.has-child > ul { gap: 18px !important; padding-right: 18px !important; padding-left: 18px !important; } }
Log in if you have an account
Having an account with us will allow you to check out faster in the future, store multiple addresses, view and track your orders in your account, and more.
Create an account