{"product_id":"360-bladeless-wearable-neck-fan","title":"360° Bladeless Wearable Neck Fan – USB-C Rechargeable with 3 Speeds","description":"\u003cmeta charset=\"UTF-8\"\u003e\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003e\u003c\/title\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：C穿戴贴合型（挂脖风扇）\n  目标受众：户外活动者、通勤者、需要解放双手降温的人群\n  视觉风格：科技、清爽、现代、舒适\n  配色策略：\n    --primary: #d4af7a (取自玫瑰金装饰环)\n    --primary-hover: #c09a66\n    --text-main: #1a1a1a\n    --text-sub: #555555\n    --bg-body: #ffffff\n    --bg-card: #f9f9f9\n    --bg-soft: #f0f4f8 (清凉感的浅蓝背景)\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      --primary: #d4af7a;\n      --primary-hover: #c09a66;\n      --text-main: #1a1a1a;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #f9f9f9;\n      --bg-soft: #f0f4f8;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);\n      --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.08);\n      --border-color: #e5e5e5;\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n      --transition: all 0.3s ease;\n    }\n\n    body {\n      margin: 0;\n      padding: 0;\n      background-color: var(--bg-body);\n      -webkit-font-smoothing: antialiased;\n    }\n\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n    }\n\n    \/* Typography *\/\n    .pd-h1 { font-size: clamp(32px, 5vw, 48px); line-height: 1.2; font-weight: 800; color: var(--text-main); margin: 0 0 1rem 0; letter-spacing: -0.02em; }\n    .pd-h2 { font-size: clamp(26px, 3.5vw, 36px); line-height: 1.3; font-weight: 700; color: var(--text-main); margin: 0 0 1.2rem 0; letter-spacing: -0.01em; }\n    .pd-h3 { font-size: clamp(20px, 2.5vw, 24px); line-height: 1.4; font-weight: 600; color: var(--text-main); margin: 0 0 0.75rem 0; }\n    .pd-body { font-size: clamp(16px, 1.5vw, 18px); line-height: 1.7; color: var(--text-sub); margin: 0 0 1.5rem 0; }\n\n    \/* Components *\/\n    .pd-tag { \n      display: inline-block; \n      padding: 8px 16px; \n      background: var(--bg-soft); \n      color: var(--text-sub); \n      border-radius: 50px; \n      font-size: 14px; \n      font-weight: 600; \n      transition: var(--transition);\n      border: 1px solid transparent;\n    }\n    .pd-tag:hover {\n      background: var(--bg-body);\n      border-color: var(--primary);\n      color: var(--primary);\n    }\n    .pd-trust-badge { \n      display: inline-flex; \n      align-items: center; \n      gap: 8px; \n      font-weight: 600; \n      color: var(--primary); \n      margin-bottom: 1.2rem; \n      text-transform: uppercase;\n      letter-spacing: 1px;\n      font-size: 13px;\n      background: var(--bg-card);\n      padding: 6px 16px;\n      border-radius: 50px;\n    }\n    .pd-trust-badge::before { content: '★'; font-size: 16px; }\n\n    \/* Layout *\/\n    .pd-section { margin-bottom: var(--spacing-section); }\n    .pd-img-fluid { \n      width: 100%; \n      height: auto; \n      display: block; \n      border-radius: var(--radius-lg); \n      box-shadow: var(--shadow-md);\n      transition: var(--transition);\n      object-fit: cover;\n    }\n    .pd-img-fluid:hover {\n      transform: translateY(-4px);\n      box-shadow: var(--shadow-lg);\n    }\n    \n    \/* A. Intro \/ Hero Content Block *\/\n    .hero-section { text-align: center; padding-top: 2rem; }\n    .hero-content { max-width: 800px; margin: 0 auto 3rem; }\n    \n    \/* B. Feature Sections *\/\n    .feature-item { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }\n    .feature-item.reverse { direction: rtl; }\n    .feature-item.reverse .feature-copy { direction: ltr; }\n    .feature-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 1.5rem; }\n    \n    @media (max-width: 767px) {\n      .feature-item, .feature-item.reverse { grid-template-columns: 1fr; direction: ltr; text-align: center; gap: 2rem; }\n      .feature-media { order: -1; }\n      .feature-tags { justify-content: center; }\n    }\n\n    \/* C. Specifications *\/\n    .specs-container {\n      background: #fff;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n    .specs-table { width: 100%; border-collapse: collapse; text-align: left; }\n    .specs-table th, .specs-table td { padding: 1.2rem 1.5rem; border-bottom: 1px solid var(--border-color); }\n    .specs-table tr:last-child th, .specs-table tr:last-child td { border-bottom: none; }\n    .specs-table th { font-weight: 600; color: var(--text-main); width: 35%; background-color: var(--bg-card); }\n    .specs-table td { color: var(--text-sub); }\n    \n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table td { display: block; width: 100%; box-sizing: border-box; }\n      .specs-table th { display: none; }\n      .specs-table td { display: flex; flex-direction: column; padding: 1rem 1.5rem; }\n      .specs-table td::before { content: attr(data-label); font-weight: 600; color: var(--text-main); margin-bottom: 0.5rem; font-size: 14px; text-transform: uppercase; }\n    }\n\n    \/* D. FAQ *\/\n    .faq-container { max-width: 900px; margin: 0 auto; }\n    .faq-item { \n      background: var(--bg-body); \n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md); \n      margin-bottom: 1rem; \n      box-shadow: var(--shadow-sm);\n      transition: var(--transition);\n    }\n    .faq-item:hover { border-color: #ccc; }\n    .faq-question { \n      font-weight: 600; \n      font-size: 18px;\n      color: var(--text-main); \n      padding: 1.5rem;\n      cursor: pointer;\n      display: flex; \n      justify-content: space-between;\n      align-items: center; \n      list-style: none;\n      user-select: none;\n    }\n    .faq-question::-webkit-details-marker { display: none; }\n    .faq-question::before { content: 'Q.'; color: var(--primary); font-weight: 800; margin-right: 0.8rem; }\n    .faq-question::after { content: '+'; font-size: 24px; color: var(--text-sub); font-weight: 400; margin-left: auto; transition: transform 0.3s ease; }\n    details[open] .faq-question::after { content: '−'; color: var(--primary); }\n    .faq-answer { \n      padding: 0 1.5rem 1.5rem 3rem; \n      color: var(--text-sub);\n      line-height: 1.7;\n      animation: fadeIn 0.3s ease-in-out;\n    }\n\n    @keyframes fadeIn {\n      from { opacity: 0; transform: translateY(-5px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"pd-trust-badge\"\u003eHands-free cooling for active lifestyles\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eStay Cool \u0026amp; Hands-Free, Anywhere You Go\u003c\/h1\u003e\n\n\u003cp class=\"pd-body\"\u003eExperience instant relief with our bladeless neck fan. Featuring 5 powerful wind speeds and a smart digital display, it's your personal cooling companion for sports, work, and outdoor adventures.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"Bladeless Neck Fan Hero\" cke-id=\"img45\" class=\"pd-img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617152121\/7605e02b7e1fab95dac2839f998f14e0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: 5档风力 --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"5 Customized Speeds\" cke-id=\"img46\" class=\"pd-img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617152121\/8a6d6b832dd8392fa48bd9114cb1d4a6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003e5 Customized Speeds for Every Need\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eFrom a gentle sleep breeze to a powerful refreshing gust, easily adjust the airflow to match your activity and heat level. Find your perfect comfort zone with five distinct wind speed settings at the touch of a button.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eSleep Breeze\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSoft Wind\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eNatural Wind\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eRefreshing Gust\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 feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"Safe Bladeless Cooling\" cke-id=\"img47\" class=\"pd-img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617152121\/a28e458a56d8cb0a6c6f59037ae339c7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eSafe, Bladeless, 360° Cooling\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eOur innovative bladeless turbine design ensures maximum safety, eliminating the risk of hair getting caught. Enjoy a comfortable, headache-free breeze delivered through a surrounding air outlet system that cools your entire neck and face area.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eNo Exposed Blades\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eHair Safe\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSurrounding Airflow\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 feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"Smart Digital Display\" cke-id=\"img48\" class=\"pd-img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260617152121\/1ee784af8ea7e6b7ac1b71e535f78556.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eSmart Digital Display \u0026amp; All-Day Comfort\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eNever be caught off guard with a dead battery. The built-in smart digital screen shows you the real-time power status or current gear at a glance. Its ergonomic, lightweight design ensures comfortable, hands-free wear for prolonged periods.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eBattery Level Display\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eGear Indicator\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eUSB Rechargeable\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eErgonomic Design\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; margin-bottom: 2rem;\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n\u003ctable class=\"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 data-label=\"Product Type\"\u003eBladeless Neck Fan\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 data-label=\"Wind Speeds\"\u003e5 Adjustable Levels\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeatures\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Features\"\u003eSmart Digital Display, Bladeless Safety, 360° Airflow\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003ePower Source\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Power Source\"\u003eUSB Rechargeable Built-in Battery\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eAvailable Colors\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Available Colors\"\u003eWhite, Pink, Blue\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eUsage Style\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Usage Style\"\u003eHands-free, Neck-mounted\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!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section faq-container\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails class=\"faq-item\" open=\"\"\u003e\u003csummary class=\"faq-question\"\u003eIs it safe for long hair?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, absolutely. The bladeless turbine design eliminates exposed rotating parts, making it completely safe for users with long hair. There is no risk of hair getting caught in the fan.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eHow do I know when to recharge it?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe fan features a smart digital display on the side that shows the remaining battery level in real-time, so you'll always know exactly when it's time to recharge via USB.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"faq-item\"\u003e\u003csummary class=\"faq-question\"\u003eCan I use it while exercising?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, its hands-free, wearable design is perfect for exercise, hiking, and other outdoor activities. It stays securely around your neck, providing a cooling breeze while you move.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Cozy Loft","offers":[{"title":"White","offer_id":43944380039271,"sku":"0617-18036142","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":43944380072039,"sku":"0617-18036341","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":43944380104807,"sku":"0617-18033133","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0620\/7222\/5895\/files\/af2f58b1be058c935d14e7636eff383b_a8cfbdaf-e250-4e30-a80c-103aca62cab4.jpg?v=1781690669","url":"https:\/\/oveliana.com\/products\/360-bladeless-wearable-neck-fan","provider":"Oveliana","version":"1.0","type":"link"}