<a class="produto-consulta-preco" href="https://api.whatsapp.com/send?phone=553138225615" target="_blank" rel="nofollow" title="Consulte o preço no tamanho que precisar pelo nosso Wahtsapp!">Comprar pelo Whatsapp</a>

<script>

$(function(){
    $('a.produto-consulta-preco').insertBefore('.produto-detalhes-detalhes .popup-sob-consulta');
});
</script>

<style>
body #corpo a.produto-consulta-preco {
    margin-bottom: 10px !important;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center !important;
    height: 40px;
    align-items: center;
    background: #29b15f;
    color: white !important;
}

.produto-detalhes-detalhes #produto-consulta-preco {
    display: none;
}
</style>