/* Remove azul padrão do Olivero */
body::before,
.site-header__initial,
.site-header__fixable::before,
.site-branding--bg-gray,
.site-header__inner::before {
  background: transparent !important;
  background-color: transparent !important;
}

/* força o topo branco */
.site-header,
.site-header__inner,
.site-header__fixable,
.site-branding {
  background: #ffffff !important;
}

/* remove barra lateral azul do Olivero */
.site-header__initial {
  width: 0 !important;
  min-width: 0 !important;
  display: none !important;
}

/* ajusta espaço depois de remover a faixa */
.site-header__inner {
  padding-left: 0 !important;
}

/* cor do ícone menu */
.mobile-nav-button__icon,
.mobile-nav-button__icon::before,
.mobile-nav-button__icon::after {
  border-top-color: #111827 !important;
  background-color: #111827 !important;
}