{"title":"All our products","description":"\u003ch2 data-start=\"0\" data-end=\"62\"\u003e\u003cstrong data-start=\"3\" data-end=\"60\"\u003eDiscover Our Screening and Prevention Solutions\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp data-start=\"64\" data-end=\"453\"\u003eWelcome to \u003cstrong data-start=\"78\" data-end=\"96\"\u003eAMA Prévention\u003c\/strong\u003e, your specialist in \u003cstrong data-start=\"119\" data-end=\"159\"\u003edrug and alcohol screening\u003c\/strong\u003e, as well as \u003cstrong data-start=\"173\" data-end=\"230\"\u003eprotection solutions against chemical submission\u003c\/strong\u003e. We offer a complete range of reliable and certified products, designed for \u003cstrong data-start=\"313\" data-end=\"388\"\u003ebusinesses, law enforcement, healthcare professionals, and individuals\u003c\/strong\u003e looking to enhance safety and risk prevention.\u003c\/p\u003e\n\u003cp data-start=\"455\" data-end=\"798\"\u003eOur \u003cstrong data-start=\"459\" data-end=\"492\"\u003esaliva and urine tests\u003c\/strong\u003e provide \u003cstrong data-start=\"508\" data-end=\"539\"\u003efast and accurate detection\u003c\/strong\u003e of the main psychoactive substances. Designed to meet the requirements of \u003cstrong data-start=\"621\" data-end=\"701\"\u003eprofessional environments, road safety, and healthcare facilities\u003c\/strong\u003e, our tests are manufactured to strict standards and guarantee reliable results.\u003c\/p\u003e\n\u003cp data-start=\"800\" data-end=\"1035\"\u003eWe also offer \u003cstrong data-start=\"829\" data-end=\"883\"\u003einnovative solutions against chemical submission\u003c\/strong\u003e, including glass covers and secure cup holders, providing effective protection against the intrusion of substances into drinks.\u003c\/p\u003e\n\u003cp data-start=\"1037\" data-end=\"1240\"\u003eFor alcohol prevention, our \u003cstrong data-start=\"1077\" data-end=\"1121\"\u003eelectronic and balloon-free breathalyzers\u003c\/strong\u003e, as well as our \u003cstrong data-start=\"1139\" data-end=\"1154\"\u003eEthyloborne\u003c\/strong\u003e, are reference tools used by professionals and at events.\u003c\/p\u003e\n\u003cp data-start=\"1242\" data-end=\"1423\"\u003eAll our products are \u003cstrong data-start=\"1265\" data-end=\"1313\"\u003ecertified and compliant with current standards\u003c\/strong\u003e. We ensure \u003cstrong data-start=\"1333\" data-end=\"1384\"\u003efast delivery in France and internationally\u003c\/strong\u003e to meet everyone's needs.\u003c\/p\u003e\n\u003cp data-start=\"1425\" data-end=\"1576\" data-is-last-node=\"\"\u003e\u003cstrong data-start=\"1425\" data-end=\"1576\" data-is-last-node=\"\"\u003eTrust AMA Prévention for effective, accessible, and adaptable screening and prevention solutions for all environments.\u003c\/strong\u003e\u003c\/p\u003e","products":[{"product_id":"pack-10-cartes-test-ghb-ketamine","title":"Pack of 10 Test Ton Verre® Cards","description":"\u003cstyle\u003e\n\/* Variables CSS pour cohérence visuelle - Identiques au modèle *\/\n.product-section {\n  --primary-color: #FE4B09;\n  --primary-dark: #d63d00;\n  --secondary-color: #004C96;\n  --text-color: #004C96;\n  --text-light: #666;\n  --border-color: #e5e5e5;\n  --bg-light: #f9fafb;\n  --bg-white: #ffffff;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n  --radius-md: 10px;\n  --radius-lg: 14px;\n  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n.product-section * {\n  box-sizing: border-box;\n}\n\n.product-section {\n  color: var(--text-color);\n  line-height: 1.7;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 20px;\n}\n\n\/* Typographie identique au modèle *\/\n.product-section h2 {\n  font-size: clamp(24px, 4vw, 32px);\n  font-weight: 700;\n  color: var(--secondary-color);\n  margin: 50px 0 25px 0;\n  padding-bottom: 12px;\n  border-bottom: 3px solid var(--primary-color);\n  position: relative;\n}\n\n.product-section h2::after {\n  content: '';\n  position: absolute;\n  bottom: -3px;\n  left: 0;\n  width: 80px;\n  height: 3px;\n  background: var(--primary-dark);\n}\n\n.product-section h3 {\n  font-size: clamp(18px, 3vw, 22px);\n  font-weight: 600;\n  color: var(--text-color);\n  margin: 30px 0 15px 0;\n}\n\n.product-section p {\n  font-size: 16px;\n  line-height: 1.8;\n  margin-bottom: 18px;\n  color: var(--text-color);\n}\n\n\/* Intro Hero identique (Bordure orange) *\/\n.intro-hero {\n  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);\n  padding: 35px;\n  border-radius: var(--radius-lg);\n  border-left: 5px solid var(--primary-color);\n  box-shadow: var(--shadow-md);\n  margin-bottom: 40px;\n  position: relative;\n  overflow: hidden;\n}\n\n.intro-hero::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  right: 0;\n  width: 200px;\n  height: 200px;\n  background: radial-gradient(circle, rgba(254,75,9,0.05) 0%, transparent 70%);\n  border-radius: 50%;\n  transform: translate(50%, -50%);\n}\n\n.intro-hero p {\n  position: relative;\n  z-index: 1;\n  margin: 0;\n  font-size: 17px;\n}\n\n.intro-hero p:first-child {\n  font-weight: 500;\n  margin-bottom: 15px;\n}\n\n\/* Cards système *\/\n.info-card {\n  background: var(--bg-white);\n  padding: 28px;\n  border-radius: var(--radius-md);\n  border: 1px solid var(--border-color);\n  box-shadow: var(--shadow-sm);\n  margin-bottom: 20px;\n  transition: var(--transition);\n}\n\n.info-card:hover {\n  box-shadow: var(--shadow-md);\n  transform: translateY(-2px);\n  border-color: var(--primary-color);\n}\n\n.grid-auto {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 24px;\n  margin: 30px 0;\n}\n\n\/* Badges *\/\n.certifications {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 12px;\n  margin: 25px 0;\n}\n\n.cert-badge {\n  padding: 10px 18px;\n  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);\n  border: 2px solid var(--border-color);\n  border-radius: 25px;\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--text-color);\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  transition: var(--transition);\n}\n\n.cert-badge:hover {\n  border-color: var(--primary-color);\n  background: white;\n  transform: translateY(-2px);\n}\n\n\/* Alert Critical *\/\n.alert-critical {\n  background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%);\n  color: white !important;\n  padding: 30px;\n  border-radius: var(--radius-md);\n  margin: 40px 0;\n  box-shadow: 0 6px 20px rgba(254,75,9,0.25);\n  position: relative;\n  overflow: hidden;\n}\n\n.alert-critical::before {\n  content: '⚠';\n  position: absolute;\n  top: -20px;\n  right: 20px;\n  font-size: 120px;\n  opacity: 0.1;\n  line-height: 1;\n}\n\n.alert-critical h3,\n.alert-critical p,\n.alert-critical strong {\n  color: white !important;\n  margin-bottom: 12px;\n}\n.alert-critical h3 { margin-top: 0; font-size: 20px; margin-bottom: 15px; }\n.alert-critical p:last-child { margin-bottom: 0; }\n\n\/* Listes à puces *\/\n.product-section ul {\n  list-style: none;\n  padding-left: 0;\n  margin: 25px 0;\n}\n\n.product-section ul li {\n  padding-left: 32px;\n  margin-bottom: 14px;\n  position: relative;\n  font-size: 15px;\n}\n\n.product-section ul li::before {\n  content: '✓';\n  position: absolute;\n  left: 0;\n  top: 0;\n  width: 22px;\n  height: 22px;\n  background: var(--primary-color);\n  color: white;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 12px;\n  font-weight: bold;\n}\n\n.note-text {\n  font-size: 14px;\n  line-height: 1.6;\n  color: var(--text-light);\n  font-style: italic;\n  padding: 15px;\n  background: var(--bg-light);\n  border-radius: 6px;\n  margin: 20px 0;\n}\n\n.footer-info {\n  border-top: 2px solid var(--border-color);\n  padding-top: 25px;\n  margin-top: 50px;\n}\n\n.footer-info p {\n  font-size: 13px;\n  line-height: 1.6;\n  color: var(--text-light);\n  margin: 0;\n}\n\n\/* Animations et Responsive *\/\n@media (max-width: 768px) {\n  .product-section { padding: 0 16px; }\n  .product-section h2 { font-size: 24px; margin: 35px 0 20px 0; }\n  .grid-auto { grid-template-columns: 1fr; gap: 16px; }\n  .info-card { padding: 20px; }\n}\n\n@keyframes fadeInUp {\n  from { opacity: 0; transform: translateY(20px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n.product-section \u003e * {\n  animation: fadeInUp 0.6s ease-out backwards;\n}\n.product-section \u003e *:nth-child(1) { animation-delay: 0.05s; }\n.product-section \u003e *:nth-child(2) { animation-delay: 0.1s; }\n.product-section \u003e *:nth-child(3) { animation-delay: 0.15s; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp\u003e\u003cstrong\u003eTon Verre® Test Card – chemical submission prevention\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eProtect your customers and participants against spiking risks. This \u003cstrong\u003eprevention card\u003c\/strong\u003e in credit card format detects the presence of \u003cstrong\u003eGHB\u003c\/strong\u003e or \u003cstrong\u003eketamine\u003c\/strong\u003e within minutes. An immediate, reliable, and easy-to-distribute solution.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFor organizers, bars \u0026amp; festive events\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eImmediate safety\u003c\/h3\u003e\n\u003cp\u003eIdeal for \u003cstrong\u003ebars, nightclubs, festivals, and associations\u003c\/strong\u003e. Provide a practical tool to check drink safety, thereby boosting your customers’ confidence and the event’s peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eSimplified logistics\u003c\/h3\u003e\n\u003cp\u003eStandard \"business card\" size. Easy to store, handle, and distribute at the entrance or bar without any material constraints.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFor individuals \u0026amp; parties\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eQuick test (3 min)\u003c\/h3\u003e\n\u003cp\u003ePlace a single drop on the pink tablet. If the test area \u003cstrong\u003eturns blue\u003c\/strong\u003e in less than 3 minutes, the drink is suspicious.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eDiscreet \u0026amp; Practical\u003c\/h3\u003e\n\u003cp\u003eUltra-compact format: it slips discreetly into a \u003cstrong\u003ewallet, pocket, or handbag\u003c\/strong\u003e. Always available in case of doubt, without bulk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eTake charge of your safety\u003c\/h3\u003e\n\u003cp\u003eA simple way to instantly clear up doubts and look out for yourself and your friends, promoting safer consumption.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eHow to use the card?\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eKeep the card within reach (pocket, bag, wallet)\u003c\/li\u003e\n\u003cli\u003eIf in doubt: place a \u003cstrong\u003edrop of the drink\u003c\/strong\u003e on the pink tablet\u003c\/li\u003e\n\u003cli\u003eWait a few moments (less than \u003cstrong\u003e3 minutes\u003c\/strong\u003e)\u003c\/li\u003e\n\u003cli\u003eIf the tablet turns \u003cstrong\u003eBLUE\u003c\/strong\u003e: do not consume the drink\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3\u003e⚠️ An essential but insufficient precaution\u003c\/h3\u003e\n\u003cp\u003eThis test is \u003cstrong\u003epresumptive\u003c\/strong\u003e: a negative result does not guarantee the total absence of risk or other undetected substances.\u003c\/p\u003e\n\u003cp\u003eIt does not replace vigilance or respect for consent. In case of doubt or discomfort: \u003cstrong\u003ealert staff or emergency services immediately\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"note-text\"\u003eSupplementary prevention tool. Does not guarantee the total absence of substances. Use is the responsibility of each individual. AMA Prévention declines all liability in case of misuse.\u003c\/p\u003e\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eLegal Notice:\u003c\/strong\u003e This in vitro diagnostic medical device is intended for professional and personal use in compliance with current French and European legislation. It does not replace a confirmatory laboratory analysis within the framework of legal proceedings. For any questions regarding regulatory compliance or product use, contact AMA Prévention customer service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\n","brand":"Laboratoire Toda Pharma","offers":[{"title":"Default Title","offer_id":42659385934062,"sku":"","price":29.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/carte-test-ghb-ketamine-innovation-francaise-toda-pharma.jpg?v=1751989106"},{"product_id":"capote-de-verre","title":"AMA Prevention Glass Mouthpiece","description":"\u003cstyle\u003e\n\/* Variables CSS pour cohérence visuelle *\/\n.product-section {\n  --primary-color: #FE4B09;\n  --primary-dark: #d63d00;\n  --secondary-color: #004C96;\n  --text-color: #004C96;\n  --text-light: #666;\n  --border-color: #e5e5e5;\n  --bg-light: #f9fafb;\n  --bg-white: #ffffff;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n  --radius-sm: 6px;\n  --radius-md: 10px;\n  --radius-lg: 14px;\n  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Reset et base *\/\n.product-section * { box-sizing: border-box; }\n.product-section { color: var(--text-color); line-height: 1.7; max-width: 1200px; margin: 0 auto; padding: 0 20px; }\n\n\/* Typographie moderne *\/\n.product-section h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 700; color: var(--secondary-color); margin: 50px 0 25px 0; padding-bottom: 12px; border-bottom: 3px solid var(--primary-color); position: relative; }\n.product-section h2::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 80px; height: 3px; background: var(--primary-dark); }\n.product-section h3 { font-size: clamp(18px, 3vw, 22px); font-weight: 600; color: var(--text-color); margin: 30px 0 15px 0; }\n.product-section p { font-size: 16px; line-height: 1.8; margin-bottom: 18px; color: var(--text-color); }\n\n\/* Paragraphe d'introduction hero *\/\n.intro-hero { background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); padding: 35px; border-radius: var(--radius-lg); border-left: 5px solid var(--primary-color); box-shadow: var(--shadow-md); margin-bottom: 40px; position: relative; overflow: hidden; }\n.intro-hero::before { content: ''; position: absolute; top: 0; right: 0; width: 200px; height: 200px; background: radial-gradient(circle, rgba(254,75,9,0.05) 0%, transparent 70%); border-radius: 50%; transform: translate(50%, -50%); }\n.intro-hero p { position: relative; z-index: 1; margin: 0; font-size: 17px; }\n.intro-hero p:first-child { font-weight: 500; margin-bottom: 15px; }\n\n\/* Cards système *\/\n.info-card { background: var(--bg-white); padding: 28px; border-radius: var(--radius-md); border: 1px solid var(--border-color); box-shadow: var(--shadow-sm); margin-bottom: 20px; transition: var(--transition); }\n.info-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--primary-color); }\n\n\/* Grille responsive moderne *\/\n.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 30px 0; }\n\n\/* Badges et tags *\/\n.badge { display: inline-block; padding: 8px 16px; background: var(--bg-light); border: 1px solid var(--border-color); border-radius: 20px; font-size: 14px; font-weight: 500; color: var(--text-color); margin-right: 10px; margin-bottom: 10px; transition: var(--transition); }\n.badge:hover { background: var(--primary-color); color: white; border-color: var(--primary-color); }\n\n\/* Bloc alerte\/warning orange *\/\n.alert-critical { background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%); color: white !important; padding: 30px; border-radius: var(--radius-md); margin: 40px 0; box-shadow: 0 6px 20px rgba(254,75,9,0.25); position: relative; overflow: hidden; }\n.alert-critical::before { content: '🛡️'; position: absolute; top: -20px; right: 20px; font-size: 120px; opacity: 0.1; line-height: 1; }\n.alert-critical h3 { color: white !important; margin-top: 0; font-size: 20px; margin-bottom: 15px; }\n.alert-critical p { color: white !important; margin-bottom: 12px; font-size: 15px; }\n.alert-critical p:last-child { margin-bottom: 0; }\n\n\/* Tableaux modernes *\/\n.modern-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 30px 0; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); font-size: 15px; }\n.modern-table thead tr { background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%); color: white; }\n.modern-table th { padding: 18px; text-align: left; font-weight: 600; font-size: 15px; color: white !important; }\n.modern-table tbody tr { background: white; transition: var(--transition); }\n.modern-table tbody tr:nth-child(even) { background: var(--bg-light); }\n.modern-table tbody tr:hover { background: #fff9f6; transform: scale(1.01); }\n.modern-table td { padding: 18px; border-bottom: 1px solid var(--border-color); }\n.modern-table td:first-child { font-weight: 600; color: var(--text-color); }\n\n\/* Listes stylisées *\/\n.product-section ul { list-style: none; padding-left: 0; margin: 25px 0; }\n.product-section ul li { padding-left: 32px; margin-bottom: 14px; position: relative; font-size: 15px; line-height: 1.7; }\n.product-section ul li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: var(--primary-color); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; }\n\n\/* Note italique *\/\n.note-text { font-size: 14px; line-height: 1.6; color: var(--text-light); font-style: italic; padding: 15px; background: var(--bg-light); border-radius: var(--radius-sm); margin: 20px 0; }\n\n\/* Footer section *\/\n.footer-info { border-top: 2px solid var(--border-color); padding-top: 25px; margin-top: 50px; }\n.footer-info p { font-size: 13px; line-height: 1.6; color: var(--text-light); margin: 0; }\n\n\/* Badge certifications *\/\n.certifications { display: flex; flex-wrap: wrap; gap: 12px; margin: 25px 0; }\n.cert-badge { padding: 10px 18px; background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); border: 2px solid var(--border-color); border-radius: 25px; font-size: 13px; font-weight: 600; color: var(--text-color); display: inline-flex; align-items: center; gap: 8px; transition: var(--transition); }\n.cert-badge:hover { border-color: var(--primary-color); background: white; transform: translateY(-2px); box-shadow: var(--shadow-sm); }\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n  .product-section { padding: 0 16px; }\n  .grid-auto { grid-template-columns: 1fr; }\n}\n\n\/* Animation *\/\n@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\n.product-section \u003e * { animation: fadeInUp 0.6s ease-out backwards; }\n.product-section \u003e *:nth-child(1) { animation-delay: 0.05s; }\n.product-section \u003e *:nth-child(2) { animation-delay: 0.1s; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003eProtect yourself effectively with the \u003cstrong\u003eAMA Prevention Glass Cover\u003c\/strong\u003e. This flexible lid creates an immediate physical barrier on your glass, greatly reducing the risk of intrusion of \u003cstrong\u003eany dangerous substances\u003c\/strong\u003e (drugs, medications, powders, liquids) during your outings.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eBeyond protection against chemical submission, its airtight design makes it an excellent \u003cstrong\u003espill-proof\u003c\/strong\u003e accessory. Ideal for festivals, bars, and nightclubs, it lets you enjoy the atmosphere while securing your drink.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certifications\"\u003e\n\u003cspan class=\"cert-badge\"\u003e🛡️ Anti-Tampering Barrier\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e💧 Spill-proof\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e♻️ Reusable\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e✅ BPA-free Silicone\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e🥂 Universal\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDouble Protection: Safety \u0026 Convenience\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eTotal Protection (Anti-Drug)\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eBy sealing the glass tightly, this device prevents the discreet introduction of \u003cstrong\u003eany foreign substance\u003c\/strong\u003e (powders, liquids, pills) into your drink, deterring malicious individuals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eSpill-proof\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 10px;\"\u003eWhether moving, dancing, or in a crowd, your glass stays protected. The suction system and silicone seal prevent accidental splashes on your clothes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eEco-Design\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eMade from 100% BPA-free food-grade silicone, this cover is washable and infinitely reusable. A sustainable and healthy alternative to disposable covers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWhy choose this protection?\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eUniversal:\u003c\/strong\u003e Its stretchy material fits most glasses (cups, standard glasses, pints).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eConvenient Opening:\u003c\/strong\u003e Features a specific opening to drink directly or insert a straw without removing the cover.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSecure Grip:\u003c\/strong\u003e The silicone grips the glass walls for a firm lock.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy to Carry:\u003c\/strong\u003e Flexible and lightweight, it folds to fit in a pocket or small bag.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy Care:\u003c\/strong\u003e Hand washable or dishwasher safe.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eTechnical Sheet\u003c\/h2\u003e\n\u003ctable class=\"modern-table\" style=\"width: 100%;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 40%;\"\u003eFeature\u003c\/th\u003e\n\u003cth style=\"width: 60%;\"\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eFood-grade Silicone (BPA-free)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatibility\u003c\/td\u003e\n\u003ctd\u003eUniversal (Stretchy material)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUse\u003c\/td\u003e\n\u003ctd\u003eReusable (Washable)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eAnti-tampering (all substances) + Spill-proof\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3\u003e⚠️ Vigilance Reminder\u003c\/h3\u003e\n\u003cp\u003eAlthough this protection significantly reduces the risk of tampering, \"zero risk\" does not exist.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eGolden Rule:\u003c\/strong\u003e Never leave your glass unattended, even if covered. If you have any doubt about the taste or appearance of your drink, do not consume it. This device is a deterrent and risk reduction tool.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eShipping:\u003c\/strong\u003e Order before 3 PM for same-day shipping. Fast, tracked delivery to secure your upcoming evenings without waiting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n","brand":"AMA Prévention","offers":[{"title":"Default Title","offer_id":55154521735492,"sku":"","price":2.49,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/rn-image_picker_lib_temp_534ef4e8-9cab-42ce-937c-1b3db563a22b.png?v=1743579579"},{"product_id":"test-salivaire-thc","title":"Drugdiag® Saliva Drug Test THC (Cannabis) 15ng\/mL","description":"\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003e\u003cstrong\u003eReliable, fast THC saliva test designed by a French manufacturer.\u003c\/strong\u003e The \u003cstrong\u003eDrugdiag® Saliva THC saliva test\u003c\/strong\u003e is a cannabis screening device intended for individuals, professionals, companies, and prevention stakeholders. It allows reliable, fast, and precise detection of \u003cstrong\u003eΔ9-THC (delta-9-tetrahydrocannabinol)\u003c\/strong\u003e, the main psychoactive substance present in cannabis.\u003c\/p\u003e\n\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin-bottom: 15px;\"\u003eCertified \u003cstrong\u003eCE\u003c\/strong\u003e, compliant with \u003cstrong\u003eISO 13485\u003c\/strong\u003e standard, and designed by a \u003cstrong\u003eFrench manufacturer\u003c\/strong\u003e, this cannabis saliva test offers \u003cstrong\u003eover 99% reliability\u003c\/strong\u003e with correlation to the reference method \u003cstrong\u003eGC\/MS\u003c\/strong\u003e. Thanks to a simple, non-invasive, and hygienic procedure, it provides a clear result in \u003cstrong\u003e3 to 5 minutes\u003c\/strong\u003e.\u003c\/p\u003e\n\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eWith its detection threshold of \u003cstrong\u003e15 ng\/mL\u003c\/strong\u003e, it is a solution particularly suited for \u003cstrong\u003eself-checking before driving\u003c\/strong\u003e, \u003cstrong\u003ecannabis screening in the workplace\u003c\/strong\u003e, \u003cstrong\u003eroad safety prevention\u003c\/strong\u003e, and all situations requiring vigilance, safety, and responsiveness. This THC saliva test quickly indicates if \u003cstrong\u003eΔ9-THC\u003c\/strong\u003e remains detectable in saliva.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e\u003cstrong\u003eReliable cannabis saliva test – French manufacturer – results in 5 minutes – CE certified and compliant with ISO 13485 standard.\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003ch2\u003eMain uses of the cannabis saliva test\u003c\/h2\u003e\n\n\u003cdiv class=\"grid-auto\"\u003e\n\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3\u003eRoad safety and pre-driving check\u003c\/h3\u003e\n\u003cp\u003eThe cannabis saliva test allows for self-checking before driving. Article L235-1 of the Highway Code prohibits driving after using narcotics. In case of a positive test for \u003cstrong\u003eΔ9-THC (delta-9-tetrahydrocannabinol)\u003c\/strong\u003e, penalties may include point deductions, fines, license suspension, and other legal consequences. This test is a useful prevention tool to check for residual \u003cstrong\u003eΔ9-THC\u003c\/strong\u003e presence before getting behind the wheel.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3\u003eWorkplace screening\u003c\/h3\u003e\n\u003cp\u003eIn accordance with \u003cstrong\u003eArticle L.4121-1 of the Labor Code\u003c\/strong\u003e, the employer must take the necessary measures to ensure the safety of workers. This cannabis saliva test can be integrated into a prevention approach for high-risk positions when the company's internal framework allows it.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3\u003ePersonal use and individual prevention\u003c\/h3\u003e\n\u003cp\u003eThe Drugdiag® Saliva THC test allows quick and confidential verification before driving, traveling, a professional appointment, or any activity requiring attention and responsiveness. It is a reliable, easy-to-use, and quick-to-interpret cannabis self-test.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003ch2\u003eAdvantages of the Drugdiag® Saliva THC test\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eReliability over 99%:\u003c\/strong\u003e certified correlation with the GC\/MS reference method\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFrench manufacturer:\u003c\/strong\u003e device designed according to strict quality standards\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompliant with ISO 13485 standard:\u003c\/strong\u003e quality suited for medical devices\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCE Certification:\u003c\/strong\u003e product compliant with applicable European requirements\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eQuick result:\u003c\/strong\u003e clear reading in just 3 to 5 minutes\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSensitive threshold:\u003c\/strong\u003e detection of \u003cstrong\u003eΔ9-THC\u003c\/strong\u003e from 15 ng\/mL\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSimple and hygienic use:\u003c\/strong\u003e non-invasive saliva sampling\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIdeal for self-check:\u003c\/strong\u003e before driving, before work, or for individual prevention\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch2\u003eCannabis saliva test and roadside check\u003c\/h2\u003e\n\n\u003cp\u003eThe cannabis saliva test is the reference method for quickly detecting the presence of cannabis during roadside checks. It allows rapid detection of \u003cstrong\u003eΔ9-THC\u003c\/strong\u003e in saliva.\u003c\/p\u003e\n\n\u003cp\u003eThe Drugdiag® test operates on the same saliva screening principles for cannabis as the devices used in roadside checks, with quick reading, high reliability, and an appropriate detection threshold.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eTHC saliva test for police:\u003c\/strong\u003e although intended for preventive use, this test is an ideal self-check solution before driving to verify the presence of \u003cstrong\u003eΔ9-THC\u003c\/strong\u003e in saliva.\u003c\/p\u003e\n\n\u003ch2\u003eDetected substance and detection threshold\u003c\/h2\u003e\n\n\u003cp\u003eThe Drugdiag® Saliva THC test is specifically calibrated to detect the presence of \u003cstrong\u003eΔ9-THC (delta-9-tetrahydrocannabinol)\u003c\/strong\u003e in saliva, the main psychoactive substance in cannabis.\u003c\/p\u003e\n\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCannabis flowers:\u003c\/strong\u003e marijuana, weed\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eResin:\u003c\/strong\u003e hashish, pollen\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eConcentrates:\u003c\/strong\u003e oils, wax, rosin, e-liquids containing cannabis\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFood products:\u003c\/strong\u003e preparations containing cannabis\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCBD products:\u003c\/strong\u003e only in case of residual presence of \u003cstrong\u003eΔ9-THC\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ctable class=\"modern-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eDetected substance\u003c\/th\u003e\n\u003cth\u003eDetection threshold\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eΔ9-THC (delta-9-tetrahydrocannabinol)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e15 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cp class=\"note-text\"\u003eThis saliva test detects \u003cstrong\u003eΔ9-THC\u003c\/strong\u003e present in cannabis. It is not a urine test looking for a metabolite like THC-COOH.\u003c\/p\u003e\n\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3\u003eBeware of CBD\u003c\/h3\u003e\n\u003cp\u003eThis test does not detect pure CBD. It reacts to the presence of \u003cstrong\u003eΔ9-THC\u003c\/strong\u003e, the main psychoactive substance in cannabis targeted in saliva tests.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWarning:\u003c\/strong\u003e some CBD-based products may contain residual traces of \u003cstrong\u003eΔ9-THC\u003c\/strong\u003e. In cases of repeated consumption or insufficiently purified products, these traces can lead to a positive result.\u003c\/p\u003e\n\u003cp\u003eThis positive result can have significant consequences during roadside checks, internal company controls, or situations requiring immediate verification.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eDetection time of cannabis in saliva\u003c\/h2\u003e\n\n\u003cp\u003eThe detection time of cannabis in saliva varies depending on consumption frequency, amount consumed, metabolic profile, and type of product used.\u003c\/p\u003e\n\n\u003ctable class=\"modern-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSubstance\u003c\/th\u003e\n\u003cth\u003eAverage detection time after consumption\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eΔ9-THC (cannabis)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e6 to 8 hours for occasional use, up to 24 hours for regular use, and sometimes longer for intensive use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cp class=\"note-text\"\u003eThese durations are indicative. They vary depending on the individual, consumption method, cannabis concentration, usage frequency, and other physiological factors.\u003c\/p\u003e\n\n\u003ch2\u003eTechnical expertise and analytical specificity\u003c\/h2\u003e\n\n\u003ch3\u003eColloidal gold technology\u003c\/h3\u003e\n\u003cp\u003eThe device uses colloidal gold technology allowing a clear and rapid reading of the result. This technology helps improve the accuracy of the cannabis saliva test and limits unwanted interferences.\u003c\/p\u003e\n\n\u003ch3\u003eReliability correlated with the GC\/MS method\u003c\/h3\u003e\n\u003cp\u003eThe Drugdiag® Saliva THC test offers \u003cstrong\u003ereliability greater than 99%\u003c\/strong\u003e, with correlation to the reference laboratory analytical method: gas chromatography coupled with mass spectrometry (\u003cstrong\u003eGC\/MS\u003c\/strong\u003e).\u003c\/p\u003e\n\n\u003ch3\u003eQuality and safety compliance\u003c\/h3\u003e\n\u003cp\u003eThis cannabis saliva test is \u003cstrong\u003eCE certified\u003c\/strong\u003e and designed in a quality environment compliant with the \u003cstrong\u003eISO 13485\u003c\/strong\u003e standard, the international reference for quality management of medical devices.\u003c\/p\u003e\n\n\u003ch3\u003eTest specificity\u003c\/h3\u003e\n\u003cp\u003eThe test is designed to detect \u003cstrong\u003eΔ9-THC\u003c\/strong\u003e in saliva with high specificity. It aims to reduce the risk of misinterpretation when used according to the manufacturer's instructions.\u003c\/p\u003e\n\n\u003ch2\u003eFrequently asked questions about the cannabis saliva test\u003c\/h2\u003e\n\n\u003ch3\u003eIs the THC saliva test reliable?\u003c\/h3\u003e\n\u003cp\u003eYes. It offers reliability greater than 99% thanks to its correlation with the GC\/MS method, while being CE certified and compliant with ISO 13485 standard.\u003c\/p\u003e\n\n\u003ch3\u003eWhat exactly does this saliva test detect?\u003c\/h3\u003e\n\u003cp\u003eThis test detects \u003cstrong\u003eΔ9-THC (delta-9-tetrahydrocannabinol)\u003c\/strong\u003e present in cannabis, directly in saliva.\u003c\/p\u003e\n\n\u003ch3\u003eDoes the saliva test detect CBD?\u003c\/h3\u003e\n\u003cp\u003eNo, it does not detect pure CBD. However, a CBD product containing traces of \u003cstrong\u003eΔ9-THC\u003c\/strong\u003e may cause a positive result.\u003c\/p\u003e\n\n\u003ch3\u003eCan this test be used before driving?\u003c\/h3\u003e\n\u003cp\u003eYes. It is particularly suitable for self-testing before driving or before an activity requiring alertness and concentration.\u003c\/p\u003e\n\n\u003ch3\u003eHow long does it take to get the result?\u003c\/h3\u003e\n\u003cp\u003eThe result is readable within 3 to 5 minutes.\u003c\/p\u003e\n\n\u003ch3\u003eWhat cannabis can this test detect?\u003c\/h3\u003e\n\u003cp\u003eThe test can become positive after consuming cannabis containing \u003cstrong\u003eΔ9-THC\u003c\/strong\u003e, in the form of flowers, resin, concentrates, or edible products.\u003c\/p\u003e\n\n\u003ch3\u003eHow long does THC remain detectable in saliva?\u003c\/h3\u003e\n\u003cp\u003eOn average, \u003cstrong\u003eΔ9-THC\u003c\/strong\u003e remains detectable between 6 and 8 hours after occasional use, up to 24 hours with regular use, and sometimes longer in cases of intensive use. These durations are indicative and may vary between individuals.\u003c\/p\u003e\n\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eLegal notice:\u003c\/strong\u003e This product is a prevention device intended to indicate the presence of Δ9-THC (delta-9-tetrahydrocannabinol) in saliva. It does not constitute a laboratory toxicological analysis and does not replace legal obligations or current medical procedures. Professional use\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Laboratoire Toda Pharma","offers":[{"title":"1 unit","offer_id":56426433380676,"sku":"1041-SAL-THC","price":9.9,"currency_code":"EUR","in_stock":true},{"title":"Pack of 5","offer_id":56426433413444,"sku":"1041-SAL-THC","price":49.5,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56426433446212,"sku":"1041-SAL-THC","price":94.05,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426433478980,"sku":"1041-SAL-THC","price":210.38,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/Photo_produit_drugdiag_saliva_THC.png?v=1777887429"},{"product_id":"test-salivaire-5-drogues","title":"5-Drug Saliva Test Drugdiag® Saliva 5+","description":"\u003cstyle\u003e\n\/* Variables CSS pour cohérence visuelle *\/\n.product-section {\n  --primary-color: #FE4B09;\n  --primary-dark: #d63d00;\n  --secondary-color: #004C96;\n  --text-color: #004C96;\n  --text-light: #666;\n  --border-color: #e5e5e5;\n  --bg-light: #f9fafb;\n  --bg-white: #ffffff;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n  --radius-sm: 6px;\n  --radius-md: 10px;\n  --radius-lg: 14px;\n  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Reset et base *\/\n.product-section * {\n  box-sizing: border-box;\n}\n\n.product-section {\n  color: var(--text-color);\n  line-height: 1.7;\n  width: 100%;\n  margin: 0 auto;\n  padding: 0 20px;\n}\n\n\/* Typographie moderne *\/\n.product-section h2 {\n  font-size: clamp(24px, 4vw, 32px);\n  font-weight: 700;\n  color: var(--secondary-color);\n  margin: 50px 0 25px 0;\n  padding-bottom: 12px;\n  border-bottom: 3px solid var(--primary-color);\n  position: relative;\n}\n\n.product-section h2::after {\n  content: '';\n  position: absolute;\n  bottom: -3px;\n  left: 0;\n  width: 80px;\n  height: 3px;\n  background: var(--primary-dark);\n}\n\n.product-section h3 {\n  font-size: clamp(18px, 3vw, 22px);\n  font-weight: 600;\n  color: var(--text-color);\n  margin: 30px 0 15px 0;\n}\n\n.product-section p {\n  font-size: 16px;\n  line-height: 1.8;\n  margin-bottom: 18px;\n  color: var(--text-color);\n}\n\n\/* Paragraphe d'introduction hero *\/\n.intro-hero {\n  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);\n  padding: 35px;\n  border-radius: var(--radius-lg);\n  border-left: 5px solid var(--primary-color);\n  box-shadow: var(--shadow-md);\n  margin-bottom: 40px;\n  position: relative;\n  overflow: hidden;\n}\n\n.intro-hero::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  right: 0;\n  width: 200px;\n  height: 200px;\n  background: radial-gradient(circle, rgba(254,75,9,0.05) 0%, transparent 70%);\n  border-radius: 50%;\n  transform: translate(50%, -50%);\n}\n\n.intro-hero p {\n  position: relative;\n  z-index: 1;\n  margin: 0;\n  font-size: 17px;\n}\n\n.intro-hero p:first-child {\n  font-weight: 500;\n  margin-bottom: 15px;\n}\n\n\/* Cards système *\/\n.info-card {\n  background: var(--bg-white);\n  padding: 28px;\n  border-radius: var(--radius-md);\n  border: 1px solid var(--border-color);\n  box-shadow: var(--shadow-sm);\n  margin-bottom: 20px;\n  transition: var(--transition);\n}\n\n.info-card:hover {\n  box-shadow: var(--shadow-md);\n  transform: translateY(-2px);\n  border-color: var(--primary-color);\n}\n\n\/* Grille responsive moderne *\/\n.grid-auto {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 24px;\n  margin: 30px 0;\n}\n\n\/* Badges et tags *\/\n.badge {\n  display: inline-block;\n  padding: 8px 16px;\n  background: var(--bg-light);\n  border: 1px solid var(--border-color);\n  border-radius: 20px;\n  font-size: 14px;\n  font-weight: 500;\n  color: var(--text-color);\n  margin-right: 10px;\n  margin-bottom: 10px;\n  transition: var(--transition);\n}\n\n.badge:hover {\n  background: var(--primary-color);\n  color: white;\n  border-color: var(--primary-color);\n}\n\n.badge-primary {\n  background: var(--primary-color);\n  color: white;\n  border-color: var(--primary-color);\n}\n\n\/* Bloc alerte\/warning orange *\/\n.alert-critical {\n  background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%);\n  color: white !important;\n  padding: 30px;\n  border-radius: var(--radius-md);\n  margin: 40px 0;\n  box-shadow: 0 6px 20px rgba(254,75,9,0.25);\n  position: relative;\n  overflow: hidden;\n}\n\n.alert-critical::before {\n  content: '⚠';\n  position: absolute;\n  top: -20px;\n  right: 20px;\n  font-size: 120px;\n  opacity: 0.1;\n  line-height: 1;\n}\n\n.alert-critical h3 {\n  color: white !important;\n  margin-top: 0;\n  font-size: 20px;\n  margin-bottom: 15px;\n}\n\n.alert-critical p {\n  color: white !important;\n  margin-bottom: 12px;\n  font-size: 15px;\n}\n\n.alert-critical p:last-child {\n  margin-bottom: 0;\n}\n\n.alert-critical strong {\n  color: white !important;\n}\n\n\/* Tableaux modernes *\/\n.modern-table {\n  width: 100%;\n  border-collapse: separate;\n  border-spacing: 0;\n  margin: 30px 0;\n  border-radius: var(--radius-md);\n  overflow: hidden;\n  box-shadow: var(--shadow-sm);\n  font-size: 15px;\n}\n\n.modern-table thead tr {\n  background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%);\n  color: white;\n}\n\n.modern-table th {\n  padding: 18px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 15px;\n  color: white !important;\n}\n\n.modern-table tbody tr {\n  background: white;\n  transition: var(--transition);\n}\n\n.modern-table tbody tr:nth-child(even) {\n  background: var(--bg-light);\n}\n\n.modern-table tbody tr:hover {\n  background: #fff9f6;\n  transform: scale(1.01);\n}\n\n.modern-table td {\n  padding: 18px;\n  border-bottom: 1px solid var(--border-color);\n}\n\n.modern-table td:first-child {\n  font-weight: 600;\n  color: var(--text-color);\n}\n\n.modern-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n\/* Listes stylisées *\/\n.product-section ul {\n  list-style: none;\n  padding-left: 0;\n  margin: 25px 0;\n}\n\n.product-section ul li {\n  padding-left: 32px;\n  margin-bottom: 14px;\n  position: relative;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n.product-section ul li::before {\n  content: '✓';\n  position: absolute;\n  left: 0;\n  top: 0;\n  width: 22px;\n  height: 22px;\n  background: var(--primary-color);\n  color: white;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 12px;\n  font-weight: bold;\n}\n\n\/* Bloc de mise en avant *\/\n.highlight-box {\n  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);\n  padding: 25px;\n  border-left: 5px solid var(--secondary-color);\n  border-radius: var(--radius-md);\n  margin: 30px 0;\n  box-shadow: var(--shadow-sm);\n}\n\n.highlight-box p {\n  margin: 0;\n  font-weight: 500;\n}\n\n\/* Liens internes stylisés *\/\n.product-section a {\n  color: var(--primary-color);\n  text-decoration: none;\n  font-weight: 500;\n  border-bottom: 2px solid transparent;\n  transition: var(--transition);\n}\n\n.product-section a:hover {\n  border-bottom-color: var(--primary-color);\n  color: var(--primary-dark);\n}\n\n\/* Note italique *\/\n.note-text {\n  font-size: 14px;\n  line-height: 1.6;\n  color: var(--text-light);\n  font-style: italic;\n  padding: 15px;\n  background: var(--bg-light);\n  border-radius: var(--radius-sm);\n  margin: 20px 0;\n}\n\n\/* Footer section *\/\n.footer-info {\n  border-top: 2px solid var(--border-color);\n  padding-top: 25px;\n  margin-top: 50px;\n}\n\n.footer-info p {\n  font-size: 13px;\n  line-height: 1.6;\n  color: var(--text-light);\n  margin: 0;\n}\n\n\/* Section avantages avec icônes *\/\n.advantages-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n  margin: 30px 0;\n}\n\n.advantage-item {\n  background: white;\n  padding: 24px;\n  border-radius: var(--radius-md);\n  border: 2px solid var(--border-color);\n  transition: var(--transition);\n  position: relative;\n  overflow: hidden;\n}\n\n.advantage-item::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 4px;\n  height: 0;\n  background: var(--primary-color);\n  transition: height 0.3s ease;\n}\n\n.advantage-item:hover {\n  border-color: var(--primary-color);\n  box-shadow: var(--shadow-md);\n  transform: translateY(-3px);\n}\n\n.advantage-item:hover::before {\n  height: 100%;\n}\n\n\/* Badge certifications *\/\n.certifications {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 12px;\n  margin: 25px 0;\n}\n\n.cert-badge {\n  padding: 10px 18px;\n  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);\n  border: 2px solid var(--border-color);\n  border-radius: 25px;\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--text-color);\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  transition: var(--transition);\n}\n\n.cert-badge:hover {\n  border-color: var(--primary-color);\n  background: white;\n  transform: translateY(-2px);\n  box-shadow: var(--shadow-sm);\n}\n\n\/* Section livraison mise en avant *\/\n.shipping-banner {\n  background: linear-gradient(135deg, #004C96 0%, #003d7a 100%);\n  color: white !important;\n  padding: 28px;\n  border-radius: var(--radius-md);\n  margin: 35px 0;\n  text-align: center;\n  box-shadow: var(--shadow-lg);\n  position: relative;\n  overflow: hidden;\n}\n\n.shipping-banner::before {\n  content: '📦';\n  position: absolute;\n  top: -10px;\n  left: -10px;\n  font-size: 80px;\n  opacity: 0.1;\n}\n\n.shipping-banner p {\n  color: white !important;\n  margin: 0;\n  font-size: 17px;\n  font-weight: 600;\n}\n\n\/* Responsive optimisations *\/\n@media (max-width: 768px) {\n  .product-section {\n    padding: 0 16px;\n  }\n\n  .product-section h2 {\n    font-size: 24px;\n    margin: 35px 0 20px 0;\n  }\n\n  .product-section h3 {\n    font-size: 19px;\n  }\n\n  .intro-hero {\n    padding: 25px;\n  }\n\n  .alert-critical {\n    padding: 25px;\n  }\n\n  .grid-auto,\n  .advantages-grid {\n    grid-template-columns: 1fr;\n    gap: 16px;\n  }\n\n  \/* --- CORRECTIF TABLEAU MOBILE --- *\/\n  .modern-table {\n    display: block;       \/* Transforme le tableau en bloc pour permettre le scroll *\/\n    width: 100%;\n    overflow-x: auto;     \/* Active le scroll horizontal *\/\n    white-space: normal;  \/* Autorise le texte à revenir à la ligne *\/\n    -webkit-overflow-scrolling: touch; \/* Scroll fluide *\/\n    box-shadow: none;\n    font-size: 14px;\n  }\n\n  .modern-table th,\n  .modern-table td {\n    padding: 12px 10px;\n    min-width: 130px; \/* Force une largeur minimale pour éviter l'écrasement *\/\n  }\n\n  .info-card {\n    padding: 20px;\n  }\n}\n\n\/* Animation subtile au chargement *\/\n@keyframes fadeInUp {\n  from {\n    opacity: 0;\n    transform: translateY(20px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n.product-section \u003e * {\n  animation: fadeInUp 0.6s ease-out backwards;\n}\n\n.product-section \u003e *:nth-child(1) { animation-delay: 0.05s; }\n.product-section \u003e *:nth-child(2) { animation-delay: 0.1s; }\n.product-section \u003e *:nth-child(3) { animation-delay: 0.15s; }\n.product-section \u003e *:nth-child(4) { animation-delay: 0.2s; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003eThe \u003cstrong\u003eDrugdiag Saliva 5-drug saliva test\u003c\/strong\u003e is the reference multi-substance screening device in France, designed by the Toda Pharma laboratory based in Strasbourg. This saliva screening test allows simultaneous detection of five psychoactive substances: THC (cannabis), cocaine, amphetamines, methamphetamines, and opiates. Used daily by French law enforcement (Police and Gendarmerie), the military, and companies as part of occupational risk prevention (Plan Joana), it complies with the decree of December 13, 2016, and is CE ISO 13485 certified. This multi-substance drug saliva test provides a reliable result in 5 minutes with detection thresholds compliant with French regulations.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eThe Drugdiag Saliva 5 test allows immediate and non-invasive screening of five narcotic substances in saliva in a single operation. It is designed to meet the requirements of road safety professionals, human resources managers, and individuals wishing to perform a complete preventive check before driving or for responsible personal use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eMain uses of the 5-drug saliva test\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eRoad safety and preventive checks\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eThe Drugdiag 5-drug saliva test allows for complete self-monitoring before driving. Article L235-1 of the Highway Code strictly prohibits driving after using any intoxicating substance. Penalties include a 6-point deduction on the driving license, a fine of up to 4,500 euros, license suspension, and up to 2 years imprisonment. This multi-substance saliva screening test offers extended preventive protection by detecting the presence of THC, cocaine, amphetamines, methamphetamines, and opiates several hours after consumption.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eWorkplace screening\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 10px;\"\u003eAs part of the \u003cstrong\u003ePlan Joana 2025\u003c\/strong\u003e and in accordance with article \u003cstrong\u003eL.4121-1 of the Labor Code\u003c\/strong\u003e, the employer is required to take the necessary measures to ensure safety and protect the physical and mental health of workers. The 5-drug saliva test is used for extended screening in security and safety positions: operating construction machinery, working at heights, handling dangerous machines, transporting people and goods, heavy lifting, sensitive sectors.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eScreening must be mandatorily planned in the company's internal regulations and respect the proportionality of means. The transport, logistics, construction, industry, and private security sectors are particularly concerned by these regulatory obligations. The 5-drug test offers comprehensive coverage of the substances most frequently encountered in the workplace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003ePersonal use and individual prevention\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eThe Drugdiag Saliva 5 saliva test allows for extended confidential verification before a professional event, medical check, or to ensure the absence of detectable psychoactive substances before resuming an activity requiring maximum vigilance and concentration. Simultaneous screening of five substances offers complete peace of mind. No restrictive legal framework applies to personal use of the test.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eAdvantages of the Drugdiag Saliva 5 drug saliva test\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSimultaneous screening of 5 substances: complete detection in a single operation\u003c\/li\u003e\n\u003cli\u003eResults in 5 minutes: immediate reading without additional equipment\u003c\/li\u003e\n\u003cli\u003eCompliant regulatory thresholds: respects the decree of December 13, 2016\u003c\/li\u003e\n\u003cli\u003eFrench design Strasbourg: Toda Pharma laboratory, European leader in rapid diagnostics\u003c\/li\u003e\n\u003cli\u003eCœur Alsace Label: full traceability and local commitment\u003c\/li\u003e\n\u003cli\u003eCE and ISO 13485 certification: guarantee of professional medical quality\u003c\/li\u003e\n\u003cli\u003eUsed by law enforcement: reliability identical to official checks\u003c\/li\u003e\n\u003cli\u003eUsed by the French military: compliance with military standards (UAF Label)\u003c\/li\u003e\n\u003cli\u003eEasy to use: illustrated instructions, non-invasive saliva sampling\u003c\/li\u003e\n\u003cli\u003eSuitable for Plan Joana: device recommended for companies subject to regulatory obligations\u003c\/li\u003e\n\u003cli\u003eEconomical: one test for five substances detected\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eDetected substances and detection thresholds\u003c\/h2\u003e\n\u003cp\u003eThe Drugdiag Saliva 5 saliva test detects the five most sought-after psychoactive substances during road and professional checks in France:\u003c\/p\u003e\n\u003ctable style=\"width: 100.085%;\" class=\"modern-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 41.3617%;\"\u003eAbbreviation\u003c\/th\u003e\n\u003cth style=\"width: 58.5957%;\"\u003eDetection threshold\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.3617%;\"\u003eTHC\u003c\/td\u003e\n\u003ctd style=\"width: 58.5957%;\"\u003e15 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.3617%;\"\u003eCOC\u003c\/td\u003e\n\u003ctd style=\"width: 58.5957%;\"\u003e20 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.3617%;\"\u003eAMP\u003c\/td\u003e\n\u003ctd style=\"width: 58.5957%;\"\u003e50 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.3617%;\"\u003eMET\u003c\/td\u003e\n\u003ctd style=\"width: 58.5957%;\"\u003e50 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 41.3617%;\"\u003eMOP\u003c\/td\u003e\n\u003ctd style=\"width: 58.5957%;\"\u003e40 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"note-text\"\u003eThese thresholds strictly comply with French regulations and are identical to those used by law enforcement during road checks and by companies under the Plan Joana.\u003c\/p\u003e\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3\u003eEssential information about CBD and test results\u003c\/h3\u003e\n\u003cp\u003eThis saliva test does not detect pure cannabidiol (CBD). It reacts exclusively to the presence of tetrahydrocannabinol (THC), the psychoactive molecule in cannabis responsible for intoxicating effects.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWarning:\u003c\/strong\u003e CBD products legally sold in France may contain residual traces of THC within the authorized limit of 0.3 percent. Regular consumption of such products can lead to THC accumulation in the body and result in a positive saliva test, even without experiencing psychoactive effects. This positivity can have legal consequences during road or professional checks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDetection duration of substances in saliva\u003c\/h2\u003e\n\u003cp\u003eThe detection window of psychoactive substances in saliva depends on several factors: frequency of use, amount consumed, individual metabolism, and type of substance. The following data come from scientific studies and feedback from professionals using these devices.\u003c\/p\u003e\n\u003ctable class=\"modern-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSubstance\u003c\/th\u003e\n\u003cth\u003eDetection window after consumption\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTHC\u003c\/td\u003e\n\u003ctd\u003e6 to 8 hours (occasional) – 24 hours (regular) – several days (intensive)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCOC\u003c\/td\u003e\n\u003ctd\u003e12 to 24 hours after the last intake\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAMP\u003c\/td\u003e\n\u003ctd\u003e24 to 48 hours after the last intake\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMET\u003c\/td\u003e\n\u003ctd\u003e24 to 72 hours after the last intake\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOPI\u003c\/td\u003e\n\u003ctd\u003e12 to 24 hours after the last intake\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"note-text\"\u003eThese durations are given as an indication. Individual variations depend on many factors: metabolism, body mass index, hydration level, concentration of the consumed substance, frequency of use, duration of consumption, and possible drug interactions.\u003c\/p\u003e\n\n\u003ch2\u003eClinical Expertise \u0026 Specificity\u003c\/h2\u003e\n\u003ch3\u003eAdvanced Colloidal Gold Technology\u003c\/h3\u003e\n\u003cp\u003eOur devices use competitive immunochromatography with antibodies labeled with colloidal gold, ensuring a clear, ultra-sensitive marking and medical-level reliability.\u003c\/p\u003e\n\u003ch3\u003eCertified reliability in Laboratory (GC\/MS)\u003c\/h3\u003e\n\u003cp\u003eThe accuracy of this professional screening device has been validated by rigorous comparative clinical studies. The results demonstrate an accuracy correlation \u003cstrong\u003egreater than 99%\u003c\/strong\u003e compared to the global reference laboratory method (Gas Chromatography coupled with Mass Spectrometry - GC\/MS).\u003c\/p\u003e\n\u003ch3\u003eNo cross-reactions (False Positives)\u003c\/h3\u003e\n\u003cp\u003eOne of the major strengths of the Toda Drugdiag® range lies in its high analytical specificity. Advanced laboratory tests (at a concentration of 100 μg\/ml) prove the total absence of interference with everyday products. \u003cstrong\u003eThe result will not be distorted\u003c\/strong\u003e by prior consumption of:\u003c\/p\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003eHygiene and food products:\u003c\/strong\u003e Coffee, tea, sugar, mouthwash, toothpaste, chewing gum, tobacco (cigarette), soft drinks.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eCommon medications:\u003c\/strong\u003e Ibuprofen, Paracetamol, Aspirin, Amoxicillin, cough syrups (Dextromethorphan).\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eLegal notice:\u003c\/strong\u003e This product is a prevention device intended to indicate the possible presence of certain substances in a drink. It does not constitute a toxicological analysis, does not guarantee the total absence of drugs, and should never replace medical care or emergency intervention in case of suspected assault. For any questions regarding the use of the product or prevention in festive environments, contact AMA Prevention customer service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n","brand":"Laboratoire Toda Pharma","offers":[{"title":"Pack of 5","offer_id":56426433577284,"sku":"1045-SAL","price":90.7,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56426433610052,"sku":"1045-SAL","price":172.33,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426433642820,"sku":"1045-SAL","price":385.47,"currency_code":"EUR","in_stock":true},{"title":"1 unit","offer_id":56426433544516,"sku":"1045-SAL","price":18.14,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/Image_produit_Drugdiag_Saliva_5.png?v=1777888267"},{"product_id":"test-urinaire-cassette-6-drogues","title":"6-Drug Urine Test Drugdiag® 6","description":"\u003cstyle\u003e\n\/* Variables CSS pour cohérence visuelle *\/\n.product-section {\n  --primary-color: #FE4B09;\n  --primary-dark: #d63d00;\n  --secondary-color: #004C96;\n  --text-color: #004C96;\n  --text-light: #666;\n  --border-color: #e5e5e5;\n  --bg-light: #f9fafb;\n  --bg-white: #ffffff;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n  --radius-sm: 6px;\n  --radius-md: 10px;\n  --radius-lg: 14px;\n  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Reset et base *\/\n.product-section * {\n  box-sizing: border-box;\n}\n\n.product-section {\n  color: var(--text-color);\n  line-height: 1.7;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 20px;\n}\n\n\/* Typographie moderne *\/\n.product-section h2 {\n  font-size: clamp(24px, 4vw, 32px);\n  font-weight: 700;\n  color: var(--secondary-color);\n  margin: 50px 0 25px 0;\n  padding-bottom: 12px;\n  border-bottom: 3px solid var(--primary-color);\n  position: relative;\n}\n\n.product-section h2::after {\n  content: '';\n  position: absolute;\n  bottom: -3px;\n  left: 0;\n  width: 80px;\n  height: 3px;\n  background: var(--primary-dark);\n}\n\n.product-section h3 {\n  font-size: clamp(18px, 3vw, 22px);\n  font-weight: 600;\n  color: var(--text-color);\n  margin: 30px 0 15px 0;\n}\n\n.product-section p {\n  font-size: 16px;\n  line-height: 1.8;\n  margin-bottom: 18px;\n  color: var(--text-color);\n}\n\n\/* Paragraphe d'introduction hero *\/\n.intro-hero {\n  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);\n  padding: 35px;\n  border-radius: var(--radius-lg);\n  border-left: 5px solid var(--primary-color);\n  box-shadow: var(--shadow-md);\n  margin-bottom: 40px;\n  position: relative;\n  overflow: hidden;\n}\n\n.intro-hero::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  right: 0;\n  width: 200px;\n  height: 200px;\n  background: radial-gradient(circle, rgba(254,75,9,0.05) 0%, transparent 70%);\n  border-radius: 50%;\n  transform: translate(50%, -50%);\n}\n\n.intro-hero p {\n  position: relative;\n  z-index: 1;\n  margin: 0;\n  font-size: 17px;\n}\n\n.intro-hero p:first-child {\n  font-weight: 500;\n  margin-bottom: 15px;\n}\n\n\/* Cards système *\/\n.info-card {\n  background: var(--bg-white);\n  padding: 28px;\n  border-radius: var(--radius-md);\n  border: 1px solid var(--border-color);\n  box-shadow: var(--shadow-sm);\n  margin-bottom: 20px;\n  transition: var(--transition);\n}\n\n.info-card:hover {\n  box-shadow: var(--shadow-md);\n  transform: translateY(-2px);\n  border-color: var(--primary-color);\n}\n\n\/* Grille responsive moderne *\/\n.grid-auto {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 24px;\n  margin: 30px 0;\n}\n\n\/* Badges et tags *\/\n.badge {\n  display: inline-block;\n  padding: 8px 16px;\n  background: var(--bg-light);\n  border: 1px solid var(--border-color);\n  border-radius: 20px;\n  font-size: 14px;\n  font-weight: 500;\n  color: var(--text-color);\n  margin-right: 10px;\n  margin-bottom: 10px;\n  transition: var(--transition);\n}\n\n.badge:hover {\n  background: var(--primary-color);\n  color: white;\n  border-color: var(--primary-color);\n}\n\n.badge-primary {\n  background: var(--primary-color);\n  color: white;\n  border-color: var(--primary-color);\n}\n\n\/* Bloc alerte\/warning orange *\/\n.alert-critical {\n  background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%);\n  color: white !important;\n  padding: 30px;\n  border-radius: var(--radius-md);\n  margin: 40px 0;\n  box-shadow: 0 6px 20px rgba(254,75,9,0.25);\n  position: relative;\n  overflow: hidden;\n}\n\n.alert-critical::before {\n  content: '⚠';\n  position: absolute;\n  top: -20px;\n  right: 20px;\n  font-size: 120px;\n  opacity: 0.1;\n  line-height: 1;\n}\n\n.alert-critical h3 {\n  color: white !important;\n  margin-top: 0;\n  font-size: 20px;\n  margin-bottom: 15px;\n}\n\n.alert-critical p {\n  color: white !important;\n  margin-bottom: 12px;\n  font-size: 15px;\n}\n\n.alert-critical p:last-child {\n  margin-bottom: 0;\n}\n\n.alert-critical strong {\n  color: white !important;\n}\n\n\/* Tableaux modernes *\/\n.modern-table {\n  width: 100%;\n  border-collapse: separate;\n  border-spacing: 0;\n  margin: 30px 0;\n  border-radius: var(--radius-md);\n  overflow: hidden;\n  box-shadow: var(--shadow-sm);\n  font-size: 15px;\n}\n\n.modern-table thead tr {\n  background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%);\n  color: white;\n}\n\n.modern-table th {\n  padding: 18px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 15px;\n  color: white !important;\n}\n\n.modern-table tbody tr {\n  background: white;\n  transition: var(--transition);\n}\n\n.modern-table tbody tr:nth-child(even) {\n  background: var(--bg-light);\n}\n\n.modern-table tbody tr:hover {\n  background: #fff9f6;\n  transform: scale(1.01);\n}\n\n.modern-table td {\n  padding: 18px;\n  border-bottom: 1px solid var(--border-color);\n}\n\n.modern-table td:first-child {\n  font-weight: 600;\n  color: var(--text-color);\n}\n\n.modern-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n\/* Listes stylisées *\/\n.product-section ul {\n  list-style: none;\n  padding-left: 0;\n  margin: 25px 0;\n}\n\n.product-section ul li {\n  padding-left: 32px;\n  margin-bottom: 14px;\n  position: relative;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n.product-section ul li::before {\n  content: '✓';\n  position: absolute;\n  left: 0;\n  top: 0;\n  width: 22px;\n  height: 22px;\n  background: var(--primary-color);\n  color: white;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 12px;\n  font-weight: bold;\n}\n\n\/* Bloc de mise en avant *\/\n.highlight-box {\n  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);\n  padding: 25px;\n  border-left: 5px solid var(--secondary-color);\n  border-radius: var(--radius-md);\n  margin: 30px 0;\n  box-shadow: var(--shadow-sm);\n}\n\n.highlight-box p {\n  margin: 0;\n  font-weight: 500;\n}\n\n\/* Liens internes stylisés *\/\n.product-section a {\n  color: var(--primary-color);\n  text-decoration: none;\n  font-weight: 500;\n  border-bottom: 2px solid transparent;\n  transition: var(--transition);\n}\n\n.product-section a:hover {\n  border-bottom-color: var(--primary-color);\n  color: var(--primary-dark);\n}\n\n\/* Note italique *\/\n.note-text {\n  font-size: 14px;\n  line-height: 1.6;\n  color: var(--text-light);\n  font-style: italic;\n  padding: 15px;\n  background: var(--bg-light);\n  border-radius: var(--radius-sm);\n  margin: 20px 0;\n}\n\n\/* Footer section *\/\n.footer-info {\n  border-top: 2px solid var(--border-color);\n  padding-top: 25px;\n  margin-top: 50px;\n}\n\n.footer-info p {\n  font-size: 13px;\n  line-height: 1.6;\n  color: var(--text-light);\n  margin: 0;\n}\n\n\/* Section avantages avec icônes *\/\n.advantages-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n  margin: 30px 0;\n}\n\n.advantage-item {\n  background: white;\n  padding: 24px;\n  border-radius: var(--radius-md);\n  border: 2px solid var(--border-color);\n  transition: var(--transition);\n  position: relative;\n  overflow: hidden;\n}\n\n.advantage-item::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 4px;\n  height: 0;\n  background: var(--primary-color);\n  transition: height 0.3s ease;\n}\n\n.advantage-item:hover {\n  border-color: var(--primary-color);\n  box-shadow: var(--shadow-md);\n  transform: translateY(-3px);\n}\n\n.advantage-item:hover::before {\n  height: 100%;\n}\n\n\/* Badge certifications *\/\n.certifications {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 12px;\n  margin: 25px 0;\n}\n\n.cert-badge {\n  padding: 10px 18px;\n  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);\n  border: 2px solid var(--border-color);\n  border-radius: 25px;\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--text-color);\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  transition: var(--transition);\n}\n\n.cert-badge:hover {\n  border-color: var(--primary-color);\n  background: white;\n  transform: translateY(-2px);\n  box-shadow: var(--shadow-sm);\n}\n\n\/* Section livraison mise en avant *\/\n.shipping-banner {\n  background: linear-gradient(135deg, #004C96 0%, #003d7a 100%);\n  color: white !important;\n  padding: 28px;\n  border-radius: var(--radius-md);\n  margin: 35px 0;\n  text-align: center;\n  box-shadow: var(--shadow-lg);\n  position: relative;\n  overflow: hidden;\n}\n\n.shipping-banner::before {\n  content: '📦';\n  position: absolute;\n  top: -10px;\n  left: -10px;\n  font-size: 80px;\n  opacity: 0.1;\n}\n\n.shipping-banner p {\n  color: white !important;\n  margin: 0;\n  font-size: 17px;\n  font-weight: 600;\n}\n\n\/* Responsive optimisations *\/\n@media (max-width: 768px) {\n  .product-section {\n    padding: 0 16px;\n  }\n\n  .product-section h2 {\n    font-size: 24px;\n    margin: 35px 0 20px 0;\n  }\n\n  .product-section h3 {\n    font-size: 19px;\n  }\n\n  .intro-hero {\n    padding: 25px;\n  }\n\n  .alert-critical {\n    padding: 25px;\n  }\n\n  .grid-auto,\n  .advantages-grid {\n    grid-template-columns: 1fr;\n    gap: 16px;\n  }\n\n  .modern-table {\n    font-size: 14px;\n  }\n\n  .modern-table th,\n  .modern-table td {\n    padding: 12px;\n  }\n\n  .info-card {\n    padding: 20px;\n  }\n}\n\n\/* Animation subtile au chargement *\/\n@keyframes fadeInUp {\n  from {\n    opacity: 0;\n    transform: translateY(20px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n.product-section \u003e * {\n  animation: fadeInUp 0.6s ease-out backwards;\n}\n\n.product-section \u003e *:nth-child(1) { animation-delay: 0.05s; }\n.product-section \u003e *:nth-child(2) { animation-delay: 0.1s; }\n.product-section \u003e *:nth-child(3) { animation-delay: 0.15s; }\n.product-section \u003e *:nth-child(4) { animation-delay: 0.2s; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\u003c!-- Introduction SEO optimisée avec style hero --\u003e\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003eThe \u003cstrong\u003eDrugdiag® 6 urine drug test\u003c\/strong\u003e is a reliable, accurate screening device that meets medical requirements. Manufactured in France by Toda Pharma laboratory, it allows simultaneous detection of \u003cstrong\u003e6 families of psychoactive substances\u003c\/strong\u003e in urine, with simple result reading in a few minutes.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eRecommended for professional use (employers, occupational health, healthcare facilities, law enforcement) as well as for personal self-testing, it fits into a caring and structured prevention approach.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Section Principales utilisations --\u003e\n\u003ch2\u003eMain uses of the Drugdiag® 6 urine test\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eRisk prevention in the workplace\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eIn compliance with article \u003cstrong\u003eL.4121-1 of the Labor Code\u003c\/strong\u003e, this test is used in safety and security positions (equipment operation, transport, construction, industry, private security). It allows employers to integrate \u003cstrong\u003econtrolled and proportionate screening\u003c\/strong\u003e into their policy for preventing accidents related to drug use, in line with the recommendations of the \u003cstrong\u003ePlan Joana\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eMedical use and addiction monitoring\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eThe Drugdiag® 6 urine test is a relevant tool for \u003cstrong\u003ehealth professionals\u003c\/strong\u003e: withdrawal monitoring, addiction consultation, consumption control within opioid substitution treatments (detection of \u003cstrong\u003ebuprenorphine\u003c\/strong\u003e). It provides an objective indicator to adapt care.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eSelf-testing and personal approach\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eThe test can be used for \u003cstrong\u003eself-testing\u003c\/strong\u003e before an important deadline (medical check-up, return to a sensitive position, professional commitment) or as part of a personal approach to reduce or stop consumption. It provides clear visibility on the persistence of substances in the body.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section Avantages --\u003e\n\u003ch2\u003eAdvantages of the Drugdiag® 6 urine drug test\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSimultaneous detection of 6 drug families covering more than 190 substances\u003c\/li\u003e\n\u003cli\u003eFast results and simple visual reading\u003c\/li\u003e\n\u003cli\u003eFrench manufacturer – Toda Pharma laboratory, expert in rapid diagnostics\u003c\/li\u003e\n\u003cli\u003eCE and ISO 13485 certified: professional medical quality level\u003c\/li\u003e\n\u003cli\u003eCompliant with the \u003cstrong\u003ePlan Joana\u003c\/strong\u003e and the requirements of the Labor Code\u003c\/li\u003e\n\u003cli\u003eUsed by many professionals (healthcare, companies, institutions)\u003c\/li\u003e\n\u003cli\u003eAlso suitable for self-testing in a preventive context\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- Tableau des substances et seuils --\u003e\n\u003ch2\u003eDetected substances and detection thresholds\u003c\/h2\u003e\n\u003cp\u003eThe Drugdiag® 6 urine test detects the 6 most frequently encountered families of psychoactive substances in professional and clinical practice:\u003c\/p\u003e\n\u003ctable class=\"modern-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSubstance\u003c\/th\u003e\n\u003cth\u003eDetection threshold\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTHC-COOH (Cannabis)\u003c\/td\u003e\n\u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCOC (Cocaine)\u003c\/td\u003e\n\u003ctd\u003e300 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAMP (Amphetamines)\u003c\/td\u003e\n\u003ctd\u003e1000 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMET (Methamphetamines)\u003c\/td\u003e\n\u003ctd\u003e1000 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMOP (Opiates)\u003c\/td\u003e\n\u003ctd\u003e300 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBUP (Buprenorphine)\u003c\/td\u003e\n\u003ctd\u003e10 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- Tableau Durée de détection --\u003e\n\u003ch2\u003eDetection duration of substances in urine\u003c\/h2\u003e\n\u003cp\u003eDetection duration depends on many factors: frequency and amount of consumption, metabolism, hydration, kidney function, and length of use.\u003c\/p\u003e\n\u003ctable class=\"modern-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSubstance\u003c\/th\u003e\n\u003cth\u003eIndicative duration\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTHC-COOH\u003c\/td\u003e\n\u003ctd\u003e1 to 30 days depending on consumption profile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCOC \u003c\/td\u003e\n\u003ctd\u003e1 to 4 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAMP \u003c\/td\u003e\n\u003ctd\u003e1 to 4 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMET \u003c\/td\u003e\n\u003ctd\u003e1 to 4 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMOP \u003c\/td\u003e\n\u003ctd\u003e1 to 4 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBUP \u003c\/td\u003e\n\u003ctd\u003e1 to 7 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"note-text\"\u003eThese durations are indicative. They can vary greatly depending on metabolism, body mass index, kidney function, frequency of use, and potency of consumed products.\u003c\/p\u003e\n\u003c!-- Footer réglementaire --\u003e\n\n\u003ch2\u003eClinical Expertise \u0026 Specificity\u003c\/h2\u003e\n\u003ch3\u003eAdvanced Colloidal Gold Technology\u003c\/h3\u003e\n\u003cp\u003eOur devices use competitive immunochromatography with colloidal gold-labeled antibodies, ensuring a clear, ultra-sensitive marking and medical-grade reliability.\u003c\/p\u003e\n\u003ch3\u003eLaboratory-certified reliability (GC\/MS)\u003c\/h3\u003e\n\u003cp\u003eThe accuracy of this professional urinary screening device has been rigorously validated by comparative clinical studies. Results demonstrate an accuracy correlation \u003cstrong\u003egreater than 99%\u003c\/strong\u003e compared to the global laboratory reference method (Gas Chromatography coupled with Mass Spectrometry - GC\/MS).\u003c\/p\u003e\n\u003ch3\u003eInstitutional Quality Labels\u003c\/h3\u003e\n\u003cp\u003eDesigned and manufactured in France by Toda Pharma Laboratory, this \u003ci\u003ein vitro\u003c\/i\u003e diagnostic medical device is certified \u003cstrong\u003eISO 13485\u003c\/strong\u003e and bears the \u003cstrong\u003eCE\u003c\/strong\u003e mark. Its high standard has earned it certification by the \u003cstrong\u003eUAF Label (Used by the French Armed Forces)\u003c\/strong\u003e and the Alsace Heart Label.\u003c\/p\u003e\n\u003ch3\u003eNo cross-reactions (False Positives)\u003c\/h3\u003e\n\u003cp\u003eThe high analytical specificity of the Toda Drugdiag® range guarantees the total absence of interference (tested up to a concentration of 100 μg\/ml) with common consumer products. \u003cstrong\u003eThe urinary result will not be distorted\u003c\/strong\u003e by the presence of:\u003c\/p\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003eCommon medications:\u003c\/strong\u003e Aspirin (Acetylsalicylic acid), Ibuprofen, Paracetamol (Acetaminophen), Amoxicillin, Penicillin, cough syrups (Dextromethorphan).\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003ePhysiological and dietary substances:\u003c\/strong\u003e Caffeine, Cholesterol, Hemoglobin, Creatinine, Vitamin C (Ascorbic acid), Uric acid.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eLegal notice:\u003c\/strong\u003e This in vitro diagnostic device is intended for professional and personal use, in compliance with current French and European legislation. In judicial or disciplinary contexts, any positive result must be confirmed by laboratory analysis. For any questions about interpretation or implementing a screening campaign, contact AMA Prevention customer service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003cdiv class=\"seo-molecules\"\u003e\n\u003ch3\u003e🧪 Precisely detected molecules:\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTHC (Cannabis)\u003c\/li\u003e\n\u003cli\u003eCocaine\u003c\/li\u003e\n\u003cli\u003eOpiates\u003c\/li\u003e\n\u003cli\u003eAmphetamines\u003c\/li\u003e\n\u003cli\u003eMDMA\u003c\/li\u003e\n\u003cli\u003eBenzodiazepines\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n","brand":"Laboratoire Toda Pharma","offers":[{"title":"Pack of 5","offer_id":56426433741124,"sku":"1046","price":59.5,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56426433773892,"sku":"1046","price":113.05,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426433806660,"sku":"1046","price":252.88,"currency_code":"EUR","in_stock":true},{"title":"1 unit","offer_id":56426433708356,"sku":"1046","price":11.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/Photo_produit_du_drugdiag_6.png?v=1777888318"},{"product_id":"test-urinaire-thc","title":"THC (Cannabis) Urine Test Drugdiag®","description":"\u003cstyle\u003e\n\/* Variables CSS pour cohérence visuelle *\/\n.product-section {\n  --primary-color: #FE4B09;\n  --primary-dark: #d63d00;\n  --secondary-color: #004C96;\n  --text-color: #004C96;\n  --text-light: #666;\n  --border-color: #e5e5e5;\n  --bg-light: #f9fafb;\n  --bg-white: #ffffff;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n  --radius-sm: 6px;\n  --radius-md: 10px;\n  --radius-lg: 14px;\n  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Reset et base *\/\n.product-section * { box-sizing: border-box; }\n.product-section { color: var(--text-color); line-height: 1.7; max-width: 1200px; margin: 0 auto; padding: 0 20px; }\n\n\/* Typographie moderne *\/\n.product-section h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 700; color: var(--secondary-color); margin: 50px 0 25px 0; padding-bottom: 12px; border-bottom: 3px solid var(--primary-color); position: relative; }\n.product-section h2::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 80px; height: 3px; background: var(--primary-dark); }\n.product-section h3 { font-size: clamp(18px, 3vw, 22px); font-weight: 600; color: var(--text-color); margin: 30px 0 15px 0; }\n.product-section p { font-size: 16px; line-height: 1.8; margin-bottom: 18px; color: var(--text-color); }\n\n\/* Paragraphe d'introduction hero *\/\n.intro-hero { background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); padding: 35px; border-radius: var(--radius-lg); border-left: 5px solid var(--primary-color); box-shadow: var(--shadow-md); margin-bottom: 40px; position: relative; overflow: hidden; }\n.intro-hero::before { content: ''; position: absolute; top: 0; right: 0; width: 200px; height: 200px; background: radial-gradient(circle, rgba(254,75,9,0.05) 0%, transparent 70%); border-radius: 50%; transform: translate(50%, -50%); }\n.intro-hero p { position: relative; z-index: 1; margin: 0; font-size: 17px; }\n.intro-hero p:first-child { font-weight: 500; margin-bottom: 15px; }\n\n\/* Cards système *\/\n.info-card { background: var(--bg-white); padding: 28px; border-radius: var(--radius-md); border: 1px solid var(--border-color); box-shadow: var(--shadow-sm); margin-bottom: 20px; transition: var(--transition); }\n.info-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--primary-color); }\n\n\/* Grille responsive moderne *\/\n.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 30px 0; }\n\n\/* Badges et tags *\/\n.badge { display: inline-block; padding: 8px 16px; background: var(--bg-light); border: 1px solid var(--border-color); border-radius: 20px; font-size: 14px; font-weight: 500; color: var(--text-color); margin-right: 10px; margin-bottom: 10px; transition: var(--transition); }\n.badge:hover { background: var(--primary-color); color: white; border-color: var(--primary-color); }\n\n\/* Bloc alerte\/warning orange *\/\n.alert-critical { background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%); color: white !important; padding: 30px; border-radius: var(--radius-md); margin: 40px 0; box-shadow: 0 6px 20px rgba(254,75,9,0.25); position: relative; overflow: hidden; }\n.alert-critical::before { content: '⚠️'; position: absolute; top: -20px; right: 20px; font-size: 120px; opacity: 0.1; line-height: 1; }\n.alert-critical h3 { color: white !important; margin-top: 0; font-size: 20px; margin-bottom: 15px; }\n.alert-critical p { color: white !important; margin-bottom: 12px; font-size: 15px; }\n.alert-critical p:last-child { margin-bottom: 0; }\n\n\/* Tableaux modernes *\/\n.modern-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 30px 0; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); font-size: 15px; }\n.modern-table thead tr { background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%); color: white; }\n.modern-table th { padding: 18px; text-align: left; font-weight: 600; font-size: 15px; color: white !important; }\n.modern-table tbody tr { background: white; transition: var(--transition); }\n.modern-table tbody tr:nth-child(even) { background: var(--bg-light); }\n.modern-table tbody tr:hover { background: #fff9f6; transform: scale(1.01); }\n.modern-table td { padding: 18px; border-bottom: 1px solid var(--border-color); }\n.modern-table td:first-child { font-weight: 600; color: var(--text-color); }\n\n\/* Listes stylisées *\/\n.product-section ul { list-style: none; padding-left: 0; margin: 25px 0; }\n.product-section ul li { padding-left: 32px; margin-bottom: 14px; position: relative; font-size: 15px; line-height: 1.7; }\n.product-section ul li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: var(--primary-color); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; }\n\n\/* Note italique *\/\n.note-text { font-size: 14px; line-height: 1.6; color: var(--text-light); font-style: italic; padding: 15px; background: var(--bg-light); border-radius: var(--radius-sm); margin: 20px 0; }\n\n\/* Footer section *\/\n.footer-info { border-top: 2px solid var(--border-color); padding-top: 25px; margin-top: 50px; }\n.footer-info p { font-size: 13px; line-height: 1.6; color: var(--text-light); margin: 0; }\n\n\/* Badge certifications *\/\n.certifications { display: flex; flex-wrap: wrap; gap: 12px; margin: 25px 0; }\n.cert-badge { padding: 10px 18px; background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); border: 2px solid var(--border-color); border-radius: 25px; font-size: 13px; font-weight: 600; color: var(--text-color); display: inline-flex; align-items: center; gap: 8px; transition: var(--transition); }\n.cert-badge:hover { border-color: var(--primary-color); background: white; transform: translateY(-2px); box-shadow: var(--shadow-sm); }\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n  .product-section { padding: 0 16px; }\n  .grid-auto { grid-template-columns: 1fr; }\n}\n\n\/* Animation *\/\n@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\n.product-section \u003e * { animation: fadeInUp 0.6s ease-out backwards; }\n.product-section \u003e *:nth-child(1) { animation-delay: 0.05s; }\n.product-section \u003e *:nth-child(2) { animation-delay: 0.1s; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003eThe \u003cstrong\u003eDrugdiag® THC Urine Test\u003c\/strong\u003e is the professional standard for detecting \u003cstrong\u003eTHC-COOH\u003c\/strong\u003e, the cannabis metabolite that persists long in the body. Developed by \u003cstrong\u003eToda Pharma\u003c\/strong\u003e, this test ensures medical reliability with a detection threshold calibrated at \u003cstrong\u003e50 ng\/mL\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eIt is an essential tool for individuals (license recovery), company safety officers (Joana Plan), and medical follow-ups. It confirms long-term abstinence, where saliva tests are limited to a few hours.\u003c\/p\u003e\n\u003ch3 style=\"color: #004c96;\"\u003e🧪 Precisely detected molecule:\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCannabis (THC):\u003c\/strong\u003e Detection of Δ9-THC, Marijuana, Hashish.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003ch2\u003eExpertise in urine screening\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eLicense Recovery\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eIdeal for self-testing before a medical commission visit or official biological analysis. It helps verify that your body has eliminated all stored traces of THC.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eWorkplace Safety\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 10px;\"\u003eComplies with occupational health requirements. Employers can use it to prevent risks in safety-sensitive positions, in accordance with article L.4121-1 of the Labor Code.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eLaboratory Reliability\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eBenefit from the technology of the European leader. This test offers over 99% correlation with reference GC\/MS analyses performed in laboratories.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWhat does the Drugdiag® THC detect?\u003c\/h2\u003e\n\u003cp\u003eIt identifies THC-COOH from all modern consumption methods:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eClassic:\u003c\/strong\u003e Cannabis flowers (Weed), Resin (Hashish), Pollen.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eConcentrates:\u003c\/strong\u003e Vape e-liquids, Oils, Wax, Rosin.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEdibles:\u003c\/strong\u003e Ingestion via \"Edibles\" (Cakes, Infused Candies).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCBD:\u003c\/strong\u003e Detects residual THC buildup in full-spectrum CBD products.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eDetection windows (Urine)\u003c\/h2\u003e\n\u003cp\u003eUnlike saliva, urine shows the \"history\" of consumption:\u003c\/p\u003e\n\u003ctable class=\"modern-table\" style=\"width: 100%;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 40%;\"\u003eConsumption profile\u003c\/th\u003e\n\u003cth style=\"width: 60%;\"\u003eIndicative detection duration\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003eOccasional\u003c\/strong\u003e (Single use)\u003c\/td\u003e\n\u003ctd\u003e1 to 3 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003eRegular\u003c\/strong\u003e (Several times a week)\u003c\/td\u003e\n\u003ctd\u003e5 to 12 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003eChronic\u003c\/strong\u003e (Daily \/ Intensive)\u003c\/td\u003e\n\u003ctd\u003eUp to 30 days (or more in some cases)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3\u003e⚠️ Warning: CBD \u0026amp; Positive Test\u003c\/h3\u003e\n\u003cp\u003eLegal \u003cstrong\u003eCannabidiol (CBD)\u003c\/strong\u003e often contains traces of THC (\u0026lt; 0.3%).\u003c\/p\u003e\n\u003cp\u003eIn case of regular CBD consumption (flowers or Full Spectrum oils), these traces can accumulate in fats and be released into the urine, causing a \u003cstrong\u003epositive result\u003c\/strong\u003e on the 50 ng\/mL test, even without any psychoactive effect felt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003ePackaging\u003c\/h2\u003e\n\u003cp\u003eProduct packaged for optimal hygiene and preservation:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e1 Urine test cassette (Individually sealed packaging)\u003c\/li\u003e\n\u003cli\u003e1 User manual in French on the packaging\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eClinical Expertise \u0026 Specificity\u003c\/h2\u003e\n\u003ch3\u003eAdvanced Colloidal Gold Technology\u003c\/h3\u003e\n\u003cp\u003eOur devices use competitive immunochromatography with antibodies labeled with colloidal gold, ensuring a clear, ultra-sensitive marking and medical-level reliability.\u003c\/p\u003e\n\u003ch3\u003eLaboratory Certified Reliability (GC\/MS)\u003c\/h3\u003e\n\u003cp\u003eThe accuracy of this professional urine screening device has been rigorously validated by comparative clinical studies. The results demonstrate an accuracy correlation \u003cstrong\u003egreater than 99%\u003c\/strong\u003e compared to the world reference laboratory method (Gas Chromatography coupled with Mass Spectrometry - GC\/MS).\u003c\/p\u003e\n\u003ch3\u003eInstitutional Quality Labels\u003c\/h3\u003e\n\u003cp\u003eDesigned and manufactured in France by Toda Pharma Laboratory, this \u003ci\u003ein vitro\u003c\/i\u003e diagnostic medical device is certified \u003cstrong\u003eISO 13485\u003c\/strong\u003e and bears the \u003cstrong\u003eCE\u003c\/strong\u003e mark. Its high standard has earned it certification by the \u003cstrong\u003eUAF Label (Used by the French Armed Forces)\u003c\/strong\u003e and the Cœur Alsace Label.\u003c\/p\u003e\n\u003ch3\u003eNo cross-reactions (False Positives)\u003c\/h3\u003e\n\u003cp\u003eThe high analytical specificity of the \u003cstrong\u003eToda Drugdiag®\u003c\/strong\u003e range guarantees the total absence of interference (tested up to a concentration of 100 μg\/ml) with common consumer products. \u003cstrong\u003eThe urinary result will not be distorted\u003c\/strong\u003e by the presence of:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCommon medications:\u003c\/strong\u003e Aspirin (Acetylsalicylic acid), Ibuprofen, Paracetamol (Acetaminophen), Amoxicillin, Penicillin, cough syrups (Dextromethorphan).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePhysiological and dietary substances:\u003c\/strong\u003e Caffeine, Cholesterol, Hemoglobin, Creatinine, Vitamin C (Ascorbic acid), Uric acid.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eLegal Notice:\u003c\/strong\u003e This test is an in vitro diagnostic device (I.V.D). A preliminary positive result indicates the presence of drug metabolites but does not constitute legal proof. Confirmation by an analytical method (blood test or laboratory urine analysis) is recommended for any official procedure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Laboratoire Toda Pharma","offers":[{"title":"Pack of 5","offer_id":56426433904964,"sku":"1041-THC","price":29.95,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56426433937732,"sku":"1041-THC","price":56.91,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426433970500,"sku":"1041-THC","price":127.29,"currency_code":"EUR","in_stock":true},{"title":"1 unit","offer_id":56426433872196,"sku":"1041-THC","price":5.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/Image_produit_Drgdiag_THC.png?v=1777887804"},{"product_id":"test-salivaire-6-drogues","title":"6-Drug Saliva Test Drugdiag® Saliva 6+","description":"\u003cstyle\u003e\n\/* Variables CSS pour cohérence visuelle *\/\n.product-section {\n  --primary-color: #FE4B09;\n  --primary-dark: #d63d00;\n  --secondary-color: #004C96;\n  --text-color: #004C96;\n  --text-light: #666;\n  --border-color: #e5e5e5;\n  --bg-light: #f9fafb;\n  --bg-white: #ffffff;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n  --radius-sm: 6px;\n  --radius-md: 10px;\n  --radius-lg: 14px;\n  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Reset et base *\/\n.product-section * { box-sizing: border-box; }\n.product-section { color: var(--text-color); line-height: 1.7; max-width: 1200px; margin: 0 auto; padding: 0 20px; }\n\n\/* Typographie moderne *\/\n.product-section h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 700; color: var(--secondary-color); margin: 50px 0 25px 0; padding-bottom: 12px; border-bottom: 3px solid var(--primary-color); position: relative; }\n.product-section h2::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 80px; height: 3px; background: var(--primary-dark); }\n.product-section h3 { font-size: clamp(18px, 3vw, 22px); font-weight: 600; color: var(--text-color); margin: 30px 0 15px 0; }\n.product-section p { font-size: 16px; line-height: 1.8; margin-bottom: 18px; color: var(--text-color); }\n\n\/* Paragraphe d'introduction hero *\/\n.intro-hero { background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); padding: 35px; border-radius: var(--radius-lg); border-left: 5px solid var(--primary-color); box-shadow: var(--shadow-md); margin-bottom: 40px; position: relative; overflow: hidden; }\n.intro-hero::before { content: ''; position: absolute; top: 0; right: 0; width: 200px; height: 200px; background: radial-gradient(circle, rgba(254,75,9,0.05) 0%, transparent 70%); border-radius: 50%; transform: translate(50%, -50%); }\n.intro-hero p { position: relative; z-index: 1; margin: 0; font-size: 17px; }\n.intro-hero p:first-child { font-weight: 500; margin-bottom: 15px; }\n\n\/* Cards système *\/\n.info-card { background: var(--bg-white); padding: 28px; border-radius: var(--radius-md); border: 1px solid var(--border-color); box-shadow: var(--shadow-sm); margin-bottom: 20px; transition: var(--transition); }\n.info-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--primary-color); }\n\n\/* Grille responsive moderne *\/\n.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 30px 0; }\n\n\/* Badges et tags *\/\n.badge { display: inline-block; padding: 8px 16px; background: var(--bg-light); border: 1px solid var(--border-color); border-radius: 20px; font-size: 14px; font-weight: 500; color: var(--text-color); margin-right: 10px; margin-bottom: 10px; transition: var(--transition); }\n.badge:hover { background: var(--primary-color); color: white; border-color: var(--primary-color); }\n\n\/* Bloc alerte\/warning orange *\/\n.alert-critical { background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%); color: white !important; padding: 30px; border-radius: var(--radius-md); margin: 40px 0; box-shadow: 0 6px 20px rgba(254,75,9,0.25); position: relative; overflow: hidden; }\n.alert-critical::before { content: '💊'; position: absolute; top: -20px; right: 20px; font-size: 120px; opacity: 0.1; line-height: 1; }\n.alert-critical h3 { color: white !important; margin-top: 0; font-size: 20px; margin-bottom: 15px; }\n.alert-critical p { color: white !important; margin-bottom: 12px; font-size: 15px; }\n.alert-critical p:last-child { margin-bottom: 0; }\n\n\/* Tableaux modernes *\/\n.modern-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 30px 0; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); font-size: 15px; }\n.modern-table thead tr { background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%); color: white; }\n.modern-table th { padding: 18px; text-align: left; font-weight: 600; font-size: 15px; color: white !important; }\n.modern-table tbody tr { background: white; transition: var(--transition); }\n.modern-table tbody tr:nth-child(even) { background: var(--bg-light); }\n.modern-table tbody tr:hover { background: #fff9f6; transform: scale(1.01); }\n.modern-table td { padding: 18px; border-bottom: 1px solid var(--border-color); }\n.modern-table td:first-child { font-weight: 600; color: var(--text-color); }\n\n\/* Listes stylisées *\/\n.product-section ul { list-style: none; padding-left: 0; margin: 25px 0; }\n.product-section ul li { padding-left: 32px; margin-bottom: 14px; position: relative; font-size: 15px; line-height: 1.7; }\n.product-section ul li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: var(--primary-color); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; }\n\n\/* Note italique *\/\n.note-text { font-size: 14px; line-height: 1.6; color: var(--text-light); font-style: italic; padding: 15px; background: var(--bg-light); border-radius: var(--radius-sm); margin: 20px 0; }\n\n\/* Footer section *\/\n.footer-info { border-top: 2px solid var(--border-color); padding-top: 25px; margin-top: 50px; }\n.footer-info p { font-size: 13px; line-height: 1.6; color: var(--text-light); margin: 0; }\n\n\/* Badge certifications *\/\n.certifications { display: flex; flex-wrap: wrap; gap: 12px; margin: 25px 0; }\n.cert-badge { padding: 10px 18px; background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); border: 2px solid var(--border-color); border-radius: 25px; font-size: 13px; font-weight: 600; color: var(--text-color); display: inline-flex; align-items: center; gap: 8px; transition: var(--transition); }\n.cert-badge:hover { border-color: var(--primary-color); background: white; transform: translateY(-2px); box-shadow: var(--shadow-sm); }\n\n\/* Responsive \u0026 Fix Tableaux Mobile *\/\n@media (max-width: 768px) {\n  .product-section { padding: 0 16px; }\n  .grid-auto { grid-template-columns: 1fr; }\n\n  \/* CORRECTIF TABLEAU MOBILE *\/\n  .modern-table {\n    display: block;       \/* Transforme le tableau en bloc pour permettre le scroll *\/\n    width: 100%;\n    overflow-x: auto;     \/* Active le scroll horizontal *\/\n    white-space: normal;  \/* Autorise le texte à revenir à la ligne *\/\n    -webkit-overflow-scrolling: touch; \/* Scroll fluide *\/\n  }\n\n  .modern-table th,\n  .modern-table td {\n    min-width: 130px; \/* Force une largeur minimale pour éviter l'écrasement *\/\n    padding: 12px 10px;\n  }\n}\n\n\/* Animation *\/\n@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\n.product-section \u003e * { animation: fadeInUp 0.6s ease-out backwards; }\n.product-section \u003e *:nth-child(1) { animation-delay: 0.05s; }\n.product-section \u003e *:nth-child(2) { animation-delay: 0.1s; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003eThe \u003cstrong\u003eDrugdiag Saliva 6+ Saliva Test\u003c\/strong\u003e from Toda Pharma laboratory is the most comprehensive screening device in our saliva range. In addition to the 5 classic narcotics (Cannabis, Cocaine, Heroin, Amphetamines, Ecstasy), it specifically detects \u003cstrong\u003eBenzodiazepines\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eWidely used by law enforcement and occupational health services, this test meets the increased safety needs against risks of drowsiness while driving (related to medications) and chemical submission situations. It is available individually or in an economical box of 25 tests.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eExtended protection for your safety\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eComplete Road Safety\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eA driver is not only dangerous under the influence of alcohol or cannabis. This test verifies the absence of psychotropic medications (anxiolytics, sleeping pills) incompatible with driving.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eWorkplace Prevention\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 10px;\"\u003eIdeal for security posts. Screening for benzodiazepines helps prevent serious accidents related to loss of alertness or drug interactions at the workplace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eAgainst Chemical Submission\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eBenzodiazepines are often misused for criminal purposes (\"date rape drug\"). This test allows quick verification in case of doubt after an evening out (reliable detection at 30 ng\/mL).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWhy choose this 6-drug test?\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eWide Spectrum:\u003c\/strong\u003e Detects 6 substance families in a single saliva sample.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eToda Pharma Expertise:\u003c\/strong\u003e Designed by the No.1 in rapid diagnostics, French Manufacturer.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBenzodiazepines Focus:\u003c\/strong\u003e Detection of molecules often missed by standard tests.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSimplicity:\u003c\/strong\u003e All-in-one test, hygienic and fast (results in minutes).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlexibility:\u003c\/strong\u003e Sold individually (for individuals) or by box of 25 (screening campaigns).\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003ePrecise detection thresholds\u003c\/h2\u003e\n\u003cp\u003eThis table details the 6 detected substances and their cut-off thresholds:\u003c\/p\u003e\n\u003ctable class=\"modern-table\" style=\"width: 100%;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 40%;\"\u003eSubstance\u003c\/th\u003e\n\u003cth style=\"width: 60%;\"\u003eDetection threshold (ng\/mL)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003eTHC\u003c\/strong\u003e (Cannabis)\u003c\/td\u003e\n\u003ctd\u003e15 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003eCOC\u003c\/strong\u003e (Cocaine)\u003c\/td\u003e\n\u003ctd\u003e20 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003eAMP\u003c\/strong\u003e (Amphetamines)\u003c\/td\u003e\n\u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003eMET\u003c\/strong\u003e (Methamphetamines)\u003c\/td\u003e\n\u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003eMDMA\u003c\/strong\u003e (Ecstasy)\u003c\/td\u003e\n\u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"color: #d9534f; background-color: #fff5f5;\"\u003e\n\u003cstrong\u003eBZO\u003c\/strong\u003e (Benzodiazepines)\u003c\/td\u003e\n\u003ctd style=\"color: #d9534f; background-color: #fff5f5;\"\u003e30 ng\/mL\u003cbr\u003e\u003csmall\u003eSpecific screening threshold\u003c\/small\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3\u003e💊 Important: Benzodiazepines \u0026amp; Medications\u003c\/h3\u003e\n\u003cp\u003eThis test reacts to a very common class of medications (Xanax, Valium, Lexomil...).\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFor individuals:\u003c\/strong\u003e A positive BZO result can be normal if you are undergoing medical treatment. However, it confirms impaired alertness incompatible with driving.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFor employers:\u003c\/strong\u003e Drug screening at work is strictly regulated. Feel free to contact our customer service in Strasbourg for support with your procedures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003ePackaging\u003c\/h2\u003e\n\u003cp\u003eChoose the format that suits your needs:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSingle unit:\u003c\/strong\u003e Sterile individual pouch (Test + Instructions).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBox of 25:\u003c\/strong\u003e Professional packaging for screening campaigns.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eClinical Expertise \u0026 Specificity\u003c\/h2\u003e\n\u003ch3\u003eAdvanced Colloidal Gold Technology\u003c\/h3\u003e\n\u003cp\u003eOur devices use competitive immunochromatography with antibodies labeled with colloidal gold, ensuring a clear, ultra-sensitive marking and medical-level reliability.\u003c\/p\u003e\n\u003ch3\u003eCertified reliability in Laboratory (GC\/MS)\u003c\/h3\u003e\n\u003cp\u003eThe accuracy of this professional screening device has been validated by rigorous comparative clinical studies. The results demonstrate an accuracy correlation \u003cstrong\u003egreater than 99%\u003c\/strong\u003e compared to the global reference laboratory method (Gas Chromatography coupled with Mass Spectrometry - GC\/MS).\u003c\/p\u003e\n\u003ch3\u003eNo cross-reactions (False Positives)\u003c\/h3\u003e\n\u003cp\u003eOne of the major strengths of the Toda Drugdiag® range lies in its high analytical specificity. Advanced laboratory tests (at a concentration of 100 μg\/ml) prove the total absence of interference with everyday products. \u003cstrong\u003eThe result will not be distorted\u003c\/strong\u003e by prior consumption of:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eHygiene and food products:\u003c\/strong\u003e Coffee, tea, sugar, mouthwash, toothpaste, chewing gum, tobacco (cigarette), soft drinks.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCommon medications:\u003c\/strong\u003e Ibuprofen, Paracetamol, Aspirin, Amoxicillin, cough syrups (Dextromethorphan).\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eLegal notice:\u003c\/strong\u003e This in vitro diagnostic device is a regulated health product bearing the CE marking. In case of a positive result related to medical treatment, consult your doctor. Never change your treatment without medical advice.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Laboratoire Toda Pharma","offers":[{"title":"1 unit","offer_id":56426434036036,"sku":"1046-SAL","price":19.9,"currency_code":"EUR","in_stock":true},{"title":"Pack of 5","offer_id":56426434068804,"sku":"1046-SAL","price":99.5,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56426434101572,"sku":"1046-SAL","price":189.05,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426434134340,"sku":"1046-SAL","price":422.87,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/Image_produit_Drugdiag_Saliva_5.png?v=1777888267"},{"product_id":"ethylotest-sans-ballon-freedrive","title":"Eco-Friendly Breathalyzer Without Balloon FREEDRIVE 0 (0.5 g\/l)","description":"\u003cstyle\u003e\n\/* Variables CSS pour cohérence visuelle *\/\n.product-section {\n  --primary-color: #FE4B09;\n  --primary-dark: #d63d00;\n  --secondary-color: #004C96;\n  --text-color: #004C96;\n  --text-light: #666;\n  --border-color: #e5e5e5;\n  --bg-light: #f9fafb;\n  --bg-white: #ffffff;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n  --radius-sm: 6px;\n  --radius-md: 10px;\n  --radius-lg: 14px;\n  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Reset et base *\/\n.product-section * { box-sizing: border-box; }\n.product-section { color: var(--text-color); line-height: 1.7; max-width: 1200px; margin: 0 auto; padding: 0 20px; }\n\n\/* Typographie moderne *\/\n.product-section h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 700; color: var(--secondary-color); margin: 50px 0 25px 0; padding-bottom: 12px; border-bottom: 3px solid var(--primary-color); position: relative; }\n.product-section h2::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 80px; height: 3px; background: var(--primary-dark); }\n.product-section h3 { font-size: clamp(18px, 3vw, 22px); font-weight: 600; color: var(--text-color); margin: 30px 0 15px 0; }\n.product-section p { font-size: 16px; line-height: 1.8; margin-bottom: 18px; color: var(--text-color); }\n\n\/* Paragraphe d'introduction hero *\/\n.intro-hero { background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); padding: 35px; border-radius: var(--radius-lg); border-left: 5px solid var(--primary-color); box-shadow: var(--shadow-md); margin-bottom: 40px; position: relative; overflow: hidden; }\n.intro-hero::before { content: ''; position: absolute; top: 0; right: 0; width: 200px; height: 200px; background: radial-gradient(circle, rgba(254,75,9,0.05) 0%, transparent 70%); border-radius: 50%; transform: translate(50%, -50%); }\n.intro-hero p { position: relative; z-index: 1; margin: 0; font-size: 17px; }\n.intro-hero p:first-child { font-weight: 500; margin-bottom: 15px; }\n.intro-hero img { max-width: 100%; height: auto; border-radius: var(--radius-sm); margin-bottom: 20px; }\n\n\/* Cards système *\/\n.info-card { background: var(--bg-white); padding: 28px; border-radius: var(--radius-md); border: 1px solid var(--border-color); box-shadow: var(--shadow-sm); margin-bottom: 20px; transition: var(--transition); }\n.info-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--primary-color); }\n\n\/* Grille responsive moderne *\/\n.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 30px 0; }\n\n\/* Badges et tags *\/\n.badge { display: inline-block; padding: 8px 16px; background: var(--bg-light); border: 1px solid var(--border-color); border-radius: 20px; font-size: 14px; font-weight: 500; color: var(--text-color); margin-right: 10px; margin-bottom: 10px; transition: var(--transition); }\n.badge:hover { background: var(--primary-color); color: white; border-color: var(--primary-color); }\n\n\/* Bloc alerte\/warning orange *\/\n.alert-critical { background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%); color: white !important; padding: 30px; border-radius: var(--radius-md); margin: 40px 0; box-shadow: 0 6px 20px rgba(254,75,9,0.25); position: relative; overflow: hidden; }\n.alert-critical::before { content: '♻️'; position: absolute; top: -20px; right: 20px; font-size: 120px; opacity: 0.1; line-height: 1; }\n.alert-critical h3 { color: white !important; margin-top: 0; font-size: 20px; margin-bottom: 15px; }\n.alert-critical p { color: white !important; margin-bottom: 12px; font-size: 15px; }\n.alert-critical p:last-child { margin-bottom: 0; }\n\n\/* Tableaux modernes *\/\n.modern-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 30px 0; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); font-size: 15px; }\n.modern-table thead tr { background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%); color: white; }\n.modern-table th { padding: 18px; text-align: left; font-weight: 600; font-size: 15px; color: white !important; }\n.modern-table tbody tr { background: white; transition: var(--transition); }\n.modern-table tbody tr:nth-child(even) { background: var(--bg-light); }\n.modern-table tbody tr:hover { background: #fff9f6; transform: scale(1.01); }\n.modern-table td { padding: 18px; border-bottom: 1px solid var(--border-color); }\n.modern-table td:first-child { font-weight: 600; color: var(--text-color); }\n\n\/* Listes stylisées *\/\n.product-section ul { list-style: none; padding-left: 0; margin: 25px 0; }\n.product-section ul li { padding-left: 32px; margin-bottom: 14px; position: relative; font-size: 15px; line-height: 1.7; }\n.product-section ul li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: var(--primary-color); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; }\n\n\/* Note italique *\/\n.note-text { font-size: 14px; line-height: 1.6; color: var(--text-light); font-style: italic; padding: 15px; background: var(--bg-light); border-radius: var(--radius-sm); margin: 20px 0; }\n\n\/* Footer section *\/\n.footer-info { border-top: 2px solid var(--border-color); padding-top: 25px; margin-top: 50px; }\n.footer-info p { font-size: 13px; line-height: 1.6; color: var(--text-light); margin: 0; }\n\n\/* Badge certifications *\/\n.certifications { display: flex; flex-wrap: wrap; gap: 12px; margin: 25px 0; }\n.cert-badge { padding: 10px 18px; background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); border: 2px solid var(--border-color); border-radius: 25px; font-size: 13px; font-weight: 600; color: var(--text-color); display: inline-flex; align-items: center; gap: 8px; transition: var(--transition); }\n.cert-badge:hover { border-color: var(--primary-color); background: white; transform: translateY(-2px); box-shadow: var(--shadow-sm); }\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n  .product-section { padding: 0 16px; }\n  .grid-auto { grid-template-columns: 1fr; }\n}\n\n\/* Animation *\/\n@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\n.product-section \u003e * { animation: fadeInUp 0.6s ease-out backwards; }\n.product-section \u003e *:nth-child(1) { animation-delay: 0.05s; }\n.product-section \u003e *:nth-child(2) { animation-delay: 0.1s; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003eThe \u003cstrong\u003eFREEDRIVE Breathalyzer\u003c\/strong\u003e revolutionizes alcohol screening with its \"No Balloon\" concept. \u003cstrong\u003eFrench Manufacturer\u003c\/strong\u003e, this compact chemical test tube offers certified NF reliability while reducing ecological impact thanks to its biodegradable components.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eFast and single-use, it allows you to check your fitness to drive in a few minutes (threshold 0.25 mg\/L of exhaled air). It is the ideal prevention tool for individuals, festive events, and road safety campaigns in companies.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eInnovation \u0026 Ecology\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003e\"Freedrive\" Concept\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eNo more bulky plastic balloons! This direct tester is more compact, easier to use, and generates less waste. Just blow directly through the biodegradable mouthpiece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eChemical Reliability\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 10px;\"\u003eCompliant with NF X20-702:2014 standard and decree 2015-775, the chemical reagent changes color (from yellow to green) if the legal limit is exceeded. A simple and unambiguous visual reading.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eIdeal for Businesses\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eCompact and easy to store (valid for 2 years), it is the perfect prevention gift for your employees or to provide during seminars and company gatherings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eWhy choose the FREEDRIVE breathalyzer?\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003ePractical \u0026 Hygienic:\u003c\/strong\u003e Single-use test in a sealed individual package.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEco-design:\u003c\/strong\u003e 100% biodegradable mouthpiece and no plastic balloon.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePocket Size:\u003c\/strong\u003e Easily fits in a pocket, handbag, or glove compartment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGuaranteed Origin:\u003c\/strong\u003e French manufacturing controlled in compliance with REACH regulations.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClear Reading:\u003c\/strong\u003e Sharp color change in case of positivity.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cp\u003eA device designed to work in real conditions.\u003c\/p\u003e\n\u003ctable class=\"modern-table\" style=\"width: 100%;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 40%;\"\u003eFeature\u003c\/th\u003e\n\u003cth style=\"width: 60%;\"\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eDetection threshold\u003c\/td\u003e\n\u003ctd\u003e0.25 mg\/L of exhaled air (equivalent to 0.5 g\/L blood)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard\u003c\/td\u003e\n\u003ctd\u003eNF X20-702:2014\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003eTube: 100 x 12 mm (Packaging: 125 x 50 mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUsage conditions\u003c\/td\u003e\n\u003ctd\u003eTemperature from +5°C to +40°C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShelf life\u003c\/td\u003e\n\u003ctd\u003e24 months (Expiration date indicated on the packet)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003ch2\u003eVolume Discounts (Professionals \u0026 Volume)\u003c\/h2\u003e\n\u003cp\u003eTake advantage of our offers to equip your fleets or events. Free shipping from 500 units.\u003c\/p\u003e\n\u003ctable class=\"modern-table\" style=\"width: 100%;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 40%;\"\u003eQuantity\u003c\/th\u003e\n\u003cth style=\"width: 30%;\"\u003eUnit Price excl. tax\u003c\/th\u003e\n\u003cth style=\"width: 30%;\"\u003eUnit Price incl. tax\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e1 to 499 units\u003c\/td\u003e\n\u003ctd\u003e1,60 €\u003c\/td\u003e\n\u003ctd\u003e1,99 €\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e500 to 999 units\u003c\/td\u003e\n\u003ctd\u003e1,39 €\u003c\/td\u003e\n\u003ctd\u003e1,67 €\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e1,000 units and up\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003e1,19 €\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003e1,43 €\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3\u003e⚠️ Storage advice\u003c\/h3\u003e\n\u003cp\u003eChemical breathalyzers are products sensitive to extreme conditions.\u003c\/p\u003e\n\u003cp\u003eTo ensure their effectiveness until the expiration date, \u003cstrong\u003edo not leave them in direct sunlight on the dashboard\u003c\/strong\u003e during summer (max +70°C for short-term storage, but ideally kept at a moderate temperature). Excessive heat can alter the chemical reagent.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eLegal Notice:\u003c\/strong\u003e The FREEDRIVE breathalyzer is a single-use self-test device. The result is obtained through a color chemical reaction. If in doubt or if the reagent turns green, do not drive. Do not wait until you are behind the wheel to test yourself.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Turdus","offers":[{"title":"Default Title","offer_id":47943768473924,"sku":"OFFREDRIVE025","price":1.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/ethylotest-freedrive-0.5g_l.jpg?v=1761572605"},{"product_id":"test-urinaire-cassette-11-drogues","title":"11-Drug Urine Test Drugdiag® 11","description":"\u003cstyle\u003e\n\/* Variables CSS pour cohérence visuelle *\/\n.product-section {\n  --primary-color: #FE4B09;\n  --primary-dark: #d63d00;\n  --secondary-color: #004C96;\n  --text-color: #004C96;\n  --text-light: #666;\n  --border-color: #e5e5e5;\n  --bg-light: #f9fafb;\n  --bg-white: #ffffff;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n  --radius-sm: 6px;\n  --radius-md: 10px;\n  --radius-lg: 14px;\n  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Reset et base *\/\n.product-section * {\n  box-sizing: border-box;\n}\n\n.product-section {\n  color: var(--text-color);\n  line-height: 1.7;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 20px;\n}\n\n\/* Typographie moderne *\/\n.product-section h2 {\n  font-size: clamp(24px, 4vw, 32px);\n  font-weight: 700;\n  color: var(--secondary-color);\n  margin: 50px 0 25px 0;\n  padding-bottom: 12px;\n  border-bottom: 3px solid var(--primary-color);\n  position: relative;\n}\n\n.product-section h2::after {\n  content: '';\n  position: absolute;\n  bottom: -3px;\n  left: 0;\n  width: 80px;\n  height: 3px;\n  background: var(--primary-dark);\n}\n\n.product-section h3 {\n  font-size: clamp(18px, 3vw, 22px);\n  font-weight: 600;\n  color: var(--text-color);\n  margin: 30px 0 15px 0;\n}\n\n.product-section p {\n  font-size: 16px;\n  line-height: 1.8;\n  margin-bottom: 18px;\n  color: var(--text-color);\n}\n\n\/* Paragraphe d'introduction hero *\/\n.intro-hero {\n  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);\n  padding: 35px;\n  border-radius: var(--radius-lg);\n  border-left: 5px solid var(--primary-color);\n  box-shadow: var(--shadow-md);\n  margin-bottom: 40px;\n  position: relative;\n  overflow: hidden;\n}\n\n.intro-hero::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  right: 0;\n  width: 200px;\n  height: 200px;\n  background: radial-gradient(circle, rgba(254,75,9,0.05) 0%, transparent 70%);\n  border-radius: 50%;\n  transform: translate(50%, -50%);\n}\n\n.intro-hero p {\n  position: relative;\n  z-index: 1;\n  margin: 0;\n  font-size: 17px;\n}\n\n.intro-hero p:first-child {\n  font-weight: 500;\n  margin-bottom: 15px;\n}\n\n\/* Cards système *\/\n.info-card {\n  background: var(--bg-white);\n  padding: 28px;\n  border-radius: var(--radius-md);\n  border: 1px solid var(--border-color);\n  box-shadow: var(--shadow-sm);\n  margin-bottom: 20px;\n  transition: var(--transition);\n}\n\n.info-card:hover {\n  box-shadow: var(--shadow-md);\n  transform: translateY(-2px);\n  border-color: var(--primary-color);\n}\n\n\/* Grille responsive moderne *\/\n.grid-auto {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 24px;\n  margin: 30px 0;\n}\n\n\/* Badges et tags *\/\n.badge {\n  display: inline-block;\n  padding: 8px 16px;\n  background: var(--bg-light);\n  border: 1px solid var(--border-color);\n  border-radius: 20px;\n  font-size: 14px;\n  font-weight: 500;\n  color: var(--text-color);\n  margin-right: 10px;\n  margin-bottom: 10px;\n  transition: var(--transition);\n}\n\n.badge:hover {\n  background: var(--primary-color);\n  color: white;\n  border-color: var(--primary-color);\n}\n\n.badge-primary {\n  background: var(--primary-color);\n  color: white;\n  border-color: var(--primary-color);\n}\n\n\/* Bloc alerte\/warning orange *\/\n.alert-critical {\n  background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%);\n  color: white !important;\n  padding: 30px;\n  border-radius: var(--radius-md);\n  margin: 40px 0;\n  box-shadow: 0 6px 20px rgba(254,75,9,0.25);\n  position: relative;\n  overflow: hidden;\n}\n\n.alert-critical::before {\n  content: '⚠';\n  position: absolute;\n  top: -20px;\n  right: 20px;\n  font-size: 120px;\n  opacity: 0.1;\n  line-height: 1;\n}\n\n.alert-critical h3 {\n  color: white !important;\n  margin-top: 0;\n  font-size: 20px;\n  margin-bottom: 15px;\n}\n\n.alert-critical p {\n  color: white !important;\n  margin-bottom: 12px;\n  font-size: 15px;\n}\n\n.alert-critical p:last-child {\n  margin-bottom: 0;\n}\n\n.alert-critical strong {\n  color: white !important;\n}\n\n\/* Tableaux modernes *\/\n.modern-table {\n  width: 100%;\n  border-collapse: separate;\n  border-spacing: 0;\n  margin: 30px 0;\n  border-radius: var(--radius-md);\n  overflow: hidden;\n  box-shadow: var(--shadow-sm);\n  font-size: 15px;\n}\n\n.modern-table thead tr {\n  background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%);\n  color: white;\n}\n\n.modern-table th {\n  padding: 18px;\n  text-align: left;\n  font-weight: 600;\n  font-size: 15px;\n  color: white !important;\n}\n\n.modern-table tbody tr {\n  background: white;\n  transition: var(--transition);\n}\n\n.modern-table tbody tr:nth-child(even) {\n  background: var(--bg-light);\n}\n\n.modern-table tbody tr:hover {\n  background: #fff9f6;\n  transform: scale(1.01);\n}\n\n.modern-table td {\n  padding: 18px;\n  border-bottom: 1px solid var(--border-color);\n}\n\n.modern-table td:first-child {\n  font-weight: 600;\n  color: var(--text-color);\n}\n\n.modern-table tbody tr:last-child td {\n  border-bottom: none;\n}\n\n\/* Listes stylisées *\/\n.product-section ul {\n  list-style: none;\n  padding-left: 0;\n  margin: 25px 0;\n}\n\n.product-section ul li {\n  padding-left: 32px;\n  margin-bottom: 14px;\n  position: relative;\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n.product-section ul li::before {\n  content: '✓';\n  position: absolute;\n  left: 0;\n  top: 0;\n  width: 22px;\n  height: 22px;\n  background: var(--primary-color);\n  color: white;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 12px;\n  font-weight: bold;\n}\n\n\/* Bloc de mise en avant *\/\n.highlight-box {\n  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);\n  padding: 25px;\n  border-left: 5px solid var(--secondary-color);\n  border-radius: var(--radius-md);\n  margin: 30px 0;\n  box-shadow: var(--shadow-sm);\n}\n\n.highlight-box p {\n  margin: 0;\n  font-weight: 500;\n}\n\n\/* Liens internes stylisés *\/\n.product-section a {\n  color: var(--primary-color);\n  text-decoration: none;\n  font-weight: 500;\n  border-bottom: 2px solid transparent;\n  transition: var(--transition);\n}\n\n.product-section a:hover {\n  border-bottom-color: var(--primary-color);\n  color: var(--primary-dark);\n}\n\n\/* Note italique *\/\n.note-text {\n  font-size: 14px;\n  line-height: 1.6;\n  color: var(--text-light);\n  font-style: italic;\n  padding: 15px;\n  background: var(--bg-light);\n  border-radius: var(--radius-sm);\n  margin: 20px 0;\n}\n\n\/* Footer section *\/\n.footer-info {\n  border-top: 2px solid var(--border-color);\n  padding-top: 25px;\n  margin-top: 50px;\n}\n\n.footer-info p {\n  font-size: 13px;\n  line-height: 1.6;\n  color: var(--text-light);\n  margin: 0;\n}\n\n\/* Section avantages avec icônes *\/\n.advantages-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 20px;\n  margin: 30px 0;\n}\n\n.advantage-item {\n  background: white;\n  padding: 24px;\n  border-radius: var(--radius-md);\n  border: 2px solid var(--border-color);\n  transition: var(--transition);\n  position: relative;\n  overflow: hidden;\n}\n\n.advantage-item::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 4px;\n  height: 0;\n  background: var(--primary-color);\n  transition: height 0.3s ease;\n}\n\n.advantage-item:hover {\n  border-color: var(--primary-color);\n  box-shadow: var(--shadow-md);\n  transform: translateY(-3px);\n}\n\n.advantage-item:hover::before {\n  height: 100%;\n}\n\n\/* Badge certifications *\/\n.certifications {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 12px;\n  margin: 25px 0;\n}\n\n.cert-badge {\n  padding: 10px 18px;\n  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);\n  border: 2px solid var(--border-color);\n  border-radius: 25px;\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--text-color);\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  transition: var(--transition);\n}\n\n.cert-badge:hover {\n  border-color: var(--primary-color);\n  background: white;\n  transform: translateY(-2px);\n  box-shadow: var(--shadow-sm);\n}\n\n\/* Section livraison mise en avant *\/\n.shipping-banner {\n  background: linear-gradient(135deg, #004C96 0%, #003d7a 100%);\n  color: white !important;\n  padding: 28px;\n  border-radius: var(--radius-md);\n  margin: 35px 0;\n  text-align: center;\n  box-shadow: var(--shadow-lg);\n  position: relative;\n  overflow: hidden;\n}\n\n.shipping-banner::before {\n  content: '📦';\n  position: absolute;\n  top: -10px;\n  left: -10px;\n  font-size: 80px;\n  opacity: 0.1;\n}\n\n.shipping-banner p {\n  color: white !important;\n  margin: 0;\n  font-size: 17px;\n  font-weight: 600;\n}\n\n\/* Responsive optimisations *\/\n@media (max-width: 768px) {\n  .product-section {\n    padding: 0 16px;\n  }\n\n  .product-section h2 {\n    font-size: 24px;\n    margin: 35px 0 20px 0;\n  }\n\n  .product-section h3 {\n    font-size: 19px;\n  }\n\n  .intro-hero {\n    padding: 25px;\n  }\n\n  .alert-critical {\n    padding: 25px;\n  }\n\n  .grid-auto,\n  .advantages-grid {\n    grid-template-columns: 1fr;\n    gap: 16px;\n  }\n\n  .modern-table {\n    font-size: 14px;\n  }\n\n  .modern-table th,\n  .modern-table td {\n    padding: 12px;\n  }\n\n  .info-card {\n    padding: 20px;\n  }\n}\n\n\/* Animation subtile au chargement *\/\n@keyframes fadeInUp {\n  from {\n    opacity: 0;\n    transform: translateY(20px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n.product-section \u003e * {\n  animation: fadeInUp 0.6s ease-out backwards;\n}\n\n.product-section \u003e *:nth-child(1) { animation-delay: 0.05s; }\n.product-section \u003e *:nth-child(2) { animation-delay: 0.1s; }\n.product-section \u003e *:nth-child(3) { animation-delay: 0.15s; }\n.product-section \u003e *:nth-child(4) { animation-delay: 0.2s; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\u003c!-- Introduction SEO optimisée avec style hero --\u003e\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003eThe \u003cstrong\u003eDrugdiag® 11 urine drug test\u003c\/strong\u003e, developed by the \u003cstrong\u003eToda Pharma\u003c\/strong\u003e laboratory (the leading rapid diagnostic test provider), allows \u003cstrong\u003esimultaneous detection of 11 drug families\u003c\/strong\u003e, covering about \u003cstrong\u003e300 psychoactive substances\u003c\/strong\u003e. This multi-drug test is especially suited for \u003cstrong\u003ecompanies\u003c\/strong\u003e, \u003cstrong\u003eoccupational physicians\u003c\/strong\u003e, \u003cstrong\u003eaddiction treatment centers\u003c\/strong\u003e, and \u003cstrong\u003elaw enforcement\u003c\/strong\u003e who need to secure high-responsibility environments.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eThe \u003cstrong\u003eDrugdiag® 11\u003c\/strong\u003e is presented as an easy-to-use urine test with visual reading of result strips. It is recommended for \u003cstrong\u003esupervised screening campaigns\u003c\/strong\u003e, \u003cstrong\u003etherapeutic monitoring\u003c\/strong\u003e, and targeted checks after incidents or accidents. Available individually or in boxes, it is distributed exclusively through AMA Prévention, the official distributor Toda Pharma based in Strasbourg.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Section Principales utilisations --\u003e\n\u003ch2\u003eMain uses of the Drugdiag® 11 urine drug test\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eHigh-responsibility positions and high-risk sectors\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eThe Drugdiag® 11 urine test is particularly suitable for \u003cstrong\u003esecurity and safety posts\u003c\/strong\u003e: road transport and logistics, construction, heavy industry, maintenance of sensitive installations, petrochemical platforms, energy, operation of classified sites. Complementing regulatory saliva tests, it enables a \u003cstrong\u003ewider screening of recent or repeated consumptions\u003c\/strong\u003e, especially for substances not systematically searched for on the road (benzodiazepines, barbiturates, TCA, methadone, buprenorphine).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eTherapeutic monitoring, addiction treatment, and medical care\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 10px;\"\u003eThanks to the detection of \u003cstrong\u003emethadone (MTD)\u003c\/strong\u003e, \u003cstrong\u003ebuprenorphine (BUP)\u003c\/strong\u003e, and \u003cstrong\u003etricyclic antidepressants (TCA)\u003c\/strong\u003e, the Drugdiag® 11 is a valuable tool for \u003cstrong\u003eCSAPA, general practitioners, psychiatrists, clinics, and detox centers\u003c\/strong\u003e. It allows verification of adherence to substitution treatment, identification of associated consumptions (cocaine, amphetamines, opiates, benzodiazepines), and documentation of medical records in a clear and traceable framework.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eUsed with a \u003cstrong\u003esupportive and non-blaming\u003c\/strong\u003e approach, this test contributes to structured follow-up, complementing clinical interviews and health authority recommendations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eSensitive environments, internal investigations, and risk prevention\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 10px;\"\u003eIn companies, in accordance with article \u003cstrong\u003eL.4121-1 of the Labor Code\u003c\/strong\u003e, the employer must take necessary measures to ensure the safety and protect the health of workers. When a \u003cstrong\u003eworkplace regulation\u003c\/strong\u003e provides for it, the Drugdiag® 11 urine test can be used within \u003cstrong\u003einternal screening procedures\u003c\/strong\u003e: following an accident, dangerous behavior, or for targeted checks on particularly exposed positions.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eAMA Prevention supports companies in implementing \u003cstrong\u003esupportive screening campaigns\u003c\/strong\u003e, integrated into a comprehensive prevention policy (information, training, support).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eResponsible self-monitoring and administrative procedures\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eThe Drugdiag® 11 can also be used by individuals for \u003cstrong\u003eself-monitoring\u003c\/strong\u003e (for example before a medical appointment, an occupational health interview, or an administrative procedure). It should be noted that only the result of a \u003cstrong\u003etoxicological analysis in a laboratory\u003c\/strong\u003e is valid in the context of official judicial or administrative procedures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section Avantages --\u003e\n\u003ch2\u003eAdvantages of the Drugdiag® 11 drug urine test\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e11 drug families detected\u003c\/strong\u003e: broad coverage of about 300 psychoactive substances.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVersatile tool\u003c\/strong\u003e: companies, occupational health, addiction treatment, medico-social structures, law enforcement.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eQuick reading\u003c\/strong\u003e: result in minutes after immersing the strip in urine.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFrench design\u003c\/strong\u003e: designed and controlled by the Toda Pharma laboratory, the leader in rapid diagnostic testing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMedical quality\u003c\/strong\u003e: CE marking and ISO 13485 certification, full batch traceability.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePractical format\u003c\/strong\u003e: packaging adapted for screening campaigns (single units or boxes).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eClear visual interpretation\u003c\/strong\u003e: presence\/absence of a colored band on each parameter.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIntegrable into a prevention policy\u003c\/strong\u003e: compatible with the requirements of the Joana Plan for transport and security stakeholders.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- Tableau des substances et seuils --\u003e\n\u003ch2\u003eDetected substances and detection thresholds\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong\u003eDrugdiag® 11\u003c\/strong\u003e urine test allows detection of the following substances in urine, at thresholds adapted to professional and medical screening practices:\u003c\/p\u003e\n\u003ctable style=\"width: 100%;\" class=\"modern-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eParameter\u003c\/th\u003e\n\u003cth\u003eMain substance detected\u003c\/th\u003e\n\u003cth\u003eDetection threshold\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTHC-COOH\u003c\/td\u003e\n\u003ctd\u003eCannabis (main metabolite of THC)\u003c\/td\u003e\n\u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAMP\u003c\/td\u003e\n\u003ctd\u003eAmphetamines\u003c\/td\u003e\n\u003ctd\u003e300 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBAR\u003c\/td\u003e\n\u003ctd\u003eBarbiturates\u003c\/td\u003e\n\u003ctd\u003e300 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBZO\u003c\/td\u003e\n\u003ctd\u003eBenzodiazepines\u003c\/td\u003e\n\u003ctd\u003e300 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBUP\u003c\/td\u003e\n\u003ctd\u003eBuprenorphine\u003c\/td\u003e\n\u003ctd\u003e10 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCOC\u003c\/td\u003e\n\u003ctd\u003eCocaine and metabolites\u003c\/td\u003e\n\u003ctd\u003e300 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMDMA\u003c\/td\u003e\n\u003ctd\u003eEcstasy (MDMA)\u003c\/td\u003e\n\u003ctd\u003e500 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMET\u003c\/td\u003e\n\u003ctd\u003eMethamphetamines\u003c\/td\u003e\n\u003ctd\u003e300 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMOP\u003c\/td\u003e\n\u003ctd\u003eMorphine \/ Opiates\u003c\/td\u003e\n\u003ctd\u003e300 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMTD\u003c\/td\u003e\n\u003ctd\u003eMethadone\u003c\/td\u003e\n\u003ctd\u003e300 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTCA\u003c\/td\u003e\n\u003ctd\u003eTricyclic antidepressants\u003c\/td\u003e\n\u003ctd\u003e1000 ng\/mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"note-text\"\u003eThe above values correspond to the usual cutoff thresholds for rapid urine screening tests. In case of a positive result, a \u003cstrong\u003econfirmatory laboratory analysis\u003c\/strong\u003e may be performed according to current protocols.\u003c\/p\u003e\n\u003c!-- Tableau Durée de détection --\u003e\n\u003ch2\u003eDetection time of substances in urine\u003c\/h2\u003e\n\u003cp\u003eThe detection time of drugs in urine depends on many factors: frequency of use, quantity, metabolism, health status, kidney function, hydration, etc. The durations below are given as an indication for a healthy adult.\u003c\/p\u003e\n\u003ctable class=\"modern-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSubstance\u003c\/th\u003e\n\u003cth\u003eApproximate detection time\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTHC\u003c\/td\u003e\n\u003ctd\u003e1 to 30 days depending on the frequency and intensity of consumption\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAMP\u003c\/td\u003e\n\u003ctd\u003e1 to 4 days after the last intake\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBAR\u003c\/td\u003e\n\u003ctd\u003e1 to 5 days after the last intake\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBZO\u003c\/td\u003e\n\u003ctd\u003e1 to 7 days (longer in case of prolonged treatments)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBUP\u003c\/td\u003e\n\u003ctd\u003e1 to 7 days depending on the dose and duration of treatment\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCOC\u003c\/td\u003e\n\u003ctd\u003e1 to 4 days after the last intake\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMDMA\u003c\/td\u003e\n\u003ctd\u003e1 to 3 days after the last intake\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMET\u003c\/td\u003e\n\u003ctd\u003e1 to 4 days after the last intake\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMOP\u003c\/td\u003e\n\u003ctd\u003e1 to 4 days after the last intake\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMTD\u003c\/td\u003e\n\u003ctd\u003e1 to 7 days depending on the therapeutic regimen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTCA\u003c\/td\u003e\n\u003ctd\u003e1 to 7 days depending on the molecule and dosage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"note-text\"\u003eThese durations are indicative and can never constitute absolute proof of consumption or abstinence. They must always be interpreted in connection with the clinical context, the person's statements, and, if applicable, additional examinations.\u003c\/p\u003e\n\u003c!-- Bloc de mise en garde \/ conformité --\u003e\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3\u003eRegulated use and compliance in the company\u003c\/h3\u003e\n\u003cp\u003eIn the workplace, the use of screening tests must be \u003cstrong\u003eprovided for in the internal regulations\u003c\/strong\u003e, justified by the nature of the tasks (security or safety positions), and implemented in compliance with the \u003cstrong\u003eLabor Code\u003c\/strong\u003e and employee rights. The occupational physician and staff representatives must be involved in the process.\u003c\/p\u003e\n\u003cp\u003eThe Drugdiag® 11 urine test is part of a comprehensive prevention policy, complementing actions of \u003cstrong\u003einformation, training, and support\u003c\/strong\u003e, and never replaces clinical evaluation or confirmatory laboratory analyses when these are required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Footer réglementaire --\u003e\n\n\u003ch2\u003eClinical Expertise \u0026 Specificity\u003c\/h2\u003e\n\u003ch3\u003eAdvanced Colloidal Gold Technology\u003c\/h3\u003e\n\u003cp\u003eOur devices use competitive immunochromatography with colloidal gold-labeled antibodies, ensuring a clear, ultra-sensitive marking and medical-grade reliability.\u003c\/p\u003e\n\u003ch3\u003eLaboratory Certified Reliability (GC\/MS)\u003c\/h3\u003e\n\u003cp\u003eThe accuracy of this professional urinary screening device has been rigorously validated by comparative clinical studies. The results demonstrate an accuracy correlation \u003cstrong\u003egreater than 99%\u003c\/strong\u003e compared to the global laboratory reference method (Gas Chromatography coupled with Mass Spectrometry - GC\/MS).\u003c\/p\u003e\n\u003ch3\u003eInstitutional Quality Labels\u003c\/h3\u003e\n\u003cp\u003eDesigned and manufactured in France by the Toda Pharma Laboratory, this \u003ci\u003ein vitro\u003c\/i\u003e diagnostic medical device is certified \u003cstrong\u003eISO 13485\u003c\/strong\u003e and bears the \u003cstrong\u003eCE\u003c\/strong\u003e mark. Its high level of requirement has earned it certification by the \u003cstrong\u003eUAF Label (Used by the French Armed Forces)\u003c\/strong\u003e and the Alsace Heart Label.\u003c\/p\u003e\n\u003ch3\u003eNo cross-reactions (False Positives)\u003c\/h3\u003e\n\u003cp\u003eThe high analytical specificity of the Toda Drugdiag® range guarantees the total absence of interference (tested up to a concentration of 100 μg\/ml) with common consumer products. \u003cstrong\u003eThe urinary result will not be distorted\u003c\/strong\u003e by the presence of:\u003c\/p\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003eCommon medications:\u003c\/strong\u003e Aspirin (Acetylsalicylic acid), Ibuprofen, Paracetamol (Acetaminophen), Amoxicillin, Penicillin, cough syrups (Dextromethorphan).\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003ePhysiological and dietary substances:\u003c\/strong\u003e Caffeine, Cholesterol, Hemoglobin, Creatinine, Vitamin C (Ascorbic acid), Uric acid.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eLegal notice:\u003c\/strong\u003e This in vitro diagnostic medical device is intended for professional use and, where applicable, for responsible personal use, in compliance with current French and European legislation. It does not replace a confirmatory laboratory analysis within the framework of a judicial or administrative procedure. For any questions regarding regulatory compliance, result interpretation, or the implementation of a screening campaign, you can contact the AMA Prevention customer service.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Laboratoire Toda Pharma","offers":[{"title":"1 unit","offer_id":56426434199876,"sku":"10411","price":14.94,"currency_code":"EUR","in_stock":true},{"title":"Pack of 5","offer_id":56426434232644,"sku":"10411","price":74.7,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56426434265412,"sku":"10411","price":141.93,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426434298180,"sku":"10411","price":317.47,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/Photo_Poduit_du_drugdiag_11.png?v=1777888364"},{"product_id":"borne-ethylotest-prevention","title":"Electronic Breathalyzer Terminal Ethyloborne®","description":"\u003cstyle\u003e\n\/* Variables CSS pour cohérence visuelle *\/\n.product-section {\n  --primary-color: #FE4B09;\n  --primary-dark: #d63d00;\n  --secondary-color: #004C96;\n  --text-color: #004C96;\n  --text-light: #666;\n  --border-color: #e5e5e5;\n  --bg-light: #f9fafb;\n  --bg-white: #ffffff;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n  --radius-sm: 6px;\n  --radius-md: 10px;\n  --radius-lg: 14px;\n  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Reset et base *\/\n.product-section * { box-sizing: border-box; }\n.product-section { color: var(--text-color); line-height: 1.7; max-width: 1200px; margin: 0 auto; padding: 0 20px; }\n\n\/* Typographie moderne *\/\n.product-section h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 700; color: var(--secondary-color); margin: 50px 0 25px 0; padding-bottom: 12px; border-bottom: 3px solid var(--primary-color); position: relative; }\n.product-section h2::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 80px; height: 3px; background: var(--primary-dark); }\n.product-section h3 { font-size: clamp(18px, 3vw, 22px); font-weight: 600; color: var(--text-color); margin: 30px 0 15px 0; }\n.product-section p { font-size: 16px; line-height: 1.8; margin-bottom: 18px; color: var(--text-color); }\n\n\/* Paragraphe d'introduction hero *\/\n.intro-hero { background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); padding: 35px; border-radius: var(--radius-lg); border-left: 5px solid var(--primary-color); box-shadow: var(--shadow-md); margin-bottom: 40px; position: relative; overflow: hidden; }\n.intro-hero::before { content: ''; position: absolute; top: 0; right: 0; width: 200px; height: 200px; background: radial-gradient(circle, rgba(254,75,9,0.05) 0%, transparent 70%); border-radius: 50%; transform: translate(50%, -50%); }\n.intro-hero p { position: relative; z-index: 1; margin: 0; font-size: 17px; }\n.intro-hero p:first-child { font-weight: 500; margin-bottom: 15px; }\n\n\/* Cards système *\/\n.info-card { background: var(--bg-white); padding: 28px; border-radius: var(--radius-md); border: 1px solid var(--border-color); box-shadow: var(--shadow-sm); margin-bottom: 20px; transition: var(--transition); }\n.info-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--primary-color); }\n\n\/* Grille responsive moderne *\/\n.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 30px 0; }\n\n\/* Badges et tags *\/\n.badge { display: inline-block; padding: 8px 16px; background: var(--bg-light); border: 1px solid var(--border-color); border-radius: 20px; font-size: 14px; font-weight: 500; color: var(--text-color); margin-right: 10px; margin-bottom: 10px; transition: var(--transition); }\n.badge:hover { background: var(--primary-color); color: white; border-color: var(--primary-color); }\n\n\/* Bloc alerte\/warning orange (Gardé au cas où, mais moins utilisé ici) *\/\n.alert-critical { background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%); color: white !important; padding: 30px; border-radius: var(--radius-md); margin: 40px 0; box-shadow: 0 6px 20px rgba(254,75,9,0.25); position: relative; overflow: hidden; }\n.alert-critical h3, .alert-critical p, .alert-critical li { color: white !important; }\n\n\/* Tableaux modernes *\/\n.modern-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 30px 0; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); font-size: 15px; }\n.modern-table thead tr { background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%); color: white; }\n.modern-table th { padding: 18px; text-align: left; font-weight: 600; font-size: 15px; color: white !important; }\n.modern-table tbody tr { background: white; transition: var(--transition); }\n.modern-table tbody tr:nth-child(even) { background: var(--bg-light); }\n.modern-table tbody tr:hover { background: #fff9f6; transform: scale(1.01); }\n.modern-table td { padding: 18px; border-bottom: 1px solid var(--border-color); }\n.modern-table td:first-child { font-weight: 600; color: var(--text-color); }\n\n\/* Listes stylisées *\/\n.product-section ul { list-style: none; padding-left: 0; margin: 25px 0; }\n.product-section ul li { padding-left: 32px; margin-bottom: 14px; position: relative; font-size: 15px; line-height: 1.7; }\n.product-section ul li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: var(--primary-color); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; }\n\n\/* Note italique *\/\n.note-text { font-size: 14px; line-height: 1.6; color: var(--text-light); font-style: italic; padding: 15px; background: var(--bg-light); border-radius: var(--radius-sm); margin: 20px 0; }\n\n\/* Footer section *\/\n.footer-info { border-top: 2px solid var(--border-color); padding-top: 25px; margin-top: 50px; }\n.footer-info p { font-size: 13px; line-height: 1.6; color: var(--text-light); margin: 0; }\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n  .product-section { padding: 0 16px; }\n  .grid-auto { grid-template-columns: 1fr; }\n\n  \/* CORRECTIF TABLEAU MOBILE *\/\n  .modern-table {\n    display: block;       \n    width: 100%;\n    overflow-x: auto;     \n    white-space: normal;  \n    -webkit-overflow-scrolling: touch;\n  }\n  .modern-table th,\n  .modern-table td {\n    min-width: 130px; \n    padding: 12px 10px;\n  }\n}\n\n\/* Animation *\/\n@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\n.product-section \u003e * { animation: fadeInUp 0.6s ease-out backwards; }\n.product-section \u003e *:nth-child(1) { animation-delay: 0.05s; }\n.product-section \u003e *:nth-child(2) { animation-delay: 0.1s; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003eSecure your events and venues with \u003cstrong\u003eEthyloborne®\u003c\/strong\u003e, the next-generation electronic breathalyzer terminal certified \u003cstrong\u003eEN 16280\u003c\/strong\u003e. Designed for intensive use, it provides precise, fast, and hygienic screening thanks to its biodegradable straws.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eVersatile and educational, this terminal can be installed anywhere (wall, table, tripod) to ensure the safety of your customers, employees, and guests. As the \u003cstrong\u003eofficial distributor\u003c\/strong\u003e, AMA Prévention offers this device for sale or rent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eThe all-terrain prevention solution\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003ePublic \u0026 Festive Venues\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eEssential for nightclubs, bars, and restaurants. It allows customers to self-test before driving, enhancing your establishment's responsible image.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eEvents\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 10px;\"\u003eWeddings, festivals, seminars... The terminal handles large crowds thanks to its speed. Its large screen broadcasts clear prevention messages to raise guest awareness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eBusinesses\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eIdeal for safety days or occupational risk prevention. Durable, it supports up to 10,000 tests before recalibration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWhy choose Ethyloborne®?\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eProfessional Accuracy:\u003c\/strong\u003e Equipped with a professional-grade electrochemical sensor, similar to those used by law enforcement.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGiant Display:\u003c\/strong\u003e 12-inch LED screen for instant reading and educational messages.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEco-friendly:\u003c\/strong\u003e Works with biodegradable cardboard straws (hygiene guaranteed).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlexible Installation:\u003c\/strong\u003e Delivered with wall kit and adjustable tripod for total mobility.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHigh Capacity:\u003c\/strong\u003e Designed to perform 10,000 tests without intermediate maintenance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cp\u003eRobust equipment designed to last and secure high traffic.\u003c\/p\u003e\n\u003ctable style=\"width: 100%;\" class=\"modern-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 40%;\"\u003eFeature\u003c\/th\u003e\n\u003cth style=\"width: 60%;\"\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSensor Technology\u003c\/td\u003e\n\u003ctd\u003eElectrochemical Cell (Fuel Cell)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStandard\u003c\/td\u003e\n\u003ctd\u003eCompliant with EN 16280 (European Standard)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eScreen\u003c\/td\u003e\n\u003ctd\u003e12-inch LED Panel (High Visibility)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSpeed\u003c\/td\u003e\n\u003ctd\u003eResult in under 10 seconds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e10,000 tests before recalibration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMounting\u003c\/td\u003e\n\u003ctd\u003eWall-mounted, Tabletop or Tripod (Included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConsumables\u003c\/td\u003e\n\u003ctd\u003eStandard Biodegradable Straws\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2\u003e📅 Event Rental Offer\u003c\/h2\u003e\n\u003cp\u003eNeed a terminal for a one-time event? AMA Prevention offers you \"Turnkey\" rental packages.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e12-Hour Package:\u003c\/strong\u003e €230 excl. VAT\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e24-Hour Package:\u003c\/strong\u003e €460 excl. VAT\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHost Option:\u003c\/strong\u003e €125 excl. VAT (5 hours of presence to guide your guests)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"note-text\"\u003e\u003cem\u003eContact us directly via the \"Request a Quote\" button to book your date.\u003c\/em\u003e\u003c\/p\u003e\n\u003ch2\u003eComplete Pack Contents\u003c\/h2\u003e\n\u003cp\u003eL'Ethyloborne® is delivered ready to use with all its accessories:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e1 Electronic Breathalyzer Terminal\u003c\/li\u003e\n\u003cli\u003e1 Robust Adjustable Tripod\u003c\/li\u003e\n\u003cli\u003e1 Wall Mounting Kit\u003c\/li\u003e\n\u003cli\u003e1 Set of Biodegradable Straws\u003c\/li\u003e\n\u003cli\u003e1 Secure Carrying Case\u003c\/li\u003e\n\u003cli\u003e1 User Manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eLegal Notice:\u003c\/strong\u003e L'Ethyloborne® is a prevention device. The results provided are reliable but indicative. They do not replace the individual responsibility of the driver. In case of exceeding the legal limit, the terminal will display a clear alert message.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Ethyloborne","offers":[{"title":"Default Title","offer_id":48754702549316,"sku":"","price":4390.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/ethyloborne-depistage-alcoolemie-rapide-en16280.jpg?v=1751960137"},{"product_id":"ethylotest-electronique-ethylec","title":"Electronic Breathalyzer ETHYLEC","description":"\u003cstyle\u003e\n\/* Variables CSS pour cohérence visuelle *\/\n.product-section {\n  --primary-color: #FE4B09;\n  --primary-dark: #d63d00;\n  --secondary-color: #004C96;\n  --text-color: #004C96;\n  --text-light: #666;\n  --border-color: #e5e5e5;\n  --bg-light: #f9fafb;\n  --bg-white: #ffffff;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n  --radius-sm: 6px;\n  --radius-md: 10px;\n  --radius-lg: 14px;\n  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Reset et base *\/\n.product-section * { box-sizing: border-box; }\n.product-section { color: var(--text-color); line-height: 1.7; max-width: 1200px; margin: 0 auto; padding: 0 20px; }\n\n\/* Typographie moderne *\/\n.product-section h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 700; color: var(--secondary-color); margin: 50px 0 25px 0; padding-bottom: 12px; border-bottom: 3px solid var(--primary-color); position: relative; }\n.product-section h2::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 80px; height: 3px; background: var(--primary-dark); }\n.product-section h3 { font-size: clamp(18px, 3vw, 22px); font-weight: 600; color: var(--text-color); margin: 30px 0 15px 0; }\n.product-section p { font-size: 16px; line-height: 1.8; margin-bottom: 18px; color: var(--text-color); }\n\n\/* Paragraphe d'introduction hero *\/\n.intro-hero { background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); padding: 35px; border-radius: var(--radius-lg); border-left: 5px solid var(--primary-color); box-shadow: var(--shadow-md); margin-bottom: 40px; position: relative; overflow: hidden; }\n.intro-hero::before { content: ''; position: absolute; top: 0; right: 0; width: 200px; height: 200px; background: radial-gradient(circle, rgba(254,75,9,0.05) 0%, transparent 70%); border-radius: 50%; transform: translate(50%, -50%); }\n.intro-hero p { position: relative; z-index: 1; margin: 0; font-size: 17px; }\n.intro-hero p:first-child { font-weight: 500; margin-bottom: 15px; }\n\n\/* Cards système *\/\n.info-card { background: var(--bg-white); padding: 28px; border-radius: var(--radius-md); border: 1px solid var(--border-color); box-shadow: var(--shadow-sm); margin-bottom: 20px; transition: var(--transition); }\n.info-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--primary-color); }\n\n\/* Grille responsive moderne *\/\n.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 30px 0; }\n\n\/* Badges et tags *\/\n.badge { display: inline-block; padding: 8px 16px; background: var(--bg-light); border: 1px solid var(--border-color); border-radius: 20px; font-size: 14px; font-weight: 500; color: var(--text-color); margin-right: 10px; margin-bottom: 10px; transition: var(--transition); }\n.badge:hover { background: var(--primary-color); color: white; border-color: var(--primary-color); }\n\n\/* Bloc alerte\/warning orange *\/\n.alert-critical { background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%); color: white !important; padding: 30px; border-radius: var(--radius-md); margin: 40px 0; box-shadow: 0 6px 20px rgba(254,75,9,0.25); position: relative; overflow: hidden; }\n.alert-critical::before { content: '⚠'; position: absolute; top: -20px; right: 20px; font-size: 120px; opacity: 0.1; line-height: 1; }\n.alert-critical h3 { color: white !important; margin-top: 0; font-size: 20px; margin-bottom: 15px; }\n.alert-critical p { color: white !important; margin-bottom: 12px; font-size: 15px; }\n.alert-critical p:last-child { margin-bottom: 0; }\n\n\/* Tableaux modernes *\/\n.modern-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 30px 0; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); font-size: 15px; }\n.modern-table thead tr { background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%); color: white; }\n.modern-table th { padding: 18px; text-align: left; font-weight: 600; font-size: 15px; color: white !important; }\n.modern-table tbody tr { background: white; transition: var(--transition); }\n.modern-table tbody tr:nth-child(even) { background: var(--bg-light); }\n.modern-table tbody tr:hover { background: #fff9f6; transform: scale(1.01); }\n.modern-table td { padding: 18px; border-bottom: 1px solid var(--border-color); }\n.modern-table td:first-child { font-weight: 600; color: var(--text-color); }\n\n\/* Listes stylisées *\/\n.product-section ul { list-style: none; padding-left: 0; margin: 25px 0; }\n.product-section ul li { padding-left: 32px; margin-bottom: 14px; position: relative; font-size: 15px; line-height: 1.7; }\n.product-section ul li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: var(--primary-color); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; }\n\n\/* Note italique *\/\n.note-text { font-size: 14px; line-height: 1.6; color: var(--text-light); font-style: italic; padding: 15px; background: var(--bg-light); border-radius: var(--radius-sm); margin: 20px 0; }\n\n\/* Footer section *\/\n.footer-info { border-top: 2px solid var(--border-color); padding-top: 25px; margin-top: 50px; }\n.footer-info p { font-size: 13px; line-height: 1.6; color: var(--text-light); margin: 0; }\n\n\/* Badge certifications *\/\n.certifications { display: flex; flex-wrap: wrap; gap: 12px; margin: 25px 0; }\n.cert-badge { padding: 10px 18px; background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); border: 2px solid var(--border-color); border-radius: 25px; font-size: 13px; font-weight: 600; color: var(--text-color); display: inline-flex; align-items: center; gap: 8px; transition: var(--transition); }\n.cert-badge:hover { border-color: var(--primary-color); background: white; transform: translateY(-2px); box-shadow: var(--shadow-sm); }\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n  .product-section { padding: 0 16px; }\n  .grid-auto { grid-template-columns: 1fr; }\n}\n\n\/* Animation *\/\n@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\n.product-section \u003e * { animation: fadeInUp 0.6s ease-out backwards; }\n.product-section \u003e *:nth-child(1) { animation-delay: 0.05s; }\n.product-section \u003e *:nth-child(2) { animation-delay: 0.1s; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003eThis \u003cstrong\u003eHigh Precision Electronic Breathalyzer\u003c\/strong\u003e is a control device compliant with the \u003cstrong\u003eNFX 20-704\u003c\/strong\u003e standard. It combines a respiratory pressure sensor and an advanced electrochemical cell to deliver fast and exemplary reliable results.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eVersatile and compact, it stands out with its \u003cstrong\u003edual power supply\u003c\/strong\u003e (Battery + Cigarette Lighter Socket), making it the ideal tool for individuals and professionals looking to secure their journeys.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certifications\"\u003e\n\u003cspan class=\"cert-badge\"\u003e🔬 Electrochemical Technology\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e⚖️ NFX 20-704 Standard\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e🔋 Hybrid Battery\/12V\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e✅ Certified Reliable\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e🇫🇷 FR Manual\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWhy choose this breathalyzer?\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eAdvanced Accuracy\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eEquipped with a latest-generation electrochemical sensor, it ensures stable measurements. Its \u003cstrong\u003epressure detection\u003c\/strong\u003e function verifies that the breath is continuous, guaranteeing no interruption distorts the result.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eTotal Versatility\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 10px;\"\u003eNever be caught off guard: the device works both independently (9V battery included) and plugged into your vehicle (12V socket included). Perfect for long trips.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eHygiene \u0026amp; Convenience\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eDelivered with \u003cstrong\u003e10 one-way valve mouthpieces\u003c\/strong\u003e (preventing any saliva backflow) and a sturdy carrying case, it is ready to use right out of the box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eTechnical Highlights\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNFX 20-704 Compliance:\u003c\/strong\u003e Meets strict reliability and durability requirements.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eElectrochemical Sensor:\u003c\/strong\u003e Professional technology to avoid false positives.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSpeed:\u003c\/strong\u003e Preheating in just 15 seconds.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eActive Safety:\u003c\/strong\u003e Automatic audible alarm in case of exceeding the legal limit.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eComplete Accessories:\u003c\/strong\u003e Everything included (Batteries, Cables, Mouthpieces, Case).\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eDetailed Features\u003c\/h2\u003e\n\u003cp\u003eA device designed to last, with rigorous metrological follow-up.\u003c\/p\u003e\n\u003ctable style=\"width: 100%;\" class=\"modern-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 40%;\"\u003eFeature\u003c\/th\u003e\n\u003cth style=\"width: 60%;\"\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTechnology\u003c\/td\u003e\n\u003ctd\u003eElectrochemical Cell + Pressure Sensor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAccuracy\u003c\/td\u003e\n\u003ctd\u003e+\/- 0.025 mg\/L at 0.20 mg\/L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eResponse time\u003c\/td\u003e\n\u003ctd\u003eWarm-up 15s | Blow 7-8s (10L\/min)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower supply\u003c\/td\u003e\n\u003ctd\u003e9V Battery (Included) + DC 12V Car Adapter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAlarm threshold\u003c\/td\u003e\n\u003ctd\u003eAudible (Activation at the legal limit)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaintenance\u003c\/td\u003e\n\u003ctd\u003eCalibration recommended every 12 to 14 months\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"note-text\"\u003eTo maintain its accuracy, this device has a test counter with a recalibration alarm.\u003c\/p\u003e\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3\u003e⚠️ Maintenance and Calibration\u003c\/h3\u003e\n\u003cp\u003eTo ensure the reliability of your measurements over time, the electrochemical sensor requires maintenance.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommendation:\u003c\/strong\u003e Calibration is recommended every \u003cstrong\u003e12 to 14 months\u003c\/strong\u003e. The built-in counter will alert you. Our technical service offers this certification service (Indicative price: €69 excl. tax).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eContents of the \"Ready to Drive\" Pack\u003c\/h2\u003e\n\u003cp\u003eYour breathalyzer is delivered complete with:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e1 Electronic Breathalyzer\u003c\/li\u003e\n\u003cli\u003e10 Hygienic mouthpieces (one-way valve)\u003c\/li\u003e\n\u003cli\u003e1 9V Alkaline Battery\u003c\/li\u003e\n\u003cli\u003e1 DC 12V Car Cigarette Lighter Adapter\u003c\/li\u003e\n\u003cli\u003e1 Storage pouch with wrist strap\u003c\/li\u003e\n\u003cli\u003e1 Multilingual user manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eLegal Notice:\u003c\/strong\u003e This device is a self-testing device. The results are provided for informational purposes only and cannot override measurements taken by law enforcement. If in doubt, do not drive.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Ethylec","offers":[{"title":"1 unit","offer_id":56439370383684,"sku":"01010B-01","price":225.37,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/Ethylotest_e57bdce6-1680-418a-90a1-c0beed38f71c.jpg?v=1751960136"},{"product_id":"test-urinaire-3thc","title":"THC (Cannabis) Urine Test Drugdiag® T with 3 Detection Thresholds","description":"\u003cstyle\u003e\n\/* Variables CSS pour cohérence visuelle *\/\n.product-section {\n  --primary-color: #FE4B09;\n  --primary-dark: #d63d00;\n  --secondary-color: #004C96;\n  --text-color: #004C96;\n  --text-light: #666;\n  --border-color: #e5e5e5;\n  --bg-light: #f9fafb;\n  --bg-white: #ffffff;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n  --radius-sm: 6px;\n  --radius-md: 10px;\n  --radius-lg: 14px;\n  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Reset et base *\/\n.product-section * { box-sizing: border-box; }\n.product-section { color: var(--text-color); line-height: 1.7; max-width: 1200px; margin: 0 auto; padding: 0 20px; }\n\n\/* Typographie moderne *\/\n.product-section h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 700; color: var(--secondary-color); margin: 50px 0 25px 0; padding-bottom: 12px; border-bottom: 3px solid var(--primary-color); position: relative; }\n.product-section h2::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 80px; height: 3px; background: var(--primary-dark); }\n.product-section h3 { font-size: clamp(18px, 3vw, 22px); font-weight: 600; color: var(--text-color); margin: 30px 0 15px 0; }\n.product-section p { font-size: 16px; line-height: 1.8; margin-bottom: 18px; color: var(--text-color); }\n\n\/* Paragraphe d'introduction hero *\/\n.intro-hero { background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); padding: 35px; border-radius: var(--radius-lg); border-left: 5px solid var(--primary-color); box-shadow: var(--shadow-md); margin-bottom: 40px; position: relative; overflow: hidden; }\n.intro-hero::before { content: ''; position: absolute; top: 0; right: 0; width: 200px; height: 200px; background: radial-gradient(circle, rgba(254,75,9,0.05) 0%, transparent 70%); border-radius: 50%; transform: translate(50%, -50%); }\n.intro-hero p { position: relative; z-index: 1; margin: 0; font-size: 17px; }\n.intro-hero p:first-child { font-weight: 500; margin-bottom: 15px; }\n\n\/* Cards système *\/\n.info-card { background: var(--bg-white); padding: 28px; border-radius: var(--radius-md); border: 1px solid var(--border-color); box-shadow: var(--shadow-sm); margin-bottom: 20px; transition: var(--transition); }\n.info-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--primary-color); }\n\n\/* Grille responsive moderne *\/\n.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 30px 0; }\n\n\/* Badges et tags *\/\n.badge { display: inline-block; padding: 8px 16px; background: var(--bg-light); border: 1px solid var(--border-color); border-radius: 20px; font-size: 14px; font-weight: 500; color: var(--text-color); margin-right: 10px; margin-bottom: 10px; transition: var(--transition); }\n.badge:hover { background: var(--primary-color); color: white; border-color: var(--primary-color); }\n\n\/* Bloc alerte\/warning orange *\/\n.alert-critical { background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%); color: white !important; padding: 30px; border-radius: var(--radius-md); margin: 40px 0; box-shadow: 0 6px 20px rgba(254,75,9,0.25); position: relative; overflow: hidden; }\n.alert-critical::before { content: '⚠'; position: absolute; top: -20px; right: 20px; font-size: 120px; opacity: 0.1; line-height: 1; }\n.alert-critical h3 { color: white !important; margin-top: 0; font-size: 20px; margin-bottom: 15px; }\n.alert-critical p { color: white !important; margin-bottom: 12px; font-size: 15px; }\n.alert-critical p:last-child { margin-bottom: 0; }\n\n\/* Tableaux modernes *\/\n.modern-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 30px 0; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); font-size: 15px; }\n.modern-table thead tr { background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%); color: white; }\n.modern-table th { padding: 18px; text-align: left; font-weight: 600; font-size: 15px; color: white !important; }\n.modern-table tbody tr { background: white; transition: var(--transition); }\n.modern-table tbody tr:nth-child(even) { background: var(--bg-light); }\n.modern-table tbody tr:hover { background: #fff9f6; transform: scale(1.01); }\n.modern-table td { padding: 18px; border-bottom: 1px solid var(--border-color); }\n.modern-table td:first-child { font-weight: 600; color: var(--text-color); }\n\n\/* Listes stylisées *\/\n.product-section ul { list-style: none; padding-left: 0; margin: 25px 0; }\n.product-section ul li { padding-left: 32px; margin-bottom: 14px; position: relative; font-size: 15px; line-height: 1.7; }\n.product-section ul li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: var(--primary-color); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; }\n\n\/* Note italique *\/\n.note-text { font-size: 14px; line-height: 1.6; color: var(--text-light); font-style: italic; padding: 15px; background: var(--bg-light); border-radius: var(--radius-sm); margin: 20px 0; }\n\n\/* Footer section *\/\n.footer-info { border-top: 2px solid var(--border-color); padding-top: 25px; margin-top: 50px; }\n.footer-info p { font-size: 13px; line-height: 1.6; color: var(--text-light); margin: 0; }\n\n\/* Badge certifications *\/\n.certifications { display: flex; flex-wrap: wrap; gap: 12px; margin: 25px 0; }\n.cert-badge { padding: 10px 18px; background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); border: 2px solid var(--border-color); border-radius: 25px; font-size: 13px; font-weight: 600; color: var(--text-color); display: inline-flex; align-items: center; gap: 8px; transition: var(--transition); }\n.cert-badge:hover { border-color: var(--primary-color); background: white; transform: translateY(-2px); box-shadow: var(--shadow-sm); }\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n  .product-section { padding: 0 16px; }\n  .grid-auto { grid-template-columns: 1fr; }\n}\n\n\/* Animation *\/\n@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\n.product-section \u003e * { animation: fadeInUp 0.6s ease-out backwards; }\n.product-section \u003e *:nth-child(1) { animation-delay: 0.05s; }\n.product-section \u003e *:nth-child(2) { animation-delay: 0.1s; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003eThe \u003cstrong\u003eCannabis Urine Test \u003c\/strong\u003e\u003cstrong\u003e(THC) \u003c\/strong\u003e\u003cstrong\u003eDrugdiag® 3 thresholds\u003c\/strong\u003e is a professional diagnostic device designed by the French laboratory \u003cstrong\u003eToda Pharma\u003c\/strong\u003e, European leader in rapid diagnostic testing. Its unique feature is detecting Cannabis use at \u003cstrong\u003e3 different sensitivity levels\u003c\/strong\u003e (20, 50, and 150 ng\/mL) in a single analysis.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eThis \"dip\" test accurately assesses the level of THC-COOH in the body. It is especially recommended for \u003cstrong\u003emedical monitoring\u003c\/strong\u003e, \u003cstrong\u003edriver's license recovery\u003c\/strong\u003e, or workplace screening.\u003c\/p\u003e\n\u003ch3 style=\"color: #004C96;\"\u003e🧪 Cannabis Detection Levels:\u003c\/h3\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003eOccasional Use:\u003c\/strong\u003e Detection from 20 ng\/mL.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eRegular Use:\u003c\/strong\u003e Detection at 50 ng\/mL.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eIntensive Use:\u003c\/strong\u003e Detection at 150 ng\/mL.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWhy use a 3-threshold test?\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eLicense Recovery\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eIt is the ideal tool to monitor THC elimination from your body. Thanks to progressive levels, you can track your decreasing rate day by day before your mandatory medical check-up (medical commission).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eProfessional Use\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 10px;\"\u003eCompanies and occupational health use this test to tailor prevention. It distinguishes light occasional use from heavy chronic use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eReliability \u0026amp; Support\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eOur customer service, based in Strasbourg, is expert in screening. We guarantee a product compliant with the strictest toxicological standards, used by healthcare professionals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eKey features of Drugdiag® 3THC\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eUnmatched Accuracy:\u003c\/strong\u003e Detailed analysis of the THC-COOH metabolite (urinary residues).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTriple Reading:\u003c\/strong\u003e 3 strips in 1 to assess consumption severity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWide Detection Window:\u003c\/strong\u003e Allows detection up to 30 days depending on user profile.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSimplicity:\u003c\/strong\u003e Dip strip test, readable result in minutes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGuaranteed Origin:\u003c\/strong\u003e Produced by Toda Pharma (No.1 in France).\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eInterpretation of the 3 Detection Thresholds\u003c\/h2\u003e\n\u003cp\u003eThis table helps you understand the meaning of each detection level.\u003c\/p\u003e\n\u003ctable style=\"width: 100%;\" class=\"modern-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 30%;\"\u003eThreshold (ng\/mL)\u003c\/th\u003e\n\u003cth style=\"width: 70%;\"\u003eInterpretation \u0026amp; Estimated Detection Window\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003e20 ng\/mL\u003c\/strong\u003e\u003cbr\u003e\u003csmall\u003eHigh Sensitivity\u003c\/small\u003e\n\u003c\/td\u003e\n\u003ctd\u003eDetects trace amounts.\u003cbr\u003eIndicates very old use or end of elimination.\u003cbr\u003e\u003cstrong\u003eDuration: 1 to 7 days\u003c\/strong\u003e (varies by metabolism)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003e50 ng\/mL\u003c\/strong\u003e\u003cbr\u003e\u003csmall\u003eStandard Threshold\u003c\/small\u003e\n\u003c\/td\u003e\n\u003ctd\u003eInternational reference threshold.\u003cbr\u003eIndicates standard regular use.\u003cbr\u003e\u003cstrong\u003eDuration: 1 to 15 days\u003c\/strong\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003e150 ng\/mL\u003c\/strong\u003e\u003cbr\u003e\u003csmall\u003eHigh Concentration\u003c\/small\u003e\n\u003c\/td\u003e\n\u003ctd\u003eIndicates recent, heavy, or chronic use.\u003cbr\u003e\u003cstrong\u003eDuration: 1 to 30 days\u003c\/strong\u003e (For heavy users)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"note-text\"\u003eDetection times are given as an indication and vary greatly depending on metabolism, consumption frequency, and each individual's BMI.\u003c\/p\u003e\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3\u003e⚠️ Important: Usage framework\u003c\/h3\u003e\n\u003cp\u003eThis test is a professional-grade \u003ci\u003ein vitro\u003c\/i\u003e diagnostic device.\u003c\/p\u003e\n\u003cp\u003eIt is perfectly suited for:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eHealthcare professionals and occupational medicine.\u003c\/li\u003e\n\u003cli\u003eIndividuals wishing to perform rigorous self-testing (e.g., before license reinstatement).\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eStrictly follow the instructions for use to ensure the reliability of the result.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eContents of the Sachet\u003c\/h2\u003e\n\u003cp\u003eThe product is packaged individually under protective atmosphere:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e1 multi-threshold urine test (3 levels)\u003c\/li\u003e\n\u003cli\u003e1 complete user manual in French on the packaging\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch2\u003eClinical Expertise \u0026 Specificity\u003c\/h2\u003e\n\u003ch3\u003eAdvanced Colloidal Gold Technology\u003c\/h3\u003e\n\u003cp\u003eOur devices use competitive immunochromatography with antibodies labeled with colloidal gold, ensuring a clear, ultra-sensitive marking and medical-level reliability.\u003c\/p\u003e\n\u003ch3\u003eLaboratory Certified Reliability (GC\/MS)\u003c\/h3\u003e\n\u003cp\u003eThe accuracy of this professional urinary screening device has been rigorously validated by comparative clinical studies. The results demonstrate an accuracy correlation \u003cstrong\u003egreater than 99%\u003c\/strong\u003e compared to the world reference laboratory method (Gas Chromatography coupled with Mass Spectrometry - GC\/MS).\u003c\/p\u003e\n\u003ch3\u003eInstitutional Quality Labels\u003c\/h3\u003e\n\u003cp\u003eDesigned and manufactured in France by the Toda Pharma Laboratory, this \u003ci\u003ein vitro\u003c\/i\u003e diagnostic medical device is certified \u003cstrong\u003eISO 13485\u003c\/strong\u003e and bears the \u003cstrong\u003eCE\u003c\/strong\u003e marking. Its high level of requirement has earned it certification by the \u003cstrong\u003eUAF Label (Used by the French Armed Forces)\u003c\/strong\u003e and the Alsace Heart Label.\u003c\/p\u003e\n\u003ch3\u003eNo cross-reactions (False Positives)\u003c\/h3\u003e\n\u003cp\u003eThe high analytical specificity of the Toda Drugdiag® range guarantees the total absence of interference (tested up to a concentration of 100 μg\/ml) with common consumer products. \u003cstrong\u003eThe urinary result will not be distorted\u003c\/strong\u003e by the presence of:\u003c\/p\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003eCommon medications:\u003c\/strong\u003e Aspirin (Acetylsalicylic acid), Ibuprofen, Paracetamol (Acetaminophen), Amoxicillin, Penicillin, cough syrups (Dextromethorphan).\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003ePhysiological and dietary substances:\u003c\/strong\u003e Caffeine, Cholesterol, Hemoglobin, Creatinine, Vitamin C (Ascorbic acid), Uric acid.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eLegal notice:\u003c\/strong\u003e This medical device is a regulated health product bearing the CE marking under this regulation. In case of medical treatment or doubt about the interpretation, consult a doctor or a medical analysis laboratory.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n","brand":"Laboratoire Toda Pharma","offers":[{"title":"1 unit","offer_id":56426434330948,"sku":"1041-3THC","price":10.9,"currency_code":"EUR","in_stock":true},{"title":"Pack of 5","offer_id":56426434363716,"sku":"1041-3THC","price":54.5,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426434429252,"sku":"1041-3THC","price":231.62,"currency_code":"EUR","in_stock":true},{"title":"Set of 8","offer_id":56557345571140,"sku":"3THC-T-8","price":82.84,"currency_code":"EUR","in_stock":true},{"title":"Pack of 8 - Express 24h","offer_id":56557345603908,"sku":"3THC-T-8-EXP","price":92.74,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/photo_produit_du_drugdiag_3THC.png?v=1777888468"},{"product_id":"oktest-salivaire-thc","title":"THC (Cannabis) Saliva Test 15ng\/mL OkTest®","description":"\u003cstyle\u003e\n\/* Variables CSS pour cohérence visuelle *\/\n.product-section {\n  --primary-color: #FE4B09;\n  --primary-dark: #d63d00;\n  --secondary-color: #004C96;\n  --text-color: #004C96;\n  --text-light: #666;\n  --border-color: #e5e5e5;\n  --bg-light: #f9fafb;\n  --bg-white: #ffffff;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n  --radius-sm: 6px;\n  --radius-md: 10px;\n  --radius-lg: 14px;\n  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Reset et base *\/\n.product-section * { box-sizing: border-box; }\n.product-section { color: var(--text-color); line-height: 1.7; max-width: 1200px; margin: 0 auto; padding: 0 20px; }\n\n\/* Typographie moderne *\/\n.product-section h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 700; color: var(--secondary-color); margin: 50px 0 25px 0; padding-bottom: 12px; border-bottom: 3px solid var(--primary-color); position: relative; }\n.product-section h2::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 80px; height: 3px; background: var(--primary-dark); }\n.product-section h3 { font-size: clamp(18px, 3vw, 22px); font-weight: 600; color: var(--text-color); margin: 30px 0 15px 0; }\n.product-section p { font-size: 16px; line-height: 1.8; margin-bottom: 18px; color: var(--text-color); }\n\n\/* Paragraphe d'introduction hero *\/\n.intro-hero { background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); padding: 35px; border-radius: var(--radius-lg); border-left: 5px solid var(--primary-color); box-shadow: var(--shadow-md); margin-bottom: 40px; position: relative; overflow: hidden; }\n.intro-hero::before { content: ''; position: absolute; top: 0; right: 0; width: 200px; height: 200px; background: radial-gradient(circle, rgba(254,75,9,0.05) 0%, transparent 70%); border-radius: 50%; transform: translate(50%, -50%); }\n.intro-hero p { position: relative; z-index: 1; margin: 0; font-size: 17px; }\n.intro-hero p:first-child { font-weight: 500; margin-bottom: 15px; }\n\n\/* Cards système *\/\n.info-card { background: var(--bg-white); padding: 28px; border-radius: var(--radius-md); border: 1px solid var(--border-color); box-shadow: var(--shadow-sm); margin-bottom: 20px; transition: var(--transition); }\n.info-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--primary-color); }\n\n\/* Grille responsive moderne *\/\n.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 30px 0; }\n\n\/* Badges et tags *\/\n.badge { display: inline-block; padding: 8px 16px; background: var(--bg-light); border: 1px solid var(--border-color); border-radius: 20px; font-size: 14px; font-weight: 500; color: var(--text-color); margin-right: 10px; margin-bottom: 10px; transition: var(--transition); }\n.badge:hover { background: var(--primary-color); color: white; border-color: var(--primary-color); }\n\n\/* Bloc alerte\/warning orange *\/\n.alert-critical { background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%); color: white !important; padding: 30px; border-radius: var(--radius-md); margin: 40px 0; box-shadow: 0 6px 20px rgba(254,75,9,0.25); position: relative; overflow: hidden; }\n.alert-critical::before { content: '⚠'; position: absolute; top: -20px; right: 20px; font-size: 120px; opacity: 0.1; line-height: 1; }\n.alert-critical h3 { color: white !important; margin-top: 0; font-size: 20px; margin-bottom: 15px; }\n.alert-critical p { color: white !important; margin-bottom: 12px; font-size: 15px; }\n.alert-critical p:last-child { margin-bottom: 0; }\n\n\/* Tableaux modernes *\/\n.modern-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 30px 0; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); font-size: 15px; }\n.modern-table thead tr { background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%); color: white; }\n.modern-table th { padding: 18px; text-align: left; font-weight: 600; font-size: 15px; color: white !important; }\n.modern-table tbody tr { background: white; transition: var(--transition); }\n.modern-table tbody tr:nth-child(even) { background: var(--bg-light); }\n.modern-table tbody tr:hover { background: #fff9f6; transform: scale(1.01); }\n.modern-table td { padding: 18px; border-bottom: 1px solid var(--border-color); }\n.modern-table td:first-child { font-weight: 600; color: var(--text-color); }\n\n\/* Listes stylisées *\/\n.product-section ul { list-style: none; padding-left: 0; margin: 25px 0; }\n.product-section ul li { padding-left: 32px; margin-bottom: 14px; position: relative; font-size: 15px; line-height: 1.7; }\n.product-section ul li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: var(--primary-color); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; }\n\n\/* Note italique *\/\n.note-text { font-size: 14px; line-height: 1.6; color: var(--text-light); font-style: italic; padding: 15px; background: var(--bg-light); border-radius: var(--radius-sm); margin: 20px 0; }\n\n\/* Footer section *\/\n.footer-info { border-top: 2px solid var(--border-color); padding-top: 25px; margin-top: 50px; }\n.footer-info p { font-size: 13px; line-height: 1.6; color: var(--text-light); margin: 0; }\n\n\/* Badge certifications *\/\n.certifications { display: flex; flex-wrap: wrap; gap: 12px; margin: 25px 0; }\n.cert-badge { padding: 10px 18px; background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); border: 2px solid var(--border-color); border-radius: 25px; font-size: 13px; font-weight: 600; color: var(--text-color); display: inline-flex; align-items: center; gap: 8px; transition: var(--transition); }\n.cert-badge:hover { border-color: var(--primary-color); background: white; transform: translateY(-2px); box-shadow: var(--shadow-sm); }\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n  .product-section { padding: 0 16px; }\n  .grid-auto { grid-template-columns: 1fr; }\n}\n\n\/* Animation *\/\n@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\n.product-section \u003e * { animation: fadeInUp 0.6s ease-out backwards; }\n.product-section \u003e *:nth-child(1) { animation-delay: 0.05s; }\n.product-section \u003e *:nth-child(2) { animation-delay: 0.1s; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003eThe \u003cstrong\u003eOKTEST® THC\u003c\/strong\u003e saliva test is the reference self-screening solution for individuals. Designed for ultra-sensitive detection, it allows identification within minutes of THC residues in saliva, whether from herb, resin, oils, or edible products.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eFrench manufacturer and valid for 24 months, this device offers reliability comparable to tests used during roadside checks. It is the essential tool for self-assessment before driving, ensuring responsible and safe driving.\u003c\/p\u003e\n\u003ch3 style=\"color: #004C96;\"\u003e🧪 Precisely detected molecule:\u003c\/h3\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003eCannabis (THC):\u003c\/strong\u003e Detection of Δ9-THC, Marijuana, Hashish.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eExtended detection capabilities\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eClassic Cannabis\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eEffective detection of cannabis flowers (Herb\/Weed), resin (Hashish), and pollen. The test targets the Delta-9-THC molecule present in the oral cavity after consumption.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eConcentrates \u0026 Oils\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 10px;\"\u003eCalibrated to detect modern and potent forms of cannabis: THC oils, Wax, Shatter, Crumble, as well as vaping liquids containing THC.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eEdible Products\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eUnlike some basic tests, OKTEST® reacts to residues left by \"Edibles\" (Space cakes, Cookies, Infused candies) for comprehensive risk coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWhy choose OKTEST® for your safety?\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLegal Compliance:\u003c\/strong\u003e Calibrated to the thresholds of the decree of December 13, 2016 (Gendarmerie\/Police reference).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEase of Use:\u003c\/strong\u003e Non-invasive and hygienic saliva sampling, can be done anywhere.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSpeed:\u003c\/strong\u003e Clear result reading in less than 10 minutes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFrench Reliability:\u003c\/strong\u003e Developed and controlled by certified French laboratories.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLong Preservation:\u003c\/strong\u003e Valid for 2 years, ideal for keeping in the glove compartment.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eFeatures and Thresholds\u003c\/h2\u003e\n\u003cp\u003eThis test is designed to check your fitness to drive according to French standards.\u003c\/p\u003e\n\u003ctable style=\"width: 100%;\" class=\"modern-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 40%;\"\u003eTargeted Substance\u003c\/th\u003e\n\u003cth style=\"width: 60%;\"\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMolecule\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eDelta-9-THC (Active ingredient of Cannabis)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDetection threshold\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e15 ng\/mL of saliva\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; font-weight: normal;\"\u003e(Identical to the legal roadside screening threshold)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eReading time\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMaximum 10 minutes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eUse\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSingle use (Disposable)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"note-text\"\u003eThis test is a prevention tool. If the test line (T) appears, even faintly, the result is NEGATIVE. The absence of the (T) line indicates a POSITIVE result.\u003c\/p\u003e\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3\u003e⚠️ IMPORTANT: PRIVATE USE ONLY\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eThis device is strictly reserved for home self-screening.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eIt is not authorized for workplace screenings (Occupational Medicine, Joana Plan) or legal procedures. Professionals must use our \u003cstrong\u003eDrugdiag Saliva\u003c\/strong\u003e range, CE \u0026 ISO 13485 certified for regulatory use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eKit contents\u003c\/h2\u003e\n\u003cp\u003eEach OKTEST® kit contains everything needed for self-screening:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e1 Saliva test device\u003c\/li\u003e\n\u003cli\u003eInstructions for use (on the packaging)\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch2\u003eClinical Expertise \u0026 Specificity\u003c\/h2\u003e\n\u003ch3\u003eAdvanced Colloidal Gold Technology\u003c\/h3\u003e\n\u003cp\u003eOur devices use competitive immunochromatography with colloidal gold-labeled antibodies, ensuring a clear, ultra-sensitive marking and medical-level reliability.\u003c\/p\u003e\n\u003ch3\u003eCertified reliability in Laboratory (GC\/MS)\u003c\/h3\u003e\n\u003cp\u003eThe accuracy of this professional screening device has been validated by rigorous comparative clinical studies. The results demonstrate an accuracy correlation \u003cstrong\u003egreater than 99%\u003c\/strong\u003e compared to the global reference laboratory method (Gas Chromatography coupled with Mass Spectrometry - GC\/MS).\u003c\/p\u003e\n\u003ch3\u003eNo cross-reactions (False Positives)\u003c\/h3\u003e\n\u003cp\u003eOne of the major strengths of the Toda Drugdiag® range lies in its high analytical specificity. Advanced laboratory tests (at a concentration of 100 μg\/ml) prove the total absence of interference with everyday products. \u003cstrong\u003eThe result will not be distorted\u003c\/strong\u003e by prior consumption of:\u003c\/p\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003eHygiene and food products:\u003c\/strong\u003e Coffee, tea, sugar, mouthwash, toothpaste, chewing gum, tobacco (cigarette), soft drinks.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eCommon medications:\u003c\/strong\u003e Ibuprofen, Paracetamol, Aspirin, Amoxicillin, cough syrups (Dextromethorphan).\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eLegal notice:\u003c\/strong\u003e This test is an indicative self-monitoring device. A negative result does not mean a total absence of risk, especially in cases of fatigue or concurrent medication use. In case of doubt or a positive result, do not drive and confirm with a biological analysis.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n","brand":"Laboratoire Toda Pharma","offers":[{"title":"1 unit","offer_id":56426434494788,"sku":null,"price":6.9,"currency_code":"EUR","in_stock":true},{"title":"Pack of 5","offer_id":56426434527556,"sku":null,"price":34.5,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56426434560324,"sku":null,"price":65.55,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426434593092,"sku":null,"price":146.62,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/Photo_produit_OKTEST.png?v=1777892459"},{"product_id":"test-urinaire-a-tremper-2-drogues","title":"THC (Cannabis) and Cocaine Urine Test Drugdiag® 2T","description":"\u003cstyle\u003e\n\/* Variables CSS pour cohérence visuelle *\/\n.product-section {\n  --primary-color: #FE4B09;\n  --primary-dark: #d63d00;\n  --secondary-color: #004C96;\n  --text-color: #004C96;\n  --text-light: #666;\n  --border-color: #e5e5e5;\n  --bg-light: #f9fafb;\n  --bg-white: #ffffff;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n  --radius-sm: 6px;\n  --radius-md: 10px;\n  --radius-lg: 14px;\n  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Reset et base *\/\n.product-section * { box-sizing: border-box; }\n.product-section { color: var(--text-color); line-height: 1.7; max-width: 1200px; margin: 0 auto; padding: 0 20px; }\n\n\/* Typographie moderne *\/\n.product-section h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 700; color: var(--secondary-color); margin: 50px 0 25px 0; padding-bottom: 12px; border-bottom: 3px solid var(--primary-color); position: relative; }\n.product-section h2::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 80px; height: 3px; background: var(--primary-dark); }\n.product-section h3 { font-size: clamp(18px, 3vw, 22px); font-weight: 600; color: var(--text-color); margin: 30px 0 15px 0; }\n.product-section p { font-size: 16px; line-height: 1.8; margin-bottom: 18px; color: var(--text-color); }\n\n\/* Paragraphe d'introduction hero *\/\n.intro-hero { background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); padding: 35px; border-radius: var(--radius-lg); border-left: 5px solid var(--primary-color); box-shadow: var(--shadow-md); margin-bottom: 40px; position: relative; overflow: hidden; }\n.intro-hero::before { content: ''; position: absolute; top: 0; right: 0; width: 200px; height: 200px; background: radial-gradient(circle, rgba(254,75,9,0.05) 0%, transparent 70%); border-radius: 50%; transform: translate(50%, -50%); }\n.intro-hero p { position: relative; z-index: 1; margin: 0; font-size: 17px; }\n.intro-hero p:first-child { font-weight: 500; margin-bottom: 15px; }\n\n\/* Cards système *\/\n.info-card { background: var(--bg-white); padding: 28px; border-radius: var(--radius-md); border: 1px solid var(--border-color); box-shadow: var(--shadow-sm); margin-bottom: 20px; transition: var(--transition); }\n.info-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--primary-color); }\n\n\/* Grille responsive moderne *\/\n.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 30px 0; }\n\n\/* Badges et tags *\/\n.badge { display: inline-block; padding: 8px 16px; background: var(--bg-light); border: 1px solid var(--border-color); border-radius: 20px; font-size: 14px; font-weight: 500; color: var(--text-color); margin-right: 10px; margin-bottom: 10px; transition: var(--transition); }\n.badge:hover { background: var(--primary-color); color: white; border-color: var(--primary-color); }\n\n\/* Bloc alerte\/warning orange *\/\n.alert-critical { background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%); color: white !important; padding: 30px; border-radius: var(--radius-md); margin: 40px 0; box-shadow: 0 6px 20px rgba(254,75,9,0.25); position: relative; overflow: hidden; }\n.alert-critical::before { content: '⚠'; position: absolute; top: -20px; right: 20px; font-size: 120px; opacity: 0.1; line-height: 1; }\n.alert-critical h3 { color: white !important; margin-top: 0; font-size: 20px; margin-bottom: 15px; }\n.alert-critical p { color: white !important; margin-bottom: 12px; font-size: 15px; }\n.alert-critical p:last-child { margin-bottom: 0; }\n\n\/* Tableaux modernes *\/\n.modern-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 30px 0; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); font-size: 15px; }\n.modern-table thead tr { background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%); color: white; }\n.modern-table th { padding: 18px; text-align: left; font-weight: 600; font-size: 15px; color: white !important; }\n.modern-table tbody tr { background: white; transition: var(--transition); }\n.modern-table tbody tr:nth-child(even) { background: var(--bg-light); }\n.modern-table tbody tr:hover { background: #fff9f6; transform: scale(1.01); }\n.modern-table td { padding: 18px; border-bottom: 1px solid var(--border-color); }\n.modern-table td:first-child { font-weight: 600; color: var(--text-color); }\n\n\/* Listes stylisées *\/\n.product-section ul { list-style: none; padding-left: 0; margin: 25px 0; }\n.product-section ul li { padding-left: 32px; margin-bottom: 14px; position: relative; font-size: 15px; line-height: 1.7; }\n.product-section ul li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: var(--primary-color); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; }\n\n\/* Note italique *\/\n.note-text { font-size: 14px; line-height: 1.6; color: var(--text-light); font-style: italic; padding: 15px; background: var(--bg-light); border-radius: var(--radius-sm); margin: 20px 0; }\n\n\/* Footer section *\/\n.footer-info { border-top: 2px solid var(--border-color); padding-top: 25px; margin-top: 50px; }\n.footer-info p { font-size: 13px; line-height: 1.6; color: var(--text-light); margin: 0; }\n\n\/* Badge certifications *\/\n.certifications { display: flex; flex-wrap: wrap; gap: 12px; margin: 25px 0; }\n.cert-badge { padding: 10px 18px; background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); border: 2px solid var(--border-color); border-radius: 25px; font-size: 13px; font-weight: 600; color: var(--text-color); display: inline-flex; align-items: center; gap: 8px; transition: var(--transition); }\n.cert-badge:hover { border-color: var(--primary-color); background: white; transform: translateY(-2px); box-shadow: var(--shadow-sm); }\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n  .product-section { padding: 0 16px; }\n  .grid-auto { grid-template-columns: 1fr; }\n}\n\n\/* Animation *\/\n@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }\n.product-section \u003e * { animation: fadeInUp 0.6s ease-out backwards; }\n.product-section \u003e *:nth-child(1) { animation-delay: 0.05s; }\n.product-section \u003e *:nth-child(2) { animation-delay: 0.1s; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003eThis \u003cstrong\u003eCannabis \u0026 Cocaine Urine Test\u003c\/strong\u003e is a dip screening solution, designed and manufactured by the \u003cstrong\u003eToda Pharma\u003c\/strong\u003e laboratory, leader in rapid diagnostics in France and Europe. Compliant with strict medical requirements, it allows precise detection of drug use even several days after intake.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eVersatile and reliable, it perfectly meets the needs of \u003cstrong\u003eprofessionals\u003c\/strong\u003e (occupational health, law enforcement, associations) as well as \u003cstrong\u003eindividuals\u003c\/strong\u003e wishing to perform self-monitoring for license recovery or personal follow-up.\u003c\/p\u003e\n\u003ch3 style=\"color: #004C96;\"\u003e🧪 Precisely detected molecules:\u003c\/h3\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003eCannabis (THC):\u003c\/strong\u003e Detection of Δ9-THC and its metabolites.\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eCocaine (COC):\u003c\/strong\u003e Detection of Benzoylecgonine.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certifications\"\u003e\n\u003cspan class=\"cert-badge\"\u003e🇫🇷 French Design\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e🏥 Medical Grade\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e🎯 Dual Detection\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e⚡ Fast Result\u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e✅ CE Certified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eApplications of this screening test\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eOccupational Health \u0026 Pros\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eAn essential tool for employers and occupational health services. It allows preventive action against risks related to psychoactive substance use in high-risk positions (machine operation, safety).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eLicense Recovery\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 10px;\"\u003eIdeal for individuals in the process of license reinstatement. This test allows self-verification, before the official medical examination, that the metabolites (THC-COOH) have been eliminated from the body.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eToda Pharma Reliability\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eBenefit from the quality of the French No.1. Our customer service based in Strasbourg is available 7 days a week to assist you in setting up reliable and compliant screening protocols.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWhy choose this urine test?\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFrench Expertise:\u003c\/strong\u003e Manufactured by Toda Pharma, European reference in diagnostics.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHigh Sensitivity:\u003c\/strong\u003e Detects residues even at low concentration.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDual Target:\u003c\/strong\u003e Simultaneous analysis of Cannabis (THC) and Cocaine (COC).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSimplicity:\u003c\/strong\u003e Easy \"dip\" test to perform without complex equipment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePrevention:\u003c\/strong\u003e Effective tool against risky behaviors and chemical submission.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSupport:\u003c\/strong\u003e Specialized technical support available at all times.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eDetection thresholds and Substances\u003c\/h2\u003e\n\u003cp\u003eThis device detects specific metabolites that remain present in urine long after the psychoactive effects have disappeared.\u003c\/p\u003e\n\u003ctable style=\"width: 100%;\" class=\"modern-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"width: 40%;\"\u003eTargeted Substance\u003c\/th\u003e\n\u003cth style=\"width: 60%;\"\u003eCut-off threshold\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eTHC-COOH (Cannabis)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e50 ng\/mL\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; font-weight: normal;\"\u003eMetabolite detectable several days after consumption.\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCOC (Cocaine)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e300 ng\/mL\u003cbr\u003e\u003cspan style=\"font-size: 0.9em; font-weight: normal;\"\u003eReliable detection of cocaine (benzoylecgonine).\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"note-text\"\u003eUnlike saliva tests that detect immediate consumption, the urine test allows tracing older consumption (extended detection window).\u003c\/p\u003e\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3\u003e⚠️ Important Information\u003c\/h3\u003e\n\u003cp\u003eThis test is an in vitro diagnostic device intended for professional or private use in compliance with current regulations.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e A positive result indicates the presence of drug metabolites in the urine. It does not imply current intoxication at the time of the test but proves past consumption. For legal confirmation, laboratory analysis is recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eScreening Kit Contents\u003c\/h2\u003e\n\u003cp\u003eThe product is delivered ready to use:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eUrine test strip\/cassette (THC + COC)\u003c\/li\u003e\n\u003cli\u003eDesiccant sachet (for preservation)\u003c\/li\u003e\n\u003cli\u003eDetailed user manual in French\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch2\u003eClinical Expertise \u0026 Specificity\u003c\/h2\u003e\n\u003ch3\u003eAdvanced Colloidal Gold Technology\u003c\/h3\u003e\n\u003cp\u003eOur devices use competitive immunochromatography with antibodies labeled with colloidal gold, ensuring a clear, ultra-sensitive marking and medical-level reliability.\u003c\/p\u003e\n\u003ch3\u003eLaboratory Certified Reliability (GC\/MS)\u003c\/h3\u003e\n\u003cp\u003eThe accuracy of this professional urinary screening device has been rigorously validated by comparative clinical studies. The results demonstrate an accuracy correlation \u003cstrong\u003egreater than 99%\u003c\/strong\u003e compared to the global laboratory reference method (Gas Chromatography coupled with Mass Spectrometry - GC\/MS).\u003c\/p\u003e\n\u003ch3\u003eInstitutional Quality Labels\u003c\/h3\u003e\n\u003cp\u003eDesigned and manufactured in France by the Toda Pharma Laboratory, this \u003ci\u003ein vitro\u003c\/i\u003e diagnostic medical device is certified \u003cstrong\u003eISO 13485\u003c\/strong\u003e and bears the \u003cstrong\u003eCE\u003c\/strong\u003e marking. Its high standard has earned it certification by the \u003cstrong\u003eUAF Label (Used by the French Armed Forces)\u003c\/strong\u003e and the Alsace Heart Label.\u003c\/p\u003e\n\u003ch3\u003eNo cross-reactions (False Positives)\u003c\/h3\u003e\n\u003cp\u003eThe high analytical specificity of the Toda Drugdiag® range guarantees the total absence of interference (tested up to a concentration of 100 μg\/ml) with common consumer products. \u003cstrong\u003eThe urinary result will not be distorted\u003c\/strong\u003e by the presence of:\u003c\/p\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003eCommon medications:\u003c\/strong\u003e Aspirin (Acetylsalicylic acid), Ibuprofen, Paracetamol (Acetaminophen), Amoxicillin, Penicillin, cough syrups (Dextromethorphan).\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003ePhysiological and dietary substances:\u003c\/strong\u003e Caffeine, Cholesterol, Hemoglobin, Creatinine, Vitamin C (Ascorbic acid), Uric acid.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eLegal Notice:\u003c\/strong\u003e This in vitro diagnostic medical device is a regulated health product bearing, under this regulation, the CE marking. Please read the instructions in the leaflet carefully. If in doubt about the result, consult a healthcare professional.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n","brand":"Laboratoire Toda Pharma","offers":[{"title":"1 unit","offer_id":56426434658628,"sku":"1042T-A","price":9.9,"currency_code":"EUR","in_stock":true},{"title":"Pack of 5","offer_id":56426434691396,"sku":"1042T-A","price":49.5,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56426434724164,"sku":"1042T-A","price":94.05,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426434756932,"sku":"1042T-A","price":210.38,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/Photo_produit_T_-_THC-COC.png?v=1777892099"},{"product_id":"test-urinaire-a-tremper-6-drogues","title":"6-Drug Urine Test Drugdiag® 6T","description":"\u003cdiv style=\"text-align: start;\" class=\"product-description\"\u003e\n\u003c!-- Image principale (SEO ALT optimisé) --\u003e\n\u003cdiv class=\"card-paragraphe\"\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch3\u003e\u003cstrong\u003eA dip test, reliable and compliant with medical requirements.\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003eThe urine test \u003cstrong\u003eDrugdiag® 6T\u003c\/strong\u003e, designed by the \u003cstrong\u003eToda Pharma laboratory (N°1 in rapid diagnostic testing)\u003c\/strong\u003e, allows simultaneous detection of \u003cstrong\u003e6 drug families\u003c\/strong\u003e, covering more than \u003cstrong\u003e190 psychoactive substances\u003c\/strong\u003e. It is ideal for \u003cstrong\u003ebusinesses\u003c\/strong\u003e, \u003cstrong\u003ehealth professionals\u003c\/strong\u003e, \u003cstrong\u003elaw enforcement\u003c\/strong\u003e, and \u003cstrong\u003eindividuals\u003c\/strong\u003e seeking reliable and fast screening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card-paragraphe\"\u003e\n\u003cp\u003e📍 \u003cstrong\u003eCustomer service based in Strasbourg\u003c\/strong\u003e, available 7 days a week, expert in screening in professional, medical, and party environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003chr style=\"margin: 40px 0;\"\u003e\n\u003c!-- Section Substances détectées --\u003e\n\u003cdiv class=\"card-paragraphe\"\u003e\n\u003ch3\u003e🧪 \u003cspan style=\"text-decoration: underline;\"\u003eDetected substances\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eTHC-COOH (cannabis)\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eCOC (cocaine)\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eAMP (amphetamines)\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eMET (methamphetamines)\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eMOP (natural opiates)\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eBZO (benzodiazepines)\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eTotal\u003c\/strong\u003e: over 190 substances detected (Valium®, Xanax®, Temesta®, Lexomil®, heroin, Skénan®, Codoliprane®, OxyContin®, Crystal meth, Speed…)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003chr style=\"margin: 40px 0;\"\u003e\n\u003c!-- Tableau Seuils \u0026 Durées --\u003e\n\u003cdiv class=\"card-paragraphe\"\u003e\n\u003ch3\u003e🛠️ \u003cspan style=\"text-decoration: underline;\"\u003eDetected substances, thresholds \u0026 average duration\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003ctable border=\"1\" style=\"width: 100%; border-collapse: collapse; margin-bottom: 20px;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"padding: 10px;\"\u003eSubstance\u003c\/th\u003e\n\u003cth style=\"padding: 10px;\"\u003eDetection threshold\u003c\/th\u003e\n\u003cth style=\"padding: 10px;\"\u003eAverage detection time*\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px;\"\u003e\u003cstrong\u003eTHC-COOH \u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e50 ng\/ml\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e6 to 24 hours (up to 2-3 days)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px;\"\u003e\u003cstrong\u003eCOC \u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e300 ng\/ml\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e6-8 hours (up to 2 days)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px;\"\u003e\u003cstrong\u003eAMP \u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e300 ng\/ml\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e2 to 4 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px;\"\u003e\u003cstrong\u003eMET \u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e1000 ng\/ml\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e1 to 3 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px;\"\u003e\u003cstrong\u003eMOP \u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e300 ng\/ml\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e1 to 2 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px;\"\u003e\u003cstrong\u003eBZO \u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e300 ng\/ml\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e2 to 7 days (up to 15 days)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"font-size: 12px; color: #555;\"\u003e*Average detection times vary depending on dose, frequency, metabolism, and hydration.\u003c\/p\u003e\n\u003cdiv style=\"text-align: center;\" class=\"card-paragraphe\"\u003e\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003cp style=\"text-align: left;\"\u003eThis test is an \u003cstrong\u003eessential tool for professionals\u003c\/strong\u003e, associations, event organizers, healthcare facilities, or individuals who want to act against \u003cstrong\u003eemerging synthetic cannabinoids\u003c\/strong\u003e, especially in cases of \u003cstrong\u003echemical submission\u003c\/strong\u003e or \u003cstrong\u003erisky consumption\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"card-paragraphe\" style=\"text-align: center;\"\u003e\n\u003ctable width=\"100%\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAvailable exclusively on our official website ama-prevention.fr\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card-paragraphe\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e This test is intended for professional use, in compliance with regulations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003cdiv class=\"seo-molecules\"\u003e\n\u003ch3\u003e🧪 Precisely detected molecules:\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eTHC (Cannabis)\u003c\/li\u003e\n\u003cli\u003eCocaine\u003c\/li\u003e\n\u003cli\u003eOpiates\u003c\/li\u003e\n\u003cli\u003eAmphetamines\u003c\/li\u003e\n\u003cli\u003eMDMA\u003c\/li\u003e\n\u003cli\u003eBenzodiazepines\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\n\n\u003ch2\u003eClinical Expertise \u0026amp; Specificity\u003c\/h2\u003e\n\u003ch3\u003eAdvanced Colloidal Gold Technology\u003c\/h3\u003e\n\u003cp\u003eOur devices use competitive immunochromatography with antibodies labeled with colloidal gold, ensuring a clear, ultra-sensitive marking and medical-level reliability.\u003c\/p\u003e\n\u003ch3\u003eLaboratory Certified Reliability (GC\/MS)\u003c\/h3\u003e\n\u003cp\u003eThe accuracy of this professional urine screening device has been rigorously validated by comparative clinical studies. The results demonstrate an accuracy correlation \u003cstrong\u003egreater than 99%\u003c\/strong\u003e compared to the global laboratory reference method (Gas Chromatography coupled with Mass Spectrometry - GC\/MS).\u003c\/p\u003e\n\u003ch3\u003eInstitutional Quality Labels\u003c\/h3\u003e\n\u003cp\u003eDesigned and Manufactured in France by the Toda Pharma Laboratory, this \u003ci\u003ein vitro\u003c\/i\u003e diagnostic medical device is certified \u003cstrong\u003eISO 13485\u003c\/strong\u003e and bears the \u003cstrong\u003eCE\u003c\/strong\u003e mark. Its high standard has earned it certification by the \u003cstrong\u003eUAF Label (Used by the French Armed Forces)\u003c\/strong\u003e and the Alsace Heart Label.\u003c\/p\u003e\n\u003ch3\u003eNo cross-reactions (False Positives)\u003c\/h3\u003e\n\u003cp\u003eThe high analytical specificity of the Toda Drugdiag® range guarantees the total absence of interference (tested up to a concentration of 100 μg\/ml) with common consumer products. \u003cstrong\u003eThe urine result will not be distorted\u003c\/strong\u003e by the presence of:\u003c\/p\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003eCommon medications:\u003c\/strong\u003e Aspirin (Acetylsalicylic acid), Ibuprofen, Paracetamol (Acetaminophen), Amoxicillin, Penicillin, cough syrups (Dextromethorphan).\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003ePhysiological and dietary substances:\u003c\/strong\u003e Caffeine, Cholesterol, Hemoglobin, Creatinine, Vitamin C (Ascorbic acid), Uric acid.\u003c\/li\u003e\n\u003c\/ul\u003e\n","brand":"Laboratoire Toda Pharma","offers":[{"title":"1 unit","offer_id":56426434822468,"sku":"1046T-A","price":13.06,"currency_code":"EUR","in_stock":true},{"title":"Pack of 5","offer_id":56426434855236,"sku":"1046T-A","price":65.3,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56426434888004,"sku":"1046T-A","price":124.07,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426434920772,"sku":"1046T-A","price":277.52,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/photo_produit_drugdiag_T_6.png?v=1777893553"},{"product_id":"test-urinaire-10-drogues","title":"10-Drug Urine Test Drugdiag® 10T","description":"\u003cdiv class=\"product-description\"\u003e\n\u003c!-- Main image (optimized SEO ALT) --\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/istockphoto-1432870834-612x612_240x240.jpg?v=1738675715\" alt=\"Urine test 10 drugs cannabis cocaine amphetamines methadone barbiturates CE ISO French army\" style=\"margin-bottom: 16px; display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-paragraphe\"\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eA dip test, reliable and compliant with medical requirements.\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003eThe urine test \u003cstrong\u003eDrugdiag® 10T\u003c\/strong\u003e, designed by the \u003cstrong\u003eToda Pharma laboratory (N°1 in rapid diagnostic testing)\u003c\/strong\u003e, allows simultaneous detection of \u003cstrong\u003e10 drug families\u003c\/strong\u003e, representing more than \u003cstrong\u003e260 psychoactive products\u003c\/strong\u003e. Fast and compliant with medical standards, it is intended for \u003cstrong\u003ebusinesses\u003c\/strong\u003e, \u003cstrong\u003ehealthcare facilities\u003c\/strong\u003e, \u003cstrong\u003elaw enforcement\u003c\/strong\u003e, and \u003cstrong\u003eindividuals\u003c\/strong\u003e seeking reliable screening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card-paragraphe\"\u003e\n\u003cp\u003e📍 \u003cstrong\u003eCustomer service based in Strasbourg\u003c\/strong\u003e, available 7 days a week, expert in workplace, medical, and road screening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003chr style=\"margin: 40px 0;\"\u003e\n\u003c!-- Detected Substances Section --\u003e\n\u003cdiv class=\"card-paragraphe\"\u003e\n\u003ch3\u003e🧪 \u003cspan style=\"text-decoration: underline;\"\u003eDetected Substances\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eTHC-COOH (cannabis)\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eCOC (cocaine)\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eAMP (amphetamines)\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eMET (methamphetamines)\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eMOP (natural opiates)\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eBZO (benzodiazepines)\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eMDMA (ecstasy)\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eBAR (barbiturates)\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eMTD (methadone)\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eTCA (tricyclic antidepressants)\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eTotal\u003c\/strong\u003e: over 260 substances detected (Valium®, Subutex®, Codoliprane®, Gardenal®, Methadone®, Xanax®, Laroxyl®, Ecstasy®, OxyContin®…)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003chr style=\"margin: 40px 0;\"\u003e\n\u003c!-- Thresholds \u0026 Durations Table --\u003e\n\u003cdiv class=\"card-paragraphe\"\u003e\n\u003ch3\u003e🛠️ \u003cspan style=\"text-decoration: underline;\"\u003eDetected Substances, Thresholds \u0026 Average Duration\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; margin-bottom: 20px;\" border=\"1\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"padding: 10px;\"\u003eSubstance\u003c\/th\u003e\n\u003cth style=\"padding: 10px;\"\u003eDetection Threshold\u003c\/th\u003e\n\u003cth style=\"padding: 10px;\"\u003eAverage Detection Duration*\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px;\"\u003e\u003cstrong\u003eTHC-COOH (cannabis)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e50 ng\/ml\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e6 to 24 h (up to 2-3 days)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px;\"\u003e\u003cstrong\u003eCOC (cocaine)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e300 ng\/ml\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e6-8 h (up to 2 days)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px;\"\u003e\u003cstrong\u003eAMP (amphetamines)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e300 ng\/ml\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e2 to 4 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px;\"\u003e\u003cstrong\u003eMET (methamphetamines)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e1000 ng\/ml\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e1 to 3 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px;\"\u003e\u003cstrong\u003eMOP (opiates)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e300 ng\/ml\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e1 to 2 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px;\"\u003e\u003cstrong\u003eBZO (benzodiazepines)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e300 ng\/ml\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e2 to 7 days (up to 15 days)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px;\"\u003e\u003cstrong\u003eMDMA (ecstasy)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e500 ng\/ml\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e1 to 3 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px;\"\u003e\u003cstrong\u003eBAR (barbiturates)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e300 ng\/ml\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e2 to 7 days (up to 10 days)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px;\"\u003e\u003cstrong\u003eMTD (methadone)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e300 ng\/ml\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e2 to 7 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px;\"\u003e\u003cstrong\u003eTCA (tricyclics)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e1000 ng\/ml\u003c\/td\u003e\n\u003ctd style=\"padding: 10px;\"\u003e1 to 3 days (up to 7 days)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"font-size: 12px; color: #555;\"\u003e*Average detection durations vary depending on dose, frequency, metabolism, and hydration.\u003c\/p\u003e\n\u003chr style=\"margin: 40px 0;\"\u003e\n\u003c!-- Logos with SEO ALT --\u003e\n\u003cdiv class=\"card-paragraphe\" style=\"text-align: center;\"\u003e\n\u003cp style=\"text-align: left;\"\u003eThis test is an \u003cstrong\u003eessential tool for professionals\u003c\/strong\u003e, associations, event organizers, healthcare facilities, or individuals who want to act against \u003cstrong\u003eemerging synthetic cannabinoids\u003c\/strong\u003e, especially in cases of \u003cstrong\u003echemical submission\u003c\/strong\u003e or \u003cstrong\u003erisky consumption\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv style=\"text-align: center;\" class=\"card-paragraphe\"\u003e\n\u003ctable width=\"100%\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAvailable exclusively on our official website ama-prevention.fr\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card-paragraphe\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp style=\"text-align: left;\"\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e This test is intended for professional use, in compliance with regulations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\n\u003ch2\u003eClinical Expertise \u0026 Specificity\u003c\/h2\u003e\n\u003ch3\u003eAdvanced Colloidal Gold Technology\u003c\/h3\u003e\n\u003cp\u003eOur devices use competitive immunochromatography with antibodies labeled with colloidal gold, ensuring a clear, ultra-sensitive marking and medical-level reliability.\u003c\/p\u003e\n\u003ch3\u003eLaboratory Certified Reliability (GC\/MS)\u003c\/h3\u003e\n\u003cp\u003eThe accuracy of this professional urine screening device has been rigorously validated by comparative clinical studies. The results demonstrate an accuracy correlation \u003cstrong\u003egreater than 99%\u003c\/strong\u003e compared to the global laboratory reference method (Gas Chromatography coupled with Mass Spectrometry - GC\/MS).\u003c\/p\u003e\n\u003ch3\u003eInstitutional Quality Labels\u003c\/h3\u003e\n\u003cp\u003eDesigned and manufactured in France by the Toda Pharma Laboratory, this \u003ci\u003ein vitro\u003c\/i\u003e diagnostic medical device holds \u003cstrong\u003eISO 13485\u003c\/strong\u003e certification and \u003cstrong\u003eCE\u003c\/strong\u003e marking. Its high standard earned it certification by the \u003cstrong\u003eUAF Label (Used by the French Armies)\u003c\/strong\u003e and the Alsace Heart Label.\u003c\/p\u003e\n\u003ch3\u003eNo Cross-Reactions (False Positives)\u003c\/h3\u003e\n\u003cp\u003eThe high analytical specificity of the Toda Drugdiag® range guarantees total absence of interference (tested up to a concentration of 100 μg\/ml) with common consumer products. \u003cstrong\u003eThe urine result will not be distorted\u003c\/strong\u003e by the presence of:\u003c\/p\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003eCommon medications:\u003c\/strong\u003e Aspirin (Acetylsalicylic acid), Ibuprofen, Paracetamol (Acetaminophen), Amoxicillin, Penicillin, cough syrups (Dextromethorphan).\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003ePhysiological and dietary substances:\u003c\/strong\u003e Caffeine, Cholesterol, Hemoglobin, Creatinine, Vitamin C (Ascorbic acid), Uric acid.\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Laboratoire Toda Pharma","offers":[{"title":"1 unit","offer_id":56426434953540,"sku":"1040T-B","price":16.31,"currency_code":"EUR","in_stock":true},{"title":"Pack of 5","offer_id":56426434986308,"sku":"1040T-B","price":81.55,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56426435019076,"sku":"1040T-B","price":154.94,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426435051844,"sku":"1040T-B","price":346.59,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/photo_produit_drugdiag_T_de_face.png?v=1777893512"},{"product_id":"test-urinaire-a-tremper-13-drogues","title":"13-Drug Urine Test Drugdiag® 13T - New Synthetic Drugs","description":"\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003eThe \u003cstrong\u003eDrugdiag® T13 urine test\u003c\/strong\u003e is the most comprehensive multi-drug screening device on the market, capable of simultaneously identifying \u003cstrong\u003e13 families of substances\u003c\/strong\u003e (over 450 metabolites). This test is especially recommended for detecting \u003cstrong\u003epotent opioids\u003c\/strong\u003e and substances used in \u003cstrong\u003echemical submission\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eDesigned to meet the requirements of hospitals, companies, and individuals, this test offers laboratory-level accuracy with immediate results in 5 minutes. It is a benchmark solution to prevent overdose risks and chemical assaults.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eA wide detection spectrum\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\n\u003ch3 style=\"color: #004C96;\"\u003e🧪 Precisely detected molecules:\u003c\/h3\u003e\n\u003cul\u003e\n  \u003cli\u003e\n\u003cstrong\u003e3-MMC\u003c\/strong\u003e (3-Methylmethcathinone)\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003e4-MMC\u003c\/strong\u003e (Mephedrone)\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003e2-MMC\u003c\/strong\u003e (2-Methylmethcathinone)\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003ePTC \/ Buddha Blue\u003c\/strong\u003e (Synthetic cannabinoids: MDMB-4en-PINACA, 5F-MDMB-PINACA, etc.)\u003c\/li\u003e\n  \u003cli\u003e\n\u003cstrong\u003eMDPV, α-PVP\u003c\/strong\u003e and other synthetic cathinones\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Laboratoire Toda Pharma","offers":[{"title":"1 unit","offer_id":56426435117380,"sku":"10413T-A-1","price":25.9,"currency_code":"EUR","in_stock":true},{"title":"Pack of 5","offer_id":56426435150148,"sku":"10413T-A-1","price":129.5,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56426435182916,"sku":"10413T-A-1","price":246.05,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426435215684,"sku":"10413T-A-1","price":550.38,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/photo_produit_drugdiag_T_de_face.png?v=1777893512"},{"product_id":"test-urinaire-6-drogues-cup2s","title":"6-Drug Urine Test Drugdiag® 6 Cup 2S","description":"\u003cstyle\u003e\n\/* Variables CSS et structure identiques à votre configuration *\/\n.product-section {\n  --primary-color: #FE4B09;\n  --primary-dark: #d63d00;\n  --secondary-color: #004C96;\n  --text-color: #004C96;\n  --text-light: #666;\n  --border-color: #e5e5e5;\n  --bg-light: #f9fafb;\n  --bg-white: #ffffff;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n  --radius-sm: 6px;\n  --radius-md: 10px;\n  --radius-lg: 14px;\n  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Blocage des débordements globaux *\/\n.product-section { font-family: inherit !important; color: var(--text-color); box-sizing: border-box; line-height: 1.7; max-width: 1200px; margin: 0 auto; padding: 0 15px; overflow-x: hidden; }\n.product-section * { box-sizing: border-box; }\n\n\/* Titres dynamiques *\/\n.product-section h2 { font-size: clamp(22px, 3.5vw, 28px); font-weight: 700; color: var(--secondary-color); margin: 45px 0 20px 0; padding-bottom: 10px; border-bottom: 3px solid var(--primary-color); position: relative; }\n.product-section h2::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 80px; height: 3px; background: var(--primary-dark); }\n.product-section h3 { font-size: clamp(18px, 2.5vw, 22px); font-weight: 600; margin: 25px 0 15px 0; }\n\n\/* Intro Hero orientée Solution *\/\n.intro-hero { background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); padding: 30px; border-radius: var(--radius-lg); border-left: 5px solid var(--primary-color); box-shadow: var(--shadow-md); margin-bottom: 35px; }\n\n\/* Grille Avantages *\/\n.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 25px 0; }\n.info-card { background: var(--bg-white); padding: 25px; border-radius: var(--radius-md); border: 1px solid var(--border-color); box-shadow: var(--shadow-sm); transition: var(--transition); }\n\n\/* --- TABLEAUX (Version PC) --- *\/\n.product-section .modern-table { width: 100% !important; border-collapse: separate !important; border-spacing: 0 !important; margin: 25px 0 !important; border-radius: var(--radius-md) !important; overflow: hidden !important; box-shadow: var(--shadow-sm) !important; border: 1px solid var(--border-color) !important; }\n.product-section .modern-table thead tr { background: var(--secondary-color) !important; color: white !important; }\n.product-section .modern-table th, .product-section .modern-table td { padding: 15px !important; text-align: left !important; border-bottom: 1px solid var(--border-color) !important; border-right: none !important; border-left: none !important; }\n\n\/* --- BLINDAGE DU TABLEAU POUR MOBILE (Mode Cartes) --- *\/\n@media screen and (max-width: 768px) {\n  .product-section .modern-table { display: block !important; border: none !important; box-shadow: none !important; background: transparent !important; }\n  .product-section .modern-table thead { display: none !important; \/* Cache l'en-tête *\/ }\n  .product-section .modern-table tbody, .product-section .modern-table tr, .product-section .modern-table td { display: block !important; width: 100% !important; }\n  \n  .product-section .modern-table tr { \n    margin-bottom: 20px !important; \n    background: white !important; \n    border: 1px solid var(--border-color) !important; \n    border-radius: var(--radius-md) !important; \n    box-shadow: var(--shadow-sm) !important; \n  }\n  \n  .product-section .modern-table td { \n    padding: 15px !important; \n    border-bottom: 1px solid var(--border-color) !important; \n    white-space: normal !important; \n    word-break: break-word !important; \n  }\n  .product-section .modern-table td:last-child { border-bottom: none !important; }\n  \n  \/* L'astuce : La 1ère colonne devient l'en-tête bleu de la carte *\/\n  .product-section .modern-table td:first-child { \n    background: var(--secondary-color) !important; \n    color: white !important; \n    font-weight: bold !important; \n    border-radius: var(--radius-md) var(--radius-md) 0 0 !important; \n  }\n  .product-section .modern-table td:first-child strong { color: white !important; }\n}\n\n\/* Listes à puces persuasives *\/\n.product-section ul { list-style: none; padding: 0; margin: 25px 0; }\n.product-section ul li { padding-left: 35px; margin-bottom: 14px; position: relative; }\n.product-section ul li::before { content: '✓'; position: absolute; left: 0; top: 2px; background: var(--primary-color); color: white; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; }\n\n\/* Alerte Conversion *\/\n.alert-critical { background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%); padding: 25px; border-radius: var(--radius-md); margin: 35px 0; }\n.alert-critical h3, .alert-critical p { color: white !important; margin-top: 0; }\n\n\/* --- FIX BANNIÈRE DE RÉASSURANCE --- *\/\n.shipping-banner {\n  background: var(--secondary-color) !important; \n  padding: 20px !important; \n  border-radius: var(--radius-md) !important; \n  margin-top: 30px !important;\n  text-align: center !important;\n  display: block !important;\n  width: 100% !important;\n}\n.shipping-banner p { margin: 0 !important; color: white !important; font-weight: 600 !important; font-size: 15px !important; line-height: 1.5 !important; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003eThe \u003cstrong\u003eDrugdiag® CUP 6 drugs\u003c\/strong\u003e is the preferred all-in-one screening system for companies and care centers. This secure cup allows simultaneous detection of the 5 major illicit drugs (Cannabis, Cocaine, Opiates...) as well as \u003cstrong\u003eBenzodiazepines\u003c\/strong\u003e, anxiolytic medications often involved in workplace accidents.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eDesigned by \u003cstrong\u003eToda Pharma\u003c\/strong\u003e, its integrated format guarantees total hygiene (zero urine handling) and certified anti-fraud reliability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWhy is the CUP format the most reliable?\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eAbsolute Hygiene\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eThe tester never touches the sample. The donor urinates into the cup, closes it, and the results appear automatically on the front of the cup. It is the cleanest format on the market.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eAnti-Cheat Control\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eA thermometer is molded directly onto the cup. It allows instant verification if the urine is fresh (body temperature), thus preventing any substitution with water or pre-prepared cold urine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eThe 6 detected families (Drugs \u0026amp; Medications)\u003c\/h2\u003e\n\u003cp\u003eThis test covers the main psychoactive risks in professional and road environments, including prescription medications:\u003c\/p\u003e\n\u003cdiv class=\"modern-table\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFamily\u003c\/th\u003e\n\u003cth\u003eDetected Substances \u0026amp; Medications\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCannabis\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cstrong\u003eTHC-COOH\u003c\/strong\u003e (Marijuana, Hashish, Resin)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStimulants\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cstrong\u003eCOC\u003c\/strong\u003e (Cocaine, Crack)\u003cbr\u003e\u003cstrong\u003eAMP\u003c\/strong\u003e (Amphetamines, Speed)\u003cbr\u003e\u003cstrong\u003eMET\u003c\/strong\u003e (Methamphetamines, Crystal)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOpiates\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cstrong\u003eMOP\u003c\/strong\u003e (Heroin, Morphine, Codeine)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMedications\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cstrong\u003eBZO\u003c\/strong\u003e (Benzodiazepines)\u003cbr\u003e\u003cem\u003eDetects: Xanax®, Valium®, Lexomil®, Temesta®...\u003c\/em\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003e⚠ Workplace Safety and Medications\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eThe presence of \u003cstrong\u003eBenzodiazepines (BZO)\u003c\/strong\u003e is a major factor in drowsiness and loss of reflexes. This test is essential to prevent risks when operating machinery or driving, even if the consumption is medicinal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f0f7ff; border-left: 5px solid var(--secondary-color); padding: 20px; border-radius: 8px; margin: 30px 0;\" class=\"highlight-box\"\u003e\n\u003cp style=\"margin: 0;\"\u003e\u003cstrong\u003eNeed a broader spectrum?\u003c\/strong\u003e If you also need to screen for Subutex® or Methadone, choose our extended model: \u003ca style=\"color: var(--secondary-color); font-weight: bold; text-decoration: underline;\" href=\"\/en\/products\/test-urinaire-drugdiag-11-cup-2s\"\u003eDrugdiag® CUP 11 drugs\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eThe guarantees of Drugdiag® CUP 6\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eExtended sensitivity:\u003c\/strong\u003e Reacts to more than 190 metabolites derived from the 6 targeted families.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSimplicity:\u003c\/strong\u003e No additional equipment required, visual reading in 5 minutes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePro Quality:\u003c\/strong\u003e CE-compliant medical device, ISO 13485 certified and used by law enforcement.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"shipping-banner\"\u003e\n\u003cp\u003e🔒 French expertise available exclusively on ama-prevention.fr\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003ch2\u003eClinical Expertise \u0026 Specificity\u003c\/h2\u003e\n\u003ch3\u003eAdvanced Colloidal Gold Technology\u003c\/h3\u003e\n\u003cp\u003eOur devices use competitive immunochromatography with antibodies labeled with colloidal gold, ensuring a clear, ultra-sensitive marking and medical-level reliability.\u003c\/p\u003e\n\u003ch3\u003eCertified Laboratory Reliability (GC\/MS)\u003c\/h3\u003e\n\u003cp\u003eThe accuracy of this professional urinary screening device has been rigorously validated by comparative clinical studies. The results demonstrate an accuracy correlation \u003cstrong\u003egreater than 99%\u003c\/strong\u003e compared to the global laboratory reference method (Gas Chromatography coupled with Mass Spectrometry - GC\/MS).\u003c\/p\u003e\n\u003ch3\u003eInstitutional Quality Labels\u003c\/h3\u003e\n\u003cp\u003eDesigned and Manufactured in France by the Toda Pharma Laboratory, this \u003ci\u003ein vitro\u003c\/i\u003e medical diagnostic device is certified \u003cstrong\u003eISO 13485\u003c\/strong\u003e and bears the \u003cstrong\u003eCE\u003c\/strong\u003e mark. Its high standard has earned it certification by the \u003cstrong\u003eLabel UAF (Used by the French Armed Forces)\u003c\/strong\u003e and the Alsace Heart Label.\u003c\/p\u003e\n\u003ch3\u003eNo cross-reactions (False Positives)\u003c\/h3\u003e\n\u003cp\u003eThe high analytical specificity of the Toda Drugdiag® range guarantees the total absence of interference (tested up to a concentration of 100 μg\/ml) with common consumer products. \u003cstrong\u003eThe urinary result will not be distorted\u003c\/strong\u003e by the presence of:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCommon medications:\u003c\/strong\u003e Aspirin (Acetylsalicylic acid), Ibuprofen, Paracetamol (Acetaminophen), Amoxicillin, Penicillin, cough syrups (Dextromethorphan).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePhysiological and dietary substances:\u003c\/strong\u003e Caffeine, Cholesterol, Hemoglobin, Creatinine, Vitamin C (Ascorbic acid), Uric acid.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"footer-info\" style=\"margin-top: 25px; font-size: 14px; opacity: 0.8;\"\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003e\u003cstrong\u003eLegal Notice:\u003c\/strong\u003e This in vitro screening device is intended for professional use. A positive result indicates a presumption of the presence of substances. It does not determine medical fitness and must be confirmed by a reference method (GC\/MS) for any sanction procedure.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Laboratoire Toda Pharma","offers":[{"title":"1 unit","offer_id":56426435281220,"sku":"1046-CUP2S+","price":24.9,"currency_code":"EUR","in_stock":true},{"title":"Pack of 5","offer_id":56426435313988,"sku":"1046-CUP2S+","price":124.5,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56426435346756,"sku":"1046-CUP2S+","price":236.55,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426435379524,"sku":"1046-CUP2S+","price":529.12,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/drugdiag-cup2s-6-drogues-face.jpg?v=1751960136"},{"product_id":"test-urinaire-11-drogues-cup2s","title":"11-Drug Urine Test Drugdiag® 11 Cup 2S","description":"\u003cstyle\u003e\n\/* Variables CSS et structure identiques à votre configuration *\/\n.product-section {\n  --primary-color: #FE4B09;\n  --primary-dark: #d63d00;\n  --secondary-color: #004C96;\n  --text-color: #004C96;\n  --text-light: #666;\n  --border-color: #e5e5e5;\n  --bg-light: #f9fafb;\n  --bg-white: #ffffff;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n  --radius-sm: 6px;\n  --radius-md: 10px;\n  --radius-lg: 14px;\n  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Blocage des débordements globaux *\/\n.product-section { font-family: inherit !important; color: var(--text-color); box-sizing: border-box; line-height: 1.7; max-width: 1200px; margin: 0 auto; padding: 0 15px; overflow-x: hidden; }\n.product-section * { box-sizing: border-box; }\n\n\/* Titres dynamiques *\/\n.product-section h2 { font-size: clamp(22px, 3.5vw, 28px); font-weight: 700; color: var(--secondary-color); margin: 45px 0 20px 0; padding-bottom: 10px; border-bottom: 3px solid var(--primary-color); position: relative; }\n.product-section h2::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 80px; height: 3px; background: var(--primary-dark); }\n.product-section h3 { font-size: clamp(18px, 2.5vw, 22px); font-weight: 600; margin: 25px 0 15px 0; }\n\n\/* Intro Hero orientée Solution *\/\n.intro-hero { background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); padding: 30px; border-radius: var(--radius-lg); border-left: 5px solid var(--primary-color); box-shadow: var(--shadow-md); margin-bottom: 35px; }\n\n\/* Grille Avantages *\/\n.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 25px 0; }\n.info-card { background: var(--bg-white); padding: 25px; border-radius: var(--radius-md); border: 1px solid var(--border-color); box-shadow: var(--shadow-sm); transition: var(--transition); }\n\n\/* --- TABLEAUX (Version PC) --- *\/\n.product-section .modern-table { width: 100% !important; border-collapse: separate !important; border-spacing: 0 !important; margin: 25px 0 !important; border-radius: var(--radius-md) !important; overflow: hidden !important; box-shadow: var(--shadow-sm) !important; border: 1px solid var(--border-color) !important; }\n.product-section .modern-table thead tr { background: var(--secondary-color) !important; color: white !important; }\n.product-section .modern-table th, .product-section .modern-table td { padding: 15px !important; text-align: left !important; border-bottom: 1px solid var(--border-color) !important; border-right: none !important; border-left: none !important; }\n\n\/* --- BLINDAGE DU TABLEAU POUR MOBILE (Mode Cartes) --- *\/\n@media screen and (max-width: 768px) {\n  .product-section .modern-table { display: block !important; border: none !important; box-shadow: none !important; background: transparent !important; }\n  .product-section .modern-table thead { display: none !important; \/* Cache l'en-tête *\/ }\n  .product-section .modern-table tbody, .product-section .modern-table tr, .product-section .modern-table td { display: block !important; width: 100% !important; }\n  \n  .product-section .modern-table tr { \n    margin-bottom: 20px !important; \n    background: white !important; \n    border: 1px solid var(--border-color) !important; \n    border-radius: var(--radius-md) !important; \n    box-shadow: var(--shadow-sm) !important; \n  }\n  \n  .product-section .modern-table td { \n    padding: 15px !important; \n    border-bottom: 1px solid var(--border-color) !important; \n    white-space: normal !important; \n    word-break: break-word !important; \/* Empêche le texte long de casser la page *\/\n  }\n  .product-section .modern-table td:last-child { border-bottom: none !important; }\n  \n  \/* L'astuce : La 1ère colonne devient l'en-tête bleu de la carte *\/\n  .product-section .modern-table td:first-child { \n    background: var(--secondary-color) !important; \n    color: white !important; \n    font-weight: bold !important; \n    border-radius: var(--radius-md) var(--radius-md) 0 0 !important; \n  }\n  .product-section .modern-table td:first-child strong { color: white !important; }\n}\n\n\/* Listes à puces persuasives *\/\n.product-section ul { list-style: none; padding: 0; margin: 25px 0; }\n.product-section ul li { padding-left: 35px; margin-bottom: 14px; position: relative; }\n.product-section ul li::before { content: '✓'; position: absolute; left: 0; top: 2px; background: var(--primary-color); color: white; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; }\n\n\/* Alerte Conversion *\/\n.alert-critical { background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%); padding: 25px; border-radius: var(--radius-md); margin: 35px 0; }\n.alert-critical h3, .alert-critical p { color: white !important; margin-top: 0; }\n\n\/* --- FIX BANNIÈRE DE RÉASSURANCE --- *\/\n.shipping-banner {\n  background: var(--secondary-color) !important; \n  padding: 20px !important; \n  border-radius: var(--radius-md) !important; \n  margin-top: 30px !important;\n  text-align: center !important;\n  display: block !important;\n  width: 100% !important;\n}\n.shipping-banner p { margin: 0 !important; color: white !important; font-weight: 600 !important; font-size: 15px !important; line-height: 1.5 !important; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003eThe \u003cstrong\u003eDrugdiag® CUP 11 drugs\u003c\/strong\u003e is the most complete and secure urine screening station on the market. Designed by \u003cstrong\u003eToda Pharma\u003c\/strong\u003e, this \"pocket laboratory\" allows detection of 11 families of narcotics and diverted medications (over 300 metabolites) in a single analysis.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eThanks to its Cup format (CUP) with \u003cstrong\u003ebuilt-in thermometer\u003c\/strong\u003e, it guarantees perfect hygiene and prevents any attempt to falsify the sample. It is the number one choice for companies, clinics, and rehabilitation centers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWhy choose the \"All-in-one\" CUP format?\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eMaximum Hygiene \u0026amp; Safety\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eNo urine handling is necessary. The donor urinates directly into the cup, closes the sealed lid, and the test starts automatically. Zero risk of contamination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eAnti-Falsification System\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eThe built-in thermometer instantly checks if the urine is at body temperature. This immediately detects if the sample has been diluted with tap water or substituted.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eThe 11 detected families (Drugs \u0026amp; Medications)\u003c\/h2\u003e\n\u003cp\u003eThis test covers an extremely broad toxicological spectrum, including illicit drugs and prescription medications often misused:\u003c\/p\u003e\n\u003ctable class=\"modern-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFamily\u003c\/th\u003e\n\u003cth\u003eDetected Substances \u0026amp; Medications\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eClassic Drugs\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cstrong\u003eTHC\u003c\/strong\u003e (Cannabis, Hashish)\u003cbr\u003e\u003cstrong\u003eCOC\u003c\/strong\u003e (Cocaine, Crack)\u003cbr\u003e\u003cstrong\u003eAMP\/MET\u003c\/strong\u003e (Amphetamines, Meth, Speed)\u003cbr\u003e\u003cstrong\u003eMDMA\u003c\/strong\u003e (Ecstasy)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOpiates \u0026amp; Substitution\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cstrong\u003eMOP\u003c\/strong\u003e (Heroin, Morphine, Codeine, Skénan®)\u003cbr\u003e\u003cstrong\u003eBUP\u003c\/strong\u003e (Buprenorphine, \u003cstrong\u003eSubutex®\u003c\/strong\u003e, Suboxone®)\u003cbr\u003e\u003cstrong\u003eMTD\u003c\/strong\u003e (Methadone)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePsychotropic Medications\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cstrong\u003eBZO\u003c\/strong\u003e (Benzodiazepines: \u003cstrong\u003eXanax®\u003c\/strong\u003e, \u003cstrong\u003eValium®\u003c\/strong\u003e, Lexomil®, Rivotril®)\u003cbr\u003e\u003cstrong\u003eBAR\u003c\/strong\u003e (Barbiturates)\u003cbr\u003e\u003cstrong\u003eTCA\u003c\/strong\u003e (Tricyclic Antidepressants: Laroxyl®, Tofranil®)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003e⚠ Ideal for medical monitoring and workplace safety\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eThis test is essential to verify treatment compliance (presence of Methadone\/Subutex) or to ensure that an employee in a high-risk position is not under the influence of medications affecting alertness (Benzodiazepines\/Sleeping pills).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eThe guarantees of Drugdiag® CUP 11\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eComprehensiveness:\u003c\/strong\u003e Detects more than 300 metabolites related to the 11 targeted families.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy reading:\u003c\/strong\u003e Clear results in 5 minutes on the side panel.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProfessional Reliability:\u003c\/strong\u003e Used by occupational medicine, emergency services, and law enforcement.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLocal Expertise:\u003c\/strong\u003e Customer service and technical expertise based in Strasbourg (Grand Est).\u003c\/li\u003e\n\u003c\/ul\u003e\n  \n\u003cdiv class=\"shipping-banner\"\u003e\n\u003cp\u003e🔒 French expertise available exclusively on ama-prevention.fr\u003c\/p\u003e\n\u003c\/div\u003e\n  \u003ch2\u003eClinical Expertise \u0026 Specificity\u003c\/h2\u003e\n\u003ch3\u003eAdvanced Colloidal Gold Technology\u003c\/h3\u003e\n\u003cp\u003eOur devices use competitive immunochromatography with colloidal gold-labeled antibodies, ensuring a clear, ultra-sensitive marking and medical-level reliability.\u003c\/p\u003e\n\u003ch3\u003eCertified Laboratory Reliability (GC\/MS)\u003c\/h3\u003e\n\u003cp\u003eThe accuracy of this professional urine screening device has been rigorously validated by comparative clinical studies. The results demonstrate an accuracy correlation \u003cstrong\u003egreater than 99%\u003c\/strong\u003e compared to the global laboratory reference method (Gas Chromatography coupled with Mass Spectrometry - GC\/MS).\u003c\/p\u003e\n\u003ch3\u003eInstitutional Quality Labels\u003c\/h3\u003e\n\u003cp\u003eDesigned and Manufactured in France by Toda Pharma Laboratory, this \u003ci\u003ein vitro\u003c\/i\u003e medical diagnostic device is certified \u003cstrong\u003eISO 13485\u003c\/strong\u003e and bears the \u003cstrong\u003eCE\u003c\/strong\u003e mark. Its high standard has earned it certification by the \u003cstrong\u003eUAF Label (Used by the French Armed Forces)\u003c\/strong\u003e and the Alsace Heart Label.\u003c\/p\u003e\n\u003ch3\u003eNo cross-reactions (False Positives)\u003c\/h3\u003e\n\u003cp\u003eThe high analytical specificity of the Toda Drugdiag® range guarantees the total absence of interference (tested up to a concentration of 100 μg\/ml) with common consumer products. \u003cstrong\u003eThe urine result will not be distorted\u003c\/strong\u003e by the presence of:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCommon medications:\u003c\/strong\u003e Aspirin (Acetylsalicylic acid), Ibuprofen, Paracetamol (Acetaminophen), Amoxicillin, Penicillin, cough syrups (Dextromethorphan).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePhysiological and dietary substances:\u003c\/strong\u003e Caffeine, Cholesterol, Hemoglobin, Creatinine, Vitamin C (Ascorbic acid), Uric acid.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"footer-info\" style=\"margin-top: 25px; font-size: 14px; opacity: 0.8;\"\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003e\u003cstrong\u003eLegal Notice:\u003c\/strong\u003e This device is a professional-use in vitro urine screening test. It provides a preliminary analytical result. A positive result, especially for prescription drugs, must be interpreted in the clinical context and confirmed if necessary by a reference method.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Laboratoire Toda Pharma","offers":[{"title":"1 unit","offer_id":56426435412292,"sku":null,"price":28.9,"currency_code":"EUR","in_stock":true},{"title":"Pack of 5","offer_id":56426435445060,"sku":null,"price":144.5,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56426435477828,"sku":null,"price":274.55,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426435510596,"sku":null,"price":614.12,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/drugdiag-cup2s-6-drogues-face.jpg?v=1751960136"},{"product_id":"test-salivaire-innovation-5-drogues","title":"5-Drug Saliva Test Drugdiag® Saliva Innovation 5+","description":"\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp\u003e\u003cstrong\u003eReliable, fast 5-drug saliva test designed for demanding checks.\u003c\/strong\u003e The \u003cstrong\u003eDrugdiag® Saliva Innovation 5 drugs\u003c\/strong\u003e is a professional multi-drug saliva test developed by \u003cstrong\u003eToda Pharma\u003c\/strong\u003e, a French laboratory recognized in rapid diagnostics. Thanks to its \u003cstrong\u003ecompact cassette\u003c\/strong\u003e and \u003cstrong\u003eremovable tab\u003c\/strong\u003e, it facilitates saliva collection and allows for simple, fast, and hygienic screening, even during large-scale operations.\u003c\/p\u003e\n\n\u003cp\u003eThis 5-drug saliva test simultaneously detects the main substances sought during roadside checks and workplace prevention protocols: \u003cstrong\u003eTHC (cannabis)\u003c\/strong\u003e, \u003cstrong\u003ecocaine\u003c\/strong\u003e, \u003cstrong\u003eamphetamines\u003c\/strong\u003e, \u003cstrong\u003emethamphetamines\u003c\/strong\u003e, and \u003cstrong\u003eopiates\u003c\/strong\u003e. It provides a clear result in \u003cstrong\u003e5 minutes\u003c\/strong\u003e and relies on detection thresholds compliant with applicable requirements in France.\u003c\/p\u003e\n\n\u003cp\u003eUsed by the \u003cstrong\u003ePolice\u003c\/strong\u003e, \u003cstrong\u003eGendarmerie\u003c\/strong\u003e, \u003cstrong\u003eFrench Armed Forces (UAF)\u003c\/strong\u003e, \u003cstrong\u003eSNCF\u003c\/strong\u003e, and many \u003cstrong\u003elarge companies\u003c\/strong\u003e, this saliva screening device is \u003cstrong\u003eCE certified\u003c\/strong\u003e, designed according to the \u003cstrong\u003eISO 13485\u003c\/strong\u003e standard, and particularly suited for \u003cstrong\u003eroad safety\u003c\/strong\u003e, \u003cstrong\u003eworkplace screening\u003c\/strong\u003e, \u003cstrong\u003eaddiction prevention\u003c\/strong\u003e, and securing \u003cstrong\u003esensitive positions\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eMain uses of the Saliva Innovation 5-drug saliva test\u003c\/h2\u003e\n\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eRoad safety and preventive checks\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eThe Saliva Innovation 5-drug saliva test is designed for \u003cstrong\u003epreventive checks\u003c\/strong\u003e before driving, returning to work, or any situation requiring a high level of alertness. It quickly detects the presence of \u003cstrong\u003eTHC, cocaine, amphetamines, methamphetamines, and opiates\u003c\/strong\u003e in saliva, with a fast reading suitable for demanding environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eWorkplace screening and risk prevention\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 10px;\"\u003eAs part of employer safety obligations, this 5-drug saliva test is a relevant tool to strengthen prevention in \u003cstrong\u003ehigh-risk positions\u003c\/strong\u003e: driving, transportation, handling, logistics, working at heights, industry, private security, or sensitive environments.\u003c\/p\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eThanks to its \u003cstrong\u003eremovable tab\u003c\/strong\u003e, quick implementation, and easy reading, the \u003cstrong\u003eSaliva Innovation\u003c\/strong\u003e is particularly suited for \u003cstrong\u003eworkplace screening campaigns\u003c\/strong\u003e, prevention actions, and internal protocols requiring speed, hygiene, and reliability.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eProfessional use and sensitive facilities\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eThis multi-drug saliva test is also used in \u003cstrong\u003ehealthcare facilities\u003c\/strong\u003e, \u003cstrong\u003ecommunities\u003c\/strong\u003e, \u003cstrong\u003eprevention structures\u003c\/strong\u003e, \u003cstrong\u003etransportation\u003c\/strong\u003e, and certain \u003cstrong\u003esupervised events\u003c\/strong\u003e. Its design allows discreet, practical, and immediate screening without additional equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eAdvantages of the Drugdiag® Saliva Innovation 5 drugs saliva test\u003c\/h2\u003e\n\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eRemovable strip:\u003c\/strong\u003e facilitates saliva sampling, even for large groups.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSimultaneous screening of 5 drugs:\u003c\/strong\u003e THC, cocaine, amphetamines, methamphetamines, and opiates in a single operation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eResult in 5 minutes:\u003c\/strong\u003e quick visual reading, no additional equipment needed.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUsed by key players:\u003c\/strong\u003e Police, Gendarmerie, French Armed Forces (UAF), SNCF, and major companies.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eThresholds adapted to professional and road use:\u003c\/strong\u003e consistent with saliva screening practices in France.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFrench design:\u003c\/strong\u003e developed by Toda Pharma, a laboratory specialized in rapid diagnostics.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCE and ISO 13485 certification:\u003c\/strong\u003e quality, traceability, and enhanced requirements for professional use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSimple and hygienic procedure:\u003c\/strong\u003e non-invasive saliva sampling, quick to implement.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSuitable for prevention campaigns:\u003c\/strong\u003e relevant for companies, transportation, communities, and sensitive facilities.\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003ch2\u003eDetected substances and detection thresholds\u003c\/h2\u003e\n\n\u003cp\u003eThe Drugdiag® Saliva Innovation 5 drugs saliva test detects the five most sought-after psychoactive substances in road safety, prevention, and professional screening contexts.\u003c\/p\u003e\n\n\u003ctable class=\"modern-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSubstance\u003c\/th\u003e\n\u003cth\u003eDetection threshold\u003c\/th\u003e\n\u003cth\u003eAverage detection time\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTHC\u003c\/td\u003e\n\u003ctd\u003e15 ng\/mL\u003c\/td\u003e\n\u003ctd\u003e6 to 72 hours depending on consumption profile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCOC\u003c\/td\u003e\n\u003ctd\u003e20 ng\/mL\u003c\/td\u003e\n\u003ctd\u003e6 to 72 hours after last use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAMP\u003c\/td\u003e\n\u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n\u003ctd\u003e6 to 72 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMET\u003c\/td\u003e\n\u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n\u003ctd\u003e6 to 96 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMOP\u003c\/td\u003e\n\u003ctd\u003e40 ng\/mL\u003c\/td\u003e\n\u003ctd\u003eUp to 48 hours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cp class=\"note-text\"\u003eDetection times are indicative and may vary depending on metabolism, frequency of use, amount consumed, hydration status, route of administration, and individual profile.\u003c\/p\u003e\n\n\u003ch2\u003eWhy choose the Saliva Innovation 5 drugs?\u003c\/h2\u003e\n\n\u003cdiv class=\"advantages-grid\"\u003e\n\u003cdiv class=\"advantage-item\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eOperational speed\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eThe result is readable in just 5 minutes, facilitating quick checks, targeted campaigns, and field use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"advantage-item\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eConvenient format\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eIts compact cassette and removable strip make sampling simpler, more hygienic, and smoother in intensive contexts.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"advantage-item\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eProfessional reliability\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eDesigned for demanding environments, this multi-drug saliva test meets the expectations of professionals, companies, and institutions.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"advantage-item\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eVersatile use\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eSuitable for both prevention operations and control needs in transportation, industry, communities, and sensitive facilities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eTechnical expertise and analytical specificity\u003c\/h2\u003e\n\n\u003ch3\u003eColloidal gold technology\u003c\/h3\u003e\n\u003cp\u003eThe device is based on immunochromatography technology with colloidal gold-labeled antibodies, allowing a clear, rapid, and reliable visual reading. This technology contributes to the saliva test's sensitivity and good readability in the field.\u003c\/p\u003e\n\n\u003ch3\u003eReliability validated by reference method\u003c\/h3\u003e\n\u003cp\u003eThe Drugdiag® Saliva Innovation 5 drugs saliva test shows a \u003cstrong\u003ecorrelation greater than 99%\u003c\/strong\u003e with the reference laboratory analytical method of type \u003cstrong\u003eGC\/MS\u003c\/strong\u003e. This performance makes it a particularly reliable screening solution for professional and preventive uses.\u003c\/p\u003e\n\n\u003ch3\u003eHigh analytical specificity\u003c\/h3\u003e\n\u003cp\u003eThis device is designed to limit interferences and offer high analytical specificity. When used according to the manufacturer's instructions, it helps reduce the risk of misinterpretation and further secures screening operations.\u003c\/p\u003e\n\n\u003ch3\u003eVisual sampling indicator\u003c\/h3\u003e\n\u003cp\u003eThe Innovation model includes a \u003cstrong\u003evisual saturation indicator\u003c\/strong\u003e to verify that the amount of saliva collected is sufficient. This feature improves sample quality and reduces the risk of invalid tests.\u003c\/p\u003e\n\n\u003ch2\u003eFrequently asked questions about the 5 drugs saliva test\u003c\/h2\u003e\n\n\u003ch3\u003eWhat does the Drugdiag® Saliva Innovation 5 drugs saliva test detect?\u003c\/h3\u003e\n\u003cp\u003eIt detects five substance families: \u003cstrong\u003eTHC\u003c\/strong\u003e, \u003cstrong\u003ecocaine\u003c\/strong\u003e, \u003cstrong\u003eamphetamines\u003c\/strong\u003e, \u003cstrong\u003emethamphetamines\u003c\/strong\u003e, and \u003cstrong\u003eopiates\u003c\/strong\u003e.\u003c\/p\u003e\n\n\u003ch3\u003eHow long does it take to get the result?\u003c\/h3\u003e\n\u003cp\u003eThe result is readable in \u003cstrong\u003e5 minutes\u003c\/strong\u003e, without additional equipment.\u003c\/p\u003e\n\n\u003ch3\u003eIs this saliva test suitable for companies?\u003c\/h3\u003e\n\u003cp\u003eYes. It is especially suited for professional environments requiring a high level of vigilance, notably in high-risk positions or as part of prevention actions.\u003c\/p\u003e\n\n\u003ch3\u003eIs the sampling complicated?\u003c\/h3\u003e\n\u003cp\u003eNo. The \u003cstrong\u003eremovable tab\u003c\/strong\u003e facilitates saliva collection and makes the use simpler, faster, and more hygienic.\u003c\/p\u003e\n\n\u003ch3\u003eIs this test suitable for large-scale screening campaigns?\u003c\/h3\u003e\n\u003cp\u003eYes. Its compact size, quick reading, and ease of use make it a particularly relevant solution for intensive screening campaigns or field operations.\u003c\/p\u003e\n\n\u003cdiv class=\"shipping-banner\"\u003e\n\u003cp\u003eShipping within 24h with DPD\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eLegal notice:\u003c\/strong\u003e This in vitro diagnostic device is intended for professional and, where applicable, personal use, in compliance with current French and European legislation. It does not replace a confirmatory laboratory analysis in the context of judicial, disciplinary, or medico-legal procedures. For any workplace or community screening project, consulting occupational health services and legal advice is recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Laboratoire Toda Pharma","offers":[{"title":"1 unit","offer_id":56426435576132,"sku":"1045-SAL","price":22.9,"currency_code":"EUR","in_stock":true},{"title":"Pack of 5","offer_id":56426435608900,"sku":"1045-SAL-005","price":114.5,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56426435641668,"sku":"1045-SAL-010","price":217.55,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426435674436,"sku":"1045-SAL-025","price":486.62,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/Image_produit_Drudgdiag_Saliva_Innovation_5_f2b717a2-fe94-403d-88ad-e9c9fd0e7c79.png?v=1777887320"},{"product_id":"drugdiag-6t-synthese","title":"6-Drug Urine Test Drugdiag® 6T - New Synthetic Drugs","description":"\u003cdiv class=\"product-section\"\u003e\n  \u003cdiv class=\"rich-text\"\u003e\n    \n    \u003cdiv class=\"intro-hero\"\u003e\n      \u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003e\n        \u003cstrong\u003eThe Drugdiag® 6T urine test detects new synthetic drugs that classic tests do not search for.\u003c\/strong\u003e It allows simultaneous screening of \u003cstrong\u003eTHC\u003c\/strong\u003e, \u003cstrong\u003esynthetic cannabinoids K2, K3, and K4\u003c\/strong\u003e, \u003cstrong\u003esynthetic cathinones\u003c\/strong\u003e like \u003cstrong\u003e2-MMC\u003c\/strong\u003e, \u003cstrong\u003e3-MMC\u003c\/strong\u003e, \u003cstrong\u003e4-MMC\u003c\/strong\u003e, and \u003cstrong\u003emephedrone\u003c\/strong\u003e, as well as \u003cstrong\u003eMDPV\u003c\/strong\u003e and \u003cstrong\u003exylazine (XYL)\u003c\/strong\u003e.\n      \u003c\/p\u003e\n      \u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003e\n        Developed by \u003cstrong\u003eToda Pharma\u003c\/strong\u003e, this advanced urine test helps quickly identify substances often sold under misleading names like \u003cstrong\u003eSpice\u003c\/strong\u003e, \u003cstrong\u003eBlack Mamba\u003c\/strong\u003e, \u003cstrong\u003eBuddha Blue\u003c\/strong\u003e, \u003cstrong\u003ePTC\u003c\/strong\u003e, \u003cstrong\u003ePète Ton Crâne\u003c\/strong\u003e, \u003cstrong\u003emeow meow\u003c\/strong\u003e, \u003cstrong\u003ebath salts\u003c\/strong\u003e, or \u003cstrong\u003etranq dope\u003c\/strong\u003e.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eWhy has this test become essential?\u003c\/h2\u003e\n    \u003cdiv class=\"grid-auto\"\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eThe trap of new synthetic drugs\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eProducts consumed today are no longer limited to classic cannabis. More and more users are exposed to \u003cstrong\u003esynthetic cannabinoids\u003c\/strong\u003e like \u003cstrong\u003eK2, K3, K4\u003c\/strong\u003e, to \u003cstrong\u003esynthetic cathinones\u003c\/strong\u003e such as \u003cstrong\u003e3-MMC\u003c\/strong\u003e, \u003cstrong\u003e4-MMC\u003c\/strong\u003e, \u003cstrong\u003e2-MMC\u003c\/strong\u003e, or \u003cstrong\u003emephedrone\u003c\/strong\u003e, as well as highly concerning molecules like \u003cstrong\u003eMDPV\u003c\/strong\u003e or \u003cstrong\u003exylazine\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eBuddha Blue, PTC, Pète Ton Crâne, Spice\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eNames like \u003cstrong\u003eBuddha Blue\u003c\/strong\u003e, \u003cstrong\u003ePTC\u003c\/strong\u003e, \u003cstrong\u003ePète Ton Crâne\u003c\/strong\u003e, \u003cstrong\u003eSpice\u003c\/strong\u003e, or \u003cstrong\u003eBlack Mamba\u003c\/strong\u003e often mask unstable, unpredictable, and much more dangerous chemicals than “classic” drugs. This test helps quickly understand which family of substances may be involved.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eSubstances detected by the Drugdiag® 6T\u003c\/h2\u003e\n    \u003cp\u003eThis urine test targets the main families of new synthetic drugs currently sought in the field:\u003c\/p\u003e\n    \n    \u003cdiv class=\"modern-table\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eType of drug\u003c\/th\u003e\n            \u003cth\u003eDetected substances \u0026 field keywords\u003c\/th\u003e\n            \u003cth\u003eDetection threshold\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eTHC\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eWeed, beuh, marijuana, hashish\u003c\/td\u003e\n            \u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eK2\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eSpice, K2, Black Mamba, fake weed, herbal incense\u003c\/td\u003e\n            \u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eK3\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eK3, new generation Spice, herbal mix\u003c\/td\u003e\n            \u003ctd\u003e10 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eK4\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eSpice, K4, Black Mamba, fake weed, legal high\u003c\/td\u003e\n            \u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eMCAT\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e2-MMC, 3-MMC, 4-MMC, mephedrone, mephedrone, meow meow, M-CAT\u003c\/td\u003e\n            \u003ctd\u003e500 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eMDPV\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003ebath salts, Ivory Wave, Vanilla Sky, plant food\u003c\/td\u003e\n            \u003ctd\u003e1000 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eXYL\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003exylazine, tranq, tranq dope\u003c\/td\u003e\n            \u003ctd\u003e1000 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"note-text\"\u003eThe Drugdiag® 6T is particularly relevant for screening synthetic drugs circulating under names like Buddha Blue, PTC, Pète Ton Crâne, Spice, Black Mamba, 3-MMC, 4-MMC, mephedrone, bath salts, or tranq dope.\u003c\/p\u003e\n\n    \u003ch2\u003eUnderstanding the detected drug families\u003c\/h2\u003e\n\n    \u003cdiv class=\"grid-auto\"\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eK2, K3, and K4: the synthetic cannabinoids\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eThe \u003cstrong\u003eK2\u003c\/strong\u003e, \u003cstrong\u003eK3\u003c\/strong\u003e, and \u003cstrong\u003eK4\u003c\/strong\u003e families include \u003cstrong\u003esynthetic cannabinoids\u003c\/strong\u003e often sold as cannabis, fake CBD, \u003cstrong\u003eSpice\u003c\/strong\u003e, \u003cstrong\u003eBlack Mamba\u003c\/strong\u003e, or \u003cstrong\u003eBuddha Blue\u003c\/strong\u003e. They mimic some effects of THC, but their potency and chemical composition are often much more unstable.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003e2-MMC, 3-MMC, 4-MMC, and mephedrone: the cathinones\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003e\u003cstrong\u003e2-MMC\u003c\/strong\u003e, \u003cstrong\u003e3-MMC\u003c\/strong\u003e, \u003cstrong\u003e4-MMC\u003c\/strong\u003e, and \u003cstrong\u003emephedrone\u003c\/strong\u003e belong to the family of \u003cstrong\u003esynthetic cathinones\u003c\/strong\u003e. These stimulants are sometimes sold under names like \u003cstrong\u003emeow meow\u003c\/strong\u003e or \u003cstrong\u003eM-CAT\u003c\/strong\u003e, and can cause agitation, tachycardia, anxiety, disinhibition, or risky behaviors.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eMDPV and xylazine: two very different risks\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003e\u003cstrong\u003eMDPV\u003c\/strong\u003e is a powerful synthetic stimulant often associated with \u003cstrong\u003ebath salts\u003c\/strong\u003e, while \u003cstrong\u003exylazine\u003c\/strong\u003e is a veterinary sedative known as \u003cstrong\u003etranq\u003c\/strong\u003e or \u003cstrong\u003etranq dope\u003c\/strong\u003e. Their effects are very different, but their presence always indicates a high level of risk.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eStreet names of detected substances\u003c\/h2\u003e\n\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTHC\u003c\/strong\u003e: weed, beuh, shit, marijuana, ganja\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eK2 \/ K3 \/ K4\u003c\/strong\u003e: Spice, Black Mamba, K2, fake weed, herbal incense, herbal mix, legal high, Buddha Blue, PTC, Pète Ton Crâne\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMCAT\u003c\/strong\u003e: 2-MMC, 3-MMC, 4-MMC, mephedrone, meow meow, M-CAT\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMDPV\u003c\/strong\u003e: bath salts, Ivory Wave, Vanilla Sky, plant food\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eXYL\u003c\/strong\u003e: xylazine, tranq, tranq dope\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eWhy does the Drugdiag® 6T Toda Pharma make a difference?\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAdvanced screening:\u003c\/strong\u003e targets new synthetic drugs that classic tests do not detect\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWide coverage:\u003c\/strong\u003e cannabis, synthetic cannabinoids, 2-MMC, 3-MMC, 4-MMC, mephedrone, MDPV, and xylazine\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBetter risk understanding:\u003c\/strong\u003e allows distinguishing several very different substance families\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eQuick result:\u003c\/strong\u003e visual reading in 5 minutes\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eConcrete prevention tool:\u003c\/strong\u003e useful for parents, healthcare professionals, event organizers, and field workers\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFrench manufacturer:\u003c\/strong\u003e quality, CE marking, and ISO 13485 compliance\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"alert-critical\"\u003e\n      \u003ch3\u003e⚠ Why are these substances so concerning?\u003c\/h3\u003e\n      \u003cp\u003eSynthetic cannabinoids of the \u003cstrong\u003eK2, K3, K4\u003c\/strong\u003e types, cathinones such as \u003cstrong\u003e2-MMC\u003c\/strong\u003e, \u003cstrong\u003e3-MMC\u003c\/strong\u003e, \u003cstrong\u003e4-MMC\u003c\/strong\u003e, or \u003cstrong\u003emephedrone\u003c\/strong\u003e, as well as \u003cstrong\u003eMDPV\u003c\/strong\u003e and \u003cstrong\u003exylazine\u003c\/strong\u003e, can cause much more unpredictable effects than “classic” drugs: agitation, hallucinations, panic attacks, heart problems, behavioral disorganization, deep sedation, or loss of control.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"shipping-banner\"\u003e\n      \u003cp\u003e🔒 Security and discretion guaranteed — Available exclusively on ama-prevention.fr\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eFrequently asked questions about Drugdiag® 6T\u003c\/h2\u003e\n\n    \u003ch3\u003eDoes the test detect 3-MMC and 4-MMC?\u003c\/h3\u003e\n    \u003cp\u003eYes. The \u003cstrong\u003eMCAT\u003c\/strong\u003e panel targets synthetic cathinones, including \u003cstrong\u003e2-MMC\u003c\/strong\u003e, \u003cstrong\u003e3-MMC\u003c\/strong\u003e, \u003cstrong\u003e4-MMC\u003c\/strong\u003e, and \u003cstrong\u003emephedrone\u003c\/strong\u003e.\u003c\/p\u003e\n\n    \u003ch3\u003eDoes the test detect Buddha Blue, PTC, or Pète Ton Crâne?\u003c\/h3\u003e\n    \u003cp\u003eIt detects \u003cstrong\u003esynthetic cannabinoids\u003c\/strong\u003e associated with the \u003cstrong\u003eK2, K3, and K4\u003c\/strong\u003e families, often marketed under names like \u003cstrong\u003eBuddha Blue\u003c\/strong\u003e, \u003cstrong\u003ePTC\u003c\/strong\u003e, \u003cstrong\u003ePète Ton Crâne\u003c\/strong\u003e, \u003cstrong\u003eSpice\u003c\/strong\u003e, or \u003cstrong\u003eBlack Mamba\u003c\/strong\u003e.\u003c\/p\u003e\n\n    \u003ch3\u003eWhy is a standard THC test not enough?\u003c\/h3\u003e\n    \u003cp\u003eBecause a standard THC test detects natural cannabis, whereas synthetic cannabinoids, cathinones, and xylazine require specific targets. A classic test can therefore miss these substances.\u003c\/p\u003e\n\n    \u003ch3\u003eWhy also test for MDPV and xylazine?\u003c\/h3\u003e\n    \u003cp\u003eBecause these substances are particularly concerning: \u003cstrong\u003eMDPV\u003c\/strong\u003e is an aggressive synthetic stimulant, while \u003cstrong\u003exylazine\u003c\/strong\u003e is a veterinary sedative that can be found as a cutting agent in some mixtures.\u003c\/p\u003e\n\n    \u003ch3\u003eIs this test useful for prevention among young people or at parties?\u003c\/h3\u003e\n    \u003cp\u003eYes. It helps to better understand whether a smoked, vaped, or presented product as “CBD,” “herb,” “Spice,” “3-MMC,” “mephedrone,” or “research chemical” corresponds to typical use or exposure to much more dangerous substances.\u003c\/p\u003e\n\n    \u003ch2\u003eClinical Expertise \u0026 Specificity\u003c\/h2\u003e\n    \u003ch3\u003eAdvanced Colloidal Gold Technology\u003c\/h3\u003e\n    \u003cp\u003eOur devices use competitive immunochromatography with antibodies labeled with colloidal gold, ensuring a clear, ultra-sensitive marking and medical-grade reliability.\u003c\/p\u003e\n    \u003ch3\u003eLaboratory Certified Reliability (GC\/MS)\u003c\/h3\u003e\n    \u003cp\u003eThe accuracy of this professional urine screening device has been rigorously validated through comparative clinical studies. Results show an accuracy correlation \u003cstrong\u003egreater than 99%\u003c\/strong\u003e compared to the global laboratory reference method (Gas Chromatography coupled with Mass Spectrometry - GC\/MS).\u003c\/p\u003e\n    \u003ch3\u003eInstitutional Quality Labels\u003c\/h3\u003e\n    \u003cp\u003eDesigned and manufactured in France by the Toda Pharma laboratory, this \u003ci\u003ein vitro\u003c\/i\u003e diagnostic medical device is certified \u003cstrong\u003eISO 13485\u003c\/strong\u003e and bears the \u003cstrong\u003eCE\u003c\/strong\u003e mark. Its high standard of quality has earned it certification by the \u003cstrong\u003eUAF Label (Used by the French Armed Forces)\u003c\/strong\u003e and the Alsace Heart Label.\u003c\/p\u003e\n    \u003ch3\u003eNo cross-reactions (False Positives)\u003c\/h3\u003e\n    \u003cp\u003eThe high analytical specificity of the Toda Drugdiag® range guarantees the complete absence of interference (tested up to a concentration of 100 μg\/ml) with common consumer products. \u003cstrong\u003eUrine test results will not be distorted\u003c\/strong\u003e by the presence of:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCommon medications:\u003c\/strong\u003e Aspirin (Acetylsalicylic acid), Ibuprofen, Paracetamol (Acetaminophen), Amoxicillin, Penicillin, cough syrups (Dextromethorphan).\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePhysiological and dietary substances:\u003c\/strong\u003e Caffeine, Cholesterol, Hemoglobin, Creatinine, Vitamin C (Ascorbic acid), Uric acid.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"footer-info\"\u003e\n      \u003cp\u003e\u003cstrong\u003eLegal notice:\u003c\/strong\u003e This in vitro diagnostic device is intended for preventive use. A positive result indicates a presumed consumption and must be confirmed by toxicological analysis in a laboratory (GC\/MS).\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Laboratoire Toda Pharma","offers":[{"title":"1 unit","offer_id":56426435739972,"sku":null,"price":15.9,"currency_code":"EUR","in_stock":true},{"title":"Pack of 5","offer_id":56426435772740,"sku":null,"price":79.5,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56426435805508,"sku":null,"price":151.05,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426435838276,"sku":null,"price":337.88,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/photo_produit_drugdiag_T_NPS.png?v=1777893890"},{"product_id":"sac-de-100-embouts-buccaux-a-clapet-anti-retour","title":"Bag of 100 Mouthpieces with ANTI-BACKFLOW VALVE","description":"\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003eOptimize hygiene and accuracy in your breathalyzer tests with this \u003cstrong\u003ebag of 100 mouthpieces\u003c\/strong\u003e specially designed for \u003cstrong\u003eETHYLEC\u003c\/strong\u003e and \u003cstrong\u003eETHYWAY V2\u003c\/strong\u003e breathalyzers.\u003c\/p\u003e\n\u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eMade from high-quality plastic, these mouthpieces ensure \u003cstrong\u003esafe and hygienic\u003c\/strong\u003e use, providing a perfect seal for optimal measurement accuracy with every test.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eTechnical Features of the Mouthpieces\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eFull Compatibility\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eMouthpieces specifically calibrated to fit perfectly with \u003cstrong\u003eETHYLEC\u003c\/strong\u003e and \u003cstrong\u003eETHYWAY V2\u003c\/strong\u003e electronic breathalyzer models.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eHygiene \u0026amp; Safety\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 0;\"\u003eDesigned for \u003cstrong\u003esingle use\u003c\/strong\u003e, they prevent cross-contamination between users and ensure impeccable cleanliness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003ePackaging:\u003c\/strong\u003e Economical bag of 100 mouthpieces for extended use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eQuality:\u003c\/strong\u003e Durable plastic, safe for health and compliant with safety standards.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOrigin:\u003c\/strong\u003e High-quality manufacturing ensuring reliability and safety.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eWhy Choose These Mouthpieces?\u003c\/h2\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cp\u003eEssential for road safety campaigns, workplace checks (CSR), or personal use, these mouthpieces provide:\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaximum Accuracy:\u003c\/strong\u003e Prevents air leaks for reliable and consistent breath alcohol results.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEase of Use:\u003c\/strong\u003e Instant attachment to the device and quick removal after use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eProfessional \u0026amp; Private Use:\u003c\/strong\u003e Suitable for law enforcement, safety managers, and individuals.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eUsage Instructions\u003c\/h2\u003e\n\u003col style=\"margin: 20px 0; padding-left: 20px; color: var(--text-color);\"\u003e\n\u003cli style=\"margin-bottom: 10px;\"\u003e\n\u003cstrong\u003ePosition:\u003c\/strong\u003e Insert the mouthpiece onto the breathalyzer opening before each test.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 10px;\"\u003e\n\u003cstrong\u003eBlow:\u003c\/strong\u003e Perform the test following the device’s audio or visual instructions.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 10px;\"\u003e\n\u003cstrong\u003eDispose:\u003c\/strong\u003e Remove the mouthpiece and discard it immediately after use to maintain hygiene.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3\u003e⚠ Hygiene Reminder\u003c\/h3\u003e\n\u003cp\u003eUsing a new mouthpiece for each person is mandatory to ensure hygiene and to prevent alcohol residues from a previous test from affecting the next result.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-banner\"\u003e\n\u003cp\u003e📦 Free shipping on orders over €49 — Fast 24\/48h dispatch\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eStock:\u003c\/strong\u003e Product available in limited stock. Order now to ensure continuity of your tests.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Laboratoire Toda Pharma","offers":[{"title":"Default Title","offer_id":54330663829828,"sku":"","price":70.8,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/sac-de-100-embouts-buccaux.jpg?v=1744208015"},{"product_id":"test-urinaire-drugdiag®-4t-nouvelles-drogues-de-synthese","title":"4-Drug Urine Test Drugdiag® 4T - New Synthetic Drugs","description":"\u003cdiv class=\"product-section\"\u003e\n  \u003cdiv class=\"rich-text\"\u003e\n    \n    \u003cdiv class=\"intro-hero\"\u003e\n      \u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003e\n        \u003cstrong\u003eA urine test capable of distinguishing between cannabis, cocaine, and synthetic drugs.\u003c\/strong\u003e The \u003cstrong\u003eDrugdiag® 4T\u003c\/strong\u003e test simultaneously detects \u003cstrong\u003eTHC\u003c\/strong\u003e (cannabis), \u003cstrong\u003ecocaine (COC)\u003c\/strong\u003e, and two major families of \u003cstrong\u003esynthetic cannabinoids: K2 and K3\u003c\/strong\u003e. It helps quickly understand whether the consumption involves a classic drug or a much more unpredictable chemical product, often sold under misleading names.\n      \u003c\/p\u003e\n      \u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003e\n        Selected for its reliability by the \u003cstrong\u003eFrench Army\u003c\/strong\u003e and healthcare professionals, this test is a practical prevention tool to clarify the true nature of consumed substances: herb, resin, powder, e-liquids, or fake CBD products.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eWhy has this test become essential?\u003c\/h2\u003e\n    \u003cdiv class=\"grid-auto\"\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eThe risk of synthetic drugs\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eSynthetic cannabinoids like \u003cstrong\u003eK2\u003c\/strong\u003e and \u003cstrong\u003eK3\u003c\/strong\u003e are sometimes sold as cannabis, CBD, or “legal” blends. In reality, these substances can be much more potent and dangerous than natural cannabis.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eThe trap of fake CBD and vapes\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eSome smoked or vaped products contain synthetic molecules without the user being aware. The Drugdiag® 4T allows distinguishing between THC or cocaine use and exposure to synthetic cannabinoids.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eThe 4 substances detected\u003c\/h2\u003e\n    \u003cp\u003eThis urine test analyzes 4 targets for a comprehensive screening:\u003c\/p\u003e\n    \n    \u003cdiv class=\"modern-table\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eType of drug\u003c\/th\u003e\n            \u003cth\u003eDetected substance\u003c\/th\u003e\n            \u003cth\u003eDetection threshold\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eCannabis\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cstrong\u003eTHC\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eCocaine\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cstrong\u003eCOC\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e300 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eSynthetic cannabinoids\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e\n\u003cstrong\u003eK2\u003c\/strong\u003e (Spice, Black Mamba)\u003c\/td\u003e\n            \u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eSynthetic cannabinoids\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cstrong\u003eK3\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e10 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eStreet names of detected substances\u003c\/h2\u003e\n\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCannabis (THC)\u003c\/strong\u003e: weed, pot, hash, marijuana, ganja\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCocaine (COC)\u003c\/strong\u003e: coke, powder, snow, blow\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eSynthetic cannabinoids (K2, K3)\u003c\/strong\u003e: Spice, Black Mamba, Fake Weed, herbal incense, herbal mix\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp class=\"note-text\"\u003eSynthetic drugs often change in composition and appearance. The same brand names can cover several different families, making their identification very difficult without the appropriate test.\u003c\/p\u003e\n\n    \u003ch2\u003eUnderstanding the difference between K2 and K3\u003c\/h2\u003e\n\n    \u003cdiv class=\"grid-auto\"\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eK2: the most well-known family\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eK2 is the most well-known family to the general public. It is often associated with products sold as \u003cstrong\u003eSpice\u003c\/strong\u003e, \u003cstrong\u003eBlack Mamba\u003c\/strong\u003e, or \u003cstrong\u003efake weed\u003c\/strong\u003e. These are synthetic cannabinoids designed to mimic certain effects of cannabis without being natural cannabis.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eK3: another family of synthetics\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eK3 corresponds to another family of synthetic cannabinoids, chemically different from K2. It can be present in herbal blends, smoked products, or preparations sold as cannabis alternatives. Its more sensitive detection threshold broadens screening coverage.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eWhy does the Drugdiag® 4T Toda Pharma make a difference?\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eComprehensive screening:\u003c\/strong\u003e THC, cocaine, and synthetic drugs detected in a single test\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBetter risk assessment:\u003c\/strong\u003e allows differentiation between cannabis, cocaine, and exposure to synthetic products\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMilitary validation:\u003c\/strong\u003e used by demanding institutions\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eQuick result:\u003c\/strong\u003e visual reading in 5 minutes\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eConvenient format:\u003c\/strong\u003e easy-to-use test\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFrench manufacturer:\u003c\/strong\u003e CE compliance, ISO 13485 standard, UAF label\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"alert-critical\"\u003e\n      \u003ch3\u003e⚠ Why are K2 and K3 so concerning?\u003c\/h3\u003e\n      \u003cp\u003eSynthetic cannabinoids like K2 and K3 can cause much more severe and unpredictable effects than natural cannabis: heart problems, panic attacks, agitation, hallucinations, or loss of control. This test allows quick identification of their presence and helps understand the situation.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"shipping-banner\"\u003e\n      \u003cp\u003e🔒 Security and discretion guaranteed — Available exclusively on ama-prevention.fr\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eFrequently asked questions about K2 and K3\u003c\/h2\u003e\n\n    \u003ch3\u003eAre K2 and K3 cannabis?\u003c\/h3\u003e\n    \u003cp\u003eNo. These are not natural cannabis. They are synthetic cannabinoids, meaning chemical substances designed to mimic certain effects of THC.\u003c\/p\u003e\n\n    \u003ch3\u003eWhy is a standard THC test not enough?\u003c\/h3\u003e\n    \u003cp\u003eBecause a standard THC test looks for natural cannabis, while synthetic cannabinoids like K2 and K3 require specific targets. A standard test may therefore not detect them.\u003c\/p\u003e\n\n    \u003ch3\u003eWhy also detect cocaine?\u003c\/h3\u003e\n    \u003cp\u003eBecause some consumption or intoxication situations involve multiple substances. The presence of cocaine alongside cannabis or synthetics can significantly alter effects and risks.\u003c\/p\u003e\n\n    \u003ch3\u003eIs this test useful for prevention among young people or at parties?\u003c\/h3\u003e\n    \u003cp\u003eYes. It helps to better understand whether a smoked, vaped, snorted, or presented product as “CBD” or “herb” involves typical consumption or exposure to more dangerous substances.\u003c\/p\u003e\n\n    \u003ch2\u003eClinical Expertise \u0026 Specificity\u003c\/h2\u003e\n    \u003ch3\u003eAdvanced Colloidal Gold Technology\u003c\/h3\u003e\n    \u003cp\u003eOur devices use competitive immunochromatography with antibodies labeled with colloidal gold, ensuring a clear, ultra-sensitive marking and medical-grade reliability.\u003c\/p\u003e\n    \u003ch3\u003eLaboratory Certified Reliability (GC\/MS)\u003c\/h3\u003e\n    \u003cp\u003eThe accuracy of this professional urine screening device has been rigorously validated through comparative clinical studies. Results show an accuracy correlation \u003cstrong\u003egreater than 99%\u003c\/strong\u003e compared to the global laboratory reference method (Gas Chromatography coupled with Mass Spectrometry - GC\/MS).\u003c\/p\u003e\n    \u003ch3\u003eInstitutional Quality Labels\u003c\/h3\u003e\n    \u003cp\u003eDesigned and manufactured in France by the Toda Pharma laboratory, this \u003ci\u003ein vitro\u003c\/i\u003e diagnostic medical device is certified \u003cstrong\u003eISO 13485\u003c\/strong\u003e and bears the \u003cstrong\u003eCE\u003c\/strong\u003e mark. Its high standard of quality has earned it certification by the \u003cstrong\u003eUAF Label (Used by the French Armed Forces)\u003c\/strong\u003e and the Alsace Heart Label.\u003c\/p\u003e\n    \u003ch3\u003eNo cross-reactions (False Positives)\u003c\/h3\u003e\n    \u003cp\u003eThe high analytical specificity of the Toda Drugdiag® range guarantees the complete absence of interference (tested up to a concentration of 100 μg\/ml) with common consumer products. \u003cstrong\u003eUrine test results will not be distorted\u003c\/strong\u003e by the presence of:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCommon medications:\u003c\/strong\u003e Aspirin (Acetylsalicylic acid), Ibuprofen, Paracetamol (Acetaminophen), Amoxicillin, Penicillin, cough syrups (Dextromethorphan).\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePhysiological and dietary substances:\u003c\/strong\u003e Caffeine, Cholesterol, Hemoglobin, Creatinine, Vitamin C (Ascorbic acid), Uric acid.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"footer-info\"\u003e\n      \u003cp\u003e\u003cstrong\u003eLegal notice:\u003c\/strong\u003e This in vitro diagnostic device is intended for preventive use. A positive result indicates a presumed consumption and must be confirmed by toxicological analysis in a laboratory (GC\/MS).\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Laboratoire Toda Pharma","offers":[{"title":"1 unit","offer_id":56426435871044,"sku":null,"price":14.9,"currency_code":"EUR","in_stock":true},{"title":"Pack of 5","offer_id":56426435903812,"sku":null,"price":74.5,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56426435936580,"sku":null,"price":141.55,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426435969348,"sku":null,"price":316.62,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/photo_produit_drugdiag_T_NPS.png?v=1777893890"},{"product_id":"test-urinaire-drugdiag®-6t2-nouvelles-drogues-de-synthese","title":"6-Drug Urine Test Drugdiag® 6T2 - New Synthetic Drugs","description":"\u003cdiv class=\"product-section\"\u003e\n  \u003cdiv class=\"rich-text\"\u003e\n    \n    \u003cdiv class=\"intro-hero\"\u003e\n      \u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003e\n        \u003cstrong\u003eThe Drugdiag® 6T2 urine test detects the most sought-after party drugs and stimulants currently.\u003c\/strong\u003e It allows screening in a single step for \u003cstrong\u003eketamine (KET)\u003c\/strong\u003e, \u003cstrong\u003eMDMA \/ ecstasy\u003c\/strong\u003e, \u003cstrong\u003eopiates (MOP)\u003c\/strong\u003e, \u003cstrong\u003e3-MMC\u003c\/strong\u003e, \u003cstrong\u003eamphetamines (AMP)\u003c\/strong\u003e, and \u003cstrong\u003emethamphetamines (MET)\u003c\/strong\u003e, without including cannabis.\n      \u003c\/p\u003e\n      \u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003e\n        Developed by the \u003cstrong\u003eToda Pharma\u003c\/strong\u003e laboratory, this urine test meets the needs of individuals, healthcare professionals, prevention organizations, companies, and party scene actors wishing to quickly identify the main stimulant, synthetic, and dissociative drugs.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eWhy is this test especially useful today?\u003c\/h2\u003e\n    \u003cdiv class=\"grid-auto\"\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eParty drugs are no longer limited to ecstasy\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eAt parties, festivals, clubs, or in some polyconsumption contexts, substances in circulation now include \u003cstrong\u003e3-MMC\u003c\/strong\u003e, \u003cstrong\u003eketamine\u003c\/strong\u003e, \u003cstrong\u003eMDMA\u003c\/strong\u003e, \u003cstrong\u003eamphetamines\u003c\/strong\u003e, \u003cstrong\u003emethamphetamines\u003c\/strong\u003e, and \u003cstrong\u003eopiates\u003c\/strong\u003e. This test provides a broader and more useful reading than limited screening.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eA practical tool for prevention and risk understanding\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eIn case of doubt, unusual behavior, discomfort, or suspicion of use, Drugdiag® 6T2 helps better understand which substance family might be involved and guides prevention efforts.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eThe 6 substances detected by Drugdiag® 6T2\u003c\/h2\u003e\n    \u003cp\u003eThis urine test targets 6 major drugs, especially sought after in party, professional, or prevention contexts:\u003c\/p\u003e\n    \n    \u003cdiv class=\"modern-table\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eType of drug\u003c\/th\u003e\n            \u003cth\u003eDetected substances \u0026 field keywords\u003c\/th\u003e\n            \u003cth\u003eDetection threshold\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eKET\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eKetamine, Special K, Ket\u003c\/td\u003e\n            \u003ctd\u003e1000 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eMDMA\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eMDMA, ecstasy, taz, tata, molly\u003c\/td\u003e\n            \u003ctd\u003e500 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eMOP\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eOpiates, morphine, heroin, opium\u003c\/td\u003e\n            \u003ctd\u003e300 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003e3-MMC\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e3-MMC, 3-M, 3MMC\u003c\/td\u003e\n            \u003ctd\u003e1000 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eAMP\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eAmphetamines, speed, pep\u003c\/td\u003e\n            \u003ctd\u003e1000 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eMET\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eMethamphetamines, meth, crystal, crystal meth, ice\u003c\/td\u003e\n            \u003ctd\u003e1000 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"note-text\"\u003eThe Drugdiag® 6T2 is especially suited for screening the most commonly sought party drugs and stimulants: ketamine, ecstasy, 3-MMC, speed, crystal meth, and opiates.\u003c\/p\u003e\n\n    \u003ch2\u003eUnderstanding the families of detected substances\u003c\/h2\u003e\n\n    \u003cdiv class=\"grid-auto\"\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eKetamine: the dissociative widely present in party scenes\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003e\u003cstrong\u003eKetamine\u003c\/strong\u003e, often called \u003cstrong\u003eSpecial K\u003c\/strong\u003e or \u003cstrong\u003eKet\u003c\/strong\u003e, is a dissociative substance that can cause disorientation, loss of bearings, motor disturbances, and significant impairment of alertness.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eMDMA, amphetamines, methamphetamines: the major stimulants\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003e\u003cstrong\u003eMDMA\u003c\/strong\u003e, \u003cstrong\u003eamphetamines\u003c\/strong\u003e, and \u003cstrong\u003emethamphetamines\u003c\/strong\u003e belong to stimulant families sought after for their euphoric, energizing, or disinhibiting effects, but they carry high risks of cardiac, psychiatric, and behavioral issues.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003e3-MMC and opiates: two very different risk profiles\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003e\u003cstrong\u003e3-MMC\u003c\/strong\u003e is a synthetic stimulant drug often associated with the party scene, while \u003cstrong\u003eopiates\u003c\/strong\u003e like morphine or heroin have a different risk profile, with sedation, respiratory depression, and overdose risk.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eStreet names of detected substances\u003c\/h2\u003e\n\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eKET\u003c\/strong\u003e: ketamine, Special K, Ket\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMDMA\u003c\/strong\u003e: ecstasy, taz, tata, molly\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMOP\u003c\/strong\u003e: hero, heroin, opium, morphine\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003e3-MMC\u003c\/strong\u003e: 3-MMC, 3MMC, 3-M\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAMP\u003c\/strong\u003e: speed, pep, amphetamines\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMET\u003c\/strong\u003e: meth, crystal, crystal meth, ice\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eWhy does the Drugdiag® 6T2 Toda Pharma make a difference?\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTargeted screening:\u003c\/strong\u003e it searches for the main party drugs, stimulants, and opiates without including cannabis\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWide coverage:\u003c\/strong\u003e ketamine, MDMA, opiates, 3-MMC, amphetamines, and methamphetamines\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBetter risk understanding:\u003c\/strong\u003e allows differentiation between several very different substance families\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eQuick result:\u003c\/strong\u003e visual reading in 5 minutes\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eConcrete prevention tool:\u003c\/strong\u003e useful for individuals, healthcare professionals, event organizations, and field workers\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFrench manufacturer:\u003c\/strong\u003e quality, CE marking, and ISO 13485 compliance\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"alert-critical\"\u003e\n      \u003ch3\u003e⚠ Why are these substances so concerning?\u003c\/h3\u003e\n      \u003cp\u003eKetamine, MDMA, 3-MMC, amphetamines, methamphetamines, and opiates can cause serious effects: agitation, overstimulation, hallucinations, disorientation, loss of control, deep sedation, respiratory depression, or severe distress depending on the substances and combinations.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"shipping-banner\"\u003e\n      \u003cp\u003e🔒 Security and discretion guaranteed — Available exclusively on ama-prevention.fr\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eFrequently asked questions about Drugdiag® 6T2\u003c\/h2\u003e\n\n    \u003ch3\u003eDoes the test detect ketamine?\u003c\/h3\u003e\n    \u003cp\u003eYes. The Drugdiag® 6T2 detects \u003cstrong\u003eketamine (KET)\u003c\/strong\u003e with a threshold of \u003cstrong\u003e1000 ng\/mL\u003c\/strong\u003e.\u003c\/p\u003e\n\n    \u003ch3\u003eDoes the test detect 3-MMC?\u003c\/h3\u003e\n    \u003cp\u003eYes. It specifically targets \u003cstrong\u003e3-MMC\u003c\/strong\u003e with a detection threshold of \u003cstrong\u003e1000 ng\/mL\u003c\/strong\u003e.\u003c\/p\u003e\n\n    \u003ch3\u003eDoes the test detect ecstasy?\u003c\/h3\u003e\n    \u003cp\u003eYes. It detects \u003cstrong\u003eMDMA\u003c\/strong\u003e, often called \u003cstrong\u003eecstasy\u003c\/strong\u003e or \u003cstrong\u003emolly\u003c\/strong\u003e, with a threshold of \u003cstrong\u003e500 ng\/mL\u003c\/strong\u003e.\u003c\/p\u003e\n\n    \u003ch3\u003eDoes the test detect speed and crystal meth?\u003c\/h3\u003e\n    \u003cp\u003eYes. It detects \u003cstrong\u003eamphetamines (AMP)\u003c\/strong\u003e and \u003cstrong\u003emethamphetamines (MET)\u003c\/strong\u003e, corresponding notably to the names \u003cstrong\u003espeed\u003c\/strong\u003e, \u003cstrong\u003emeth\u003c\/strong\u003e, \u003cstrong\u003ecrystal meth\u003c\/strong\u003e, or \u003cstrong\u003eice\u003c\/strong\u003e.\u003c\/p\u003e\n\n    \u003ch3\u003eWhy does this test not include cannabis?\u003c\/h3\u003e\n    \u003cp\u003eBecause it is designed to specifically target other families of substances: ketamine, ecstasy, opiates, 3-MMC, amphetamines, and methamphetamines. This makes it a particularly relevant tool when the need concerns party drugs other than cannabis.\u003c\/p\u003e\n\n   \u003ch2\u003eClinical Expertise \u0026 Specificity\u003c\/h2\u003e\n    \u003ch3\u003eAdvanced Colloidal Gold Technology\u003c\/h3\u003e\n    \u003cp\u003eOur devices use competitive immunochromatography with antibodies labeled with colloidal gold, ensuring a clear, ultra-sensitive marking and medical-grade reliability.\u003c\/p\u003e\n    \u003ch3\u003eLaboratory Certified Reliability (GC\/MS)\u003c\/h3\u003e\n    \u003cp\u003eThe accuracy of this professional urine screening device has been rigorously validated through comparative clinical studies. Results show an accuracy correlation \u003cstrong\u003egreater than 99%\u003c\/strong\u003e compared to the global laboratory reference method (Gas Chromatography coupled with Mass Spectrometry - GC\/MS).\u003c\/p\u003e\n    \u003ch3\u003eInstitutional Quality Labels\u003c\/h3\u003e\n    \u003cp\u003eDesigned and manufactured in France by the Toda Pharma laboratory, this \u003ci\u003ein vitro\u003c\/i\u003e diagnostic medical device is certified \u003cstrong\u003eISO 13485\u003c\/strong\u003e and bears the \u003cstrong\u003eCE\u003c\/strong\u003e mark. Its high standard of quality has earned it certification by the \u003cstrong\u003eUAF Label (Used by the French Armed Forces)\u003c\/strong\u003e and the Alsace Heart Label.\u003c\/p\u003e\n    \u003ch3\u003eNo cross-reactions (False Positives)\u003c\/h3\u003e\n    \u003cp\u003eThe high analytical specificity of the Toda Drugdiag® range guarantees the complete absence of interference (tested up to a concentration of 100 μg\/ml) with common consumer products. \u003cstrong\u003eUrine test results will not be distorted\u003c\/strong\u003e by the presence of:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCommon medications:\u003c\/strong\u003e Aspirin (Acetylsalicylic acid), Ibuprofen, Paracetamol (Acetaminophen), Amoxicillin, Penicillin, cough syrups (Dextromethorphan).\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePhysiological and dietary substances:\u003c\/strong\u003e Caffeine, Cholesterol, Hemoglobin, Creatinine, Vitamin C (Ascorbic acid), Uric acid.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"footer-info\"\u003e\n      \u003cp\u003e\u003cstrong\u003eLegal notice:\u003c\/strong\u003e This in vitro diagnostic device is intended for preventive use. A positive result indicates a presumed consumption and must be confirmed by toxicological analysis in a laboratory (GC\/MS).\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Laboratoire Toda Pharma","offers":[{"title":"1 unit","offer_id":56426436034884,"sku":null,"price":14.9,"currency_code":"EUR","in_stock":true},{"title":"Pack of 5","offer_id":56426436067652,"sku":null,"price":74.5,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56426436100420,"sku":null,"price":141.55,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426436133188,"sku":null,"price":316.62,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/photo_produit_drugdiag_T_NPS.png?v=1777893890"},{"product_id":"test-urinaire-drugdiag®-8t-nouvelles-drogues-de-synthese","title":"8-Drug Urine Test Drugdiag® 8T - New Synthetic Drugs","description":"\u003cdiv class=\"product-section\"\u003e\n  \u003cdiv class=\"rich-text\"\u003e\n    \n    \u003cdiv class=\"intro-hero\"\u003e\n      \u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003e\n        \u003cstrong\u003eThe Drugdiag® 8T NPS urine test allows screening for classic party drugs and new synthetic drugs in a single test.\u003c\/strong\u003e It simultaneously detects \u003cstrong\u003eTHC\u003c\/strong\u003e, \u003cstrong\u003ecocaine (COC)\u003c\/strong\u003e, \u003cstrong\u003eMDMA\u003c\/strong\u003e, \u003cstrong\u003eopiates (MOP)\u003c\/strong\u003e, \u003cstrong\u003eamphetamines (AMP)\u003c\/strong\u003e, \u003cstrong\u003emethamphetamines (MET)\u003c\/strong\u003e, as well as \u003cstrong\u003esynthetic cannabinoids K2 and K3\u003c\/strong\u003e, often associated with products sold under names like \u003cstrong\u003ePTC\u003c\/strong\u003e, \u003cstrong\u003ePète Ton Crâne\u003c\/strong\u003e, \u003cstrong\u003eBuddha Blue\u003c\/strong\u003e, \u003cstrong\u003eSpice\u003c\/strong\u003e, or \u003cstrong\u003eBlack Mamba\u003c\/strong\u003e.\n      \u003c\/p\u003e\n      \u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003e\n        This 8-in-1 panel is designed for individuals, professionals, prevention organizations, companies, and actors in the festive environment who want a broad, quick, and concrete reading of possible consumption, including when chemical products are sold as cannabis, fake CBD, or “new synthetic drugs.”\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eWhy is this 8-in-1 test particularly useful?\u003c\/h2\u003e\n    \u003cdiv class=\"grid-auto\"\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eA broad test against new synthetic drugs\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eDrugdiag® 8T NPS is not limited to classic drugs like cannabis, cocaine, or ecstasy. It also includes specific targets for \u003cstrong\u003esynthetic cannabinoids\u003c\/strong\u003e to better cover products marketed as \u003cstrong\u003ePTC\u003c\/strong\u003e, \u003cstrong\u003ePète Ton Crâne\u003c\/strong\u003e, \u003cstrong\u003eBuddha Blue\u003c\/strong\u003e, \u003cstrong\u003eSpice\u003c\/strong\u003e, or \u003cstrong\u003eBlack Mamba\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eA useful tool when consumption is unclear or mixed\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eIn festive, professional, or family contexts, the products consumed do not always match what is advertised. This test helps better understand whether one is dealing with natural cannabis, a classic party drug, or synthetic cannabis \/ synthetic cannabinoid.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eThe 8 substances detected by Drugdiag® 8T NPS\u003c\/h2\u003e\n    \u003cp\u003eThis urine test targets 8 major families of substances sought in prevention and screening contexts:\u003c\/p\u003e\n    \n    \u003cdiv class=\"modern-table\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eType of drug\u003c\/th\u003e\n            \u003cth\u003eDetected substances \u0026 field keywords\u003c\/th\u003e\n            \u003cth\u003eDetection threshold\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eTHC\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eweed, pot, marijuana, hashish\u003c\/td\u003e\n            \u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eK2\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eSpice, K2, Black Mamba, fake weed, herbal incense, Buddha Blue, PTC, Pète Ton Crâne\u003c\/td\u003e\n            \u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eK3\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eK3, new generation Spice, herbal mix, synthetic cannabis, new synthetic drugs\u003c\/td\u003e\n            \u003ctd\u003e10 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eMDMA\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eecstasy, taz, tata, molly\u003c\/td\u003e\n            \u003ctd\u003e500 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eMOP\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eopiates, morphine, heroin, opium\u003c\/td\u003e\n            \u003ctd\u003e300 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eAMP\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eamphetamines, speed, pep\u003c\/td\u003e\n            \u003ctd\u003e1000 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eCOC\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003ecocaine, coke, powder, snow, blow\u003c\/td\u003e\n            \u003ctd\u003e300 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eMET\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003emethamphetamines, meth, crystal, crystal meth, ice\u003c\/td\u003e\n            \u003ctd\u003e1000 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"note-text\"\u003eNames like PTC, Pète Ton Crâne, Buddha Blue, Spice, or Black Mamba do not always refer to a single molecule. They are often linked to synthetic cannabinoids, with variable compositions depending on products and batches.\u003c\/p\u003e\n\n    \u003ch2\u003ePTC, Pète Ton Crâne, Buddha Blue: what are we really talking about?\u003c\/h2\u003e\n\n    \u003cdiv class=\"grid-auto\"\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003ePTC \/ Pète Ton Crâne\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eThe \u003cstrong\u003ePTC\u003c\/strong\u003e, also called \u003cstrong\u003ePète Ton Crâne\u003c\/strong\u003e, is generally associated with \u003cstrong\u003esynthetic cannabinoids\u003c\/strong\u003e and not natural cannabis THC. These products can be sold as herbs, resins, e-liquids, or blends presented as “stronger” or “different” from classic cannabis.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eBuddha Blue\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eThe term \u003cstrong\u003eBuddha Blue\u003c\/strong\u003e is often used to describe synthetic products sold in the vape, e-liquid, or smoked blend markets. Again, this is a universe of products with variable composition, often linked to \u003cstrong\u003esynthetic cannabinoid\u003c\/strong\u003e families.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eWhy K2 and K3 matter\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eThe \u003cstrong\u003eK2\u003c\/strong\u003e and \u003cstrong\u003eK3\u003c\/strong\u003e panels allow testing for several families of synthetic cannabinoids often linked to these street names. This is precisely what makes this test more relevant than a simple THC test when covering \u003cstrong\u003enew synthetic drugs\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eUnderstanding the detected substance families\u003c\/h2\u003e\n\n    \u003cdiv class=\"grid-auto\"\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eTHC, K2, and K3: natural cannabis and synthetic cannabis\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003e\u003cstrong\u003eTHC\u003c\/strong\u003e corresponds to natural cannabis. The \u003cstrong\u003eK2\u003c\/strong\u003e and \u003cstrong\u003eK3\u003c\/strong\u003e panels test for \u003cstrong\u003esynthetic cannabinoids\u003c\/strong\u003e often sold as fake cannabis, fake CBD, or products like \u003cstrong\u003ePTC\u003c\/strong\u003e, \u003cstrong\u003eBuddha Blue\u003c\/strong\u003e, \u003cstrong\u003eSpice\u003c\/strong\u003e, or \u003cstrong\u003eBlack Mamba\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eMDMA, amphetamines, methamphetamines, and cocaine: major stimulants\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003e\u003cstrong\u003eMDMA\u003c\/strong\u003e, \u003cstrong\u003eamphetamines\u003c\/strong\u003e, \u003cstrong\u003emethamphetamines\u003c\/strong\u003e, and \u003cstrong\u003ecocaine\u003c\/strong\u003e belong to major stimulant families sought for their euphoric, energetic, or disinhibiting effects but are associated with high cardiovascular, psychiatric, and behavioral risks.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eMOP: opioids\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eThe \u003cstrong\u003eMOP\u003c\/strong\u003e panel tests for \u003cstrong\u003eopioids\u003c\/strong\u003e, especially around morphine and heroin. Their risk profile differs from stimulants: sedation, respiratory slowdown, loss of alertness, and overdose risk.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eStreet names of detected substances\u003c\/h2\u003e\n\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTHC\u003c\/strong\u003e: weed, beuh, shit, marijuana, ganja\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eK2 \/ K3\u003c\/strong\u003e: Spice, Black Mamba, K2, fake weed, herbal incense, herbal mix, PTC, Pète Ton Crâne, Buddha Blue\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMDMA\u003c\/strong\u003e: ecstasy, taz, tata, molly\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMOP\u003c\/strong\u003e: heroin, hero, opium, morphine\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAMP\u003c\/strong\u003e: speed, pep, amphetamines\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCOC\u003c\/strong\u003e: coke, powder, snow, blow\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMET\u003c\/strong\u003e: meth, crystal, crystal meth, ice\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eWhy does Drugdiag® 8T NPS make a difference?\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBroad screening:\u003c\/strong\u003e cannabis, synthetic cannabinoids, cocaine, ecstasy, opiates, amphetamines, and methamphetamines\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFocus on new synthetic drugs:\u003c\/strong\u003e it goes beyond a simple THC test thanks to the K2 and K3 panels\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBetter risk understanding:\u003c\/strong\u003e it helps distinguish classic party drugs from synthetic cannabis\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eQuick result:\u003c\/strong\u003e visual reading in 5 minutes\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eConcrete prevention tool:\u003c\/strong\u003e useful for individuals, professionals, event organizations, and field workers\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFrench manufacturer:\u003c\/strong\u003e quality, CE marking, and ISO 13485 compliance\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"alert-critical\"\u003e\n      \u003ch3\u003e⚠ Why is this panel particularly strategic?\u003c\/h3\u003e\n      \u003cp\u003eBecause it covers both the most commonly used classic drugs and families of synthetic cannabinoids often linked to products like PTC, Pète Ton Crâne, Buddha Blue, Spice, or Black Mamba. For prevention, this allows a more realistic understanding of current consumption situations.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"shipping-banner\"\u003e\n      \u003cp\u003e🔒 Security and discretion guaranteed — Available exclusively on ama-prevention.fr\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eFrequently asked questions about Drugdiag® 8T NPS\u003c\/h2\u003e\n\n    \u003ch3\u003eCan the test be useful against PTC or Buddha Blue?\u003c\/h3\u003e\n    \u003cp\u003eYes. The test searches for \u003cstrong\u003eK2 and K3 synthetic cannabinoid families\u003c\/strong\u003e, often associated with products sold under the names \u003cstrong\u003ePTC\u003c\/strong\u003e, \u003cstrong\u003ePète Ton Crâne\u003c\/strong\u003e, \u003cstrong\u003eBuddha Blue\u003c\/strong\u003e, \u003cstrong\u003eSpice\u003c\/strong\u003e, or \u003cstrong\u003eBlack Mamba\u003c\/strong\u003e.\u003c\/p\u003e\n\n    \u003ch3\u003eWhy is a standard THC test not enough?\u003c\/h3\u003e\n    \u003cp\u003eBecause a standard cannabis test targets \u003cstrong\u003eTHC\u003c\/strong\u003e, while products sold as PTC, Buddha Blue, or Spice may belong to different families of \u003cstrong\u003esynthetic cannabinoids\u003c\/strong\u003e. The K2 and K3 panels expand the detection to these new synthetic drugs.\u003c\/p\u003e\n\n    \u003ch3\u003eDoes the test detect ecstasy, cocaine, and speed?\u003c\/h3\u003e\n    \u003cp\u003eYes. It detects \u003cstrong\u003eMDMA\u003c\/strong\u003e, \u003cstrong\u003ecocaine\u003c\/strong\u003e, and \u003cstrong\u003eamphetamines\u003c\/strong\u003e, as well as \u003cstrong\u003emethamphetamines\u003c\/strong\u003e and \u003cstrong\u003eopiates\u003c\/strong\u003e.\u003c\/p\u003e\n\n    \u003ch3\u003eIs this test useful for new synthetic drugs?\u003c\/h3\u003e\n    \u003cp\u003eYes. That is precisely the purpose of the K2\/K3 panel: to enhance coverage of \u003cstrong\u003enew synthetic drugs\u003c\/strong\u003e often sold as synthetic cannabis, fake weed, or diverted vape products.\u003c\/p\u003e\n\n    \u003ch3\u003eIs this test useful for prevention?\u003c\/h3\u003e\n    \u003cp\u003eYes. It is particularly useful when you want broad coverage of party drugs, stimulants, opiates, and synthetic cannabinoids in a single rapid test.\u003c\/p\u003e\n\n    \u003ch2\u003eClinical Expertise \u0026 Specificity\u003c\/h2\u003e\n    \u003ch3\u003eAdvanced Colloidal Gold Technology\u003c\/h3\u003e\n    \u003cp\u003eOur devices use competitive immunochromatography with antibodies labeled with colloidal gold, ensuring a clear, ultra-sensitive marking and medical-grade reliability.\u003c\/p\u003e\n    \u003ch3\u003eLaboratory Certified Reliability (GC\/MS)\u003c\/h3\u003e\n    \u003cp\u003eThe accuracy of this professional urine screening device has been rigorously validated through comparative clinical studies. Results show an accuracy correlation \u003cstrong\u003egreater than 99%\u003c\/strong\u003e compared to the global laboratory reference method (Gas Chromatography coupled with Mass Spectrometry - GC\/MS).\u003c\/p\u003e\n    \u003ch3\u003eInstitutional Quality Labels\u003c\/h3\u003e\n    \u003cp\u003eDesigned and manufactured in France by the Toda Pharma laboratory, this \u003ci\u003ein vitro\u003c\/i\u003e diagnostic medical device is certified \u003cstrong\u003eISO 13485\u003c\/strong\u003e and bears the \u003cstrong\u003eCE\u003c\/strong\u003e mark. Its high standard of quality has earned it certification by the \u003cstrong\u003eUAF Label (Used by the French Armed Forces)\u003c\/strong\u003e and the Alsace Heart Label.\u003c\/p\u003e\n    \u003ch3\u003eNo cross-reactions (False Positives)\u003c\/h3\u003e\n    \u003cp\u003eThe high analytical specificity of the Toda Drugdiag® range guarantees the complete absence of interference (tested up to a concentration of 100 μg\/ml) with common consumer products. \u003cstrong\u003eUrine test results will not be distorted\u003c\/strong\u003e by the presence of:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCommon medications:\u003c\/strong\u003e Aspirin (Acetylsalicylic acid), Ibuprofen, Paracetamol (Acetaminophen), Amoxicillin, Penicillin, cough syrups (Dextromethorphan).\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePhysiological and dietary substances:\u003c\/strong\u003e Caffeine, Cholesterol, Hemoglobin, Creatinine, Vitamin C (Ascorbic acid), Uric acid.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"footer-info\"\u003e\n      \u003cp\u003e\u003cstrong\u003eLegal notice:\u003c\/strong\u003e This in vitro diagnostic device is intended for preventive use. A positive result indicates a presumed consumption and must be confirmed by toxicological analysis in a laboratory (GC\/MS).\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Laboratoire Toda Pharma","offers":[{"title":"1 unit","offer_id":56426436231492,"sku":null,"price":18.9,"currency_code":"EUR","in_stock":true},{"title":"Pack of 5","offer_id":56426436264260,"sku":null,"price":94.5,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56426436297028,"sku":null,"price":179.55,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426436329796,"sku":null,"price":401.62,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/photo_produit_drugdiag_T_NPS.png?v=1777893890"},{"product_id":"test-urinaire-drugdiag®-12t-nouvelles-drogues-de-synthese","title":"12-Drug Urine Test Drugdiag® 12T - New Synthetic Drugs","description":"\u003cdiv class=\"product-section\"\u003e\n  \u003cdiv class=\"rich-text\"\u003e\n    \n    \u003cdiv class=\"intro-hero\"\u003e\n      \u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003e\n        \u003cstrong\u003eDoes this urine test detect new synthetic drugs?\u003c\/strong\u003e\u003cbr\u003e\n        Yes. The \u003cstrong\u003eDrugdiag® 12T NPS\u003c\/strong\u003e is a \u003cstrong\u003emulti-drug urine test\u003c\/strong\u003e designed to detect both classic drugs and several families of \u003cstrong\u003enew synthetic drugs\u003c\/strong\u003e, including \u003cstrong\u003esynthetic cannabinoids K2, K3, and K4\u003c\/strong\u003e, \u003cstrong\u003eMCAT\u003c\/strong\u003e, \u003cstrong\u003eMDPV\u003c\/strong\u003e, and \u003cstrong\u003exylazine (XYL)\u003c\/strong\u003e.\n      \u003c\/p\u003e\n      \u003cp style=\"font-size: 16px; line-height: 1.7; margin-bottom: 15px;\"\u003e\n        \u003cstrong\u003eCan this urine test be useful against PTC, Pète Ton Crâne, or Buddha Blue?\u003c\/strong\u003e\u003cbr\u003e\n        Yes. This \u003cstrong\u003enew synthetic drugs urine test\u003c\/strong\u003e searches for families of \u003cstrong\u003esynthetic cannabinoids\u003c\/strong\u003e often associated with products sold under the names \u003cstrong\u003ePTC\u003c\/strong\u003e, \u003cstrong\u003ePète Ton Crâne\u003c\/strong\u003e, \u003cstrong\u003eBuddha Blue\u003c\/strong\u003e, \u003cstrong\u003eSpice\u003c\/strong\u003e, or \u003cstrong\u003eBlack Mamba\u003c\/strong\u003e.\n      \u003c\/p\u003e\n      \u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003e\n        \u003cstrong\u003eThe Drugdiag® 12T NPS urine test is one of the most comprehensive panels to detect cannabis, cocaine, ecstasy, opioids, amphetamines, methamphetamines, and synthetic drugs in a single test.\u003c\/strong\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"intro-hero\"\u003e\n      \u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003e\n        \u003cstrong\u003eThe Drugdiag® 12T NPS urine test is one of the most comprehensive panels to detect both classic drugs and new synthetic drugs.\u003c\/strong\u003e It allows screening in a single step for \u003cstrong\u003eTHC\u003c\/strong\u003e, \u003cstrong\u003ecocaine (COC)\u003c\/strong\u003e, \u003cstrong\u003eMDMA\u003c\/strong\u003e, \u003cstrong\u003eopioids (MOP)\u003c\/strong\u003e, \u003cstrong\u003eamphetamines (AMP)\u003c\/strong\u003e, \u003cstrong\u003emethamphetamines (MET)\u003c\/strong\u003e, as well as \u003cstrong\u003esynthetic cannabinoids K2, K3, and K4\u003c\/strong\u003e, \u003cstrong\u003eMCAT\u003c\/strong\u003e, \u003cstrong\u003eMDPV\u003c\/strong\u003e, and \u003cstrong\u003exylazine (XYL)\u003c\/strong\u003e.\n      \u003c\/p\u003e\n      \u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003e\n        This \u003cstrong\u003esynthetic drug urine test\u003c\/strong\u003e is designed for individuals, healthcare professionals, companies, prevention organizations, and event stakeholders wishing to quickly identify multiple consumptions, including when products circulate under names like \u003cstrong\u003ePTC\u003c\/strong\u003e, \u003cstrong\u003ePète Ton Crâne\u003c\/strong\u003e, \u003cstrong\u003eBuddha Blue\u003c\/strong\u003e, \u003cstrong\u003eSpice\u003c\/strong\u003e, \u003cstrong\u003eBlack Mamba\u003c\/strong\u003e, \u003cstrong\u003e3-MMC\u003c\/strong\u003e, \u003cstrong\u003ebath salts\u003c\/strong\u003e, or \u003cstrong\u003etranq\u003c\/strong\u003e.\n      \u003c\/p\u003e\n\n      \u003ch3 style=\"color: #004C96;\"\u003e🧪 Precisely detected molecules:\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eClassic substances:\u003c\/strong\u003e THC (cannabis), COC (cocaine), MOP (opioids), MDMA (ecstasy), AMP (amphetamines), MET (methamphetamines).\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSynthetic cannabinoids:\u003c\/strong\u003e K2, K3, K4, often associated with products marketed as PTC, Pète Ton Crâne, Buddha Blue, Spice, or Black Mamba.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eNew synthetic drugs:\u003c\/strong\u003e MCAT, MDPV, XYL (xylazine).\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eWhy choose this complete 12-in-1 panel?\u003c\/h2\u003e\n    \u003cdiv class=\"grid-auto\"\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eMaximum coverage of current drugs\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eThe \u003cstrong\u003eDrugdiag® 12T NPS urine test\u003c\/strong\u003e is not limited to cannabis, cocaine, or ecstasy. It also covers \u003cstrong\u003enew synthetic drugs\u003c\/strong\u003e, \u003cstrong\u003esynthetic cannabinoids\u003c\/strong\u003e, \u003cstrong\u003ecathinones\u003c\/strong\u003e, \u003cstrong\u003eMDPV\u003c\/strong\u003e, and \u003cstrong\u003exylazine\u003c\/strong\u003e, making it a much more useful tool than a standard urine test.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eA useful urine test when products are misleading\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eToday, a product sold as cannabis, fake CBD, a vape, a party powder, or a “legal high” can contain substances very different from those advertised. This \u003cstrong\u003esynthetic cannabis urine test\u003c\/strong\u003e helps better understand whether it is a classic use or a mix of synthetic drugs.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eThe 12 detected substances (classification)\u003c\/h2\u003e\n    \u003cp\u003eThe \u003cstrong\u003eDrugdiag® 12T NPS\u003c\/strong\u003e analyzes urine to detect the most commonly used drugs and the most concerning \u003cstrong\u003enew synthetic drugs\u003c\/strong\u003e:\u003c\/p\u003e\n    \n    \u003cdiv class=\"modern-table\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eCategory\u003c\/th\u003e\n            \u003cth\u003eSubstances \u0026amp; street names\u003c\/th\u003e\n            \u003cth\u003eThreshold (Cut-off)\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd rowspan=\"6\" style=\"background: #f9fafb; font-weight: bold;\"\u003eClassic drugs\u003c\/td\u003e\n            \u003ctd\u003e\n\u003cstrong\u003eTHC\u003c\/strong\u003e (weed, beuh, marijuana, hashish)\u003c\/td\u003e\n            \u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\n\u003cstrong\u003eCOC\u003c\/strong\u003e (cocaine, coke, powder, snow, blow)\u003c\/td\u003e\n            \u003ctd\u003e300 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\n\u003cstrong\u003eMOP\u003c\/strong\u003e (heroin, morphine, opium)\u003c\/td\u003e\n            \u003ctd\u003e300 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\n\u003cstrong\u003eMDMA\u003c\/strong\u003e (ecstasy, taz, tata, molly)\u003c\/td\u003e\n            \u003ctd\u003e500 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\n\u003cstrong\u003eAMP\u003c\/strong\u003e (amphetamines, speed, pep)\u003c\/td\u003e\n            \u003ctd\u003e1000 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\n\u003cstrong\u003eMET\u003c\/strong\u003e (methamphetamines, meth, crystal meth, ice)\u003c\/td\u003e\n            \u003ctd\u003e1000 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd rowspan=\"6\" style=\"background: #f9fafb; font-weight: bold;\"\u003eNPS \u0026amp; synthetics\u003c\/td\u003e\n            \u003ctd\u003e\n\u003cstrong\u003eK2\u003c\/strong\u003e (Spice, K2, Black Mamba, fake weed, herbal incense, PTC, Pète Ton Crâne, Buddha Blue)\u003c\/td\u003e\n            \u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\n\u003cstrong\u003eK3\u003c\/strong\u003e (K3, new generation Spice, herbal mix, synthetic cannabis, new synthetic drugs)\u003c\/td\u003e\n            \u003ctd\u003e10 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\n\u003cstrong\u003eK4\u003c\/strong\u003e (K4, Spice, Black Mamba, legal high, fake weed)\u003c\/td\u003e\n            \u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\n\u003cstrong\u003eMCAT\u003c\/strong\u003e (3-MMC, 4-MMC, mephedrone, mephedrone, meow meow, M-CAT)\u003c\/td\u003e\n            \u003ctd\u003e500 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\n\u003cstrong\u003eMDPV\u003c\/strong\u003e (bath salts, Ivory Wave, Vanilla Sky, Flakka, plant food)\u003c\/td\u003e\n            \u003ctd\u003e1000 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\n\u003cstrong\u003eXYL\u003c\/strong\u003e (xylazine, tranq, tranq dope, zombie drug)\u003c\/td\u003e\n            \u003ctd\u003e1000 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"note-text\"\u003eNames like \u003cstrong\u003ePTC\u003c\/strong\u003e, \u003cstrong\u003ePète Ton Crâne\u003c\/strong\u003e, \u003cstrong\u003eBuddha Blue\u003c\/strong\u003e, \u003cstrong\u003eSpice\u003c\/strong\u003e, or \u003cstrong\u003eBlack Mamba\u003c\/strong\u003e do not always refer to a single molecule. They are often associated with \u003cstrong\u003esynthetic cannabinoids\u003c\/strong\u003e of the K2, K3, or K4 type, with variable compositions depending on the products and batches.\u003c\/p\u003e\n\n    \u003ch2\u003ePTC, Buddha Blue, 3-MMC, zombie drug: understanding what this urine test really covers\u003c\/h2\u003e\n\n    \u003cdiv class=\"grid-auto\"\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003ePTC, Pète Ton Crâne, and Buddha Blue\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eThe terms \u003cstrong\u003ePTC\u003c\/strong\u003e, \u003cstrong\u003ePète Ton Crâne\u003c\/strong\u003e, and \u003cstrong\u003eBuddha Blue\u003c\/strong\u003e are often used for products in the \u003cstrong\u003esynthetic cannabinoids\u003c\/strong\u003e category. Thanks to the \u003cstrong\u003eK2, K3, and K4\u003c\/strong\u003e panels, this \u003cstrong\u003ePTC urine test\u003c\/strong\u003e can detect several families often linked to these products sold as \u003cstrong\u003esynthetic cannabis\u003c\/strong\u003e, altered vapes, or smoked mixtures.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003e3-MMC, 4-MMC, mephedrone, and cathinones\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eThe \u003cstrong\u003eMCAT\u003c\/strong\u003e panel covers \u003cstrong\u003esynthetic cathinones\u003c\/strong\u003e, especially around field terms and queries like \u003cstrong\u003e3-MMC\u003c\/strong\u003e, \u003cstrong\u003e4-MMC\u003c\/strong\u003e, \u003cstrong\u003emephedrone\u003c\/strong\u003e, \u003cstrong\u003eméphédrone\u003c\/strong\u003e, or \u003cstrong\u003emeow meow\u003c\/strong\u003e. This greatly enhances the test’s relevance for research related to \u003cstrong\u003enew synthetic drugs\u003c\/strong\u003e.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eXylazine, MDPV, and very high-risk products\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003e\u003cstrong\u003eMDPV\u003c\/strong\u003e is often associated with \u003cstrong\u003ebath salts\u003c\/strong\u003e or particularly aggressive synthetic stimulants. \u003cstrong\u003eXylazine\u003c\/strong\u003e, sometimes called \u003cstrong\u003etranq\u003c\/strong\u003e or \u003cstrong\u003ezombie drug\u003c\/strong\u003e, further highlights the value of this \u003cstrong\u003esynthetic drug urine test\u003c\/strong\u003e when the goal is to detect high-risk profiles or dangerous mixtures.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eWhy does this 12T panel make a difference?\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMaximum coverage:\u003c\/strong\u003e cannabis, cocaine, opiates, ecstasy, amphetamines, methamphetamines, synthetic cannabinoids, cathinones, MDPV, and xylazine\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eOptimized for new synthetic drugs:\u003c\/strong\u003e it covers families often associated with PTC, Pète Ton Crâne, Buddha Blue, Spice, Black Mamba, 3-MMC, 4-MMC, mephedrone, bath salts, or tranq\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eUseful in cases of polyconsumption:\u003c\/strong\u003e allows for a much broader reading than a simple test\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eQuick result:\u003c\/strong\u003e clear visual reading in 5 minutes\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFrench manufacturer:\u003c\/strong\u003e CE compliance, ISO 13485, UAF label\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eConcrete prevention tool:\u003c\/strong\u003e useful for individuals, professionals, event organizers, companies, and field workers\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"alert-critical\"\u003e\n      \u003ch3\u003e⚠ The importance of comprehensive screening today\u003c\/h3\u003e\n      \u003cp\u003eA substance sold as cannabis, fake CBD, a party powder, or a party drug can contain several different compounds. With \u003cstrong\u003esynthetic cannabinoids\u003c\/strong\u003e, \u003cstrong\u003ecathinones\u003c\/strong\u003e, \u003cstrong\u003eMDPV\u003c\/strong\u003e, and \u003cstrong\u003exylazine\u003c\/strong\u003e, the reality of consumption is often more complex than it seems. A \u003cstrong\u003emulti-drug urine test\u003c\/strong\u003e helps to better understand this reality.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"shipping-banner\"\u003e\n      \u003cp\u003e🔒 Maximum security in a single test — Available exclusively on ama-prevention.fr\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eFrequently asked questions about Drugdiag® 12T NPS\u003c\/h2\u003e\n\n    \u003ch3\u003eCan this urine test be useful against PTC or Buddha Blue?\u003c\/h3\u003e\n    \u003cp\u003eYes. The Drugdiag® 12T NPS detects several families of \u003cstrong\u003esynthetic cannabinoids\u003c\/strong\u003e thanks to the \u003cstrong\u003eK2, K3, and K4\u003c\/strong\u003e panels, often associated with products sold as \u003cstrong\u003ePTC\u003c\/strong\u003e, \u003cstrong\u003ePète Ton Crâne\u003c\/strong\u003e, \u003cstrong\u003eBuddha Blue\u003c\/strong\u003e, \u003cstrong\u003eSpice\u003c\/strong\u003e, or \u003cstrong\u003eBlack Mamba\u003c\/strong\u003e.\u003c\/p\u003e\n\n    \u003ch3\u003eDoes this test cover new synthetic drugs?\u003c\/h3\u003e\n    \u003cp\u003eYes. This is precisely one of its major advantages: it is not limited to classic drugs and also allows for the detection of families related to \u003cstrong\u003enew synthetic drugs\u003c\/strong\u003e, notably \u003cstrong\u003esynthetic cannabinoids\u003c\/strong\u003e, \u003cstrong\u003ecathinones\u003c\/strong\u003e, \u003cstrong\u003eMDPV\u003c\/strong\u003e, and \u003cstrong\u003exylazine\u003c\/strong\u003e.\u003c\/p\u003e\n\n    \u003ch3\u003eDoes the test detect 3-MMC or mephedrone?\u003c\/h3\u003e\n    \u003cp\u003eThe \u003cstrong\u003eMCAT\u003c\/strong\u003e panel is particularly relevant for research related to \u003cstrong\u003esynthetic cathinones\u003c\/strong\u003e, especially around field keywords like \u003cstrong\u003e3-MMC\u003c\/strong\u003e, \u003cstrong\u003e4-MMC\u003c\/strong\u003e, \u003cstrong\u003emephedrone\u003c\/strong\u003e, and \u003cstrong\u003eméphédrone\u003c\/strong\u003e.\u003c\/p\u003e\n\n    \u003ch3\u003eDoes the test detect cocaine, ecstasy, and speed?\u003c\/h3\u003e\n    \u003cp\u003eYes. It detects \u003cstrong\u003ecocaine (COC)\u003c\/strong\u003e, \u003cstrong\u003eMDMA\u003c\/strong\u003e, \u003cstrong\u003eamphetamines (AMP)\u003c\/strong\u003e, and \u003cstrong\u003emethamphetamines (MET)\u003c\/strong\u003e.\u003c\/p\u003e\n\n    \u003ch3\u003eWhat is the difference between THC and synthetic cannabis?\u003c\/h3\u003e\n    \u003cp\u003e\u003cstrong\u003eTHC\u003c\/strong\u003e corresponds to natural cannabis. Products sold as \u003cstrong\u003ePTC\u003c\/strong\u003e, \u003cstrong\u003eBuddha Blue\u003c\/strong\u003e, \u003cstrong\u003eSpice\u003c\/strong\u003e, or \u003cstrong\u003eBlack Mamba\u003c\/strong\u003e often belong to families of \u003cstrong\u003esynthetic cannabinoids\u003c\/strong\u003e, hence the interest in the \u003cstrong\u003eK2, K3, and K4\u003c\/strong\u003e panels.\u003c\/p\u003e\n\n    \u003ch3\u003eWhy is this test useful for prevention?\u003c\/h3\u003e\n    \u003cp\u003eBecause it allows for very broad coverage of possible consumptions in a single test, including when products are poorly identified, mixed, or sold under misleading names.\u003c\/p\u003e\n\n    \u003ch2\u003eToda Pharma reliability and certification\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eImmunochromatographic technology:\u003c\/strong\u003e stable and clear visual result in 5 minutes.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eIn vitro diagnostic tool (IVD):\u003c\/strong\u003e compliant with applicable requirements.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTraceability:\u003c\/strong\u003e each kit has a batch number ensuring quality tracking.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCost-effective solution:\u003c\/strong\u003e replaces the purchase of multiple single tests while offering multi-panel reading.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eClinical Expertise \u0026 Specificity\u003c\/h2\u003e\n    \u003ch3\u003eAdvanced Colloidal Gold Technology\u003c\/h3\u003e\n    \u003cp\u003eOur devices use competitive immunochromatography with antibodies labeled with colloidal gold, ensuring a clear, ultra-sensitive marking and medical-level reliability.\u003c\/p\u003e\n    \u003ch3\u003eCertified Laboratory Reliability (GC\/MS)\u003c\/h3\u003e\n    \u003cp\u003eThe accuracy of this professional urine screening device has been rigorously validated by comparative clinical studies. The results demonstrate an accuracy correlation \u003cstrong\u003egreater than 99%\u003c\/strong\u003e compared to the global laboratory reference method (Gas Chromatography coupled with Mass Spectrometry - GC\/MS).\u003c\/p\u003e\n    \u003ch3\u003eInstitutional Quality Labels\u003c\/h3\u003e\n    \u003cp\u003eDesigned and manufactured in France by the Toda Pharma laboratory, this \u003ci\u003ein vitro\u003c\/i\u003e diagnostic medical device is certified \u003cstrong\u003eISO 13485\u003c\/strong\u003e and bears the \u003cstrong\u003eCE\u003c\/strong\u003e mark. Its high level of requirement has earned it certification by the \u003cstrong\u003eUAF Label (Used by the French Armed Forces)\u003c\/strong\u003e and the Cœur Alsace Label.\u003c\/p\u003e\n    \u003ch3\u003eNo cross-reactions (False Positives)\u003c\/h3\u003e\n    \u003cp\u003eThe high analytical specificity of the Toda Drugdiag® range guarantees the total absence of interference (tested up to a concentration of 100 μg\/ml) with common consumer products. \u003cstrong\u003eUrine results will not be distorted\u003c\/strong\u003e by the presence of:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCommon medications:\u003c\/strong\u003e Aspirin (Acetylsalicylic acid), Ibuprofen, Paracetamol (Acetaminophen), Amoxicillin, Penicillin, cough syrups (Dextromethorphan).\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePhysiological and dietary substances:\u003c\/strong\u003e Caffeine, Cholesterol, Hemoglobin, Creatinine, Vitamin C (Ascorbic acid), Uric acid.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"footer-info\"\u003e\n      \u003cp\u003e\u003cstrong\u003eWarning:\u003c\/strong\u003e This professional device provides a preliminary analytical result. For any medico-legal decision, confirmation by an alternative chemical method is recommended.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Laboratoire Toda Pharma","offers":[{"title":"1 unit","offer_id":56560432218436,"sku":null,"price":28.9,"currency_code":"EUR","in_stock":true},{"title":"Pack of 5","offer_id":56426436428100,"sku":null,"price":119.5,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56426436460868,"sku":null,"price":227.05,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426436493636,"sku":null,"price":507.88,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/photo_produit_drugdiag_T_NPS.png?v=1777893890"},{"product_id":"test-urinaire-drugdiag-4t2-nouvelles-drogues-de-synthese","title":"4-Drug Urine Test Drugdiag® 4T2 - New Synthetic Drugs","description":"\u003cdiv class=\"product-section\"\u003e\n  \u003cdiv class=\"rich-text\"\u003e\n\n    \u003cdiv class=\"intro-hero\"\u003e\n      \u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003e\n        \u003cstrong\u003eDo you want to know if it’s cannabis… or something much more dangerous?\u003c\/strong\u003e The urine test \u003cstrong\u003eDrugdiag® 4T2 NPS\u003c\/strong\u003e detects simultaneously \u003cstrong\u003eTHC\u003c\/strong\u003e (natural cannabis) and three major families of \u003cstrong\u003esynthetic cannabinoids: K2, K3, and K4\u003c\/strong\u003e. It helps distinguish between classic cannabis use and much more unpredictable chemical substances, often sold under misleading names.\n      \u003c\/p\u003e\n      \u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003e\n        Manufactured by \u003cstrong\u003eToda Pharma\u003c\/strong\u003e, this urine test is designed for individuals, professionals, prevention organizations, and festival stakeholders who want a quick, clear, and actionable result.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eWhy has this test become essential?\u003c\/h2\u003e\n    \u003cdiv class=\"grid-auto\"\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eThe trap of fake cannabis\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eToday, some products sold as cannabis, CBD, or smoking blends may contain synthetic cannabinoids. The user thinks they are consuming a “classic” substance, while they are exposed to much more unstable and risky molecules.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eA practical aid in prevention\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eIn case of doubt, discomfort, unusual behavior, or suspicion of adulterated product, this test helps quickly guide the interpretation of the situation and better understand what may have been consumed.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eThe 4 substances detected\u003c\/h2\u003e\n    \u003cp\u003eThis urine test analyzes 4 categories for targeted screening of cannabis and the main families of synthetic cannabinoids:\u003c\/p\u003e\n    \n    \u003cdiv class=\"modern-table\"\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eType of drug\u003c\/th\u003e\n            \u003cth\u003eSubstances \u0026 street names\u003c\/th\u003e\n            \u003cth\u003eThreshold (Cut-off)\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eTHC\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eWeed, beuh, marijuana, hashish\u003c\/td\u003e\n            \u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eK2\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eSpice, K2, Black Mamba, fake weed, herbal incense\u003c\/td\u003e\n            \u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eK3\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eK3, new generation Spice, herbal mix\u003c\/td\u003e\n            \u003ctd\u003e10 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eK4\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eSpice, K4, Black Mamba, fake weed, legal high\u003c\/td\u003e\n            \u003ctd\u003e50 ng\/mL\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"note-text\"\u003eSynthetic cannabinoids frequently change in composition and presentation. The same brand names can cover several different families, making identification difficult without proper testing.\u003c\/p\u003e\n\n    \u003ch2\u003eUnderstanding the difference between K2, K3, and K4\u003c\/h2\u003e\n\n    \u003cdiv class=\"grid-auto\"\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eK2: the most well-known family\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eK2 is the most well-known name to the general public. It is often associated with products sold as \u003cstrong\u003eSpice\u003c\/strong\u003e, \u003cstrong\u003eBlack Mamba\u003c\/strong\u003e, or \u003cstrong\u003efake weed\u003c\/strong\u003e. These are synthetic cannabinoids designed to mimic the effects of cannabis without being natural cannabis.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eK3: a more recent family\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eK3 corresponds to another family of synthetic cannabinoids. It can be present in herbal blends, smoked products, or cannabis alternatives. Its more sensitive detection threshold allows for broader test coverage.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eK4: a distinct family often sold under the same names\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eK4 does not have a unique and stable street name. In practice, it often circulates under the same marketing names as K2, such as \u003cstrong\u003eSpice\u003c\/strong\u003e, \u003cstrong\u003eBlack Mamba\u003c\/strong\u003e, \u003cstrong\u003efake weed\u003c\/strong\u003e, or \u003cstrong\u003elegal high\u003c\/strong\u003e. That is precisely why a K2 + K3 + K4 panel is much more relevant than a test limited to a single family.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eWhy does the Drugdiag® 4T2 make a difference?\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBroader screening:\u003c\/strong\u003e it detects both natural cannabis and several families of synthetic cannabinoids\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBetter risk understanding:\u003c\/strong\u003e it helps distinguish THC use from exposure to Spice-type chemical products\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eQuick result:\u003c\/strong\u003e visual reading in a few minutes\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eConcrete prevention tool:\u003c\/strong\u003e useful for parents, healthcare professionals, event organizers, and field workers\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFrench manufacturer:\u003c\/strong\u003e quality, CE marking, and ISO 13485 compliance\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"alert-critical\"\u003e\n      \u003ch3\u003e⚠ Why are these drugs so concerning?\u003c\/h3\u003e\n      \u003cp\u003eUnlike natural cannabis, synthetic cannabinoids can cause much more violent and unpredictable effects: agitation, hallucinations, panic attacks, seizures, heart complications, or loss of control. They are often sold under deceptive appearances, which increases the risk.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"shipping-banner\"\u003e\n      \u003cp\u003e🔒 Guaranteed safety and discretion — Available on ama-prevention.fr\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eFrequently asked questions about K2, K3, and K4\u003c\/h2\u003e\n\n    \u003ch3\u003eAre K2, K3, and K4 cannabis?\u003c\/h3\u003e\n    \u003cp\u003eNo. These are not natural cannabis. They are synthetic cannabinoids, meaning chemical substances designed to mimic certain effects of THC.\u003c\/p\u003e\n\n    \u003ch3\u003eWhy is a classic THC test not enough?\u003c\/h3\u003e\n    \u003cp\u003eBecause a standard THC test looks for natural cannabis, while synthetic cannabinoids require specific targets. A classic test can therefore miss K2, K3, or K4.\u003c\/p\u003e\n\n    \u003ch3\u003eDoes K4 have a specific street name?\u003c\/h3\u003e\n    \u003cp\u003eNot really. Unlike cocaine or cannabis, K4 does not have a stable and unique street name. It is often sold under names already used for other synthetics, such as Spice, Black Mamba, or legal high.\u003c\/p\u003e\n\n    \u003ch3\u003eIs this test useful for prevention among young people or at parties?\u003c\/h3\u003e\n    \u003cp\u003eYes. It helps better understand whether a smoked, vaped, or presented product as “CBD” or “herb” is natural cannabis or a more dangerous family of synthetics.\u003c\/p\u003e\n\n    \u003ch2\u003eClinical Expertise \u0026amp; Specificity\u003c\/h2\u003e\n    \u003ch3\u003eAdvanced Colloidal Gold Technology\u003c\/h3\u003e\n    \u003cp\u003eOur devices use competitive immunochromatography with antibodies labeled with colloidal gold, ensuring a clear, ultra-sensitive marking and medical-grade reliability.\u003c\/p\u003e\n    \u003ch3\u003eLaboratory Certified Reliability (GC\/MS)\u003c\/h3\u003e\n    \u003cp\u003eThe accuracy of this professional urine screening device has been rigorously validated by comparative clinical studies. The results demonstrate an accuracy correlation \u003cstrong\u003egreater than 99%\u003c\/strong\u003e compared to the global laboratory reference method (Gas Chromatography coupled with Mass Spectrometry - GC\/MS).\u003c\/p\u003e\n    \u003ch3\u003eInstitutional Quality Labels\u003c\/h3\u003e\n    \u003cp\u003eDesigned and manufactured in France by the Toda Pharma laboratory, this \u003ci\u003ein vitro\u003c\/i\u003e diagnostic medical device is certified \u003cstrong\u003eISO 13485\u003c\/strong\u003e and bears the \u003cstrong\u003eCE\u003c\/strong\u003e mark. Its high standard of quality has earned it certification by the \u003cstrong\u003eUAF Label (Used by the French Armed Forces)\u003c\/strong\u003e and the Cœur Alsace Label.\u003c\/p\u003e\n    \u003ch3\u003eNo cross-reactions (False Positives)\u003c\/h3\u003e\n    \u003cp\u003eThe high analytical specificity of the Toda Drugdiag® range guarantees the total absence of interference (tested up to a concentration of 100 μg\/ml) with common consumer products. \u003cstrong\u003eThe urine result will not be distorted\u003c\/strong\u003e by the presence of:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCommon medications:\u003c\/strong\u003e Aspirin (Acetylsalicylic acid), Ibuprofen, Paracetamol (Acetaminophen), Amoxicillin, Penicillin, cough syrups (Dextromethorphan).\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePhysiological and dietary substances:\u003c\/strong\u003e Caffeine, Cholesterol, Hemoglobin, Creatinine, Vitamin C (Ascorbic acid), Uric acid.\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n","brand":"Laboratoire Toda Pharma","offers":[{"title":"1 unit","offer_id":56426436591940,"sku":null,"price":14.9,"currency_code":"EUR","in_stock":true},{"title":"Pack of 5","offer_id":56426436624708,"sku":null,"price":74.5,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56426436657476,"sku":null,"price":141.55,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56426436690244,"sku":null,"price":316.62,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/photo_produit_drugdiag_T_NPS.png?v=1777893890"},{"product_id":"bracelet-test-ton-verre","title":"Pack of 10 Test Ton Verre® Bracelets","description":"\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\n\u003cdiv style=\"background: linear-gradient(90deg, #f0f7ff 0%, #ffffff 100%); border: 1px solid #cce3f6; padding: 15px 25px; border-radius: 8px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 20px; margin-bottom: 30px; box-shadow: 0 2px 8px rgba(0,76,150,0.05);\"\u003e\n  \u003cspan style=\"font-weight: 900; color: #004C96; text-transform: uppercase; font-size: 14px; letter-spacing: 1px;\"\u003e🎙️ As seen in the media:\u003c\/span\u003e\n  \u003cspan style=\"font-weight: 700; color: #333; display: flex; align-items: center; gap: 5px;\"\u003e📺 BFM TV\u003c\/span\u003e\n  \u003cspan style=\"font-weight: 700; color: #333; display: flex; align-items: center; gap: 5px;\"\u003e📰 National Press\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp style=\"font-size: 20px; font-weight: 800; color: #FE4B09; margin-bottom: 5px;\"\u003eProtect your entire group of friends.\u003c\/p\u003e\n\u003cp\u003eOffered in a \u003cstrong\u003ePack of 10\u003c\/strong\u003e, the \u003cstrong\u003eTest Ton Verre® Bracelet\u003c\/strong\u003e is the most advanced portable prevention device on the market. Developed in partnership with the French laboratory \u003cstrong\u003eToda Pharma\u003c\/strong\u003e, it allows you to instantly detect \u003cstrong\u003eGHB (the \"date rape drug\")\u003c\/strong\u003e and \u003cstrong\u003eKetamine\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003eDiscreet, 100% waterproof, and designed for party environments, it is worn like a simple event bracelet. Equip your friends before going out: in case of doubt, just one drop on the detection pads is enough.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eWhy has this bracelet become essential?\u003c\/h2\u003e\n\u003cdiv class=\"grid-auto\"\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eThe trap of chemical submission\u003c\/h3\u003e\n\u003cp\u003eGHB and Ketamine are the two substances most used by predators in party settings. They are odorless, colorless, and tasteless. Slipped into a glass in a fraction of a second, they cause total vulnerability. This bracelet acts as your invisible shield.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eAn immediate and discreet response\u003c\/h3\u003e\n\u003cp\u003eDid you leave your glass unattended for a few moments? No need to go to the restroom to check. The test is done directly on your wrist in a few seconds, in full view but completely discreetly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-card\"\u003e\n\u003ch3 style=\"margin-top: 0;\"\u003eFrench Laboratory Technology\u003c\/h3\u003e\n\u003cp\u003ePraised by the media, the Test Ton Verre® bracelet incorporates cutting-edge technology from \u003cstrong\u003eToda Pharma\u003c\/strong\u003e. This certified French manufacturer guarantees high sensitivity and analysis reliability worthy of a medical device.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eDesigned for partying, made for your safety\u003c\/h2\u003e\n\u003cdiv class=\"advantages-grid\"\u003e\n\u003cdiv class=\"advantage-item\"\u003e\n\u003ch3 style=\"margin-top: 0; font-size: 18px;\"\u003e👯 A Pack of 10 for the group\u003c\/h3\u003e\n\u003cp\u003eSafety is a collective matter. With this pack of 10 bracelets (each offering 2 test zones), you have enough to equip your group of friends for the entire evening or festival.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"advantage-item\"\u003e\n\u003ch3 style=\"margin-top: 0; font-size: 18px;\"\u003e🎯 2 Specific Tests per bracelet\u003c\/h3\u003e\n\u003cp\u003eEach bracelet is equipped with two distinct reactive pads: \u003cstrong\u003eone zone dedicated exclusively to GHB\u003c\/strong\u003e, and \u003cstrong\u003eone zone dedicated to Ketamine\u003c\/strong\u003e. That’s 20 tests in total in your pack.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"advantage-item\"\u003e\n\u003ch3 style=\"margin-top: 0; font-size: 18px;\"\u003e🛡️ Zero False Positives with alcohol\u003c\/h3\u003e\n\u003cp\u003eThe chemical formula of the pads has been specifically developed not to react to alcoholic drinks, sodas, or fruit juices. The reaction only triggers in the presence of narcotics.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"highlight-box\"\u003e\n\u003ch3 style=\"margin-top: 0; color: #004C96;\"\u003eInstructions: A test in 3 seconds\u003c\/h3\u003e\n\u003cp style=\"margin-bottom: 15px; color: #666;\"\u003eThe operation is instinctive and can be done even in the dim light of a nightclub.\u003c\/p\u003e\n\u003cul style=\"margin-bottom: 0;\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eStep 1:\u003c\/strong\u003e Wear the bracelet comfortably on your wrist.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStep 2:\u003c\/strong\u003e Using your finger or a straw, place a drop of your drink on the \u003cstrong\u003eGHB\u003c\/strong\u003e pad and\/or the \u003cstrong\u003eKetamine\u003c\/strong\u003e pad.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStep 3:\u003c\/strong\u003e Wait a few seconds.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eResult:\u003c\/strong\u003e If the colored indicator on the pad clearly changes color, \u003cstrong\u003edo not drink this beverage!\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3\u003e⚠️ The golden rule of prevention\u003c\/h3\u003e\n\u003cp\u003eThe Test Ton Verre® Bracelet is a great detection tool, but human vigilance remains your first defense. \u003cstrong\u003eNever leave your glass unattended.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003eIn case of a positive result, sudden discomfort, or doubt, do not consume the drink and immediately alert your friends, staff, or emergency services (15 \/ 112).\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background-color: #f0f7ff; border: 2px dashed #004C96; padding: 30px; border-radius: 10px; margin-top: 50px; text-align: center;\"\u003e\n\u003ch3 style=\"color: #004C96; margin-top: 0; font-size: 22px;\"\u003eStudent Unions, Festivals, Nightclubs: Secure your events\u003c\/h3\u003e\n\u003cp style=\"font-size: 16px; color: #333; margin-bottom: 20px;\"\u003eReplace your classic entry bracelets with a concrete prevention tool that reassures your audience.\u003c\/p\u003e\n\u003cul style=\"text-align: left; max-width: 500px; margin: 0 auto 0 auto; color: #333;\"\u003e\n\u003cli style=\"margin-bottom: 10px;\"\u003e\n\u003cstrong\u003eCustomizable from 500 bracelets:\u003c\/strong\u003e Add your colors, event logo, or a prevention message (Template provided).\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 0;\"\u003e\n\u003cstrong\u003eDecreasing B2B rates:\u003c\/strong\u003e Volume orders adapted to your capacity. \u003cem\u003e(Use the quote request button on this page to contact us).\u003c\/em\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"background-color: #f9fafb; padding: 30px; border-radius: 10px; margin-top: 40px; border-top: 3px solid #e5e5e5;\"\u003e\n  \u003ch2 style=\"font-size: 22px; color: #004C96; margin-top: 0;\"\u003eFrequently Asked Questions: Detecting GHB and Ketamine\u003c\/h2\u003e\n  \n  \u003ch3 style=\"font-size: 16px; color: #333; margin-bottom: 5px;\"\u003eHow can I tell if GHB has been put in my glass?\u003c\/h3\u003e\n  \u003cp style=\"font-size: 15px; color: #666; margin-top: 0; margin-bottom: 20px;\"\u003eSince GHB is odorless and colorless, the most reliable method in party settings is to use a chemical test. The Test Ton Verre® Bracelet allows you to place a drop of your drink on a specific pad that will change color within seconds if GHB is present.\u003c\/p\u003e\n\n  \u003ch3 style=\"font-size: 16px; color: #333; margin-bottom: 5px;\"\u003eDoes the bracelet detect drugs in alcohol?\u003c\/h3\u003e\n  \u003cp style=\"font-size: 15px; color: #666; margin-top: 0; margin-bottom: 20px;\"\u003eYes. The technology developed by the Toda Pharma laboratory is designed to produce no false positives with alcohol or sodas. The reaction only targets GHB and Ketamine molecules.\u003c\/p\u003e\n\n  \u003ch3 style=\"font-size: 16px; color: #333; margin-bottom: 5px;\"\u003eHow many tests are in a pack?\u003c\/h3\u003e\n  \u003cp style=\"font-size: 15px; color: #666; margin-top: 0; margin-bottom: 0;\"\u003eThe Test Ton Verre Pack contains 10 bracelets. Each bracelet is equipped with 2 independent pads (one for GHB, one for Ketamine), giving you 20 test zones in total to protect your entire group of friends.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eLegal notice:\u003c\/strong\u003e This device is intended for preventive use. It detects the presence of GHB and Ketamine but does not claim to identify all drugs. It does not replace a laboratory toxicological analysis in case of legal proceedings. AMA Prévention declines all responsibility in case of misuse.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Laboratoire Toda Pharma","offers":[{"title":"Default Title","offer_id":55236516741444,"sku":null,"price":29.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/Bracelet_detecteur_GHB_KETAMINE.jpg?v=1760524633"},{"product_id":"ethylotest-electronique-ethylec-plus","title":"Unlocked Electronic Breathalyzer ETHYLEC+","description":"\u003cstyle\u003e\n\/* Variables CSS AMA Prévention *\/\n.product-section {\n  --primary-color: #FE4B09;\n  --primary-dark: #d63d00;\n  --secondary-color: #004C96;\n  --text-color: #004C96;\n  --text-light: #666;\n  --border-color: #e5e5e5;\n  --bg-light: #f9fafb;\n  --bg-white: #ffffff;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n  --radius-sm: 6px;\n  --radius-md: 10px;\n  --radius-lg: 14px;\n  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Base et Typographie *\/\n.product-section * { box-sizing: border-box; }\n.product-section { color: var(--text-color); line-height: 1.7; max-width: 1200px; margin: 0 auto; padding: 0 20px; font-family: 'Inter', sans-serif; }\n\n.product-section h2 { font-family: 'Manrope', sans-serif; font-size: clamp(24px, 4vw, 32px); font-weight: 700; color: var(--secondary-color); margin: 50px 0 25px 0; padding-bottom: 12px; border-bottom: 3px solid var(--primary-color); position: relative; }\n.product-section h2::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 80px; height: 3px; background: var(--primary-dark); }\n.product-section h3 { font-family: 'Manrope', sans-serif; font-size: clamp(18px, 3vw, 22px); font-weight: 600; color: var(--text-color); margin: 30px 0 15px 0; }\n.product-section p { font-size: 16px; line-height: 1.8; margin-bottom: 18px; color: var(--text-color); }\n\n\/* Intro Hero *\/\n.intro-hero { background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); padding: 35px; border-radius: var(--radius-lg); border-left: 5px solid var(--primary-color); box-shadow: var(--shadow-md); margin-bottom: 40px; position: relative; overflow: hidden; }\n.intro-hero p { position: relative; z-index: 1; margin: 0; font-size: 17px; }\n\n\/* Section Utilisations - Lignes centrées *\/\n.educational-grid { display: flex; flex-direction: column; align-items: center; gap: 25px; margin: 40px 0; }\n.edu-card { width: 100%; max-width: 850px; background: var(--bg-white); padding: 30px; border-radius: var(--radius-md); border-left: 5px solid var(--secondary-color); box-shadow: var(--shadow-sm); transition: var(--transition); }\n.edu-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }\n.edu-card h3 { margin-top: 0; margin-bottom: 12px; color: var(--secondary-color); font-size: 20px; }\n.edu-card p { font-size: 15px; margin-bottom: 0; color: var(--text-light); }\n\n\/* Tableaux (Desktop) *\/\n.modern-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 30px 0; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); font-size: 15px; }\n.modern-table thead tr { background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%); color: white; }\n.modern-table th { font-family: 'Manrope', sans-serif; padding: 18px; text-align: left; font-weight: 600; color: white !important; }\n.modern-table td { padding: 18px; border-bottom: 1px solid var(--border-color); background: white; }\n.modern-table td:first-child { font-weight: 600; color: var(--text-color); width: 40%; }\n\n\/* Bloc Alerte *\/\n.alert-critical { background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%); color: white !important; padding: 30px; border-radius: var(--radius-md); margin: 40px 0; }\n.alert-critical h3, .alert-critical p { color: white !important; font-family: 'Manrope', sans-serif; }\n\n\/* Listes ✓ *\/\n.product-section ul { list-style: none; padding-left: 0; margin: 25px 0; }\n.product-section ul li { padding-left: 32px; margin-bottom: 14px; position: relative; font-size: 15px; line-height: 1.7; }\n.product-section ul li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: var(--primary-color); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; }\n\n\/* Note et Footer *\/\n.note-text { font-size: 14px; line-height: 1.6; color: var(--text-light); font-style: italic; padding: 15px; background: var(--bg-light); border-radius: var(--radius-sm); margin: 20px 0; }\n.footer-info { border-top: 2px solid var(--border-color); padding-top: 25px; margin-top: 50px; font-size: 13px; color: var(--text-light); }\n\n\/* RESPONSIVE MOBILE - CORRECTION FINALE *\/\n@media (max-width: 768px) {\n  .product-section { padding: 0 15px; }\n  .edu-card { padding: 25px; }\n\n  .modern-table, .modern-table thead, .modern-table tbody, .modern-table tr, .modern-table td { \n    display: block !important; \n    width: 100% !important; \n  }\n  .modern-table thead { display: none !important; }\n  .modern-table tr { \n    margin-bottom: 30px !important; \n    border: 1px solid var(--border-color) !important; \n    border-radius: var(--radius-md) !important; \n    overflow: hidden !important; \n    box-shadow: var(--shadow-md) !important; \n  }\n  \n  .modern-table td { \n    display: block !important; \n    padding: 15px 20px !important; \n    border-bottom: 1px solid var(--border-color) !important;\n    color: var(--text-light) !important;\n    white-space: normal !important;\n    word-break: break-word !important;\n    overflow-wrap: break-word !important;\n    height: auto !important;\n  }\n  \n  .modern-table td:last-child { border-bottom: none !important; }\n\n  .modern-table td::before { \n    content: attr(data-label) !important; \n    text-align: left !important;\n    font-weight: 700 !important; \n    color: var(--secondary-color) !important; \n    font-size: 13px !important;\n    text-transform: uppercase !important;\n    margin-bottom: 6px !important;\n    display: block !important;\n    white-space: normal !important;\n    font-family: 'Manrope', sans-serif;\n  }\n  \n  .modern-table td:first-child { \n    background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%) !important; \n    color: white !important; \n    text-align: center !important; \n    font-size: 18px !important;\n    padding: 18px 20px !important;\n    border-bottom: none !important;\n    white-space: normal !important;\n    width: 100% !important;\n    font-family: 'Manrope', sans-serif;\n  }\n  .modern-table td:first-child::before { display: none !important; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eEthylec+\u003c\/strong\u003e is a versatile electronic breathalyzer, specifically designed for salespeople and SMEs. It combines a standard electrochemical cell with a breath pressure sensor to guarantee reliable results during each screening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eUses \u0026 Versatility\u003c\/h2\u003e\n\u003cdiv class=\"educational-grid\"\u003e\n\u003cdiv class=\"edu-card\"\u003e\n\u003ch3\u003eVehicle Fleets \u0026 Commercial Use\u003c\/h3\u003e\n\u003cp\u003eThanks to its included car cigarette lighter adapter, the Ethylec+ is the ideal tool for road professionals. It allows regular testing directly in the vehicle, ensuring optimal safety before each trip.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"edu-card\"\u003e\n\u003ch3\u003eSME Prevention Management\u003c\/h3\u003e\n\u003cp\u003eThis model offers an excellent balance between accuracy and affordability for small and medium-sized businesses wishing to implement workplace alcohol prevention.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"edu-card\"\u003e\n\u003ch3\u003eElectrochemical Reliability\u003c\/h3\u003e\n\u003cp\u003eIts standard electrochemical sensor technology ensures high measurement stability and excellent alcohol selectivity, thus avoiding false positives related to other exhaled substances.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eEthylec+ Advantages\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eElectrochemical Technology:\u003c\/strong\u003e Standard sensor offering durable and reliable accuracy.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDual Power Supply:\u003c\/strong\u003e Usable with 9V battery or via 12V car cigarette lighter socket.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePressure Sensor:\u003c\/strong\u003e Integrated system to validate airflow and ensure breath integrity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eComplete Pack:\u003c\/strong\u003e Delivered in a rigid carrying case with essential accessories.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEase of Use:\u003c\/strong\u003e Clear LCD screen for immediate reading of the digital result.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eDetailed Technical Specifications\u003c\/h2\u003e\n\u003ctable class=\"modern-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003eSensor Type\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003eStandard Electrochemical (Fuel Cell)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003eMeasurement Range\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003e0.00 to 1.00 mg\/L (or 0 to 2.00 ‰)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003eBlow Time\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003eAbout 7 to 8 seconds (deep sample)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003ePower Supply\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003e9V alkaline battery or 12V DC car cigarette lighter adapter\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003eTest Counter\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003eIntegrated for maintenance tracking\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003eDimensions \/ Weight\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003e115 x 60 x 23 mm \/ 105g (without battery)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003eMaintenance\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003eCalibration recommended every 12 to 14 months\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3\u003eMetrological Maintenance\u003c\/h3\u003e\n\u003cp\u003eTo maintain the accuracy of the electrochemical cell, regular calibration is essential.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRecommendation:\u003c\/strong\u003e Perform calibration every 12 to 14 months. Our partner laboratory provides this service to ensure the reliability of your safety protocols.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eCarrying Case Contents\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 Electronic breathalyzer \u003cstrong\u003eEthylec+\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e10 Individual mouthpieces with one-way valve\u003c\/li\u003e\n\u003cli\u003e1 12V car cigarette lighter adapter\u003c\/li\u003e\n\u003cli\u003e1 9V alkaline battery\u003c\/li\u003e\n\u003cli\u003e1 Rigid ABS carrying case\u003c\/li\u003e\n\u003cli\u003e1 User manual in French\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eAMA Prevention Commitment:\u003c\/strong\u003e The Ethylec+ is a serious screening tool. It is part of a responsible road safety and workplace prevention approach. Reminder: only a blood test is legally valid.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n","brand":"Ethylec","offers":[{"title":"1 unit","offer_id":56439370580292,"sku":null,"price":249.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/ethylecplus.jpg?v=1770040689"},{"product_id":"ethylotest-electronique-debloque-ethyway-v2","title":"Electronic Breathalyzer ETHYWAY V2","description":"\u003cstyle\u003e\n\/* Variables CSS AMA Prévention *\/\n.product-section {\n  --primary-color: #FE4B09;\n  --primary-dark: #d63d00;\n  --secondary-color: #004C96;\n  --text-color: #004C96;\n  --text-light: #666;\n  --border-color: #e5e5e5;\n  --bg-light: #f9fafb;\n  --bg-white: #ffffff;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n  --radius-sm: 6px;\n  --radius-md: 10px;\n  --radius-lg: 14px;\n  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Base et Typographie *\/\n.product-section * { box-sizing: border-box; }\n.product-section { color: var(--text-color); line-height: 1.7; max-width: 1200px; margin: 0 auto; padding: 0 20px; font-family: inter; }\n\n.product-section h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 700; color: var(--secondary-color); margin: 50px 0 25px 0; padding-bottom: 12px; border-bottom: 3px solid var(--primary-color); position: relative; }\n.product-section h2::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 80px; height: 3px; background: var(--primary-dark); }\n.product-section h3 { font-size: clamp(18px, 3vw, 22px); font-weight: 600; color: var(--text-color); margin: 30px 0 15px 0; }\n.product-section p { font-size: 16px; line-height: 1.8; margin-bottom: 18px; color: var(--text-color); }\n\n\/* Intro Hero *\/\n.intro-hero { background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); padding: 35px; border-radius: var(--radius-lg); border-left: 5px solid var(--primary-color); box-shadow: var(--shadow-md); margin-bottom: 40px; position: relative; overflow: hidden; }\n.intro-hero p { position: relative; z-index: 1; margin: 0; font-size: 17px; }\n\n\/* Certifications Badges *\/\n.certifications { display: flex; flex-wrap: wrap; gap: 12px; margin: 25px 0; }\n.cert-badge { padding: 10px 18px; background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); border: 2px solid var(--border-color); border-radius: 25px; font-size: 13px; font-weight: 600; color: var(--text-color); display: inline-flex; align-items: center; gap: 8px; transition: var(--transition); }\n.cert-badge:hover { border-color: var(--primary-color); background: white; transform: translateY(-2px); box-shadow: var(--shadow-sm); }\n\n\/* Section Atouts - Lignes centrées *\/\n.educational-grid { display: flex; flex-direction: column; align-items: center; gap: 25px; margin: 40px 0; }\n.edu-card { width: 100%; max-width: 850px; background: var(--bg-white); padding: 30px; border-radius: var(--radius-md); border-left: 5px solid var(--secondary-color); box-shadow: var(--shadow-sm); transition: var(--transition); }\n.edu-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }\n.edu-card h3 { margin-top: 0; margin-bottom: 12px; color: var(--secondary-color); font-size: 20px; }\n.edu-card p { font-size: 15px; margin-bottom: 0; color: var(--text-light); }\n\n\/* Tableaux (Desktop) *\/\n.modern-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 30px 0; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); font-size: 15px; }\n.modern-table thead tr { background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%); color: white; }\n.modern-table th { padding: 18px; text-align: left; font-weight: 600; color: white !important; }\n.modern-table td { padding: 18px; border-bottom: 1px solid var(--border-color); background: white; }\n.modern-table td:first-child { font-weight: 600; color: var(--text-color); width: 40%; }\n\n\/* Bloc Alerte *\/\n.alert-critical { background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%); color: white !important; padding: 30px; border-radius: var(--radius-md); margin: 40px 0; }\n.alert-critical h3, .alert-critical p { color: white !important; }\n\n\/* Listes ✓ *\/\n.product-section ul { list-style: none; padding-left: 0; margin: 25px 0; }\n.product-section ul li { padding-left: 32px; margin-bottom: 14px; position: relative; }\n.product-section ul li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: var(--primary-color); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; }\n\n\/* Note et Footer *\/\n.note-text { font-size: 14px; line-height: 1.6; color: var(--text-light); font-style: italic; padding: 15px; background: var(--bg-light); border-radius: var(--radius-sm); margin: 20px 0; }\n.footer-info { border-top: 2px solid var(--border-color); padding-top: 25px; margin-top: 50px; font-size: 13px; color: var(--text-light); }\n\n\/* RESPONSIVE MOBILE - CORRECTION FINALE *\/\n@media (max-width: 768px) {\n  .product-section { padding: 0 15px; }\n  .edu-card { padding: 25px; }\n\n  .modern-table, .modern-table thead, .modern-table tbody, .modern-table tr, .modern-table td { \n    display: block !important; \n    width: 100% !important; \n  }\n  .modern-table thead { display: none !important; }\n  .modern-table tr { \n    margin-bottom: 30px !important; \n    border: 1px solid var(--border-color) !important; \n    border-radius: var(--radius-md) !important; \n    overflow: hidden !important; \n    box-shadow: var(--shadow-md) !important; \n  }\n  \n  .modern-table td { \n    display: block !important; \n    padding: 15px 20px !important; \n    border-bottom: 1px solid var(--border-color) !important;\n    color: var(--text-light) !important;\n    white-space: normal !important;\n    word-break: break-word !important;\n    overflow-wrap: break-word !important;\n    height: auto !important;\n  }\n  \n  .modern-table td:last-child { border-bottom: none !important; }\n\n  .modern-table td::before { \n    content: attr(data-label) !important; \n    text-align: left !important;\n    font-weight: 700 !important; \n    color: var(--secondary-color) !important; \n    font-size: 13px !important;\n    text-transform: uppercase !important;\n    margin-bottom: 6px !important;\n    display: block !important;\n    white-space: normal !important;\n  }\n  \n  .modern-table td:first-child { \n    background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%) !important; \n    color: white !important; \n    text-align: center !important; \n    font-size: 18px !important;\n    padding: 18px 20px !important;\n    border-bottom: none !important;\n    white-space: normal !important;\n    width: 100% !important;\n  }\n  .modern-table td:first-child::before { display: none !important; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-section\"\u003e\n\u003cdiv class=\"rich-text\"\u003e\n\u003cdiv class=\"intro-hero\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eETHYWAY V2\u003c\/strong\u003e embodies the new generation of consumer electronic breathalyzers. Certified compliant with the strict \u003cstrong\u003eNF EN 16280\u003c\/strong\u003e standard and validated by the National Laboratory of Metrology and Testing (LNE), this device guarantees professional-level reliability. Its technological core is based on an \u003cstrong\u003e11 mm electrochemical sensor\u003c\/strong\u003e, ensuring exceptional measurement stability for uncompromising road safety.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eThe major advantages of the ETHYWAY V2\u003c\/h2\u003e\n\u003cdiv class=\"educational-grid\"\u003e\n\u003cdiv class=\"edu-card\"\u003e\n\u003ch3\u003eOfficial LNE Certification\u003c\/h3\u003e\n\u003cp\u003eThe ETHYWAY V2 meets the metrological requirements of the European standard NF EN 16280. Its certification by the LNE (National Laboratory of Metrology and Testing) attests to its accuracy, offering a reliability guarantee comparable to institutional standards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"edu-card\"\u003e\n\u003ch3\u003eHigh Precision 11mm Technology\u003c\/h3\u003e\n\u003cp\u003eEquipped with a large electrochemical cell (11 mm), this device offers increased responsiveness and avoids false positives. The integrated pressure sensor analyzes the breath to confirm that the air volume is sufficient for an indisputable measurement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"edu-card\"\u003e\n\u003ch3\u003eVersatility \u0026amp; Memory\u003c\/h3\u003e\n\u003cp\u003eWith its built-in memory of the last 10 tests and two display modes, the ETHYWAY V2 allows precise monitoring of blood alcohol levels. Its ergonomic design and carrying case make it the ideal safety companion for individuals and businesses.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWhy choose the ETHYWAY V2?\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNF \u0026amp; LNE Standard:\u003c\/strong\u003e Absolute guarantee of quality and safety validated by competent authorities.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e11mm Electrochemical Sensor:\u003c\/strong\u003e Advanced technology for precise and stable measurement.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBreath Control:\u003c\/strong\u003e Automatic pressure detection to ensure test integrity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuilt-in Memory:\u003c\/strong\u003e Quick recording and review of the last 10 results.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSound Alarm:\u003c\/strong\u003e Automatic warning as soon as the 0.25 mg\/L threshold is reached.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompact Design:\u003c\/strong\u003e Ergonomics designed for easy handling and discreet storage.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eDetailed Technical Specifications\u003c\/h2\u003e\n\u003ctable class=\"modern-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003eSensor\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003e11 mm Electrochemical Cell (High Technology)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003eDisplay modes\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003eMode 1: up to 0.24 mg\/L | Mode 2: up to 0.49 mg\/L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003eAlert threshold\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003eAutomatic sound alarm at 0.25 mg\/L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003eBreath Accuracy\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003eBuilt-in pressure and breath interruption sensor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003eMemory\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003eInternal history of the last 10 tests\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003ePower Supply\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003e2 AAA 1.5V alkaline batteries (Included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Caractéristique\"\u003eMaintenance\u003c\/td\u003e\n\u003ctd data-label=\"Spécification\"\u003eBuilt-in test counter (Calibration every 12 months)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"note-text\"\u003eThe device clearly displays results on its LCD screen and guides the user with intuitive sound signals.\u003c\/p\u003e\n\u003cdiv class=\"alert-critical\"\u003e\n\u003ch3\u003eMaintenance and Calibration: Accuracy Guarantee\u003c\/h3\u003e\n\u003cp\u003eTo maintain the validity of its NF certification and the sensor's reliability, the ETHYWAY V2 requires annual metrological monitoring.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eManufacturer Recommendation:\u003c\/strong\u003e Calibration is recommended every 12 months. The device has a built-in test counter to facilitate this technical follow-up.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2\u003eComplete Set Contents\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e1 Electronic Breathalyzer \u003cstrong\u003eEthyway V2\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e5 Individual mouthpieces (with hygienic non-return valve)\u003c\/li\u003e\n\u003cli\u003e1 Protective fabric pouch\u003c\/li\u003e\n\u003cli\u003e2 AAA 1.5V Alkaline batteries for immediate use\u003c\/li\u003e\n\u003cli\u003e1 Detailed user manual\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"footer-info\"\u003e\n\u003cp\u003e\u003cstrong\u003eAMA Prevention Commitment:\u003c\/strong\u003e The ETHYWAY V2 is a certified self-testing device. Although it offers high-precision measurements, we remind you that only a blood test is legally valid. It fully supports a comprehensive approach to road safety and responsible prevention.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n","brand":"Ethyway","offers":[{"title":"1 unit","offer_id":56439370744132,"sku":null,"price":139.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/ethyway-v2.jpg?v=1770041786"},{"product_id":"ethylotest-electronique-debloque-alco-sensor-fst","title":"Unlocked Professional Breathalyzer Alco-Sensor FST","description":"\u003cstyle\u003e\n\/* Variables CSS AMA Prévention *\/\n.product-section {\n  --primary-color: #FE4B09;\n  --primary-dark: #d63d00;\n  --secondary-color: #004C96;\n  --text-color: #004C96;\n  --text-light: #666;\n  --border-color: #e5e5e5;\n  --bg-light: #f9fafb;\n  --bg-white: #ffffff;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n  --radius-sm: 6px;\n  --radius-md: 10px;\n  --radius-lg: 14px;\n  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Base et Typographie *\/\n.product-section * { box-sizing: border-box; }\n.product-section { color: var(--text-color); line-height: 1.7; max-width: 1200px; margin: 0 auto; padding: 0 20px; font-family: sans-serif; }\n\n.product-section h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 700; color: var(--secondary-color); margin: 50px 0 25px 0; padding-bottom: 12px; border-bottom: 3px solid var(--primary-color); position: relative; }\n.product-section h2::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 80px; height: 3px; background: var(--primary-dark); }\n.product-section h3 { font-size: clamp(18px, 3vw, 22px); font-weight: 600; color: var(--text-color); margin: 30px 0 15px 0; }\n.product-section p { font-size: 16px; line-height: 1.8; margin-bottom: 18px; color: var(--text-color); }\n\n\/* Intro Hero *\/\n.intro-hero { background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); padding: 35px; border-radius: var(--radius-lg); border-left: 5px solid var(--primary-color); box-shadow: var(--shadow-md); margin-bottom: 40px; position: relative; overflow: hidden; }\n.intro-hero p { position: relative; z-index: 1; margin: 0; font-size: 17px; }\n\n\/* Section Utilisations - Lignes centrées *\/\n.educational-grid { display: flex; flex-direction: column; align-items: center; gap: 25px; margin: 40px 0; }\n.edu-card { width: 100%; max-width: 850px; background: var(--bg-white); padding: 30px; border-radius: var(--radius-md); border-left: 5px solid var(--secondary-color); box-shadow: var(--shadow-sm); transition: var(--transition); }\n.edu-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }\n.edu-card h3 { margin-top: 0; margin-bottom: 12px; color: var(--secondary-color); font-size: 20px; }\n.edu-card p { font-size: 15px; margin-bottom: 0; color: var(--text-light); }\n\n\/* Tableaux (Desktop) *\/\n.modern-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 30px 0; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); font-size: 15px; }\n.modern-table thead tr { background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%); color: white; }\n.modern-table th { padding: 18px; text-align: left; font-weight: 600; color: white !important; }\n.modern-table td { padding: 18px; border-bottom: 1px solid var(--border-color); background: white; }\n.modern-table td:first-child { font-weight: 600; color: var(--text-color); width: 40%; }\n\n\/* Bloc Alerte *\/\n.alert-critical { background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%); color: white !important; padding: 30px; border-radius: var(--radius-md); margin: 40px 0; }\n.alert-critical h3, .alert-critical p { color: white !important; }\n\n\/* Listes ✓ *\/\n.product-section ul { list-style: none; padding-left: 0; margin: 25px 0; }\n.product-section ul li { padding-left: 32px; margin-bottom: 14px; position: relative; }\n.product-section ul li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: var(--primary-color); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; }\n\n\/* Note et Footer *\/\n.note-text { font-size: 14px; line-height: 1.6; color: var(--text-light); font-style: italic; padding: 15px; background: var(--bg-light); border-radius: var(--radius-sm); margin: 20px 0; }\n.footer-info { border-top: 2px solid var(--border-color); padding-top: 25px; margin-top: 50px; font-size: 13px; color: var(--text-light); }\n\n\/* RESPONSIVE MOBILE - CORRECTION FINALE *\/\n@media (max-width: 768px) {\n  .product-section { padding: 0 15px; }\n  .edu-card { padding: 25px; }\n\n  .modern-table, .modern-table thead, .modern-table tbody, .modern-table tr, .modern-table td { \n    display: block !important; \n    width: 100% !important; \n  }\n  .modern-table thead { display: none !important; }\n  .modern-table tr { \n    margin-bottom: 30px !important; \n    border: 1px solid var(--border-color) !important; \n    border-radius: var(--radius-md) !important; \n    overflow: hidden !important; \n    box-shadow: var(--shadow-md) !important; \n  }\n  \n  .modern-table td { \n    display: block !important; \n    padding: 15px 20px !important; \n    border-bottom: 1px solid var(--border-color) !important;\n    color: var(--text-light) !important;\n    white-space: normal !important; \/* Autorise le texte à passer à la ligne *\/\n    word-break: break-word !important; \/* Empêche les coupures brutales *\/\n    overflow-wrap: break-word !important;\n    height: auto !important;\n  }\n  \n  .modern-table td:last-child { border-bottom: none !important; }\n\n  .modern-table td::before { \n    content: attr(data-label) !important; \n    text-align: left !important;\n    font-weight: 700 !important; \n    color: var(--secondary-color) !important; \n    font-size: 13px !important;\n    text-transform: uppercase !important;\n    margin-bottom: 6px !important;\n    display: block !important;\n    white-space: normal !important;\n  }\n  \n  \/* L'en-tête bleu prend 100% de la largeur sans texte coupé *\/\n  .modern-table td:first-child { \n    background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%) !important; \n    color: white !important; \n    text-align: center !important; \n    font-size: 18px !important;\n    padding: 18px 20px !important;\n    border-bottom: none !important;\n    white-space: normal !important;\n    width: 100% !important;\n  }\n  .modern-table td:first-child::before { display: none !important; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-section\"\u003e\n  \u003cdiv class=\"rich-text\"\u003e\n    \u003cdiv class=\"intro-hero\"\u003e\n      \u003cp\u003eThe \u003cstrong\u003eAlco-Sensor FST electronic breathalyzer\u003c\/strong\u003e is the absolute reference device for professional breath alcohol testing. Designed by Intoximeters and certified compliant with the \u003cstrong\u003eNF EN 15964\u003c\/strong\u003e standard, this device is used daily by law enforcement for official road checks. Its fuel cell sensor technology offers unmatched judicial precision and robustness suited to the most extreme field conditions.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eMain uses of the Alco-Sensor FST\u003c\/h2\u003e\n    \u003cdiv class=\"educational-grid\"\u003e\n      \u003cdiv class=\"edu-card\"\u003e\n        \u003ch3\u003eSecurity Checks \u0026amp; Police\u003c\/h3\u003e\n        \u003cp\u003eThe Alco-Sensor FST is the standard tool for law enforcement. Its compliance with the NF EN 15964 standard guarantees measurements with perfect metrological accuracy. It is designed for rapid consecutive tests with ambidextrous ergonomic management and optimal sanitary safety for the operator.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"edu-card\"\u003e\n        \u003ch3\u003eBusinesses \u0026amp; Prevention\u003c\/h3\u003e\n        \u003cp\u003eIn critical sectors, the FST offers undeniable result assurance for safety managers. Its ability to detect alcohol without a mouthpiece (passive mode) allows quick screening of a line of employees at shift start, perfectly fitting institutional prevention protocols.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"edu-card\"\u003e\n        \u003ch3\u003eLiquid Detection \u0026amp; Healthcare Environment\u003c\/h3\u003e\n        \u003cp\u003eIt is one of the few breathalyzers capable of analyzing the contents of a glass or suspicious drink thanks to its specific collector. This feature is crucial for emergency services or addiction specialists to clear doubts without direct contact with the subject.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eWhy choose Alco-Sensor FST technology?\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePremium Fuel Cell:\u003c\/strong\u003e Judicial-grade electrochemical sensor ensuring high alcohol selectivity.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCertified NF EN 15964:\u003c\/strong\u003e The most demanding European standard for professional screening equipment.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTriple Detection Mode:\u003c\/strong\u003e Allows classic mouth test, passive mode (ambient air), and direct beverage analysis.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAll-Terrain Durability:\u003c\/strong\u003e IP 54 protection rating against dust and accidental water splashes.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eExtended Thermal Range:\u003c\/strong\u003e Operational reliability guaranteed from -5°C to +50°C for permanent outdoor use.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTactical Hygiene:\u003c\/strong\u003e Automatic mouthpiece ejection system to avoid any manual contact with biological waste.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eDetailed Technical Specifications\u003c\/h2\u003e\n    \u003ctable class=\"modern-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eFeature\u003c\/th\u003e\n          \u003cth\u003eSpecification\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eSensor\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003eSpecific Alcohol Electrochemical Cell (Fuel Cell)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eMeasurement Range\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003e0.00 to 2.00 mg\/L of exhaled air\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eAccuracy\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003e± 0.01 mg\/L (NF EN 15964 Compliance)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eTest Modes\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003eStandard (mouthpiece), Passive (ambient), and Drink\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eOperating Temperature\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003e-5°C to +50°C (Real field conditions)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003ePower Supply\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003e2 AA Alkaline Batteries (Approximately 1000 measurements autonomy)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eDimensions \/ Weight\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003e124 x 70 x 42 mm \/ Approximately 190g with batteries\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003cp class=\"note-text\"\u003eThe device features a high-visibility backlit LCD screen ensuring optimal readability day and night.\u003c\/p\u003e\n\n    \u003cdiv class=\"alert-critical\"\u003e\n      \u003ch3\u003eMaintenance and Calibration: Accuracy Guarantee\u003c\/h3\u003e\n      \u003cp\u003eTo maintain its certification and forensic accuracy, the Alco-Sensor FST requires regular metrological maintenance.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eRecommendation:\u003c\/strong\u003e Calibration must be performed every \u003cstrong\u003e12 months\u003c\/strong\u003e in our specialized laboratory. An uncalibrated device loses its technical proof value during preventive checks.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eProfessional Kit Contents\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003e1 Certified electronic breathalyzer \u003cstrong\u003eAlco-Sensor FST\u003c\/strong\u003e\u003c\/li\u003e\n      \u003cli\u003e1 High-resistance rigid carrying case\u003c\/li\u003e\n      \u003cli\u003e25 Individual single-use mouthpieces\u003c\/li\u003e\n      \u003cli\u003e2 Passive screening cones (breath)\u003c\/li\u003e\n      \u003cli\u003e1 Collector for detecting alcohol in drinks\u003c\/li\u003e\n      \u003cli\u003e1 Soft, non-slip, magnetic protective case\u003c\/li\u003e\n      \u003cli\u003e2 AA Alkaline Batteries and 1 wrist strap\u003c\/li\u003e\n      \u003cli\u003e1 Detailed user manual in French\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"footer-info\"\u003e\n      \u003cp\u003e\u003cstrong\u003eAMA Prevention Commitment:\u003c\/strong\u003e The Alco-Sensor FST is a highly reliable screening tool. Although institutionally certified, we remind you that only a blood test performed in a medical laboratory is legally valid. Its use is part of a responsible, caring, and professional safety approach.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n","brand":"Intoximeters","offers":[{"title":"1 unit","offer_id":56439370940740,"sku":null,"price":1259.7,"currency_code":"EUR","in_stock":true},{"title":"Pack of 5","offer_id":56439370973508,"sku":null,"price":6298.5,"currency_code":"EUR","in_stock":true},{"title":"Pack of 10","offer_id":56439371006276,"sku":null,"price":11337.3,"currency_code":"EUR","in_stock":true},{"title":"Pack of 25","offer_id":56439371039044,"sku":null,"price":26768.62,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/fst.jpg?v=1770042582"},{"product_id":"ethylotest-electronique-alert-j4x","title":"Professional Electronic Breathalyzer Alert J4X","description":"\u003cstyle\u003e\n\/* Variables CSS AMA Prévention *\/\n.product-section {\n  --primary-color: #FE4B09;\n  --primary-dark: #d63d00;\n  --secondary-color: #004C96;\n  --text-color: #004C96;\n  --text-light: #666;\n  --border-color: #e5e5e5;\n  --bg-light: #f9fafb;\n  --bg-white: #ffffff;\n  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);\n  --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n  --radius-sm: 6px;\n  --radius-md: 10px;\n  --radius-lg: 14px;\n  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n\/* Base et Typographie *\/\n.product-section * { box-sizing: border-box; }\n.product-section { color: var(--text-color); line-height: 1.7; max-width: 1200px; margin: 0 auto; padding: 0 20px; font-family: sans-serif; }\n\n.product-section h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 700; color: var(--secondary-color); margin: 50px 0 25px 0; padding-bottom: 12px; border-bottom: 3px solid var(--primary-color); position: relative; }\n.product-section h2::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 80px; height: 3px; background: var(--primary-dark); }\n.product-section h3 { font-size: clamp(18px, 3vw, 22px); font-weight: 600; color: var(--text-color); margin: 30px 0 15px 0; }\n.product-section p { font-size: 16px; line-height: 1.8; margin-bottom: 18px; color: var(--text-color); }\n\n\/* Intro Hero *\/\n.intro-hero { background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%); padding: 35px; border-radius: var(--radius-lg); border-left: 5px solid var(--primary-color); box-shadow: var(--shadow-md); margin-bottom: 40px; position: relative; overflow: hidden; }\n.intro-hero p { position: relative; z-index: 1; margin: 0; font-size: 17px; }\n\n\/* Section Atouts - Lignes centrées *\/\n.educational-grid { display: flex; flex-direction: column; align-items: center; gap: 25px; margin: 40px 0; }\n.info-card { width: 100%; max-width: 850px; background: var(--bg-white); padding: 30px; border-radius: var(--radius-md); border-left: 5px solid var(--secondary-color); box-shadow: var(--shadow-sm); transition: var(--transition); }\n.info-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); border-color: var(--primary-color); }\n.grid-auto { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin: 30px 0; }\n\n\/* Tableaux (Desktop) *\/\n.modern-table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 30px 0; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); font-size: 15px; }\n.modern-table thead tr { background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%); color: white; }\n.modern-table th { padding: 18px; text-align: left; font-weight: 600; color: white !important; }\n.modern-table td { padding: 18px; border-bottom: 1px solid var(--border-color); background: white; }\n.modern-table td:first-child { font-weight: 600; color: var(--text-color); width: 40%; }\n\n\/* Bloc Alerte *\/\n.alert-critical { background: linear-gradient(135deg, #FE4B09 0%, #d63d00 100%); color: white !important; padding: 30px; border-radius: var(--radius-md); margin: 40px 0; }\n.alert-critical h3, .alert-critical p { color: white !important; }\n\n\/* Listes ✓ *\/\n.product-section ul { list-style: none; padding-left: 0; margin: 25px 0; }\n.product-section ul li { padding-left: 32px; margin-bottom: 14px; position: relative; font-size: 15px; line-height: 1.7; }\n.product-section ul li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: var(--primary-color); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; }\n\n\/* Note et Footer *\/\n.note-text { font-size: 14px; line-height: 1.6; color: var(--text-light); font-style: italic; padding: 15px; background: var(--bg-light); border-radius: var(--radius-sm); margin: 20px 0; }\n.footer-info { border-top: 2px solid var(--border-color); padding-top: 25px; margin-top: 50px; font-size: 13px; color: var(--text-light); }\n\n\/* RESPONSIVE MOBILE - TABLEAU OPTIMISÉ *\/\n@media (max-width: 768px) {\n  .product-section { padding: 0 15px; }\n  .grid-auto { grid-template-columns: 1fr; }\n\n  .modern-table, .modern-table thead, .modern-table tbody, .modern-table tr, .modern-table td { \n    display: block !important; \n    width: 100% !important; \n  }\n  .modern-table thead { display: none !important; }\n  .modern-table tr { \n    margin-bottom: 30px !important; \n    border: 1px solid var(--border-color) !important; \n    border-radius: var(--radius-md) !important; \n    overflow: hidden !important; \n    box-shadow: var(--shadow-md) !important; \n  }\n  \n  .modern-table td { \n    display: block !important; \n    padding: 15px 20px !important; \n    border-bottom: 1px solid var(--border-color) !important;\n    color: var(--text-light) !important;\n    white-space: normal !important;\n    word-break: break-word !important;\n    overflow-wrap: break-word !important;\n    height: auto !important;\n  }\n  \n  .modern-table td:last-child { border-bottom: none !important; }\n\n  .modern-table td::before { \n    content: attr(data-label) !important; \n    text-align: left !important;\n    font-weight: 700 !important; \n    color: var(--secondary-color) !important; \n    font-size: 13px !important;\n    text-transform: uppercase !important;\n    margin-bottom: 6px !important;\n    display: block !important;\n    width: 100% !important;\n    white-space: normal !important;\n  }\n  \n  .modern-table td:first-child { \n    background: linear-gradient(135deg, var(--secondary-color) 0%, #003d7a 100%) !important; \n    color: white !important; \n    text-align: center !important; \n    font-size: 18px !important;\n    padding: 18px 20px !important;\n    border-bottom: none !important;\n    white-space: normal !important;\n    width: 100% !important;\n  }\n  .modern-table td:first-child::before { display: none !important; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-section\"\u003e\n  \u003cdiv class=\"rich-text\"\u003e\n    \u003cdiv class=\"intro-hero\"\u003e\n      \u003cp style=\"font-size: 17px; line-height: 1.8; margin-bottom: 15px;\"\u003eThe \u003cstrong\u003eALERT J4X\u003c\/strong\u003e is a next-generation electronic breathalyzer, designed to be fast, compact, and extremely efficient. Exclusively intended for intensive use, it is the reference tool for law enforcement, security professionals, and the healthcare sector.\u003c\/p\u003e\n      \u003cp style=\"font-size: 16px; line-height: 1.7; margin: 0;\"\u003eIts technological core relies on a fuel cell sensor ensuring the highest quality results. Compliant with the strict \u003cstrong\u003eEN 15964\u003c\/strong\u003e standard, the ALERT J4X provides precise and instant screening to protect your staff and the public.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eThe major strengths of the ALERT J4X\u003c\/h2\u003e\n    \u003cdiv class=\"grid-auto\"\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eAdvanced Electrochemical Technology\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eEquipped with a state-of-the-art fuel cell sensor, the ALERT J4X guarantees extremely precise measurement. The device does not react to ketones or hydrocarbons, thus eliminating false positive risks.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eUnmatched Response Speed\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 10px;\"\u003eTime is crucial during mass checks. The ALERT J4X offers a very fast initial test (5 seconds) and a reset time of less than 90 seconds.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"info-card\"\u003e\n        \u003ch3 style=\"margin-top: 0;\"\u003eB2B Ergonomics and Durability\u003c\/h3\u003e\n        \u003cp style=\"margin-bottom: 0;\"\u003eDesigned for the field, it features a compact format and a featherweight of 115 g. Its backlit LCD screen ensures perfect readability day and night.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2\u003eWhy equip your teams with the ALERT J4X?\u003c\/h2\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eInstitutional Compliance:\u003c\/strong\u003e Meets the European standard EN 15964, required for law enforcement equipment.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAlcohol Selectivity:\u003c\/strong\u003e Absolute reliability thanks to insensitivity to ketones and hydrocarbons.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTraceability:\u003c\/strong\u003e Recall function of the last test performed for better monitoring.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eUniversal Reading:\u003c\/strong\u003e Clear display of BrAC results in mg\/L.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eControlled Hygiene:\u003c\/strong\u003e Use of disposable mouthpieces securing the sanitary protocol.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch2\u003eDetailed Technical Specifications\u003c\/h2\u003e\n    \u003ctable class=\"modern-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eFeature\u003c\/th\u003e\n          \u003cth\u003eSpecification\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eSensor type\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003eElectrochemical (fuel cell)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eMeasurement range\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003e0 to 500 mg% (0% to 0.5% BrAC)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eAccuracy\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003e± 5% at 0.5 mg\/L\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eBreath sample\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003e5 seconds\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eDisplay\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003eLCD screen with LED backlight\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003ePower Supply\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003e2 AA batteries\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eDimensions \u0026 Weight\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003e135 x 59 x 30 mm \/ 115 g\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Caractéristique\"\u003eStorage\u003c\/td\u003e\n          \u003ctd data-label=\"Spécification\"\u003eFrom -20°C to 50°C\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003cdiv class=\"alert-critical\"\u003e\n      \u003ch3\u003eProfessional Maintenance and Calibration\u003c\/h3\u003e\n      \u003cp\u003eTo ensure metrological validity and maintain the EN 15964 standard, rigorous maintenance is essential.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eRecommendation:\u003c\/strong\u003e The device must be calibrated every 12 months. Our experts provide technical support for your breathalyzer fleets.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"footer-info\"\u003e\n      \u003cp\u003e\u003cstrong\u003eAMA Prevention Commitment:\u003c\/strong\u003e The ALERT J4X is a highly reliable professional screening tool. It fully fits into a comprehensive public health and workplace safety approach.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n","brand":"Ethyway","offers":[{"title":"1 unit","offer_id":56439371104580,"sku":null,"price":875.36,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/AlertJ4X-2-20101111-no-shadow_mgL-500x500.jpg?v=1771841263"}],"url":"https:\/\/ama-prevention.fr\/en\/collections\/all-products.oembed","provider":"AMA Prévention ","version":"1.0","type":"link"}