/* i-Light Product Menu Zoom Fix 1.0.0
 * SO eMarket gives the vertical menu a stacking context at 99, while the
 * body-level elevateZoom container is at 450. Raising a child submenu alone
 * cannot escape its parent's context. Keep the menu above product overlays
 * and below the theme's sticky header (999) and Bootstrap modals (1040+).
 */
@media (min-width: 992px) {
  body.product-product header.typeheader-1 .container-megamenu.vertical {
    z-index: 600 !important;
  }
}
