{"product_id":"foldable-crystal-fan-light","title":"Foldable Crystal Fan Light","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：E27螺口可折叠风扇灯（二合一）\n  目标受众：追求便捷安装、节省空间、需要照明+通风功能的家庭租户或房东\n  视觉风格：现代简约、通透洁净、强调光影效果和变形结构\n  配色策略：以白色为主（机身），搭配浅灰\/透明感（灯罩），辅以柔和的蓝色作为强调色（暗示清凉和光感）\n  模块顺序：Hero (核心利益) → Feature 1 (折叠变形) → Feature 2 (水晶光效) → Feature 3 (E27便捷安装) → Specs (规格参数) → FAQ (常见问题)\n  详情图映射：Hero=image_0.png, Feature1=image_3.png, Feature2=image_2.png, Feature3=image_4.png\n  规格图映射：Specs=image_6.png\n  对比模块：未加入（产品形态独特，直接展示其多功能性比对比传统产品更有效）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #2c3e50;\n      --primary-hover: #34495e;\n      --accent: #eef2f7;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #f0f2f5;\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: #e1e5eb;\n      --spacing-section: clamp(2.5rem, 6vw, 4.5rem);\n\n      font-family: 'Helvetica Neue', 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    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin: 0 0 1rem 0;\n      color: var(--primary);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin: 0 0 1rem 0;\n      color: var(--primary);\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin: 0 0 0.75rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      margin: 0 0 1.5rem 0;\n      color: var(--text-sub);\n    }\n\n    \/* Reusable Components *\/\n    .pd-image-placeholder {\n      width: 100%;\n      height: auto;\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-size: 14px;\n      padding: 2rem 0;\n      min-height: 200px;\n    }\n\n    .pd-image-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    .pd-tag {\n      display: inline-block;\n      background-color: var(--accent);\n      color: var(--primary);\n      padding: 0.4rem 1rem;\n      border-radius: 20px;\n      font-size: 14px;\n      font-weight: 500;\n      margin-bottom: 1rem;\n    }\n\n    .pd-badge-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n      margin-bottom: 1rem;\n    }\n\n    .pd-badge-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      color: var(--text-sub);\n      padding: 0.25rem 0.75rem;\n      border-radius: 4px;\n      font-size: 14px;\n    }\n\n    \/* Section Layouts *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-hero {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      align-items: center;\n      text-align: center;\n    }\n\n    .pd-feature-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n    }\n\n    \/* Mobile: Image on top, text below *\/\n    @media (max-width: 767px) {\n      .pd-feature-grid {\n        grid-template-columns: 1fr !important;\n      }\n      .pd-feature-media {\n        order: -1;\n      }\n    }\n\n    \/* Desktop: Z-Pattern *\/\n    @media (min-width: 768px) {\n      .pd-hero {\n        flex-direction: row;\n        text-align: left;\n        align-items: center;\n        justify-content: space-between;\n      }\n      .pd-hero-content {\n        flex: 1;\n        padding-right: 2rem;\n      }\n      .pd-hero-media {\n        flex: 1;\n      }\n\n      .pd-feature-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n      .pd-feature-grid.reverse .pd-feature-media {\n        order: 1;\n      }\n      .pd-feature-grid.reverse .pd-feature-content {\n        order: 2;\n      }\n    }\n\n    \/* Specs Table *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1rem;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    .pd-specs-table th,\n    .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\n    .pd-specs-table th {\n      background-color: var(--accent);\n      color: var(--primary);\n      font-weight: 600;\n      width: 35%;\n    }\n\n    @media (max-width: 767px) {\n      .pd-specs-table, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table td {\n        display: block;\n        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        display: flex;\n        justify-content: space-between;\n        padding: 0.75rem 1rem;\n        border-bottom: 1px solid var(--bg-soft);\n      }\n      .pd-specs-table td:last-child { border-bottom: none; }\n      .pd-specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--primary);\n        margin-right: 1rem;\n      }\n    }\n\n    \/* FAQ *\/\n    .pd-faq-item {\n      margin-bottom: 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 1.5rem;\n    }\n    .pd-faq-item:last-child {\n      border-bottom: none;\n    }\n    .pd-faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 0.75rem;\n      display: flex;\n      align-items: flex-start;\n    }\n    .pd-faq-question::before {\n      content: \"Q.\";\n      color: var(--text-sub);\n      margin-right: 0.5rem;\n      font-weight: 700;\n    }\n    .pd-faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin: 0;\n      padding-left: 1.5rem;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003cspan class=\"pd-tag\"\u003eDesigned for everyday ease\u003c\/span\u003e\n\u003ch1\u003eInstant Breeze \u0026amp; Brilliant Light, In One Twist.\u003c\/h1\u003e\n\n\u003cp\u003eTransform your standard light socket into a cooling fan and ambient lighting fixture. No tools, no wiring—just plug and play for immediate comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260415160804\/6dfcb5080c0c8cd42e33331303ab4fa7.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 pd-feature-grid\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260415160804\/66a41ec28149fbd33a242317e0f3898d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-content\"\u003e\n\u003ch2\u003eSmart Foldable Design\u003c\/h2\u003e\n\n\u003cp\u003eInnovative U-shaped blades retract into a compact form like a bulb or expand fully into a ceiling fan. Easily adjust the shape to suit your space requirements and cooling needs instantly.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-badge-group\"\u003e\n\u003cspan class=\"pd-badge-item\"\u003eSpace-Saving\u003c\/span\u003e \u003cspan class=\"pd-badge-item\"\u003eFlexible Form\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Crystal Texture Lighting --\u003e\n\n\u003cdiv class=\"pd-section pd-feature-grid reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260415160804\/4781f336af7332974d96bad97fedad4d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-content\"\u003e\n\u003ch2\u003eStunning \"Crystal\" Light Effect\u003c\/h2\u003e\n\n\u003cp\u003eThe blades feature a precision diamond-inspired cut texture that beautifully refracts light. This creates a soft, ambient glow, enhancing the atmosphere of any room without harsh glare.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-badge-group\"\u003e\n\u003cspan class=\"pd-badge-item\"\u003eAmbient Glow\u003c\/span\u003e \u003cspan class=\"pd-badge-item\"\u003eHigh-Transmittance\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: E27 Base Installation --\u003e\n\n\u003cdiv class=\"pd-section pd-feature-grid\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260415160804\/5c268d1afc0ea0d31921fb828294e25e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-content\"\u003e\n\u003ch2\u003eUniversal E27 \"Plug \u0026amp; Play\"\u003c\/h2\u003e\n\n\u003cp\u003eForget complex installations and expensive electricians. Equipped with a standard E27 screw base, setting up this fan light is as quick and hassle-free as changing a regular lightbulb.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-badge-group\"\u003e\n\u003cspan class=\"pd-badge-item\"\u003eNo Wiring Needed\u003c\/span\u003e \u003cspan class=\"pd-badge-item\"\u003eStandard Fit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-image-placeholder\" style=\"display: none;\"\u003e[ 📷 需替换：image_6.png ]\u003c\/div\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetail\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eProduct Power\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e50W\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eDimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e300 x 300 x 140 mm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eABS + PS\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eLight Color\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eThree-tone Light\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eColor Temperature\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e3000K - 6500K\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHow do I install this fan light?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eIt screws directly into any standard E27 light socket, just like a regular light bulb. No extra wiring or tools are needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eIs the \"crystal\" shade made of real glass?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eNo, it's crafted from high-quality, durable PS (Polystyrene) with a diamond-cut texture. This simulates the beautiful light refraction of crystal but is lightweight and resistant to breakage.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eCan I adjust the lighting?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eYes, the specifications indicate it supports three-tone lighting with a color temperature range from warm (3000K) to cool daylight (6500K).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Single Unit","offer_id":51541013266722,"sku":"0416-15018764","price":29.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Save 10%)","offer_id":51541013299490,"sku":"0416-15010272","price":54.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Save 15%)","offer_id":51541013332258,"sku":"0416-15019623","price":79.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0942\/8002\/files\/6dfcb5080c0c8cd42e33331303ab4fa7.jpg?v=1776322965","url":"https:\/\/newshopllox.com\/products\/foldable-crystal-fan-light","provider":"Newshopllox","version":"1.0","type":"link"}