{"product_id":"sensitive-skin-hair-removal-duo","title":"Sensitive Skin Hair Removal Duo","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：身体护理（脱毛膏+慕斯套装）\n  目标受众：需要去除身体细软毛发的女性，特别是敏感肌肤人群。\n  视觉风格：干净、温和、自然、明亮、女性化。\n  配色策略：基于产品包装的白紫配色。主色调为白色和柔和的香芋紫（--primary），搭配米色\/暖色调背景（--bg-soft）以营造舒适感。\n  模块顺序：Intro\/Hero -\u003e Feature 1 (Gentle \u0026 Sensitive) -\u003e Feature 2 (Quick \u0026 Effective) -\u003e Feature 3 (Hydrating Ingredients) -\u003e Specifications -\u003e FAQ。\n  详情图映射：\n  - Hero: image_6.png（完整套装+模特使用场景，强调舒适）\n  - Feature 1 (Gentle): image_3.png（使用步骤展示，强调温和无痛）\n  - Feature 2 (Quick \u0026 Effective): image_2.png（使用前后对比，强调效果和多部位）\n  - Feature 3 (Hydrating): image_5.png（冲洗后效果，强调滋润）\n  规格图映射：\n  - Specifications: image_7.png（提取容量信息：140ml + 100g）\n  对比模块：未加入。虽然有与剃刀对比的卖点，但通过Feature模块的文案和图片（如前后对比图）已经能很好地传达，不需要独立的对比表格。\n  场景模块：已融入Feature模块（如Feature 2的多场景展示）。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #C0A0E0;\n      --primary-hover: #A88AC0;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #F8F5FD;\n      --bg-soft: #FDFBF7;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,0.1);\n      --border-color: #eee;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.7;\n    }\n\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      margin-top: 0;\n      margin-bottom: 1rem;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n    }\n\n    .product-detail-container p {\n      margin-top: 0;\n      margin-bottom: 1.5rem;\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n    }\n\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    .section-spacing {\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n    }\n    .hero-trust-tag {\n      display: inline-block;\n      padding: 0.5rem 1rem;\n      background-color: var(--bg-card);\n      color: var(--primary);\n      border-radius: 2rem;\n      font-weight: 500;\n      font-size: 16px;\n      margin-bottom: 1.5rem;\n    }\n    .hero-image {\n      margin-top: 2rem;\n    }\n\n    \/* Feature Sections *\/\n    .feature-section {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n    .feature-section.reverse {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1rem;\n      margin-top: 1rem;\n    }\n    .feature-tag {\n      background: var(--bg-card);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      font-weight: 500;\n    }\n\n    \/* Specifications *\/\n    .specs-section {\n      background: var(--bg-soft);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n    .specs-list {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n      gap: 2rem;\n    }\n    .spec-item {\n      display: flex;\n      flex-direction: column;\n    }\n    .spec-label {\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n      color: var(--text-main);\n    }\n    .spec-value {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ *\/\n    .faq-section {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n    .faq-question {\n      font-weight: 600;\n      font-size: 20px;\n      margin-bottom: 0.5rem;\n      color: var(--text-main);\n    }\n    .faq-answer {\n      color: var(--text-sub);\n      margin-bottom: 0;\n    }\n\n    \/* Mobile *\/\n    @media (max-width: 767px) {\n      .feature-section, .feature-section.reverse {\n        flex-direction: column;\n        text-align: left;\n      }\n      .feature-media {\n        margin-bottom: 1.5rem;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"hero-trust-tag\"\u003eDesigned for sensitive skin\u003c\/div\u003e\n\n\u003ch1\u003eSmooth Skin, Zero Pain.\u003c\/h1\u003e\n\n\u003cp\u003eA gentle, no-stubble hair removal duo crafted for fine hair on arms, legs, and body. Dissolves hair at the root for long-lasting smoothness without the harshness of razors.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-image\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260718094830\/0352b26f1df1dac4fc65bda121c4441d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Gentle \u0026 Sensitive Skin Friendly --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img66\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260718094830\/87bbae5905963b09a83b192614b497d5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eGentle, Pain-Free Formula\u003c\/h2\u003e\n\n\u003cp\u003eForget the burn and irritation of harsh depilatories. Our formula is specifically designed for easily irritated skin, delivering a comfortable, pain-free experience. It effectively removes fine hair without causing redness or itching, leaving your skin calm and soft.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eSensitive Skin Safe\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eNo Burning\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDermatologist Tested Concept\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Quick \u0026 Effective (No Stubble) --\u003e\n\n\u003cdiv class=\"feature-section reverse section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img67\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260718094830\/36aba8e06ca742603c6fb10e6de57e0f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e5-8 Minute Quick Results\u003c\/h2\u003e\n\n\u003cp\u003eIn just 5 to 8 minutes, achieve beautifully smooth skin. The cream works by dissolving hair just below the skin's surface, eliminating the rough stubble and dark dots often left by shaving. Perfect for arms, legs, chest, back, and shoulders before any occasion.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eFast Acting\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eNo Rough Stubble\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMulti-Area Use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Nourishing Ingredients --\u003e\n\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img68\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260718094830\/82aa7a5dd221ff27fc562c0fbb23971f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eHydrates as it Works\u003c\/h2\u003e\n\n\u003cp\u003eUnlike many treatments that strip moisture, our duo is enriched with Aloe Vera and Shea Butter. This botanical blend soothes and hydrates your skin during the process, ensuring it feels touchably soft and moisturized after rinsing, never dry or tight. Enjoy a fresh citrus scent with no unpleasant chemical odor.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eAloe Vera \u0026amp; Shea Butter\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMoisturizing Finish\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eFresh Citrus Scent\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-section section-spacing\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cul class=\"specs-list\"\u003e\n\t\u003cli class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eKit Includes\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e1x Hair Removal Cream (Tube), 1x Hair Removal Mousse (Spray Can), 1x Application Spatula\u003c\/span\u003e\n\u003c\/li\u003e\n\t\u003cli class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eCream Net Weight\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e100g \/ 3.53 oz\u003c\/span\u003e\n\u003c\/li\u003e\n\t\u003cli class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eMousse Net Volume\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e140ml \/ 4.73 fl. oz\u003c\/span\u003e\n\u003c\/li\u003e\n\t\u003cli class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eSuitable Hair Type\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eSoft, fine body hair\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"faq-section section-spacing\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this safe for truly sensitive skin?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, our formula is specifically developed for sensitive skin to minimize the risk of irritation, redness, or burning. We always recommend doing a small patch test 24 hours before full application, just to be sure.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhere can I use this product?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eIt is designed for use on arms, legs, chest, back, and shoulders. Avoid using it on the face, head, bikini line, or other sensitive areas not specified.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow often can I use it?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eIt is safe for weekly use to maintain smoothness. Since it dissolves hair at the root, results typically last longer than shaving. Allow at least 72 hours between applications on the same area.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Complete Kit (Cream + Mousse)","offer_id":45868666290367,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"2 Kits (Keep a Backup - 10%)","offer_id":45868666323135,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"3 Kits (Stock Up \u0026 Save - 15%)","offer_id":45868666355903,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/0352b26f1df1dac4fc65bda121c4441d.jpg?v=1784339507","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/sensitive-skin-hair-removal-duo","provider":"Bak","version":"1.0","type":"link"}