{"product_id":"aestura-atobarrier365-hydro-cera-ha-ampoule-30ml","title":"AESTURA Atobarrier365 Hydro Cera-HA Ampoule [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\u003eAESTURA Atobarrier365 Hydro Cera-HA Ampoule\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:       #7a8fa3;\n    --g-pale:  #f0f3f6;\n    --g-light: #dde5ed;\n    --g-deep:  #2a3a4a;\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\u003eCera-HA Complex\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eA proprietary blend of bio-mimetic Ceramide (Hydroxypropyl Bispalmitamide MEA) and Sodium Hyaluronate that works in tandem to replenish the skin's lipid barrier, lock in moisture, and resist water loss for up to 72 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\u003eTriple Lipid Complex\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eCeramide NP, Cholesterol, and Sphingolipids mirror the natural lamellar structure of the skin barrier — the same ratio of lipids that holds skin cells together and keeps moisture sealed in.\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\u003eNiacinamide + 3-O-Ethyl Ascorbic Acid\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eVitamin B3 supports barrier ceramide synthesis and evens skin tone, while a stable Vitamin C derivative adds antioxidant protection and assists with glow and translucency 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\u003eDipotassium Glycyrrhizate + Adenosine\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eLiquorice-derived Dipotassium Glycyrrhizate soothes inflammation and calms reactive skin, while Adenosine supports elastin and collagen production for improved firmness and skin 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      Developed by AESTURA — Korea's number one dermatologist-recommended skincare brand — the Atobarrier365 Hydro Cera-HA Ampoule is a concentrated hydration treatment designed to deeply replenish moisture and reinforce the skin's natural barrier in a single step.\n      \u003cbr\u003e\u003cbr\u003e\n      At the heart of the formula is the brand's Cera-HA Complex: a proprietary pairing of bio-mimetic ceramide (Hydroxypropyl Bispalmitamide MEA) and Sodium Hyaluronate that delivers intense, lasting hydration while rebuilding the skin's protective lipid barrier. This is supported by a Triple Lipid Complex — Ceramide NP, Cholesterol, and Sphingolipids — that closely mimics the natural lamellar structure of healthy skin, helping to restore what environmental stress, cleansing, and dehydration break down over time.\n      \u003cbr\u003e\u003cbr\u003e\n      Additional actives include Niacinamide for barrier-boosting and tone-refining benefits, a stable 3-O-Ethyl Ascorbic Acid (Vitamin C derivative) for antioxidant protection and glow, Dipotassium Glycyrrhizate for anti-inflammatory soothing, and Adenosine for elasticity support. Panthenol and Betaine provide further humectant hydration, while Biosaccharide Gum-1 helps lock moisture to the skin's surface.\n      \u003cbr\u003e\u003cbr\u003e\n      The lightweight, gel-like texture absorbs quickly and cleanly — no heaviness, no stickiness. Clinically tested on sensitive skin over 4 weeks with confirmed safety. Free from fragrances, harsh alcohols, parabens, and silicones.\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\u003eAfter cleansing and toning, apply before moisturiser as the serum step in your AM and PM routine.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e02\u003c\/span\u003eDispense an appropriate amount onto fingertips.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e03\u003c\/span\u003eApply evenly across the face and gently massage in circular motions for better absorption.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e04\u003c\/span\u003eFollow immediately with moisturiser to seal in the ampoule's hydration. For optimal results, layer with the Atobarrier365 Cream.\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"pair-box\"\u003e\n      \u003cstrong\u003eBest paired with\u003c\/strong\u003e\n      Clinically shown to boost skin hydration by +124% when used together with AESTURA Atobarrier365 Cream. Both products share the same ceramide-centred barrier philosophy and are designed to work in sequence for maximum moisture retention and barrier repair.\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 specifically for dry, dehydrated, and sensitive skin — including skin that is barrier-compromised, eczema-prone, or reactive to conventional actives. Particularly beneficial for:\u003c\/div\u003e\n    \u003cul class=\"concern-list\" style=\"margin-top:10px; list-style:none; padding:0;\"\u003e\n      \u003cli\u003eChronic dryness and dehydration\u003c\/li\u003e\n      \u003cli\u003eWeakened or damaged skin barrier\u003c\/li\u003e\n      \u003cli\u003eSensitive, reactive, or eczema-prone skin\u003c\/li\u003e\n      \u003cli\u003eDullness and loss of skin translucency\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"acc-text\" style=\"margin-top:12px;\"\u003e4-week extremely sensitive skin safety tested. Free from fragrances, essential oils, harsh alcohols, parabens, and silicones. Does not contain animal-derived ingredients.\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\"\u003eAESTURA\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\"\u003eDry, Sensitive\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\"\u003eAmpoule\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, Niacinamide, 1,2-Hexanediol, Betaine, Panthenol, Carbomer, Ethylhexylglycerin, Sodium Hyaluronate, 3-O-Ethyl Ascorbic Acid, Cellulose Gum, Tromethamine, Sodium Metaphosphate, Dipotassium Glycyrrhizate, Propanediol, Adenosine, Hydroxypropyl Bispalmitamide MEA, Glyceryl Caprylate, Potassium Hydroxide, Sodium Lactate, Biosaccharide Gum-1, Caprylic\/Capric Triglyceride, Pentylene Glycol, Citric Acid, Hydroxyethyl Urea, Polyglyceryl-10 Stearate, Cholesterol, Propylene Glycol, Potassium Cetyl Phosphate, Tocopherol, Ceramide NP, Mannitol, Stearic Acid, Silica, Acrylates\/Ammonium Methacrylate Copolymer, Hydrogenated Lecithin, Palmitic Acid, Oleic Acid, Arachidic Acid, Sphingolipids\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 = `AESTURA Atobarrier365 Hydro Cera-HA Ampoule 30ml\\n\\nDeveloped by AESTURA — Korea's number one dermatologist-recommended skincare brand — the Atobarrier365 Hydro Cera-HA Ampoule is a concentrated hydration treatment designed to deeply replenish moisture and reinforce the skin's natural barrier in a single step.\\n\\nAt the heart of the formula is the brand's Cera-HA Complex: a proprietary pairing of bio-mimetic ceramide and Sodium Hyaluronate that delivers intense, lasting hydration while rebuilding the skin's protective lipid barrier. This is supported by a Triple Lipid Complex — Ceramide NP, Cholesterol, and Sphingolipids — that mirrors the natural lamellar structure of healthy skin.\\n\\nAdditional actives include Niacinamide, a stable Vitamin C derivative (3-O-Ethyl Ascorbic Acid), Dipotassium Glycyrrhizate for soothing, and Adenosine for elasticity support. Lightweight, gel-like texture absorbs quickly without heaviness or stickiness.\\n\\nClinically tested on sensitive skin. Free from fragrances, harsh alcohols, parabens, and silicones.\\n\\nKey ingredients: Cera-HA Complex · Triple Lipid Complex (Ceramide NP, Cholesterol, Sphingolipids) · Niacinamide · 3-O-Ethyl Ascorbic Acid · Adenosine\\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":"AESTURA","offers":[{"title":"Default Title","offer_id":49078654894328,"sku":"8809013342396","price":42.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0328\/8888\/1292\/files\/images_71626f93-5011-44c3-ac0f-7692c8d3c333.jpg?v=1781727170","url":"https:\/\/www.amuseground.com\/products\/aestura-atobarrier365-hydro-cera-ha-ampoule-30ml","provider":"Amuse Ground","version":"1.0","type":"link"}