{"product_id":"vitapept","title":"VitaPept","description":"\u003c!-- ============================================================\n     VITAPEPT PRODUCT INFORMATION — paste into a \"Custom Liquid\"\n     block on the VitaPept product page in the Horizon theme editor.\n     No images required — pure text\/data accordion.\n     ============================================================ --\u003e\n\n\u003cstyle\u003e\n  .jh-pinfo {\n    --jh-blue: #1B6FA8;\n    --jh-teal-deep: rgb(var(--color-foreground-rgb, 30 40 35));\n    --jh-card: rgb(var(--color-background-rgb, 255 255 255));\n    --jh-ink: var(--color-foreground, #24291F);\n    --jh-ink-soft: rgb(var(--color-foreground-rgb, 40 40 40) \/ var(--opacity-70, 0.7));\n    --jh-line: var(--border-color, #E4DFD2);\n    --jh-tint: rgb(27 111 168 \/ 0.06);\n\n    max-width: var(--normal-page-width, 900px);\n    margin: 0 auto;\n    padding: 32px 20px;\n    font-family: var(--font-body--family, -apple-system, BlinkMacSystemFont, sans-serif);\n    color: var(--jh-ink);\n    box-sizing: border-box;\n  }\n  .jh-pinfo *, .jh-pinfo *::before, .jh-pinfo *::after {\n    box-sizing: border-box;\n  }\n\n  \/* ---------- Quick stats strip ---------- *\/\n  .jh-pinfo__stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n    margin-bottom: 28px;\n  }\n  .jh-pinfo__stat {\n    background: var(--jh-tint);\n    border-radius: var(--style-border-radius-md, 12px);\n    padding: 16px 14px;\n    text-align: center;\n  }\n  .jh-pinfo__stat-value {\n    font-size: clamp(20px, 3vw, 26px);\n    font-weight: 700;\n    color: var(--jh-blue);\n    line-height: 1.1;\n    margin: 0 0 4px;\n  }\n  .jh-pinfo__stat-label {\n    font-size: var(--font-size--2xs, 12px);\n    color: var(--jh-ink-soft);\n    line-height: 1.3;\n    margin: 0;\n  }\n\n  \/* ---------- Accordion ---------- *\/\n  .jh-pinfo__item {\n    border-top: 1px solid var(--jh-line);\n  }\n  .jh-pinfo__item:last-child {\n    border-bottom: 1px solid var(--jh-line);\n  }\n  .jh-pinfo__summary {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 18px 4px;\n    cursor: pointer;\n    font-size: var(--font-size--md, 16px);\n    font-weight: 600;\n    color: var(--jh-teal-deep);\n    list-style: none;\n  }\n  .jh-pinfo__summary::-webkit-details-marker { display: none; }\n  .jh-pinfo__summary::after {\n    content: \"+\";\n    flex: none;\n    font-size: 20px;\n    font-weight: 400;\n    color: var(--jh-blue);\n    transition: transform 0.15s ease-in-out;\n  }\n  .jh-pinfo__item[open] .jh-pinfo__summary::after {\n    content: \"−\";\n  }\n  .jh-pinfo__body {\n    padding: 0 4px 22px;\n    font-size: var(--font-size--sm, 15px);\n    line-height: var(--line-height--body-loose, 1.65);\n    color: var(--jh-ink-soft);\n  }\n  .jh-pinfo__body p { margin: 0 0 14px; }\n  .jh-pinfo__body p:last-child { margin-bottom: 0; }\n  .jh-pinfo__body strong { color: var(--jh-ink); font-weight: 600; }\n\n  .jh-pinfo__list {\n    margin: 0 0 14px;\n    padding-left: 20px;\n  }\n  .jh-pinfo__list li { margin-bottom: 6px; }\n  .jh-pinfo__list li:last-child { margin-bottom: 0; }\n\n  \/* Steps (How to Use) *\/\n  .jh-pinfo__steps {\n    list-style: none;\n    margin: 0 0 14px;\n    padding: 0;\n    counter-reset: step;\n  }\n  .jh-pinfo__steps li {\n    counter-increment: step;\n    display: flex;\n    gap: 12px;\n    margin-bottom: 12px;\n  }\n  .jh-pinfo__steps li::before {\n    content: counter(step);\n    flex: none;\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    background: var(--jh-blue);\n    color: #FFFFFF;\n    font-size: 12px;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  \/* Simple data table (testing results) *\/\n  .jh-pinfo__table {\n    width: 100%;\n    border-collapse: collapse;\n    margin: 0 0 14px;\n    font-size: var(--font-size--xs, 13px);\n  }\n  .jh-pinfo__table th,\n  .jh-pinfo__table td {\n    text-align: left;\n    padding: 8px 10px;\n    border-bottom: 1px solid var(--jh-line);\n  }\n  .jh-pinfo__table th {\n    color: var(--jh-teal-deep);\n    font-weight: 600;\n  }\n  .jh-pinfo__table td--highlight {\n    color: var(--jh-blue);\n    font-weight: 700;\n  }\n\n  .jh-pinfo__note {\n    background: var(--jh-tint);\n    border-radius: var(--style-border-radius-sm, 8px);\n    padding: 12px 14px;\n    font-size: var(--font-size--2xs, 13px);\n    margin-top: 4px;\n  }\n\n  \/* ---------- Responsive: mobile ---------- *\/\n  @media (max-width: 600px) {\n    .jh-pinfo { padding: 24px 14px; }\n    .jh-pinfo__stats { gap: 8px; margin-bottom: 22px; }\n    .jh-pinfo__stat { padding: 12px 8px; }\n    .jh-pinfo__table { font-size: 12px; }\n    .jh-pinfo__table th, .jh-pinfo__table td { padding: 6px 6px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"jh-pinfo\"\u003e\n\n  \u003c!-- Quick stats --\u003e\n  \u003cdiv class=\"jh-pinfo__stats\"\u003e\n    \u003cdiv class=\"jh-pinfo__stat\"\u003e\n      \u003cp class=\"jh-pinfo__stat-value\"\u003e96.2×\u003c\/p\u003e\n      \u003cp class=\"jh-pinfo__stat-label\"\u003eantioxidant capacity vs. standard reference (Trolox)\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"jh-pinfo__stat\"\u003e\n      \u003cp class=\"jh-pinfo__stat-value\"\u003e15\u003c\/p\u003e\n      \u003cp class=\"jh-pinfo__stat-label\"\u003esachets per box (5g each, 75g total)\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"jh-pinfo__stat\"\u003e\n      \u003cp class=\"jh-pinfo__stat-value\"\u003e0\u003c\/p\u003e\n      \u003cp class=\"jh-pinfo__stat-label\"\u003esugar added (sweetened with sucralose)\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"jh-pinfo__note\" style=\"margin-bottom: 28px;\"\u003eSweetened with sucralose, a zero-calorie sweetener — this refers to the sweetener itself, not a claim that the sachet as a whole is calorie-free. Exact per-sachet calorie count wasn't in the source material; check with your supplier\/formulation team before publishing a specific number.\u003c\/p\u003e\n\n  \u003c!-- Overview --\u003e\n  \u003cdetails class=\"jh-pinfo__item\" open\u003e\n    \u003csummary class=\"jh-pinfo__summary\"\u003eOverview\u003c\/summary\u003e\n    \u003cdiv class=\"jh-pinfo__body\"\u003e\n      \u003cp\u003eVitaPept is a formulated bioactive peptide developed at Temasek Polytechnic's Centre of Innovation for Complementary Health Products in Singapore, combining small-molecule peptide technology with natural plant and fruit-derived active factors for antioxidant and blood pressure support.\u003c\/p\u003e\n      \u003cp\u003eIt's designed for people who want a daily antioxidant habit that's easy to stick with — a clean-tasting drink rather than a bitter supplement, with the full function of small-molecule peptides intact.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eBest suited for:\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cul class=\"jh-pinfo__list\"\u003e\n        \u003cli\u003eWorking professionals focused on cardiovascular health\u003c\/li\u003e\n        \u003cli\u003eThose in sub-optimal health seeking daily antioxidant support\u003c\/li\u003e\n        \u003cli\u003eMature consumers who prioritize blood pressure health management\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- The Science --\u003e\n  \u003cdetails class=\"jh-pinfo__item\"\u003e\n    \u003csummary class=\"jh-pinfo__summary\"\u003eThe Science\u003c\/summary\u003e\n    \u003cdiv class=\"jh-pinfo__body\"\u003e\n      \u003cp\u003ePeptides are a smaller, more readily absorbed nutrient form than standard protein. Their amino acid structure allows them to neutralize excess free radicals — the molecules behind oxidative stress from everyday sources like sun exposure, inflammation, and daily stress. Left unchecked, oxidative stress is linked to skin aging, fatigue, blood vessel aging, and increased chronic disease risk.\u003c\/p\u003e\n      \u003cp\u003eOne limitation of ordinary peptides: once they've neutralized free radicals, they become oxidized and inactive themselves — so antioxidant protection needs to be continually replenished. VitaPept's formula combines peptides with natural plant and fruit-derived active factors designed to help repair and reactivate oxidized peptides, extending their antioxidant capacity.\u003c\/p\u003e\n\n      \u003cp\u003e\u003cstrong\u003eTotal Antioxidant Capacity (TAC) testing\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cp\u003eThe R\u0026amp;D team tested 9 candidate active-factor formulas, measured in mmol Trolox equivalent per 100g (Trolox is a synthetic antioxidant used as the standard reference in antioxidant testing).\u003c\/p\u003e\n      \u003ctable class=\"jh-pinfo__table\"\u003e\n        \u003ctr\u003e\n\u003cth\u003eFormula\u003c\/th\u003e\n\u003cth\u003eTAC (mmol Trolox \/ 100g)\u003c\/th\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eFormulas 1–4, 6–8 (avg.)\u003c\/td\u003e\n\u003ctd\u003e~1.0–1.4\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eFormula 9\u003c\/td\u003e\n\u003ctd\u003e62.2\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eFormula 5 — VitaPept\u003c\/td\u003e\n\u003ctd class=\"jh-pinfo__table td--highlight\"\u003e96.2\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"jh-pinfo__note\"\u003ePer the formulation team: each 5g sachet's antioxidant capacity is comparable to roughly 2.5 oranges.\u003c\/p\u003e\n\n      \u003cp\u003e\u003cstrong\u003eACE Inhibitory Activity testing\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cp\u003eACE (angiotensin-converting enzyme) inhibition is linked to blood pressure regulation — a lower measured value means stronger inhibitory effect. Tested at two concentrations against a positive control and comparison products, VitaPept measured the lowest (strongest) result of all products tested at both concentrations.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- How to Use --\u003e\n  \u003cdetails class=\"jh-pinfo__item\"\u003e\n    \u003csummary class=\"jh-pinfo__summary\"\u003eHow to Use\u003c\/summary\u003e\n    \u003cdiv class=\"jh-pinfo__body\"\u003e\n      \u003col class=\"jh-pinfo__steps\"\u003e\n        \u003cli\u003ePrepare 200ml of warm water (temperature to your preference).\u003c\/li\u003e\n        \u003cli\u003eOpen the sachet and gently pour the peptide powder into the water.\u003c\/li\u003e\n        \u003cli\u003eLet it sit — it dissolves on its own in 3–5 minutes, no stirring needed.\u003c\/li\u003e\n        \u003cli\u003eFor best results, drink within 1 hour.\u003c\/li\u003e\n      \u003c\/ol\u003e\n      \u003cp\u003e\u003cstrong\u003eRecommended intake:\u003c\/strong\u003e 2 sachets daily, ideally before meals for best absorption. Can be taken alongside other JHBD peptide products.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- Safety \u0026 Certifications --\u003e\n  \u003cdetails class=\"jh-pinfo__item\"\u003e\n    \u003csummary class=\"jh-pinfo__summary\"\u003eSafety \u0026amp; Certifications\u003c\/summary\u003e\n    \u003cdiv class=\"jh-pinfo__body\"\u003e\n      \u003cp\u003eMicrobial and heavy metal testing was conducted independently by \u003cstrong\u003eTÜV SÜD Singapore\u003c\/strong\u003e. All results were within the limits set by Singapore's Health Sciences Authority (HSA) for complementary health products, including heavy metals (arsenic, lead, mercury) and microbial safety across all flavour variants.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eAbout the sweetener (sucralose, 0 sugar \/ 0 calories):\u003c\/strong\u003e Sucralose is approved for use globally, including by the US FDA and the EU, with no identified carcinogenic or genotoxic risk. Official daily safe intake limits are set at 5mg\/kg body weight (US FDA) and 15mg\/kg body weight (EU EFSA). For a 60kg adult, the US FDA limit works out to roughly 120 sachets of VitaPept per day — far above the recommended intake of 2 sachets daily.\u003c\/p\u003e\n      \u003cp class=\"jh-pinfo__note\"\u003eProduct of Singapore. Developed at Temasek Polytechnic's Centre of Innovation for Complementary Health Products.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"Joy \u0026 Health Biotechnology \u0026 Development PTE. LTD","offers":[{"title":"Default Title","offer_id":43725371736154,"sku":null,"price":130.0,"currency_code":"SGD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0734\/0785\/6730\/files\/ChatGPTImage2026_7_24_17_10_35.png?v=1784884292","url":"https:\/\/ejhbd.com\/products\/vitapept","provider":"Joy \u0026 Health Biotechnology \u0026 Development PTE. LTD","version":"1.0","type":"link"}