{"product_id":"vt-cosmetics-pdrn-reedle-shot-hair-ampoule-100dl","title":"VT Cosmetics PDRN Reedle Shot Hair Ampoule 100dL","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 Reedle Shot Hair Ampoule 100dL\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:       #3d6b5a;\n    --g-pale:  #edf3f0;\n    --g-light: #c8dfd7;\n    --g-deep:  #122820;\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\u003eCICA REEDLE™ + PHYTO PDRN® Panax\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eSilica micro-spicules 14× thinner than a pore create microchannels in the scalp surface to drive active ingredients directly to the follicle — the same technology as VT's skin Reedle Shot line, adapted for scalp use. PHYTO PDRN® (Sodium DNA from Panax Ginseng) promotes tissue regeneration and scalp vitality at a cellular level.\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\u003eCaffeine + Biotin + Acetyl Hexapeptide-8\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eCaffeine — the most clinically studied topical ingredient for hair loss — counters DHT (a hormone that shrinks follicles) and stimulates microcirculation in the scalp. Biotin (Vitamin H) nourishes the follicle and strengthens the hair shaft. Acetyl Hexapeptide-8 supports scalp tissue structure and elasticity.\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\u003e9-Nutrient Complex (Black Soybean + Herbal Botanicals)\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eGlycine Soja (Black Soybean) Seed Extract, Angelica Gigas, Polygonum Multiflorum (He Shou Wu), Eclipta Prostrata, Swertia Japonica, Thuja Orientalis, Camellia Sinensis, Scutellaria Baicalensis, and Rosmarinus Officinalis — nine traditional hair-strengthening botanicals used in East Asian medicine for scalp circulation, follicle nourishment, and hair 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\u003eFull Amino Acid Complex + Cica Bioactives\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003e14 individual amino acids — Glycine, Serine, Glutamic Acid, Aspartic Acid, Leucine, Alanine, Lysine, Arginine, Tyrosine, Phenylalanine, Proline, Threonine, Valine, Isoleucine — mirror the scalp's own NMF for deep conditioning. All four Centella bioactives (Asiaticoside, Asiatic Acid, Madecassic Acid, Madecassoside) soothe scalp irritation and support recovery.\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 Reedle Shot Hair Ampoule adapts VT's signature Reedle Shot technology — built around scalp-specific needs — delivering a clinical-grade scalp treatment for daily use at home. The \"100dL\" designation refers to the formula's concentration level, not volume; the product comes in a 15ml precision applicator designed for direct scalp targeting without smearing onto hair strands.\n      \u003cbr\u003e\u003cbr\u003e\n      CICA REEDLE™ forms the delivery backbone: micro-sized silica spicules that create temporary microchannels in the scalp surface, allowing the ampoule's active ingredients to bypass the scalp's natural barrier and reach the follicle more directly than standard topical application. Through these channels, PHYTO PDRN® Panax — vegan Sodium DNA extracted from Korean Wild Ginseng — delivers polynucleotide-level tissue regeneration and revitalisation at the root.\n      \u003cbr\u003e\u003cbr\u003e\n      The formula's anti-hair-loss action centres on Caffeine, positioned as the 5th ingredient in the INCI — a concentration that makes it genuinely functional. Caffeine is one of the few topically applied ingredients with solid clinical evidence for countering DHT-related follicle miniaturisation, improving scalp circulation, and supporting existing hair density. Biotin (Vitamin H) works alongside it at the follicle level, and Acetyl Hexapeptide-8 supports the structural integrity of scalp tissue.\n      \u003cbr\u003e\u003cbr\u003e\n      The 9-nutrient botanical complex draws from the East Asian herbal tradition of scalp care: Polygonum Multiflorum (He Shou Wu), Angelica Gigas, Eclipta Prostrata, Swertia Japonica, Thuja Orientalis, and Scutellaria Baicalensis are each well-established in Korean and Chinese hair medicine for their follicle-stimulating, anti-inflammatory, and circulation-enhancing properties. Rosemary and Green Tea round out the antioxidant layer.\n      \u003cbr\u003e\u003cbr\u003e\n      14 individual amino acids form a complete scalp NMF complex, providing deep conditioning and moisture retention at the follicle level. All four Centella bioactives (Asiaticoside, Asiatic Acid, Madecassic Acid, Madecassoside) work with Niacinamide and Sodium Hyaluronate to soothe scalp sensitivity, balance sebum, and maintain a healthy scalp environment throughout treatment. The formula delivers a non-menthol cooling effect on application. Lightweight and non-greasy; does not weigh down hair.\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 shampooing, towel-dry hair until damp — not dripping. Part hair to expose the scalp in areas of concern.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e02\u003c\/span\u003eTurn the button at the base of the container to dispense. Apply the ampoule tip directly to the scalp in a zigzag pattern along each parting.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e03\u003c\/span\u003eGently massage in circular motions to stimulate circulation and aid absorption. Focus on thinning areas, the hairline, and the crown.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e04\u003c\/span\u003eDo not rinse. Style as usual. Use once or twice daily for best results. Consistent daily use over 4–8 weeks is recommended before assessing results.\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"pair-box\"\u003e\n      \u003cstrong\u003eBest paired with\u003c\/strong\u003e\n      Use together with the VT PDRN Reedle Shot Scalp Shampoo for a complete scalp care system — the shampoo preps and clarifies the scalp while the ampoule delivers targeted actives directly to the follicle. The precision applicator tip ensures accurate delivery to problem areas without product waste on the hair shaft.\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 hair and scalp types. Particularly beneficial for:\u003c\/div\u003e\n    \u003cul class=\"concern-list\" style=\"margin-top:10px; list-style:none; padding:0;\"\u003e\n      \u003cli\u003eThinning hair, widening part, or receding hairline\u003c\/li\u003e\n      \u003cli\u003eHair loss and reduced scalp density\u003c\/li\u003e\n      \u003cli\u003eDry, irritated, or sebum-imbalanced scalp\u003c\/li\u003e\n      \u003cli\u003eThose seeking a daily at-home scalp treatment to complement professional care\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"acc-text\" style=\"margin-top:12px;\"\u003eNon-menthol cooling formula — delivers refreshing sensation without irritation. Lightweight and non-greasy; suitable for daily use without weighing down hair. Contains Alcohol Denat. — those with a very dry or compromised scalp may wish to patch test first.\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\"\u003e15 ml\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"spec-block\"\u003e\n    \u003cdiv class=\"spec-key\"\u003eHair 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\"\u003eHair loss\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\"\u003eScalp 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, Alcohol Denat., C12-13 Alketh-9, Silica, Caffeine, Glycerin, PPG-2-Deceth-12, Carbomer, Caprylyl Glycol, Methyl Diisopropyl Propionamide, Tromethamine, Centella Asiatica Extract, 1,2-Hexanediol, Disodium EDTA, Niacinamide, Butylene Glycol, Citric Acid, Glycine Soja (Soybean) Seed Extract, Panax Ginseng Root Extract, Rosmarinus Officinalis (Rosemary) Extract, Sodium Hyaluronate, Glycine, Serine, Glutamic Acid, Propolis Extract, Hydroxypropyl Cyclodextrin, Lecithin, Aspartic Acid, Leucine, Asiaticoside, Biotin, Sodium DNA, Acetyl Hexapeptide-8, Alanine, Lysine, Arginine, Tyrosine, Phenylalanine, Asiatic Acid, Madecassic Acid, Madecassoside, Proline, Threonine, Valine, Isoleucine, Angelica Gigas Root Extract, Camellia Sinensis Leaf Extract, Curcuma Longa (Turmeric) Root Extract, Eclipta Prostrata Extract, Histidine, Polygonum Multiflorum Root Extract, Scutellaria Baicalensis Root Extract, Swertia Japonica Extract, Thuja Orientalis Leaf Extract, Cysteine, Methionine\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 Reedle Shot Hair Ampoule 100dL [15ml]\\n\\nVT's Reedle Shot technology adapted for scalp use: CICA REEDLE™ micro-spicules (silica particles 14× thinner than a pore) create microchannels in the scalp to drive actives directly to the follicle. PHYTO PDRN® Panax (vegan Sodium DNA from Korean Wild Ginseng) delivers polynucleotide regeneration at the root.\\n\\nCaffeine — present at a functional concentration (5th in INCI) — counters DHT and stimulates scalp microcirculation. Biotin (Vitamin H) nourishes follicles and strengthens the hair shaft. A 9-botanical complex (including Polygonum Multiflorum, Angelica Gigas, Eclipta Prostrata, Swertia Japonica, and Rosemary) draws from East Asian hair medicine for circulation, density, and scalp health. 14 individual amino acids provide complete follicle-level NMF conditioning. All four Centella bioactives soothe scalp irritation.\\n\\nNon-menthol cooling on application. Lightweight and non-greasy; precision applicator tip targets scalp without smearing onto hair.\\n\\nKey ingredients: CICA REEDLE™ · PHYTO PDRN® Panax (Sodium DNA) · Caffeine · Biotin · Acetyl Hexapeptide-8 · 9-Botanical Complex · 14 Amino Acids · Cica 4X Bioactives\\nVolume: 15ml · 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":49084607561976,"sku":"8803463011659","price":29.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0328\/8888\/1292\/files\/VTCosmeticsPDRNReedleShotHairAmpoule100dL-2.webp?v=1781731813","url":"https:\/\/www.amuseground.com\/products\/vt-cosmetics-pdrn-reedle-shot-hair-ampoule-100dl","provider":"Amuse Ground","version":"1.0","type":"link"}