element.style {
}
#listagemProdutos.listagem .listagem-item .acoes-produto .botao-comprar, .listagem.aproveite-tambem .listagem-item .acoes-produto .botao-comprar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase!important;
    border: 0;
    border-radius: 0;
    text-transform: none;
    background: #331249;
    display: block;
    text-align: center;
    padding: 0;
    width: auto;
    flex: auto;
    height: 42px;
    line-height: 42px;
}
.float-contact .float-open:hover {
    background: #f15e9a;
}
.float-contact .float-open {
    background: #331249;
    width: 64px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.scrollToTop:active, .scrollToTop:focus, .scrollToTop:hover {
    text-decoration: none;
    background: #f15e9a;
    color: #fff;
}
.scrollToTop {
    position: fixed;
    z-index: 999;
    bottom: 1rem;
    right: 2rem;
    background: #331249;
    color: #fff;
    display: block;
    width: 52px;
    height: 52px;
    text-align: center;
    border-radius: 0;
    padding: 10px;
    display: none;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
