COMPRAR

ENCONTRE SEU CARRO

    '); if (jQuery(window).width() > 989) { jQuery('.linhacampos').before(jQuery('.slidetags_wrapper')); } else { jQuery('.buscados').after(jQuery('.slidetags_wrapper')); } // POPULATE TABS LABELS jQuery('#areabusca ul').prepend('
  • SUA BUSCA
  • ') jQuery( ".searchandfilter>ul>li" ).not(':first-child').not(':last-child').not('.sf-field-sort_order').not('.sf-field-reset').not('.sf-field-search').each(function () { var titulo = jQuery( this ).find( "h4" ).html(); var classe = jQuery( this ).attr( "class" ); jQuery('#areabusca ul').append('
  • ' + titulo + '
  • ') }); // CLICK TAB jQuery('#areabusca a').click(function(event){ event.preventDefault(); jQuery('#areabusca a').removeClass('abactive'); jQuery(this).addClass('abactive'); jQuery('.searchandfilter>ul>li').css('display', 'none'); jQuery('.buscados').css('display', 'none'); jQuery('.slidetags_wrapper').css('display', 'none'); jQuery('div#formbusca .wpb_wrapper').css('display', 'none'); if(jQuery(this).attr('id') == 'ababuscados') { jQuery('.buscados').css('display', 'block'); } else { var destino = jQuery( this ).attr('destino'); if(destino == '.sf-field-taxonomy-product_tag') { jQuery('.slidetags_wrapper').css('display', 'block'); } else { jQuery('.searchandfilter>ul').find(destino).css('display', 'block'); jQuery('div#formbusca .wpb_wrapper').css('display', 'block'); } } }); jQuery('.searchandfilter h4').click(function(event){ event.preventDefault(); jQuery('.searchandfilter>ul>li').removeClass('abactive'); jQuery(this).parent().addClass('abactive'); }); // TAG LIST jQuery( ".searchandfilter>ul>li.sf-field-taxonomy-product_tag li").each(function () { var titulo = jQuery( this ).find( "label" ).html(); var identificacao = jQuery( this ).find( "input" ).attr( "id" ); if ((jQuery( this ).find( "input" ).prop('checked')) == true ) { var ativo = ' tagsativa'; } else { var ativo = ''; } jQuery('#slidetags').append(''); }); jQuery('#slidetags a').click(function(event){ event.preventDefault(); var destino = jQuery( this ).attr('destino'); if( jQuery('.searchandfilter .sf-field-taxonomy-product_tag').find(destino).is(':checked') ) { jQuery(this).removeClass('itemativo'); jQuery('.searchandfilter .sf-field-taxonomy-product_tag').find(destino).prop('checked', false); } else { jQuery(this).addClass('itemativo'); jQuery('.searchandfilter .sf-field-taxonomy-product_tag').find(destino).prop('checked', true); } jQuery( "form.searchandfilter" ).submit(); }); jQuery(".slidetags_wrapper .leftArrow").click(function () { var leftPos = jQuery('#slidetags').scrollLeft(); jQuery("#slidetags").animate({scrollLeft: leftPos - 300}, 400); }); jQuery(".slidetags_wrapper .rightArrow").click(function () { var leftPos = jQuery('#slidetags').scrollLeft(); jQuery("#slidetags").animate({scrollLeft: leftPos + 300}, 400); }); // WORD SEARCH jQuery('.blocosearch input.textfield').val(jQuery('.searchandfilter ul li.sf-field-search input.sf-input-text').val()).change(); jQuery('.blocosearch .btnsubmit').click(function(event){ event.preventDefault(); campobusca = jQuery('.blocosearch input.textfield').val(); window.location.href = "https://noxcar.com.br/comprar-carros/?_sf_s="+campobusca; }); // SELOS HEIGHT // setTimeout(function(){ // var alturaFoto = jQuery('.veiculo:eq(0) .slick-initialized .slick-slide:eq(0)').height(); // alturaFoto = alturaFoto - 40; // jQuery('.selos').css('height', alturaFoto); // if (jQuery(window).width() < 989) { // jQuery('.destaques').css('display', 'block'); // } // }, 500); // AD HEIGHT // setTimeout(function(){ // var alturaVeiculo = jQuery('.veiculo:eq(0)').height(); // jQuery('.anuncio').css('height', alturaVeiculo); // alturaVeiculo = alturaVeiculo - 40; // jQuery('.anuncio .wpb_column.vc_column_container.vc_col-sm-12').css('height', alturaVeiculo); // }, 500); jQuery('.selos').css('display', 'block'); setTimeout(function(){ var t=0; // the height of the highest element (after the function runs) var t_elem; // the highest element (after the function runs) jQuery('.veiculo .wpb_column.vc_column_container.vc_col-sm-12').each(function () { $this = jQuery(this); if ( $this.outerHeight() > t ) { t_elem = this; t=$this.outerHeight(); } }); var alturacard = jQuery(t_elem).height(); jQuery('.veiculo .vc_col-sm-12').css('height', alturacard); jQuery('.anuncio .wpb_column.vc_column_container.vc_col-sm-12').css('height', alturacard); }, 500); // SEARCH TERMS var selecionados = 0; if(jQuery('.searchandfilter ul li.sf-field-search input.sf-input-text').val()) { var label = jQuery('.searchandfilter ul li.sf-field-search input.sf-input-text').val(); jQuery('#formbusca .buscados').append('
    '+label+'
    '); selecionados++; } jQuery( ".searchandfilter input[type=checkbox]").each(function () { if (this.checked) { selecionados++; var identificacao = jQuery(this).attr('id'); var label = jQuery(this).closest('li').find('label').html(); jQuery('#formbusca .buscados').append('
    '+label+'
    '); } }); var precovalormin = jQuery('.sf-meta-range[data-sf-field-name="_sfm__regular_price"] input.sf-range-min').val(); var precovalorminimo = jQuery('.sf-meta-range[data-sf-field-name="_sfm__regular_price"] input.sf-range-min').attr('min'); if (precovalormin > precovalorminimo) { selecionados++; jQuery('#formbusca .buscados').append('
    MIN: R$ '+precovalormin+'
    '); } var precovalormax = jQuery('.sf-meta-range[data-sf-field-name="_sfm__regular_price"] input.sf-range-max').val(); var precovalormaximo = jQuery('.sf-meta-range[data-sf-field-name="_sfm__regular_price"] input.sf-range-max').attr('max'); if (precovalormax < precovalormaximo) { selecionados++; jQuery('#formbusca .buscados').append('
    MAX: R$ '+precovalormax+'
    '); } var anovalormin = jQuery('.sf-meta-range[data-sf-field-name="_sfm_anogrupo_ano"] input.sf-range-min').val(); var anovalorminimo = jQuery('.sf-meta-range[data-sf-field-name="_sfm_anogrupo_ano"] input.sf-range-min').attr('min'); if (anovalormin > anovalorminimo) { selecionados++; jQuery('#formbusca .buscados').append('
    DE '+anovalormin+'
    '); } var anovalormax = jQuery('.sf-meta-range[data-sf-field-name="_sfm_anogrupo_ano"] input.sf-range-max').val(); var anovalormaximo = jQuery('.sf-meta-range[data-sf-field-name="_sfm_anogrupo_ano"] input.sf-range-max').attr('max'); if (anovalormax < anovalormaximo) { selecionados++; jQuery('#formbusca .buscados').append('
    ATÉ '+anovalormax+'
    '); } if(selecionados > 0) { if (jQuery(window).width() < 989) { jQuery('#areabusca a').removeClass('abactive'); jQuery('.searchandfilter>ul>li').css('display', 'none'); jQuery('div#formbusca .wpb_wrapper').css('display', 'none'); jQuery('#areabusca ul #ababuscados').css('display', 'block'); jQuery('#areabusca ul #ababuscados').addClass('abactive'); } jQuery('#formbusca .buscados').prepend('

    ITENS BUSCADOS

    '); jQuery('#formbusca .buscados').append('
    LIMPAR BUSCA
    '); if (jQuery(window).width() > 989) { jQuery('.slidetags_wrapper').css('display', 'block'); } } else { jQuery('#formbusca .buscados').remove(); jQuery('.searchandfilter>ul>li:eq(1)').addClass('abactive'); console.log('sem busca'); // POPULATE TABS CONTENT jQuery( "#areabusca ul li:first-child").remove(); jQuery( "#areabusca ul li:first-child a").each(function () { var destino = jQuery( this ).attr('destino'); jQuery(this).addClass('abactive'); jQuery('.searchandfilter>ul').find(destino).css('display', 'block'); }); } jQuery('#formbusca .buscados .buscatext').click(function(event){ event.preventDefault(); jQuery('.searchandfilter ul li.sf-field-search input.sf-input-text').val('').change(); jQuery( "form.searchandfilter" ).submit(); }); jQuery('#formbusca .buscados .buscacheck').click(function(event){ event.preventDefault(); var destino = jQuery( this ).attr('destino'); jQuery('.searchandfilter>ul>li').find(destino).prop('checked', false); jQuery( "form.searchandfilter" ).submit(); }); jQuery('#formbusca .buscados .valoresmin').click(function(event){ event.preventDefault(); var destino = jQuery( this ).attr('destino'); var reset = jQuery( this ).attr('reset'); jQuery('.searchandfilter>ul>li').find(destino).find('input.sf-range-min').val(reset).change(); jQuery('.searchandfilter>ul>li').find(destino).attr('data-start-min', reset); }); jQuery('#formbusca .buscados .valoresmax').click(function(event){ event.preventDefault(); var destino = jQuery( this ).attr('destino'); var reset = jQuery( this ).attr('reset'); jQuery('.searchandfilter>ul>li').find(destino).find('input.sf-range-max').val(reset).change(); jQuery('.searchandfilter>ul>li').find(destino).attr('data-start-max', reset); }); jQuery('#formbusca .buscados .limparfiltros').click(function(event){ jQuery('.search-filter-reset').click(); }); // } });
    '); } else { jQuery('.search-filter-results > .vc_row > .ult-item-wrap').append('
    '); } });

    Não encontramos nenhum veículo com a descrição desejada.

    REFAZER BUSCA

    FIAT UNO WAY 1.0 2015

    R$ 41.899
    85 MIL KM

    FIAT PALIO ATTRACTIVE 1.4 2014

    R$ 40.899
    109 MIL KM

    FIAT UNO WAY 1.0 2016

    R$ 46.899
    55 MIL KM

    RENAULT LOGAN AUTHENTIQUE 1.0 2018

    R$ 44.899
    68 MIL KM

    RENAULT DUSTER DYNAMIQUE 2.0 AT 2016

    R$ 63.899
    122 MIL KM

    FORD KA SEDAN SE 1.5 2018

    R$ 52.899
    48 MIL KM

    FORD KA SE PLUS 1.5 AT 2020

    R$ 66.899
    45 MIL KM

    RENAULT SANDERO LIFE 1.0 2020

    R$ 53.899
    47 MIL KM

    VOLKSWAGEN VIRTUS COMFORTLINE 200 TSI 2020

    R$ 86.899
    25 MIL KM

    CHEVROLET ONIX PLUS LT 1.0 TURBO AT 2023

    R$ 95.899
    0 MIL KM

    FORD KA SEDAN SE AT 1.5 2019

    R$ 61.899
    49 MIL KM

    FORD KA SE PLUS 1.0 2020

    R$ 55.899
    52 MIL KM

    FORD KA SEDAN SE 1.5 2020

    R$ 56.899
    63 MIL KM

    RENAULT SANDERO LIFE 1.0 2020

    R$ 51.899
    60 MIL KM

    FORD KA SE PLUS 1.5 AT 2020

    R$ 66.899
    35 MIL KM

    FORD KA SEDAN SE 1.5 2018

    R$ 52.899
    54 MIL KM

    RENAULT CAPTUR LIFE 1.6 AT 2019

    R$ 74.899
    57 MIL KM

    FORD FIESTA S 1.5 2014

    R$ 41.899
    125 MIL KM

    VOLKSWAGEN UP HIGH 1.0 2015

    R$ 46.899
    81 MIL KM

    HYUNDAI HB20S EVOLUTION 1.0 TURBO 2021

    R$ 80.899
    48 MIL KM
    ESTÁ COM DÚVIDAS?