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