var ppxhr=new XMLHttpRequest,preproduct_pledge_div=document.getElementById('preproduct-pledge'),shopify_product_id=preproduct_pledge_div.dataset.id;ppxhr.open('GET','https://preproduct.onrender.com/api/preproducts/'+shopify_product_id+'.json'),ppxhr.send(),ppxhr.onload=function(){if(ppxhr.status>=200&&ppxhr.status<300&&204!=ppxhr.status&&'active'==JSON.parse(ppxhr.responseText).test_status){window.PP_storedButtons=[];try{for(var t=document.getElementsByTagName('button'),e=t.length-1;e>=0;e--)window.PP_storedButtons.push(t[e])}catch(t){console.log('problem storing button tags')}try{for(var o=document.getElementsByTagName('input'),s=o.length-1;s>=0;s--)'button'!=o[s].type&&'text'!=o[s].type&&'number'!=o[s].type||window.PP_storedButtons.push(o[s])}catch(t){console.log('problem storing input tags')}try{for(var n=document.getElementsByClassName('shopify-payment-button'),p=n.length-1;p>=0;p--)(n[p].type='button')&&window.PP_storedButtons.push(n[p])}catch(t){console.log('problem storing shopify-payment-button div')}window.PP_storedButtons.forEach(function(t){t.className.includes('search')||t.id.includes('menu')||t.id.includes('close')||(t.style.display='none')})}};