.cs-fixed-manual{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99999 !important;
  width: 100% !important;
}

/* More specific selector to override theme rules that target .cs-header */
.cs-navbar-sticky-enabled .cs-header.cs-fixed-manual {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99999 !important;
  width: 100% !important;
}

/* Ensure header stays visually correct when fixed */
.cs-fixed-manual .cs-header__inner-wrapper{
  box-sizing: border-box;
}
