{"product_id":"vt-cosmetic-pdrn-glow-ampoule-100ml","title":"VT Cosmetic PDRN Glow Ampoule [100ml]","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\u003eVT Cosmetic PDRN Glow 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:       #6b8b5e;\n    --g-pale:  #f0f5ee;\n    --g-light: #d8ead2;\n    --g-deep:  #1e3318;\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\u003ePHYTO PDRN® Panax (Vegan Sodium DNA)\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003ePlant-derived PDRN extracted from Korean Wild Ginseng (Panax Ginseng Root Extract + Sodium DNA) — an ethical, vegan alternative to fish-sourced polynucleotide. Promotes skin cell regeneration, improves elasticity, and helps reduce the appearance of fine lines and loss of firmness.\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, AS, NS, AP, and EOP — five ceramide types delivered via Hydrogenated Lecithin liposomal carriers — rebuild the skin's lamellar lipid barrier, lock in moisture, and create the radiant moisture film that forms after each spray application.\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\u003eMeadowfoam Seed Oil + Squalane + Baobab Oil\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eA trio of lightweight plant oils forming the \"Padialen Essence 100\" radiance complex. Limnanthes Alba (Meadowfoam) Seed Oil conditions and brightens; Squalane mirrors skin's own sebum for non-greasy nourishment; Adansonia Digitata (Baobab) Seed Oil delivers Vitamins A, E, and D3 with a natural luminising effect.\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 + Polyglucuronic Acid + Adenosine\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eNiacinamide evens tone, refines pores, and supports ceramide synthesis. Polyglucuronic Acid — a next-generation polysaccharide humectant — forms a moisture-retaining film with exceptional water-binding capacity. Adenosine improves skin elasticity and supports anti-ageing care.\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 VT PDRN Glow Ampoule is a spray-format treatment ampoule built around VT's PHYTO PDRN® Panax technology — plant-derived polynucleotide (PDRN \/ Sodium DNA) extracted from Korean Wild Ginseng. Where conventional PDRN in clinical aesthetics is typically derived from fish DNA, VT's ginseng-sourced variant offers the same tissue-regenerative and elasticity-supporting mechanism in a fully vegan formulation, without animal-based ingredients or artificial fragrances.\n      \u003cbr\u003e\u003cbr\u003e\n      The formula is designed around five distinct functions that work in concert across every spray. The PDRN itself — Panax Ginseng Root Extract working alongside Sodium DNA — drives cell regeneration, elasticity improvement, and fine line reduction at a structural level. A 5-type ceramide complex (NP, AS, NS, AP, EOP), delivered via Hydrogenated Lecithin liposomes, builds a radiant moisture barrier that both seals in hydration and creates the luminous, film-like glow the product is named for.\n      \u003cbr\u003e\u003cbr\u003e\n      The \"Padialen Essence 100\" radiance synergy — a blend of Meadowfoam Seed Oil, Squalane, and Baobab (Adansonia Digitata) Seed Oil — provides lightweight but genuinely nourishing emollience. These three oils were selected for their exceptional skin-compatibility and natural luminising properties: Meadowfoam mimics the skin's own lipid structure, Squalane absorbs without residue, and Baobab brings Vitamins A, E, and D3 alongside a plumping effect. Polyglucuronic Acid — a polysaccharide humectant — and Sodium Hyaluronate lock moisture to the skin's surface.\n      \u003cbr\u003e\u003cbr\u003e\n      Niacinamide brightens and refines, Panthenol soothes and repairs, Allantoin calms irritation, Adenosine supports firmness, and Tocopherol provides antioxidant protection. The ultra-fine mist disperses evenly across the face, absorbs without stickiness or residue, and is suitable at every point in the skincare routine — or over makeup throughout the day. Shake before each use. Fragrance-free. Vegan.\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\u003eShake gently before each use to fully combine the formula.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e02\u003c\/span\u003eClose eyes and spray evenly across the face from 20–30cm away.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e03\u003c\/span\u003eAllow to absorb naturally — no patting needed. The ultra-fine mist settles and absorbs within seconds.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e04\u003c\/span\u003eUse as needed throughout the day: as a serum step in your morning or evening routine, as a hydrating base before makeup, or as a setting and glow-refreshing mist over makeup.\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 VT PDRN Glow Cream or any moisturiser in your routine for maximum barrier reinforcement. The spray format also makes it ideal for midday refresh over makeup — hold further back for a finer mist that won't disturb coverage.\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 spray texture and fragrance-free formulation make it particularly well suited for:\u003c\/div\u003e\n    \u003cul class=\"concern-list\" style=\"margin-top:10px; list-style:none; padding:0;\"\u003e\n      \u003cli\u003eDryness, dehydration, and loss of skin radiance\u003c\/li\u003e\n      \u003cli\u003eDull, fatigued, or stressed skin needing instant revitalisation\u003c\/li\u003e\n      \u003cli\u003eFine lines and early elasticity loss\u003c\/li\u003e\n      \u003cli\u003eSensitive skin seeking PDRN benefits in a non-irritating, fragrance-free format\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"acc-text\" style=\"margin-top:12px;\"\u003eFragrance-free. Vegan — contains no animal-derived ingredients (PDRN is plant-sourced from Korean Wild Ginseng, not fish). Suitable for AM and PM use and over makeup throughout the day.\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\"\u003eVT Cosmetic\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\"\u003e100 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\"\u003eGlow \u0026amp; Elasticity\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\"\u003eSpray ampoule\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, Methylpropanediol, Limnanthes Alba (Meadowfoam) Seed Oil, Niacinamide, Butylene Glycol, Glycerin, Triethylhexanoin, Polyglycerin-3, Dipropylene Glycol, 1,2-Hexanediol, Hydroxyacetophenone, Sodium Citrate, Polyglyceryl-10 Myristate, Ethylhexylglycerin, Citric Acid, Adenosine, Sodium Phytate, Panthenol, Allantoin, Disodium EDTA, Squalane, Caprylic\/Capric Triglyceride, Ceramide NP, Adansonia Digitata Seed Oil, Hydrogenated Lecithin, Polyglucuronic Acid, Tocopherol, Sodium Hyaluronate, Ceramide AS, Ceramide NS, Ceramide AP, Ceramide EOP, Panax Ginseng Root Extract, 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 = `VT Cosmetic PDRN Glow Ampoule 100ml\\n\\nA spray-format treatment ampoule built on VT's PHYTO PDRN® Panax technology — plant-derived PDRN (Sodium DNA) extracted from Korean Wild Ginseng, a fully vegan alternative to fish-sourced polynucleotide. Promotes skin cell regeneration, improves elasticity, and reduces the appearance of fine lines without animal-based ingredients or artificial fragrances.\\n\\nA 5-type ceramide complex (NP, AS, NS, AP, EOP) via Hydrogenated Lecithin liposomes builds a radiant moisture barrier with every spray. The Padialen Essence 100 radiance complex — Meadowfoam Seed Oil, Squalane, and Baobab Seed Oil — provides lightweight luminising nourishment. Polyglucuronic Acid and Sodium Hyaluronate lock in hydration. Niacinamide, Panthenol, Adenosine, and Allantoin complete the formula.\\n\\nUltra-fine mist absorbs instantly without stickiness. Use in skincare routine, before makeup, or over makeup for midday refresh. Fragrance-free and vegan.\\n\\nKey ingredients: PHYTO PDRN® Panax (Vegan Sodium DNA) · 5-Ceramide Complex · Meadowfoam Seed Oil · Squalane · Baobab Seed Oil · Niacinamide · Polyglucuronic Acid · Adenosine\\nVolume: 100ml · 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":"VT","offers":[{"title":"Default Title","offer_id":49082642202872,"sku":"8803463009687","price":29.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0328\/8888\/1292\/files\/u_8803463009687_03_8ecec9af-14a5-4bea-924f-44fe62059263.avif?v=1781730560","url":"https:\/\/www.amuseground.com\/products\/vt-cosmetic-pdrn-glow-ampoule-100ml","provider":"Amuse Ground","version":"1.0","type":"link"}