{"product_id":"keep-flies-off-food-rjc","title":"Éloignez les mouches de la nourriture","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\"\u003eSans produits chimiques \u0026amp; sûr pour la famille\u003c\/div\u003e\n\n\u003ch1\u003eDînez en paix, sans les mouches.\u003c\/h1\u003e\n\n\u003cp\u003eProfitez de vos repas et rassemblements en plein air avec notre ventilateur de table anti-mouches innovant et rechargeable. Il crée une barrière douce et silencieuse qui éloigne naturellement les insectes gênants de votre nourriture.\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\u003eLe secret est dans la rotation.\u003c\/h2\u003e\n\n\u003cp\u003eLes pales souples et rotatives présentent un motif holographique spécial qui réfracte la lumière. Cet effet visuel désoriente fortement les mouches, les tenant éloignées de votre espace repas. Mieux encore, la technologie « Soft-Stop » garantit que les pales s'arrêtent instantanément et en douceur au moindre contact, rendant l'appareil totalement sûr pour les mains curieuses, les enfants et les animaux.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🛡️ Sécurité Soft-Stop\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🌈 Répulsif holographique\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🔇 Ultra silencieux\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\u003eUne puissance qui dure toute la journée.\u003c\/h2\u003e\n\n\u003cp\u003eFini les piles jetables à acheter sans cesse. Notre ventilateur anti-mouches est équipé d'une puissante batterie rechargeable de 1500mAh qui offre jusqu'à 15 heures de protection continue sur une seule charge. Le port moderne Type-C permet une charge facile depuis votre ordinateur portable, batterie externe ou adaptateur voiture, garantissant qu'il soit toujours prêt pour votre prochaine aventure.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🔋 Autonomie de 15 heures\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e⚡ Rechargeable Type-C\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🎒 Design portable\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\u003eConçu pour tous les environnements.\u003c\/h2\u003e\n\n\u003cp\u003eNous avons tout prévu pour rendre votre expérience facile. La base géométrique et élégante assure la stabilité sur toute surface plane, tandis que l'arbre flexible vous permet d'ajuster la hauteur et l'angle du ventilateur pour une couverture optimale. Un crochet caché sous la base permet même de le suspendre, offrant des options de placement polyvalentes pour tout scénario intérieur ou extérieur.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🔄 Arbre flexible\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🪝 Crochet de suspension intégré\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e💎 Base géométrique stable\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;\"\u003eParfait pour toutes les occasions\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\u003eBarbecues \u0026amp; pique-niques en plein air\u003c\/h3\u003e\n\n\u003cp\u003eGardez vos grillades et fruits frais à l'abri des mouches.\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\u003eFêtes \u0026amp; au bord de la piscine\u003c\/h3\u003e\n\n\u003cp\u003eCréez une zone confortable et sans insectes pour vos invités.\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\u003eSpécifications\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\u003eCaractéristique\u003c\/th\u003e\n\t\t\t\u003cth\u003eDétails\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\"\u003eBatterie Li-ion rechargeable\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\"\u003eJusqu'à 15 heures\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eSur une charge complète\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\"\u003eCâble inclus\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003ePlastique ABS, pales en PVC souple\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\"\u003eNoir\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eBase finition mate\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Special Features\"\u003ePales Soft-Stop, Motif holographique, Arbre flexible, Crochet de suspension\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\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary class=\"faq-question\"\u003eEst-ce sûr pour les enfants et les animaux domestiques ?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eOui, absolument. Les pales sont fabriquées en matériau souple et flexible et sont conçues avec la technologie « Soft-Stop ». Si une main ou un objet touche les pales en rotation, elles s'arrêtent immédiatement, évitant tout danger.\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\"\u003eComment éloigne-t-il les mouches sans produits chimiques ?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eIl utilise une méthode physique. Les pales ont un motif holographique spécial qui réfracte la lumière lorsqu'elles tournent. Cette perturbation visuelle est extrêmement irritante pour les mouches, ce qui les pousse à éviter naturellement la zone. Le léger mouvement d'air aide également à les éloigner.\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\"\u003ePuis-je l'utiliser pendant qu'il charge ?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eOui, le ventilateur peut fonctionner pendant qu'il est branché et en charge via le port USB Type-C.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"Noir","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\/fr\/products\/keep-flies-off-food-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}