#listagemProdutos.listagem .listagem-item .acoes-produto .prod-counter {
    display: none;
}

#listagemProdutos.listagem .listagem-item .info-produto .preco-produto .preco-promocional img[alt="selo pix"] {
    display: none; 
}

#listagemProdutos.listagem-item .acoes-produto {
    position: relative !important;
}

#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar {
    color: #212121 !important;
}

#listagemProdutos.listagem .listagem-item .acoes-produto .whatsapp-bt {
    color: #fff !important;
}

div.principal .acoes-produto .preco-produto .preco-venda {
    font-size: 20px;
}

.acoes-produto .hidden-phone {
    position: relative !important;
}

.produto div.principal .acoes-produto .comprar .disponibilidade-produto {
    display: none;
}

.caixa-sombreada {
    font-weight: 300;
    line-height: 1.75rem;
}

h1.titulo.cor-secundaria {
    color: #811915;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    font-family: "Montserrat";
    margin-bottom: 2rem;
    position: relative;
}

h1.titulo.cor-secundaria::after {
    content: "";
    background: #811915;
    width: 5em;
    height: 3px;
    display: block;
    position: absolute;
    bottom: -5px; /* Ajuste conforme necessário */
    left: 0;       /* Alinhado à esquerda */
}

.listagem-item:hover .info-produto + .botao {
    display: none;
}

.li-whatsapp a {
    width: 60px !important;
    height: 60px !important;
    right: 20px !important;
}
    
.li-whatsapp i {
    font-size: 34px !important;
}

.produto-info ul li:nth-child(1), 
.produto-info ul li:nth-child(2) {
    display: none;
}

/*remover telefone fixo*/
#userExtraInfo > div.row-fluid.campos-bot > div:nth-child(2) {
    display: none;
}

/* Aumenta a altura do botão */
.info-produto + .botao {
    display: block;
    height: 20px; /* Ajuste o valor conforme desejado */
}

/* Muda a cor do botão para verde */
.botao.principal.botao-comprar {
    background-color: #26d367; /* Ou use um código hexadecimal específico, como #008000 */
    color: #212121;
    border: solid 1px #26d367;
}

@media only screen and (max-width: 767px) {
    .botao.principal.botao-comprar {
        display: none;
    }
    .action-links {
        display: none;
    }
    
    .conteudo-topo .menu.superior.visible-phone ul li.categoria-id-offers-mb.borda-principal {
        display: none;
    }
    
    .li-whatsapp a {
        width: 50px !important;
        height: 50px !important;
        bottom: 50px !important;
    }
    
    .li-whatsapp i {
        font-size: 34px !important;
    }
}