#brx-header:not(.scrolling):not(.x-header_sticky-active) > .brxe-section.dp_topBar {
  background: var(--base) !important;
}
#brx-header.x-header_sticky-active > .dp_topBar {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
  padding: 0;
}
#brx-header.x-header_sticky-active > .dp_mainNav {
  background: var(--base);
}
img.scaled-image {
  border: none;
}
