{"product_id":"dralthea-niathione-creram-30ml","title":"Dr.Althea Niathione Cream [30ml]","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eDr. Althea Niathione Cream\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --g:       #a89060;\n    --g-pale:  #faf6f0;\n    --g-light: #f0e6d0;\n    --g-deep:  #3d2a08;\n    --black:   #111111;\n    --muted:   #888884;\n    --border:  #e0e0dc;\n    --bg:      #fafaf8;\n    --white:   #ffffff;\n  }\n\n  body {\n    font-family: 'Inter', sans-serif;\n    background: var(--white);\n    color: var(--black);\n    width: 100%;\n    margin: 0;\n    padding: 0;\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--muted);\n    margin-bottom: 12px;\n  }\n\n  .ingr-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr));\n    gap: 1px;\n    background: var(--border);\n    border: 1px solid var(--border);\n    margin-bottom: 28px;\n  }\n\n  .ingr-card {\n    background: var(--white);\n    padding: 16px 18px;\n  }\n\n  .ingr-name {\n    font-size: 12px;\n    font-weight: 500;\n    color: var(--black);\n    margin-bottom: 5px;\n    display: flex;\n    align-items: center;\n    gap: 7px;\n  }\n\n  .ingr-dot {\n    width: 7px; height: 7px;\n    border-radius: 50%;\n    background: var(--g);\n    flex-shrink: 0;\n  }\n\n  .ingr-desc {\n    font-size: 12px;\n    color: var(--muted);\n    line-height: 1.65;\n    font-weight: 300;\n  }\n\n  .acc-item {\n    border-bottom: 1px solid var(--border);\n  }\n  .acc-item:first-of-type { border-top: 1px solid var(--border); }\n\n  .acc-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 16px 0;\n    cursor: pointer;\n    user-select: none;\n    background: var(--white);\n    transition: color 0.15s;\n  }\n  .acc-header:hover .acc-label { color: var(--g); }\n\n  .acc-label {\n    font-size: 13px;\n    font-weight: 400;\n    color: var(--black);\n    letter-spacing: 0.01em;\n    transition: color 0.15s;\n  }\n\n  .acc-chevron {\n    width: 16px; height: 16px;\n    position: relative;\n    flex-shrink: 0;\n  }\n  .acc-chevron::before,\n  .acc-chevron::after {\n    content: '';\n    position: absolute;\n    top: 50%; left: 50%;\n    width: 8px; height: 1px;\n    background: var(--muted);\n    transition: transform 0.22s;\n  }\n  .acc-chevron::before { transform: translate(-100%, -50%) rotate(0deg); }\n  .acc-chevron::after  { transform: translate(0%, -50%)    rotate(0deg); }\n  .acc-chevron.open::before { transform: translate(-100%, -50%) rotate(-45deg); }\n  .acc-chevron.open::after  { transform: translate(0%, -50%)    rotate(45deg); }\n\n  .acc-body {\n    display: none;\n    padding-bottom: 20px;\n  }\n  .acc-body.open { display: block; }\n\n  .acc-text {\n    font-size: 13px;\n    color: var(--black);\n    line-height: 1.8;\n    font-weight: 300;\n  }\n\n  .step-list { list-style: none; }\n  .step-list li {\n    display: flex;\n    gap: 14px;\n    padding: 10px 0;\n    border-bottom: 1px solid var(--border);\n    font-size: 13px;\n    font-weight: 300;\n    color: var(--black);\n    line-height: 1.6;\n    align-items: flex-start;\n  }\n  .step-list li:last-child { border-bottom: none; }\n  .step-n {\n    font-size: 10px;\n    font-weight: 500;\n    color: var(--g);\n    letter-spacing: 0.06em;\n    padding-top: 2px;\n    flex-shrink: 0;\n    width: 20px;\n  }\n\n  .pair-box {\n    margin-top: 14px;\n    padding: 14px 16px;\n    background: var(--g-pale);\n    border-left: 2px solid var(--g);\n    font-size: 12.5px;\n    color: var(--g-deep);\n    line-height: 1.7;\n    font-weight: 400;\n  }\n  .pair-box strong { display: block; font-weight: 500; margin-bottom: 3px; }\n\n  .concern-list { margin-top: 8px; }\n  .concern-list li {\n    display: flex;\n    gap: 10px;\n    font-size: 13px;\n    font-weight: 300;\n    color: var(--black);\n    padding: 5px 0;\n    align-items: flex-start;\n    line-height: 1.6;\n  }\n  .concern-list li::before {\n    content: '—';\n    color: var(--g);\n    font-weight: 400;\n    flex-shrink: 0;\n  }\n\n  .copy-btn {\n    margin-top: 16px;\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 11px;\n    font-family: 'Inter', sans-serif;\n    font-weight: 500;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: var(--g-deep);\n    background: transparent;\n    border: 1px solid var(--g);\n    padding: 7px 14px;\n    cursor: pointer;\n    transition: background 0.15s;\n  }\n  .copy-btn:hover { background: var(--g-light); }\n  .copy-btn.copied { background: var(--g-light); }\n\n  .specs-footer {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(min(110px, 100%), 1fr));\n    gap: 0;\n    border: 1px solid var(--border);\n    margin-top: 28px;\n  }\n  .spec-block {\n    padding: 14px 16px;\n    border-right: 1px solid var(--border);\n  }\n  .spec-block:last-child { border-right: none; }\n  .spec-key {\n    font-size: 9px;\n    font-weight: 500;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: var(--muted);\n    margin-bottom: 4px;\n  }\n  .spec-val {\n    font-size: 13px;\n    font-weight: 400;\n    color: var(--black);\n  }\n\n  .ingr-full-text {\n    font-size: 12px;\n    color: var(--muted);\n    line-height: 2;\n    font-weight: 300;\n  }\n  .ingr-note {\n    margin-top: 12px;\n    font-size: 11px;\n    color: var(--muted);\n    font-style: italic;\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- Key ingredients --\u003e\n\u003cdiv class=\"label\"\u003eKey ingredients\u003c\/div\u003e\n\u003cdiv class=\"ingr-grid\"\u003e\n  \u003cdiv class=\"ingr-card\"\u003e\n    \u003cdiv class=\"ingr-name\"\u003e\n      \u003cdiv class=\"ingr-dot\"\u003e\u003c\/div\u003eNiacinamide (Niathione Complex)\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eThe lead brightening active — vitamin B3 reduces the transfer of melanin to skin cells, visibly evens tone, refines pores, and supports the skin barrier. The product name \"Niathione\" combines Niacinamide and Glutathione, the two brightening pillars of this formula.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"ingr-card\"\u003e\n    \u003cdiv class=\"ingr-name\"\u003e\n      \u003cdiv class=\"ingr-dot\"\u003e\u003c\/div\u003eGlutathione\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eA master antioxidant naturally produced by the body that helps neutralise free radicals, reduce oxidative stress at the cellular level, and support a clearer, more even-looking complexion with continued use.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"ingr-card\"\u003e\n    \u003cdiv class=\"ingr-name\"\u003e\n      \u003cdiv class=\"ingr-dot\"\u003e\u003c\/div\u003eTitanium Dioxide + Panthenol\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eTitanium Dioxide provides an immediate soft-focus brightening effect on application, creating an instant tone-up finish. Panthenol (Vitamin B5) deeply hydrates and soothes the skin, helping maintain comfort and suppleness throughout the day.\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"ingr-card\"\u003e\n    \u003cdiv class=\"ingr-name\"\u003e\n      \u003cdiv class=\"ingr-dot\"\u003e\u003c\/div\u003eLicorice Root + Terminalia Ferdinandiana\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eGlycyrrhiza Glabra (Licorice) Root Extract delivers glabridin, a compound that inhibits melanin-triggering enzymes and soothes skin redness. Terminalia Ferdinandiana (Kakadu Plum) Fruit Extract — one of the world's richest natural sources of Vitamin C — adds antioxidant protection and brightening support.\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Accordions --\u003e\n\u003cdiv class=\"label\"\u003eProduct details\u003c\/div\u003e\n\n\u003cdiv class=\"acc-item\"\u003e\n  \u003cdiv class=\"acc-header\" onclick=\"toggle('desc')\"\u003e\n    \u003cdiv class=\"acc-label\"\u003eFull description\u003c\/div\u003e\n    \u003cdiv class=\"acc-chevron\" id=\"chev-desc\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"acc-body\" id=\"acc-desc\"\u003e\n    \u003cdiv class=\"acc-text\"\u003e\n      The Dr. Althea Niathione Cream is a dual-purpose brightening and hydrating face cream designed around the brand's \"Niathione Complex\" — a combination of Niacinamide and Glutathione, two of the most studied and complementary ingredients in skin brightening science. Where Niacinamide works by interrupting the melanin transfer process at the surface and barrier levels, Glutathione acts deeper as an antioxidant, counteracting the oxidative triggers that lead to the formation of dark spots and uneven tone.\n      \u003cbr\u003e\u003cbr\u003e\n      Beyond the core brightening actives, the formula brings in additional tone-correction support from Licorice Root Extract — rich in glabridin, which inhibits tyrosinase, the enzyme central to melanin production — and Terminalia Ferdinandiana (Kakadu Plum) Fruit Extract, one of the highest known natural sources of Vitamin C, for further antioxidant and brightening benefit. A light tangerine scent from Citrus Tangerina Extract contributes a fresh, citrus character to the application experience.\n      \u003cbr\u003e\u003cbr\u003e\n      Titanium Dioxide gives an immediate, visible soft-brightening effect on application — making this equally suited for use as a daytime tone-up step before makeup or as an evening brightening treatment. Panthenol provides deep humectant hydration and soothes sensitised skin, while Glycerin and Betaine maintain smooth, balanced moisture throughout the day. The lightweight cream texture absorbs comfortably without stickiness or heaviness.\n      \u003cbr\u003e\u003cbr\u003e\n      Suitable for all skin types, including sensitive skin, acne-prone skin, and during pregnancy. Free from harsh alcohols and parabens. Contains fragrance (Parfum) — patch test recommended for those with fragrance sensitivity.\n    \u003c\/div\u003e\n    \u003cbutton class=\"copy-btn\" onclick=\"copyMain(this)\"\u003eCopy description\u003c\/button\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"acc-item\"\u003e\n  \u003cdiv class=\"acc-header\" onclick=\"toggle('how')\"\u003e\n    \u003cdiv class=\"acc-label\"\u003eHow to use\u003c\/div\u003e\n    \u003cdiv class=\"acc-chevron\" id=\"chev-how\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"acc-body\" id=\"acc-how\"\u003e\n    \u003cul class=\"step-list\"\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e01\u003c\/span\u003eApply as the final or semi-final step of your skincare routine, after toner and serum.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e02\u003c\/span\u003eTake an appropriate amount and apply evenly over the face, then pat lightly until fully absorbed.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e03\u003c\/span\u003eFor an instant tone-up effect, use in the morning before makeup. For overnight brightening, apply as a night cream — no rinse-off required.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e04\u003c\/span\u003eCan be used AM and PM. Follow with broad-spectrum SPF in the morning to protect brightening results.\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"pair-box\"\u003e\n      \u003cstrong\u003eBest paired with\u003c\/strong\u003e\n      Layer under the Dr. Althea 345 Barrier Cream as a final sealing step for extra hydration and barrier support. The brand recommends this combination specifically — the Niathione Cream as a treatment base, and the 345 Barrier Cream to lock in moisture and active delivery.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"acc-item\"\u003e\n  \u003cdiv class=\"acc-header\" onclick=\"toggle('skin')\"\u003e\n    \u003cdiv class=\"acc-label\"\u003eSuitable for\u003c\/div\u003e\n    \u003cdiv class=\"acc-chevron\" id=\"chev-skin\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"acc-body\" id=\"acc-skin\"\u003e\n    \u003cdiv class=\"acc-text\"\u003eFormulated to be gentle enough for all skin types, including sensitive and acne-prone skin. Confirmed safe for use during pregnancy. Particularly beneficial for:\u003c\/div\u003e\n    \u003cul class=\"concern-list\" style=\"margin-top:10px; list-style:none; padding:0;\"\u003e\n      \u003cli\u003eDark spots, hyperpigmentation, and post-acne marks\u003c\/li\u003e\n      \u003cli\u003eDull or uneven skin tone needing an instant and ongoing brightening effect\u003c\/li\u003e\n      \u003cli\u003eSkin requiring lightweight daily hydration alongside tone correction\u003c\/li\u003e\n      \u003cli\u003eThose wanting a tone-up step that works both before makeup and as a night cream\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"acc-text\" style=\"margin-top:12px;\"\u003eContains fragrance (Parfum) — patch test recommended for those with fragrance sensitivity. Free from harsh alcohols and parabens. Suitable for AM and PM use.\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Specs --\u003e\n\u003cdiv class=\"specs-footer\"\u003e\n  \u003cdiv class=\"spec-block\"\u003e\n    \u003cdiv class=\"spec-key\"\u003eBrand\u003c\/div\u003e\n    \u003cdiv class=\"spec-val\"\u003eDr. Althea\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"spec-block\"\u003e\n    \u003cdiv class=\"spec-key\"\u003eVolume\u003c\/div\u003e\n    \u003cdiv class=\"spec-val\"\u003e30 ml\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"spec-block\"\u003e\n    \u003cdiv class=\"spec-key\"\u003eSkin type\u003c\/div\u003e\n    \u003cdiv class=\"spec-val\"\u003eAll types\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"spec-block\"\u003e\n    \u003cdiv class=\"spec-key\"\u003eConcern\u003c\/div\u003e\n    \u003cdiv class=\"spec-val\"\u003eBrightening\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"spec-block\"\u003e\n    \u003cdiv class=\"spec-key\"\u003eFormat\u003c\/div\u003e\n    \u003cdiv class=\"spec-val\"\u003eCream\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"spec-block\"\u003e\n    \u003cdiv class=\"spec-key\"\u003eOrigin\u003c\/div\u003e\n    \u003cdiv class=\"spec-val\"\u003eSouth Korea\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Full Ingredients --\u003e\n\u003cdiv class=\"acc-item\" style=\"margin-top:28px; border-top:1px solid var(--border);\"\u003e\n  \u003cdiv class=\"acc-header\" onclick=\"toggle('ingr')\"\u003e\n    \u003cdiv class=\"acc-label\"\u003eFull ingredients list\u003c\/div\u003e\n    \u003cdiv class=\"acc-chevron\" id=\"chev-ingr\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"acc-body\" id=\"acc-ingr\"\u003e\n    \u003cdiv class=\"ingr-full-text\"\u003e\n      Water, Butylene Glycol, Glycerin, Dimethicone, Panthenol, Titanium Dioxide (CI 77891), Niacinamide, Cyclopentasiloxane, Sodium Acrylate\/Sodium Acryloyldimethyl Taurate Copolymer, Sodium Polyacrylate, Isohexadecane, Ethylhexyl Stearate, Chlorphenesin, Phenoxyethanol, Dimethiconol, Polysorbate 80, Betaine, Caprylyl Glycol, Ethylhexylglycerin, Fragrance, Sorbitan Oleate, Triethoxycaprylylsilane, Trideceth-6, Pantolactone, Disodium EDTA, 1,2-Hexanediol, Glycyrrhiza Glabra (Licorice) Root Extract, Terminalia Ferdinandiana Fruit Extract, Glutathione, Citrus Tangerina (Tangerine) Extract, Butylphenyl Methylpropional, Hexyl Cinnamal, Benzyl Benzoate, Limonene, Linalool, Citronellol, Geraniol, Benzyl Alcohol, Citral\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-note\"\u003eIngredients may vary by batch. Always check the physical product packaging for the most current list.\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nfunction toggle(id) {\n  document.getElementById('acc-' + id).classList.toggle('open');\n  document.getElementById('chev-' + id).classList.toggle('open');\n}\n\nfunction copyMain(btn) {\n  const text = `Dr. Althea Niathione Cream 30ml\\n\\nA dual-purpose brightening and hydrating face cream built around Dr. Althea's Niathione Complex — a pairing of Niacinamide and Glutathione that targets uneven tone from two complementary directions. Niacinamide interrupts melanin transfer at the surface, while Glutathione acts as an antioxidant to reduce the oxidative triggers behind dark spots.\\n\\nLicorice Root Extract (glabridin) inhibits tyrosinase activity for further tone correction, while Terminalia Ferdinandiana (Kakadu Plum) — one of the world's richest natural sources of Vitamin C — adds antioxidant and brightening support. Titanium Dioxide provides an immediate soft-brightening tone-up effect on application. Panthenol delivers deep hydration and soothes the skin throughout the day.\\n\\nSuitable for all skin types including sensitive skin, acne-prone skin, and during pregnancy. Contains fragrance — patch test recommended for those with fragrance sensitivity. Free from harsh alcohols and parabens.\\n\\nKey ingredients: Niacinamide · Glutathione · Titanium Dioxide · Panthenol · Licorice Root Extract · Terminalia Ferdinandiana (Kakadu Plum) · Tangerine Extract\\nVolume: 30ml · Origin: South Korea`;\n  navigator.clipboard.writeText(text).then(() =\u003e {\n    btn.textContent = '✓ Copied';\n    btn.classList.add('copied');\n    setTimeout(() =\u003e { btn.textContent = 'Copy description'; btn.classList.remove('copied'); }, 2000);\n  });\n}\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Dr. Althea","offers":[{"title":"Default Title","offer_id":49081033490680,"sku":"8809447255040","price":30.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0328\/8888\/1292\/files\/Niathionecream.webp?v=1781728780","url":"https:\/\/www.amuseground.com\/products\/dralthea-niathione-creram-30ml","provider":"Amuse Ground","version":"1.0","type":"link"}