/* Desktop only: no sizing of mobile drawers or child submenu panels. */
@media (min-width:992px) {
 body.sl-category-width-synced .site-header .header-navigation #starline-category-menu {
  box-sizing:border-box!important;flex:0 0 var(--sl-synced-category-width)!important;
  width:var(--sl-synced-category-width)!important;min-width:0!important;max-width:none!important;
 }
 body.sl-category-width-synced .site-header #starline-category-menu > .category-menu-button,
 body.sl-category-width-synced .site-header #starline-category-menu > #starline-category-dropdown {
  box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:none!important;
 }
 body.sl-category-nav-aligned .site-header .header-navigation {
  box-sizing:border-box!important;width:var(--sl-synced-nav-width)!important;max-width:none!important;
  margin-left:var(--sl-synced-nav-left)!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;
 }
}
