@media screen and (max-width: 767px){
    .float-contact {
       display: inherit !important;
    }
    
    #modalContato{
        width: 95% !important;
    }
}


@media screen and (max-width: 480px){
    .listagem ul:not(.produtos-carrossel)>li, .pagina-busca .listagem>ul:not(.produtos-carrossel)>li, .pagina-categoria .listagem ul:not(.produtos-carrossel)>li {
        width: 50%;
    }
}
@media screen and (max-width: 767px){
    .float-contact {
        display: inherit !important;
    }
    
    #modalContato{
    width: 95% !important;
    }
}


@media screen and (max-width: 480px){
    .listagem ul:not(.produtos-carrossel)>li, .pagina-busca .listagem>ul:not(.produtos-carrossel)>li, .pagina-categoria .listagem ul:not(.produtos-carrossel)>li {
    width: 50%;
    }
}
.listagem .preco-produto>*:not(:first-child){display:none!important}


html, body {
    background-color: #ffffff !important;
    color: #000000; /* Garanta que o texto continue visível no fundo branco */
}

html {
    background-color: #ffffff !important;
    background: #ffffff !important;
}

