/** Shopify CDN: Minification failed

Line 33:0 Unexpected "}"

**/
/* EXACT copy of the working menu layout styles - nothing more, nothing less */
@media (min-width: 900px) {
  /* Force the TOP/TRENDING/EMERGING columns to display side by side */
  .menu-list__submenu-inner > div {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    width: 100% !important;
  }
  
  /* Each section (TOP, TRENDING, EMERGING) gets equal width */
  .menu-list__submenu-inner > div > div {
    width: 33% !important;
    padding-right: 20px !important;
  }
  
  /* Force category headings to display properly */
  .mega-menu__column-title {
    display: block !important;
    margin-bottom: 10px !important;
  }
  
  /* Ensure list items display properly */
  .mega-menu__list {
    display: block !important;
  }
}
}
