{"product_id":"ohaus-explorer™-precision-exr-precision-balance","title":"Ohaus Explorer™ Precision EXR 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        \/* 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\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        .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        \/* TOUCHSCREEN HIGHLIGHT SECTION *\/\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\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        \/* 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        \/* CONNECTIVITY HIGHLIGHT *\/\n        .connectivity-highlight {\n            background: #fff;\n            border: 2px solid var(--border-color);\n            border-radius: 16px;\n            padding: 40px;\n            margin-bottom: 70px;\n        }\n        .connectivity-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 20px;\n            margin-top: 25px;\n        }\n        .connectivity-item {\n            text-align: center;\n            padding: 20px 15px;\n            border-radius: 10px;\n            background: var(--ohaus-gray);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        .connectivity-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.06);\n        }\n        .connectivity-item svg { width: 36px; height: 36px; fill: var(--ohaus-primary); margin-bottom: 10px; }\n        .connectivity-item h5 { font-size: 15px; font-weight: 700; margin: 0 0 5px 0; color: var(--ohaus-dark); }\n        .connectivity-item p { font-size: 13px; margin: 0; color: #666; }\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        \/* ECO BADGE *\/\n        .eco-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 6px;\n            background: #E8F5E9;\n            color: #2E7D32;\n            font-size: 12px;\n            padding: 5px 12px;\n            border-radius: 4px;\n            margin-bottom: 15px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        .eco-badge svg { width: 14px; height: 14px; fill: #2E7D32; }\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 { flex-direction: column; padding: 30px 20px; }\n            .connectivity-highlight { padding: 25px 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 EXR Precision Balance with Draftshield\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/exr1203-other-1.jpg?v=1772579211\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ohaus-hero-content\"\u003e\n\u003cspan class=\"ohaus-badge\"\u003eExplorer™ EXR Precision Series\u003c\/span\u003e \u003cspan class=\"eco-badge\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M17 8C8 10 5.9 16.17 3.82 21.34l1.89.66.95-2.3c.48.17.98.3 1.34.3C19 20 22 3 22 3c-1 2-8 2.25-13 3.25S2 11.5 2 13.5s1.75 3.75 1.75 3.75C7 8 17 8 17 8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003eEco-Conscious Design\u003c\/span\u003e\n\u003ch1\u003eOhaus Explorer™ EXR Precision Balance\u003c\/h1\u003e\n\u003cspan class=\"ohaus-hero-subtitle\" data-variant-dynamic=\"heroSubtitle\"\u003eCapacity: 220 g – 1,200 g | Readability: 1 mg\u003c\/span\u003e\n\u003cp\u003eThe Explorer EXR redefines precision balancing with a stunning 7\" color touchscreen, digital high-speed load cell, touchless sensors, and advanced connectivity — all engineered for maximum performance and compliance in modern laboratory environments.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e7\" Color Touchscreen:\u003c\/strong\u003e TFT 16.7M color glass display with intuitive icon-based interface.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAutoCal™ Technology:\u003c\/strong\u003e Built-in automatic calibration ensures consistent accuracy.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTouchless Sensors:\u003c\/strong\u003e 2 infrared sensors for hands-free, contamination-free operation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdvanced Connectivity:\u003c\/strong\u003e RS232, USB Host ×2, USB-C, Ethernet, optional Wi-Fi \u0026amp; Bluetooth.\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™ EXR?\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 Touchscreen\u003c\/h4\u003e\n\u003cp\u003eA vivid TFT 16.7M color glass display with icon-based navigation delivers an unparalleled user experience. Adjust settings, manage users, and review data with simple touch gestures.\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=\"M7 2v11h3v9l7-12h-4l4-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch4\u003eDigital High-Speed Load Cell\u003c\/h4\u003e\n\u003cp\u003eThe advanced digital load cell delivers fast stabilization in just 1.5 seconds, providing accurate and reliable results with exceptional speed for high-throughput workflows.\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\u003eBuilt-in automatic internal calibration triggered by time or temperature changes ensures consistently accurate measurements — no external weights or manual intervention required.\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=\"M9 11.75c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zm6 0c-.69 0-1.25.56-1.25 1.25s.56 1.25 1.25 1.25 1.25-.56 1.25-1.25-.56-1.25-1.25-1.25zM12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-.29.02-.58.05-.86 2.36-1.05 4.23-2.98 5.21-5.37C11.07 8.33 14.05 10 17.42 10c.78 0 1.53-.09 2.25-.26.21.71.33 1.47.33 2.26 0 4.41-3.59 8-8 8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch4\u003eTouchless Sensors\u003c\/h4\u003e\n\u003cp\u003eTwo built-in infrared sensors enable hands-free operation — tare, print, or trigger functions without touching the balance, reducing contamination risk in sensitive workflows.\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\u003eChemical-Resistant Design\u003c\/h4\u003e\n\u003cp\u003eMetal housing with SST 316 stainless steel pan and anti-static glass draftshield withstands harsh lab chemicals and resists static interference for stable, reliable readings.\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\u003eUniversal Connectivity\u003c\/h4\u003e\n\u003cp\u003eRS232, USB Host ×2, USB-C Device, Ethernet RJ45 — all standard. Add optional Wi-Fi and Bluetooth for complete wireless integration with LIMS and laboratory systems.\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\u003eThe Explorer EXR features the most advanced display in its class — a 7-inch TFT 16.7 million color glass touchscreen that transforms complex laboratory tasks into simple, intuitive workflows.\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 Icon-based navigation with glass overlay for durability\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 awareness\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 1,000 application sample library for rapid method recall\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 4-level user management with controlled access permissions\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 HID plug-and-play PC connectivity — no drivers required\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 leveling system with on-screen guidance\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"touchscreen-image\"\u003e\u003cimg alt=\"Ohaus Explorer EXR 7-inch Color Touchscreen Display\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/exr1203-other-2.jpg?v=1772579211\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GLP\/GMP COMPLIANCE \u0026 DATA INTEGRITY 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 EXR is engineered to meet the stringent documentation requirements of regulated laboratories, with built-in features that ensure complete data traceability and audit readiness.\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 NTP Time Synchronization\u003c\/h5\u003e\n\u003cp\u003eNetwork Time Protocol synchronization ensures precise, verifiable timestamps on all data for complete 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=\"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 System Log\u003c\/h5\u003e\n\u003cp\u003eInternal logging of up to 100,000 entries provides a comprehensive audit trail of all balance activities — calibrations, user actions, and measurements.\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=\"M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 4-Level User Management\u003c\/h5\u003e\n\u003cp\u003eAdministrator, supervisor, and user access levels with password protection ensure only authorized personnel can modify critical balance settings.\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 GLP\/GMP Data Output\u003c\/h5\u003e\n\u003cp\u003eAutomatic documentation includes balance ID, date, time, user ID, project ID, and calibration data for complete, compliant records.\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 EXR Precision Balance in Laboratory Use\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/exr1203-other-3.jpg?v=1772579211\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ohaus-section-text\"\u003e\n\u003ch3\u003e11 Built-In Application Modes\u003c\/h3\u003e\n\u003cp\u003eFrom basic weighing to advanced density determination, the Explorer EXR offers a comprehensive suite of application modes — plus a 1,000-sample library for instant method recall and streamlined workflows.\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\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 EXR Connectivity Ports\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/exr1203-other-4.jpg?v=1772579211\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ohaus-section-text\"\u003e\n\u003ch3\u003eComprehensive Connectivity\u003c\/h3\u003e\n\u003cp\u003eThe Explorer EXR comes equipped with the most extensive connectivity options in its class, enabling seamless integration into any laboratory workflow and data management system.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eDual USB Host (Type A):\u003c\/strong\u003e Connect USB drives, printers, or barcode scanners simultaneously.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUSB Device (Type C):\u003c\/strong\u003e High-speed PC connection with HID plug-and-play — no drivers needed.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRS232 Serial:\u003c\/strong\u003e Standard serial communication for legacy systems and printers.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEthernet (RJ45):\u003c\/strong\u003e Network connectivity for LIMS integration and remote data access.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOptional Wi-Fi \u0026amp; Bluetooth:\u003c\/strong\u003e Add wireless connectivity with optional dongles for ultimate flexibility.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CONNECTIVITY PORTS GRID --\u003e\n\u003cdiv class=\"connectivity-highlight\"\u003e\n\u003ch2 style=\"margin-bottom: 10px;\"\u003eBuilt-In Ports \u0026amp; Interfaces\u003c\/h2\u003e\n\u003cp style=\"max-width: 700px;\"\u003eEvery Explorer EXR includes a complete suite of communication ports as standard — no optional kits required for essential connectivity.\u003c\/p\u003e\n\u003cdiv class=\"connectivity-grid\"\u003e\n\u003cdiv class=\"connectivity-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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 drives \u0026amp; peripherals\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"connectivity-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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-C Device\u003c\/h5\u003e\n\u003cp\u003eHID plug-and-play PC connection\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"connectivity-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003ch5\u003eRS232 Serial\u003c\/h5\u003e\n\u003cp\u003eLegacy system \u0026amp; printer support\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"connectivity-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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\u003eEthernet RJ45\u003c\/h5\u003e\n\u003cp\u003eNetwork \u0026amp; LIMS integration\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"connectivity-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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 \/ Bluetooth\u003c\/h5\u003e\n\u003cp\u003eOptional wireless dongles\u003c\/p\u003e\n\u003c\/div\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.\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.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Ohaus","offers":[{"title":"EXR1203 (1,200 g \/ 1 mg)","offer_id":53340179955925,"sku":"EXR1203","price":5450.2,"currency_code":"USD","in_stock":true},{"title":"EXR223 (220 g \/ 1 mg)","offer_id":53340179988693,"sku":"EXR223","price":3254.65,"currency_code":"USD","in_stock":true},{"title":"EXR423 (420 g \/ 1 mg)","offer_id":53340180021461,"sku":"EXR423","price":3805.45,"currency_code":"USD","in_stock":true},{"title":"EXR623 (620 g \/ 1 mg)","offer_id":53340180054229,"sku":"EXR623","price":4649.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/exr1203-other-1.jpg?v=1772579211","url":"https:\/\/weighcore.com\/products\/ohaus-explorer%e2%84%a2-precision-exr-precision-balance","provider":"Weighcore","version":"1.0","type":"link"}