{"product_id":"instant-snap-iodine-swabs-rjc","title":"Instant Snap jodiumdoekjes","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：便携式医疗急救用品\n  目标受众：户外爱好者、旅行者、家长、需要常备急救包的人群\n  视觉风格：干净、专业、值得信赖、强调动作和便携性\n  配色策略：以医疗蓝（--primary）为主色传达专业感，背景采用柔和的浅灰（--bg-soft）突出产品。\n  模块顺序：Hero (强调核心动作) -\u003e Feature 1 (工作原理) -\u003e Feature 2 (便携场景) -\u003e Scenario (多用途展示) -\u003e Specs -\u003e FAQ\n  详情图映射：\n    - Hero: detail_1 (展示核心的“折断”动作)\n    - Feature 1: detail_2 (展示液体流出和涂抹)\n    - Feature 2: detail_3 (展示放入包中的便携场景)\n    - Scenario: detail_6 (展示身体不同部位的使用)\n  规格图映射：\n    - Specs: spec_1 (来源于 image_7.png\/image_9.png)\n  对比模块：未加入，因为产品机制独特，直接展示其自身优势比与传统碘酒瓶对比更直观高效。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #0056b3;\n      --primary-hover: #004494;\n      --text-main: #212529;\n      --text-sub: #6c757d;\n      --bg-body: #ffffff;\n      --bg-card: #ffffff;\n      --bg-soft: #f8f9fa;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 24px rgba(0,0,0,0.08);\n      --border-color: #e9ecef;\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      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 { font-size: clamp(32px, 4vw, 44px); font-weight: 700; margin-bottom: 1rem; line-height: 1.2; }\n    .product-detail-container h2 { font-size: clamp(24px, 3vw, 32px); font-weight: 600; margin-bottom: 1.5rem; }\n    .product-detail-container h3 { font-size: 22px; font-weight: 600; margin-bottom: 1rem; }\n    .product-detail-container p { font-size: 18px; color: var(--text-sub); margin-bottom: 1.5rem; }\n    .product-detail-container .trust-badge {\n      display: inline-flex;\n      align-items: center;\n      background: var(--bg-soft);\n      color: var(--primary);\n      font-weight: 600;\n      font-size: 16px;\n      padding: 0.5rem 1rem;\n      border-radius: 2rem;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Layout \u0026 Spacing *\/\n    .pd-section { margin-bottom: clamp(3rem, 6vw, 5rem); }\n    .pd-grid { display: grid; gap: clamp(2rem, 4vw, 4rem); align-items: center; }\n    \n    @media (min-width: 768px) {\n      .pd-grid--2-col { grid-template-columns: 1fr 1fr; }\n      .pd-grid--reversed .pd-grid__media { order: 2; }\n      .pd-grid--reversed .pd-grid__content { order: 1; }\n    }\n\n    \/* Images *\/\n    .pd-image { width: 100%; height: auto; display: block; border-radius: var(--radius-lg); }\n    .pd-image--spec {\n      aspect-ratio: 1\/1;\n      object-fit: contain;\n      background: var(--bg-soft);\n      padding: 2rem;\n    }\n\n    \/* Feature Pills *\/\n    .feature-pills { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1rem; }\n    .feature-pill {\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      font-size: 16px;\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Scenario Grid *\/\n    .scenario-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n      gap: 1.5rem;\n      margin-top: 2rem;\n    }\n    .scenario-item img { width: 100%; border-radius: var(--radius-lg); }\n    .scenario-item p { text-align: center; margin-top: 0.5rem; font-size: 16px; color: var(--text-main); font-weight: 500; }\n\n    \/* Specs Table *\/\n    .specs-table { width: 100%; border-collapse: collapse; margin-top: 1rem; }\n    .specs-table th, .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .specs-table th { color: var(--text-sub); font-weight: 500; width: 40%; }\n    .specs-table td { font-weight: 600; }\n\n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td { display: block; width: 100%; }\n      .specs-table th { display: none; }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        padding: 0.75rem 0;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        color: var(--text-sub);\n        font-weight: 500;\n        margin-right: 1rem;\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-item { border-bottom: 1px solid var(--border-color); padding: 1.5rem 0; }\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      cursor: pointer;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      color: var(--text-main);\n    }\n    .faq-question::after { content: '+'; font-size: 24px; color: var(--primary); }\n    details[open] .faq-question::after { content: '−'; }\n    .faq-answer { margin-top: 1rem; font-size: 18px; color: var(--text-sub); }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"trust-badge\"\u003e🛡️ Klaar wanneer jij dat bent\u003c\/div\u003e\n\n\u003ch1\u003eDirecte eerste hulp, slechts een breekbeweging verwijderd\u003c\/h1\u003e\n\n\u003cp\u003eVergeet rommelige flesjes en gedoe met doppen. Deze voorgevulde joodwattenstaafjes activeren binnen enkele seconden voor directe, hygiënische wondverzorging waar je ook bent.\u003c\/p\u003e\n\n\u003cdiv style=\"aspect-ratio: 1\/1; overflow: hidden; background: var(--bg-soft); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526142517\/cc30c4d60392850c58dbbfc183785185.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-grid pd-grid--2-col\"\u003e\n\u003cdiv class=\"pd-grid__media\"\u003e\n\u003cdiv style=\"aspect-ratio: 1\/1; overflow: hidden; background: var(--bg-soft); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img76\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526142328\/89d0a433f258ee0b06eebcd05588697d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-grid__content\"\u003e\n\u003ch2\u003eInnovatief breek-en-stroom ontwerp\u003c\/h2\u003e\n\n\u003cp\u003eOnze unieke holle buistechnologie houdt de joodoplossing gescheiden totdat je het nodig hebt. Breek simpelweg het uiteinde met de rode ring, en de vloeistof stroomt automatisch naar de andere wattenpunt om deze te verzadigen, klaar voor nauwkeurige toepassing.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-pills\"\u003e\n\u003cspan class=\"feature-pill\"\u003eVlekkeloos\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eDirecte activatie\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eGeen kruisbesmetting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Portability \u0026 Hygiene --\u003e\n\n\u003cdiv class=\"pd-section pd-grid pd-grid--2-col pd-grid--reversed\"\u003e\n\u003cdiv class=\"pd-grid__media\"\u003e\n\u003cdiv style=\"aspect-ratio: 1\/1; overflow: hidden; background: var(--bg-soft); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img79\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526142328\/1ccd51b955ece5fa6020eb3e8d424b22.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-grid__content\"\u003e\n\u003ch2\u003eZakformaat bescherming, overal klaar voor\u003c\/h2\u003e\n\n\u003cp\u003eElk wattenstaafje is individueel verzegeld in een eigen steriele verpakking. Stop ze in je zak, tas, rugzak of EHBO-doos. Ze zijn de perfecte metgezel voor reizen, buitensport, kamperen of gewoon een dagje in het park met de kinderen.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-pills\"\u003e\n\u003cspan class=\"feature-pill\"\u003eIndividueel verpakt\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eReisvriendelijk\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eHygiënisch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Use Scenario Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eEssentieel voor elke situatie\u003c\/h2\u003e\n\n\u003cp style=\"text-align: center;\"\u003eVan kleine schaafwonden thuis tot onverwachte snijwonden onderweg, wees voorbereid op de kleine ongelukjes van het leven.\u003c\/p\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img78\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526142328\/a460d8cca0290ce5c4a09421e0460661.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section pd-grid pd-grid--2-col\"\u003e\n\u003cdiv class=\"pd-grid__media\"\u003e\n\u003cdiv style=\"aspect-ratio: 1\/1; overflow: hidden; background: var(--bg-soft); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img80\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526142328\/96d1238eb98ec5c3774e735213ac0e77.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-grid__content\"\u003e\n\u003ch2\u003eProductspecificaties\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Product Length\"\u003eProductlengte\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Product Length\"\u003e7,5 cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Material\"\u003eMateriaal\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eWattenpunt, plastic buis\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Active Ingredient\"\u003eWerkzame stof\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Active Ingredient\"\u003eJoodoplossing\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Packaging\"\u003eVerpakking\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Packaging\"\u003eIndividueel verpakt\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!-- D. 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\"\u003eHoe activeer ik het wattenstaafje?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eHet is eenvoudig. Zoek het uiteinde van het wattenstaafje met de rode ringmarkering. Houd het wattenstaafje met dit uiteinde naar boven en breek het voorzichtig. De joodoplossing stroomt dan door de buis en doordrenkt de onderste wattenpunt, waardoor het klaar is voor gebruik.\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\"\u003eIs de vloeistof binnenin veilig voor de huid?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eJa, het wattenstaafje bevat een standaard joodoplossing, een veelgebruikt en effectief antisepticum voor het reinigen van kleine wonden, snijwonden en schaafwonden. Het is over het algemeen mild voor de huid.\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\"\u003eZijn deze herbruikbaar?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNee, deze wattenstaafjes zijn ontworpen voor eenmalig gebruik om hygiëne te waarborgen en kruisbesmetting te voorkomen. Zodra ze geactiveerd en gebruikt zijn, gooi ze dan op de juiste manier weg.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"1 Pak (50 Stuks)","offer_id":48049487708372,"sku":"0526-14556379","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2 Pakketten (Houd een Reserve - 20%)","offer_id":48049487741140,"sku":"0526-14558178","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3 Pakketten (Voorraad Aanleggen \u0026 Besparen - 30%)","offer_id":48049487773908,"sku":"0526-14554622","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/cc30c4d60392850c58dbbfc183785185.jpg?v=1780564274","url":"https:\/\/omurio.com\/nl\/products\/instant-snap-iodine-swabs-rjc","provider":"Omurio","version":"1.0","type":"link"}