{"product_id":"keep-flies-off-food-rjc","title":"Houd vliegen van voedsel vandaan","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #6c5ce7;\n    --primary-hover: #5a4ad1;\n    --text-main: #2d3436;\n    --text-sub: #636e72;\n    --bg-body: #ffffff;\n    --bg-card: #f9fbfc;\n    --bg-soft: #dfe6e9;\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: #e1e5e8;\n    --spacing-lg: clamp(2rem, 5vw, 4rem);\n    --spacing-md: clamp(1.5rem, 4vw, 3rem);\n    --font-h1: clamp(32px, 5vw, 44px);\n    --font-h2: clamp(24px, 4vw, 32px);\n    --font-h3: clamp(20px, 3vw, 24px);\n    --font-body: 18px;\n    --font-small: 16px;\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    margin: 0 0 1rem;\n    font-weight: 700;\n    line-height: 1.2;\n  }\n\n  .product-detail-container h1 { font-size: var(--font-h1); }\n  .product-detail-container h2 { font-size: var(--font-h2); }\n  .product-detail-container h3 { font-size: var(--font-h3); }\n\n  .product-detail-container p {\n    margin: 0 0 1.5rem;\n    font-size: var(--font-body);\n    color: var(--text-sub);\n  }\n\n  .product-detail-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-md);\n  }\n\n  .pd-section {\n    margin-bottom: var(--spacing-lg);\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n    padding: var(--spacing-lg) 0;\n  }\n\n  .hero-tag {\n    display: inline-block;\n    padding: 0.5rem 1rem;\n    background: var(--bg-soft);\n    color: var(--primary);\n    border-radius: 50px;\n    font-size: var(--font-small);\n    font-weight: 600;\n    margin-bottom: 1.5rem;\n  }\n\n  .hero-media {\n    margin-top: var(--spacing-md);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: var(--shadow-lg);\n  }\n\n  \/* Feature Section *\/\n  .feature-section {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: var(--spacing-md);\n    align-items: center;\n  }\n\n  @media (min-width: 768px) {\n    .feature-section {\n      grid-template-columns: 1fr 1fr;\n      gap: var(--spacing-lg);\n    }\n    .feature-section.reverse {\n      direction: rtl;\n    }\n    .feature-section.reverse \u003e * {\n      direction: ltr;\n    }\n  }\n\n  .feature-copy {\n    padding: var(--spacing-md) 0;\n  }\n\n  .feature-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-top: 1.5rem;\n  }\n\n  .feature-tag {\n    padding: 0.4rem 0.8rem;\n    background: var(--bg-card);\n    border: 1px solid var(--border-color);\n    border-radius: var(--radius-md);\n    font-size: var(--font-small);\n    color: var(--text-sub);\n    display: flex;\n    align-items: center;\n    gap: 0.5rem;\n  }\n\n  \/* Scenario Grid *\/\n  .scenario-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: var(--spacing-md);\n  }\n  .scenario-item {\n    text-align: center;\n  }\n  .scenario-item h3 {\n    margin-top: 1rem;\n    margin-bottom: 0.5rem;\n  }\n\n  \/* Specifications *\/\n  .specs-container {\n    background: var(--bg-card);\n    padding: var(--spacing-md);\n    border-radius: var(--radius-lg);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .specs-table th,\n  .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-main);\n    font-weight: 600;\n  }\n\n  .specs-table td {\n    color: var(--text-sub);\n  }\n\n  @media (max-width: 767px) {\n    .specs-table, .specs-table tbody, .specs-table tr, .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      display: flex;\n      justify-content: space-between;\n      padding: 0.75rem 1rem;\n      border-bottom: 1px solid var(--bg-soft);\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-main);\n      margin-right: 1rem;\n    }\n  }\n\n  \/* FAQ *\/\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding: 1rem 0;\n  }\n\n  .faq-question {\n    font-weight: 600;\n    font-size: var(--font-h3);\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n\n  .faq-question::after {\n    content: '+';\n    font-size: 1.5rem;\n    color: var(--primary);\n  }\n\n  details[open] .faq-question::after {\n    content: '−';\n  }\n\n  .faq-answer {\n    padding-top: 1rem;\n    color: var(--text-sub);\n  }\n\n  \/* Image Placeholder *\/\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-weight: 500;\n    padding: 2rem;\n    box-sizing: border-box;\n  }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：桌面驱蝇风扇（无化学，充电式）\n目标受众：户外\/室内用餐人群，家庭，聚会者\n视觉风格：现代几何底座，动态全息扇叶，科技感与生活感结合\n配色策略：以全息反光为灵感的主色调，搭配干净的黑白灰背景\n模块顺序：Hero -\u003e Feature 1 (原理\u0026安全) -\u003e Feature 2 (续航\u0026充电) -\u003e Feature 3 (结构\u0026便携) -\u003e Scenario -\u003e Specs -\u003e FAQ\n详情图映射：Hero=image_3.png, Feature1=image_1.png, Feature2=image_2.png, Feature3=image_7.png, Scenario=image_3.png \u0026 image_4.png\n规格图映射：Specs=text \u0026 image_2.png\n对比模块：未加入（产品本身特性足够鲜明，无需强制对比）\n--\u003e\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-tag\"\u003eZonder Chemicaliën \u0026amp; Veilig voor het Gezin\u003c\/div\u003e\n\n\u003ch1\u003eEet in Rust, Zonder Vliegen.\u003c\/h1\u003e\n\n\u003cp\u003eGeniet van je maaltijden en bijeenkomsten buiten met onze innovatieve, oplaadbare tafelvliegenventilator. Hij creëert een zachte, stille barrière die vervelende insecten natuurlijk weg houdt van je eten.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260720104256\/87d90aa035259a49c53e18d00f3a0b68.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 1: Safety \u0026 Principle --\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img55\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260720104256\/27af5ac42d8d1aa521358aea36f63dfa.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eHet Geheim Zit in de Draai.\u003c\/h2\u003e\n\n\u003cp\u003eDe zachte, draaiende bladen hebben een speciaal holografisch patroon dat licht breekt. Dit visuele effect is erg desoriënterend voor vliegen, waardoor ze ver weg blijven van je eetgedeelte. Het beste is dat de \"Soft-Stop\" technologie ervoor zorgt dat de bladen onmiddellijk en zacht stoppen bij elk contact, waardoor het volledig veilig is voor nieuwsgierige handen, kinderen en huisdieren.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🛡️ Soft-Stop Veiligheid\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🌈 Holografische Afweermiddel\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🔇 Fluisterstil\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Power \u0026 Convenience --\u003e\n\n\u003cdiv class=\"pd-section feature-section reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img54\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260720104256\/f7fa75a82cf70c64a7de2fe5ace1dff1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eKracht die de Hele Dag Meegaat.\u003c\/h2\u003e\n\n\u003cp\u003eVergeet het constant kopen van wegwerpbatterijen. Onze vliegenventilator is uitgerust met een krachtige 1500mAh oplaadbare batterij die tot 15 uur continue bescherming biedt op één lading. De moderne Type-C-poort maakt eenvoudig opladen mogelijk via je laptop, powerbank of autolader, zodat hij altijd klaar is voor je volgende avontuur.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🔋 15 Uur Batterijduur\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e⚡ Type-C Oplaadbaar\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🎒 Draagbaar Ontwerp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Versatile Design --\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img53\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260720102803\/7bd71045f4fc34abc36bf9c99e587748.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eOntworpen voor Elke Omgeving.\u003c\/h2\u003e\n\n\u003cp\u003eWe hebben aan alles gedacht om je ervaring moeiteloos te maken. De stijlvolle, geometrische basis zorgt voor stabiliteit op elk vlak oppervlak, terwijl de flexibele hals je in staat stelt de hoogte en hoek van de ventilator aan te passen voor optimale dekking. Een verborgen haak aan de onderkant maakt het zelfs mogelijk om hem op te hangen, wat veelzijdige plaatsingsopties biedt voor elke binnen- of buitensituatie.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🔄 Flexibele Schacht\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🪝 Ingebouwde Ophanghaak\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e💎 Stabiele Geometrische Basis\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Scenario Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003ePerfect voor Elke Gelegenheid\u003c\/h2\u003e\n\n\u003cdiv class=\"scenario-grid\"\u003e\n\u003cdiv class=\"scenario-item\"\u003e\n\u003cp style=\"margin:0;display: block;width: 100%;\"\u003e\u003c\/p\u003e\n\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260720104256\/33efa5cdce642c09efebb1e28a0abcfd.jpg\"\u003e\u003c\/div\u003e\n\n\u003ch3\u003eBuiten BBQ \u0026amp; Picknicks\u003c\/h3\u003e\n\n\u003cp\u003eHoud je gegrilde favorieten en verse vruchten vrij van vliegen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-item\"\u003e\n\u003cp style=\"margin:0;display: block;width: 100%;\"\u003e\u003c\/p\u003e\n\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260720104226\/98353de89475a077e277f7ed9c7e6e8c.jpg\"\u003e\u003c\/div\u003e\n\n\u003ch3\u003eFeestjes \u0026amp; Bij het Zwembad\u003c\/h3\u003e\n\n\u003cp\u003eCreëer een comfortabele, insectenvrije zone voor je gasten.\u003c\/p\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\u003eSpecificaties\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eKenmerk\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\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=\"Power Source\"\u003eOplaadbare Li-ion Batterij\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e1500mAh\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Working Time\"\u003eTot 15 Uur\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eBij een volle lading\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Charging Port\"\u003eUSB Type-C\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eKabel inbegrepen\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eABS Plastic, Zachte PVC Bladen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e-\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Color\"\u003eZwart\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMatte afwerking basis\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Special Features\"\u003eSoft-Stop Bladen, Holografisch Patroon, Flexibele Schacht, Ophanghaak\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e-\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!-- FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eVeelgestelde Vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary class=\"faq-question\"\u003eIs dit veilig voor kinderen en huisdieren?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eJa, absoluut. De bladen zijn gemaakt van een zacht, flexibel materiaal en zijn ontworpen met \"Soft-Stop\" technologie. Als een hand of voorwerp de draaiende bladen raakt, stoppen ze onmiddellijk, waardoor er geen gevaar is.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary class=\"faq-question\"\u003eHoe houdt hij vliegen weg zonder chemicaliën?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eHij werkt op een fysieke manier. De bladen hebben een speciaal holografisch patroon dat licht breekt terwijl ze draaien. Deze visuele verstoring is erg irritant voor vliegen, waardoor ze het gebied vanzelf vermijden. De zachte luchtbeweging helpt ook om ze weg te houden.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary class=\"faq-question\"\u003eKan ik hem gebruiken terwijl hij aan het opladen is?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eJa, de ventilator kan worden gebruikt terwijl hij is aangesloten en wordt opgeladen via de USB Type-C-poort.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"Zwart","offer_id":46875750629549,"sku":null,"price":19.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/87d90aa035259a49c53e18d00f3a0b68.jpg?v=1784515625","url":"https:\/\/newjoyloo.com\/nl\/products\/keep-flies-off-food-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}