{"product_id":"fast-acting-joint-relief","title":"Fast Acting Joint Relief","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：身体舒缓草本膏\n  目标受众：有关节\/肌肉酸痛困扰的成人，寻求天然解决方案的人群\n  视觉风格：自然、草本、疗愈感，结合清晰的痛点解决方案展示\n  配色策略：以产品标签的绿色为主色，搭配膏体的粉色和背景的暖色调，营造舒适信任感\n  模块顺序：Hero (核心利益) -\u003e Feature 1 (多部位适用) -\u003e Feature 2 (天然润肤成分) -\u003e Feature 3 (使用步骤) -\u003e Specifications (规格) -\u003e FAQ (常见问题)\n  详情图映射：Hero=image_0.png, Feature1=image_4.png, Feature2=image_3.png, Feature3=image_7.png\n  规格图映射：Specs=image_6.png\n  对比模块：未加入（无明显竞品对比信息）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #4A7C59;\n      --primary-hover: #3A6347;\n      --text-main: #333333;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9FBF9;\n      --bg-soft: #E8F5E9;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,0.08);\n      --border-color: #E0E0E0;\n      --spacing-section: clamp(2.5rem, 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 { font-size: clamp(32px, 5vw, 44px); font-weight: 700; line-height: 1.2; margin-bottom: 1rem; color: var(--primary); }\n    .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 600; margin-bottom: 1.5rem; }\n    .product-detail-container h3 { font-size: 22px; font-weight: 600; margin-bottom: 1rem; }\n    .product-detail-container p { font-size: 18px; color: var(--text-sub); margin-bottom: 1.5rem; }\n    .product-detail-container .lead-text { font-size: 20px; color: var(--text-sub); max-width: 800px; margin-bottom: 2rem; }\n\n    \/* Layout \u0026 Components *\/\n    .pd-section { margin-bottom: var(--spacing-section); }\n    .pd-grid { display: grid; gap: clamp(2rem, 4vw, 4rem); align-items: center; }\n    \n    .pd-badge {\n      display: inline-block;\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    .pd-tags-group { display: flex; flex-wrap: wrap; gap: 0.75rem; }\n    .pd-tag {\n      padding: 0.5rem 1rem;\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      color: var(--text-sub);\n    }\n\n    \/* Image Handling *\/\n    .pd-image-container {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n    .pd-image-container img { width: 100%; height: auto; display: block; }\n\n    \/* Hero Section *\/\n    .hero-section { text-align: center; }\n    .hero-content { max-width: 800px; margin: 0 auto; }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    @media (min-width: 768px) {\n      .pd-grid-2 { grid-template-columns: 1fr 1fr; }\n      .feature-section:nth-child(even) .feature-media { order: 2; }\n      .feature-section:nth-child(even) .feature-copy { order: 1; }\n    }\n\n    \/* How To Use Section *\/\n    .steps-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n      gap: 2rem;\n      margin-top: 2rem;\n    }\n    .step-card {\n      background: var(--bg-card);\n      padding: 2rem;\n      border-radius: var(--radius-lg);\n      text-align: center;\n      border: 1px solid var(--bg-soft);\n    }\n    .step-number {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      width: 40px;\n      height: 40px;\n      background: var(--primary);\n      color: white;\n      border-radius: 50%;\n      font-weight: 700;\n      font-size: 20px;\n      margin-bottom: 1rem;\n    }\n\n    \/* Specifications *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n    .spec-table th, .spec-table td {\n      padding: 1rem 1.5rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .spec-table th { width: 40%; color: var(--text-sub); font-weight: 600; background: var(--bg-soft); }\n    .spec-table tr:last-child td { border-bottom: none; }\n\n    @media (max-width: 767px) {\n      .spec-table, .spec-table tbody, .spec-table tr, .spec-table td { display: block; width: 100%; }\n      .spec-table thead { display: none; }\n      .spec-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 1rem;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-sub);\n        margin-right: 1rem;\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n    .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    .faq-item summary::-webkit-details-marker { display: none; }\n    .faq-item summary::after { content: '+'; font-size: 24px; color: var(--primary); }\n    .faq-item[open] summary::after { content: '−'; }\n    .faq-item p { margin-top: 1rem; margin-bottom: 0; padding-right: 2rem; }\n\u003c\/style\u003e\n\u003c!-- Section A: Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"pd-badge\"\u003e🌱 Herbal \u0026amp; Gentle Formula\u003c\/span\u003e\n\u003ch1\u003eFast-Acting Relief for Aching Joints \u0026amp; Muscles\u003c\/h1\u003e\n\n\u003cp class=\"lead-text\"\u003eA natural herbal balm designed to soothe discomfort, promote flexibility, and deeply moisturize your skin for everyday ease.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img71\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260605145827\/0e1ddf1aacb39dc39904d75d4287b16e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"pd-grid pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260605145827\/589f3057ba69c4d913049b0989465097.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\u003eTargeted Comfort Where You Need It Most\u003c\/h2\u003e\n\n\u003cp\u003eWhether it's stiff knees after a long walk, a sore back from sitting, or aching hands, this balm is formulated for application on various external body areas. Gently massage it in to help improve joint comfort and reduce feelings of stiffness and stress on tissues.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eKnee \u0026amp; Leg Joints\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eBack \u0026amp; Neck\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eHand \u0026amp; Foot Joints\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"pd-grid pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-container\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260605145827\/1fe4606d6c1e2940e2f3d697847788ba.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\u003eSoothing Botanicals, Deep Hydration\u003c\/h2\u003e\n\n\u003cp\u003eCrafted with gentle herbal ingredients, this miracle balm not only helps soothe discomfort but also provides long-lasting hydration. Its rich, non-greasy texture leaves your skin feeling smooth and nourished, making it suitable for daily care on all skin types.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eNatural Ingredients\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eNon-Irritating\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eMoisturizes Skin\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: How to Use --\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eSimple Steps to Daily Comfort\u003c\/h2\u003e\n\n\u003cp style=\"text-align: center; max-width: 800px; margin: 0 auto 2rem;\"\u003eIncorporate into your daily routine for best results. The balm has a comfortable texture that is easy to spread and absorbs quickly.\u003c\/p\u003e\n\n\u003cdiv class=\"steps-grid\"\u003e\n\u003cdiv class=\"step-card\"\u003e\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\n\u003ch3\u003eCleanse\u003c\/h3\u003e\n\n\u003cp\u003eEnsure the skin area is completely clean and dry before application.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-card\"\u003e\n\u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n\n\u003ch3\u003eApply\u003c\/h3\u003e\n\n\u003cp\u003eTake an appropriate amount of balm and apply it evenly to the affected area.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-card\"\u003e\n\u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n\n\u003ch3\u003eMassage\u003c\/h3\u003e\n\n\u003cp\u003eGently massage the area to promote quick absorption and maximize benefits.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-image-container\" style=\"margin-top: 2rem; max-width: 800px; margin-left: auto; margin-right: auto;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260605145827\/bf3f1c41f36b17d87a564ce4631d5039.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section C: Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003eHerbal Body Balm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Packaging\"\u003eMetal Tin with Screw Lid\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Diameter\"\u003e5 cm \/ 1.97 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Height\"\u003e2.1 cm \/ 0.83 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Application Area\"\u003eExternal Body (Back, Shoulders, Joints, etc.)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Section D: FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eWhere can I apply this balm?\u003c\/summary\u003e\n\n\u003cp\u003eIt is suitable for all external areas of the body experiencing discomfort, such as shoulders, neck, back, elbows, knees, wrists, ankles, and feet. Do not apply to broken skin or sensitive areas like near the eyes.\u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eHow often can I use it?\u003c\/summary\u003e\n\n\u003cp\u003eYou can use it daily as needed. For best results, apply it to clean, dry skin and massage gently until absorbed into the skin.\u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eIs the texture greasy?\u003c\/summary\u003e\n\n\u003cp\u003eNo, the balm is designed to have a light, comfortable texture that is easy to spread and absorbs quickly into the skin, leaving it feeling moisturized without a heavy, greasy residue.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack","offer_id":45688091705535,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Keep a Backup - 10%)","offer_id":45688091738303,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Stock Up \u0026 Save - 15%)","offer_id":45688091771071,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/0e1ddf1aacb39dc39904d75d4287b16e.jpg?v=1780643066","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/fast-acting-joint-relief","provider":"Bak","version":"1.0","type":"link"}