{"product_id":"skin-rejuvenation-treatment","title":"Skin Rejuvenation","description":"\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": [\n        \"Product\",\n        \"MedicalProcedure\"\n      ],\n      \"@id\": \"https:\/\/www.dermasense.co.uk\/products\/skin-rejuvenation-treatment#product\",\n      \"name\": \"Skin Rejuvenation\",\n      \"alternateName\": [\n        \"IPL Photofacial\",\n        \"Skin Resurfacing\",\n        \"Pigmentation Treatment\"\n      ],\n      \"url\": \"https:\/\/www.dermasense.co.uk\/products\/skin-rejuvenation-treatment\",\n      \"description\": \"Non-invasive skin rejuvenation treatments addressing pigmentation, redness, fine lines, sun damage and uneven texture. Combines IPL photofacial, laser resurfacing and skin booster injectables tailored to your concern.\",\n      \"image\": \"https:\/\/cdn.shopify.com\/s\/files\/1\/1069\/7480\/6354\/files\/DermaSenseTransparentLogo.png?v=1777501697\",\n      \"sku\": \"10752550109522\",\n      \"brand\": {\n        \"@id\": \"https:\/\/www.dermasense.co.uk\/#organization\"\n      },\n      \"category\": \"Aesthetic Treatment\",\n      \"procedureType\": \"https:\/\/schema.org\/TherapeuticProcedure\",\n      \"bodyLocation\": \"Face and Body Skin\",\n      \"howPerformed\": \"Treatment plan is selected at consultation. Options include IPL pulses for pigmentation and redness, fractional laser for texture and microneedling for collagen induction.\",\n      \"preparation\": \"Avoid sun exposure and self-tan for two weeks. Stop active retinols and acids for five days.\",\n      \"followup\": \"Course of three to six sessions, four weeks apart, depending on concern.\",\n      \"expectedPrognosis\": \"Visible improvement in pigmentation, tone and texture after one course. Maintenance every six to twelve months.\",\n      \"provider\": {\n        \"@id\": \"https:\/\/www.dermasense.co.uk\/#business\"\n      },\n      \"performer\": {\n        \"@id\": \"https:\/\/www.dermasense.co.uk\/#sophia-arnaouti\"\n      },\n      \"sameAs\": [\n        \"https:\/\/en.wikipedia.org\/wiki\/Intense_pulsed_light\"\n      ],\n      \"offers\": {\n        \"@type\": \"Offer\",\n        \"url\": \"https:\/\/www.dermasense.co.uk\/products\/skin-rejuvenation-treatment\",\n        \"priceCurrency\": \"GBP\",\n        \"price\": \"82.00\",\n        \"availability\": \"https:\/\/schema.org\/InStock\",\n        \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n        \"seller\": {\n          \"@id\": \"https:\/\/www.dermasense.co.uk\/#business\"\n        },\n        \"areaServed\": [\n          {\n            \"@type\": \"Place\",\n            \"name\": \"Cockfosters\"\n          },\n          {\n            \"@type\": \"Place\",\n            \"name\": \"New Barnet\"\n          },\n          {\n            \"@type\": \"Place\",\n            \"name\": \"Barnet\"\n          },\n          {\n            \"@type\": \"Place\",\n            \"name\": \"High Barnet\"\n          },\n          {\n            \"@type\": \"Place\",\n            \"name\": \"East Barnet\"\n          },\n          {\n            \"@type\": \"Place\",\n            \"name\": \"Hadley Wood\"\n          },\n          {\n            \"@type\": \"Place\",\n            \"name\": \"Oakwood\"\n          },\n          {\n            \"@type\": \"Place\",\n            \"name\": \"Southgate\"\n          },\n          {\n            \"@type\": \"Place\",\n            \"name\": \"Enfield\"\n          },\n          {\n            \"@type\": \"Place\",\n            \"name\": \"Winchmore Hill\"\n          }\n        ],\n        \"priceValidUntil\": \"2027-12-31\"\n      }\n    },\n    {\n      \"@type\": \"BreadcrumbList\",\n      \"itemListElement\": [\n        {\n          \"@type\": \"ListItem\",\n          \"position\": 1,\n          \"name\": \"Home\",\n          \"item\": \"https:\/\/www.dermasense.co.uk\/\"\n        },\n        {\n          \"@type\": \"ListItem\",\n          \"position\": 2,\n          \"name\": \"Treatments\",\n          \"item\": \"https:\/\/www.dermasense.co.uk\/pages\/treatments\"\n        },\n        {\n          \"@type\": \"ListItem\",\n          \"position\": 3,\n          \"name\": \"Skin Rejuvenation\",\n          \"item\": \"https:\/\/www.dermasense.co.uk\/products\/skin-rejuvenation-treatment\"\n        }\n      ]\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400\u0026family=Jost:wght@300;400;500\u0026display=swap');\n\n  :root {\n    --ds-dark: #3a2210;\n    --ds-mid: #7a5a38;\n    --ds-tan: #dfd0bf;\n    --ds-gold: #e0c9aa;\n  }\n\n  .ds-skin-rejuv * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  .ds-skin-rejuv {\n    font-family: 'Jost', sans-serif;\n    color: var(--ds-dark);\n    background-color: #faf8f5;\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0 0 60px;\n  }\n\n  \/* Hero Banner *\/\n  .ds-hero {\n    background: linear-gradient(135deg, var(--ds-dark) 0%, var(--ds-mid) 100%);\n    padding: 64px 48px 56px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .ds-hero::before {\n    content: '';\n    position: absolute;\n    top: -60px;\n    right: -60px;\n    width: 260px;\n    height: 260px;\n    border-radius: 50%;\n    background: rgba(224, 201, 170, 0.08);\n  }\n\n  .ds-hero::after {\n    content: '';\n    position: absolute;\n    bottom: -80px;\n    left: -40px;\n    width: 200px;\n    height: 200px;\n    border-radius: 50%;\n    background: rgba(224, 201, 170, 0.06);\n  }\n\n  .ds-hero-eyebrow {\n    font-family: 'Jost', sans-serif;\n    font-weight: 400;\n    font-size: 11px;\n    letter-spacing: 3.5px;\n    text-transform: uppercase;\n    color: var(--ds-gold);\n    margin-bottom: 18px;\n  }\n\n  .ds-hero h1 {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 300;\n    font-size: 52px;\n    line-height: 1.12;\n    color: #faf8f5;\n    margin-bottom: 20px;\n  }\n\n  .ds-hero h1 em {\n    font-style: italic;\n    color: var(--ds-gold);\n  }\n\n  .ds-hero-tagline {\n    font-family: 'Jost', sans-serif;\n    font-weight: 300;\n    font-size: 15px;\n    letter-spacing: 0.5px;\n    color: var(--ds-tan);\n    max-width: 480px;\n    margin: 0 auto;\n    line-height: 1.7;\n  }\n\n  .ds-divider-gold {\n    width: 48px;\n    height: 1px;\n    background: var(--ds-gold);\n    margin: 24px auto;\n    opacity: 0.6;\n  }\n\n  \/* Main content wrapper *\/\n  .ds-content {\n    padding: 56px 48px 0;\n  }\n\n  \/* Intro section *\/\n  .ds-intro p {\n    font-family: 'Jost', sans-serif;\n    font-weight: 300;\n    font-size: 15.5px;\n    line-height: 1.85;\n    color: var(--ds-dark);\n    margin-bottom: 22px;\n    opacity: 0.92;\n  }\n\n  .ds-intro p:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* Section headings *\/\n  .ds-section {\n    margin-top: 52px;\n  }\n\n  .ds-section-label {\n    font-family: 'Jost', sans-serif;\n    font-weight: 400;\n    font-size: 10.5px;\n    letter-spacing: 3.5px;\n    text-transform: uppercase;\n    color: var(--ds-mid);\n    margin-bottom: 10px;\n  }\n\n  .ds-section-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-weight: 400;\n    font-size: 34px;\n    line-height: 1.2;\n    color: var(--ds-dark);\n    margin-bottom: 32px;\n  }\n\n  \/* What to Expect bullets *\/\n  .ds-expect-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n  }\n\n  .ds-expect-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 18px;\n    background: #fff;\n    border: 1px solid var(--ds-gold);\n    border-left: 3px solid var(--ds-mid);\n    border-radius: 4px;\n    padding: 20px 24px;\n  }\n\n  .ds-expect-icon {\n    flex-shrink: 0;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    background: var(--ds-tan);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 1px;\n  }\n\n  .ds-expect-icon svg {\n    width: 15px;\n    height: 15px;\n    stroke: var(--ds-mid);\n    fill: none;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .ds-expect-text strong {\n    display: block;\n    font-family: 'Jost', sans-serif;\n    font-weight: 500;\n    font-size: 13.5px;\n    letter-spacing: 0.3px;\n    color: var(--ds-dark);\n    margin-bottom: 4px;\n  }\n\n  .ds-expect-text span {\n    font-family: 'Jost', sans-serif;\n    font-weight: 300;\n    font-size: 14px;\n    line-height: 1.7;\n    color: var(--ds-mid);\n  }\n\n  \/* Aftercare *\/\n  .ds-aftercare {\n    margin-top: 52px;\n    background: linear-gradient(135deg, var(--ds-tan) 0%, var(--ds-gold) 100%);\n    border-radius: 6px;\n    padding: 36px 40px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .ds-aftercare::before {\n    content: '';\n    position: absolute;\n    top: -30px;\n    right: -30px;\n    width: 140px;\n    height: 140px;\n    border-radius: 50%;\n    background: rgba(58, 34, 16, 0.05);\n  }\n\n  .ds-aftercare-label {\n    font-family: 'Jost', sans-serif;\n    font-weight: 400;\n    font-size: 10.5px;\n    letter-spacing: 3.5px;\n    text-transform: uppercase;\n    color: var(--ds-mid);\n    margin-bottom: 10px;\n  }\n\n  .ds-aftercare-title {\n    font-family: 'Cormorant Garamond', serif;\u003c\/style\u003e","brand":"DermaSense","offers":[{"title":"Microneedling","offer_id":53318016631122,"sku":"SR-001","price":82.0,"currency_code":"GBP","in_stock":true},{"title":"Microneedling and Pink Glow","offer_id":53318016663890,"sku":"SR-002","price":140.0,"currency_code":"GBP","in_stock":true},{"title":"Microneedling and Vitaran","offer_id":53318016696658,"sku":"SR-003","price":140.0,"currency_code":"GBP","in_stock":true},{"title":"Microneedling and Exosomes","offer_id":53318016729426,"sku":"SR-004","price":180.0,"currency_code":"GBP","in_stock":true},{"title":"Profhilo 1 Session","offer_id":53318016762194,"sku":"SR-005","price":250.0,"currency_code":"GBP","in_stock":true},{"title":"Profhilo x2 Sessions","offer_id":53318016794962,"sku":"SR-006","price":400.0,"currency_code":"GBP","in_stock":true},{"title":"Vitaran Polynucleotides Full Face","offer_id":53318016827730,"sku":"SR-007","price":160.0,"currency_code":"GBP","in_stock":true},{"title":"Pink Glow Polynucleotides Full Face","offer_id":53318016860498,"sku":"SR-008","price":200.0,"currency_code":"GBP","in_stock":true},{"title":"Vampire Facial","offer_id":53318016893266,"sku":"SR-009","price":350.0,"currency_code":"GBP","in_stock":true},{"title":"Vampire Facial and Neck","offer_id":53318016926034,"sku":"SR-010","price":420.0,"currency_code":"GBP","in_stock":true},{"title":"Vampire Facial Neck and Decollete","offer_id":53318016958802,"sku":"SR-011","price":620.0,"currency_code":"GBP","in_stock":true}],"url":"https:\/\/www.dermasense.co.uk\/products\/skin-rejuvenation-treatment","provider":"Derma Sense","version":"1.0","type":"link"}