.bfcm-nav-section {
  position: relative;
  width: 100%;
}

.bfcm-nav-spacer {
  height: 0;
}

.bfcm-nav-bar {
  width: 100%;
}

.bfcm-nav-bar.is-sticky {
  position: fixed;
  top: var(--bfcm-nav-sticky-top, var(--header-height, 0px));
  left: 0;
  right: 0;
  z-index: 3;
  transition: none;
  background: rgb(var(--color-background));
}
