{"product_id":"gua-sha-sculpting-neck-cream-rjc","title":"Crème Sculptante pour le Cou Gua Sha","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\"\u003eConçu pour un Modelage Quotidien\u003c\/div\u003e\n\n\u003ch1\u003eTournez, Glissez et Définissez Votre Mâchoire \u0026 Cou\u003c\/h1\u003e\n\n\u003cp\u003eUne crème raffermissante tout-en-un avec un outil gua sha métallique intégré pour un look sculpté et jeune en quelques minutes.\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;\"\u003eLe Gua Sha Métallique Intégré et Hygiénique\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eProfitez d’un massage de niveau professionnel à la maison. L’applicateur métallique unique à double corne est conçu pour épouser parfaitement les contours de votre mâchoire, cou et décolleté. Son toucher rafraîchissant et son design à vissage garantissent une application ciblée sans désordre, sans que vos mains ne touchent jamais la crème.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eS’adapte Parfaitement aux Courbes\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eApplication Sans Désordre\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEmbout Métallique Rafraîchissant\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;\"\u003eVotre Rituel Quotidien Raffermissant Simple de 5 Minutes\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eÉlevez votre routine de soin avec un processus simple en 3 étapes : tournez pour déverrouiller, pressez doucement pour distribuer, puis faites glisser vers le haut le long de vos contours. Ce rituel quotidien facile aide à lifter, raffermir et améliorer l'apparence des ridules et des poches.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e1. Tourner pour Ouvrir\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e2. Glisser \u0026 Soulever\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e3. Presser pour Verrouiller\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;\"\u003eFormulé avec des Ingrédients Raffermissants Avancés\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eCette crème riche est formulée avec un mélange puissant de PDRN, 5 % de Volufiline et de Collagène. Ces ingrédients clés agissent ensemble pour offrir une hydratation profonde, améliorer l'élasticité et soutenir une texture de peau plus rebondie et résistante.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003ePDRN (Hydratation)\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eVolufiline 5 % (Élasticité)\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCollagène (Fermeté)\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\u003eSoin Total du Contour du Corps\u003c\/h2\u003e\n\n\u003cp\u003eAu-delà du cou et de la mâchoire, l'applicateur polyvalent est parfait pour masser et définir d'autres zones. Utilisez-le sur votre décolleté, épaules, clavicules, voire bras ou jambes pour une expérience de modelage corps complet.\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\u003eCaractéristiques\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\"\u003eCrème Raffermissante pour Cou \u0026 Corps avec 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\"\u003eApplicateur Gua Sha en Métal Intégré\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 %, Collagène\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\u003eQuestions Fréquemment Posées\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eComment utiliser l'applicateur gua sha intégré ?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eIl suffit de tourner la tête en position « ON », de presser doucement le tube pour faire sortir une petite quantité de crème au centre de la tête en métal, puis de faire glisser l'applicateur vers le haut le long de votre mâchoire, cou ou contours du corps. Tournez-le en position « OFF » après usage.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003ePuis-je l'utiliser sur mon visage ?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eConçu principalement pour le cou, la mâchoire et les contours du corps, il peut être utilisé sur le bas du visage. Évitez la zone délicate des yeux. La tête en métal est spécialement façonnée pour les contours plus larges comme la mâchoire et le cou.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eComment nettoyer l'applicateur ?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eAprès chaque utilisation, essuyez la tête applicatrice en métal avec un chiffon doux et humide ou un mouchoir. Assurez-vous que la tête est tournée en position « OFF » avant de nettoyer pour éviter de distribuer plus de crème. Ne rincez pas le tube entier sous l'eau.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"Pack de 1 (90g Débutant)","offer_id":48399901065428,"sku":"1732425984210538731","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Pack de 2 (Gardez une sauvegarde)","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\/fr\/products\/gua-sha-sculpting-neck-cream-rjc","provider":"Omurio","version":"1.0","type":"link"}