{"product_id":"pop-up-voedselafdekking","title":"Pop-Up Voedselafdekking","description":"\u003cdiv class=\"product-detail-container\"\u003e\u003c!--\n  [AI Design Logic]\n  产品类型：折叠式网状食物罩\n  目标受众：家庭主妇、露营野餐爱好者\n  视觉风格：清新、洁净、生活化，强调产品的白色网纱材质和使用场景。\n  配色策略：以白色（--primary-white）为主色调，搭配自然的木色、米色背景色（--bg-soft），营造舒适、卫生的感觉。\n  模块顺序：Hero (吸引) -\u003e Feature 1 (核心操作卖点) -\u003e Feature 2 (核心功能卖点) -\u003e Feature 3 (场景与收纳卖点) -\u003e Specifications (规格参数) -\u003e FAQ (常见问题)。\n  详情图映射：Hero=image_3.png, Feature1=image_0.png, Feature2=image_4.png, Feature3=image_2.png\n  规格图映射：Specs=image_5.png\n  对比模块：未加入，因产品功能单一明确，无需复杂对比。\n  --\u003e\u003c\/div\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary-white: #ffffff;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-soft: #f7f7f8;\n      --border-color: #e5e5e5;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);\n\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.7;\n    }\n\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      margin: 0 0 1rem 0;\n      font-weight: 600;\n      line-height: 1.3;\n    }\n\n    .product-detail-container h1 { font-size: clamp(32px, 4vw, 44px); }\n    .product-detail-container h2 { font-size: clamp(24px, 3vw, 32px); }\n    .product-detail-container h3 { font-size: 22px; }\n    .product-detail-container p { margin: 0 0 1.5rem 0; font-size: 18px; color: var(--text-sub); }\n    .product-detail-container .subtitle { font-size: 20px; color: var(--text-sub); margin-bottom: 2rem; }\n\n    .img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .img-placeholder {\n      width: 100%;\n      background: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-family: monospace;\n      font-size: 14px;\n      aspect-ratio: 4\/3; \/* 默认比例，可根据实际图片调整 *\/\n    }\n\n    .section-spacing {\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n    }\n    .trust-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      padding: 0.5rem 1.5rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Feature Sections *\/\n    .feature-section {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n    .feature-section:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n    .feature-tag {\n      background: var(--bg-soft);\n      padding: 0.4rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      color: var(--text-sub);\n    }\n\n    \/* Specifications *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      text-align: left;\n    }\n    .spec-table th, .spec-table td {\n      padding: 1rem 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .spec-table th {\n      font-weight: 600;\n      width: 30%;\n    }\n    .spec-table tr:last-child td,\n    .spec-table tr:last-child th {\n      border-bottom: none;\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n    .faq-question {\n      font-weight: 600;\n      font-size: 20px;\n      margin-bottom: 0.75rem;\n      display: flex;\n      align-items: baseline;\n    }\n    .faq-question::before {\n      content: \"Q.\";\n      margin-right: 0.75rem;\n      color: var(--text-main);\n    }\n    .faq-answer {\n      color: var(--text-sub);\n      margin-bottom: 0;\n      padding-left: 2rem;\n    }\n\n    \/* Mobile Styles *\/\n    @media (max-width: 767px) {\n      .feature-section, .feature-section:nth-child(even) {\n        flex-direction: column;\n        text-align: left;\n      }\n      .img-placeholder {\n        aspect-ratio: 3\/2;\n      }\n\n      \/* Spec Table Mobile *\/\n      .spec-table, .spec-table thead, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .spec-table thead { display: none; }\n      .spec-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); }\n      .spec-table td {\n        padding: 0.75rem 1rem;\n        text-align: right;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n      }\n      .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        text-align: left;\n        padding-right: 1rem;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cp\u003e✨ Pop-upontwerp voor dagelijks gebruiksgemak\u003c\/p\u003e\n\u003ch1\u003eDirecte bescherming voor ongediertevrij eten\u003c\/h1\u003e\n\u003cp\u003eBescherm je eten binnen enkele seconden tegen vliegen, insecten en stof. Luchtdoorlatend, opvouwbaar en perfect voor maaltijden binnen of buiten.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cdiv style=\"aspect-ratio: 4\/3;\" class=\"img-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/1_795a5378-f7f1-4487-b7ee-033b70ce14f6.jpg?v=1783765135\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv style=\"aspect-ratio: 1\/1;\" class=\"img-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/2_57014896-2049-4aa9-b6bb-4ea7572b4378.jpg?v=1783765135\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBinnen enkele seconden klaar, in een handomdraai opgeborgen\u003c\/h2\u003e\n\u003cp\u003eGeniet van zorgeloze bescherming van uw etenswaren. Dankzij het slimme trekkoordmechanisme klapt de etenswarentent in een oogwenk open – net als een paraplu. Als u klaar bent, klapt u hem met een simpele druk op de bovenste knop plat in, zodat u hem compact kunt opbergen in lades of tassen.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eDirecte pop-up\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEenvoudig op te vouwen\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eRuimtebesparend\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Protection \u0026 Material --\u003e\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv style=\"aspect-ratio: 4\/3;\" class=\"img-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/3_2f21e439-23d1-4682-8202-bba9399858b1.jpg?v=1783765135\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eVolledige afdekking zonder dat dit ten koste gaat van de versheid\u003c\/h2\u003e\n\u003cp\u003eDeze afdekking is gemaakt van fijnmazig gaas en vormt een betrouwbare barrière tegen ongewenste gasten zoals vliegen en muggen, terwijl de lucht toch kan circuleren, waardoor uw eten vers blijft. De elegante kanten rand aan de onderkant zorgt ervoor dat de afdekking beter aansluit op het tafelblad.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eFijnmazig\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eAdemend\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eRand met kantversiering\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Versatile Scenarios --\u003e\n\u003cdiv class=\"feature-section section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv style=\"aspect-ratio: 3\/4;\" class=\"img-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/4_8af8293c-2cc9-4c4b-8549-56bb46b091af.jpg?v=1783765135\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUw onmisbare metgezel bij elke maaltijd\u003c\/h2\u003e\n\u003cp\u003eDeze vierkante voedselafdekking is licht van gewicht en gemakkelijk mee te nemen, en bovendien ongelooflijk veelzijdig. Hij is ideaal om restjes op het aanrecht te beschermen, gerechten af te dekken tijdens een barbecue in de tuin of om uw picknick vrij van ongedierte te houden. Door zijn vorm past hij perfect over borden en kommen.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eKeuken binnenshuis\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003ePicknick in de buitenlucht\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eBarbecueën \u0026amp; Feestjes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Gadgetspeurder","offers":[{"title":"Standaard (38 x 38cm)","offer_id":45312505249862,"sku":"0609-15282629","price":14.99,"currency_code":"EUR","in_stock":true},{"title":"Groot (48 x 48cm)","offer_id":45312505348166,"sku":"0609-15289649","price":17.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/1_795a5378-f7f1-4487-b7ee-033b70ce14f6.jpg?v=1783765135","url":"https:\/\/gadgetspeurder.nl\/products\/pop-up-voedselafdekking","provider":"Gadgetspeurder","version":"1.0","type":"link"}