Daily
.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:stretch; } .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; align-content:center; flex:1; } .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:22px; 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__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:11px; padding:4px 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; } /* ---------- 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; word-break:break-word; } .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; } .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-facts__title { font-size:22px; } .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. (Icon SVGs use their own inline fills and are unaffected.) */ .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__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-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; } Product Details Daily is more than a multivitamin — it's formulated with clinically studied ingredients like berberine, alpha-lipoic acid, green tea extract, carnitine, and chromium to support metabolic health and overall wellness. These nutrients help promote healthy glucose metabolism, insulin sensitivity, and fat utilization while also filling daily nutritional gaps. Designed to complement weight loss therapies or stand alone, Daily supports long-term energy, weight management, and vitality.1–9 Blood Sugar Balance Amplify Metabolism Daily Nutrition What's Inside More than a multivitamin. Berberine 50 mg Supports glucose metabolism — helps enhance insulin sensitivity.1 Alpha-Lipoic Acid 125 mg Helps improve mitochondrial energy — supports metabolic efficiency.2 Green Tea Extract (EGCG) 50 mg Polyphenol with fat metabolism effects — supports fat oxidation.3–5 Carnitine 25 mg Helps fat transport into mitochondria — supports fatty acid metabolism.6 Chromium 35 mcg May enhance insulin action — helps improve glycemic control.7–9 Supplement Facts Serving Size: 2 capsules Servings Per Container: 30 % Daily Value* Vitamin A (as Retinyl Palmitate) 90 mcg RAE100% Vitamin C (as Ascorbic Acid) 90 mg100% Vitamin D3 (as Cholecalciferol) 20 mcg (800 IU)100% Vitamin E (as d-Alpha Tocopheryl Acetate) 22.4 mg100% Thiamin (as Thiamine Mononitrate) 1.2 mg100% Vitamin B2 (as Riboflavin) 1.3 mg100% Niacin (as Niacinamide) 16 mg100% Vitamin B6 (as Pyridoxine) 1.7 mg100% Folate (as 5-MTHF Calcium) 0.4 mg100% Vitamin B12 (as Methylcobalamin) 2.4 mcg100% Biotin 30 mcg100% Zinc (Bisglycinate) 11 mg100% Copper (Bisglycinate Chelate) 0.9 mg100% Magnesium (Oxide) 100 mg24% Chromium (Picolinate) 35 mcg100% Pantothenic Acid (Calcium Pantothenate) 5 mg100% Alpha Lipoic Acid 125 mg† Taurine 75 mg† Cinnamon Bark Extract 50 mg† Ginger Extract (5% Gingerols) 50 mg† Berberine HCl 50 mg† N-Acetyl L-Cysteine 35 mg† Acetyl L-Carnitine 25 mg† Forskolin Extract 25 mg† Quercetin Dihydrate 25 mg† Dandelion Root Extract 25 mg† Green Tea Leaf Extract (decaffeinated; std. 50% EGCG) 50 mg† *Percent Daily Values are based on a 2,000 calorie diet. † Daily Value not established. Other Ingredients: Microcrystalline Cellulose (MCC), Cellulose (capsule), Silicon Dioxide. Potential Benefits Built to boost results. Provides essential daily vitamins and nutrients for overall wellness1–9 Supports healthy glucose metabolism and insulin sensitivity1–2,6–9 Promotes fat oxidation and metabolic efficiency3–6 Complements weight loss regimens to enhance weight management goals1–5 Helps sustain energy and long-term vitality2,6–9 How to Use Two capsules. With a meal. Take 2 capsules daily with a meal. Consistency is key for optimal results. Popular Questions FAQs How is Daily different from other multivitamins? Daily combines essential vitamins with clinically studied metabolic ingredients like berberine, alpha-lipoic acid, green tea extract, carnitine, and chromium. This unique blend supports glucose metabolism, insulin sensitivity, and fat utilization in addition to daily nutrition.1–9 Can Daily support weight management? Yes. Ingredients such as berberine, green tea extract (EGCG), and carnitine have been shown in clinical studies to support fat metabolism and help improve glucose balance, which may contribute to healthier weight management when combined with lifestyle changes.1–6 Is Daily suitable for everyday use? Yes. Daily is formulated as a comprehensive multivitamin for daily use, and its metabolic ingredients have been studied extensively for long-term suitability when used as directed.1–9 References Yin J, Xing H, Ye J. Efficacy of berberine in patients with type 2 diabetes mellitus. Metabolism. 2008;57(5):712-717. doi:10.1016/j.metabol.2008.01.013 Ansar H, Mazloom Z, Kazemi F, Hejazi N. Effect of alpha-lipoic acid on blood glucose, insulin resistance and glutathione peroxidase of type 2 diabetic patients. Saudi Med J. 2011;32(6):584-588. Klaus S, Pültz S, Thöne-Reineke C, Wolfram S. Epigallocatechin gallate attenuates diet-induced obesity in mice by decreasing energy absorption and increasing fat oxidation. Int J Obes (Lond). 2005;29(6):615-623. Wu LY, Juan CC, Hwang LS, Hsu YP, Ho PH, Ho LT. Green tea supplementation ameliorates insulin resistance and increases glucose transporter IV content in a fructose-fed rat model. Eur J Nutr. 2004;43(2):116-124. Tian C, Ye X, Zhang R, et al. Green tea polyphenols reduced fat deposits in high fat-fed rats via the erk1/2-PPARγ-adiponectin pathway. PLoS One. 2013;8(1):e53796. Fathizadeh H, Milajerdi A, Reiner Ž, Kolahdooz F, Asemi Z. The effects of L-carnitine supplementation on glycemic control: a systematic review and meta-analysis of randomized controlled trials. EXCLI J. 2019;18:631-643. Wang ZQ, Zhang XH, Russell JC, Hulver M, Cefalu WT. Chromium picolinate enhances skeletal muscle cellular insulin signaling in vivo in obese, insulin-resistant JCR:LA-cp rats. J Nutr. 2006;136(2):415-420. Asbaghi O, Naeini F, Kaviani M, et al. Effects of chromium supplementation on glycemic control in patients with type 2 diabetes: a systematic review and meta-analysis of randomized controlled trials. Pharmacol Res. 2020;161:105098. Davies S, McLaren Howard J, Hunnisett A, Howard M. Age-related decreases in chromium levels in 51,665 hair, sweat, and serum samples from 40,872 patients. Metabolism. 1997;46(5):469-473. Citations refer to research on the individual ingredients. Individual study results may not reflect the effects of the finished product. Warnings: For adult use only. Consult your healthcare provider if you are pregnant, planning to become pregnant, breastfeeding, taking medications, or have an underlying health condition. Keep out of reach of children and pets. Disclaimer: These statements have not been evaluated by the FDA. This product is not intended to diagnose, treat, cure, or prevent any disease.