.carrinho>a span.titulo {
    display: none !important;
}
:root { 
--cor_primaria: #c17c73;
--cor_secundaria: #fcd6d5; 
--cor_botao: #c17c73; 
--cor_botao_hover: #70382e;
--cor_texto_botao: #ffffff; 
--cor_texto_botao_hover: #ffffff; 
--cor_botao_comprar: #5bbf5f; 
--pre_cabecalho: #c17c73; 
--cor_texto_pre_cabecalho: #ffffff; 
--cor_cabecalho: #fcd6d5; 
--cor_icones: #c17c73; 
--cor_icones_hover: #70382e; 
--cor_texto_icones: #333333; 
--cor_menu: #ffffff; 
--cor_texto_menu: #333333;
--cor_newsletter: #fcd6d5; 
--cor_footer: #ffffff; 
--cor_texto_footer: #70382e; 
--cor_tag_frete_gratis: #ffffff; 
--texto_global: #333333; 
--texto_background:#ffffff; 
}
/* Aumentar a logo sem esticar */
.header-logo img,
.logo img,
#header .logo img {
    max-height: 80px !important; /* Ajuste aqui */
    width: auto !important;
    height: auto !important;
}
/* PLUGOO ajustes - init */
.listagem .imagem-produto img {
    object-fit: contain !important;
}
/* PLUGOO ajustes - end  */
