{"product_id":"holographic-blade-fly-repeller","title":"Holographic Blade Fly Repeller","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：物理驱蝇扇\n  目标受众：家庭、户外用餐\/露营人群\n  视觉风格：清新、科技感、强调反光和旋转效果\n  配色策略：以白色为主，辅以青色(Primary)强调功能点\n  模块顺序：Hero (核心利益) -\u003e Safety Feature (安全痛点) -\u003e Power \u0026 Portability (使用便利性) -\u003e Versatility (多场景) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_2.png, Feature1=image_1.png, Feature2=image_3.png, Feature3=image_5.png\n  规格图映射：Specs=image_0.png\n  对比模块：已融入Hero模块 (image_2.png 自带对比)\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #4AC7C9;\n      --primary-hover: #38a8aa;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #f0f4f5;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.08);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);\n      --border-color: #e0e0e0;\n      --spacing-lg: clamp(2.5rem, 5vw, 4rem);\n      --spacing-md: clamp(1.5rem, 3vw, 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      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 42px);\n      font-weight: 700;\n      margin: 0 0 1rem;\n    }\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin: 0 0 1rem;\n    }\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin: 0 0 0.5rem;\n    }\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      margin: 0 0 1.5rem;\n    }\n\n    \/* Layout Utilities *\/\n    .pd-section {\n      margin-bottom: var(--spacing-lg);\n    }\n    .pd-grid-2 {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: var(--spacing-md);\n      align-items: center;\n    }\n    @media (max-width: 767px) {\n      .pd-grid-2 {\n        grid-template-columns: 1fr;\n      }\n      .pd-grid-2.reverse-mobile {\n        display: flex;\n        flex-direction: column-reverse;\n      }\n    }\n\n    \/* Components *\/\n    .pd-img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n    .pd-badge {\n      display: inline-block;\n      padding: 0.4em 1em;\n      background: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 14px;\n      margin-bottom: 1rem;\n    }\n    .pd-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.8rem;\n    }\n    .pd-tag {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: 14px;\n      color: var(--text-sub);\n      display: flex;\n      align-items: center;\n    }\n    .pd-tag::before {\n      content: \"•\";\n      color: var(--primary);\n      margin-right: 0.5rem;\n      font-size: 1.2em;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto var(--spacing-lg);\n    }\n\n    \/* Feature Sections *\/\n    .feature-media {\n      position: relative;\n    }\n    \/* Desktop Z-Pattern: Alternate image side *\/\n    @media (min-width: 768px) {\n      .pd-feature:nth-child(even) .pd-grid-2 {\n        direction: rtl;\n      }\n      .pd-feature:nth-child(even) .pd-grid-2 \u003e * {\n        direction: ltr;\n      }\n    }\n\n    \/* Specs Table *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: separate;\n      border-spacing: 0;\n      border: 1px solid var(--border-color);\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    }\n    .pd-specs-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      width: 35%;\n    }\n    .pd-specs-table tr:last-child th, .pd-specs-table tr:last-child td {\n      border-bottom: none;\n    }\n    @media (max-width: 767px) {\n      .pd-specs-table, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table th, .pd-specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-specs-table th { display: none; }\n      .pd-specs-table td {\n        position: relative;\n        padding-left: 45%;\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: 1rem;\n        top: 1rem;\n        font-weight: 600;\n        color: var(--text-sub);\n      }\n    }\n\n    \/* FAQ *\/\n    .pd-faq-item {\n      background: var(--bg-card);\n      padding: 1.5rem;\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n    }\n    .pd-faq-item h3 { color: var(--primary); }\n    .pd-faq-item p { margin-bottom: 0; }\n\n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n      width: 100%;\n      background: #f0f0f0;\n      border: 2px dashed #ccc;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #666;\n      font-family: monospace;\n      padding: 2rem;\n      box-sizing: border-box;\n      aspect-ratio: 1\/1;\n    }\n    .hero-placeholder { aspect-ratio: 16\/9; }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-badge\"\u003eChemical-Free Physical Repellent\u003c\/span\u003e\n\u003ch1\u003eEnjoy Your Meals, Fly-Free\u003c\/h1\u003e\n\n\u003cp\u003eKeep flies away from your food safely and quietly. Perfect for indoor dining, outdoor picnics, BBQs, and camping trips.\u003c\/p\u003e\n\u003c!-- 替换为：image_2.png (使用前后对比图作为Hero) --\u003e\n\n\u003cp style=\"margin:0;display: block;width: 100%;\"\u003e \u003c\/p\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img83\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260708113145\/8ed723e16cd8ea221f06c57eaa5cfb57.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-grid-2 reverse-mobile\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSoft Blades with Safety Auto-Stop\u003c\/h2\u003e\n\n\u003cp\u003eEngineered for safety, the soft, flexible blades immediately stop rotating upon contact with a hand or object. The holographic pattern on the blades disorients flies without the use of any chemicals, making it perfectly safe for families with children and pets.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eSoft-Stop Technology\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eKid \u0026amp; Pet Friendly\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eChemical-Free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- 替换为：image_1.png (展示软叶片和安全停止) --\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img84\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260708113145\/9fb3f4636e0a4e05b901dff2d7a8d024.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\"\u003e\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- 替换为：image_3.png (展示充电方式) --\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img85\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260708113145\/ca24187397f81a755d81494c03a0bc20.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUSB Rechargeable \u0026amp; Foldable Design\u003c\/h2\u003e\n\n\u003cp\u003eEnjoy true cordless freedom with the built-in rechargeable battery. Simply charge it via the included Type-C port for continuous indoor or outdoor use without the hassle of replacing batteries. Its lightweight body and foldable neck make it incredibly easy to pack and carry anywhere.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eUSB Rechargeable\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eFoldable \u0026amp; Compact\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eLightweight (0.42lb)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 3: Versatility --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-grid-2 reverse-mobile\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eVersatile Placement: Tabletop or Hanging\u003c\/h2\u003e\n\n\u003cp\u003eDesigned to adapt to your environment. The stable base sits securely on any flat surface, while a built-in hidden hook allows you to hang the fan overhead, providing flexible protection for any dining setup.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eStable Base\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eIntegrated Hanging Hook\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eWhisper Quiet\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- 替换为：image_5.png (展示悬挂功能) --\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img86\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260708113145\/f21c1835877a51fee48511efbd7e3441.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\u003eSpecifications\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=\"Property\"\u003eDimensions (Open)\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e26.5 cm H x 9 cm W (approx. 10.4\" x 3.5\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Property\"\u003eBlade Diameter\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eapprox. 38 cm (15\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Property\"\u003eFolded Height\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eapprox. 19 cm (7.5\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Property\"\u003eWeight\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e0.42 lb (190 g)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Property\"\u003ePower Source\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eBuilt-in Rechargeable Battery (Type-C Cable included)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Property\"\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eABS Body, PVC Blades with Holographic Strips\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\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eHow does it keep flies away?\u003c\/h3\u003e\n\n\u003cp\u003eThe spinning blades feature special holographic, reflective patterns. This refracts light, creating an environment that flies find disorienting and actively avoid.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eIs it safe if my child touches the blades?\u003c\/h3\u003e\n\n\u003cp\u003eYes, absolutely. The blades are made of soft PVC. The fan features \"soft-stop\" technology, meaning it will halt rotation immediately upon the slightest contact with a hand or object.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eIs the fan completely cordless?\u003c\/h3\u003e\n\n\u003cp\u003eYes! This model features a built-in rechargeable battery. Simply charge it using the included Type-C USB cable, and you can use it cord-free anywhere—perfect for outdoor picnics and camping.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Starter Set)","offer_id":63068265152883,"sku":"0708-17593063","price":16.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Cover Large Tables - 10%)","offer_id":63068265185651,"sku":"0708-17594724","price":29.95,"currency_code":"USD","in_stock":true},{"title":"4-Pack (Best Value - 15%)","offer_id":63068265218419,"sku":"0708-17596283","price":59.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0946\/5692\/1971\/files\/8ed723e16cd8ea221f06c57eaa5cfb57.jpg?v=1783504953","url":"https:\/\/woyuosn.com\/products\/holographic-blade-fly-repeller","provider":"Woyuosn","version":"1.0","type":"link"}