{"product_id":"rosabella-moringa-60-capsules","title":"Rosabella Moringa 60 Capsules","description":"\u003cstyle\u003e\n  :root{\n    --bg: #f6f3ec;\n    --bg-alt: #eef3ea;\n    --card: #ffffff;\n    --text: #26302b;\n    --muted: #5f6b63;\n    --accent: #6f8f61;\n    --accent-dark: #4f6c44;\n    --gold: #c8a96a;\n    --line: rgba(38,48,43,.10);\n    --shadow: 0 12px 30px rgba(38,48,43,.08);\n    --radius: 22px;\n  }\n\n  .rosabella-wrap{\n    background:\n      radial-gradient(circle at top left, rgba(111,143,97,.10), transparent 34%),\n      radial-gradient(circle at bottom right, rgba(200,169,106,.10), transparent 30%),\n      linear-gradient(180deg, var(--bg) 0%, #ffffff 100%);\n    color: var(--text);\n    padding: 18px 0;\n  }\n\n  .rosabella-section{\n    padding: 42px 18px;\n  }\n\n  .rosabella-container{\n    width: min(1100px, 100%);\n    margin: 0 auto;\n  }\n\n  .rosabella-hero,\n  .rosabella-panel{\n    background: rgba(255,255,255,.82);\n    border: 1px solid var(--line);\n    box-shadow: var(--shadow);\n    border-radius: var(--radius);\n    backdrop-filter: blur(6px);\n  }\n\n  .rosabella-hero{\n    padding: 34px 22px;\n    text-align: center;\n  }\n\n  .rosabella-kicker{\n    display: inline-block;\n    padding: 8px 14px;\n    border-radius: 999px;\n    background: rgba(111,143,97,.12);\n    color: var(--accent-dark);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: .04em;\n    text-transform: uppercase;\n    margin-bottom: 14px;\n  }\n\n  .rosabella-title{\n    margin: 0 0 12px;\n    font-size: clamp(28px, 4vw, 44px);\n    line-height: 1.08;\n    color: var(--text);\n    letter-spacing: -0.03em;\n  }\n\n  .rosabella-subtitle{\n    margin: 0 auto 22px;\n    max-width: 820px;\n    color: var(--muted);\n    font-size: clamp(16px, 2vw, 19px);\n    line-height: 1.75;\n  }\n\n  .rosabella-media{\n    overflow: hidden;\n    border-radius: 18px;\n    border: 1px solid var(--line);\n    background: #f2f4ef;\n    margin: 20px auto 0;\n    max-width: 820px;\n  }\n\n  .rosabella-media video,\n  .rosabella-media img{\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .rosabella-copy{\n    margin-top: 22px;\n    color: var(--muted);\n    line-height: 1.8;\n    font-size: 16px;\n  }\n\n  .rosabella-copy strong{\n    color: var(--text);\n  }\n\n  .rosabella-grid{\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 22px;\n  }\n\n  @media (min-width: 900px){\n    .rosabella-grid.two-col{\n      grid-template-columns: 1.05fr .95fr;\n      align-items: center;\n    }\n    .rosabella-grid.three-col{\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  .rosabella-panel{\n    padding: 26px 22px;\n  }\n\n  .section-heading{\n    margin: 0 0 12px;\n    font-size: clamp(24px, 3vw, 34px);\n    line-height: 1.12;\n    letter-spacing: -0.02em;\n  }\n\n  .section-lead{\n    margin: 0 0 18px;\n    color: var(--muted);\n    line-height: 1.8;\n    font-size: 16px;\n  }\n\n  .badge-row{\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin: 18px 0 0;\n  }\n\n  .badge{\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 10px 14px;\n    border-radius: 999px;\n    background: rgba(200,169,106,.14);\n    color: #71582f;\n    border: 1px solid rgba(200,169,106,.22);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .stat-grid{\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0,1fr));\n    gap: 14px;\n    margin-top: 18px;\n  }\n\n  .stat-card{\n    padding: 18px 16px;\n    border-radius: 18px;\n    background: linear-gradient(180deg, #ffffff 0%, #f8faf7 100%);\n    border: 1px solid var(--line);\n    box-shadow: 0 8px 18px rgba(38,48,43,.05);\n    text-align: left;\n  }\n\n  .stat-number{\n    display: block;\n    color: var(--accent-dark);\n    font-size: 30px;\n    line-height: 1;\n    font-weight: 800;\n    margin-bottom: 8px;\n  }\n\n  .stat-text{\n    color: var(--muted);\n    line-height: 1.55;\n    font-size: 14px;\n  }\n\n  .feature-card{\n    background: linear-gradient(180deg, #ffffff 0%, #f7f9f5 100%);\n    border: 1px solid var(--line);\n    border-radius: 20px;\n    padding: 18px;\n    box-shadow: 0 8px 18px rgba(38,48,43,.05);\n    height: 100%;\n  }\n\n  .feature-card img{\n    width: 100%;\n    max-width: 180px;\n    display: block;\n    margin: 0 auto 14px;\n  }\n\n  .feature-card h5{\n    margin: 0 0 8px;\n    font-size: 18px;\n    color: var(--text);\n  }\n\n  .feature-card p{\n    margin: 0;\n    color: var(--muted);\n    line-height: 1.7;\n    font-size: 15px;\n  }\n\n  .checklist{\n    margin: 14px 0 0;\n    padding: 0;\n    list-style: none;\n    display: grid;\n    gap: 10px;\n  }\n\n  .checklist li{\n    position: relative;\n    padding-left: 28px;\n    color: var(--text);\n    line-height: 1.6;\n  }\n\n  .checklist li::before{\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    background: rgba(111,143,97,.14);\n    color: var(--accent-dark);\n    font-weight: 800;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 12px;\n  }\n\n  .center{\n    text-align: center;\n  }\n\n  .spaced{\n    margin-top: 18px;\n  }\n\n  .mini-image{\n    margin-top: 18px;\n    border-radius: 18px;\n    overflow: hidden;\n    border: 1px solid var(--line);\n  }\n\n  .mini-image img{\n    display:block;\n    width:100%;\n    height:auto;\n  }\n\n  .soft-note{\n    margin-top: 14px;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"rosabella-wrap\"\u003e\n  \u003csection class=\"rosabella-section\"\u003e\n    \u003cdiv class=\"rosabella-container\"\u003e\n      \u003cdiv class=\"rosabella-hero\"\u003e\n        \u003cdiv class=\"rosabella-kicker\"\u003eRosabella Moringa\u003c\/div\u003e\n        \u003ch1 class=\"rosabella-title\"\u003eNature’s nutrient-rich ritual for daily vitality\u003c\/h1\u003e\n        \u003cp class=\"rosabella-subtitle\"\u003e\n          In a world of processed food and busy routines, Rosabella Moringa offers a simple, elegant way to support your wellness journey with one pure botanical ingredient.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"rosabella-media\"\u003e\n          \u003cvideo src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ea3a36e9710e44ef8b0de981712c1128.mp4\" autoplay muted loop playsinline\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"badge-row\"\u003e\n          \u003cspan class=\"badge\"\u003ePure plant-powered formula\u003c\/span\u003e\n          \u003cspan class=\"badge\"\u003e1 ingredient\u003c\/span\u003e\n          \u003cspan class=\"badge\"\u003ePremium daily support\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rosabella-copy\"\u003e\n          \u003cp\u003e\n            Modern diets can make it difficult to get the nutrients your body needs every day. Rosabella Moringa is designed to bring a cleaner, more natural feel to your routine with a product inspired by one of the world’s most treasured plants.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rosabella-section\"\u003e\n    \u003cdiv class=\"rosabella-container\"\u003e\n      \u003cdiv class=\"rosabella-grid two-col\"\u003e\n        \u003cdiv class=\"rosabella-panel\"\u003e\n          \u003ch2 class=\"section-heading\"\u003eWhy moringa stands out\u003c\/h2\u003e\n          \u003cp class=\"section-lead\"\u003e\n            Known for centuries as the “Miracle Tree,” moringa has earned its place in wellness traditions around the world. Rosabella Moringa celebrates that legacy with a clean, refined presentation.\n          \u003c\/p\u003e\n          \u003cp class=\"section-lead\"\u003e\n            With a naturally rich profile of vitamins, minerals, and antioxidants, it fits beautifully into a balanced lifestyle.\n          \u003c\/p\u003e\n\n          \u003cul class=\"checklist\"\u003e\n            \u003cli\u003eSupports everyday energy and nourishment.\u003c\/li\u003e\n            \u003cli\u003eHelps complement a wellness-focused routine.\u003c\/li\u003e\n            \u003cli\u003eOffers a simple, one-ingredient formula.\u003c\/li\u003e\n            \u003cli\u003eMade for people who prefer clean, natural products.\u003c\/li\u003e\n          \u003c\/ul\u003e\n\n          \u003cdiv class=\"soft-note\"\u003e\n            Feel better from the inside out with a product designed to look as good on your shelf as it feels in your routine.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rosabella-panel\"\u003e\n          \u003cdiv class=\"rosabella-media\"\u003e\n            \u003cvideo playsinline loop muted autoplay src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/570699a5e1f8488283d22433e42087f2.mp4\"\u003e\u003c\/video\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"spaced\"\u003e\n            \u003ch3 class=\"section-heading\" style=\"font-size: 24px;\"\u003eA cleaner kind of supplement\u003c\/h3\u003e\n            \u003cp class=\"section-lead\"\u003e\n              Rosabella Moringa keeps things beautifully simple with \u003cstrong\u003e100% pure moringa leaf powder\u003c\/strong\u003e—no complicated ingredient lists, no unnecessary extras.\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"mini-image\"\u003e\n              \u003cimg alt=\"Rosabella Moringa\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0759\/0028\/9162\/files\/ChatGPT_Image_Mar_25_2026_12_16_51_PM.png?v=1774437433\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"rosabella-section\"\u003e\n    \u003cdiv class=\"rosabella-container\"\u003e\n      \u003cdiv class=\"rosabella-panel center\"\u003e\n        \u003ch2 class=\"section-heading\"\u003eWhat each serving brings\u003c\/h2\u003e\n        \u003cp class=\"section-lead\" style=\"max-width: 860px; margin-left:auto; margin-right:auto;\"\u003e\n          A thoughtfully simple formula with natural compounds your body can appreciate every day.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"stat-grid\"\u003e\n          \u003cdiv class=\"stat-card\"\u003e\n            \u003cspan class=\"stat-number\"\u003eVitamins\u003c\/span\u003e\n            \u003cdiv class=\"stat-text\"\u003eIncludes key nutrients that help support energy, metabolic function, and daily wellness.\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"stat-card\"\u003e\n            \u003cspan class=\"stat-number\"\u003eMinerals\u003c\/span\u003e\n            \u003cdiv class=\"stat-text\"\u003eProvides mineral support that fits into a balanced and consistent routine.\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"stat-card\"\u003e\n            \u003cspan class=\"stat-number\"\u003eAntioxidants\u003c\/span\u003e\n            \u003cdiv class=\"stat-text\"\u003eDelivers naturally occurring plant compounds valued for their protective properties.\u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"stat-card\"\u003e\n            \u003cspan class=\"stat-number\"\u003eSimple\u003c\/span\u003e\n            \u003cdiv class=\"stat-text\"\u003eOne ingredient. No clutter. Just a clean, premium approach to daily supplementation.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rosabella-copy\"\u003e\n          \u003cp style=\"margin-top: 18px;\"\u003e\n            Here are a few of the naturally occurring nutrients commonly associated with moringa:\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rosabella-grid three-col\" style=\"margin-top: 16px;\"\u003e\n          \u003cdiv class=\"feature-card\"\u003e\n            \u003cimg alt=\"Essential vitamins\" src=\"https:\/\/img.funnelish.com\/100083\/0\/1770223721-hf_20260204_164707_df052eca-33a7-42c5-a10e-7b5226841b11.png\"\u003e\n            \u003ch5\u003eEssential vitamins\u003c\/h5\u003e\n            \u003cp\u003eSupport for cellular energy, daily nourishment, and overall vitality.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"feature-card\"\u003e\n            \u003cimg alt=\"Functional minerals\" src=\"https:\/\/img.funnelish.com\/100083\/0\/1770223783-hf_20260204_164826_ad5b0728-c02e-4673-9224-dee0a53e0463.png\"\u003e\n            \u003ch5\u003eFunctional minerals\u003c\/h5\u003e\n            \u003cp\u003eMineral support that complements a balanced lifestyle and healthy routine.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"feature-card\"\u003e\n            \u003cimg alt=\"Protective antioxidants\" src=\"https:\/\/img.funnelish.com\/100083\/0\/1770223822-hf_20260204_164908_a85d1fb0-75f1-4c11-9a95-b8758755b515.png\"\u003e\n            \u003ch5\u003eProtective antioxidants\u003c\/h5\u003e\n            \u003cp\u003ePlant-based compounds that help support your body’s natural defense systems.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"rosabella-grid two-col\" style=\"margin-top: 20px;\"\u003e\n          \u003cdiv class=\"rosabella-panel\" style=\"background: linear-gradient(180deg,#fbfcfa 0%, #f2f6ef 100%);\"\u003e\n            \u003ch3 class=\"section-heading\" style=\"font-size: 22px;\"\u003eNaturally present compounds\u003c\/h3\u003e\n            \u003cul class=\"checklist\"\u003e\n              \u003cli\u003eQuercetin\u003c\/li\u003e\n              \u003cli\u003eChlorogenic acid\u003c\/li\u003e\n              \u003cli\u003eBeta-carotene\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"rosabella-panel\" style=\"background: linear-gradient(180deg,#fbfcfa 0%, #f2f6ef 100%);\"\u003e\n            \u003ch3 class=\"section-heading\" style=\"font-size: 22px;\"\u003eWhy customers love it\u003c\/h3\u003e\n            \u003cul class=\"checklist\"\u003e\n              \u003cli\u003eElegant, premium visual presentation\u003c\/li\u003e\n              \u003cli\u003eClean and easy-to-understand formula\u003c\/li\u003e\n              \u003cli\u003ePerfect for wellness-focused shoppers\u003c\/li\u003e\n              \u003cli\u003eBeautifully aligned with a natural brand story\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mini-image\" style=\"margin-top: 22px;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0759\/0028\/9162\/files\/25b12028-8fdf-44f4-ad66-4e73bf7085df.png?v=1774437700\" alt=\"Rosabella Moringa showcase\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"mini-image\" style=\"margin-top: 16px;\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0759\/0028\/9162\/files\/264806705609577881_8.webp?v=1773609363\" alt=\"Rosabella Moringa lifestyle\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Knmall","offers":[{"title":"Default Title","offer_id":52553271640362,"sku":"mrkt-0670-Nai","price":3600.0,"currency_code":"KES","in_stock":true}],"url":"https:\/\/www.yanguwa.shop\/products\/rosabella-moringa-60-capsules","provider":"knstore","version":"1.0","type":"link"}