:root {
    --cor_primaria: #1b1b1b;
    --cor_secundaria: #1b1b1b;
    --cor_botao: #16551c;
    --cor_botao_hover: #303030;
    --cor_texto_botao: #fff;
    --cor_texto_botao_hover: #fff;
    --cor_botao_comprar: #1b1b1b;
    --pre_cabecalho: #ff0000;
    --cor_texto_pre_cabecalho: #fff;
    --cor_cabecalho: #fff;
    --cor_icones: #1b1b1b;
    --cor_icones_hover: #16551c;
    --cor_texto_icones: #1b1b1b;
    --cor_menu: #1b1b1b;
    --cor_texto_menu: #fff;
    --cor_newsletter: #1b1b1b;
    --cor_footer: #dbdbdb;
    --cor_texto_footer: #1b1b1b;
    --cor_tag_frete_gratis: #16551c;
    --texto_global: #1b1b1b;
    --texto_background: #fff;
}
.menu.superior.scrollDown {
    opacity: 1;
    transform: translateY(0);
    position: relative;
    border-bottom: 0;
}
.top-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 36px;
    background: var(--pre_cabecalho);
    color: #fff;
    text-align: center;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: none;
    visibility: visible;
}
.conteiner-principal {
    padding-top: 36px;
}
.fixed #cabecalho {
    box-shadow: 0 0 30px 0 rgba(74, 81, 81, 0.1);
    margin-top: 36px;
    height: 90px;
    width: 100%;
    z-index: 999;
}
