{"product_id":"vericheck-urine-drug-test-oxy-oxycodone","title":"VeriCheck Urine Drug Test - OXY Oxycodone","description":"\u003cstyle\u003e\n  \/* Unique Class Names to Avoid Conflicts *\/\n  .vck-tabs-wrapper {\n    margin: 20px 0;\n    position: relative;\n  }\n  \n  \/* Hide the actual radio buttons *\/\n  .vck-tab-radio {\n    display: none !important;\n  }\n  \n  .vck-tab-buttons {\n    display: flex;\n    gap: 0;\n    border-bottom: 2px solid #e5e5e5;\n    margin-bottom: 25px;\n  }\n  \n  .vck-tab-btn {\n    padding: 12px 24px;\n    background: none;\n    border: none;\n    cursor: pointer;\n    font-size: 14px;\n    font-weight: 600;\n    color: #666;\n    transition: all 0.3s ease;\n    border-bottom: 2px solid transparent;\n    margin-bottom: -2px;\n    display: inline-block;\n  }\n  \n  .vck-tab-btn:hover {\n    color: #333;\n  }\n  \n  \/* Highlight the label of the checked radio button *\/\n  #vck-tab-desc:checked ~ .vck-tab-buttons label[for=\"vck-tab-desc\"],\n  #vck-tab-instruct:checked ~ .vck-tab-buttons label[for=\"vck-tab-instruct\"] {\n    color: #000 !important;\n    border-bottom-color: #000 !important;\n  }\n  \n  \/* Hide all panels by default *\/\n  .vck-tab-panel {\n    display: none !important;\n  }\n  \n  \/* Show the correct panel based on which radio is checked *\/\n  #vck-tab-desc:checked ~ .vck-tabs-content .vck-panel-desc {\n    display: block !important;\n  }\n  \n  #vck-tab-instruct:checked ~ .vck-tabs-content .vck-panel-instruct {\n    display: block !important;\n  }\n  \n  \/* Introduction Box *\/\n  .vck-intro-box {\n    background-color: #e8f4ff;\n    border-left: 5px solid #0066cc;\n    padding: 15px;\n    margin: 20px 0;\n    font-size: 13px;\n    color: #555;\n    line-height: 1.6;\n  }\n  \n  \/* Drug Information Table *\/\n  .vck-table-wrap {\n    margin: 20px 0;\n    overflow-x: auto;\n  }\n  \n  .vck-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: #fff;\n    border: 1px solid #ccc;\n  }\n  \n  .vck-table th {\n    border: 1px solid #ccc;\n    padding: 12px 15px;\n    text-align: left;\n    font-size: 13px;\n    background: #e8e8e8;\n    font-weight: 600;\n  }\n  \n  .vck-table td {\n    border: 1px solid #ccc;\n    padding: 12px 15px;\n    font-size: 13px;\n  }\n  \n  .vck-table img {\n    max-width: 100px;\n    height: auto;\n    display: block;\n    margin: 0 auto;\n  }\n  \n  .vck-table-footer {\n    background: #f5f5f5;\n    border: 1px solid #ccc;\n    border-top: none;\n    padding: 12px 15px;\n    font-size: 12px;\n  }\n  \n  \/* Interpreting Results *\/\n  .vck-results-section {\n    margin: 30px 0;\n  }\n  \n  .vck-result-row {\n    display: flex;\n    gap: 20px;\n    margin-bottom: 30px;\n    align-items: flex-start;\n  }\n  \n  .vck-result-row img {\n    max-width: 200px;\n    border-radius: 4px;\n  }\n  \n  .vck-result-content {\n    flex: 1;\n  }\n  \n  \/* Features List *\/\n  .vck-features-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  \n  .vck-features-list li {\n    padding: 8px 0;\n    font-size: 12px;\n    color: #666;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  \n  .vck-features-list li:last-child {\n    border-bottom: none;\n  }\n  \n  .vck-note-box {\n    background: #f9f9f9;\n    padding: 12px;\n    border-radius: 3px;\n    margin-top: 15px;\n    border: 1px solid #e0e0e0;\n    font-size: 12px;\n    color: #666;\n  }\n  \n  \/* Instructions Links *\/\n  .vck-instructions-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  \n  .vck-instructions-list li {\n    padding: 12px 0;\n    font-size: 14px;\n    border-bottom: 1px solid #f0f0f0;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n  \n  .vck-instructions-list li:last-child {\n    border-bottom: none;\n  }\n  \n  .vck-pdf-link {\n    display: flex;\n    align-items: center;\n    text-decoration: none !important;\n    flex-shrink: 0;\n  }\n  \n  .vck-pdf-icon {\n    width: auto;\n    height: auto;\n    transition: transform 0.2s ease;\n  }\n  \n  .vck-pdf-link:hover .vck-pdf-icon {\n    transform: scale(1.1);\n  }\n  \n  .vck-text-link {\n    color: #0066cc !important;\n    text-decoration: none !important;\n    font-weight: 500;\n    transition: color 0.2s ease;\n  }\n\n   \/* Download Button - Kept exactly as requested *\/\n  .vck-download-btn {\n    text-align: center;\n    margin: 20px 0;\n  }\n  \n  .vck-download-btn a {\n    background-color: #c9444f;\n    color: white !important;\n    padding: 8px 35px;\n    border: none;\n    border-radius: 3px;\n    cursor: pointer;\n    font-weight: 600;\n    font-size: 13px;\n    display: inline-block;\n    box-shadow: 0 1px 3px rgba(0,0,0,0.1);\n    text-decoration: none !important;\n    transition: all 0.3s ease;\n  }\n  \n  .vck-download-btn a:hover {\n    background-color: #b53a45;\n    transform: translateY(-1px);\n    box-shadow: 0 4px 8px rgba(0,0,0,0.15);\n  }\n \n  \n  .vck-text-link:hover {\n    color: #004c99 !important;\n    text-decoration: none !important;\n  }\n  \n  \/* General Links - Blue with no underline *\/\n  .vck-tabs-wrapper a {\n    color: #0066cc !important;\n    text-decoration: none !important;\n  }\n  \n  .vck-tabs-wrapper a:hover {\n    color: #004c99 !important;\n    text-decoration: none !important;\n  }\n  \n  @media (max-width: 768px) {\n    .vck-result-row {\n      flex-direction: column;\n    }\n    \n    .vck-result-row img {\n      max-width: 100%;\n    }\n    \n    .vck-tab-btn {\n      padding: 10px 16px;\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"vck-tabs-wrapper\"\u003e\n  \u003c!-- Hidden Radio Buttons for CSS Tab Logic --\u003e\n  \u003cinput type=\"radio\" name=\"vck-tabs\" id=\"vck-tab-desc\" class=\"vck-tab-radio\" checked\u003e\n  \u003cinput type=\"radio\" name=\"vck-tabs\" id=\"vck-tab-instruct\" class=\"vck-tab-radio\"\u003e\n\n  \u003c!-- Tab Buttons (Labels linked to radio buttons) --\u003e\n  \u003cdiv class=\"vck-tab-buttons\"\u003e\n    \u003clabel for=\"vck-tab-desc\" class=\"vck-tab-btn\"\u003eDescription\u003c\/label\u003e\n    \u003clabel for=\"vck-tab-instruct\" class=\"vck-tab-btn\"\u003eInstructions\u003c\/label\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Tab Content Wrapper --\u003e\n  \u003cdiv class=\"vck-tabs-content\"\u003e\n    \n    \u003c!-- Description Tab --\u003e\n    \u003cdiv class=\"vck-tab-panel vck-panel-desc\"\u003e\n\n      \u003c!-- Download Button --\u003e\n      \u003cdiv class=\"vck-download-btn\"\u003e\n        \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0993\/4680\/9127\/files\/VeriCheck-instructions.pdf?v=1785145692\" target=\"_blank\" style=\"color: white !important;\" rel=\"noopener\"\u003eClick to Download Instructions\u003c\/a\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- Introduction --\u003e\n      \u003cdiv class=\"vck-intro-box\"\u003e\n        \u003cp style=\"margin: 0 0 10px 0;\"\u003eThe \u003cstrong\u003eVeriCheck® Single-Panel Oxycodone (OXY)\u003c\/strong\u003e Urine Drug Test is a rapid, one-step urine screening device designed to detect Oxycodone quickly and accurately.\u003c\/p\u003e\n        \u003cp style=\"margin: 0;\"\u003eSimply insert the test strip into the collected urine sample for 10–15 seconds and read the results after 5 minutes.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- Drug Information Table --\u003e\n      \u003cdiv class=\"vck-table-wrap\"\u003e\n        \u003ch3 style=\"font-size: 14px; font-weight: 600; margin-bottom: 10px; color: #333;\"\u003eThis test screens for the following drugs:\u003c\/h3\u003e\n        \u003ctable class=\"vck-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth style=\"width: 30%;\"\u003eDrug Name\u003c\/th\u003e\n              \u003cth style=\"width: 20%; text-align: center;\"\u003eDrug Information\u003c\/th\u003e\n              \u003cth style=\"width: 25%;\"\u003eScreening Cut-off\u003c\/th\u003e\n              \u003cth style=\"width: 25%;\"\u003eDetection Window\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e\u003ca href=\"\/pages\/oxycodone\"\u003eOxycodone - OXY\u003c\/a\u003e\u003c\/td\u003e\n              \u003ctd style=\"text-align: center;\"\u003e\n                \u003ca href=\"\/pages\/oxycodone\"\u003e\n                  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0993\/4680\/9127\/files\/test_OXY.webp?v=1784553672\" alt=\"Oxycodone\"\u003e\n                \u003c\/a\u003e\n              \u003c\/td\u003e\n              \u003ctd\u003e300 ng\/ml\u003c\/td\u003e\n              \u003ctd\u003e1–5 days\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n        \u003cdiv class=\"vck-table-footer\"\u003e\n          \u003cp style=\"margin: 0 0 6px 0; color: #333; font-weight: 500;\"\u003eAll detection window timeframes are approximate.\u003c\/p\u003e\n          \u003cp style=\"margin: 0;\"\u003e\u003ca href=\"\/pages\/drug-detection-timeframes\"\u003eClick here for more info\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- Interpreting Test Results --\u003e\n      \u003cdiv class=\"vck-results-section\"\u003e\n        \u003ch2 style=\"font-size: 16px; font-weight: 600; margin-bottom: 25px; color: #333;\"\u003eInterpreting Test Results\u003c\/h2\u003e\n        \n        \u003c!-- Positive --\u003e\n        \u003cdiv class=\"vck-result-row\"\u003e\n          \u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0993\/4680\/9127\/files\/cup_results_legend_pos_8c8d3ea3-d68e-4f25-abda-2133b1d8bfde.jpg?v=1784553910\" alt=\"Positive Result\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"vck-result-content\"\u003e\n            \u003ch3 style=\"font-size: 13px; font-weight: 600; margin-bottom: 8px; color: #333;\"\u003ePresumptive Positive:\u003c\/h3\u003e\n            \u003cp style=\"font-size: 13px; line-height: 1.6; color: #555; margin: 0;\"\u003eOne coloured line is visible in the control zone only. No coloured line appears in the test zone, indicating a presumptive positive result for Oxycodone.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \n        \u003c!-- Negative --\u003e\n        \u003cdiv class=\"vck-result-row\"\u003e\n          \u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0993\/4680\/9127\/files\/cup_results_legend-neg.webp?v=1784553991\" alt=\"Negative Result\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"vck-result-content\"\u003e\n            \u003ch3 style=\"font-size: 13px; font-weight: 600; margin-bottom: 8px; color: #333;\"\u003eNegative:\u003c\/h3\u003e\n            \u003cp style=\"font-size: 13px; line-height: 1.6; color: #555; margin: 0;\"\u003eTwo coloured lines are visible in the control zone and test zone, indicating the Oxycodone concentration is below the detection limit or not present.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- Features \u0026 Benefits --\u003e\n      \u003cdiv style=\"margin: 30px 0;\"\u003e\n        \u003ch2 style=\"font-size: 15px; font-weight: 600; margin-bottom: 15px; color: #333;\"\u003eFeatures \u0026amp; Benefits\u003c\/h2\u003e\n        \u003cul class=\"vck-features-list\"\u003e\n          \u003cli\u003e• Quickly screens for recently used Oxycodone\u003c\/li\u003e\n          \u003cli\u003e• Accurate results in approximately 5 minutes\u003c\/li\u003e\n          \u003cli\u003e• Easy-to-read results\u003c\/li\u003e\n          \u003cli\u003e• Simple one-step testing procedure\u003c\/li\u003e\n          \u003cli\u003e• Approximate 18-month shelf life\u003c\/li\u003e\n          \u003cli\u003e• No urine pipetting required\u003c\/li\u003e\n          \u003cli\u003e• No instrumentation required\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \n        \u003cdiv class=\"vck-note-box\"\u003e\n          \u003cp style=\"margin: 0 0 6px 0; font-weight: 600;\"\u003eNote:\u003c\/p\u003e\n          \u003cp style=\"margin: 0 0 6px 0;\"\u003eThis is an individually packaged, one-time use test.\u003c\/p\u003e\n          \u003cp style=\"margin: 0; color: #999; font-size: 11px;\"\u003eThis test is intended for professional and\/or forensic use only.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- Instructions Tab --\u003e\n    \u003cdiv class=\"vck-tab-panel vck-panel-instruct\"\u003e\n      \u003cdiv style=\"margin: 30px 0;\"\u003e\n        \u003ch3 style=\"font-size: 15px; font-weight: 600; margin-bottom: 15px; color: #333;\"\u003eDownloads \u0026amp; Resources\u003c\/h3\u003e\n        \u003cul class=\"vck-instructions-list\"\u003e\n          \u003cli\u003e\n            \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0993\/4680\/9127\/files\/VeriCheck_Drug_Test_Dip.pdf?v=1785436949\" target=\"_blank\" rel=\"noopener\" class=\"vck-text-link\"\u003eProduct Insert\u003c\/a\u003e\n            \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0993\/4680\/9127\/files\/VeriCheck_Drug_Test_Dip.pdf?v=1785436949\" target=\"_blank\" rel=\"noopener\" class=\"vck-pdf-link\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0993\/4680\/9127\/files\/pdfbutton.png?v=1785399008\" alt=\"PDF\" class=\"vck-pdf-icon\"\u003e\n            \u003c\/a\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0993\/4680\/9127\/files\/VeriCheck-instructions_3.pdf?v=1785398513\" target=\"_blank\" rel=\"noopener\" class=\"vck-text-link\"\u003eDevice Instructions\u003c\/a\u003e\n            \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0993\/4680\/9127\/files\/VeriCheck-instructions_3.pdf?v=1785398513\" target=\"_blank\" rel=\"noopener\" class=\"vck-pdf-link\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0993\/4680\/9127\/files\/pdfbutton.png?v=1785399008\" alt=\"PDF\" class=\"vck-pdf-icon\"\u003e\n            \u003c\/a\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0993\/4680\/9127\/files\/VeriCheck_Drug_Test_Dip.pdf?v=1785436949\" target=\"_blank\" rel=\"noopener\" class=\"vck-text-link\"\u003eCross Reactivity\u003c\/a\u003e\n            \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0993\/4680\/9127\/files\/VeriCheck_Drug_Test_Dip.pdf?v=1785436949\" target=\"_blank\" rel=\"noopener\" class=\"vck-pdf-link\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0993\/4680\/9127\/files\/pdfbutton.png?v=1785399008\" alt=\"PDF\" class=\"vck-pdf-icon\"\u003e\n            \u003c\/a\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0993\/4680\/9127\/files\/drugcheck-drugs-of-abuse_1.pdf?v=1785151658\" target=\"_blank\" rel=\"noopener\" class=\"vck-text-link\"\u003eDrugs of Abuse Information\u003c\/a\u003e\n            \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0993\/4680\/9127\/files\/drugcheck-drugs-of-abuse_1.pdf?v=1785151658\" target=\"_blank\" rel=\"noopener\" class=\"vck-pdf-link\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0993\/4680\/9127\/files\/pdfbutton.png?v=1785399008\" alt=\"PDF\" class=\"vck-pdf-icon\"\u003e\n            \u003c\/a\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Drug Test Kits","offers":[{"title":"Default Title","offer_id":51637084324135,"sku":"VC-D01-OXY100","price":5.49,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0993\/4680\/9127\/files\/VeriCheck_Urine_Drug_Test_-_THC_Marijuana.webp?v=1784639872","url":"https:\/\/drugtestkits.ca\/products\/vericheck-urine-drug-test-oxy-oxycodone","provider":"Drug Test Kits","version":"1.0","type":"link"}