{"product_id":"multi-use-resin-massage-comb","title":"Multi-Use Resin Massage Comb","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003e\u003c\/title\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #E8AFAF;\n    --primary-hover: #D69C9C;\n    --text-main: #4A4A4A;\n    --text-sub: #7A7A7A;\n    --bg-body: #FAF8F5;\n    --bg-card: #FFFFFF;\n    --bg-soft: #F4EBE7;\n    --radius-md: 12px;\n    --radius-lg: 24px;\n    --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n    --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n    --border-color: #EBD5D0;\n\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: clamp(2rem, 5vw, 4rem) 5%;\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    line-height: 1.7;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 4vw, 44px);\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: 1rem;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 3vw, 32px);\n    font-weight: 600;\n    line-height: 1.3;\n    margin-bottom: 1rem;\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 2.5vw, 24px);\n    font-weight: 600;\n    margin-bottom: 0.75rem;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(16px, 1.5vw, 18px);\n    color: var(--text-sub);\n    margin-bottom: 1.5rem;\n  }\n\n  \/* Reusable Components *\/\n  .section-spacing {\n    margin-bottom: clamp(3rem, 8vw, 6rem);\n  }\n\n  .pd-badge {\n    display: inline-block;\n    padding: 0.5rem 1rem;\n    background-color: var(--bg-soft);\n    color: var(--text-main);\n    border-radius: 50px;\n    font-size: 14px;\n    font-weight: 500;\n    margin-bottom: 1rem;\n    border: 1px solid var(--border-color);\n  }\n\n  .pd-img-fluid {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-lg);\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n  }\n\n  .hero-content {\n    max-width: 800px;\n    margin: 0 auto 2rem;\n  }\n  \n  .hero-media img {\n    width: 100%;\n    border-radius: var(--radius-lg);\n  }\n\n  \/* Duo Set Callout Box *\/\n  .duo-set-callout {\n    background-color: #FFF9F8;\n    border: 2px dashed var(--primary);\n    border-radius: var(--radius-lg);\n    padding: clamp(1.5rem, 4vw, 2.5rem);\n    margin: 0 auto clamp(3rem, 8vw, 6rem) auto;\n    max-width: 800px;\n    box-shadow: var(--shadow-sm);\n  }\n\n  .duo-set-callout h3 {\n    color: #D67D7D;\n    margin-bottom: 1.5rem;\n    text-align: center;\n  }\n\n  .duo-set-callout ul {\n    list-style-type: none;\n    padding: 0;\n    margin: 0 0 1.5rem 0;\n  }\n\n  .duo-set-callout li {\n    margin-bottom: 1rem;\n    padding-left: 1.8rem;\n    position: relative;\n    font-size: clamp(16px, 1.5vw, 18px);\n    color: var(--text-main);\n  }\n\n  .duo-set-callout li::before {\n    content: \"✦\";\n    color: var(--primary);\n    position: absolute;\n    left: 0;\n    top: 0;\n  }\n\n  .duo-set-callout .summary {\n    font-style: italic;\n    font-weight: 600;\n    text-align: center;\n    margin-bottom: 0;\n    color: var(--text-main);\n    font-size: clamp(16px, 1.5vw, 18px);\n  }\n\n  \/* Feature Section *\/\n  .feature-section {\n    display: flex;\n    flex-direction: column;\n    gap: 2rem;\n  }\n\n  @media (min-width: 768px) {\n    .feature-section {\n      flex-direction: row;\n      align-items: center;\n      gap: 4rem;\n    }\n\n    .feature-section:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media,\n    .feature-copy {\n      flex: 1;\n    }\n  }\n  \n  .feature-media img {\n    width: 100%;\n    border-radius: var(--radius-lg);\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-color: var(--bg-card);\n    border: 1px solid var(--border-color);\n    border-radius: var(--radius-md);\n    font-size: 14px;\n    color: var(--text-sub);\n    display: flex;\n    align-items: center;\n    gap: 0.5rem;\n  }\n  \n  \/* Specifications Section *\/\n  .specs-container {\n    background-color: var(--bg-card);\n    padding: clamp(1.5rem, 4vw, 3rem);\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-sm);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 2rem;\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  }\n\n  .specs-table th {\n    font-weight: 600;\n    color: var(--text-main);\n    width: 35%;\n  }\n\n  .specs-table td {\n    color: var(--text-sub);\n  }\n\n  @media (max-width: 767px) {\n    .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .specs-table thead { display: none; }\n    .specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); padding: 1rem; }\n    .specs-table td {\n      padding: 0.75rem 0;\n      border: none;\n      display: flex;\n      justify-content: space-between;\n      text-align: right;\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-main);\n      text-align: left;\n      padding-right: 1rem;\n    }\n  }\n\n  \/* FAQ Section *\/\n  .faq-item {\n    margin-bottom: 1.5rem;\n    background-color: var(--bg-card);\n    padding: 1.5rem;\n    border-radius: var(--radius-md);\n    box-shadow: var(--shadow-sm);\n  }\n\n  .faq-question {\n    font-weight: 600;\n    font-size: 18px;\n    margin-bottom: 0.75rem;\n    color: var(--text-main);\n    display: flex;\n    align-items: center;\n    gap: 0.5rem;\n  }\n\n  .faq-answer {\n    color: var(--text-sub);\n    margin: 0;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"pd-badge\"\u003e✨ Designed for Full-Body Relaxation\u003c\/span\u003e\n\u003ch1\u003eYour All-in-One Tool for Head-to-Toe Relief\u003c\/h1\u003e\n\n\u003cp\u003eExperience the soothing power of a multi-functional massage comb, crafted to melt away tension from your scalp, face, neck, and body.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Massage Comb Hero\" cke-id=\"img81\" referrerpolicy=\"no-referrer\" src=\"https:\/\/ggkbkw-fz.myshopify.com\/cdn\/shop\/files\/fe60988ae27c274aa3bed3ac30cd007d.jpg?v=1778738188\u0026amp;width=1200\" style=\"display: initial; width: 1254px; height: 1254px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- NEW: Duo Set Callout Section --\u003e\n\n\u003cdiv class=\"duo-set-callout\"\u003e\n\u003ch3\u003e✨ Why You Need the Duo Set (1 Large + 1 Medium):\u003c\/h3\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eThe Large Comb:\u003c\/strong\u003e Perfect for deep scalp massages, neck tension relief, and body lymphatic drainage.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eThe Medium Comb:\u003c\/strong\u003e Designed for delicate facial contouring, jawline lifting (Gua Sha), and de-puffing the eye area.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp class=\"summary\"\u003eTogether, they provide a complete head-to-toe spa experience!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Scalp Massage --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Scalp Massage\" cke-id=\"img169\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260514134221\/5fefefa214174f77441a754ff0226536.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eGentle Scalp Massage with Simulated Finger Touch\u003c\/h3\u003e\n\n\u003cp\u003eThe five thick, rounded teeth are designed to mimic the feel of fingertips. They glide smoothly across your scalp, stimulating pressure points and relieving tension without scratching or tangling your hair. Perfect for a relaxing head spa experience at home.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e💆‍♀️ Scalp Relief\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🖐️ Fingertip Simulation\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e☁️ Gentle \u0026amp; Smooth\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Face \u0026 Neck Contouring --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Face and Neck Contouring\" cke-id=\"img170\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260514134221\/b60d91158b1031d98d43a3c5b914b68b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eContour \u0026amp; Lift Your Face and Neck\u003c\/h3\u003e\n\n\u003cp\u003eFeatures a unique U-shaped groove specifically designed to hug the bridge of your nose and the delicate eye area. The curved edges effortlessly fit your jawline and neck, perfect for gua sha scraping to promote circulation and define your features.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e👁️ Eye Area Massage\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🦢 Jawline Definition\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e✨ Gua Sha Ready\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Material \u0026 Grip --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Premium Material\" cke-id=\"img171\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260514134221\/3fa994aa6dd909bfee14739e99a59e4c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003ePremium Resin with Ergonomic Grip\u003c\/h3\u003e\n\n\u003cp\u003eCrafted from high-quality, thickened resin with a beautiful faux-jade texture. It feels cool, smooth, and substantial in your hand. The ergonomic curve ensures a comfortable and secure grip, making it easy to apply the perfect amount of pressure.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e💎 Premium Resin\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🛡️ Durable \u0026amp; Thick\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🤲 Comfortable Hold\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"specs-container section-spacing\"\u003e\n\u003cdiv class=\"feature-section\" style=\"gap: 2rem; align-items: flex-start;\"\u003e\n\u003cdiv class=\"feature-copy\" style=\"width: 100%;\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cp\u003eDetailed measurements to ensure the perfect fit for your needs.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\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\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eThickened Resin\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eHeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e10 cm (approx. 3.9 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMax Width\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e6 cm (approx. 2.4 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBase Width\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e3.5 cm (approx. 1.4 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eThickness\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eApprox. 1.7 cm (approx. 0.7 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eColor Options\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePink (as shown), and other variants\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\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\u003cdiv class=\"faq-question\"\u003e💡 How do I use this for a scalp massage?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eSimply hold the comb body and use the five rounded teeth to gently comb through your hair from front to back, applying light pressure to your scalp. You can also use circular motions on specific pressure points for deeper relief.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e🧼 How do I clean the massage comb?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe resin material is easy to clean. Simply wipe it down with a soft, damp cloth using mild soap and water after each use. Dry it thoroughly with a clean towel. Avoid harsh chemicals or boiling water.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e🤔 Is it safe to use with oils or lotions?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, it is highly recommended to use the tool with a massage oil, facial serum, or lotion, especially when performing gua sha on the face or body. This helps the tool glide smoothly over the skin and enhances absorption.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Pink \/ Face \u0026 Body Duo (1 Large + 1 Medium)","offer_id":45635997728959,"sku":"0515-13435791","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Amber \/ Face \u0026 Body Duo (1 Large + 1 Medium)","offer_id":45635997761727,"sku":"0515-13436942","price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/b24932611f5c9cb113a91cc9ed7d8718.png?v=1778823797","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/multi-use-resin-massage-comb","provider":"Bak","version":"1.0","type":"link"}