{"product_id":"urine-drug-screening-test","title":"Urine Drug Screening Test","description":"\u003cdiv class=\"meditest-product-container\"\u003e\n\u003cstyle\u003e\n.meditest-product-container {\n    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n    color: #333;\n    line-height: 1.6;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 0;\n}\n.meditest-product-container h1 {\n    color: #2c7a7b;\n    font-size: 1.8em;\n    margin-bottom: 15px;\n    padding-bottom: 10px;\n    border-bottom: 3px solid #2c7a7b;\n}\n.meditest-product-container h2 {\n    color: #2c7a7b;\n    font-size: 1.4em;\n    margin-top: 25px;\n    margin-bottom: 15px;\n}\n.meditest-product-container h3 {\n    color: #4a9ea1;\n    font-size: 1.15em;\n    margin-top: 20px;\n    margin-bottom: 10px;\n}\n.meditest-product-container p {\n    margin-bottom: 15px;\n}\n.meditest-product-container ul, .meditest-product-container ol {\n    margin-bottom: 15px;\n    padding-left: 25px;\n}\n.meditest-product-container li {\n    margin-bottom: 8px;\n}\n\n\/* Quick Stats Banner *\/\n.quick-stats-banner {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 15px;\n    background: linear-gradient(135deg, #2c7a7b 0%, #4a9ea1 100%);\n    padding: 20px;\n    border-radius: 10px;\n    margin: 20px 0;\n}\n.stat-item {\n    flex: 1;\n    min-width: 140px;\n    text-align: center;\n    color: white;\n    padding: 10px;\n}\n.stat-item .stat-icon {\n    font-size: 1.8em;\n    margin-bottom: 5px;\n}\n.stat-item .stat-label {\n    font-size: 0.75em;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    opacity: 0.9;\n}\n.stat-item .stat-value {\n    font-size: 1.1em;\n    font-weight: 600;\n}\n\n\/* Info Box *\/\n.info-box {\n    background: linear-gradient(135deg, #e6fffa 0%, #f0fff4 100%);\n    border-left: 4px solid #2c7a7b;\n    padding: 15px 20px;\n    margin: 20px 0;\n    border-radius: 0 8px 8px 0;\n}\n.info-box-title {\n    font-weight: 600;\n    color: #2c7a7b;\n    margin-bottom: 8px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n}\n\n\/* DOB Notice *\/\n.dob-notice {\n    background-color: #fff8e6;\n    border-left: 4px solid #f0b429;\n    padding: 15px 20px;\n    margin: 20px 0;\n    border-radius: 0 8px 8px 0;\n}\n.dob-notice strong {\n    color: #856404;\n}\n.dob-notice p {\n    margin: 0;\n    color: #856404;\n}\n\n\/* Detection Window Cards with Icons *\/\n.detection-cards {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n    gap: 15px;\n    margin: 20px 0;\n}\n.detection-card {\n    background: white;\n    border-radius: 12px;\n    padding: 20px 15px;\n    text-align: center;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n    border-top: 4px solid;\n}\n.detection-card.green {\n    border-top-color: #10b981;\n}\n.detection-card.amber {\n    border-top-color: #f59e0b;\n}\n.detection-card.red {\n    border-top-color: #ef4444;\n}\n.detection-card .card-icon {\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    margin: 0 auto 12px;\n}\n.detection-card .card-icon.green {\n    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);\n    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.4);\n}\n.detection-card .card-icon.amber {\n    background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);\n    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.4);\n}\n.detection-card .card-icon.red {\n    background: linear-gradient(135deg, #ef4444 0%, #f87171 100%);\n    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4);\n}\n.detection-card .card-value {\n    font-size: 1.4em;\n    font-weight: 700;\n    color: #1e293b;\n    margin-bottom: 5px;\n}\n.detection-card .card-label {\n    font-size: 0.9em;\n    font-weight: 600;\n    color: #475569;\n    margin-bottom: 3px;\n}\n.detection-card .card-desc {\n    font-size: 0.8em;\n    color: #94a3b8;\n}\n\n\/* Result Interpretation *\/\n.result-cards {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 15px;\n    margin: 20px 0;\n}\n.result-card {\n    padding: 15px;\n    border-radius: 8px;\n    text-align: center;\n}\n.result-card.negative {\n    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);\n    border: 2px solid #10b981;\n}\n.result-card.positive {\n    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);\n    border: 2px solid #ef4444;\n}\n.result-card .result-title {\n    font-weight: 700;\n    font-size: 1.1em;\n    margin-bottom: 8px;\n}\n.result-card .result-desc {\n    font-size: 0.9em;\n    color: #555;\n}\n\n\/* Collapsible Sections *\/\n.collapsible-section {\n    border: 1px solid #e2e8f0;\n    border-radius: 8px;\n    margin-bottom: 10px;\n    overflow: hidden;\n}\n.collapsible-header {\n    background: linear-gradient(135deg, #2c7a7b 0%, #3a8b8c 100%);\n    color: white;\n    padding: 15px 20px;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n}\n.collapsible-header:hover {\n    background: linear-gradient(135deg, #256667 0%, #2c7a7b 100%);\n}\n.collapsible-header h3 {\n    color: white;\n    margin: 0;\n    font-size: 1.05em;\n}\n.collapsible-header .toggle-icon {\n    font-size: 1.2em;\n    transition: transform 0.3s ease;\n}\n.collapsible-section.open .toggle-icon {\n    transform: rotate(180deg);\n}\n.collapsible-content {\n    display: none;\n    padding: 20px;\n    background: #f8fafc;\n}\n.collapsible-section.open .collapsible-content {\n    display: block;\n}\n\n\/* Substances Detected List *\/\n.substances-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 10px;\n    margin: 15px 0;\n}\n.substance-item {\n    background: white;\n    border: 1px solid #e2e8f0;\n    border-left: 4px solid #2c7a7b;\n    padding: 10px 15px;\n    border-radius: 0 6px 6px 0;\n    font-size: 0.95em;\n}\n\n\/* Use Cases Grid *\/\n.use-cases-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 15px;\n    margin: 15px 0;\n}\n.use-case-card {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    border-left: 4px solid #0284c7;\n    padding: 15px;\n    border-radius: 0 8px 8px 0;\n}\n.use-case-card .use-case-title {\n    font-weight: 600;\n    color: #0369a1;\n    margin-bottom: 5px;\n}\n.use-case-card .use-case-desc {\n    font-size: 0.9em;\n    color: #555;\n}\n\n\/* Medical Disclaimer *\/\n.medical-disclaimer {\n    background-color: #f8f9fa;\n    border: 1px solid #dee2e6;\n    border-radius: 8px;\n    padding: 15px 20px;\n    margin-top: 25px;\n    font-size: 0.85em;\n    color: #666;\n}\n\u003c\/style\u003e\n\n\u003cp\u003eThe Opiate Screen (Urine) is a laboratory-confirmed test that detects recent use of opiates and opioids by identifying morphine and related metabolites in your urine sample. This comprehensive screen covers heroin, morphine, codeine, and other opiate compounds, providing accurate results from an accredited UK laboratory.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eWhat's covered in the price:\u003c\/strong\u003e Your purchase includes a urine collection kit with specimen container, illustrated instructions, and prepaid return envelope. Results are delivered securely to the email address provided when ordering within 2 working days of the laboratory receiving your sample.\u003c\/p\u003e\n\n\u003c!-- Quick Stats Banner --\u003e\n\u003cdiv class=\"quick-stats-banner\"\u003e\n    \u003cdiv class=\"stat-item\"\u003e\n        \u003cdiv class=\"stat-icon\"\u003e🧪\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eSample Type\u003c\/div\u003e\n        \u003cdiv class=\"stat-value\"\u003eRandom Urine\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat-item\"\u003e\n        \u003cdiv class=\"stat-icon\"\u003e🏠\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eCollection\u003c\/div\u003e\n        \u003cdiv class=\"stat-value\"\u003eHome Kit\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat-item\"\u003e\n        \u003cdiv class=\"stat-icon\"\u003e📅\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eDetection Window\u003c\/div\u003e\n        \u003cdiv class=\"stat-value\"\u003e2-5 Days\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat-item\"\u003e\n        \u003cdiv class=\"stat-icon\"\u003e⏱️\u003c\/div\u003e\n        \u003cdiv class=\"stat-label\"\u003eResults\u003c\/div\u003e\n        \u003cdiv class=\"stat-value\"\u003e2 Working Days\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"dob-notice\"\u003e\n    \u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e After placing your order, please reply to your order confirmation email with your \u003cstrong\u003edate of birth\u003c\/strong\u003e. This is required by the laboratory for sample processing and cannot be added later.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"info-box\"\u003e\n    \u003cdiv class=\"info-box-title\"\u003e⚠️ Not for Legal Use\u003c\/div\u003e\n    \u003cp style=\"margin-bottom: 0;\"\u003eThis test is provided without chain of custody and is \u003cstrong\u003enot suitable for legal proceedings\u003c\/strong\u003e, court cases, or any purpose requiring formally witnessed sample collection. It is intended for personal health monitoring, occupational screening, and peace of mind testing only.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eWhat Does This Test Detect?\u003c\/h2\u003e\n\n\u003cp\u003eThis test screens for \u003cstrong\u003eopiates\u003c\/strong\u003e, a class of drugs derived from or related to the opium poppy. The screen detects morphine and its metabolites, which are produced when your body processes most opiate compounds:\u003c\/p\u003e\n\n\u003cdiv class=\"substances-grid\"\u003e\n    \u003cdiv class=\"substance-item\"\u003e💊 Heroin (Diamorphine)\u003c\/div\u003e\n    \u003cdiv class=\"substance-item\"\u003e💊 Morphine\u003c\/div\u003e\n    \u003cdiv class=\"substance-item\"\u003e💊 Codeine\u003c\/div\u003e\n    \u003cdiv class=\"substance-item\"\u003e💊 Dihydrocodeine\u003c\/div\u003e\n    \u003cdiv class=\"substance-item\"\u003e💊 Opium\u003c\/div\u003e\n    \u003cdiv class=\"substance-item\"\u003e💊 Papaverine\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Some synthetic opioids (such as fentanyl, tramadol, and methadone) may require separate specific tests as they do not always cross-react with standard opiate immunoassays.\u003c\/p\u003e\n\n\u003ch2\u003eDetection Window\u003c\/h2\u003e\n\n\u003cdiv class=\"detection-cards\"\u003e\n    \u003cdiv class=\"detection-card green\"\u003e\n        \u003cdiv class=\"card-icon green\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"card-value\"\u003e2-3 days\u003c\/div\u003e\n        \u003cdiv class=\"card-label\"\u003eHeroin\u003c\/div\u003e\n        \u003cdiv class=\"card-desc\"\u003eSingle use\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"detection-card green\"\u003e\n        \u003cdiv class=\"card-icon green\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"card-value\"\u003e2-4 days\u003c\/div\u003e\n        \u003cdiv class=\"card-label\"\u003eMorphine\/Codeine\u003c\/div\u003e\n        \u003cdiv class=\"card-desc\"\u003eTypical detection\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"detection-card red\"\u003e\n        \u003cdiv class=\"card-icon red\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"card-value\"\u003eUp to 5 days\u003c\/div\u003e\n        \u003cdiv class=\"card-label\"\u003eHeavy Use\u003c\/div\u003e\n        \u003cdiv class=\"card-desc\"\u003eFrequent or high dose\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003eOpiates are metabolised relatively quickly. Detection times depend on the specific substance, amount used, frequency of use, individual metabolism, and hydration levels.\u003c\/p\u003e\n\n\u003ch2\u003eUnderstanding Your Results\u003c\/h2\u003e\n\n\u003cdiv class=\"result-cards\"\u003e\n    \u003cdiv class=\"result-card negative\"\u003e\n        \u003cdiv class=\"result-title\"\u003e✓ Negative\u003c\/div\u003e\n        \u003cdiv class=\"result-desc\"\u003eNo opiate metabolites detected above the cut-off threshold. This indicates no recent opiate use within the detection window.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"result-card positive\"\u003e\n        \u003cdiv class=\"result-title\"\u003e⚠ Positive\u003c\/div\u003e\n        \u003cdiv class=\"result-desc\"\u003eOpiate metabolites detected above the cut-off level. This indicates opiate use within the detection window. Confirmation by LC-MS\/MS is available if required.\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Collapsible: How the Test Works --\u003e\n\u003cdiv class=\"collapsible-section\"\u003e\n    \u003cdiv class=\"collapsible-header\" onclick=\"this.parentElement.classList.toggle('open')\"\u003e\n        \u003ch3\u003e🔬 How the Test Works\u003c\/h3\u003e\n        \u003cspan class=\"toggle-icon\"\u003e▼\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"collapsible-content\"\u003e\n        \u003cp\u003eThis laboratory test uses \u003cstrong\u003eimmunoassay screening\u003c\/strong\u003e to detect morphine and related opiate metabolites in your urine sample. The test has a standard cut-off level that aligns with European Workplace Drug Testing Society (EWDTS) guidelines.\u003c\/p\u003e\n        \u003cp\u003eIf the initial screen is positive, \u003cstrong\u003eLC-MS\/MS confirmation\u003c\/strong\u003e (Liquid Chromatography-Mass Spectrometry) can be performed to definitively confirm the presence of specific opiates and differentiate between them. Confirmation testing takes an additional 5 working days.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003eCut-off level:\u003c\/strong\u003e The standard screening threshold is 300 ng\/mL for morphine.\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Collapsible: Who Should Consider This Test --\u003e\n\u003cdiv class=\"collapsible-section\"\u003e\n    \u003cdiv class=\"collapsible-header\" onclick=\"this.parentElement.classList.toggle('open')\"\u003e\n        \u003ch3\u003e👥 Who Should Consider This Test?\u003c\/h3\u003e\n        \u003cspan class=\"toggle-icon\"\u003e▼\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"collapsible-content\"\u003e\n        \u003cdiv class=\"use-cases-grid\"\u003e\n            \u003cdiv class=\"use-case-card\"\u003e\n                \u003cdiv class=\"use-case-title\"\u003e💼 Pre-Employment Preparation\u003c\/div\u003e\n                \u003cdiv class=\"use-case-desc\"\u003eCheck your status before a workplace drug test\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"use-case-card\"\u003e\n                \u003cdiv class=\"use-case-title\"\u003e💪 Recovery Monitoring\u003c\/div\u003e\n                \u003cdiv class=\"use-case-desc\"\u003eTrack your progress during opioid recovery programmes\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"use-case-card\"\u003e\n                \u003cdiv class=\"use-case-title\"\u003e🏗️ Occupational Health\u003c\/div\u003e\n                \u003cdiv class=\"use-case-desc\"\u003eNon-legal workplace screening for safety-sensitive roles\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"use-case-card\"\u003e\n                \u003cdiv class=\"use-case-title\"\u003e👨‍👩‍👧 Family Concerns\u003c\/div\u003e\n                \u003cdiv class=\"use-case-desc\"\u003eConcerned about a family member's potential opiate use\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Collapsible: Sample Collection --\u003e\n\u003cdiv class=\"collapsible-section\"\u003e\n    \u003cdiv class=\"collapsible-header\" onclick=\"this.parentElement.classList.toggle('open')\"\u003e\n        \u003ch3\u003e📋 How to Collect Your Sample\u003c\/h3\u003e\n        \u003cspan class=\"toggle-icon\"\u003e▼\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"collapsible-content\"\u003e\n        \u003col\u003e\n            \u003cli\u003e\n\u003cstrong\u003eTiming:\u003c\/strong\u003e A random urine sample collected at any time of day is acceptable.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003ePrepare:\u003c\/strong\u003e Wash your hands thoroughly before collection.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eCollect:\u003c\/strong\u003e Urinate directly into the specimen container provided, filling to at least the minimum line marked on the container.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSeal:\u003c\/strong\u003e Screw the cap on tightly to prevent leakage during transit.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eLabel:\u003c\/strong\u003e Ensure your name and date of birth are clearly written on the specimen container.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eReturn:\u003c\/strong\u003e Place the sealed container in the biohazard bag, complete the request form, and post using the prepaid envelope on the same day as collection.\u003c\/li\u003e\n        \u003c\/ol\u003e\n        \u003cdiv class=\"info-box\"\u003e\n            \u003cdiv class=\"info-box-title\"\u003e💡 Tips for Best Results\u003c\/div\u003e\n            \u003cp style=\"margin-bottom: 0;\"\u003eAvoid excessive fluid intake before collection, as overly diluted samples may require retesting. Post your sample as soon as possible after collection.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Collapsible: Important Information --\u003e\n\u003cdiv class=\"collapsible-section\"\u003e\n    \u003cdiv class=\"collapsible-header\" onclick=\"this.parentElement.classList.toggle('open')\"\u003e\n        \u003ch3\u003eℹ️ Important Information\u003c\/h3\u003e\n        \u003cspan class=\"toggle-icon\"\u003e▼\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"collapsible-content\"\u003e\n        \u003ch4\u003ePrescription Medications\u003c\/h4\u003e\n        \u003cp\u003eIf you are taking prescribed opiate-based medications (such as codeine, morphine, or dihydrocodeine), this test will produce a positive result. Please inform your healthcare provider or employer if you have a valid prescription.\u003c\/p\u003e\n        \n        \u003ch4\u003ePoppy Seeds\u003c\/h4\u003e\n        \u003cp\u003eConsumption of large quantities of poppy seeds (e.g., poppy seed bagels or cakes) can potentially cause a positive result, as poppy seeds contain trace amounts of morphine and codeine. If you have consumed poppy seed products, you may wish to wait 24-48 hours before testing.\u003c\/p\u003e\n        \n        \u003ch4\u003eConfirmation Testing\u003c\/h4\u003e\n        \u003cp\u003eIf your screening result is positive and you require definitive confirmation or differentiation between specific opiates, LC-MS\/MS confirmation testing can be performed. This can help distinguish between heroin use and legitimate codeine medication. Confirmation adds approximately 5 working days to turnaround time.\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"medical-disclaimer\"\u003e\n    \u003cstrong\u003eMedical Disclaimer:\u003c\/strong\u003e This test detects recent opiate use and is not a diagnostic tool for opioid use disorder or impairment. A positive result indicates the presence of opiate metabolites but does not indicate the level of impairment, the exact time of use, or the specific substance consumed. Results should be interpreted by a qualified healthcare professional. If you are struggling with opioid dependency, support is available through FRANK (0300 123 6600) or your GP. This test does not replace professional medical advice, diagnosis, or treatment.\n\u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Medi Test Direct","offers":[{"title":"Default Title","offer_id":61373490135370,"sku":"TDL(UOPI)","price":60.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0944\/5926\/5354\/files\/opiate_screening_urine_home_box.png?v=1773862785","url":"https:\/\/meditestdirect.co.uk\/products\/urine-drug-screening-test","provider":"Medi Test Direct","version":"1.0","type":"link"}