{"product_id":"wellage-real-hyaluronic-100-cream-80ml","title":"WELLAGE Real Hyaluronic 100 cream [80ml]","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\u003eWELLAGE Real Hyaluronic 100 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:       #4a7fa8;\n    --g-pale:  #eef4f9;\n    --g-light: #d0e4f0;\n    --g-deep:  #142a3d;\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 { background: var(--white); padding: 16px 18px; }\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 { border-bottom: 1px solid var(--border); }\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 { display: none; padding-bottom: 20px; }\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\u003eHA Water™ — 500,000ppm Hydrolyzed Hyaluronic Acid\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eWELLAGE's lead hero ingredient: ultra-low molecular weight hyaluronic acid at 368.3 Da — small enough to penetrate beyond the skin's surface into deeper layers. At 500,000ppm, it forms the first ingredient in the formula, delivering an intense hydration surge that lasts up to 100 hours.\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\u003eMulti-Weight HA Complex\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eFive additional HA forms at different molecular weights — Sodium Hyaluronate (100ppm), Sodium Hyaluronate Crosspolymer, Hydroxypropyltrimonium Hyaluronate, Hyaluronic Acid, and Sodium Acetylated Hyaluronate — each targeting different skin depths to build layered, lasting hydration from surface to dermis.\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\u003eNano Ceramide NP + Cholesterol\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eNano-sized Ceramide NP is delivered via WELLAGE's DDS (drug delivery system) technology for enhanced penetration into the lipid layers of the skin barrier. Paired with Cholesterol, it reinforces the lamellar barrier structure to seal in the HA hydration and prevent moisture loss.\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\u003eNMF Amino Acid Complex + Streptococcus Ferment\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eGlycine, Arginine, Histidine, and Serine — four amino acids that mirror the skin's own Natural Moisturising Factor — maintain the skin's water-binding capacity from within. Streptococcus Thermophilus Ferment (a probiotic ferment) further supports the skin microbiome and barrier resilience.\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      WELLAGE positions itself as a clinical-grade skincare brand, and the Real Hyaluronic 100 Cream is the most direct expression of that philosophy: a moisturiser built almost entirely around the science of hyaluronic acid delivery. The \"100\" in the name refers to the brand's commitment to 100% pure HA without masking agents or distracting fillers — and at 500,000ppm, Hydrolyzed Hyaluronic Acid (HA Water™ at 368.3 Daltons molecular weight) sits as the very first ingredient in the formula, making this one of the most HA-concentrated moisturisers in mainstream K-beauty.\n      \u003cbr\u003e\u003cbr\u003e\n      What separates this from simpler HA creams is the full multi-weight hyaluronic acid architecture: the ultra-low molecular weight Hydrolyzed HA penetrates deepest, while five additional HA variants — including Sodium Hyaluronate Crosspolymer, Hydroxypropyltrimonium Hyaluronate, and Sodium Acetylated Hyaluronate — address different skin depths simultaneously, creating layered hydration from the outermost barrier through to the dermis. The brand claims 100 hours of moisture retention and a 109.99% improvement in skin moisture levels after one application.\n      \u003cbr\u003e\u003cbr\u003e\n      The barrier system pairs nano-sized Ceramide NP (delivered via WELLAGE's proprietary DDS technology for enhanced penetration) with Cholesterol, Hydrolyzed Glycosaminoglycans, and Squalane to seal the hydration in and prevent transepidermal water loss. A natural moisturising factor (NMF) amino acid complex — Glycine, Arginine, Histidine, and Serine — mirrors the skin's own water-binding molecules for sustained internal hydration. Streptococcus Thermophilus Ferment (a probiotic) supports the skin microbiome alongside the hydration work.\n      \u003cbr\u003e\u003cbr\u003e\n      Panthenol, Allantoin, and Dipotassium Glycyrrhizate soothe and comfort throughout, while Adenosine supports elasticity, Niacinamide refines tone and pores, and Tocopherol provides antioxidant protection. Shea Butter and Squalane add comfortable emolliency without heaviness. The cool, soft gel-cream texture absorbs quickly and leaves no stickiness or residue. Alcohol-free.\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 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 a small amount and spread evenly across the face, following the natural direction of the skin texture.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e03\u003c\/span\u003eGently pat for better absorption until the cream is fully absorbed into the skin.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e04\u003c\/span\u003eSuitable for AM and PM use. Can also be used as an overnight sleeping mask for intensive deep hydration.\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"pair-box\"\u003e\n      \u003cstrong\u003eBest paired with\u003c\/strong\u003e\n      Layer over the WELLAGE Real Hyaluronic Blue 100 Ampoule for more intensive moisturising and barrier-supporting care — both products share the same HA-centred science and are designed as a hydration system. Also recommended by WELLAGE as a moisturising step following the Real Cica Calming 95 Trouble Ampoule for troubled or sensitive skin routines.\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 for all skin types. The lightweight gel-cream texture and non-comedogenic profile make it especially well suited for:\u003c\/div\u003e\n    \u003cul class=\"concern-list\" style=\"margin-top:10px; list-style:none; padding:0;\"\u003e\n      \u003cli\u003eChronic dryness, dehydration, and tight or rough skin texture\u003c\/li\u003e\n      \u003cli\u003eWeakened skin barrier or moisture-depleted skin\u003c\/li\u003e\n      \u003cli\u003eOily and combination skin seeking deep hydration without heaviness or residue\u003c\/li\u003e\n      \u003cli\u003eSensitive skin needing a simple, high-efficacy moisturiser\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"acc-text\" style=\"margin-top:12px;\"\u003eAlcohol-free. Free from artificial fragrances. Hypoallergenic. Suitable for AM and PM use. Note: contains Beeswax — not suitable for those following a strictly vegan routine.\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\"\u003eWELLAGE\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\"\u003e80 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\"\u003eHydration\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\"\u003eGel-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      Hydrolyzed Hyaluronic Acid (500,000ppm), Water, Glycerin, Cetearyl Alcohol, Pentylene Glycol, Caprylic\/Capric Triglyceride, Squalane, Propanediol, Betaine, Cetearyl Olivate, Vinyl Dimethicone, Coco-Caprylate\/Caprate, Isopropyl Myristate, Butyrospermum Parkii (Shea) Butter, Polyglyceryl-4 Caprate, Panthenol, Octyldodecanol, Allantoin, Butylene Glycol, Glycine, Arginine, Histidine, Serine, Tocopherol, Benzyl Glycol, Sodium Stearoyl Glutamate, Hydrolyzed Glycosaminoglycans, Adenosine, Sodium Hyaluronate (100ppm), Sodium Hyaluronate Crosspolymer (3.5ppb), Hydroxypropyltrimonium Hyaluronate (0.42ppb), Hyaluronic Acid (0.035ppb), Sodium Acetylated Hyaluronate (0.007ppb), Niacinamide, Ceramide NP, Streptococcus Thermophilus Ferment, Dipotassium Glycyrrhizate, Cholesterol, Sorbitan Olivate, Sucrose Laurate, Beeswax, Palmitic Acid, Stearic Acid, Hydrogenated Lecithin, Lysolecithin, Polyglyceryl-3 Polyricinoleate, Carbomer, Xanthan Gum, Trihydroxystearin, Melia Azadirachta Leaf Extract, Melia Azadirachta Flower Extract, Coccinia Indica Fruit Extract, Solanum Melongena (Eggplant) Fruit Extract, Ocimum Sanctum Leaf Extract, Curcuma Longa (Turmeric) Root Extract, Corallina Officinalis Extract, Polygonum Multiflorum Root Extract, Illicium Verum (Anise) Fruit Extract, Ethylhexylglycerin, Caprylyl Glycol, 1,2-Hexanediol, Citric Acid, Disodium EDTA\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 = `WELLAGE Real Hyaluronic 100 Cream 80ml\\n\\nA clinical-grade moisturiser built entirely around the science of hyaluronic acid delivery. HA Water™ — ultra-low molecular weight Hydrolyzed Hyaluronic Acid at 368.3 Da and 500,000ppm — sits as the first ingredient in the formula, penetrating deep into the skin for hydration that lasts up to 100 hours. Five additional HA forms at different molecular weights address different skin depths simultaneously, from the outermost barrier through to the dermis.\\n\\nNano-sized Ceramide NP (via WELLAGE's DDS delivery technology) and Cholesterol seal in the hydration and repair the lipid barrier. An NMF amino acid complex — Glycine, Arginine, Histidine, and Serine — mirrors the skin's own water-binding molecules. Streptococcus Thermophilus Ferment supports the microbiome. Panthenol, Adenosine, Niacinamide, and Squalane complete the formula.\\n\\nClinical claim: 109.99% improvement in skin moisture levels after one application. 100-hour moisture retention. Alcohol-free and hypoallergenic.\\n\\nKey ingredients: HA Water™ 500,000ppm · 6-type HA complex · Nano Ceramide NP · NMF Amino Acids (Glycine, Arginine, Histidine, Serine) · Streptococcus Thermophilus Ferment · Squalane · Adenosine\\nVolume: 80ml · 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":"WELLAGE","offers":[{"title":"Default Title","offer_id":49082048708856,"sku":"8809619272301","price":28.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0328\/8888\/1292\/files\/images_6a2cf4cf-fbe4-491f-b331-37c6309d3432.jpg?v=1781729452","url":"https:\/\/www.amuseground.com\/products\/wellage-real-hyaluronic-100-cream-80ml","provider":"Amuse Ground","version":"1.0","type":"link"}