{"product_id":"essentially-enriched-hand-cream","title":"Essentially Enriched Hand Cream - ניואה קרם ידיים","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003cmeta name=\"description\" content='NIVEA Essentially Enriched — קרם ידיים עשיר עם שמן שקדים וחמאת שיאה. מעניק לחות מועצמת ל-24 שעות, ספיגה מהירה, ומפחית גסות בשימוש ראשון. מתאים לידיים יבשות עד יבשות מאוד. 75 מ\"ל.'\u003e \u003cmeta name=\"keywords\" content=\"ניואה קרם ידיים, NIVEA hand cream, קרם ידיים שקדים שיאה, קרם ידיים לחות 24 שעות, NIVEA essentially enriched, קרם ידיים ידיים יבשות, שמן שקדים חמאת שיאה קרם, NIVEA israel\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400\u0026amp;family=Cinzel:wght@400;600\u0026amp;family=Heebo:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n      --gold:       #c9a84c;\n      --gold-light: #e8d08a;\n      --gold-pale:  #f5ead2;\n      --black:      #0a0a0a;\n      --charcoal:   #1a1814;\n      --deep:       #0e0d0b;\n      --warm-white: #f8f4ee;\n      --beige:      #e8ddd0;\n      --text-main:  #2a2420;\n      --text-muted: #7a6e64;\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      background-color: var(--warm-white);\n      color: var(--text-main);\n      font-family: 'Heebo', sans-serif;\n      font-weight: 300;\n      line-height: 1.8;\n      direction: rtl;\n      overflow-x: hidden;\n    }\n\n    \/* ── HERO ─────────────────────────────────────────── *\/\n    .hero {\n      position: relative;\n      background: var(--deep);\n      min-height: 65vh;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      overflow: hidden;\n      padding: 60px 24px;\n    }\n\n    .hero::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background:\n        radial-gradient(ellipse 70% 60% at 50% 45%, rgba(201,168,76,0.10) 0%, transparent 65%),\n        radial-gradient(ellipse 35% 40% at 85% 72%, rgba(201,168,76,0.06) 0%, transparent 55%),\n        radial-gradient(ellipse 28% 28% at 10% 18%, rgba(201,168,76,0.04) 0%, transparent 50%);\n    }\n\n    .hero::after {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background-image:\n        repeating-linear-gradient(\n          178deg,\n          transparent,\n          transparent 72px,\n          rgba(201,168,76,0.011) 72px,\n          rgba(201,168,76,0.011) 73px\n        );\n      pointer-events: none;\n    }\n\n    .hero \u003e * { position: relative; z-index: 1; }\n\n    .hero-ornament {\n      font-family: 'Cinzel', serif;\n      font-size: clamp(10px, 1.4vw, 12px);\n      letter-spacing: 0.4em;\n      color: var(--gold);\n      text-transform: uppercase;\n      margin-bottom: 28px;\n      opacity: 0;\n      animation: fadeUp 1s 0.2s forwards;\n    }\n\n    .hero-brand {\n      font-family: 'Cinzel', serif;\n      font-size: clamp(10px, 1.5vw, 13px);\n      letter-spacing: 0.55em;\n      color: rgba(201,168,76,0.6);\n      text-transform: uppercase;\n      margin-bottom: 18px;\n      opacity: 0;\n      animation: fadeUp 1s 0.4s forwards;\n    }\n\n    .hero-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(40px, 8vw, 90px);\n      font-weight: 300;\n      color: var(--warm-white);\n      line-height: 1;\n      text-align: center;\n      letter-spacing: 0.03em;\n      opacity: 0;\n      animation: fadeUp 1s 0.6s forwards;\n    }\n\n    .hero-title em {\n      font-style: italic;\n      color: var(--gold-light);\n      display: block;\n      font-size: 0.55em;\n      letter-spacing: 0.2em;\n      margin-top: 10px;\n    }\n\n    .hero-sub {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(15px, 2vw, 20px);\n      font-style: italic;\n      color: rgba(248,244,238,0.42);\n      margin-top: 20px;\n      letter-spacing: 0.06em;\n      opacity: 0;\n      animation: fadeUp 1s 0.8s forwards;\n    }\n\n    .hero-divider {\n      width: 60px;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, var(--gold), transparent);\n      margin: 34px auto;\n      opacity: 0;\n      animation: fadeUp 1s 1s forwards;\n    }\n\n    .hero-tags {\n      display: flex;\n      gap: 10px;\n      flex-wrap: wrap;\n      justify-content: center;\n      opacity: 0;\n      animation: fadeUp 1s 1.2s forwards;\n    }\n\n    .hero-tag {\n      border: 1px solid rgba(201,168,76,0.3);\n      color: var(--gold-light);\n      font-family: 'Cinzel', serif;\n      font-size: 9px;\n      letter-spacing: 0.25em;\n      padding: 8px 16px;\n      text-transform: uppercase;\n    }\n\n    \/* ── SECTION WRAPPER ──────────────────────────────── *\/\n    .section {\n      max-width: 860px;\n      margin: 0 auto;\n      padding: 80px 28px;\n    }\n\n    .section-label {\n      font-family: 'Cinzel', serif;\n      font-size: 10px;\n      letter-spacing: 0.4em;\n      color: var(--gold);\n      text-transform: uppercase;\n      margin-bottom: 20px;\n      display: flex;\n      align-items: center;\n      gap: 16px;\n    }\n\n    .section-label::after {\n      content: '';\n      flex: 1;\n      height: 1px;\n      background: linear-gradient(90deg, var(--gold), transparent);\n      opacity: 0.4;\n    }\n\n    h2.section-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(30px, 5vw, 46px);\n      font-weight: 400;\n      color: var(--charcoal);\n      line-height: 1.2;\n      margin-bottom: 28px;\n    }\n\n    h2.section-title em { font-style: italic; color: var(--gold); }\n\n    h3.sub-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(20px, 3vw, 28px);\n      font-weight: 400;\n      color: var(--charcoal);\n      margin: 48px 0 16px;\n    }\n\n    p {\n      font-size: clamp(15px, 1.8vw, 17px);\n      color: var(--text-main);\n      margin-bottom: 18px;\n      font-weight: 300;\n      line-height: 1.9;\n    }\n\n    \/* ── DARK BAND ────────────────────────────────────── *\/\n    .dark-band {\n      background: var(--charcoal);\n      padding: 80px 28px;\n    }\n\n    .dark-band .section { padding: 0; }\n    .dark-band .section-label { color: var(--gold); }\n    .dark-band .section-label::after { background: linear-gradient(90deg, var(--gold), transparent); }\n    .dark-band h2.section-title { color: var(--warm-white); }\n    .dark-band h2.section-title em { color: var(--gold-light); }\n    .dark-band p { color: rgba(248,244,238,0.75); }\n\n    \/* ── BENEFITS GRID ────────────────────────────────── *\/\n    .benefits-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 2px;\n      margin-top: 48px;\n    }\n\n    .benefit-card {\n      background: rgba(201,168,76,0.06);\n      border: 1px solid rgba(201,168,76,0.2);\n      padding: 32px 22px;\n      text-align: center;\n      transition: background 0.3s;\n    }\n\n    .benefit-card:hover { background: rgba(201,168,76,0.12); }\n\n    .benefit-icon { display: block; margin: 0 auto 18px; }\n\n    .benefit-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 20px;\n      font-style: italic;\n      color: var(--warm-white);\n      margin-bottom: 10px;\n      font-weight: 300;\n      display: block;\n    }\n\n    .benefit-desc {\n      font-size: 13px;\n      color: rgba(248,244,238,0.6);\n      line-height: 1.75;\n    }\n\n    \/* ── INGREDIENTS GRID ─────────────────────────────── *\/\n    .ingredients-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 2px;\n      margin-top: 44px;\n    }\n\n    .ingredient-tile {\n      background: rgba(201,168,76,0.05);\n      border: 1px solid rgba(201,168,76,0.16);\n      padding: 32px 24px;\n      transition: background 0.3s;\n    }\n\n    .ingredient-tile:hover { background: rgba(201,168,76,0.10); }\n\n    .ingredient-tile-label {\n      font-family: 'Cinzel', serif;\n      font-size: 9px;\n      letter-spacing: 0.35em;\n      color: var(--gold);\n      text-transform: uppercase;\n      margin-bottom: 10px;\n      display: block;\n    }\n\n    .ingredient-tile-name {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 24px;\n      font-style: italic;\n      color: var(--warm-white);\n      margin-bottom: 10px;\n      font-weight: 300;\n      display: block;\n    }\n\n    .ingredient-tile-desc {\n      font-size: 14px;\n      color: rgba(248,244,238,0.65);\n      line-height: 1.75;\n    }\n\n    \/* ── SPECS TABLE ──────────────────────────────────── *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 36px;\n      font-size: 14px;\n    }\n\n    .specs-table tr { border-bottom: 1px solid rgba(201,168,76,0.13); }\n    .specs-table td { padding: 15px 8px; vertical-align: top; }\n\n    .specs-table td:first-child {\n      font-family: 'Cinzel', serif;\n      font-size: 10px;\n      letter-spacing: 0.22em;\n      color: var(--gold);\n      text-transform: uppercase;\n      width: 36%;\n    }\n\n    .specs-table td:last-child { color: var(--text-main); font-weight: 400; }\n\n    \/* ── USAGE STEPS ──────────────────────────────────── *\/\n    .usage-steps {\n      list-style: none;\n      margin-top: 28px;\n      counter-reset: steps;\n    }\n\n    .usage-steps li {\n      display: flex;\n      align-items: flex-start;\n      gap: 20px;\n      padding: 18px 0;\n      border-bottom: 1px solid rgba(201,168,76,0.12);\n      font-size: 15px;\n      color: var(--text-main);\n      counter-increment: steps;\n    }\n\n    .usage-steps li::before {\n      content: counter(steps);\n      font-family: 'Cormorant Garamond', serif;\n      font-size: 28px;\n      font-weight: 300;\n      color: var(--gold);\n      line-height: 1;\n      flex-shrink: 0;\n      width: 28px;\n      text-align: center;\n    }\n\n    \/* ── FEATURES ─────────────────────────────────────── *\/\n    .features { list-style: none; margin-top: 28px; }\n\n    .features li {\n      display: flex;\n      align-items: flex-start;\n      gap: 14px;\n      padding: 15px 0;\n      border-bottom: 1px solid rgba(201,168,76,0.12);\n      font-size: 15px;\n      color: var(--text-main);\n    }\n\n    .features li::before {\n      content: '◆';\n      color: var(--gold);\n      font-size: 8px;\n      margin-top: 7px;\n      flex-shrink: 0;\n    }\n\n    \/* ── WARNING BLOCK ────────────────────────────────── *\/\n    .warning-block {\n      border: 1px solid rgba(201,168,76,0.25);\n      padding: 20px 24px;\n      margin-top: 36px;\n      background: rgba(201,168,76,0.03);\n      display: flex;\n      align-items: flex-start;\n      gap: 16px;\n    }\n\n    .warning-block svg { flex-shrink: 0; margin-top: 2px; }\n\n    .warning-block p {\n      font-size: 13px;\n      color: var(--text-muted);\n      line-height: 1.7;\n      margin: 0;\n    }\n\n    \/* ── FAQ ──────────────────────────────────────────── *\/\n    .faq-list { margin-top: 40px; list-style: none; }\n    .faq-item { border-bottom: 1px solid rgba(201,168,76,0.15); }\n\n    .faq-question {\n      width: 100%;\n      background: none;\n      border: none;\n      text-align: right;\n      padding: 22px 0;\n      cursor: pointer;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      gap: 16px;\n    }\n\n    .faq-question-text {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(16px, 2.2vw, 21px);\n      font-weight: 400;\n      color: var(--warm-white);\n      text-align: right;\n    }\n\n    .faq-icon {\n      flex-shrink: 0;\n      width: 22px;\n      height: 22px;\n      border: 1px solid var(--gold);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: transform 0.3s, background 0.3s;\n      color: var(--gold);\n      font-size: 14px;\n    }\n\n    .faq-item.open .faq-icon {\n      transform: rotate(45deg);\n      background: var(--gold);\n      color: var(--black);\n    }\n\n    .faq-answer {\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.4s ease, padding 0.3s;\n    }\n\n    .faq-item.open .faq-answer {\n      max-height: 320px;\n      padding-bottom: 20px;\n    }\n\n    .faq-answer p {\n      font-size: 15px;\n      color: rgba(248,244,238,0.62);\n      line-height: 1.85;\n      margin: 0;\n    }\n\n    \/* ── CTA ──────────────────────────────────────────── *\/\n    .cta-section {\n      background: var(--black);\n      text-align: center;\n      padding: 90px 28px;\n    }\n\n    .cta-title {\n      font-family: 'Cormorant Garamond', serif;\n      font-size: clamp(28px, 5vw, 48px);\n      font-weight: 300;\n      color: var(--warm-white);\n      margin-bottom: 12px;\n    }\n\n    .cta-sub {\n      font-size: 13px;\n      color: rgba(248,244,238,0.4);\n      letter-spacing: 0.12em;\n      margin-bottom: 44px;\n    }\n\n    .cta-btn {\n      display: inline-block;\n      background: var(--gold);\n      color: var(--black);\n      font-family: 'Cinzel', serif;\n      font-size: 11px;\n      letter-spacing: 0.4em;\n      text-transform: uppercase;\n      padding: 20px 56px;\n      border: none;\n      cursor: pointer;\n      transition: background 0.3s;\n    }\n\n    .cta-btn:hover { background: var(--gold-light); }\n\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(22px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n\n    @media (max-width: 640px) {\n      .benefits-grid { grid-template-columns: 1fr; }\n      .ingredients-grid { grid-template-columns: 1fr; }\n      .hero { min-height: 70vh; }\n    }\n  \u003c\/style\u003e\n\u003c!-- ══════════════════════════════════════════\n       HERO\n  ══════════════════════════════════════════ --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cp class=\"hero-ornament\"\u003eFralora — Beauty \u0026amp; Body Care\u003c\/p\u003e\n\u003cp class=\"hero-brand\"\u003eNIVEA\u003c\/p\u003e\n\u003ch1 class=\"hero-title\"\u003eEssentially Enriched \u003cem\u003eקרם ידיים מועשר\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eשמן שקדים · חמאת שיאה · לחות 24 שעות · 75 מ\"ל\u003c\/p\u003e\n\u003cdiv class=\"hero-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-tags\"\u003e\n\u003cspan class=\"hero-tag\"\u003e75 מ\"ל\u003c\/span\u003e \u003cspan class=\"hero-tag\"\u003e24H לחות\u003c\/span\u003e \u003cspan class=\"hero-tag\"\u003eידיים יבשות\u003c\/span\u003e \u003cspan class=\"hero-tag\"\u003eספיגה מהירה\u003c\/span\u003e \u003cspan class=\"hero-tag\"\u003eNIVEA\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══════════════════════════════════════════\n       ABOUT\n  ══════════════════════════════════════════ --\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eאודות המוצר\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eכי הידיים שלך\u003cbr\u003e\u003cem\u003eראויות ליותר\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003eקרם הידיים \u003cstrong\u003eNIVEA Essentially Enriched\u003c\/strong\u003e הוא תשובתה של ניואה לידיים יבשות עד יבשות מאוד — פורמולה עשירה עם שמן שקדים מתוק וחמאת שיאה שמעניקה טיפול מזין ועמוק שנמשך \u003cstrong\u003e24 שעות\u003c\/strong\u003e. לא עוד קרם שנעלם תוך שעה.\u003c\/p\u003e\n\u003cp\u003eהטקסטורה הסמיכה והמפנקת נספגת במהירות מבלי להשאיר תחושת שומניות — כף אחת קטנה מספיקה להרגיש את ההבדל מיד. עם הריח האייקוני של ניואה שאנחנו כולנו מכירים מגיל צעיר, כל ריסוס הוא חוויה מוכרת ונוחה.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- ══════════════════════════════════════════\n       BENEFITS — DARK BAND\n  ══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"dark-band\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eהיתרונות\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eארבעה יתרונות,\u003cbr\u003e\u003cem\u003eתוצאות ממשיות\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 40 40\" height=\"40\" width=\"40\" class=\"benefit-icon\"\u003e\n            \n            \u003ccircle fill=\"none\" stroke-width=\"1.3\" stroke=\"#c9a84c\" r=\"14\" cy=\"20\" cx=\"20\"\u003e\u003c\/circle\u003e\n            \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#c9a84c\" y2=\"20\" x2=\"20\" y1=\"10\" x1=\"20\"\u003e\u003c\/line\u003e\n            \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#c9a84c\" y2=\"24\" x2=\"27\" y1=\"20\" x1=\"20\"\u003e\u003c\/line\u003e\n            \u003ccircle fill=\"#c9a84c\" r=\"2\" cy=\"20\" cx=\"20\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e \u003cspan class=\"benefit-title\"\u003eלחות 24 שעות\u003c\/span\u003e\n\u003cp class=\"benefit-desc\"\u003eפורמולה שנשארת פעילה לאורך כל היום — מיפוי אחד בבוקר מספיק להגנה מלאה.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 40 40\" height=\"40\" width=\"40\" class=\"benefit-icon\"\u003e\n            \n            \u003cpath stroke-linejoin=\"round\" fill=\"rgba(201,168,76,0.15)\" stroke-width=\"1.3\" stroke=\"#c9a84c\" d=\"M24 6 L14 22 L20 22 L16 34 L28 16 L22 16 Z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003cspan class=\"benefit-title\"\u003eספיגה מהירה\u003c\/span\u003e\n\u003cp class=\"benefit-desc\"\u003eהפורמולה נספגת מהר ללא תחושת שומניות — נוח לשימוש לאורך כל היום.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 40 40\" height=\"40\" width=\"40\" class=\"benefit-icon\"\u003e\n            \n            \u003cpath stroke-linecap=\"round\" fill=\"none\" stroke-width=\"1.3\" stroke=\"#c9a84c\" d=\"M14 30 C12 28 10 24 10 20 L10 14 C10 12.9 10.9 12 12 12 C13.1 12 14 12.9 14 14 L14 22\"\u003e\u003c\/path\u003e\n            \u003cpath fill=\"none\" stroke-width=\"1.2\" stroke=\"#c9a84c\" d=\"M14 18 C14 16.9 14.9 16 16 16 C17.1 16 18 16.9 18 18 L18 22\"\u003e\u003c\/path\u003e\n            \u003cpath fill=\"none\" stroke-width=\"1.2\" stroke=\"#c9a84c\" d=\"M18 18 C18 16.9 18.9 16 20 16 C21.1 16 22 16.9 22 18 L22 22\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linecap=\"round\" fill=\"none\" stroke-width=\"1.2\" stroke=\"#c9a84c\" d=\"M22 20 C22 18.9 22.9 18 24 18 C25.1 18 26 18.9 26 20 L26 28 C26 30 24 32 22 32 L16 32 C14.3 32 13 30.7 14 30\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003cspan class=\"benefit-title\"\u003eרך מהשימוש הראשון\u003c\/span\u003e\n\u003cp class=\"benefit-desc\"\u003eמפחית גסות ויובש כבר לאחר שימוש ראשון אחד — תוצאות מיידיות שנחשות מיד.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003csvg fill=\"none\" viewbox=\"0 0 40 40\" height=\"40\" width=\"40\" class=\"benefit-icon\"\u003e\n            \n            \u003cpath stroke-linejoin=\"round\" fill=\"rgba(201,168,76,0.1)\" stroke-width=\"1.3\" stroke=\"#c9a84c\" d=\"M20 6 L30 10 L30 22 C30 27 25 32 20 34 C15 32 10 27 10 22 L10 10 Z\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" fill=\"none\" stroke-width=\"1.4\" stroke=\"#c9a84c\" d=\"M15 20 L18 23 L25 16\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003cspan class=\"benefit-title\"\u003eהגנה ושמירה\u003c\/span\u003e\n\u003cp class=\"benefit-desc\"\u003eמגן על הידיים מפני השפעות סביבתיות ומשמר את הלחות לאורך שעות.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══════════════════════════════════════════\n       KEY INGREDIENTS\n  ══════════════════════════════════════════ --\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eרכיבים פעילים\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eשני כוחות,\u003cbr\u003e\u003cem\u003eפעולה אחת\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp\u003eפורמולת Essentially Enriched נשענת על שני חומרי גלם מובחרים שמשלימים זה את זה בצורה מושלמת.\u003c\/p\u003e\n\u003cdiv class=\"ingredients-grid\"\u003e\n\u003cdiv class=\"ingredient-tile\"\u003e\n\u003cspan class=\"ingredient-tile-label\"\u003eרכיב פעיל · 01\u003c\/span\u003e \u003c!-- Almond icon --\u003e \u003csvg fill=\"none\" viewbox=\"0 0 40 40\" height=\"40\" width=\"40\" style=\"display: block; margin: 0 0 14px; opacity: 0.9;\"\u003e\n          \u003cellipse fill=\"none\" stroke-width=\"1.2\" stroke=\"#c9a84c\" ry=\"14\" rx=\"10\" cy=\"22\" cx=\"20\"\u003e\u003c\/ellipse\u003e\n          \u003cpath stroke-linecap=\"round\" fill=\"none\" stroke-width=\"1\" stroke=\"#c9a84c\" d=\"M20 8 C20 8 17 5 18 3\"\u003e\u003c\/path\u003e\n          \u003cpath opacity=\"0.6\" stroke-linecap=\"round\" fill=\"none\" stroke-width=\"0.9\" stroke=\"#c9a84c\" d=\"M20 8 C20 8 16 7 15 5\"\u003e\u003c\/path\u003e\n          \u003cellipse opacity=\"0.6\" fill=\"rgba(201,168,76,0.12)\" stroke-width=\"0.8\" stroke=\"#c9a84c\" ry=\"8\" rx=\"5\" cy=\"22\" cx=\"20\"\u003e\u003c\/ellipse\u003e\n        \u003c\/svg\u003e \u003cspan class=\"ingredient-tile-name\"\u003eשמן שקדים מתוק\u003c\/span\u003e\n\u003cp class=\"ingredient-tile-desc\"\u003ePrunus Amygdalus Dulcis Oil — שמן קל ומזין עשיר בחומצות שומן (חומצה אולאית ולינולאית) ובויטמין E. חודר לעור בקלות, מרכך ומזין ללא תחושת כבדות. ידוע ביכולתו להחליק את מרקם העור ולשפר את גמישותו.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ingredient-tile\"\u003e\n\u003cspan class=\"ingredient-tile-label\"\u003eרכיב פעיל · 02\u003c\/span\u003e \u003c!-- Shea butter \/ leaf icon --\u003e \u003csvg fill=\"none\" viewbox=\"0 0 40 40\" height=\"40\" width=\"40\" style=\"display: block; margin: 0 0 14px; opacity: 0.9;\"\u003e\n          \u003cpath fill=\"none\" stroke-width=\"1.2\" stroke=\"#c9a84c\" d=\"M20 6 C16 10 8 16 8 24 C8 31 13.5 36 20 36 C26.5 36 32 31 32 24 C32 16 24 10 20 6Z\"\u003e\u003c\/path\u003e\n          \u003cline opacity=\"0.4\" stroke-linecap=\"round\" stroke-width=\"0.8\" stroke=\"#c9a84c\" y2=\"36\" x2=\"20\" y1=\"6\" x1=\"20\"\u003e\u003c\/line\u003e\n          \u003cpath opacity=\"0.4\" stroke-linecap=\"round\" fill=\"none\" stroke-width=\"0.8\" stroke=\"#c9a84c\" d=\"M20 14 C16 16 12 20 11 24\"\u003e\u003c\/path\u003e\n          \u003cpath opacity=\"0.4\" stroke-linecap=\"round\" fill=\"none\" stroke-width=\"0.8\" stroke=\"#c9a84c\" d=\"M20 18 C24 20 28 22 29 26\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cspan class=\"ingredient-tile-name\"\u003eחמאת שיאה\u003c\/span\u003e\n\u003cp class=\"ingredient-tile-desc\"\u003eButyrospermum Parkii Butter — \"חמאת הניסים\" של עולם הסקינקייר. עשירה בנוגדי חמצון (ויטמין A, E, F) ובחומצות שומן רוויות. מעניקה לחות עמוקה, מרגיעה ומגינה על העור מפני גורמים סביבתיים. מרכיב מרכזי בטיפוח עור יבש ועור מגורה.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══════════════════════════════════════════\n       USAGE — DARK BAND\n  ══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"dark-band\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eאופן שימוש\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eשלושה צעדים\u003cbr\u003e\u003cem\u003eלידיים רכות\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003col class=\"usage-steps\"\u003e\n\u003cli\u003e\u003cspan\u003eנקי את הידיים לפני המריחה — הקרם פועל בצורה מיטבית על עור נקי שמסוגל לספוג את הפורמולה\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eמרחי כמות קטנה של קרם על הידיים ועסי בתנועות עיגוליות — שימי לב להתמקד באזורים יבשים במיוחד כמו הקשרים והעקבים\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eהמתיני מספר שניות לספיגה מלאה לפני לחיצה על משטחים — ניתן לחזור על המריחה בכל פעם שהידיים מרגישות יבשות\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══════════════════════════════════════════\n       SPECS\n  ══════════════════════════════════════════ --\u003e\n\u003csection class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eפרטי המוצר\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eהמפרט\u003cbr\u003e\u003cem\u003eהמלא\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eמותג\u003c\/td\u003e\n\u003ctd\u003eNIVEA — Beiersdorf AG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eשם המוצר\u003c\/td\u003e\n\u003ctd\u003eEssentially Enriched Hand Cream\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eתת-כותרת\u003c\/td\u003e\n\u003ctd\u003eAlmond Oil \u0026amp; Shea Butter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eנפח\u003c\/td\u003e\n\u003ctd\u003e75 מ\"ל\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eסוג עור\u003c\/td\u003e\n\u003ctd\u003eיבש עד יבש מאוד\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eמשך לחות\u003c\/td\u003e\n\u003ctd\u003e24 שעות\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eספיגה\u003c\/td\u003e\n\u003ctd\u003eמהירה — לא שומני\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eריח\u003c\/td\u003e\n\u003ctd\u003eהריח האייקוני של NIVEA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eמתאים ל\u003c\/td\u003e\n\u003ctd\u003eכל הגילאים · גברים ונשים\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3 class=\"sub-title\"\u003eלמה Essentially Enriched?\u003c\/h3\u003e\n\u003cul class=\"features\"\u003e\n\u003cli\u003eשמן שקדים וחמאת שיאה — שניים מחומרי הגלם המוכחים ביותר בטיפוח עור יבש, בפורמולה אחת מאוזנת\u003c\/li\u003e\n\u003cli\u003eלחות של 24 שעות — בדיקות קליניות של ניואה הראו שהפורמולה שומרת על לחות עור לאורך היום המלא\u003c\/li\u003e\n\u003cli\u003eספיגה מהירה — ניתן לחזור לשגרה מיד לאחר המריחה ללא תחושת שומניות על הידיים\u003c\/li\u003e\n\u003cli\u003eמפחית גסות בשימוש ראשון — תוצאות נחשות מהיישום הראשון, ומשתפרות עם שימוש קבוע\u003c\/li\u003e\n\u003cli\u003eגודל נוח של 75 מ\"ל — מתאים לנשיאה בתיק לאורך היום ולשמירה על שולחן העבודה\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- Warning block --\u003e\n\u003cdiv class=\"warning-block\"\u003e\n\u003csvg style=\"flex-shrink: 0;\" fill=\"none\" viewbox=\"0 0 20 20\" height=\"20\" width=\"20\"\u003e\n        \u003cpath stroke-linejoin=\"round\" fill=\"none\" stroke-width=\"1.2\" stroke=\"#c9a84c\" d=\"M10 2 L18 17 L2 17 Z\"\u003e\u003c\/path\u003e\n        \u003cline stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"#c9a84c\" y2=\"12\" x2=\"10\" y1=\"8\" x1=\"10\"\u003e\u003c\/line\u003e\n        \u003ccircle fill=\"#c9a84c\" r=\"0.8\" cy=\"14.5\" cx=\"10\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n\u003cp\u003eלשימוש חיצוני בלבד. יש להרחיק מהישג ידם של ילדים. להימנע ממגע עם העיניים. במקרה של גירוי — יש להפסיק שימוש.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ══════════════════════════════════════════\n       FAQ — DARK BAND\n  ══════════════════════════════════════════ --\u003e\n\u003cdiv style=\"background: var(--deep);\" class=\"dark-band\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cp class=\"section-label\"\u003eשאלות נפוצות\u003c\/p\u003e\n\u003ch2 class=\"section-title\"\u003eכל מה שרצית\u003cbr\u003e\u003cem\u003eלדעת\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cul class=\"faq-list\"\u003e\n\u003cli class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-question\"\u003e \u003cspan class=\"faq-question-text\"\u003eמה ההבדל בין קרם ידיים רגיל ל-Essentially Enriched?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eEssentially Enriched נוצר ספציפית לידיים יבשות עד יבשות מאוד — הפורמולה עשירה יותר ומכילה ריכוז גבוה יותר של שמן שקדים וחמאת שיאה. קרמי ידיים \"רגילים\" מיועדים לתחזוקה יומיומית של עור נורמלי. אם הידיים שלך סובלות מיובש, גסות, או סדקים — Essentially Enriched הוא הבחירה הנכונה.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-question\"\u003e \u003cspan class=\"faq-question-text\"\u003eהאם הקרם מתאים לגברים?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eלגמרי. Essentially Enriched מיועד לכל מי שסובל מידיים יבשות — ללא קשר למין. גברים שעובדים בעבודות פיזיות, חשופים למים תכופים, או סובלים מיובש עקב מזג אוויר — ייהנו מאוד מהטיפול המזין. הריח האייקוני של ניואה הוא ניטרלי ומתאים לכולם.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-question\"\u003e \u003cspan class=\"faq-question-text\"\u003eכמה פעמים ביום כדאי להשתמש?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eלמרות שהפורמולה מעניקה לחות ל-24 שעות, מומלץ לחזור על המריחה לאחר כל שטיפת ידיים — כיוון שסבון מסיר חלק מהלחות הטבעית. לידיים יבשות מאוד, שימוש של 3–4 פעמים ביום יניב תוצאות מיטביות. עם שיפור מצב הידיים, ניתן להפחית לשימוש בוקר וערב.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-question\"\u003e \u003cspan class=\"faq-question-text\"\u003eהאם הפורמולה מתאימה לעור רגיש?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eEssentially Enriched מכיל ריח (Fragrance\/Parfum) — הריח האייקוני של ניואה. לאנשים עם עור רגיש במיוחד או אלרגיה לחומרי ריח, מומלץ לבצע בדיקת טלאי קטנה על פנים שורש היד לפני שימוש מלא. בכל מקרה של תגובה — יש להפסיק שימוש ולהתייעץ עם רופא.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"faq-item\"\u003e\n\u003cbutton class=\"faq-question\"\u003e \u003cspan class=\"faq-question-text\"\u003eמתי ניתן לראות תוצאות?\u003c\/span\u003e \u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eניואה מציינת שהקרם מפחית גסות כבר לאחר שימוש ראשון — ורבים מדווחים על שיפור מורגש מיד. לשיפור ממשי ונמשך של מצב הידיים (ריפוי סדקים, שיקום עור יבש כרוני), מומלץ שימוש קבוע של שבועיים עד חודש.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ══════════════════════════════════════════\n       CTA\n  ══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2 class=\"cta-title\"\u003eמוכנים לידיים\u003cbr\u003eרכות וחלקות?\u003c\/h2\u003e\n\u003cp class=\"cta-sub\"\u003e75 מ\"ל · NIVEA Essentially Enriched · FRALORA\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"cta-btn\"\u003eהוסף לסל\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c!-- SEO KEYWORD SUMMARY\n  PRIMARY:\n  • \"NIVEA קרם ידיים\" \/ \"ניואה קרם ידיים\" → title, meta, H1\n  • \"NIVEA essentially enriched\" → meta keywords, body\n  • \"קרם ידיים שקדים שיאה\" → meta keywords, ingredients section\n\n  SECONDARY:\n  • \"קרם ידיים לחות 24 שעות\" → meta, hero tag, benefits\n  • \"קרם ידיים ידיים יבשות\" → meta keywords, specs\n  • \"NIVEA israel\" → meta keywords\n  ══════════════════════════════════════════ --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Parfumo","offers":[{"title":"Default Title","offer_id":47695370453250,"sku":null,"price":14.9,"currency_code":"ILS","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/2554\/7778\/files\/CREAM32131231.png?v=1777140948","url":"https:\/\/parfumo.co.il\/products\/essentially-enriched-hand-cream","provider":"Parfumo","version":"1.0","type":"link"}