@media only screen and (max-width: 479px){
    .acoes-produto-responsiva {
        top: 0;
        right: 0;
        width: 90%;
        text-align: center;
        bottom: 0;
    }
    .listagem .listagem-item {
        padding-bottom: 50px;
        text-align:center;
    }
    #1istagemProdutos .listagem-1inha  > ul > li {
        display: flex;
        margin-bottom: 30px;
    }
    
    .acoes-produto-responsiva.visible-phone .tag-comprar.fundo-principa1 {
        font-size: 15px;
    }
    
    .acoes-produto-responsiva .tag-comprar i {
        top: -2px;
    }
}