{"product_id":"gua-sha-sculpting-neck-cream-rjc","title":"Gua Sha Sculpting Nekcrème","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #FF8EAE;\n      --primary-hover: #FF7499;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #FFFFFF;\n      --bg-card: #FFF6F8;\n      --bg-soft: #FFF0F4;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 12px rgba(255, 142, 174, 0.1);\n      --shadow-lg: 0 8px 24px rgba(255, 142, 174, 0.15);\n      --border-color: #FFE0E9;\n      --spacing-section: clamp(3rem, 8vw, 5rem);\n      --spacing-block: clamp(2rem, 5vw, 3rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      margin: 0 0 1rem;\n      line-height: 1.2;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin: 0 0 1.5rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      font-weight: 600;\n      margin: 0 0 1rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      margin: 0 0 1.5rem;\n      color: var(--text-sub);\n    }\n\n    .product-detail-container .text-sm {\n      font-size: 16px;\n      color: var(--text-sub);\n    }\n\n    \/* Utilities *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    .product-detail-container .section-spacing {\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Components *\/\n    .trust-badge {\n      display: inline-flex;\n      align-items: center;\n      padding: 0.5rem 1rem;\n      background: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: 1.5rem;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n\n    .feature-tag {\n      padding: 0.5rem 1rem;\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: 8px;\n      font-size: 16px;\n      color: var(--text-main);\n      font-weight: 500;\n    }\n\n    \/* Modules *\/\n    \/* Hero *\/\n    .hero-section {\n      text-align: center;\n      padding: var(--spacing-block) 0;\n    }\n\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto 2rem;\n    }\n\n    .hero-media {\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-lg);\n    }\n\n    \/* Feature Sections *\/\n    .feature-section {\n      display: grid;\n      gap: var(--spacing-block);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .feature-section {\n        grid-template-columns: 1fr 1fr;\n      }\n\n      .feature-section.reverse {\n        direction: rtl;\n      }\n\n      .feature-section.reverse .feature-copy {\n        direction: ltr;\n      }\n    }\n\n    .feature-copy {\n      padding: 1rem;\n    }\n\n    .feature-media {\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Scenario Section *\/\n    .scenario-section {\n      text-align: center;\n    }\n    \n    .scenario-media-container {\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n      margin-top: 2rem;\n    }\n\n    \/* Specifications *\/\n    .specs-section {\n      background: var(--bg-card);\n      padding: var(--spacing-block);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .specs-table th,\n    .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 16px;\n    }\n\n    .specs-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n\n    .specs-table td {\n      color: var(--text-sub);\n    }\n\n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none;\n      }\n      .specs-table tr {\n        margin-bottom: 1rem;\n        border-bottom: none;\n      }\n      .specs-table th {\n        display: none;\n      }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        padding: 0.75rem 0;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        padding-right: 1rem;\n        color: var(--text-main);\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-section {\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    .faq-item {\n      margin-bottom: 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 1.5rem;\n    }\n\n    .faq-question {\n      font-weight: 600;\n      font-size: 20px;\n      margin-bottom: 0.75rem;\n      color: var(--text-main);\n    }\n\n    .faq-answer {\n      color: var(--text-sub);\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：带金属刮痧头的颈部\/身体紧致霜\n  目标受众：关注颈纹、下颌线、身体轮廓的女性\n  视觉风格：柔和粉色调，强调金属质感和专业护理感\n  配色策略：主色粉色，辅色深灰，背景纯白\/浅粉，营造干净、高级感\n  模块顺序：Hero -\u003e Feature 1 (Design\/Tool) -\u003e Feature 2 (Ritual) -\u003e Feature 3 (Ingredients) -\u003e Scenario -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_4.png, Feature1=image_6.png, Feature2=image_7.png, Feature3=image_2.png, Scenario=image_5.png\n  规格图映射：Specs=image_8.png\n  对比模块：未加入（无明显竞品对比或使用前后强烈反差数据支持）\n  --\u003e\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"trust-badge\"\u003eOntworpen voor dagelijks sculpten\u003c\/div\u003e\n\n\u003ch1\u003eDraai, glijd en definieer je kaaklijn en nek\u003c\/h1\u003e\n\n\u003cp\u003eEen alles-in-één verstevigende crème met een ingebouwd metalen gua sha hulpmiddel voor een gesculpteerde, jeugdige uitstraling in enkele minuten.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260730173615\/242957c990e61c97d340ada0bc1bf9a5.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: The Tool \u0026 Design --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260730173003\/a80a3c4dacd5c4a4b7f34d62818f091a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e\u003cspan style=\"font-size:26px;\"\u003eDe hygiënische, ingebouwde metalen Gua Sha\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eErvaar een professionele massage thuis. De unieke metalen applicator met dubbele hoorn is gevormd om perfect de contouren van je kaaklijn, nek en decolleté te omarmen. Het koelende gevoel en het draaibare ontwerp zorgen elke keer voor een vlekkeloze, gerichte toepassing zonder dat je handen de crème aanraken.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003ePerfect passend bij rondingen\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eVlekkeloze toepassing\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eKoelend metalen puntje\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: The Ritual \u0026 Benefits --\u003e\n\n\u003cdiv class=\"feature-section reverse section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260730173003\/46f6dfb22ba49ce35c852ccaf541d157.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e\u003cspan style=\"font-size:26px;\"\u003eJe eenvoudige dagelijkse verstevigingsritueel van 5 minuten\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eVerhoog je huidverzorgingsroutine met een eenvoudig 3-stappenproces: draai om te ontgrendelen, knijp zachtjes om te doseren en glijd omhoog langs je contouren. Dit gemakkelijke dagelijkse ritueel helpt om fijne lijntjes en wallen te liften, te verstevigen en te verbeteren.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e1. Draai open\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e2. Glijden \u0026 liften\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e3. Dichtdraaien\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: The Ingredients --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260730173004\/8a0330b05271a17c03726db76cc6029a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e\u003cspan style=\"font-size:26px;\"\u003eAangedreven door geavanceerde verstevigingsingrediënten\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eDeze rijke crème is geformuleerd met een krachtige mix van PDRN, 5% Volufiline en collageen. Deze belangrijke ingrediënten werken samen om diepe hydratatie te bieden, de elasticiteit te verbeteren en een vollere, veerkrachtigere huidtextuur te ondersteunen.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003ePDRN (hydratatie)\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eVolufiline 5% (elasticiteit)\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCollageen (stevigheid)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Use Scenario Section --\u003e\n\n\u003cdiv class=\"scenario-section section-spacing\"\u003e\n\u003ch2\u003eTotale lichaamscontourverzorging\u003c\/h2\u003e\n\n\u003cp\u003eNaast de nek en kaaklijn is de veelzijdige applicator perfect om andere gebieden te masseren en te definiëren. Gebruik hem op je decolleté, schouders, sleutelbeenderen en zelfs armen of benen voor een volledige lichaamscontourbehandeling.\u003c\/p\u003e\n\n\u003cdiv class=\"scenario-media-container\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img53\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260730173723\/684beecbd0eb150e74d95f5003b886ce.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"specs-section section-spacing\"\u003e\n\u003ch2\u003eSpecificaties\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003eVerstevigende nek- en lichaamscrème met Gua Sha\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Key Component\"\u003eIngebouwde metalen Gua Sha applicator\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Net Weight\"\u003e90g \/ 3,17 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Main Ingredients\"\u003ePDRN, Volufiline 5%, Collageen\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"faq-section section-spacing\"\u003e\n\u003ch2\u003eVeelgestelde Vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHoe gebruik ik de ingebouwde gua sha applicator?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eDraai de kop eenvoudig naar de stand \"AAN\", knijp zachtjes in de tube om een kleine hoeveelheid crème uit het midden van de metalen kop te doseren, en glijd vervolgens met de applicator omhoog langs je kaaklijn, nek of lichaamscontouren. Draai na gebruik terug naar \"UIT\".\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eKan ik dit op mijn gezicht gebruiken?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eHoewel deze voornamelijk is ontworpen voor de nek, kaaklijn en lichaamscontouren, kan hij ook op het onderste gezicht worden gebruikt. Vermijd het gevoelige gebied rond de ogen. De metalen kop is speciaal gevormd voor grotere contouren zoals de kaak en nek.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHoe maak ik de applicator schoon?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eVeeg na elk gebruik de metalen applicatorkop schoon met een zachte, vochtige doek of tissue. Zorg ervoor dat de kop in de stand \"UIT\" staat voordat u deze reinigt om te voorkomen dat er meer crème wordt gedoseerd. Spoel de hele tube niet af onder water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"1-Pack (90g Starter)","offer_id":48399901065428,"sku":"1732425984210538731","price":14.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Houd een Reserve)","offer_id":48399901098196,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/75403882eece91b314452d7a6624f4a9.jpg?v=1785475651","url":"https:\/\/omurio.com\/nl\/products\/gua-sha-sculpting-neck-cream-rjc","provider":"Omurio","version":"1.0","type":"link"}