$(function() {
	$(".valor_de_produto > span:not(:empty)").parents(".vitrine").find(".vitrine_oferta_off").show();
});
