/* =================================================
   1) REMOVE BANNER "CADASTRE-SE E GANHE 10%"
   ================================================= */

#barraNewsletter {
    display: none !important;
}

/* =================================================
   2) FORMAS DE PAGAMENTO – MOSTRAR APENAS
      Visa, Mastercard, Elo, Amex, Pix e Boleto
   ================================================= */

/* Esconde todas as bandeiras por padrão */
#rodape-pagamento .icone-pagamento {
    display: none !important;
}

/* Mostra apenas as desejadas */
#rodape-pagamento .icone-pagamento.visa,
#rodape-pagamento .icone-pagamento.mastercard,
#rodape-pagamento .icone-pagamento.elo,
#rodape-pagamento .icone-pagamento.amex,
#rodape-pagamento .icone-pagamento.boleto {
    display: inline-flex !important;
}

/* =================================================
   3) REMOVE GATEWAYS (PIX/Boleto duplicados)
   ================================================= */

#rodape-pagamento .gateways-rodape {
    display: none !important;
}

/* =================================================
   4) ADICIONA ÍCONE PIX JUNTO ÀS BANDEIRAS
   ================================================= */

#rodape-pagamento .bandeiras-pagamento::after {
    content: "";
    display: inline-flex;
    width: 42px;
    height: 26px;
    background-image: url("https://cdn.awsli.com.br/production/static/img/formas-de-pagamento/pix-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* =================================================
   5) ALINHAMENTO DOS ÍCONES DE PAGAMENTO
   ================================================= */

#rodape-pagamento {
    text-align: center !important;
}

#rodape-pagamento .bandeiras-pagamento {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: wrap;
    padding: 0;
    margin: 10px 0 0 0;
}

#rodape-pagamento .bandeiras-pagamento li {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

#rodape-pagamento .icone-pagamento {
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 26px;
}

/* =================================================
   6) REMOVE FAIXA AZUL ENTRE "ÚLTIMAS POSTAGENS"
      E O RODAPÉ (GROOMB)
   ================================================= */

.vitrine-blog + section,
.vitrine-blog ~ section {
    display: none !important;
}

/* Garante que o rodapé encoste no conteúdo */
#rodape {
    margin-top: 0 !important;
}
