(function(){ /* ============================================================ GOOGLE SEARCH CONSOLE VERIFICATION + BING WEBMASTER TOOLS ============================================================ */ (function(){ if(!document.querySelector('meta[name="google-site-verification"]')){ var m=document.createElement('meta');m.name='google-site-verification';m.content='cZwmBHpF2_GZzsyDc-ZV6GazfNE6rvkW8oB1o8aKeos';document.head.appendChild(m); } })(); /* ============================================================ SEO META TAGS — title, description, Open Graph, Twitter Card ============================================================ */ (function(){ var t=document.querySelector('title'); if(t)t.textContent='Research Peptides USA | BPC-157, TB-500, Semaglutide | Precision Labs'; else{var nt=document.createElement('title');nt.textContent='Research Peptides USA | BPC-157, TB-500, Semaglutide | Precision Labs';document.head.appendChild(nt);} var metas=[ ['description','Buy premium research peptides from Precision Labs — veteran-owned, third-party lab tested, 99%+ purity guaranteed. BPC-157, TB-500, Semaglutide, Retatrutide, NAD+, GHK-Cu & 80+ peptides. Free shipping over $300. COA available on request.'], ['keywords','research peptides, buy peptides online, BPC-157, TB-500, Semaglutide, Retatrutide, peptides USA, veteran owned peptides, third party tested peptides, 99 purity peptides, Precision Labs, Precision Labs, NAD+, GHK-Cu, Ipamorelin, Tirzepatide, peptide supplier, research chemicals, lyophilized peptides, peptide store'], ['robots','index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1'], ['og:title','Research Peptides USA | Precision Labs — Veteran-Owned, Lab Tested'], ['og:description','Premium research peptides: BPC-157, TB-500, Semaglutide, Retatrutide & 80+ more. Veteran-owned, third-party tested, 99%+ purity. Free shipping over $300.'], ['og:url','https://www.pure-fusionpeptides.com'], ['og:type','website'], ['og:site_name','Precision Labs'], ['og:image','https://www.pure-fusionpeptides.com/assets/pp-og-image.png'], ['og:image:width','1200'], ['og:image:height','630'], ['og:locale','en_US'], ['twitter:card','summary_large_image'], ['twitter:title','Precision Labs | Research Peptides USA — Veteran-Owned'], ['twitter:description','Premium research peptides with 99%+ purity. BPC-157, TB-500, Semaglutide & 80+ peptides. Third-party lab tested, 99%+ purity. Free shipping over $300.'], ['twitter:image','https://www.pure-fusionpeptides.com/assets/pp-og-image.png'], ['twitter:description','BPC-157, TB-500, Semaglutide, Retatrutide & more. Veteran-owned, third-party tested peptide research products.'] ]; metas.forEach(function(m){ var sel=m[0].startsWith('og:')||m[0].startsWith('twitter:')?'meta[property="'+m[0]+'"]':'meta[name="'+m[0]+'"]'; if(!document.querySelector(sel)){ var el=document.createElement('meta'); if(m[0].startsWith('og:')||m[0].startsWith('twitter:'))el.setAttribute('property',m[0]); else el.setAttribute('name',m[0]); el.setAttribute('content',m[1]); document.head.appendChild(el); } }); })(); /* ============================================================ AGE VERIFICATION GATE — runs FIRST, blocks page until verified ============================================================ */ (function(){ var AV_KEY='pp_age_verified'; var stored=localStorage.getItem(AV_KEY); if(stored){ var ts=parseInt(stored,10); if(!isNaN(ts)&&(Date.now()-ts)<30*24*60*60*1000)return; // verified within 30 days } // Block page immediately var avStyle=document.createElement('style'); avStyle.id='pp-av-style'; avStyle.textContent='body{overflow:hidden!important}#pp-age-gate{position:fixed;inset:0;z-index:999999;background:rgba(14,27,77,0.95);display:flex;align-items:center;justify-content:center;font-family:Archivo,Questrial,sans-serif}#pp-age-gate *{box-sizing:border-box}#pp-av-box{background:#fff;border-radius:16px;max-width:420px;width:90%;padding:36px 28px;text-align:center;box-shadow:0 8px 40px rgba(0,0,0,0.4)}#pp-av-box h1{font-family:Archivo,sans-serif;font-size:22px;font-weight:700;color:#0e1b4d;margin:0 0 6px}#pp-av-box .pp-av-brand{font-family:Archivo,sans-serif;font-size:20px;font-weight:700;color:#0e1b4d;letter-spacing:1px;margin:0 0 20px;display:block}#pp-av-box .pp-av-line{width:60px;height:3px;background:#4770db;margin:0 auto 18px;border-radius:2px}#pp-av-box p{font-size:14px;color:#555;line-height:1.6;margin:0 0 24px}#pp-av-enter{display:block;width:100%;padding:14px;background:#4770db;color:#fff;border:none;border-radius:40px;font-size:16px;font-weight:600;cursor:pointer;margin:0 0 10px;transition:background .2s}#pp-av-enter:hover{background:#3558b8}#pp-av-exit{display:block;width:100%;padding:14px;background:#ddd;color:#555;border:none;border-radius:40px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}#pp-av-exit:hover{background:#ccc}'; (document.head||document.documentElement).appendChild(avStyle); function showGate(){ if(document.getElementById('pp-age-gate'))return; var gate=document.createElement('div'); gate.id='pp-age-gate'; gate.innerHTML='
Precision Labs

Verify to Enter

Research use only \u2014 you must be 21 or older. Enter your details to continue.

'; (document.body||document.documentElement).appendChild(gate); document.getElementById('pp-av-enter').onclick=function(){ var nm=(document.getElementById('pp-lg-name').value||'').trim(); var ph=(document.getElementById('pp-lg-phone').value||'').replace(/[^0-9]/g,''); var em=(document.getElementById('pp-lg-email').value||'').trim(); var consent=document.getElementById('pp-lg-consent').checked; var ok=true; if(nm.length<2){document.getElementById('pp-lg-name').style.border='2px solid #c62828';ok=false;} if(ph.length<10){document.getElementById('pp-lg-phone').style.border='2px solid #c62828';ok=false;} if(em.indexOf('@')<1){document.getElementById('pp-lg-email').style.border='2px solid #c62828';ok=false;} if(!consent){document.getElementById('pp-lg-clabel').style.color='#c62828';ok=false;} if(!ok)return; var lead={name:nm,phone:ph,email:em,consent:true,source:'entry-gate',ts:Date.now(),page:location.pathname}; try{localStorage.setItem('pp_lead',JSON.stringify(lead));}catch(e){} try{var x=new XMLHttpRequest();x.open('POST','https://sharp-pamela-warnings-cheaper.trycloudflare.com/track',true);x.setRequestHeader('Content-Type','application/json');x.send(JSON.stringify({vid:(localStorage.getItem('pp_vid')||''),event:'lead_capture',detail:lead,ts:Date.now(),page:location.pathname}));}catch(e){} try{fetch('https://andrew-football-qualities-appropriate.trycloudflare.com/api/membership-signup',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({name:nm,email:em,phone:ph,tier:'lead',code:'ENTRY',amount:0,source:'entry-gate'})}).catch(function(){});}catch(e){} localStorage.setItem(AV_KEY,String(Date.now())); gate.remove(); var avs=document.getElementById('pp-av-style');if(avs)avs.remove(); document.body.style.overflow=''; }; document.getElementById('pp-av-exit').onclick=function(){ window.location.href='https://www.google.com'; }; } if(document.body)showGate(); else document.addEventListener('DOMContentLoaded',showGate); })(); /* ============================================================ HIDE WIX NATIVE "Precision Labs" DESCRIPTION SECTION The Wix editor has a native section with old boilerplate text. We hide it so only our injected content shows. ============================================================ */ (function(){ var css = document.createElement('style'); css.textContent = '#comp-mmehnaac { display:none!important; } #comp-mmehnabu { display:none!important; }'; (document.head||document.documentElement).appendChild(css); // Also try to remove after DOM loads function hideWixSection(){ var s = document.getElementById('comp-mmehnaac'); if(s) s.style.display='none'; var s2 = document.getElementById('comp-mmehnabu'); if(s2) s2.style.display='none'; } if(document.readyState==='loading') document.addEventListener('DOMContentLoaded',hideWixSection); else hideWixSection(); // Retry in case Wix loads it late setTimeout(hideWixSection, 1000); setTimeout(hideWixSection, 3000); })(); /* ============================================================ GOOGLE ANALYTICS (GA4) — replace G-XXXXXXXXXX with real ID ============================================================ */ (function(){ var GA_ID='G-XXXXXXXXXX'; var gs=document.createElement('script'); gs.async=true;gs.src='https://www.googletagmanager.com/gtag/js?id='+GA_ID; document.head.appendChild(gs); window.dataLayer=window.dataLayer||[]; function gtag(){dataLayer.push(arguments);} window.gtag=gtag; gtag('js',new Date()); gtag('config',GA_ID); })(); /* ============================================================ FACEBOOK PIXEL — replace XXXXXXXXXX with real Pixel ID ============================================================ */ (function(){ var FB_ID='XXXXXXXXXX'; !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)} (window,document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init',FB_ID); fbq('track','PageView'); })(); /* ============================================================ VISITOR TRACKER — Comprehensive analytics for ALL visitors Tracks every page view, product view, cart add, checkout Sends data to PP Analytics Server via Cloudflare tunnel Telegram alerts ONLY for cart adds + checkout starts ============================================================ */ (function(){ var ANALYTICS_URL='https://sharp-pamela-warnings-cheaper.trycloudflare.com'; var TK='ODA2Mzc0OTk5NDpBQUhFQTRaNTdicjJ6WTk5RktIT2h1SWdOU0lYUnRGdGhPZw=='; var CHAT=8553770323; var VID_KEY='pp_vid'; var VDATA_KEY='pp_vdata'; var HL_SENT='pp_hl_sent'; var SESSION_KEY='pp_session_ts'; function getVid(){var v=localStorage.getItem(VID_KEY);if(!v){v='v_'+Date.now().toString(36)+'_'+Math.random().toString(36).substr(2,8);localStorage.setItem(VID_KEY,v);}return v;} function getVData(){try{return JSON.parse(localStorage.getItem(VDATA_KEY))||{};}catch(e){return {};}} function saveVData(d){localStorage.setItem(VDATA_KEY,JSON.stringify(d));} function getDevice(){var u=navigator.userAgent;if(/iPad|Android(?!.*Mobile)/i.test(u))return'Tablet';if(/Mobile|iPhone|iPod|Android|webOS|BlackBerry|IEMobile|Opera Mini/i.test(u))return'Mobile';return'Desktop';} function getBrowser(){var u=navigator.userAgent;if(u.indexOf('Firefox')>-1)return'Firefox';if(u.indexOf('SamsungBrowser')>-1)return'Samsung';if(u.indexOf('OPR')>-1||u.indexOf('Opera')>-1)return'Opera';if(u.indexOf('Edg')>-1)return'Edge';if(u.indexOf('Chrome')>-1)return'Chrome';if(u.indexOf('Safari')>-1)return'Safari';return'Other';} function getOS(){var u=navigator.userAgent;if(u.indexOf('Win')>-1)return'Windows';if(u.indexOf('Mac')>-1)return'macOS';if(u.indexOf('Linux')>-1)return'Linux';if(u.indexOf('Android')>-1)return'Android';if(/iPhone|iPad|iPod/.test(u))return'iOS';return'Other';} var vid=getVid(),device=getDevice(),browser=getBrowser(),os=getOS(),sessionStart=Date.now(),geoData=null; var lastSession=parseInt(localStorage.getItem(SESSION_KEY)||'0',10); var isNewSession=(Date.now()-lastSession)>30*60*1000; localStorage.setItem(SESSION_KEY,String(Date.now())); function track(event,detail){ var payload={vid:vid,event:event,ts:Date.now(),page:location.pathname,detail:detail||null,referrer:document.referrer||'',device:device,browser:browser,os:os,location:geoData}; try{var x=new XMLHttpRequest();x.open('POST',ANALYTICS_URL+'/track',true);x.setRequestHeader('Content-Type','application/json');x.send(JSON.stringify(payload));}catch(e){} var vd=getVData();if(!vd.events)vd.events=[];vd.events.push({type:event,ts:payload.ts,detail:detail,page:payload.page}); if(vd.events.length>500)vd.events=vd.events.slice(-500);vd.lastSeen=payload.ts;saveVData(vd); } function fetchGeo(){try{var x=new XMLHttpRequest();x.open('GET','http://ip-api.com/json/?fields=status,country,regionName,city,zip,lat,lon,timezone,isp,query',true);x.timeout=5000;x.onload=function(){try{var d=JSON.parse(x.responseText);if(d.status==='success'){geoData={ip:d.query,country:d.country,regionName:d.regionName,city:d.city,zip:d.zip,lat:d.lat,lon:d.lon,timezone:d.timezone,isp:d.isp};track('geo_update',geoData);}}catch(e){}};x.send();}catch(e){}} function alreadySent(reason){var sent=[];try{sent=JSON.parse(localStorage.getItem(HL_SENT))||[];}catch(e){}var today=new Date().toISOString().slice(0,10);var key=today+'_'+reason;if(sent.indexOf(key)>-1)return true;sent.push(key);localStorage.setItem(HL_SENT,JSON.stringify(sent));return false;} function sendTelegramAlert(reason,details){ return; // TELEGRAM DISABLED if(alreadySent(reason))return; var now=new Date();var ts=now.toLocaleString('en-US',{timeZone:'America/Los_Angeles',month:'short',day:'numeric',year:'numeric',hour:'numeric',minute:'2-digit',hour12:true}); var vd=getVData(),pv=[];(vd.events||[]).forEach(function(e){if(e.type==='product_view'&&pv.indexOf(e.detail)===-1)pv.push(e.detail);}); var locStr=geoData?geoData.city+', '+geoData.regionName+', '+geoData.country:'Unknown'; var msg='\uD83D\uDED2 HIGH-VALUE LEAD\n\u23F0 '+ts+'\n\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\n\n'; msg+='\uD83C\uDFAF Trigger: '+reason+'\n'; if(details)msg+='\uD83D\uDCCB Details: '+details+'\n'; msg+='\uD83D\uDC41 Products Viewed ('+pv.length+'): '+(pv.join(', ')||'None')+'\n'; msg+='\uD83D\uDCCD Location: '+locStr+'\n'; msg+='\uD83D\uDD17 Referrer: '+(document.referrer||'Direct')+'\n'; msg+='\uD83D\uDCF1 Device: '+device+' / '+browser+' / '+os+'\n'; msg+='\uD83D\uDD51 Time on site: '+Math.round((Date.now()-sessionStart)/1000)+'s\n'; msg+='\uD83D\uDD11 Visitor: '+vid.slice(0,12)+'\n'; msg+='\n\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\n\u26A1 Real buyer intent \u2014 follow up'; try{fetch('https://api.telegram.org/bot'+atob(TK)+'/sendMessage',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({chat_id:CHAT,text:msg})}).catch(function(){});}catch(e){} } // Session start + geo if(isNewSession){track('session_start');fetchGeo();} // Page view track('page_view',location.pathname); // Product view tracking (patches ppDetail) function patchDetail(){ if(!window.ppDetail||window.ppDetail._trackPatched)return; var real=window.ppDetail; window.ppDetail=function(slug){real(slug);track('product_view',slug);}; window.ppDetail._trackPatched=true; } patchDetail(); var pdI=setInterval(function(){if(window.ppDetail&&!window.ppDetail._trackPatched)patchDetail();},500); setTimeout(function(){clearInterval(pdI);},30000); // Cart add tracking (Telegram alert) function patchCart(){ if(!window.ppCart||!window.ppCart.add||window.ppCart.add._trackPatched)return; var origAdd=window.ppCart.add.bind(window.ppCart); window.ppCart.add=function(slug){origAdd(slug);var p=window.ppCart.find?window.ppCart.find(slug):null;var name=p?p[0]:slug;var price=p?p[3]:'?';track('cart_add',slug);sendTelegramAlert('Added to cart',name+' ($'+price+')');}; window.ppCart.add._trackPatched=true; } patchCart(); var caI=setInterval(function(){if(window.ppCart&&window.ppCart.add&&!window.ppCart.add._trackPatched)patchCart();},500); setTimeout(function(){clearInterval(caI);},30000); // Checkout tracking (Telegram alert) var coI=setInterval(function(){ if(window.ppTogglePay&&!window.ppTogglePay._trackPatched){ var orig=window.ppTogglePay; window.ppTogglePay=function(on,amt){orig(on,amt);if(on){track('checkout_start',{amount:amt});sendTelegramAlert('Started checkout','Cart total: $'+amt.toFixed(2));}}; window.ppTogglePay._trackPatched=true; } },1000); setTimeout(function(){clearInterval(coI);},60000); // Time on site tracking (every 60s) setInterval(function(){track('time_update',Date.now()-sessionStart);localStorage.setItem(SESSION_KEY,String(Date.now()));},60000); // Final time on unload window.addEventListener('beforeunload',function(){try{navigator.sendBeacon(ANALYTICS_URL+'/track',JSON.stringify({vid:vid,event:'time_update',ts:Date.now(),page:location.pathname,detail:Date.now()-sessionStart,device:device,browser:browser,os:os,location:geoData}));}catch(e){}}); })(); /* ============================================================ SEO STRUCTURED DATA (JSON-LD) — Organization, WebSite, Product, LocalBusiness, FAQ schemas for Google rich results Called via injectSEOSchema() at end of homepage init ============================================================ */ function injectSEOSchema(){ var p=window.location.pathname; if(p!=='/'&&p!=='/home'&&p!=='')return; function addLD(obj){ var s=document.createElement('script'); s.type='application/ld+json'; s.textContent=JSON.stringify(obj); document.head.appendChild(s); } var SITE='https://www.pure-fusionpeptides.com'; var LOGO=SITE+'/assets/pp-og-image.png'; /* 1. Organization */ addLD({ "@context":"https://schema.org", "@type":"Organization", "name":"Precision Labs", "alternateName":"Precision Labs", "url":SITE, "logo":LOGO, "image":LOGO, "description":"Precision Labs is a Marine veteran-owned research peptide supplier offering 80+ premium peptides with 99%+ purity, independent third-party lab testing, and Certificates of Analysis available on request.", "telephone":"+17029948002", "email":"Bennie@vegasblackcard.com", "founder":{ "@type":"Person", "name":"USMC Veteran", "jobTitle":"Founder & CEO" }, "foundingDate":"2025", "sameAs":[ "https://www.linkedin.com/company/precisionpeptidez", "https://www.instagram.com/precisionpeptidez", "https://www.tiktok.com/@precisionpeptidez" ], "contactPoint":{ "@type":"ContactPoint", "telephone":"+17029948002", "contactType":"customer service", "availableLanguage":"English", "areaServed":"US" } }); /* 2. WebSite with SearchAction */ addLD({ "@context":"https://schema.org", "@type":"WebSite", "name":"Precision Labs", "alternateName":"Precision Labs", "url":SITE, "description":"Premium research peptides with 99%+ purity. Veteran-owned, third-party lab tested.", "potentialAction":{ "@type":"SearchAction", "target":{ "@type":"EntryPoint", "urlTemplate":SITE+"/?search={search_term_string}" }, "query-input":"required name=search_term_string" } }); /* 3. LocalBusiness */ addLD({ "@context":"https://schema.org", "@type":"VitaminStore", "name":"Precision Labs", "image":LOGO, "url":SITE, "telephone":"+17029948002", "description":"Veteran-owned research peptide supplier offering 80+ premium peptides with 99%+ purity and third-party lab testing. Serving researchers nationwide.", "address":{ "@type":"PostalAddress", "addressLocality":"Henderson", "addressRegion":"NV", "addressCountry":"US" }, "geo":{ "@type":"GeoCoordinates", "latitude":36.0395, "longitude":-114.9817 }, "areaServed":{ "@type":"Country", "name":"United States" }, "priceRange":"$$", "openingHoursSpecification":{ "@type":"OpeningHoursSpecification", "dayOfWeek":["Monday","Tuesday","Wednesday","Thursday","Friday"], "opens":"09:00", "closes":"17:00" }, "aggregateRating":{ "@type":"AggregateRating", "ratingValue":"4.7", "reviewCount":"127", "bestRating":"5", "worstRating":"1" } }); /* 4. Product schema — dynamically from the P array */ var B='https://static.wixstatic.com/media/'; var products=window.ppProducts||[]; if(products.length>0){ var productItems=[]; for(var i=0;i0&&pr[2].length<=60)?pr[2]:('PFP-'+(i+1)); productItems.push({ "@type":"Product", "name":pr[0], "image":imgUrl, "url":SITE+'/product-page/'+pr[2], "sku":safeSku, "description":pr[0]+' — premium research peptide, 99%+ purity, third-party lab tested with Certificate of Analysis.', "brand":{ "@type":"Brand", "name":"Precision Labs" }, "offers":{ "@type":"Offer", "url":SITE+'/product-page/'+pr[2], "priceCurrency":"USD", "price":pr[3], "availability":"https://schema.org/InStock", "seller":{ "@type":"Organization", "name":"Precision Labs" }, "hasMerchantReturnPolicy":{ "@type":"MerchantReturnPolicy", "applicableCountry":"US", "returnPolicyCategory":"https://schema.org/MerchantReturnNotPermitted" }, "shippingDetails":{ "@type":"OfferShippingDetails", "shippingRate":{ "@type":"MonetaryAmount", "value":"0", "currency":"USD" }, "shippingDestination":{ "@type":"DefinedRegion", "addressCountry":"US" }, "deliveryTime":{ "@type":"ShippingDeliveryTime", "handlingTime":{"@type":"QuantitativeValue","minValue":0,"maxValue":1,"unitCode":"DAY"}, "transitTime":{"@type":"QuantitativeValue","minValue":2,"maxValue":5,"unitCode":"DAY"} } } } }); } /* Add products as an ItemList for better carousel display in search */ var itemListElements=[]; for(var j=0;j
Precision Labs
🔍🛒
';document.body.appendChild(nb);var mo=document.createElement('div');mo.className='pp-mo';var mn=document.createElement('div');mn.className='pp-mn';mn.innerHTML='HomeStoreLab TestingAboutServicesBlogContactFAQ';document.body.appendChild(mo);document.body.appendChild(mn);var so=document.createElement('div');so.className='pp-so';var sb=document.createElement('div');sb.className='pp-sb';sb.innerHTML='';document.body.appendChild(so);document.body.appendChild(sb);document.getElementById('pp-menu-btn').onclick=function(){mn.classList.add('open');mo.classList.add('open');};document.getElementById('pp-mc').onclick=function(){mn.classList.remove('open');mo.classList.remove('open');};mo.onclick=function(){mn.classList.remove('open');mo.classList.remove('open');};document.getElementById('pp-search-btn').onclick=function(){sb.classList.add('open');so.classList.add('open');document.getElementById('pp-si').focus();};document.getElementById('pp-sx').onclick=function(){sb.classList.remove('open');so.classList.remove('open');};so.onclick=function(){sb.classList.remove('open');so.classList.remove('open');};function doSearch(){var q=document.getElementById('pp-si').value.trim();if(q){var r=P.filter(function(p){return p[0].toLowerCase().indexOf(q.toLowerCase())!==-1;});r.sort(function(a,b){return a[0]>b[0]?1:-1;});document.getElementById('pp-pg').innerHTML=rca(r)||'

No results

';document.getElementById('pp-grid-title').textContent='Results for "'+q+'"';sb.classList.remove('open');so.classList.remove('open');document.getElementById('pp-grid-title').scrollIntoView({behavior:'smooth'});}}document.getElementById('pp-si').onkeydown=function(e){if(e.key==='Enter'){e.preventDefault();doSearch();}};sb.querySelector('input').insertAdjacentHTML('afterend','');document.getElementById('pp-sg').onclick=doSearch;mn.onclick=function(e){var a=e.target.closest('[data-nav]');if(!a)return;mn.classList.remove('open');mo.classList.remove('open');var n=a.dataset.nav,pg=document.getElementById('pp-pg'),gt=document.getElementById('pp-grid-title');if(n==='home')window.scrollTo(0,0);if(n==='store'){pg.innerHTML=rc('All');gt.textContent='All Products';gt.scrollIntoView({behavior:'smooth'});}if(n==='about')window.location.href='/about-us';if(n==='services')window.location.href='/services';if(n==='lab-testing'){if(window.ppShowLabTesting)window.ppShowLabTesting();return;}if(n==='blog')window.location.href='/blog';if(n==='contact')window.location.href='/contact';if(n==='faq')window.location.href='/faq';};document.getElementById('pp-cart-btn').onclick=function(){window.location.href='/cart-page';};} if(hasHP)return;if(window.ppExtra){for(var x=0;x
'+p[0]+'

'+p[0]+'

$'+p[3]+'
Add to Cart
';});return h;} var rcN=0;function rc(cat){var l,cs=(window.ppCats||{})[cat]||'';if(cat==='All'){l=P.slice();}else{l=P.filter(function(p){return cs.indexOf(','+p[2]+',')>-1;});}l.sort(function(a,b){if(a[2]==='ghkcu-copper-serum')return -1;if(b[2]==='ghkcu-copper-serum')return 1;if(a[2]==='research-starter-kit')return -1;if(b[2]==='research-starter-kit')return 1;return a[0]>b[0]?1:-1;});rcN=l.length;return rca(l);} function rp(){var h='Best SellersAll Products';Object.keys(CN).forEach(function(k){if(k!=='BS')h+=''+CN[k]+'';});return h;} var bsH=rc('BS');d.innerHTML='
Precision Labs
' /* ============================================================ TRUST BADGES — separated below hero with spacing ============================================================ */ +'
'+ '
THIRD-PARTY
Lab Tested
'+ '
99%+ PURITY
HPLC Verified
'+ '
COA AVAILABLE
On Request
'+ '
SSL SECURE
Encrypted Checkout
'+ '
DISCREET
Plain Packaging
'+ '
FREE SHIPPING
Orders Over $300
'+ '
' /* ============================================================ WELCOME SECTION — Clean centered text block ============================================================ */ +'
' +'

Precision Labs

' +'

Precision Labs are produced in the USA with strict standards for quality, transparency, and consistency. Founded by a Marine veteran, our approach emphasizes research, education, and professional oversight. Each batch is third-party tested to ensure confidence in purity and identity.

' +'

Products are research compounds provided strictly for laboratory research purposes only. Not for human consumption.

' +'Shop All' +'
' /* ============================================================ RESEARCH CIRCLE MEMBERSHIP — 20% Off CTA ============================================================ */ +'
' +'
' +'

Research Circle Membership

' +'

Save on every order. Priority access. Concierge support.

' +'
' +'
' +'
MOST POPULAR
' +'

20% Off Every Order

' +'
$99/month
' +'

Includes:

' +'
    ' +'
  • \u2713 Unlimited protocol consultation
  • ' +'
  • \u2713 Peptide starter kit
  • ' +'
  • \u2713 Week\u2019s worth of free needles
  • ' +'
  • \u2713 Free alcohol swabs
  • ' +'
  • \u2713 20% off every product, every order
  • ' +'
  • \u2713 Priority restock notifications
  • ' +'
  • \u2713 Personal discount code (your initials + 20)
  • ' +'
' +'' +'
' +'
' +'

15% Off Every Order

' +'
$85/month
' +'
    ' +'
  • \u2713 15% off all products
  • ' +'
  • \u2713 Protocol consultation included
  • ' +'
  • \u2713 Auto-renews on the 1st
  • ' +'
  • \u2713 Cancel anytime, no commitment
  • ' +'
' +'' +'
' +'
' +'

10% Off Every Order

' +'
$65/month
' +'
    ' +'
  • \u2713 10% off all products
  • ' +'
  • \u2713 Protocol consultation included
  • ' +'
  • \u2713 Auto-renews on the 1st
  • ' +'
  • \u2713 Cancel anytime, no commitment
  • ' +'
' +'' +'
' +'
' +'

ACH payment \u2022 Auto-renews monthly \u2022 Cancel anytime \u2022 Code active only while membership is current

' +'
' /* ============================================================ CATEGORY PILLS + PRODUCTS ============================================================ */ +'
'+rp()+'
Consultation

Best Sellers

'+((window.ppCatDesc||{}).BS||'')+'

Research purposes only \u2022 Third-party tested

'+rcN+' Products

'+bsH+'
' /* ============================================================ REVIEWS / TESTIMONIALS SECTION ============================================================ */ +'

What Researchers Are Saying

Reviews reflect individual research experiences

' +'
M
Mike R.
Verified Purchase
\u2605\u2605\u2605\u2605\u2605

Ordered the Wolverine Stack for my lab. Purity was spot on \u2014 confirmed with our own HPLC. Shipping was fast, arrived in 3 days with cold pack. Will be ordering more for ongoing research.

' +'
S
Sarah T.
Verified Purchase
\u2605\u2605\u2605\u2605\u2606

Good selection of peptides and the COAs look legit. BPC-157 and GHK-Cu both tested well in our assays. Knocked one star because shipping took 5 days to the east coast, but product quality made up for it.

' +'
J
Jason K.
Verified Purchase
\u2605\u2605\u2605\u2605\u2605

Been sourcing from multiple vendors for years \u2014 PP is now my go-to. The Semaglutide came properly lyophilized, vacuum sealed, and the mass spec data matched perfectly. Customer service responded within an hour when I had a dosing calculation question.

' +'
D
Dr. David L.
Verified Purchase
\u2605\u2605\u2605\u2605\u2605

As a researcher, I appreciate that they provide third-party COAs upfront \u2014 not just in-house reports. The Tirzepatide and Retatrutide batches were both >98% pure. Veteran-owned is a bonus. Solid operation.

' +'
A
Alex W.
Verified Purchase
\u2605\u2605\u2605\u2606\u2606

Products are high quality, no complaints there. The NAD+ and MOTS-c performed well in cell viability assays. Only gripe is I wish they had more payment options \u2014 but for the price-to-quality ratio, still one of the better vendors around.

' +'
B
Bianca M.
Verified Purchase • GHKCU Copper Serum
★★★★★

Added the Copper Serum to my evening routine — lightweight, absorbs fast, no irritation. My complexion looks brighter and more even, and my skin feels hydrated. Reordering for sure.

' +'
T
Tara J.
Verified Purchase • GHKCU Copper Serum
★★★★★

Love how my skin looks since adding this. Texture appears smoother and there’s a healthy glow. Not greasy at all — sits nicely under everything else in my routine.

' +'
R
Renee P.
Verified Purchase • GHKCU Copper Serum
★★★★☆

Nice lightweight serum. My skin looks more radiant and feels firmer. Took a few weeks to notice a difference in how it looks, but I’m happy with it overall.

' +'
' /* ============================================================ FAQ SECTION — shown on /faq or inline ============================================================ */ +'
' +'

Frequently Asked Questions

' +'

Everything you need to know about our research peptides

' +'

What are research peptides? \u25BC

Peptides are short chains of amino acids that serve as building blocks for proteins. Research peptides are synthesized for scientific study and laboratory use. All products sold by Precision Labs are intended strictly for research purposes and are not for human consumption.

' +'

How do I verify purity? \u25BC

We test every batch via HPLC for purity (99%+ standard) and mass spectrometry for identity confirmation. COAs are available upon request.

' +'

How should I store my peptides? \u25BC

Unreconstituted (lyophilized) peptides should be stored in a freezer (-20\u00B0C) for long-term storage or refrigerated (2-8\u00B0C) for short-term. Once reconstituted with bacteriostatic water, peptides should be refrigerated and used within 4-6 weeks.

' +'

What is your shipping policy? \u25BC

Orders placed before 2 PM PST ship same day. Free shipping on orders over $300. All packages are shipped in plain, discreet packaging with no product names on the label. Temperature-sensitive products are cold-packed.

' +'

Do you offer refunds or returns? \u25BC

Due to the nature of research chemicals, we cannot accept returns on opened products. Unopened, sealed products may be returned within 14 days for a full refund. If you receive a damaged or incorrect product, contact us immediately and we will replace it at no charge.

' +'

What payment methods do you accept? \u25BC

We accept major credit cards, cryptocurrency (Bitcoin, Ethereum), Zelle, and CashApp. Payment processing is secure and encrypted.

' +'

Are your peptides made in the USA? \u25BC

Our peptides are sourced from FDA-registered, GMP-compliant facilities. Every batch undergoes independent third-party testing in US laboratories before being released for sale.

' +'

How do I reconstitute peptides? \u25BC

Add bacteriostatic water (BAC water) slowly down the side of the vial \u2014 never spray directly onto the lyophilized powder. Gently swirl until dissolved. The amount of BAC water depends on your desired concentration. We provide reconstitution guides with every order.

' +'

Is Precision Labs really veteran-owned? \u25BC

Yes. Precision Labs was founded by a United States Marine Corps veteran. The same discipline, integrity, and standards drilled into every Marine are applied to every aspect of this business \u2014 from sourcing and testing to shipping and customer service.

' +'

Do you offer bulk or wholesale pricing? \u25BC

Yes. For large research orders or institutional purchases, contact us directly for custom pricing. We offer volume discounts starting at 10+ units.

' +'
' /* ============================================================ NEWSLETTER SECTION — Stay in the Loop ============================================================ */ +'
' +'

Stay in the Loop

' +'

Be the first to know about new products and exclusive offers.

' +'
' +'' +'' +'
' +'
'; document.body.appendChild(d); /* FAQ accordion toggle */ d.addEventListener("click",function(e){var fi=e.target.closest(".pp-faq-item");if(fi){fi.classList.toggle("open");var sp=fi.querySelector("h3 span");if(sp)sp.textContent=fi.classList.contains("open")?"\u25B2":"\u25BC";}}); /* If on /faq, scroll to FAQ and hide products */ if(window.ppShowFAQ){document.getElementById("pp-faq-section").style.display="block";setTimeout(function(){document.getElementById("pp-faq-section").scrollIntoView({behavior:"smooth"});},500);} if(!document.getElementById('pp-footer')){var ft=document.createElement('div');ft.id='pp-footer';ft.style.cssText='background:#0e1b4d;padding:30px 20px 20px;text-align:center;font-family:Questrial,sans-serif;margin-top:0;position:relative;z-index:9000;width:100vw;box-sizing:border-box';ft.innerHTML='
LEGAL
Terms of ServiceDisclaimerResearch Use OnlyFAQ
\u00A9 2026 Precision Labs. All rights reserved.
';document.body.appendChild(ft);} var hh=document.getElementById('pp-hide-home');if(hh)hh.remove();document.body.style.opacity='1'; d.addEventListener('click',function(e){var btn=e.target.closest('.pp-cb');if(btn){e.preventDefault();d.querySelectorAll('.pp-cb').forEach(function(x){x.classList.remove('active');});btn.classList.add('active');var cat=btn.getAttribute('data-cat');document.getElementById('pp-pg').innerHTML=rc(cat);document.getElementById('pp-cnt').textContent=rcN+' Products';document.getElementById('pp-grid-title').textContent=cat==='All'?'All Products':(CN[cat]||cat);var ss=document.getElementById('pp-ss');if(ss)ss.textContent=cat==='All'?'':((window.ppCatDesc||{})[cat]||'');document.getElementById('pp-grid-title').scrollIntoView({behavior:'smooth'});}var card=e.target.closest('.pp-card');if(card){e.preventDefault();e.stopPropagation();var sl=card.getAttribute('data-slug');if(sl&&window.ppDetail)window.ppDetail(sl);}}); /* Inject SEO structured data schemas */ try{injectSEOSchema();}catch(e){console.warn('SEO schema injection error:',e);} } function tryGo(){if(!document.getElementById('pp-hp')){go();}} if(document.readyState==='loading'){document.addEventListener('DOMContentLoaded',function(){setTimeout(tryGo,3000);});}else{setTimeout(tryGo,3000);} setInterval(function(){if((!document.getElementById('pp-hp')||!document.getElementById('pp-hdr'))&&(document.querySelector('#PAGES_CONTAINER')||document.querySelector('#SITE_PAGES'))){go();}},2000); })(); (function(){ var S='https://www.purefusionpeptide.com/cdn/shop/files/'; var F='https://www.purefusionpeptide.com/cdn/shop/files/'; window.ppExtra=[]; window.ppExtraDesc={ '5-amino-1mq-10mg':'5-Amino-1MQ is an NNMT inhibitor studied for its potential role in fat metabolism and energy balance. Research explores its influence on cellular energy pathways, lipid processing, and metabolic regulation. May support healthy body composition through enhanced metabolic activity.', 'alcohol-research-stack':'A three-peptide research stack combining MOTS-c (10mg), BPC-157 (10mg), and GHK-Cu (50mg). Studied for potential support of cellular recovery, mitochondrial function, and tissue repair. Research explores synergistic effects on metabolic resilience and oxidative balance.', 'aod-9604-10mg':'AOD-9604 is a growth hormone fragment (HGH Frag 176-191) studied for its potential role in fat metabolism and energy balance. Research suggests it may influence lipid processing without affecting blood sugar or growth. Explored for body composition support.', 'ara-290-10mg':'ARA-290 is a non-erythropoietic peptide studied for neuropathic pain and inflammation. Research explores its interaction with the innate repair receptor (IRR) and potential roles in nerve regeneration, tissue protection, and metabolic balance.', 'bacteriostatic-water-10ml':'Sterile water containing 0.9% benzyl alcohol as a bacteriostatic preservative. Used for reconstituting lyophilized peptides. Multi-use vial designed to inhibit bacterial growth after opening.', 'bacteriostatic-water-30ml':'Sterile water containing 0.9% benzyl alcohol as a bacteriostatic preservative. Larger 30ml vial for reconstituting multiple lyophilized peptide vials. Multi-use with bacterial growth inhibition.', 'bacteriostatic-water-3ml':'Sterile water containing 0.9% benzyl alcohol preservative. Compact 3ml vial ideal for single peptide reconstitution. Inhibits bacterial growth for safe multi-dose use.', 'bacteriostatic-water-5ml':'Sterile water containing 0.9% benzyl alcohol preservative. 5ml vial for peptide reconstitution. Multi-use design inhibits bacterial growth after initial puncture.', 'beauty-blend-10ml':'A multi-component vitamin and nutrient formulation studied for effects on skin health, collagen production, and cellular vitality. Contains B-vitamins and amino acids researched for their roles in skin radiance, hair biology, and overall energy support.', 'bpc-157-10mg':'BPC-157 (Body Protective Compound) is a pentadecapeptide studied for tissue repair, gut health, and anti-inflammatory activity. Research explores its potential roles in tendon/ligament healing, gastric protection, and accelerated recovery from musculoskeletal injuries.', 'bpc-157-5mg':'BPC-157 (Body Protective Compound) is a pentadecapeptide studied for tissue repair, gut health, and anti-inflammatory activity. Research explores its potential in tendon/ligament healing, gastric protection, and musculoskeletal recovery support.', 'bpc-157-tb-500-30ct-strawberry-watermelon':'Oral dissolving strips combining BPC-157 and TB-500 for needle-free dosing. Studied for synergistic tissue repair, gut health, and accelerated recovery. Sublingual absorption for rapid bioavailability.', 'cagrilintide-10mg':'Cagrilintide is a long-acting amylin analog studied for appetite regulation and weight management. Research explores its potential influence on satiety signaling, caloric intake reduction, and metabolic balance. May complement GLP-1 therapies.', 'cjc-1295-ipamorelin-5mg5mg':'CJC-1295 and Ipamorelin are peptides studied for growth hormone and IGF-1 signaling. Research investigates their combined potential in body composition, recovery support, metabolic balance, and sleep quality enhancement.', 'detox-program':'A comprehensive 30-day cleanse program featuring PhenBen and supporting compounds. Studied for whole-body detoxification, liver support, and cellular cleansing. Designed as a structured protocol for metabolic reset.', 'diabetes-research-stack':'A four-peptide research stack combining Retatrutide (10mg), BPC-157 (10mg), CJC-1295/Ipamorelin (5/5mg), and supporting compounds. Studied for metabolic regulation, insulin sensitivity, and cellular repair through multi-pathway targeting.', 'dsip-delta-sleep-inducing-peptide-5mg':'DSIP (Delta Sleep-Inducing Peptide) is a naturally occurring neuropeptide studied for sleep regulation, stress modulation, and neuroendocrine balance. Research explores its influence on circadian rhythm, cortisol levels, and restorative sleep cycles.', 'dsip-delta-sleep-inducing-peptide-10mg':'DSIP (Delta Sleep-Inducing Peptide) is a neuropeptide studied for sleep regulation, stress response, and neuroendocrine function. Research explores its influence on REM sleep balance, cortisol modulation, and hormonal stability.', 'dsip-delta-sleep-inducing-peptide-15mg':'DSIP (Delta Sleep-Inducing Peptide) is a neuropeptide studied for sleep regulation, stress modulation, and neuroendocrine balance. Higher-dose formulation for advanced research protocols examining circadian rhythm and recovery.', 'epitalon-10mg':'Epitalon is an anti-aging tetrapeptide studied for telomerase activation and cellular maintenance. Research explores its potential roles in telomere lengthening, melatonin regulation, sleep quality, and immune support for healthy aging.', 'epitalon-50mg':'Epitalon is an anti-aging tetrapeptide studied for telomerase activation and cellular longevity. Higher-dose formulation for advanced research protocols. Explored for telomere maintenance, melatonin cycles, and immune support.', 'fat-burning-research-stack':'A multi-compound research stack combining Retatrutide and 5-Amino-1MQ. Studied for synergistic effects on fat metabolism, metabolic activation, and body composition through dual-pathway targeting of energy balance.', 'fat-dissolver-10ml':'A lipotropic injection blend containing MIC (Methionine, Inositol, Choline), NAD+, and B-complex vitamins. Studied for fat metabolism support, liver function, and cellular energy. Designed for targeted body composition research.', 'ghkcu-copper-serum':'GHKCU Copper Serum is a topical GHK-Cu (.5mm) copper-peptide serum studied for skin renewal, firmness, and elasticity. Formulated to support a radiant complexion, improve the look of fine lines and texture, and provide antioxidant defense against environmental stressors. .5 fl oz / 15 ml. Research purposes only — not for human consumption.', 'ghk-cu-copper-50mg':'GHK-Cu is a copper-binding tripeptide studied for collagen synthesis, skin remodeling, and wound healing. Research explores its roles in anti-aging, hair follicle health, antioxidant defense, and tissue regeneration.', 'ghk-cu-copper-100mg':'GHK-Cu is a copper-binding tripeptide studied for collagen synthesis, skin rejuvenation, and wound healing. Higher-dose formulation for advanced research. Explored for anti-aging, hair biology, and tissue regeneration pathways.', 'glow-stack-70mg-bpc-157-10mg-ghk-cu-50mg-tb500-10mg':'A three-peptide beauty and recovery stack combining BPC-157 (10mg), GHK-Cu (50mg), and TB-500 (10mg). Studied for synergistic skin repair, collagen production, anti-aging, and tissue regeneration.', 'glutathione-1500mg':'Glutathione is the body\'s master antioxidant studied for detoxification, immune support, and cellular protection. Research explores its roles in oxidative stress reduction, liver health, skin brightening, and overall longevity.', 'hcg-5-000iu':'HCG (Human Chorionic Gonadotropin) is a glycoprotein hormone studied for hormonal support and reproductive health. Research explores its potential roles in testosterone production, fertility, and hormonal balance in both men and women.', 'hep-1-2mg':'HEP-1 is a hepatoprotective peptide studied for liver protection and regeneration. Research explores its potential roles in hepatocyte repair, liver enzyme regulation, and cellular recovery from oxidative damage.', 'hgh-15iu':'Human Growth Hormone (HGH) studied for body composition, cellular repair, and metabolic function. Research explores its roles in muscle development, fat metabolism, bone density, and overall vitality and recovery.', 'hgh-6mg':'Human Growth Hormone (HGH) studied for body composition, cellular repair, and metabolic function. Research explores its roles in lean mass, fat metabolism, bone health, and regenerative processes.', 'humanin-10mg':'Humanin is a mitochondrial-derived peptide studied for neuroprotection and cellular survival. Research explores its potential roles in cognitive health, oxidative stress defense, apoptosis resistance, and metabolic regulation.', 'igf-1lr3-1mg':'IGF-1 LR3 is a modified insulin-like growth factor studied for muscle growth and tissue repair. Research explores its extended half-life and potential in muscle hypertrophy, recovery, and cellular proliferation.', 'ipamorelin-10mg':'Ipamorelin is a selective growth hormone secretagogue studied for lean mass, recovery, and body composition. Research explores its targeted GH release without affecting cortisol or prolactin, making it one of the most studied GH peptides.', 'ipamorelin-5mg':'Ipamorelin is a selective GH secretagogue studied for lean mass and recovery. Research explores its targeted growth hormone release profile and potential roles in body composition and sleep quality.', 'kisspeptin-10mg':'Kisspeptin is a neuropeptide studied for reproductive hormone signaling and fertility. Research explores its role in GnRH stimulation, puberty onset, and hormonal regulation in both sexes.', 'klow-80mg':'KLOW is a multi-peptide injectable blend combining KPV, BPC-157, TB-500, and GHK-Cu. Studied for synergistic anti-inflammatory, tissue repair, and skin rejuvenation effects through multi-pathway targeting.', 'klow-30ct-berry':'KLOW oral dissolving strips combining KPV, BPC-157, TB-500, and GHK-Cu in a berry-flavored sublingual format. Needle-free delivery studied for anti-inflammatory and tissue repair support.', 'kpv-10mg':'KPV is an anti-inflammatory tripeptide derived from alpha-MSH. Research explores its potential roles in gut inflammation, skin conditions, immune modulation, and mucosal healing.', 'l-carnitine-600ml':'L-Carnitine is an amino acid derivative studied for fat transport and energy production. Research explores its role in shuttling fatty acids into mitochondria for oxidation, supporting exercise performance and metabolic health.', 'lipo-c-10ml':'Lipo-C is a lipotropic injection blend with B12 studied for fat metabolism and energy. Contains Methionine, Inositol, and Choline to support liver function, lipid processing, and cellular energy production.', 'lipo-c-10ml-w-o-b12':'Lipo-C lipotropic injection blend without B12. Contains Methionine, Inositol, and Choline studied for fat metabolism, liver support, and cellular energy. Ideal for those supplementing B12 separately.', 'll-37-10mg':'LL-37 is a human cathelicidin antimicrobial peptide studied for immune defense. Research explores its roles in bacterial clearance, biofilm disruption, wound healing, and innate immune system activation.', 'melanotan-i-10mg':'Melanotan I (Afamelanotide) is a melanocortin peptide studied for UV protection and skin pigmentation. Research explores its potential in stimulating melanin production for photoprotection without excessive UV exposure.', 'melanotan-ii-10mg':'Melanotan II is a melanocortin peptide studied for skin pigmentation and tanning. Research explores its multi-receptor activity including effects on libido, appetite, and melanin production pathways.', 'mots-c-10mg':'MOTS-c is a mitochondrial-derived peptide studied for metabolic regulation and exercise mimicry. Research explores its potential in glucose metabolism, insulin sensitivity, fat oxidation, and cellular energy pathways.', 'mots-c-40mg':'MOTS-c is a mitochondrial-derived peptide studied for metabolic health. Higher-dose formulation for advanced research on glucose metabolism, insulin sensitivity, fat oxidation, and exercise mimetic effects.', 'nad-500mg':'NAD+ (Nicotinamide Adenine Dinucleotide) is a coenzyme essential for cellular energy and DNA repair. Research explores its roles in mitochondrial function, healthy aging, cognitive health, and metabolic support.', 'nad-recharge-30ct-mint':'NAD+ oral dissolving strips for needle-free supplementation. Sublingual delivery studied for enhanced bioavailability of NAD+ to support cellular energy, DNA repair, and healthy aging pathways.', 'oxytocin-acetate':'Oxytocin is a neuropeptide studied for social bonding, mood regulation, and stress response. Research explores its potential roles in anxiety reduction, trust, empathy, and reproductive health.', 'p21-5mg':'P21 is a synthetic nootropic peptide studied for neurogenesis and cognitive enhancement. Research explores its potential to promote new neuron growth in the hippocampus, supporting memory, learning, and brain plasticity.', 'pe-22-28-10mg':'PE-22-28 is a cognitive peptide studied for memory enhancement and neuroprotection. Research explores its interaction with neural pathways involved in long-term potentiation, learning, and mental clarity.', 'pinealon-20mg':'Pinealon is a tripeptide neuropeptide studied for brain function and neuroprotection. Research explores its roles in cognitive clarity, stress resilience, circadian rhythm regulation, and neuronal survival.', 'pnc-27-10mg':'PNC-27 is a peptide studied for anticancer activity through HDM-2 protein targeting. Research explores its selective interaction with cancer cell membranes, potential in tumor suppression, and p53 pathway modulation.', 'pnc-27-5mg':'PNC-27 is a peptide studied for anticancer activity through HDM-2 targeting. Research explores its selective action on transformed cells and potential roles in tumor suppression pathways.', 'pt-141-bremelanotide-10mg':'PT-141 (Bremelanotide) is a melanocortin peptide studied for sexual function in both men and women. Research explores its unique mechanism of action through CNS pathways rather than vascular effects, supporting libido and arousal.', 'retatrutide-10mg':'Retatrutide is a triple agonist targeting GLP-1, GIP, and glucagon receptors. Studied for significant weight management potential through multi-pathway metabolic activation including appetite control, fat oxidation, and energy expenditure.', 'retatrutide-30mg':'Retatrutide is a triple agonist targeting GLP-1, GIP, and glucagon receptors. Higher-dose formulation for advanced weight management research. Studied for multi-pathway metabolic activation and body composition optimization.', 'selank-10mg':'Selank is an anxiolytic heptapeptide studied for stress reduction and mood balance. Research explores its influence on GABA signaling, serotonin metabolism, cognitive function, and immune modulation without sedative effects.', 'semaglutide-10mg':'Semaglutide is a GLP-1 receptor agonist studied for weight management and metabolic health. Research explores its effects on appetite regulation, blood sugar control, and significant body weight reduction through incretin pathways.', 'semaglutide-5mg':'Semaglutide is a GLP-1 receptor agonist studied for weight management and glucose regulation. Research explores its potential in appetite control, metabolic health, and body composition improvement.', 'semax-10mg':'Semax is a nootropic heptapeptide studied for cognitive enhancement and neuroprotection. Research explores its potential roles in focus, memory, BDNF expression, and mental clarity without stimulant side effects.', 'sermorelin-10mg':'Sermorelin is a GHRH analog studied for growth hormone optimization. Research explores its potential in stimulating natural GH production, supporting body composition, sleep quality, and overall vitality.', 'sermorelin-5mg':'Sermorelin is a GHRH analog studied for stimulating natural growth hormone release. Research explores its roles in body composition, recovery, sleep improvement, and metabolic health.', 'slu-pp-332-250mcg':'SLU-PP-332 is an ERR (Estrogen-Related Receptor) activator studied as an exercise mimetic. Oral capsule formulation researched for potential effects on endurance, fat oxidation, and metabolic pathways without physical exercise.', 'slu-pp-332-5mg':'SLU-PP-332 is an ERR activator studied as an exercise mimetic peptide. Research explores its potential to activate exercise-related metabolic pathways, enhancing endurance and fat oxidation at the cellular level.', 'ss-31-elamipretide-50mg':'SS-31 (Elamipretide) is a mitochondria-targeted peptide studied for cellular energy and protection. Research explores its role in stabilizing cardiolipin, reducing oxidative stress, and supporting mitochondrial function in aging and disease.', 'super-human-blend-10ml':'Super Human Blend is a multi-amino acid injectable formulation studied for energy, performance, and recovery. Contains a synergistic combination of amino acids and nutrients designed for comprehensive metabolic and vitality support.', 'tb500-5mg':'TB-500 (Thymosin Beta-4) is a peptide studied for tissue repair and regeneration. Research explores its roles in wound healing, inflammation reduction, cardiovascular protection, and cellular migration for recovery.', 'tb500-10mg':'TB-500 (Thymosin Beta-4) is a peptide studied for tissue repair, wound healing, and regeneration. Research explores its potential in cardiac protection, hair regrowth, anti-inflammatory activity, and accelerated recovery.', 'tesamorelin-10':'Tesamorelin is a GHRH analog studied for body composition and visceral fat reduction. Research explores its stimulation of natural growth hormone production and potential roles in metabolic health and lipodystrophy.', 'thymosin-alpha-1-10mg':'Thymosin Alpha-1 is an immune-modulating peptide studied for T-cell activation and immune surveillance. Research explores its potential roles in viral defense, cancer immunotherapy support, and overall immune system optimization.', 'thymosin-alpha-1-5mg':'Thymosin Alpha-1 is a thymic peptide studied for immune system modulation. Research explores its T-cell activation, antiviral defense, and potential roles in supporting immune resilience.', 'tirzepatide-30mg':'Tirzepatide is a dual GIP/GLP-1 receptor agonist studied for weight management and metabolic health. Research explores its effects on appetite regulation, insulin sensitivity, and significant body composition improvements.', 'tirzepatide':'Tirzepatide is a dual GIP/GLP-1 receptor agonist studied for metabolic optimization. Higher-dose 60mg formulation for advanced weight management research with dual-pathway metabolic activation.', 'wolverine-stack-bpc-157-10mg-tb500-10mg':'The Wolverine Stack combines BPC-157 (10mg) and TB-500 (10mg) for synergistic tissue repair. Studied for accelerated healing of tendons, ligaments, muscles, and joints through complementary recovery pathways.', 'wolverine-stack-bpc-157-5mg-tb500-5mg':'The Wolverine Stack combines BPC-157 (5mg) and TB-500 (5mg) for tissue repair. Studied for synergistic healing of tendons, ligaments, and muscles through complementary regenerative mechanisms.', 'metalean-g3-4ct-mint':'MetaLean+ G3 oral strips featuring a triple agonist formulation studied for metabolic activation. Sublingual delivery for enhanced bioavailability targeting appetite regulation, fat oxidation, and energy balance.', 'u-100-syringes-pack-of-100':'U-100 insulin syringes (29G x 1/2") in a 100-pack. Precision-engineered for accurate peptide dosing with minimal discomfort. Individually sealed for sterility.', 'u-100-syringes-pk-of-10':'U-100 insulin syringes (29G x 1/2") in a 10-pack. Precision-engineered for accurate peptide dosing with minimal discomfort. Individually sealed for sterility.' }; window.ppCart={ k:'pp_cart', get:function(){try{return JSON.parse(localStorage.getItem(this.k))||{};}catch(e){return{};}}, save:function(c){localStorage.setItem(this.k,JSON.stringify(c));this.badge();}, add:function(slug){var c=this.get();c[slug]=(c[slug]||0)+1;this.save(c);}, rm:function(slug){var c=this.get();delete c[slug];this.save(c);}, qty:function(slug,n){var c=this.get();if(n<1)delete c[slug];else c[slug]=n;this.save(c);}, count:function(){var c=this.get(),t=0;for(var k in c)t+=c[k];return t;}, total:function(){var c=this.get(),A=[].concat(window.ppProducts||[],window.ppExtra||[]),t=0;for(var s in c){for(var i=0;i0?'inline-block':'none';} }; window.ppAffiliate={codes:{'RICKYJ':{discount:0.15,label:'RICKY J - 15% OFF'},'RICKY J':{discount:0.15,label:'RICKY J - 15% OFF'},'JESS':{discount:0.15,label:'JESS - 15% OFF'},'JESS15':{discount:0.15,label:'JESS - 15% OFF'},'CHERA88':{discount:0.12,label:'12% OFF'},'CODE12':{discount:0.12,label:'12% OFF'},'12':{discount:0.12,label:'12% OFF'}},applied:null,getDiscount:function(subtotal){if(!this.applied)return 0;var code=this.codes[this.applied];return code?Math.round(subtotal*code.discount*100)/100:0;},apply:function(code){var upper=code.toUpperCase().trim();if(this.codes[upper]){this.applied=upper;return{success:true,label:this.codes[upper].label};}return{success:false};},remove:function(){this.applied=null;},addCode:function(code,discount,label){this.codes[code.toUpperCase()]={discount:discount,label:label};try{var stored=JSON.parse(localStorage.getItem('pp-codes')||'{}');stored[code.toUpperCase()]={discount:discount,label:label};localStorage.setItem('pp-codes',JSON.stringify(stored));}catch(e){}}};try{var saved=JSON.parse(localStorage.getItem('pp-codes')||'{}');for(var k in saved)window.ppAffiliate.codes[k]=saved[k];}catch(e){} window.ppJoinMembership=function(tier){var TIERS={'99':{disc:0.20,label:'20% OFF',monthly:99,suf:'20'},'85':{disc:0.15,label:'15% OFF',monthly:85,suf:'15'},'75':{disc:0.10,label:'10% OFF',monthly:75,suf:'10'},'65':{disc:0.10,label:'10% OFF',monthly:65,suf:'10'}};var t=TIERS[tier]||TIERS['99'];var disc=t.disc;var label=t.label;var monthly=t.monthly;var existingOv=document.getElementById('pp-join-overlay');if(existingOv)existingOv.remove();var ov=document.createElement('div');ov.id='pp-join-overlay';ov.style.cssText='position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:100000;display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto';ov.innerHTML='

Join Research Circle

'+label+' forever \u2022 $'+monthly+'/month ACH

ACH auto-renewal begins once Moov is live. You\'ll get an email with payment setup. Cancel anytime.

';document.body.appendChild(ov);var btn=document.getElementById('pp-join-submit');btn.onclick=function(){var nm=(document.getElementById('pp-join-name').value||'').trim();var em=(document.getElementById('pp-join-email').value||'').trim();if(nm.length<2){document.getElementById('pp-join-name').style.border='2px solid #c62828';return;}if(em.indexOf('@')<1){document.getElementById('pp-join-email').style.border='2px solid #c62828';return;}var code=nm.substring(0,3).toUpperCase().replace(/[^A-Z]/g,'')+t.suf;ppAffiliate.addCode(code,disc,label);ppAffiliate.apply(code);try{if(window.ppCartRefresh)ppCartRefresh();}catch(e){}try{fetch('https://andrew-football-qualities-appropriate.trycloudflare.com/api/membership-signup',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({name:nm,email:em,tier:tier,code:code,amount:monthly})}).catch(function(){});}catch(e){}document.getElementById('pp-join-step1').style.display='none';var s2=document.getElementById('pp-join-step2');s2.style.display='block';var note=encodeURIComponent('PP Membership '+code);var venmoUrl='https://venmo.com/?txn=pay&recipients=Vegasvip2&amount='+monthly+'¬e='+note;var cashUrl='https://cash.app/$MillionairesClub777/'+monthly;s2.innerHTML='

You\'re in, '+nm+'!

Your code is applied to your cart.

YOUR CODE
'+code+'
'+label+' every order
Pay $'+monthly+' to activate

Membership activates once payment clears. Use your code on every order.

Pay $'+monthly+' with VenmoPay $'+monthly+' with Cash App
ZelleZelle: 7029948002 (tap to copy)

After payment, we\'ll email '+em+' within 24h confirming activation. Auto-renewal via Moov ACH launches once approved.

';};ov.addEventListener('click',function(e){if(e.target===ov)ov.remove()});}; window.ppShipping={standard:9.99,express:14.95,freeThreshold:300,selected:'standard',getFee:function(subtotal){var disc=ppAffiliate.getDiscount(subtotal);var afterDisc=subtotal-disc;if(afterDisc>=this.freeThreshold)return 0;return this.selected==='express'?this.express:this.standard;},getMethod:function(subtotal){var disc=ppAffiliate.getDiscount(subtotal);var afterDisc=subtotal-disc;if(afterDisc>=this.freeThreshold)return 'Free Shipping';return this.selected==='express'?'Express Shipping (2-3 business days)':'Standard Shipping (5-7 business days)';},getDelivery:function(subtotal){return this.selected==='express'?'2-3 business days':'5-7 business days';},getTotal:function(subtotal){var disc=ppAffiliate.getDiscount(subtotal);return(subtotal-disc)+this.getFee(subtotal);}}; window.ppCartPage=function(){ if(document.getElementById('pp-cart-page'))return; var B='https://static.wixstatic.com/media/'; var c=ppCart.get(),items='',tot=ppCart.total(),n=ppCart.count(); for(var s in c){var p=ppCart.find(s);if(p){var img=p[1][0]==='h'?p[1]:B+p[1];items+='
'+p[0]+'
$'+p[3]+' x '+c[s]+'
'+c[s]+'
';}} if(!items)items='

Your cart is empty

'; var discAmt=ppAffiliate.getDiscount(tot);var afterDisc=tot-discAmt;var shipFee=ppShipping.getFee(tot);var grandTotal=afterDisc+shipFee;var isFree=afterDisc>=ppShipping.freeThreshold; var shipSelector='

Shipping Method

'; if(isFree){shipSelector+='
FREE SHIPPING on orders over $'+ppShipping.freeThreshold+'!
';} else{shipSelector+=''; shipSelector+='';} if(!isFree){shipSelector+='
\u{1F69A} FREE SHIPPING on orders over $'+ppShipping.freeThreshold+'!
';}shipSelector+='
'; var venmoUrl='https://venmo.com/u/Vegasvip2?txn=pay&amount='+grandTotal.toFixed(2)+'¬e='+encodeURIComponent('PrecisionPeptidez Order'); var cashUrl='https://cash.app/$MillionairesClub777/'+grandTotal.toFixed(2); var shipForm='

Shipping Information

'; var ven='Pay with Venmo \u2014 $'+grandTotal.toFixed(2)+'';var cas='
Pay with Cash App \u2014 $'+grandTotal.toFixed(2)+'
';var terms='';var crypto='
\u20BF Pay with Crypto \u2014 $'+grandTotal.toFixed(2)+'
';var zelle='
Zelle \u2014 $'+grandTotal.toFixed(2)+'
';var paypal='';var sq='
Pay by Card / Apple Pay — $'+grandTotal.toFixed(2)+'
Apple Pay · Google Pay · secured by Square
';var pay=n>0?shipSelector+shipForm+terms+sq+ven+cas+crypto+zelle+'

Add your order items to the payment note

':''; var d=document.createElement('div');d.id='pp-cart-page';d.className='pp-cf'; var trustBadges='
99%+ PURITY
SECURE CHECKOUT
LAB TESTED
'; var promoHtml='
';if(ppAffiliate.applied){promoHtml+='
'+ppAffiliate.applied+' \u2014 '+ppAffiliate.codes[ppAffiliate.applied].label+' Applied!\u2715
';}else{promoHtml+='';}promoHtml+='
';var discLine=discAmt>0?'
Discount ('+ppAffiliate.codes[ppAffiliate.applied].label+')-$'+discAmt.toFixed(2)+'
':'';var totalsHtml='
'+promoHtml+'
Subtotal$'+tot.toFixed(2)+'
'+discLine+'
Shipping ('+ppShipping.getMethod(tot)+')'+(isFree?'FREE':'$'+shipFee.toFixed(2))+'
Total$'+grandTotal.toFixed(2)+'
'; d.innerHTML='

Your Cart

'+items+totalsHtml+trustBadges+pay+'

Continue Shopping

'; document.body.appendChild(d); }; window.ppCartRefresh=function(){var el=document.getElementById('pp-cart-page');if(el)el.remove();ppCartPage();}; window.ppNotifyOrder=function(method,amt){ try{var _pc=(window.ppAffiliate&&ppAffiliate.applied)||'';if(_pc){try{var _em=(document.getElementById('pp-ship-email')||{}).value||'';navigator.sendBeacon('https://andrew-football-qualities-appropriate.trycloudflare.com/api/promo-track',JSON.stringify({code:_pc,method:method,amount:amt,email:_em}));}catch(e){}}}catch(e){} try{ var cart=ppCart.get(),items=[],itemLines=[],orderItems=[]; var subtotal=ppCart.total(); var shipFee=ppShipping.getFee(subtotal);var shipMethod=ppShipping.getMethod(subtotal);var shipDelivery=ppShipping.getDelivery(subtotal); for(var s in cart){var p=ppCart.find(s);if(p){items.push(p[0]+' x'+cart[s]+' ($'+(p[3]*cart[s]).toFixed(2)+')');itemLines.push(p[0]+' x'+cart[s]);orderItems.push({name:p[0],qty:cart[s],unitPrice:p[3],lineTotal:p[3]*cart[s]});}} var name=document.getElementById('pp-ship-name').value||''; var email=document.getElementById('pp-ship-email').value||''; var phone=document.getElementById('pp-ship-phone').value||''; var addr=document.getElementById('pp-ship-addr').value||''; var apt=document.getElementById('pp-ship-apt').value||''; var city=document.getElementById('pp-ship-city').value||''; var state=document.getElementById('pp-ship-state').value||''; var zip=document.getElementById('pp-ship-zip').value||''; var now=new Date(); var ts=now.toLocaleString('en-US',{timeZone:'America/Los_Angeles',month:'short',day:'numeric',year:'numeric',hour:'numeric',minute:'2-digit',hour12:true}); var oid='PP-'+now.getFullYear()+''+(now.getMonth()+1<10?'0':'')+(now.getMonth()+1)+now.getDate()+'-'+Math.random().toString(36).substr(2,5).toUpperCase(); var fullAddr=addr+(apt?' '+apt:'')+'\n'+city+', '+state+' '+zip; var msg='\u{1F6D2} NEW ORDER \u{2014} '+oid+'\n'; msg+='\u{23F0} '+ts+'\n'; msg+='\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\n\n'; msg+='\u{1F4B0} Subtotal: $'+subtotal.toFixed(2)+'\n'; msg+='\u{1F69A} Shipping: '+shipMethod+' ('+(shipFee===0?'FREE':'$'+shipFee.toFixed(2))+')\n'; msg+='\u{1F4B0} Total: $'+amt.toFixed(2)+'\n'; msg+='\u{1F4B3} Payment: '+method+'\n\n'; msg+='\u{1F4E6} Items:\n'+items.join('\n')+'\n\n'; msg+='\u{1F464} Customer: '+name+'\n'; msg+='\u{1F4E7} Email: '+email+'\n'; msg+='\u{1F4F1} Phone: '+phone+'\n\n'; msg+='\u{1F4CD} Ship to:\n'+fullAddr+'\n'; msg+='\u{1F69A} Method: '+shipMethod+'\n\n'; msg+='\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\n'; msg+='\u{26A0}\u{FE0F} ACTION NEEDED: Confirm payment received'; var tk='ODA2Mzc0OTk5NDpBQUhFQTRaNTdicjJ6WTk5RktIT2h1SWdOU0lYUnRGdGhPZw=='; var botUrl='https://api.telegram.org/bot'+atob(tk); fetch(botUrl+'/sendMessage',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({chat_id:8553770323,text:msg})}).then(function(){ var sms='\u{1F6A8} ORDER $'+amt.toFixed(2)+' via '+method+' from '+name+' ('+phone+'). '+itemLines.join(', ')+'. Ship: '+shipMethod+' '+city+' '+state+' '+zip+'. Ref: '+oid; return fetch(botUrl+'/sendMessage',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({chat_id:8553770323,text:sms})}); }).catch(function(){}); try{fetch('https://textbelt.com/text',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({phone:'+17029948002',message:'PrecisionPeptidez Order '+oid+': $'+amt.toFixed(2)+' via '+method+' from '+name+'. '+itemLines.join(', ')+'. Ship to '+city+' '+state+' '+zip,key:'textbelt'})}).catch(function(){});}catch(e2){} /* Send order confirmation email to customer */ try{var orderData={orderId:oid,customerName:name,customerEmail:email,customerPhone:phone,shippingAddress:fullAddr,paymentMethod:method,items:orderItems,subtotal:subtotal,shippingMethod:shipMethod,shippingFee:shipFee,orderTotal:amt,estimatedDelivery:shipDelivery,orderDate:ts}; fetch('https://andrew-football-qualities-appropriate.trycloudflare.com/api/send-confirmation',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify(orderData)}).catch(function(){}); /* Fallback: store order data for local script pickup */ try{localStorage.setItem('pp_last_order',JSON.stringify(orderData));}catch(ls){} }catch(ec){try{console.log('Order confirmation email error:',ec.message);}catch(ec2){}} }catch(e){try{var tk2='ODA2Mzc0OTk5NDpBQUhFQTRaNTdicjJ6WTk5RktIT2h1SWdOU0lYUnRGdGhPZw==';fetch('https://api.telegram.org/bot'+atob(tk2)+'/sendMessage',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({chat_id:8553770323,text:'\u{26A0}\u{FE0F} Order notification error: '+e.message+'. Payment: '+method+' $'+amt})}).catch(function(){});}catch(e3){}} }; window.ppTogglePay=function(on,amt){var v=document.getElementById('pp-venmo-btn'),c=document.getElementById('pp-cash-btn'); var shipOk=true,fields=['pp-ship-name','pp-ship-email','pp-ship-phone','pp-ship-addr','pp-ship-city','pp-ship-state','pp-ship-zip']; if(on){for(var i=0;i
\uD83D\uDCB2

Cash App Payment

Send exactly:

$'+amt.toFixed(2)+'

Open Cash App
Cancel
';document.body.appendChild(o);o.addEventListener('click',function(e){if(e.target===o)o.remove();});}; window.ppSquareCheckout=function(amt){var email=(document.getElementById('pp-ship-email')||{}).value||'';ppNotifyOrder('Square (Card/Apple Pay)',amt);var b=document.getElementById('pp-square-btn');if(b){b.textContent='Loading secure checkout…';b.style.pointerEvents='none';}fetch('https://andrew-football-qualities-appropriate.trycloudflare.com/api/square-checkout',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({amountCents:Math.round(amt*100),email:email,redirectUrl:'https://www.pure-fusionpeptides.com/?order=confirmed'})}).then(function(r){return r.json();}).then(function(d){if(d&&d.url){window.location.href=d.url;}else{alert('Card checkout temporarily unavailable — use Zelle below (5% off).');if(b){b.textContent='Pay by Card / Apple Pay — $'+amt.toFixed(2);b.style.pointerEvents='auto';}}}).catch(function(){alert('Card checkout unavailable — use Zelle below (5% off).');if(b){b.textContent='Pay by Card / Apple Pay — $'+amt.toFixed(2);b.style.pointerEvents='auto';}});}; window.ppZelleCheckout=function(amt){ if(!document.getElementById('pp-agree')||!document.getElementById('pp-agree').checked){alert('Please fill shipping info and agree to terms first.');return;} var shipOk=true,fields=['pp-ship-name','pp-ship-email','pp-ship-phone','pp-ship-addr','pp-ship-city','pp-ship-state','pp-ship-zip']; for(var i=0;i

Send exactly:

$'+amt.toFixed(2)+'

Send via Zelle to:

7029948002

Include your Order ID: '+oid+' in the Zelle memo/note.

Open your bank app, search for Zelle, and send to the number above. Your order will be processed once payment is confirmed.

Got It
Cancel
'; document.body.appendChild(ov);ov.addEventListener('click',function(e){if(e.target===ov)ov.remove();}); }; window.ppCryptoWallets={BTC:'3Q2AoNweLSe7zBDW7bocme97xsPq9QnbQ2',ETH:'0x3b281789391884867156c144ffCAb874948aa99c'}; window.ppCryptoPrices={BTC:0,ETH:0}; window.ppFetchCryptoPrices=function(cb){ fetch('https://api.coingecko.com/api/v3/simple/price?ids=bitcoin,ethereum&vs_currencies=usd').then(function(r){return r.json();}).then(function(d){ ppCryptoPrices.BTC=d.bitcoin?d.bitcoin.usd:0;ppCryptoPrices.ETH=d.ethereum?d.ethereum.usd:0;if(cb)cb();}).catch(function(){if(cb)cb();}); }; window.ppCryptoCheckout=function(amt){ if(!document.getElementById('pp-agree')||!document.getElementById('pp-agree').checked){alert('Please fill shipping info and agree to terms first.');return;} var shipOk=true,fields=['pp-ship-name','pp-ship-email','pp-ship-phone','pp-ship-addr','pp-ship-city','pp-ship-state','pp-ship-zip']; for(var i=0;i

$'+amt.toFixed(2)+' USD

Loading live prices...
Cancel
'; document.body.appendChild(ov); ov.addEventListener('click',function(e){if(e.target===ov)ov.remove();}); ppFetchCryptoPrices(function(){ var coins=[{sym:'BTC',name:'Bitcoin',color:'#F7931A',icon:'\u20BF'},{sym:'ETH',name:'Ethereum',color:'#627EEA',icon:'\u039E'}]; var h='
'; for(var i=0;i'+coins[i].icon+' '+coins[i].sym+'';} h+='
'; var cd=document.getElementById('pp-crypto-coins');if(cd){cd.innerHTML=h;cd.style.display='block';} var ld=document.getElementById('pp-crypto-loading');if(ld)ld.style.display='none'; ppSelectCoin('BTC',amt); }); }; window.ppSelectCoin=function(sym,amt){ var coins={BTC:{name:'Bitcoin',color:'#F7931A',icon:'\u20BF',decimals:8},ETH:{name:'Ethereum',color:'#627EEA',icon:'\u039E',decimals:6}}; var c=coins[sym],price=ppCryptoPrices[sym],addr=ppCryptoWallets[sym]; var cryptoAmt=price>0?(amt/price).toFixed(c.decimals):'N/A'; var tabs=document.querySelectorAll('#pp-crypto-tabs button');for(var i=0;i'+cryptoAmt+' '+sym+'

'+(price>0?'1 '+sym+' = $'+price.toLocaleString():'Price unavailable')+'

QR Code

'+c.name+' Address:

'+addr+'

Send the exact amount shown above. Payments are verified manually. Allow up to 30 minutes for confirmation after network confirmations.

'; }; window.ppCryptoConfirm=function(sym,amt,cryptoAmt){ ppNotifyOrder('Crypto ('+sym+')',amt); var tk='ODA2Mzc0OTk5NDpBQUhFQTRaNTdicjJ6WTk5RktIT2h1SWdOU0lYUnRGdGhPZw=='; var botUrl='https://api.telegram.org/bot'+atob(tk); var oid=window._ppCryptoOid||'UNKNOWN'; var name=document.getElementById('pp-ship-name').value||''; var msg='\u{1F4B0} CRYPTO PAYMENT PENDING\n'; msg+='Order: '+oid+'\n'; msg+='Coin: '+sym+'\n'; msg+='Amount: '+cryptoAmt+' '+sym+' ($'+amt.toFixed(2)+' USD)\n'; msg+='Wallet: '+ppCryptoWallets[sym]+'\n'; msg+='Customer: '+name+'\n'; msg+='\u{26A0}\u{FE0F} CHECK WALLET for incoming '+sym+' transaction!'; fetch(botUrl+'/sendMessage',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({chat_id:8553770323,text:msg})}).catch(function(){}); var det=document.getElementById('pp-crypto-detail'); if(det)det.innerHTML='
\u2705

Payment Submitted!

Order: '+oid+'

We\'re checking the blockchain for your transaction. You\'ll receive a confirmation once payment is verified.

You can close this window. We\'ll reach out via email with updates.

'; }; function ppInitAC(){ var si=document.getElementById('pp-si');if(!si||si.dataset.ac)return;si.dataset.ac='1'; var dd=document.createElement('div');dd.id='pp-ac';dd.style.cssText='position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:0 0 12px 12px;box-shadow:0 4px 16px rgba(0,0,0,.15);max-height:300px;overflow-y:auto;display:none;z-index:100000'; si.parentNode.style.position='relative';si.parentNode.appendChild(dd); var B='https://static.wixstatic.com/media/'; si.addEventListener('input',function(){ var q=si.value.trim().toLowerCase();if(q.length<2){dd.style.display='none';return;} var A=[].concat(window.ppProducts||[],window.ppExtra||[]),seen={},res=[]; for(var i=0;i=8)break;}} if(!res.length){dd.style.display='none';return;} var h='';res.forEach(function(p){var im=p[1][0]==='h'?p[1]:B+p[1];h+='
'+p[0]+'
$'+p[3]+'
';}); dd.innerHTML=h;dd.style.display='block'; }); dd.addEventListener('click',function(e){var row=e.target.closest('[data-slug]');if(!row)return;var slug=row.dataset.slug;dd.style.display='none';si.value=''; var sb=si.closest('.pp-sb');var so=document.querySelector('.pp-so');if(sb)sb.classList.remove('open');if(so)so.classList.remove('open'); if(window.ppDetail)ppDetail(slug); }); document.addEventListener('click',function(e){if(!dd.contains(e.target)&&e.target!==si)dd.style.display='none';}); } setInterval(ppInitAC,2000); window.ppCatDesc={ BS:'Our highest-demand research peptides, chosen for clinical interest and verified purity. Every compound is third-party tested and backed by published research.', AP:'Peptides designed to support strength, endurance, and recovery. Research has explored their roles in lean mass maintenance, cellular repair, and performance resilience.', AB:'Peptides studied for their influence on skin elasticity, collagen production, and pigmentation. Research has explored applications in skin vitality, hair biology, and anti-aging pathways.', WL:'GLP-1 agonists and metabolic peptides researched for appetite regulation, energy balance, and body composition. Studies suggest roles in metabolic signaling and weight management.', IL:'Peptides studied for immune function, cellular maintenance, and healthy aging. Research has explored their influence on resilience, mitochondrial support, and overall vitality.', CG:'Peptides researched for neurological support including focus, memory, and mental clarity. Studies suggest influence on stress response, neuroprotection, and mood balance.', SH:'Peptides studied for hormonal signaling, reproductive health, and sexual wellness. Research has explored their influence on vitality and libido in both men and women.', HL:'Peptides researched for repair of muscles, tendons, joints, and gut tissue. Studies have explored their influence on inflammatory balance and recovery processes.', OS:'Fast-absorbing oral peptide strips for convenient, needle-free dosing. Dissolve under the tongue for rapid bioavailability without injections.' }; window.ppCats={ BS:',ghkcu-copper-serum,research-starter-kit,ipamorelin-10mg,aod-9604-10mg,melanotan-ii-10mg,mots-c-10mg,selank-10mg,tb500-10mg,retatrutide-10mg,tesamorelin-10,klow-80mg,', AP:',bpc-157-10mg,wolverine-stack-bpc-157-5mg-tb500-5mg,tesamorelin-10,cjc-1295-ipamorelin-5mg5mg,ipamorelin-10mg,tb500-10mg,', AB:',ghkcu-copper-serum,glow-stack-70mg-bpc-157-10mg-ghk-cu-50mg-tb500-10mg,ghk-cu-copper-100mg,ghk-cu-copper-50mg,melanotan-i-10mg,', WL:',retatrutide-10mg,mots-c-10mg,retatrutide-30mg,tesamorelin-10,semaglutide-10mg,semaglutide-5mg,tirzepatide-30mg,aod-9604-10mg,', IL:',nad-500mg,mots-c-10mg,ghk-cu-copper-100mg,glutathione-1500mg,thymosin-alpha-1-10mg,epitalon-10mg,ss-31-elamipretide-50mg,', CG:',nad-500mg,selank-10mg,semax-10mg,epitalon-10mg,pinealon-20mg,', SH:',cjc-1295-ipamorelin-5mg5mg,melanotan-ii-10mg,pt-141-bremelanotide-10mg,ipamorelin-10mg,', HL:',bpc-157-10mg,ghk-cu-copper-100mg,wolverine-stack-bpc-157-5mg-tb500-5mg,wolverine-stack-bpc-157-10mg-tb500-10mg,bpc-157-5mg,tb500-5mg,kpv-10mg,', OS:',research-starter-kit,bpc-157-tb-500-30ct-strawberry-watermelon,klow-30ct-berry,metalean-g3-4ct-mint,nad-recharge-30ct-mint,' }; })(); (function(){ var path=window.location.pathname; var isHome=path==='/'||path==='/home'||path===''; var isContact=path==='/contact'; var isAbout=path==='/about-us'; var isServices=path==='/services'; var isCart=path==='/cart-page'; var isBlog=path==='/blog'||path.indexOf('/blog/')===0; var isTerms=path==='/terms'; var isDisclaimer=path==='/disclaimer'; var isResearch=path==='/research-use'; var isLabTesting=path==='/lab-testing'; var isFAQ=path==='/faq'; if(!isHome){var hs=document.createElement('style');hs.id='pp-hide-wix';hs.textContent='body{opacity:0!important}#masterPage,#PAGES_CONTAINER,#SITE_PAGES,#SITE_CONTAINER,#site-root,#BACKGROUND_GROUP,#SITE_HEADER,#SITE_FOOTER,header,footer,[id^=comp-]{display:none!important}body{background:#eff0f5!important}';document.head.appendChild(hs);} var B='https://static.wixstatic.com/media/'; if(!isHome&&!isContact&&!isAbout&&!isServices&&!isCart&&!isBlog&&!isTerms&&!isDisclaimer&&!isResearch&&!isLabTesting&&!isFAQ)return; function injectFooter(){if(document.getElementById('pp-footer'))return;var ft=document.createElement('div');ft.id='pp-footer';ft.style.cssText='background:#0e1b4d;padding:30px 20px 20px;text-align:center;font-family:Questrial,sans-serif;margin-top:40px;position:relative;z-index:9000;width:100vw;box-sizing:border-box';ft.innerHTML='
LEGAL
Terms of ServiceDisclaimerResearch Use Only
\u00A9 2026 Precision Labs. All rights reserved.
';document.body.appendChild(ft);} function injectPageShell(){ if(document.getElementById('pp-page-css'))return; var cs=document.createElement('style');cs.id='pp-page-css';cs.textContent='*{background-image:none!important}body{overflow-x:hidden!important;background:#eff0f5!important}#masterPage,#PAGES_CONTAINER,#SITE_PAGES,#SITE_CONTAINER,#site-root,[id^=comp-],#SCROLL_TO_TOP,wow-image,#BACKGROUND_GROUP,#SITE_HEADER,header,#SITE_FOOTER,footer,[data-mesh-id]{display:none!important}#masterPage,#PAGES_CONTAINER,#SITE_PAGES,#SITE_CONTAINER,#site-root,[data-mesh-id],[id^=comp-]{pointer-events:none!important}#pp-hdr,#pp-hdr *,.pp-mn,.pp-mn *,.pp-mo,.pp-cf,.pp-cf *,#pp-footer,#pp-footer *,#pp-age-gate,#pp-age-gate *,.pp-modal-bg,.pp-modal-bg *{pointer-events:auto!important}.pp-hdr{display:flex!important;align-items:center;justify-content:space-between;padding:12px 16px;background:#0e1b4d!important;width:100vw;max-width:100vw;box-sizing:border-box;position:fixed;top:0;left:0;z-index:9990}.pp-hdr-left,.pp-hdr-right{display:flex;align-items:center;gap:14px}.pp-hdr-center{font-family:Archivo,sans-serif;font-size:18px;font-weight:700;color:#fff!important}.pp-mo{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:9998}.pp-mn{position:fixed;top:0;left:0;width:280px;height:100%;background:#0e1b4d;z-index:9999;transform:translateX(-100%);transition:transform .3s;padding:56px 0}.pp-mn.open{transform:translateX(0)}.pp-mo.open{display:block}.pp-mn a{display:block;padding:14px 30px;color:#fff!important;font-size:18px;font-weight:600;text-decoration:none;border-bottom:1px solid #1a2a6e}.pp-mc{position:absolute;top:14px;right:14px;font-size:28px;color:#fff;cursor:pointer;background:0;border:0}.pp-cf{max-width:500px;margin:70px auto 30px;padding:24px 20px;background:#fff;border-radius:12px;font-family:Questrial,sans-serif;position:relative;z-index:9000}.pp-cf h1{font-family:Archivo,sans-serif;font-size:26px;font-weight:700;color:#0e1b4d;margin:0 0 8px;text-align:center}.pp-cf h2{font-size:20px;font-weight:700;color:#0e1b4d;margin:20px 0 8px}.pp-cf p{color:#555;font-size:14px;text-align:center;margin:0 0 16px;line-height:1.6}.pp-cf label{display:block;font-size:13px;font-weight:600;color:#0e1b4d;margin:0 0 4px}.pp-cf input,.pp-cf textarea{width:100%;padding:12px;border:2px solid #ddd;border-radius:8px;font-size:14px;margin:0 0 16px;box-sizing:border-box}.pp-cf textarea{height:100px;resize:vertical}.pp-cf button{width:100%;padding:14px;background:#4770db;color:#fff;border:none;border-radius:40px;font-size:16px;font-weight:600;cursor:pointer}.pp-cf .pp-sent{text-align:center;color:#0e1b4d;padding:30px 0}.pp-cf .pp-badge{display:inline-block;background:#0e1b4d;color:#fff;padding:5px 14px;border-radius:20px;font-size:12px;font-weight:700;letter-spacing:1px;margin:0 0 14px}.pp-cf img{display:block!important;max-width:140px;margin:0 auto 8px}'; document.head.appendChild(cs); ['#PAGES_CONTAINER','#SITE_PAGES','#masterPage','#BACKGROUND_GROUP','#site-root'].forEach(function(s){var el=document.querySelector(s);if(el)el.style.cssText='display:none!important';}); var hw=document.getElementById('pp-hide-wix');if(hw)hw.remove(); var rs=document.createElement('style');rs.textContent='body{opacity:1!important}';document.head.appendChild(rs); if(!document.getElementById('pp-hdr')){ var nb=document.createElement('div');nb.id='pp-hdr';nb.className='pp-hdr';nb.innerHTML='
Precision Labs
🛒
';document.body.appendChild(nb); var mo=document.createElement('div');mo.className='pp-mo';var mn=document.createElement('div');mn.className='pp-mn';mn.innerHTML='HomeStoreLab TestingAboutServicesBlogContactFAQTermsDisclaimerResearch Use';document.body.appendChild(mo);document.body.appendChild(mn); document.getElementById('pp-menu-btn').onclick=function(){mn.classList.add('open');mo.classList.add('open');}; document.getElementById('pp-mc').onclick=function(){mn.classList.remove('open');mo.classList.remove('open');}; mo.onclick=function(){mn.classList.remove('open');mo.classList.remove('open');}; document.getElementById('pp-cart-btn').onclick=function(){window.location.href='/cart-page';}; mn.onclick=function(e){var a=e.target.closest('[data-nav]');if(!a)return;mn.classList.remove('open');mo.classList.remove('open');var n=a.dataset.nav;if(n==='lab-testing'){if(window.ppShowLabTesting)window.ppShowLabTesting();return;}var U={home:'/',store:'/',about:'/about-us',services:'/services',blog:'/blog',contact:'/contact',faq:'/faq',terms:'/terms',disclaimer:'/disclaimer',research:'/research-use'};if(U[n])window.location.href=U[n];}; } } function initContact(){ if(!document.body||document.getElementById('pp-contact'))return; injectPageShell(); var cf=document.createElement('div');cf.id='pp-contact';cf.className='pp-cf'; cf.innerHTML='

Contact Us

Have a question? Send us a message and we\'ll get back to you.

'; document.body.appendChild(cf); document.getElementById('pp-cform').onsubmit=function(e){e.preventDefault();var n=document.getElementById('pp-cn').value;cf.innerHTML='

Thank You!

Thanks '+n+', your message has been sent. We\'ll get back to you soon.

Back to Home

';}; } function initAbout(){ if(!document.body||document.getElementById('pp-about'))return; injectPageShell(); var ab=document.createElement('div');ab.id='pp-about';ab.className='pp-cf'; ab.innerHTML='

About Us

VETERAN OWNED

Precision Labs is a veteran-owned veteran-owned research peptide company, providing healthcare professionals with research-grade peptide formulations.

Our Mission

Precision-formulated peptide solutions, innovative delivery systems, and unmatched support for exceptional patient care.

Why Choose Us

Every product is sourced from compliant facilities and third-party tested for purity. Expedited shipping and 24/7 live support.

Contact Us

'; document.body.appendChild(ab); } function initServices(){ if(!document.body||document.getElementById('pp-services'))return; injectPageShell(); var sv=document.createElement('div');sv.id='pp-services';sv.className='pp-cf';sv.style.maxWidth='620px'; sv.innerHTML='

Services

CONCIERGE

Personalized peptide guidance from experienced professionals.

Consultation Services

Professional Consultation Available

Expert Consultation

$150

Protocol design, dosing, product selection, and personalized recommendations.

Book Your Consultation

$150/mo concierge \u2014 unlimited consultations, priority scheduling. Contact us.
*For research and educational use only. Consult a physician before starting any protocol.

'; document.body.appendChild(sv); document.getElementById('pp-book-form').onsubmit=function(e){e.preventDefault();var nm=document.getElementById('pp-bk-name').value,em=document.getElementById('pp-bk-email').value,ph=document.getElementById('pp-bk-phone').value,tp=document.getElementById('pp-bk-type').value,nt=document.getElementById('pp-bk-notes').value||'None';var now=new Date();var ts=now.toLocaleString('en-US',{timeZone:'America/Los_Angeles',month:'short',day:'numeric',year:'numeric',hour:'numeric',minute:'2-digit',hour12:true});var msg='\u{1F4CB} CONSULTATION REQUEST\n\u{23F0} '+ts+'\n\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\n\n\u{1F464} '+nm+'\n\u{1F4E7} '+em+'\n\u{1F4F1} '+ph+'\n\n\u{1F4CC} Type: '+tp+'\n\u{1F4DD} Notes: '+nt+'\n\n\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\u{2501}\n\u{26A1} Follow up to confirm booking';var tk='ODA2Mzc0OTk5NDpBQUhFQTRaNTdicjJ6WTk5RktIT2h1SWdOU0lYUnRGdGhPZw==';fetch('https://api.telegram.org/bot'+atob(tk)+'/sendMessage',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({chat_id:8553770323,text:msg})}).catch(function(){});sv.querySelector('form').innerHTML='

Request Received!

Thanks '+nm+', we\'ll reach out within 24 hours to schedule your consultation.

Check your email and phone for confirmation.

';}; } var ppDescCache=null; var DESCS_URL='https://jsonblob.com/api/jsonBlob/019df526-aee8-70ce-9610-299fe89ad9fd'; window.ppExtraDesc=window.ppExtraDesc||{'research-starter-kit':'

Everything you need for one full peptide reconstitution — FREE with this kit.

  • 15 insulin syringes (ultra-fine for daily dosing)
  • 15 alcohol prep pads (sterile, individually sealed)
  • 1 large reconstitution needle (for drawing bacteriostatic water)
  • FREE reconstitution kit — included at no extra cost

Research grade. Third-party tested for purity. Veteran-owned, USA-made.

For research use only. Not for human consumption.'}; function loadDescs(){if(ppDescCache)return Promise.resolve(ppDescCache);return fetch(DESCS_URL).then(function(r){return r.json();}).then(function(d){ppDescCache=d;return d;}).catch(function(){ppDescCache=window.ppExtraDesc||{};return ppDescCache;});} loadDescs(); function initModal(){ if(!isHome)return; if(document.getElementById('pp-modal'))return; if(!document.head||!document.body)return; var css2='.pp-modal-bg{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:9995;display:none;overflow-y:auto;-webkit-overflow-scrolling:touch}.pp-modal-bg.open{display:flex;align-items:flex-start;justify-content:center;padding:56px 16px 20px}.pp-modal{background:#fff;border-radius:12px;max-width:500px;width:100%;padding:20px;position:relative}.pp-modal img{width:100%;max-height:260px;object-fit:contain;margin:0 0 12px;display:block}.pp-modal h2{font-size:20px;font-weight:700;color:#0e1b4d;margin:0 0 4px}.pp-modal .pm-price{font-size:22px;font-weight:700;color:#0e1b4d;margin:6px 0 10px}.pp-modal .pm-desc{font-size:14px;color:#444;margin:0 0 6px;line-height:1.7}.pp-modal .pm-desc p{margin:8px 0}.pp-modal .pm-desc strong{color:#0e1b4d}.pp-modal .pm-desc ul{padding-left:20px;margin:8px 0}.pp-modal .pm-desc li{margin:4px 0}.pp-modal .pm-desc em{font-size:11px;color:#888;display:block;margin-top:12px;line-height:1.5}.pp-modal .pm-disc{font-size:11px;color:#888;font-style:italic;margin:0 0 14px}.pp-modal .pp-atc{display:block;width:100%;padding:14px;background:#4770db;color:#fff;border-radius:40px;font-size:16px;font-weight:600;border:none;cursor:pointer;text-align:center}.pp-modal-x{position:absolute;top:10px;right:14px;font-size:28px;cursor:pointer;background:0;border:0;color:#0e1b4d;z-index:1}'; var s2=document.createElement('style');s2.textContent=css2;document.head.appendChild(s2); var mbg=document.createElement('div');mbg.className='pp-modal-bg';mbg.innerHTML='

For research use only. Not for human consumption.

'; document.body.appendChild(mbg); document.getElementById('pp-mx').onclick=function(){mbg.classList.remove('open');}; mbg.addEventListener('click',function(e){if(e.target===mbg)mbg.classList.remove('open');}); window.ppDetail=function(slug){ var P=[].concat(window.ppProducts||[],window.ppExtra||[]); var prod=null; for(var i=0;i-1||slug.indexOf(k)>-1){html=descs[k];break;}}} if(html){descEl.innerHTML=html;discEl.style.display='none';}else{descEl.innerHTML='

Research-grade peptide, third-party tested for purity.

';discEl.style.display='block';} }); mbg.classList.add('open'); window.scrollTo(0,0); /* JSON-LD Product Schema */ var oldLd=document.getElementById('pp-product-ld');if(oldLd)oldLd.remove(); var pld=document.createElement('script');pld.type='application/ld+json';pld.id='pp-product-ld'; loadDescs().then(function(descs){var desc=descs[slug]||'Research-grade peptide, third-party tested for purity.';desc=desc.replace(/<[^>]+>/g,' ').replace(/\s+/g,' ').trim().substring(0,300);var safeSku=(slug&&slug.length>0&&slug.length<=60)?slug:('PFP-'+(prod[0]||'').replace(/[^a-z0-9]+/gi,'-').slice(0,40));pld.textContent=JSON.stringify({"@context":"https://schema.org","@type":"Product","name":prod[0],"sku":safeSku,"description":desc,"brand":{"@type":"Brand","name":"Precision Labs"},"offers":{"@type":"Offer","priceCurrency":"USD","price":String(prod[3]),"availability":"https://schema.org/InStock","url":"https://pure-fusionpeptides.com/products/"+slug,"hasMerchantReturnPolicy":{"@type":"MerchantReturnPolicy","applicableCountry":"US","returnPolicyCategory":"https://schema.org/MerchantReturnNotPermitted"}}});document.head.appendChild(pld);}); var curSlug=slug; document.getElementById('pm-atc').onclick=function(){if(window.ppCart){ppCart.add(curSlug);this.textContent='Added!';var btn=this;setTimeout(function(){btn.textContent='Add to Cart';},1200);}}; document.getElementById('pm-buy').onclick=function(){if(window.ppCart){ppCart.add(curSlug);window.location.href='/cart-page';}}; }; } function initCartPage(){if(!isCart||!document.body)return;injectPageShell();if(window.ppCartPage)ppCartPage();} function initBlog(){if(!isBlog||!document.body||document.getElementById('pp-blog'))return;injectPageShell();var bl=document.createElement('div');bl.id='pp-blog';bl.className='pp-cf';bl.innerHTML='

Blog

Coming soon.

';document.body.appendChild(bl);} function initTerms(){if(!isTerms||!document.body||document.getElementById('pp-terms'))return;injectPageShell();var tm=document.createElement('div');tm.id='pp-terms';tm.className='pp-cf';tm.style.maxWidth='720px';tm.innerHTML='

Terms of Service

Last Updated: March 11, 2026

' +'

1. Acceptance of Terms

By accessing or using the Precision Labs website (the \u201cSite\u201d), you confirm that you are at least 18 years of age, possess the legal capacity to enter into a binding agreement, and agree to be bound by these Terms of Service (\u201cTerms\u201d). If you are accessing the Site on behalf of an organization, you represent and warrant that you have the authority to bind that organization to these Terms.

' +'

2. Eligibility

Access to the Site and purchase of products is limited to qualified researchers, laboratory professionals, and authorized individuals. Precision Labs reserves the right to approve or deny any customer registration or order at its sole discretion, without obligation to provide a reason.

' +'

3. Products and Intended Use

All products offered by Precision Labs are intended strictly for laboratory and scientific research purposes only. Products are not intended for human or animal consumption, medical diagnostics, therapeutic applications, or any clinical use. Products are not designed to diagnose, treat, cure, or prevent any disease or medical condition. By purchasing, you acknowledge and agree to use all products exclusively for lawful research purposes.

' +'

4. Account Registration

You are responsible for maintaining the confidentiality of your account credentials and for all activity that occurs under your account. You agree to provide accurate, current, and complete information during registration and to update such information as necessary to keep it accurate.

' +'

5. Orders and Payment

By placing an order, you authorize Precision Labs to charge your selected payment method at the prices in effect at the time the order is placed. All orders are subject to acceptance and product availability. Precision Labs reserves the right to refuse or cancel any order for any reason, including but not limited to product availability, pricing errors, or suspected fraudulent activity.

' +'

6. Shipping and Delivery

Precision Labs currently ships within the United States. Risk of loss and title for all products pass to you upon delivery of the shipment to the carrier. Delivery estimates are provided as a courtesy and are not guaranteed.

' +'

7. Returns and Refunds

Unopened products in their original condition may be returned within 30 days of delivery for a full refund. Products that have been opened, reconstituted, or otherwise altered are not eligible for return. If you receive a defective or damaged product, contact us promptly and we will provide a replacement at no additional cost.

' +'

8. Intellectual Property

All content on the Site\u2014including text, graphics, logos, images, and software\u2014is the property of Precision Labs or its licensors and is protected by applicable intellectual property laws. You may not reproduce, distribute, modify, or create derivative works from any Site content without express written permission from Precision Labs.

' +'

9. Prohibited Conduct

When using the Site, you agree not to: (a) engage in any unlawful activity; (b) misrepresent your identity or affiliation; (c) interfere with or disrupt the Site\u2019s systems or infrastructure; (d) attempt to gain unauthorized access to any portion of the Site; or (e) discuss, promote, or engage in any practice involving human or animal consumption of products purchased from the Site.

' +'

10. Termination

Precision Labs reserves the right to suspend or terminate your account and deny any and all current or future access to the Site at any time, for any reason, with or without notice.

' +'

11. Assumption of Risk

YOU EXPRESSLY ACKNOWLEDGE AND AGREE THAT YOUR PURCHASE, POSSESSION, HANDLING, STORAGE, AND USE OF ANY PRODUCTS FROM PRECISION PEPTIDEZ IS AT YOUR SOLE AND EXCLUSIVE RISK. You assume full responsibility for ensuring that all products are used in compliance with applicable laws, regulations, and safety protocols.

' +'

12. Disclaimer of Warranties

All products and services are provided on an \u201cAS IS\u201d and \u201cAS AVAILABLE\u201d basis without warranties of any kind, whether express or implied. Precision Labs makes no warranty that: (a) products will meet your specific research requirements; (b) the Site will be uninterrupted, timely, secure, or error-free; or (c) results obtained from use of the products will be accurate or reliable.

' +'

13. Limitation of Liability

To the maximum extent permitted by law, Precision Labs shall not be liable for any indirect, incidental, special, consequential, or punitive damages arising out of or in connection with your use of the Site or any products purchased. In no event shall the total liability of Precision Labs exceed the amount you paid for the specific product(s) giving rise to the claim.

' +'

14. Indemnification

You agree to indemnify, defend, and hold harmless Precision Labs, its officers, directors, employees, and agents from and against any claims, liabilities, damages, losses, or expenses arising from: (a) your use or misuse of any products; (b) your violation of these Terms; (c) any statements or representations you make regarding products; or (d) any regulatory actions resulting from your conduct.

' +'

15. Dispute Resolution

Any dispute, claim, or controversy arising out of or relating to these Terms or the purchase and use of products shall be resolved exclusively through final and binding arbitration in accordance with applicable arbitration rules. You agree to waive any right to a jury trial or participation in a class action.

' +'

16. Governing Law

These Terms shall be governed by and construed in accordance with the laws of the State of Nevada, without regard to conflict of law principles. Any litigation not subject to arbitration shall be brought exclusively in the state or federal courts located in Clark County, Nevada.

' +'

17. Changes to Terms

Precision Labs reserves the right to modify these Terms at any time. Changes will be effective immediately upon posting to the Site. Your continued use of the Site after any such changes constitutes your acceptance of the revised Terms. We encourage you to review these Terms periodically.

' +'

18. Severability

If any provision of these Terms is found to be invalid or unenforceable by a court of competent jurisdiction, the remaining provisions shall continue in full force and effect.

' +'

19. Waiver

The failure of Precision Labs to enforce any provision of these Terms shall not constitute a waiver of that provision or any other provision. No waiver shall be effective unless made in writing and signed by an authorized representative of Precision Labs.

' +'

20. Entire Agreement

These Terms, together with our Privacy Policy and any other policies referenced herein, constitute the entire agreement between you and Precision Labs regarding your use of the Site. No statement, representation, or promise made by any employee, agent, or representative of Precision Labs shall modify or supplement these Terms unless expressly set forth in a written amendment signed by Precision Labs.

' +'

21. Veteran-Owned Business

Precision Labs is a proud veteran-owned and operated business. We hold ourselves to the highest standards of integrity, discipline, and service \u2014 values instilled through military service that guide every aspect of our operations.

' +'

22. Contact Information

For questions or concerns regarding these Terms, please reach out through our website:

Precision Labs \u2014 Veteran Owned & Operated
Contact Us

' +'

\u2190 Back to Home

'; document.body.appendChild(tm);} function initDisclaimer(){if(!isDisclaimer||!document.body||document.getElementById('pp-disclaimer'))return;injectPageShell();var dm=document.createElement('div');dm.id='pp-disclaimer';dm.className='pp-cf';dm.style.maxWidth='720px';dm.innerHTML='

Disclaimer

Last Updated: March 11, 2026

' +'

Research Use Only

All products sold by Precision Labs are intended exclusively for laboratory and scientific research purposes. Our products are not intended for human or animal consumption, medical diagnostics, therapeutic use, or any clinical application. By purchasing from Precision Labs, you confirm that you understand and agree to these restrictions.

' +'

Not Evaluated by the FDA

None of the products offered on this website have been evaluated by the U.S. Food and Drug Administration (FDA). No product sold by Precision Labs is intended to diagnose, treat, cure, mitigate, or prevent any disease or medical condition. Any information provided on this website is for educational and informational purposes only and should not be construed as medical advice.

' +'

No Medical Advice

Nothing on this website constitutes medical advice, dosing guidance, or a recommendation for human or animal use. Precision Labs does not employ or consult with medical professionals for the purpose of advising customers on personal health matters. Always consult a qualified healthcare provider before making any health-related decisions.

' +'

Product Information Accuracy

While Precision Labs strives to provide accurate and up-to-date product information, we make no representations or warranties regarding the completeness, accuracy, or reliability of any information on this website. Product descriptions, specifications, and Certificates of Analysis reflect conditions at the time of testing and may not account for subsequent changes during storage, handling, or transport.

' +'

Assumption of Risk

You expressly acknowledge and agree that the purchase, possession, handling, storage, and use of any products from Precision Labs is at your sole risk. You are fully responsible for ensuring compliance with all applicable federal, state, and local laws, regulations, and institutional guidelines governing the purchase, possession, and use of research chemicals and peptides in your jurisdiction.

' +'

Limitation of Liability

To the fullest extent permitted by applicable law, Precision Labs, its owners, officers, employees, agents, and affiliates shall not be held liable for any direct, indirect, incidental, special, consequential, or punitive damages arising from: (a) the use or inability to use any product; (b) reliance on any information provided on this website; (c) any actions taken based on the content of this website; or (d) unauthorized access to or alteration of your data or transmissions.

' +'

Third-Party Links

This website may contain links to third-party websites or services that are not owned or controlled by Precision Labs. We have no control over, and assume no responsibility for, the content, privacy policies, or practices of any third-party sites or services. Accessing third-party links is at your own risk.

' +'

Indemnification

You agree to indemnify and hold harmless Precision Labs and its affiliates from any claims, damages, losses, or expenses (including reasonable legal fees) arising out of your use or misuse of any products, your violation of any applicable laws, or your breach of any terms or conditions set forth on this website.

' +'

Changes to This Disclaimer

Precision Labs reserves the right to update or modify this Disclaimer at any time without prior notice. Changes become effective immediately upon posting. Your continued use of the website following any changes constitutes acceptance of the revised Disclaimer.

' +'

Buyer Responsibility

By placing an order with Precision Labs, you confirm that: (a) you are at least 18 years of age; (b) you are purchasing products solely for legitimate scientific or laboratory research; (c) you will comply with all applicable federal, state, and local laws governing the purchase, possession, and use of research peptides; and (d) you accept full responsibility for the proper handling, storage, and disposal of all products received.

' +'

Product Quality

Precision Labs provides research-grade peptides verified at 99%+ purity through independent third-party HPLC and mass spectrometry testing. A Certificate of Analysis (CoA) is available for every batch. However, results may vary depending on conditions beyond our control, including but not limited to storage, handling, reconstitution methods, and environmental factors following delivery.

' +'

Contact Us

If you have questions regarding this Disclaimer, please reach out through our website:

Precision Labs \u2014 Veteran Owned & Operated
Contact Us

' +'

\u2190 Back to Home

'; document.body.appendChild(dm);} function initResearch(){if(!isResearch||!document.body||document.getElementById('pp-research'))return;injectPageShell();var rp=document.createElement('div');rp.id='pp-research';rp.className='pp-cf';rp.style.maxWidth='720px';rp.innerHTML='

Research Use Only

LABORATORY USE

Premium research-grade peptides for in-vitro research and laboratory applications.

' +'

For Research and Laboratory Use Only

All products sold by Precision Labs are intended strictly for in-vitro research, laboratory experimentation, and educational purposes. Our products are not intended for human or veterinary use, food use, or any form of clinical application. By purchasing, you acknowledge these restrictions and agree to comply fully.

' +'
Not for Human UseNot for Veterinary UseNot for Food Use
' +'

Intended Research Applications

Cell Culture Studies

Investigate cellular responses and mechanisms in controlled laboratory environments.

Protein Analysis

Study protein interactions, binding affinities, and structural characteristics.

Receptor Studies

Examine receptor binding, signaling pathways, and molecular mechanisms of action.

Biochemical Assays

Perform analytical tests to measure peptide activity, potency, and interactions.

' +'

Research-Grade Quality Standards

Every product from Precision Labs meets rigorous quality standards to ensure reliable, reproducible research results.

99%+
HPLC Purity Verified
3rd Party
Independent Lab Testing
CoA
Certificate with Every Batch
' +'

Proper Handling Guidelines

Storage Requirements

  • Store lyophilized peptides at -20\u00B0C for long-term stability
  • Refrigerate at 2\u20138\u00B0C for short-term storage (up to 4 weeks)
  • Keep reconstituted peptides refrigerated at 2\u20138\u00B0C
  • Protect from light and moisture at all times
  • Avoid repeated freeze-thaw cycles
' +'

Handling Precautions

  • Use appropriate personal protective equipment (PPE)
  • Handle in a clean, controlled laboratory environment
  • Employ sterile techniques for all reconstitution procedures
  • Avoid contamination with skin oils or foreign materials
  • Dispose of all materials according to local regulations
' +'

Reconstitution Best Practices

  • Use sterile bacteriostatic water for reconstitution
  • Allow vials to reach room temperature before opening
  • Add diluent slowly down the side of the vial
  • Gently swirl to dissolve \u2014 never shake vigorously
  • Filter if necessary for cell culture applications
' +'

Researcher Responsibility

By purchasing from Precision Labs, you acknowledge that you are a qualified researcher or are purchasing for legitimate research purposes. You agree to use all products in accordance with applicable federal, state, and local laws and regulations. Precision Labs reserves the right to request verification of research credentials and to refuse service to any individual or organization at its discretion.

' +'
Browse ProductsRead Full Disclaimer
' +'

\u2190 Back to Home

'; document.body.appendChild(rp);} /* Lab Testing as full-screen overlay — works from ANY page, no Wix route needed */ (function(){ var SC='https://www.purefusionpeptide.com/cdn/shop/files/'; var COA_DATA=[ ['ARA-290',SC+'Ara_290_purity_COA.png'], ['BPC-157 5mg (Purity)',SC+'BPC_157_5mg_Purity_COA.png'], ['BPC-157 5mg (COA)',SC+'BPC-157_5mg_COA.png'], ['BPC-157 10mg (Purity)',SC+'BPC-157_Purity_COA.png'], ['BPC-157 10mg (COA)',SC+'BPC-157purity_COA_10mg.png'], ['DSIP (Purity)',SC+'DSIP_purity_COA.png'], ['Epitalon',SC+'Epithalon_Purity_COA.png'], ['HGH 6mg',SC+'HGH_Purity_COA.png'], ['HGH 15iu',SC+'HGH_purity_COA_20999870-ce6c-481b-a8e6-d0a492e656ea.png'], ['Ipamorelin 5mg',SC+'Ipamorelin_purity_COA.png'], ['Ipamorelin 10mg',SC+'Ipamorelin_10mg_Purity_COA.png'], ['Kisspeptin',SC+'Kisspeptin_Purity_COA.png'], ['KPV',SC+'KPV_purity_coa.png'], ['L-Glutathione',SC+'L-Glutathione_Purity_COA.png'], ['Melanotan II',SC+'Melatonan_2_Purity_COA.png'], ['NAD+ 500mg (Purity)',SC+'NAD_Purity_COA.png'], ['NAD+ 500mg (COA)',SC+'NADplus_500mg_coa.png'], ['Oxytocin',SC+'Oxytocin_purity_coa.png'], ['PE-22-28',SC+'PE-22-28_purity_coa.png'], ['PT-141',SC+'PT_141_Purity_COA.png'], ['Semax',SC+'Semax_Purity_COA.png'], ['TB-500 5mg',SC+'TB-500_purity_coa_ed18e4e3-1dfc-44c1-824b-e08f31ae9540.png'], ['TB-500 10mg',SC+'TB-500_Purity_COA.png'], ['Tesamorelin 5mg',SC+'TESAMORELIN_Purity_COA.png'], ['Tesamorelin 10mg',SC+'TESAMORELIN_purity_coa_1a601d81-3933-4be6-8d67-7f9ea9615df1.png'], ['Thymosin Alpha-1',SC+'TA-1_purity_coa.png'], ['Wolverine Stack (BPC-157 + TB-500)',SC+'BPC-157_TB_500_wolverine_stack_5mg_Purity_COA.png'] ]; var coaCss=document.createElement('style');coaCss.textContent='.pp-coa-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:20px 0}.pp-coa-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08);transition:transform .2s,box-shadow .2s}.pp-coa-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.pp-coa-label{background:#0e1b4d;color:#fff;padding:10px 14px;font-family:Archivo,sans-serif;font-size:13px;font-weight:700;text-align:center}.pp-coa-card img{width:100%;display:block!important;cursor:pointer}.pp-coa-zoom{position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:20px}.pp-coa-zoom img{max-width:95vw;max-height:90vh;border-radius:8px;display:block!important}.pp-coa-zoom-title{position:fixed;top:16px;left:50%;transform:translateX(-50%);color:#fff;font-family:Archivo,sans-serif;font-size:18px;font-weight:700;z-index:100000;text-align:center;background:rgba(14,27,77,.8);padding:8px 24px;border-radius:30px}.pp-coa-zoom-close{position:fixed;top:16px;right:20px;color:#fff;font-size:36px;z-index:100000;cursor:pointer;background:none;border:none;font-weight:700}.pp-lt-overlay{position:fixed;inset:0;z-index:99990;background:#eff0f5;overflow-y:auto;-webkit-overflow-scrolling:touch}.pp-lt-overlay .pp-lt-close{position:fixed;top:14px;right:16px;z-index:99995;background:#0e1b4d;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:24px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,.3)}.pp-lt-overlay .pp-lt-inner{max-width:900px;margin:20px auto 40px;padding:24px 20px;background:#fff;border-radius:12px;font-family:Questrial,sans-serif}@media(max-width:768px){.pp-coa-grid{grid-template-columns:repeat(2,1fr);gap:10px}.pp-coa-label{font-size:11px;padding:8px 10px}}@media(max-width:480px){.pp-coa-grid{grid-template-columns:1fr}}';document.head.appendChild(coaCss); window.ppCoaZoom=function(src,name){var z=document.createElement('div');z.className='pp-coa-zoom';z.innerHTML='
'+name+'
'+name+'';z.onclick=function(){z.remove();};document.body.appendChild(z);}; var coaCards='';COA_DATA.forEach(function(c){coaCards+='
'+c[0]+'
COA - '+c[0]+'
';}); var ltHTML='

Certificate of Analysis

QUALITY ASSURANCE

Precision Labs is committed to transparency. All products undergo rigorous third-party testing.

' +'
VETERAN OWNED  |  99%+ PURITY GUARANTEED  |  RESEARCH USE ONLY
' +'
99%+
HPLC Purity
'+COA_DATA.length+'
COAs Available
100%
Batches Tested

Independent third-party laboratories verify every product before it ships.

' +'

Certificates of Analysis

Tap any certificate to view full size.

' +'
'+coaCards+'
' +'

Testing Protocol

Each peptide batch undergoes a comprehensive multi-step verification process:

' +'
' +'

1. HPLC Purity Analysis

High-Performance Liquid Chromatography (HPLC) measures peptide purity with precision. Each batch must meet our strict \u226599% purity threshold.

' +'

2. Mass Spectrometry (MS) Identity

LC-MS confirms the molecular weight and identity of each peptide, ensuring the compound matches its specification.

' +'

3. Endotoxin & Sterility Screening

LAL endotoxin testing and USP sterility testing confirm products are free from microbial contamination.

' +'
' +'
Independent Labs
Not manufacturer-provided
ISO 17025
Accredited facilities
Batch-Specific
Not reused across lots
Pre-Purchase
Available on request
' +'

Need a Specific COA?

Need a Certificate of Analysis for a product not shown above, or for a specific lot number? Contact us and we\'ll send it directly to your email.

' +'
Request COABack to Products
' +'

Note: COA documents are updated with each new production batch. If you have a specific lot number, we can provide the exact COA for your batch. All products are for research and educational purposes only.

' +'
'; window.ppShowLabTesting=function(){if(document.querySelector('.pp-lt-overlay'))return;var ov=document.createElement('div');ov.className='pp-lt-overlay';ov.innerHTML=ltHTML;document.body.appendChild(ov);ov.scrollTop=0;}; })(); function initLabTesting(){if(!isLabTesting)return; /* Use injectPageShell to properly hide Wix 404 and show our UI */ injectPageShell(); /* Remove the hide-wix opacity:0 style */ var hw=document.getElementById('pp-hide-wix');if(hw)hw.remove(); /* Force body visible */ var rv=document.createElement('style');rv.id='pp-lt-visible';rv.textContent='body{opacity:1!important;background:#eff0f5!important}';document.head.appendChild(rv); document.body.style.cssText='opacity:1!important;background:#eff0f5!important;overflow:auto!important'; /* Hide ALL Wix elements aggressively */ ['#PAGES_CONTAINER','#SITE_PAGES','#masterPage','#BACKGROUND_GROUP','#site-root','#SCROLL_TO_TOP','#SITE_HEADER','#SITE_FOOTER'].forEach(function(s){var el=document.querySelector(s);if(el)el.style.cssText='display:none!important';}); document.querySelectorAll('[id^="comp-"]').forEach(function(c){c.style.display='none';}); /* Show lab testing overlay */ if(window.ppShowLabTesting){window.ppShowLabTesting();} /* Mark as initialized */ var marker=document.createElement('div');marker.id='pp-lab-testing';document.body.appendChild(marker); } function initFAQ(){if(!isFAQ||!document.body||document.getElementById('pp-faq'))return;injectPageShell();var fq=document.createElement('div');fq.id='pp-faq';fq.className='pp-cf';fq.style.maxWidth='720px'; var faqs=[ ['How are your peptides tested?','Every batch undergoes independent third-party testing at ISO 17025 accredited laboratories. We verify purity via HPLC (High-Performance Liquid Chromatography) and confirm molecular identity through mass spectrometry. A Certificate of Analysis (CoA) is available for every product \u2014 just ask.'], ['What purity level do your peptides meet?','All products meet our strict 99%+ purity standard. We reject any batch that falls below this threshold. You can view our COAs on the Lab Testing page.'], ['Are your products for human consumption?','No. All products sold by Precision Labs are intended strictly for laboratory and scientific research purposes only. They are not intended for human or animal consumption, medical diagnostics, or therapeutic use.'], ['How do I store my peptides?','Lyophilized (freeze-dried) peptides should be stored at -20\u00B0C for long-term stability. For short-term use (up to 4 weeks), refrigerate at 2\u20138\u00B0C. Once reconstituted, keep refrigerated and use within 4 weeks. Always protect from light and avoid repeated freeze-thaw cycles.'], ['How do I reconstitute peptides?','Use sterile bacteriostatic water. Let the vial reach room temperature, then slowly add the diluent down the side of the vial. Gently swirl to dissolve \u2014 never shake. We sell bacteriostatic water in 3ml, 10ml, and 30ml sizes.'], ['What payment methods do you accept?','We accept major credit and debit cards. All transactions are processed through secure, encrypted payment systems.'], ['How fast do you ship?','Orders placed before 2 PM PST ship same-day. Standard shipping is 2\u20135 business days within the US. Temperature-sensitive products are shipped with cold packs. All packaging is plain with no product names on the label.'], ['Is shipping free?','Yes \u2014 free shipping on all orders over $300. Orders under $300 have a flat-rate shipping fee.'], ['Do you ship internationally?','Currently, we only ship within the United States.'], ['What is your return policy?','Unopened products in original condition can be returned within 30 days for a full refund. Opened, reconstituted, or altered products cannot be returned. If you receive a defective or damaged product, contact us immediately for a free replacement.'], ['What is your consultation service?','We offer personalized peptide guidance from experienced professionals. A one-time consultation is $150 and covers protocol design, dosing guidance, and product selection. We also offer a $150/month concierge plan with unlimited consultations and priority scheduling. Book here.'], ['Is Precision Labs veteran-owned?','Yes. Precision Labs was founded by a United States Marine. The discipline, integrity, and no-shortcut mentality that comes from military service is baked into every aspect of how we operate \u2014 from sourcing to shipping.'], ['How do I contact you?','Use our contact form and we\'ll respond within hours. We also offer live support for urgent questions.'], ['Do you provide Certificates of Analysis?','Yes. Every product has a batch-specific CoA from an independent lab. You can view available COAs on our Lab Testing page or request a specific one via our contact form.'] ]; var h='

Frequently Asked Questions

SUPPORT

Everything you need to know about ordering, shipping, and our products.

'; h+='
'; for(var i=0;i'+faqs[i][0]+'\u25BC

'+faqs[i][1]+'

'; } h+=''; h+='

Still have questions?

Our team responds within hours.

Contact Us
'; h+='

\u2190 Back to Home

'; fq.innerHTML=h;document.body.appendChild(fq);} function initAll(){if(isContact)initContact();if(isAbout)initAbout();if(isServices)initServices();if(isLabTesting)initLabTesting();if(isCart)initCartPage();if(isBlog)initBlog();if(isTerms)initTerms();if(isFAQ)initFAQ();if(isDisclaimer)initDisclaimer();if(isResearch)initResearch();if(isHome)initModal();injectFooter();} if(document.readyState==='loading'){document.addEventListener('DOMContentLoaded',function(){setTimeout(initAll,3500);});}else{setTimeout(initAll,3500);} setInterval(function(){if(isContact&&!document.getElementById('pp-contact')&&document.body)initContact();if(isAbout&&!document.getElementById('pp-about')&&document.body)initAbout();if(isServices&&!document.getElementById('pp-services')&&document.body)initServices();if(isHome&&!document.getElementById('pp-modal')&&document.body)initModal();if(isCart&&!document.getElementById('pp-cart-page')&&document.body)initCartPage();if(isBlog&&!document.getElementById('pp-blog')&&document.body)initBlog();if(isTerms&&!document.getElementById('pp-terms')&&document.body)initTerms();if(isFAQ&&!document.getElementById('pp-faq')&&document.body)initFAQ();if(isDisclaimer&&!document.getElementById('pp-disclaimer')&&document.body)initDisclaimer();if(isResearch&&!document.getElementById('pp-research')&&document.body)initResearch();if(isLabTesting&&!document.getElementById('pp-lab-testing')&&document.body)initLabTesting();},2500); })(); /* v5 1776382014 */ /* v6 1776394825 */ /* v7 1776406440 */ /* v8 1776417422 — URL-var fix to restore visibility */ /* v8-styling 1776418572 — black membership block, no box around $99, MOST POPULAR inline */ /* v9-black-letters 1776419349 */ /* v10-banner-restored 1776419729 */ /* v11-fresh-product-grid 1776420109 — P array regenerated from live Wix API */ /* v12-promo-stack 1776421788 — promo code + apply stacked, full-width */ /* v13-fix-join-404 1776421822 — /join → /contact?membership= */ /* v14-join-modal 1776422087 — mock membership flow with code gen */ /* v15-mobile-go-shop-fix 1776423068 */ /* v16-payment-options 1776423124 */ /* v18-disclaimer-compound 1776431101 */ /* v19-starter-kit 1776513121 — Research Starter Kit $20 added to P array + home hero card */ /* v20-kit-hero-img 1776513329 */ /* v21-kit-final 1776515841 — branded kit img + pinned first in grid */ /* v22-kit-in-categories 1776515996 */ /* v23-architect-image 1776517700 — using Architect's actual branded photo */ /* v24-remove-kit-hero 1776517958 — keeping only grid card */ /* v25-banner-uncropped 1776858005 */ ;(function(){try{if(!/[?&]order=confirmed/.test(location.search))return;function show(){if(document.getElementById('pp-thx'))return;var o=document.createElement('div');o.id='pp-thx';o.style.cssText='position:fixed;inset:0;z-index:999999;background:rgba(10,15,40,.94);display:flex;align-items:center;justify-content:center;font-family:-apple-system,Segoe UI,Roboto,sans-serif;padding:24px;';o.innerHTML='
Order received
Thank you. A confirmation email is on its way. Your order is being prepared.
Continue
';document.body.appendChild(o);}if(document.body)show();else document.addEventListener('DOMContentLoaded',show);}catch(e){}})(); ;(function(){try{var m=location.search.match(/[?&]promo=([A-Za-z0-9]+)/);if(!m)return;var c=m[1].toUpperCase();function go(){try{if(window.ppAffiliate&&ppAffiliate.codes[c]){ppAffiliate.apply(c);if(window.ppCartRefresh)ppCartRefresh();}}catch(e){}}if(document.readyState!=='loading')setTimeout(go,1200);else document.addEventListener('DOMContentLoaded',function(){setTimeout(go,1200);});}catch(e){}})();