{"product_id":"parts-for-oven-mosi2-heating-elements-replacement-for-vita-zyrcomat-6000-ms-6100ms-zyrcomat-t","title":"Parts for Oven - Mosi2 Heating Elements Replacement for Vita ZYRCOMAT Zirconia Sintering Furnaces","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: #f8f9fa;\n            padding: 20px;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            padding: 40px;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n        }\n        \n        .hero-section {\n            background: linear-gradient(135deg, #1a1a1a 0%, #2c2c2c 100%);\n            color: white;\n            padding: 32px;\n            border-radius: 10px;\n            margin-bottom: 35px;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .hero-section::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -10%;\n            width: 300px;\n            height: 300px;\n            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);\n            border-radius: 50%;\n        }\n        \n        .hero-section h1 {\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 12px;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .hero-section .subtitle {\n            font-size: 16px;\n            opacity: 0.9;\n            font-weight: 400;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .compatibility-badge {\n            background: white;\n            color: #000000;\n            display: inline-block;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-weight: 600;\n            font-size: 14px;\n            margin-top: 16px;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .section-title {\n            font-size: 22px;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin: 35px 0 20px 0;\n            display: flex;\n            align-items: center;\n        }\n        \n        .section-title::before {\n            content: '';\n            width: 4px;\n            height: 28px;\n            background: #000000;\n            margin-right: 12px;\n            border-radius: 2px;\n        }\n        \n        .intro-text {\n            font-size: 16px;\n            line-height: 1.8;\n            color: #4a4a4a;\n            margin-bottom: 30px;\n            padding: 20px;\n            background: #f8f9fa;\n            border-radius: 8px;\n            border-left: 4px solid #000000;\n        }\n        \n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .spec-card {\n            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n            padding: 24px;\n            border-radius: 8px;\n            border: 2px solid #e5e5e5;\n            transition: all 0.3s;\n            position: relative;\n        }\n        \n        .spec-card:hover {\n            border-color: #000000;\n            transform: translateY(-3px);\n            box-shadow: 0 6px 16px rgba(0,0,0,0.1);\n        }\n        \n        .spec-icon {\n            font-size: 32px;\n            margin-bottom: 12px;\n        }\n        \n        .spec-label {\n            font-size: 13px;\n            color: #666;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n        \n        .spec-value {\n            font-size: 20px;\n            font-weight: 700;\n            color: #000000;\n            margin-bottom: 8px;\n        }\n        \n        .spec-detail {\n            font-size: 14px;\n            color: #666;\n            line-height: 1.6;\n        }\n        \n        .highlight-box {\n            background: linear-gradient(135deg, #fff8e1 0%, #ffe082 100%);\n            padding: 24px 28px;\n            border-radius: 10px;\n            border-left: 5px solid #ffa000;\n            margin: 30px 0;\n        }\n        \n        .highlight-box h4 {\n            color: #e65100;\n            font-weight: 700;\n            margin-bottom: 12px;\n            font-size: 18px;\n            display: flex;\n            align-items: center;\n        }\n        \n        .highlight-box h4::before {\n            content: '⚡';\n            margin-right: 10px;\n            font-size: 22px;\n        }\n        \n        .highlight-box p {\n            color: #333;\n            line-height: 1.8;\n        }\n        \n        .package-options {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 16px;\n            margin: 25px 0;\n        }\n        \n        .package-card {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            border: 2px solid #e5e5e5;\n            text-align: center;\n            transition: all 0.3s;\n            cursor: pointer;\n        }\n        \n        .package-card:hover {\n            border-color: #000000;\n            transform: scale(1.03);\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n        }\n        \n        .package-card.popular {\n            border-color: #000000;\n            border-width: 3px;\n            position: relative;\n        }\n        \n        .package-card.popular::before {\n            content: 'MOST POPULAR';\n            position: absolute;\n            top: -12px;\n            left: 50%;\n            transform: translateX(-50%);\n            background: #000000;\n            color: white;\n            padding: 4px 12px;\n            border-radius: 12px;\n            font-size: 11px;\n            font-weight: 700;\n            letter-spacing: 0.5px;\n        }\n        \n        .package-icon {\n            font-size: 36px;\n            margin-bottom: 12px;\n        }\n        \n        .package-name {\n            font-weight: 700;\n            font-size: 18px;\n            color: #000000;\n            margin-bottom: 8px;\n        }\n        \n        .package-desc {\n            font-size: 13px;\n            color: #666;\n        }\n        \n        .shipping-section {\n            background: #e8f4f8;\n            padding: 28px;\n            border-radius: 10px;\n            margin: 30px 0;\n        }\n        \n        .shipping-section h4 {\n            color: #1a1a1a;\n            font-weight: 700;\n            margin-bottom: 20px;\n            font-size: 18px;\n        }\n        \n        .shipping-options {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n            gap: 16px;\n        }\n        \n        .shipping-option {\n            background: white;\n            padding: 18px;\n            border-radius: 8px;\n            border-left: 4px solid #3498db;\n        }\n        \n        .shipping-option .method {\n            font-weight: 700;\n            color: #2c3e50;\n            margin-bottom: 8px;\n            font-size: 16px;\n        }\n        \n        .shipping-option .time {\n            color: #3498db;\n            font-weight: 600;\n            font-size: 20px;\n            margin-bottom: 6px;\n        }\n        \n        .shipping-option .detail {\n            font-size: 13px;\n            color: #666;\n        }\n        \n        .features-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n            gap: 16px;\n            margin: 25px 0;\n        }\n        \n        .feature-item {\n            display: flex;\n            align-items: flex-start;\n            padding: 16px;\n            background: #f8f9fa;\n            border-radius: 6px;\n            transition: all 0.3s;\n        }\n        \n        .feature-item:hover {\n            background: #e8e8e8;\n            transform: translateX(3px);\n        }\n        \n        .feature-item::before {\n            content: '✓';\n            color: #4caf50;\n            font-weight: 700;\n            font-size: 20px;\n            margin-right: 12px;\n            flex-shrink: 0;\n        }\n        \n        .feature-item span {\n            color: #4a4a4a;\n            line-height: 1.6;\n        }\n        \n        .info-badge {\n            display: inline-block;\n            background: #e8f4f8;\n            color: #2980b9;\n            padding: 6px 14px;\n            border-radius: 16px;\n            font-size: 13px;\n            font-weight: 600;\n            margin: 4px;\n        }\n        \n        @media (max-width: 768px) {\n            .container {\n                padding: 20px;\n            }\n            \n            .hero-section {\n                padding: 24px;\n            }\n            \n            .hero-section h1 {\n                font-size: 24px;\n            }\n            \n            .specs-grid,\n            .package-options,\n            .shipping-options,\n            .features-list {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003ch1\u003e\u003cspan style=\"color: rgb(249, 238, 238);\"\u003ePremium MoSi₂ Heating Elements\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003eDirect OEM Replacement for Vita Zyrcomat Zirconia Sintering Furnace\u003c\/p\u003e\n\u003cp class=\"subtitle\"\u003e\u003cspan class=\"compatibility-badge\"\u003e✓ VITA Zyrcomat 6000 MS\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"subtitle\"\u003e\u003cspan class=\"compatibility-badge\"\u003e✓ VITA Zyrcomat 6100 MS\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"subtitle\"\u003e\u003cspan class=\"compatibility-badge\"\u003e✓ VITA Zyrcomat T\u003c\/span\u003e\u003c\/p\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"intro-text\"\u003e\n\u003cstrong\u003eProfessional-grade replacement heating elements\u003c\/strong\u003e engineered specifically for Vita Zyrcomat sintering furnaces.\u003c\/div\u003e\n\u003cdiv class=\"intro-text\"\u003e Our models delivers OEM-equivalent performance at a fraction of the cost, with superior longevity and reliability backed by advanced manufacturing processes.\u003c\/div\u003e\n\u003ch3 class=\"section-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e⚙️\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eMaterial Grade\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003ePremium MoSi₂\u003c\/div\u003e\n\u003cdiv class=\"spec-detail\"\u003eHigh-purity molybdenum disilicide\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e🌡️\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eOperating Range\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eUp to 1800°C\u003c\/div\u003e\n\u003cdiv class=\"spec-detail\"\u003eSuitable for all dental applications\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e⏱️\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eProduction Time\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e5-10 Days\u003c\/div\u003e\n\u003cdiv class=\"spec-detail\"\u003eFast turnaround for urgent orders\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e🔄\u003c\/div\u003e\n\u003cdiv class=\"spec-label\"\u003eService Life\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e2000+ Hours\u003c\/div\u003e\n\u003cdiv class=\"spec-detail\"\u003e40% longer than standard elements\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003ch4\u003eFast Production \u0026amp; Quick Delivery\u003c\/h4\u003e\n\u003cp\u003eWe maintain ready stock of common specifications and offer expedited production for urgent replacements. Most orders ship within 3-10 business days, ensuring minimal downtime for your dental practice or laboratory.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"section-title\"\u003eAvailable Package Options\u003c\/h3\u003e\n\u003cdiv class=\"package-options\"\u003e\n\u003cdiv class=\"package-card\"\u003e\n\u003cdiv class=\"package-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"package-name\"\u003eSingle Element\u003c\/div\u003e\n\u003cdiv class=\"package-desc\"\u003eFor replacing individual failed elements\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"package-card popular\"\u003e\n\u003cdiv class=\"package-icon\"\u003e📦📦📦📦\u003c\/div\u003e\n\u003cdiv class=\"package-name\"\u003eSet of 4 Elements\u003c\/div\u003e\n\u003cdiv class=\"package-desc\"\u003eRecommended for balanced replacement\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"package-card\"\u003e\n\u003cdiv class=\"package-icon\"\u003e📦📦📦📦\u003c\/div\u003e\n\u003cdiv class=\"package-name\"\u003eSet of 6 Elements\u003c\/div\u003e\n\u003cdiv class=\"package-desc\"\u003eComplete furnace overhaul kit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f0f7ff; padding: 16px 20px; border-radius: 8px; margin: 20px 0; border-left: 4px solid #2196f3;\"\u003e\n\u003cstrong style=\"color: #1976d2;\"\u003e💡 Ordering Tip:\u003c\/strong\u003e \u003cspan style=\"color: #4a4a4a;\"\u003eOur elements support mixed-age operation. You can replace individual failed elements without purchasing a complete set, saving 60-70% on emergency replacement costs.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"section-title\"\u003eShipping \u0026amp; Delivery\u003c\/h3\u003e\n\u003cdiv class=\"shipping-section\"\u003e\n\u003ch4\u003eChoose Your Delivery Speed\u003c\/h4\u003e\n\u003cdiv class=\"shipping-options\"\u003e\n\u003cdiv class=\"shipping-option\"\u003e\n\u003cdiv class=\"method\"\u003e🚢 Standard Shipping\u003c\/div\u003e\n\u003cdiv class=\"time\"\u003e15-30 Days\u003c\/div\u003e\n\u003cdiv class=\"detail\"\u003eEconomical option for planned replacements\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"border-left-color: #e74c3c;\" class=\"shipping-option\"\u003e\n\u003cdiv class=\"method\"\u003e✈️ Express Shipping\u003c\/div\u003e\n\u003cdiv style=\"color: #e74c3c;\" class=\"time\"\u003e3-10 Days\u003c\/div\u003e\n\u003cdiv class=\"detail\"\u003eUPS \/ DHL \/ FedEx \/ TNT - For urgent needs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"section-title\"\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\u003cdiv class=\"features-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\u003cspan\u003e\u003cstrong\u003eDrop-In Replacement:\u003c\/strong\u003e Exact dimensional match to OEM specifications\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\u003cspan\u003e\u003cstrong\u003eExtended Lifespan:\u003c\/strong\u003e Advanced manufacturing process ensures 2000+ hour service life\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\u003cspan\u003e\u003cstrong\u003eEnergy Efficient:\u003c\/strong\u003e 15-20% lower power consumption than standard elements\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\u003cspan\u003e\u003cstrong\u003eSelf-Healing Design:\u003c\/strong\u003e Automatic SiO₂ protective layer formation\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\u003cspan\u003e\u003cstrong\u003eQuality Certified:\u003c\/strong\u003e Rigorous testing ensures consistent performance\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\u003cspan\u003e\u003cstrong\u003eFast Production:\u003c\/strong\u003e 3-10 day turnaround for most orders\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\u003cspan\u003e\u003cstrong\u003eFlexible Packaging:\u003c\/strong\u003e Single, 2-pack, or 4-pack options available\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\u003cspan\u003e\u003cstrong\u003eMixed-Age Compatible:\u003c\/strong\u003e New elements work with aged elements\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"section-title\"\u003eApplication Suitability\u003c\/h3\u003e\n\u003cdiv style=\"margin: 20px 0;\"\u003e\n\u003cspan class=\"info-badge\"\u003eZirconia Sintering\u003c\/span\u003e \u003cspan class=\"info-badge\"\u003eDental Ceramics\u003c\/span\u003e \u003cspan class=\"info-badge\"\u003eCrown \u0026amp; Bridge\u003c\/span\u003e \u003cspan class=\"info-badge\"\u003eImplant Components\u003c\/span\u003e \u003cspan class=\"info-badge\"\u003eLaboratory Testing\u003c\/span\u003e \u003cspan class=\"info-badge\"\u003eResearch \u0026amp; Development\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%); padding: 24px 28px; border-radius: 10px; border-left: 5px solid #4caf50; margin: 30px 0;\"\u003e\n\u003ch4 style=\"color: #2e7d32; font-weight: bold; margin-bottom: 12px; font-size: 18px; display: flex; align-items: center;\"\u003e\n\u003cspan style=\"margin-right: 10px;\"\u003e✓\u003c\/span\u003e Quality Assurance\u003c\/h4\u003e\n\u003cp style=\"color: #333; line-height: 1.8;\"\u003eEvery element undergoes comprehensive quality control including dimensional verification, electrical resistance testing, and visual inspection. We stand behind our products with a satisfaction guarantee and responsive technical support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f8f9fa; padding: 24px; border-radius: 8px; border: 2px dashed #dee2e6; margin: 30px 0; text-align: center;\"\u003e\n\u003cp style=\"font-size: 15px; color: #666; line-height: 1.8; margin-bottom: 12px;\"\u003e\u003cstrong style=\"color: #000;\"\u003eNeed Help Choosing?\u003c\/strong\u003e\u003cbr\u003eOur technical team can assist with compatibility verification, installation guidance, and quantity recommendations based on your specific furnace model and usage patterns.\u003c\/p\u003e\n\u003cdiv style=\"margin-top: 16px;\"\u003e\u003ca style=\"background: #000000; color: white; padding: 10px 24px; border-radius: 6px; font-weight: 600; display: inline-block; text-decoration: none; transition: all 0.3s;\" href=\"mailto:nerowallabc@gmail.com?subject=Technical%20Support%20Request%20-%20MoSi2%20Heating%20Elements%20(ERAA0331)\u0026amp;body=Hello,%0D%0A%0D%0AI%20need%20assistance%20with:%0D%0A-%20Furnace%20Model:%20Zirkonofen%20700%20\/%20700%20Ultra%20Vakuum%0D%0A-%20Product:%20ERAA0331%20MoSi2%20Heating%20Elements%0D%0A-%20Question:%0D%0A%0D%0AThank%20you!\"\u003eContact Technical Support\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"WallaBC MOSI2","offers":[{"title":"for Vita Zyrcomat 6000 MS \/ Single Element","offer_id":48422275055840,"sku":null,"price":150.0,"currency_code":"USD","in_stock":true},{"title":"for Vita Zyrcomat 6000 MS \/ Set of 4 Elements","offer_id":48422279905504,"sku":null,"price":540.0,"currency_code":"USD","in_stock":true},{"title":"for Vita Zyrcomat 6100 MS \/ Single Element","offer_id":48422275121376,"sku":null,"price":150.0,"currency_code":"USD","in_stock":true},{"title":"for Vita Zyrcomat 6100 MS \/ Set of 4 Elements","offer_id":48422279938272,"sku":null,"price":540.0,"currency_code":"USD","in_stock":true},{"title":"for Vita Zyrcomat T \/ Single Element","offer_id":48422275186912,"sku":null,"price":160.0,"currency_code":"USD","in_stock":true},{"title":"for Vita Zyrcomat T \/ Set of 4 Elements","offer_id":48422279971040,"sku":null,"price":576.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/3985\/3792\/files\/5_9221ec1b-c29c-412a-854c-39d517efb16a.png?v=1765852726","url":"https:\/\/wallabconline.com\/fr-fr\/products\/parts-for-oven-mosi2-heating-elements-replacement-for-vita-zyrcomat-6000-ms-6100ms-zyrcomat-t","provider":"WallaBC Official","version":"1.0","type":"link"}