/* v2.6.2 — admin-controlled mobile view and clean category-only drawer */
@media (max-width: 900px) {
  body.vlg-theme.vlg-mobile-hide-topbar .vlg-topbar {
    display: none !important;
  }

  body.vlg-theme.vlg-mobile-hide-search .vlg-header-search {
    display: none !important;
  }

  body.vlg-theme.vlg-mobile-compact-header .vlg-main-header-inner {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    gap: 10px !important;
    align-items: center !important;
    min-width: 0 !important;
  }

  body.vlg-theme.vlg-mobile-compact-header .vlg-header-brand-row,
  body.vlg-theme.vlg-mobile-compact-header .vlg-brand,
  body.vlg-theme.vlg-mobile-compact-header .vlg-logo-fallback,
  body.vlg-theme.vlg-mobile-compact-header .custom-logo-link {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.vlg-theme.vlg-mobile-compact-header .vlg-header-actions {
    min-width: 0 !important;
    justify-content: flex-end !important;
  }

  body.vlg-theme.vlg-mobile-compact-header .vlg-account-link,
  body.vlg-theme.vlg-mobile-compact-header .vlg-wishlist-link {
    display: none !important;
  }

  body.vlg-theme.vlg-mobile-compact-header .vlg-cart-link {
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
    padding: 0 !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  body.vlg-theme.vlg-mobile-compact-header .vlg-cart-link .vlg-link-label,
  body.vlg-theme.vlg-mobile-compact-header .vlg-cart-link strong:not(.screen-reader-text) {
    display: none !important;
  }

  /* Default: mobile drawer shows only the clean category button. */
  body.vlg-theme.vlg-mobile-categories-only .vlg-nav.is-open .vlg-mobile-quick-links,
  body.vlg-theme.vlg-mobile-hide-quick-links .vlg-nav.is-open .vlg-mobile-quick-links {
    display: none !important;
  }

  body.vlg-theme.vlg-mobile-categories-only .vlg-nav.is-open .vlg-primary-menu,
  body.vlg-theme.vlg-mobile-hide-primary-menu .vlg-nav.is-open .vlg-primary-menu {
    display: none !important;
  }

  body.vlg-theme.vlg-mobile-show-quick-links .vlg-nav.is-open .vlg-mobile-quick-links {
    display: grid !important;
  }

  body.vlg-theme.vlg-mobile-show-primary-menu .vlg-nav.is-open .vlg-primary-menu,
  body.vlg-theme.vlg-mobile-full-menu .vlg-nav.is-open .vlg-primary-menu {
    display: block !important;
  }

  body.vlg-theme.vlg-mobile-categories-only .vlg-nav.is-open,
  body.vlg-theme.vlg-mobile-categories-only.vlg-menu-open .vlg-nav.is-open {
    height: auto !important;
    max-height: calc(100dvh - 18px) !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  body.admin-bar.vlg-theme.vlg-mobile-categories-only .vlg-nav.is-open,
  body.admin-bar.vlg-theme.vlg-mobile-categories-only.vlg-menu-open .vlg-nav.is-open {
    max-height: calc(100dvh - 64px) !important;
  }

  body.vlg-theme.vlg-mobile-categories-only .vlg-nav.is-open .vlg-nav-inner,
  body.vlg-theme.vlg-mobile-categories-only.vlg-menu-open .vlg-nav.is-open .vlg-nav-inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    gap: 10px !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 0 12px 12px !important;
  }

  body.vlg-theme.vlg-mobile-categories-only .vlg-nav.is-open .vlg-mobile-nav-head {
    display: flex !important;
    min-height: 44px !important;
    padding: 2px 2px 8px !important;
  }

  body.vlg-theme.vlg-mobile-categories-only .vlg-nav.is-open .vlg-mobile-nav-head strong::after {
    content: "" !important;
  }

  body.vlg-theme.vlg-mobile-categories-only .vlg-nav.is-open .vlg-category-menu,
  body.vlg-theme.vlg-mobile-categories-only.vlg-menu-open .vlg-nav.is-open .vlg-category-menu {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  body.vlg-theme.vlg-mobile-categories-only .vlg-nav.is-open .vlg-category-button,
  body.vlg-theme.vlg-mobile-categories-only.vlg-menu-open .vlg-nav.is-open .vlg-category-button {
    display: flex !important;
    width: 100% !important;
    min-height: 54px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    justify-content: space-between !important;
    align-items: center !important;
    pointer-events: auto !important;
  }

  body.vlg-theme.vlg-mobile-categories-only .vlg-nav.is-open .vlg-category-button::after {
    content: "⌄" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    margin-left: auto !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .22) !important;
    color: inherit !important;
    transform: rotate(0deg) !important;
    transition: transform .18s ease !important;
  }

  body.vlg-theme.vlg-mobile-categories-only .vlg-nav.is-open .vlg-category-menu.is-open .vlg-category-button::after,
  body.vlg-theme.vlg-mobile-categories-only .vlg-nav.is-open .vlg-category-button[aria-expanded="true"]::after {
    transform: rotate(180deg) !important;
  }

  body.vlg-theme.vlg-mobile-categories-only:not(.vlg-mobile-auto-open-categories) .vlg-nav.is-open .vlg-category-menu:not(.is-open) .vlg-category-dropdown,
  body.vlg-theme.vlg-mobile-categories-only:not(.vlg-mobile-auto-open-categories) .vlg-nav.is-open .vlg-category-button[aria-expanded="false"] + .vlg-category-dropdown {
    display: none !important;
    height: 0 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body.vlg-theme.vlg-mobile-categories-only .vlg-nav.is-open .vlg-category-menu.is-open .vlg-category-dropdown,
  body.vlg-theme.vlg-mobile-categories-only .vlg-nav.is-open .vlg-category-button[aria-expanded="true"] + .vlg-category-dropdown,
  body.vlg-theme.vlg-mobile-categories-only.vlg-mobile-auto-open-categories .vlg-nav.is-open .vlg-category-dropdown {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: min(var(--vlg-mobile-cat-max-height-vh, 68vh), 680px) !important;
    min-height: 0 !important;
    margin-top: 10px !important;
    padding: 0 !important;
    overflow: hidden !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  body.vlg-theme.vlg-mobile-categories-only .vlg-nav.is-open .vlg-category-menu.is-open .vlg-cat-tree,
  body.vlg-theme.vlg-mobile-categories-only .vlg-nav.is-open .vlg-category-button[aria-expanded="true"] + .vlg-category-dropdown .vlg-cat-tree,
  body.vlg-theme.vlg-mobile-categories-only.vlg-mobile-auto-open-categories .vlg-nav.is-open .vlg-cat-tree {
    max-height: min(var(--vlg-mobile-cat-max-height-vh, 68vh), 680px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
  }
}
