sticky-header.header-wrapper.gradient {
  background: transparent;
  transition: background-color 0.3s ease;
}
sticky-header.scrolled {
  background-color: #fff !important;
}
sticky-header.scrolled .header {
  background-color: #fff !important;
}
