{"product_id":"thermogenix-advanced-metabolic-igniter-60-capsules-green-coffee-bean-raspberry-ketone-garcinia-cambogia-extract-for-healthy-weight-management","title":"THERMOGENIX: Advanced Metabolic Igniter | 60 Capsules – Green Coffee Bean, Raspberry Ketone \u0026 Garcinia Cambogia Extract for Healthy Weight Management","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Anton\u0026amp;family=Montserrat:wght@300;500;700;900\u0026amp;family=Orbitron:wght@500;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* 2020WFG \"THERMOGENIX\" TITANIUM EDITION - MASTERON PROTOCOL *\/\n  :root {\n    --titanium-dark: #050505;\n    --titanium-panel: #0f0f0f;\n    \n    \/* YOUR EXACT COLOR CODES *\/\n    --neon-mast: #1ea5ff;     \/* Electric Blue (The \"Cold\" Hard Look) *\/\n    --accent-polish: #ffffff; \/* White (Final Polish) *\/\n    --text-black: #000000;    \/* Black Accent *\/\n    \n    --glass-surface: rgba(255, 255, 255, 0.03);\n    --glass-border: rgba(30, 165, 255, 0.3);\n    --text-white: #ffffff;\n    --text-silver: #a0a0a0;\n    \n    \/* TYPOGRAPHY SYSTEM *\/\n    --font-header: 'Anton', sans-serif; \n    --font-tech: 'Orbitron', sans-serif; \n    --font-body: 'Montserrat', sans-serif;\n  }\n\n  \/* RESET \u0026 BASE *\/\n  .titan-wrapper {\n    background-color: var(--titanium-dark);\n    color: var(--text-white);\n    font-family: var(--font-body);\n    line-height: 1.6;\n    overflow-x: hidden;\n    position: relative;\n    font-size: 16px;\n    \/* Blue\/Black Gradient Background *\/\n    background-image: radial-gradient(circle at 50% 0, #001a33 0%, #000 70%);\n  }\n  \n  .titan-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n    position: relative;\n    z-index: 2;\n  }\n\n  \/* --- ANIMATION ENGINE --- *\/\n  @keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-15px); } 100% { transform: translateY(0px); } }\n  @keyframes pulse-mast-glow { 0% { box-shadow: 0 0 5px var(--neon-mast); border-color: var(--neon-mast); } 50% { box-shadow: 0 0 20px 5px rgba(30, 165, 255, 0.4); border-color: var(--accent-polish); } 100% { box-shadow: 0 0 5px var(--neon-mast); border-color: var(--neon-mast); } }\n  @keyframes scanline-polish { 0% { top: 0%; opacity: 0; } 50% { opacity: 1; box-shadow: 0 0 15px var(--accent-polish); } 100% { top: 100%; opacity: 0; } }\n  @keyframes text-flicker { 0% { opacity: 1; } 95% { opacity: 1; } 96% { opacity: 0.8; } 97% { opacity: 1; } 98% { opacity: 0.5; } 100% { opacity: 1; } }\n\n  .reveal-entry { animation: cinematicFade 0.8s ease-out forwards; opacity: 0; }\n  @keyframes cinematicFade { 0% { opacity: 0; transform: translateY(30px); } 100% { opacity: 1; transform: translateY(0); } }\n\n  \/* --- HERO SECTION --- *\/\n  .titan-hero {\n    min-height: 85vh;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    position: relative;\n    border-bottom: 2px solid var(--neon-mast);\n    padding: 40px 0;\n    box-shadow: 0 10px 50px -20px rgba(30, 165, 255, 0.2);\n  }\n\n  .hero-content { flex: 1; padding-right: 40px; z-index: 3; }\n\n  \/* HERO TAG *\/\n  .hero-tag {\n    background: var(--neon-mast);\n    color: var(--text-black);\n    padding: 5px 15px;\n    font-family: var(--font-tech);\n    font-size: 0.8rem;\n    letter-spacing: 2px;\n    font-weight: 800;\n    display: inline-block;\n    margin-bottom: 20px;\n    border: 1px solid var(--accent-polish);\n    box-shadow: 0 0 20px rgba(30, 165, 255, 0.6);\n    animation: pulse-mast-glow 3s infinite;\n  }\n\n  h1.hero-title {\n    font-family: var(--font-header);\n    font-size: 5.5rem;\n    line-height: 0.9;\n    text-transform: uppercase;\n    margin: 0 0 20px 0;\n    color: var(--text-white);\n    text-shadow: 0 0 20px rgba(0,0,0,0.8);\n  }\n  \n  h1.hero-title span {\n    color: var(--neon-mast); \n    font-family: var(--font-tech);\n    font-size: 2.2rem;\n    display: block;\n    letter-spacing: 4px;\n    margin-top: 5px;\n    text-shadow: 0 0 15px var(--neon-mast);\n    animation: text-flicker 4s infinite;\n  }\n\n  \/* BOTTLE DISPLAY *\/\n  .hero-visual-stage {\n    flex: 1;\n    position: relative;\n    height: 550px;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n  }\n\n  .bottle-core {\n    position: relative;\n    z-index: 5;\n    width: 320px;\n    animation: float 6s ease-in-out infinite;\n    filter: drop-shadow(0 20px 50px rgba(0,0,0,0.9));\n  }\n  .bottle-core img { width: 100%; display: block; }\n  \n  \/* WHITE LASER SCANNER *\/\n  .bottle-core::after {\n    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px;\n    background: var(--accent-polish);\n    box-shadow: 0 0 20px var(--neon-mast);\n    opacity: 0.8;\n    animation: scanline-polish 3s linear infinite;\n  }\n\n  \/* DATA BOXES *\/\n  .hero-data-points {\n    position: absolute;\n    right: -40px;\n    top: 50%;\n    transform: translateY(-50%);\n    display: flex;\n    flex-direction: column;\n    gap: 15px;\n  }\n  .data-box {\n    background: rgba(10, 10, 10, 0.9);\n    border-right: 3px solid var(--neon-mast);\n    padding: 15px 20px;\n    text-align: right;\n    backdrop-filter: blur(5px);\n    transition: 0.3s;\n    width: 220px;\n    cursor: pointer;\n  }\n  .data-box:hover {\n    background: var(--neon-mast); \n    box-shadow: 0 0 25px rgba(30, 165, 255, 0.8);\n    transform: translateX(-10px);\n    border-right-color: var(--accent-polish);\n  }\n  .data-box h3 { font-family: var(--font-header); font-size: 1.5rem; margin: 0; color: #fff; line-height: 1; text-transform: uppercase; }\n  .data-box p { margin: 0; font-size: 0.75rem; font-family: var(--font-tech); letter-spacing: 1px; color: var(--text-silver); }\n  \n  \/* HOVER EFFECT: Text turns BLACK for readability on bright blue *\/\n  .data-box:hover h3 { color: #000; text-shadow:none; } \n  .data-box:hover p { color: #000; font-weight:800; }\n\n  \/* --- SECTION: INFLUENCER COLLAB --- *\/\n  .collab-strip {\n    background: linear-gradient(90deg, #000, #111, #000);\n    border-bottom: 1px solid #333;\n    padding: 20px 0;\n    margin-bottom: 60px;\n    box-shadow: inset 0 0 20px rgba(0,0,0,1);\n  }\n  .collab-content {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n  .collab-badge {\n    font-family: var(--font-tech);\n    font-weight: 700;\n    color: var(--text-white);\n    font-size: 1rem;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .collab-dot { width: 8px; height: 8px; background: var(--neon-mast); border-radius: 50%; box-shadow: 0 0 10px var(--neon-mast); animation: pulse-mast-glow 1s infinite; }\n  .collab-quote { font-style: italic; color: var(--text-silver); font-size: 0.9rem; }\n\n  \/* --- SECTION: USAGE \u0026 SPECS --- *\/\n  .specs-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 40px;\n    margin: 60px 0;\n  }\n\n  .glass-card {\n    background: rgba(15, 15, 15, 0.6);\n    border: 1px solid rgba(255, 255, 255, 0.05);\n    padding: 30px;\n    position: relative;\n    overflow: hidden;\n    transition: all 0.4s ease;\n  }\n  .glass-card:hover {\n    border-color: var(--neon-mast);\n    box-shadow: 0 0 30px rgba(30, 165, 255, 0.2);\n    transform: translateY(-5px);\n  }\n\n  .glass-card h3 { font-family: var(--font-header); font-size: 2rem; color: #fff; margin: 0 0 15px 0; text-transform: uppercase; }\n  .glass-card h3 span { color: var(--neon-mast); text-shadow: 0 0 10px var(--neon-mast); }\n  \n  .spec-list { list-style: none; padding: 0; margin: 0; }\n  .spec-list li {\n    padding: 15px 0;\n    border-bottom: 1px solid rgba(255,255,255,0.1);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n  .spec-label { font-weight: 700; color: #fff; font-size: 1rem; font-family: var(--font-tech); }\n  .spec-val { color: var(--text-silver); text-align: right; font-size: 0.9rem; max-width: 60%; }\n\n  \/* --- SECTION: SCIENCE --- *\/\n  .science-header { text-align: center; margin-bottom: 40px; }\n  .science-header h2 { font-family: var(--font-header); font-size: 3.5rem; color: #fff; margin: 0; text-shadow: 0 0 20px rgba(255,255,255,0.1); }\n  \n  .ing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 15px; }\n  .ing-card { \n    background: #080808; \n    border: 1px solid #222; \n    padding: 25px; \n    transition: 0.3s; \n    position: relative; \n  }\n  .ing-card:hover { \n    border-color: var(--accent-polish); \n    transform: translateY(-5px); \n    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);\n  }\n  .ing-title { font-family: var(--font-header); font-size: 1.4rem; color: #fff; margin-bottom: 10px; }\n  .ing-desc { font-size: 0.85rem; color: #888; }\n  \n  \/* --- SECTION: FAQ \u0026 DEPLOYMENT --- *\/\n  .deploy-box {\n    background: rgba(30, 165, 255, 0.05);\n    border: 1px solid var(--neon-mast);\n    padding: 30px;\n    margin-top: 60px;\n    box-shadow: 0 0 15px rgba(30, 165, 255, 0.1);\n    animation: pulse-mast-glow 4s infinite;\n  }\n  .deploy-title { font-family: var(--font-tech); color: var(--neon-mast); font-size: 1.2rem; margin-bottom: 15px; letter-spacing: 2px; text-shadow: 0 0 10px var(--neon-mast); }\n\n  \/* --- MOBILE RESPONSIVE FIXES --- *\/\n  @media (max-width: 768px) {\n    .titan-hero { flex-direction: column; padding-top: 20px; text-align: center; height: auto; }\n    .hero-content { padding-right: 0; margin-bottom: 30px; width: 100%; }\n    h1.hero-title { font-size: 3.8rem; line-height: 1; }\n    h1.hero-title span { font-size: 1.5rem; letter-spacing: 2px; }\n    \n    .hero-visual-stage { height: 400px; width: 100%; margin-bottom: 20px; }\n    .bottle-core { width: 220px; }\n    \n    \/* MOBILE STACK *\/\n    .hero-data-points {\n      position: relative;\n      right: auto;\n      top: auto;\n      transform: none;\n      width: 100%;\n      flex-direction: column; \n      align-items: center;\n      gap: 15px;\n      margin-top: 20px;\n    }\n    .data-box { \n      width: 85%; \n      max-width: 300px;\n      text-align: center; \n      border-right: 3px solid var(--neon-mast);\n    }\n    .data-box:hover { transform: scale(1.02); }\n    \n    .collab-content { flex-direction: column; text-align: center; gap: 10px; }\n    .specs-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"titan-wrapper\"\u003e\n\u003cdiv class=\"titan-hero\"\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; width: 100%;\" class=\"titan-container\"\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; align-items: center; width: 100%;\"\u003e\n\u003cdiv class=\"hero-content reveal-entry\"\u003e\n\u003cdiv class=\"hero-tag\"\u003eSERIES: FINISH-012\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eTHERMOGENIX\u003cbr\u003e\u003cspan\u003ePROTOCOL\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp style=\"color: var(--text-silver); border-left: 3px solid var(--neon-mast); padding-left: 15px; margin-bottom: 20px;\"\u003eThe \u003cstrong\u003eCosmetic Finisher\u003c\/strong\u003e. Designed to eliminate the last layer of blur, creating a hard, grainy aesthetic for the final weeks of prep.\u003c\/p\u003e\n\u003cdiv style=\"font-family: var(--font-tech); color: var(--neon-mast); font-size: 0.9rem; text-shadow: 0 0 8px var(--neon-mast);\"\u003e\/\/\/ SYSTEM STATUS: HARDENING AGENT\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"animation-delay: 0.2s;\" class=\"hero-visual-stage reveal-entry\"\u003e\n\u003cdiv class=\"bottle-core\" style=\"text-align: center;\"\u003e\u003cimg alt=\"THERMOGENIX Hardening Agent\" src=\"https:\/\/12emy70b785ghvs0-58121191537.shopifypreview.com\/cdn\/shop\/files\/11.png?v=1761642953\u0026amp;width=1400\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-data-points\"\u003e\n\u003cdiv class=\"data-box\"\u003e\n\u003ch3\u003eDENSITY\u003c\/h3\u003e\n\u003cp\u003eHARD MUSCLE TEXTURE\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"data-box\"\u003e\n\u003ch3\u003ePOLISH\u003c\/h3\u003e\n\u003cp\u003eFINAL STAGE DEFINITION\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"data-box\"\u003e\n\u003ch3\u003eGRAIN\u003c\/h3\u003e\n\u003cp\u003eENHANCED SEPARATION\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collab-strip\"\u003e\n\u003cdiv class=\"titan-container collab-content\"\u003e\n\u003cdiv class=\"collab-badge\"\u003e\n\u003cdiv class=\"collab-dot\"\u003e\u003cbr\u003e\u003c\/div\u003e\nOFFICIAL FINISHER: \u003cspan\u003eRIPGANG x 2020WFG\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collab-quote\"\u003e\"When the diet is done but the look isn't perfect, this adds the grain.\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"titan-container\"\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"glass-card reveal-entry\"\u003e\n\u003ch3\u003eMECHANISM OF \u003cspan\u003eACTION\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp style=\"color: var(--text-silver); margin-bottom: 20px;\"\u003eTHERMOGENIX mimics the \u003cstrong\u003e\"Hardening Effect\"\u003c\/strong\u003e of the Golden Era's favorite pre-contest compound. By targeting stubborn lipid stores and creating a favorable aesthetic environment, it delivers the \"Photoshop\" look in real life.\u003c\/p\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-label\"\u003eCLASS\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eCosmetic Hardener\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-label\"\u003eEFFECT\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eGrainy Detail\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-label\"\u003eUSE CASE\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003ePre-Contest \/ Photoshoot\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border-color: var(--neon-mast);\" class=\"glass-card reveal-entry\"\u003e\n\u003ch3\u003eDEPLOYMENT \u003cspan\u003eSTRATEGY\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp style=\"color: var(--text-silver); margin-bottom: 20px;\"\u003eBest utilized when you are already lean (sub-12% body fat) to polish the physique and bring out the \"Roadmap\" vascularity.\u003c\/p\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-label\"\u003eDOSAGE\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e2 Capsules Daily\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-label\"\u003eTIMING\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003ePre-Cardio\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-label\"\u003eSTACK WITH\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eWINSROL (Dryness)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"science-header\"\u003e\n\u003ch2\u003eCOMPOUND INTELLIGENCE\u003c\/h2\u003e\n\u003cp style=\"color: var(--neon-mast); font-family: var(--font-tech); letter-spacing: 2px; text-shadow: 0 0 10px var(--neon-mast);\"\u003eCLINICAL GRADE \/\/ NO FILLERS\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 60px;\" class=\"ing-grid\"\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cdiv class=\"ing-title\"\u003eRASPBERRY KETONES\u003c\/div\u003e\n\u003cdiv class=\"ing-desc\"\u003eThe Polisher. Increases Adiponectin, a hormone that regulates glucose levels and fatty acid breakdown, helping to reveal deep cuts.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cdiv class=\"ing-title\"\u003eGARCINIA (HCA)\u003c\/div\u003e\n\u003cdiv class=\"ing-desc\"\u003eThe Sculptor. Inhibits ATP Citrate Lyase, preventing the body from storing new fat deposits during the critical final weeks.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cdiv class=\"ing-title\"\u003eGREEN COFFEE EXTRACT\u003c\/div\u003e\n\u003cdiv class=\"ing-desc\"\u003eThe Detailer. Reduces glucose absorption, ensuring the muscle looks hard and separated rather than soft and washed out.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cdiv class=\"ing-title\"\u003eTHERMOGENIC MATRIX\u003c\/div\u003e\n\u003cdiv class=\"ing-desc\"\u003eProvides the finishing heat needed to evaporate the final film of water blurring your definition.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"deploy-box\"\u003e\n\u003cdiv class=\"deploy-title\"\u003e\/\/\/ TACTICAL F.A.Q.\u003c\/div\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 20px;\"\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #fff;\"\u003eDO I NEED TO BE LEAN?\u003c\/strong\u003e\n\u003cp style=\"color: var(--text-silver); font-size: 0.9rem;\"\u003eIt works best when you are already somewhat lean to reveal the \"Master-Level\" details.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #fff;\"\u003eDOES IT AFFECT HAIR?\u003c\/strong\u003e\n\u003cp style=\"color: var(--text-silver); font-size: 0.9rem;\"\u003eNegative. Unlike the synthetic androgen it mimics, THERMOGENIX does not cause hairline shedding.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; padding: 40px 0; margin-top: 40px; color: #555; font-size: 0.8rem; border-top: 1px solid #222;\"\u003e⚠️ \u003cstrong\u003eWARNING:\u003c\/strong\u003e High potency finishing agent. Do not exceed recommended dose. Not intended for persons under 18. \u003cbr\u003e\u003cbr\u003e*These statements have not been evaluated by the Food and Drug Administration. This product is not intended to diagnose, treat, cure, or prevent any disease.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"2020WFG","offers":[{"title":"Default Title","offer_id":45036223791183,"sku":"ROC105","price":50.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/6742\/1263\/files\/11_59b84f33-e0d0-48ee-89bc-3ce36ba91016.png?v=1774819981","url":"https:\/\/ironforgedlife.com\/products\/thermogenix-advanced-metabolic-igniter-60-capsules-green-coffee-bean-raspberry-ketone-garcinia-cambogia-extract-for-healthy-weight-management","provider":"Iron Forged Health and Wellness","version":"1.0","type":"link"}