{"product_id":"instant-icy-wearable-fan","title":"Instant Icy Wearable Fan","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：便携式夹扣制冷风扇\n  目标受众：户外运动爱好者、通勤者、户外工作者\n  视觉风格：科技感、清凉冰感、户外实用\n  配色策略：以深色背景衬托冰蓝色强调科技制冷感，辅以中性灰白色。\n  模块顺序：Hero (场景引入) -\u003e Feature 1 (核心ICE制冷) -\u003e Feature 2 (风力与电机) -\u003e Feature 3 (多场景与续航) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_0.png, Feature1=image_2.png, Feature2=image_3.png, Feature3=image_4.png\n  规格图映射：Specs数据来源=image_1.png (6000mAh), image_6.png (Colors)\n  对比模块：未加入（当前卖点清晰，无需强行对比）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #00A2E8; \/* Tech Blue\/Ice color *\/\n      --primary-hover: #0089C4;\n      --text-main: #212529;\n      --text-sub: #6c757d;\n      --bg-body: #ffffff;\n      --bg-soft: #f8f9fa;\n      --bg-card: #ffffff;\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: #e9ecef;\n      --spacing-section: clamp(2rem, 5vw, 4rem);\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    \/* Typography *\/\n    .pd-h1 { font-size: clamp(32px, 4vw, 44px); font-weight: 700; line-height: 1.2; margin-bottom: 1rem; }\n    .pd-h2 { font-size: clamp(24px, 3vw, 32px); font-weight: 600; line-height: 1.3; margin-bottom: 1rem; }\n    .pd-h3 { font-size: 22px; font-weight: 600; margin-bottom: 0.75rem; }\n    .pd-body { font-size: 18px; color: var(--text-sub); margin-bottom: 1.5rem; }\n    .pd-small { font-size: 16px; color: var(--text-sub); }\n\n    \/* Layout \u0026 Components *\/\n    .pd-section { margin-bottom: var(--spacing-section); }\n    \n    .pd-image-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n    \n    .pd-image-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    .pd-hero-tags {\n      display: inline-flex;\n      gap: 1rem;\n      margin-bottom: 1rem;\n    }\n    .pd-tag {\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    }\n\n    \/* Feature Section (Z-Pattern) *\/\n    .pd-feature {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n    }\n    \n    @media (min-width: 768px) {\n      .pd-feature { grid-template-columns: 1fr 1fr; }\n      .pd-feature.reverse .pd-feature-media { order: 2; }\n      .pd-feature.reverse .pd-feature-copy { order: 1; }\n    }\n\n    .pd-feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n    .pd-feature-tag {\n      font-size: 16px;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      padding: 0.4rem 0.8rem;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Specifications *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n    .pd-specs-table th, .pd-specs-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    .pd-specs-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      width: 40%;\n    }\n    .pd-specs-table tr:last-child td, .pd-specs-table tr:last-child th {\n      border-bottom: none;\n    }\n\n    @media (max-width: 767px) {\n      .pd-specs-table, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table th, .pd-specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-specs-table th { display: none; }\n      .pd-specs-table td {\n        padding-left: 50%;\n        position: relative;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .pd-specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1.5rem;\n        top: 1rem;\n        font-weight: 600;\n        color: var(--text-main);\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-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n      color: var(--text-main);\n    }\n    .pd-faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin: 0;\n    }\n    \n    \/* Image Placeholder Helper *\/\n    .img-placeholder {\n      width: 100%;\n      background: #f0f0f0;\n      border: 2px dashed #ccc;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 2rem;\n      box-sizing: border-box;\n      color: #666;\n      font-family: monospace;\n      min-height: 300px;\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-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eNew Release\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eWearable Tech\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eHands-Free Ice Cooling, Anywhere You Go.\u003c\/h1\u003e\n\n\u003cp class=\"pd-body\" style=\"font-size: 20px;\"\u003eInstant relief for outdoor sports, work, and daily commutes. Clip it on, beat the heat, and stay active without being tied down.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003c!-- 📷 需替换：detail_1 (多场景展示) --\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img139\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260519151939\/364bf8c666b71f930164bbe4700f8efb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 1: ICE Cooling --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media pd-image-wrapper\"\u003e\n\u003c!-- 📷 需替换：detail_2 (冰感核心展示) --\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img140\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260519151938\/602502c3cd38a65de08fc10815cf4def.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eInstant Icy Sensation\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eExperience real cooling beyond simple wind. The advanced semiconductor plate actively gets icy cold in seconds. When placed near your body, it provides direct, refreshing conductive cooling to quickly lower your temperature.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-tag\"\u003e❄️ ICE Conductive Technology\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eRapid Cooling Plate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 2: Power \u0026 Control --\u003e\n\n\u003cdiv class=\"pd-section pd-feature reverse\"\u003e\n\u003cdiv class=\"pd-feature-media pd-image-wrapper\"\u003e\n\u003c!-- 📷 需替换：detail_3 (电机与内部结构) --\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img141\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260519151938\/e948a565def05ac11b62964c1d529039.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003e100-Level Precision Airflow\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eFind your perfect comfort zone with 100 adjustable wind speed settings. Powered by a high-speed brushless motor, it delivers powerful, targeted airflow while remaining surprisingly quiet for use in any environment.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-tag\"\u003e100 Speed Settings\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eQuiet Brushless Motor\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eDigital Display\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 3: Versatility \u0026 Battery --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media pd-image-wrapper\"\u003e\n\u003c!-- 📷 需替换：detail_4 (多场景与夹持) --\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img142\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260519151938\/89242398930fcfa0b05a1b80fdab01a0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eClip Anywhere, Lasts All Day\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eThe secure spring clip attaches easily to belts, backpack straps, or umbrellas for truly hands-free use. With a massive 6000mAh battery, enjoy extended cooling during long hikes, golf rounds, or outdoor work shifts.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-tag\"\u003eSecure Multi-Clip\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003e6000mAh Large Battery\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eLong-Lasting Power\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eCooling Technology\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Cooling Tech\"\u003eSemiconductor ICE Plate + Airflow\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eWind Speed Levels\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Wind Levels\"\u003e100 Adjustable Settings\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eBattery Capacity\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Battery\"\u003e6000mAh (Rechargeable)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eAttachment Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Attachment\"\u003eIntegrated Spring Clip\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eAvailable Colors\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Colors\"\u003eBlack, White\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth scope=\"row\"\u003eDisplay\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Display\"\u003eDigital LED Screen\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cp class=\"pd-small\" style=\"text-align: center; margin-top: 1rem;\"\u003e*Data based on laboratory testing. Actual performance may vary depending on usage conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-faq-question\"\u003eQ: How does the \"ICE\" cooling feature work?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eA: The device uses a semiconductor plate on the front that actively cools down. When this cold plate is near or touching your clothing\/skin, it provides a sensation similar to applying ice, supplementing the regular fan airflow.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-faq-question\"\u003eQ: Can I wear this while running or hiking?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eA: Yes, the strong clip is designed to securely fasten to belts or backpack straps, making it ideal for hands-free use during active outdoor movements.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-faq-question\"\u003eQ: How do I know what speed setting I am on?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eA: There is a digital LED display located below the cooling plate that clearly shows the current wind speed level from 1 to 100.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Black \/ Single Pack (Personal Cooling)","offer_id":51873316864132,"sku":"0520-10520835","price":38.95,"currency_code":"USD","in_stock":true},{"title":"White \/ Single Pack (Personal Cooling)","offer_id":51873316896900,"sku":"0520-10522479","price":38.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2-Pack: Couples \/ Work Buddy Set","offer_id":51873316929668,"sku":"0520-10527093","price":76.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 2-Pack: Couples \/ Work Buddy Set","offer_id":51873316962436,"sku":"0520-10522109","price":76.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3-Pack: Family Camping Bundle","offer_id":51873316995204,"sku":"0520-10521892","price":114.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 3-Pack: Family Camping Bundle","offer_id":51873317027972,"sku":"0520-10528511","price":114.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0961\/3053\/1460\/files\/364bf8c666b71f930164bbe4700f8efb.jpg?v=1779245614","url":"https:\/\/everyneeding.com\/products\/instant-icy-wearable-fan","provider":"Everyneeding","version":"1.0","type":"link"}