{"product_id":"numbuzin-no9-nad-pdrn-glow-boosting-toner-150ml","title":"numbuzin No.9 NAD+ PDRN Glow Boosting Toner [150ml]","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\u003enumbuzin No.9 NAD+ PDRN Glow Boosting Toner\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:       #8b6fa0;\n    --g-pale:  #f4f0f8;\n    --g-light: #dfd3ec;\n    --g-deep:  #2d1a40;\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(2, 1fr);\n    align-items: stretch;\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; align-self: stretch; overflow: hidden; }\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    background: var(--white);\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\u003eSalmon PDRN 1,000ppm (Sodium DNA)\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003e1,000ppm of 100% pure salmon-derived PDRN (Sodium DNA) — polynucleotide fragments that stimulate fibroblast proliferation, accelerate collagen and hyaluronic acid synthesis, and support tissue repair at the cellular level. Confirmed in the INCI as Sodium DNA, positioned to deliver essence-level regeneration in toner format. Not vegan; sourced from salmon milt.\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\u003eNAD+ — Nicotinamide Adenine Dinucleotide\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eThe coenzyme that powers cellular energy metabolism and DNA repair. NAD+ declines significantly with age, reducing the skin's natural capacity for cell turnover and collagen synthesis. Confirmed in the INCI as Nicotinamide Adenine Dinucleotide (NAD+) alongside Adenosine Triphosphate (ATP) — both are cellular energy currency molecules rarely seen together in topical formulations at this density.\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\u003e50-Peptide Complex\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eA verified 50-type peptide blend spanning signal peptides (Palmitoyl Pentapeptide-4 \/ Matrixyl, Palmitoyl Tripeptide-1, Palmitoyl Tetrapeptide-7), neuromuscular peptides (Acetyl Hexapeptide-8 \/ Argireline, Dipeptide Diaminobutyroyl Benzylamide Diacetate \/ Syn-Ake), growth factor peptides (SH-Octapeptide-4 EGF, SH-Decapeptide-7 FGF), and copper peptides (Copper Tripeptide-1, Alanine\/Histidine\/Lysine Polypeptide Copper HCL). Collectively targets collagen synthesis, wrinkle relaxation, and elasticity from multiple mechanisms simultaneously.\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\u003eVitamin B12 (Cyanocobalamin) + Ceramide NP\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eThe formula's distinctive soft violet colour and natural pearlescence come entirely from these two ingredients — no artificial colorants or shimmer. Cyanocobalamin (Vitamin B12) supports skin cell metabolism and gives the violet tint; Ceramide NP (via Hydrogenated Lecithin liposomal delivery) creates the iridescent pearl effect while reinforcing the skin's lipid barrier. Both serve active skincare functions, not just aesthetic ones.\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 numbuzin No.9 NAD+ PDRN Glow Boosting Toner is the entry point of numbuzin's No.9 line — the brand's anti-aging and firming collection. It functions as an essence-toner hybrid: the texture and step of a toner, but with an active ingredient density that competes with dedicated serums. The formula contains 125 ingredients, making it one of the most compositionally complex toners in this product category.\n      \u003cbr\u003e\u003cbr\u003e\n      The core anti-aging system is built on three distinct mechanisms operating in parallel. Salmon PDRN (Sodium DNA) at 1,000ppm works at the fibroblast level, stimulating the cell proliferation and collagen\/hyaluronic acid synthesis that produce the skin's structural resilience. NAD+ (Nicotinamide Adenine Dinucleotide) — confirmed in the INCI — is the coenzyme responsible for cellular energy production and DNA repair; its topical application is among the newer frontiers of anti-aging skincare, addressing the cellular energy deficit that underlies many visible signs of aging. The formula also includes Adenosine Triphosphate (ATP), the direct energy carrier of cell function, alongside NAD+ — an unusual and deliberate pairing.\n      \u003cbr\u003e\u003cbr\u003e\n      The 50-peptide complex spans every major class of functional peptide. Signal peptides — Palmitoyl Pentapeptide-4 (Matrixyl), Palmitoyl Tripeptide-1, and Palmitoyl Tetrapeptide-7 — stimulate collagen and ECM production directly. Neuromuscular peptides — Acetyl Hexapeptide-8 (Argireline) and Dipeptide Diaminobutyroyl Benzylamide Diacetate (Syn-Ake) — relax the micro-muscle contractions responsible for expression lines. Growth factor peptides — SH-Octapeptide-4 (EGF analogue) and SH-Decapeptide-7 (FGF analogue) — support tissue regeneration. Copper peptides — Copper Tripeptide-1 and Alanine\/Histidine\/Lysine Polypeptide Copper HCL — promote wound healing and structural protein synthesis. Together with Hydrolyzed Collagen, Hydrolyzed Elastin, Soluble Collagen, and Elastin, the structural protein system is as comprehensive as any in the series.\n      \u003cbr\u003e\u003cbr\u003e\n      The formula's visual identity — a soft violet hue with natural pearlescence — is derived entirely from Cyanocobalamin (Vitamin B12) and Ceramide NP. No artificial colorants or shimmers are used. Niacinamide brightens and refines pores. Resveratrol and Glutathione provide antioxidant protection. The Aquaxyl-adjacent humectant trio (Xylitylglucoside, Anhydroxylitol, Xylitol) plus Glyceryl Glucoside deliver layered hydration. A biosurfactant ferment (Candida Bombicola\/Glucose\/Methyl Rapeseedate Ferment — a sophorolipid) adds skin-compatible cleansing and texture. Non-comedogenic. Clinically tested for glow enhancement at three facial points (forehead, cheekbones, nose tip).\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\u003eGently shake before use — the pearlescent formula benefits from mixing.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e02\u003c\/span\u003eAfter cleansing, pour an appropriate amount onto palms or a cotton pad.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e03\u003c\/span\u003eGently sweep across the face and neck, then pat lightly to aid absorption. Apply additional layers based on skin dryness for extra hydration and glow.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e04\u003c\/span\u003eFollow with serum, moisturiser, and SPF in the morning. Use AM and PM.\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"pair-box\"\u003e\n      \u003cstrong\u003eBest paired with\u003c\/strong\u003e\n      Pair with the numbuzin No.9 NAD+ BIO Lifting Essence for maximum firming and elasticity results — the toner preps and hydrates while the essence targets wrinkles and sagging with a concentrated peptide and NAD+ dose. Apply additional essence on areas of concern (smile lines, frown lines, forehead) after the all-over toner layer.\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. Clinically non-comedogenic. Particularly well suited for:\u003c\/div\u003e\n    \u003cul class=\"concern-list\" style=\"margin-top:10px; list-style:none; padding:0;\"\u003e\n      \u003cli\u003eLoss of elasticity, firmness, and skin density\u003c\/li\u003e\n      \u003cli\u003eFine lines, wrinkles, and expression lines\u003c\/li\u003e\n      \u003cli\u003eDullness and loss of radiance\u003c\/li\u003e\n      \u003cli\u003eEnlarged or sagging pores\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"acc-text\" style=\"margin-top:12px;\"\u003eContains salmon-derived PDRN (Sodium DNA) — not vegan. Natural violet colour and pearlescence from Vitamin B12 and Ceramide NP; no artificial colorants or shimmer. Non-comedogenic. Clinically tested to visibly enhance glow at key facial points. Fragrance-free.\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\"\u003enumbuzin\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\"\u003e150 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\"\u003eFirming \u0026amp; Glow\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\"\u003eEssence-toner\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, Niacinamide, PEG\/PPG-17\/6 Copolymer, Propanediol, 1,2-Hexanediol, Tripropylene Glycol, Glyceryl Glucoside, Xylitylglucoside, PEG-40 Hydrogenated Castor Oil, Anhydroxylitol, Glycerin, Polyglyceryl-10 Laurate, Candida Bombicola\/Glucose\/Methyl Rapeseedate Ferment, C20-40 Pareth-10, Tocopheryl Acetate, Xylitol, Cetearyl Alcohol, Sodium DNA, Hydrogenated Lecithin, Glucose, Polyacrylate Crosspolymer-6, Ethylhexylglycerin, Adenosine, Ceramide NP, Sodium Phytate, Helianthus Annuus (Sunflower) Seed Oil, Melia Azadirachta Leaf Extract, Melia Azadirachta Flower Extract, Citric Acid, Hydroxyethylcellulose, Sodium Citrate, Phytosterols, Coccinia Indica Fruit Extract, Aloe Barbadensis Flower Extract, Solanum Melongena (Eggplant) Fruit Extract, t-Butyl Alcohol, Ocimum Sanctum Leaf Extract, Curcuma Longa (Turmeric) Root Extract, Corallina Officinalis Extract, Cyanocobalamin, Caprylic\/Capric Triglyceride, Hydrolyzed Collagen, Butylene Glycol, Adenosine Triphosphate, Nicotinamide Adenine Dinucleotide, Resveratrol, Pullulan, Sodium Palmitoyl Sarcosinate, Palmitic Acid, C12-14 Alketh-12, Pisum Sativum (Pea) Peptide, Stearic Acid, Polyglyceryl-6 Laurate, Caprylyl Glycol, Dipeptide Diaminobutyroyl Benzylamide Diacetate, Dextran, Hydrolyzed Elastin, Soluble Collagen, Acetyl Tetrapeptide-3, Trifolium Pratense (Clover) Flower Extract, Disodium EDTA, Myristic Acid, Acetyl Hexapeptide-8, Mannose, SH-Octapeptide-4, SH-Decapeptide-7, Palmitoyl Pentapeptide-4, Palmitoyl Tripeptide-1, Copper Tripeptide-1, Hexapeptide-9, Nonapeptide-1, Tripeptide-1, Arachidic Acid, Collagen, Elastin, Glutathione, Palmitoyl Tetrapeptide-7, Arginine\/Lysine Polypeptide, Oligopeptide-29, Oligopeptide-32, Acetyl Tetrapeptide-5, Acetyl Tetrapeptide-9, Acetyl Tetrapeptide-2, Acetyl Octapeptide-3, Acetyl Hexapeptide-1, Alanine\/Histidine\/Lysine Polypeptide Copper HCL, Acetyl Dipeptide-1 Cetyl Ester, Acetyl SH-Pentapeptide-1, Biotinoyl Tripeptide-1, Dipeptide-4, Hexapeptide-11, Hexapeptide-12\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 = `numbuzin No.9 NAD+ PDRN Glow Boosting Toner 150ml\\n\\nAn essence-toner hybrid from numbuzin's No.9 anti-aging and firming line, combining 125 ingredients around three parallel anti-aging mechanisms.\\n\\nSalmon PDRN (Sodium DNA) at 1,000ppm stimulates fibroblast proliferation and collagen\/HA synthesis. NAD+ (Nicotinamide Adenine Dinucleotide) — confirmed in the INCI alongside Adenosine Triphosphate — supports cellular energy production and DNA repair. A verified 50-peptide complex spans signal peptides (Palmitoyl Pentapeptide-4 \/ Matrixyl, Palmitoyl Tripeptide-1), neuromuscular peptides (Acetyl Hexapeptide-8 \/ Argireline, Syn-Ake), growth factor peptides (SH-Octapeptide-4 EGF, SH-Decapeptide-7 FGF), and copper peptides (Copper Tripeptide-1).\\n\\nThe formula's soft violet colour and pearlescence come entirely from Cyanocobalamin (Vitamin B12) and Ceramide NP — no artificial colorants. Niacinamide, Resveratrol, and Glutathione complete the brightening and antioxidant system.\\n\\nContains salmon PDRN — not vegan. Non-comedogenic. Fragrance-free.\\n\\nKey ingredients: Salmon PDRN 1,000ppm · NAD+ (Nicotinamide Adenine Dinucleotide) · 50-Peptide Complex · Niacinamide · Ceramide NP · Vitamin B12 · Resveratrol · Glutathione\\nVolume: 150ml · 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":"numbuzin","offers":[{"title":"Default Title","offer_id":49087867617528,"sku":"8809652589794","price":19.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0328\/8888\/1292\/files\/numbuzinnumbuzin-no9-nad-pdrn-glow-boosting-toner-150mloceanbuy-beauty-2096554.webp?v=1781734474","url":"https:\/\/www.amuseground.com\/products\/numbuzin-no9-nad-pdrn-glow-boosting-toner-150ml","provider":"Amuse Ground","version":"1.0","type":"link"}