/* ==========================================================
   CÓDIGO DEFINITIVO DE CORES - BET TEES (CINZA ESCURO PREMIUM)
   ========================================================== */

/* 1. TÍTULOS DAS VITRINES E DEPOIMENTOS (Lançamentos, Mais Vendidos, O que pensam...) */
.titulo-por-extenso,
.titulo-com-borda,
.cor-secundaria,
h1, h2, h3, h4,
.abas-conteudo li a, 
.abas-conteudo li span {
    color: #333333 !important;
}

/* 2. MENU SUPERIOR PRINCIPAL (Blusas Básicas, Dupla Perfeita, Cores Claras, etc.) */
.menu.superior .nivel-um > li > a,
.menu.superior a,
.menu.superior strong,
.menu.superior .titulo {
    color: #333333 !important;
}

/* 3. ÍCONES E DETALHES DOS DEPOIMENTOS */
.depoimentos .icon,
.depoimentos svg,
.rodape i {
    fill: #333333 !important;
    color: #333333 !important;
}

/* 4. TEXTOS E TÍTULOS DO RODAPÉ (Garantindo o que já funcionou) */
#rodape .titulo,
.rodape .titulo,
.tit-pagamento,
.tit-seguranca,
#rodape .links-rodape a, 
.rodape .institucional a,
.rodape .com-titulo {
    color: #333333 !important;
}

/* 5. TENTATIVA EXTRA PARA A TARJA DO PIX (Caso ela seja texto teimoso do tema) */
.barra-inicial, .tarja, [data-banner="tarja"], .tarja-topo {
    background-color: #f9f9f9 !important;
}
.barra-inicial *, .tarja *, [data-banner="tarja"] *, .tarja-topo * {
    color: #333333 !important;
}
