{"title":"Skincare for Sensitive Skin","description":"\u003cp\u003eGentle and effective skincare for sensitive skin. Our formulations with Dokudami (Houttuynia cordata), ceramides, and modern active ingredients support your skin's natural balance and provide a calm, nourished skin feeling – day after day.\u003c\/p\u003e","products":[{"product_id":"feuchtigkeitscreme-mit-dokudami-houttuynia-cordata-8-fach-hyaluronsaure-beruhigende-gesichtscreme-fur-empfindliche-haut-pflegend-regenerierend-parabenfrei-hime®","title":"Moisturizer with Dokudami (Houttuynia Cordata) \u0026 8-Fold Hyaluronic Acid | Soothing Face Cream for Sensitive Skin | Nourishing, Regenerating \u0026 Paraben-Free | HIME®","description":"\u003cstyle\u003e\n  :root{\n    --hime-bg:#f6efe7;\n    --hime-card:#ffffffcc;\n    --hime-text:#1d1d1f;\n    --hime-muted:#5f5a57;\n    --hime-line:#1d1d1f1a;\n    --hime-gold:#b8895b;\n    --hime-green:#8fae8b;\n    --hime-soft:#fff8f1;\n    --hime-shadow:0 16px 40px rgba(0,0,0,.08);\n    --hime-radius:22px;\n    --hime-max:1080px;\n  }\n\n  .hime-product-page{\n    background:var(--hime-bg);\n    color:var(--hime-text);\n    padding:64px 18px 88px;\n    font-family:inherit;\n  }\n\n  .hime-product-container{\n    max-width:var(--hime-max);\n    margin:0 auto;\n  }\n\n  .hime-eyebrow{\n    font-size:12px;\n    letter-spacing:.16em;\n    text-transform:uppercase;\n    color:var(--hime-gold);\n    font-weight:700;\n    margin-bottom:12px;\n  }\n\n  .hime-hero{\n    display:grid;\n    grid-template-columns:1.08fr .92fr;\n    gap:34px;\n    align-items:center;\n    padding:34px;\n    border:1px solid var(--hime-line);\n    border-radius:var(--hime-radius);\n    background:linear-gradient(135deg,#fffaf4cc,#ffffff99);\n    box-shadow:var(--hime-shadow);\n    overflow:hidden;\n  }\n\n  .hime-hero h1{\n    font-size:clamp(34px,5vw,58px);\n    line-height:1.02;\n    margin:0 0 18px;\n    letter-spacing:-.04em;\n  }\n\n  .hime-hero p{\n    font-size:18px;\n    line-height:1.7;\n    color:var(--hime-muted);\n    margin:0 0 22px;\n  }\n\n  .hime-trust{\n    display:flex;\n    flex-wrap:wrap;\n    gap:10px;\n    margin:22px 0;\n  }\n\n  .hime-pill{\n    padding:9px 13px;\n    border-radius:999px;\n    background:#fff;\n    border:1px solid var(--hime-line);\n    font-size:13px;\n    color:var(--hime-text);\n  }\n\n  .hime-cta{\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    padding:15px 24px;\n    border-radius:999px;\n    background:var(--hime-text);\n    color:#fff !important;\n    text-decoration:none;\n    font-weight:700;\n    box-shadow:0 10px 22px rgba(0,0,0,.16);\n    transition:.25s ease;\n  }\n\n  .hime-cta:hover{\n    transform:translateY(-2px);\n    opacity:.92;\n  }\n\n  .hime-hero-image{\n    min-height:370px;\n    border-radius:24px;\n    background:\n      linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.62)),\n      url(\"PASTE_DOKUDAMI_HERO_IMAGE_HERE\");\n    background-size:cover;\n    background-position:center;\n    border:1px solid var(--hime-line);\n  }\n\n  .hime-section{\n    margin-top:34px;\n    padding:34px;\n    border-radius:var(--hime-radius);\n    background:var(--hime-card);\n    border:1px solid var(--hime-line);\n    box-shadow:var(--hime-shadow);\n    backdrop-filter:blur(12px);\n  }\n\n  .hime-section h2{\n    font-size:clamp(26px,3vw,38px);\n    margin:0 0 14px;\n    letter-spacing:-.03em;\n  }\n\n  .hime-section p{\n    color:var(--hime-muted);\n    line-height:1.8;\n    font-size:16px;\n  }\n\n  .hime-grid-3{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:18px;\n    margin-top:24px;\n  }\n\n  .hime-card{\n    background:#fff;\n    border:1px solid var(--hime-line);\n    border-radius:18px;\n    padding:22px;\n  }\n\n  .hime-card strong{\n    display:block;\n    font-size:18px;\n    margin-bottom:8px;\n  }\n\n  .hime-card span{\n    color:var(--hime-muted);\n    line-height:1.7;\n    font-size:15px;\n  }\n\n  .hime-split{\n    display:grid;\n    grid-template-columns:.95fr 1.05fr;\n    gap:28px;\n    align-items:center;\n  }\n\n  .hime-image{\n    min-height:330px;\n    border-radius:22px;\n    background-size:cover;\n    background-position:center;\n    border:1px solid var(--hime-line);\n  }\n\n  .hime-steps{\n    counter-reset:step;\n    display:grid;\n    gap:12px;\n    margin-top:18px;\n  }\n\n  .hime-step{\n    display:flex;\n    gap:14px;\n    align-items:flex-start;\n    background:#fff;\n    border:1px solid var(--hime-line);\n    border-radius:16px;\n    padding:16px;\n    color:var(--hime-muted);\n    line-height:1.6;\n  }\n\n  .hime-step:before{\n    counter-increment:step;\n    content:counter(step);\n    width:28px;\n    height:28px;\n    flex:0 0 28px;\n    border-radius:50%;\n    background:var(--hime-green);\n    color:#fff;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size:13px;\n    font-weight:700;\n  }\n\n  .hime-routine{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:18px;\n    margin-top:22px;\n  }\n\n  .hime-routine-card{\n    background:linear-gradient(135deg,#fff,#f7fbf4);\n    border:1px solid var(--hime-line);\n    border-radius:20px;\n    padding:24px;\n  }\n\n  .hime-final{\n    text-align:center;\n    background:linear-gradient(135deg,#1d1d1f,#3b342c);\n    color:#fff;\n  }\n\n  .hime-final p,\n  .hime-final h2{\n    color:#fff;\n  }\n\n  .hime-final .hime-cta{\n    background:#fff;\n    color:#1d1d1f !important;\n  }\n\n  @media(max-width:820px){\n    .hime-hero,\n    .hime-split,\n    .hime-grid-3,\n    .hime-routine{\n      grid-template-columns:1fr;\n    }\n\n    .hime-hero,\n    .hime-section{\n      padding:24px;\n    }\n\n    .hime-hero-image,\n    .hime-image{\n      min-height:260px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"hime-product-page\"\u003e\n  \u003cdiv class=\"hime-product-container\"\u003e\n\n    \u003cdiv class=\"hime-hero\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"hime-eyebrow\"\u003eHIME® Smooth Balancing Cream\u003c\/div\u003e\n        \u003ch1\u003eSoothing moisturizer for sensitive skin.\u003c\/h1\u003e\n        \u003cp\u003e\n          HIME® moisturizer combines Dokudami, 8-fold hyaluronic acid,\n          panthenol, ceramide NP and Tremella mushroom extract for intensively nourished,\n          soothed and visibly balanced skin.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"hime-trust\"\u003e\n          \u003cspan class=\"hime-pill\"\u003eWith Dokudami\u003c\/span\u003e\n          \u003cspan class=\"hime-pill\"\u003e8-fold Hyaluronic Acid\u003c\/span\u003e\n          \u003cspan class=\"hime-pill\"\u003eFor sensitive skin\u003c\/span\u003e\n          \u003cspan class=\"hime-pill\"\u003eParaben-free\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ca class=\"hime-cta\" href=\"#ProductSubmitButton-template--28538435174740__main\"\u003e\n          Soothe \u0026amp; nourish your skin now\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hime-hero-image\" aria-label=\"HIME Dokudami Moisturizer\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hime-section\"\u003e\n      \u003cdiv class=\"hime-eyebrow\"\u003eGentle Balance\u003c\/div\u003e\n      \u003ch2\u003eSensitive skin needs more than just moisture.\u003c\/h2\u003e\n      \u003cp\u003e\n        When skin feels tight, irritated, or quickly becomes imbalanced,\n        it needs care that soothes, protects, and intensively hydrates at the same time.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        The HIME® Smooth Balancing Cream was developed to support exactly this skin feeling:\n        less dryness, more suppleness, and a calmer,\n        nourished complexion.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hime-section\"\u003e\n      \u003cdiv class=\"hime-eyebrow\"\u003eActive Ingredients\u003c\/div\u003e\n      \u003ch2\u003eThe most important active ingredients in your cream.\u003c\/h2\u003e\n\n      \u003cdiv class=\"hime-grid-3\"\u003e\n        \u003cdiv class=\"hime-card\"\u003e\n          \u003cstrong\u003eDokudami\u003c\/strong\u003e\n          \u003cspan\u003e\n            Houttuynia Cordata is a traditional Japanese plant\n            that can soothe irritated skin and visibly reduce redness.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hime-card\"\u003e\n          \u003cstrong\u003e8-fold Hyaluronic Acid\u003c\/strong\u003e\n          \u003cspan\u003e\n            Intensely moisturizes the skin, making it appear plumper,\n            smoother, and fresher.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hime-card\"\u003e\n          \u003cstrong\u003eCeramide NP\u003c\/strong\u003e\n          \u003cspan\u003e\n            Supports the natural skin barrier and helps to reduce\n            moisture loss.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hime-card\"\u003e\n          \u003cstrong\u003ePanthenol\u003c\/strong\u003e\n          \u003cspan\u003e\n            Soothes the skin, supports regeneration, and provides a pleasant,\n            nourished skin feeling.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hime-card\"\u003e\n          \u003cstrong\u003eAllantoin\u003c\/strong\u003e\n          \u003cspan\u003e\n            Makes the skin supple and supports a smooth,\n            softer skin surface.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hime-card\"\u003e\n          \u003cstrong\u003eVitamin E\u003c\/strong\u003e\n          \u003cspan\u003e\n            Antioxidant protection against free radicals and environmental stress.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hime-section hime-split\"\u003e\n      \u003cdiv class=\"hime-image\" style=\"background-image:url('PASTE_DOKUDAMI_INFOGRAFIK_IMAGE_HERE');\"\u003e\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv class=\"hime-eyebrow\"\u003eWhy Dokudami?\u003c\/div\u003e\n        \u003ch2\u003eTraditional plant care meets modern skincare.\u003c\/h2\u003e\n        \u003cp\u003e\n          Dokudami, also known as Houttuynia Cordata, is traditionally valued in Japan and Asia\n          for its balancing and soothing properties.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          In the HIME® cream, Dokudami is combined with moisturizing hyaluronic acid,\n          skin-calming panthenol, and strengthening ceramides – for\n          care that doesn't overwhelm sensitive skin.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hime-section\"\u003e\n      \u003cdiv class=\"hime-eyebrow\"\u003eWho is it suitable for?\u003c\/div\u003e\n      \u003ch2\u003eIdeal for skin that needs calm and moisture.\u003c\/h2\u003e\n\n      \u003cdiv class=\"hime-grid-3\"\u003e\n        \u003cdiv class=\"hime-card\"\u003e\n          \u003cstrong\u003eSensitive Skin\u003c\/strong\u003e\n          \u003cspan\u003e\n            For skin that reacts quickly, feels tight, or tends to redness.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hime-card\"\u003e\n          \u003cstrong\u003eDry Skin\u003c\/strong\u003e\n          \u003cspan\u003e\n            Provides intense moisture and helps against a dry,\n            rough skin feeling.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hime-card\"\u003e\n          \u003cstrong\u003eStressed Skin\u003c\/strong\u003e\n          \u003cspan\u003e\n            Supports a calmer, nourished, and more balanced complexion.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hime-section hime-split\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"hime-eyebrow\"\u003eApplication\u003c\/div\u003e\n        \u003ch2\u003eYour daily care ritual.\u003c\/h2\u003e\n\n        \u003cdiv class=\"hime-steps\"\u003e\n          \u003cdiv class=\"hime-step\"\u003eUse morning and evening after cleansing.\u003c\/div\u003e\n          \u003cdiv class=\"hime-step\"\u003eApply a small amount to face and neck.\u003c\/div\u003e\n          \u003cdiv class=\"hime-step\"\u003eGently massage until the cream is fully absorbed.\u003c\/div\u003e\n          \u003cdiv class=\"hime-step\"\u003eApply sunscreen in the morning.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hime-image\" style=\"background-image:url('PASTE_DOKUDAMI_APPLICATION_IMAGE_HERE');\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hime-section\"\u003e\n      \u003cdiv class=\"hime-eyebrow\"\u003eClean Beauty\u003c\/div\u003e\n      \u003ch2\u003eCare that works – without unnecessary burden.\u003c\/h2\u003e\n\n      \u003cdiv class=\"hime-grid-3\"\u003e\n        \u003cdiv class=\"hime-card\"\u003e\n          \u003cstrong\u003eParaben-free\u003c\/strong\u003e\n          \u003cspan\u003eFormulated without parabens.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hime-card\"\u003e\n          \u003cstrong\u003eNo Mineral Oils\u003c\/strong\u003e\n          \u003cspan\u003eFor a lighter, pleasant skin feeling.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hime-card\"\u003e\n          \u003cstrong\u003eNo Artificial Dyes\u003c\/strong\u003e\n          \u003cspan\u003eConsciously formulated for sensitive skin needs.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hime-section\"\u003e\n      \u003cdiv class=\"hime-eyebrow\"\u003eRoutine System\u003c\/div\u003e\n      \u003ch2\u003ePerfectly combinable with your HIME® skincare routine.\u003c\/h2\u003e\n\n      \u003cdiv class=\"hime-routine\"\u003e\n        \u003cdiv class=\"hime-routine-card\"\u003e\n          \u003ch3\u003eMorning Routine\u003c\/h3\u003e\n          \u003cp\u003e\n            Apply moisturizer after serum to nourish the skin,\n            hydrate it, and prepare it for the day.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hime-routine-card\"\u003e\n          \u003ch3\u003eEvening Routine\u003c\/h3\u003e\n          \u003cp\u003e\n            Use after cleansing and serum to soothe the skin overnight\n            and support the skin barrier.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hime-section\"\u003e\n      \u003cdiv class=\"hime-eyebrow\"\u003eHIME® Story\u003c\/div\u003e\n      \u003ch2\u003eOut of love for sensitive skin.\u003c\/h2\u003e\n      \u003cp\u003e\n        HIME® was founded to create skincare that feels high-quality,\n        remains gentle on the skin, and still visibly nourishes.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        The name \"Hime\" means \"Princess\" in Japanese – because every skin deserves\n        to be cared for with diligence, calm, and appreciation.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hime-section hime-final\"\u003e\n      \u003cdiv class=\"hime-eyebrow\"\u003eReady for your new skin feeling?\u003c\/div\u003e\n      \u003ch2\u003eSoothe, nourish, and strengthen your skin – every day.\u003c\/h2\u003e\n      \u003cp\u003e\n        Start your HIME® care ritual with Dokudami, 8-fold hyaluronic acid, and strengthening barrier ingredients.\n      \u003c\/p\u003e\n      \u003ca class=\"hime-cta\" href=\"#ProductSubmitButton-template--28538435174740__main\"\u003e\n        Get your moisturizer now\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Hime Bodycare","offers":[{"title":"Default Title","offer_id":53413943673172,"sku":"B0FY84D5YJ","price":17.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/4511\/2404\/files\/1ee8e9b5-18c9-430e-839d-c79363df3a8a.png?v=1777814011"}],"url":"https:\/\/www.himebodycare.com\/en\/collections\/hautpflege-fur-empfindliche-haut.oembed","provider":"HIME® Skincare – Natürliche Hautpflege für alle Hauttypen","version":"1.0","type":"link"}