{"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: #F4AAB9; \/* Soft pink from the product *\/\n      --primary-hover: #E691A3;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #FFFFFF;\n      --bg-soft: #FFF0F5; \/* Very light pink background *\/\n      --radius-md: 12px;\n      --radius-lg: 24px;\n      --border-color: #EEEEEE;\n      --spacing-section: clamp(3rem, 6vw, 5rem);\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    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 42px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\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-bottom: 1rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      margin-bottom: 1.5rem;\n      color: var(--text-sub);\n    }\n\n    \/* Layout \u0026 Components *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-hero {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto var(--spacing-section);\n    }\n\n    .pd-trust-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1.5rem;\n    }\n\n    .pd-feature {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .pd-feature:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .pd-feature-media,\n    .pd-feature-copy {\n      flex: 1;\n    }\n\n    .pd-feature-media img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .pd-pill-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n\n    .pd-pill {\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 0.4rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n    }\n\n    \/* Specifications *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    .pd-specs-table th,\n    .pd-specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-specs-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      width: 35%;\n      color: var(--text-main);\n    }\n\n    .pd-specs-table td {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ *\/\n    .pd-faq-item {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-faq-item details {\n      padding: 1.5rem 0;\n    }\n\n    .pd-faq-item summary {\n      font-size: 20px;\n      font-weight: 600;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n\n    .pd-faq-item summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .pd-faq-item summary::after {\n      content: \"+\";\n      font-size: 24px;\n      color: var(--primary);\n    }\n\n    .pd-faq-item details[open] summary::after {\n      content: \"−\";\n    }\n\n    .pd-faq-item p {\n      margin-top: 1rem;\n      margin-bottom: 0;\n      padding-right: 2rem;\n    }\n\n    \/* Image Placeholder *\/\n    .img-placeholder {\n      width: 100%;\n      padding-top: 100%; \/* 1:1 Aspect Ratio *\/\n      background: #f8f8f8;\n      border: 2px dashed #ddd;\n      border-radius: var(--radius-lg);\n      position: relative;\n    }\n    .img-placeholder-content {\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      color: #999;\n      font-family: monospace;\n      text-align: center;\n    }\n\n    \/* Mobile Styles *\/\n    @media (max-width: 767px) {\n      .pd-feature,\n      .pd-feature:nth-child(even) {\n        flex-direction: column;\n      }\n\n      .pd-feature-media {\n        margin-bottom: 1.5rem;\n      }\n\n      \/* Mobile Specifications Table *\/\n      .pd-specs-table,\n      .pd-specs-table thead,\n      .pd-specs-table tbody,\n      .pd-specs-table tr,\n      .pd-specs-table th,\n      .pd-specs-table td {\n        display: block;\n        width: 100%;\n      }\n\n      .pd-specs-table thead {\n        display: none;\n      }\n\n      .pd-specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n      }\n\n      .pd-specs-table td {\n        padding-left: 50%;\n        position: relative;\n        border-bottom: none;\n      }\n\n      .pd-specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1rem;\n        width: 45%;\n        padding-right: 10px;\n        white-space: nowrap;\n        font-weight: 600;\n        color: var(--text-main);\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：肩颈提拉按摩霜（带工具）\n  目标受众：关注颈纹、下颌线、身体轮廓的女性\n  视觉风格：专业、柔和、科技感、高级\n  配色策略：以产品粉色为主色，搭配金属银和干净的白色背景\n  模块顺序：Hero -\u003e Feature 1 (工具) -\u003e Feature 2 (成分\/功效) -\u003e Feature 3 (使用仪式) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_1.png, Feature1=image_6.png, Feature2=image_2.png, Feature3=image_7.png\n  规格图映射：Specs=image_0.png, image_8.png\n  对比模块：未加入（无明显对比需求）\n  --\u003e\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-trust-badge\"\u003e✨ Für tägliche Formungsrituale entwickelt\u003c\/span\u003e\n\u003ch1\u003eFormen, Straffen \u0026amp; Definieren: Die 2-in-1 Gua Sha Halscreme\u003c\/h1\u003e\n\n\u003cp\u003eErleben Sie eine professionelle Massage zu Hause. Diese innovative Creme kombiniert kraftvolle straffende Inhaltsstoffe mit einem integrierten Metall-Gua Sha-Tool, um das Erscheinungsbild von Halslinien zu verbessern, Ihre Kinnlinie zu definieren und Ihr Dekolleté zu konturieren.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv class=\"img-placeholder-content\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img67\" 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!-- B. Feature Section 1: Built-in Tool --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv class=\"img-placeholder-content\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" 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=\"pd-feature-copy\"\u003e\n\u003ch2\u003eIntegrierter Metall-Gua Sha: Gezieltes Formen leicht gemacht\u003c\/h2\u003e\n\n\u003cp\u003eVergessen Sie separate Werkzeuge und klebrige Hände. Unser einzigartiger Applikator verfügt über einen kühlenden Metallkopf mit doppelt gebogenen Hörnern, perfekt geformt, um die Konturen Ihrer Kinnlinie, Ihres Halses und Ihrer Schultern zu umschließen und eine effektive, gezielte Massage zu ermöglichen, die die Hautelastizität verbessert.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-pill-group\"\u003e\n\u003cspan class=\"pd-pill\"\u003eHygienisches Drehverschluss-Design\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003eSaubere Anwendung ohne Kleckern\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003eKühlender Metallkopf\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 2: Ingredients \u0026 Efficacy --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv class=\"img-placeholder-content\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" 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=\"pd-feature-copy\"\u003e\n\u003ch2\u003eAngetrieben von PDRN \u0026amp; Kollagen für sichtbare Festigkeit\u003c\/h2\u003e\n\n\u003cp\u003eDie reichhaltige Creme ist mit einer kraftvollen Mischung aus PDRN, 5 % Volufiline und Kollagen formuliert, um tiefenwirksam zu hydratisieren und das Erscheinungsbild feiner Linien und schlaffer Haut zu verbessern. Sie unterstützt einen glatteren, strafferen und jugendlicher aussehenden Hals- und Dekolleté-Bereich.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-pill-group\"\u003e\n\u003cspan class=\"pd-pill\"\u003ePDRN (Lachsdna)\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003e5 % Volufiline\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003eKollagen-Booster\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 3: Usage Ritual --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv class=\"img-placeholder-content\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img66\" 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=\"pd-feature-copy\"\u003e\n\u003ch2\u003eIhr einfaches 3-Schritte-Tägliches Lifting-Ritual\u003c\/h2\u003e\n\n\u003cp\u003eEin formendes Massage-Ritual in Ihre Routine einzubauen, dauert nur 5 Minuten. Drehen Sie einfach den Kopf auf „ON“, drücken Sie die Creme heraus und gleiten Sie mit dem Tool nach oben entlang von Hals und Kinnlinie. Drehen Sie zurück auf „OFF“, um es zu verriegeln. Es ist die perfekte tägliche Gewohnheit, um „Tech-Neck“ zu bekämpfen und Ihre natürlichen Konturen zu betonen.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-pill-group\"\u003e\n\u003cspan class=\"pd-pill\"\u003eDrehen, Gleiten \u0026amp; Anheben\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003e5-Minuten-Routine\u003c\/span\u003e \u003cspan class=\"pd-pill\"\u003eFür mehrere Körperbereiche geeignet\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eProduktspezifikationen\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eEigenschaft\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eProduktname\u003c\/td\u003e\n\t\t\t\u003ctd\u003ePDRN Kollagen Gua Sha Hals-Faltencreme\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eNettogewicht\u003c\/td\u003e\n\t\t\t\u003ctd\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=\"Feature\"\u003eHauptwirkstoffe\u003c\/td\u003e\n\t\t\t\u003ctd\u003ePDRN, Volufiline (5 %), Kollagen\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eApplikator-Typ\u003c\/td\u003e\n\t\t\t\u003ctd\u003eIntegrierter Metall-Gua Sha-Massagekopf (Drehfunktion Ein\/Aus)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eEmpfohlene Bereiche\u003c\/td\u003e\n\t\t\t\u003ctd\u003eHals, Kinnlinie, Dekolleté, Schultern, Schlüsselbein\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=\"pd-section\"\u003e\n\u003ch2\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eWie verwende ich den Dreh-Applikator?\u003c\/summary\u003e\n\n\u003cp\u003eDer Metall-Massagekopf dreht sich. Drehen Sie ihn in die „ON“-Position, um ihn zu entriegeln, und drücken Sie die Tube, damit die Creme durch das mittlere Loch austritt. Nach der Anwendung drehen Sie ihn zurück in die „OFF“-Position, um ihn zu verriegeln und das Produkt hygienisch zu halten.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eKann ich es auch an anderen Körperstellen verwenden?\u003c\/summary\u003e\n\n\u003cp\u003eJa! Obwohl es für den Hals und die Kinnlinie entwickelt wurde, ist der gebogene Gua Sha-Kopf auch hervorragend geeignet, um das Dekolleté, die Schultern, den Schlüsselbeinbereich und sogar Arme oder Waden zu massieren, um Konturierung und Entspannung zu fördern.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eWie oft sollte ich dieses Produkt verwenden?\u003c\/summary\u003e\n\n\u003cp\u003eFür beste Ergebnisse empfehlen wir, es in Ihre tägliche Hautpflegeroutine einzubauen, entweder morgens oder abends. Ein 5-minütiges Massage-Ritual wird empfohlen, um die Vorteile der Creme und des Tools zu maximieren.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cyd-mg-icon id=\"yd-mg-icon-host\" style=\"position: fixed; z-index: 2147483647;\"\u003e\u003c\/yd-mg-icon\u003e\u003cyd-mg-block-icon class=\"notranslate\" id=\"yd-mg-block-icon-host\" translate=\"no\"\u003e\u003c\/yd-mg-block-icon\u003e\u003cyd-image-ocr id=\"yd-image-ocr-host\" style=\"z-index: 2147483647;\"\u003e\u003c\/yd-image-ocr\u003e\u003cyd-mg-huaci class=\"notranslate\" id=\"yd-mg-huaci-host\" style=\"position: fixed; z-index: 2147483647;\" translate=\"no\"\u003e\u003c\/yd-mg-huaci\u003e\u003cyd-floating-ball class=\"notranslate\" id=\"yd-floating-ball-host\" style=\"border: 0px !important; display: block !important; height: 0px !important; inset: auto !important; margin: 0px !important; opacity: 1 !important; overflow: visible !important; padding: 0px !important; pointer-events: auto !important; position: fixed !important; transform: none !important; visibility: visible !important; width: 0px !important; z-index: 2147483647 !important;\" translate=\"no\"\u003e\u003c\/yd-floating-ball\u003e","brand":"Newjoyloo","offers":[{"title":"1-Pack (90g Starter)","offer_id":47099509670061,"sku":"1732425984210538731","price":14.95,"currency_code":"USD","in_stock":true},{"title":"2er-Pack (Als Ersatz aufbewahren)","offer_id":47099509702829,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/75403882eece91b314452d7a6624f4a9.jpg?v=1785406184","url":"https:\/\/newjoyloo.com\/de\/products\/gua-sha-sculpting-neck-cream-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}