.header-container {
    background: var(--wp--preset--color--base);
}

.has-sticky-header--active .site-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  box-shadow: var(--wp--custom--box-shadow--regular);
}
