{"product_id":"skin1004-madagascar-centella-tone-brightening-boosting-toner-210ml","title":"SKIN1004 Madagascar Centella Tone Brightening Boosting Toner [210ml]","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003cstyle\u003e\u003c!--\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --g:       #6b8b7a;\n    --g-pale:  #f0f4f2;\n    --g-light: #e0ebe4;\n    --g-deep:  #2a3d33;\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  \/* ── Section label ── *\/\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  \/* ── Key ingredients grid ── *\/\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 {\n    background: var(--white);\n    padding: 16px 18px;\n  }\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  \/* ── Accordions ── *\/\n  .acc-item {\n    border-bottom: 1px solid var(--border);\n  }\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 {\n    display: none;\n    padding-bottom: 20px;\n  }\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  \/* how to use steps *\/\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  .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  \/* skin concern bullets *\/\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  .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  .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  \/* ingredients text *\/\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--\u003e\u003c\/style\u003e\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\u003e\nCentella Asiatica Extract 90%\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eHigh-concentration Madagascan Centella soothes irritation, strengthens the skin barrier, and deeply hydrates for a calmer, healthier complexion.\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\u003e\nMadeWhite™ (Madecassoside)\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003ePatented natural ingredient derived from Madagascan Centella Asiatica that targets uneven tone, visibly reduces dark spots, and delivers a natural-looking glow.\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\u003e\nNiacinamide\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eA water-soluble vitamin that improves the appearance of uneven skin tone, minimises pores, and supports the skin's protective barrier.\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\u003e\nSingreen Complex\u003c\/div\u003e\n\u003cdiv class=\"ingr-desc\"\u003eA blend of four fruit extracts — Papaya, Apple, Plum, and Grape — that gently exfoliates dead skin cells and boosts radiance for smoother, more luminous skin.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Accordions --\u003e\n\u003cdiv class=\"label\"\u003eProduct details\u003c\/div\u003e\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\"\u003eCalm, brighten, and prep in a single step. The SKIN1004 Madagascar Centella Tone Brightening Boosting Toner is a mildly acidic, watery toner formulated with 90% Centella Asiatica Extract sourced directly from the highlands of Madagascar, combined with the brand's patented MadeWhite™ (Madecassoside) technology to visibly correct hyperpigmentation and restore an even, luminous complexion. \u003cbr\u003e\u003cbr\u003eThe formula centres on a dual-action approach: deep soothing and active brightening. The high-dose Centella extract calms sensitive and reactive skin, reinforces the skin's natural barrier, and delivers lasting hydration. Meanwhile, MadeWhite™ and Niacinamide work in tandem to reduce the appearance of dark spots and discolouration, while the Singreen complex — four brightening fruit extracts — gently resurfaces skin texture by removing built-up dead skin cells. \u003cbr\u003e\u003cbr\u003eThe lightweight, quickly absorbed texture leaves no stickiness or residue, making it an ideal first toning step to prime the skin for deeper absorption of serums and moisturisers that follow. Free from harsh alcohols, fragrances, parabens, and silicones. Vegan and cruelty-free.\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\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 cleansing, dispense an appropriate amount onto a cotton pad or directly into the palms.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"step-n\"\u003e02\u003c\/span\u003eApply evenly across the face, sweeping gently along the skin texture with a cotton pad, or patting in with fingertips.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"step-n\"\u003e03\u003c\/span\u003eAllow to absorb fully — no rinsing required.\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"step-n\"\u003e04\u003c\/span\u003eContinue with serum and moisturiser to maximise absorption and lock in results.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"pair-box\"\u003e\n\u003cstrong\u003eBest paired with\u003c\/strong\u003e Layer with SKIN1004 Madagascar Centella Tone Brightening Serum and Tone Brightening Cream for a complete hyperpigmentation-targeting routine. All three products feature MadeWhite™ for amplified brightening results.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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, with particular care taken for sensitive and reactive skin. Particularly beneficial for:\u003c\/div\u003e\n\u003cul class=\"concern-list\" style=\"margin-top: 10px; list-style: none; padding: 0;\"\u003e\n\u003cli\u003eDark spots, hyperpigmentation, and sun damage\u003c\/li\u003e\n\u003cli\u003eDiscolouration and uneven skin tone\u003c\/li\u003e\n\u003cli\u003ePost-acne marks and redness\u003c\/li\u003e\n\u003cli\u003eDull, dehydrated, or stressed skin\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"acc-text\" style=\"margin-top: 12px;\"\u003eFree from harsh alcohols, common allergens, fragrances, parabens, silicones, and sulfates. Vegan and cruelty-free. Absorbs quickly with no stickiness or residue.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\"\u003eSKIN1004\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\"\u003e210 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\"\u003eBrightening\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\"\u003eLiquid 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\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\"\u003eCentella Asiatica Extract, 1,2-Hexanediol, Niacinamide, Pentylene Glycol, Butylene Glycol, Glycerin, Propanediol, Water, Xanthan Gum, Panthenol, Allantoin, Betaine, Ethylhexylglycerin, Xylitylglucoside, Anhydroxylitol, Disodium EDTA, Xylitol, Madecassoside, Glucose, Carica Papaya (Papaya) Fruit Extract, Pyrus Malus (Apple) Fruit Extract, Prunus Mume Fruit Extract, Vitis Vinifera (Grape) Fruit Extract, 3-O-Ethyl Ascorbic Acid, Caprylic\/Capric Triglyceride\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\u003cp\u003e\n\u003cscript\u003e\/\/ \u003c![CDATA[\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 = `SKIN1004 Madagascar Centella Tone Brightening Boosting Toner 210ml\\n\\nCalm, brighten, and prep in a single step. The SKIN1004 Madagascar Centella Tone Brightening Boosting Toner is a mildly acidic, watery toner formulated with 90% Centella Asiatica Extract sourced directly from the highlands of Madagascar, combined with the brand's patented MadeWhite™ (Madecassoside) technology to visibly correct hyperpigmentation and restore an even, luminous complexion.\\n\\nThe formula centres on a dual-action approach: deep soothing and active brightening. The high-dose Centella extract calms sensitive and reactive skin while MadeWhite™ and Niacinamide reduce the appearance of dark spots. The Singreen complex — four brightening fruit extracts — gently resurfaces skin texture.\\n\\nFree from harsh alcohols, fragrances, parabens, and silicones. Vegan and cruelty-free.\\n\\nKey ingredients: Centella Asiatica Extract 90% · MadeWhite™ (Madecassoside) · Niacinamide · Singreen Complex · 3-O-Ethyl Ascorbic Acid\\nVolume: 210ml · 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\/\/ ]]\u003e\u003c\/script\u003e\n\u003c\/p\u003e","brand":"SKIN1004","offers":[{"title":"Default Title","offer_id":49076127531256,"sku":"8809576261165","price":20.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0328\/8888\/1292\/files\/skin1004-toner-210ml-madagascar-centella-tone-brightening-boosting-toner-36440321523958.jpg?v=1781725789","url":"https:\/\/www.amuseground.com\/products\/skin1004-madagascar-centella-tone-brightening-boosting-toner-210ml","provider":"Amuse Ground","version":"1.0","type":"link"}