@media only screen and (max-width: 767px) {
    .listagem .listagem-item .imagem-produto{
        height: 240px !important;
    }

       .listagem .listagem-item .imagem-produto img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .listagem .produtos-carrossel .listagem-linha li .listagem-item {
        margin: 0;
        padding: 0;
    }

    /* Removendo a margem dos outros itens */
    .listagem .listagem-linha li{
        margin-top: 0;
    }
}

/* WHATSAPP FIXO */
.whatsapp-fixo {
position: fixed;
bottom:10px;
right:10px;
z-index: 999;
}

/*Retirar whatsapp padrão*/
.pulse-button, .whats-button{
	background:transparent;
    box-shadow:none;
    display:none;
    z-index:0;
}

 #corpo .conteiner {
      max-width: 96vw; //vw - viewport - 96% da viewport, tamanho da tela
  }
  

 