jQuery(function(e){var s=search.ajax_loader_path,a=e('<img class="p-search-result__loader" alt="">').attr("src",s);e("#js-search__form").submit(function(s){s.preventDefault();var t=e(this),r=t.find("#js-search__submit"),c=e("#js-search-result").offset().top-parseInt(e("#js-search").css("margin-bottom"));e("#js-header").hasClass("l-header--fixed")&&(c-=e("#js-header").height()),e("#js-search-result").html(a),e("body, html").animate({scrollTop:c+"px"},1e3),e.ajax({type:"POST",url:search.ajaxurl,timeout:1e4,beforeSend:function(){r.attr("disabled",!0)},complete:function(){r.attr("disabled",!1)},data:{action:"search_style_list",security:search.nonce,form_data:t.serialize()}}).done(function(s,a,t){e("#js-search-result").css({opacity:0}).html(s.html).fadeTo("slow",1)}).fail(function(){e("#js-search-result").html("<p>"+search.error_message+"</p>")})})});