{"product_id":"ohaus-explorer-plus™-high-capacity-exp-precision-balance","title":"Ohaus Explorer Plus™ High Capacity EXP Precision 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        \/* HERO *\/\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: var(--accent-light); color: var(--ohaus-primary); font-size: 11px;\n            padding: 4px 9px; border-radius: 4px; margin-right: 6px; margin-top: 6px;\n            font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;\n        }\n\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        \/* 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        \/* 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        .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; list-style-type: none !important;\n        }\n        .app-list li::before, .app-list li::after { content: none !important; display: none !important; }\n\n        \/* TOUCHSCREEN HIGHLIGHT *\/\n        .touchscreen-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        .touchscreen-content { flex: 1 1 400px; }\n        .touchscreen-content h3 { color: #fff; font-size: 28px; margin-bottom: 20px; }\n        .touchscreen-content p { color: rgba(255,255,255,0.9); font-size: 16px; }\n        .touchscreen-content ul { list-style: none; padding: 0; margin: 0; }\n        .touchscreen-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        .touchscreen-content li:last-child { border-bottom: none; }\n        .touchscreen-content li svg { width: 20px; height: 20px; fill: #8eb4d9; flex-shrink: 0; }\n        .touchscreen-image { flex: 1 1 350px; text-align: center; }\n        .touchscreen-image img { max-width: 100%; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.3); }\n\n        \/* 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 HIGHLIGHT *\/\n        .durability-highlight {\n            background: linear-gradient(135deg, #2c3e50 0%, #1a252f 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        .durability-content { flex: 1 1 400px; }\n        .durability-content h3 { color: #fff; font-size: 28px; margin-bottom: 20px; }\n        .durability-content p { color: rgba(255,255,255,0.9); font-size: 16px; }\n        .durability-content ul { list-style: none; padding: 0; margin: 0; }\n        .durability-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        .durability-content li:last-child { border-bottom: none; }\n        .durability-content li svg { width: 20px; height: 20px; fill: #8eb4d9; flex-shrink: 0; }\n        .durability-image { flex: 1 1 350px; text-align: center; }\n        .durability-image img { max-width: 100%; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.3); }\n\n        \/* CONNECTIVITY GRID *\/\n        .connectivity-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n            gap: 25px;\n            margin-top: 25px;\n            margin-bottom: 70px;\n        }\n        .connectivity-card {\n            background: #fff;\n            border: 1px solid #e1e1e1;\n            border-radius: 12px;\n            padding: 25px;\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        .connectivity-card:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 10px 25px rgba(0,0,0,0.07);\n            border-color: var(--ohaus-primary);\n        }\n        .connectivity-card svg {\n            width: 40px;\n            height: 40px;\n            fill: var(--ohaus-primary);\n            margin-bottom: 15px;\n        }\n        .connectivity-card h5 {\n            font-size: 16px;\n            font-weight: 700;\n            margin: 0 0 8px 0;\n            color: var(--ohaus-dark);\n        }\n        .connectivity-card p {\n            font-size: 13px;\n            margin: 0;\n            color: #666;\n        }\n\n        \/* 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        \/* 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            .touchscreen-highlight, .durability-highlight { flex-direction: column; padding: 30px 20px; }\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 Plus High Capacity EXP Precision Balance\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/exp24001-other-2.jpg?v=1772539723\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ohaus-hero-content\"\u003e\n\u003cspan class=\"ohaus-badge\"\u003eExplorer Plus™ EXP High Capacity Series\u003c\/span\u003e\n\u003ch1\u003eOhaus Explorer Plus™ EXP Series\u003c\/h1\u003e\n\u003cspan class=\"ohaus-hero-subtitle\" data-variant-dynamic=\"heroSubtitle\"\u003eUp to 65 kg Capacity · 0.1 g Readability · AutoCal™\u003c\/span\u003e\n\u003cdiv id=\"variant-badges\"\u003e\u003c\/div\u003e\n\u003cp\u003eThe Explorer Plus™ EXP represents the pinnacle of high-capacity precision weighing. With a stunning 7-inch color glass touchscreen, touchless sensors, IP54-rated construction, and a 100,000-entry audit trail, this flagship balance delivers unmatched precision, compliance, and productivity for pharmaceutical, laboratory, and industrial environments.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e7\" Color Glass Touchscreen:\u003c\/strong\u003e TFT 16.7M color display with intuitive icon-based interface.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAutoCal™ Technology:\u003c\/strong\u003e Automatic internal calibration for consistent accuracy.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFull Connectivity:\u003c\/strong\u003e USB Host ×2, USB-C Device, Ethernet, RS232, optional Wi-Fi\/Bluetooth.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e14 Application Modes:\u003c\/strong\u003e From basic weighing to SQC and flow rate control.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eIP54-Rated Base:\u003c\/strong\u003e Dust and splash-proof for demanding environments.\u003c\/li\u003e\n\u003c\/ul\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 Plus™ EXP?\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\u003e7\" Color Glass Touchscreen\u003c\/h4\u003e\n\u003cp\u003eA stunning TFT 16.7M color glass display with icon-based navigation, multi-language support, and user-definable IDs makes every task effortless and intuitive.\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-Rated Durability\u003c\/h4\u003e\n\u003cp\u003eThe metal base is rated IP54 for protection against dust and splashing water — built to perform reliably in harsh laboratory and 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=\"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 measurements remain accurate without manual intervention or external weights.\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=\"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\n\u003ch4\u003e100,000-Entry Audit Trail\u003c\/h4\u003e\n\u003cp\u003eInternal system log captures every operation for full data traceability. Combined with 4-level user management and NTP time sync, compliance is built in.\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=\"M15 7v4h1v2h-3V5h2l-3-4-3 4h2v8H8v-2.07c.7-.37 1.2-1.08 1.2-1.93 0-1.21-.99-2.2-2.2-2.2-1.21 0-2.2.99-2.2 2.2 0 .85.5 1.56 1.2 1.93V13c0 1.1.9 2 2 2h3v3.05c-.71.37-1.2 1.1-1.2 1.95 0 1.22.99 2.2 2.2 2.2 1.21 0 2.2-.98 2.2-2.2 0-.85-.49-1.58-1.2-1.95V15h3c1.1 0 2-.9 2-2v-2h1V7h-4z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch4\u003eAdvanced Connectivity\u003c\/h4\u003e\n\u003cp\u003eUSB Host ×2, USB-C Device, Ethernet RJ45, RS232, plus optional Wi-Fi and Bluetooth. Driverless HID support for plug-and-play PC connectivity.\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=\"M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2zm0 15l-5-2.18L7 18V5h10v13z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch4\u003e3,000-Sample Library\u003c\/h4\u003e\n\u003cp\u003eStore up to 3,000 application samples for streamlined workflow management. Quickly recall settings and reduce setup time for recurring tasks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TOUCHSCREEN HIGHLIGHT SECTION --\u003e\n\u003cdiv class=\"touchscreen-highlight\"\u003e\n\u003cdiv class=\"touchscreen-content\"\u003e\n\u003ch3\u003e7\" Intelligent Touchscreen Interface\u003c\/h3\u003e\n\u003cp\u003eExperience effortless operation with the Explorer Plus™ EXP's expansive 7-inch full-color glass touchscreen — the most advanced interface in its class.\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 TFT 16.7M color glass overlay for vivid, crisp visuals\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 2 touchless sensors for hands-free tare and print operations\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 Digital level bubble with on-screen leveling guidance\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 Terminal status light for at-a-glance operational status\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 User-definable Project and User IDs with 4-level access control\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 3 ambient sensors monitor temperature, humidity, and barometric pressure\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"touchscreen-image\"\u003e\u003cimg alt=\"Explorer Plus EXP 7-inch Color Glass Touchscreen\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/exp24001-other-1.jpg?v=1772539723\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GLP\/GMP COMPLIANCE \u0026 DATA INTEGRITY --\u003e\n\u003cdiv class=\"compliance-section\"\u003e\n\u003ch2 style=\"margin-bottom: 10px;\"\u003ePharmaceutical-Grade Compliance \u0026amp; Data Integrity\u003c\/h2\u003e\n\u003cp style=\"max-width: 800px;\"\u003eThe Explorer Plus™ EXP is engineered to satisfy the most stringent regulatory requirements. With built-in compliance features, your data integrity is assured across every measurement and audit.\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=\"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 100,000-Entry Audit Trail\u003c\/h5\u003e\n\u003cp\u003eInternal system log captures every action — weighings, calibrations, user logins, and setting changes — for comprehensive traceability and 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 4-Level User Management\u003c\/h5\u003e\n\u003cp\u003ePassword-protected access with Administrator, Supervisor, Operator, and Viewer roles. Prevent unauthorized setting changes and ensure accountability.\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=\"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 NTP Time Synchronization\u003c\/h5\u003e\n\u003cp\u003eSynchronize the balance's internal clock with network time servers via NTP protocol to ensure timestamped data meets strict pharmaceutical data integrity regulations.\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 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 GLP\/GMP Data Output\u003c\/h5\u003e\n\u003cp\u003eAutomatic documentation includes balance ID, date, time, user ID, project ID, calibration data, and environmental conditions for complete, compliant records.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IP54 DURABILITY SECTION --\u003e\n\u003cdiv class=\"durability-highlight\"\u003e\n\u003cdiv class=\"durability-content\"\u003e\n\u003ch3\u003eBuilt for Demanding Environments\u003c\/h3\u003e\n\u003cp\u003eThe Explorer Plus™ EXP features a robust, modular metal base and housing design rated IP54, providing reliable protection in the most challenging laboratory and industrial settings.\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 IP54-rated metal base — dust-tight and splash-proof\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 Large SST 304 stainless steel pan (311 × 377 mm)\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 Modular construction for easy maintenance and cleaning\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 Integral weigh-below hook for density determination\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 In-use cover included for added protection\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"durability-image\"\u003e\u003cimg alt=\"Explorer Plus EXP IP54 Metal Base and Modular Design\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/exp24001-other-6.jpg?v=1772539723\"\u003e\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 Plus EXP Weighing Application\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/exp24001-other-4.jpg?v=1772539723\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ohaus-section-text\"\u003e\n\u003ch3\u003e14 Built-In Application Modes\u003c\/h3\u003e\n\u003cp\u003eFrom basic weighing to advanced statistical quality control and flow rate monitoring, the Explorer Plus™ EXP offers the most comprehensive suite of application modes available — covering virtually every laboratory and industrial weighing task.\u003c\/p\u003e\n\u003cul class=\"app-list\"\u003e\n\u003cli\u003eBasic Weighing\u003c\/li\u003e\n\u003cli\u003eParts Counting\u003c\/li\u003e\n\u003cli\u003eCheck Counting\u003c\/li\u003e\n\u003cli\u003ePercent Weighing\u003c\/li\u003e\n\u003cli\u003eCheck Weighing\u003c\/li\u003e\n\u003cli\u003eDynamic Weighing\u003c\/li\u003e\n\u003cli\u003eTotalization\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\u003eStatistical Quality Control\u003c\/li\u003e\n\u003cli\u003eFill Weight Variation\u003c\/li\u003e\n\u003cli\u003eFlow Rate 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 Plus EXP Connectivity Ports\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/exp24001-other-7.jpg?v=1772539723\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ohaus-section-text\"\u003e\n\u003ch3\u003eSeamless Connectivity \u0026amp; LIMS Integration\u003c\/h3\u003e\n\u003cp\u003eThe Explorer Plus™ EXP comes equipped with the most comprehensive connectivity options in its class, ensuring seamless integration into any laboratory workflow, data management system, or IT infrastructure.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eDual USB Host (Type A):\u003c\/strong\u003e Connect USB drives, printers, or accessories simultaneously.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUSB Device (Type C):\u003c\/strong\u003e Modern USB-C connection for PC data transfer.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEthernet (RJ45):\u003c\/strong\u003e Direct network integration for LIMS and enterprise systems.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRS232 Serial:\u003c\/strong\u003e Standard communication for legacy systems and printers.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDriverless HID:\u003c\/strong\u003e Plug-and-play computer connectivity — no drivers needed.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOptional Wi-Fi \u0026amp; Bluetooth:\u003c\/strong\u003e Wireless communication via dongle accessory.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CONNECTIVITY GRID --\u003e\n\u003ch2\u003eConnectivity at a Glance\u003c\/h2\u003e\n\u003cdiv class=\"connectivity-grid\"\u003e\n\u003cdiv class=\"connectivity-card\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M15 7v4h1v2h-3V5h2l-3-4-3 4h2v8H8v-2.07c.7-.37 1.2-1.08 1.2-1.93 0-1.21-.99-2.2-2.2-2.2-1.21 0-2.2.99-2.2 2.2 0 .85.5 1.56 1.2 1.93V13c0 1.1.9 2 2 2h3v3.05c-.71.37-1.2 1.1-1.2 1.95 0 1.22.99 2.2 2.2 2.2 1.21 0 2.2-.98 2.2-2.2 0-.85-.49-1.58-1.2-1.95V15h3c1.1 0 2-.9 2-2v-2h1V7h-4z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch5\u003eUSB Host ×2\u003c\/h5\u003e\n\u003cp\u003eType A ports for flash drives, printers, and accessories\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"connectivity-card\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch5\u003eEthernet RJ45\u003c\/h5\u003e\n\u003cp\u003eDirect network and LIMS integration via TCP\/IP\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"connectivity-card\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V6h16v12zM6 10h2v2H6zm0 4h8v2H6zm10-4h2v2h-2zm-4 0h2v2h-2zm-2 4h2v2h-2zm6 0h2v2h-2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch5\u003eUSB-C Device\u003c\/h5\u003e\n\u003cp\u003eModern Type-C connection with driverless HID support\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"connectivity-card\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M1 9l2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9zm8 8l3 3 3-3c-1.65-1.66-4.34-1.66-6 0zm-4-4l2 2c2.76-2.76 7.24-2.76 10 0l2-2C15.14 9.14 8.87 9.14 5 13z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch5\u003eWi-Fi \u0026amp; Bluetooth\u003c\/h5\u003e\n\u003cp\u003eOptional wireless via dongle accessory\u003c\/p\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 delicate 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 equipment with utmost care.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Ohaus","offers":[{"title":"EXP24001 (24,000 g \/ 0.1 g)","offer_id":53337792577749,"sku":"EXP24001","price":5968.7,"currency_code":"USD","in_stock":true},{"title":"EXP35001 (35,000 g \/ 0.1 g)","offer_id":53337792610517,"sku":"EXP35001","price":7010.0,"currency_code":"USD","in_stock":true},{"title":"EXP65001 (65,000 g \/ 0.1 g)","offer_id":53337792643285,"sku":"EXP65001","price":7990.85,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/exp24001-other-1.jpg?v=1772539723","url":"https:\/\/weighcore.com\/products\/ohaus-explorer-plus%e2%84%a2-high-capacity-exp-precision-balance","provider":"Weighcore","version":"1.0","type":"link"}