{"product_id":"hydrabolin-advanced-electrolyte-formula-blue-raspberry-flavor","title":"HYDRABOLIN – Advanced Electrolyte Formula | Blue Raspberry Flavor","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 \"HYDRABOLIN\" TITANIUM EDITION - NEON PINK \u0026 BLUE *\/\n  :root {\n    --titanium-dark: #050505;\n    --titanium-panel: #0f0f0f;\n    \n    \/* YOUR EXACT COLOR CODES *\/\n    --neon-pink: #fd06a8;     \/* Primary Neon Pink *\/\n    --accent-blue: #15a1ff;   \/* Secondary Electric Blue *\/\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    \/* Pink\/Blue Gradient Background *\/\n    background-image: radial-gradient(circle at 50% 0, #1a0011 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-hydro-glow { 0% { box-shadow: 0 0 5px var(--neon-pink); border-color: var(--neon-pink); } 50% { box-shadow: 0 0 20px 5px rgba(21, 161, 255, 0.4); border-color: var(--accent-blue); } 100% { box-shadow: 0 0 5px var(--neon-pink); border-color: var(--neon-pink); } }\n  @keyframes scanline-blue { 0% { top: 0%; opacity: 0; } 50% { opacity: 1; box-shadow: 0 0 15px var(--accent-blue); } 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-pink);\n    padding: 40px 0;\n    box-shadow: 0 10px 50px -20px rgba(253, 6, 168, 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-pink);\n    color: #fff;\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-blue);\n    box-shadow: 0 0 20px rgba(253, 6, 168, 0.6);\n    animation: pulse-hydro-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(--accent-blue); \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(--accent-blue);\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  \/* BLUE LASER SCANNER *\/\n  .bottle-core::after {\n    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px;\n    background: var(--accent-blue);\n    box-shadow: 0 0 20px var(--neon-pink);\n    opacity: 0.8;\n    animation: scanline-blue 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-pink);\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-pink); \n    box-shadow: 0 0 25px rgba(253, 6, 168, 0.8);\n    transform: translateX(-10px);\n    border-right-color: var(--accent-blue);\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 WHITE for readability *\/\n  .data-box:hover h3 { color: #fff; text-shadow:none; } \n  .data-box:hover p { color: #fff; 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(--accent-blue); border-radius: 50%; box-shadow: 0 0 10px var(--accent-blue); animation: pulse-hydro-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-pink);\n    box-shadow: 0 0 30px rgba(253, 6, 168, 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(--accent-blue); text-shadow: 0 0 10px var(--accent-blue); }\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-blue); \n    transform: translateY(-5px); \n    box-shadow: 0 0 20px rgba(21, 161, 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(253, 6, 168, 0.05);\n    border: 1px solid var(--neon-pink);\n    padding: 30px;\n    margin-top: 60px;\n    box-shadow: 0 0 15px rgba(253, 6, 168, 0.1);\n    animation: pulse-hydro-glow 4s infinite;\n  }\n  .deploy-title { font-family: var(--font-tech); color: var(--neon-pink); font-size: 1.2rem; margin-bottom: 15px; letter-spacing: 2px; text-shadow: 0 0 10px var(--neon-pink); }\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-pink);\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: HYDRO-015\u003c\/div\u003e\n\u003ch1 class=\"hero-title\"\u003eHYDRABOLIN\u003cbr\u003e\u003cspan\u003ePROTOCOL\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp style=\"color: var(--text-silver); border-left: 3px solid var(--neon-pink); padding-left: 15px; margin-bottom: 20px;\"\u003eThe \u003cstrong\u003eHyper-Volumization Catalyst\u003c\/strong\u003e. Formulated to drive osmotic fluid into the muscle cell, maximizing fullness, pump, and performance output.\u003c\/p\u003e\n\u003cdiv style=\"font-family: var(--font-tech); color: var(--accent-blue); font-size: 0.9rem; text-shadow: 0 0 8px var(--accent-blue);\"\u003e\/\/\/ SYSTEM STATUS: CELLULAR FLOOD\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=\"HYDRABOLIN Volumizer\" src=\"https:\/\/12emy70b785ghvs0-58121191537.shopifypreview.com\/cdn\/shop\/files\/21.png?v=1761637877\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\u003eVOLUMIZATION\u003c\/h3\u003e\n\u003cp\u003eINTRA-CELLULAR SWELLING\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"data-box\"\u003e\n\u003ch3\u003eELECTROLYTES\u003c\/h3\u003e\n\u003cp\u003eION TRANSPORT MATRIX\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"data-box\"\u003e\n\u003ch3\u003eENDURANCE\u003c\/h3\u003e\n\u003cp\u003eSUSTAINED NEURAL DRIVE\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 VOLUMIZER: \u003cspan\u003eRIPGANG x 2020WFG\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"collab-quote\"\u003e\"Flavor is insane. Pump is insane. I drink this intra-set for the fullness.\"\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;\"\u003eHYDRABOLIN activates the \u003cstrong\u003eOsmotic Transport Pathway\u003c\/strong\u003e. By balancing sodium-potassium pumps, it pulls fluids out of the subcutaneous layer (skin) and into the myofibril (muscle), creating a \"Full \u0026amp; Dry\" look rather than a bloated one.\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\"\u003eVolumization Agent\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-label\"\u003eEFFECT\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eMuscle Fullness\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-label\"\u003eFLAVOR\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eBlue Raspberry\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border-color: var(--neon-pink);\" 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;\"\u003eMandatory for high-intensity sessions where sweat loss threatens to flatten the physique and kill the pump.\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\"\u003e1 Scoop\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-label\"\u003eTIMING\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eIntra-Workout\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-label\"\u003eSTACK WITH\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eANADRAX (Pump)\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-pink); font-family: var(--font-tech); letter-spacing: 2px; text-shadow: 0 0 10px var(--neon-pink);\"\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\"\u003eSODIUM MATRIX\u003c\/div\u003e\n\u003cdiv class=\"ing-desc\"\u003eThe primary driver of blood volume. Sodium is the key transporter that allows creatine and water to enter the muscle cell.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cdiv class=\"ing-title\"\u003ePOTASSIUM CHELATE\u003c\/div\u003e\n\u003cdiv class=\"ing-desc\"\u003eThe anti-cramp agent. Ensures neural signals fire rapidly, preventing mechanical failure during heavy lifts.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cdiv class=\"ing-title\"\u003eMAGNESIUM\u003c\/div\u003e\n\u003cdiv class=\"ing-desc\"\u003eThe metabolic co-factor. Supports ATP production and allows muscle fibers to relax fully between contractions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ing-card\"\u003e\n\u003cdiv class=\"ing-title\"\u003eTRACE MINERALS\u003c\/div\u003e\n\u003cdiv class=\"ing-desc\"\u003eThe micro-support system. Replenishes zinc and calcium lost through sweat to maintain endocrine function.\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;\"\u003eDOES IT CAUSE BLOAT?\u003c\/strong\u003e\n\u003cp style=\"color: var(--text-silver); font-size: 0.9rem;\"\u003eNo. It is designed for *Intra-Cellular* hydration (inside the muscle), not *Subcutaneous* retention (under the skin).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #fff;\"\u003eCONTAINS SUGAR?\u003c\/strong\u003e\n\u003cp style=\"color: var(--text-silver); font-size: 0.9rem;\"\u003eZero sugar. We use performance-grade electrolytes without the insulin spike of cheap sports drinks.\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 electrolyte content. Individuals on sodium-restricted diets should consult a physician. \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":45036225200207,"sku":"ROC617","price":55.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0700\/6742\/1263\/files\/21_73a8a504-16e8-4f10-ae7d-8933d4f95405.png?v=1774820027","url":"https:\/\/ironforgedlife.com\/products\/hydrabolin-advanced-electrolyte-formula-blue-raspberry-flavor","provider":"Iron Forged Health and Wellness","version":"1.0","type":"link"}