.navPage-subMenu,
.navPage-childList {
  display: block !important; }

/* ============================================
   2-LEVEL NAVIGATION - PRINTIFY STYLE
   ============================================ */
/* 1. HIDE THIRD-LEVEL FLYOUTS (removes 3rd level completely) */
.third-level-flyout {
  display: none !important; }

/* 2. HIDE DROPDOWN ICONS on second-level items (they look like final links now) */
.second-level .navPages-action-moreIcon {
  display: none !important; }

/* 3. HIDE PAGINATION CONTROLS */
.flyout-pagination-container,
.navPages-action.paginator,
.navPages-action.previous,
.navPages-action.next {
  display: none !important; }

/* 4. DISPLAY ALL ITEMS IN FLAT LIST (no pagination) */
.flyout-page-wrapper .flyout.page {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important; }

.fader {
  opacity: 1 !important; }

/* 5. REMOVE HEIGHT RESTRICTIONS */
.navPage-subMenu-horizontal,
.second-level-flyout {
  min-height: auto !important;
  height: auto !important; }

/* 6. SIMPLE VERTICAL LIST LAYOUT (like Printify's nav-item-children) */
.all-second-level-plus-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem; }

.navPage-subMenu-item-child.second-level {
  margin: 0;
  padding: 0.5rem 0; }
