{"product_id":"insectenwerende-pepermunt-spray","title":"Insectenwerende Pepermunt Spray","description":"\u003cdiv class=\"product-detail-container\"\u003e\u003c!--\n[AI Design Logic]\n产品类型：天然薄荷精油驱虫喷雾\n目标受众：寻求安全、天然家庭防虫解决方案的家庭用户\n视觉风格：清新、自然、洁净。配色以白色、薄荷绿、清透蓝为主。\n模块顺序：Hero (整体价值) -\u003e Feature 1 (配方优势) -\u003e Feature 2 (核心作用\/场景) -\u003e Feature 3 (使用便捷性) -\u003e Specs (参数事实) -\u003e FAQ (疑虑消除)\n详情图映射：Hero=image_0.png, Feature1(Formula)=image_4.png, Feature2(Barrier)=image_1.png, Feature3(Usage)=image_2.png\n规格图映射：Specs数据来源于标签截图\n对比模块：未单独设立，但Feature 2使用了带有Before\/After概念的图片来体现效果。\n--\u003e\u003c\/div\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* Design System Variables *\/\n    --primary: #00A651; \/* Mint Green from label *\/\n    --primary-dark: #008c44;\n    --secondary: #007BFF; \/* Blue from label emphasizing freshness *\/\n    --accent: #FFC107; \/* Yellow accent from label *\/\n    --text-main: #212529;\n    --text-sub: #565E64;\n    --bg-body: #FFFFFF;\n    --bg-soft: #F8F9FA;\n    --bg-card: #FFFFFF;\n    --border-color: #E9ECEF;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n    --shadow-md: 0 8px 24px rgba(0,0,0,0.08);\n    --spacing-section: clamp(3rem, 8vw, 5rem);\n    --spacing-block: clamp(1.5rem, 4vw, 2.5rem);\n\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    line-height: 1.6;\n    box-sizing: border-box;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1,\n  .product-detail-container h2,\n  .product-detail-container h3 {\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: 1rem;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h1 { font-size: clamp(32px, 5vw, 44px); }\n  .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); }\n  .product-detail-container h3 { font-size: 20px; }\n  .product-detail-container p { font-size: 18px; margin-bottom: 1.5rem; color: var(--text-sub); }\n  .product-detail-container li { font-size: 18px; margin-bottom: 0.5rem; }\n\n  \/* Utilities *\/\n  .text-primary { color: var(--primary); }\n  .flex-center { display: flex; align-items: center; justify-content: center; }\n  .img-fluid { display: block; width: 100%; height: auto; border-radius: var(--radius-md); object-fit: cover; }\n\n  \/* Layout Structure *\/\n  .pd-section {\n    margin-bottom: var(--spacing-section);\n  }\n\n  .two-col-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: var(--spacing-block);\n    align-items: center;\n  }\n\n  @media (min-width: 768px) {\n    .two-col-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: clamp(3rem, 6vw, 5rem);\n    }\n    .two-col-grid.reversed .col-media { order: 2; }\n    .two-col-grid.reversed .col-text { order: 1; }\n  }\n\n  \/* Components *\/\n  .trust-badge {\n    display: inline-flex;\n    align-items: center;\n    padding: 0.5rem 1rem;\n    background: var(--bg-soft);\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    color: var(--primary-dark);\n    margin-bottom: 1.5rem;\n  }\n  .trust-badge span { margin-right: 0.5rem; }\n\n  .feature-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-top: 1.5rem;\n  }\n  .feature-pill {\n    padding: 0.4rem 1rem;\n    background: var(--bg-soft);\n    border: 1px solid var(--border-color);\n    border-radius: 50px;\n    font-size: 16px;\n    color: var(--text-sub);\n    display: flex;\n    align-items: center;\n  }\n  .feature-pill i { margin-right: 0.5rem; color: var(--primary); }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    overflow: hidden;\n    border: 1px solid var(--border-color);\n  }\n  .spec-table th, .spec-table td {\n    padding: 1rem 1.5rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 18px;\n  }\n  .spec-table th {\n    background: var(--bg-soft);\n    font-weight: 600;\n    width: 40%;\n    color: var(--text-main);\n  }\n  @media (max-width: 767px) {\n    .spec-table, .spec-table tbody, .spec-table tr, .spec-table td { display: block; width: 100%; box-sizing: border-box; }\n    .spec-table th { 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      display: flex;\n      flex-direction: column;\n      align-items: flex-start;\n      border-bottom: 1px solid var(--border-color);\n      padding: 1rem;\n    }\n    .spec-table td:last-child { border-bottom: none; }\n    .spec-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 0.25rem;\n    }\n  }\n\n  \/* FAQ *\/\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding: 1.5rem 0;\n  }\n  .faq-question {\n    font-size: 20px;\n    font-weight: 600;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n  .faq-question::-webkit-details-marker { display: none; }\n  .faq-question::after {\n    content: '+';\n    font-size: 24px;\n    color: var(--primary);\n  }\n  details[open] .faq-question::after { content: '−'; }\n  .faq-answer {\n    margin-top: 1rem;\n    padding-right: 2rem;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Section A: Hero --\u003e\n\u003cdiv class=\"pd-section two-col-grid\"\u003e\n\u003cdiv class=\"col-text\"\u003e\n\u003cdiv class=\"trust-badge\"\u003e\u003cspan\u003e🌿 Plantaardige bescherming\u003c\/span\u003e\u003c\/div\u003e\n\u003ch2\u003eBescherm je huis op natuurlijke wijze met de kracht van pepermunt\u003c\/h2\u003e\n\u003cp\u003eCreëer een veilige, effectieve barrière tegen ongedierte in huis, zonder agressieve chemicaliën. Geniet van gemoedsrust en een frisse, schone geur.\u003c\/p\u003e\n\u003cdiv class=\"feature-pills\"\u003e\n\u003cdiv class=\"feature-pill\"\u003e✅ Veilig voor het hele gezin*\u003c\/div\u003e\n\u003cdiv class=\"feature-pill\"\u003e✅ Frisse geur\u003c\/div\u003e\n\u003cdiv class=\"feature-pill\"\u003e✅ Binnen en buiten\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"col-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/1_c3395b5d-c1fc-4b21-a9b1-56bc4a8c8fba.jpg?v=1785826686\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section B: Feature 1 - Formula Focus --\u003e\n\u003cdiv class=\"pd-section two-col-grid reversed\"\u003e\n\u003cdiv class=\"col-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/2_96c2b801-ace9-4f95-9853-cd756266524f.jpg?v=1785826686\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-text\"\u003e\n\u003ch2\u003eDoor de natuur samengesteld, vertrouwd door gezinnen\u003c\/h2\u003e\n\u003cp\u003eMaakt gebruik van de natuurlijke afstotende eigenschappen van essentiële pepermuntolie. Onze formule houdt veelvoorkomend ongedierte effectief op afstand en laat een frisse, aangename geur achter in plaats van chemische dampen. Het is de milde maar krachtige oplossing voor een schonere leefomgeving.\u003c\/p\u003e\n\u003cdiv class=\"feature-pills\"\u003e\n\u003cdiv class=\"feature-pill\"\u003e🌱 Geen kunstmatige geurstoffen\u003c\/div\u003e\n\u003cdiv class=\"feature-pill\"\u003e💧 Drager op waterbasis\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section B: Feature 2 - Barrier\/Scenario Focus --\u003e\n\u003cdiv class=\"pd-section two-col-grid\"\u003e\n\u003cdiv class=\"col-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/3_e7f2a053-ddc5-47c3-bb1f-03e6eb9c50d9.jpg?v=1785826685\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-text\"\u003e\n\u003ch2\u003eUw onzichtbare schild tegen indringers\u003c\/h2\u003e\n\u003cp\u003eDood insecten niet alleen, maar houd ze ook buiten. Spuit rond deuren, ramen, plinten en hoeken van de garage om een beschermende barrière te creëren. Deze barrière weerhoudt mieren, spinnen en kakkerlakken ervan uw huis binnen te komen.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ePakt toegangspunten effectief aan\u003c\/li\u003e\n\u003cli\u003eIdeaal voor keukens, kelders en terrassen\u003c\/li\u003e\n\u003cli\u003eLangdurig nawerkend effect\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section B: Feature 3 - Ease of Use Focus --\u003e\n\u003cdiv class=\"pd-section two-col-grid reversed\"\u003e\n\u003cdiv class=\"col-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/4_e020deb8-6506-46aa-b7b4-4096528cfdbc.jpg?v=1785826686\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"col-text\"\u003e\n\u003ch2\u003eGewoon schudden, spuiten en ontspannen\u003c\/h2\u003e\n\u003cp\u003eOngediertebestrijding hoeft geen gedoe te zijn. Met onze gebruiksklare spuitfles met trekker gaat het aanbrengen moeiteloos. Gewoon even schudden en spuiten waar je bescherming nodig hebt. Geen mengen, geen ingewikkelde voorbereiding – gewoon direct resultaat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section C: Specifications --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch3\u003eProductspecificaties\u003c\/h3\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eNatuurlijke insectenwerende spray\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eActive Ingredient\u003c\/th\u003e\n\u003ctd\u003ePepermuntolie (2,0%)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOther Ingredients\u003c\/th\u003e\n\u003ctd\u003eNatriumlaurylsulfaat (1.0%), water en emulgatoren (97.0%)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eVolume\u003c\/th\u003e\n\u003ctd\u003e120 ml (ongeveer 4 fl oz)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eApplication Type\u003c\/th\u003e\n\u003ctd\u003eTriggerspuit\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eScent\u003c\/th\u003e\n\u003ctd\u003eVerse pepermunt\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Verkauft.nl","offers":[{"title":"Default Title","offer_id":52930167439541,"sku":"0722-14091195","price":27.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/1_c3395b5d-c1fc-4b21-a9b1-56bc4a8c8fba.jpg?v=1785826686","url":"https:\/\/verkauft.nl\/products\/insectenwerende-pepermunt-spray","provider":"Verkauft.nl","version":"1.0","type":"link"}