.absolute-header-wrapper {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  background: var(--inora-header-background, transparent);
}

.header-transparent {
  background: rgb(var(--inora-header-background));
  background: var(--inora-header-background);
  background-attachment: fixed;
}
