{"product_id":"enerza-fp-energy-powder-fruit-punch-sugar-free-140g","title":"Enerza FP Energy Powder Fruit Punch | Sugar-Free| 140g","description":"\u003cdiv\u003e\n\u003cdiv class=\"grid-cols-1 grid gap-2.5 [\u0026amp;_\u0026gt;_*]:min-w-0\"\u003e\n\u003ch2 data-start=\"0\" data-end=\"71\"\u003e\n\u003cstrong data-start=\"0\" data-end=\"27\"\u003eEnerza fp energy powder\u003c\/strong\u003e\u003cbr data-start=\"27\" data-end=\"30\"\u003eFruit punch flavored daily energy support\u003c\/h2\u003e\n\u003cp data-start=\"73\" data-end=\"403\"\u003e\u003cstrong data-start=\"73\" data-end=\"93\"\u003eProduct overview\u003c\/strong\u003e\u003cbr data-start=\"93\" data-end=\"96\"\u003eEnerza fp energy powder is a sugar free dietary supplement designed to support daily energy, focus, and hydration as part of an active lifestyle. It features a balanced blend of botanical sourced caffeine, amino acids, vitamins, and electrolytes in a convenient powder format that allows flexible daily use.\u003c\/p\u003e\n\u003cp data-start=\"405\" data-end=\"738\"\u003e\u003cstrong data-start=\"405\" data-end=\"440\"\u003eFlavor and use case description\u003c\/strong\u003e\u003cbr data-start=\"440\" data-end=\"443\"\u003eThis product features a refreshing fruit punch flavor that mixes easily with water. The powder format allows users to adjust serving size and concentration based on personal preference, making it suitable for use during busy workdays, study sessions, fitness activities, or other daily routines.\u003c\/p\u003e\n\u003cp data-start=\"740\" data-end=\"1096\"\u003e\u003cstrong data-start=\"740\" data-end=\"772\"\u003eIngredient category overview\u003c\/strong\u003e\u003cbr data-start=\"772\" data-end=\"775\"\u003eEnerza fp contains natural caffeine from green tea, L theanine, taurine, a complete B vitamin complex, and essential electrolytes including calcium, magnesium, sodium, and potassium. These ingredients are commonly used in energy and hydration supplements intended to support alertness, nutrient intake, and fluid balance.\u003c\/p\u003e\n\u003cp data-start=\"1098\" data-end=\"1280\"\u003eAdditional ingredients such as polydextrose, citric acid, flavors, sweeteners, and mineral carriers are included to support taste, texture, and stability in a sugar free formulation.\u003c\/p\u003e\n\u003cp data-start=\"1282\" data-end=\"1520\"\u003e\u003cstrong data-start=\"1282\" data-end=\"1299\"\u003eSuggested use\u003c\/strong\u003e\u003cbr data-start=\"1299\" data-end=\"1302\"\u003eMix one scoop with 6 to 10 ounces of water. Serving size may be adjusted based on individual preference and tolerance. Do not exceed five scoops in a 24 hour period. Avoid use close to bedtime if sensitive to caffeine.\u003c\/p\u003e\n\u003cp data-start=\"1522\" data-end=\"1840\"\u003e\u003cstrong data-start=\"1522\" data-end=\"1548\"\u003eWho it is suitable for\u003c\/strong\u003e\u003cbr data-start=\"1548\" data-end=\"1551\"\u003eThis product is intended for adults seeking a sugar free energy supplement to support daily alertness and hydration. It may be suitable for professionals, students, fitness enthusiasts, gamers, shift workers, and individuals looking for an alternative to traditional caffeinated beverages.\u003c\/p\u003e\n\u003cp data-start=\"1842\" data-end=\"2273\"\u003e\u003cstrong data-start=\"1842\" data-end=\"1865\"\u003eSafety and warnings\u003c\/strong\u003e\u003cbr data-start=\"1865\" data-end=\"1868\"\u003eNot intended for individuals under 18 years of age. Do not use if pregnant or nursing unless advised by a healthcare professional. Consult a healthcare provider before use if you have a medical condition or are taking medication. Do not exceed the recommended intake. Store in a cool, dry place away from direct sunlight. Keep out of reach of children. Do not use if the safety seal is damaged or missing.\u003c\/p\u003e\n\u003cp data-start=\"2275\" data-end=\"2344\"\u003eManufactured in a facility that also processes common food allergens.\u003c\/p\u003e\n\u003cp data-start=\"2346\" data-end=\"2523\" data-is-last-node=\"\" data-is-only-node=\"\"\u003e\u003cstrong data-start=\"2346\" data-end=\"2364\"\u003eFDA disclaimer\u003c\/strong\u003e\u003cbr data-start=\"2364\" data-end=\"2367\"\u003eThese 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\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    \/* BASIC STYLING FOR THE COLLAPSIBLE BOX *\/\n    .compliant-disclaimer-box {\n        border: 1px solid #ddd;\n        border-radius: 4px;\n        margin: 20px 0;\n        overflow: hidden;\n        font-size: 14px;\n        line-height: 1.5;\n        max-width: 100%;\n    }\n\n    \/* HIDDEN CHECKBOX - CSS potent formula for click-to-expand *\/\n    .compliant-disclaimer-box input[type=\"checkbox\"] {\n        position: absolute;\n        opacity: 0;\n        z-index: -1;\n    }\n\n    \/* LABEL STYLING (The Clickable Header) *\/\n    .compliant-disclaimer-box label {\n        display: block;\n        padding: 10px 15px;\n        background-color: #fff3cd;\n        cursor: pointer;\n        font-weight: bold;\n        color: #333;\n        position: relative;\n    }\n\n    \/* ARROW ICON *\/\n    .compliant-disclaimer-box label::after {\n        content: '+';\n        position: absolute;\n        right: 15px;\n        font-size: 18px;\n        line-height: 1;\n        transition: transform 0.3s;\n    }\n\n    \/* CONTENT STYLING *\/\n    .compliant-disclaimer-content {\n        max-height: 0;\n        padding: 0 15px;\n        transition: max-height 0.3s ease-out, padding 0.3s ease-out;\n        overflow: hidden;\n        background-color: #fff3cd;\n    }\n\n    \/* SHOW CONTENT WHEN CHECKBOX IS CHECKED *\/\n    .compliant-disclaimer-box input[type=\"checkbox\"]:checked ~ .compliant-disclaimer-content {\n        max-height: 500px; \/* Adjust height as needed for content *\/\n        padding: 15px;\n    }\n\n    \/* ROTATE ARROW WHEN CHECKBOX IS CHECKED *\/\n    .compliant-disclaimer-box input[type=\"checkbox\"]:checked ~ label::after {\n        content: '—';\n        transform: rotate(0deg);\n    }\n\u003c\/style\u003e","brand":"Matevara","offers":[{"title":"Default Title","offer_id":48125869228246,"sku":"OSM0ENFP","price":31.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0806\/7635\/6310\/files\/enerza-fp-energy-powder-fruit-punch-sustained-focus-with-caffeine-l-theanine-electrolytes-sugar-free-140g-2327856.jpg?v=1776465781","url":"https:\/\/gojohealth.com\/products\/enerza-fp-energy-powder-fruit-punch-sugar-free-140g","provider":"Gojo Health","version":"1.0","type":"link"}