{"product_id":"gua-sha-sculpting-neck-cream-rjc","title":"Gua Sha modellierende Halscreme","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\"\u003eFür tägliches Konturieren entwickelt\u003c\/div\u003e\n\n\u003ch1\u003eDrehen, Gleiten und Definieren Sie Ihre Kinnlinie \u0026 Ihren Hals\u003c\/h1\u003e\n\n\u003cp\u003eEine All-in-One-Straffungscreme mit integriertem Metall-Gua-Sha-Werkzeug für einen modellierten, jugendlichen Look in 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;\"\u003eDer hygienische, integrierte Metall-Gua-Sha\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eErleben Sie eine Massage auf professionellem Niveau zu Hause. Der einzigartige doppelt hornförmige Metallapplikator ist so geformt, dass er die Konturen Ihrer Kinnlinie, Ihres Halses und Dekolletés perfekt umschließt. Seine kühlende Berührung und das Dreh-Design sorgen für eine saubere, gezielte Anwendung, ohne dass Ihre Hände die Creme berühren.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003ePasst perfekt zu Kurven\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSaubere Anwendung ohne Kleckern\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eKühlende Metallspitze\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;\"\u003eIhr einfaches 5-Minuten-Tagesritual zur Straffung\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eVerbessern Sie Ihre Hautpflege-Routine mit einem einfachen 3-Schritte-Prozess: drehen zum Entriegeln, sanft drücken zum Dosieren und entlang Ihrer Konturen nach oben gleiten. Dieses einfache tägliche Ritual hilft, zu heben, zu straffen und das Erscheinungsbild feiner Linien und Schwellungen zu verbessern.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e1. Drehen zum Öffnen\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e2. Gleiten \u0026 Anheben\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e3. Schließen zum Verriegeln\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;\"\u003eAngetrieben von fortschrittlichen straffenden Inhaltsstoffen\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eDiese reichhaltige Creme ist mit einer kraftvollen Mischung aus PDRN, 5 % Volufiline und Kollagen formuliert. Diese Schlüsselwirkstoffe wirken zusammen, um tiefenwirksam zu hydratisieren, die Elastizität zu verbessern und eine prallere, widerstandsfähigere Hautstruktur zu unterstützen.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003ePDRN (Feuchtigkeit)\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eVolufiline 5 % (Elastizität)\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eKollagen (Straffheit)\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\u003eGanzkörper-Konturpflege\u003c\/h2\u003e\n\n\u003cp\u003eÜber Hals und Kinnlinie hinaus ist der vielseitige Applikator perfekt zum Massieren und Definieren weiterer Bereiche. Verwenden Sie ihn auf Ihrem Dekolleté, den Schultern, Schlüsselbeinen und sogar Armen oder Beinen für ein ganzkörperliches Konturenerlebnis.\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\u003eSpezifikationen\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\"\u003eStraffende Hals- \u0026 Körpercreme mit 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\"\u003eIntegrierter Metall-Gua-Sha-Applikator\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Net Weight\"\u003e90 g \/ 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 %, Kollagen\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\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWie benutze ich den integrierten Gua Sha Applikator?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eDrehen Sie den Kopf einfach in die „ON“-Position, drücken Sie die Tube sanft, um eine kleine Menge Creme aus der Mitte des Metallkopfs zu entnehmen, und führen Sie den Applikator dann entlang Ihrer Kinnlinie, Ihres Halses oder Ihrer Körperkonturen nach oben. Nach der Anwendung wieder auf „OFF“ drehen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eKann ich das im Gesicht verwenden?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eObwohl er hauptsächlich für den Hals, die Kinnlinie und Körperkonturen entwickelt wurde, kann er auch im unteren Gesichtsbereich verwendet werden. Vermeiden Sie den empfindlichen Augenbereich. Der Metallkopf ist speziell für größere Konturen wie Kinn und Hals geformt.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWie reinige ich den Applikator?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eWischen Sie nach jeder Anwendung den Metall-Applikatorkopf mit einem weichen, feuchten Tuch oder Taschentuch sauber. Stellen Sie sicher, dass der Kopf vor der Reinigung in die „OFF“-Position gedreht ist, um ein ungewolltes Herausdrücken von Creme zu verhindern. Spülen Sie die gesamte Tube nicht unter Wasser ab.\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":"2er-Pack (Als Ersatz aufbewahren)","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\/de\/products\/gua-sha-sculpting-neck-cream-rjc","provider":"Omurio","version":"1.0","type":"link"}