.vitrine-produtos{
    order: 3 !important;
}


.vitrine-marcas{
    display: none !important;
}

.produto-detalhes #produto-consulta-preco{
    position: relative;
    background: #25D366 !important;
    height: 47px !important;
}

.produto-detalhes #produto-consulta-preco::before{
    content:'';
    position: absolute;
    top: 50%;
    right: 70%;
    width: 28px;
    height: 28px;
    background: url('https://cdn.awsli.com.br/2797/2797561/arquivos/iconwhats.svg') no-repeat;
    background-size:contain;
    transform: translate(-50%, -50%);
}

#tabelCatalogo tr {
    display: flex;
    flex-wrap: wrap;
}