/* Fundo do topo da loja (header) */
.header,
.header-principal,
#cabecalho,
.top-bar,
.menu-superior,
header {
    background-color: #000000 !important; /* Preto */
}

/* Deixar os textos do menu brancos no header */
.header a,
.header-principal a,
.menu-superior a,
.top-bar a {
    color: #ffffff !important;
}

/* Deixar os ícones (conta, busca, carrinho) brancos */
.header svg,
.header-principal svg,
header svg {
    fill: #ffffff !important;
}
