{"product_id":"vericheck-urine-drug-test-ethyl-glucuronide-etg-alcohol-test","title":"VeriCheck Urine Drug Test - Ethyl Glucuronide (EtG) Alcohol Test","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  \/* Section Headings *\/\n  .vck-section-title {\n    font-size: 15px;\n    font-weight: 600;\n    margin-bottom: 10px;\n    color: #333;\n    margin-top: 30px;\n  }\n  \n  .vck-section-title:first-of-type {\n    margin-top: 0;\n  }\n  \n  .vck-text-paragraph {\n    font-size: 13px;\n    line-height: 1.6;\n    color: #555;\n    margin: 0 0 15px 0;\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: 13px;\n    color: #555;\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-color: #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  .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\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!-- Main Header --\u003e\n      \u003ch2 style=\"font-size: 18px; font-weight: 600; margin-bottom: 15px; color: #333;\"\u003eDetect Alcohol Use for Up to 84 Hours\u003c\/h2\u003e\n      \n      \u003c!-- Introduction --\u003e\n      \u003cdiv class=\"vck-intro-box\"\u003e\n        \u003cp style=\"margin: 0 0 10px 0;\"\u003eThis lateral flow test for ethyl glucuronide (EtG), a unique biomarker of alcohol use, has been optimized for abstinence monitoring.\u003c\/p\u003e\n        \u003cp style=\"margin: 0;\"\u003eEtG testing previously has been available only through laboratories, at significant cost and several days in transit and processing. The VeriCheck® Rapid EtG urine test delivers accurate, reliable results in as little as one minute, at a fraction of the cost of lab-based EtG tests.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- Calibrated Cut-offs --\u003e\n      \u003ch3 class=\"vck-section-title\"\u003eCalibrated Cut-offs for Practical Use\u003c\/h3\u003e\n      \u003cp class=\"vck-text-paragraph\"\u003eThe \u003cstrong\u003e500 ng\/mL\u003c\/strong\u003e cutoff of the VeriCheck® Rapid EtG dip test is widely considered to be the optimal cutoff for ethyl glucuronide testing for abstinence monitoring. Positive results above the 500 ng\/mL threshold for EtG are consistent with recent ingestion of alcohol – up to approximately 48 hours prior to specimen collection. Studies also indicate that positive results at this cutoff are not associated with incidental alcohol exposure, such as from mouthwash or hand sanitizer.\u003c\/p\u003e\n      \n      \u003c!-- What is EtG --\u003e\n      \u003ch3 class=\"vck-section-title\"\u003eWhat is EtG?\u003c\/h3\u003e\n      \u003cp class=\"vck-text-paragraph\" style=\"margin-bottom: 0;\"\u003eEthyl glucuronide, or EtG, is a unique biomarker of alcohol use. While there are many types of alcohol, including rubbing alcohol, methanol, acetone (nail polish remover), and ethanol (beverage alcohol), EtG testing is specific for the alcohol found in alcoholic beverages.\u003c\/p\u003e\n      \n      \u003c!-- Advantages List --\u003e\n      \u003ch3 class=\"vck-section-title\"\u003eAdvantages of EtG Testing\u003c\/h3\u003e\n      \u003cul class=\"vck-features-list\"\u003e\n        \u003cli\u003e• \u003cstrong\u003eDirect biomarker\u003c\/strong\u003e indicating recent use\u003c\/li\u003e\n        \u003cli\u003e• \u003cstrong\u003eLonger detection window\u003c\/strong\u003e than traditional alcohol tests\u003c\/li\u003e\n        \u003cli\u003e• \u003cstrong\u003eStable in stored specimens\u003c\/strong\u003e (non-volatile)\u003c\/li\u003e\n        \u003cli\u003e• \u003cstrong\u003eIs not formed by fermentation\u003c\/strong\u003e\n\u003c\/li\u003e\n        \u003cli\u003e• \u003cstrong\u003eIs not detected\u003c\/strong\u003e in the urine of abstinent subjects\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;\"\u003eThis test is intended for professional and\/or forensic use only.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \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        \u003ch2 style=\"font-size: 15px; font-weight: 600; margin-bottom: 15px; color: #333;\"\u003eDownloads \u0026amp; Resources\u003c\/h2\u003e\n        \u003cul class=\"vck-instructions-list\"\u003e\n          \u003cli\u003e\n            \u003ca href=\"https:\/\/s3-us-west-2.amazonaws.com\/dtkbucket\/pdf\/drugcheck-urine-alcohol-insert.pdf\" target=\"_blank\" rel=\"noopener\" class=\"vck-text-link\"\u003eProduct Insert\u003c\/a\u003e\n            \u003ca href=\"https:\/\/s3-us-west-2.amazonaws.com\/dtkbucket\/pdf\/drugcheck-urine-alcohol-insert.pdf\" 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:\/\/s3-us-west-2.amazonaws.com\/dtkbucket\/pdf\/VeriCheck-instructions.pdf\" target=\"_blank\" rel=\"noopener\" class=\"vck-text-link\"\u003eDevice Instructions\u003c\/a\u003e\n            \u003ca href=\"https:\/\/s3-us-west-2.amazonaws.com\/dtkbucket\/pdf\/VeriCheck-instructions.pdf\" 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:\/\/s3-us-west-2.amazonaws.com\/dtkbucket\/pdf\/drugcheck-cross-reactivity.pdf\" target=\"_blank\" rel=\"noopener\" class=\"vck-text-link\"\u003eCross Reactivity\u003c\/a\u003e\n            \u003ca href=\"https:\/\/s3-us-west-2.amazonaws.com\/dtkbucket\/pdf\/drugcheck-cross-reactivity.pdf\" 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:\/\/s3-us-west-2.amazonaws.com\/dtkbucket\/pdf\/drugcheck-drugs-of-abuse.pdf\" target=\"_blank\" rel=\"noopener\" class=\"vck-text-link\"\u003eDrugs of Abuse Information\u003c\/a\u003e\n            \u003ca href=\"https:\/\/s3-us-west-2.amazonaws.com\/dtkbucket\/pdf\/drugcheck-drugs-of-abuse.pdf\" 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":51559956775207,"sku":"VC-D01-ETG500","price":8.99,"currency_code":"CAD","in_stock":false}],"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-ethyl-glucuronide-etg-alcohol-test","provider":"Drug Test Kits","version":"1.0","type":"link"}