:root {
    --cor_primaria: #8A5D99;
    --cor_secundaria: #451453;
    --cor_botao: #8A5D99;
    --cor_botao_hover: #D5A9D2;
    --cor_texto_botao: #ffffff;
    --cor_texto_botao_hover: #ffffff;
    --cor_botao_comprar: #8A5D99;
    --pre_cabecalho: #8A5D99;
    --cor_texto_pre_cabecalho: #ffffff;
    --cor_cabecalho: #f2e9f8;
    --cor_icones: #8A5D99;
    --cor_icones_hover: #D5A9D2;
    --cor_texto_icones: #000000;
    --cor_menu: #f2e9f8;
    --cor_texto_menu: #000000;
    --cor_newsletter: #8A5D99;
    --cor_texto_newsletter: #ffffff;
    --cor_footer: #ffffff;
    --cor_texto_footer: #000000;
    --texto_global: #000000;
    --texto_background: #ffffff;
    --cor_tag_frete_gratis: #8A5D99;
}

.listagem .listagem-item .nome-produto{
    max-height: 150px;
}

#modalContato table tr:nth-child(5) {
    display: none;
}