{"product_id":"okra-polysaccharides-oyster-peptide","title":"Okra Polysaccharides \u0026 Oyster Peptide","description":"\u003c!-- ============================================================\n     OKRA POLYSACCHARIDES \u0026 OYSTER PEPTIDE — PRODUCT INFORMATION\n     Paste into a \"Custom Liquid\" block on the product page in the\n     Horizon theme editor. No images required.\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(18px, 2.6vw, 24px);\n    font-weight: 700;\n    color: var(--jh-blue);\n    line-height: 1.15;\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  }\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  \/* Two-column ingredient comparison *\/\n  .jh-pinfo__dual {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n    margin-bottom: 14px;\n  }\n  .jh-pinfo__dual-col {\n    background: var(--jh-tint);\n    border-radius: var(--style-border-radius-sm, 8px);\n    padding: 14px 16px;\n  }\n  .jh-pinfo__dual-col p {\n    font-size: var(--font-size--xs, 13px);\n    margin: 0 0 8px;\n  }\n  .jh-pinfo__dual-label {\n    font-size: var(--font-size--2xs, 11px);\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    font-weight: 700;\n    color: var(--jh-blue);\n    margin: 0 0 8px;\n  }\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  .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__dual { grid-template-columns: 1fr; gap: 10px; }\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\"\u003e2\u003c\/p\u003e\n      \u003cp class=\"jh-pinfo__stat-label\"\u003enatural sources — okra polysaccharides + oyster peptides\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"jh-pinfo__stat\"\u003e\n      \u003cp class=\"jh-pinfo__stat-value\"\u003e\u0026lt;1000 Da\u003c\/p\u003e\n      \u003cp class=\"jh-pinfo__stat-label\"\u003eoyster peptide molecular weight — small enough for direct absorption\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"jh-pinfo__stat\"\u003e\n      \u003cp class=\"jh-pinfo__stat-value\"\u003e50\u003c\/p\u003e\n      \u003cp class=\"jh-pinfo__stat-label\"\u003etablets per box\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\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\u003eThis formula pairs two complementary natural sources: okra — sometimes called \"green ginseng\" for its nutrient density — and small-molecule oyster peptides, produced from oyster meat through enzymatic hydrolysis. Together, they're formulated to support liver and kidney wellness, immune function, and everyday antioxidant needs.\u003c\/p\u003e\n      \u003cp\u003eOkra contributes polysaccharides and soluble dietary fibre; oyster contributes easily-absorbed peptides and zinc. Each ingredient is sourced and processed separately, then combined for their complementary benefits.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- The Ingredients --\u003e\n  \u003cdetails class=\"jh-pinfo__item\"\u003e\n    \u003csummary class=\"jh-pinfo__summary\"\u003eThe Ingredients\u003c\/summary\u003e\n    \u003cdiv class=\"jh-pinfo__body\"\u003e\n      \u003cp\u003eThe sticky substance released when okra is cut is rich in okra polysaccharides and high-quality soluble dietary fibre — natural macromolecules associated with immune support, gentler digestion, more stable blood sugar response, antioxidant activity, and anti-fatigue support.\u003c\/p\u003e\n      \u003cp\u003eOyster peptides are produced via compound protease enzymatic hydrolysis, with a molecular weight below 1000 Da — small enough for the body to absorb directly. Oysters are valued in traditional Chinese medicine for supporting vitality, and are nutritionally known for being high in protein, low in fat, and rich in bioactive compounds including zinc.\u003c\/p\u003e\n\n      \u003cdiv class=\"jh-pinfo__dual\"\u003e\n        \u003cdiv class=\"jh-pinfo__dual-col\"\u003e\n          \u003cp class=\"jh-pinfo__dual-label\"\u003eFrom Okra\u003c\/p\u003e\n          \u003cp\u003eSupports immune function\u003c\/p\u003e\n          \u003cp\u003eGentle on the digestive system\u003c\/p\u003e\n          \u003cp\u003eHelps regulate blood sugar \u0026amp; lipids\u003c\/p\u003e\n          \u003cp\u003eAntioxidant \u0026amp; anti-inflammatory\u003c\/p\u003e\n          \u003cp\u003eAnti-fatigue support\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"jh-pinfo__dual-col\"\u003e\n          \u003cp class=\"jh-pinfo__dual-label\"\u003eFrom Oyster\u003c\/p\u003e\n          \u003cp\u003eRegulates immune function\u003c\/p\u003e\n          \u003cp\u003eAntioxidant and anti-fatigue\u003c\/p\u003e\n          \u003cp\u003ePromotes nutrient absorption \u0026amp; energy metabolism\u003c\/p\u003e\n          \u003cp\u003eSupports liver function\u003c\/p\u003e\n          \u003cp\u003eSupports endocrine balance\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003e\u003cstrong\u003eWorking together:\u003c\/strong\u003e across antioxidant support, tissue repair, and everyday metabolic function, okra's plant-based compounds and oyster's peptides and minerals are formulated to complement each other — particularly around kidney and liver wellness.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- Sourcing \u0026 Testing --\u003e\n  \u003cdetails class=\"jh-pinfo__item\"\u003e\n    \u003csummary class=\"jh-pinfo__summary\"\u003eSourcing \u0026amp; Testing\u003c\/summary\u003e\n    \u003cdiv class=\"jh-pinfo__body\"\u003e\n      \u003cul class=\"jh-pinfo__list\"\u003e\n        \u003cli\u003eGrown at JHBD's own pollution-free and organic-certified agricultural bases, without pesticides.\u003c\/li\u003e\n        \u003cli\u003eOkra polysaccharides extracted using a hot water extraction method; oyster peptides produced via enzymatic hydrolysis — no organic solvents used in either process.\u003c\/li\u003e\n        \u003cli\u003eTested by SGS Singapore, screened against 365 chemicals for clinical\/pharmaceutical use, with no detections.\u003c\/li\u003e\n        \u003cli\u003eHACCP-aligned production process.\u003c\/li\u003e\n        \u003cli\u003eFormulated with technical input from Professor Ni Zongyao, a specialist in fungal polysaccharides.\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"jh-pinfo__note\"\u003eSafety and efficacy studies for okra-based products were conducted with the First People's Hospital of Zhejiang Province and the Zhejiang Provincial Center for Disease Control and Prevention (2009–2014). Full study documentation available on request.\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\u003eBest taken daily between 5–7pm.\u003c\/li\u003e\n        \u003cli\u003ePlace 1–2 tablets under the tongue and let them dissolve slowly for better absorption.\u003c\/li\u003e\n        \u003cli\u003eTake 2–6 tablets per day.\u003c\/li\u003e\n      \u003c\/ol\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n\u003c\/div\u003e","brand":"jhbd","offers":[{"title":"Default Title","offer_id":43374259503194,"sku":"H01","price":120.0,"currency_code":"SGD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0734\/0785\/6730\/files\/ChatGPT_Image_May_14_2026_03_33_47_PM.png?v=1778744075","url":"https:\/\/ejhbd.com\/products\/okra-polysaccharides-oyster-peptide","provider":"Joy \u0026 Health Biotechnology \u0026 Development PTE. LTD","version":"1.0","type":"link"}