.produto img[src*="/marca/"] {
    width: 60px !important;
    max-width: 60px !important;
    height: auto !important;
    max-height: 30px !important;
    object-fit: contain !important;
}
/* ESCONDE A IMAGEM/LOGO DA MARCA */
.produto img[src*="/marca/"] {
    display: none !important;
}
#cabecalho .carrinho .qtd-carrinho {
    background: #FFFFFF !important;
    border: 1px solid #009AAC !important;
    color: #009AAC !important;
}
---

/* Força a troca em qualquer tag que tenha o hex antigo no inline style */
[style*="b26704"],
[style*="B26704"] {
    color: #009AAC !important;
}

/* Altera a cor da barra inferior (linha) do título "Aproveite também" */
.componente-listagem .titulo::after,
.listagem-aproveite-tambem .titulo::after,
.listagem .titulo::after {
    background-color: #009AAC !important;
    border-color: #009AAC !important;
}

/* Garante a alteração caso seja uma borda direta */
.componente-listagem .titulo,
.listagem-aproveite-tambem .titulo {
    border-color: #009AAC !important;
    color: #009AAC !important;
}

/* 1. Altera a cor do texto "Aproveite também" e títulos relacionados */
.listagem-aproveite-tambem .titulo,
.componente-listagem .titulo,
.listagem .titulo,
#corpo .listagem-aproveite-tambem .titulo {
    color: #009AAC !important;
}

/* 2. Altera a cor da barra/linha decorativa abaixo do título (Pseudo-elementos) */
.listagem-aproveite-tambem .titulo::after,
.listagem-aproveite-tambem .titulo::before,
.componente-listagem .titulo::after,
.componente-listagem .titulo::before,
.listagem .titulo::after,
.listagem .titulo::before {
    background: #009AAC !important;
    background-color: #009AAC !important;
    border-color: #009AAC !important;
}

/* 3. Caso a barra seja uma borda direta na tag do título ou do container */
.listagem-aproveite-tambem .titulo,
.componente-listagem .titulo {
    border-bottom-color: #009AAC !important;
}

/* Troca a cor da linha marrom abaixo do título "Aproveite também" */
.listagem-aproveite-tambem .titulo,
.componente-listagem .titulo,
.listagem-aproveite-tambem .titulo-categoria,
.componente-listagem .titulo-categoria {
    border-bottom-color: #009AAC !important;
}

/* Força a troca caso a linha seja gerada por pseudo-elemento (::after / ::before) */
.listagem-aproveite-tambem .titulo::after,
.listagem-aproveite-tambem .titulo::before,
.componente-listagem .titulo::after,
.componente-listagem .titulo::before,
.listagem-aproveite-tambem .titulo-categoria::after,
.listagem-aproveite-tambem .titulo-categoria::before,
.componente-listagem .titulo-categoria::after,
.componente-listagem .titulo-categoria::before {
    background-color: #009AAC !important;
    border-color: #009AAC !important;
}

/* 1. Altera bordas e linhas em qualquer elemento da seção "Aproveite também" */
.listagem-aproveite-tambem *,
.componente-listagem * {
    border-color: #009AAC !important;
}

/* 2. Pseudo-elementos (::after e ::before) de qualquer tag dentro do bloco */
.listagem-aproveite-tambem *::after,
.listagem-aproveite-tambem *::before,
.componente-listagem *::after,
.componente-listagem *::before,
.titulo *::after,
.titulo *::before {
    background-color: #009AAC !important;
    background: #009AAC !important;
    border-color: #009AAC !important;
}

/* 3. Caso a linha marrom seja uma div ou span separada com a cor antiga inline */
[style*="b26704"],
[style*="B26704"],
[style*="178, 103, 4"] {
    background-color: #009AAC !important;
    border-color: #009AAC !important;
    color: #009AAC !important;
}
/* COR PADRÃO ITJ - TÍTULOS DAS LISTAGENS */

#listagemProdutos.listagem .titulo-categoria strong,
#listagemProdutos.listagem > .titulo,
.listagem.aproveite-tambem .titulo-categoria strong,
.listagem.aproveite-tambem > .titulo,
.listagem.aproveite-tambem h4.titulo.cor-secundaria,
.listagem-aproveite-tambem .titulo,
.componente-listagem .titulo,
.listagem .titulo {
    color: #009AAC !important;
}

/* LINHAS / DETALHES ABAIXO DOS TÍTULOS */

#listagemProdutos.listagem .titulo-categoria::after,
#listagemProdutos.listagem > .titulo::after,
.listagem.aproveite-tambem .titulo-categoria::after,
.listagem.aproveite-tambem > .titulo::after,
.listagem.aproveite-tambem h4.titulo.cor-secundaria::before,
.listagem.aproveite-tambem h4.titulo.cor-secundaria::after,
.listagem-aproveite-tambem .titulo::after,
.listagem-aproveite-tambem .titulo::before,
.componente-listagem .titulo::after,
.componente-listagem .titulo::before,
.listagem .titulo::after,
.listagem .titulo::before {
    background: #009AAC !important;
    background-color: #009AAC !important;
    border-color: #009AAC !important;
}

/* BORDA DO APROVEITE TAMBÉM */

.listagem.aproveite-tambem h4.titulo.cor-secundaria {
    border-bottom-color: #009AAC !important;
}



/* FORÇA COR DO NOME DO PRODUTO NO CELULAR */
@media only screen and (max-width: 767px) {

    body .produto .nome-produto,
    body .produto h1.nome-produto,
    body .pagina-produto .nome-produto,
    body .pagina-produto h1.nome-produto,
    body h1.nome-produto.cor-secundaria {
        color: #009AAC !important;
    }

}
