{"product_id":"vt-cosmetic-pdrn-reedle-shot-eye-lifter-15ml","title":"VT Cosmetic PDRN Reedle Shot Eye Lifter [15ml]","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 Eye Lifter\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:       #9a7b5c;\n    --g-pale:  #faf6f1;\n    --g-light: #f0e4d4;\n    --g-deep:  #3a2510;\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\u003eCICA REEDLE™ + Cica Bioactives\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eVT's proprietary micro-spicule complex — particles 14 times thinner than a pore — that create micro-channels on the skin surface to dramatically enhance the absorption of active ingredients. Supported by Centella Asiatica's four bioactives (Asiaticoside, Asiatic Acid, Madecassic Acid, Madecassoside) for simultaneous soothing and barrier repair.\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\u003ePHYTO PDRN® Panax + Gold Collagen PDRN™\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003ePDRN (Sodium DNA, 3.45ppm) extracted from Korean Panax Ginseng accelerates skin cell regeneration, improves elasticity, and stimulates tissue recovery. Gold Collagen PDRN™ — a blend of 24K gold and Hydrolyzed Collagen — supports firming, radiance, and structural repair of the delicate eye area.\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 + Peptide Trio\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eCeramide NP, NS, AS, AP, and EOP alongside Cholesterol and Phytosphingosine reconstruct the eye area's lipid barrier. Copper Tripeptide-1, Acetyl Hexapeptide-8 (Argireline), and Palmitoyl Pentapeptide-4 (Matrixyl) target wrinkle depth, expression lines, and collagen stimulation.\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\u003eTranexamic Acid + Glutathione + Niacinamide\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eA triple brightening complex targeting the specific concerns of the under-eye area: Tranexamic Acid reduces dark circle pigmentation at source, Glutathione neutralises oxidative stress that causes discolouration, and Niacinamide evens tone and improves overall radiance.\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 Eye Lifter is simultaneously a high-performance eye cream and a precision device — a combination that sets it apart from conventional eye care products. The metal applicator tip activates automatically on contact with skin, delivering up to 12,000 micro-vibrations per minute without any buttons or settings. Calibrated specifically for the thin, delicate skin of the eye area, these vibrations stimulate microcirculation, reduce puffiness through a gentle drainage effect, and significantly enhance the penetration and efficacy of every active ingredient in the formula.\n      \u003cbr\u003e\u003cbr\u003e\n      The cream itself is built around three of VT's patented systems working in sequence. CICA REEDLE™ — micro-spicule particles 14 times thinner than a pore — create micro-channels that allow the actives to reach deeper skin layers than topical application alone. PHYTO PDRN® Panax (Sodium DNA at 3.45ppm, extracted from Korean Wild Ginseng) delivers PDRN's documented tissue-regeneration and elasticity benefits directly to the eye zone. Gold Collagen PDRN™ combines 24K gold and Hydrolyzed Collagen to support structural firming and a visible brightening lift.\n      \u003cbr\u003e\u003cbr\u003e\n      The formula beneath these systems is genuinely comprehensive. A 5-type ceramide complex (NP, NS, AS, AP, EOP) with Cholesterol and Phytosphingosine reconstructs the lipid barrier around the eyes. A multi-form collagen complex — Hydrolyzed Collagen, Collagen Extract, Soluble Collagen, Collagen Amino Acids, Sodium Soy Hydrolyzed Collagen, and Zinc Hydrolyzed Collagen — provides layered structural support. A 5-form hyaluronic acid system (Sodium Hyaluronate, Hydrolyzed Hyaluronic Acid, Sodium Acetylated Hyaluronate, Hyaluronic Acid, Sodium Hyaluronate Crosspolymer, Hydroxypropyltrimonium Hyaluronate) delivers deep, multi-level hydration. Hydrolyzed Elastin supports skin springback and resilience.\n      \u003cbr\u003e\u003cbr\u003e\n      For expression lines and fine wrinkles, three targeted peptides are included: Copper Tripeptide-1 (wound-healing and collagen support), Acetyl Hexapeptide-8 (Argireline — relaxes repetitive muscle contractions), and Palmitoyl Pentapeptide-4 (Matrixyl — stimulates collagen and hyaluronic acid synthesis). The triple brightening complex of Tranexamic Acid, Glutathione, and Niacinamide addresses dark circles from pigmentation, oxidative, and barrier-disruption angles simultaneously. Propolis Extract, Prunella Vulgaris, Bladderwrack, and White Snow Tea Leaf Extract complete the antioxidant and soothing support.\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\u003eOpen the cap. The metal applicator tip activates automatically upon contact with skin — no buttons needed.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e02\u003c\/span\u003eGently glide the applicator tip along the under-eye area, eyelid crease, smile lines, and frown lines as needed.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e03\u003c\/span\u003eApply in rolling or patting motions, moving from the inner corner of the eye outwards to encourage drainage and reduce puffiness.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e04\u003c\/span\u003eUse morning and evening as the eye care step, after serum and before moisturiser. Apply to clean, dry skin for maximum absorption.\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"pair-box\"\u003e\n      \u003cstrong\u003eDevice care\u003c\/strong\u003e\n      Wipe the metal applicator tip clean after each use to maintain hygiene and prevent cross-contamination. Store upright with the cap on to avoid product drying at the tip. Can also be applied to smile lines, frown lines, and other areas of concern beyond the eye zone.\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. Particularly beneficial for:\u003c\/div\u003e\n    \u003cul class=\"concern-list\" style=\"margin-top:10px; list-style:none; padding:0;\"\u003e\n      \u003cli\u003eFine lines, crow's feet, and expression wrinkles around the eyes\u003c\/li\u003e\n      \u003cli\u003eDark circles and under-eye pigmentation\u003c\/li\u003e\n      \u003cli\u003ePuffiness and fluid retention around the eye area\u003c\/li\u003e\n      \u003cli\u003eLoss of firmness and elasticity in the eye contour and eyelid\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"acc-text\" style=\"margin-top:12px;\"\u003eThe vibrating applicator is calibrated for the delicate eye area and is also suitable for use on smile lines and frown lines. Avoid direct contact with the eyes. Contains Gold — those with metal sensitivities should patch test prior to 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\"\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\"\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\"\u003eAnti-ageing\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\"\u003eEye cream + device\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      Purified Water, Glycerin, Propanediol, Caprylic\/Capric Triglyceride, Shea Butter, Niacinamide, Polyglyceryl-3 Distearate, Caprylyl Methicone, Butylene Glycol Dicaprylate\/Dicaprate, 1,2-Hexanediol, Boron Nitride, Hydroxyacetophenone, Vinyl Dimethicone, Hydroxyethyl Acrylate\/Sodium Acryloyldimethyl Taurate Copolymer, Polyglyceryl-2 Stearate, Butylene Glycol, Ammonium Acryloyldimethyl Taurate\/VP Copolymer, Dimethiconol, Glyceryl Stearate, Stearyl Alcohol, Sodium Polyacryloyldimethyl Taurate, Glyceryl Stearate Citrate, Hydrogenated Polydecene, Adenosine, Sorbitan Isostearate, Disodium EDTA, Calcium Alginate, Gellan Gum, Agar, Titanium Dioxide, Mica, Trideceth-10, Caprylyl Glycol, Bladderwrack Extract, Prunella Vulgaris Extract, Red Iron Oxide, Wild Ginseng Extract, Silica, Sodium DNA (3.45ppm), Hydrolyzed Collagen, White Snow Tea Leaf Extract, Tranexamic Acid, Glutathione, Hydrogenated Lecithin, Gold, Cetearyl Alcohol, Stearic Acid, Centella Asiatica Extract, Hydrolyzed Elastin, Sodium Hyaluronate, Collagen Extract, Ceramide NP, Ceramide NS, Cholesterol, Phytosphingosine, Hydroxypropyltrimonium Hyaluronate, Ethylhexylglycerin, Ceramide AS, Ceramide AP, Copper Tripeptide-1, Acetyl Hexapeptide-8, Palmitoyl Pentapeptide-4, Hydrolyzed Hyaluronic Acid, Sodium Acetylated Hyaluronate, Hyaluronic Acid, Hydrolyzed Sodium Hyaluronate, Sodium Hyaluronate Crosspolymer, Sodium Soy Hydrolyzed Collagen, Soluble Collagen, Collagen Amino Acids, Collagen, Zinc Hydrolyzed Collagen, Asiaticoside, Asiatic Acid, Madecassic Acid, Madecassoside, Propolis Extract, Potassium Hyaluronate, SH-Oligopeptide-2, SH-Oligopeptide-1, SH-Polypeptide-1, SH-Polypeptide-11, SH-Polypeptide-22, SH-Polypeptide-3, SH-Polypeptide-16, SH-Polypeptide-9, SH-Polypeptide-62, Ceramide EOP\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 Eye Lifter 15ml\\n\\nAn eye cream device combining a metal micro-vibration applicator (12,000 vibrations per minute, auto-activating on contact) with one of the most complex eye cream formulas in K-beauty.\\n\\nVT's three proprietary systems: CICA REEDLE™ (micro-spicules 14x thinner than a pore for enhanced penetration), PHYTO PDRN® Panax (Sodium DNA 3.45ppm from Korean Wild Ginseng for tissue regeneration and elasticity), and Gold Collagen PDRN™ (24K gold + Hydrolyzed Collagen for firming and radiance).\\n\\nFormula highlights: 5-type ceramide complex (NP, NS, AS, AP, EOP) with Cholesterol and Phytosphingosine; 6-form hyaluronic acid system; 6-form collagen complex; triple brightening of Tranexamic Acid + Glutathione + Niacinamide; peptide trio of Copper Tripeptide-1, Acetyl Hexapeptide-8 (Argireline), and Palmitoyl Pentapeptide-4 (Matrixyl); all 4 Centella bioactives (Asiaticoside, Asiatic Acid, Madecassic Acid, Madecassoside).\\n\\nKey ingredients: CICA REEDLE™ · PHYTO PDRN® Panax (Sodium DNA) · Gold Collagen PDRN™ · 5-Ceramide Complex · Triple Brightening Complex · Argireline + Matrixyl + Copper Tripeptide-1\\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":49082426327288,"sku":"8803463012199","price":35.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0328\/8888\/1292\/files\/vt-pdrn-reedle-shot-eye-lifter-15ml-vt-cosmetics-kiokii-and-1578919.webp?v=1781729708","url":"https:\/\/www.amuseground.com\/products\/vt-cosmetic-pdrn-reedle-shot-eye-lifter-15ml","provider":"Amuse Ground","version":"1.0","type":"link"}