Fuel+ | Meal Replacement Shake
.rp { --rp-blue: #1E64F0; --rp-navy: #142850; --rp-blue-300: #B1C7F5; --rp-white: #FCFAFA; --rp-sedona: #FF8C78; /* icon/decoration accent only — never text, per brand guidelines * / --rp-blue-tint: rgba(30, 100, 240, 0.07); --rp-paper: rgba(20, 40, 80, 0.045); --rp-font-display: "Feature Display", "Times New Roman", serif; --rp-font-sans: "Haffer XH", -apple-system, "Helvetica Neue", Arial, sans-serif; --rp-font-mono: "Cartograph CF", ui-monospace, "SFMono-Regular", Menlo, monospace; background: var(--rp-white); color: var(--rp-navy); font-family: var(--rp-font-sans); max-width: 1200px; margin: 0 auto; padding: 0 24px; } .rp * { box-sizing: border-box; } .rp em, .rp i { font-family: var(--rp-font-display); font-style: italic; } .rp-eyebrow { display:block; font-family: var(--rp-font-mono); font-weight:700; font-size:12px; letter-spacing:0.14em; text-transform:uppercase; color: var(--rp-blue); } .rp-eyebrow--light { color: var(--rp-blue-300); } .rp-h2 { font-family: var(--rp-font-sans); font-weight:300; font-size:40px; line-height:1.08; letter-spacing:-0.02em; color: var(--rp-navy); margin:14px 0 28px; max-width:640px; } .rp-block { padding: 64px 0 0; } .rp-block:first-child { padding-top: 56px; } /* ---------- Product Details ---------- */ .rp-desc { font-size:19px; line-height:1.45; color: var(--rp-navy); margin:16px 0 0; max-width:800px; } .rp-desc sup { font-size:0.6em; font-weight:700; color: var(--rp-blue); margin-left:1px; } .rp-pills { display:flex; flex-wrap:wrap; gap:12px; margin:24px 0 0; } .rp-pill { display:inline-flex; align-items:center; gap:9px; padding:9px 14px; border-radius:8px; background: var(--rp-blue-tint); font-family: var(--rp-font-mono); font-weight:700; font-size:11px; letter-spacing:0.06em; text-transform:uppercase; color: var(--rp-blue); } .rp-pill svg { width:18px; height:18px; flex:none; } /* ---------- What's Inside ---------- */ .rp-inside-grid { display:grid; grid-template-columns:1.15fr 0.85fr; gap:36px; align-items:start; } .rp-ingredients { display:flex; flex-direction:column; gap:16px; } .rp-ingredient { padding:26px 28px; border-radius:14px; border:1px solid var(--rp-blue-300); display:grid; grid-template-columns:auto 1fr; gap:4px 20px; align-items:baseline; } .rp-ingredient__name { font-size:21px; font-weight:400; color: var(--rp-navy); } .rp-ingredient__dose { font-family: var(--rp-font-display); font-size:24px; font-weight:300; color: var(--rp-blue); text-align:right; white-space:nowrap; } .rp-ingredient__desc { grid-column:1 / 3; font-size:16px; line-height:1.35; color:#3A4A66; } .rp-ingredient__desc sup { font-size:0.62em; font-weight:700; color: var(--rp-blue); margin-left:1px; } .rp-facts { border:2px solid var(--rp-navy); background:#fff; padding:16px 18px; color: var(--rp-navy); } .rp-facts__title { font-size:24px; font-weight:600; letter-spacing:-0.02em; padding-bottom:5px; border-bottom:6px solid var(--rp-navy); } .rp-facts__serving { font-size:13px; padding:6px 0 3px; } .rp-facts__servings { font-size:13px; padding:0 0 6px; border-bottom:6px solid var(--rp-navy); } .rp-facts__amount { font-size:12px; font-weight:600; padding:6px 0 0; } .rp-facts__calories { display:flex; justify-content:space-between; align-items:baseline; font-size:28px; font-weight:700; letter-spacing:-0.02em; padding:1px 0 6px; border-bottom:6px solid var(--rp-navy); } .rp-facts__dv { display:flex; justify-content:flex-end; font-size:12px; font-weight:700; padding:5px 0; border-bottom:1px solid var(--rp-navy); } .rp-facts__row { display:flex; justify-content:space-between; align-items:baseline; gap:12px; font-size:13px; padding:6px 0; border-bottom:1px solid var(--rp-navy); } .rp-facts__row:last-of-type { border-bottom:4px solid var(--rp-navy); } .rp-facts__row strong { font-weight:600; } .rp-facts__row span:last-child { white-space:nowrap; } .rp-facts__foot { font-size:11px; line-height:1.4; margin:6px 0 0; } .rp-other-ingredients { font-size:13px; line-height:1.5; color:#5A6B86; margin:14px 0 0; } .rp-other-ingredients strong { color: var(--rp-navy); font-weight:600; } /* ---------- Potential Benefits ---------- */ .rp-benefits-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; } .rp-benefit { padding:26px 28px; border-radius:14px; background: var(--rp-paper); font-size:18px; line-height:1.32; letter-spacing:-0.01em; color: var(--rp-navy); } .rp-benefit sup { font-size:0.62em; font-weight:700; color: var(--rp-blue); margin-left:2px; } /* ---------- How to Use ---------- */ .rp-howto { margin:64px 0 0; display:grid; grid-template-columns:1fr 1fr; align-items:stretch; background: var(--rp-blue); border-radius:32px; overflow:hidden; height:410px; } .rp-howto__text { padding:56px 48px; display:flex; flex-direction:column; justify-content:center; } .rp-howto__headline { font-family: var(--rp-font-display); font-weight:300; font-size:38px; line-height:1.04; letter-spacing:-0.02em; color: var(--rp-white); margin:12px 0 0; } .rp-howto__body { font-size:17px; line-height:1.4; color: var(--rp-white); opacity:0.9; margin:14px 0 0; max-width:400px; } .rp-howto__image { position:relative; overflow:hidden; background: var(--rp-white); display:flex; align-items:center; justify-content:center; } .rp-howto__image img { position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; object-fit:cover; object-position:center; transform:scale(1.05); margin:0 !important; display:block; } .rp-howto__placeholder { font-family: var(--rp-font-mono); font-weight:700; font-size:11px; letter-spacing:0.08em; text-transform:uppercase; color: var(--rp-navy); opacity:0.45; text-align:center; padding:0 24px; line-height:1.7; } /* ---------- FAQ ---------- */ .rp-faq-item { border-top:1px solid var(--rp-blue-300); padding:20px 0; } .rp-faq-item:last-of-type { border-bottom:1px solid var(--rp-blue-300); } .rp-faq-item summary { list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:20px; } .rp-faq-item summary::-webkit-details-marker { display:none; } .rp-faq-q { font-size:20px; font-weight:400; letter-spacing:-0.02em; color: var(--rp-navy); } .rp-faq-plus { flex:none; width:18px; height:18px; position:relative; transition:transform 250ms cubic-bezier(.22,1,.36,1); } .rp-faq-plus::before, .rp-faq-plus::after { content:""; position:absolute; background: var(--rp-blue); } .rp-faq-plus::before { top:8px; left:0; width:18px; height:2px; } .rp-faq-plus::after { left:8px; top:0; width:2px; height:18px; } .rp-faq-item[open] .rp-faq-plus { transform:rotate(45deg); } .rp-faq-a { font-size:16px; line-height:1.45; color:#3A4A66; margin:14px 0 0; max-width:720px; } .rp-faq-a sup { font-size:0.6em; font-weight:700; color: var(--rp-blue); margin-left:1px; } /* ---------- References ---------- */ .rp-refs-list { margin:18px 0 0; padding-left:22px; display:flex; flex-direction:column; gap:10px; } .rp-refs-list li { font-size:13px; line-height:1.5; color:#5A6B86; } .rp-refs-list a { color: var(--rp-blue); text-decoration:underline; } .rp-refs-note { font-size:12px; line-height:1.5; color:#98A3B8; margin:16px 0 0; } /* ---------- Warnings / Disclaimer ---------- */ .rp-warnings-box { padding:24px 28px; border-radius:14px; background: var(--rp-paper); } .rp-warnings-box p { font-size:13px; line-height:1.5; color:#5A6B86; margin:0; } .rp-warnings-box p + p { margin-top:12px; } .rp-warnings-box strong { color: var(--rp-navy); font-weight:600; } /* ---------- Mobile ---------- */ @media (max-width: 749px) { .rp { padding:0 18px; } .rp-block { padding-top:48px; } .rp-h2 { font-size:30px; margin-bottom:20px; } .rp-inside-grid { grid-template-columns:1fr; gap:28px; } .rp-benefits-grid { grid-template-columns:1fr; } .rp-howto { grid-template-columns:1fr; border-radius:24px; height:auto; } .rp-howto__text { padding:36px 24px; } .rp-howto__image { height:360px; } .rp-howto__headline { font-size:30px; } .rp-pills { gap:8px; } } /* ---------- Theme RTE color guard ---------- The theme's .rte container repaints descendant text with its own color at a specificity that beats plain classes. These rules re-assert the component's colors; ".rp " + !important wins. Colors only. */ .rp .rp-eyebrow { color: var(--rp-blue) !important; } .rp .rp-eyebrow--light { color: var(--rp-blue-300) !important; } .rp .rp-h2 { color: var(--rp-navy) !important; } .rp .rp-desc { color: var(--rp-navy) !important; } .rp .rp-desc sup { color: var(--rp-blue) !important; } .rp .rp-pill { color: var(--rp-blue) !important; } .rp .rp-ingredient__name { color: var(--rp-navy) !important; } .rp .rp-ingredient__dose { color: var(--rp-blue) !important; } .rp .rp-ingredient__desc { color:#3A4A66 !important; } .rp .rp-ingredient__desc sup { color: var(--rp-blue) !important; } .rp .rp-facts, .rp .rp-facts__title, .rp .rp-facts__serving, .rp .rp-facts__servings, .rp .rp-facts__amount, .rp .rp-facts__calories, .rp .rp-facts__calories span, .rp .rp-facts__dv, .rp .rp-facts__row, .rp .rp-facts__row span, .rp .rp-facts__row strong, .rp .rp-facts__foot { color: var(--rp-navy) !important; } .rp .rp-other-ingredients { color:#5A6B86 !important; } .rp .rp-other-ingredients strong { color: var(--rp-navy) !important; } .rp .rp-benefit { color: var(--rp-navy) !important; } .rp .rp-benefit sup { color: var(--rp-blue) !important; } .rp .rp-howto__headline { color: var(--rp-white) !important; } .rp .rp-howto__body { color: var(--rp-white) !important; } .rp .rp-howto__placeholder { color: var(--rp-navy) !important; } .rp .rp-faq-q { color: var(--rp-navy) !important; } .rp .rp-faq-a { color:#3A4A66 !important; } .rp .rp-faq-a sup { color: var(--rp-blue) !important; } .rp .rp-refs-list li { color:#5A6B86 !important; } .rp .rp-refs-list a { color: var(--rp-blue) !important; } .rp .rp-refs-note { color:#98A3B8 !important; } .rp .rp-warnings-box p { color:#5A6B86 !important; } .rp .rp-warnings-box strong { color: var(--rp-navy) !important; } /* --- macro stat bar (Fuel+) --- */ .rp-stats { display:flex; flex-wrap:wrap; margin:28px 0 0; border-radius:12px; overflow:hidden; border:1px solid rgba(30,100,240,0.12); } .rp-stat { flex:1 1 25%; min-width:110px; padding:18px 12px; text-align:center; background: var(--rp-blue-tint); border-right:1px solid rgba(30,100,240,0.12); } .rp-stat:last-child { border-right:none; } .rp-stat__num { font-family: var(--rp-font-display); font-size:28px; line-height:1; color: var(--rp-blue); } .rp-stat__label { font-family: var(--rp-font-mono); font-weight:700; font-size:10px; letter-spacing:0.08em; text-transform:uppercase; color: var(--rp-navy); margin-top:8px; } .rp .rp-stat__num { color: var(--rp-blue) !important; } .rp .rp-stat__label { color: var(--rp-navy) !important; } /* --- collapsible ingredients (Fuel+) --- */ .rp-ing-toggle { margin:12px 0 0; border-top:1px solid rgba(20,40,80,0.12); } .rp-ing-toggle summary { list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:10px; padding:12px 0 0; font-family: var(--rp-font-mono); font-weight:700; font-size:11px; letter-spacing:0.06em; text-transform:uppercase; color: var(--rp-navy); } .rp-ing-toggle summary::-webkit-details-marker { display:none; } .rp-ing-plus { flex:none; width:14px; height:14px; position:relative; transition:transform 250ms cubic-bezier(.22,1,.36,1); } .rp-ing-plus::before, .rp-ing-plus::after { content:""; position:absolute; background: var(--rp-blue); } .rp-ing-plus::before { top:6px; left:0; width:14px; height:2px; } .rp-ing-plus::after { left:6px; top:0; width:2px; height:14px; } .rp-ing-toggle[open] .rp-ing-plus { transform:rotate(45deg); } .rp-ing-toggle__body { font-size:12px; line-height:1.6; color:#5A6B86; padding:10px 0 2px; } .rp-contains { font-size:13px; line-height:1.5; color: var(--rp-navy); font-weight:600; margin:12px 0 0; } .rp .rp-ing-toggle summary { color: var(--rp-navy) !important; } .rp .rp-ing-toggle__body { color:#5A6B86 !important; } .rp .rp-contains { color: var(--rp-navy) !important; } Product Details Fuel+ is a research-formulated meal replacement shake with 20 g of protein, 10 g of fiber, polyphenols, and healthy fats to support gut and metabolic health.1–5 Designed as a companion to prescription GLP-1 regimens yet equally beneficial for those not on medications, it helps nourish the microbiome, promote digestive balance, and support energy metabolism.2–5 Delicious and satisfying, Fuel+ makes it easier to maintain healthy nutrition and overall wellness.1–5 20g Protein 10g Fiber 8g Healthy Fats 500mg Polyphenols Support Digestion Boost Energy Support Focus Balanced Nutrition What's Inside A complete meal, built for your gut. Hydrolyzed Collagen Peptides 20 g Highly bioavailable protein — supports joints, gut integrity, and satiety.5 Plant-Based Fiber Blend 10 g Apple, beet, flax, chia, and inulin — helps nourish the microbiome and aid digestion.6–8 Polyphenol Blend Elderberry, acai, and cruciferous extracts — help reduce inflammation and support immunity.2–4 Healthy Fats Plant-based fats from avocado and coconut — provide steady energy.6 Nutrition Facts 30 servings per container Serving Size: 1 Scoop (about 52 g) Amount Per Serving Calories210 % Daily Value* Total Fat 9.5g12% Saturated Fat 4.2g21% Trans Fat 0g Cholesterol 0mg0% Sodium 260mg16% Total Carbohydrate 16.7g6% Dietary Fiber 10g36% Total Sugars 2g Added Sugars 0g0% Protein 20g Vitamin D 2mcg10% Calcium 13.8mg1% Iron 2.5mg14% Potassium 183mg4% *The % Daily Value (DV) tells you how much a nutrient in a serving of food contributes to a daily diet. 2,000 calories a day is used for general nutrition advice. Ingredients Vegan Protein Blend (Pumpkin Seed, Sunflower Seed, Flax Seed), Hydrolyzed Collagen Peptides, Milled Flaxseed, MCT Powder (Coconut MCT Oil, Acacia Gum), Soluble Corn Fiber (Resistant Dextrin), Avocado Oil Powder, Allulose, Beet Root Powder, Apple Pectin, Cocoa Powder, Organic Sprouted Black Chia Seed Powder, Inulin (from Chicory Root), Organic Baobab Fruit Powder, Natural Flavors, Sea Salt, Acai Extract, Elderberry Extract, Silicon Dioxide, Broccoli Powder, Kale Powder, Stevia Leaf Extract, Sucralose, Monk Fruit Extract. Contains ingredients derived from coconut, flax, and chia. Potential Benefits Filling. Balancing. Nourishing. Supports gut microbiome balance1–4 Helps enhance satiety and weight management2–4 Helps promote immune and metabolic health2–4 Helps maintain gut integrity and joint health5 How to Use One scoop, any time. Mix one (1) scoop with 10–12 oz of water or milk. Use as a daily meal replacement or recovery shake. Popular Questions FAQs What makes Fuel+ different from other shakes? It's not just protein — it combines fiber, antioxidants, and healthy fats for gut and metabolic support.2–5 Can Fuel+ replace a full meal? Yes — it provides balanced macronutrients plus gut-supportive fiber.1–5 Is it GLP-1 friendly? Yes, it complements GLP-1 regimens by supporting digestion and satiety. References Puértolas-Balint F, Schroeder BO. Does an apple a day also keep the microbes away? The interplay between diet, microbiota, and host defense peptides at the intestinal mucosal barrier. Front Immunol. 2020;11:1164. Nieman DC, Sakaguchi CA, Omar AM, et al. Blueberry intake elevates post-exercise anti-inflammatory oxylipins: a randomized trial. Sci Rep. 2023;13(1):11976. Song H, Shen X, Deng R, et al. Dietary anthocyanin-rich extract of açai protects from diet-induced obesity, liver steatosis, and insulin resistance with modulation of gut microbiota in mice. Nutrition. 2021;86:111176. Nakano H, Wu S, Sakao K, et al. Bilberry anthocyanins ameliorate NAFLD by improving dyslipidemia and gut microbiome dysbiosis. Nutrients. 2020;12(11):3252. Martínez-Puig D, Costa-Larrión E, Rubio-Rodríguez N, Gálvez-Martín P. Collagen supplementation for joint health: the link between composition and scientific knowledge. Nutrients. 2023;15(6):1332. So D, Whelan K, Rossi M, et al. Dietary fiber intervention on gut microbiota composition in healthy adults: a systematic review and meta-analysis. Am J Clin Nutr. 2018;107(6):965-983. Niero M, Bartoli G, De Colle P, et al. Impact of dietary fiber on inflammation and insulin resistance in older patients: a narrative review. Nutrients. 2023;15(10):2365. Gaskins AJ, Mumford SL, Zhang C, et al. Effect of daily fiber intake on reproductive function: the BioCycle Study. Am J Clin Nutr. 2009;90(4):1061-1069. Citations refer to research on the individual ingredients. Individual study results may not reflect the effects of the finished product. Warnings: Consult your healthcare provider before use if you are pregnant, planning to become pregnant, nursing, or taking any medications. Contains ingredients derived from coconut, flax, and chia. Do not use if the seal is broken or missing. Keep out of reach of children and pets. Disclaimer: 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.
More you might like
Related
USN Diet Fuel Ultralean Meal Replacement Shake
Related
NATURE FUEL KETO MEAL REPLACEMENT DOUBLE CHOCOLATE MILK SHAK
Related
USN Diet Fuel Ultralean Vanilla Flavoured Meal Replacement S
Related