/* ── Mobile: show store name beside logo ── */
@media (max-width: 991px) {
  .theme-mobile-header-nav-wrapper .theme-branding-info {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }

  .theme-mobile-header-nav-wrapper .theme-site-name-caption {
    margin-block-start: 0 !important;
    margin-inline-start: 8px !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
  }

  .theme-mobile-header-nav-wrapper .theme-site-name {
    font-size: 16px !important;
    white-space: nowrap !important;
  }

  /* ── Consistent logo size: mobile & tablet ── */
  .theme-mobile-header-nav-wrapper [data-zs-logo] {
    width: 40px !important;
    height: 40px !important;
  }
}

@media (min-width: 991px){
  .theme-sub-category-sort-by-filter .theme-sub-category-section {
    flex-grow: 1;
    padding-inline-end: 1rem;
  }
  .theme-sub-category-sort-by-filter .theme-sub-category-section .theme-sub-category {
      flex: 1;
      text-align: center;
      min-width: 100px;
    }
  .theme-sort-by-filter {
    flex-shrink: 0;
    width: fit-content;
  }
}

