{"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":13.0,"currency_code":"USD","in_stock":true},{"title":"Pack of 5","offer_id":56426434691396,"sku":"1042T-A","price":65.0,"currency_code":"USD","in_stock":true},{"title":"Pack of 10","offer_id":56426434724164,"sku":"1042T-A","price":123.0,"currency_code":"USD","in_stock":true},{"title":"Pack of 25","offer_id":56426434756932,"sku":"1042T-A","price":274.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/1335\/4734\/files\/photo_produit_drugdiag_T_cocaine_THC.jpg?v=1750856899","url":"https:\/\/ama-prevention.com\/products\/dip-urine-test-2-drugs","provider":"AMA Prévention ","version":"1.0","type":"link"}