/* CORREÇÃO ESPECÍFICA PARA INFORMAÇÕES INVISÍVEIS */

/* Força visibilidade apenas onde necessário, sem alterar display */
header#topo .info,
header#topo .info *,
.detalhe,
.detalhe * {
    visibility: visible !important;
    opacity: 1 !important;
    color: inherit !important;
}

/* Cores específicas para elementos que devem aparecer */
header#topo .info h1 {
    color: #e39201 !important;
}

header#topo .info .detalhe span,
header#topo .info .detalhe {
    color: #333 !important;
}

header#topo .info .detalhe b,
header#topo .info .icones a,
header#topo .info .icones i {
    color: #e39201 !important;
}

/* Status da loja */
#status-loja {
    color: #077c22 !important;
    font-weight: bold !important;
}

/* Localização - FORÇA COR ESPECÍFICA */
#localCidade, #localEstado {
    color: #333 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Garante que texto não seja branco */
header#topo .info .detalhe *,
header#topo .info .detalhe span,
header#topo .info .detalhe b,
header#topo .info .detalhe i {
    color: #333 !important;
}

/* Exceções para elementos que devem ser laranja */
header#topo .info h1,
header#topo .info .icones a,
header#topo .info .icones i,
header#topo .info .detalhe b {
    color: #e39201 !important;
}

/* BARRA DE PROMOÇÃO VERMELHA */
#menuCategorias {
    background: #dc0000 !important;
}

#menuCategorias .categorias a {
    background: #dc0000 !important;
    color: white !important;
}

#menuCategorias .categorias a:hover {
    background: #b30000 !important;
    color: white !important;
}

/* Remove apenas estilos inline que podem esconder conteúdo */
[style*="visibility: hidden"] {
    visibility: visible !important;
}

[style*="opacity: 0"] {
    opacity: 1 !important;
}

/* Garante que textos tenham cor visível */
body, html {
    color: #403f3f !important;
    background: #ffffff !important;
}

/* Força cor em elementos que podem ter cor branca dinâmica */
header#topo .info .detalhe *:not(i):not(b) {
    color: #333 !important;
} 