/* Ajustar o botão de compra no mobile */
@media only screen and (max-width: 767px) {
    .acoes-produto-responsiva .tag-comprar {
        width: 112% !important;
    }
}