:root {--cor_primaria: #fc3e2c;--cor_secundaria: #000000;--cor_botao: #fc3e2c;--cor_botao_hover: #000000;--cor_texto_botao: #ffffff;--cor_texto_botao_hover: #ffffff;--cor_botao_comprar: #fc3e2c ;--pre_cabecalho: #c8c8c8;--cor_texto_pre_cabecalho: #000000;--cor_cabecalho: #000000;--cor_icones: #fc3e2c;--cor_icones_hover: #ffffff;--cor_texto_icones: #ffffff;--cor_menu: #000000;--cor_texto_menu: #ffffff;--cor_newsletter: #000000;--cor_texto_newsletter: #fc3e2c;--cor_footer: #ffffff;--cor_texto_footer: #000000;--texto_global: #000000;--texto_background: #ffffff;--cor_tag_frete_gratis: #000000;}

/* Centralizar os três mini banners */
.banner.mini-banner {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

@media (max-width: 769px) {
    .pagina-busca #corpo .listagem ul[data-produtos-linha="4"] li,
    .pagina-categoria #corpo .listagem ul[data-produtos-linha="4"] li {
        padding: 5px;
    }
    #listagemProdutos .listagem-item{
        min-height: 390px !important;
	    max-height: 390px !important;
	}
}

@media (min-width: 768px){
#listagemProdutos .listagem-item {
	height: 590px;
}
}

a.wpp-person,a.wpp-person i {
    background: white !important;
    color: #000 !important;
    border-color: white;
}

a.wpp-person:hover {
    opacity: .7;
}

span.titulo.cor-secundaria.vazio-text {
    display: none !important;
}



@media (max-width: 767px) {
.listagem .preco-produto .preco-venda, .preco-produto, .preco-venda{
	display: contents !important;
		}
.listagem-item .nome-produto {
		    display: block !important;
		    max-width: max-content;
		}
}