{"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","url":"https:\/\/ama-prevention.fr\/en\/products\/5-drug-saliva-test","provider":"AMA Prévention ","version":"1.0","type":"link"}