{"product_id":"natural-granular-insect-repellent-rjc","title":"Natuurlijk insectenwerend granulaat","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：有机颗粒驱虫剂（家庭\/户外\/农场用）\n  目标受众：房主、园丁、有宠物和儿童的家庭、农场主\n  视觉风格：自然、安全、可靠、环保。配色源自包装：深黑背景衬托鲜亮的生态绿和令人安心的蓝色。\n  模块顺序：\n    1. Hero (建立安全连接，强调对人和宠物的安全性) - 使用 image_0.png (女孩)\n    2. Feature 1 (核心场景：房屋周边屏障) - 使用 image_2.png (使用动作)\n    3. Feature 2 (扩展场景：农场\/花园\/多用途) - 使用 image_3.png (农场动物)\n    4. Feature 3 (产品细节：成分与包装) - 使用 image_1.png (产品特写)\n    5. Specifications (基于标签和规格图数据)\n    6. FAQ (基于补充文本的使用指导)\n  详情图映射：Hero=image_0.png, Feature1=image_2.png, Feature2=image_3.png, Feature3=image_1.png\n  规格图映射：Specs=image_1.png, image_4.png\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #7CBD42; \/* 生态绿，源自标签 *\/\n      --primary-hover: #6aa339;\n      --accent-blue: #00AEEF; \/* 安全蓝，源自标签 *\/\n      --text-main: #2C2C2C;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-soft: #F5F7F4; \/* 极淡的绿色背景 *\/\n      --bg-dark: #1A1A1A; \/* 包装主色调 *\/\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n      --section-spacing: clamp(3rem, 8vw, 5rem);\n      --font-size-body: 18px;\n    }\n\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      font-size: var(--font-size-body);\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      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      margin-bottom: 1.5rem;\n      color: var(--text-sub);\n    }\n\n    \/* Reusable Components *\/\n    .badge-trust {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 0.4rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n      border: 1px solid var(--primary);\n    }\n\n    .pd-image-placeholder {\n      background: var(--bg-soft);\n      border: 2px dashed #ccc;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #666;\n      font-size: 14px;\n      width: 100%;\n      min-height: 300px;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Module: Hero *\/\n    .hero-section {\n      text-align: center;\n      margin-bottom: var(--section-spacing);\n      padding-top: 2rem;\n    }\n\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto 2rem;\n    }\n\n    .hero-media img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Module: Features (Z-Pattern) *\/\n    .feature-section {\n      display: flex;\n      flex-direction: column;\n      gap: var(--section-spacing);\n      margin-bottom: var(--section-spacing);\n    }\n\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n\n    .feature-media img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 0.3rem 0.8rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      font-weight: 500;\n      display: flex;\n      align-items: center;\n      gap: 0.4rem;\n    }\n\n    \/* Desktop Z-Pattern alternation *\/\n    @media (min-width: 768px) {\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* Mobile layout overrides *\/\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column;\n        text-align: center;\n      }\n      .feature-tags {\n        justify-content: center;\n      }\n      .hero-section {\n        text-align: left;\n      }\n    }\n\n    \/* Module: Specifications *\/\n    .specs-section {\n      margin-bottom: var(--section-spacing);\n      background-color: var(--bg-soft);\n      padding: clamp(2rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n      background: var(--bg-body);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1rem 1.5rem;\n      text-align: left;\n      border-bottom: 1px solid #eee;\n    }\n\n    .specs-table th {\n      background-color: #fafafa;\n      font-weight: 600;\n      width: 35%;\n      color: var(--text-main);\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 #eee; border-radius: var(--radius-md); }\n      .specs-table td {\n        padding: 0.75rem 1rem;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: 1px solid #eee;\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    \/* Module: FAQ *\/\n    .faq-section {\n      margin-bottom: var(--section-spacing);\n      max-width: 900px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      margin-bottom: 1rem;\n    }\n\n    .faq-item summary {\n      font-weight: 600;\n      font-size: 20px;\n      padding: 1rem 0;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      color: var(--text-main);\n    }\n\n    .faq-item summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .faq-item summary::after {\n      content: '+';\n      font-size: 24px;\n      color: var(--primary);\n      font-weight: 400;\n    }\n\n    details[open] summary::after {\n      content: '-';\n    }\n\n    .faq-item div {\n      padding-bottom: 1.5rem;\n      color: var(--text-sub);\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"badge-trust\"\u003eBescherming op plantaardige basis\u003c\/span\u003e\n\u003ch1\u003eBescherm je huis, veilig en natuurlijk.\u003c\/h1\u003e\n\u003cp\u003eCreëer een krachtige organische barrière tegen mieren, teken en mijten zonder agressieve chemicaliën. Een zorgeloze oplossing die bij correct gebruik veilig is voor kinderen, huisdieren en de planeet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img78\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624145537\/df4cf1ff4ce30f4742886fbe521298a2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img79\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624145537\/88d6dab2e00a4b6902a7af08e84cf454.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eHet onzichtbare schild voor de fundering van je huis\u003c\/h2\u003e\n\u003cp\u003eHoud ongedierte buiten voordat het binnenkomt. Giet deze korrels eenvoudig eenmaal per maand rond de fundering van je huis, garage of bijgebouwen. Zo ontstaat een langdurige barrière die kruipende insecten zoals mieren en kakkerlakken effectief weert.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🏡 Bescherming rondom je huis\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🛡️ Werkt tegen mieren \u0026amp; mijten\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e📅 Maandelijkse toepassing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Farm \u0026 Garden Versatility --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img80\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624145537\/2d73bc0f58f86b1d0c24b194e9251eac.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEffectief tegen ongedierte, zacht voor je ecosysteem\u003c\/h2\u003e\n\u003cp\u003eHoud je terrein gezond. Deze organische formule is bijvriendelijk en veilig voor gebruik in een biologische tuin. Strooi het in kippenhokken of schuren om het strooisel op te frissen, vocht te verminderen en geurtjes te verwijderen, terwijl het ongedierte weert.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🐝 Bijvriendelijk\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🐔 Veilig voor kippenhokken \u0026amp; geurverdrijvend\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🌿 Biologisch tuinieren\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Ease of Use \u0026 Ingredients --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img81\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624145537\/7069523aa5b7a717081b17a920c2d92f.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eNatuurlijke ingrediënten zonder gedoe\u003c\/h2\u003e\n\u003cp\u003eVergeet ingewikkelde synthetische sprays. Onze formule bevat actieve cederolie (0,1%) voor een effectieve werking tegen ongedierte. Dankzij de gemakkelijk uit te schenken, hersluitbare zak blijven de korrels vers en effectief, zodat je ze gemakkelijk maandelijks opnieuw kunt aanbrengen.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🌲 Actief cederbestanddeel\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e✨ Gemakkelijk uit te strooien korrels\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🔒 Hersluitbare zak\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eProductspecificaties\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Product Type\"\u003eOrganische insectenwerende korrels\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Active Ingredient\"\u003eCederolie (0,1%)\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Primary Use\"\u003eRondom het huis, tuin, gazon, schuur\/kippenhok\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Available Sizes\"\u003e5 lbs (80 oz) \/ 20 lbs (320 oz)\u003c\/td\u003e\n \u003c\/tr\u003e\n \u003ctr\u003e\n \u003ctd data-label=\"Packaging\"\u003eStaande, hersluitbare zak\u003c\/td\u003e\n \u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eVeelgestelde vragen\u003c\/h2\u003e\n\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eHoe breng ik dit aan op mijn gazon tegen teken?\u003c\/summary\u003e\n\u003cdiv\u003eGebruik voor het weren van insecten in je gazon een strooiwagen op de laagste stand. Strooi ongeveer 1 lb korrels per 20 sq ft over je gazon om vlooien en teken te voorkomen.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eIs het veilig om in kippenhokken te gebruiken?\u003c\/summary\u003e\n\u003cdiv\u003eJa. Het kan worden gebruikt om geurtjes te verwijderen en vocht in kippenhokken te verminderen. Strooi een dunne laag (ongeveer 1\/8 inch) over het strooisel. Het kan boven op of onder matten worden aangebracht.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\u003csummary\u003eHoe vaak moet ik het rond mijn huis opnieuw aanbrengen?\u003c\/summary\u003e\n\u003cdiv\u003eVoor het beste resultaat als barrière rondom je huis giet je het eenmaal per maand rond de fundering van je woning. Zo blijft een veilige en effectieve barrière tegen ongedierte behouden.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Cartivra","offers":[{"title":"1 Zak (Kleine terreinomtrek)","offer_id":48475415675092,"sku":"0624-16338280","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2 Zakken (Voor- en achtertuin)","offer_id":48475415707860,"sku":"0624-16336621","price":20.95,"currency_code":"USD","in_stock":true},{"title":"4 Zakken (Groot landgoed \/ boerderij)","offer_id":48475415740628,"sku":"0624-16333088","price":40.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/df4cf1ff4ce30f4742886fbe521298a2_2ac19b5c-1a05-4e68-bd9c-ab9c349c9334.jpg?v=1787755155","url":"https:\/\/omurio.com\/nl\/products\/natural-granular-insect-repellent-rjc","provider":"Omurio","version":"1.0","type":"link"}