{"product_id":"heimish-all-clean-balm-mandarin-120ml","title":"heimish All Clean Balm Mandarin [120ml]","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\u003eheimish All Clean Balm Mandarin\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:       #c47a3a;\n    --g-pale:  #fdf6ef;\n    --g-light: #f5e3cc;\n    --g-deep:  #4a2a0a;\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 {\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  .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  .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\u003eMandarin Citrus Blend\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eCitrus Aurantium Amara (Bitter Orange) Leaf\/Twig Oil and Litsea Cubeba Fruit Oil deliver the balm's fresh, uplifting mandarin scent while contributing natural antiseptic and purifying properties to the cleanse.\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\u003eMoringa Oleifera Seed Oil\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eA rich, fast-absorbing oil with powerful antioxidant and anti-inflammatory properties, used four times in this formula. Helps dissolve impurities, protects against environmental free radicals, and leaves skin noticeably soft after rinsing.\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\u003eCeramide NP + Phytosphingosine\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eSkin-identical lipids that reinforce the moisture barrier as you cleanse — so the formula removes without stripping. Ceramide NP restores the lipid matrix; Phytosphingosine supports its natural antimicrobial defence.\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\u003eShea Butter + Soybean Sterols\n    \u003c\/div\u003e\n    \u003cdiv class=\"ingr-desc\"\u003eButyrospermum Parkii (Shea) Butter deeply conditions and soothes the skin during cleansing, while Glycine Soja Sterols replenish phytosterols that mimic the skin's own lipids, leaving a soft, non-tight finish after rinse-off.\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 heimish All Clean Balm Mandarin is a balm-to-oil-to-milk first cleanser built around the brand's bestselling All Clean Balm formula, now infused with a fresh citrus aromatic blend centred on Bitter Orange and Litsea Cubeba oils. Like the original, it performs a three-stage texture transformation: scooped from the jar as a sherbet-soft solid balm, it melts immediately on contact with skin into a silky cleansing oil, then emulsifies into a lightweight milk upon rinsing — washing away completely without residue, tightness, or the stripping sensation common to other oil-based cleansers.\n      \u003cbr\u003e\u003cbr\u003e\n      What sets the Mandarin variant apart from many cleansing balms is its genuine skin-conditioning chemistry. Moringa Oleifera Seed Oil — featured four times across the ingredient list — is a cold-pressed oil rich in oleic acid, behenic acid, and natural antioxidants, known for its ability to dissolve stubborn sebum and waterproof makeup while actively soothing and protecting the skin in the process. Ceramide NP and Phytosphingosine ensure that barrier lipids are replenished as impurities are removed, making this genuinely non-stripping at a structural level, not just in feel.\n      \u003cbr\u003e\u003cbr\u003e\n      Shea Butter and Soybean Sterols add further emolliency and phytosterol replenishment, while a botanical support complex of Turmeric, Coral Seaweed (Corallina Officinalis), Holy Basil, and Eclipta Prostrata provides antioxidant, anti-inflammatory, and purifying benefits throughout the cleanse.\n      \u003cbr\u003e\u003cbr\u003e\n      Includes a mini spatula for hygienic scooping. Certified EVE VEGAN. Dermatologically tested with 0% skin irritation. Free from parabens, harsh alcohols, and artificial colourants. Safe for the eye area.\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\u003eUse the included spatula to scoop a moderate amount of balm onto dry fingertips.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e02\u003c\/span\u003eApply to dry face — the balm will begin melting on contact with skin temperature.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e03\u003c\/span\u003eMassage gently across the face for 30–60 seconds, working over makeup, sunscreen, and pore areas.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"step-n\"\u003e04\u003c\/span\u003eWet hands and continue massaging — the oil will emulsify into a milky texture. Rinse thoroughly with warm water.\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"pair-box\"\u003e\n      \u003cstrong\u003eDouble cleansing tip\u003c\/strong\u003e\n      Although designed to work as a standalone one-step cleanser, those with oily or congestion-prone skin may choose to follow with a gentle water-based second cleanser such as the heimish All Clean Green Foam or a low-pH foam cleanser to fully clear any remaining residue before the rest of the routine.\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\"\u003eSuitable for all skin types. The barrier-supportive formula and 0% irritation certification make it particularly well suited for:\u003c\/div\u003e\n    \u003cul class=\"concern-list\" style=\"margin-top:10px; list-style:none; padding:0;\"\u003e\n      \u003cli\u003eSensitive, reactive, or easily irritated skin\u003c\/li\u003e\n      \u003cli\u003eAcne-prone skin seeking a non-comedogenic first cleanse\u003c\/li\u003e\n      \u003cli\u003eDry or tight skin that struggles with conventional oil cleansers\u003c\/li\u003e\n      \u003cli\u003eWaterproof makeup, sunscreen, and heavy end-of-day residue\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"acc-text\" style=\"margin-top:12px;\"\u003eCertified EVE VEGAN. Dermatologically tested, 0% skin irritation. Free from parabens and artificial colourants. Safe for use around the eye area. Contains natural essential oils — patch test recommended for those with known essential oil sensitivities.\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\"\u003eheimish\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\"\u003e120 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\"\u003eCleansing\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\"\u003eCleansing balm\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      Ethylhexyl Palmitate, Cetyl Ethylhexanoate, PEG-20 Glyceryl Triisostearate, Synthetic Wax, PEG-8 Isostearate, Synthetic Wax, Artemisia Vulgaris Oil, Citrus Aurantium Amara (Bitter Orange) Leaf\/Twig Oil, Lavandula Angustifolia (Lavender) Oil, Litsea Cubeba Fruit Oil, Laurus Nobilis Leaf Extract, Cetyl PEG\/PPG-10\/1 Dimethicone, 1,2-Hexanediol, Curcuma Longa (Turmeric) Root Extract, Melia Azadirachta Flower Extract, Melia Azadirachta Leaf Extract, Corallina Officinalis Extract, Melia Azadirachta Bark Extract, Moringa Oleifera Seed Oil, Ocimum Sanctum Leaf Extract, Tocopheryl Acetate, Eclipta Prostrata Extract, Moringa Oleifera Seed Oil, Glycerin, Moringa Oleifera Seed Oil, Ceramide NP, Phytosphingosine, Hydrogenated Lecithin, Moringa Oleifera Seed Oil, Octyldodecanol, Oleyl Alcohol, Butyrospermum Parkii (Shea) Butter, Candida Bombicola\/Glucose\/Methyl Rapeseedate Ferment, Glycine Soja (Soybean) Sterols, Tocopherol\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 = `heimish All Clean Balm Mandarin 120ml\\n\\nThe heimish All Clean Balm Mandarin is a balm-to-oil-to-milk first cleanser built on the brand's bestselling formula, infused with a fresh citrus aromatic blend centred on Bitter Orange and Litsea Cubeba oils. A three-stage texture transformation: sherbet-soft balm on the fingers, silky cleansing oil on the skin, milky emulsion on rinsing — washing away completely without residue or tightness.\\n\\nMoringa Oleifera Seed Oil features four times in the formula — a cold-pressed oil rich in oleic acid and antioxidants that dissolves waterproof makeup and sebum while soothing and protecting. Ceramide NP and Phytosphingosine replenish barrier lipids as impurities are removed. Shea Butter and Soybean Sterols condition and soften throughout.\\n\\nCertified EVE VEGAN. Dermatologically tested, 0% skin irritation. Safe for the eye area. Includes a mini spatula. Free from parabens and artificial colourants.\\n\\nKey ingredients: Moringa Oleifera Seed Oil · Ceramide NP · Phytosphingosine · Shea Butter · Bitter Orange \u0026 Litsea Cubeba Oils · Corallina Officinalis Extract\\nVolume: 120ml · 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":"Heimish","offers":[{"title":"Default Title","offer_id":49080280318200,"sku":"8809481761996","price":19.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0328\/8888\/1292\/files\/heimishheimish-all-clean-balm-mandarin-120ml-final-saleoceanbuy-beauty-8693117.webp?v=1781727913","url":"https:\/\/www.amuseground.com\/products\/heimish-all-clean-balm-mandarin-120ml","provider":"Amuse Ground","version":"1.0","type":"link"}