{"title":"All Products","description":null,"products":[{"product_id":"natty-testosterone-booster","title":"NATTY - TESTOSTERONE BOOSTER","description":"\u003cstyle\u003e\n\/* Base Styles *\/\n.natty-page{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;max-width:100%;overflow-x:hidden}\n.natty-hero{text-align:center;padding:30px 16px 40px;opacity:1;transform:translateY(0);transition:all 0.8s ease}\n.natty-hero-title{font-size:32px;font-weight:800;background:linear-gradient(135deg,#009fff 0%,#c0c0c0 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px;line-height:1.2}\n.natty-hero-subtitle{color:#999;font-size:16px;line-height:1.6;max-width:500px;margin:0 auto}\n\n\/* Animated Stats *\/\n.natty-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:30px 0;padding:0 8px}\n.natty-stat-card{background:linear-gradient(180deg,#0a0a0a 0%,#111 100%);border:1px solid rgba(192,192,192,0.15);border-radius:16px;padding:24px 12px;text-align:center;opacity:1;transform:translateY(0) scale(1);transition:all 0.6s cubic-bezier(0.34,1.56,0.64,1);cursor:pointer}\n.natty-stat-card:hover{transform:translateY(-8px) scale(1.05);border-color:rgba(0,159,255,0.5);box-shadow:0 20px 40px rgba(0,159,255,0.15)}\n.natty-stat-value{font-size:32px;font-weight:800;background:linear-gradient(135deg,#009fff 0%,#c0c0c0 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all 0.3s}\n.natty-stat-card:hover .natty-stat-value{transform:scale(1.1)}\n.natty-stat-label{color:#666;font-size:10px;text-transform:uppercase;letter-spacing:1.5px;margin-top:6px}\n\n\/* Callout *\/\n.natty-callout{background:linear-gradient(135deg,rgba(0,159,255,0.08) 0%,rgba(192,192,192,0.05) 100%);border-left:4px solid #009fff;padding:24px;margin:30px 16px;border-radius:0 16px 16px 0;opacity:1;transform:translateX(0);transition:all 0.8s ease}\n.natty-callout-title{color:#009fff;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:10px}\n.natty-callout-text{color:#aaa;font-size:14px;line-height:1.7}\n\n\/* Tabs *\/\n.natty-tabs{margin:40px 16px 30px;opacity:1;transform:translateY(0);transition:all 0.6s ease}\n.natty-tab-buttons{display:flex;gap:8px;margin-bottom:24px;overflow-x:auto;padding-bottom:8px}\n.natty-tab-btn{flex:1;min-width:100px;padding:14px 20px;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.1);border-radius:12px;color:#888;font-size:13px;font-weight:600;cursor:pointer;transition:all 0.3s ease;text-align:center}\n.natty-tab-btn:hover{background:rgba(0,159,255,0.1);border-color:rgba(0,159,255,0.3);color:#fff}\n.natty-tab-btn.active{background:linear-gradient(135deg,rgba(0,159,255,0.2) 0%,rgba(0,159,255,0.1) 100%);border-color:#009fff;color:#fff;box-shadow:0 0 20px rgba(0,159,255,0.2)}\n.natty-tab-content{display:none;animation:fadeIn 0.5s ease}\n.natty-tab-content.active{display:block}\n@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}\n\n\/* Benefits *\/\n.natty-benefit-box{background:#0a0a0a;border:1px solid rgba(0,159,255,0.2);border-radius:16px;padding:24px;margin:16px 0;cursor:pointer;transition:all 0.4s cubic-bezier(0.34,1.56,0.64,1);position:relative;overflow:hidden}\n.natty-benefit-box::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#009fff,#00d4aa);transform:scaleX(0);transition:transform 0.4s ease;transform-origin:left}\n.natty-benefit-box:hover{transform:translateY(-4px);border-color:rgba(0,159,255,0.5);box-shadow:0 15px 40px rgba(0,159,255,0.1)}\n.natty-benefit-box:hover::before{transform:scaleX(1)}\n.natty-benefit-header{display:flex;align-items:center;gap:16px;margin-bottom:12px}\n.natty-benefit-icon{width:50px;height:50px;background:linear-gradient(135deg,#009fff 0%,#0066cc 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px;transition:all 0.4s ease}\n.natty-benefit-box:hover .natty-benefit-icon{transform:rotate(-10deg) scale(1.1)}\n.natty-benefit-title{color:#fff;font-size:18px;font-weight:700}\n.natty-benefit-text{color:#888;font-size:14px;line-height:1.7;margin:0}\n\n\/* Ingredients with Progress Bars *\/\n.natty-ingredient-card{background:linear-gradient(180deg,#0a0a0a 0%,#0d0d0d 100%);border:1px solid rgba(0,159,255,0.15);border-radius:16px;padding:20px;margin:12px 0;cursor:pointer;transition:all 0.4s ease;overflow:hidden}\n.natty-ingredient-card:hover{border-color:rgba(0,159,255,0.4);transform:translateX(8px);box-shadow:-4px 0 20px rgba(0,159,255,0.1)}\n.natty-ingredient-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}\n.natty-ingredient-name{color:#fff;font-weight:700;font-size:16px;display:flex;align-items:center;gap:8px}\n.natty-ingredient-name::before{content:'';width:8px;height:8px;background:#009fff;border-radius:50%;animation:pulse 2s infinite}\n@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.5;transform:scale(1.2)}}\n.natty-ingredient-dose{background:linear-gradient(135deg,#009fff 0%,#0066cc 100%);color:#fff;font-size:12px;font-weight:700;padding:6px 14px;border-radius:20px}\n.natty-ingredient-desc{color:#777;font-size:13px;line-height:1.6;margin-bottom:14px}\n.natty-progress-bar{height:6px;background:rgba(255,255,255,0.05);border-radius:3px;overflow:hidden}\n.natty-progress-fill{height:100%;background:linear-gradient(90deg,#009fff,#00d4aa);border-radius:3px;width:var(--progress);transition:width 1.5s cubic-bezier(0.34,1.56,0.64,1)}\n\n\/* Timeline *\/\n.natty-timeline{margin:20px 0}\n.natty-timeline-item{display:flex;gap:20px;margin-bottom:24px;opacity:1;transform:translateX(0);transition:all 0.6s ease}\n.natty-timeline-week{background:linear-gradient(135deg,#009fff 0%,#0066cc 100%);color:#fff;font-weight:700;font-size:11px;padding:10px 14px;border-radius:10px;white-space:nowrap;height:fit-content;box-shadow:0 4px 15px rgba(0,159,255,0.3)}\n.natty-timeline-content{flex:1;background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.05);border-radius:12px;padding:16px}\n.natty-timeline-title{color:#fff;font-weight:700;font-size:15px;margin-bottom:6px}\n.natty-timeline-text{color:#777;font-size:13px;line-height:1.6;margin:0}\n\n\/* Success Box *\/\n.natty-success-box{background:linear-gradient(135deg,rgba(0,212,170,0.1) 0%,rgba(0,212,170,0.03) 100%);border:1px solid rgba(0,212,170,0.3);border-radius:16px;padding:24px;margin:30px 16px;text-align:center;opacity:1;transform:scale(1);transition:all 0.6s ease}\n.natty-success-number{font-size:64px;font-weight:800;background:linear-gradient(135deg,#00d4aa 0%,#009fff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}\n.natty-success-label{color:#00d4aa;font-size:12px;text-transform:uppercase;letter-spacing:2px;margin-top:8px}\n.natty-success-text{color:#888;font-size:14px;margin-top:16px;line-height:1.6}\n\n\/* Trust Grid *\/\n.natty-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:30px 16px}\n.natty-trust-item{text-align:center;padding:20px 12px;background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.05);border-radius:12px;transition:all 0.4s ease}\n.natty-trust-item:hover{transform:translateY(-4px);border-color:rgba(0,159,255,0.3);background:rgba(0,159,255,0.05)}\n.natty-trust-icon{font-size:32px;margin-bottom:10px}\n.natty-trust-text{color:#666;font-size:10px;text-transform:uppercase;letter-spacing:1.5px;font-weight:600}\n\n\/* CTA *\/\n.natty-cta-box{background:linear-gradient(135deg,rgba(0,159,255,0.15) 0%,rgba(192,192,192,0.08) 100%);border:2px solid rgba(0,159,255,0.4);border-radius:20px;padding:40px 24px;text-align:center;margin:40px 16px;position:relative;overflow:hidden;opacity:1;transform:translateY(0);transition:all 0.8s ease}\n.natty-cta-box::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,159,255,0.1) 0%,transparent 70%);animation:rotateBg 10s linear infinite}\n@keyframes rotateBg{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}\n.natty-cta-title{color:#fff;font-size:24px;font-weight:800;margin-bottom:12px;position:relative}\n.natty-cta-text{color:#999;font-size:14px;line-height:1.7;position:relative}\n.natty-cta-highlight{color:#009fff;font-weight:700}\n\n\/* Divider *\/\n.natty-divider{height:2px;background:linear-gradient(90deg,transparent 0%,rgba(0,159,255,0.4) 50%,transparent 100%);margin:40px 16px}\n\n\/* Tooltip *\/\n.natty-tooltip{position:relative}\n.natty-tooltip::after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translateX(-50%) translateY(10px);background:#1a1a1a;color:#fff;padding:8px 12px;border-radius:8px;font-size:12px;white-space:nowrap;opacity:0;visibility:hidden;transition:all 0.3s ease;border:1px solid rgba(0,159,255,0.3);z-index:100}\n.natty-tooltip:hover::after{opacity:1;visibility:visible;transform:translateX(-50%) translateY(-8px)}\n\n\/* Mobile Responsive *\/\n@media(max-width:480px){\n.natty-stat-grid{grid-template-columns:repeat(2,1fr)}\n.natty-hero-title{font-size:26px}\n.natty-success-number{font-size:48px}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"natty-page\"\u003e\n\n  \u003c!-- Hero --\u003e\n  \u003cdiv class=\"natty-hero\" data-animate\u003e\n    \u003cdiv class=\"natty-hero-title\"\u003eBOOST TEST. BUILD MUSCLE.\u003cbr\u003eDOMINATE LIFE.\u003c\/div\u003e\n    \u003cdiv class=\"natty-hero-subtitle\"\u003eThe strongest natural testosterone booster. No synthetics. No shortcuts. Just results backed by science.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Animated Stats --\u003e\n  \u003cdiv class=\"natty-stat-grid\"\u003e\n    \u003cdiv class=\"natty-stat-card natty-tooltip\" data-animate data-tooltip=\"Maximum clinical dose\" style=\"transition-delay:0.1s\"\u003e\n      \u003cdiv class=\"natty-stat-value\"\u003e800mg\u003c\/div\u003e\n      \u003cdiv class=\"natty-stat-label\"\u003eTongkat Ali\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"natty-stat-card natty-tooltip\" data-animate data-tooltip=\"Testicular support\" style=\"transition-delay:0.2s\"\u003e\n      \u003cdiv class=\"natty-stat-value\"\u003e800mg\u003c\/div\u003e\n      \u003cdiv class=\"natty-stat-label\"\u003eFadogia\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"natty-stat-card natty-tooltip\" data-animate data-tooltip=\"Libido powerhouse\" style=\"transition-delay:0.3s\"\u003e\n      \u003cdiv class=\"natty-stat-value\"\u003e800mg\u003c\/div\u003e\n      \u003cdiv class=\"natty-stat-label\"\u003eBlack Maca\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"natty-stat-card natty-tooltip\" data-animate data-tooltip=\"Complete formula\" style=\"transition-delay:0.4s\"\u003e\n      \u003cdiv class=\"natty-stat-value\"\u003e8\u003c\/div\u003e\n      \u003cdiv class=\"natty-stat-label\"\u003eCompounds\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Callout --\u003e\n  \u003cdiv class=\"natty-callout\" data-animate\u003e\n    \u003cdiv class=\"natty-callout-title\"\u003eWhy Your T Levels Matter\u003c\/div\u003e\n    \u003cdiv class=\"natty-callout-text\"\u003eTestosterone drives everything—muscle growth, fat loss, energy, libido, confidence, and mental clarity. After 25, levels drop 1-2% every year. \u003cstrong style=\"color:#fff;\"\u003eNATTY fights back\u003c\/strong\u003e with clinically-dosed ingredients that actually work.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"natty-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- Interactive Tabs --\u003e\n  \u003cdiv class=\"natty-tabs\" data-animate\u003e\n    \u003cdiv class=\"natty-tab-buttons\"\u003e\n      \u003cbutton class=\"natty-tab-btn active\" data-tab=\"benefits\"\u003eBenefits\u003c\/button\u003e\n      \u003cbutton class=\"natty-tab-btn\" data-tab=\"ingredients\"\u003eIngredients\u003c\/button\u003e\n      \u003cbutton class=\"natty-tab-btn\" data-tab=\"timeline\"\u003eTimeline\u003c\/button\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Benefits Tab --\u003e\n    \u003cdiv class=\"natty-tab-content active\" id=\"benefits\"\u003e\n      \u003cdiv class=\"natty-benefit-box\"\u003e\n        \u003cdiv class=\"natty-benefit-header\"\u003e\n          \u003cdiv class=\"natty-benefit-icon\"\u003e📈\u003c\/div\u003e\n          \u003cdiv class=\"natty-benefit-title\"\u003eTestosterone Optimisation\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"natty-benefit-text\"\u003eTongkat Ali + Fadogia Agrestis work through different pathways to maximise your natural T production. Studies show Tongkat can increase testosterone by up to 37%. No shutdown. No PCT needed.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"natty-benefit-box\"\u003e\n        \u003cdiv class=\"natty-benefit-header\"\u003e\n          \u003cdiv class=\"natty-benefit-icon\"\u003e🔥\u003c\/div\u003e\n          \u003cdiv class=\"natty-benefit-title\"\u003eLibido \u0026amp; Performance\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"natty-benefit-text\"\u003eBlack Maca is legendary for its effects on sexual desire and performance. Combined with Tongkat Ali's proven libido-boosting effects, expect noticeable improvements in the bedroom.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"natty-benefit-box\"\u003e\n        \u003cdiv class=\"natty-benefit-header\"\u003e\n          \u003cdiv class=\"natty-benefit-icon\"\u003e💪\u003c\/div\u003e\n          \u003cdiv class=\"natty-benefit-title\"\u003eMuscle \u0026amp; Strength\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"natty-benefit-text\"\u003eTurkesterone enhances protein synthesis and muscle growth without affecting hormones directly. Stack it with elevated testosterone for accelerated gains and faster recovery.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"natty-benefit-box\"\u003e\n        \u003cdiv class=\"natty-benefit-header\"\u003e\n          \u003cdiv class=\"natty-benefit-icon\"\u003e⚖️\u003c\/div\u003e\n          \u003cdiv class=\"natty-benefit-title\"\u003eEstrogen Control\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"natty-benefit-text\"\u003eDIM optimises estrogen metabolism, keeping your T:E ratio in the ideal range. More testosterone means nothing if estrogen is out of balance—NATTY handles both.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Ingredients Tab --\u003e\n    \u003cdiv class=\"natty-tab-content\" id=\"ingredients\"\u003e\n      \u003cdiv class=\"natty-ingredient-card\" data-animate style=\"--progress:100%\"\u003e\n        \u003cdiv class=\"natty-ingredient-header\"\u003e\n          \u003cspan class=\"natty-ingredient-name\"\u003eTongkat Ali\u003c\/span\u003e\n          \u003cspan class=\"natty-ingredient-dose\"\u003e800mg\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"natty-ingredient-desc\"\u003eThe king of natural T-boosters. Increases testosterone, lowers SHBG, reduces cortisol. Clinically proven in multiple studies.\u003c\/p\u003e\n        \u003cdiv class=\"natty-progress-bar\"\u003e\u003cdiv class=\"natty-progress-fill\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"natty-ingredient-card\" data-animate style=\"--progress:100%\"\u003e\n        \u003cdiv class=\"natty-ingredient-header\"\u003e\n          \u003cspan class=\"natty-ingredient-name\"\u003eBlack Maca\u003c\/span\u003e\n          \u003cspan class=\"natty-ingredient-dose\"\u003e800mg\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"natty-ingredient-desc\"\u003ePeruvian powerhouse for libido, energy, and stamina. Works through unique pathways for fast, noticeable results.\u003c\/p\u003e\n        \u003cdiv class=\"natty-progress-bar\"\u003e\u003cdiv class=\"natty-progress-fill\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"natty-ingredient-card\" data-animate style=\"--progress:100%\"\u003e\n        \u003cdiv class=\"natty-ingredient-header\"\u003e\n          \u003cspan class=\"natty-ingredient-name\"\u003eFadogia Agrestis\u003c\/span\u003e\n          \u003cspan class=\"natty-ingredient-dose\"\u003e800mg\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"natty-ingredient-desc\"\u003eDirect testicular stimulation for increased T production. Synergises perfectly with Tongkat Ali for maximum effect.\u003c\/p\u003e\n        \u003cdiv class=\"natty-progress-bar\"\u003e\u003cdiv class=\"natty-progress-fill\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"natty-ingredient-card\" data-animate style=\"--progress:50%\"\u003e\n        \u003cdiv class=\"natty-ingredient-header\"\u003e\n          \u003cspan class=\"natty-ingredient-name\"\u003eTurkesterone\u003c\/span\u003e\n          \u003cspan class=\"natty-ingredient-dose\"\u003e400mg\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"natty-ingredient-desc\"\u003eEcdysteroid for enhanced protein synthesis and muscle growth. No hormonal suppression—pure anabolic support.\u003c\/p\u003e\n        \u003cdiv class=\"natty-progress-bar\"\u003e\u003cdiv class=\"natty-progress-fill\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"natty-ingredient-card\" data-animate style=\"--progress:50%\"\u003e\n        \u003cdiv class=\"natty-ingredient-header\"\u003e\n          \u003cspan class=\"natty-ingredient-name\"\u003eFenugreek\u003c\/span\u003e\n          \u003cspan class=\"natty-ingredient-dose\"\u003e400mg\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"natty-ingredient-desc\"\u003eSupports free testosterone levels and metabolic health. Added libido and strength benefits.\u003c\/p\u003e\n        \u003cdiv class=\"natty-progress-bar\"\u003e\u003cdiv class=\"natty-progress-fill\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"natty-ingredient-card\" data-animate style=\"--progress:15%\"\u003e\n        \u003cdiv class=\"natty-ingredient-header\"\u003e\n          \u003cspan class=\"natty-ingredient-name\"\u003eDIM\u003c\/span\u003e\n          \u003cspan class=\"natty-ingredient-dose\"\u003e120mg\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"natty-ingredient-desc\"\u003eEstrogen metabolism support. Keeps your T:E ratio optimised for maximum testosterone effectiveness.\u003c\/p\u003e\n        \u003cdiv class=\"natty-progress-bar\"\u003e\u003cdiv class=\"natty-progress-fill\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"natty-ingredient-card\" data-animate style=\"--progress:8%\"\u003e\n        \u003cdiv class=\"natty-ingredient-header\"\u003e\n          \u003cspan class=\"natty-ingredient-name\"\u003eZinc\u003c\/span\u003e\n          \u003cspan class=\"natty-ingredient-dose\"\u003e60mg\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"natty-ingredient-desc\"\u003eEssential mineral for testosterone production and immune function. Most men are deficient.\u003c\/p\u003e\n        \u003cdiv class=\"natty-progress-bar\"\u003e\u003cdiv class=\"natty-progress-fill\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"natty-ingredient-card\" data-animate style=\"--progress:3%\"\u003e\n        \u003cdiv class=\"natty-ingredient-header\"\u003e\n          \u003cspan class=\"natty-ingredient-name\"\u003eVitamin D\u003c\/span\u003e\n          \u003cspan class=\"natty-ingredient-dose\"\u003e20mcg\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"natty-ingredient-desc\"\u003eThe \"sunshine vitamin\" that acts like a hormone. Critical for T levels, especially in the UK.\u003c\/p\u003e\n        \u003cdiv class=\"natty-progress-bar\"\u003e\u003cdiv class=\"natty-progress-fill\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Timeline Tab --\u003e\n    \u003cdiv class=\"natty-tab-content\" id=\"timeline\"\u003e\n      \u003cdiv class=\"natty-timeline\"\u003e\n        \u003cdiv class=\"natty-timeline-item\" data-animate style=\"transition-delay:0.1s\"\u003e\n          \u003cdiv class=\"natty-timeline-week\"\u003eWeek 1-2\u003c\/div\u003e\n          \u003cdiv class=\"natty-timeline-content\"\u003e\n            \u003cdiv class=\"natty-timeline-title\"\u003eFoundation Phase\u003c\/div\u003e\n            \u003cp class=\"natty-timeline-text\"\u003eImproved sleep quality, better mood, subtle energy increase. Ingredients building up in your system.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"natty-timeline-item\" data-animate style=\"transition-delay:0.2s\"\u003e\n          \u003cdiv class=\"natty-timeline-week\"\u003eWeek 3-4\u003c\/div\u003e\n          \u003cdiv class=\"natty-timeline-content\"\u003e\n            \u003cdiv class=\"natty-timeline-title\"\u003eActivation Phase\u003c\/div\u003e\n            \u003cp class=\"natty-timeline-text\"\u003eNoticeable libido boost, morning wood returning, increased gym motivation and strength gains.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"natty-timeline-item\" data-animate style=\"transition-delay:0.3s\"\u003e\n          \u003cdiv class=\"natty-timeline-week\"\u003eWeek 5-8\u003c\/div\u003e\n          \u003cdiv class=\"natty-timeline-content\"\u003e\n            \u003cdiv class=\"natty-timeline-title\"\u003eOptimisation Phase\u003c\/div\u003e\n            \u003cp class=\"natty-timeline-text\"\u003eFull effects kick in. Increased muscle, better recovery, high energy, strong libido, peak confidence.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"natty-timeline-item\" data-animate style=\"transition-delay:0.4s\"\u003e\n          \u003cdiv class=\"natty-timeline-week\"\u003eWeek 8+\u003c\/div\u003e\n          \u003cdiv class=\"natty-timeline-content\"\u003e\n            \u003cdiv class=\"natty-timeline-title\"\u003eSustained Results\u003c\/div\u003e\n            \u003cp class=\"natty-timeline-text\"\u003eMaintain your gains with continued use. Stack with proper training and nutrition for best results.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"natty-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- Success Stats --\u003e\n  \u003cdiv class=\"natty-success-box\" data-animate\u003e\n    \u003cdiv class=\"natty-success-number\"\u003e+27%\u003c\/div\u003e\n    \u003cdiv class=\"natty-success-label\"\u003eAverage Testosterone Increase\u003c\/div\u003e\n    \u003cp class=\"natty-success-text\"\u003eBased on real user bloodwork after 6 weeks of consistent use. Combined with proper training and nutrition, NATTY delivers visible, measurable results.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Trust Grid --\u003e\n  \u003cdiv class=\"natty-trust-grid\"\u003e\n    \u003cdiv class=\"natty-trust-item\"\u003e\n      \u003cdiv class=\"natty-trust-icon\"\u003e🔬\u003c\/div\u003e\n      \u003cdiv class=\"natty-trust-text\"\u003eLab Tested\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"natty-trust-item\"\u003e\n      \u003cdiv class=\"natty-trust-icon\"\u003e💯\u003c\/div\u003e\n      \u003cdiv class=\"natty-trust-text\"\u003eFull Doses\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"natty-trust-item\"\u003e\n      \u003cdiv class=\"natty-trust-icon\"\u003e🇬🇧\u003c\/div\u003e\n      \u003cdiv class=\"natty-trust-text\"\u003eUK Made\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv class=\"natty-cta-box\" data-animate\u003e\n    \u003cdiv class=\"natty-cta-title\"\u003eThe Strongest Natural Test Booster\u003c\/div\u003e\n    \u003cdiv class=\"natty-cta-text\"\u003e\n      \u003cspan class=\"natty-cta-highlight\"\u003e800mg Tongkat Ali\u003c\/span\u003e + \u003cspan class=\"natty-cta-highlight\"\u003e800mg Fadogia\u003c\/span\u003e + \u003cspan class=\"natty-cta-highlight\"\u003e800mg Black Maca\u003c\/span\u003e\u003cbr\u003e\n      + Turkesterone + DIM + Fenugreek + Zinc + Vitamin D\u003cbr\u003e\u003cbr\u003e\n      \u003cstrong style=\"color:#fff;\"\u003eStack with ORGAN X for complete performance optimisation.\u003c\/strong\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n\/\/ Intersection Observer for scroll animations\nconst observer = new IntersectionObserver((entries) =\u003e {\n  entries.forEach(entry =\u003e {\n    if (entry.isIntersecting) {\n      entry.target.classList.add('visible');\n\n      \/\/ Trigger counter animation\n      const counters = entry.target.querySelectorAll('.counter');\n      counters.forEach(counter =\u003e {\n        const target = parseInt(counter.dataset.target);\n        const duration = 2000;\n        const step = target \/ (duration \/ 16);\n        let current = 0;\n        const updateCounter = () =\u003e {\n          current += step;\n          if (current \u003c target) {\n            counter.textContent = Math.floor(current);\n            requestAnimationFrame(updateCounter);\n          } else {\n            counter.textContent = target;\n          }\n        };\n        updateCounter();\n      });\n    }\n  });\n}, { threshold: 0.2 });\n\n\/\/ Observe all animated elements\ndocument.querySelectorAll('[data-animate]').forEach(el =\u003e observer.observe(el));\n\n\/\/ Tab switching\ndocument.querySelectorAll('.natty-tab-btn').forEach(btn =\u003e {\n  btn.addEventListener('click', () =\u003e {\n    \/\/ Remove active from all buttons and contents\n    document.querySelectorAll('.natty-tab-btn').forEach(b =\u003e b.classList.remove('active'));\n    document.querySelectorAll('.natty-tab-content').forEach(c =\u003e c.classList.remove('active'));\n\n    \/\/ Add active to clicked button and corresponding content\n    btn.classList.add('active');\n    document.getElementById(btn.dataset.tab).classList.add('active');\n\n    \/\/ Re-observe ingredients for progress bar animation\n    if (btn.dataset.tab === 'ingredients') {\n      document.querySelectorAll('.natty-ingredient-card').forEach(card =\u003e {\n        card.classList.remove('visible');\n        setTimeout(() =\u003e observer.observe(card), 100);\n      });\n    }\n  });\n});\n\n\/\/ Initialize - trigger visible class on page load for elements in view\nsetTimeout(() =\u003e {\n  document.querySelectorAll('[data-animate]').forEach(el =\u003e {\n    const rect = el.getBoundingClientRect();\n    if (rect.top \u003c window.innerHeight) {\n      el.classList.add('visible');\n    }\n  });\n}, 100);\n\u003c\/script\u003e","brand":"Sigma Supps","offers":[{"title":"Default Title","offer_id":45285392384166,"sku":"NATTY","price":40.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0591\/0993\/3222\/files\/EF440BCE-1D78-4880-B71E-DFB8A32526AE.png?v=1727856110"},{"product_id":"organ-x-organ-support","title":"ORGAN X - ORGAN SUPPORT","description":"\u003cstyle\u003e\n\/* Base Styles *\/\n.organ-page{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;max-width:100%;overflow-x:hidden}\n.organ-hero{text-align:center;padding:30px 16px 40px}\n.organ-hero-title{font-size:32px;font-weight:800;background:linear-gradient(135deg,#009fff 0%,#c0c0c0 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px;line-height:1.2}\n.organ-hero-subtitle{color:#999;font-size:16px;line-height:1.6;max-width:500px;margin:0 auto}\n\n\/* Animated Stats *\/\n.organ-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:30px 0;padding:0 8px}\n.organ-stat-card{background:linear-gradient(180deg,#0a0a0a 0%,#111 100%);border:1px solid rgba(192,192,192,0.15);border-radius:16px;padding:24px 12px;text-align:center;transition:all 0.6s cubic-bezier(0.34,1.56,0.64,1);cursor:pointer}\n.organ-stat-card:hover{transform:translateY(-8px) scale(1.05);border-color:rgba(0,159,255,0.5);box-shadow:0 20px 40px rgba(0,159,255,0.15)}\n.organ-stat-value{font-size:32px;font-weight:800;background:linear-gradient(135deg,#009fff 0%,#c0c0c0 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all 0.3s}\n.organ-stat-card:hover .organ-stat-value{transform:scale(1.1)}\n.organ-stat-label{color:#666;font-size:10px;text-transform:uppercase;letter-spacing:1.5px;margin-top:6px}\n\n\/* Callout *\/\n.organ-callout{background:linear-gradient(135deg,rgba(0,159,255,0.08) 0%,rgba(192,192,192,0.05) 100%);border-left:4px solid #009fff;padding:24px;margin:30px 16px;border-radius:0 16px 16px 0}\n.organ-callout-title{color:#009fff;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:10px}\n.organ-callout-text{color:#aaa;font-size:14px;line-height:1.7}\n\n\/* Tabs *\/\n.organ-tabs{margin:40px 16px 30px}\n.organ-tab-buttons{display:flex;gap:8px;margin-bottom:24px;overflow-x:auto;padding-bottom:8px}\n.organ-tab-btn{flex:1;min-width:100px;padding:14px 20px;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.1);border-radius:12px;color:#888;font-size:13px;font-weight:600;cursor:pointer;transition:all 0.3s ease;text-align:center}\n.organ-tab-btn:hover{background:rgba(0,159,255,0.1);border-color:rgba(0,159,255,0.3);color:#fff}\n.organ-tab-btn.active{background:linear-gradient(135deg,rgba(0,159,255,0.2) 0%,rgba(0,159,255,0.1) 100%);border-color:#009fff;color:#fff;box-shadow:0 0 20px rgba(0,159,255,0.2)}\n.organ-tab-content{display:none;animation:fadeIn 0.5s ease}\n.organ-tab-content.active{display:block}\n@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}\n\n\/* Benefits *\/\n.organ-benefit-box{background:#0a0a0a;border:1px solid rgba(0,159,255,0.2);border-radius:16px;padding:24px;margin:16px 0;cursor:pointer;transition:all 0.4s cubic-bezier(0.34,1.56,0.64,1);position:relative;overflow:hidden}\n.organ-benefit-box::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#009fff,#00d4aa);transform:scaleX(0);transition:transform 0.4s ease;transform-origin:left}\n.organ-benefit-box:hover{transform:translateY(-4px);border-color:rgba(0,159,255,0.5);box-shadow:0 15px 40px rgba(0,159,255,0.1)}\n.organ-benefit-box:hover::before{transform:scaleX(1)}\n.organ-benefit-header{display:flex;align-items:center;gap:16px;margin-bottom:12px}\n.organ-benefit-icon{width:50px;height:50px;background:linear-gradient(135deg,#009fff 0%,#0066cc 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px;transition:all 0.4s ease}\n.organ-benefit-box:hover .organ-benefit-icon{transform:rotate(-10deg) scale(1.1)}\n.organ-benefit-title{color:#fff;font-size:18px;font-weight:700}\n.organ-benefit-text{color:#888;font-size:14px;line-height:1.7;margin:0}\n\n\/* Ingredients with Progress Bars *\/\n.organ-ingredient-card{background:linear-gradient(180deg,#0a0a0a 0%,#0d0d0d 100%);border:1px solid rgba(0,159,255,0.15);border-radius:16px;padding:20px;margin:12px 0;cursor:pointer;transition:all 0.4s ease;overflow:hidden}\n.organ-ingredient-card:hover{border-color:rgba(0,159,255,0.4);transform:translateX(8px);box-shadow:-4px 0 20px rgba(0,159,255,0.1)}\n.organ-ingredient-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}\n.organ-ingredient-name{color:#fff;font-weight:700;font-size:16px;display:flex;align-items:center;gap:8px}\n.organ-ingredient-name::before{content:'';width:8px;height:8px;background:#009fff;border-radius:50%;animation:pulse 2s infinite}\n@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.5;transform:scale(1.2)}}\n.organ-ingredient-dose{background:linear-gradient(135deg,#009fff 0%,#0066cc 100%);color:#fff;font-size:12px;font-weight:700;padding:6px 14px;border-radius:20px}\n.organ-ingredient-desc{color:#777;font-size:13px;line-height:1.6;margin-bottom:14px}\n.organ-progress-bar{height:6px;background:rgba(255,255,255,0.05);border-radius:3px;overflow:hidden}\n.organ-progress-fill{height:100%;background:linear-gradient(90deg,#009fff,#00d4aa);border-radius:3px;width:var(--progress);transition:width 1.5s cubic-bezier(0.34,1.56,0.64,1)}\n\n\/* Who Needs Section *\/\n.organ-needs-grid{display:grid;gap:12px;margin:20px 0}\n.organ-needs-item{display:flex;align-items:center;gap:12px;background:rgba(255,170,0,0.05);border:1px solid rgba(255,170,0,0.2);border-radius:12px;padding:16px;transition:all 0.3s ease}\n.organ-needs-item:hover{transform:translateX(8px);border-color:rgba(255,170,0,0.4)}\n.organ-needs-icon{font-size:20px}\n.organ-needs-text{color:#ccc;font-size:14px}\n\n\/* Trust Grid *\/\n.organ-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:30px 16px}\n.organ-trust-item{text-align:center;padding:20px 12px;background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.05);border-radius:12px;transition:all 0.4s ease}\n.organ-trust-item:hover{transform:translateY(-4px);border-color:rgba(0,159,255,0.3);background:rgba(0,159,255,0.05)}\n.organ-trust-icon{font-size:32px;margin-bottom:10px}\n.organ-trust-text{color:#666;font-size:10px;text-transform:uppercase;letter-spacing:1.5px;font-weight:600}\n\n\/* CTA *\/\n.organ-cta-box{background:linear-gradient(135deg,rgba(0,159,255,0.15) 0%,rgba(192,192,192,0.08) 100%);border:2px solid rgba(0,159,255,0.4);border-radius:20px;padding:40px 24px;text-align:center;margin:40px 16px;position:relative;overflow:hidden}\n.organ-cta-box::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,159,255,0.1) 0%,transparent 70%);animation:rotateBg 10s linear infinite}\n@keyframes rotateBg{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}\n.organ-cta-title{color:#fff;font-size:24px;font-weight:800;margin-bottom:12px;position:relative}\n.organ-cta-text{color:#999;font-size:14px;line-height:1.7;position:relative}\n.organ-cta-highlight{color:#009fff;font-weight:700}\n\n\/* Divider *\/\n.organ-divider{height:2px;background:linear-gradient(90deg,transparent 0%,rgba(0,159,255,0.4) 50%,transparent 100%);margin:40px 16px}\n\n\/* Tooltip *\/\n.organ-tooltip{position:relative}\n.organ-tooltip::after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translateX(-50%) translateY(10px);background:#1a1a1a;color:#fff;padding:8px 12px;border-radius:8px;font-size:12px;white-space:nowrap;opacity:0;visibility:hidden;transition:all 0.3s ease;border:1px solid rgba(0,159,255,0.3);z-index:100}\n.organ-tooltip:hover::after{opacity:1;visibility:visible;transform:translateX(-50%) translateY(-8px)}\n\n\/* Mobile Responsive *\/\n@media(max-width:480px){\n.organ-stat-grid{grid-template-columns:repeat(3,1fr);gap:8px}\n.organ-hero-title{font-size:26px}\n.organ-stat-value{font-size:24px}\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"organ-page\"\u003e\n\n  \u003c!-- Hero --\u003e\n  \u003cdiv class=\"organ-hero\"\u003e\n    \u003cdiv class=\"organ-hero-title\"\u003ePROTECT. DETOX. PERFORM.\u003c\/div\u003e\n    \u003cdiv class=\"organ-hero-subtitle\"\u003eYour body takes the hits. Training. Stress. Toxins. It's time to support the organs that support you.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Animated Stats --\u003e\n  \u003cdiv class=\"organ-stat-grid\"\u003e\n    \u003cdiv class=\"organ-stat-card organ-tooltip\" data-tooltip=\"Active compounds\"\u003e\n      \u003cdiv class=\"organ-stat-value\"\u003e8\u003c\/div\u003e\n      \u003cdiv class=\"organ-stat-label\"\u003eCompounds\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"organ-stat-card organ-tooltip\" data-tooltip=\"Gut health support\"\u003e\n      \u003cdiv class=\"organ-stat-value\"\u003e3B\u003c\/div\u003e\n      \u003cdiv class=\"organ-stat-label\"\u003eCFU Probiotics\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"organ-stat-card organ-tooltip\" data-tooltip=\"No underdosing\"\u003e\n      \u003cdiv class=\"organ-stat-value\"\u003e100%\u003c\/div\u003e\n      \u003cdiv class=\"organ-stat-label\"\u003eClinical Doses\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Callout --\u003e\n  \u003cdiv class=\"organ-callout\"\u003e\n    \u003cdiv class=\"organ-callout-title\"\u003eWhy Organ Support Matters\u003c\/div\u003e\n    \u003cdiv class=\"organ-callout-text\"\u003eYour liver processes everything—supplements, alcohol, stress hormones. Your gut controls nutrient absorption and immune function. \u003cstrong style=\"color:#fff;\"\u003eWhen these systems struggle, performance suffers.\u003c\/strong\u003e ORGAN X keeps them running at full capacity.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"organ-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- Interactive Tabs --\u003e\n  \u003cdiv class=\"organ-tabs\"\u003e\n    \u003cdiv class=\"organ-tab-buttons\"\u003e\n      \u003cbutton class=\"organ-tab-btn active\" data-tab=\"organ-benefits\"\u003eProtection\u003c\/button\u003e\n      \u003cbutton class=\"organ-tab-btn\" data-tab=\"organ-ingredients\"\u003eIngredients\u003c\/button\u003e\n      \u003cbutton class=\"organ-tab-btn\" data-tab=\"organ-who\"\u003eWho Needs It\u003c\/button\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Benefits Tab --\u003e\n    \u003cdiv class=\"organ-tab-content active\" id=\"organ-benefits\"\u003e\n      \u003cdiv class=\"organ-benefit-box\"\u003e\n        \u003cdiv class=\"organ-benefit-header\"\u003e\n          \u003cdiv class=\"organ-benefit-icon\"\u003e🫀\u003c\/div\u003e\n          \u003cdiv class=\"organ-benefit-title\"\u003eLiver Defence\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"organ-benefit-text\"\u003eTUDCA, NAC, and Dandelion Root work synergistically to support liver detoxification, bile flow, and cellular regeneration. Essential if you're running intense supplement protocols.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"organ-benefit-box\"\u003e\n        \u003cdiv class=\"organ-benefit-header\"\u003e\n          \u003cdiv class=\"organ-benefit-icon\"\u003e🔬\u003c\/div\u003e\n          \u003cdiv class=\"organ-benefit-title\"\u003eCellular Protection\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"organ-benefit-text\"\u003eGlutathione + NAC + CoQ10 form a powerful antioxidant shield. Protect your cells from oxidative stress, support energy production, and slow cellular aging.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"organ-benefit-box\"\u003e\n        \u003cdiv class=\"organ-benefit-header\"\u003e\n          \u003cdiv class=\"organ-benefit-icon\"\u003e🦠\u003c\/div\u003e\n          \u003cdiv class=\"organ-benefit-title\"\u003eGut Optimisation\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"organ-benefit-text\"\u003e3 billion CFU of Lactobacillus and Bifidobacterium strains restore gut balance, enhance nutrient absorption, and support immune function during high-stress training.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"organ-benefit-box\"\u003e\n        \u003cdiv class=\"organ-benefit-header\"\u003e\n          \u003cdiv class=\"organ-benefit-icon\"\u003e⚡\u003c\/div\u003e\n          \u003cdiv class=\"organ-benefit-title\"\u003eEnergy \u0026amp; Endurance\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"organ-benefit-text\"\u003eCordyceps Sinensis enhances oxygen utilisation and ATP production. Train harder, recover faster, perform better—naturally.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Ingredients Tab --\u003e\n    \u003cdiv class=\"organ-tab-content\" id=\"organ-ingredients\"\u003e\n      \u003cdiv class=\"organ-ingredient-card\" style=\"--progress:100%\"\u003e\n        \u003cdiv class=\"organ-ingredient-header\"\u003e\n          \u003cspan class=\"organ-ingredient-name\"\u003eTUDCA\u003c\/span\u003e\n          \u003cspan class=\"organ-ingredient-dose\"\u003e600mg\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"organ-ingredient-desc\"\u003ePremium bile acid for liver protection and bile duct health. The gold standard for liver support.\u003c\/p\u003e\n        \u003cdiv class=\"organ-progress-bar\"\u003e\u003cdiv class=\"organ-progress-fill\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"organ-ingredient-card\" style=\"--progress:100%\"\u003e\n        \u003cdiv class=\"organ-ingredient-header\"\u003e\n          \u003cspan class=\"organ-ingredient-name\"\u003eNAC\u003c\/span\u003e\n          \u003cspan class=\"organ-ingredient-dose\"\u003e600mg\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"organ-ingredient-desc\"\u003ePrecursor to glutathione—your body's master antioxidant. Supports detox, lung, and liver function.\u003c\/p\u003e\n        \u003cdiv class=\"organ-progress-bar\"\u003e\u003cdiv class=\"organ-progress-fill\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"organ-ingredient-card\" style=\"--progress:83%\"\u003e\n        \u003cdiv class=\"organ-ingredient-header\"\u003e\n          \u003cspan class=\"organ-ingredient-name\"\u003eGlutathione\u003c\/span\u003e\n          \u003cspan class=\"organ-ingredient-dose\"\u003e500mg\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"organ-ingredient-desc\"\u003eHigh-potency antioxidant that protects cells from oxidative damage. Essential for detoxification.\u003c\/p\u003e\n        \u003cdiv class=\"organ-progress-bar\"\u003e\u003cdiv class=\"organ-progress-fill\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"organ-ingredient-card\" style=\"--progress:83%\"\u003e\n        \u003cdiv class=\"organ-ingredient-header\"\u003e\n          \u003cspan class=\"organ-ingredient-name\"\u003eCordyceps Sinensis\u003c\/span\u003e\n          \u003cspan class=\"organ-ingredient-dose\"\u003e500mg\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"organ-ingredient-desc\"\u003eAdaptogenic mushroom for stamina, oxygen use, and cellular energy. Trusted by elite athletes.\u003c\/p\u003e\n        \u003cdiv class=\"organ-progress-bar\"\u003e\u003cdiv class=\"organ-progress-fill\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"organ-ingredient-card\" style=\"--progress:33%\"\u003e\n        \u003cdiv class=\"organ-ingredient-header\"\u003e\n          \u003cspan class=\"organ-ingredient-name\"\u003eCoenzyme Q10\u003c\/span\u003e\n          \u003cspan class=\"organ-ingredient-dose\"\u003e200mg\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"organ-ingredient-desc\"\u003eSupports heart health and mitochondrial energy production. Critical for high-output performance.\u003c\/p\u003e\n        \u003cdiv class=\"organ-progress-bar\"\u003e\u003cdiv class=\"organ-progress-fill\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"organ-ingredient-card\" style=\"--progress:50%\"\u003e\n        \u003cdiv class=\"organ-ingredient-header\"\u003e\n          \u003cspan class=\"organ-ingredient-name\"\u003eProbiotics Blend\u003c\/span\u003e\n          \u003cspan class=\"organ-ingredient-dose\"\u003e3B CFU\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"organ-ingredient-desc\"\u003eLactobacillus + Bifidobacterium strains for gut health, immune support, and optimal digestion.\u003c\/p\u003e\n        \u003cdiv class=\"organ-progress-bar\"\u003e\u003cdiv class=\"organ-progress-fill\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"organ-ingredient-card\" style=\"--progress:8%\"\u003e\n        \u003cdiv class=\"organ-ingredient-header\"\u003e\n          \u003cspan class=\"organ-ingredient-name\"\u003eDandelion Root\u003c\/span\u003e\n          \u003cspan class=\"organ-ingredient-dose\"\u003e50mg\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"organ-ingredient-desc\"\u003eTraditional liver tonic that supports natural detoxification and healthy bile production.\u003c\/p\u003e\n        \u003cdiv class=\"organ-progress-bar\"\u003e\u003cdiv class=\"organ-progress-fill\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Who Needs It Tab --\u003e\n    \u003cdiv class=\"organ-tab-content\" id=\"organ-who\"\u003e\n      \u003cdiv class=\"organ-needs-grid\"\u003e\n        \u003cdiv class=\"organ-needs-item\"\u003e\n          \u003cspan class=\"organ-needs-icon\"\u003e💊\u003c\/span\u003e\n          \u003cspan class=\"organ-needs-text\"\u003eMen running intense supplement stacks\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"organ-needs-item\"\u003e\n          \u003cspan class=\"organ-needs-icon\"\u003e⚠️\u003c\/span\u003e\n          \u003cspan class=\"organ-needs-text\"\u003eAnyone using prohormones or SARMs\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"organ-needs-item\"\u003e\n          \u003cspan class=\"organ-needs-icon\"\u003e🏋️\u003c\/span\u003e\n          \u003cspan class=\"organ-needs-text\"\u003eHigh-stress athletes and hard trainers\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"organ-needs-item\"\u003e\n          \u003cspan class=\"organ-needs-icon\"\u003e🍺\u003c\/span\u003e\n          \u003cspan class=\"organ-needs-text\"\u003eThose who drink alcohol regularly\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"organ-needs-item\"\u003e\n          \u003cspan class=\"organ-needs-icon\"\u003e🛡️\u003c\/span\u003e\n          \u003cspan class=\"organ-needs-text\"\u003eAnyone wanting comprehensive organ protection\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"organ-divider\"\u003e\u003c\/div\u003e\n\n  \u003c!-- Trust Grid --\u003e\n  \u003cdiv class=\"organ-trust-grid\"\u003e\n    \u003cdiv class=\"organ-trust-item\"\u003e\n      \u003cdiv class=\"organ-trust-icon\"\u003e🔬\u003c\/div\u003e\n      \u003cdiv class=\"organ-trust-text\"\u003eLab Tested\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"organ-trust-item\"\u003e\n      \u003cdiv class=\"organ-trust-icon\"\u003e💯\u003c\/div\u003e\n      \u003cdiv class=\"organ-trust-text\"\u003eFull Doses\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"organ-trust-item\"\u003e\n      \u003cdiv class=\"organ-trust-icon\"\u003e🇬🇧\u003c\/div\u003e\n      \u003cdiv class=\"organ-trust-text\"\u003eUK Made\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv class=\"organ-cta-box\"\u003e\n    \u003cdiv class=\"organ-cta-title\"\u003eYour Daily Armour\u003c\/div\u003e\n    \u003cdiv class=\"organ-cta-text\"\u003e\n      \u003cspan class=\"organ-cta-highlight\"\u003e600mg TUDCA\u003c\/span\u003e + \u003cspan class=\"organ-cta-highlight\"\u003e600mg NAC\u003c\/span\u003e + \u003cspan class=\"organ-cta-highlight\"\u003e500mg Glutathione\u003c\/span\u003e\u003cbr\u003e\n      + Cordyceps + CoQ10 + Probiotics + Dandelion Root\u003cbr\u003e\u003cbr\u003e\n      \u003cstrong style=\"color:#fff;\"\u003eStack with NATTY for complete performance optimisation.\u003c\/strong\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n\/\/ Tab switching\ndocument.querySelectorAll('.organ-tab-btn').forEach(btn =\u003e {\n  btn.addEventListener('click', () =\u003e {\n    document.querySelectorAll('.organ-tab-btn').forEach(b =\u003e b.classList.remove('active'));\n    document.querySelectorAll('.organ-tab-content').forEach(c =\u003e c.classList.remove('active'));\n    btn.classList.add('active');\n    document.getElementById(btn.dataset.tab).classList.add('active');\n  });\n});\n\u003c\/script\u003e","brand":"Sigma Supps","offers":[{"title":"Default Title","offer_id":55383240212853,"sku":"","price":50.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0591\/0993\/3222\/files\/Copy_of_Copy_of_NATTY_ADD_-_2.png?v=1747432164"}],"url":"https:\/\/www.sigmasupps.co.uk\/collections\/all-products.oembed","provider":"Sigma Supps","version":"1.0","type":"link"}