/* Popular Sign Categories (isolated safety rules only) */
.mmb-header .header__list li.mmbp-has-panel { position: relative; }

/* Ensure panel is above everything if theme overrides z-index */
.mmb-header .header__list li.mmbp-has-panel > [data-mmbp-popular="1"] {
  z-index: 999999;
}
/* Minimal safety rules; real styling comes from your existing Products mega-menu CSS */
[data-mmbp-popular="1"] { z-index: 999999; }
@media(max-width:1200px){
[data-classes="mmb-products"] {
display: none !important;
}
}
 
