#header-group #header-component[transparent][data-sticky-state='active'] .header__row,
#header-group #header-component:not([transparent]) .header__row {
  background: linear-gradient(90deg, rgba(125, 15, 23, 0.96) 0%, rgba(184, 25, 36, 0.94) 48%, rgba(109, 11, 18, 0.96) 100%);
  backdrop-filter: blur(18px) saturate(150%);
  box-shadow: 0 1rem 2.5rem rgba(96, 8, 15, 0.24);
}
