{"product_id":"vt-cosmetic-cica-mild-toner-pad-60ea","title":"VT Cosmetic Cica Mild Toner Pad [60ea]","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 Cica Mild Toner Pad\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:       #5a8c72;\n    --g-pale:  #eef5f0;\n    --g-light: #d0e8da;\n    --g-deep:  #163324;\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\u003eCICALIAO™ — Centella 4X Complex\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eVT's proprietary Centella system: Centella Asiatica Extract combined with all four of its purified bioactives — Asiaticoside, Madecassoside, Madecassic Acid, and Asiatic Acid — together with Green Propolis Extract. Provides comprehensive soothing, barrier repair, and anti-inflammatory care with each wipe.\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\u003eCicaHyalon™ — Hyaluronic Acid + Cica\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eSodium Hyaluronate working in tandem with the Centella complex to replenish hydration immediately after exfoliation. Locks moisture into newly cleared skin and supports the moisture barrier alongside Beta-Glucan and Betaine for sustained plumpness without stickiness.\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\u003eSalicylic Acid (BHA) + Salix Alba Bark Extract\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eOil-soluble BHA penetrates pores to dissolve excess sebum and dead skin cell buildup, promoting a clearer, smoother texture. White Willow Bark (Salix Alba) naturally contains salicin — a botanical precursor to salicylic acid — amplifying the formula's gentle exfoliating and anti-inflammatory effect.\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\u003eMugwort (Artemisia) + Witch Hazel + Propolis\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eArtemisia Annua (Mugwort) Extract provides antioxidant, sebum-balancing, and calming properties for reactive skin. Hamamelis Virginiana (Witch Hazel) Leaf Extract tightens pores and acts as an astringent. Green Propolis delivers antimicrobial, anti-inflammatory, and cell-renewal benefits.\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 Cica Mild Toner Pad combines a full toning and exfoliation routine into a single pre-soaked pad, built around two of VT's signature Cica-based complexes. CICALIAO™ brings together Centella Asiatica Extract with all four of its purified bioactive compounds (Asiaticoside, Madecassoside, Madecassic Acid, and Asiatic Acid) plus Green Propolis — providing deep soothing, barrier repair, and anti-inflammatory care simultaneously. CicaHyalon™ layers Sodium Hyaluronate directly with the Centella complex to replenish hydration into freshly exfoliated skin before it can experience any dryness.\n      \u003cbr\u003e\u003cbr\u003e\n      Each pad has two distinct sides that perform different functions. The embossed (textured) side provides gentle physical exfoliation — clearing dead skin cells, surface sebum, and residual impurities while stimulating circulation for a brighter, more even-looking complexion. The smooth side delivers treatment essence: soothing and softening the skin, patting in any remaining actives, and providing a calming finish that leaves the skin balanced, not stripped.\n      \u003cbr\u003e\u003cbr\u003e\n      Chemical exfoliation is handled by BHA Salicylic Acid, which penetrates oil-solubly into pores to dissolve sebum plugs and remove the buildup that causes congestion and dullness. Salix Alba (White Willow) Bark Extract provides a complementary botanical source of salicin — a natural BHA precursor — for a gentler, synergistic exfoliating effect. Witch Hazel tightens pores and adds astringency, while Mugwort (Artemisia Annua) calms and balances oilier skin types. Allantoin and Dipotassium Glycyrrhizate complete the soothing complex. Beta-Glucan and Betaine provide humectant hydration alongside the HA.\n      \u003cbr\u003e\u003cbr\u003e\n      The greenish toner essence soaks all 60 pads. Tweezers are included for hygienic dispensing. Approved by Korea's Ministry of Health. Contains Fragrance (Parfum) — patch test recommended for those with fragrance sensitivity.\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 cleansing, use the included tweezers to remove a single pad from the jar hygienically.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e02\u003c\/span\u003eUse the embossed (textured) side to gently wipe the face in outward sweeping motions, avoiding the eye and mouth areas. This step exfoliates and clears.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e03\u003c\/span\u003eFlip to the smooth side and sweep across the face again to soothe the skin and deposit the remaining essence evenly.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e04\u003c\/span\u003eGently pat any remaining essence into the skin until absorbed. Follow with serum and moisturiser. Use AM and\/or PM.\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"pair-box\"\u003e\n      \u003cstrong\u003eRoutine note\u003c\/strong\u003e\n      Contains BHA Salicylic Acid — follow with SPF in the morning to protect newly exfoliated skin from UV damage. For best results, use consistently once or twice daily. The pads replace both the toner and physical exfoliation steps, making them particularly efficient for streamlined or travel routines.\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 well suited for oily and combination skin, and shows especially strong results for:\u003c\/div\u003e\n    \u003cul class=\"concern-list\" style=\"margin-top:10px; list-style:none; padding:0;\"\u003e\n      \u003cli\u003eRough, uneven skin texture and clogged pores\u003c\/li\u003e\n      \u003cli\u003eExcess sebum and congestion-prone skin\u003c\/li\u003e\n      \u003cli\u003eSensitivity or redness alongside mild exfoliation needs\u003c\/li\u003e\n      \u003cli\u003eThose wanting to streamline their toner and exfoliation into a single step\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"acc-text\" style=\"margin-top:12px;\"\u003eContains BHA Salicylic Acid — use SPF in the morning and avoid combining with other active exfoliants in the same routine. Contains Fragrance (Parfum) — patch test recommended for those with fragrance sensitivity. Includes tweezers for hygienic dispensing. 60 pads per jar, 130ml essence total.\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\"\u003eCount\u003c\/div\u003e\n    \u003cdiv class=\"spec-val\"\u003e60 pads\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\"\u003eTexture \u0026amp; Pores\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\"\u003eToner pad\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, Glycerin, Butylene Glycol, Salicylic Acid, Centella Asiatica Extract, Sodium Hyaluronate, Asiaticoside, Madecassoside, Madecassic Acid, Asiatic Acid, Propolis Extract, Artemisia Annua Extract, Hamamelis Virginiana (Witch Hazel) Leaf Extract, Salix Alba (Willow) Bark Extract, Allantoin, Beta-Glucan, Tromethamine, Diethoxyethyl Succinate, Chlorphenesin, Polyglyceryl-10 Laurate, Polyglyceryl-10 Myristate, Ethylhexylglycerin, Dextrin, Gardenia Florida Fruit Extract, Disodium EDTA, Tocopherol, Propanediol, Betaine, Dipotassium Glycyrrhizate, Fragrance, 1,2-Hexanediol\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 Cica Mild Toner Pad 60ea\\n\\nA dual-sided toner pad combining exfoliation and treatment in a single step, built around VT's two Cica complexes: CICALIAO™ (Centella Asiatica Extract + all 4 bioactives — Asiaticoside, Madecassoside, Madecassic Acid, Asiatic Acid + Green Propolis) for soothing and barrier repair, and CicaHyalon™ (Centella + Sodium Hyaluronate) for immediate post-exfoliation hydration.\\n\\nThe embossed side gently exfoliates dead skin cells and clears sebum; the smooth side soothes and deposits the remaining essence. BHA Salicylic Acid penetrates pores to dissolve congestion, supported by Salix Alba (White Willow) Bark for botanical BHA synergy. Mugwort (Artemisia Annua), Witch Hazel, and Allantoin soothe reactive and oily skin throughout.\\n\\nNote: contains BHA Salicylic Acid — use SPF in the morning. Contains Fragrance — patch test for sensitive skin. Approved by Korea's Ministry of Health. Includes tweezers for hygienic dispensing.\\n\\nKey ingredients: CICALIAO™ (Centella 4X + Propolis) · CicaHyalon™ (HA + Cica) · Salicylic Acid (BHA) · Salix Alba Bark · Artemisia Annua · Witch Hazel · Beta-Glucan\\nCount: 60 pads \/ 130ml · 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":49083460911352,"sku":"8803463010454","price":16.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0328\/8888\/1292\/files\/cica-mild-toner-pad-60pcsvt-cosmeticskiokii-and-716354.webp?v=1781730580","url":"https:\/\/www.amuseground.com\/products\/vt-cosmetic-cica-mild-toner-pad-60ea","provider":"Amuse Ground","version":"1.0","type":"link"}