:root {
		--cor_primaria: #A35EA6;
		--cor_secundaria: #fff;
		--cor_botao: #A35EA6;
		--cor_botao_hover: #F2AECC;
		--cor_texto_botao: #fff;
		--cor_texto_botao_hover: #fff;
		--cor_botao_comprar: #31b15f;
		--pre_cabecalho: #7DD2C9;
        --cor_texto_pre_cabecalho: #1B1B1B;
		--cor_cabecalho: #ffffff;
		--cor_icones: #A35EA6;
		--cor_icones_hover: #F2AECC;
		--cor_texto_icones: #1b1b1b;
		--cor_menu: #A35EA6;
		--cor_texto_menu: #fff;
		--cor_newsletter: #1b1b1b;
		--cor_footer: #F2AECC;
		--cor_texto_footer: #1B1B1B;
		--cor_tag_frete_gratis: #444;
		--texto_global: #1b1b1b;
		--texto_background:#ffffff;
}

.menu-categorias {
    overflow-y: auto;
    overflow-x: hidden;
    height: 350px;
}

.menu.superior .nivel-dois {
    min-width: 600px;
}

.listagem .listagem-item .nome-produto {
    font-weight: 500 !important;
    font-size: 1.1rem;
    color: var(--texto_global);
    line-height: 24px;
    text-align: center;
    /* border-bottom: 1px dashed #d9d9d9; */
    min-height: 40px;
    max-height: 50px;
    line-height: 21px;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 3rem;
    overflow: visible;
}

.top-header a:after {
    content: 'Informativo';
    color: var(--cor_texto_pre_cabecalho);
    position: relative;
    width: 100px;
    height: 40px;
    font-size: 12px;
    border-radius: 6px;
    border: 0.2px solid var(--cor_texto_pre_cabecalho);
    padding: 4px 8px;
    margin-left: 20px;
}

/*barra aviso topo*/
.barraAvisoTopo {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff176;
    padding: 10px;
    color: #ef5350;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}