:root {--cor_primaria: #e4821d;
--cor_secundaria: #e4821d;
--cor_titulos: #e4821d; 
--cor_botao: #118651;
--cor_botao_hover: #118651;
--cor_texto_botao: #ffffff;
--cor_texto_botao_hover: #ffffff;
--cor_botao_comprar: #118651;
--pre_cabecalho: #118651;
--cor_texto_pre_cabecalho: #ffffff;
--cor_cabecalho: #ffffff;
--cor_icones: #e4821d;
--cor_icones_hover: #e4821d;
--cor_texto_icones: #2b2b2b;
--cor_menu: #ffffff;
--cor_texto_menu: #000000;
--cor_newsletter: #118651;
--cor_texto_newsletter: #ffffff;
--cor_footer: #ffffff;
--cor_texto_footer: #333333;
--texto_global: #333333;
--texto_background: #ffffff;
--cor_tag_frete_gratis: #e4821d;}

.carrinho .qtd-carrinho {
    background: #118651 !important;
}


#function-instagram-v1 .banner img {
    max-height: 242px;
    object-fit: cover;
}

@media (max-width:768px){
    #function-instagram-v1 .banner img {
        max-height:360px;
        object-fit: cover;
    }
}