Runescape Diablo 2: Resurrected Diablo 4 Path of Exile Adopt Me GTA V Fortnite World of Warcraft
Albion Online Blox Fruits Elder Scrolls Online Escape from Tarkov Eve Online FC 24 Final Fantasy XIV Last Epoch League of Legends Lost Ark New World Realm of the Mad God Roblox Throne and Liberty Tibia Trove Valorant
');}var numberOfProds=$(data).find('.product-list-wrap .product_block').length;if(parseInt(numberOfProds)>=30){let loadMoreBtn=`
`;if(!$('.search-results > #product_list #instantsearch_load_more_topbar').length){$('.search-results > #product_list').append(loadMoreBtn);}}thProductCardInitialize();$(document).trigger('reCalcHeight');if($('#goldcurrencyproducts .product')){$('#goldcurrencyproducts .product').each(function(){calculatePrice(getProduct($(this)));});}$('#old_center_column').hide();$('#container_slider').hide(0);$(".n-wrapper").hide(0);$(".ls-container").hide(0);$('body').scrollTop($('#columns').offset().top-$('#header-top-bar').height());ajaxCart.overrideButtonsInThePage();$("#instant_search_results a.close").click(function(){$("#search_query_top").val('');return tryToCloseInstantSearch();});quantitybox_init();setTimeout(function(){initGoldCurrencyBlockNew();},1000);return false;}else{tryToCloseInstantSearch();$(document).trigger('reCalcHeight');}}$("#search_query_top").attr('autocomplete','on');function smTwo(){Swal.fire({type:'error',title:'Oops...',text:'Minimum 3 letters required for search',})return false;}function bgTwo(e){var event=e;var fr=$(event.target).closest("form#searchbox");if(event.type==='click'){var query=$(event.target).siblings("input[name='search_query']").val();}else{var query=$(event.target).val();}stopInstantSearchQueries();$("#search_block_top #searchbox input[name='p']").val(1);instantSearchQuery=$.ajax({url:baseUri+'search'+'?search_query='+query,data:{instantSearch:1,globalSearch:0,id_lang:1,current_uri:window.location.pathname,search_type:'top',q:query,p:$("#search_block_top #searchbox input[name='p']").val()},dataType:'html',type:'POST',success:function(data,textStatus,request){console.info(request.getResponseHeader('Content-Type'));if(request.getResponseHeader('Content-Type').indexOf("application/json")>-1){processDropDown(data,query);}else{processInstantSearch(data);}var str=JSON.stringify(data);var patt=new RegExp("warning");var res=patt.