{"product_id":"gua-sha-sculpting-neck-cream-rjc","title":"Gua Sha Sculpting Neck Cream","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\"\u003eDesigned for Daily Sculpting\u003c\/div\u003e\n\n\u003ch1\u003eTurn, Glide, and Define Your Jawline \u0026amp; Neck\u003c\/h1\u003e\n\n\u003cp\u003eAn all-in-one firming cream with a built-in metal gua sha tool for a sculpted, youthful look in 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;\"\u003eThe Hygienic, Built-In Metal Gua Sha\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eExperience a professional-level massage at home. The unique double-horned metal applicator is shaped to perfectly hug the contours of your jawline, neck, and décolleté. Its cooling touch and twist-on design ensure a mess-free, targeted application every time without your hands ever touching the cream.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003ePerfectly Fits Curves\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMess-Free Application\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCooling Metal Tip\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;\"\u003eYour Simple 5-Minute Daily Firming Ritual\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eElevate your skincare routine with a simple 3-step process: twist to unlock, gently squeeze to dispense, and glide upward along your contours. This easy daily ritual helps to lift, firm, and improve the appearance of fine lines and puffiness.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e1. Turn to Open\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e2. Glide \u0026amp; Lift\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e3. Close to Lock\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;\"\u003ePowered by Advanced Firming Ingredients\u003c\/span\u003e\u003c\/h2\u003e\n\n\u003cp\u003eThis rich cream is formulated with a potent blend of PDRN, 5% Volufiline, and Collagen. These key ingredients work together to provide deep hydration, improve elasticity, and support a plumper, more resilient skin texture.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003ePDRN (Hydration)\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eVolufiline 5% (Elasticity)\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCollagen (Firmness)\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\u003eTotal Body Contour Care\u003c\/h2\u003e\n\n\u003cp\u003eBeyond the neck and jawline, the versatile applicator is perfect for massaging and defining other areas. Use it on your décolleté, shoulders, collarbones, and even arms or legs for a full-body sculpting experience.\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\u003eSpecifications\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\"\u003eNeck \u0026amp; Body Firming Cream with 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\"\u003eBuilt-in Metal 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%, Collagen\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\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow do I use the built-in gua sha applicator?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eSimply twist the head to the \"ON\" position, gently squeeze the tube to dispense a small amount of cream from the center of the metal head, and then glide the applicator upward along your jawline, neck, or body contours. Twist back to \"OFF\" after use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eCan I use this on my face?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eWhile designed primarily for the neck, jawline, and body contours, it can be used on the lower face. Avoid the delicate eye area. The metal head is shaped specifically for larger contours like the jaw and neck.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow do I clean the applicator?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eAfter each use, wipe the metal applicator head clean with a soft, damp cloth or tissue. Ensure the head is twisted to the \"OFF\" position before cleaning to prevent dispensing more cream. Do not rinse the entire tube under 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 (Keep a Backup)","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\/products\/gua-sha-sculpting-neck-cream-rjc","provider":"Omurio","version":"1.0","type":"link"}