/* --- FastFrames nav cleanup (2026-07-24) --- */
/* Hanging Structures and Components route straight to their category pages;
   suppress the auto-generated product mega-lists in the header dropdown. */
li.dropdown-submenu:has(> a[href*="fastframes-hanging-kits/products"]) > ul.dropdown-menu,
li.dropdown-submenu:has(> a[href*="fastframes-components/products"]) > ul.dropdown-menu {
  display: none !important;
}
li.dropdown-submenu:has(> a[href*="fastframes-hanging-kits/products"]) > a::after,
li.dropdown-submenu:has(> a[href*="fastframes-components/products"]) > a::after {
  content: none !important;
}
/* Keep dropdown label text clear of the submenu arrows. */
.dropdown-submenu > a.dropdown-item {
  padding-right: 32px !important;
}