{"title":"Microbalances","description":"","products":[{"product_id":"aczet-cm-series-microbalance","title":"Aczet CM Series Microbalance","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: var(--accent-light); color: var(--ohaus-primary); font-size: 11px;\n            padding: 4px 10px; border-radius: 4px; margin-right: 6px; margin-bottom: 6px;\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        \/* TWO-TERMINAL HIGHLIGHT SECTION *\/\n        .twoterminal-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        .twoterminal-content { flex: 1 1 400px; }\n        .twoterminal-content h3 { color: #fff; font-size: 28px; margin-bottom: 20px; }\n        .twoterminal-content p { color: rgba(255,255,255,0.9); font-size: 16px; }\n        .twoterminal-content ul { list-style: none; padding: 0; margin: 0; }\n        .twoterminal-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        .twoterminal-content li:last-child { border-bottom: none; }\n        .twoterminal-content li svg { width: 20px; height: 20px; fill: #8eb4d9; flex-shrink: 0; }\n        .twoterminal-image { flex: 1 1 350px; text-align: center; }\n        .twoterminal-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        \/* CALIBRATION SECTION *\/\n        .calibration-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; margin-bottom: 70px; }\n        .calibration-card {\n            background: #fff; border: 1px solid #e1e1e1; border-radius: 8px; padding: 25px; display: flex; gap: 20px; align-items: flex-start;\n            transition: box-shadow 0.3s ease;\n        }\n        .calibration-card:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.05); border-color: var(--ohaus-primary); }\n        .cal-icon { flex-shrink: 0; width: 50px; height: 50px; background: var(--accent-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; }\n        .cal-icon svg { width: 24px; height: 24px; fill: var(--ohaus-primary); }\n\n        \/* VIDEO SECTION *\/\n        .video-container {\n            position: relative;\n            padding-bottom: 56.25%;\n            height: 0;\n            border-radius: 12px;\n            overflow: hidden;\n            margin-bottom: 70px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n            background: #000;\n        }\n        .video-container video {\n            position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;\n        }\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            .twoterminal-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\n    \u003c!-- HERO SECTION --\u003e\n    \u003cdiv class=\"ohaus-hero\"\u003e\n        \u003cdiv class=\"ohaus-hero-media\"\u003e\n            \u003cimg style=\"width: 100%; height: auto; border-radius: 12px; display: block;\" alt=\"Aczet CM Series Microbalance\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/cm_2-other-1.webp?v=1773760971\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ohaus-hero-content\"\u003e\n            \u003cspan class=\"ohaus-badge\"\u003eCM Series Microbalance\u003c\/span\u003e\n            \u003ch1\u003eAczet CM Series Microbalance\u003c\/h1\u003e\n            \u003cspan class=\"ohaus-hero-subtitle\"\u003e1 Microgram Readability. Uncompromising Precision.\u003c\/span\u003e\n            \u003cdiv id=\"variant-badges\"\u003e\u003c\/div\u003e\n            \u003cp\u003eThe Aczet CM Series is the definitive microbalance for measuring the smallest sample quantities with exceptional accuracy. With 1 µg readability and capacities from 2 g to 11 g, the CM Series delivers outstanding precision through its innovative two-terminal design and proven EMFC sensor technology — trusted by laboratories worldwide that demand the highest level of reliability and traceability.\u003c\/p\u003e\n            \u003cul\u003e\n                \u003cli\u003e\n\u003cstrong\u003e1 µg Readability:\u003c\/strong\u003e Ultra-high resolution for the most demanding micro-weighing applications.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eEMFC Sensor Technology:\u003c\/strong\u003e Electromagnetic Force Compensation ensures results meeting highest international standards.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003ePSAC Auto-Calibration:\u003c\/strong\u003e Motorized internal calibration triggered by time or temperature changes.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eTwo-Terminal Design:\u003c\/strong\u003e Separated electronics and measuring cell eliminate temperature-induced drift.\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 Aczet Partner\u003c\/strong\u003e\n                    Guaranteed authentic. Sold with full manufacturer warranty and support, exclusively by \u003cstrong\u003eWeighcore\u003c\/strong\u003e.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FEATURES GRID --\u003e\n    \u003ch2\u003eWhy Choose the CM Series?\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=\"M12 3C6.48 3 2 7.48 2 13c0 2.08.63 4.01 1.71 5.61l1.43-1.43C4.41 15.97 4 14.54 4 13c0-4.42 3.58-8 8-8s8 3.58 8 8c0 1.54-.41 2.97-1.14 4.18l1.43 1.43C21.37 17.01 22 15.08 22 13c0-5.52-4.48-10-10-10zm1 10.06V8h-2v5.06c-1.13.46-2 1.53-2 2.94 0 1.66 1.34 3 3 3s3-1.34 3-3c0-1.41-.87-2.48-2-2.94z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003ch4\u003e1 µg Readability\u003c\/h4\u003e\n            \u003cp\u003eAchieve microgram-level precision with an exceptional readability of 0.001 mg, enabling the most sensitive analytical measurements in any laboratory setting.\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\u003ePSAC Auto-Calibration\u003c\/h4\u003e\n            \u003cp\u003ePerfect Self Automatic Calibration uses motorized internal weights, triggered by time intervals or temperature changes, ensuring your balance stays accurate without manual intervention.\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=\"M22 11V3h-7v3H9V3H2v8h7V8h2v10h4v3h7v-8h-7v3h-2V8h2v3h7zM7 9H4V5h3v4zm10 6h3v4h-3v-4zm0-10h3v4h-3V5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003ch4\u003eTwo-Terminal Design\u003c\/h4\u003e\n            \u003cp\u003eThe innovative separation of electronics from the mechanical measuring cell eliminates temperature-induced drift, delivering unmatched measurement stability.\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\u003eUSP Compliant\u003c\/h4\u003e\n            \u003cp\u003eFully compliant with USP chapters 41 and 1251, with industry-leading repeatability of sd ≤ 1d — ensuring your results meet the strictest pharmaceutical standards.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- TWO-TERMINAL HIGHLIGHT SECTION --\u003e\n    \u003cdiv class=\"twoterminal-highlight\"\u003e\n        \u003cdiv class=\"twoterminal-content\"\u003e\n            \u003ch3\u003eInnovative Two-Terminal Architecture\u003c\/h3\u003e\n            \u003cp\u003eThe CM Series employs a revolutionary two-terminal concept that physically separates the heat-generating electronics from the ultra-sensitive mechanical measuring cell — a critical design choice for microgram-level accuracy.\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\n                    Eliminates temperature-induced drift from electronic components\n                \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\n                    EMFC sensor technology meets highest international standards\n                \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\n                    Sensitivity drift of only ±2 ppm per °C\n                \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\n                    Built-in capacity tracker prevents overload damage\n                \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\n                    Easily dismantled draft shield for convenient cleaning\n                \u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"twoterminal-image\"\u003e\n            \u003cimg alt=\"Aczet CM Series Two-Terminal Microbalance Design\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/cm_2-other-2.webp?v=1773760971\"\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- GLP COMPLIANCE SECTION --\u003e\n    \u003cdiv class=\"compliance-section\"\u003e\n        \u003ch2 style=\"margin-bottom: 10px;\"\u003eUSP Compliance \u0026amp; Data Integrity\u003c\/h2\u003e\n        \u003cp style=\"max-width: 800px;\"\u003eThe CM Series is engineered for regulated laboratories requiring full traceability. With built-in compliance features and GLP documentation, your measurement integrity is guaranteed.\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=\"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                    USP Chapter 41 \u0026amp; 1251\n                \u003c\/h5\u003e\n                \u003cp\u003eMeets the stringent requirements of USP chapters 41 (Balances) and 1251 (Weighing on an Analytical Balance) with repeatability of sd ≤ 1d — the gold standard for pharmaceutical weighing.\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\n                    Real-Time Clock\n                \u003c\/h5\u003e\n                \u003cp\u003eBuilt-in real-time clock timestamps all printed data for complete traceability and audit compliance, ensuring every measurement is fully documented.\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\n                    GLP\/GMP Documentation\n                \u003c\/h5\u003e\n                \u003cp\u003eISO\/GLP\/GMP compliant data output with balance ID, date, time, and calibration records — meeting the strictest documentation requirements for regulated environments.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- APPLICATIONS SECTION --\u003e\n    \u003cdiv class=\"ohaus-section-row\"\u003e\n        \u003cdiv class=\"ohaus-section-img\"\u003e\n            \u003cimg alt=\"Aczet CM Series Microbalance Applications\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/cm_2-other-3.png?v=1773760971\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ohaus-section-text\"\u003e\n            \u003ch3\u003e10 Built-In Application Modes\u003c\/h3\u003e\n            \u003cp\u003eFrom basic micro-weighing to density determination and complex formulations, the CM Series provides a comprehensive suite of application modes designed for the most demanding laboratory 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\u003ePercent Weighing\u003c\/li\u003e\n                \u003cli\u003eCheck Weighing\u003c\/li\u003e\n                \u003cli\u003eDensity Determination\u003c\/li\u003e\n                \u003cli\u003eTotalization\u003c\/li\u003e\n                \u003cli\u003eFormulation\u003c\/li\u003e\n                \u003cli\u003eDynamic Weighing\u003c\/li\u003e\n                \u003cli\u003eDisplay Hold\u003c\/li\u003e\n                \u003cli\u003eStatistics\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CONNECTIVITY SECTION --\u003e\n    \u003cdiv class=\"ohaus-section-row reverse\"\u003e\n        \u003cdiv class=\"ohaus-section-img\"\u003e\n            \u003cimg alt=\"Aczet CM Series Microbalance Connectivity\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/cm_2-other-2.webp?v=1773760971\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ohaus-section-text\"\u003e\n            \u003ch3\u003eSeamless Data Communication\u003c\/h3\u003e\n            \u003cp\u003eThe CM Series integrates effortlessly into your laboratory data management workflow with standard connectivity and direct Windows compatibility.\u003c\/p\u003e\n            \u003cul\u003e\n                \u003cli\u003e\n\u003cstrong\u003eRS232 Interface:\u003c\/strong\u003e Standard serial communication for printers, computers, and legacy LIMS systems.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eOptional USB:\u003c\/strong\u003e Available USB interface for modern connectivity requirements.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eWindows Direct Communication:\u003c\/strong\u003e Transfer data directly to MS Excel and other Windows applications — no middleware required.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eGLP Print Output:\u003c\/strong\u003e Generate fully compliant documentation with timestamps, user IDs, and calibration records.\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CALIBRATION SECTION --\u003e\n    \u003ch2\u003eMotorized Internal Calibration\u003c\/h2\u003e\n    \u003cdiv class=\"calibration-grid\"\u003e\n        \u003cdiv class=\"calibration-card\"\u003e\n            \u003cdiv class=\"cal-icon\"\u003e\n                \u003csvg viewbox=\"0 0 24 24\"\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            \u003c\/div\u003e\n            \u003cdiv\u003e\n                \u003ch5 style=\"margin: 0 0 5px 0; font-size:18px;\"\u003ePSAC — Perfect Self Automatic Calibration\u003c\/h5\u003e\n                \u003cp style=\"margin:0; font-size:14px; color:#666;\"\u003eThe balance automatically calibrates itself using motorized internal weights whenever triggered by temperature fluctuations or preset time intervals — ensuring continuous microgram-level accuracy with zero operator effort.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"calibration-card\"\u003e\n            \u003cdiv class=\"cal-icon\"\u003e\n                \u003csvg viewbox=\"0 0 24 24\"\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-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n                \u003ch5 style=\"margin: 0 0 5px 0; font-size:18px;\"\u003eBuilt-In Overload Protection\u003c\/h5\u003e\n                \u003cp style=\"margin:0; font-size:14px; color:#666;\"\u003eAn integrated capacity tracker monitors the load in real-time, protecting the ultra-sensitive weighing cell from accidental overload damage — safeguarding your precision investment.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- VIDEO SECTION --\u003e\n    \u003ch2\u003eSee the CM Series in Action\u003c\/h2\u003e\n    \u003cdiv class=\"video-container\"\u003e\n        \u003cvideo id=\"product-video\" loop muted playsinline controls style=\"width: 100%; height: auto; display: block; border-radius: 8px;\"\u003e\n            \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/be5e2556b4b94091baf61976e4a2be01.mp4\" type=\"video\/mp4\"\u003e\n            Your browser does not support this video.\n        \u003c\/source\u003e\u003c\/video\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- TECHNICAL SPECIFICATIONS --\u003e\n    \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n    \u003cdiv class=\"table-container\"\u003e\n        \u003ctable class=\"ohaus-specs-table\"\u003e\n            \u003ctbody id=\"specs-table-body\"\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/div\u003e\n\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 microbalances are exceptionally delicate precision instruments. 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 microbalance is shipped in multi-layer 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 shipping.\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 critical importance of handling ultra-sensitive laboratory microbalances.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n    (function() {\n        var variantData = {\n            \"CM 2\": {\n                specs: {\n                    \"Capacity\": \"2 g\",\n                    \"Readability\": \"0.001 mg (1 µg)\",\n                    \"Pan Size\": \"15 mm Ø\",\n                    \"Tare Range\": \"Full (Subtractive)\",\n                    \"Response Time\": \"6–8 sec\",\n                    \"Calibration\": \"PSAC — Motorized Internal (Time \u0026 Temperature Controlled)\",\n                    \"Display\": \"High Contrast LED Backlit LCD\",\n                    \"Interface\": \"RS232 (Optional USB)\",\n                    \"Sensitivity Drift\": \"±2 ppm (2 × 10⁻⁶ \/ °C)\",\n                    \"Application Modes\": \"PCS, % Weighing, Formulation, Check Weighing, Density \u0026 more\",\n                    \"Operating Temperature\": \"18°C – 30°C\",\n                    \"Power Supply\": \"AC Adapter 230V or 115V ±20%, 50–60 Hz\",\n                    \"Compliance\": \"ISO \/ GLP \/ GMP | USP 41 \u0026 1251\",\n                    \"Mechanical Box (W × D × H)\": \"360 × 140 × 146 mm\",\n                    \"Electronic Box (W × D × H)\": \"240 × 210 × 65 mm\",\n                    \"Chamber Size\": \"Ø75 × 86.5 mm\",\n                    \"Net Weight\": \"10.20 kg\",\n                    \"Shipping Weight\": \"50 lb\"\n                },\n                dynamicSections: {},\n                badges: [\"1 µg Readability\", \"2 g Capacity\"],\n                heroCapacity: \"2 g Capacity — 1 µg Readability\"\n            },\n            \"CM 5\": {\n                specs: {\n                    \"Capacity\": \"5 g\",\n                    \"Readability\": \"0.001 mg (1 µg)\",\n                    \"Pan Size\": \"15 mm Ø\",\n                    \"Tare Range\": \"Full (Subtractive)\",\n                    \"Response Time\": \"6–8 sec\",\n                    \"Calibration\": \"PSAC — Motorized Internal (Time \u0026 Temperature Controlled)\",\n                    \"Display\": \"High Contrast LED Backlit LCD\",\n                    \"Interface\": \"RS232 (Optional USB)\",\n                    \"Sensitivity Drift\": \"±2 ppm (2 × 10⁻⁶ \/ °C)\",\n                    \"Application Modes\": \"PCS, % Weighing, Formulation, Check Weighing, Density \u0026 more\",\n                    \"Operating Temperature\": \"18°C – 30°C\",\n                    \"Power Supply\": \"AC Adapter 230V or 115V ±20%, 50–60 Hz\",\n                    \"Compliance\": \"ISO \/ GLP \/ GMP | USP 41 \u0026 1251\",\n                    \"Mechanical Box (W × D × H)\": \"360 × 140 × 146 mm\",\n                    \"Electronic Box (W × D × H)\": \"240 × 210 × 65 mm\",\n                    \"Chamber Size\": \"Ø75 × 86.5 mm\",\n                    \"Net Weight\": \"10.20 kg\",\n                    \"Shipping Weight\": \"50 lb\"\n                },\n                dynamicSections: {},\n                badges: [\"1 µg Readability\", \"5 g Capacity\"],\n                heroCapacity: \"5 g Capacity — 1 µg Readability\"\n            },\n            \"CM 11\": {\n                specs: {\n                    \"Capacity\": \"11 g\",\n                    \"Readability\": \"0.001 mg (1 µg)\",\n                    \"Pan Size\": \"15 mm Ø\",\n                    \"Tare Range\": \"Full (Subtractive)\",\n                    \"Response Time\": \"6–8 sec\",\n                    \"Calibration\": \"PSAC — Motorized Internal (Time \u0026 Temp. Controlled)\",\n                    \"Display\": \"High Contrast LED Backlit LCD\",\n                    \"Interface\": \"RS232 (Optional USB)\",\n                    \"Sensitivity Drift\": \"±2 ppm (2 × 10⁻⁶ \/ °C)\",\n                    \"Application Modes\": \"PCS, % Weighing, Formulation, Check Weighing, Density \u0026 more\",\n                    \"Operating Temperature\": \"18°C – 30°C\",\n                    \"Power Supply\": \"AC Adapter 230V or 115V ±20%, 50–60 Hz\",\n                    \"Compliance\": \"ISO \/ GLP \/ GMP | USP 41 \u0026 1251\",\n                    \"Mechanical Box (W × D × H)\": \"360 × 140 × 146 mm\",\n                    \"Electronic Box (W × D × H)\": \"240 × 210 × 65 mm\",\n                    \"Chamber Size\": \"Ø75 × 86.5 mm\",\n                    \"Net Weight\": \"10.20 kg\",\n                    \"Shipping Weight\": \"50 lb\"\n                },\n                dynamicSections: {},\n                badges: [\"1 µg Readability\", \"11 g Capacity\"],\n                heroCapacity: \"11 g Capacity — 1 µg Readability\"\n            }\n        };\n\n        var sortedSkus = Object.keys(variantData).sort(function(a, b) { return b.length - a.length; });\n\n        function getSelectedSku() {\n            var sel = document.querySelector('select[name=\"options[Model]\"]');\n            if (!sel || sel.selectedIndex \u003c 0) return sortedSkus[sortedSkus.length - 1];\n            var text = sel.options[sel.selectedIndex].text || sel.value || '';\n            for (var i = 0; i \u003c sortedSkus.length; i++) {\n                if (text.indexOf(sortedSkus[i]) !== -1) return sortedSkus[i];\n            }\n            return sortedSkus[sortedSkus.length - 1];\n        }\n\n        function updateAllSections() {\n            var sku = getSelectedSku();\n            if (!sku || !variantData[sku]) return;\n            var data = variantData[sku];\n\n            \/\/ 1. Rebuild specs table\n            var tbody = document.getElementById('specs-table-body');\n            if (tbody) {\n                var html = '';\n                for (var key in data.specs) {\n                    if (data.specs.hasOwnProperty(key)) {\n                        html += '\u003ctr\u003e\u003cth\u003e' + key + '\u003c\/th\u003e\u003ctd\u003e' + data.specs[key] + '\u003c\/td\u003e\u003c\/tr\u003e';\n                    }\n                }\n                tbody.innerHTML = html;\n            }\n\n            \/\/ 2. Update dynamic text elements\n            var dynamicEls = document.querySelectorAll('[data-variant-dynamic]');\n            for (var i = 0; i \u003c dynamicEls.length; i++) {\n                var el = dynamicEls[i];\n                var k = el.getAttribute('data-variant-dynamic');\n                if (k \u0026\u0026 data[k] !== undefined) el.innerHTML = data[k];\n            }\n\n            \/\/ 3. Show\/hide conditional sections\n            var sectionEls = document.querySelectorAll('[data-variant-section]');\n            for (var j = 0; j \u003c sectionEls.length; j++) {\n                var secEl = sectionEls[j];\n                var secId = secEl.id;\n                if (data.dynamicSections \u0026\u0026 data.dynamicSections[secId] !== undefined) {\n                    secEl.style.display = data.dynamicSections[secId].visible ? '' : 'none';\n                }\n            }\n\n            \/\/ 4. Update badges\n            var bc = document.getElementById('variant-badges');\n            if (bc \u0026\u0026 data.badges) {\n                bc.innerHTML = data.badges.length \u003e 0\n                    ? data.badges.map(function(b) { return '\u003cspan class=\"ohaus-variant-badge\"\u003e' + b + '\u003c\/span\u003e'; }).join('')\n                    : '';\n            }\n        }\n\n        \/\/ Robust binding\n        var lastSel = null;\n        function bindSelector() {\n            var sel = document.querySelector('select[name=\"options[Model]\"]');\n            if (sel \u0026\u0026 sel !== lastSel) {\n                sel.addEventListener('change', updateAllSections);\n                lastSel = sel;\n            }\n            return sel;\n        }\n\n        \/\/ Re-entry guard\n        var isUpdating = false;\n        var _originalUpdate = updateAllSections;\n        updateAllSections = function() {\n            if (isUpdating) return;\n            isUpdating = true;\n            try { _originalUpdate(); } finally { isUpdating = false; }\n        };\n\n        var initialized = false;\n        function init() {\n            if (initialized) return;\n            initialized = true;\n\n            bindSelector();\n\n            \/\/ URL-based variant auto-selection\n            var params = new URLSearchParams(window.location.search);\n            var variantParam = params.get('variant');\n            if (variantParam) {\n                var sel = document.querySelector('select[name=\"options[Model]\"]');\n                if (sel) {\n                    for (var o = 0; o \u003c sel.options.length; o++) {\n                        if (sel.options[o].text.indexOf(variantParam) !== -1) {\n                            sel.selectedIndex = o;\n                            sel.dispatchEvent(new Event('change', { bubbles: true }));\n                            break;\n                        }\n                    }\n                }\n            }\n\n            updateAllSections();\n\n            \/\/ Observe the product form for DOM changes\n            var target = document.querySelector('form[action*=\"\/cart\/add\"]');\n            if (target) {\n                var obs = new MutationObserver(function() {\n                    bindSelector();\n                    updateAllSections();\n                });\n                obs.observe(target, { childList: true, subtree: true, attributes: true, attributeFilter: ['selected', 'value'] });\n            }\n        }\n\n        if (document.readyState === 'loading') {\n            document.addEventListener('DOMContentLoaded', init);\n        } else {\n            init();\n        }\n        setTimeout(function() { initialized = false; init(); }, 1000);\n        setTimeout(updateAllSections, 2000);\n\n        \/\/ Video auto-play on scroll\n        var video = document.getElementById('product-video');\n        if (video) {\n            var videoObserver = new IntersectionObserver(function(entries) {\n                entries.forEach(function(entry) {\n                    if (entry.isIntersecting) { video.play(); } else { video.pause(); }\n                });\n            }, { threshold: 0.25 });\n            videoObserver.observe(video);\n        }\n    })();\n    \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Aczet","offers":[{"title":"CM 2 (2 gm \/ 1 μg)","offer_id":53399237460181,"sku":"CM 2","price":8580.0,"currency_code":"USD","in_stock":true},{"title":"CM 5 (5 gm \/ 1 μg)","offer_id":53399237492949,"sku":"CM 5","price":10090.0,"currency_code":"USD","in_stock":true},{"title":"CM 11 (11 gm \/ 1 μg)","offer_id":53399237525717,"sku":"CM 11","price":12570.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/cm_2-other-1.webp?v=1773760971"},{"product_id":"mya-31-5y-microbalance","title":"Radwag MYA 31.5Y Microbalance","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: var(--accent-light); color: var(--ohaus-primary); font-size: 11px;\n            padding: 4px 10px; border-radius: 4px; margin-right: 8px; 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; list-style-type: none !important;\n        }\n        .app-list li::before, .app-list li::after { content: none !important; display: none !important; }\n\n        \/* TOUCHSCREEN \/ ELLIPSIS 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        \/* 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        \/* DIGITAL AUDITOR \/ SMART SECTION *\/\n        .smart-section {\n            background: #fff;\n            border: 2px solid var(--ohaus-primary);\n            border-radius: 12px;\n            padding: 35px;\n            margin-bottom: 70px;\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            align-items: flex-start;\n        }\n        .smart-icon {\n            flex-shrink: 0;\n            width: 80px;\n            height: 80px;\n            background: var(--accent-light);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .smart-icon svg { width: 40px; height: 40px; fill: var(--ohaus-primary); }\n        .smart-content { flex: 1; }\n        .smart-content h4 { font-size: 22px; margin: 0 0 10px 0; color: var(--ohaus-primary); }\n        .smart-content p { margin: 0 0 10px 0; font-size: 15px; color: #555; }\n\n        \/* BIOMETRIC SECTION *\/\n        .biometric-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 20px;\n            margin-top: 25px;\n            margin-bottom: 70px;\n        }\n        .biometric-card {\n            background: #fff;\n            border: 1px solid #e1e1e1;\n            border-radius: 12px;\n            padding: 25px;\n            text-align: center;\n            transition: box-shadow 0.3s ease, transform 0.3s ease;\n        }\n        .biometric-card:hover {\n            box-shadow: 0 10px 25px rgba(0,0,0,0.07);\n            transform: translateY(-3px);\n            border-color: var(--ohaus-primary);\n        }\n        .biometric-card svg {\n            width: 40px; height: 40px; fill: var(--ohaus-primary); margin-bottom: 15px; display: block; margin-left: auto; margin-right: auto;\n        }\n        .biometric-card h5 {\n            font-size: 16px; font-weight: 700; margin: 0 0 8px 0; color: var(--ohaus-dark);\n        }\n        .biometric-card p { font-size: 13px; margin: 0; color: #666; }\n\n        \/* VARIANT CAPACITY HIGHLIGHT *\/\n        .capacity-highlight {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-top: 15px;\n            margin-bottom: 5px;\n        }\n        .capacity-stat {\n            background: var(--accent-light);\n            padding: 12px 20px;\n            border-radius: 8px;\n            text-align: center;\n            flex: 1 1 120px;\n        }\n        .capacity-stat .stat-value {\n            font-size: 22px;\n            font-weight: 800;\n            color: var(--ohaus-primary);\n            display: block;\n        }\n        .capacity-stat .stat-label {\n            font-size: 12px;\n            color: #777;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            font-weight: 600;\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 { flex-direction: column; padding: 30px 20px; }\n            .smart-section { flex-direction: column; text-align: center; }\n            .smart-icon { margin: 0 auto; }\n            .capacity-highlight { justify-content: center; }\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\n    \u003c!-- HERO SECTION --\u003e\n    \u003cdiv class=\"ohaus-hero\"\u003e\n        \u003cdiv class=\"ohaus-hero-media\"\u003e\n            \u003cimg style=\"width: 100%; height: auto; border-radius: 12px; display: block;\" alt=\"Radwag MYA 5Y ELLIPSIS Microbalance\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/mya_0_8_3_5y-other-4.jpg?v=1775158346\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ohaus-hero-content\"\u003e\n            \u003cspan class=\"ohaus-badge\"\u003eMYA ELLIPSIS Series — Microbalance\u003c\/span\u003e\n            \u003ch1\u003eRadwag MYA .5Y Microbalance\u003c\/h1\u003e\n            \u003cspan class=\"ohaus-hero-subtitle\" data-variant-dynamic=\"heroSubtitle\"\u003eCapacity: 31 g · Readability: 1 µg · Min Weight (USP): 1.8 mg\u003c\/span\u003e\n            \u003cp\u003eThe Radwag MYA .5Y ELLIPSIS Microbalance represents the pinnacle of laboratory weighing technology. With an extraordinary readability of 1 µg and a world-leading minimum weight as low as 0.82 mg, it delivers unmatched precision for the most demanding micro-weighing applications in pharmaceutical, chemical, biological, and medical research.\u003c\/p\u003e\n            \u003cdiv class=\"capacity-highlight\"\u003e\n                \u003cdiv class=\"capacity-stat\"\u003e\n                    \u003cspan class=\"stat-value\" data-variant-dynamic=\"heroCapacity\"\u003e31 g\u003c\/span\u003e\n                    \u003cspan class=\"stat-label\"\u003eMax Capacity\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"capacity-stat\"\u003e\n                    \u003cspan class=\"stat-value\" data-variant-dynamic=\"heroReadability\"\u003e1 µg\u003c\/span\u003e\n                    \u003cspan class=\"stat-label\"\u003eReadability\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"capacity-stat\"\u003e\n                    \u003cspan class=\"stat-value\" data-variant-dynamic=\"heroMinWeight\"\u003e1.8 mg\u003c\/span\u003e\n                    \u003cspan class=\"stat-label\"\u003eMin Weight (USP)\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\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 Radwag Partner\u003c\/strong\u003e\n                    Guaranteed authentic. Sold with full manufacturer warranty and support, exclusively by \u003cstrong\u003eWeighcore\u003c\/strong\u003e.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FEATURES GRID --\u003e\n    \u003ch2\u003eWhy Choose the MYA .5Y Microbalance?\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=\"M12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9 9-4.03 9-9-4.03-9-9-9zm0 16c-3.86 0-7-3.14-7-7s3.14-7 7-7 7 3.14 7 7-3.14 7-7 7zm1-11h-2v3H8v2h3v3h2v-3h3v-2h-3V8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003ch4\u003e1 µg Readability\u003c\/h4\u003e\n            \u003cp\u003eWorld-leading reading unit of 1 microgram delivers extraordinary precision for the most demanding micro-weighing tasks, from filter weighing to pharmaceutical assays.\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 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003ch4\u003eReflexLEVEL™ System\u003c\/h4\u003e\n            \u003cp\u003eFully automatic leveling eliminates manual adjustments. The microbalance continuously monitors and corrects its level, ensuring maximum measurement precision at all times.\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=\"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\u003e10\" ELLIPSIS Terminal\u003c\/h4\u003e\n            \u003cp\u003eThe large touchscreen displays up to 3 screens simultaneously — widgets, graphs, statuses, notes, and measurement history — for complete situational awareness.\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=\"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\n            \u003ch4\u003e21 CFR Part 11 Ready\u003c\/h4\u003e\n            \u003cp\u003eFull standalone compliance with 21 CFR Part 11 and EU GMP Annex 11 — electronic signatures, audit trails, electronic records, and data integrity 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=\"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\u003eDraft-Proof Chamber\u003c\/h4\u003e\n            \u003cp\u003eThe automatic, sealed weighing chamber protects against environmental air currents, temperature fluctuations, and vibrations for supremely stable 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\u003eFull Connectivity\u003c\/h4\u003e\n            \u003cp\u003e2× USB-A, USB-C, RS 232, HDMI, Ethernet, Wi-Fi®, and Hotspot — connect to printers, PCs, networks, or use any device as a remote terminal via Hotspot.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- ELLIPSIS TERMINAL HIGHLIGHT SECTION --\u003e\n    \u003cdiv class=\"touchscreen-highlight\"\u003e\n        \u003cdiv class=\"touchscreen-content\"\u003e\n            \u003ch3\u003eELLIPSIS Terminal — Intelligent Interface\u003c\/h3\u003e\n            \u003cp\u003eThe 10-inch colour touchscreen terminal redefines how you interact with a microbalance. Purpose-built for complex workflows and regulated environments.\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\n                    Multi-screen display: view up to 3 panels simultaneously\n                \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\n                    Customizable widgets for real-time data at a glance\n                \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\n                    Live Note — attach text memos to any measurement or report\n                \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\n                    Handy Library stores recent measurements for digital signature\n                \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\n                    Ambient Light system communicates status via color-coded illumination\n                \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\n                    Smart Min Weight indicator shows USP compliance in real time\n                \u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"touchscreen-image\"\u003e\n            \u003cimg alt=\"Radwag ELLIPSIS 10-inch Touchscreen Terminal\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/mya_0_8_3_5y-other-2.jpg?v=1775158346\"\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DIGITAL WEIGHING AUDITOR SECTION --\u003e\n    \u003cdiv class=\"smart-section\"\u003e\n        \u003cdiv class=\"smart-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\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        \u003c\/div\u003e\n        \u003cdiv class=\"smart-content\"\u003e\n            \u003ch4\u003eDigital Weighing Auditor™\u003c\/h4\u003e\n            \u003cp\u003eA revolutionary built-in system that continuously monitors your microbalance's readiness and environmental conditions. The Digital Weighing Auditor provides real-time air buoyancy compensation, proactive alerts for periodic accuracy audits, and inspection readiness indicators — ensuring every measurement meets the highest standards without manual oversight.\u003c\/p\u003e\n            \u003cp style=\"margin-bottom: 0;\"\u003eCombined with \u003cstrong\u003etwo-point adjustment\u003c\/strong\u003e for enhanced linearity across the full weighing range and \u003cstrong\u003eautomatic internal calibration\u003c\/strong\u003e, the MYA .5Y delivers self-monitored, self-correcting precision at every moment.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- MULTI-MODAL USER VERIFICATION SECTION --\u003e\n    \u003ch2\u003eMulti-Modal User Verification\u003c\/h2\u003e\n    \u003cp style=\"max-width: 800px;\"\u003eProtect data integrity and ensure only authorized operators access the microbalance. The MYA .5Y supports multiple biometric and identification methods — individually or in any combination.\u003c\/p\u003e\n    \u003cdiv class=\"biometric-grid\"\u003e\n        \u003cdiv class=\"biometric-card\"\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\n            \u003ch5\u003ePassword\u003c\/h5\u003e\n            \u003cp\u003eStandard secure password authentication for all user levels.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"biometric-card\"\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 14H4V6h16v12zM6 10h2v2H6zm0 4h8v2H6zm10 0h2v2h-2zm-6-4h8v2h-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003ch5\u003eRFID Card\u003c\/h5\u003e\n            \u003cp\u003eContactless card identification for rapid, hands-free login.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"biometric-card\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M17.81 4.47c-.08 0-.16-.02-.23-.06C15.66 3.42 14 3 12.01 3c-1.98 0-3.86.47-5.57 1.41-.24.13-.54.04-.68-.2-.13-.24-.04-.55.2-.68C7.82 2.52 9.86 2 12.01 2c2.13 0 3.99.47 6.03 1.52.25.13.34.43.21.67-.09.18-.26.28-.44.28zM3.5 9.72c-.1 0-.2-.03-.29-.09-.23-.16-.28-.47-.12-.7.99-1.4 2.25-2.5 3.75-3.27C9.98 4.04 14 4.03 17.15 5.65c1.5.77 2.76 1.86 3.75 3.25.16.22.11.54-.12.7-.23.16-.54.11-.7-.12-.9-1.26-2.04-2.25-3.39-2.94-2.87-1.47-6.54-1.47-9.4.01-1.36.7-2.5 1.7-3.4 2.96-.08.14-.23.21-.39.21zm6.25 12.07c-.13 0-.26-.05-.35-.15-.87-.87-1.34-1.43-2.01-2.64-.69-1.23-1.05-2.73-1.05-4.34 0-2.97 2.54-5.39 5.66-5.39s5.66 2.42 5.66 5.39c0 .28-.22.5-.5.5s-.5-.22-.5-.5c0-2.42-2.09-4.39-4.66-4.39-2.57 0-4.66 1.97-4.66 4.39 0 1.44.32 2.77.93 3.85.64 1.15 1.08 1.64 1.85 2.42.19.2.19.51 0 .71-.11.1-.24.15-.37.15zm7.17-1.85c-1.19 0-2.24-.3-3.1-.89-1.49-1.01-2.38-2.65-2.38-4.39 0-.28.22-.5.5-.5s.5.22.5.5c0 1.41.72 2.74 1.94 3.56.71.48 1.54.71 2.54.71.24 0 .64-.03 1.04-.1.27-.05.53.13.58.41.05.27-.13.53-.41.58-.57.11-1.07.12-1.21.12zM14.91 22c-.04 0-.09-.01-.13-.02-4.91-1.31-7.78-6.04-7.78-9.64 0-1.42.57-2.78 1.56-3.73.89-.85 2.04-1.32 3.22-1.32 1.73 0 3.42.96 4.1 2.55.55 1.29.49 2.72-.14 3.96-.54 1.05-1.51 1.81-2.71 2.11-1.17.3-2.4.04-3.37-.71-.51-.39-.89-.9-1.12-1.5-.27-.71-.33-1.5-.16-2.28.05-.27.31-.44.57-.38.27.05.44.31.38.57-.13.6-.08 1.19.12 1.72.17.44.46.82.84 1.12.73.56 1.66.76 2.54.53.91-.23 1.64-.8 2.05-1.6.48-.94.52-2.02.1-2.99-.5-1.17-1.78-1.91-3.1-1.91-.9 0-1.77.35-2.44 1-.76.72-1.19 1.74-1.19 2.83 0 3.19 2.56 7.44 6.97 8.62.27.07.42.35.35.61-.06.23-.27.38-.48.38z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003ch5\u003eFingerprint\u003c\/h5\u003e\n            \u003cp\u003eBiometric fingerprint scanning for fast and secure verification.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"biometric-card\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\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            \u003ch5\u003eFacial Recognition\u003c\/h5\u003e\n            \u003cp\u003eAdvanced facial recognition for touchless, secure operator identification.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 21 CFR PART 11 \/ EU GMP COMPLIANCE SECTION --\u003e\n    \u003cdiv class=\"compliance-section\"\u003e\n        \u003ch2 style=\"margin-bottom: 10px;\"\u003e21 CFR Part 11 \u0026amp; EU GMP Annex 11 Compliance\u003c\/h2\u003e\n        \u003cp style=\"max-width: 800px;\"\u003eThe MYA .5Y is designed as a standalone compliant device for the most regulated environments. No additional software required — compliance is built directly into the balance.\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\n                    Electronic Records\n                \u003c\/h5\u003e\n                \u003cp\u003eComplete electronic records of all weighing operations, calibrations, user activities, and system events are maintained automatically.\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=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    Electronic Signatures\n                \u003c\/h5\u003e\n                \u003cp\u003eSecure digital signatures tied to verified user identities ensure accountability and non-repudiation for every critical action.\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\n                    Full Audit Trail\n                \u003c\/h5\u003e\n                \u003cp\u003eImmutable, timestamped audit trail captures every action — from login to measurement to configuration changes — ensuring full traceability.\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 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                    Data Integrity\n                \u003c\/h5\u003e\n                \u003cp\u003eBuilt-in validations, access controls, and software lockout protect against unauthorized modifications, ensuring ALCOA+ data integrity principles.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- APPLICATIONS SECTION --\u003e\n    \u003cdiv class=\"ohaus-section-row\"\u003e\n        \u003cdiv class=\"ohaus-section-img\"\u003e\n            \u003cimg alt=\"Radwag MYA Microbalance Laboratory Applications\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/mya_0_8_3_5y-other-1.jpg?v=1775158346\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ohaus-section-text\"\u003e\n            \u003ch3\u003eEngineered for Critical Applications\u003c\/h3\u003e\n            \u003cp\u003eFrom pharmaceutical QC to cutting-edge physical research, the MYA .5Y delivers the precision and compliance demanded by the world's most challenging micro-weighing workflows.\u003c\/p\u003e\n            \u003cul class=\"app-list\"\u003e\n                \u003cli\u003ePharmaceutical QC\u003c\/li\u003e\n                \u003cli\u003eChemical Analysis\u003c\/li\u003e\n                \u003cli\u003eBiological Research\u003c\/li\u003e\n                \u003cli\u003eMedical Lab\u003c\/li\u003e\n                \u003cli\u003ePhysical Research\u003c\/li\u003e\n                \u003cli\u003eFilter Weighing\u003c\/li\u003e\n                \u003cli\u003eUSP Compliance\u003c\/li\u003e\n                \u003cli\u003eFormulation \u0026amp; RFID\u003c\/li\u003e\n                \u003cli\u003eModbus TCP\/IP Automation\u003c\/li\u003e\n                \u003cli\u003e21 CFR Part 11 Environments\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- CONNECTIVITY SECTION --\u003e\n    \u003cdiv class=\"ohaus-section-row reverse\"\u003e\n        \u003cdiv class=\"ohaus-section-img\"\u003e\n            \u003cimg alt=\"Radwag MYA Microbalance Connectivity and Interfaces\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/mya_0_8_3_5y-other-5.jpg?v=1775158346\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ohaus-section-text\"\u003e\n            \u003ch3\u003eIndustry-Leading Connectivity\u003c\/h3\u003e\n            \u003cp\u003eThe MYA .5Y offers the broadest connectivity suite in its class, supporting laboratory data systems, industrial automation, and remote operation with equal fluency.\u003c\/p\u003e\n            \u003cul\u003e\n                \u003cli\u003e\n\u003cstrong\u003e2× USB-A \u0026amp; USB-C:\u003c\/strong\u003e Connect flash drives, printers, barcode readers, and peripherals.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eRS 232 (COM3):\u003c\/strong\u003e Serial communication for legacy systems and LIMS integration.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eHDMI Output:\u003c\/strong\u003e Mirror or extend the display to an external monitor.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eEthernet \u0026amp; Wi-Fi®:\u003c\/strong\u003e Full network connectivity for data transfer and remote access.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eHotspot Mode:\u003c\/strong\u003e Use any smartphone, tablet, or computer as a remote terminal.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eModbus TCP\/IP:\u003c\/strong\u003e Seamless PLC integration for automated industrial processes.\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- DUAL RANGE INFO - DYNAMIC SECTION --\u003e\n    \u003cdiv id=\"section-dualrange\" data-variant-section style=\"display: none;\"\u003e\n        \u003cdiv class=\"smart-section\" style=\"border-color: #E67E22;\"\u003e\n            \u003cdiv class=\"smart-icon\" style=\"background: #FFF3E0;\"\u003e\n                \u003csvg viewbox=\"0 0 24 24\" style=\"fill: #E67E22;\"\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 14h-2V9h-2V7h4v10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"smart-content\"\u003e\n                \u003ch4 style=\"color: #E67E22;\"\u003eDual-Range Weighing Mode\u003c\/h4\u003e\n                \u003cp\u003eThis model features a \u003cstrong\u003edual-range weighing system\u003c\/strong\u003e that automatically switches between two capacity\/readability ranges. The fine range provides ultra-high resolution at 1 µg, while the extended range offers greater capacity at 10 µg readability — giving you the flexibility to handle both precision micro-weighing and larger sample preparation on a single balance.\u003c\/p\u003e\n                \u003cp style=\"margin-bottom: 0;\"\u003e\u003cstrong\u003eFine Range:\u003c\/strong\u003e \u003cspan data-variant-dynamic=\"dualRangeFine\"\u003e—\u003c\/span\u003e   |   \u003cstrong\u003eExtended Range:\u003c\/strong\u003e \u003cspan data-variant-dynamic=\"dualRangeExtended\"\u003e—\u003c\/span\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- TECHNICAL SPECIFICATIONS --\u003e\n    \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n    \u003cdiv class=\"table-container\"\u003e\n        \u003ctable class=\"ohaus-specs-table\"\u003e\n            \u003ctbody id=\"specs-table-body\"\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/div\u003e\n\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;\"\u003eMicrobalances are among the most sensitive precision instruments in existence. 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 microbalance is shipped in multi-layer shock-absorbing foam with custom-fitted inserts designed for ultra-sensitive instruments.\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 partner with logistics carriers who specialize in handling sensitive laboratory and precision measurement equipment.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n    (function() {\n        var variantData = {\n            \"MYA 0.8\/3.5Y\": {\n                specs: {\n                    \"Maximum Capacity [Max]\": \"0.8 \/ 3 g\",\n                    \"Minimum Load\": \"0.1 mg\",\n                    \"Readability [d]\": \"1 \/ 10 µg\",\n                    \"Verification Unit [e]\": \"1 mg\",\n                    \"Tare Range\": \"-3 g\",\n                    \"Minimum Weight (USP)\": \"0.82 mg\",\n                    \"Minimum Weight (U=1%, k=2)\": \"0.082 mg\",\n                    \"Standard Repeatability [5% Max]\": \"0.41 µg\",\n                    \"Permissible Repeatability [5% Max]\": \"1.2 µg\",\n                    \"Linearity\": \"±3 \/ 10 µg\",\n                    \"Eccentric Load Deviation\": \"3 \/ 10 µg\",\n                    \"Sensitivity Time Drift\": \"1×10⁻⁶\/Year×Rt\",\n                    \"Stabilization Time\": \"3.5 s\",\n                    \"Adjustment\": \"Internal (automatic)\",\n                    \"OIML Class\": \"I\",\n                    \"Leveling System\": \"Automatic – Reflex Level System\",\n                    \"Display\": \"10″ graphic colour touchscreen\",\n                    \"Weighing Chamber Doors\": \"Automatic\",\n                    \"Weighing Chamber Dimensions\": \"ø 90 × 90 mm\",\n                    \"Weighing Pan Dimensions\": \"ø 16 + ø 60 mm\",\n                    \"Communication Interface\": \"2× USB-A, USB-C, RS 232 (COM3), HDMI, Ethernet, Wi-Fi®, Hotspot\",\n                    \"Power Supply\": \"Adapter: 100–240 V AC 50\/60 Hz 1 A Max; 15 V DC 2.4 A \/ Balance: 12–15 V DC 1.4 A max; 9–17 W\",\n                    \"Protection Class\": \"IP 43\",\n                    \"Operating Temperature\": \"+10 – +40 °C\",\n                    \"Operating Temp. Change Rate\": \"±0.3 °C\/1 h (±1 °C\/8 h)\",\n                    \"Relative Humidity\": \"40% – 80%\",\n                    \"Packaging Dimensions (W×D×H)\": \"750 × 492 × 595 mm\",\n                    \"Net Weight\": \"10.6 kg\",\n                    \"Gross Weight\": \"16.5 kg\",\n                    \"Delivery Components\": \"Microbalance, terminal, weighing pan, weighing pan shield, glass lid, power supply, pincette, brush, fabric dust cover\"\n                },\n                heroSubtitle: \"Dual Range: 0.8 \/ 3 g · Readability: 1 \/ 10 µg · Min Weight (USP): 0.82 mg\",\n                heroCapacity: \"0.8 \/ 3 g\",\n                heroReadability: \"1 \/ 10 µg\",\n                heroMinWeight: \"0.82 mg\",\n                badges: [\"Dual Range\", \"OIML Class I\", \"21 CFR Part 11\"],\n                isDualRange: true,\n                dualRangeFine: \"0.8 g @ 1 µg\",\n                dualRangeExtended: \"3 g @ 10 µg\",\n                dynamicSections: {\n                    \"section-dualrange\": { visible: true }\n                }\n            },\n            \"MYA 2.5Y\": {\n                specs: {\n                    \"Maximum Capacity [Max]\": \"2.1 g\",\n                    \"Minimum Load\": \"0.1 mg\",\n                    \"Readability [d]\": \"1 µg\",\n                    \"Verification Unit [e]\": \"1 mg\",\n                    \"Tare Range\": \"-2.1 g\",\n                    \"Minimum Weight (USP)\": \"0.82 mg\",\n                    \"Minimum Weight (U=1%, k=2)\": \"0.082 mg\",\n                    \"Standard Repeatability [5% Max]\": \"0.41 µg\",\n                    \"Permissible Repeatability [5% Max]\": \"0.8 µg\",\n                    \"Linearity\": \"±3 µg\",\n                    \"Eccentric Load Deviation\": \"3 µg\",\n                    \"Sensitivity Time Drift\": \"1×10⁻⁶\/Year×Rt\",\n                    \"Stabilization Time\": \"3.5 s\",\n                    \"Adjustment\": \"Internal (automatic)\",\n                    \"OIML Class\": \"I\",\n                    \"Leveling System\": \"Automatic – Reflex Level System\",\n                    \"Display\": \"10″ graphic colour touchscreen\",\n                    \"Weighing Chamber Doors\": \"Automatic\",\n                    \"Weighing Chamber Dimensions\": \"ø 90 × 90 mm\",\n                    \"Weighing Pan Dimensions\": \"ø 16 mm\",\n                    \"Communication Interface\": \"2× USB-A, USB-C, RS 232 (COM3), HDMI, Ethernet, Wi-Fi®, Hotspot\",\n                    \"Power Supply\": \"Adapter: 100–240 V AC 50\/60 Hz 1 A Max; 15 V DC 2.4 A \/ Balance: 12–15 V DC 1.4 A max; 9–17 W\",\n                    \"Protection Class\": \"IP 43\",\n                    \"Operating Temperature\": \"+10 – +40 °C\",\n                    \"Operating Temp. Change Rate\": \"±0.3 °C\/1 h (±1 °C\/8 h)\",\n                    \"Relative Humidity\": \"40% – 80%\",\n                    \"Packaging Dimensions (W×D×H)\": \"750 × 492 × 595 mm\",\n                    \"Net Weight\": \"10.6 kg\",\n                    \"Gross Weight\": \"16.5 kg\",\n                    \"Delivery Components\": \"Microbalance, terminal, weighing pan, weighing pan shield, glass lid, power supply, pincette, brush, fabric dust cover\"\n                },\n                heroSubtitle: \"Capacity: 2.1 g · Readability: 1 µg · Min Weight (USP): 0.82 mg\",\n                heroCapacity: \"2.1 g\",\n                heroReadability: \"1 µg\",\n                heroMinWeight: \"0.82 mg\",\n                badges: [\"OIML Class I\", \"21 CFR Part 11\"],\n                isDualRange: false,\n                dualRangeFine: \"—\",\n                dualRangeExtended: \"—\",\n                dynamicSections: {\n                    \"section-dualrange\": { visible: false }\n                }\n            },\n            \"MYA 5.5Y\": {\n                specs: {\n                    \"Maximum Capacity [Max]\": \"5.1 g\",\n                    \"Minimum Load\": \"0.1 mg\",\n                    \"Readability [d]\": \"1 µg\",\n                    \"Verification Unit [e]\": \"1 mg\",\n                    \"Tare Range\": \"-5.1 g\",\n                    \"Minimum Weight (USP)\": \"0.82 mg\",\n                    \"Minimum Weight (U=1%, k=2)\": \"0.082 mg\",\n                    \"Standard Repeatability [5% Max]\": \"0.41 µg\",\n                    \"Permissible Repeatability [5% Max]\": \"1.2 µg\",\n                    \"Linearity\": \"±3 µg\",\n                    \"Eccentric Load Deviation\": \"5 µg\",\n                    \"Sensitivity Time Drift\": \"1×10⁻⁶\/Year×Rt\",\n                    \"Stabilization Time\": \"3.5 s\",\n                    \"Adjustment\": \"Internal (automatic)\",\n                    \"OIML Class\": \"I\",\n                    \"Leveling System\": \"Automatic – Reflex Level System\",\n                    \"Display\": \"10″ graphic colour touchscreen\",\n                    \"Weighing Chamber Doors\": \"Automatic\",\n                    \"Weighing Chamber Dimensions\": \"ø 90 × 90 mm\",\n                    \"Weighing Pan Dimensions\": \"ø 26 mm\",\n                    \"Communication Interface\": \"2× USB-A, USB-C, RS 232 (COM3), HDMI, Ethernet, Wi-Fi®, Hotspot\",\n                    \"Power Supply\": \"Adapter: 100–240 V AC 50\/60 Hz 1 A Max; 15 V DC 2.4 A \/ Balance: 12–15 V DC 1.4 A max; 9–17 W\",\n                    \"Protection Class\": \"IP 43\",\n                    \"Operating Temperature\": \"+10 – +40 °C\",\n                    \"Operating Temp. Change Rate\": \"±0.3 °C\/1 h (±1 °C\/8 h)\",\n                    \"Relative Humidity\": \"40% – 80%\",\n                    \"Packaging Dimensions (W×D×H)\": \"750 × 492 × 595 mm\",\n                    \"Net Weight\": \"10.6 kg\",\n                    \"Gross Weight\": \"16.5 kg\",\n                    \"Delivery Components\": \"Microbalance, terminal, weighing pan, weighing pan shield, glass lid, power supply, pincette, brush, fabric dust cover\"\n                },\n                heroSubtitle: \"Capacity: 5.1 g · Readability: 1 µg · Min Weight (USP): 0.82 mg\",\n                heroCapacity: \"5.1 g\",\n                heroReadability: \"1 µg\",\n                heroMinWeight: \"0.82 mg\",\n                badges: [\"OIML Class I\", \"21 CFR Part 11\"],\n                isDualRange: false,\n                dualRangeFine: \"—\",\n                dualRangeExtended: \"—\",\n                dynamicSections: {\n                    \"section-dualrange\": { visible: false }\n                }\n            },\n            \"MYA 6.5Y\": {\n                specs: {\n                    \"Maximum Capacity [Max]\": \"6 g\",\n                    \"Minimum Load\": \"0.1 mg\",\n                    \"Readability [d]\": \"1 µg\",\n                    \"Verification Unit [e]\": \"1 mg\",\n                    \"Tare Range\": \"-6 g\",\n                    \"Minimum Weight (USP)\": \"1.4 mg\",\n                    \"Minimum Weight (U=1%, k=2)\": \"0.14 mg\",\n                    \"Standard Repeatability [5% Max]\": \"0.7 µg\",\n                    \"Permissible Repeatability [5% Max]\": \"1.6 µg\",\n                    \"Linearity\": \"±6 µg\",\n                    \"Eccentric Load Deviation\": \"6 µg\",\n                    \"Sensitivity Time Drift\": \"1×10⁻⁶\/Year×Rt\",\n                    \"Stabilization Time\": \"3.5 s\",\n                    \"Adjustment\": \"Internal (automatic)\",\n                    \"OIML Class\": \"I\",\n                    \"Leveling System\": \"Automatic – Reflex Level System\",\n                    \"Display\": \"10″ graphic colour touchscreen\",\n                    \"Weighing Chamber Doors\": \"Automatic\",\n                    \"Weighing Chamber Dimensions\": \"ø 90 × 90 mm\",\n                    \"Weighing Pan Dimensions\": \"ø 26 mm\",\n                    \"Communication Interface\": \"2× USB-A, USB-C, RS 232 (COM3), HDMI, Ethernet, Wi-Fi®, Hotspot\",\n                    \"Power Supply\": \"Adapter: 100–240 V AC 50\/60 Hz 1 A Max; 15 V DC 2.4 A \/ Balance: 12–15 V DC 1.4 A max; 9–17 W\",\n                    \"Protection Class\": \"IP 43\",\n                    \"Operating Temperature\": \"+10 – +40 °C\",\n                    \"Operating Temp. Change Rate\": \"±0.3 °C\/1 h (±1 °C\/8 h)\",\n                    \"Relative Humidity\": \"40% – 80%\",\n                    \"Packaging Dimensions (W×D×H)\": \"750 × 492 × 595 mm\",\n                    \"Net Weight\": \"10.6 kg\",\n                    \"Gross Weight\": \"16.5 kg\",\n                    \"Delivery Components\": \"Microbalance, terminal, weighing pan, weighing pan shield, glass lid, power supply, pincette, brush, fabric dust cover\"\n                },\n                heroSubtitle: \"Capacity: 6 g · Readability: 1 µg · Min Weight (USP): 1.4 mg\",\n                heroCapacity: \"6 g\",\n                heroReadability: \"1 µg\",\n                heroMinWeight: \"1.4 mg\",\n                badges: [\"OIML Class I\", \"21 CFR Part 11\"],\n                isDualRange: false,\n                dualRangeFine: \"—\",\n                dualRangeExtended: \"—\",\n                dynamicSections: {\n                    \"section-dualrange\": { visible: false }\n                }\n            },\n            \"MYA 11.5Y\": {\n                specs: {\n                    \"Maximum Capacity [Max]\": \"11 g\",\n                    \"Minimum Load\": \"0.1 mg\",\n                    \"Readability [d]\": \"1 µg\",\n                    \"Verification Unit [e]\": \"1 mg\",\n                    \"Tare Range\": \"-11 g\",\n                    \"Minimum Weight (USP)\": \"1.4 mg\",\n                    \"Minimum Weight (U=1%, k=2)\": \"0.14 mg\",\n                    \"Standard Repeatability [5% Max]\": \"0.7 µg\",\n                    \"Permissible Repeatability [5% Max]\": \"1.6 µg\",\n                    \"Linearity\": \"±6 µg\",\n                    \"Eccentric Load Deviation\": \"6 µg\",\n                    \"Sensitivity Time Drift\": \"1×10⁻⁶\/Year×Rt\",\n                    \"Stabilization Time\": \"3.5 s\",\n                    \"Adjustment\": \"Internal (automatic)\",\n                    \"OIML Class\": \"I\",\n                    \"Leveling System\": \"Automatic – Reflex Level System\",\n                    \"Display\": \"10″ graphic colour touchscreen\",\n                    \"Weighing Chamber Doors\": \"Automatic\",\n                    \"Weighing Chamber Dimensions\": \"ø 90 × 90 mm\",\n                    \"Weighing Pan Dimensions\": \"ø 26 mm\",\n                    \"Communication Interface\": \"2× USB-A, USB-C, RS 232 (COM3), HDMI, Ethernet, Wi-Fi®, Hotspot\",\n                    \"Power Supply\": \"Adapter: 100–240 V AC 50\/60 Hz 1 A Max; 15 V DC 2.4 A \/ Balance: 12–15 V DC 1.4 A max; 9–17 W\",\n                    \"Protection Class\": \"IP 43\",\n                    \"Operating Temperature\": \"+10 – +40 °C\",\n                    \"Operating Temp. Change Rate\": \"±0.3 °C\/1 h (±1 °C\/8 h)\",\n                    \"Relative Humidity\": \"40% – 80%\",\n                    \"Packaging Dimensions (W×D×H)\": \"750 × 492 × 595 mm\",\n                    \"Net Weight\": \"10.6 kg\",\n                    \"Gross Weight\": \"16.5 kg\",\n                    \"Delivery Components\": \"Microbalance, terminal, weighing pan, weighing pan shield, glass lid, power supply, pincette, brush, fabric dust cover\"\n                },\n                heroSubtitle: \"Capacity: 11 g · Readability: 1 µg · Min Weight (USP): 1.4 mg\",\n                heroCapacity: \"11 g\",\n                heroReadability: \"1 µg\",\n                heroMinWeight: \"1.4 mg\",\n                badges: [\"OIML Class I\", \"21 CFR Part 11\"],\n                isDualRange: false,\n                dualRangeFine: \"—\",\n                dualRangeExtended: \"—\",\n                dynamicSections: {\n                    \"section-dualrange\": { visible: false }\n                }\n            },\n            \"MYA 11\/52.5Y\": {\n                specs: {\n                    \"Maximum Capacity [Max]\": \"11 \/ 52 g\",\n                    \"Minimum Load\": \"0.1 mg\",\n                    \"Readability [d]\": \"1 \/ 10 µg\",\n                    \"Verification Unit [e]\": \"1 mg\",\n                    \"Tare Range\": \"-52 g\",\n                    \"Minimum Weight (USP)\": \"1.4 mg\",\n                    \"Minimum Weight (U=1%, k=2)\": \"0.14 mg\",\n                    \"Standard Repeatability [5% Max]\": \"0.7 µg\",\n                    \"Permissible Repeatability [5% Max]\": \"2 µg\",\n                    \"Linearity\": \"±10 \/ 30 µg\",\n                    \"Eccentric Load Deviation\": \"6 \/ 10 µg\",\n                    \"Sensitivity Time Drift\": \"1×10⁻⁶\/Year×Rt\",\n                    \"Stabilization Time\": \"3.5 s\",\n                    \"Adjustment\": \"Internal (automatic)\",\n                    \"OIML Class\": \"I\",\n                    \"Leveling System\": \"Automatic – Reflex Level System\",\n                    \"Display\": \"10″ graphic colour touchscreen\",\n                    \"Weighing Chamber Doors\": \"Automatic\",\n                    \"Weighing Chamber Dimensions\": \"ø 90 × 90 mm\",\n                    \"Weighing Pan Dimensions\": \"ø 26 + ø 40 mm\",\n                    \"Communication Interface\": \"2× USB-A, USB-C, RS 232 (COM3), HDMI, Ethernet, Wi-Fi®, Hotspot\",\n                    \"Power Supply\": \"Adapter: 100–240 V AC 50\/60 Hz 1 A Max; 15 V DC 2.4 A \/ Balance: 12–15 V DC 1.4 A max; 9–17 W\",\n                    \"Protection Class\": \"IP 43\",\n                    \"Operating Temperature\": \"+10 – +40 °C\",\n                    \"Operating Temp. Change Rate\": \"±0.3 °C\/1 h (±1 °C\/8 h)\",\n                    \"Relative Humidity\": \"40% – 80%\",\n                    \"Packaging Dimensions (W×D×H)\": \"750 × 492 × 595 mm\",\n                    \"Net Weight\": \"10.6 kg\",\n                    \"Gross Weight\": \"16.5 kg\",\n                    \"Delivery Components\": \"Microbalance, terminal, weighing pan, weighing pan shield, glass lid, power supply, pincette, brush, fabric dust cover\"\n                },\n                heroSubtitle: \"Dual Range: 11 \/ 52 g · Readability: 1 \/ 10 µg · Min Weight (USP): 1.4 mg\",\n                heroCapacity: \"11 \/ 52 g\",\n                heroReadability: \"1 \/ 10 µg\",\n                heroMinWeight: \"1.4 mg\",\n                badges: [\"Dual Range\", \"OIML Class I\", \"21 CFR Part 11\"],\n                isDualRange: true,\n                dualRangeFine: \"11 g @ 1 µg\",\n                dualRangeExtended: \"52 g @ 10 µg\",\n                dynamicSections: {\n                    \"section-dualrange\": { visible: true }\n                }\n            },\n            \"MYA 21.5Y\": {\n                specs: {\n                    \"Maximum Capacity [Max]\": \"21 g\",\n                    \"Minimum Load\": \"0.1 mg\",\n                    \"Readability [d]\": \"1 µg\",\n                    \"Verification Unit [e]\": \"1 mg\",\n                    \"Tare Range\": \"-21 g\",\n                    \"Minimum Weight (USP)\": \"1.4 mg\",\n                    \"Minimum Weight (U=1%, k=2)\": \"0.14 mg\",\n                    \"Standard Repeatability [5% Max]\": \"0.7 µg\",\n                    \"Permissible Repeatability [5% Max]\": \"1.6 µg\",\n                    \"Linearity\": \"±7 µg\",\n                    \"Eccentric Load Deviation\": \"7 µg\",\n                    \"Sensitivity Time Drift\": \"1×10⁻⁶\/Year×Rt\",\n                    \"Stabilization Time\": \"3.5 s\",\n                    \"Adjustment\": \"Internal (automatic)\",\n                    \"OIML Class\": \"I\",\n                    \"Leveling System\": \"Automatic – Reflex Level System\",\n                    \"Display\": \"10″ graphic colour touchscreen\",\n                    \"Weighing Chamber Doors\": \"Automatic\",\n                    \"Weighing Chamber Dimensions\": \"ø 90 × 90 mm\",\n                    \"Weighing Pan Dimensions\": \"ø 26 mm\",\n                    \"Communication Interface\": \"2× USB-A, USB-C, RS 232 (COM3), HDMI, Ethernet, Wi-Fi®, Hotspot\",\n                    \"Power Supply\": \"Adapter: 100–240 V AC 50\/60 Hz 1 A Max; 15 V DC 2.4 A \/ Balance: 12–15 V DC 1.4 A max; 9–17 W\",\n                    \"Protection Class\": \"IP 43\",\n                    \"Operating Temperature\": \"+10 – +40 °C\",\n                    \"Operating Temp. Change Rate\": \"±0.3 °C\/1 h (±1 °C\/8 h)\",\n                    \"Relative Humidity\": \"40% – 80%\",\n                    \"Packaging Dimensions (W×D×H)\": \"750 × 492 × 595 mm\",\n                    \"Net Weight\": \"10.6 kg\",\n                    \"Gross Weight\": \"16.5 kg\",\n                    \"Delivery Components\": \"Microbalance, terminal, weighing pan, weighing pan shield, glass lid, power supply, pincette, brush, fabric dust cover\"\n                },\n                heroSubtitle: \"Capacity: 21 g · Readability: 1 µg · Min Weight (USP): 1.4 mg\",\n                heroCapacity: \"21 g\",\n                heroReadability: \"1 µg\",\n                heroMinWeight: \"1.4 mg\",\n                badges: [\"OIML Class I\", \"21 CFR Part 11\"],\n                isDualRange: false,\n                dualRangeFine: \"—\",\n                dualRangeExtended: \"—\",\n                dynamicSections: {\n                    \"section-dualrange\": { visible: false }\n                }\n            },\n            \"MYA 21\/52.5Y\": {\n                specs: {\n                    \"Maximum Capacity [Max]\": \"21 \/ 52 g\",\n                    \"Minimum Load\": \"0.1 mg\",\n                    \"Readability [d]\": \"1 \/ 10 µg\",\n                    \"Verification Unit [e]\": \"1 mg\",\n                    \"Tare Range\": \"-52 g\",\n                    \"Minimum Weight (USP)\": \"1.4 mg\",\n                    \"Minimum Weight (U=1%, k=2)\": \"0.14 mg\",\n                    \"Standard Repeatability [5% Max]\": \"0.7 µg\",\n                    \"Permissible Repeatability [5% Max]\": \"2 µg\",\n                    \"Linearity\": \"±10 \/ 30 µg\",\n                    \"Eccentric Load Deviation\": \"6 \/ 10 µg\",\n                    \"Sensitivity Time Drift\": \"1×10⁻⁶\/Year×Rt\",\n                    \"Stabilization Time\": \"3.5 s\",\n                    \"Adjustment\": \"Internal (automatic)\",\n                    \"OIML Class\": \"I\",\n                    \"Leveling System\": \"Automatic – Reflex Level System\",\n                    \"Display\": \"10″ graphic colour touchscreen\",\n                    \"Weighing Chamber Doors\": \"Automatic\",\n                    \"Weighing Chamber Dimensions\": \"ø 90 × 90 mm\",\n                    \"Weighing Pan Dimensions\": \"ø 26 + ø 40 mm\",\n                    \"Communication Interface\": \"2× USB-A, USB-C, RS 232 (COM3), HDMI, Ethernet, Wi-Fi®, Hotspot\",\n                    \"Power Supply\": \"Adapter: 100–240 V AC 50\/60 Hz 1 A Max; 15 V DC 2.4 A \/ Balance: 12–15 V DC 1.4 A max; 9–17 W\",\n                    \"Protection Class\": \"IP 43\",\n                    \"Operating Temperature\": \"+10 – +40 °C\",\n                    \"Operating Temp. Change Rate\": \"±0.3 °C\/1 h (±1 °C\/8 h)\",\n                    \"Relative Humidity\": \"40% – 80%\",\n                    \"Packaging Dimensions (W×D×H)\": \"750 × 492 × 595 mm\",\n                    \"Net Weight\": \"10.6 kg\",\n                    \"Gross Weight\": \"16.5 kg\",\n                    \"Delivery Components\": \"Microbalance, terminal, weighing pan, weighing pan shield, glass lid, power supply, pincette, brush, fabric dust cover\"\n                },\n                heroSubtitle: \"Dual Range: 21 \/ 52 g · Readability: 1 \/ 10 µg · Min Weight (USP): 1.4 mg\",\n                heroCapacity: \"21 \/ 52 g\",\n                heroReadability: \"1 \/ 10 µg\",\n                heroMinWeight: \"1.4 mg\",\n                badges: [\"Dual Range\", \"OIML Class I\", \"21 CFR Part 11\"],\n                isDualRange: true,\n                dualRangeFine: \"21 g @ 1 µg\",\n                dualRangeExtended: \"52 g @ 10 µg\",\n                dynamicSections: {\n                    \"section-dualrange\": { visible: true }\n                }\n            },\n            \"MYA 31.5Y\": {\n                specs: {\n                    \"Maximum Capacity [Max]\": \"31 g\",\n                    \"Minimum Load\": \"0.1 mg\",\n                    \"Readability [d]\": \"1 µg\",\n                    \"Verification Unit [e]\": \"1 mg\",\n                    \"Tare Range\": \"-31 g\",\n                    \"Minimum Weight (USP)\": \"1.8 mg\",\n                    \"Minimum Weight (U=1%, k=2)\": \"0.18 mg\",\n                    \"Standard Repeatability [5% Max]\": \"0.9 µg\",\n                    \"Permissible Repeatability [5% Max]\": \"2.2 µg\",\n                    \"Linearity\": \"±8 µg\",\n                    \"Eccentric Load Deviation\": \"8 µg\",\n                    \"Sensitivity Time Drift\": \"1×10⁻⁶\/Year×Rt\",\n                    \"Stabilization Time\": \"3.5 s\",\n                    \"Adjustment\": \"Internal (automatic)\",\n                    \"OIML Class\": \"I\",\n                    \"Leveling System\": \"Automatic – Reflex Level System\",\n                    \"Display\": \"10″ graphic colour touchscreen\",\n                    \"Weighing Chamber Doors\": \"Automatic\",\n                    \"Weighing Chamber Dimensions\": \"ø 90 × 90 mm\",\n                    \"Weighing Pan Dimensions\": \"ø 26 mm\",\n                    \"Communication Interface\": \"2× USB-A, USB-C, RS 232 (COM3), HDMI, Ethernet, Wi-Fi®, Hotspot\",\n                    \"Power Supply\": \"Adapter: 100–240 V AC 50\/60 Hz 1 A Max; 15 V DC 2.4 A \/ Balance: 12–15 V DC 1.4 A max; 9–17 W\",\n                    \"Protection Class\": \"IP 43\",\n                    \"Operating Temperature\": \"+10 – +40 °C\",\n                    \"Operating Temp. Change Rate\": \"±0.3 °C\/1 h (±1 °C\/8 h)\",\n                    \"Relative Humidity\": \"40% – 80%\",\n                    \"Packaging Dimensions (W×D×H)\": \"750 × 492 × 595 mm\",\n                    \"Net Weight\": \"10.6 kg\",\n                    \"Gross Weight\": \"16.5 kg\",\n                    \"Delivery Components\": \"Microbalance, terminal, weighing pan, weighing pan shield, glass lid, power supply, pincette, brush, fabric dust cover\"\n                },\n                heroSubtitle: \"Capacity: 31 g · Readability: 1 µg · Min Weight (USP): 1.8 mg\",\n                heroCapacity: \"31 g\",\n                heroReadability: \"1 µg\",\n                heroMinWeight: \"1.8 mg\",\n                badges: [\"OIML Class I\", \"21 CFR Part 11\"],\n                isDualRange: false,\n                dualRangeFine: \"—\",\n                dualRangeExtended: \"—\",\n                dynamicSections: {\n                    \"section-dualrange\": { visible: false }\n                }\n            }\n        };\n\n        var sortedSkus = Object.keys(variantData).sort(function(a, b) { return b.length - a.length; });\n\n        function getSelectedSku() {\n            var sel = document.querySelector('select[name=\"options[Model]\"]');\n            if (!sel || sel.selectedIndex \u003c 0) return sortedSkus[sortedSkus.length - 1];\n            var text = sel.options[sel.selectedIndex].text || sel.value || '';\n            for (var i = 0; i \u003c sortedSkus.length; i++) {\n                if (text.indexOf(sortedSkus[i]) !== -1) return sortedSkus[i];\n            }\n            return sortedSkus[sortedSkus.length - 1];\n        }\n\n        function updateAllSections() {\n            var sku = getSelectedSku();\n            if (!sku || !variantData[sku]) return;\n            var data = variantData[sku];\n\n            \/\/ 1. Rebuild specs table\n            var tbody = document.getElementById('specs-table-body');\n            if (tbody) {\n                var html = '';\n                for (var key in data.specs) {\n                    if (data.specs.hasOwnProperty(key)) {\n                        html += '\u003ctr\u003e\u003cth\u003e' + key + '\u003c\/th\u003e\u003ctd\u003e' + data.specs[key] + '\u003c\/td\u003e\u003c\/tr\u003e';\n                    }\n                }\n                tbody.innerHTML = html;\n            }\n\n            \/\/ 2. Update dynamic text elements\n            var dynamicEls = document.querySelectorAll('[data-variant-dynamic]');\n            for (var i = 0; i \u003c dynamicEls.length; i++) {\n                var el = dynamicEls[i];\n                var k = el.getAttribute('data-variant-dynamic');\n                if (k \u0026\u0026 data[k] !== undefined) el.innerHTML = data[k];\n            }\n\n            \/\/ 3. Show\/hide conditional sections\n            var sectionEls = document.querySelectorAll('[data-variant-section]');\n            for (var j = 0; j \u003c sectionEls.length; j++) {\n                var secEl = sectionEls[j];\n                var secId = secEl.id;\n                if (data.dynamicSections \u0026\u0026 data.dynamicSections[secId] !== undefined) {\n                    secEl.style.display = data.dynamicSections[secId].visible ? '' : 'none';\n                }\n            }\n\n            \/\/ 4. Update badges\n            var bc = document.getElementById('variant-badges');\n            if (bc \u0026\u0026 data.badges) {\n                bc.innerHTML = data.badges.length \u003e 0\n                    ? data.badges.map(function(b) { return '\u003cspan class=\"ohaus-variant-badge\"\u003e' + b + '\u003c\/span\u003e'; }).join('')\n                    : '';\n            }\n        }\n\n        \/\/ Robust binding\n        var lastSel = null;\n        function bindSelector() {\n            var sel = document.querySelector('select[name=\"options[Model]\"]');\n            if (sel \u0026\u0026 sel !== lastSel) {\n                sel.addEventListener('change', updateAllSections);\n                lastSel = sel;\n            }\n            return sel;\n        }\n\n        \/\/ Re-entry guard\n        var isUpdating = false;\n        var _originalUpdate = updateAllSections;\n        updateAllSections = function() {\n            if (isUpdating) return;\n            isUpdating = true;\n            try { _originalUpdate(); } finally { isUpdating = false; }\n        };\n\n        var initialized = false;\n        function init() {\n            if (initialized) return;\n            initialized = true;\n\n            bindSelector();\n\n            \/\/ URL-based variant auto-selection\n            var params = new URLSearchParams(window.location.search);\n            var variantParam = params.get('variant');\n            if (variantParam) {\n                var sel = document.querySelector('select[name=\"options[Model]\"]');\n                if (sel) {\n                    for (var o = 0; o \u003c sel.options.length; o++) {\n                        if (sel.options[o].text.indexOf(variantParam) !== -1) {\n                            sel.selectedIndex = o;\n                            sel.dispatchEvent(new Event('change', { bubbles: true }));\n                            break;\n                        }\n                    }\n                }\n            }\n\n            updateAllSections();\n\n            var target = document.querySelector('form[action*=\"\/cart\/add\"]');\n            if (target) {\n                var obs = new MutationObserver(function() {\n                    bindSelector();\n                    updateAllSections();\n                });\n                obs.observe(target, { childList: true, subtree: true, attributes: true, attributeFilter: ['selected', 'value'] });\n            }\n        }\n\n        if (document.readyState === 'loading') {\n            document.addEventListener('DOMContentLoaded', init);\n        } else {\n            init();\n        }\n        setTimeout(function() { initialized = false; init(); }, 1000);\n        setTimeout(updateAllSections, 2000);\n    })();\n    \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Radwag","offers":[{"title":"MYA 0.8\/3.5Y (0.8 \/ 3g \/ 1 \/ 10µg)","offer_id":53559276962005,"sku":"MYA 0.8\/3.5Y","price":22720.0,"currency_code":"USD","in_stock":true},{"title":"MYA 2.5Y (2.1g \/ 1µg)","offer_id":53559276994773,"sku":"MYA 2.5Y","price":22720.0,"currency_code":"USD","in_stock":true},{"title":"MYA 5.5Y (5.1g \/ 1µg)","offer_id":53559277027541,"sku":"MYA 5.5Y","price":24961.0,"currency_code":"USD","in_stock":true},{"title":"MYA 6.5Y (6g \/ 1µg)","offer_id":53559277060309,"sku":"MYA 6.5Y","price":27293.0,"currency_code":"USD","in_stock":true},{"title":"MYA 11.5Y (11g \/ 1µg)","offer_id":53559277093077,"sku":"MYA 11.5Y","price":28598.0,"currency_code":"USD","in_stock":true},{"title":"MYA 11\/52.5Y (11 \/ 52g \/ 1 \/ 10µg)","offer_id":53559277125845,"sku":"MYA 11\/52.5Y","price":31685.0,"currency_code":"USD","in_stock":true},{"title":"MYA 21.5Y (21g \/ 1µg)","offer_id":53559277158613,"sku":"MYA 21.5Y","price":31685.0,"currency_code":"USD","in_stock":true},{"title":"MYA 21\/52.5Y (21 \/ 52g \/ 1 \/ 10µg)","offer_id":53559277191381,"sku":"MYA 21\/52.5Y","price":33552.0,"currency_code":"USD","in_stock":true},{"title":"MYA 31.5Y (31g \/ 1µg)","offer_id":53559277224149,"sku":"MYA 31.5Y","price":33552.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0774\/9933\/4869\/files\/mya_0_8_3_5y-other-1.jpg?v=1775158346"}],"url":"https:\/\/weighcore.com\/collections\/microbalances.oembed","provider":"Weighcore","version":"1.0","type":"link"}