.cdx-shop-page{–g:#2EE89B;–gd:#1FA876;–ink:#0A0A0A;–muted:#6B6960;font-family:’DM Sans’,sans-serif;background:#f5f5f1;min-height:100vh;}
.cdx-shop-page *{box-sizing:border-box;margin:0;padding:0;}
.cdx-shop-layout{display:grid;grid-template-columns:280px 1fr;min-height:100vh;}
.cdx-sidebar{background:#ffffff;padding:40px 32px;border-right:1px solid rgba(10,10,10,0.08);position:sticky;top:0;height:100vh;overflow-y:auto;}
.cdx-sidebar-logo{font-family:’Fraunces’,serif;font-style:italic;font-size:22px;color:#0A0A0A;margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid rgba(10,10,10,0.08);}
.cdx-sidebar-logo span{color:#2EE89B;}
.cdx-sidebar-section{margin-bottom:36px;}
.cdx-sidebar-title{font-family:’Archivo’,sans-serif;font-size:9px;letter-spacing:0.3em;text-transform:uppercase;color:#0A0A0A;font-weight:700;margin-bottom:16px;}
.cdx-sidebar-search{display:flex;align-items:center;gap:10px;background:#f5f5f1;border:1px solid rgba(10,10,10,0.1);padding:12px 14px;margin-bottom:4px;}
.cdx-sidebar-search input{border:none;outline:none;background:transparent;color:#0A0A0A;font-family:’DM Sans’,sans-serif;font-size:13px;width:100%;}
.cdx-sidebar-search input::placeholder{color:#aaa;}
.cdx-sidebar-search svg{color:#2EE89B;flex-shrink:0;}
.cdx-cat-btn{display:flex;align-items:center;justify-content:space-between;width:100%;background:transparent;border:none;color:#0A0A0A;font-family:’Archivo’,sans-serif;font-size:10px;letter-spacing:0.15em;text-transform:uppercase;font-weight:600;padding:10px 0;cursor:pointer;border-bottom:1px solid rgba(10,10,10,0.08);transition:color 0.2s;}
.cdx-cat-btn:hover{color:#2EE89B;}
.cdx-cat-btn.active{color:#2EE89B;}
.cdx-cat-btn .cdx-cat-count{font-size:9px;color:#aaa;font-weight:400;}
.cdx-cat-btn.active .cdx-cat-count{color:rgba(46,232,155,0.7);}
.cdx-sidebar-stat{margin-bottom:12px;}
.cdx-sidebar-stat-num{font-family:’Fraunces’,serif;font-size:32px;color:#0A0A0A;font-weight:300;line-height:1;}
.cdx-sidebar-stat-num sup{font-size:13px;color:#2EE89B;}
.cdx-sidebar-stat-label{font-family:’Archivo’,sans-serif;font-size:9px;letter-spacing:0.2em;text-transform:uppercase;color:#6B6960;margin-top:4px;}
.cdx-sidebar-trust{display:flex;flex-direction:column;gap:10px;margin-top:4px;}
.cdx-trust-line{font-family:’Archivo’,sans-serif;font-size:9px;letter-spacing:0.15em;text-transform:uppercase;color:#6B6960;display:flex;align-items:center;gap:8px;}
.cdx-trust-line::before{content:’✓’;font-size:10px;color:#2EE89B;}
.cdx-shop-main{padding:40px;}
.cdx-shop-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid rgba(10,10,10,0.08);}
.cdx-shop-header h1{font-family:’Fraunces’,serif;font-weight:800;font-size:36px;color:#0A0A0A;letter-spacing:-0.02em;}
.cdx-shop-header h1 em{font-style:italic;color:#2EE89B;}
.cdx-header-badges{display:flex;gap:20px;margin-top:10px;flex-wrap:wrap;}
.cdx-header-badge{font-family:’Archivo’,sans-serif;font-size:9px;letter-spacing:0.2em;text-transform:uppercase;color:#2EE89B;font-weight:700;display:flex;align-items:center;gap:6px;}
.cdx-count-badge{font-family:’Archivo’,sans-serif;font-size:9px;letter-spacing:0.2em;text-transform:uppercase;color:#aaa;white-space:nowrap;padding-top:8px;}
.cdx-count-badge span{color:#2EE89B;font-weight:700;}
.cdx-shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.cdx-card{background:#fff;border:1px solid rgba(10,10,10,0.07);border-top:2px solid transparent;padding:20px;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:all 0.35s cubic-bezier(0.16,1,0.3,1);position:relative;overflow:hidden;}
.cdx-card::before{content:”;position:absolute;inset:0;background:radial-gradient(ellipse at top left,rgba(46,232,155,0.06),transparent 60%);opacity:0;transition:opacity 0.35s;}
.cdx-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px -12px rgba(10,10,10,0.12),0 0 0 1px rgba(46,232,155,0.15);border-top-color:#2EE89B;text-decoration:none;color:inherit;}
.cdx-card:hover::before{opacity:1;}
.cdx-card-badge{display:inline-block;font-family:’Archivo’,sans-serif;font-size:9px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:#1FA876;border:1px solid rgba(46,232,155,0.35);padding:3px 8px;margin-bottom:14px;background:rgba(46,232,155,0.05);}
.cdx-card-img{aspect-ratio:1;margin-bottom:16px;overflow:hidden;position:relative;}
.cdx-card-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s cubic-bezier(0.16,1,0.3,1);}
.cdx-card:hover .cdx-card-img img{transform:scale(1.06);}
.cdx-card-img::after{content:”;position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(46,232,155,0.07),transparent 70%);opacity:0;transition:opacity 0.35s;}
.cdx-card:hover .cdx-card-img::after{opacity:1;}
.cdx-card-cat{font-family:’Archivo’,sans-serif;font-size:9px;letter-spacing:0.22em;text-transform:uppercase;color:#2EE89B;margin-bottom:3px;font-weight:600;}
.cdx-card-name{font-family:’Fraunces’,serif;font-weight:700;font-size:22px;color:#0A0A0A;margin-bottom:3px;letter-spacing:-0.02em;}
.cdx-card-sub{font-family:’Archivo’,sans-serif;font-size:9px;letter-spacing:0.12em;text-transform:uppercase;color:#aaa;margin-bottom:10px;}
.cdx-card-desc{font-size:12px;color:#4A4A48;line-height:1.6;margin-bottom:16px;flex:1;}
.cdx-card-foot{display:flex;justify-content:space-between;align-items:center;padding-top:14px;border-top:1px solid rgba(10,10,10,0.07);margin-top:auto;}
.cdx-card-price{font-family:’Fraunces’,serif;font-weight:700;font-size:20px;color:#0A0A0A;}
.cdx-card-cta{font-family:’Archivo’,sans-serif;font-size:9px;letter-spacing:0.2em;text-transform:uppercase;font-weight:700;color:#1FA876;display:flex;align-items:center;gap:5px;transition:gap 0.25s;}
.cdx-card-cta::after{content:’→’;color:#2EE89B;transition:transform 0.25s;}
.cdx-card:hover .cdx-card-cta{gap:8px;}
.cdx-card:hover .cdx-card-cta::after{transform:translateX(3px);}
.cdx-no-results{display:none;text-align:center;padding:80px 20px;grid-column:1/-1;}
.cdx-no-results p{font-family:’Fraunces’,serif;font-size:24px;color:#aaa;font-style:italic;}
@media(max-width:900px){
.cdx-shop-layout{grid-template-columns:1fr;}
.cdx-sidebar{position:static;height:auto;}
.cdx-shop-grid{grid-template-columns:repeat(2,1fr);}
.cdx-shop-main{padding:24px 20px;}
}
@media(max-width:600px){.cdx-shop-grid{grid-template-columns:1fr;}}
Research Compounds
✓ 3rd Party Tested
✓ COA Included
✓ Same Day Dispatch

Studied extensively for gastric mucosal protection, tendon healing, and musculoskeletal tissue repair.
Select

First-in-class triple agonist targeting GIP, GLP-1, and glucagon receptors simultaneously.
Select

Copper peptide studied for skin regeneration, hair follicle activity, and wound healing research.
Select

GLP-1 receptor agonist studied for metabolic regulation and glucose homeostasis research.
Select

Dual GIP and GLP-1 receptor agonist researched for metabolic and glycemic regulation studies.
Select

Studied for tissue repair, inflammation modulation, and musculoskeletal recovery research.
Select

Melanocortin receptor agonist studied for its role in sexual function and CNS pathway research.
Select

Selective growth hormone secretagogue studied for GH axis stimulation and body composition research.
Select

Growth hormone releasing hormone analogue studied for sustained GH and IGF-1 elevation research.
Select

Synthetic analogue of GHRH studied for growth hormone stimulation and anti-aging research pathways.
Select

Coenzyme studied extensively for cellular energy metabolism, DNA repair, and mitochondrial function.
Select

Tetrapeptide studied for telomere elongation, pineal gland regulation, and longevity research.
Select

Synthetic heptapeptide studied for anxiolytic effects, cognitive enhancement, and immune modulation.
Select

Thymic peptide studied for immune system modulation, T-cell activation, and antiviral research.
Select

Recombinant human growth hormone studied for anabolic, metabolic, and body composition research.
Select
No compounds found.
var currentCat=’all’;
function cdxFilter(cat,btn){
currentCat=cat;
document.querySelectorAll(‘.cdx-cat-btn’).forEach(function(b){b.classList.remove(‘active’);});
btn.classList.add(‘active’);
cdxUpdate();
}
function cdxSearch(){cdxUpdate();}
function cdxUpdate(){
var query=document.getElementById(‘cdx-search’).value.toLowerCase().trim();
var cards=document.querySelectorAll(‘.cdx-card’);
var count=0;
cards.forEach(function(c){
var catMatch=currentCat===’all’||c.dataset.cat===currentCat;
var nameMatch=!query||c.dataset.name.indexOf(query)>-1||c.querySelector(‘.cdx-card-name’).textContent.toLowerCase().indexOf(query)>-1;
if(catMatch&&nameMatch){c.style.display=’flex’;count++;}
else{c.style.display=’none’;}
});
document.getElementById(‘cdx-num’).textContent=count;
document.getElementById(‘cdx-no-results’).style.display=count===0?’block’:’none’;
}
Research Peptides
Bacteriostatic water is sterile water containing 0.9% benzyl alcohol — the standard solvent used to reconstitute lyophilized research peptides for in-vitro handling and storage.



Research Peptides
BPC-157 is a synthetic pentadecapeptide derived from a protective protein found in gastric juice — among the most extensively studied peptides in tissue-repair and cytoprotection research.



Research Stack
CP-10 is a dual-peptide research blend pairing CJC-1295 with Ipamorelin in a single vial — formulated to study sustained, pulsatile growth-hormone release through complementary GHRH and secretagogue pathways.
Uncategorized
Epithalon is a synthetic tetrapeptide modeled on the pineal peptide epithalamin — one of the most widely referenced compounds in longevity research for its proposed influence on telomerase activity and telomere length.
Research Peptides
GHK-Cu is a naturally occurring copper-binding tripeptide — one of the most studied peptides in collagen, skin-remodeling, and wound-repair research.



Research Stack
GLOW is a multi-peptide blend combining skin- and recovery-oriented sequences — a combined reference preparation for dermatological and regenerative-research models.



Kits
The Growth Kit pairs Tesamorelin and CP-10 — a GHRH analog and a CJC-1295/Ipamorelin blend frequently referenced in growth-hormone-axis research — with bacteriostatic water for reconstitution. A complete GH-axis entry point, shipped as separate vials with batch-matched COA access.
Uncategorized
Ipamorelin is a selective pentapeptide growth-hormone secretagogue and ghrelin-receptor agonist — widely referenced in GH research for stimulating release with minimal reported effect on cortisol or prolactin.
Uncategorized
Kisspeptin-10 is the active C-terminal fragment of the KISS1 peptide and a potent KISS1R (GPR54) agonist — a central compound in research on the hypothalamic-pituitary-gonadal axis and gonadotropin regulation.
Research Stack
KLOW is a multi-peptide blend combining KPV with skin- and recovery-oriented sequences — a combined reference preparation for inflammation, skin, and regenerative-research models.



Kits
The Longevity Kit pairs NAD+ and GHK-Cu — two of the most referenced compounds in cellular-aging and tissue-research models — with bacteriostatic water for reconstitution. A curated entry point for longevity-focused research, shipped as separate vials with batch-matched COA access.
Kits
The Metabolic Kit pairs Semaglutide and Tirzepatide — a GLP-1 agonist and a dual GIP/GLP-1 agonist central to metabolic and glucose-regulation research — with bacteriostatic water for reconstitution. A complete metabolic entry point, shipped as separate vials with batch-matched COA access.
