:root {
    --cor_primaria: #6473f6;
    --cor_secundaria: #ea513f;
    --cor_botao: #151127;
    --cor_botao_hover: #6372f4;
    --cor_texto_botao: #fff;
    --cor_texto_botao_hover: #fff;
    --cor_botao_comprar: #5bbf5f;
    --cor_tag_frete: #f28646;
    --pre_cabecalho: #e2e2e2;
    --cor_texto_pre_cabecalho: #000;
    --cor_cabecalho: #fff;
    --cor_titulos: #151127;
    --cor_icones: #6473f6;
    --cor_icones_hover: #ea513f;
    --cor_texto_icones: #000;
    --cor_menu: #6473f6;
    --cor_texto_menu: #fff;
    --cor_newsletter: #1d1930;
    --cor_texto_newsletter: #fff;
    --cor_footer: #fff;
    --cor_texto_footer: #000;
    --texto_global: #707070;
    --cor_clara: #fff;
    --cor_escura: #000;
    --texto_background: #fff;
    --texto_bg_escuro: #222;
    --texto_bg_claro: #222;
    --cor_youtube: #6473f6;
    --cor_texto_youtube: #fff;
}

body .youtube .listagem-oferta {
    border-radius: 0;
}

#cabecalho .menu.superior .nivel-um>li:nth-child(2) strong {
    color: var(--cor_texto_menu) !important;
}

#cabecalho .menu.superior .categoria-titulo strong.titulo.cor-secundaria {
    color: var(--cor_primaria) !important;
}

#cabecalho .menu.superior .all-menu .nivel-dois .titulo {
    color: var(--texto_global) !important;
} 

.menu.superior .menu-categorias {
    overflow: unset;
}
 
.menu.superior .nivel-dois a {
    white-space: normal;
}
 
.menu.superior .nivel-tres {
    border-bottom: 4px solid var(--cor_primaria) !important;
    border: 0;
    border-radius: 8px;
}
 
#cabecalho .menu.superior .nivel-tres li a {
    text-decoration: none;
}
 
#cabecalho .menu.superior .nivel-tres li:hover a {
    text-decoration: underline;
}
 
.menu.superior .nivel-tres a {
white-space: nowrap;
}