{"product_id":"ohaus-explorer-high-capacity-balance","title":"Ohaus Explorer High Capacity Balance","description":"\u003cdiv class=\"ohaus-wrapper\"\u003e\n\u003cstyle\u003e\n        :root {\n            --ohaus-primary: #355782;\n            --ohaus-dark: #222222;\n            --ohaus-gray: #f4f6f8;\n            --text-color: #4a4a4a;\n            --border-color: #e1e1e1;\n            --accent-light: #e8eef4;\n        }\n\n        .ohaus-wrapper {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: var(--text-color);\n            line-height: 1.6;\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .ohaus-wrapper *, .ohaus-wrapper *::before, .ohaus-wrapper *::after {\n            box-sizing: inherit;\n        }\n\n        .ohaus-wrapper h1, .ohaus-wrapper h2, .ohaus-wrapper h3, .ohaus-wrapper h4, .ohaus-wrapper h5 {\n            color: var(--ohaus-dark);\n            margin-top: 0;\n            line-height: 1.25;\n        }\n\n        .ohaus-wrapper h1 { font-size: 32px; font-weight: 700; margin-bottom: 15px; }\n\n        .ohaus-wrapper h2 {\n            font-size: 26px;\n            font-weight: 700;\n            margin-bottom: 25px;\n            position: relative;\n            padding-bottom: 15px;\n        }\n        .ohaus-wrapper h2::after {\n            content: ''; position: absolute; bottom: 0; left: 0; width: 60px; height: 3px; background-color: var(--ohaus-primary);\n        }\n\n        .ohaus-wrapper h3 {\n            font-size: 22px;\n            font-weight: 700;\n            margin-bottom: 20px;\n            color: var(--ohaus-primary);\n        }\n\n        .ohaus-wrapper p { margin-bottom: 20px; font-size: 16px; color: #555; }\n        .ohaus-wrapper ul { padding-left: 20px; margin-bottom: 20px; }\n        .ohaus-wrapper li { margin-bottom: 8px; color: #555; }\n\n        \/* 1. HERO SECTION *\/\n        .ohaus-hero {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 50px;\n            align-items: center;\n            margin-bottom: 70px;\n            background: #fff;\n        }\n        .ohaus-hero-media { flex: 1 1 450px; }\n        .ohaus-hero-content { flex: 1 1 450px; }\n        .ohaus-hero-subtitle {\n            font-size: 20px;\n            color: var(--ohaus-primary);\n            font-weight: 600;\n            margin-bottom: 20px;\n            display: block;\n        }\n        .ohaus-badge {\n            display: inline-block; background: var(--accent-light); color: var(--ohaus-primary); font-size: 12px;\n            padding: 5px 10px; border-radius: 4px; margin-bottom: 15px;\n            font-weight: 700; text-transform: uppercase; letter-spacing: 1px;\n        }\n        .ohaus-variant-badge {\n            display: inline-block; background: #E8F5E9; color: #2E7D32; font-size: 11px;\n            padding: 4px 10px; border-radius: 4px; margin-right: 6px; margin-top: 8px;\n            font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;\n        }\n\n        \/* Authorized Dealer Box *\/\n        .authorized-dealer-box {\n            display: flex; align-items: center; gap: 20px; margin-top: 30px;\n            padding: 20px; background-color: #fafafa;\n            border-left: 5px solid var(--ohaus-primary);\n            border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.03);\n        }\n        .dealer-logo { max-height: 40px; width: auto; }\n        .dealer-text { font-size: 14px; color: #555; line-height: 1.4; }\n\n        \/* 2. FEATURES GRID *\/\n        .ohaus-features-grid {\n            display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n            gap: 30px; margin-bottom: 70px;\n        }\n        .feature-box {\n            background: var(--ohaus-gray); padding: 30px; border-radius: 12px;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            position: relative; overflow: hidden; display: flex; flex-direction: column; height: 100%;\n        }\n        .feature-box:hover { transform: translateY(-5px); background: #fff; box-shadow: 0 15px 30px rgba(0,0,0,0.08); }\n        .feature-box::before {\n            content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px;\n            background: var(--ohaus-primary); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease;\n        }\n        .feature-box:hover::before { transform: scaleX(1); }\n        .feature-icon-svg { width: 48px; height: 48px; fill: var(--ohaus-primary); margin-bottom: 20px; display: block; }\n        .feature-box h4 { font-size: 19px; font-weight: 700; margin-bottom: 15px; }\n\n        \/* 3. SECTION ROWS *\/\n        .ohaus-section-row { display: flex; flex-wrap: wrap; gap: 50px; margin-bottom: 70px; align-items: center; }\n        .ohaus-section-row.reverse { flex-direction: row-reverse; }\n        .ohaus-section-text { flex: 1 1 400px; }\n        .ohaus-section-img { flex: 1 1 400px; }\n        .ohaus-section-img img { width: 100%; border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }\n\n        \/* Applications List *\/\n        .app-list {\n            display: flex; flex-wrap: wrap; gap: 10px; padding: 0 !important; list-style: none !important; margin-top: 20px;\n            margin-left: 0 !important;\n        }\n        .app-list li {\n            background: #fff; border: 1px solid #ddd; padding: 8px 16px;\n            border-radius: 20px; font-size: 14px; font-weight: 600; color: var(--ohaus-dark); margin: 0;\n            list-style: none !important;\n            list-style-type: none !important;\n        }\n        .app-list li::before, .app-list li::after { content: none !important; display: none !important; }\n\n        \/* MODULAR DESIGN HIGHLIGHT SECTION *\/\n        .modular-highlight {\n            background: linear-gradient(135deg, #355782 0%, #2a4567 100%);\n            border-radius: 16px;\n            padding: 50px 40px;\n            margin-bottom: 70px;\n            display: flex;\n            flex-wrap: wrap;\n            gap: 40px;\n            align-items: center;\n            color: #fff;\n        }\n        .modular-content { flex: 1 1 400px; }\n        .modular-content h3 { color: #fff; font-size: 28px; margin-bottom: 20px; }\n        .modular-content p { color: rgba(255,255,255,0.9); font-size: 16px; }\n        .modular-content ul { list-style: none; padding: 0; margin: 0; }\n        .modular-content li {\n            padding: 10px 0;\n            border-bottom: 1px solid rgba(255,255,255,0.15);\n            color: #fff;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n        .modular-content li:last-child { border-bottom: none; }\n        .modular-content li svg { width: 20px; height: 20px; fill: #8eb4d9; flex-shrink: 0; }\n        .modular-image { flex: 1 1 350px; text-align: center; }\n        .modular-image img { max-width: 100%; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.3); }\n\n        \/* NTEP CERTIFICATION SECTION *\/\n        .ntep-section {\n            background: #fff;\n            border: 2px solid #43A047;\n            border-radius: 12px;\n            padding: 35px;\n            margin-bottom: 70px;\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            align-items: center;\n        }\n        .ntep-icon {\n            flex-shrink: 0;\n            width: 80px;\n            height: 80px;\n            background: #E8F5E9;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .ntep-icon svg { width: 40px; height: 40px; fill: #43A047; }\n        .ntep-content { flex: 1; }\n        .ntep-content h4 { font-size: 22px; margin: 0 0 10px 0; color: #2E7D32; }\n        .ntep-content p { margin: 0; font-size: 15px; color: #555; }\n        .ntep-badge {\n            display: inline-block;\n            background: #43A047;\n            color: #fff;\n            padding: 6px 14px;\n            border-radius: 4px;\n            font-size: 12px;\n            font-weight: 700;\n            margin-top: 15px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-right: 8px;\n        }\n\n        \/* GLP\/GMP COMPLIANCE SECTION *\/\n        .compliance-section {\n            background: var(--ohaus-gray);\n            border-radius: 16px;\n            padding: 50px 40px;\n            margin-bottom: 70px;\n        }\n        .compliance-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n            margin-top: 30px;\n        }\n        .compliance-item {\n            background: #fff;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.03);\n            border-top: 4px solid var(--ohaus-primary);\n        }\n        .compliance-item h5 {\n            font-size: 18px;\n            font-weight: 700;\n            margin: 0 0 12px 0;\n            color: var(--ohaus-dark);\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        .compliance-item h5 svg { width: 24px; height: 24px; fill: var(--ohaus-primary); }\n        .compliance-item p { font-size: 14px; margin: 0; color: #666; }\n\n        \/* IP54 DURABILITY SECTION *\/\n        .durability-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n            gap: 25px;\n            margin-bottom: 70px;\n        }\n        .durability-card {\n            background: #fff;\n            border: 1px solid var(--border-color);\n            border-radius: 12px;\n            padding: 30px;\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        .durability-card:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 12px 25px rgba(0,0,0,0.07);\n        }\n        .durability-card-icon {\n            width: 56px;\n            height: 56px;\n            background: var(--accent-light);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 18px auto;\n        }\n        .durability-card-icon svg { width: 28px; height: 28px; fill: var(--ohaus-primary); }\n        .durability-card h5 { font-size: 17px; font-weight: 700; margin: 0 0 10px 0; }\n        .durability-card p { font-size: 14px; margin: 0; color: #666; }\n\n        \/* 4. SPECS TABLE *\/\n        .table-container {\n            overflow-x: auto; margin-bottom: 70px; border: 1px solid var(--border-color);\n            border-radius: 8px; background: #fff;\n            transition: opacity 0.3s ease;\n        }\n        .ohaus-specs-table { width: 100%; border-collapse: collapse; font-size: 15px; min-width: 600px; }\n        .ohaus-specs-table th, .ohaus-specs-table td {\n            padding: 14px 20px; border-bottom: 1px solid var(--border-color); text-align: left; vertical-align: middle;\n        }\n        .ohaus-specs-table th {\n            background-color: #f9fafb; font-weight: 700; color: var(--ohaus-dark); width: 40%; border-right: 1px solid var(--border-color);\n        }\n        .ohaus-specs-table tr:last-child th, .ohaus-specs-table tr:last-child td { border-bottom: none; }\n        .ohaus-specs-table tr:hover td { background-color: #fafafa; }\n\n        \/* 5. SHIPPING GUARANTEE *\/\n        .ohaus-shipping-guarantee {\n            background-color: #f9fafb; border: 2px solid #eaeff4; border-radius: 16px;\n            padding: 50px 40px; margin-bottom: 50px;\n        }\n        .shipping-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 25px; }\n        .shipping-item {\n            background: #fff; padding: 25px; border-radius: 12px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.03); border-left: 5px solid var(--ohaus-primary);\n        }\n        .shipping-icon { width: 40px; height: 40px; fill: var(--ohaus-primary); margin-bottom: 15px; display: block; }\n        .shipping-item h5 { font-size: 18px; font-weight: 700; margin-top: 0; margin-bottom: 10px; color: var(--ohaus-dark); }\n        .shipping-item p { font-size: 14px; margin: 0; }\n\n        \/* RESPONSIVE *\/\n        @media (max-width: 768px) {\n            .ohaus-hero, .ohaus-section-row, .ohaus-section-row.reverse { flex-direction: column; }\n            .ohaus-hero-media, .ohaus-section-img, .ohaus-section-text, .ohaus-hero-content { width: 100%; }\n            .modular-highlight { flex-direction: column; padding: 30px 20px; }\n            .ntep-section { flex-direction: column; text-align: center; }\n            .ntep-icon { margin: 0 auto; }\n\n            .table-container { overflow-x: visible; border: none; background: transparent; }\n            .ohaus-specs-table { min-width: 0; width: 100%; display: block; }\n            .ohaus-specs-table tbody { display: block; width: 100%; }\n            .ohaus-specs-table tr { display: block; width: 100%; margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }\n            .ohaus-specs-table th { display: block; width: 100%; border-bottom: 1px solid #eee; border-right: none; background: #f8f8f8; font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; color: #666; padding: 10px 15px 5px 15px; }\n            .ohaus-specs-table td { display: block; width: 100%; border-bottom: none; padding: 5px 15px 15px 15px; font-size: 16px; font-weight: 600; color: #222; }\n        }\n    \u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"ohaus-hero\"\u003e\n\u003cdiv class=\"ohaus-hero-media\"\u003e\u003cimg style=\"width: 100%; height: auto; border-radius: 12px; display: block;\" alt=\"Ohaus Explorer High Capacity Balance\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/ex12001n-other-1.jpg?v=1772546658\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ohaus-hero-content\"\u003e\n\u003cspan class=\"ohaus-badge\"\u003eExplorer™ EX...N High Capacity Series\u003c\/span\u003e\n\u003ch1\u003eOhaus Explorer™ High Capacity Balance\u003c\/h1\u003e\n\u003cspan class=\"ohaus-hero-subtitle\"\u003eCapacity up to \u003cspan data-variant-dynamic=\"heroCapacity\"\u003e12,000 g\u003c\/span\u003e · 0.1 g Readability · NTEP Certified\u003c\/span\u003e\n\u003cp\u003eThe Explorer High Capacity Balance delivers unmatched functionality and performance for demanding laboratory and industrial weighing applications. Featuring a brilliant 5.7\" full-color VGA touchscreen, AutoCal™ automatic calibration, a lightning-fast 1-second stabilization time, and a modular display that separates from the base — the Explorer is the definitive solution for professionals who demand accuracy, flexibility, and compliance in one powerful instrument.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e5.7\" Color Touchscreen:\u003c\/strong\u003e Full-color VGA display with touchless sensors for hands-free operation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAutoCal™ Calibration:\u003c\/strong\u003e Automatic internal calibration ensures consistent accuracy.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNTEP \u0026amp; Measurement Canada:\u003c\/strong\u003e Certified legal for trade for commercial applications.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e13 Application Modes:\u003c\/strong\u003e From basic weighing to SQC and density determination.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv id=\"variant-badges\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"authorized-dealer-box\"\u003e\n\u003cimg class=\"dealer-logo\" alt=\"Weighcore Authorized Dealer\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/weighcore_logo_black.png?v=1764505484\"\u003e\n\u003cdiv class=\"dealer-text\"\u003e\n\u003cstrong\u003eAuthorized Ohaus Partner\u003c\/strong\u003e Guaranteed authentic. Sold with full manufacturer warranty and support, exclusively by \u003cstrong\u003eWeighcore\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES GRID --\u003e\n\u003ch2\u003eWhy Choose Explorer™ High Capacity?\u003c\/h2\u003e\n\u003cdiv class=\"ohaus-features-grid\"\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003csvg class=\"feature-icon-svg\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M21 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H3V5h18v14zM5 15h14v3H5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch4\u003e5.7\" Color Touchscreen\u003c\/h4\u003e\n\u003cp\u003eThe large full-color VGA touchscreen with user-controlled brightness and icon-based interface makes complex tasks simple. Two touchless sensors enable hands-free operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003csvg class=\"feature-icon-svg\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58a.49.49 0 0 0 .12-.61l-1.92-3.32a.488.488 0 0 0-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54a.484.484 0 0 0-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58a.49.49 0 0 0-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61l-2.01-1.58zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch4\u003eAutoCal™ Calibration\u003c\/h4\u003e\n\u003cp\u003eAutomatic internal calibration triggered by time or temperature changes ensures your measurements remain accurate — no external weights needed, no downtime.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003csvg class=\"feature-icon-svg\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch4\u003eIP54 Rugged Housing\u003c\/h4\u003e\n\u003cp\u003eDie-cast metal base and top housing with IP54 ingress protection withstand debris, humidity, and accidental spills — built for demanding industrial environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003csvg class=\"feature-icon-svg\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M13 3c-4.97 0-9 4.03-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42C8.27 19.99 10.51 21 13 21c4.97 0 9-4.03 9-9s-4.03-9-9-9zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch4\u003e1-Second Stabilization\u003c\/h4\u003e\n\u003cp\u003eLightning-fast stabilization time dramatically increases throughput. Process more samples in less time with reliable, consistent readings every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003csvg class=\"feature-icon-svg\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M4 6h18V4H4c-1.1 0-2 .9-2 2v11H0v3h14v-3H4V6zm19 2h-6c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zm-1 9h-4v-7h4v7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch4\u003eModular Design\u003c\/h4\u003e\n\u003cp\u003eThe display separates from the weighing base up to 5 feet — or 27 feet with an optional extension cable. Tower and wall mount options add even more flexibility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003csvg class=\"feature-icon-svg\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M23 12l-2.44-2.79.34-3.69-3.61-.82-1.89-3.2L12 2.96 8.6 1.5 6.71 4.69 3.1 5.5l.34 3.7L1 12l2.44 2.79-.34 3.7 3.61.82 1.89 3.2L12 21.04l3.4 1.46 1.89-3.2 3.61-.82-.34-3.69L23 12zm-12.91 4.72l-3.8-3.81 1.48-1.48 2.32 2.33 5.85-5.87 1.48 1.48-7.33 7.35z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch4\u003eNTEP Certified\u003c\/h4\u003e\n\u003cp\u003eAll models are NTEP and Measurement Canada certified — legal for trade in commercial applications including retail, shipping, and regulated transactions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MODULAR DESIGN HIGHLIGHT SECTION --\u003e\n\u003cdiv class=\"modular-highlight\"\u003e\n\u003cdiv class=\"modular-content\"\u003e\n\u003ch3\u003eModular Flexibility, Limitless Placement\u003c\/h3\u003e\n\u003cp\u003eThe Explorer's ingenious modular design lets you position the display exactly where you need it — separate from the base for maximum workspace flexibility.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Display separates up to 5 ft (1.5 m) standard from base\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Optional extension cable extends reach to 27 ft (9 m)\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Tower mount and wall mount options for versatile installation\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Two touchless sensors for hands-free print and tare\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Front-facing level indicator with on-screen level assist\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Support for up to 14 operating languages\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"modular-image\"\u003e\u003cimg alt=\"Explorer High Capacity Modular Design — Display Separates from Base\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/ex12001n-other-4.jpg?v=1772546658\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- NTEP \u0026 MEASUREMENT CANADA CERTIFICATION SECTION --\u003e\n\u003cdiv class=\"ntep-section\" id=\"section-ntep\" data-variant-section=\"\"\u003e\n\u003cdiv class=\"ntep-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M23 12l-2.44-2.79.34-3.69-3.61-.82-1.89-3.2L12 2.96 8.6 1.5 6.71 4.69 3.1 5.5l.34 3.7L1 12l2.44 2.79-.34 3.7 3.61.82 1.89 3.2L12 21.04l3.4 1.46 1.89-3.2 3.61-.82-.34-3.69L23 12zm-12.91 4.72l-3.8-3.81 1.48-1.48 2.32 2.33 5.85-5.87 1.48 1.48-7.33 7.35z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"ntep-content\"\u003e\n\u003ch4\u003eNTEP Certified \u0026amp; Measurement Canada Approved — Legal for Trade\u003c\/h4\u003e\n\u003cp\u003eAll Explorer High Capacity models carry \u003cstrong\u003eNTEP Certificate of Conformance #12-012\u003c\/strong\u003e and \u003cstrong\u003eMeasurement Canada Approval AM-5847\u003c\/strong\u003e, ensuring compliance with national standards for commercial weighing accuracy. These certifications make the Explorer suitable for regulated commercial applications — including retail, shipping, pharmaceutical dispensing, and trade transactions in both the United States and Canada.\u003c\/p\u003e\n\u003cspan class=\"ntep-badge\"\u003eNTEP #12-012\u003c\/span\u003e \u003cspan class=\"ntep-badge\"\u003eMeasurement Canada AM-5847\u003c\/span\u003e \u003cspan class=\"ntep-badge\"\u003eLegal for Trade\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GLP\/GMP COMPLIANCE SECTION --\u003e\n\u003cdiv class=\"compliance-section\"\u003e\n\u003ch2 style=\"margin-bottom: 10px;\"\u003eGLP\/GMP Compliance \u0026amp; Data Integrity\u003c\/h2\u003e\n\u003cp style=\"max-width: 800px;\"\u003eThe Explorer is engineered to meet the rigorous documentation requirements of regulated laboratories and commercial operations. Built-in compliance features ensure complete data integrity and traceability.\u003c\/p\u003e\n\u003cdiv class=\"compliance-grid\"\u003e\n\u003cdiv class=\"compliance-item\"\u003e\n\u003ch5\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Real-Time Clock\u003c\/h5\u003e\n\u003cp\u003eTimestamps on all printed data ensure complete traceability and audit compliance for every measurement and calibration event.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compliance-item\"\u003e\n\u003ch5\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e GLP\/GMP Data Output\u003c\/h5\u003e\n\u003cp\u003eAutomatic documentation includes balance ID, date, time, user ID, project ID, and calibration records for complete regulatory compliance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compliance-item\"\u003e\n\u003ch5\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Security \u0026amp; Lockout\u003c\/h5\u003e\n\u003cp\u003eMenu lock switch, software lockout, calibration lock, and security bracket prevent unauthorized adjustments and ensure data integrity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compliance-item\"\u003e\n\u003ch5\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 14H5v-2h7v2zm5-4H5v-2h12v2zm0-4H5V7h12v2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Excel Data Transfer\u003c\/h5\u003e\n\u003cp\u003eThe Data Transfer Function outputs measurement data directly to Microsoft Excel for seamless integration with your data management workflow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- APPLICATIONS SECTION --\u003e\n\u003cdiv class=\"ohaus-section-row\"\u003e\n\u003cdiv class=\"ohaus-section-img\"\u003e\u003cimg alt=\"Ohaus Explorer High Capacity weighing a stainless steel container\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/ex12001n-other-6.jpg?v=1772546659\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ohaus-section-text\"\u003e\n\u003ch3\u003e13 Built-In Application Modes\u003c\/h3\u003e\n\u003cp\u003eFrom routine weighing to statistical quality control, the Explorer offers the most comprehensive suite of application modes in its class — handling virtually any measurement challenge in laboratory, industrial, and commercial settings.\u003c\/p\u003e\n\u003cul class=\"app-list\"\u003e\n\u003cli\u003eGeneral Weighing\u003c\/li\u003e\n\u003cli\u003eParts Counting\u003c\/li\u003e\n\u003cli\u003ePercent Weighing\u003c\/li\u003e\n\u003cli\u003eCheckweighing\u003c\/li\u003e\n\u003cli\u003eAnimal\/Dynamic Weighing\u003c\/li\u003e\n\u003cli\u003eFilling\u003c\/li\u003e\n\u003cli\u003eTotalization \u0026amp; Statistics\u003c\/li\u003e\n\u003cli\u003eFormulation\u003c\/li\u003e\n\u003cli\u003eDifferential Weighing\u003c\/li\u003e\n\u003cli\u003eDensity Determination\u003c\/li\u003e\n\u003cli\u003ePeak Hold\u003c\/li\u003e\n\u003cli\u003eIngredient Costing\u003c\/li\u003e\n\u003cli\u003eStatistical Quality Control\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CONNECTIVITY SECTION --\u003e\n\u003cdiv class=\"ohaus-section-row reverse\"\u003e\n\u003cdiv class=\"ohaus-section-img\"\u003e\u003cimg alt=\"Ohaus Explorer High Capacity Connectivity Ports\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/ex12001n-other-8.jpg?v=1772546658\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ohaus-section-text\"\u003e\n\u003ch3\u003eSeamless Connectivity\u003c\/h3\u003e\n\u003cp\u003eThe Explorer comes equipped with comprehensive connectivity options to integrate seamlessly into your laboratory workflow, data management systems, and commercial operations.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eUSB Port:\u003c\/strong\u003e Standard USB connection for PC data transfer and direct Excel output.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRS232 Serial:\u003c\/strong\u003e Standard serial communication for printers and legacy systems.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOptional Ethernet:\u003c\/strong\u003e Add network connectivity for LIMS integration and remote data access.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOptional Second RS232:\u003c\/strong\u003e Connect additional peripherals simultaneously.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAuxiliary Display:\u003c\/strong\u003e Connect an optional second display for remote viewing.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DURABILITY \u0026 DESIGN SECTION --\u003e\n\u003ch2\u003eBuilt for Demanding Environments\u003c\/h2\u003e\n\u003cdiv class=\"durability-grid\"\u003e\n\u003cdiv class=\"durability-card\"\u003e\n\u003cdiv class=\"durability-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch5\u003eIP54 Protection\u003c\/h5\u003e\n\u003cp\u003eMetal housing rated IP54 withstands dust, debris, humidity, and accidental liquid splashes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"durability-card\"\u003e\n\u003cdiv class=\"durability-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M6 6.9L3.87 4.78 5.28 3.37l8.49 8.49-1.42 1.42-2.12-2.12L6 14.9V6.9zm12 10.2l2.13 2.12-1.42 1.42-8.48-8.49 1.41-1.41 2.13 2.12L18 9.1v8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch5\u003eQuadrastance™ Leveling\u003c\/h5\u003e\n\u003cp\u003eFour adjustable thumbwheels deliver superior stability on any surface with front-facing level indicator.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"durability-card\"\u003e\n\u003cdiv class=\"durability-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8 17l-5-5h3V9h4v5h3l-5 5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch5\u003e2-D Shock Protection\u003c\/h5\u003e\n\u003cp\u003eBuilt-in protection prevents damage from movement and applied forces during daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"durability-card\"\u003e\n\u003cdiv class=\"durability-card-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 3c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6zm7 13H5v-.23c0-.62.28-1.2.76-1.58C7.47 15.82 9.64 15 12 15s4.53.82 6.24 2.19c.48.38.76.97.76 1.58V19z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch5\u003eLarge Stainless Pan\u003c\/h5\u003e\n\u003cp\u003e14.8\" × 12.2\" removable stainless steel pan handles heavy, oversized samples with ease.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WEIGH-BELOW \u0026 ACCESSORIES SECTION --\u003e\n\u003cdiv class=\"ohaus-section-row\"\u003e\n\u003cdiv class=\"ohaus-section-img\"\u003e\u003cimg alt=\"Ohaus Explorer High Capacity Pan Disassembly\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/ex12001n-other-5.jpg?v=1772546658\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ohaus-section-text\"\u003e\n\u003ch3\u003eVersatile Accessories \u0026amp; Options\u003c\/h3\u003e\n\u003cp\u003eThe Explorer High Capacity is designed for adaptability. From below-balance weighing to cordless operation, these options extend the Explorer's capabilities to match your specific workflow.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeigh-Below Hook:\u003c\/strong\u003e Integral hook included for density determination and below-balance weighing applications.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRechargeable Battery:\u003c\/strong\u003e Optional accessory provides up to 10 hours of cordless operation for maximum placement flexibility.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdjustable Rolling Feet:\u003c\/strong\u003e Optional accessory allows easy relocation of high-capacity models.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCable Storage:\u003c\/strong\u003e Built-in cable management system underneath the base keeps your workspace organized.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIn-Use Cover:\u003c\/strong\u003e Full housing cover included to protect the balance during active use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TECHNICAL SPECIFICATIONS --\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"table-container\"\u003e\n\u003ctable class=\"ohaus-specs-table\"\u003e\n\u003ctbody id=\"specs-table-body\"\u003e\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- SHIPPING GUARANTEE --\u003e\n\u003cdiv class=\"ohaus-shipping-guarantee\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 40px;\"\u003e\n\u003ch3\u003eSafe Shipping \u0026amp; Packaging Guarantee\u003c\/h3\u003e\n\u003cp style=\"max-width: 700px; margin: 0 auto; color: #666;\"\u003eWe understand that precision balances are critical investments. At Weighcore, we eliminate the risk of shipping damage with our premium, reinforced packaging standards.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-grid\"\u003e\n\u003cdiv class=\"shipping-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" class=\"shipping-icon\"\u003e\u003cpath d=\"M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch5\u003eReinforced Packaging\u003c\/h5\u003e\n\u003cp\u003eEvery unit is shipped in shock-absorbing foam, fortified with extra protective layers to withstand transit vibrations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" class=\"shipping-icon\"\u003e\u003cpath d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch5\u003e100% Insured Transport\u003c\/h5\u003e\n\u003cp\u003eYour investment is fully protected. We provide comprehensive insurance coverage against loss or damage during transit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" class=\"shipping-icon\"\u003e\u003cpath d=\"M18 10h-2V7c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v3H6c-1.1 0-2 .9-2 2v8c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-8c0-1.1-.9-2-2-2zm-6 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm-2-5h4v3h-4V7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch5\u003eSpecialized Handling\u003c\/h5\u003e\n\u003cp\u003eWe work with logistics partners who understand the importance of handling sensitive laboratory and industrial equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SHOPIFY INTEGRATION SCRIPT --\u003e\n\u003c\/div\u003e","brand":"Ohaus","offers":[{"title":"EX12001N (12,000 g \/ 0.1 g)","offer_id":53337973358805,"sku":"EX12001N","price":5230.05,"currency_code":"USD","in_stock":true},{"title":"EX24001N (24,000 g \/ 0.1 g)","offer_id":53337973391573,"sku":"EX24001N","price":6304.45,"currency_code":"USD","in_stock":true},{"title":"EX35001N (35,000 g \/ 0.1 g)","offer_id":53337973424341,"sku":"EX35001N","price":7365.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/ex12001n-other-1.jpg?v=1772546658","url":"https:\/\/weighcore.com\/products\/ohaus-explorer-high-capacity-balance","provider":"Weighcore","version":"1.0","type":"link"}