{"product_id":"medicube-hyaluronic-ceramide-jelly-cream-50ml","title":"medicube Hyaluronic Ceramide Jelly Cream [50ml]","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\u003emedicube Hyaluronic Ceramide Jelly 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:       #5a8fa8;\n    --g-pale:  #eef4f7;\n    --g-light: #d8eaf2;\n    --g-deep:  #1e3d50;\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\u003e10 Types of Hyaluronic Acid\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eA full-spectrum HA complex — including Hyaluronic Acid, Sodium Hyaluronate, Sodium Hyaluronate Crosspolymer, Hydrolyzed Hyaluronic Acid, Dimethylsilanol Hyaluronate, and more — targeting hydration across all 10 layers of the skin for plumping that works on the surface and deep within.\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\u003e5 Ceramide Complex\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eCeramide NP, NS, AP, AS, and EOP — five distinct ceramide types — alongside Cholesterol and Phytosphingosine to rebuild the skin's lipid barrier, prevent transepidermal water loss, and maintain lasting moisture balance.\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-Peptide Blend\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eCopper Tripeptide-1, Palmitoyl Pentapeptide-4, Tripeptide-1, Dipeptide-2, and Oligopeptide-1 work together to firm, smooth, and support collagen synthesis for visibly plumper, more resilient skin over time.\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\u003eEctoin + Edelweiss Extract\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eEctoin forms a protective shield around skin cells to defend against environmental stressors and UV-induced damage, while Leontopodium Alpinum (Edelweiss) Callus Culture Extract provides rare high-altitude antioxidant protection and soothes redness.\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 medicube Hyaluronic Ceramide Jelly Cream packs an unusually broad roster of active ingredients into a single lightweight moisturiser — one that absorbs like a gel but delivers the hydration depth of a cream. Its hallmark is a 10-type Hyaluronic Acid complex that targets every layer of the skin simultaneously, from the outermost surface down to the deepest dermis layers, clinically shown to increase skin hydration by +246% and reach up to 10 skin layers deep.\n      \u003cbr\u003e\u003cbr\u003e\n      Alongside the HA complex, a 5-Ceramide system (NP, NS, AP, AS, EOP) — reinforced with Cholesterol and Phytosphingosine — reconstructs the lipid matrix of the skin barrier, shown to improve moisture barrier strength by +21.79% and reduce redness by nearly 15%. A multi-peptide blend of five distinct peptides including Copper Tripeptide-1 and Palmitoyl Pentapeptide-4 further supports skin firmness and elasticity.\n      \u003cbr\u003e\u003cbr\u003e\n      For soothing and antioxidant protection, Ectoin shields cells from environmental stress, while Edelweiss Callus Culture Extract — derived from one of the world's most UV-resilient alpine plants — provides additional skin-calming and free-radical defence. Niacinamide 2%, Ascorbyl Glucoside, and Turmeric Root Extract complete the brightening layer, supporting even tone and overall radiance.\n      \u003cbr\u003e\u003cbr\u003e\n      The jelly texture — distinctively tinted blue from its hyaluronic acid concentration — absorbs swiftly without heaviness, greasiness, or residue, making it a versatile daily moisturiser for all skin types. Clinically tested to cool skin temperature on contact. Fragrance-free, 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\u003eUse 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\u003eApply an appropriate amount onto fingertips.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e03\u003c\/span\u003eApply gently to the entire face following the natural texture of the skin, avoiding the eye and mouth areas.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e04\u003c\/span\u003ePat lightly until fully absorbed. Suitable for AM and PM use.\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 medicube PDRN Pink Peptide Serum for a peptide-amplified routine targeting hydration and firmness. The jelly cream's lightweight finish also makes it a good base under SPF for morning use without pilling or heaviness.\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 jelly texture and comprehensive hydration-barrier system 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\u003eDehydrated or moisture-depleted skin\u003c\/li\u003e\n      \u003cli\u003eWeakened or compromised skin barrier\u003c\/li\u003e\n      \u003cli\u003eSkin prone to redness, sensitivity, or environmental reactivity\u003c\/li\u003e\n      \u003cli\u003eOily or combination skin seeking hydration without a heavy finish\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"acc-text\" style=\"margin-top:12px;\"\u003eFragrance-free and alcohol-free. Clinically tested to reduce skin temperature on contact and relieve redness. Suitable for daily 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\"\u003emedicube\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\"\u003e50 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\"\u003eJelly 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 (Aqua), Butylene Glycol, Glycerin, Propanediol, Niacinamide, 1,2-Hexanediol, Acrylates\/C10-30 Alkyl Acrylate Crosspolymer, Tromethamine, Melia Azadirachta Leaf Extract, Melia Azadirachta Flower Extract, Ethylhexylglycerin, Coccinia Indica Fruit Extract, Xanthan Gum, Adenosine, Aloe Barbadensis Flower Extract, Solanum Melongena (Eggplant) Fruit Extract, Ocimum Sanctum Leaf Extract, Corallina Officinalis Extract, Curcuma Longa (Turmeric) Root Extract, Tocopherol, Allantoin, Ammonium Acryloyldimethyltaurate\/VP Copolymer, Ascorbyl Glucoside, Ectoin, Squalane, Trehalose, Glyceryl Glucoside, Hydrogenated Lecithin, Cetearyl Alcohol, Stearic Acid, Leontopodium Alpinum Callus Culture Extract, Ceramide NP, Ceramide NS, Dimethylsilanol Hyaluronate, Hydrolyzed Hyaluronic Acid, Hydrolyzed Sodium Hyaluronate, Cholesterol, Hyaluronic Acid, Phytosphingosine, Potassium Hyaluronate, Sodium Hyaluronate, Hydroxypropyltrimonium Hyaluronate, Sodium Hyaluronate Crosspolymer, Ceramide AP, Ceramide AS, Sodium Hyaluronate Dimethylsilanol, Sodium Acetylated Hyaluronate, Copper Tripeptide-1, Ceramide EOP, Dipeptide-2, Oligopeptide-1, Palmitoyl Pentapeptide-4, Tripeptide-1\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 = `medicube Hyaluronic Ceramide Jelly Cream 50ml\\n\\nThe medicube Hyaluronic Ceramide Jelly Cream packs an unusually broad roster of active ingredients into a single lightweight moisturiser. Its hallmark is a 10-type Hyaluronic Acid complex — clinically shown to increase skin hydration by +246% and penetrate up to 10 skin layers deep.\\n\\nA 5-Ceramide system (NP, NS, AP, AS, EOP) alongside Cholesterol and Phytosphingosine reconstructs the skin's lipid barrier, improving moisture barrier strength by +21.79% and reducing redness by nearly 15%. A multi-peptide blend of five peptides including Copper Tripeptide-1 and Palmitoyl Pentapeptide-4 supports firmness and collagen synthesis. Ectoin and Edelweiss Callus Culture Extract provide environmental and antioxidant protection.\\n\\nFragrance-free and alcohol-free. Lightweight jelly texture — distinctively blue — absorbs cleanly without heaviness or residue. Clinically tested to cool skin temperature on contact.\\n\\nKey ingredients: 10-type Hyaluronic Acid · 5-Ceramide Complex · Multi-Peptide Blend · Niacinamide 2% · Ectoin · Edelweiss Extract\\nVolume: 50ml · 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":"medicube","offers":[{"title":"Default Title","offer_id":49079604117752,"sku":"8800289477423","price":25.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0328\/8888\/1292\/files\/11_ac685cbf-5844-456c-a564-23ef2ded4882.webp?v=1781727427","url":"https:\/\/www.amuseground.com\/products\/medicube-hyaluronic-ceramide-jelly-cream-50ml","provider":"Amuse Ground","version":"1.0","type":"link"}