{"product_id":"nuglow™-skinreset-pro","title":"Nuglow™ PDRN Cellular Repair Serum ⭐","description":"\u003cstyle\u003e\n  \/* ── NUGLOW BRAND TOKENS ── *\/\n  .ng-wrap * { box-sizing: border-box; }\n  .ng-wrap {\n    --rose:     #C97E6B;\n    --rose-lt:  #F2D4CB;\n    --espresso: #2C1A12;\n    --nude:     #F5EDE3;\n    --nude-lt:  #FAF7F3;\n    --gold:     #BFA07A;\n    --petal:    #F2B8C6;\n    --grey:     #8A7F79;\n    --charcoal: #3D3530;\n    font-family: Georgia, 'Times New Roman', serif;\n    color: var(--espresso);\n    max-width: 780px;\n    margin: 0 auto;\n  }\n\n  \/* ── TAGLINE BANNER ── *\/\n  .ng-banner {\n    background: var(--espresso);\n    padding: 18px 28px;\n    border-radius: 3px;\n    margin-bottom: 6px;\n    position: relative;\n    overflow: hidden;\n  }\n  .ng-banner::after {\n    content: 'NUGLOW';\n    position: absolute;\n    right: -10px; top: 50%;\n    transform: translateY(-50%);\n    font-size: 52px;\n    font-weight: 400;\n    color: rgba(255,255,255,0.04);\n    letter-spacing: 0.2em;\n    pointer-events: none;\n  }\n  .ng-banner-label {\n    font-family: 'Courier New', monospace;\n    font-size: 9px;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--rose);\n    margin-bottom: 6px;\n  }\n  .ng-banner-headline {\n    font-size: clamp(17px, 2.5vw, 22px);\n    font-weight: 400;\n    font-style: italic;\n    color: var(--nude);\n    line-height: 1.45;\n    margin: 0;\n  }\n  .ng-banner-headline em {\n    font-style: normal;\n    color: var(--gold);\n  }\n\n  \/* ── TAB SYSTEM (CSS-only via radio buttons) ── *\/\n  .ng-tabs { margin-bottom: 6px; }\n  .ng-tab-inputs { display: none; }\n  .ng-tab-labels {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 0;\n    background: var(--espresso);\n    border-radius: 3px 3px 0 0;\n    overflow: hidden;\n  }\n  .ng-tab-label {\n    font-family: 'Courier New', monospace;\n    font-size: 9.5px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--grey);\n    padding: 14px 8px;\n    text-align: center;\n    cursor: pointer;\n    border-right: 1px solid rgba(255,255,255,0.07);\n    transition: all 0.2s;\n    user-select: none;\n  }\n  .ng-tab-label:last-child { border-right: none; }\n  .ng-tab-label:hover { color: var(--nude); background: rgba(255,255,255,0.05); }\n  .ng-tab-panels { background: white; border: 1px solid rgba(44,26,18,0.08); border-top: none; border-radius: 0 0 3px 3px; }\n  .ng-tab-panel { display: none; padding: 32px 28px; }\n  #ng-t1:checked ~ .ng-tab-labels .ng-lbl1,\n  #ng-t2:checked ~ .ng-tab-labels .ng-lbl2,\n  #ng-t3:checked ~ .ng-tab-labels .ng-lbl3,\n  #ng-t4:checked ~ .ng-tab-labels .ng-lbl4 { background: var(--rose); color: white; }\n  #ng-t1:checked ~ .ng-tab-panels .ng-p1,\n  #ng-t2:checked ~ .ng-tab-panels .ng-p2,\n  #ng-t3:checked ~ .ng-tab-panels .ng-p3,\n  #ng-t4:checked ~ .ng-tab-panels .ng-p4 { display: block; }\n\n  \/* ── PANEL STYLES ── *\/\n  .ng-panel-intro { font-size: 15px; font-style: italic; color: var(--grey); line-height: 1.7; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid rgba(44,26,18,0.07); }\n  .ng-body { font-size: 14px; line-height: 1.8; color: var(--charcoal); font-weight: 400; margin-bottom: 16px; }\n  .ng-h3 { font-family: 'Courier New', monospace; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rose); margin: 20px 0 10px; }\n\n  \/* ── INGREDIENT CARDS ── *\/\n  .ng-ing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0; }\n  .ng-ing-card { background: var(--nude); border-radius: 3px; padding: 18px 16px; border-left: 3px solid var(--rose); }\n  .ng-ing-name { font-family: 'Courier New', monospace; font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--rose); margin-bottom: 6px; display: block; }\n  .ng-ing-desc { font-size: 13px; color: var(--charcoal); line-height: 1.6; }\n  .ng-ing-badge { display: inline-block; font-family: 'Courier New', monospace; font-size: 8px; letter-spacing: 0.1em; text-transform: uppercase; background: var(--rose-lt); color: var(--rose); padding: 3px 8px; border-radius: 100px; margin-top: 8px; }\n\n  \/* ── HOW TO USE STEPS ── *\/\n  .ng-steps { list-style: none; padding: 0; margin: 0; }\n  .ng-step { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(44,26,18,0.07); align-items: flex-start; }\n  .ng-step:last-child { border-bottom: none; }\n  .ng-step-num { width: 36px; height: 36px; min-width: 36px; border-radius: 50%; background: var(--espresso); color: var(--gold); font-size: 14px; display: flex; align-items: center; justify-content: center; }\n  .ng-step-title { font-family: 'Courier New', monospace; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--rose); margin-bottom: 4px; }\n  .ng-step-text { font-size: 13.5px; color: var(--charcoal); line-height: 1.65; }\n\n  \/* ── ACCORDIONS ── *\/\n  .ng-acc { border: 1px solid rgba(44,26,18,0.09); border-radius: 3px; margin-bottom: 6px; overflow: hidden; }\n  .ng-acc summary { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; font-family: 'Courier New', monospace; font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--espresso); cursor: pointer; background: white; list-style: none; user-select: none; }\n  .ng-acc summary::-webkit-details-marker { display: none; }\n  .ng-acc summary::after { content: '+'; font-size: 18px; color: var(--rose); font-weight: 300; font-family: Georgia, serif; }\n  .ng-acc[open] summary::after { content: '−'; }\n  .ng-acc[open] summary { border-bottom: 1px solid rgba(44,26,18,0.08); }\n  .ng-acc-body { padding: 20px 22px; font-size: 13.5px; color: var(--charcoal); line-height: 1.75; background: white; }\n\n  \/* ── TRUST BADGES ── *\/\n  .ng-trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-bottom: 6px; }\n  .ng-badge { background: var(--nude); border: 1px solid rgba(44,26,18,0.08); border-radius: 3px; padding: 14px 10px; text-align: center; }\n  .ng-badge-icon { font-size: 20px; margin-bottom: 6px; display: block; }\n  .ng-badge-text { font-family: 'Courier New', monospace; font-size: 8.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--grey); line-height: 1.5; }\n\n  \/* ── SOCIAL PROOF ── *\/\n  .ng-proof { background: var(--rose); border-radius: 3px; padding: 20px 24px; display: flex; align-items: center; gap: 16px; margin-bottom: 6px; flex-wrap: wrap; }\n  .ng-proof-quote { font-style: italic; font-size: 15px; color: white; line-height: 1.5; flex: 1; }\n  .ng-proof-by { font-family: 'Courier New', monospace; font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-top: 6px; display: block; }\n  .ng-proof-score { text-align: center; min-width: 70px; }\n  .ng-proof-num { font-size: 36px; font-weight: 400; color: white; line-height: 1; display: block; }\n  .ng-proof-stars { color: var(--gold); font-size: 12px; letter-spacing: 2px; display: block; }\n  .ng-proof-count { font-family: 'Courier New', monospace; font-size: 8px; color: rgba(255,255,255,0.6); letter-spacing: 0.08em; text-transform: uppercase; }\n\n  \/* ── CALLOUT ── *\/\n  .ng-callout { border-left: 3px solid var(--gold); background: var(--nude); padding: 16px 20px; border-radius: 0 3px 3px 0; margin: 16px 0; font-style: italic; font-size: 14px; color: var(--charcoal); line-height: 1.7; }\n\n  \/* ── EXCLUSIVE TAG ── *\/\n  .ng-exclusive { display: inline-flex; align-items: center; gap: 6px; background: var(--espresso); color: var(--gold); font-family: 'Courier New', monospace; font-size: 8.5px; letter-spacing: 0.15em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin: 12px 0; }\n\n  \/* ── BENEFIT LIST ── *\/\n  .ng-benefits { list-style: none; padding: 0; margin: 12px 0; }\n  .ng-benefit { display: flex; align-items: flex-start; gap: 10px; padding: 9px 0; border-bottom: 1px solid rgba(44,26,18,0.06); font-size: 13.5px; color: var(--charcoal); line-height: 1.6; }\n  .ng-benefit:last-child { border-bottom: none; }\n  .ng-benefit::before { content: '✦'; color: var(--rose); font-size: 10px; margin-top: 3px; flex-shrink: 0; }\n\n  \/* ── DISCLAIMER ── *\/\n  .ng-disclaimer { font-family: 'Courier New', monospace; font-size: 8.5px; letter-spacing: 0.06em; color: var(--grey); line-height: 1.6; padding: 14px 0; border-top: 1px solid rgba(44,26,18,0.08); margin-top: 6px; }\n\n  \/* ── MOBILE ── *\/\n  @media (max-width: 560px) {\n    .ng-trust { grid-template-columns: repeat(2, 1fr); }\n    .ng-tab-labels { grid-template-columns: repeat(2, 1fr); }\n    .ng-ing-grid { grid-template-columns: 1fr; }\n    .ng-tab-label { font-size: 8px; padding: 11px 6px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ng-wrap\"\u003e\n\n  \u003c!-- HERO BANNER --\u003e\n  \u003cdiv class=\"ng-banner\"\u003e\n    \u003cdiv class=\"ng-banner-label\"\u003e◆ Nuglow™ · PDRN Cellular Repair Serum · AM \u0026amp; PM\u003c\/div\u003e\n    \u003cp class=\"ng-banner-headline\"\u003eThe ingredient Korean dermatologists use instead of Botox — \u003cem\u003enow in South Africa.\u003c\/em\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TABS --\u003e\n  \u003cdiv class=\"ng-tabs\"\u003e\n    \u003cinput class=\"ng-tab-inputs\" type=\"radio\" name=\"ng-tab\" id=\"ng-t1\" checked\u003e\n    \u003cinput class=\"ng-tab-inputs\" type=\"radio\" name=\"ng-tab\" id=\"ng-t2\"\u003e\n    \u003cinput class=\"ng-tab-inputs\" type=\"radio\" name=\"ng-tab\" id=\"ng-t3\"\u003e\n    \u003cinput class=\"ng-tab-inputs\" type=\"radio\" name=\"ng-tab\" id=\"ng-t4\"\u003e\n\n    \u003cdiv class=\"ng-tab-labels\"\u003e\n      \u003clabel class=\"ng-tab-label ng-lbl1\" for=\"ng-t1\"\u003eWhat It Is\u003c\/label\u003e\n      \u003clabel class=\"ng-tab-label ng-lbl2\" for=\"ng-t2\"\u003eHow To Use\u003c\/label\u003e\n      \u003clabel class=\"ng-tab-label ng-lbl3\" for=\"ng-t3\"\u003eIngredients\u003c\/label\u003e\n      \u003clabel class=\"ng-tab-label ng-lbl4\" for=\"ng-t4\"\u003eWhy Nuglow\u003c\/label\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ng-tab-panels\"\u003e\n\n      \u003c!-- TAB 1 --\u003e\n      \u003cdiv class=\"ng-tab-panel ng-p1\"\u003e\n        \u003cp class=\"ng-panel-intro\"\u003ePDRN — Polydeoxyribonucleotide — is the ingredient Korean dermatologists have used in regenerative clinic treatments for decades. This serum delivers it topically, at home, at a fraction of the cost.\u003c\/p\u003e\n        \u003cp class=\"ng-body\"\u003eKorean skin clinics have used PDRN injections (known as Rejuran treatments) for years to repair damaged skin, reduce pigmentation, and tighten ageing skin. In 2025, PDRN went mainstream — moving from clinic-only to over-the-counter, driven by K-beauty brands like Medicube, Anua, and VT Cosmetics bringing it into daily skincare.\u003c\/p\u003e\n        \u003cdiv class=\"ng-callout\"\u003e\"PDRN is a DNA-derived molecule used in regenerative dermatology. It improves skin healing and regeneration, boosts fibroblast activity, increases collagen stimulation, and reduces inflammation.\" — Dr. Anna Karp, NYU School of Medicine\u003c\/div\u003e\n        \u003cdiv class=\"ng-h3\"\u003eWhat This Serum Does\u003c\/div\u003e\n        \u003cul class=\"ng-benefits\"\u003e\n          \u003cli class=\"ng-benefit\"\u003eRepairs skin at a cellular level — stimulates skin cell regeneration\u003c\/li\u003e\n          \u003cli class=\"ng-benefit\"\u003eReduces hyperpigmentation and uneven skin tone\u003c\/li\u003e\n          \u003cli class=\"ng-benefit\"\u003eTightens and firms — boosts natural collagen production\u003c\/li\u003e\n          \u003cli class=\"ng-benefit\"\u003eDelivers the glass skin glow — dewy, luminous, translucent finish\u003c\/li\u003e\n          \u003cli class=\"ng-benefit\"\u003eCalms and repairs a damaged or sensitised skin barrier\u003c\/li\u003e\n          \u003cli class=\"ng-benefit\"\u003eWorks on all skin tones and types — specifically tested on diverse SA skin\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cspan class=\"ng-exclusive\"\u003e🇿🇦 Exclusively Available at Nuglow · Not Stocked in Clicks, Dis-Chem or Woolworths\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- TAB 2 --\u003e\n      \u003cdiv class=\"ng-tab-panel ng-p2\"\u003e\n        \u003cp class=\"ng-panel-intro\"\u003eConsistency is what creates glass skin. Apply morning and night, every day. Results are typically visible after 2–4 weeks of uninterrupted use.\u003c\/p\u003e\n        \u003cul class=\"ng-steps\"\u003e\n          \u003cli class=\"ng-step\"\u003e\n\u003cdiv class=\"ng-step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ng-step-title\"\u003eCleanse First\u003c\/div\u003e\n\u003cdiv class=\"ng-step-text\"\u003eStart with a clean face. Pat dry — do not rub. The serum absorbs best into clean, slightly damp skin.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n          \u003cli class=\"ng-step\"\u003e\n\u003cdiv class=\"ng-step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ng-step-title\"\u003eOptional — Layer Under a Moisturiser\u003c\/div\u003e\n\u003cdiv class=\"ng-step-text\"\u003eFor best results, apply a hydrating essence or toner first and let it absorb for 60 seconds before applying the PDRN serum. This primes the skin to receive and absorb it more effectively.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n          \u003cli class=\"ng-step\"\u003e\n\u003cdiv class=\"ng-step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ng-step-title\"\u003eDispense 3–4 Drops\u003c\/div\u003e\n\u003cdiv class=\"ng-step-text\"\u003eSqueeze 3–4 drops onto your fingertips. Less is more — the formula is concentrated. The signature pink colour means it's working.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n          \u003cli class=\"ng-step\"\u003e\n\u003cdiv class=\"ng-step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ng-step-title\"\u003ePress Into Skin — Do Not Rub\u003c\/div\u003e\n\u003cdiv class=\"ng-step-text\"\u003eGently press the serum into your skin using your fingertips. Start at cheeks, move to forehead and chin. Pressing maximises absorption and prevents pilling.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n          \u003cli class=\"ng-step\"\u003e\n\u003cdiv class=\"ng-step-num\"\u003e5\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ng-step-title\"\u003eFollow With SPF in the Morning\u003c\/div\u003e\n\u003cdiv class=\"ng-step-text\"\u003eIn the morning, follow with the Nuglow™ Clear Shield SPF 50+ Sun Stick. PDRN-treated skin is more receptive to UV damage — SPF is non-negotiable.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n          \u003cli class=\"ng-step\"\u003e\n\u003cdiv class=\"ng-step-num\"\u003e6\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ng-step-title\"\u003eBe Consistent — Results Take Time\u003c\/div\u003e\n\u003cdiv class=\"ng-step-text\"\u003eSkin texture improvement at 2 weeks. Visible pigmentation reduction at 4 weeks. Full glass skin results at 6–8 weeks of daily use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"ng-callout\"\u003ePro tip: Take a front-facing photo in natural light on Day 1 and again on Day 28. The change is often more visible in comparison than in the mirror.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- TAB 3 --\u003e\n      \u003cdiv class=\"ng-tab-panel ng-p3\"\u003e\n        \u003cp class=\"ng-panel-intro\"\u003eEvery ingredient in this serum has a job. No fragrance, no filler, no fluff. Transparency is how we earn your trust.\u003c\/p\u003e\n        \u003cdiv class=\"ng-ing-grid\"\u003e\n          \u003cdiv class=\"ng-ing-card\"\u003e\n\u003cspan class=\"ng-ing-name\"\u003ePDRN\u003c\/span\u003e\u003cdiv class=\"ng-ing-desc\"\u003ePolydeoxyribonucleotide — DNA fragments from salmon that repair skin at a cellular level. Stimulates fibroblast activity, boosts collagen, reduces inflammation and pigmentation.\u003c\/div\u003e\n\u003cspan class=\"ng-ing-badge\"\u003eHero Ingredient\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"ng-ing-card\"\u003e\n\u003cspan class=\"ng-ing-name\"\u003eNiacinamide\u003c\/span\u003e\u003cdiv class=\"ng-ing-desc\"\u003eVitamin B3. Brightens skin tone, reduces pores, strengthens the skin barrier, and fades dark spots. Works synergistically with PDRN to amplify brightening.\u003c\/div\u003e\n\u003cspan class=\"ng-ing-badge\"\u003eBrightening\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"ng-ing-card\"\u003e\n\u003cspan class=\"ng-ing-name\"\u003eMarine Collagen\u003c\/span\u003e\u003cdiv class=\"ng-ing-desc\"\u003ePlumps and firms the skin. Supports the glass skin finish — the dewy, bouncy texture that catches light. Works alongside PDRN's collagen-stimulating effect.\u003c\/div\u003e\n\u003cspan class=\"ng-ing-badge\"\u003eFirming\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"ng-ing-card\"\u003e\n\u003cspan class=\"ng-ing-name\"\u003ePeptide Complex\u003c\/span\u003e\u003cdiv class=\"ng-ing-desc\"\u003eSignals skin cells to produce more of their own collagen. Anti-ageing support that compounds over time — the longer you use it, the better it works.\u003c\/div\u003e\n\u003cspan class=\"ng-ing-badge\"\u003eAnti-Ageing\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"ng-ing-card\"\u003e\n\u003cspan class=\"ng-ing-name\"\u003eHyaluronic Acid\u003c\/span\u003e\u003cdiv class=\"ng-ing-desc\"\u003eHolds up to 1,000× its weight in water. Delivers immediate hydration and creates the glass skin plumpness that makes skin appear lit-from-within.\u003c\/div\u003e\n\u003cspan class=\"ng-ing-badge\"\u003eHydration\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"ng-ing-card\"\u003e\n\u003cspan class=\"ng-ing-name\"\u003eAdenosine\u003c\/span\u003e\u003cdiv class=\"ng-ing-desc\"\u003eFDA-approved anti-wrinkle active. Reduces fine line depth and improves skin elasticity. A staple of Korean clinical skincare rarely available in SA.\u003c\/div\u003e\n\u003cspan class=\"ng-ing-badge\"\u003eAnti-Wrinkle\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ng-h3\"\u003eFull Ingredient List (INCI)\u003c\/div\u003e\n        \u003cp class=\"ng-body\" style=\"font-size:12px;color:var(--grey);font-family:'Courier New',monospace;letter-spacing:0.03em;line-height:1.8;\"\u003eWater, Polydeoxyribonucleotide (Salmon DNA), Niacinamide, Hydrolyzed Marine Collagen, Palmitoyl Pentapeptide-4, Sodium Hyaluronate, Adenosine, Butylene Glycol, Glycerin, Carbomer, Sodium Hydroxide, Allantoin, Disodium EDTA, Phenoxyethanol, Ethylhexylglycerin.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- TAB 4 --\u003e\n      \u003cdiv class=\"ng-tab-panel ng-p4\"\u003e\n        \u003cp class=\"ng-panel-intro\"\u003eNuglow exists because South African women deserve access to the same K-beauty skincare Korean women have been using for years — without overpaying or trusting unbranded Takealot listings.\u003c\/p\u003e\n        \u003cp class=\"ng-body\"\u003ePDRN serums are not available at Clicks, Dis-Chem, Woolworths, Pick n Pay, or Shoprite. The only options in SA before Nuglow were grey-market imports — no brand, no ingredient transparency, no returns, no guarantee of what's in the bottle.\u003c\/p\u003e\n        \u003cdiv class=\"ng-callout\"\u003eNuglow is not trying to be a Korean brand. We are a South African brand, built on Korean science, for SA women. Our content shows real SA women. Our pricing is built for the SA market.\u003c\/div\u003e\n        \u003cdiv class=\"ng-h3\"\u003eWhat Makes Nuglow Different\u003c\/div\u003e\n        \u003cul class=\"ng-benefits\"\u003e\n          \u003cli class=\"ng-benefit\"\u003eSA-based — orders ship from within South Africa, no customs delays or surprise fees\u003c\/li\u003e\n          \u003cli class=\"ng-benefit\"\u003eFull ingredient transparency — you know exactly what is in every product before you buy\u003c\/li\u003e\n          \u003cli class=\"ng-benefit\"\u003eRoutine-based — every product is designed to work together, not sold as isolated SKUs\u003c\/li\u003e\n          \u003cli class=\"ng-benefit\"\u003eSAHPRA-compliant cosmetics — no therapeutic claims, fully compliant general cosmetics\u003c\/li\u003e\n          \u003cli class=\"ng-benefit\"\u003e30-day return policy on unopened products — because we stand behind what we sell\u003c\/li\u003e\n          \u003cli class=\"ng-benefit\"\u003eReal SA customer reviews — not imported ratings from overseas storefronts\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cdiv class=\"ng-h3\"\u003eThe Trend Signal\u003c\/div\u003e\n        \u003cp class=\"ng-body\"\u003ePDRN interest grew by \u003cstrong\u003e998.4%\u003c\/strong\u003e in 2025 according to trend agency Spate — confirmed as one of Google's top trending beauty searches globally. \"Korean PDRN serum\" peaked at a Google Trends score of 89 in November 2025. In South Africa, no brand has claimed this space. Nuglow is first.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SOCIAL PROOF --\u003e\n  \u003cdiv class=\"ng-proof\"\u003e\n    \u003cdiv class=\"ng-proof-score\"\u003e\n      \u003cspan class=\"ng-proof-num\"\u003e4.9\u003c\/span\u003e\n      \u003cspan class=\"ng-proof-stars\"\u003e★★★★★\u003c\/span\u003e\n      \u003cspan class=\"ng-proof-count\"\u003e127 Reviews\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"width:1px;height:48px;background:rgba(255,255,255,0.2);flex-shrink:0;\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"ng-proof-quote\"\u003e\n      \"I put this on every morning for 3 weeks. My friends started asking if I'd had something done. I hadn't — it's the PDRN serum.\"\n      \u003cspan class=\"ng-proof-by\"\u003eAyasha M. · Cape Town · Combination Skin · ✦ Verified Purchase\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ACCORDIONS --\u003e\n  \u003cdetails class=\"ng-acc\"\u003e\n    \u003csummary\u003eSkin Type Suitability\u003c\/summary\u003e\n    \u003cdiv class=\"ng-acc-body\"\u003e\n      \u003cul class=\"ng-benefits\"\u003e\n        \u003cli class=\"ng-benefit\"\u003e\n\u003cstrong\u003eOily skin:\u003c\/strong\u003e Lightweight formula absorbs without adding shine. Use 2–3 drops instead of 4.\u003c\/li\u003e\n        \u003cli class=\"ng-benefit\"\u003e\n\u003cstrong\u003eDry skin:\u003c\/strong\u003e Layer over a hydrating toner for best results. The hyaluronic acid will lock in additional moisture.\u003c\/li\u003e\n        \u003cli class=\"ng-benefit\"\u003e\n\u003cstrong\u003eCombination skin:\u003c\/strong\u003e Apply across the full face. The formula is balanced for both oily T-zones and dry areas.\u003c\/li\u003e\n        \u003cli class=\"ng-benefit\"\u003e\n\u003cstrong\u003eSensitive skin:\u003c\/strong\u003e No fragrance, no harsh actives. Patch test on inner wrist for 24 hours before first full application.\u003c\/li\u003e\n        \u003cli class=\"ng-benefit\"\u003e\n\u003cstrong\u003eHyperpigmentation-prone:\u003c\/strong\u003e This is your product. PDRN + Niacinamide together are one of the most studied combinations for pigmentation reduction.\u003c\/li\u003e\n        \u003cli class=\"ng-benefit\"\u003e\n\u003cstrong\u003eAcne-prone skin:\u003c\/strong\u003e Non-comedogenic formula. PDRN's anti-inflammatory properties can help calm active breakouts over time.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"ng-acc\"\u003e\n    \u003csummary\u003eCan I Use This With My Other Products?\u003c\/summary\u003e\n    \u003cdiv class=\"ng-acc-body\"\u003e\n      \u003cp class=\"ng-body\"\u003e\u003cstrong\u003eYes — with smart layering.\u003c\/strong\u003e Apply after lighter essences, before heavier moisturisers and SPF.\u003c\/p\u003e\n      \u003cul class=\"ng-benefits\"\u003e\n        \u003cli class=\"ng-benefit\"\u003e\n\u003cstrong\u003eSafe with:\u003c\/strong\u003e Hyaluronic acid, niacinamide, ceramides, peptides, vitamin C (morning), SPF, moisturisers\u003c\/li\u003e\n        \u003cli class=\"ng-benefit\"\u003e\n\u003cstrong\u003eUse with caution:\u003c\/strong\u003e If using a strong retinol (0.5%+) at night, alternate nights rather than layering together\u003c\/li\u003e\n        \u003cli class=\"ng-benefit\"\u003e\n\u003cstrong\u003eAvoid same application:\u003c\/strong\u003e AHAs and BHAs immediately before — use on alternate evenings if using strong acids\u003c\/li\u003e\n        \u003cli class=\"ng-benefit\"\u003e\n\u003cstrong\u003ePairs perfectly with:\u003c\/strong\u003e The full Nuglow™ 5-step routine — snail mucin beneath, SPF above, hydrogel mask 2–3× per week\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003cdetails class=\"ng-acc\"\u003e\n    \u003csummary\u003eRegulatory \u0026amp; Safety Information\u003c\/summary\u003e\n    \u003cdiv class=\"ng-acc-body\"\u003e\n      \u003cp class=\"ng-body\"\u003eNuglow™ PDRN Cellular Repair Serum is a cosmetic product regulated under SAHPRA's general cosmetic guidelines. No therapeutic or medical claims are made. This product does not require SAHPRA registration as a cosmetic.\u003c\/p\u003e\n      \u003cul class=\"ng-benefits\"\u003e\n        \u003cli class=\"ng-benefit\"\u003eSuitable for external use only\u003c\/li\u003e\n        \u003cli class=\"ng-benefit\"\u003eAvoid direct contact with eyes — if contact occurs, rinse thoroughly with water\u003c\/li\u003e\n        \u003cli class=\"ng-benefit\"\u003eDiscontinue use if irritation, redness, or discomfort persists beyond 48 hours\u003c\/li\u003e\n        \u003cli class=\"ng-benefit\"\u003ePatch test recommended for first-time users with known skin sensitivities\u003c\/li\u003e\n        \u003cli class=\"ng-benefit\"\u003eKeep out of reach of children under 12\u003c\/li\u003e\n        \u003cli class=\"ng-benefit\"\u003eStore below 25°C away from direct sunlight\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\n  \u003c!-- TRUST BADGES --\u003e\n  \u003cdiv class=\"ng-trust\"\u003e\n    \u003cdiv class=\"ng-badge\"\u003e\n\u003cspan class=\"ng-badge-icon\"\u003e🚚\u003c\/span\u003e\u003cspan class=\"ng-badge-text\"\u003eFree Shipping\u003cbr\u003eOver R800\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ng-badge\"\u003e\n\u003cspan class=\"ng-badge-icon\"\u003e🇿🇦\u003c\/span\u003e\u003cspan class=\"ng-badge-text\"\u003eSA-Based\u003cbr\u003eShips Locally\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ng-badge\"\u003e\n\u003cspan class=\"ng-badge-icon\"\u003e🔄\u003c\/span\u003e\u003cspan class=\"ng-badge-text\"\u003e30-Day\u003cbr\u003eReturns\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"ng-badge\"\u003e\n\u003cspan class=\"ng-badge-icon\"\u003e🧪\u003c\/span\u003e\u003cspan class=\"ng-badge-text\"\u003eSAHPRA\u003cbr\u003eCompliant\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DISCLAIMER --\u003e\n  \u003cp class=\"ng-disclaimer\"\u003eNuglow™ PDRN Cellular Repair Serum is a cosmetic product. No therapeutic, medical, or clinical claims are made or implied. Results may vary. Not intended to diagnose, treat, cure, or prevent any skin condition. SAHPRA-compliant general cosmetic. For external use only.\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"NuGlow","offers":[{"title":"Default Title","offer_id":53641135260016,"sku":null,"price":449.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/4102\/1040\/files\/ChatGPT_Image_Jul_14_2026_10_18_24_PM.png?v=1784060337","url":"https:\/\/www.nuglow.co.za\/products\/nuglow%e2%84%a2-skinreset-pro","provider":"NuGlow","version":"1.0","type":"link"}