{"product_id":"foldable-rapid-cooling-fan-rjc","title":"Foldable Rapid Cooling Fan","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：手持\/台式两用制冷风扇\n  目标受众：通勤、户外、办公人群，需要高效个人降温方案\n  视觉风格：科技感、清凉感，以蓝紫色调为主强调“冰敷”功能\n  配色策略：主色深灰\/紫，强调光感和金属质感\n  模块顺序：Hero (整体利益) -\u003e Ice Cooling Feature (核心差异点) -\u003e 199 Speed\/Motor (性能支撑) -\u003e Battery\/Foldable (便携与续航) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_4.png, Feature1(Ice)=image_2.png, Feature2(Speed)=image_1.png, Feature3(Battery)=image_3.png\n  规格图映射：无纯规格图，数据从文本提取\n  对比模块：未加入（无明确对比图素材）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #4a5aff;\n      --primary-hover: #3a49e0;\n      --text-main: #1a1a1a;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #eef0f5;\n      --radius-md: 12px;\n      --radius-lg: 20px;\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: #e0e0e0;\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n      --spacing-item: clamp(1.5rem, 4vw, 2.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    .pd-h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n    .pd-h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n    }\n    .pd-h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n    .pd-body {\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n    .pd-label {\n      font-size: 16px;\n      font-weight: 500;\n      color: var(--primary);\n      background: var(--bg-soft);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      display: inline-block;\n      margin-bottom: 1rem;\n    }\n\n    \/* Layout \u0026 Components *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n    .pd-img-responsive {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n    .pd-grid-2 {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: var(--spacing-item);\n      align-items: center;\n    }\n    @media (min-width: 768px) {\n      .pd-grid-2 {\n        grid-template-columns: 1fr 1fr;\n      }\n      .pd-grid-2.reverse {\n        direction: rtl;\n      }\n      .pd-grid-2.reverse \u003e * {\n        direction: ltr;\n      }\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto var(--spacing-section);\n    }\n    .pd-hero-img-wrapper {\n      margin-top: 2rem;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    \/* Feature Section *\/\n    .pd-feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n      margin-top: 1rem;\n    }\n    .pd-tag {\n      font-size: 14px;\n      background: var(--bg-card);\n      color: var(--text-sub);\n      padding: 0.4rem 0.8rem;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Specs Section *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\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 {\n      width: 40%;\n      color: var(--text-sub);\n      font-weight: 500;\n      background: var(--bg-soft);\n    }\n    .pd-specs-table tr:last-child th, .pd-specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 1rem;\n      margin-bottom: 1rem;\n    }\n    .pd-faq-details summary {\n      font-size: 18px;\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    .pd-faq-details summary::-webkit-details-marker {\n      display: none;\n    }\n    .pd-faq-details summary::after {\n      content: '+';\n      font-size: 24px;\n      color: var(--text-sub);\n    }\n    .pd-faq-details[open] summary::after {\n      content: '-';\n    }\n    .pd-faq-answer {\n      margin-top: 1rem;\n      color: var(--text-sub);\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-label\"\u003eDesigned for everyday ease\u003c\/span\u003e\n\u003ch1 class=\"pd-h1\"\u003eInstant Icy Relief, Anytime, Anywhere\u003c\/h1\u003e\n\n\u003cp class=\"pd-body\"\u003eBeat the heat with our revolutionary 199-speed handheld fan featuring a direct-contact cooling plate for an immediate cool-down sensation.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-hero-img-wrapper\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260710131147\/77eca5781bcef1ec22c07fb7390d5ea7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 1: Ice Cooling Technology --\u003e\n\n\u003cdiv class=\"pd-section pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260710131147\/d02b740caa345026bb9ed66310eb5ad1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eIce-Cooling Tech for Instant Relief\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eExperience more than just a breeze. The innovative metal front plate rapidly cools down, allowing you to apply it directly to your skin for an instant icy sensation. Perfect for cooling your neck, face, or forehead on hot days.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eDirect Skin Contact\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eRapid Cooling Plate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: 199 Speeds \u0026 Turbo Airflow --\u003e\n\n\u003cdiv class=\"pd-section pd-grid-2 reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260710131147\/fba9732d6922139cf3a696204145c8eb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003e199-Speed Precision Control\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eFrom a gentle whisper to a powerful gust, customize your airflow with 199 speed settings. The high-speed motor and turbo fan structure deliver strong, consistent wind, while the digital display lets you monitor the exact power level.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eDigital Display\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eTurbo Airflow\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Battery \u0026 Portability --\u003e\n\n\u003cdiv class=\"pd-section pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260710131147\/c0ca9018c49a430400eae05bc4a1186d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eAll-Day Power, Pocket-Sized Design\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eEnjoy up to 10 hours of cooling on a single charge. Its compact, lightweight design fits easily in your bag, and the 90° foldable handle transforms it into a convenient desk fan for hands-free use anywhere.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eUp to 10H Runtime\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eFoldable Design\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eType-C Recharging\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center;\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003cdiv style=\"overflow-x: auto;\"\u003e\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd\u003ePortable Handheld \/ Desk Fan\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecial Feature\u003c\/th\u003e\n\t\t\t\u003ctd\u003eMetal Ice-Cooling Plate\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eWind Speeds\u003c\/th\u003e\n\t\t\t\u003ctd\u003e199 Adjustable Levels\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eBattery Life\u003c\/th\u003e\n\t\t\t\u003ctd\u003e5 - 20 Hours (depending on speed)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCharging Time\u003c\/th\u003e\n\t\t\t\u003ctd\u003eApprox. 2 Hours\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCharging Port\u003c\/th\u003e\n\t\t\t\u003ctd\u003eUSB Type-C\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eWeight\u003c\/th\u003e\n\t\t\t\u003ctd\u003e205g (approx. 7.2 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eDimensions\u003c\/th\u003e\n\t\t\t\u003ctd\u003e6.97\" x 1.97\" x 2.36\"\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!-- FAQ Section --\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\u003cdetails class=\"pd-faq-details\"\u003e\u003csummary\u003eHow does the cooling plate work?\u003c\/summary\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003e\n\u003cp class=\"pd-body\"\u003eThe metal plate on the front of the fan is actively cooled when the \"COOL\" function is activated. You can then gently press this plate against your skin (like your neck or wrist) for a direct, refreshing ice-cold sensation, complementing the airflow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdetails class=\"pd-faq-details\"\u003e\u003csummary\u003eCan I use the fan while it is charging?\u003c\/summary\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003e\n\u003cp class=\"pd-body\"\u003eYes, this fan supports use while charging. You can connect it to a power bank, laptop, or wall adapter via the included Type-C cable and continue to enjoy the breeze.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdetails class=\"pd-faq-details\"\u003e\u003csummary\u003eHow do I adjust the speed and see the battery level?\u003c\/summary\u003e\n\n\u003cdiv class=\"pd-faq-answer\"\u003e\n\u003cp class=\"pd-body\"\u003eThe fan features physical buttons for easy operation. You can adjust the wind speed through 199 levels. The built-in digital display screen shows the current speed setting and the remaining battery life at a glance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"Matte Gray","offer_id":46815806488749,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true},{"title":"Ivory White","offer_id":46815806521517,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true},{"title":"Lavender Purple","offer_id":46815806554285,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true},{"title":"Soft Pink","offer_id":46815806587053,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/77eca5781bcef1ec22c07fb7390d5ea7.jpg?v=1783661309","url":"https:\/\/newjoyloo.com\/products\/foldable-rapid-cooling-fan-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}