/*Cores do Site*/
:root {--cor_primaria: #000000;--cor_secundaria: #000000;--cor_botao: #000000;--cor_botao_hover: #000000;--cor_texto_botao: #ffffff;--cor_texto_botao_hover: #ffffff;--cor_botao_comprar: #000000;--pre_cabecalho: #000000;--cor_texto_pre_cabecalho: #ffffff;--cor_cabecalho: #ffffff;--cor_icones: #000000;--cor_icones_hover: #000000;--cor_texto_icones: #000000;--cor_menu: #ffffff;--cor_texto_menu: #000000;--cor_newsletter: #000000;--cor_texto_newsletter: #ffffff;--cor_footer: #ffffff;--cor_texto_footer: #000000;--texto_global: #000000;--texto_background: #ffffff;--cor_tag_frete_gratis: #ffffff;}
/*Eliminar Pix do produto*/
.listagem span.price-pix.v2 {
    display: none !important;
    width: 100% !important;
    color: var(--cor_primaria) !important;
    background: transparent;
    font-size: 14px;
    margin: auto;
    line-height: 18px;
    margin-top: 10px;
    /* border: 0; */
    justify-content: center;
}
/*Arrumar botão avise-me*/
.fundo-secundario, .fundo-secundario *, .fundo-secundario :hover, .fundo-secundario.botao:hover, .fundo-secundario:hover {
    color: #ffffff;
}
/*Configuraçoes nome produto*/
.listagem .listagem-item .info-produto a.nome-produto {
    color: #33302f;
    font-size: 14px !important;
    max-height: 32px !important;
    align-items: flex-end;
    font-weight: 400 !important;
    text-align: center;
    margin-bottom: 11px;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 25px;
}
/*Configuraçoes preco produto*/
.listagem .listagem-item .info-produto {
    text-align: center;
}
/*tamanho destaque preco*/
.listagem .preco-produto .preco-venda, .preco-produto, .preco-venda {
    font-weight: 400 !important;
}
.listagem .listagem-item .info-produto {
    text-align: center;
}