{"product_id":"dr-althea-pure-retinol-015-cream","title":"Dr. Althea Pure Retinol 0.15% Cream","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 Pure Retinol 0.15% 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:       #8b7fa8;\n    --g-pale:  #f4f2f8;\n    --g-light: #e4dff0;\n    --g-deep:  #2e2540;\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\u003eRetinol 0.15% (1,500ppm)\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003ePure retinol at a beginner-friendly concentration — clinically proven to accelerate cell turnover, stimulate collagen synthesis, smooth the appearance of fine lines and wrinkles, and refine skin texture with consistent 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\u003eBakuchiol (1,000ppm)\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eA plant-derived retinol alternative from Psoralea corylifolia that works synergistically alongside retinol to further improve firmness and elasticity — while independently soothing the skin to help offset retinol-related sensitivity.\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\u003eCiarettosome™ (patented)\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eDr. Althea's proprietary encapsulated complex combining Centella Asiatica and heartleaf-derived PDRN (Sodium DNA) — designed to calm irritation, support skin recovery, and counteract the initial sensitivity that can accompany retinol adaptation.\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\u003ePanthenol (10,000ppm) + Ceramide NP\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eProvitamin B5 at a high 1% concentration maintains the skin's moisture barrier and soothes inflammation during retinol use. Ceramide NP replenishes the lipid matrix to prevent transepidermal water loss and reduce the dryness commonly associated with active retinoids.\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      Dr. Althea is a Korean vegan skincare brand named after the mugungwha — the country's national flower, known for its resilience and its ability to bloom repeatedly through hardship. That philosophy of persistence and gentle progress shapes this product's design intent: the Pure Retinol 0.15% Cream is built for those starting a retinol routine who want real results without compromising skin comfort.\n      \u003cbr\u003e\u003cbr\u003e\n      At its core, the formula delivers 0.15% pure retinol (1,500ppm) — a carefully chosen beginner-to-intermediate concentration that produces meaningful cell turnover and collagen stimulation without the intensity that higher concentrations or prescription retinoids carry. It is paired with 1,000ppm Bakuchiol, a plant-derived retinol synergist that improves firmness and elasticity independently while helping to moderate the initial sensitivity response that new retinol users often experience.\n      \u003cbr\u003e\u003cbr\u003e\n      The formula's most distinctive feature is Dr. Althea's patented Ciarettosome™ complex — an encapsulated delivery system combining Centella Asiatica and heartleaf-derived PDRN (Sodium DNA). PDRN is a polynucleotide known in clinical dermatology for accelerating tissue repair and reducing inflammation; here it works alongside Centella's Madecassoside and the formula's Allantoin to proactively soothe the skin barrier as retinol works on it. Panthenol at 10,000ppm (1%) provides further deep humectant moisture and barrier support.\n      \u003cbr\u003e\u003cbr\u003e\n      Additional actives include Kojic Acid for subtle brightening of dark spots, Acetyl Hexapeptide-8 (Argireline) for expression-line relaxation, Tocopherol (Vitamin E) for antioxidant protection, and Ceramide NP to reinforce the lipid barrier. The lightweight cream texture absorbs quickly and leaves no heavy or greasy residue — suitable as a daily night cream.\n      \u003cbr\u003e\u003cbr\u003e\n      Vegan certified. Free from artificial colourants, fragrances, and parabens. For nighttime use only.\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\u003eUse at night only. Apply as the last step of your evening routine, after toner and serum, onto clean dry skin.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e02\u003c\/span\u003eBeginners: start with 2–3 applications per week and gradually increase frequency as skin adjusts over 4–6 weeks.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e03\u003c\/span\u003eApply a small amount evenly across the face and pat lightly until absorbed. Avoid the immediate eye and lip contours.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e04\u003c\/span\u003eAlways apply broad-spectrum SPF the following morning — retinol increases photosensitivity significantly.\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"pair-box\"\u003e\n      \u003cstrong\u003eRoutine compatibility note\u003c\/strong\u003e\n      Avoid combining with AHA, BHA, or vitamin C products in the same evening routine, as layering multiple actives increases the risk of irritation. For those building up to daily use, consider alternating nights with a simple hydrating moisturiser. The Dr. Althea 0.1% Gentle Retinol Serum is a lighter starting option for those new to retinoids.\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\"\u003eDesigned for retinol beginners and those building a daily retinol routine. Suitable for all skin types. Particularly well suited for:\u003c\/div\u003e\n    \u003cul class=\"concern-list\" style=\"margin-top:10px; list-style:none; padding:0;\"\u003e\n      \u003cli\u003eFine lines, wrinkles, and loss of skin firmness\u003c\/li\u003e\n      \u003cli\u003eUneven skin texture and enlarged pores\u003c\/li\u003e\n      \u003cli\u003ePost-acne marks and mild hyperpigmentation\u003c\/li\u003e\n      \u003cli\u003eSkin that has previously found retinol irritating or difficult to tolerate\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"acc-text\" style=\"margin-top:12px;\"\u003eNot recommended during pregnancy or breastfeeding. Avoid use with other active exfoliants in the same routine. Always follow with SPF the next morning. Vegan certified. Free from artificial colourants, fragrances, and parabens.\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\"\u003e20 g\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\"\u003eAnti-ageing\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\"\u003eNight cream\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, Centella Asiatica Leaf Water, Glycerin, Butylene Glycol, Caprylic\/Capric Triglyceride, Cetyl Ethylhexanoate, Hydrogenated Polydecene, 1,2-Hexanediol, Panthenol, Betaine, Ammonium Acryloyldimethyltaurate\/VP Copolymer, Polyacrylamide, Hydroxyacetophenone, C13-14 Isoparaffin, Acrylates\/C10-30 Alkyl Acrylate Crosspolymer, Pentaerythrityl Tetra-di-t-Butyl Hydroxyhydrocinnamate, Hydrogenated Lecithin, Retinol, Ethylhexylglycerin, Tromethamine, Benzotriazolyl Dodecyl p-Cresol, Bakuchiol, Glyceryl Polymethacrylate, HDI\/Trimethylol Hexyllactone Crosspolymer, Laureth-7, Xanthan Gum, Cholesterol, Polyvinyl Alcohol, Sodium Phytate, Methylpropanediol, Tocopherol, Allantoin, Caprylyl Glycol, Ceramide NP, Phenylpropanol, Madecassoside, Kojic Acid, Acetyl Hexapeptide-8, Sodium DNA\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 Pure Retinol 0.15% Cream 20g\\n\\nA beginner-friendly retinol night cream delivering 0.15% pure retinol (1,500ppm) — a thoughtfully calibrated concentration for effective anti-ageing results without overwhelming the skin. Paired with 1,000ppm Bakuchiol, a plant-derived synergist that improves firmness and elasticity while helping moderate retinol sensitivity.\\n\\nThe formula's centrepiece is Dr. Althea's patented Ciarettosome™ complex — an encapsulated system combining Centella Asiatica and heartleaf-derived PDRN (Sodium DNA) — designed to calm irritation and support skin recovery as retinol works. Panthenol at 10,000ppm provides deep moisture barrier support, while Ceramide NP replenishes barrier lipids to reduce dryness. Kojic Acid adds mild brightening, and Acetyl Hexapeptide-8 (Argireline) targets expression lines.\\n\\nVegan certified. Free from artificial colourants, fragrances, and parabens. For nighttime use only. Always follow with SPF the next morning.\\n\\nKey ingredients: Retinol 0.15% (1,500ppm) · Bakuchiol (1,000ppm) · Ciarettosome™ (Centella + PDRN) · Panthenol 1% · Ceramide NP · Madecassoside · Kojic Acid · Acetyl Hexapeptide-8\\nVolume: 20g · 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":49080627069176,"sku":"8809447257068","price":17.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0328\/8888\/1292\/files\/dr.althea-pure-retinol-0.15_-cream-cover_1024x1024_51e97d0d-df8c-4096-8ea2-3ffd8031b675.webp?v=1781728329","url":"https:\/\/www.amuseground.com\/products\/dr-althea-pure-retinol-015-cream","provider":"Amuse Ground","version":"1.0","type":"link"}