{"product_id":"360-oscillating-air-circulator","title":"360° Oscillating Air Circulator","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：E27螺口风扇灯（Socket Fan Light）\n  目标受众：租房客、小户型屋主、追求便捷安装的人群\n  视觉风格：现代洁净、科技感、清新（蓝\/白调）\n  配色策略：以白色为主体背景，搭配科技蓝作为强调色，营造清凉舒适感。\n  模块顺序：Hero (强调最核心的E27直装卖点) -\u003e Feature 1 (二合一与小巧体积) -\u003e Feature 2 (风速与循环能力) -\u003e Feature 3 (灯光氛围与操控) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=detail_0, Feature1=detail_1, Feature2=detail_2, Feature3=detail_4(局部示意灯光遥控)\n  规格图映射：Specs=spec_4(用于提取参数)\n  对比模块：未加入（产品核心优势是全新形态的便捷性，而非与传统吊扇的直接性能对比，FAB重点在于“有”和“便”）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #0066cc; \/* 取自图片中的蓝色强调色 *\/\n      --primary-hover: #0052a3;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #eef2f7;\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.08);\n      --border-color: #e0e0e0;\n      --spacing-section: clamp(3rem, 6vw, 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      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 42px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Layout Utils *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .grid-2-col {\n      display: flex;\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n    }\n\n    \/* Mobile Layout Fix *\/\n    @media (max-width: 767px) {\n      .grid-2-col {\n        flex-direction: column;\n      }\n      .grid-2-col.reverse {\n        flex-direction: column;\n      }\n      \/* Ensure image is always on top in mobile *\/\n      .feature-media {\n        order: -1;\n      }\n    }\n\n    @media (min-width: 768px) {\n      .grid-2-col.reverse {\n        flex-direction: row-reverse;\n      }\n    }\n\n    .text-block {\n      flex: 1;\n    }\n\n    .media-block {\n      flex: 1;\n      width: 100%;\n    }\n\n    \/* Image Styles *\/\n    .pd-image {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-family: monospace;\n      padding: 2rem;\n      box-sizing: border-box;\n    }\n\n    \/* Components *\/\n    .trust-pill {\n      display: inline-block;\n      background-color: 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-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.8rem;\n      margin-top: 1rem;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      padding: 0.4rem 0.8rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      color: var(--text-sub);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    \/* Specifications Table *\/\n    .specs-container {\n      background-color: var(--bg-card);\n      padding: clamp(1.5rem, 3vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 18px;\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      width: 40%;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n\n    \/* Mobile Table *\/\n    @media (max-width: 767px) {\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead { display: none; }\n      .specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .specs-table td {\n        padding: 0.8rem 1rem;\n        border-bottom: 1px solid var(--bg-soft);\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n      }\n      .specs-table td:last-child { border-bottom: none; }\n      .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 Section *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n      color: var(--text-main);\n    }\n\n    .faq-answer {\n      font-size: 18px;\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 hero-section\"\u003e\n\u003cspan class=\"trust-pill\"\u003eDesigned for instant comfort\u003c\/span\u003e\n\u003ch1\u003eThe Easiest Fan You'll Ever Install. Just Screw It In.\u003c\/h1\u003e\n\n\u003cp\u003eUpgrade any standard light socket into a cooling LED ceiling fan in seconds. No tools, no wiring, just immediate breeze and bright light.\u003c\/p\u003e\n\n\u003cdiv class=\"media-block\" style=\"margin-top: 2rem;\"\u003e\n\u003c!-- [ 📷 需替换：detail_0 ] --\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 16\/9;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img66\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260608141416\/39699f6b9f65049814be512b22c34b98.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 grid-2-col\"\u003e\n\u003cdiv class=\"text-block\"\u003e\n\u003ch3\u003eCompact 2-in-1 Design Saves Space\u003c\/h3\u003e\n\n\u003cp\u003eReclaim your floor and ceiling space. At just 10.2 inches wide, this clever device combines energy-efficient LED lighting with a powerful circulation fan. It's the perfect solution for small bedrooms, home offices, or nurseries where traditional fans won't fit.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eFan \u0026amp; Light Combo\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSmall Footprint\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEnclosed Blades\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"media-block feature-media\"\u003e\n\u003c!-- [ 📷 需替换：detail_1 ] --\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img68\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260608141416\/89dc9e5cf2477b80449cffa4de29e0ac.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 grid-2-col reverse\"\u003e\n\u003cdiv class=\"text-block\"\u003e\n\u003ch3\u003eCustomized Breeze for Every Moment\u003c\/h3\u003e\n\n\u003cp\u003eTailor your comfort with three distinct wind speeds—from a gentle, quiet breeze for sleep to powerful cooling for hot afternoons. The built-in 360° oscillation grille ensures refreshing air reaches every corner of the room, eliminating stuffy spots.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e3 Wind Speeds\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e360° Circulation\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eQuiet Mode\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"media-block feature-media\"\u003e\n\u003c!-- [ 📷 需替换：detail_2 ] --\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img69\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260608141416\/d9163f46d150870dd099c8228a89f943.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 grid-2-col\"\u003e\n\u003cdiv class=\"text-block\"\u003e\n\u003ch3\u003eSet the Mood \u0026amp; Control Remotely\u003c\/h3\u003e\n\n\u003cp\u003eAdjust the atmosphere with three selectable light temperatures: Warm, Neutral, or Cool White. The included remote control gives you full command over fan speed, lighting, and a convenient sleep timer from the comfort of your bed or desk.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e3 Light Colors (3000K-6000K)\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eRemote Control\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSmart Timer\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"media-block feature-media\"\u003e\n\u003c!-- 使用 image_4 展示灯光色温和遥控器功能 --\u003e\u003c!-- [ 📷 需替换：detail_4 ] --\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img70\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260608142035\/385f2bb652a87ee38ce16d1f8ef115f2.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\u003eProduct Specifications\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\u003ctd data-label=\"Base Type\"\u003eStandard E27 Screw Base\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003e10.2 x 10.2 x 3.1 inches (260 x 260 x 80 mm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Total Power\"\u003e20.5W\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Voltage Input\"\u003e85-265V (Global Voltage)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Light Color\"\u003e3-Tone Dimmable (Warm\/Neutral\/White)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Control Method\"\u003eRemote Control (Included)\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\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes this require any special wiring or tools to install?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. It is designed to screw directly into any standard E27 light socket, exactly like changing a regular light bulb. No electrician or tools are needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the fan quiet enough for a bedroom?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. It features a quiet motor design tailored for sleeping environments. The gentle breeze mode and built-in timer make it ideal for nighttime use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I use the light and fan independently?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. Using the remote control, you can turn the light on without the fan, use the fan without the light, or run both together.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Home Essential)","offer_id":51087608119516,"sku":"0608-16185623","price":24.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Multi-Room Set)","offer_id":51087608152284,"sku":"0608-16184552","price":49.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Whole Home Pack)","offer_id":51087608185052,"sku":"0608-16181555","price":74.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0785\/5482\/4924\/files\/39699f6b9f65049814be512b22c34b98_cd35f3f3-6926-432f-a969-77cfbb683254.jpg?v=1780906742","url":"https:\/\/cheerstash.com\/products\/360-oscillating-air-circulator","provider":"Cheerstash","version":"1.0","type":"link"}