/* Litesoft Premium Theme Asset · t11 · v25.9.51
   Editable from Admin > Site Assets > ThemeAssets.
   Design System remains the primary token source; this file is the theme-level CSS override layer. */

.hb-template-scope.hb-header-soft-commerce {
  --premium-theme-asset-key: "t11";
  --premium-mobile-trigger-size: 44px;
  --premium-mobile-header-inline-padding: 16px;
}

/* Theme-level customization hook: safe to edit from Site Assets. */
.hb-template-scope.hb-header-soft-commerce .hb-pro-header__toggle,
.hb-template-scope.hb-header-soft-commerce .navbar-toggler {
  border-radius: 14px;
  min-width: var(--premium-mobile-trigger-size);
  min-height: var(--premium-mobile-trigger-size);
}

@media (max-width: 991.98px) {
  .hb-template-scope.hb-header-soft-commerce .hb-auto-brand-col {
    min-width: 0 !important;
  }
  .hb-template-scope.hb-header-soft-commerce .hb-auto-menu-col {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
  }
  .hb-template-scope.hb-header-soft-commerce .hb-auto-menu-col .navbar-toggler,
  .hb-template-scope.hb-header-soft-commerce .hb-auto-menu-col .hb-pro-header__toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
}


/* v25.9.54 · Soft Care desktop mega rail + mobile brand hardening */
@media (min-width: 992px) {
  .hb-template-scope.hb-header-soft-commerce .hb-corp-sidebar,
  .hb-template-scope.hb-header-soft-commerce .hb-corp-category-list { overflow-x:hidden !important; }
  .hb-template-scope.hb-header-soft-commerce .hb-corp-category { width:100% !important; max-width:100% !important; min-width:0 !important; box-sizing:border-box !important; }
}
@media (max-width: 991.98px) {
  .hb-template-scope.hb-header-soft-commerce :is(.hb-header-brand-col,.hb-auto-brand-col),
  .hb-template-scope.hb-header-soft-commerce .hb-site-brand,
  .hb-template-scope.hb-header-soft-commerce .hb-site-brand-link,
  .hb-template-scope.hb-header-soft-commerce .hb-site-brand-logo {
    visibility:visible !important; opacity:1 !important;
  }
  .hb-template-scope.hb-header-soft-commerce .hb-site-brand,
  .hb-template-scope.hb-header-soft-commerce .hb-site-brand-link { display:flex !important; }
  .hb-template-scope.hb-header-soft-commerce .hb-site-brand-logo { display:block !important; width:auto !important; height:auto !important; max-height:44px !important; }
}
