{"product_id":"red-light-nasal-relief","title":"Red Light Nasal Relief","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：便携式红外线鼻炎理疗仪\n  目标受众：鼻炎、鼻塞、过敏患者，全年龄段\n  视觉风格：科技医疗、洁净、舒适、信赖感\n  配色策略：以专业的医疗蓝（--primary）为主色，搭配柔和的背景色（--bg-soft），红光作为点缀强调功能。\n  模块顺序：Hero (核心利益) -\u003e Feature 1 (工作原理) -\u003e Feature 2 (个性化与舒适度) -\u003e Feature 3 (便携与卫生) -\u003e Scenario (使用效果) -\u003e Specifications (参数表) -\u003e FAQ (常见问题)\n  详情图映射：Hero=image_0.png, Feature1=image_1.png, Feature2=image_2.png, Feature3=image_3.png, Scenario=image_5.png\n  规格图映射：Specs=image_7.png\n  对比模块：已加入 Scenario 模块代替传统的对比表格，更直观展示使用前后的状态变化。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #0056b3;\n      --primary-hover: #004494;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #eef6fc;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);\n      --border-color: #e0e0e0;\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      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      font-weight: 700;\n      margin-top: 0;\n      margin-bottom: 1rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h1 { font-size: clamp(32px, 4vw, 44px); line-height: 1.2; }\n    .product-detail-container h2 { font-size: clamp(24px, 3vw, 32px); line-height: 1.3; }\n    .product-detail-container h3 { font-size: clamp(20px, 2.5vw, 24px); line-height: 1.4; }\n    .product-detail-container p { font-size: clamp(16px, 2vw, 18px); margin: 0 0 1rem; color: var(--text-sub); }\n\n    .pd-section {\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .pd-img-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      background: #f0f0f0;\n      border: 2px dashed #ccc;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #999;\n      font-size: 14px;\n      min-height: 300px;\n      border-radius: var(--radius-md);\n    }\n\n    \/* --- Hero Section --- *\/\n    .pd-hero {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n      text-align: center;\n    }\n    @media (min-width: 768px) {\n      .pd-hero {\n        flex-direction: row-reverse;\n        text-align: left;\n        align-items: center;\n        justify-content: space-between;\n      }\n      .pd-hero-content { flex: 1; max-width: 50%; }\n      .pd-hero-media { flex: 1; max-width: 45%; }\n    }\n    .pd-trust-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    \/* --- Feature Sections --- *\/\n    .pd-feature {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n    }\n    @media (min-width: 768px) {\n      .pd-feature {\n        flex-direction: row;\n        align-items: center;\n        justify-content: space-between;\n      }\n      .pd-feature:nth-child(even) { flex-direction: row-reverse; }\n      .pd-feature-content { flex: 1; max-width: 45%; }\n      .pd-feature-media { flex: 1; max-width: 50%; }\n    }\n    .pd-feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n      margin-top: 1rem;\n    }\n    .pd-tag {\n      background: var(--bg-card);\n      color: var(--text-sub);\n      padding: 0.4rem 0.8rem;\n      border-radius: 4px;\n      font-size: 14px;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* --- Scenario Section --- *\/\n    .pd-scenario {\n      background-color: var(--bg-soft);\n      padding: clamp(2rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n      text-align: center;\n    }\n    .pd-scenario-media {\n      margin-top: 2rem;\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    \/* --- Specifications --- *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1rem;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .pd-specs-table th, .pd-specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 16px;\n    }\n    .pd-specs-table th { background: var(--bg-soft); font-weight: 600; color: var(--primary); width: 40%; }\n    @media (max-width: 767px) {\n      .pd-specs-table thead { display: none; }\n      .pd-specs-table tr, .pd-specs-table td { display: block; width: 100%; }\n      .pd-specs-table td {\n        display: flex;\n        justify-content: space-between;\n        padding: 0.75rem;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .pd-specs-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    .pd-faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n    .pd-faq-item:last-child { border-bottom: none; }\n    .pd-faq-question {\n      font-weight: 600;\n      font-size: 18px;\n      margin-bottom: 0.5rem;\n      color: var(--primary);\n    }\n    .pd-faq-answer {\n      color: var(--text-sub);\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003cspan class=\"pd-trust-badge\"\u003eDesigned for Daily Nasal Wellness\u003c\/span\u003e\n\u003ch1\u003eRelieve Nasal Congestion Naturally with Red Light Therapy\u003c\/h1\u003e\n\n\u003cp\u003eA painless, non-invasive solution designed to improve nasal airflow, reduce inflammation, and alleviate discomfort from allergies or colds anytime, anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260514142332\/e061f5702668a129affcad584d94d9ef.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260514142332\/7d056713d42c04c063efc7efe32ca86e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-content\"\u003e\n\u003ch2\u003eDeep Tissue Red Light Technology\u003c\/h2\u003e\n\n\u003cp\u003eUtilizing 610-650nm wavelength red light photons, this device deeply penetrates nasal tissues. It helps to improve local blood circulation and repair mucosa, effectively addressing the root cause of congestion and inflammation without any pain or side effects.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e650nm Wavelength\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003ePainless \u0026amp; Non-Invasive\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eImproves Circulation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260514142333\/94278b5c8a3574ad9247d17033971898.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-content\"\u003e\n\u003ch2\u003ePersonalized Comfort with 3 Modes\u003c\/h2\u003e\n\n\u003cp\u003eChoose from Strong, Low, or Progressive light intensity modes to suit your specific needs and sensitivity. The soft, ergonomic silicone probes are designed for a comfortable fit, and the width is adjustable for different nasal shapes.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e3 Adjustable Modes\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSoft Silicone\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eAdjustable Fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260514142333\/13e6e1ed63a103330c9fe627759e100d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-content\"\u003e\n\u003ch2\u003ePortable Design for On-the-Go Relief\u003c\/h2\u003e\n\n\u003cp\u003eCompact and lightweight, this device easily fits in your pocket or bag. With a long-lasting battery, you can enjoy consistent relief at home, in the office, or while traveling. The silicone probes are detachable for easy cleaning.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eLightweight \u0026amp; Compact\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eLong Battery Life\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eHygienic \u0026amp; Washable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Scenario Section --\u003e\n\n\u003cdiv class=\"pd-section pd-scenario\"\u003e\n\u003ch2\u003eFeel the Difference\u003c\/h2\u003e\n\n\u003cp\u003eExperience a transformation from constant congestion and irritation to clearer, more comfortable breathing. A simple addition to your daily routine for lasting nasal health.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-scenario-media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\" style=\"min-height: auto;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img66\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260514142333\/9b032e0a91fb7086901eafd7600ca46d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-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=\"Product Name\"\u003eRed Light Nasal Therapy Device\u003c\/td\u003e\n\t\t\t\u003ctd\u003eNasal Comfort Device\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Light Wavelength\"\u003e630nm ± 20nm\u003c\/td\u003e\n\t\t\t\u003ctd\u003eOptimal Range for Therapy\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Modes\"\u003e3 Adjustable Modes\u003c\/td\u003e\n\t\t\t\u003ctd\u003eStrong, Low, Progressive\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003e5 x 2.5 x 4 cm (approx. 2.0 x 1.0 x 1.6 in)\u003c\/td\u003e\n\t\t\t\u003ctd\u003eCompact \u0026amp; Portable\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e14g (approx. 0.5 oz)\u003c\/td\u003e\n\t\t\t\u003ctd\u003eUltra-lightweight\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Application\"\u003eNasal Congestion, Runny Nose, Sneezing\u003c\/td\u003e\n\t\t\t\u003ctd\u003eRelief for Allergic Rhinitis Symptoms\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cdiv style=\"display: none;\"\u003e\n\u003c!-- 隐藏数据源供参考 --\u003e[ 📷 需替换：image_7.png ]\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- E. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHow does red light therapy help with nasal issues?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eThe device emits specific wavelengths of red light (610-650nm) that penetrate nasal tissues. This energy helps to improve local blood circulation, reduce inflammation, and promote healing, leading to relief from congestion and other symptoms.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eIs it comfortable to wear for extended periods?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eYes, the probes are made from soft, medical-grade silicone for a gentle fit. The device is lightweight, and the distance between the probes can be slightly adjusted for individual comfort during short treatment sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHow do I clean the device?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eThe silicone nasal probes are detachable. You can remove them and wash them with warm soapy water or wipe them with an alcohol pad for hygiene. Ensure they are completely dry before reattaching.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Piece: Personal Pack","offer_id":45636066771135,"sku":"0514-16233095","price":14.95,"currency_code":"USD","in_stock":true},{"title":"2 Pieces: Couples Pack","offer_id":45636066803903,"sku":"0514-16233541","price":24.95,"currency_code":"USD","in_stock":true},{"title":"3 Pieces: Family Pack","offer_id":45636066836671,"sku":"0514-16238811","price":34.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/e061f5702668a129affcad584d94d9ef.jpg?v=1778747103","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/red-light-nasal-relief","provider":"Bak","version":"1.0","type":"link"}