{"product_id":"instant-snap-iodine-swabs-rjc","title":"Tampons d'iode Instant Snap","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🛡️ Prêt quand vous l'êtes\u003c\/div\u003e\n\n\u003ch1\u003ePremiers secours instantanés, à portée de main\u003c\/h1\u003e\n\n\u003cp\u003eOubliez les bouteilles encombrantes et les bouchons difficiles. Ces tampons pré-remplis d'iodepore s'activent en quelques secondes pour un soin hygiénique immédiat des blessures où que vous soyez.\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\u003eDesign innovant à casser et faire couler\u003c\/h2\u003e\n\n\u003cp\u003eNotre technologie unique de tube creux maintient la solution d'iodepore séparée jusqu'à ce que vous en ayez besoin. Il suffit de casser l'extrémité avec l'anneau rouge, et le liquide s'écoule automatiquement pour saturer l'autre embout en coton, prêt pour une application précise.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-pills\"\u003e\n\u003cspan class=\"feature-pill\"\u003eSans désordre\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eActivation instantanée\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003ePas de contamination croisée\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\u003eProtection de poche, prête partout\u003c\/h2\u003e\n\n\u003cp\u003eChaque tampon est scellé individuellement dans un emballage stérile. Glissez-les dans votre poche, sac à main, sac à dos ou trousse de premiers secours. Ils sont le compagnon parfait pour les voyages, les sports de plein air, le camping ou simplement une journée au parc avec les enfants.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-pills\"\u003e\n\u003cspan class=\"feature-pill\"\u003eEmballé individuellement\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003ePratique pour les voyages\u003c\/span\u003e \u003cspan class=\"feature-pill\"\u003eHygiénique\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;\"\u003eEssentiel pour chaque situation\u003c\/h2\u003e\n\n\u003cp style=\"text-align: center;\"\u003eDes petites éraflures à la maison aux coupures inattendues en randonnée, soyez prêt pour les petits accidents de la vie.\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\u003eSpécifications du produit\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\"\u003eLongueur du produit\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Product Length\"\u003e7,5 cm \/ 2,95 pouces\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Material\"\u003eMatériau\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eEmbout en coton, tube en plastique\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Active Ingredient\"\u003eIngrédient actif\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Active Ingredient\"\u003eSolution d'iodepore\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Packaging\"\u003eEmballage\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Packaging\"\u003eEmballé individuellement\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\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary class=\"faq-question\"\u003eComment activer le tampon ?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eC'est simple. Localisez l'extrémité du coton-tige avec la marque de l'anneau rouge. Tenez le tampon avec cette extrémité vers le haut et cassez-le doucement. Le liquide d'iodepore s'écoulera dans le tube et saturera l'embout en coton inférieur, le rendant prêt à l'emploi.\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\"\u003eLe liquide à l'intérieur est-il sûr pour la peau ?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eOui, le tampon contient une solution d'iodepore standard, un antiseptique courant et efficace utilisé pour nettoyer les petites blessures, coupures et éraflures. Il est généralement doux pour la peau.\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\"\u003eSont-ils réutilisables ?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNon, ces tampons sont conçus pour une utilisation unique afin d'assurer l'hygiène et prévenir la contamination croisée. Une fois activés et utilisés, veuillez les jeter correctement.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"1 paquet (50 pièces)","offer_id":48049487708372,"sku":"0526-14556379","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2 paquets (Gardez une réserve - 20 %)","offer_id":48049487741140,"sku":"0526-14558178","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3 paquets (Faites le plein et économisez - 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\/fr\/products\/instant-snap-iodine-swabs-rjc","provider":"Omurio","version":"1.0","type":"link"}