{"product_id":"foldable-pocket-cooling-fan","title":"Foldable Pocket Cooling Fan","description":"\u003cdiv class=\"product-detail-container\"\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: #E9ECEF;\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: #EDEEF2;\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    .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      line-height: 1.2;\n    }\n\n    .product-detail-container h1 { font-size: clamp(32px, 5vw, 44px); }\n    .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); }\n    .product-detail-container h3 { font-size: 20px; }\n    .product-detail-container p { font-size: 18px; margin-bottom: 1rem; color: var(--text-sub); }\n    .product-detail-container ul { padding-left: 1.2em; margin-bottom: 1rem; }\n    .product-detail-container li { font-size: 18px; color: var(--text-sub); margin-bottom: 0.5rem; }\n\n    .pd-section {\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    \/* Helper Classes *\/\n    .pd-text-center { text-align: center; }\n    .pd-text-primary { color: var(--primary); }\n    .pd-font-bold { font-weight: 600; }\n\n    \/* Tags\/Badges *\/\n    .pd-badge {\n      display: inline-block;\n      padding: 0.4em 0.8em;\n      font-size: 16px;\n      font-weight: 600;\n      color: var(--primary);\n      background-color: rgba(0, 86, 179, 0.1);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n    }\n\n    \/* Image Handling *\/\n    .pd-img-responsive {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Grid \u0026 Flex *\/\n    .pd-grid-2 {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n    }\n    @media (min-width: 768px) {\n      .pd-grid-2 { grid-template-columns: 1fr 1fr; }\n      .pd-grid-2.pd-reverse { direction: rtl; }\n      .pd-grid-2.pd-reverse \u003e * { direction: ltr; }\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\n    \/* Feature Cards *\/\n    .pd-feature-card {\n      background: var(--bg-card);\n      padding: clamp(1.5rem, 3vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n    .pd-feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.8rem;\n      margin-top: 1.5rem;\n    }\n    .pd-feature-tag {\n      font-size: 16px;\n      color: var(--text-sub);\n      background: var(--bg-body);\n      padding: 0.4em 0.8em;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Specs Table *\/\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    }\n    .pd-specs-table th,\n    .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      color: var(--text-main);\n      width: 40%;\n    }\n    .pd-specs-table td {\n      color: var(--text-sub);\n    }\n    .pd-specs-table tr:last-child th,\n    .pd-specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    @media (max-width: 767px) {\n      .pd-specs-table, .pd-specs-table thead, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table th, .pd-specs-table td {\n        display: block; width: 100%;\n      }\n      .pd-specs-table thead { display: none; }\n      .pd-specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\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        width: 45%;\n        white-space: nowrap;\n        font-weight: 600;\n        color: var(--text-main);\n      }\n      .pd-specs-table td:last-child { border-bottom: none; }\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.8rem;\n      color: var(--text-main);\n    }\n    .pd-faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：便携式冰敷手持风扇\n  目标受众：需要户外\/移动降温的人群\n  视觉风格：科技感、清凉感、简洁现代\n  配色策略：以深蓝\/白为主，辅以冰蓝色光效\n  模块顺序：Hero -\u003e Feature 1 (Ice Cooling) -\u003e Feature 2 (Display \u0026 Battery) -\u003e Feature 3 (Foldable) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_3.png, Feature1=image_0.png, Feature2=image_2.png, Feature3=image_5.png\n  规格图映射：Specs=image_8.png\n  对比模块：未加入（核心功能\"冰敷\"差异化足够明确，无需对比表）\n  --\u003e\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-badge\"\u003eNew Cooling Technology\u003c\/span\u003e\n\u003ch1\u003eInstant Ice-Cooling, All-Day Power\u003c\/h1\u003e\n\n\u003cp\u003eExperience a new level of personal cooling with a built-in semiconductor ice plate and an ultra-long-lasting battery. Stay refreshed anywhere, anytime.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 2rem;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img102\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260625151647\/19d424c56cacfe0f394ac08fed3fd542.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-grid-2\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img106\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260625151514\/5b4a686f7d74b306d44c71cba13f2369.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy pd-feature-card\"\u003e\n\u003ch3\u003e❄️ Semiconductor Ice Cooling\u003c\/h3\u003e\n\n\u003cp\u003eActivate the ice-cooling mode with a single press. The central metal plate rapidly cools down, allowing you to apply it directly to your skin for an instant, refreshing chill that goes beyond ordinary fans.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-tag\"\u003eInstant Cool-Down\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eDirect Skin Contact\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Smart Display \u0026 Battery --\u003e\n\n\u003cdiv class=\"pd-section pd-grid-2 pd-reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img105\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260625151514\/3aa55c594c5d44a95aff4bf53ebd1780.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy pd-feature-card\"\u003e\n\u003ch3\u003eSmart LED Display \u0026amp; 4000mAh Battery\u003c\/h3\u003e\n\n\u003cp\u003eStay informed with a clear LED screen that shows your current speed level and remaining battery life. The massive 4000mAh battery ensures you have cooling power that lasts throughout your day.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-tag\"\u003e5 Speed Levels\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eBattery Level Indicator\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eType-C Fast Charging\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Foldable Design --\u003e\n\n\u003cdiv class=\"pd-section pd-grid-2\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img104\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260625151514\/7d2ff37c0dcb0b3e777c2b40b601a935.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy pd-feature-card\"\u003e\n\u003ch3\u003e90° Foldable \u0026amp; Portable\u003c\/h3\u003e\n\n\u003cp\u003eDesigned for life on the go. The fan head folds 90 degrees, making it compact enough to fit in your bag or pocket. The adjustable angle also lets you direct airflow exactly where you need it.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-tag\"\u003ePocket-Sized\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eFlexible Airflow\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eTravel-Friendly\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-text-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 data-label=\"Feature\"\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eABS Plastic\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eBattery Capacity\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e4000mAh (Built-in Lithium)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eCharging Port\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eType-C USB\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eFan Speeds\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e5 Adjustable Levels\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eSpecial Features\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eSemiconductor Ice Cooling, LED Display, 90° Foldable\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-text-center\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHow do I turn on the ice cooling mode?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eThe ice cooling function is typically activated by a long press or a specific button click, separate from the fan speed controls. Please refer to the user manual for the exact operation method.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eCan I use the fan while it's charging?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eYes, the fan supports pass-through charging, so you can use it while it's plugged into a power source via the Type-C cable.\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 fan?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eEnsure the fan is turned off. Wipe the exterior and the metal cooling plate with a soft, slightly damp cloth. Do not submerge the device in water or use harsh chemicals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Shoplarke","offers":[{"title":"Midnight Black","offer_id":45521213947951,"sku":"0625-18477241","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Ivory White","offer_id":45521213980719,"sku":"0625-18472781","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Sakura Pink","offer_id":45521214013487,"sku":"0625-18478316","price":16.95,"currency_code":"USD","in_stock":true},{"title":"1x Black + 1x White (Couples' Choice 🔥)","offer_id":45521214046255,"sku":"0625-18476793","price":30.95,"currency_code":"USD","in_stock":true},{"title":"1x White + 1x Pink (Best for Friends)","offer_id":45521214079023,"sku":"0625-18477074","price":30.95,"currency_code":"USD","in_stock":true},{"title":"1x Black + 1x Pink","offer_id":45521214111791,"sku":"0625-18479683","price":30.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0711\/6406\/7887\/files\/19d424c56cacfe0f394ac08fed3fd542.jpg?v=1782384454","url":"https:\/\/shoplarke.com\/products\/foldable-pocket-cooling-fan","provider":"Shoplarke","version":"1.0","type":"link"}