:root {--cor_primaria: #222222;--cor_secundaria: #222222;--cor_botao: #222222;--cor_botao_hover: #3c3c3c;--cor_texto_botao: #ffffff;--cor_texto_botao_hover: #ffffff;--cor_botao_comprar: #5bbf5f;--pre_cabecalho: #e4e4e4;--cor_texto_pre_cabecalho: #2b2b2b;--cor_cabecalho: #ffffff;--cor_icones: #2b2b2b;--cor_icones_hover: #2b2b2b;--cor_texto_icones: #2b2b2b;--cor_menu: #2b2b2b;--cor_texto_menu: #ffffff;--cor_newsletter: #222222;--cor_texto_newsletter: #ffffff;--cor_footer: #ffffff;--cor_texto_footer: #333333;--texto_global: #333333;--texto_background: #ffffff;--cor_tag_frete_gratis: #ffffff;}
.conteiner .listagem .imagem-produto img{
object-fit: contain;
}
#cabecalho .menu.superior .nivel-um>li {
padding: 4.5px 10px;
}

.carrinho>a span.titulo {
    display: none !important;
}

@media(max-width:768px){
    .blog-post>a {
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 307px;
  }
  .blog-post img{
	height: auto !important;
  }
}