/* =====================
   RODAPÉ
   ===================== */
#rodape .institucional,
#rodape .institucional .titulo,
#rodape .institucional a,
#rodape .institucional p,
#rodape .institucional li,
#rodape .pagamento-selos .titulo {
  color: #1A4A2E !important;
}

/* =====================
   HEADER - ÍCONES
   ===================== */
#cabecalho .fas,
#cabecalho .fa,
#cabecalho .icon-shopping-cart,
#cabecalho .icon-comment,
.rastreio-btn i,
.contato-evtop i,
.minha-conta i,
#cabecalho .vazio-text,
#cabecalho .titulo.cor-secundaria {
  color: #FFFFFF !important;
}

/* Contador do carrinho */
#cabecalho .qtd-carrinho {
  background-color: #C9A227 !important;
  color: #FFFFFF !important;
}

/* Busca removida */
#cabecalho .busca {
  display: none !important;
}

/* =====================
   MINI CARRINHO
   ===================== */
#cabecalho .carrinho-interno,
#cabecalho .carrinho-interno i,
#cabecalho .carrinho-interno .carrinho-info,
#cabecalho .carrinho-interno .carrino-total,
#cabecalho .carrinho-interno .nome-produto {
  color: #1A4A2E !important;
}

/* =====================
   RASTREIO
   ===================== */
.rastreio-content {
  background-color: #FFFFFF !important;
}

.rastreio-content p {
  color: #1A4A2E !important;
}

.rastreio-content .rastreio {
  background-color: #1A4A2E !important;
  color: #FFFFFF !important;
  border-color: #1A4A2E !important;
}

/* Input do rastreio — solução definitiva */
#cabecalho #OrderTracking,
#cabecalho input[name="OrderTracking"],
div.rastreio-content input#OrderTracking {
  color: #1A4A2E !important;
  background-color: #FFFFFF !important;
  border: 1px solid #cccccc !important;
  -webkit-text-fill-color: #1A4A2E !important;
  opacity: 1 !important;
}

#OrderTracking::placeholder {
  color: #999999 !important;
  -webkit-text-fill-color: #999999 !important;
}

/* =====================
   BOTÕES COMPRAR
   ===================== */
.botao-comprar,
.botao.botao-comprar {
  background-color: #C9A227 !important;
  border-color: #C9A227 !important;
  color: #FFFFFF !important;
  border-radius: 4px !important;
}

.botao-comprar:hover,
.botao.botao-comprar:hover {
  background-color: #1A4A2E !important;
  border-color: #1A4A2E !important;
  color: #FFFFFF !important;
}

/* =====================
   RODAPÉ - TÍTULOS E LINKS
   ===================== */
#rodape .titulo {
  color: #C9A227 !important;
}

#rodape .links-rodape a,
#rodape .sobre-loja-rodape p {
  color: #FFFFFF !important;
}

#rodape .links-rodape a:hover {
  color: #C9A227 !important;
}

/* Ocultar CPF */
#rodape div[style*="background-color: #fff"] p {
  display: none !important;
}

/* Logo boleto visível */
#rodape .logo-rodape-boleto-Pagali {
  filter: brightness(0) invert(1) !important;
}