if (typeof _isp_host_prefix === 'undefined') {
var _isp_host_prefix = null;
try {
_isp_host_prefix = localStorage.getItem('_isp_host_prefix');
if (!_isp_host_prefix.match(/^[a-z0-9-]+$/)) {
_isp_host_prefix = null;
}
} catch (e) {}
}
function isp_injectCSS(url,cssId){
var head = document.getElementsByTagName('head')[0];
var link = document.createElement('link');
link.id = cssId;
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = url;
link.media = 'all';
head.appendChild(link);
}
function isp_injectJS(url, beforeId) {
var s = document.createElement('script');
s.type = 'text/javascript';
s.src = url;
var this_node = document.getElementById(beforeId);
this_node.parentNode.insertBefore(s, this_node.nextSibling);
}
isp_injectCSS("https://acp-magento.appspot.com/css/jquery.raty.css?v=1.0.1", "isp_search_results_css_inject_common_PRE");
try{
var $jquery_isp = jQuery.noConflict(true);
} catch(e) {}
var __isp_serp_uuid = "a3c58264-05e8-4eef-95aa-37344c3c5f5a";
var __isp_serp_store_id = "9868698";
if (typeof isp_global_serp_scripts_injected === 'undefined'){
(function() {
var host = "https://acp-magento.appspot.com";
if (_isp_host_prefix) {
host = "https://" + _isp_host_prefix + "-dot-acp-magento.appspot.com";
}
isp_injectJS(host + "/js/search_result_page.js?isp_platform=shopify&v=2.0.881", "isp_search_results_js_inject");
isp_injectJS(host + "/js/jquery.history.js?v=1.0.6", "isp_search_results_js_inject");
})();
var isp_global_serp_scripts_injected = true;
}
isp_injectJS("https://acp-magento.appspot.com/js/jquery.raty.js?v=1.0.8", "isp_search_results_js_inject");