:root {
    --cor_primaria: #8f51ff;
    --cor_secundaria: #d27aea;
    --cor_botao: #d27aeac;
    --cor_botao_hover: #8b50d8;
    --cor_texto_botao: #222;
    --cor_texto_botao_hover: #222;
    --cor_botao_comprar: #8f51ff;
    --pre_cabecalho: #8f51ff;
    --cor_texto_pre_cabecalho: #222;
    --cor_cabecalho: #000000;
    --cor_icones: #8f51ff;
    --cor_icones_hover: #d27aea;
    --cor_texto_icones: #fff;
    --cor_menu: #000000;
    --cor_texto_menu: #fff;
    --cor_newsletter: #000000;
    --cor_texto_newsletter: #fff;
    --cor_footer: #000000;
    --cor_texto_footer: #fff;
    --texto_global: #000000;
    --cor_clara: #fff;
    --cor_escura: #222;
    --texto_background: #fff;
    --texto_bg_escuro: #222;
    --texto_bg_claro: #222;
}


.menu-wrapper svg {
    fill: #8f51ff;
    
}

#Capa_1:hover {
    fill: #d751ff;
    
}

.carrinho .qtd-carrinho {
    font-size: 12px;
    width: 20px;
    height: 20px;
    margin: 6px!important;
    line-height: 20px;
    background: #8f51ff;
    left: -6px;
    top: -13px;
    position: absolute;
    text-align: center;
    font-weight: 700;
    border-radius: 50px;
    color: var(--cor_texto_botao_hover);
}

.busca-mobile .busca input {
    background: var(--cor_cabecalho) !important;
    border-color: #8f51ff !important;
}
