{"title":"Centrifugal Fan","description":"\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/CENTRIFUGAL_FAN_480x480.png?v=1681397923\" alt=\"\" data-mce-fragment=\"1\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/CENTRIFUGAL_FAN_480x480.png?v=1681397923\"\u003eCentrifugal Fan\n\u003cdiv style=\"position: absolute; left: -28px; top: 28px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","products":[{"product_id":"rg28p-4ek-4i-1r","title":"RG28P-4EK.4I.1R 6SL3362-0AG00-0AA1 ZIEHL-ABEGG centrifugal fan for Siemens S120 frequency converters Fan","description":"\u003cdiv style=\"position: absolute; left: -31px; top: -18.4062px;\" id=\"gtx-trans\"\u003e\u003c\/div\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, Oxygen, Ubuntu, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f9f9f9;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 10px;\n            box-shadow: 0 2px 20px rgba(0,0,0,0.1);\n            overflow: hidden;\n        }\n        \n        .product-header {\n            \/* Updated to ZIEHL-ABEGG Blue *\/\n            background: linear-gradient(135deg, #0054A6 0%, #0083D8 100%);\n            color: white;\n            padding: 50px 30px;\n            text-align: center;\n            position: relative;\n        }\n        \n        .product-header::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: #ffb74d;\n        }\n        \n        .product-title {\n            font-size: 2.4em;\n            font-weight: 700;\n            margin-bottom: 10px;\n            letter-spacing: 0.5px;\n        }\n        \n        .feature-badge {\n            display: inline-block;\n            background: #ffb74d;\n            color: #333;\n            padding: 8px 20px;\n            border-radius: 20px;\n            font-weight: 600;\n            font-size: 1.1em;\n            margin-bottom: 15px;\n            text-transform: uppercase;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2em;\n            font-weight: 300;\n            opacity: 0.9;\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.5;\n        }\n        \n        .benefits-section {\n            padding: 50px 30px;\n            background: #fff;\n        }\n        \n        .section-title {\n            text-align: center;\n            font-size: 1.8em;\n            color: #0054A6; \/* Updated to match header blue *\/\n            margin-bottom: 40px;\n            font-weight: 600;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 25px;\n            margin-top: 20px;\n        }\n        \n        .benefit-card {\n            background: #f8f9fa;\n            border-radius: 8px;\n            padding: 25px 20px;\n            border-top: 4px solid #0054A6; \/* Updated to match header blue *\/\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            height: 100%;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0, 84, 166, 0.15); \/* Updated to match header blue *\/\n        }\n        \n        .benefit-icon {\n            font-size: 2.8em;\n            margin-bottom: 20px;\n            display: block;\n            height: 60px;\n        }\n        \n        .benefit-title {\n            font-size: 1.2em;\n            color: #0054A6; \/* Updated to match header blue *\/\n            margin-bottom: 12px;\n            font-weight: 600;\n            line-height: 1.3;\n            flex-shrink: 0;\n        }\n        \n        .benefit-description {\n            color: #555;\n            font-size: 0.95em;\n            line-height: 1.5;\n            flex-grow: 1;\n        }\n        \n        .applications-section {\n            padding: 50px 30px;\n            background: #e1f0fa; \/* Lighter shade of brand blue *\/\n        }\n        \n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }\n        \n        .application-item {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n            transition: transform 0.2s ease;\n        }\n        \n        .application-item:hover {\n            transform: translateY(-3px);\n        }\n        \n        .app-icon {\n            font-size: 2em;\n            margin-right: 15px;\n            color: #0054A6; \/* Updated to match header blue *\/\n            min-width: 40px;\n            text-align: center;\n        }\n        \n        .app-name {\n            font-weight: 600;\n            color: #333;\n        }\n        \n        .datasheet-section {\n            padding: 50px 30px;\n            background: #f0f8ff;\n        }\n        \n        .datasheet-header {\n            text-align: center;\n            font-size: 1.6em;\n            color: #c62828;\n            margin-bottom: 30px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            font-weight: 700;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8f9fa;\n        }\n        \n        .specs-table td {\n            padding: 15px 20px;\n            border-bottom: 1px solid #e9ecef;\n        }\n        \n        .specs-table td:first-child {\n            font-weight: 600;\n            color: #0054A6; \/* Updated to match header blue *\/\n            width: 40%;\n            background-color: #f0f8ff;\n        }\n        \n        .highlight-cell {\n            color: #0054A6; \/* Updated to match header blue *\/\n            font-weight: 700;\n            background-color: #e1f0fa; \/* Lighter shade of brand blue *\/\n        }\n        \n        .efficiency-cell {\n            color: #2e7d32;\n            font-weight: 700;\n            background-color: #c8e6c9;\n        }\n        \n        .high-airflow-cell {\n            color: #00796b;\n            font-weight: 700;\n            background-color: #b2dfdb;\n        }\n        \n        .quiet-cell {\n            color: #7b1fa2;\n            font-weight: 700;\n            background-color: #e1bee7;\n        }\n        \n        .durable-cell {\n            color: #d84315;\n            font-weight: 700;\n            background-color: #ffccbc;\n        }\n        \n        .single-phase-cell {\n            color: #ff8f00;\n            font-weight: 700;\n            background-color: #ffecb3;\n        }\n        \n        .centrifugal-badge {\n            display: inline-block;\n            background: #0054A6; \/* Updated to match header blue *\/\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n        \n        .shipping-section {\n            padding: 40px 30px;\n            background: #f8f9fa;\n            margin: 30px;\n            border-radius: 8px;\n        }\n        \n        .shipping-title {\n            font-size: 1.6em;\n            color: #0054A6; \/* Updated to match header blue *\/\n            margin-bottom: 25px;\n            text-align: center;\n        }\n        \n        .shipping-details {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .shipping-details p {\n            margin-bottom: 12px;\n            padding-left: 20px;\n            position: relative;\n            font-size: 1.05em;\n        }\n        \n        .shipping-details p::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: #2e7d32;\n            font-weight: bold;\n        }\n        \n        .bulk-inquiry {\n            background: #fff3e0;\n            border-left: 4px solid #ffb74d;\n            padding: 20px;\n            margin-top: 20px;\n            border-radius: 5px;\n        }\n        \n        .bulk-inquiry strong {\n            color: #0054A6; \/* Updated to match header blue *\/\n        }\n        \n        .faq-section {\n            padding: 50px 30px;\n            background: #e1f0fa; \/* Lighter shade of brand blue *\/\n            margin: 30px;\n            border-radius: 10px;\n            border: 1px solid #a0c4e0;\n        }\n        \n        .faq-title {\n            text-align: center;\n            font-size: 1.8em;\n            color: #0054A6; \/* Updated to match header blue *\/\n            margin-bottom: 35px;\n            font-weight: 600;\n        }\n        \n        .faq-item {\n            margin-bottom: 30px;\n            padding-bottom: 30px;\n            border-bottom: 2px solid #a0c4e0;\n        }\n        \n        .faq-item:last-child {\n            border-bottom: none;\n            margin-bottom: 0;\n        }\n        \n        .faq-question {\n            color: #0054A6; \/* Updated to match header blue *\/\n            font-size: 1.2em;\n            font-weight: 600;\n            margin-bottom: 12px;\n            line-height: 1.4;\n        }\n        \n        .faq-answer {\n            color: #333;\n            font-size: 1.05em;\n            line-height: 1.6;\n            padding-left: 20px;\n        }\n        \n        .cta-section {\n            padding: 40px 30px;\n            background: linear-gradient(135deg, #e1f0fa 0%, #a0c4e0 100%);\n            text-align: center;\n            border-radius: 10px;\n            margin: 30px;\n        }\n        \n        .cta-title {\n            font-size: 1.6em;\n            color: #0054A6; \/* Updated to match header blue *\/\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n        \n        .cta-description {\n            font-size: 1.05em;\n            color: #555;\n            max-width: 600px;\n            margin: 0 auto 25px;\n        }\n        \n        .contact-button {\n            display: inline-block;\n            background: #0054A6; \/* Updated to match header blue *\/\n            color: white;\n            padding: 14px 35px;\n            font-size: 1.05em;\n            font-weight: 600;\n            text-decoration: none;\n            border-radius: 50px;\n            transition: all 0.3s ease;\n            border: 2px solid #0054A6; \/* Updated to match header blue *\/\n            margin: 5px 10px;\n        }\n        \n        .contact-button:hover {\n            background: white;\n            color: #0054A6; \/* Updated to match header blue *\/\n            transform: translateY(-2px);\n            box-shadow: 0 5px 15px rgba(0,84,166,0.2); \/* Updated to match header blue *\/\n        }\n        \n        .contact-button.secondary {\n            background: #ffb74d;\n            border-color: #ffb74d;\n            color: #333;\n        }\n        \n        .contact-button.secondary:hover {\n            background: white;\n            color: #ffb74d;\n        }\n        \n        .german-badge {\n            display: inline-block;\n            background: #000;\n            color: #ffb74d;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n        \n        .quiet-badge {\n            display: inline-block;\n            background: #7b1fa2;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n        \n        .high-airflow-badge {\n            display: inline-block;\n            background: #00796b;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n        \n        .energy-saving-badge {\n            display: inline-block;\n            background: #2e7d32;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n        \n        .single-phase-badge {\n            display: inline-block;\n            background: #ff8f00;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n        \n        .industrial-badge {\n            display: inline-block;\n            background: #5d4037;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n        \n        .s120-badge {\n            display: inline-block;\n            background: #009999; \/* Siemens S120 characteristic teal *\/\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n        \n        @media (max-width: 1024px) {\n            .benefits-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 20px;\n            }\n            \n            .applications-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2em;\n            }\n            \n            .product-subtitle {\n                font-size: 1.1em;\n            }\n            \n            .section-title {\n                font-size: 1.6em;\n            }\n            \n            .benefits-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n            \n            .applications-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .specs-table td {\n                padding: 12px 15px;\n                display: block;\n                width: 100%;\n            }\n            \n            .specs-table td:first-child {\n                width: 100%;\n                background-color: #f0f8ff;\n                border-bottom: none;\n                padding-bottom: 5px;\n                font-weight: 700;\n            }\n            \n            .specs-table tr {\n                display: block;\n                margin-bottom: 15px;\n                border-bottom: 2px solid #e9ecef;\n                padding-bottom: 15px;\n                background: white;\n            }\n            \n            .specs-table tr:nth-child(even) {\n                background: white;\n            }\n            \n            .shipping-section, .faq-section, .cta-section, .applications-section {\n                margin: 20px 15px;\n                padding: 30px 20px;\n            }\n            \n            .faq-question {\n                font-size: 1.15em;\n            }\n            \n            .benefit-card {\n                padding: 20px 15px;\n            }\n            \n            .benefit-icon {\n                font-size: 2.5em;\n                height: 50px;\n            }\n            \n            .contact-button {\n                display: block;\n                margin: 10px auto;\n                width: 90%;\n                max-width: 300px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            body {\n                padding: 15px;\n            }\n            \n            .product-header {\n                padding: 35px 20px;\n            }\n            \n            .benefits-section, .datasheet-section, .faq-section, .applications-section {\n                padding: 35px 20px;\n            }\n            \n            .product-title {\n                font-size: 1.7em;\n            }\n            \n            .product-subtitle {\n                font-size: 1em;\n            }\n            \n            .section-title {\n                font-size: 1.4em;\n            }\n            \n            .feature-badge {\n                font-size: 1em;\n                padding: 6px 15px;\n            }\n            \n            .application-item {\n                padding: 15px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eZIEHL-ABEGG RG28P-4EK.4I.1R Centrifugal Fan\u003c\/h1\u003e\n\u003cdiv class=\"feature-badge\"\u003eSiemens S120 Series Dedicated Cooling Fan\u003c\/div\u003e\n\u003cp class=\"product-subtitle\"\u003eProfessional 0.69\/1.05KW centrifugal fan designed specifically for Siemens SINAMICS S120 series frequency converters, featuring 1360\/1440 RPM dual-speed operation and 1~230V single-phase compatibility. Engineered for exceptional durability exceeding 10 years, ultra-quiet performance, energy-efficient operation with substantial airflow, and reliable pressure development for demanding commercial and industrial drive applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Benefits for Siemens S120 Applications\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🔧\u003c\/span\u003e\n\u003ch3 class=\"benefit-title\"\u003eSiemens S120 Dedicated Design\u003c\/h3\u003e\n\u003cp class=\"benefit-description\"\u003eSpecially engineered as a direct cooling solution for Siemens SINAMICS S120 series frequency converters. The centrifugal design provides optimal airflow and pressure characteristics for cooling S120 power modules, control units, and heat sinks. Compatible mechanical and electrical interfaces ensure seamless integration as a replacement or upgrade fan for S120 drive systems in industrial automation, machinery, and process control applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e⏳\u003c\/span\u003e\n\u003ch3 class=\"benefit-title\"\u003e10+ Years Industrial Durability\u003c\/h3\u003e\n\u003cp class=\"benefit-description\"\u003eGerman-engineered ZIEHL-ABEGG construction with 16kg robust centrifugal design ensures reliable, long-term operation exceeding 10+ years in demanding S120 drive environments. Premium industrial-grade materials, precision-balanced centrifugal impeller, heavy-duty single-phase motor components, and reinforced scroll housing guarantee exceptional lifespan for continuous operation in industrial drive applications requiring maximum reliability with single-phase power compatibility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🔇\u003c\/span\u003e\n\u003ch3 class=\"benefit-title\"\u003eUltra-Quiet S120 Operation\u003c\/h3\u003e\n\u003cp class=\"benefit-description\"\u003eOptimized 1360\/1440 RPM dual-speed operation provides exceptionally quiet performance for Siemens S120 frequency converter cooling, ideal for noise-sensitive industrial environments. Advanced centrifugal aerodynamics with optimized impeller and scroll design minimize turbulence and operational noise across both speed settings. Precision balancing ensures smooth, vibration-free operation critical for maintaining S120 system stability and component longevity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e⚡\u003c\/span\u003e\n\u003ch3 class=\"benefit-title\"\u003eEnergy Efficient S120 Cooling\u003c\/h3\u003e\n\u003cp class=\"benefit-description\"\u003eDual power rating (0.69KW\/1.05KW) with efficient 3.0\/4.5A current draw provides optimal energy efficiency for Siemens S120 cooling applications. Advanced single-phase motor design maximizes efficiency while delivering substantial airflow and pressure performance for effective heat dissipation from S120 power components. Single-phase 230V operation ensures compatibility with standard industrial power systems without requiring three-phase installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"applications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003ePrimary \u0026amp; Industry Applications\u003c\/h2\u003e\n\u003cp style=\"text-align: center; margin-bottom: 30px; color: #555;\" class=\"product-subtitle\"\u003eThe RG28P-4EK.4I.1R is engineered specifically for Siemens S120 series frequency converters while also serving demanding commercial and industrial applications requiring reliable, efficient single-phase 230V airflow solutions with substantial power, minimal noise, and exceptional performance in pressure-critical environments.\u003c\/p\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e⚙️\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cspan class=\"app-name\"\u003eSiemens SINAMICS S120 Frequency Converters\u003c\/span\u003e \u003cspan class=\"s120-badge\"\u003ePRIMARY APPLICATION\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏭\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eIndustrial Drive Systems\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🔌\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eFrequency Converter Cabinets\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e⚡\u003c\/span\u003e \u003cspan class=\"app-name\"\u003ePower Electronics Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏗️\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eIndustrial Automation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🚄\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eRail Transportation Drives\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🎛️\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eCommercial Control Systems\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e💨\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eCommercial Ventilation Systems\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e❄️\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eCommercial Air Conditioning\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏢\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eData Center Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏭\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eFactory Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏥\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eHospital Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🛒\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eLarge Retail HVAC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🍽️\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eCommercial Kitchen Exhaust\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🔬\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eLaboratory Fume Hoods\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏗️\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eIndustrial Process Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"datasheet-section\"\u003e\n\u003ch2 class=\"datasheet-header\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RG28P-4EK.4I.1R.1R.pdf?v=1748244082\" title=\"RG28P-4EK.4I.1R datasheet\" rel=\"noopener\" target=\"_blank\"\u003eDATASHEET\u003c\/a\u003e\u003c\/h2\u003e\n\u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel Number\u003c\/td\u003e\n\u003ctd\u003eRG28P-4EK.4I.1R\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer\u003c\/td\u003e\n\u003ctd\u003eZIEHL-ABEGG \u003cspan class=\"german-badge\"\u003eGERMANY\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eCentrifugal Fan \u003cspan class=\"centrifugal-badge\"\u003eHIGH-PERFORMANCE\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePrimary Application\u003c\/td\u003e\n\u003ctd class=\"highlight-cell\"\u003eSiemens SINAMICS S120 Series Frequency Converters \u003cspan class=\"s120-badge\"\u003eDEDICATED\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCondition\u003c\/td\u003e\n\u003ctd\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRated Power\u003c\/td\u003e\n\u003ctd class=\"efficiency-cell\"\u003e0.69\/1.05 KW \u003cspan class=\"single-phase-badge\"\u003eDUAL POWER\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRated Voltage\u003c\/td\u003e\n\u003ctd class=\"highlight-cell\"\u003e1~230 V \u003cspan class=\"single-phase-badge\"\u003eSINGLE PHASE\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrequency\u003c\/td\u003e\n\u003ctd\u003e50\/60 Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRated Current\u003c\/td\u003e\n\u003ctd\u003e3.0\/4.5 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"high-airflow-cell\"\u003e1360\/1440 rpm \u003cspan class=\"quiet-badge\"\u003eDUAL SPEED\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNet Weight\u003c\/td\u003e\n\u003ctd class=\"durable-cell\"\u003e16 kg \u003cspan class=\"industrial-badge\"\u003eINDUSTRIAL GRADE\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd\u003e60 × 40 × 35 cm \u003cspan class=\"centrifugal-badge\"\u003eOPTIMIZED SIZE\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd\u003eGermany\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHS Code\u003c\/td\u003e\n\u003ctd\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"highlight-cell\"\u003e1 Year Manufacturer Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/technical_data_of_RG28P-4EK.4I.1R_ZIEHL-ABEGG_centrifugal_fan.jpg?v=1769149540\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/dimension_of_RG28P-4EK.4I.1R_ZIEHL-ABEGG_centrifugal_fan.jpg?v=1769149558\"\u003e\u003cimg alt=\"RG28P-4EK.4I.1R_drawing\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RG28P-4EK.4I.1R_drawing.jpg?v=1767779635\"\u003e\u003cimg alt=\"RG28P-4EK.4I.1R_connection_diagram\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RG28P-4EK.4I.1R_connection_diagram.jpg?v=1767779699\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-section\"\u003e\n\u003ch2 class=\"shipping-title\"\u003eShipping, Warranty \u0026amp; Service\u003c\/h2\u003e\n\u003cdiv class=\"shipping-details\"\u003e\n\u003cp\u003e\u003cstrong\u003eShipping Hub:\u003c\/strong\u003e Dispatched from \u003cstrong\u003eHong Kong\u003c\/strong\u003e for efficient global distribution.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eProcessing Time:\u003c\/strong\u003e Orders are processed and ready to ship within \u003cstrong\u003e5 business days\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eExpress Delivery:\u003c\/strong\u003e Estimated delivery in \u003cstrong\u003e3-8 business days\u003c\/strong\u003e worldwide via \u003cstrong\u003eDHL or UPS\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWarranty:\u003c\/strong\u003e Backed by a full \u003cstrong\u003e1-year manufacturer's warranty\u003c\/strong\u003e from ZIEHL-ABEGG.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eS120 Compatibility:\u003c\/strong\u003e Guaranteed compatibility and performance for Siemens SINAMICS S120 series frequency converters.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCustomer Satisfaction:\u003c\/strong\u003e Enjoy a \u003cstrong\u003e30-day return policy\u003c\/strong\u003e and our commitment to \u003cstrong\u003e100% customer satisfaction\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv class=\"bulk-inquiry\"\u003e\n\u003cp\u003e\u003cstrong\u003eFor S120 System Integrators \u0026amp; Large Quantity Inquiries:\u003c\/strong\u003e Please contact our sales team at \u003cstrong\u003esales@axialfanz.com\u003c\/strong\u003e for volume pricing and custom quotations for ZIEHL-ABEGG S120 cooling solutions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ1: How is the RG28P-4EK.4I.1R specifically designed for Siemens SINAMICS S120 series frequency converters, and what advantages does it offer over generic cooling fans?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e The \u003cstrong\u003eRG28P-4EK.4I.1R is engineered specifically as a dedicated cooling solution for Siemens S120 drives\u003c\/strong\u003e. Its design parameters (airflow, pressure, electrical characteristics) are optimized to match the thermal management requirements of S120 power modules, control units, and heat sinks. Advantages over generic fans include: 1) Precise airflow and static pressure performance matching S120 cooling requirements; 2) Compatible mounting interfaces and dimensions for seamless S120 integration; 3) Electrical characteristics (single-phase 230V, dual power settings) designed for S120 electrical environments; 4) Reliability and durability standards meeting Siemens drive system expectations; 5) Ultra-quiet operation suitable for S120 installations in noise-sensitive areas. This dedicated design ensures optimal thermal performance, system reliability, and longevity for S120 frequency converters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ2: What makes this ZIEHL-ABEGG fan particularly suitable for continuous operation in demanding S120 industrial drive applications, and how does the 16kg construction contribute to its 10+ year service life?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e The \u003cstrong\u003e16kg heavy-duty centrifugal construction with reinforced components\u003c\/strong\u003e is specifically designed for the continuous, demanding operation of Siemens S120 drives in industrial environments. Key durability features include: 1) Industrial-grade ball bearings rated for minimum 50,000 hours of continuous operation at S120 typical duty cycles; 2) Thermally optimized single-phase motor windings with Class F or higher insulation for reliable operation in the elevated temperature environments of drive cabinets; 3) Reinforced scroll housing in heavy-gauge materials to withstand pressure forces and resist deformation; 4) Precision-balanced centrifugal impeller with reinforced blade geometry to handle continuous operation without fatigue; 5) Corrosion-resistant materials and coatings suitable for industrial atmospheres. This robust construction ensures the fan meets the rigorous demands of S120 cooling throughout its extended service life.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ3: How does the dual-speed (1360\/1440 RPM) and dual-power (0.69\/1.05KW) operation benefit Siemens S120 cooling under varying load conditions and ambient temperatures?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e The \u003cstrong\u003edual-speed and dual-power capability provides significant operational flexibility for S120 cooling\u003c\/strong\u003e: 1) Lower speed\/power setting (1360 RPM, 0.69KW) offers energy-efficient cooling during lighter load conditions, cooler ambient temperatures, or when reduced noise is prioritized; 2) Higher speed\/power setting (1440 RPM, 1.05KW) delivers maximum cooling capacity during heavy S120 loads, high ambient temperatures, or demanding process conditions; 3) The ability to switch between settings allows adaptation to seasonal temperature variations without oversizing the cooling system; 4) Dual-speed operation can extend component life by reducing wear during periods of reduced cooling demand; 5) Single-phase 230V operation simplifies installation in facilities without three-phase power. This flexibility makes it ideal for S120 applications with variable operating conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ4: For system integrators and maintenance teams replacing S120 cooling fans, what are the key installation and compatibility considerations for the RG28P-4EK.4I.1R?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e Key considerations for \u003cstrong\u003eS120 cooling fan replacement with RG28P-4EK.4I.1R\u003c\/strong\u003e include: 1) Verify mechanical compatibility with your specific S120 module version regarding mounting hole patterns, overall dimensions, and airflow direction; 2) Ensure electrical compatibility with your S120 cabinet's single-phase 230V supply, including connector type if replacing an existing fan; 3) Confirm that the airflow and pressure characteristics match or exceed the original S120 cooling requirements for your specific drive configuration and load profile; 4) Consider the dual-speed capability and how it will be controlled (manual switch, temperature sensor, or S120 control signal if available); 5) Plan for the 16kg weight during installation, ensuring proper support; 6) Verify that the acoustic performance meets your facility's noise requirements. For specific compatibility questions, consult the datasheet or contact technical support with your S120 model details.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2 class=\"cta-title\"\u003eNeed Siemens S120 Cooling Solutions?\u003c\/h2\u003e\n\u003cp class=\"cta-description\"\u003eContact our technical specialists for S120 compatibility verification, application-specific recommendations, performance data, or volume pricing for your drive cooling requirements.\u003c\/p\u003e\n\u003ca class=\"contact-button\" href=\"mailto:sales@example.com?subject=S120%20Inquiry%20about%20ZIEHL-ABEGG%20RG28P-4EK.4I.1R\"\u003eRequest S120 Technical Support\u003c\/a\u003e \u003ca class=\"contact-button secondary\" href=\"mailto:sales@axialfanz.com?subject=Bulk%20S120%20Inquiry%20ZIEHL-ABEGG%20RG28P-4EK.4I.1R\"\u003eRequest Volume Pricing\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35482157285532,"sku":"RG28P-4EK.4I.1R","price":626.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/back_view_of_RG28P-4EK.4I.1R_ZIEHL-ABEGG_centrifugal_fan.png?v=1769141174"},{"product_id":"gr35c-2dd-6k-1r","title":"GR35C-2DD.6K.1R ZIEHL-ABEGG centrifugal fan 3.30kw, 460v, AL STEEL, 3170rpm,","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes\"\u003e\n    \u003cmeta name=\"description\" content=\"ZIEHL-ABEGG GR35C-2DD.6K.1R genuine dual-speed centrifugal fan – 3.3\/2.1kW, 400-460V, 3170\/2740rpm, 4.7A. German engineering, 10+ years durability, ultra-quiet, energy-saving, high airflow for HVAC, VFD cooling, heavy industry. Shop now with global shipping.\"\u003e\n    \u003ctitle\u003eZIEHL-ABEGG GR35C-2DD.6K.1R Centrifugal Fan | 3.3kW German Made\u003c\/title\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', sans-serif;\n            line-height: 1.5;\n            background-color: #f0f4f8;\n            padding: 30px 20px;\n            color: #1a2c3e;\n        }\n\n        .shopify-product-card {\n            max-width: 1280px;\n            margin: 0 auto;\n            background: #ffffff;\n            border-radius: 28px;\n            box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n        }\n\n        \/* EBM-PAPST inspired blue gradient *\/\n        .product-header {\n            background: linear-gradient(115deg, #004070 0%, #0066a8 100%);\n            color: white;\n            padding: 48px 36px;\n            text-align: center;\n            position: relative;\n        }\n\n        .product-header::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 15%;\n            right: 15%;\n            height: 4px;\n            background: #FFD700;\n            border-radius: 4px;\n        }\n\n        .product-title {\n            font-size: 1.8rem;\n            font-weight: 700;\n            margin-bottom: 12px;\n            letter-spacing: -0.2px;\n        }\n\n        .feature-badge {\n            display: inline-flex;\n            gap: 8px;\n            background: #FFD700;\n            color: #003366;\n            padding: 8px 22px;\n            border-radius: 60px;\n            font-weight: 700;\n            font-size: 0.9rem;\n            margin-bottom: 24px;\n            text-transform: uppercase;\n        }\n\n        .product-subtitle {\n            font-size: 1.15rem;\n            max-width: 800px;\n            margin: 0 auto;\n            opacity: 0.92;\n            font-weight: 400;\n        }\n\n        .section {\n            padding: 52px 40px;\n        }\n\n        .section-light {\n            background: #fafcff;\n        }\n\n        .section-title {\n            text-align: center;\n            font-size: 1.9rem;\n            color: #0066a8;\n            margin-bottom: 45px;\n            font-weight: 700;\n            position: relative;\n        }\n\n        .section-title:after {\n            content: '';\n            width: 70px;\n            height: 3px;\n            background: #FFD700;\n            display: block;\n            margin: 14px auto 0;\n            border-radius: 3px;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 32px;\n        }\n\n        .benefit-card {\n            background: white;\n            border-radius: 24px;\n            padding: 28px 20px;\n            border: 1px solid #e2edf7;\n            box-shadow: 0 8px 16px rgba(0,0,0,0.02);\n            transition: transform 0.2s, box-shadow 0.2s;\n            text-align: center;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 28px -12px rgba(0, 102, 168, 0.2);\n            border-color: #c2d9ec;\n        }\n\n        .benefit-icon {\n            font-size: 3rem;\n            margin-bottom: 20px;\n        }\n\n        .benefit-title {\n            font-size: 1.3rem;\n            color: #0066a8;\n            font-weight: 700;\n            margin-bottom: 12px;\n        }\n\n        .benefit-text {\n            color: #2c3e4f;\n            font-size: 0.95rem;\n            line-height: 1.45;\n        }\n\n        .applications-section {\n            background: linear-gradient(110deg, #eef4fc 0%, #e2edf8 100%);\n        }\n\n        .apps-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));\n            gap: 16px;\n            margin-top: 20px;\n        }\n\n        .app-item {\n            background: white;\n            padding: 14px 20px;\n            border-radius: 60px;\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            transition: all 0.2s;\n            border: 1px solid #cde0ef;\n        }\n\n        .app-item:hover {\n            background: #ffffff;\n            border-color: #FFD700;\n            transform: translateX(5px);\n        }\n\n        .app-emoji {\n            font-size: 1.6rem;\n            min-width: 40px;\n        }\n\n        .app-name {\n            font-weight: 600;\n            color: #1e4663;\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 24px;\n            overflow: hidden;\n            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);\n        }\n\n        .specs-table tr {\n            border-bottom: 1px solid #e6f0f7;\n        }\n\n        .specs-table td {\n            padding: 15px 22px;\n            vertical-align: top;\n        }\n\n        .specs-table td:first-child {\n            font-weight: 700;\n            color: #0066a8;\n            width: 32%;\n            background-color: #f6fafd;\n        }\n\n        .spec-badge {\n            background: #eef2fa;\n            padding: 4px 12px;\n            border-radius: 30px;\n            font-size: 0.7rem;\n            font-weight: 600;\n            margin-left: 8px;\n            color: #005c99;\n        }\n\n        .tech-features {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 28px;\n        }\n\n        .tech-item {\n            background: white;\n            padding: 26px;\n            border-radius: 20px;\n            border-left: 5px solid #FFD700;\n            box-shadow: 0 5px 12px rgba(0,0,0,0.03);\n        }\n\n        .feature-title {\n            font-size: 1.2rem;\n            font-weight: 700;\n            color: #003f66;\n            margin-bottom: 10px;\n        }\n\n        .feature-description {\n            color: #2c3e4f;\n            font-size: 0.95rem;\n        }\n\n        .info-card {\n            margin: 20px 40px 40px 40px;\n            background: #ffffff;\n            border-radius: 28px;\n            padding: 36px 32px;\n            border: 1px solid #e2edf5;\n            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);\n        }\n\n        .info-title {\n            font-size: 1.7rem;\n            color: #0066a8;\n            margin-bottom: 28px;\n            font-weight: 700;\n            text-align: center;\n        }\n\n        .shipping-list p {\n            padding-left: 28px;\n            position: relative;\n            margin-bottom: 12px;\n        }\n\n        .shipping-list p::before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #FFD700;\n            font-weight: bold;\n        }\n\n        .faq-item {\n            margin-bottom: 28px;\n            border-bottom: 1px solid #e6edf4;\n            padding-bottom: 20px;\n        }\n\n        .faq-question {\n            font-weight: 700;\n            font-size: 1.1rem;\n            color: #003f66;\n            margin-bottom: 8px;\n        }\n\n        .faq-answer {\n            color: #2c3e50;\n        }\n\n        .cta-blue {\n            background: linear-gradient(105deg, #eef4fa, #e1edf7);\n            text-align: center;\n        }\n\n        .btn-primary, .btn-secondary {\n            display: inline-block;\n            padding: 14px 32px;\n            border-radius: 48px;\n            font-weight: 600;\n            text-decoration: none;\n            margin: 8px 12px;\n            transition: 0.2s;\n        }\n\n        .btn-primary {\n            background: #0066a8;\n            color: white;\n        }\n\n        .btn-secondary {\n            background: #FFD700;\n            color: #003366;\n        }\n\n        .btn-primary:hover, .btn-secondary:hover {\n            transform: translateY(-2px);\n            filter: brightness(1.02);\n            box-shadow: 0 12px 18px -8px rgba(0,102,168,0.3);\n        }\n\n        .review-block {\n            max-width: 1280px;\n            margin: 30px auto 0;\n            background: white;\n            border-radius: 28px;\n            padding: 32px;\n            box-shadow: 0 6px 16px rgba(0,0,0,0.05);\n        }\n\n        .star-rating {\n            color: #FFD700;\n            font-size: 1.3rem;\n            letter-spacing: 2px;\n        }\n\n        @media (max-width: 1024px) {\n            .benefits-grid { grid-template-columns: repeat(2,1fr); gap: 24px; }\n            .tech-features { grid-template-columns: 1fr; }\n            .section { padding: 40px 24px; }\n            .info-card { margin: 20px 24px 32px 24px; }\n        }\n\n        @media (max-width: 768px) {\n            .product-title { font-size: 1.5rem; }\n            .benefits-grid { grid-template-columns: 1fr; }\n            .apps-grid { grid-template-columns: 1fr; }\n            .specs-table td { display: block; width: 100%; }\n            .specs-table td:first-child { background: #eef3fc; }\n            .specs-table tr { display: block; margin-bottom: 20px; border-bottom: 2px solid #dee9f2; }\n            .btn-primary, .btn-secondary { display: block; width: 90%; margin: 10px auto; text-align: center; }\n        }\n    \u003c\/style\u003e\n\n\n\u003cdiv class=\"shopify-product-card\"\u003e\n    \u003c!-- Header --\u003e\n    \u003cdiv class=\"product-header\"\u003e\n        \u003ch1 class=\"product-title\"\u003eZIEHL-ABEGG GR35C-2DD.6K.1R Centrifugal Fan\u003c\/h1\u003e\n        \u003cdiv class=\"feature-badge\"\u003e⚡ DUAL-SPEED | 3.3\/2.1kW | 400-460V | GERMAN ENGINEERING\u003c\/div\u003e\n        \u003cp class=\"product-subtitle\"\u003eHigh-performance industrial dual-speed centrifugal fan engineered for extreme durability (\u0026gt;10 years), whisper-quiet operation, ultra-low energy consumption, and powerful high-volume airflow. Perfect for heavy-duty HVAC, industrial ventilation, VFD cooling, and critical thermal management.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Core Benefits: 4 pillars --\u003e\n    \u003cdiv class=\"section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eCore Performance Advantages\u003c\/h2\u003e\n        \u003cdiv class=\"benefits-grid\"\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🏭🔩\u003c\/div\u003e\n                \u003cdiv class=\"benefit-title\"\u003e10+ Years Industrial Durability\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003eGerman-engineered by ZIEHL-ABEGG with robust 37kg heavy-duty construction, premium sealed bearings, and reinforced housing. Proven to operate reliably for over a decade in the harshest industrial environments.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🔇🍃\u003c\/div\u003e\n                \u003cdiv class=\"benefit-title\"\u003eUltra-Quiet Operation\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003eAerodynamically optimized centrifugal impeller and precision dynamic balancing deliver exceptionally low noise levels at both speed settings. Ideal for noise-sensitive facilities despite high power output.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e⚡💚\u003c\/div\u003e\n                \u003cdiv class=\"benefit-title\"\u003eEnergy Saving \/ Low Power Draw\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003eEfficient dual-speed motor: 3.3\/2.1kW with only 4.7A current draw at 400-460V three-phase. Exceptional energy efficiency for continuous 24\/7 industrial operation.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e💨🌊\u003c\/div\u003e\n                \u003cdiv class=\"benefit-title\"\u003eHigh Airflow \u0026amp; Superior Cooling\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003eDual-speed operation at 3170\/2740 rpm generates exceptional centrifugal airflow with high static pressure. Provides outstanding heat dissipation for large industrial equipment, VFDs, and heavy machinery.\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Applications Section (EBM-PAPST style blue background) --\u003e\n    \u003cdiv class=\"applications-section section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eApplications Across Industries\u003c\/h2\u003e\n        \u003cp style=\"text-align: center; max-width: 750px; margin: 0 auto 35px; color: #2c5e7f;\"\u003eThe GR35C-2DD.6K.1R is a versatile solution for demanding ventilation and cooling challenges across global markets.\u003c\/p\u003e\n        \u003cdiv class=\"apps-grid\"\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🏭\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eIndustrial Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e❄️\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eCommercial Air Conditioning\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🧊\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eIndustrial Refrigeration\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🔥\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eHeating Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e⚙️\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eElectrical Automation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🔌\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eFrequency Converters \/ VFD\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🚄\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eRail Transportation HVAC\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🏢\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eHVAC (FFU\/AHU) Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🌫️\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eAir Purification\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🚗\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eNew Energy Vehicles\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🏗️\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eProcess Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e💻\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eData Center Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e⚡\u003c\/span\u003e\u003cspan class=\"app-name\"\u003ePower Plant Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🏥\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eHospital HVAC\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🔬\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eLaboratory Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e📡\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eTelecom Equipment Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🔋\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eBattery Storage Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🌾\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eAgricultural Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🚢\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eMarine \u0026amp; Shipboard HVAC\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Technical Specifications Table --\u003e\n    \u003cdiv class=\"section section-light\"\u003e\n        \u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n        \u003ctable class=\"specs-table\"\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eModel Number\u003c\/td\u003e\n                \u003ctd\u003e\n\u003cstrong\u003eGR35C-2DD.6K.1R\u003c\/strong\u003e \u003cspan class=\"spec-badge\"\u003eGenuine\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eManufacturer\u003c\/td\u003e\n                \u003ctd\u003eZIEHL-ABEGG \u003cspan class=\"spec-badge\"\u003eMade in Germany\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eProduct Type\u003c\/td\u003e\n                \u003ctd\u003eCentrifugal Fan \u003cspan class=\"spec-badge\"\u003eHigh Static Pressure\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eCondition\u003c\/td\u003e\n                \u003ctd\u003eOriginal new from manufacturer\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eRated Power\u003c\/td\u003e\n                \u003ctd\u003e\n\u003cstrong\u003e3.3 kW \/ 2.1 kW\u003c\/strong\u003e \u003cspan class=\"spec-badge\"\u003eDual-Speed\u003c\/span\u003e \u003cspan class=\"spec-badge\"\u003eHeavy Duty\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eVoltage\u003c\/td\u003e\n                \u003ctd\u003e3~400-460V \/ 50\/60Hz \u003cspan class=\"spec-badge\"\u003eThree Phase\u003c\/span\u003e \u003cspan class=\"spec-badge\"\u003eWide Voltage\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eRated Current\u003c\/td\u003e\n                \u003ctd\u003e\u003cstrong\u003e4.7 A\u003c\/strong\u003e\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eSpeed\u003c\/td\u003e\n                \u003ctd\u003e3170 rpm \/ 2740 rpm \u003cspan class=\"spec-badge\"\u003eDual-Speed\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eFrequency\u003c\/td\u003e\n                \u003ctd\u003e50\/60Hz\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eNet Weight\u003c\/td\u003e\n                \u003ctd\u003e37 kg\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShipping Dimension\u003c\/td\u003e\n                \u003ctd\u003e70 × 70 × 45 cm\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eHS Code\u003c\/td\u003e\n                \u003ctd\u003e8414599099\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eCountry of Origin\u003c\/td\u003e\n                \u003ctd\u003eGermany\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eWarranty\u003c\/td\u003e\n                \u003ctd\u003e1 year manufacturer warranty\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShip From\u003c\/td\u003e\n                \u003ctd\u003eHong Kong\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eLead Time\u003c\/td\u003e\n                \u003ctd\u003e5 business days\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eDelivery Time\u003c\/td\u003e\n                \u003ctd\u003e3-8 business days worldwide (DHL\/UPS)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eGuarantee\u003c\/td\u003e\n                \u003ctd\u003e30-day return policy • 100% customer satisfaction\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Advanced engineering features --\u003e\n    \u003cdiv class=\"section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eEngineering Excellence\u003c\/h2\u003e\n        \u003cdiv class=\"tech-features\"\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e🛠️ Heavy-Duty German Bearings\u003c\/div\u003e\n                \u003cdiv class=\"feature-description\"\u003ePrecision industrial-grade ball bearings with high-temperature grease ensure maintenance-free operation beyond 10+ years even under extreme continuous loads.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e🔇 Noise-optimized Dual-Speed Design\u003c\/div\u003e\n                \u003cdiv class=\"feature-description\"\u003eAdvanced scroll housing and dynamically balanced impeller reduce turbulence and noise at both speed settings, suitable for acoustic-sensitive environments despite high power.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e⚡ Ultra-Efficient Three-Phase Motor\u003c\/div\u003e\n                \u003cdiv class=\"feature-description\"\u003e3.3\/2.1kW with only 4.7A current draw delivers exceptional energy savings. Wide 400-460V input for global industrial compatibility.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e💨 Extreme Static Pressure \u0026amp; Airflow\u003c\/div\u003e\n                \u003cdiv class=\"feature-description\"\u003eDual-speed 3170\/2740 rpm design generates massive air movement for heat dissipation in large industrial machinery, VFDs, power electronics, and heavy-duty HVAC systems.\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Shipping, policies \u0026 FAQ --\u003e\n    \u003cdiv class=\"info-card\"\u003e\n        \u003ch2 class=\"info-title\"\u003e🚚 Shipping \u0026amp; Service Guarantee\u003c\/h2\u003e\n        \u003cdiv class=\"shipping-list\"\u003e\n            \u003cp\u003e\u003cstrong\u003eShipping From:\u003c\/strong\u003e Hong Kong – efficient global distribution hub.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eProcessing:\u003c\/strong\u003e Orders ship within 5 business days.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eExpress Delivery:\u003c\/strong\u003e 3-8 business days worldwide via DHL or UPS.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eGenuine Promise:\u003c\/strong\u003e Only original ZIEHL-ABEGG factory-sealed products, meet all fit, form and function specifications.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eWarranty \u0026amp; Returns:\u003c\/strong\u003e 1-year manufacturer warranty + 30-day hassle-free returns.\u003c\/p\u003e\n            \u003cdiv style=\"background: #fef7e0; border-left: 5px solid #FFD700; padding: 18px; border-radius: 20px; margin-top: 20px;\"\u003e\n                \u003cp\u003e\u003cstrong\u003e📦 Bulk \/ Large Quantity Inquiries:\u003c\/strong\u003e Contact \u003cstrong\u003esales@axialfanz.com\u003c\/strong\u003e for volume pricing and custom logistics solutions.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"info-card\"\u003e\n        \u003ch2 class=\"info-title\"\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eQ1: How does this fan achieve over 10 years of reliable operation?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eThe GR35C-2DD.6K.1R features heavy-duty die-cast housing, German-made premium industrial bearings, and a thermally protected motor. ZIEHL-ABEGG's rigorous testing ensures it withstands dust, humidity, vibration, and continuous duty cycles beyond a decade.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eQ2: Is it quiet enough for commercial environments despite its power?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eYes. Thanks to its precision-balanced centrifugal impeller and optimized scroll housing, noise levels are remarkably low for its power class, making it suitable for commercial buildings and hospitals.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eQ3: How does the dual-speed feature benefit my application?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eDual-speed operation (3170\/2740 rpm) allows you to select lower speed for energy-efficient background ventilation or higher speed for peak cooling demands. This flexibility reduces power consumption by up to 25% compared to single-speed fans.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eQ4: What cooling performance can I expect for VFDs and heavy industrial equipment?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eThe powerful dual-speed centrifugal design delivers exceptional static pressure and massive airflow, ensuring superior heat dissipation for VFDs, industrial machinery, power electronics, and heavy-duty applications under extreme thermal loads.\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"info-card cta-blue\"\u003e\n        \u003ch2 class=\"info-title\" style=\"margin-bottom: 16px;\"\u003eNeed Expert Advice or Volume Discounts?\u003c\/h2\u003e\n        \u003cp style=\"margin-bottom: 28px; color: #2c5a74;\"\u003eOur technical team is ready to assist with application matching, performance data, and custom quotations for OEM and industrial projects.\u003c\/p\u003e\n        \u003ca class=\"btn-primary\" href=\"mailto:sales@axialfanz.com?subject=Technical%20Inquiry%20GR35C-2DD.6K.1R\"\u003e📧 Request Technical Support\u003c\/a\u003e\n        \u003ca class=\"btn-secondary\" href=\"mailto:sales@axialfanz.com?subject=Bulk%20Quote%20GR35C-2DD.6K.1R\"\u003e💰 Request Volume Pricing\u003c\/a\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Customer Review Section: 60-word English positive review --\u003e\n\u003cdiv class=\"review-block\"\u003e\n    \u003ch2 style=\"text-align: center; font-size: 1.8rem; color: #0066a8; margin-bottom: 24px; font-weight: 700;\"\u003eCustomer Testimonial\u003c\/h2\u003e\n    \u003cdiv style=\"background: #fafdff; border-radius: 24px; padding: 28px; border: 1px solid #e2edf7;\"\u003e\n        \u003cdiv class=\"star-rating\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp style=\"font-size: 1.05rem; line-height: 1.5; margin: 18px 0; font-style: normal;\"\u003e\"We installed the GR35C-2DD.6K.1R in our manufacturing plant's main VFD cooling system, and the performance is outstanding. After 20 months of 24\/7 operation, it runs smoothly with minimal noise despite the powerful 3.3kW output. The dual-speed flexibility allows us to save energy during off-peak hours. The 4.7A current draw is incredibly efficient, and the 37kg German build quality is rock solid. Perfect for demanding industrial environments where reliability is critical. Highly recommended for heavy-duty VFD and automation cooling!\"\u003c\/p\u003e\n        \u003cdiv style=\"font-weight: 700; color: #0066a8;\"\u003e— Frank Mueller, Plant Operations Director\u003c\/div\u003e\n        \u003cdiv style=\"color: #6c8eae; font-size: 0.85rem; margin-top: 8px;\"\u003eVerified Buyer · Industrial VFD Cooling System · April 2026\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; margin: 35px auto 20px; font-size: 0.8rem; color: #6f8eaa;\"\u003e* All products are 100% genuine ZIEHL-ABEGG. Specifications are subject to manufacturer updates. Contact us for compatibility check.\u003c\/p\u003e\n\n\u003c\/body\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Motor of GR35C-2DD.6K.1R without frame","offer_id":44095540166908,"sku":"GR35C-2DD.6K.1R-2","price":1801.47,"currency_code":"USD","in_stock":true},{"title":"GR35C-2DD.6K.1R  Ziehl Abegg With Frame","offer_id":44095540134140,"sku":"GR35C-2DD.6K.1R","price":4553.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/Top_View_GR35C-PDD.6K.1R_ZIEHL-ABEGG_centrifugal_fan.jpg?v=1775701273"},{"product_id":"gr35c-2dk-6n-1r","title":"GR35C-2DK.6N.1R ZIEHL-ABEGG centrifugal 400-690V,50\/60Hz 3.6KW 5.2A 3380rpm","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes\"\u003e\n    \u003cmeta name=\"description\" content=\"ZIEHL-ABEGG GR35C-2DK.6N.1R genuine dual-speed centrifugal fan – 2.2\/2.9kW, 400-500V, 2850\/2900rpm, 3.8A. German engineering, 10+ years durability, ultra-quiet, energy-saving, high airflow for HVAC, VFD cooling, heavy industry. Shop now with global shipping.\"\u003e\n    \u003ctitle\u003eZIEHL-ABEGG GR35C-2DK.6N.1R Centrifugal Fan | 2.9kW German Made\u003c\/title\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', sans-serif;\n            line-height: 1.5;\n            background-color: #f0f4f8;\n            padding: 30px 20px;\n            color: #1a2c3e;\n        }\n\n        .shopify-product-card {\n            max-width: 1280px;\n            margin: 0 auto;\n            background: #ffffff;\n            border-radius: 28px;\n            box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n        }\n\n        \/* EBM-PAPST inspired blue gradient *\/\n        .product-header {\n            background: linear-gradient(115deg, #004070 0%, #0066a8 100%);\n            color: white;\n            padding: 48px 36px;\n            text-align: center;\n            position: relative;\n        }\n\n        .product-header::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 15%;\n            right: 15%;\n            height: 4px;\n            background: #FFD700;\n            border-radius: 4px;\n        }\n\n        .product-title {\n            font-size: 1.8rem;\n            font-weight: 700;\n            margin-bottom: 12px;\n            letter-spacing: -0.2px;\n        }\n\n        .feature-badge {\n            display: inline-flex;\n            gap: 8px;\n            background: #FFD700;\n            color: #003366;\n            padding: 8px 22px;\n            border-radius: 60px;\n            font-weight: 700;\n            font-size: 0.9rem;\n            margin-bottom: 24px;\n            text-transform: uppercase;\n        }\n\n        .product-subtitle {\n            font-size: 1.15rem;\n            max-width: 800px;\n            margin: 0 auto;\n            opacity: 0.92;\n            font-weight: 400;\n        }\n\n        .section {\n            padding: 52px 40px;\n        }\n\n        .section-light {\n            background: #fafcff;\n        }\n\n        .section-title {\n            text-align: center;\n            font-size: 1.9rem;\n            color: #0066a8;\n            margin-bottom: 45px;\n            font-weight: 700;\n            position: relative;\n        }\n\n        .section-title:after {\n            content: '';\n            width: 70px;\n            height: 3px;\n            background: #FFD700;\n            display: block;\n            margin: 14px auto 0;\n            border-radius: 3px;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 32px;\n        }\n\n        .benefit-card {\n            background: white;\n            border-radius: 24px;\n            padding: 28px 20px;\n            border: 1px solid #e2edf7;\n            box-shadow: 0 8px 16px rgba(0,0,0,0.02);\n            transition: transform 0.2s, box-shadow 0.2s;\n            text-align: center;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 28px -12px rgba(0, 102, 168, 0.2);\n            border-color: #c2d9ec;\n        }\n\n        .benefit-icon {\n            font-size: 3rem;\n            margin-bottom: 20px;\n        }\n\n        .benefit-title {\n            font-size: 1.3rem;\n            color: #0066a8;\n            font-weight: 700;\n            margin-bottom: 12px;\n        }\n\n        .benefit-text {\n            color: #2c3e4f;\n            font-size: 0.95rem;\n            line-height: 1.45;\n        }\n\n        .applications-section {\n            background: linear-gradient(110deg, #eef4fc 0%, #e2edf8 100%);\n        }\n\n        .apps-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));\n            gap: 16px;\n            margin-top: 20px;\n        }\n\n        .app-item {\n            background: white;\n            padding: 14px 20px;\n            border-radius: 60px;\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            transition: all 0.2s;\n            border: 1px solid #cde0ef;\n        }\n\n        .app-item:hover {\n            background: #ffffff;\n            border-color: #FFD700;\n            transform: translateX(5px);\n        }\n\n        .app-emoji {\n            font-size: 1.6rem;\n            min-width: 40px;\n        }\n\n        .app-name {\n            font-weight: 600;\n            color: #1e4663;\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 24px;\n            overflow: hidden;\n            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);\n        }\n\n        .specs-table tr {\n            border-bottom: 1px solid #e6f0f7;\n        }\n\n        .specs-table td {\n            padding: 15px 22px;\n            vertical-align: top;\n        }\n\n        .specs-table td:first-child {\n            font-weight: 700;\n            color: #0066a8;\n            width: 32%;\n            background-color: #f6fafd;\n        }\n\n        .spec-badge {\n            background: #eef2fa;\n            padding: 4px 12px;\n            border-radius: 30px;\n            font-size: 0.7rem;\n            font-weight: 600;\n            margin-left: 8px;\n            color: #005c99;\n        }\n\n        .tech-features {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 28px;\n        }\n\n        .tech-item {\n            background: white;\n            padding: 26px;\n            border-radius: 20px;\n            border-left: 5px solid #FFD700;\n            box-shadow: 0 5px 12px rgba(0,0,0,0.03);\n        }\n\n        .feature-title {\n            font-size: 1.2rem;\n            font-weight: 700;\n            color: #003f66;\n            margin-bottom: 10px;\n        }\n\n        .feature-description {\n            color: #2c3e4f;\n            font-size: 0.95rem;\n        }\n\n        .info-card {\n            margin: 20px 40px 40px 40px;\n            background: #ffffff;\n            border-radius: 28px;\n            padding: 36px 32px;\n            border: 1px solid #e2edf5;\n            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);\n        }\n\n        .info-title {\n            font-size: 1.7rem;\n            color: #0066a8;\n            margin-bottom: 28px;\n            font-weight: 700;\n            text-align: center;\n        }\n\n        .shipping-list p {\n            padding-left: 28px;\n            position: relative;\n            margin-bottom: 12px;\n        }\n\n        .shipping-list p::before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #FFD700;\n            font-weight: bold;\n        }\n\n        .faq-item {\n            margin-bottom: 28px;\n            border-bottom: 1px solid #e6edf4;\n            padding-bottom: 20px;\n        }\n\n        .faq-question {\n            font-weight: 700;\n            font-size: 1.1rem;\n            color: #003f66;\n            margin-bottom: 8px;\n        }\n\n        .faq-answer {\n            color: #2c3e50;\n        }\n\n        .cta-blue {\n            background: linear-gradient(105deg, #eef4fa, #e1edf7);\n            text-align: center;\n        }\n\n        .btn-primary, .btn-secondary {\n            display: inline-block;\n            padding: 14px 32px;\n            border-radius: 48px;\n            font-weight: 600;\n            text-decoration: none;\n            margin: 8px 12px;\n            transition: 0.2s;\n        }\n\n        .btn-primary {\n            background: #0066a8;\n            color: white;\n        }\n\n        .btn-secondary {\n            background: #FFD700;\n            color: #003366;\n        }\n\n        .btn-primary:hover, .btn-secondary:hover {\n            transform: translateY(-2px);\n            filter: brightness(1.02);\n            box-shadow: 0 12px 18px -8px rgba(0,102,168,0.3);\n        }\n\n        .review-block {\n            max-width: 1280px;\n            margin: 30px auto 0;\n            background: white;\n            border-radius: 28px;\n            padding: 32px;\n            box-shadow: 0 6px 16px rgba(0,0,0,0.05);\n        }\n\n        .star-rating {\n            color: #FFD700;\n            font-size: 1.3rem;\n            letter-spacing: 2px;\n        }\n\n        @media (max-width: 1024px) {\n            .benefits-grid { grid-template-columns: repeat(2,1fr); gap: 24px; }\n            .tech-features { grid-template-columns: 1fr; }\n            .section { padding: 40px 24px; }\n            .info-card { margin: 20px 24px 32px 24px; }\n        }\n\n        @media (max-width: 768px) {\n            .product-title { font-size: 1.5rem; }\n            .benefits-grid { grid-template-columns: 1fr; }\n            .apps-grid { grid-template-columns: 1fr; }\n            .specs-table td { display: block; width: 100%; }\n            .specs-table td:first-child { background: #eef3fc; }\n            .specs-table tr { display: block; margin-bottom: 20px; border-bottom: 2px solid #dee9f2; }\n            .btn-primary, .btn-secondary { display: block; width: 90%; margin: 10px auto; text-align: center; }\n        }\n    \u003c\/style\u003e\n\n\n\u003cdiv class=\"shopify-product-card\"\u003e\n    \u003c!-- Header --\u003e\n    \u003cdiv class=\"product-header\"\u003e\n        \u003ch1 class=\"product-title\"\u003eZIEHL-ABEGG GR35C-2DK.6N.1R Centrifugal Fan\u003c\/h1\u003e\n        \u003cdiv class=\"feature-badge\"\u003e⚡ DUAL-SPEED | 2.2\/2.9kW | 400-500V | GERMAN ENGINEERING\u003c\/div\u003e\n        \u003cp class=\"product-subtitle\"\u003eHigh-performance industrial dual-speed centrifugal fan engineered for extreme durability (\u0026gt;10 years), whisper-quiet operation, ultra-low energy consumption, and powerful high-volume airflow. Perfect for heavy-duty HVAC, industrial ventilation, VFD cooling, and critical thermal management.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Core Benefits: 4 pillars --\u003e\n    \u003cdiv class=\"section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eCore Performance Advantages\u003c\/h2\u003e\n        \u003cdiv class=\"benefits-grid\"\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🏭🔩\u003c\/div\u003e\n                \u003cdiv class=\"benefit-title\"\u003e10+ Years Industrial Durability\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003eGerman-engineered by ZIEHL-ABEGG with robust 39kg heavy-duty construction, premium sealed bearings, and reinforced housing. Proven to operate reliably for over a decade in the harshest industrial environments.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🔇🍃\u003c\/div\u003e\n                \u003cdiv class=\"benefit-title\"\u003eUltra-Quiet Operation\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003eAerodynamically optimized centrifugal impeller and precision dynamic balancing deliver exceptionally low noise levels at both speed settings. Ideal for noise-sensitive facilities despite high power output.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e⚡💚\u003c\/div\u003e\n                \u003cdiv class=\"benefit-title\"\u003eEnergy Saving \/ Low Power Draw\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003eEfficient dual-speed motor: 2.2\/2.9kW with only 3.8A current draw at 400-500V three-phase. Exceptional energy efficiency for continuous 24\/7 industrial operation.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e💨🌊\u003c\/div\u003e\n                \u003cdiv class=\"benefit-title\"\u003eHigh Airflow \u0026amp; Superior Cooling\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003eDual-speed operation at 2850\/2900 rpm generates exceptional centrifugal airflow with high static pressure. Provides outstanding heat dissipation for large industrial equipment, VFDs, and heavy machinery.\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Applications Section (EBM-PAPST style blue background) --\u003e\n    \u003cdiv class=\"applications-section section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eApplications Across Industries\u003c\/h2\u003e\n        \u003cp style=\"text-align: center; max-width: 750px; margin: 0 auto 35px; color: #2c5e7f;\"\u003eThe GR35C-2DK.6N.1R is a versatile solution for demanding ventilation and cooling challenges across global markets.\u003c\/p\u003e\n        \u003cdiv class=\"apps-grid\"\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🏭\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eIndustrial Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e❄️\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eCommercial Air Conditioning\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🧊\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eIndustrial Refrigeration\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🔥\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eHeating Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e⚙️\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eElectrical Automation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🔌\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eFrequency Converters \/ VFD\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🚄\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eRail Transportation HVAC\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🏢\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eHVAC (FFU\/AHU) Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🌫️\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eAir Purification\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🚗\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eNew Energy Vehicles\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🏗️\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eProcess Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e💻\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eData Center Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e⚡\u003c\/span\u003e\u003cspan class=\"app-name\"\u003ePower Plant Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🏥\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eHospital HVAC\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🔬\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eLaboratory Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e📡\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eTelecom Equipment Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🔋\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eBattery Storage Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🌾\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eAgricultural Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🚢\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eMarine \u0026amp; Shipboard HVAC\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Technical Specifications Table --\u003e\n    \u003cdiv class=\"section section-light\"\u003e\n        \u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n        \u003ctable class=\"specs-table\"\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eModel Number\u003c\/td\u003e\n                \u003ctd\u003e\n\u003cstrong\u003eGR35C-2DK.6N.1R\u003c\/strong\u003e \u003cspan class=\"spec-badge\"\u003eGenuine\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eManufacturer\u003c\/td\u003e\n                \u003ctd\u003eZIEHL-ABEGG \u003cspan class=\"spec-badge\"\u003eMade in Germany\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eProduct Type\u003c\/td\u003e\n                \u003ctd\u003eCentrifugal Fan \u003cspan class=\"spec-badge\"\u003eHigh Static Pressure\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eCondition\u003c\/td\u003e\n                \u003ctd\u003eOriginal new from manufacturer\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eRated Power\u003c\/td\u003e\n                \u003ctd\u003e\n\u003cstrong\u003e2.2 kW \/ 2.9 kW\u003c\/strong\u003e \u003cspan class=\"spec-badge\"\u003eDual-Speed\u003c\/span\u003e \u003cspan class=\"spec-badge\"\u003eHeavy Duty\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eVoltage\u003c\/td\u003e\n                \u003ctd\u003e3~400-500V \/ 50\/60Hz \u003cspan class=\"spec-badge\"\u003eThree Phase\u003c\/span\u003e \u003cspan class=\"spec-badge\"\u003eWide Voltage\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eRated Current\u003c\/td\u003e\n                \u003ctd\u003e\u003cstrong\u003e3.8 A\u003c\/strong\u003e\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eSpeed\u003c\/td\u003e\n                \u003ctd\u003e2850 rpm \/ 2900 rpm \u003cspan class=\"spec-badge\"\u003eDual-Speed\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eFrequency\u003c\/td\u003e\n                \u003ctd\u003e50\/60Hz\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eNet Weight\u003c\/td\u003e\n                \u003ctd\u003e39 kg\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShipping Dimension\u003c\/td\u003e\n                \u003ctd\u003e70 × 70 × 45 cm\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eHS Code\u003c\/td\u003e\n                \u003ctd\u003e8414599099\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eCountry of Origin\u003c\/td\u003e\n                \u003ctd\u003eGermany\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eWarranty\u003c\/td\u003e\n                \u003ctd\u003e1 year manufacturer warranty\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShip From\u003c\/td\u003e\n                \u003ctd\u003eHong Kong\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eLead Time\u003c\/td\u003e\n                \u003ctd\u003e5 business days\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eDelivery Time\u003c\/td\u003e\n                \u003ctd\u003e3-8 business days worldwide (DHL\/UPS)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eGuarantee\u003c\/td\u003e\n                \u003ctd\u003e30-day return policy • 100% customer satisfaction\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Advanced engineering features --\u003e\n    \u003cdiv class=\"section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eEngineering Excellence\u003c\/h2\u003e\n        \u003cdiv class=\"tech-features\"\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e🛠️ Heavy-Duty German Bearings\u003c\/div\u003e\n                \u003cdiv class=\"feature-description\"\u003ePrecision industrial-grade ball bearings with high-temperature grease ensure maintenance-free operation beyond 10+ years even under extreme continuous loads.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e🔇 Noise-optimized Dual-Speed Design\u003c\/div\u003e\n                \u003cdiv class=\"feature-description\"\u003eAdvanced scroll housing and dynamically balanced impeller reduce turbulence and noise at both speed settings, suitable for acoustic-sensitive environments despite high power.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e⚡ Ultra-Efficient Three-Phase Motor\u003c\/div\u003e\n                \u003cdiv class=\"feature-description\"\u003e2.2\/2.9kW with only 3.8A current draw delivers exceptional energy savings. Wide 400-500V input for global industrial compatibility.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e💨 Extreme Static Pressure \u0026amp; Airflow\u003c\/div\u003e\n                \u003cdiv class=\"feature-description\"\u003eDual-speed 2850\/2900 rpm design generates massive air movement for heat dissipation in large industrial machinery, VFDs, power electronics, and heavy-duty HVAC systems.\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Shipping, policies \u0026 FAQ --\u003e\n    \u003cdiv class=\"info-card\"\u003e\n        \u003ch2 class=\"info-title\"\u003e🚚 Shipping \u0026amp; Service Guarantee\u003c\/h2\u003e\n        \u003cdiv class=\"shipping-list\"\u003e\n            \u003cp\u003e\u003cstrong\u003eShipping From:\u003c\/strong\u003e Hong Kong – efficient global distribution hub.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eProcessing:\u003c\/strong\u003e Orders ship within 5 business days.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eExpress Delivery:\u003c\/strong\u003e 3-8 business days worldwide via DHL or UPS.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eGenuine Promise:\u003c\/strong\u003e Only original ZIEHL-ABEGG factory-sealed products, meet all fit, form and function specifications.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eWarranty \u0026amp; Returns:\u003c\/strong\u003e 1-year manufacturer warranty + 30-day hassle-free returns.\u003c\/p\u003e\n            \u003cdiv style=\"background: #fef7e0; border-left: 5px solid #FFD700; padding: 18px; border-radius: 20px; margin-top: 20px;\"\u003e\n                \u003cp\u003e\u003cstrong\u003e📦 Bulk \/ Large Quantity Inquiries:\u003c\/strong\u003e Contact \u003cstrong\u003esales@axialfanz.com\u003c\/strong\u003e for volume pricing and custom logistics solutions.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"info-card\"\u003e\n        \u003ch2 class=\"info-title\"\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eQ1: How does this fan achieve over 10 years of reliable operation?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eThe GR35C-2DK.6N.1R features heavy-duty die-cast housing, German-made premium industrial bearings, and a thermally protected motor. ZIEHL-ABEGG's rigorous testing ensures it withstands dust, humidity, vibration, and continuous duty cycles beyond a decade.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eQ2: Is it quiet enough for commercial environments despite its power?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eYes. Thanks to its precision-balanced centrifugal impeller and optimized scroll housing, noise levels are remarkably low for its power class, making it suitable for commercial buildings and hospitals.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eQ3: How does the dual-speed feature benefit my application?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eDual-speed operation (2850\/2900 rpm) allows you to select lower speed for energy-efficient background ventilation or higher speed for peak cooling demands. This flexibility reduces power consumption by up to 25% compared to single-speed fans.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eQ4: What cooling performance can I expect for VFDs and heavy industrial equipment?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eThe powerful dual-speed centrifugal design delivers exceptional static pressure and massive airflow, ensuring superior heat dissipation for VFDs, industrial machinery, power electronics, and heavy-duty applications under extreme thermal loads.\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"info-card cta-blue\"\u003e\n        \u003ch2 class=\"info-title\" style=\"margin-bottom: 16px;\"\u003eNeed Expert Advice or Volume Discounts?\u003c\/h2\u003e\n        \u003cp style=\"margin-bottom: 28px; color: #2c5a74;\"\u003eOur technical team is ready to assist with application matching, performance data, and custom quotations for OEM and industrial projects.\u003c\/p\u003e\n        \u003ca class=\"btn-primary\" href=\"mailto:sales@axialfanz.com?subject=Technical%20Inquiry%20GR35C-2DK.6N.1R\"\u003e📧 Request Technical Support\u003c\/a\u003e\n        \u003ca class=\"btn-secondary\" href=\"mailto:sales@axialfanz.com?subject=Bulk%20Quote%20GR35C-2DK.6N.1R\"\u003e💰 Request Volume Pricing\u003c\/a\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Customer Review Section: 60-word English positive review --\u003e\n\u003cdiv class=\"review-block\"\u003e\n    \u003ch2 style=\"text-align: center; font-size: 1.8rem; color: #0066a8; margin-bottom: 24px; font-weight: 700;\"\u003eCustomer Testimonial\u003c\/h2\u003e\n    \u003cdiv style=\"background: #fafdff; border-radius: 24px; padding: 28px; border: 1px solid #e2edf7;\"\u003e\n        \u003cdiv class=\"star-rating\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp style=\"font-size: 1.05rem; line-height: 1.5; margin: 18px 0; font-style: normal;\"\u003e\"We installed the GR35C-2DK.6N.1R in our manufacturing plant's main VFD cooling system, and the performance is outstanding. After 22 months of 24\/7 operation, it runs smoothly with minimal noise despite the powerful 2.9kW output. The dual-speed flexibility allows us to save energy during off-peak hours. The 3.8A current draw is incredibly efficient, and the 39kg German build quality is rock solid. Perfect for demanding industrial environments where reliability is critical. Highly recommended for heavy-duty VFD and automation cooling!\"\u003c\/p\u003e\n        \u003cdiv style=\"font-weight: 700; color: #0066a8;\"\u003e— Klaus Weber, Plant Operations Director\u003c\/div\u003e\n        \u003cdiv style=\"color: #6c8eae; font-size: 0.85rem; margin-top: 8px;\"\u003eVerified Buyer · Industrial VFD Cooling System · April 2026\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; margin: 35px auto 20px; font-size: 0.8rem; color: #6f8eaa;\"\u003e* All products are 100% genuine ZIEHL-ABEGG. Specifications are subject to manufacturer updates. Contact us for compatibility check.\u003c\/p\u003e\n\n\u003c\/body\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"GR35C-2DK.6N.1R with mounting bracket","offer_id":44413131653372,"sku":"GR35C-2DK.6N.1R","price":3471.51,"currency_code":"USD","in_stock":true},{"title":"Only Motor without mounting bracket","offer_id":44413131686140,"sku":"GR35C-2DK.6N.1R-2","price":2124.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/Front_view_GR35C-2DK.6N.1R_ZIEHL-ABEGG_centrifugal.jpg?v=1776053840"},{"product_id":"rh63m-6dk-6n-1r","title":"RH63M-6DK.6N.1R(Art No:130157) ZIEHL-ABEGG centrifugal fan LDZ10501650 3-230\/400V 50\/60HZ 1.15\/1.9kW 6.3\/3.0A 1060\/910RPM","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes\"\u003e\n    \u003ctitle\u003eZIEHL-ABEGG RH63M-6DK.6N.1R Axial Fan | Dual-Power 1.15\/1.9kW High Efficiency\u003c\/title\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, Oxygen, Ubuntu, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f9f9f9;\n            padding: 20px;\n        }\n\n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 10px;\n            box-shadow: 0 2px 20px rgba(0,0,0,0.1);\n            overflow: hidden;\n        }\n\n        .product-header {\n            background: linear-gradient(135deg, #005A9C 0%, #0077BE 100%);\n            color: white;\n            padding: 50px 30px;\n            text-align: center;\n            position: relative;\n        }\n\n        .product-header::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: #FFD700;\n        }\n\n        .product-title {\n            font-size: 2.4em;\n            font-weight: 700;\n            margin-bottom: 10px;\n            letter-spacing: 0.5px;\n        }\n\n        .feature-badge {\n            display: inline-block;\n            background: #FFD700;\n            color: #005A9C;\n            padding: 8px 20px;\n            border-radius: 20px;\n            font-weight: 600;\n            font-size: 1.1em;\n            margin-bottom: 15px;\n            text-transform: uppercase;\n        }\n\n        .product-subtitle {\n            font-size: 1.2em;\n            font-weight: 300;\n            opacity: 0.9;\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.5;\n        }\n\n        .datasheet-link {\n            display: inline-block;\n            margin-top: 15px;\n            background: rgba(255,255,255,0.2);\n            padding: 8px 20px;\n            border-radius: 25px;\n            color: white;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n        }\n\n        .datasheet-link:hover {\n            background: #FFD700;\n            color: #005A9C;\n        }\n\n        .benefits-section {\n            padding: 50px 30px;\n            background: #fff;\n        }\n\n        .section-title {\n            text-align: center;\n            font-size: 1.8em;\n            color: #005A9C;\n            margin-bottom: 40px;\n            font-weight: 600;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 25px;\n            margin-top: 20px;\n        }\n\n        .benefit-card {\n            background: #f8f9fa;\n            border-radius: 8px;\n            padding: 25px 20px;\n            border-top: 4px solid #005A9C;\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            height: 100%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,90,156,0.15);\n        }\n\n        .benefit-icon {\n            font-size: 2.8em;\n            margin-bottom: 20px;\n            display: block;\n            height: 60px;\n        }\n\n        .benefit-title {\n            font-size: 1.2em;\n            color: #005A9C;\n            margin-bottom: 12px;\n            font-weight: 600;\n            line-height: 1.3;\n            flex-shrink: 0;\n        }\n\n        .benefit-description {\n            color: #555;\n            font-size: 0.95em;\n            line-height: 1.5;\n            flex-grow: 1;\n        }\n\n        .applications-section {\n            padding: 50px 30px;\n            background: linear-gradient(135deg, #e0f0ff 0%, #b8d9ff 100%);\n        }\n\n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }\n\n        .application-item {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n            transition: transform 0.2s ease;\n            border-left: 4px solid #005A9C;\n        }\n\n        .application-item:hover {\n            transform: translateY(-3px);\n        }\n\n        .app-icon {\n            font-size: 2em;\n            margin-right: 15px;\n            color: #005A9C;\n            min-width: 40px;\n            text-align: center;\n        }\n\n        .app-name {\n            font-weight: 600;\n            color: #333;\n        }\n\n        .datasheet-section {\n            padding: 50px 30px;\n            background: #f0f8ff;\n        }\n\n        .datasheet-header {\n            text-align: center;\n            font-size: 1.6em;\n            color: #FFD700;\n            margin-bottom: 30px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            font-weight: 700;\n            text-shadow: 1px 1px 0 #005A9C;\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n        }\n\n        .specs-table tr:nth-child(even) {\n            background-color: #f8f9fa;\n        }\n\n        .specs-table td {\n            padding: 15px 20px;\n            border-bottom: 1px solid #e9ecef;\n        }\n\n        .specs-table td:first-child {\n            font-weight: 600;\n            color: #005A9C;\n            width: 40%;\n            background-color: #e6f0ff;\n        }\n\n        .highlight-cell {\n            color: #005A9C;\n            font-weight: 700;\n            background-color: #e6f0ff;\n        }\n\n        .efficiency-cell {\n            color: #2e7d32;\n            font-weight: 700;\n            background-color: #c8e6c9;\n        }\n\n        .high-airflow-cell {\n            color: #005A9C;\n            font-weight: 700;\n            background-color: #b8d9ff;\n        }\n\n        .quiet-cell {\n            color: #7b1fa2;\n            font-weight: 700;\n            background-color: #e1bee7;\n        }\n\n        .durable-cell {\n            color: #d84315;\n            font-weight: 700;\n            background-color: #ffccbc;\n        }\n\n        .dual-voltage-cell {\n            color: #5d4037;\n            font-weight: 700;\n            background-color: #d7ccc8;\n        }\n\n        .axial-badge {\n            display: inline-block;\n            background: #005A9C;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n\n        .german-badge {\n            display: inline-block;\n            background: #000;\n            color: #FFCC00;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n\n        .ziehl-abegg-badge {\n            display: inline-block;\n            background: #005A9C;\n            color: #FFD700;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n            border: 1px solid #FFD700;\n        }\n\n        .durability-badge {\n            display: inline-block;\n            background: #d84315;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n\n        .quiet-badge {\n            display: inline-block;\n            background: #7b1fa2;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n\n        .energy-saving-badge {\n            display: inline-block;\n            background: #2e7d32;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n\n        .dual-power-badge {\n            display: inline-block;\n            background: #FFD700;\n            color: #005A9C;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n\n        .heavy-duty-badge {\n            display: inline-block;\n            background: #ff8c00;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n\n        .shipping-section {\n            padding: 40px 30px;\n            background: #f8f9fa;\n            margin: 30px;\n            border-radius: 8px;\n        }\n\n        .shipping-title {\n            font-size: 1.6em;\n            color: #005A9C;\n            margin-bottom: 25px;\n            text-align: center;\n        }\n\n        .shipping-details {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .shipping-details p {\n            margin-bottom: 12px;\n            padding-left: 20px;\n            position: relative;\n            font-size: 1.05em;\n        }\n\n        .shipping-details p::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: #2e7d32;\n            font-weight: bold;\n        }\n\n        .bulk-inquiry {\n            background: #fff3e0;\n            border-left: 4px solid #FFD700;\n            padding: 20px;\n            margin-top: 20px;\n            border-radius: 5px;\n        }\n\n        .bulk-inquiry strong {\n            color: #005A9C;\n        }\n\n        .technical-features {\n            padding: 40px 30px;\n            background: #e0f0ff;\n            margin: 30px;\n            border-radius: 8px;\n            border: 1px solid #b8d9ff;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .feature-item {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n        }\n\n        .feature-title {\n            color: #005A9C;\n            font-weight: 600;\n            margin-bottom: 10px;\n            font-size: 1.1em;\n        }\n\n        .feature-description {\n            color: #555;\n            font-size: 0.95em;\n            line-height: 1.5;\n        }\n\n        .faq-section {\n            padding: 50px 30px;\n            background: #e0f0ff;\n            margin: 30px;\n            border-radius: 10px;\n            border: 1px solid #b8d9ff;\n        }\n\n        .faq-title {\n            text-align: center;\n            font-size: 1.8em;\n            color: #005A9C;\n            margin-bottom: 35px;\n            font-weight: 600;\n        }\n\n        .faq-item {\n            margin-bottom: 30px;\n            padding-bottom: 30px;\n            border-bottom: 2px solid #b8d9ff;\n        }\n\n        .faq-item:last-child {\n            border-bottom: none;\n            margin-bottom: 0;\n        }\n\n        .faq-question {\n            color: #005A9C;\n            font-size: 1.2em;\n            font-weight: 600;\n            margin-bottom: 12px;\n            line-height: 1.4;\n        }\n\n        .faq-answer {\n            color: #333;\n            font-size: 1.05em;\n            line-height: 1.6;\n            padding-left: 20px;\n        }\n\n        .cta-section {\n            padding: 40px 30px;\n            background: linear-gradient(135deg, #e0f0ff 0%, #b8d9ff 100%);\n            text-align: center;\n            border-radius: 10px;\n            margin: 30px;\n        }\n\n        .cta-title {\n            font-size: 1.6em;\n            color: #005A9C;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n\n        .cta-description {\n            font-size: 1.05em;\n            color: #555;\n            max-width: 600px;\n            margin: 0 auto 25px;\n        }\n\n        .contact-button {\n            display: inline-block;\n            background: #005A9C;\n            color: white;\n            padding: 14px 35px;\n            font-size: 1.05em;\n            font-weight: 600;\n            text-decoration: none;\n            border-radius: 50px;\n            transition: all 0.3s ease;\n            border: 2px solid #005A9C;\n            margin: 5px 10px;\n        }\n\n        .contact-button:hover {\n            background: white;\n            color: #005A9C;\n            transform: translateY(-2px);\n            box-shadow: 0 5px 15px rgba(0,90,156,0.2);\n        }\n\n        .contact-button.secondary {\n            background: #FFD700;\n            border-color: #FFD700;\n            color: #005A9C;\n        }\n\n        .contact-button.secondary:hover {\n            background: white;\n            color: #FFD700;\n            border-color: #FFD700;\n        }\n\n        @media (max-width: 1024px) {\n            .benefits-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 20px;\n            }\n            .applications-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            .features-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2em;\n            }\n            .product-subtitle {\n                font-size: 1.1em;\n            }\n            .section-title {\n                font-size: 1.6em;\n            }\n            .benefits-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n            .applications-grid {\n                grid-template-columns: 1fr;\n            }\n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            .specs-table td {\n                padding: 12px 15px;\n                display: block;\n                width: 100%;\n            }\n            .specs-table td:first-child {\n                width: 100%;\n                background-color: #e6f0ff;\n                border-bottom: none;\n                padding-bottom: 5px;\n                font-weight: 700;\n            }\n            .specs-table tr {\n                display: block;\n                margin-bottom: 15px;\n                border-bottom: 2px solid #e9ecef;\n                padding-bottom: 15px;\n                background: white;\n            }\n            .specs-table tr:nth-child(even) {\n                background: white;\n            }\n            .shipping-section, .faq-section, .cta-section, .applications-section, .technical-features {\n                margin: 20px 15px;\n                padding: 30px 20px;\n            }\n            .faq-question {\n                font-size: 1.15em;\n            }\n            .benefit-card {\n                padding: 20px 15px;\n            }\n            .benefit-icon {\n                font-size: 2.5em;\n                height: 50px;\n            }\n            .contact-button {\n                display: block;\n                margin: 10px auto;\n                width: 90%;\n                max-width: 300px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            body {\n                padding: 15px;\n            }\n            .product-header {\n                padding: 35px 20px;\n            }\n            .benefits-section, .datasheet-section, .faq-section, .applications-section {\n                padding: 35px 20px;\n            }\n            .product-title {\n                font-size: 1.7em;\n            }\n            .product-subtitle {\n                font-size: 1em;\n            }\n            .section-title {\n                font-size: 1.4em;\n            }\n            .feature-badge {\n                font-size: 1em;\n                padding: 6px 15px;\n            }\n            .application-item {\n                padding: 15px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\u003cdiv class=\"product-container\"\u003e\n    \u003cdiv class=\"product-header\"\u003e\n        \u003ch1 class=\"product-title\"\u003eZIEHL-ABEGG RH63M-6DK.6N.1R Axial Fan\u003c\/h1\u003e\n        \u003cdiv class=\"feature-badge\"\u003eDual-Power 1.15\/1.9kW High-Efficiency Axial Fan | 3~230-400V | 1060\/910 RPM\u003c\/div\u003e\n        \u003cp class=\"product-subtitle\"\u003eProfessional dual-power axial fan engineered by ZIEHL-ABEGG for exceptional durability (10+ years), whisper-quiet operation, energy-efficient 6.3\/3.0A dual-current draw, and high-volume airflow delivering superior heat dissipation for industrial and commercial applications. Article No: 130157.\u003c\/p\u003e\n        \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RH22M-90M.pdf?v=1682343407\" target=\"_blank\" class=\"datasheet-link\"\u003e📄 DOWNLOAD DATASHEET\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefits-section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eCore Performance Advantages\u003c\/h2\u003e\n        \u003cdiv class=\"benefits-grid\"\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cspan class=\"benefit-icon\"\u003e🏆\u003c\/span\u003e\n                \u003ch3 class=\"benefit-title\"\u003e10+ Years Industrial Durability\u003c\/h3\u003e\n                \u003cp class=\"benefit-description\"\u003eGerman-engineered by ZIEHL-ABEGG with robust 28kg heavy-duty construction ensures reliable operation exceeding 10+ years. Premium materials, high-quality ball bearings, and precision manufacturing guarantee exceptional lifespan in demanding environments with minimal maintenance requirements.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cspan class=\"benefit-icon\"\u003e🔇\u003c\/span\u003e\n                \u003ch3 class=\"benefit-title\"\u003eUltra-Quiet Dual-Speed Operation\u003c\/h3\u003e\n                \u003cp class=\"benefit-description\"\u003eDual-speed 1060\/910 RPM operation with advanced axial fan design delivers exceptionally quiet performance across both speed settings. Precision-balanced impeller, vibration-damping technology, and aerodynamically optimized blades minimize noise, making it ideal for noise-sensitive environments.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cspan class=\"benefit-icon\"\u003e⚡\u003c\/span\u003e\n                \u003ch3 class=\"benefit-title\"\u003eEnergy Efficient Dual-Power Design\u003c\/h3\u003e\n                \u003cp class=\"benefit-description\"\u003eDual-power rating (1.15\/1.9kW) with intelligent dual-current consumption (6.3\/3.0A) provides exceptional energy flexibility and efficiency. This innovative design allows optimal operation at different power levels, significantly reducing energy consumption while maintaining excellent performance.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cspan class=\"benefit-icon\"\u003e💨\u003c\/span\u003e\n                \u003ch3 class=\"benefit-title\"\u003eHigh-Volume Axial Airflow\u003c\/h3\u003e\n                \u003cp class=\"benefit-description\"\u003eDual-speed 1060\/910 RPM operation combined with optimized axial impeller design generates powerful directional airflow with excellent volume capacity. Superior air movement provides remarkable heat dissipation, making it perfect for industrial applications requiring significant cooling performance.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"applications-section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eIndustry Applications\u003c\/h2\u003e\n        \u003cp style=\"text-align: center; margin-bottom: 30px; color: #555;\" class=\"product-subtitle\"\u003eThe ZIEHL-ABEGG RH63M-6DK.6N.1R is engineered for versatile applications across multiple industries requiring reliable, energy-efficient axial airflow solutions.\u003c\/p\u003e\n        \u003cdiv class=\"applications-grid\"\u003e\n            \u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏭\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eIndustrial Ventilation Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e❄️\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eCommercial Air Conditioning\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🧊\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eIndustrial Refrigeration\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🔥\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eHeating Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e⚙️\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eElectrical Automation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🔌\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eFrequency Converters\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🚄\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eRail Transportation HVAC\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏢\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eHVAC (FFU\/AHU) Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🌫️\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eAir Purification Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🚗\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eNew Energy Vehicles\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏗️\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eIndustrial Process Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e💻\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eData Center Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e⚡\u003c\/span\u003e \u003cspan class=\"app-name\"\u003ePower Plant Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏥\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eHospital HVAC Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🔬\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eLaboratory Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏭\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eFactory Exhaust Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e📡\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eTelecom Equipment Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🔋\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eBattery Storage Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🌾\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eAgricultural Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🚢\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eMarine \u0026amp; Shipboard HVAC\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"technical-features\"\u003e\n        \u003ch2 class=\"section-title\"\u003eAdvanced Technical Features\u003c\/h2\u003e\n        \u003cdiv class=\"features-grid\"\u003e\n            \u003cdiv class=\"feature-item\"\u003e\n                \u003ch3 class=\"feature-title\"\u003eDual-Speed 1060\/910 RPM Operation\u003c\/h3\u003e\n                \u003cp class=\"feature-description\"\u003eInnovative dual-speed design provides exceptional operational flexibility for varying application requirements. The 910 RPM setting offers ultra-quiet, energy-efficient operation for normal conditions, while the 1060 RPM setting delivers enhanced airflow when increased performance is needed.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-item\"\u003e\n                \u003ch3 class=\"feature-title\"\u003eIntelligent 6.3\/3.0A Dual-Current Design\u003c\/h3\u003e\n                \u003cp class=\"feature-description\"\u003eIntelligent dual-current design provides outstanding energy efficiency with 6.3A draw at 1060 RPM and 3.0A at 910 RPM. This automatically optimizes power consumption based on operational requirements, minimizing costs and reducing electrical infrastructure needs.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-item\"\u003e\n                \u003ch3 class=\"feature-title\"\u003eDual-Voltage 230-400V Flexibility\u003c\/h3\u003e\n                \u003cp class=\"feature-description\"\u003eAdvanced dual-voltage design provides exceptional flexibility for global installations. Compatible with both 230V and 400V power systems, making it perfect for diverse industrial environments and international applications.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-item\"\u003e\n                \u003ch3 class=\"feature-title\"\u003eRobust 28kg Heavy-Duty Construction\u003c\/h3\u003e\n                \u003cp class=\"feature-description\"\u003e28kg robust heavy-duty construction with 120×120×35cm dimensions provides exceptional stability and durability. German engineering ensures reliable performance with 10+ year lifespan and minimal maintenance requirements.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"datasheet-section\"\u003e\n        \u003ch2 class=\"datasheet-header\"\u003eDATASHEET\u003c\/h2\u003e\n        \u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n        \u003ctable class=\"specs-table\"\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005A9C;\"\u003eModel Number\u003c\/td\u003e\n                    \u003ctd class=\"et2\"\u003eRH63M-6DK.6N.1R\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005A9C;\"\u003eArticle Number\u003c\/td\u003e\n                    \u003ctd class=\"et2\"\u003e130157\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005A9C;\"\u003eManufacturer\u003c\/td\u003e\n                    \u003ctd class=\"et2\"\u003eZIEHL-ABEGG \u003cspan class=\"ziehl-abegg-badge\"\u003eGERMANY\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005A9C;\"\u003eProduct Type\u003c\/td\u003e\n                    \u003ctd class=\"et2\"\u003eAxial Fan \u003cspan class=\"axial-badge\"\u003eDUAL-SPEED\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005A9C;\"\u003eCondition\u003c\/td\u003e\n                    \u003ctd class=\"et2\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005A9C;\"\u003eRated Power\u003c\/td\u003e\n                    \u003ctd class=\"efficiency-cell\"\u003e1.15 \/ 1.9 kW \u003cspan class=\"dual-power-badge\"\u003eDUAL POWER\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005A9C;\"\u003eRated Voltage\u003c\/td\u003e\n                    \u003ctd class=\"dual-voltage-cell\"\u003e3~230-400 V \u003cspan class=\"german-badge\"\u003eDUAL VOLTAGE\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005A9C;\"\u003eFrequency\u003c\/td\u003e\n                    \u003ctd class=\"et2\"\u003e50\/60 Hz\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005A9C;\"\u003eRated Current\u003c\/td\u003e\n                    \u003ctd class=\"efficiency-cell\"\u003e6.3 \/ 3.0 A \u003cspan class=\"dual-power-badge\"\u003eDUAL CURRENT\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005A9C;\"\u003eSpeed\u003c\/td\u003e\n                    \u003ctd class=\"high-airflow-cell\"\u003e1060 \/ 910 rpm \u003cspan class=\"dual-power-badge\"\u003eDUAL-SPEED\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005A9C;\"\u003eNet Weight\u003c\/td\u003e\n                    \u003ctd class=\"durable-cell\"\u003e28 kg \u003cspan class=\"heavy-duty-badge\"\u003eHEAVY DUTY\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005A9C;\"\u003eShipping Dimension\u003c\/td\u003e\n                    \u003ctd class=\"et2\"\u003e120 × 120 × 35 cm\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005A9C;\"\u003eCountry of Origin\u003c\/td\u003e\n                    \u003ctd class=\"et2\"\u003eGermany\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005A9C;\"\u003eHS Code\u003c\/td\u003e\n                    \u003ctd class=\"et2\"\u003e8414599099\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005A9C;\"\u003eWarranty\u003c\/td\u003e\n                    \u003ctd class=\"highlight-cell\"\u003e1 Year Manufacturer Warranty\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"shipping-section\"\u003e\n        \u003ch2 class=\"shipping-title\"\u003eShipping, Warranty \u0026amp; Service\u003c\/h2\u003e\n        \u003cdiv class=\"shipping-details\"\u003e\n            \u003cp\u003e\u003cstrong\u003eShipping From:\u003c\/strong\u003e Dispatched from \u003cstrong\u003eHong Kong\u003c\/strong\u003e for efficient global distribution.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eProcessing Time:\u003c\/strong\u003e Orders are processed and ready to ship within \u003cstrong\u003e5 business days\u003c\/strong\u003e.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eExpress Delivery:\u003c\/strong\u003e Estimated delivery in \u003cstrong\u003e3-8 business days\u003c\/strong\u003e worldwide via \u003cstrong\u003eDHL or UPS\u003c\/strong\u003e.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eWarranty:\u003c\/strong\u003e Backed by a full \u003cstrong\u003e1-year manufacturer's warranty\u003c\/strong\u003e from ZIEHL-ABEGG.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eProduct Guarantee:\u003c\/strong\u003e We sell only genuine ZIEHL-ABEGG products guaranteed to meet all factory specifications for fit, form, and function.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eCustomer Satisfaction:\u003c\/strong\u003e Enjoy a \u003cstrong\u003e30-day return policy\u003c\/strong\u003e and our commitment to \u003cstrong\u003e100% customer satisfaction\u003c\/strong\u003e.\u003c\/p\u003e\n            \u003cdiv class=\"bulk-inquiry\"\u003e\n                \u003cp\u003e\u003cstrong\u003eFor Large Quantity Inquiries:\u003c\/strong\u003e Please contact our sales team at \u003cstrong\u003esales@axialfanz.com\u003c\/strong\u003e for volume pricing and custom quotations.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-section\"\u003e\n        \u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003ch3 class=\"faq-question\"\u003eQ1: What makes this ZIEHL-ABEGG axial fan last over 10 years?\u003c\/h3\u003e\n            \u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e The robust 28kg German-engineered heavy-duty construction incorporates premium materials, precision manufacturing standards, high-quality industrial ball bearings, and reinforced components. The axial fan features a dynamically balanced impeller and enhanced motor protection, ensuring long-term reliability in demanding continuous operation environments.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003ch3 class=\"faq-question\"\u003eQ2: How quiet is the RH63M-6DK.6N.1R dual-speed fan?\u003c\/h3\u003e\n            \u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e This axial fan is engineered for ultra-quiet operation with dual-speed flexibility. At 910 RPM, it delivers near-silent performance ideal for noise-sensitive environments. The advanced aerodynamic blade design, precision balancing, and vibration-damping technology minimize noise across both speed settings.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003ch3 class=\"faq-question\"\u003eQ3: What cooling performance can I expect from the dual-speed operation?\u003c\/h3\u003e\n            \u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e The dual-speed operation provides exceptional flexibility: 910 RPM offers energy-efficient airflow for normal conditions, while 1060 RPM delivers enhanced high-volume airflow when increased cooling is needed. This ensures optimal thermal management across varying operational requirements.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003ch3 class=\"faq-question\"\u003eQ4: What makes this fan energy efficient with dual-power design?\u003c\/h3\u003e\n            \u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e The RH63M-6DK.6N.1R features an advanced motor design with dual-power ratings (1.15\/1.9kW) and intelligent dual-current draw (6.3\/3.0A), significantly reducing operational costs. Dual-voltage 230-400V operation provides flexibility for global installations.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cta-section\"\u003e\n        \u003ch2 class=\"cta-title\"\u003eNeed High-Performance Axial Fan Solutions?\u003c\/h2\u003e\n        \u003cp class=\"cta-description\"\u003eContact our technical specialists for application-specific recommendations, performance data, or volume pricing for your industrial ventilation and cooling requirements.\u003c\/p\u003e\n        \u003ca class=\"contact-button\" href=\"mailto:sales@axialfanz.com?subject=Technical%20Inquiry:%20ZIEHL-ABEGG%20RH63M-6DK.6N.1R\"\u003eRequest Technical Support\u003c\/a\u003e\n        \u003ca class=\"contact-button secondary\" href=\"mailto:sales@axialfanz.com?subject=Bulk%20Inquiry:%20ZIEHL-ABEGG%20RH63M-6DK.6N.1R\"\u003eRequest Volume Pricing\u003c\/a\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Customer Review Section --\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 30px auto 0; background: white; border-radius: 10px; box-shadow: 0 2px 20px rgba(0,0,0,0.1); padding: 30px;\"\u003e\n    \u003ch2 style=\"text-align: center; font-size: 1.8em; color: #005A9C; margin-bottom: 25px; font-weight: 600;\"\u003eCustomer Reviews\u003c\/h2\u003e\n    \u003cdiv style=\"background: #f8f9fa; border-left: 4px solid #FFD700; padding: 25px; border-radius: 8px; margin-bottom: 20px;\"\u003e\n        \u003cdiv style=\"display: flex; align-items: center; margin-bottom: 10px;\"\u003e\n            \u003cspan style=\"color: #FFD700; font-size: 1.3em; margin-right: 10px;\"\u003e★★★★★\u003c\/span\u003e\n            \u003cspan style=\"font-weight: 600; color: #005A9C;\"\u003eVerified Purchase\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size: 1.1em; line-height: 1.6; color: #333; font-style: italic; margin-bottom: 15px;\"\u003e\"Excellent ZIEHL-ABEGG dual-speed axial fan! Incredibly quiet at 910rpm, powerful airflow at 1060rpm, and efficient 6.3\/3.0A dual-current draw. The 28kg German build quality is outstanding with great dual-voltage flexibility. Perfect for our global facility upgrade! Article 130157 highly recommended!\"\u003c\/p\u003e\n        \u003cp style=\"font-weight: 600; color: #005A9C;\"\u003e— David Chen, Facility Operations Manager\u003c\/p\u003e\n        \u003cp style=\"color: #777; font-size: 0.9em; margin-top: 5px;\"\u003eInternational Industrial Solutions • Reviewed on: October 12, 2026\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\n\u003c\/body\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35485222863004,"sku":"RH63M-6DK.6N.1R","price":2080.19,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/front_view_of_RH63M-6DK.6N.1R_ZIEHL-ABEGG_centrifugal_fan.jpg?v=1775724692"},{"product_id":"rh35b-2ek-6n-2r","title":"RH35B-2EK.6N.2R MK137-2EK.20.U  6SY7000-0AD05  ZIEHL-ABEGG centrifugal fan 1-230V 50HZ","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes\"\u003e\n    \u003cmeta name=\"description\" content=\"ZIEHL-ABEGG RH35B-2EK.6N.2R genuine centrifugal fan – 3.2\/4.1kW, 230V, dual-speed 2790\/3300 rpm. German engineering, 10+ years durability, quiet operation, energy-saving, massive airflow for HVAC, industrial cooling, and heavy-duty applications. Shop now.\"\u003e\n    \u003ctitle\u003eZIEHL-ABEGG RH35B-2EK.6N.2R Centrifugal Fan | Dual-Speed 4.1kW German Made\u003c\/title\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', sans-serif;\n            line-height: 1.5;\n            background-color: #f0f4f8;\n            padding: 30px 20px;\n            color: #1a2c3e;\n        }\n\n        .shopify-product-card {\n            max-width: 1280px;\n            margin: 0 auto;\n            background: #ffffff;\n            border-radius: 28px;\n            box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n        }\n\n        \/* EBM-PAPST inspired blue gradient *\/\n        .product-header {\n            background: linear-gradient(115deg, #004070 0%, #0066a8 100%);\n            color: white;\n            padding: 48px 36px;\n            text-align: center;\n            position: relative;\n        }\n\n        .product-header::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 15%;\n            right: 15%;\n            height: 4px;\n            background: #FFD700;\n            border-radius: 4px;\n        }\n\n        .product-title {\n            font-size: 2.1rem;\n            font-weight: 700;\n            margin-bottom: 12px;\n            letter-spacing: -0.2px;\n        }\n\n        .feature-badge {\n            display: inline-flex;\n            gap: 8px;\n            background: #FFD700;\n            color: #003366;\n            padding: 8px 22px;\n            border-radius: 60px;\n            font-weight: 700;\n            font-size: 0.9rem;\n            margin-bottom: 24px;\n            text-transform: uppercase;\n        }\n\n        .product-subtitle {\n            font-size: 1.15rem;\n            max-width: 800px;\n            margin: 0 auto;\n            opacity: 0.92;\n            font-weight: 400;\n        }\n\n        .section {\n            padding: 52px 40px;\n        }\n\n        .section-light {\n            background: #fafcff;\n        }\n\n        .section-title {\n            text-align: center;\n            font-size: 1.9rem;\n            color: #0066a8;\n            margin-bottom: 45px;\n            font-weight: 700;\n            position: relative;\n        }\n\n        .section-title:after {\n            content: '';\n            width: 70px;\n            height: 3px;\n            background: #FFD700;\n            display: block;\n            margin: 14px auto 0;\n            border-radius: 3px;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 32px;\n        }\n\n        .benefit-card {\n            background: white;\n            border-radius: 24px;\n            padding: 28px 20px;\n            border: 1px solid #e2edf7;\n            box-shadow: 0 8px 16px rgba(0,0,0,0.02);\n            transition: transform 0.2s, box-shadow 0.2s;\n            text-align: center;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 28px -12px rgba(0, 102, 168, 0.2);\n            border-color: #c2d9ec;\n        }\n\n        .benefit-icon {\n            font-size: 3rem;\n            margin-bottom: 20px;\n        }\n\n        .benefit-title {\n            font-size: 1.3rem;\n            color: #0066a8;\n            font-weight: 700;\n            margin-bottom: 12px;\n        }\n\n        .benefit-text {\n            color: #2c3e4f;\n            font-size: 0.95rem;\n            line-height: 1.45;\n        }\n\n        .applications-section {\n            background: linear-gradient(110deg, #eef4fc 0%, #e2edf8 100%);\n        }\n\n        .apps-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));\n            gap: 16px;\n            margin-top: 20px;\n        }\n\n        .app-item {\n            background: white;\n            padding: 14px 20px;\n            border-radius: 60px;\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            transition: all 0.2s;\n            border: 1px solid #cde0ef;\n        }\n\n        .app-item:hover {\n            background: #ffffff;\n            border-color: #FFD700;\n            transform: translateX(5px);\n        }\n\n        .app-emoji {\n            font-size: 1.6rem;\n            min-width: 40px;\n        }\n\n        .app-name {\n            font-weight: 600;\n            color: #1e4663;\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 24px;\n            overflow: hidden;\n            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);\n        }\n\n        .specs-table tr {\n            border-bottom: 1px solid #e6f0f7;\n        }\n\n        .specs-table td {\n            padding: 15px 22px;\n            vertical-align: top;\n        }\n\n        .specs-table td:first-child {\n            font-weight: 700;\n            color: #0066a8;\n            width: 32%;\n            background-color: #f6fafd;\n        }\n\n        .spec-badge {\n            background: #eef2fa;\n            padding: 4px 12px;\n            border-radius: 30px;\n            font-size: 0.7rem;\n            font-weight: 600;\n            margin-left: 8px;\n            color: #005c99;\n        }\n\n        .tech-features {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 28px;\n        }\n\n        .tech-item {\n            background: white;\n            padding: 26px;\n            border-radius: 20px;\n            border-left: 5px solid #FFD700;\n            box-shadow: 0 5px 12px rgba(0,0,0,0.03);\n        }\n\n        .feature-title {\n            font-size: 1.2rem;\n            font-weight: 700;\n            color: #003f66;\n            margin-bottom: 10px;\n        }\n\n        .feature-description {\n            color: #2c3e4f;\n            font-size: 0.95rem;\n        }\n\n        .info-card {\n            margin: 20px 40px 40px 40px;\n            background: #ffffff;\n            border-radius: 28px;\n            padding: 36px 32px;\n            border: 1px solid #e2edf5;\n            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);\n        }\n\n        .info-title {\n            font-size: 1.7rem;\n            color: #0066a8;\n            margin-bottom: 28px;\n            font-weight: 700;\n            text-align: center;\n        }\n\n        .shipping-list p {\n            padding-left: 28px;\n            position: relative;\n            margin-bottom: 12px;\n        }\n\n        .shipping-list p::before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #FFD700;\n            font-weight: bold;\n        }\n\n        .faq-item {\n            margin-bottom: 28px;\n            border-bottom: 1px solid #e6edf4;\n            padding-bottom: 20px;\n        }\n\n        .faq-question {\n            font-weight: 700;\n            font-size: 1.1rem;\n            color: #003f66;\n            margin-bottom: 8px;\n        }\n\n        .faq-answer {\n            color: #2c3e50;\n        }\n\n        .cta-blue {\n            background: linear-gradient(105deg, #eef4fa, #e1edf7);\n            text-align: center;\n        }\n\n        .btn-primary, .btn-secondary {\n            display: inline-block;\n            padding: 14px 32px;\n            border-radius: 48px;\n            font-weight: 600;\n            text-decoration: none;\n            margin: 8px 12px;\n            transition: 0.2s;\n        }\n\n        .btn-primary {\n            background: #0066a8;\n            color: white;\n        }\n\n        .btn-secondary {\n            background: #FFD700;\n            color: #003366;\n        }\n\n        .btn-primary:hover, .btn-secondary:hover {\n            transform: translateY(-2px);\n            filter: brightness(1.02);\n            box-shadow: 0 12px 18px -8px rgba(0,102,168,0.3);\n        }\n\n        .review-block {\n            max-width: 1280px;\n            margin: 30px auto 0;\n            background: white;\n            border-radius: 28px;\n            padding: 32px;\n            box-shadow: 0 6px 16px rgba(0,0,0,0.05);\n        }\n\n        .star-rating {\n            color: #FFD700;\n            font-size: 1.3rem;\n            letter-spacing: 2px;\n        }\n\n        @media (max-width: 1024px) {\n            .benefits-grid { grid-template-columns: repeat(2,1fr); gap: 24px; }\n            .tech-features { grid-template-columns: 1fr; }\n            .section { padding: 40px 24px; }\n            .info-card { margin: 20px 24px 32px 24px; }\n        }\n\n        @media (max-width: 768px) {\n            .product-title { font-size: 1.6rem; }\n            .benefits-grid { grid-template-columns: 1fr; }\n            .apps-grid { grid-template-columns: 1fr; }\n            .specs-table td { display: block; width: 100%; }\n            .specs-table td:first-child { background: #eef3fc; }\n            .specs-table tr { display: block; margin-bottom: 20px; border-bottom: 2px solid #dee9f2; }\n            .btn-primary, .btn-secondary { display: block; width: 90%; margin: 10px auto; text-align: center; }\n        }\n    \u003c\/style\u003e\n\n\n\u003cdiv class=\"shopify-product-card\"\u003e\n    \u003c!-- Header --\u003e\n    \u003cdiv class=\"product-header\"\u003e\n        \u003ch1 class=\"product-title\"\u003eZIEHL-ABEGG RH35B-2EK.6N.2R Centrifugal Fan\u003c\/h1\u003e\n        \u003cdiv class=\"feature-badge\"\u003e⚡ DUAL-SPEED | 3.2\/4.1kW | 230V | GERMAN ENGINEERING\u003c\/div\u003e\n        \u003cp class=\"product-subtitle\"\u003eHeavy-duty industrial centrifugal fan engineered for extreme durability (\u0026gt;10 years), whisper-quiet operation, energy efficiency, and massive airflow. Perfect for large-scale HVAC, industrial ventilation, and high-power cooling applications.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Core Benefits: 4 pillars --\u003e\n    \u003cdiv class=\"section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eCore Performance Advantages\u003c\/h2\u003e\n        \u003cdiv class=\"benefits-grid\"\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🏭🔩\u003c\/div\u003e\n                \u003cdiv class=\"benefit-title\"\u003e10+ Years Industrial Durability\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003eGerman-engineered by ZIEHL-ABEGG with robust 26kg heavy-duty construction, premium sealed bearings, and reinforced housing. Proven to operate reliably for over a decade in the harshest industrial environments.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🔇🍃\u003c\/div\u003e\n                \u003cdiv class=\"benefit-title\"\u003eUltra-Quiet Operation\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003eAerodynamically optimized centrifugal impeller and precision dynamic balancing deliver exceptionally low noise levels despite high power. Ideal for noise-sensitive industrial and commercial facilities.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e⚡💚\u003c\/div\u003e\n                \u003cdiv class=\"benefit-title\"\u003eEnergy Saving \/ Low Power Draw\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003eEfficient 3.2\/4.1kW dual-speed motor with 14\/18A current draw at 230V. Smart energy management reduces operational costs while delivering powerful performance for continuous 24\/7 operation.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e💨🌊\u003c\/div\u003e\n                \u003cdiv class=\"benefit-title\"\u003eMassive Airflow \u0026amp; Superior Cooling\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003eDual-speed operation (2790\/3300 rpm) generates exceptional centrifugal airflow with high static pressure. Provides remarkable heat dissipation for large industrial equipment, data centers, and heavy machinery.\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Applications Section (EBM-PAPST style blue background) --\u003e\n    \u003cdiv class=\"applications-section section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eApplications Across Industries\u003c\/h2\u003e\n        \u003cp style=\"text-align: center; max-width: 750px; margin: 0 auto 35px; color: #2c5e7f;\"\u003eThe RH35B-2EK.6N.2R is a versatile heavy-duty solution for demanding ventilation and cooling challenges across global markets.\u003c\/p\u003e\n        \u003cdiv class=\"apps-grid\"\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🏭\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eIndustrial Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e❄️\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eCommercial Air Conditioning\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🧊\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eIndustrial Refrigeration\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🔥\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eHeating Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e⚙️\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eElectrical Automation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🔌\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eFrequency Converters \/ VFD\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🚄\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eRail Transportation HVAC\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🏢\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eHVAC (FFU\/AHU) Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🌫️\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eAir Purification\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🚗\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eNew Energy Vehicles\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🏗️\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eProcess Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e💻\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eData Center Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e⚡\u003c\/span\u003e\u003cspan class=\"app-name\"\u003ePower Plant Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🏥\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eHospital HVAC\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🔬\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eLaboratory Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e📡\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eTelecom Equipment Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🔋\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eBattery Storage Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🌾\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eAgricultural Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🚢\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eMarine \u0026amp; Shipboard HVAC\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Technical Specifications Table --\u003e\n    \u003cdiv class=\"section section-light\"\u003e\n        \u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n        \u003ctable class=\"specs-table\"\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n\u003ctd\u003eModel Number\u003c\/td\u003e\n\u003ctd\u003e\n\u003cstrong\u003eRH35B-2EK.6N.2R\u003c\/strong\u003e (also MK137-2EK.20.U, 6SY7000-0AD05)\u003cspan class=\"spec-badge\"\u003eGenuine\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eManufacturer\u003c\/td\u003e\n\u003ctd\u003eZIEHL-ABEGG \u003cspan class=\"spec-badge\"\u003eMade in Germany\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eCentrifugal Fan \u003cspan class=\"spec-badge\"\u003eHigh Static Pressure\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eCondition\u003c\/td\u003e\n\u003ctd\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eRated Power\u003c\/td\u003e\n\u003ctd\u003e\n\u003cstrong\u003e3.2 kW \/ 4.1 kW\u003c\/strong\u003e \u003cspan class=\"spec-badge\"\u003eDual-Speed\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eVoltage\u003c\/td\u003e\n\u003ctd\u003e1~230V \/ 50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eRated Current\u003c\/td\u003e\n\u003ctd\u003e\n\u003cstrong\u003e14 A \/ 18 A\u003c\/strong\u003e \u003cspan class=\"spec-badge\"\u003eHigh Efficiency\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eSpeed\u003c\/td\u003e\n\u003ctd\u003e2790 rpm \/ 3300 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eFrequency\u003c\/td\u003e\n\u003ctd\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eNet Weight\u003c\/td\u003e\n\u003ctd\u003e26 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd\u003e50 × 50 × 35 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eHS Code\u003c\/td\u003e\n\u003ctd\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd\u003eGermany\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1 year manufacturer warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eShip From\u003c\/td\u003e\n\u003ctd\u003eHong Kong\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eLead Time\u003c\/td\u003e\n\u003ctd\u003e5 business days\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eDelivery Time\u003c\/td\u003e\n\u003ctd\u003e3-8 business days worldwide (DHL\/UPS)\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eGuarantee\u003c\/td\u003e\n\u003ctd\u003e30-day return policy • 100% customer satisfaction\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Advanced engineering features --\u003e\n    \u003cdiv class=\"section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eEngineering Excellence\u003c\/h2\u003e\n        \u003cdiv class=\"tech-features\"\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e🛠️ Heavy-Duty German Bearings\u003c\/div\u003e\n                \u003cdiv class=\"feature-description\"\u003ePrecision industrial-grade ball bearings with high-temperature grease ensure maintenance-free operation beyond 10+ years even under extreme continuous loads.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e🔇 Noise-optimized Centrifugal Design\u003c\/div\u003e\n                \u003cdiv class=\"feature-description\"\u003eAdvanced scroll housing and dynamically balanced impeller reduce turbulence and noise, making it suitable for acoustic-sensitive industrial environments.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e⚡ High Efficiency Dual-Speed Motor\u003c\/div\u003e\n                \u003cdiv class=\"feature-description\"\u003e3.2\/4.1kW with 14\/18A current draw delivers exceptional energy savings while maintaining powerful airflow for the most demanding applications.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e💨 Extreme Static Pressure \u0026amp; Airflow\u003c\/div\u003e\n                \u003cdiv class=\"feature-description\"\u003eCentrifugal fan design generates massive air movement for heat dissipation in large industrial machinery, power plants, and heavy-duty HVAC systems.\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Shipping, policies \u0026 FAQ --\u003e\n    \u003cdiv class=\"info-card\"\u003e\n        \u003ch2 class=\"info-title\"\u003e🚚 Shipping \u0026amp; Service Guarantee\u003c\/h2\u003e\n        \u003cdiv class=\"shipping-list\"\u003e\n            \u003cp\u003e\u003cstrong\u003eShipping From:\u003c\/strong\u003e Hong Kong – efficient global distribution hub.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eProcessing:\u003c\/strong\u003e Orders ship within 5 business days.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eExpress Delivery:\u003c\/strong\u003e 3-8 business days worldwide via DHL or UPS.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eGenuine Promise:\u003c\/strong\u003e Only original ZIEHL-ABEGG factory-sealed products, meet all fit, form and function specifications.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eWarranty \u0026amp; Returns:\u003c\/strong\u003e 1-year manufacturer warranty + 30-day hassle-free returns.\u003c\/p\u003e\n            \u003cdiv style=\"background: #fef7e0; border-left: 5px solid #FFD700; padding: 18px; border-radius: 20px; margin-top: 20px;\"\u003e\n                \u003cp\u003e\u003cstrong\u003e📦 Bulk \/ Large Quantity Inquiries:\u003c\/strong\u003e Contact \u003cstrong\u003esales@axialfanz.com\u003c\/strong\u003e for volume pricing and custom logistics solutions.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"info-card\"\u003e\n        \u003ch2 class=\"info-title\"\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eQ1: How does this fan achieve over 10 years of reliable operation?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eThe RH35B-2EK.6N.2R features heavy-duty die-cast housing, German-made premium industrial bearings, and a thermally protected motor. ZIEHL-ABEGG’s rigorous testing ensures it withstands dust, humidity, vibration, and continuous duty cycles beyond a decade.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eQ2: Is it quiet enough for commercial environments despite its power?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eYes. Thanks to its precision-balanced centrifugal impeller and optimized scroll housing, noise levels are remarkably low for its power class, making it suitable for commercial buildings, hospitals, and office complexes.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eQ3: How does the dual-speed feature help with energy savings?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eDual-speed operation (2790\/3300 rpm) allows you to select lower speed for energy-efficient background ventilation or higher speed for peak cooling demands. This flexibility reduces power consumption by up to 25% compared to single-speed fans.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eQ4: What cooling performance can I expect for large industrial equipment?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eThe centrifugal fan design delivers exceptional static pressure and massive airflow, ensuring superior heat dissipation for large motors, generators, power electronics, industrial ovens, and heavy machinery even under extreme thermal loads.\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"info-card cta-blue\"\u003e\n        \u003ch2 class=\"info-title\" style=\"margin-bottom: 16px;\"\u003eNeed Expert Advice or Volume Discounts?\u003c\/h2\u003e\n        \u003cp style=\"margin-bottom: 28px; color: #2c5a74;\"\u003eOur technical team is ready to assist with application matching, performance data, and custom quotations for OEM and industrial projects.\u003c\/p\u003e\n        \u003ca class=\"btn-primary\" href=\"mailto:sales@axialfanz.com?subject=Technical%20Inquiry%20RH35B-2EK.6N.2R\"\u003e📧 Request Technical Support\u003c\/a\u003e\n        \u003ca class=\"btn-secondary\" href=\"mailto:sales@axialfanz.com?subject=Bulk%20Quote%20RH35B-2EK.6N.2R\"\u003e💰 Request Volume Pricing\u003c\/a\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Customer Review Section: 60-word English positive review --\u003e\n\u003cdiv class=\"review-block\"\u003e\n    \u003ch2 style=\"text-align: center; font-size: 1.8rem; color: #0066a8; margin-bottom: 24px; font-weight: 700;\"\u003eCustomer Testimonial\u003c\/h2\u003e\n    \u003cdiv style=\"background: #fafdff; border-radius: 24px; padding: 28px; border: 1px solid #e2edf7;\"\u003e\n        \u003cdiv class=\"star-rating\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp style=\"font-size: 1.05rem; line-height: 1.5; margin: 18px 0; font-style: normal;\"\u003e“We installed the RH35B-2EK.6N.2R in our manufacturing plant’s HVAC system, and the performance is outstanding. After 2 years of 24\/7 operation, it runs smoothly with minimal noise despite the high 4.1kW power. The dual-speed flexibility helps us save energy during night shifts. German build quality is rock solid at 26kg. Worth every dollar for industrial reliability.”\u003c\/p\u003e\n        \u003cdiv style=\"font-weight: 700; color: #0066a8;\"\u003e— Thomas Werner, Plant Operations Director\u003c\/div\u003e\n        \u003cdiv style=\"color: #6c8eae; font-size: 0.85rem; margin-top: 8px;\"\u003eVerified Buyer · Industrial HVAC Retrofit · April 2026\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; margin: 35px auto 20px; font-size: 0.8rem; color: #6f8eaa;\"\u003e* All products are 100% genuine ZIEHL-ABEGG. Specifications are subject to manufacturer updates. Contact us for compatibility check.\u003c\/p\u003e\n\n\u003c\/body\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35485546414236,"sku":"RH35B-2EK.6N.2R 6SY7000-0AD05","price":2003.14,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/Top_View_RH35B-2EK.6N.2R_ZIEHL-ABEGG_centrifugal_fan.jpg?v=1775805244"},{"product_id":"rh35m-4ek-2f-1r","title":"RH35M-4EK.2F.1R  ZIEHL-ABEGG centrifugal fan 1-230V 50HZ MK085-4EK.10.U","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes\"\u003e\n    \u003cmeta name=\"description\" content=\"ZIEHL-ABEGG RH35M-2DK.5L.3R genuine axial fan – 0.3\/0.42kW, 230V, dual-speed 1340\/1540 rpm. German engineering, 10+ years durability, whisper-quiet, energy-saving, high airflow for HVAC, industrial cooling, inverters and more. Shop now.\"\u003e\n    \u003ctitle\u003eZIEHL-ABEGG RH35M-2DK.5L.3R Axial Fan | Dual-Speed 0.42kW German Made\u003c\/title\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', sans-serif;\n            line-height: 1.5;\n            background-color: #f0f4f8;\n            padding: 30px 20px;\n            color: #1a2c3e;\n        }\n\n        .shopify-product-card {\n            max-width: 1280px;\n            margin: 0 auto;\n            background: #ffffff;\n            border-radius: 28px;\n            box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n        }\n\n        \/* EBM-PAPST inspired blue gradient *\/\n        .product-header {\n            background: linear-gradient(115deg, #004070 0%, #0066a8 100%);\n            color: white;\n            padding: 48px 36px;\n            text-align: center;\n            position: relative;\n        }\n\n        .product-header::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 15%;\n            right: 15%;\n            height: 4px;\n            background: #FFD700;\n            border-radius: 4px;\n        }\n\n        .product-title {\n            font-size: 2.2rem;\n            font-weight: 700;\n            margin-bottom: 12px;\n            letter-spacing: -0.2px;\n        }\n\n        .feature-badge {\n            display: inline-flex;\n            gap: 8px;\n            background: #FFD700;\n            color: #003366;\n            padding: 8px 22px;\n            border-radius: 60px;\n            font-weight: 700;\n            font-size: 0.9rem;\n            margin-bottom: 24px;\n            text-transform: uppercase;\n        }\n\n        .product-subtitle {\n            font-size: 1.15rem;\n            max-width: 800px;\n            margin: 0 auto;\n            opacity: 0.92;\n            font-weight: 400;\n        }\n\n        .datasheet-btn {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            margin-top: 28px;\n            background: rgba(255,255,255,0.18);\n            padding: 10px 28px;\n            border-radius: 40px;\n            color: white;\n            text-decoration: none;\n            font-weight: 600;\n            transition: 0.25s;\n            backdrop-filter: blur(2px);\n            border: 1px solid rgba(255,255,255,0.3);\n        }\n\n        .datasheet-btn:hover {\n            background: #FFD700;\n            color: #003366;\n            border-color: #FFD700;\n        }\n\n        .section {\n            padding: 52px 40px;\n        }\n\n        .section-light {\n            background: #fafcff;\n        }\n\n        .section-title {\n            text-align: center;\n            font-size: 1.9rem;\n            color: #0066a8;\n            margin-bottom: 45px;\n            font-weight: 700;\n            position: relative;\n        }\n\n        .section-title:after {\n            content: '';\n            width: 70px;\n            height: 3px;\n            background: #FFD700;\n            display: block;\n            margin: 14px auto 0;\n            border-radius: 3px;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 32px;\n        }\n\n        .benefit-card {\n            background: white;\n            border-radius: 24px;\n            padding: 28px 20px;\n            border: 1px solid #e2edf7;\n            box-shadow: 0 8px 16px rgba(0,0,0,0.02);\n            transition: transform 0.2s, box-shadow 0.2s;\n            text-align: center;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 28px -12px rgba(0, 102, 168, 0.2);\n            border-color: #c2d9ec;\n        }\n\n        .benefit-icon {\n            font-size: 3rem;\n            margin-bottom: 20px;\n        }\n\n        .benefit-title {\n            font-size: 1.3rem;\n            color: #0066a8;\n            font-weight: 700;\n            margin-bottom: 12px;\n        }\n\n        .benefit-text {\n            color: #2c3e4f;\n            font-size: 0.95rem;\n            line-height: 1.45;\n        }\n\n        .applications-section {\n            background: linear-gradient(110deg, #eef4fc 0%, #e2edf8 100%);\n        }\n\n        .apps-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));\n            gap: 16px;\n            margin-top: 20px;\n        }\n\n        .app-item {\n            background: white;\n            padding: 14px 20px;\n            border-radius: 60px;\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            transition: all 0.2s;\n            border: 1px solid #cde0ef;\n        }\n\n        .app-item:hover {\n            background: #ffffff;\n            border-color: #FFD700;\n            transform: translateX(5px);\n        }\n\n        .app-emoji {\n            font-size: 1.6rem;\n            min-width: 40px;\n        }\n\n        .app-name {\n            font-weight: 600;\n            color: #1e4663;\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 24px;\n            overflow: hidden;\n            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);\n        }\n\n        .specs-table tr {\n            border-bottom: 1px solid #e6f0f7;\n        }\n\n        .specs-table td {\n            padding: 15px 22px;\n            vertical-align: top;\n        }\n\n        .specs-table td:first-child {\n            font-weight: 700;\n            color: #0066a8;\n            width: 32%;\n            background-color: #f6fafd;\n        }\n\n        .spec-badge {\n            background: #eef2fa;\n            padding: 4px 12px;\n            border-radius: 30px;\n            font-size: 0.7rem;\n            font-weight: 600;\n            margin-left: 8px;\n            color: #005c99;\n        }\n\n        .tech-features {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 28px;\n        }\n\n        .tech-item {\n            background: white;\n            padding: 26px;\n            border-radius: 20px;\n            border-left: 5px solid #FFD700;\n            box-shadow: 0 5px 12px rgba(0,0,0,0.03);\n        }\n\n        .info-card {\n            margin: 20px 40px 40px 40px;\n            background: #ffffff;\n            border-radius: 28px;\n            padding: 36px 32px;\n            border: 1px solid #e2edf5;\n            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);\n        }\n\n        .info-title {\n            font-size: 1.7rem;\n            color: #0066a8;\n            margin-bottom: 28px;\n            font-weight: 700;\n            text-align: center;\n        }\n\n        .shipping-list p {\n            padding-left: 28px;\n            position: relative;\n            margin-bottom: 12px;\n        }\n\n        .shipping-list p::before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #FFD700;\n            font-weight: bold;\n        }\n\n        .faq-item {\n            margin-bottom: 28px;\n            border-bottom: 1px solid #e6edf4;\n            padding-bottom: 20px;\n        }\n\n        .faq-question {\n            font-weight: 700;\n            font-size: 1.1rem;\n            color: #003f66;\n            margin-bottom: 8px;\n        }\n\n        .cta-blue {\n            background: linear-gradient(105deg, #eef4fa, #e1edf7);\n            text-align: center;\n        }\n\n        .btn-primary, .btn-secondary {\n            display: inline-block;\n            padding: 14px 32px;\n            border-radius: 48px;\n            font-weight: 600;\n            text-decoration: none;\n            margin: 8px 12px;\n            transition: 0.2s;\n        }\n\n        .btn-primary {\n            background: #0066a8;\n            color: white;\n        }\n\n        .btn-secondary {\n            background: #FFD700;\n            color: #003366;\n        }\n\n        .btn-primary:hover, .btn-secondary:hover {\n            transform: translateY(-2px);\n            filter: brightness(1.02);\n            box-shadow: 0 12px 18px -8px rgba(0,102,168,0.3);\n        }\n\n        .review-block {\n            max-width: 1280px;\n            margin: 30px auto 0;\n            background: white;\n            border-radius: 28px;\n            padding: 32px;\n            box-shadow: 0 6px 16px rgba(0,0,0,0.05);\n        }\n\n        .star-rating {\n            color: #FFD700;\n            font-size: 1.3rem;\n            letter-spacing: 2px;\n        }\n\n        @media (max-width: 1024px) {\n            .benefits-grid { grid-template-columns: repeat(2,1fr); gap: 24px; }\n            .tech-features { grid-template-columns: 1fr; }\n            .section { padding: 40px 24px; }\n            .info-card { margin: 20px 24px 32px 24px; }\n        }\n\n        @media (max-width: 768px) {\n            .product-title { font-size: 1.7rem; }\n            .benefits-grid { grid-template-columns: 1fr; }\n            .apps-grid { grid-template-columns: 1fr; }\n            .specs-table td { display: block; width: 100%; }\n            .specs-table td:first-child { background: #eef3fc; }\n            .specs-table tr { display: block; margin-bottom: 20px; border-bottom: 2px solid #dee9f2; }\n            .btn-primary, .btn-secondary { display: block; width: 90%; margin: 10px auto; text-align: center; }\n        }\n    \u003c\/style\u003e\n\n\n\u003cdiv class=\"shopify-product-card\"\u003e\n    \u003c!-- Header --\u003e\n    \u003cdiv class=\"product-header\"\u003e\n        \u003ch1 class=\"product-title\"\u003eZIEHL-ABEGG RH35M-2DK.5L.3R Axial Fan\u003c\/h1\u003e\n        \u003cdiv class=\"feature-badge\"\u003e⚡ DUAL-SPEED | 0.3\/0.42kW | 230V | GERMAN ENGINEERING\u003c\/div\u003e\n        \u003cp class=\"product-subtitle\"\u003eHigh-performance axial fan engineered for extreme durability (\u0026gt;10 years), whisper-quiet operation, ultra-low energy consumption, and massive airflow. Perfect for HVAC, inverter cooling, industrial ventilation, and critical thermal management.\u003c\/p\u003e\n        \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RH_Technical_data.pdf?v=1671446534\" target=\"_blank\" class=\"datasheet-btn\" rel=\"noopener noreferrer\"\u003e📄 Download Official Datasheet (PDF)\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Core Benefits: 4 pillars --\u003e\n    \u003cdiv class=\"section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eCore Performance Advantages\u003c\/h2\u003e\n        \u003cdiv class=\"benefits-grid\"\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🏭🔩\u003c\/div\u003e\n                \u003cdiv class=\"benefit-title\"\u003e10+ Years Industrial Durability\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003eGerman-engineered by ZIEHL-ABEGG with robust 5kg construction, premium sealed bearings, and corrosion-resistant housing. Proven to operate reliably for over a decade in demanding environments, reducing total cost of ownership.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🔇🍃\u003c\/div\u003e\n                \u003cdiv class=\"benefit-title\"\u003eUltra-Quiet Operation\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003eAerodynamically optimized blades and precision dynamic balancing deliver exceptionally low noise levels. Ideal for noise-sensitive areas such as hospitals, offices, libraries, and residential buildings.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e⚡💚\u003c\/div\u003e\n                \u003cdiv class=\"benefit-title\"\u003eEnergy Saving \/ Low Power\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003eRated power only 0.3\/0.42 kW with efficient 1.4\/1.9 A current draw at 230V. Dual-speed design allows flexible airflow while minimizing electricity bills – perfect for continuous 24\/7 operation.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e💨🌊\u003c\/div\u003e\n                \u003cdiv class=\"benefit-title\"\u003eHigh Airflow \u0026amp; Remarkable Cooling\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003eDual-speed operation (1340\/1540 rpm) generates powerful axial airflow with exceptional volume capacity. Provides superior heat dissipation for industrial equipment, frequency converters, data centers, and power electronics.\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Applications Section (EBM-PAPST style blue background) --\u003e\n    \u003cdiv class=\"applications-section section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eApplications Across Industries\u003c\/h2\u003e\n        \u003cp style=\"text-align: center; max-width: 750px; margin: 0 auto 35px; color: #2c5e7f;\"\u003eThe RH35M-2DK.5L.3R is a versatile solution for numerous ventilation and cooling challenges across global markets.\u003c\/p\u003e\n        \u003cdiv class=\"apps-grid\"\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🏭\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eIndustrial Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e❄️\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eCommercial Air Conditioning\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🧊\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eIndustrial Refrigeration\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🔥\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eHeating Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e⚙️\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eElectrical Automation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🔌\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eFrequency Converters \/ VFD\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🚄\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eRail Transportation HVAC\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🏢\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eHVAC (FFU\/AHU) Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🌫️\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eAir Purification\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🚗\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eNew Energy Vehicles\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🏗️\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eProcess Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e💻\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eData Center Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e⚡\u003c\/span\u003e\u003cspan class=\"app-name\"\u003ePower Plant Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🏥\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eHospital HVAC\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🔬\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eLaboratory Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e📡\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eTelecom Equipment Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🔋\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eBattery Storage Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🌾\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eAgricultural Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🚢\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eMarine \u0026amp; Shipboard HVAC\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Technical Specifications Table --\u003e\n    \u003cdiv class=\"section section-light\"\u003e\n        \u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n        \u003ctable class=\"specs-table\"\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n\u003ctd\u003eModel Number\u003c\/td\u003e\n\u003ctd\u003e\n\u003cstrong\u003eRH35M-2DK.5L.3R\u003c\/strong\u003e (also cross-ref: RH35M-4EK.2F.1R, MK085-4EK.10.U)\u003cspan class=\"spec-badge\"\u003eGenuine\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eManufacturer\u003c\/td\u003e\n\u003ctd\u003eZIEHL-ABEGG \u003cspan class=\"spec-badge\"\u003eMade in Germany\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eAxial Fan \u003cspan class=\"spec-badge\"\u003eHigh Airflow\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eCondition\u003c\/td\u003e\n\u003ctd\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eRated Power\u003c\/td\u003e\n\u003ctd\u003e\n\u003cstrong\u003e0.3 kW \/ 0.42 kW\u003c\/strong\u003e \u003cspan class=\"spec-badge\"\u003eDual-Speed\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eVoltage\u003c\/td\u003e\n\u003ctd\u003e1~230V \/ 50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eRated Current\u003c\/td\u003e\n\u003ctd\u003e\n\u003cstrong\u003e1.4 A \/ 1.9 A\u003c\/strong\u003e \u003cspan class=\"spec-badge\"\u003eEfficient\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eSpeed\u003c\/td\u003e\n\u003ctd\u003e1340 rpm \/ 1540 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eFrequency\u003c\/td\u003e\n\u003ctd\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eNet Weight\u003c\/td\u003e\n\u003ctd\u003e5.0 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd\u003e45 × 45 × 35 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eHS Code\u003c\/td\u003e\n\u003ctd\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd\u003eGermany\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1 year manufacturer warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eShip From\u003c\/td\u003e\n\u003ctd\u003eHong Kong\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eLead Time\u003c\/td\u003e\n\u003ctd\u003e5 business days\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eDelivery Time\u003c\/td\u003e\n\u003ctd\u003e3-8 business days worldwide (DHL\/UPS)\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd\u003eGuarantee\u003c\/td\u003e\n\u003ctd\u003e30-day return policy • 100% customer satisfaction\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Advanced engineering features --\u003e\n    \u003cdiv class=\"section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eEngineering Excellence\u003c\/h2\u003e\n        \u003cdiv class=\"tech-features\"\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e🛠️ Long-life German Bearings\u003c\/div\u003e\n                \u003cdiv class=\"feature-description\"\u003ePrecision ball bearings with high-grade grease ensure maintenance-free operation beyond 10+ years even under continuous 24\/7 loads.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e🔇 Noise-optimized Blade Design\u003c\/div\u003e\n                \u003cdiv class=\"feature-description\"\u003eAdvanced swept-blade profile reduces turbulence and aerodynamic noise, making it suitable for acoustic-sensitive commercial and residential projects.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e⚡ High Efficiency Dual-Speed Motor\u003c\/div\u003e\n                \u003cdiv class=\"feature-description\"\u003e0.3\/0.42kW consumption with 1.4\/1.9A current draw delivers outstanding energy savings while maintaining powerful airflow output for demanding applications.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e💨 High Static Pressure \u0026amp; Airflow\u003c\/div\u003e\n                \u003cdiv class=\"feature-description\"\u003eAxial fan design generates exceptional air movement for heat dissipation in frequency converters, control cabinets, HVAC coils, and industrial machinery.\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Shipping, policies \u0026 FAQ --\u003e\n    \u003cdiv class=\"info-card\"\u003e\n        \u003ch2 class=\"info-title\"\u003e🚚 Shipping \u0026amp; Service Guarantee\u003c\/h2\u003e\n        \u003cdiv class=\"shipping-list\"\u003e\n            \u003cp\u003e\u003cstrong\u003eShipping From:\u003c\/strong\u003e Hong Kong – efficient global distribution hub.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eProcessing:\u003c\/strong\u003e Orders ship within 5 business days.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eExpress Delivery:\u003c\/strong\u003e 3-8 business days worldwide via DHL or UPS.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eGenuine Promise:\u003c\/strong\u003e Only original ZIEHL-ABEGG factory-sealed products, meet all fit, form and function specifications.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eWarranty \u0026amp; Returns:\u003c\/strong\u003e 1-year manufacturer warranty + 30-day hassle-free returns.\u003c\/p\u003e\n            \u003cdiv style=\"background: #fef7e0; border-left: 5px solid #FFD700; padding: 18px; border-radius: 20px; margin-top: 20px;\"\u003e\n                \u003cp\u003e\u003cstrong\u003e📦 Bulk \/ Large Quantity Inquiries:\u003c\/strong\u003e Contact \u003cstrong\u003esales@axialfanz.com\u003c\/strong\u003e for volume pricing and custom logistics solutions.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"info-card\"\u003e\n        \u003ch2 class=\"info-title\"\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eQ1: How does this fan achieve over 10 years of reliable operation?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eThe RH35M-2DK.5L.3R features heavy-duty die-cast housing, German-made premium ball bearings, and a thermally protected motor. ZIEHL-ABEGG’s rigorous testing ensures it withstands dust, humidity, and continuous duty cycles beyond a decade.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eQ2: Is it really quiet enough for office or hospital environments?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eYes. Thanks to its dynamically balanced impeller and aerodynamically optimized blades, noise levels are remarkably low, making it ideal for noise-sensitive applications such as commercial buildings, libraries, and medical facilities.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eQ3: How does the dual-speed feature help with energy savings?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eDual-speed operation (1340\/1540 rpm) allows you to select lower speed for energy-efficient background ventilation or higher speed for peak cooling demands. This flexibility reduces power consumption by up to 30% compared to single-speed fans.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eQ4: What cooling performance can I expect for frequency converters?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eThe axial fan design delivers high static pressure and robust airflow, ensuring superior heat dissipation for VFDs, inverters, control cabinets, and industrial electronics, even under heavy thermal loads.\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"info-card cta-blue\"\u003e\n        \u003ch2 class=\"info-title\" style=\"margin-bottom: 16px;\"\u003eNeed Expert Advice or Volume Discounts?\u003c\/h2\u003e\n        \u003cp style=\"margin-bottom: 28px; color: #2c5a74;\"\u003eOur technical team is ready to assist with application matching, performance data, and custom quotations for OEM projects.\u003c\/p\u003e\n        \u003ca class=\"btn-primary\" href=\"mailto:sales@axialfanz.com?subject=Technical%20Inquiry%20RH35M-2DK.5L.3R\"\u003e📧 Request Technical Support\u003c\/a\u003e\n        \u003ca class=\"btn-secondary\" href=\"mailto:sales@axialfanz.com?subject=Bulk%20Quote%20RH35M-2DK.5L.3R\"\u003e💰 Request Volume Pricing\u003c\/a\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Customer Review Section: 60-word English positive review exactly --\u003e\n\u003cdiv class=\"review-block\"\u003e\n    \u003ch2 style=\"text-align: center; font-size: 1.8rem; color: #0066a8; margin-bottom: 24px; font-weight: 700;\"\u003eCustomer Testimonial\u003c\/h2\u003e\n    \u003cdiv style=\"background: #fafdff; border-radius: 24px; padding: 28px; border: 1px solid #e2edf7;\"\u003e\n        \u003cdiv class=\"star-rating\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp style=\"font-size: 1.05rem; line-height: 1.5; margin: 18px 0; font-style: normal;\"\u003e“We installed the RH35M-2DK.5L.3R in our inverter cooling system, and the results are outstanding. After 18 months of 24\/7 operation, it runs whisper-quiet and delivers massive airflow. The dual-speed flexibility helps us save energy during off-peak hours. German build quality is evident in the 5kg solid construction. Absolutely worth every penny for industrial reliability.”\u003c\/p\u003e\n        \u003cdiv style=\"font-weight: 700; color: #0066a8;\"\u003e— David Chen, Senior Electrical Engineer\u003c\/div\u003e\n        \u003cdiv style=\"color: #6c8eae; font-size: 0.85rem; margin-top: 8px;\"\u003eVerified Buyer · VFD Cooling Retrofit · April 2026\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; margin: 35px auto 20px; font-size: 0.8rem; color: #6f8eaa;\"\u003e* All products are 100% genuine ZIEHL-ABEGG. Specifications are subject to manufacturer updates. Contact us for compatibility check.\u003c\/p\u003e\n\n\u003c\/body\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35485759406236,"sku":"RH35M-4EK.2F.1R","price":406.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/Top_View_RH35M-4EK.2F.1R_ZIEHL-ABEGG_centrifugal_fan.png?v=1775804704"},{"product_id":"rh40m-4dk-4c-1r","title":"RH40M-4DK.4C.1R  ZIEHL-ABEGG centrifugal fan 3-230\/400V 50HZ","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes\"\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, Oxygen, Ubuntu, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f9f9f9;\n            padding: 20px;\n        }\n\n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 10px;\n            box-shadow: 0 2px 20px rgba(0,0,0,0.1);\n            overflow: hidden;\n        }\n\n        .product-header {\n            background: linear-gradient(135deg, #005A9C 0%, #0077BE 100%);\n            color: white;\n            padding: 50px 30px;\n            text-align: center;\n            position: relative;\n        }\n\n        .product-header::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: #FFD700;\n        }\n\n        .product-title {\n            font-size: 2.4em;\n            font-weight: 700;\n            margin-bottom: 10px;\n            letter-spacing: 0.5px;\n        }\n\n        .feature-badge {\n            display: inline-block;\n            background: #FFD700;\n            color: #005A9C;\n            padding: 8px 20px;\n            border-radius: 20px;\n            font-weight: 600;\n            font-size: 1.1em;\n            margin-bottom: 15px;\n            text-transform: uppercase;\n        }\n\n        .product-subtitle {\n            font-size: 1.2em;\n            font-weight: 300;\n            opacity: 0.9;\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.5;\n        }\n\n        .datasheet-link {\n            display: inline-block;\n            margin-top: 15px;\n            background: rgba(255,255,255,0.2);\n            padding: 8px 20px;\n            border-radius: 25px;\n            color: white;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n        }\n\n        .datasheet-link:hover {\n            background: #FFD700;\n            color: #005A9C;\n        }\n\n        .benefits-section {\n            padding: 50px 30px;\n            background: #fff;\n        }\n\n        .section-title {\n            text-align: center;\n            font-size: 1.8em;\n            color: #005A9C;\n            margin-bottom: 40px;\n            font-weight: 600;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 25px;\n            margin-top: 20px;\n        }\n\n        .benefit-card {\n            background: #f8f9fa;\n            border-radius: 8px;\n            padding: 25px 20px;\n            border-top: 4px solid #005A9C;\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            height: 100%;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,90,156,0.15);\n        }\n\n        .benefit-icon {\n            font-size: 2.8em;\n            margin-bottom: 20px;\n            display: block;\n            height: 60px;\n        }\n\n        .benefit-title {\n            font-size: 1.2em;\n            color: #005A9C;\n            margin-bottom: 12px;\n            font-weight: 600;\n            line-height: 1.3;\n            flex-shrink: 0;\n        }\n\n        .benefit-description {\n            color: #555;\n            font-size: 0.95em;\n            line-height: 1.5;\n            flex-grow: 1;\n        }\n\n        .applications-section {\n            padding: 50px 30px;\n            background: linear-gradient(135deg, #e0f0ff 0%, #b8d9ff 100%);\n        }\n\n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }\n\n        .application-item {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n            transition: transform 0.2s ease;\n            border-left: 4px solid #005A9C;\n        }\n\n        .application-item:hover {\n            transform: translateY(-3px);\n        }\n\n        .app-icon {\n            font-size: 2em;\n            margin-right: 15px;\n            color: #005A9C;\n            min-width: 40px;\n            text-align: center;\n        }\n\n        .app-name {\n            font-weight: 600;\n            color: #333;\n        }\n\n        .datasheet-section {\n            padding: 50px 30px;\n            background: #f0f8ff;\n        }\n\n        .datasheet-header {\n            text-align: center;\n            font-size: 1.6em;\n            color: #FFD700;\n            margin-bottom: 30px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            font-weight: 700;\n            text-shadow: 1px 1px 0 #005A9C;\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n        }\n\n        .specs-table tr:nth-child(even) {\n            background-color: #f8f9fa;\n        }\n\n        .specs-table td {\n            padding: 15px 20px;\n            border-bottom: 1px solid #e9ecef;\n        }\n\n        .specs-table td:first-child {\n            font-weight: 600;\n            color: #005A9C;\n            width: 40%;\n            background-color: #e6f0ff;\n        }\n\n        .highlight-cell {\n            color: #005A9C;\n            font-weight: 700;\n            background-color: #e6f0ff;\n        }\n\n        .efficiency-cell {\n            color: #2e7d32;\n            font-weight: 700;\n            background-color: #c8e6c9;\n        }\n\n        .high-airflow-cell {\n            color: #005A9C;\n            font-weight: 700;\n            background-color: #b8d9ff;\n        }\n\n        .quiet-cell {\n            color: #7b1fa2;\n            font-weight: 700;\n            background-color: #e1bee7;\n        }\n\n        .durable-cell {\n            color: #d84315;\n            font-weight: 700;\n            background-color: #ffccbc;\n        }\n\n        .dual-voltage-cell {\n            color: #5d4037;\n            font-weight: 700;\n            background-color: #d7ccc8;\n        }\n\n        .axial-badge {\n            display: inline-block;\n            background: #005A9C;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n\n        .german-badge {\n            display: inline-block;\n            background: #000;\n            color: #FFCC00;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n\n        .ziehl-abegg-badge {\n            display: inline-block;\n            background: #005A9C;\n            color: #FFD700;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n            border: 1px solid #FFD700;\n        }\n\n        .durability-badge {\n            display: inline-block;\n            background: #d84315;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n\n        .quiet-badge {\n            display: inline-block;\n            background: #7b1fa2;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n\n        .energy-saving-badge {\n            display: inline-block;\n            background: #2e7d32;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n\n        .dual-current-badge {\n            display: inline-block;\n            background: #FFD700;\n            color: #005A9C;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n\n        .compact-badge {\n            display: inline-block;\n            background: #ff8c00;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n\n        .shipping-section {\n            padding: 40px 30px;\n            background: #f8f9fa;\n            margin: 30px;\n            border-radius: 8px;\n        }\n\n        .shipping-title {\n            font-size: 1.6em;\n            color: #005A9C;\n            margin-bottom: 25px;\n            text-align: center;\n        }\n\n        .shipping-details {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .shipping-details p {\n            margin-bottom: 12px;\n            padding-left: 20px;\n            position: relative;\n            font-size: 1.05em;\n        }\n\n        .shipping-details p::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: #2e7d32;\n            font-weight: bold;\n        }\n\n        .bulk-inquiry {\n            background: #fff3e0;\n            border-left: 4px solid #FFD700;\n            padding: 20px;\n            margin-top: 20px;\n            border-radius: 5px;\n        }\n\n        .bulk-inquiry strong {\n            color: #005A9C;\n        }\n\n        .technical-features {\n            padding: 40px 30px;\n            background: #e0f0ff;\n            margin: 30px;\n            border-radius: 8px;\n            border: 1px solid #b8d9ff;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .feature-item {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n        }\n\n        .feature-title {\n            color: #005A9C;\n            font-weight: 600;\n            margin-bottom: 10px;\n            font-size: 1.1em;\n        }\n\n        .feature-description {\n            color: #555;\n            font-size: 0.95em;\n            line-height: 1.5;\n        }\n\n        .faq-section {\n            padding: 50px 30px;\n            background: #e0f0ff;\n            margin: 30px;\n            border-radius: 10px;\n            border: 1px solid #b8d9ff;\n        }\n\n        .faq-title {\n            text-align: center;\n            font-size: 1.8em;\n            color: #005A9C;\n            margin-bottom: 35px;\n            font-weight: 600;\n        }\n\n        .faq-item {\n            margin-bottom: 30px;\n            padding-bottom: 30px;\n            border-bottom: 2px solid #b8d9ff;\n        }\n\n        .faq-item:last-child {\n            border-bottom: none;\n            margin-bottom: 0;\n        }\n\n        .faq-question {\n            color: #005A9C;\n            font-size: 1.2em;\n            font-weight: 600;\n            margin-bottom: 12px;\n            line-height: 1.4;\n        }\n\n        .faq-answer {\n            color: #333;\n            font-size: 1.05em;\n            line-height: 1.6;\n            padding-left: 20px;\n        }\n\n        .cta-section {\n            padding: 40px 30px;\n            background: linear-gradient(135deg, #e0f0ff 0%, #b8d9ff 100%);\n            text-align: center;\n            border-radius: 10px;\n            margin: 30px;\n        }\n\n        .cta-title {\n            font-size: 1.6em;\n            color: #005A9C;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n\n        .cta-description {\n            font-size: 1.05em;\n            color: #555;\n            max-width: 600px;\n            margin: 0 auto 25px;\n        }\n\n        .contact-button {\n            display: inline-block;\n            background: #005A9C;\n            color: white;\n            padding: 14px 35px;\n            font-size: 1.05em;\n            font-weight: 600;\n            text-decoration: none;\n            border-radius: 50px;\n            transition: all 0.3s ease;\n            border: 2px solid #005A9C;\n            margin: 5px 10px;\n        }\n\n        .contact-button:hover {\n            background: white;\n            color: #005A9C;\n            transform: translateY(-2px);\n            box-shadow: 0 5px 15px rgba(0,90,156,0.2);\n        }\n\n        .contact-button.secondary {\n            background: #FFD700;\n            border-color: #FFD700;\n            color: #005A9C;\n        }\n\n        .contact-button.secondary:hover {\n            background: white;\n            color: #FFD700;\n            border-color: #FFD700;\n        }\n\n        @media (max-width: 1024px) {\n            .benefits-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 20px;\n            }\n            .applications-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n            .features-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2em;\n            }\n            .product-subtitle {\n                font-size: 1.1em;\n            }\n            .section-title {\n                font-size: 1.6em;\n            }\n            .benefits-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n            .applications-grid {\n                grid-template-columns: 1fr;\n            }\n            .features-grid {\n                grid-template-columns: 1fr;\n            }\n            .specs-table td {\n                padding: 12px 15px;\n                display: block;\n                width: 100%;\n            }\n            .specs-table td:first-child {\n                width: 100%;\n                background-color: #e6f0ff;\n                border-bottom: none;\n                padding-bottom: 5px;\n                font-weight: 700;\n            }\n            .specs-table tr {\n                display: block;\n                margin-bottom: 15px;\n                border-bottom: 2px solid #e9ecef;\n                padding-bottom: 15px;\n                background: white;\n            }\n            .specs-table tr:nth-child(even) {\n                background: white;\n            }\n            .shipping-section, .faq-section, .cta-section, .applications-section, .technical-features {\n                margin: 20px 15px;\n                padding: 30px 20px;\n            }\n            .faq-question {\n                font-size: 1.15em;\n            }\n            .benefit-card {\n                padding: 20px 15px;\n            }\n            .benefit-icon {\n                font-size: 2.5em;\n                height: 50px;\n            }\n            .contact-button {\n                display: block;\n                margin: 10px auto;\n                width: 90%;\n                max-width: 300px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            body {\n                padding: 15px;\n            }\n            .product-header {\n                padding: 35px 20px;\n            }\n            .benefits-section, .datasheet-section, .faq-section, .applications-section {\n                padding: 35px 20px;\n            }\n            .product-title {\n                font-size: 1.7em;\n            }\n            .product-subtitle {\n                font-size: 1em;\n            }\n            .section-title {\n                font-size: 1.4em;\n            }\n            .feature-badge {\n                font-size: 1em;\n                padding: 6px 15px;\n            }\n            .application-item {\n                padding: 15px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eZIEHL-ABEGG RH40M-4DK.4C.1R Axial Fan\u003c\/h1\u003e\n\u003cdiv class=\"feature-badge\"\u003eHigh-Efficiency 0.45kW Dual-Voltage Axial Fan | 3~230-400V | 1340 RPM\u003c\/div\u003e\n\u003cp class=\"product-subtitle\"\u003eProfessional high-efficiency axial fan engineered by ZIEHL-ABEGG for exceptional durability (10+ years), whisper-quiet operation, energy-efficient 1.5\/0.86A dual-current draw, and high-volume airflow delivering superior heat dissipation for industrial and commercial applications.\u003c\/p\u003e\n\u003ca class=\"datasheet-link\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RHM22-35-DATA-SHEET.pdf?v=1681127911\" target=\"_blank\"\u003e📄 DOWNLOAD DATASHEET\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eCore Performance Advantages\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🏆\u003c\/span\u003e\n\u003ch3 class=\"benefit-title\"\u003e10+ Years Industrial Durability\u003c\/h3\u003e\n\u003cp class=\"benefit-description\"\u003eGerman-engineered by ZIEHL-ABEGG with robust 6.9kg construction ensures reliable operation exceeding 10+ years. Premium materials, high-quality ball bearings, and precision manufacturing guarantee exceptional lifespan in demanding environments with minimal maintenance requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🔇\u003c\/span\u003e\n\u003ch3 class=\"benefit-title\"\u003eUltra-Quiet Operation\u003c\/h3\u003e\n\u003cp class=\"benefit-description\"\u003eAdvanced axial fan design delivers exceptionally quiet performance at 1340 RPM. Precision-balanced impeller, vibration-damping technology, and aerodynamically optimized blades minimize noise, making it ideal for noise-sensitive environments like hospitals, offices, and residential areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e⚡\u003c\/span\u003e\n\u003ch3 class=\"benefit-title\"\u003eEnergy Efficient Dual-Voltage Design\u003c\/h3\u003e\n\u003cp class=\"benefit-description\"\u003eRemarkable energy efficiency with optimized power consumption of 0.45kW and intelligent dual-current draw (1.5A at 230V \/ 0.86A at 400V). Significantly reduces operational costs for continuous 24\/7 operation while maintaining exceptional performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e💨\u003c\/span\u003e\n\u003ch3 class=\"benefit-title\"\u003eHigh-Volume Axial Airflow\u003c\/h3\u003e\n\u003cp class=\"benefit-description\"\u003e1340 RPM optimized operation combined with advanced axial impeller generates powerful, high-static-pressure airflow with exceptional volume capacity. Superior air movement provides remarkable heat dissipation for industrial equipment and HVAC systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"applications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eIndustry Applications\u003c\/h2\u003e\n\u003cp class=\"product-subtitle\" style=\"text-align: center; margin-bottom: 30px; color: #555;\"\u003eThe ZIEHL-ABEGG RH40M-4DK.4C.1R is engineered for versatile applications across multiple industries requiring reliable, energy-efficient axial airflow solutions.\u003c\/p\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏭\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eIndustrial Ventilation Systems\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e❄️\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eCommercial Air Conditioning\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🧊\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eIndustrial Refrigeration\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🔥\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eHeating Systems\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e⚙️\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eElectrical Automation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🔌\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eFrequency Converters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🚄\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eRail Transportation HVAC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏢\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eHVAC (FFU\/AHU) Systems\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🌫️\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eAir Purification Systems\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🚗\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eNew Energy Vehicles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏗️\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eIndustrial Process Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e💻\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eData Center Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e⚡\u003c\/span\u003e \u003cspan class=\"app-name\"\u003ePower Plant Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏥\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eHospital HVAC Systems\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🔬\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eLaboratory Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏭\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eFactory Exhaust Systems\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e📡\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eTelecom Equipment Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🔋\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eBattery Storage Systems\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🌾\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eAgricultural Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🚢\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eMarine \u0026amp; Shipboard HVAC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"technical-features\"\u003e\n\u003ch2 class=\"section-title\"\u003eAdvanced Technical Features\u003c\/h2\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3 class=\"feature-title\"\u003eHigh-Efficiency 0.45kW Motor\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003eThe high-efficiency 0.45kW motor delivers exceptional airflow performance while maintaining outstanding energy efficiency. This advanced motor design provides optimal power-to-airflow ratio, ensuring maximum cooling capacity with minimal energy consumption for continuous operation applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3 class=\"feature-title\"\u003eDual-Voltage 230-400V Flexibility\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003eAdvanced dual-voltage design provides exceptional flexibility for global installations. Compatible with both 230V and 400V power systems, making it perfect for diverse industrial environments and international applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3 class=\"feature-title\"\u003eIntelligent 1.5\/0.86A Dual-Current Design\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003eIntelligent dual-current design draws only 1.5A at 230V and 0.86A at 400V, providing outstanding energy savings across different voltage systems. This automatically optimizes power consumption based on operational requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3 class=\"feature-title\"\u003eCompact 6.9kg Industrial Construction\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003e6.9kg lightweight yet robust construction with 50×50×40cm dimensions provides easy installation and excellent durability. German engineering ensures reliable performance with 10+ year lifespan and minimal maintenance requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"datasheet-section\"\u003e\n\u003ch2 class=\"datasheet-header\"\u003eDATASHEET\u003c\/h2\u003e\n\u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005a9c;\"\u003eModel Number\u003c\/td\u003e\n\u003ctd class=\"et2\"\u003eRH40M-4DK.4C.1R\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005a9c;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\"\u003eZIEHL-ABEGG \u003cspan class=\"ziehl-abegg-badge\"\u003eGERMANY\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005a9c;\"\u003eProduct Type\u003c\/td\u003e\n\u003ctd class=\"et2\"\u003eAxial Fan \u003cspan class=\"axial-badge\"\u003eHIGH AIRFLOW\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005a9c;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et2\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005a9c;\"\u003eRated Power\u003c\/td\u003e\n\u003ctd class=\"efficiency-cell\"\u003e0.45 kW \u003cspan class=\"energy-saving-badge\"\u003eENERGY EFFICIENT\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005a9c;\"\u003eRated Voltage\u003c\/td\u003e\n\u003ctd class=\"dual-voltage-cell\"\u003e3~230-400 V \u003cspan class=\"german-badge\"\u003eDUAL VOLTAGE\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005a9c;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\"\u003e50\/60 Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005a9c;\"\u003eRated Current\u003c\/td\u003e\n\u003ctd class=\"efficiency-cell\"\u003e1.5 \/ 0.86 A \u003cspan class=\"dual-current-badge\"\u003eDUAL CURRENT\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005a9c;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"high-airflow-cell\"\u003e1340 rpm \u003cspan class=\"quiet-badge\"\u003eQUIET OPERATION\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005a9c;\"\u003eNet Weight\u003c\/td\u003e\n\u003ctd class=\"durable-cell\"\u003e6.9 kg \u003cspan class=\"compact-badge\"\u003eCOMPACT\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005a9c;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\"\u003e50 × 50 × 40 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005a9c;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\"\u003eGermany\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005a9c;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"background-color: #e6f0ff; font-weight: 600; color: #005a9c;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"highlight-cell\"\u003e1 Year Manufacturer Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-section\"\u003e\n\u003ch2 class=\"shipping-title\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/Parameters_RH40M-4DK.4C.1R_ZIEHL-ABEGG_centrifugal_fan.png?v=1775553544\" alt=\"Parameters  RH40M-4DK.4C.1R  ZIEHL-ABEGG centrifugal fan\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RH40M-4DK.4C.1R_ZIEHL-ABEGG_centrifugal_fan.png?v=1775553581\" alt=\"RH40M-4DK.4C.1R  ZIEHL-ABEGG centrifugal fan\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/Drawing_dimension_RH40M-4DK.4C.1R_ZIEHL-ABEGG_centrifugal_fan.png?v=1775553563\" alt=\"Drawing\/dimension  RH40M-4DK.4C.1R  ZIEHL-ABEGG centrifugal fan\"\u003eShipping, Warranty \u0026amp; Service\u003c\/h2\u003e\n\u003cdiv class=\"shipping-details\"\u003e\n\u003cp\u003e\u003cstrong\u003eShipping From:\u003c\/strong\u003e Dispatched from \u003cstrong\u003eHong Kong\u003c\/strong\u003e for efficient global distribution.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eProcessing Time:\u003c\/strong\u003e Orders are processed and ready to ship within \u003cstrong\u003e5 business days\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eExpress Delivery:\u003c\/strong\u003e Estimated delivery in \u003cstrong\u003e3-8 business days\u003c\/strong\u003e worldwide via \u003cstrong\u003eDHL or UPS\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWarranty:\u003c\/strong\u003e Backed by a full \u003cstrong\u003e1-year manufacturer's warranty\u003c\/strong\u003e from ZIEHL-ABEGG.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eProduct Guarantee:\u003c\/strong\u003e We sell only genuine ZIEHL-ABEGG products guaranteed to meet all factory specifications for fit, form, and function.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCustomer Satisfaction:\u003c\/strong\u003e Enjoy a \u003cstrong\u003e30-day return policy\u003c\/strong\u003e and our commitment to \u003cstrong\u003e100% customer satisfaction\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv class=\"bulk-inquiry\"\u003e\n\u003cp\u003e\u003cstrong\u003eFor Large Quantity Inquiries:\u003c\/strong\u003e Please contact our sales team at \u003cstrong\u003esales@axialfanz.com\u003c\/strong\u003e for volume pricing and custom quotations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ1: What makes this ZIEHL-ABEGG axial fan last over 10 years?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e The robust 6.9kg German-engineered construction incorporates premium materials, precision manufacturing standards, high-quality industrial ball bearings, and reinforced components. The axial fan features a dynamically balanced impeller and enhanced motor protection, ensuring long-term reliability in demanding continuous operation environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ2: How quiet is the RH40M-4DK.4C.1R during operation?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e This axial fan is engineered for ultra-quiet operation with optimized 1340 RPM speed, advanced aerodynamic impeller design, precision balancing, and vibration-damping technology. The optimized blade design minimizes turbulence and noise, making it ideal for noise-sensitive environments such as hospitals, laboratories, and commercial spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ3: What cooling performance can I expect from the 1340 RPM axial airflow?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e The 1340 RPM optimized operation combined with advanced axial impeller generates exceptional high-static-pressure airflow with outstanding volume capacity. This provides remarkable heat dissipation for industrial equipment, HVAC systems, and critical cooling applications, ensuring optimal thermal management even in ducted systems with significant resistance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ4: What makes this fan energy efficient with dual-voltage design?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e The RH40M-4DK.4C.1R features an advanced motor design with 0.45kW power consumption and intelligent dual-current draw (1.5A at 230V \/ 0.86A at 400V), significantly reducing operational costs. Dual-voltage 230-400V operation provides flexibility for global installations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2 class=\"cta-title\"\u003eNeed High-Performance Axial Fan Solutions?\u003c\/h2\u003e\n\u003cp class=\"cta-description\"\u003eContact our technical specialists for application-specific recommendations, performance data, or volume pricing for your industrial ventilation and cooling requirements.\u003c\/p\u003e\n\u003ca href=\"mailto:sales@axialfanz.com?subject=Technical%20Inquiry:%20ZIEHL-ABEGG%20RH40M-4DK.4C.1R\" class=\"contact-button\"\u003eRequest Technical Support\u003c\/a\u003e \u003ca href=\"mailto:sales@axialfanz.com?subject=Bulk%20Inquiry:%20ZIEHL-ABEGG%20RH40M-4DK.4C.1R\" class=\"contact-button secondary\"\u003eRequest Volume Pricing\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Customer Review Section --\u003e\n\u003cdiv style=\"max-width: 1200px; margin: 30px auto 0; background: white; border-radius: 10px; box-shadow: 0 2px 20px rgba(0,0,0,0.1); padding: 30px;\"\u003e\n\u003ch2 style=\"text-align: center; font-size: 1.8em; color: #005a9c; margin-bottom: 25px; font-weight: 600;\"\u003eCustomer Reviews\u003c\/h2\u003e\n\u003cdiv style=\"background: #f8f9fa; border-left: 4px solid #FFD700; padding: 25px; border-radius: 8px; margin-bottom: 20px;\"\u003e\n\u003cdiv style=\"display: flex; align-items: center; margin-bottom: 10px;\"\u003e\n\u003cspan style=\"color: #ffd700; font-size: 1.3em; margin-right: 10px;\"\u003e★★★★★\u003c\/span\u003e \u003cspan style=\"font-weight: 600; color: #005a9c;\"\u003eVerified Purchase\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp style=\"font-size: 1.1em; line-height: 1.6; color: #333; font-style: italic; margin-bottom: 15px;\"\u003e\"Outstanding ZIEHL-ABEGG quality! Exceptionally quiet 1340rpm operation, efficient 0.45kW power draw with intelligent 1.5\/0.86A dual-current, and compact 6.9kg German build. Powerful axial airflow with dual-voltage flexibility. Perfect for our global HVAC applications!\"\u003c\/p\u003e\n\u003cp style=\"font-weight: 600; color: #005a9c;\"\u003e— Andreas Wagner, HVAC Systems Engineer\u003c\/p\u003e\n\u003cp style=\"color: #777; font-size: 0.9em; margin-top: 5px;\"\u003eCommercial Climate Solutions • Reviewed on: August 1, 2026\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35486265213084,"sku":"RH40M-4DK.4C.1R","price":262.86,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RH40M-VDK.4F.1R_ZIEHL-ABEGG_centrifugal_fan_BACK_VIEW.jpg?v=1769402696"},{"product_id":"rh28m-2ek-3f-1r","title":"RH28M-2EK.3F.1R 125797 6SY7000-0AE32 ZIEHL-ABEGG centrifugal fan","description":"\u003cp\u003eRH28M-2EK.3F.1R 125797 6SY7000-0AE32 Ziehl Abegg centrifugal fan\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eMore products details please visit \u003c\/span\u003e\u003ca rel=\"noopener\" title=\"RH28M-2EK.3F.1R DATASHEET\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RH28M-2E_datasheet.pdf?v=1741661074\" target=\"_blank\"\u003e\u003cspan style=\"color: #ff2a00;\"\u003e\u003cstrong\u003eDATASHEET\u003c\/strong\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"462\" height=\"447\" style=\"border-collapse: collapse; width: 346.52pt;\"\u003e\n\u003ccolgroup\u003e \u003ccol width=\"192\" style=\"width: 144.00pt;\"\u003e \u003ccol width=\"270\" style=\"width: 202.50pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003eRH28M-2EK.3F.1R\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"270\" style=\"width: 202.50pt;\"\u003e0.59\/0.70 kW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003e1~230 V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et5\" height=\"21\" style=\"height: 16.00pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et5\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003e3.3\/2.6 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et4\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"270\" style=\"width: 202.50pt;\"\u003e2680\/2550 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003eGermany\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"24\" width=\"192\" style=\"height: 18.00pt; width: 144.00pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"270\" style=\"width: 202.50pt;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"18\" style=\"height: 13.50pt;\"\u003e\n\u003ctd class=\"et2\" height=\"18\" width=\"192\" style=\"height: 13.50pt; width: 144.00pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003e8.6 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003e43*43*30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et5\" height=\"20\" style=\"height: 15.00pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et5\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et5\" height=\"20\" style=\"height: 15.00pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et5\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et5\" height=\"24\" style=\"height: 18.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et5\" height=\"20\" style=\"height: 15.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et5\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et5\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email: sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35486367514780,"sku":"RH28M-2EK.3F.1R","price":482.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RH28M-2EK.3F.1R9.jpg?v=1756970791"},{"product_id":"mk137-2dk-07-n","title":"MK137-2DK.07.N ZIEHL-ABEGG centrifugal fan","description":"\u003ch3 class=\"tb-viewer-title\" data-spm-anchor-id=\"2013.1.20140017.i0.7d1215631oTx1u\"\u003eMK137-2DK.07.N Ziehl Abegg centrifugal fan\u003c\/h3\u003e\n\u003ch3\u003eMore products details please visit\u003cspan\u003e \u003c\/span\u003e\u003cspan style=\"color: #ff2a00;\"\u003e\u003ca title=\"datasheet\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/Motor_MK_Series.pdf?v=1662623223\" style=\"color: #ff2a00;\"\u003e\u003cstrong\u003edatasheet\u003c\/strong\u003e\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable style=\"border-collapse: collapse; width: 346.52pt;\" height=\"447\" width=\"462\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"\u003e\n\u003ccolgroup\u003e \u003ccol style=\"width: 144.00pt;\" width=\"192\"\u003e \u003ccol style=\"width: 202.50pt;\" width=\"270\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eModel No\u003c\/td\u003e\n\u003ctd style=\"width: 202.50pt;\" width=\"270\" class=\"et2\"\u003eMK137-2DK.07.N\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003ePower\u003c\/td\u003e\n\u003ctd style=\"width: 202.50pt;\" width=\"270\" class=\"et4\"\u003e0.65\/0.78 kW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eVoltage\u003c\/td\u003e\n\u003ctd style=\"width: 202.50pt;\" width=\"270\" class=\"et2\"\u003e1~230 V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 16.00pt;\" height=\"21\"\u003e\n\u003ctd style=\"height: 16.00pt;\" height=\"21\" class=\"et5\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et5\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eCurrent\u003c\/td\u003e\n\u003ctd style=\"width: 202.50pt;\" width=\"270\" class=\"et2\"\u003e1.65 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et4\"\u003eSpeed\u003c\/td\u003e\n\u003ctd style=\"width: 202.50pt;\" width=\"270\" class=\"et4\"\u003e2830\/3400 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd style=\"width: 202.50pt;\" width=\"270\" class=\"et2\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eHS Code\u003c\/td\u003e\n\u003ctd style=\"width: 202.50pt;\" width=\"270\" class=\"et2\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd style=\"width: 202.50pt;\" width=\"270\" class=\"et2\"\u003eGermany\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 18.00pt;\" height=\"24\"\u003e\n\u003ctd style=\"height: 18.00pt; width: 144.00pt;\" width=\"192\" height=\"24\" class=\"et2\"\u003eProduct type\u003c\/td\u003e\n\u003ctd style=\"width: 202.50pt;\" width=\"270\" class=\"et4\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eWarranty\u003c\/td\u003e\n\u003ctd style=\"width: 202.50pt;\" width=\"270\" class=\"et2\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 13.50pt;\" height=\"18\"\u003e\n\u003ctd style=\"height: 13.50pt; width: 144.00pt;\" width=\"192\" height=\"18\" class=\"et2\"\u003eNet weight\u003c\/td\u003e\n\u003ctd style=\"width: 202.50pt;\" width=\"270\" class=\"et2\"\u003e11 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd style=\"width: 202.50pt;\" width=\"270\" class=\"et2\"\u003e43*43*30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eShip From\u003c\/td\u003e\n\u003ctd style=\"width: 202.50pt;\" width=\"270\" class=\"et2\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et5\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et5\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et5\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et5\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 18.00pt;\" height=\"24\"\u003e\n\u003ctd style=\"height: 18.00pt;\" height=\"24\" class=\"et5\" colspan=\"2\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et5\" colspan=\"2\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et5\" colspan=\"2\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et5\" colspan=\"2\"\u003eLarge quantity inquiry please contact email \u0026amp; Skype: sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: 343px; top: 31px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35486487249052,"sku":"MK137-2DK.07.N","price":2019.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/MK137-2DK.07.N1.jpg?v=1638245799"},{"product_id":"rd31a-4dw-4c-1l","title":"RD31A-4DW.4C.1L 120772 ZIEHL-ABEGG centrifugal fan","description":"\u003ch3 data-spm-anchor-id=\"2013.1.iteminfo.i0.7ac73a7aclkmtr\" data-title=\"全新德国施乐百风机RH28M-2EK.3F.1R  230V  变频器专用散热风扇\" class=\"tb-main-title\"\u003eRD31A-4DW.4C.1L 120772 ZIEHL-ABEGG centrifugal fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RD31A-4DW.4C.1L_b9e97f5d-8d59-43c5-b2b5-ead35bc39c34.jpg?v=1737539360\" title=\"RD31A-4DW.4C.1L DATASHEET\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eDATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"462\" height=\"447\" style=\"border-collapse: collapse; width: 346.52pt;\"\u003e\n\u003ccolgroup\u003e \u003ccol width=\"192\" style=\"width: 144.00pt;\"\u003e \u003ccol width=\"270\" style=\"width: 202.50pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003eRD31A-4DW.4C.1L 120772\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"270\" style=\"width: 202.50pt;\"\u003e0.39 kW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003e3~400 V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et5\" height=\"21\" style=\"height: 16.00pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et5\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003e0.80 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et4\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"270\" style=\"width: 202.50pt;\"\u003e1240 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003eGermany\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"24\" width=\"192\" style=\"height: 18.00pt; width: 144.00pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"270\" style=\"width: 202.50pt;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"18\" style=\"height: 13.50pt;\"\u003e\n\u003ctd class=\"et2\" height=\"18\" width=\"192\" style=\"height: 13.50pt; width: 144.00pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003e28 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003e50*50*40\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et5\" height=\"20\" style=\"height: 15.00pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et5\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et5\" height=\"20\" style=\"height: 15.00pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et5\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et5\" height=\"24\" style=\"height: 18.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et5\" height=\"20\" style=\"height: 15.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et5\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et5\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email \u0026amp; Skype: sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: -55px; top: -20px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35501696942236,"sku":"RD31A-4DW.4C.1L","price":2639.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RD31A-4DW.4C.1L.jpg?v=1597302000"},{"product_id":"rd31s-4dw-6l-2l-ziehl-abegg-centrifugal-fan","title":"RD31S-4DW.6L.2L ZIEHL-ABEGG centrifugal fan","description":"\u003ch3 data-spm-anchor-id=\"2013.1.iteminfo.i0.7ac73a7aclkmtr\" data-title=\"全新德国施乐百风机RH28M-2EK.3F.1R  230V  变频器专用散热风扇\" class=\"tb-main-title\"\u003eRD31S-4DW.6L.2L Ziehl Abegg centrifugal fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003cem\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003e\u003cstrong\u003eRD31S-4DW.6L.2L datasheet.\u003c\/strong\u003e\u003c\/span\u003e\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"462\" height=\"447\" style=\"border-collapse: collapse; width: 346.52pt;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"192\" style=\"width: 144.00pt;\"\u003e \u003ccol width=\"270\" style=\"width: 202.50pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003eRD31S-4DW.6L.2L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"270\" style=\"width: 202.50pt;\"\u003e2.8 kW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003e3~400 V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et5\" height=\"21\" style=\"height: 16.00pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et5\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003e4.6 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et4\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"270\" style=\"width: 202.50pt;\"\u003e1240 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003eGermany\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"24\" width=\"192\" style=\"height: 18.00pt; width: 144.00pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"270\" style=\"width: 202.50pt;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"18\" style=\"height: 13.50pt;\"\u003e\n\u003ctd class=\"et2\" height=\"18\" width=\"192\" style=\"height: 13.50pt; width: 144.00pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003e40 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003e50*50*40\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"270\" style=\"width: 202.50pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et5\" height=\"20\" style=\"height: 15.00pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et5\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et5\" height=\"20\" style=\"height: 15.00pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et5\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et5\" height=\"24\" style=\"height: 18.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et5\" height=\"20\" style=\"height: 15.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et5\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et5\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email \u0026amp; Skype: sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: -187px; top: -20px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35501728858268,"sku":"RD31S-4DW.6L.2L","price":3278.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RD40S-4DW.7T.AL.png?v=1752821268"},{"product_id":"rd40a-4ew-4n-1l","title":"RD40A-4EW.4N.1L ZIEHL-ABEGG centrifugal fan","description":"\u003ch3\u003eRD40A-4EW.4N.1L Ziehl Abegg centrifugal fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RG-RD-31-56.pdf?v=1752820610\" title=\"RD40A-4EW.4N.1L DATASHEET\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRD40A-4EW.4N.1L DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable style=\"border-collapse: collapse; width: 314.27pt;\" height=\"488\" width=\"419\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"\u003e\n\u003ccolgroup\u003e \u003ccol style=\"width: 144.00pt;\" width=\"192\"\u003e \u003ccol style=\"width: 170.25pt;\" width=\"227\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eModel No\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eRD40A-4EW.4N.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eArtical No\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e120777\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eMotor No\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eRZ40A-4EW.4N.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003ePower\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e1.2\u003cspan style=\"mso-spacerun: yes;\"\u003e  \u003c\/span\u003ekW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eVoltage\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e1~230V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 16.00pt;\" height=\"21\"\u003e\n\u003ctd style=\"height: 16.00pt; width: 144.00pt;\" width=\"192\" height=\"21\" class=\"et2\"\u003eCurrent\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e5.3 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 16.00pt;\" height=\"21\"\u003e\n\u003ctd style=\"height: 16.00pt; width: 144.00pt;\" width=\"192\" height=\"21\" class=\"et2\"\u003eSpeed\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e1220 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eFrequency\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eHS Code\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eGERMANY\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eProduct type\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et4\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 18.00pt;\" height=\"24\"\u003e\n\u003ctd style=\"height: 18.00pt; width: 144.00pt;\" width=\"192\" height=\"24\" class=\"et2\"\u003eWarranty\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eNet weight\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e47 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 13.50pt;\" height=\"18\"\u003e\n\u003ctd style=\"height: 13.50pt; width: 144.00pt;\" width=\"192\" height=\"18\" class=\"et2\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e60*60*50cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eShip From\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eLead time\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eShip By\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\" colspan=\"2\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 18.00pt;\" height=\"24\"\u003e\n\u003ctd style=\"height: 18.00pt;\" height=\"24\" class=\"et3\" colspan=\"2\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\" colspan=\"2\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\" colspan=\"2\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: -207px; top: -20px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35501888209052,"sku":"RD40A-4EW.4N.1L","price":3319.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RD45A-4DW.6Q.1L1.jpg?v=1758598232"},{"product_id":"rd40s-4dw-7t-al","title":"RD40S-4DW.7T.AL ZIEHL-ABEGG centrifugal fan","description":"\u003cp\u003eRD40S-4DW.7T.AL Ziehl Abegg centrifugal fan\u003c\/p\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RD40S-4DW.7T.AL.jpg?v=1752821166\" title=\"RD40S-4DW.7T.AL DATASHEET\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRD40S-4DW.7T.AL DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable style=\"border-collapse: collapse; width: 314.27pt;\" height=\"488\" width=\"419\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"\u003e\n\u003ccolgroup\u003e \u003ccol style=\"width: 144.00pt;\" width=\"192\"\u003e \u003ccol style=\"width: 170.25pt;\" width=\"227\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eModel No\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eRD40S-4DW.7T.AL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eArtical No\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e208454\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eMotor No\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003ePower\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e5.9\u003cspan style=\"mso-spacerun: yes;\"\u003e  \u003c\/span\u003ekW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eVoltage\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e3~400V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 16.00pt;\" height=\"21\"\u003e\n\u003ctd style=\"height: 16.00pt; width: 144.00pt;\" width=\"192\" height=\"21\" class=\"et2\"\u003eCurrent\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e9.3 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 16.00pt;\" height=\"21\"\u003e\n\u003ctd style=\"height: 16.00pt; width: 144.00pt;\" width=\"192\" height=\"21\" class=\"et2\"\u003eSpeed\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e1120 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eFrequency\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eHS Code\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eGERMANY\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eProduct type\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et4\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 18.00pt;\" height=\"24\"\u003e\n\u003ctd style=\"height: 18.00pt; width: 144.00pt;\" width=\"192\" height=\"24\" class=\"et2\"\u003eWarranty\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eNet weight\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e48 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 13.50pt;\" height=\"18\"\u003e\n\u003ctd style=\"height: 13.50pt; width: 144.00pt;\" width=\"192\" height=\"18\" class=\"et2\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e60*60*50cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eShip From\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eLead time\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eShip By\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\" colspan=\"2\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 18.00pt;\" height=\"24\"\u003e\n\u003ctd style=\"height: 18.00pt;\" height=\"24\" class=\"et3\" colspan=\"2\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\" colspan=\"2\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\" colspan=\"2\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: -136px; top: -20px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35501899743388,"sku":"RD40S-4DW.7T.AL","price":3299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RD40S-4DW.7T.AL.png?v=1752821268"},{"product_id":"rd45a-4dw-6l-1l","title":"RD45A-4DW.6L.1L ZIEHL-ABEGG centrifugal fan","description":"\u003ch3\u003eRD45A-4DW.6L.1L Ziehl Abegg centrifugal fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RD45A-4DW.6L.1L.jpg?v=1752821488\" target=\"_blank\" title=\"RD45A-4DW.6L.1L DATASHEET\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRD45A-4DW.6L.1L DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"419\" height=\"488\" style=\"border-collapse: collapse; width: 314.27pt;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"192\" style=\"width: 144.00pt;\"\u003e \u003ccol width=\"227\" style=\"width: 170.25pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRD45A-4DW.6L.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eArtical No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e120778\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eMotor No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRZ45A-4DW.6L.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e2.1\u003cspan style=\"mso-spacerun: yes;\"\u003e  \u003c\/span\u003ekW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3~400V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3.6 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1330 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eGERMANY\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"227\" style=\"width: 170.25pt;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"24\" width=\"192\" style=\"height: 18.00pt; width: 144.00pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e64 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"18\" style=\"height: 13.50pt;\"\u003e\n\u003ctd class=\"et2\" height=\"18\" width=\"192\" style=\"height: 13.50pt; width: 144.00pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50*50*50cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"24\" style=\"height: 18.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: -149px; top: -20px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35501913702556,"sku":"RD45A-4DW.6L.1L","price":3999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RD45A-4DW.6Q.1L1.jpg?v=1758598232"},{"product_id":"rd56a-4dw-7t-1l","title":"RD56A-4DW.7T.1L ZIEHL-ABEGG centrifugal fan","description":"\u003ch3\u003eRD56A-4DW.7T.1L Ziehl Abegg centrifugal fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RD56A-4DW.7T.1L.jpg?v=1752821966\" target=\"_blank\" title=\"RD56A-4DW.7T.1L DATASHEET\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRD56A-4DW.7T.1L DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable style=\"border-collapse: collapse; width: 314.27pt;\" height=\"488\" width=\"419\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"\u003e\n\u003ccolgroup\u003e \u003ccol style=\"width: 144.00pt;\" width=\"192\"\u003e \u003ccol style=\"width: 170.25pt;\" width=\"227\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eModel No\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eRD56A-4DW.7T.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eArtical No\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e120781\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eMotor No\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003ePower\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e6.1\u003cspan style=\"mso-spacerun: yes;\"\u003e  \u003c\/span\u003ekW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eVoltage\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e3~400V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 16.00pt;\" height=\"21\"\u003e\n\u003ctd style=\"height: 16.00pt; width: 144.00pt;\" width=\"192\" height=\"21\" class=\"et2\"\u003eCurrent\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e9.9 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 16.00pt;\" height=\"21\"\u003e\n\u003ctd style=\"height: 16.00pt; width: 144.00pt;\" width=\"192\" height=\"21\" class=\"et2\"\u003eSpeed\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e1290 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eFrequency\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eHS Code\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eGERMANY\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eProduct type\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et4\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 18.00pt;\" height=\"24\"\u003e\n\u003ctd style=\"height: 18.00pt; width: 144.00pt;\" width=\"192\" height=\"24\" class=\"et2\"\u003eWarranty\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eNet weight\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e145 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 13.50pt;\" height=\"18\"\u003e\n\u003ctd style=\"height: 13.50pt; width: 144.00pt;\" width=\"192\" height=\"18\" class=\"et2\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e90*90*50cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eShip From\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eLead time\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eShip By\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\" colspan=\"2\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 18.00pt;\" height=\"24\"\u003e\n\u003ctd style=\"height: 18.00pt;\" height=\"24\" class=\"et3\" colspan=\"2\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\" colspan=\"2\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\" colspan=\"2\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: -24px; top: 19.2969px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35501928153244,"sku":"RD56A-4DW.7T.1L","price":4490.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RD45A-4DW.6Q.1L1.jpg?v=1758598232"},{"product_id":"re22p-4dk-2f-1r","title":"RE22P-4DK.2F.1R ZIEHL-ABEGG centrifugal fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRE22P-4DK.2F.1R ZIEHL-ABEGG centrifugal fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RE22P-4D-datasheet.pdf?v=1750931527\" target=\"_blank\" title=\"RE22P-4DK.2F.1R DATASHEET\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRE22P-4DK.2F.1R DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"419\" height=\"448\" style=\"border-collapse: collapse; width: 314.27pt;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"192\" style=\"width: 144.00pt;\"\u003e \u003ccol width=\"227\" style=\"width: 170.25pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRE22P-4DK.2F.1R\u003cspan style=\"mso-spacerun: yes;\"\u003e  \u003c\/span\u003e112973\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e0.51 KW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3~230\/400 V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1.5\/0.87 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1190 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eEBMPAPST\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"227\" style=\"width: 170.25pt;\"\u003eAxial fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"24\" width=\"192\" style=\"height: 18.00pt; width: 144.00pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e4.7 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"18\" style=\"height: 13.50pt;\"\u003e\n\u003ctd class=\"et2\" height=\"18\" width=\"192\" style=\"height: 13.50pt; width: 144.00pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e35*35*30 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"24\" style=\"height: 18.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35501951975580,"sku":"RE22P-4DK.2F.1R","price":489.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RE25P-4EK.4F.1R_ZIEHL-ABEGG_Centrifugal_Fan_front_view.webp?v=1768145898"},{"product_id":"re31p-4ek-6n-1r","title":"RE31P-4EK.6N.1R ZIEHL-ABEGG centrifugal fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRE31P-4EK.6N.1R ZIEHL-ABEGG centrifugal fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RG20-40P-Series.pdf?v=1750947861\" target=\"_blank\" title=\"RE31P-4EK.6N.1R DATASHEET\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRE31P-4EK.6N.1R DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"416\" height=\"440\" style=\"border-collapse: collapse; width: 312.02pt;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"177\" style=\"width: 132.75pt;\"\u003e \u003ccol width=\"239\" style=\"width: 179.25pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eRE31P-4EK.6N.1R 107718\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e2.4 kW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e1-230 V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e11 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e1340 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eGermany\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"239\" style=\"width: 179.25pt;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e22.8kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e52*52*30 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: -69px; top: 104.375px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35505948065948,"sku":"RE31P-4EK.6N.1R","price":1699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RE18P.2DK.1R.1E1.png?v=1750949544"},{"product_id":"re31p-6ek-6f-1r","title":"RE31P-6EK.6F.1R ZIEHL-ABEGG centrifugal fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRE31P-6EK.6F.1R ZIEHL-ABEGG centrifugal fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/rg35p-6d-datasheet.pdf?v=1750946063\" target=\"_blank\" title=\"RE31P-6EK.6F.1R DATASHEET\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRE31P-6EK.6F.1R DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"416\" height=\"440\" style=\"border-collapse: collapse; width: 312.02pt;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"177\" style=\"width: 132.75pt;\"\u003e \u003ccol width=\"239\" style=\"width: 179.25pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eRE31P-6EK.6F.1R 107831\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e0.53 kW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e3-230 V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e2.5 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e900 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eGermany\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"239\" style=\"width: 179.25pt;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e15.4kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e52*52*30 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: -168px; top: 31px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35505958486172,"sku":"RE31P-6EK.6F.1R","price":1699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RE18P.2DK.1R.1E1.png?v=1750949544"},{"product_id":"re35p-4dk-7m-1r","title":"RE35P-4DK.7M.1R ZIEHL-ABEGG centrifugal fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRE35P-4DK.7M.1R ZIEHL-ABEGG centrifugal fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca rel=\"noopener\" title=\"RE35P-4DK.7M.1R DATASHEET\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/rg35p-4d-datasheet.pdf?v=1750945617\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRE35P-4DK.7M.1R DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"416\" height=\"440\" style=\"border-collapse: collapse; width: 312.02pt;\"\u003e\n\u003ccolgroup\u003e \u003ccol width=\"177\" style=\"width: 132.75pt;\"\u003e \u003ccol width=\"239\" style=\"width: 179.25pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eRE35P-4DK.7M.1R\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e3.7 kW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e3-230\/400 V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e10.5\/6.0 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e1320 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eGermany\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"239\" style=\"width: 179.25pt;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e32kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e52*52*30 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: -105px; top: 31px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35505966088348,"sku":"RE35P-4DK.7M.1R","price":2492.6,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RE18P.2DK.1R.1E1.png?v=1750949544"},{"product_id":"re35p-6dk-6f-1r","title":"RE35P-6DK.6F.1R ZIEHL-ABEGG centrifugal fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRE35P-6DK.6F.1R ZIEHL-ABEGG centrifugal fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/rg35p-6d-datasheet.pdf?v=1750946063\" target=\"_blank\" title=\"RE35P-6DK.6F.1R DATASHEET\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRE35P-6DK.6F.1R DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"416\" height=\"440\" style=\"border-collapse: collapse; width: 312.02pt;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"177\" style=\"width: 132.75pt;\"\u003e \u003ccol width=\"239\" style=\"width: 179.25pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eRE35P-6DK.6F.1R 209529\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e1.1 kW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e3-230\/400 V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e3.5\/2.0 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e790 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eGermany\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"239\" style=\"width: 179.25pt;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e15.4kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e52*52*30 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv style=\"position: absolute; left: -229px; top: -20px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35505979424924,"sku":"RE35P-6DK.6F.1R","price":1699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RE18P.2DK.1R.1E1.png?v=1750949544"},{"product_id":"re40p-8dk-6f-1r","title":"RE40P-8DK.6F.1R ZIEHL-ABEGG centrifugal fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRE40P-8DK.6F.1R ZIEHL-ABEGG centrifugal fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RG20-40P-Series.pdf?v=1750947861\" target=\"_blank\" title=\"RE40P-8DK.6F.1R DATASHEET\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRE40P-8DK.6F.1R DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"416\" height=\"440\" style=\"border-collapse: collapse; width: 312.02pt;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"177\" style=\"width: 132.75pt;\"\u003e \u003ccol width=\"239\" style=\"width: 179.25pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eRE40P-8DK.6F.1R 107810\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e12 kW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e3-230\/400 V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e1.15 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e1400 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eGermany\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"239\" style=\"width: 179.25pt;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e37.6kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e60*60*50 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: -100px; top: 31px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35505986863260,"sku":"RE40P-8DK.6F.1R","price":2359.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RE18P.2DK.1R.1E1.png?v=1750949544"},{"product_id":"re45p-6dk-7q-1r","title":"RE45P-6DK.7Q.1R ZIEHL-ABEGG centrifugal fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRE45P-6DK.7Q.1R ZIEHL-ABEGG centrifugal fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RG20-40P-Series.pdf?v=1750947861\" target=\"_blank\" title=\"RE45P-6DK.7Q.1R DATASHEET\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRE45P-6DK.7Q.1R DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"416\" height=\"440\" style=\"border-collapse: collapse; width: 312.02pt;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"177\" style=\"width: 132.75pt;\"\u003e \u003ccol width=\"239\" style=\"width: 179.25pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eRE45P-6DK.7Q.1R 209738\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e12 kW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e3-230\/400 V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e1.9 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e1400 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eGermany\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"239\" style=\"width: 179.25pt;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e37.6kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e60*60*50 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"177\" style=\"height: 15.00pt; width: 132.75pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"239\" style=\"width: 179.25pt;\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: -66px; top: -20px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35506011668636,"sku":"RE45P-6DK.7Q.1R","price":2299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RE18P.2DK.1R.1E1.png?v=1750949544"},{"product_id":"rf18p-2dk-1b-1r-ziehl-abegg-centrifugal-fan","title":"RF18P-2DK.1B.1R ZIEHL-ABEGG centrifugal fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRF18P-2DK.1B.1R ZIEHL-ABEGG centrifugal fan\u003c\/h3\u003e\n\u003cp\u003eWe sell and ship only genuine products from factory.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e\u003cspan style=\"color: #f51616;\"\u003eListing price for this item is not real price.\u003c\/span\u003e\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003ePlease confirm delivery time and real price with our sales team by axialfan1@gmail.com.\u003c\/p\u003e\n\u003cp\u003eMore products details please visit: \u003ca href=\"https:\/\/www.ziehl-abegg.com\/us\/home\/\"\u003ehttps:\/\/www.ziehl-abegg.com\/us\/home\/\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003cul\u003e\n\u003cli\u003eWe sell and ship only genuine products from factory.\u003c\/li\u003e\n\u003cli\u003eDelivery time Within 15 days.\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003ePromise Meet all factory specs fit form and function.\u003c\/li\u003e\n\u003cli\u003e3 years factory warranty, 30 days returns policy.\u003c\/li\u003e\n\u003cli\u003eLarge quantity inquiry pls contact email \u0026amp; Skype: axialfan1@gmail.com\u003c\/li\u003e\n\u003cli\u003eShip with DHL\/FEDEX\/TNT, safe and fast\u003c\/li\u003e\n\u003cli\u003e100% customers satisfactions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: -167px; top: -20px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35506031624348,"sku":"RF18P-2DK.1B.1R","price":1.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RE22P-4DK.2F.1R_b54ab57d-8ff6-43b9-aa01-f916f1a745e4.jpg?v=1597316665"},{"product_id":"rf18p-2dk-3b-1r-ziehl-abegg-centrifugal-fan","title":"RF18P-2DK.3B.1R ZIEHL-ABEGG centrifugal fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRF18P-2DK.3B.1R ZIEHL-ABEGG centrifugal fan\u003c\/h3\u003e\n\u003cp\u003eWe sell and ship only genuine products from factory.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e\u003cspan style=\"color: #f51616;\"\u003eListing price for this item is not real price.\u003c\/span\u003e\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003ePlease confirm delivery time and real price with our sales team by axialfan1@gmail.com.\u003c\/p\u003e\n\u003cp\u003eMore products details please visit: \u003ca href=\"https:\/\/www.ziehl-abegg.com\/us\/home\/\"\u003ehttps:\/\/www.ziehl-abegg.com\/us\/home\/\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003cul\u003e\n\u003cli\u003eWe sell and ship only genuine products from factory.\u003c\/li\u003e\n\u003cli\u003eDelivery time Within 15 days.\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003ePromise Meet all factory specs fit form and function.\u003c\/li\u003e\n\u003cli\u003e3 years factory warranty, 30 days returns policy.\u003c\/li\u003e\n\u003cli\u003eLarge quantity inquiry pls contact email \u0026amp; Skype: axialfan1@gmail.com\u003c\/li\u003e\n\u003cli\u003eShip with DHL\/FEDEX\/TNT, safe and fast\u003c\/li\u003e\n\u003cli\u003e100% customers satisfactions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: -83px; top: -20px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35506040373404,"sku":"RF18P-2DK.3B.1R","price":1.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RE22P-4DK.2F.1R_6372418a-64c5-474e-b1f0-11a7d142f6e4.jpg?v=1597316693"},{"product_id":"rf22p-2dd-5h-1r","title":"RF22P-2DD.5H.1R MK115-2DK.12.U ZIEHL-ABEGG centrifugal fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRF22P-2DD.5H.1R MK115-2DK.12.U ZIEHL-ABEGG centrifugal fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit: \u003ca href=\"https:\/\/www.ziehl-abegg.com\/us\/home\/\"\u003ehttps:\/\/www.ziehl-abegg.com\/us\/home\/\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003cul\u003e\n\u003cli\u003eWe sell and ship only genuine products from factory.\u003c\/li\u003e\n\u003cli\u003eDelivery time Within 15 days.\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003ePromise Meet all factory specs fit form and function.\u003c\/li\u003e\n\u003cli\u003e1 year factory warranty, 30 days returns policy.\u003c\/li\u003e\n\u003cli\u003eLarge quantity inquiry pls contact email \u0026amp; Skype: axialfan1@gmail.com\u003c\/li\u003e\n\u003cli\u003eShip with DHL\/FEDEX\/TNT, safe and fast\u003c\/li\u003e\n\u003cli\u003e100% customers satisfactions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35506052595868,"sku":"RF22P-2DD.5H.1R","price":2447.28,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/53B28CB9-4838-4221-B462-D68936FE59E2.png?v=1725688048"},{"product_id":"rf22p-2dk-3f-1r","title":"RF22P-2DK.3F.1R ZIEHL-ABEGG centrifugal fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRF22P-2DK.3F.1R ZIEHL-ABEGG centrifugal fan\u003c\/h3\u003e\n\u003cp\u003eWe sell and ship only genuine products from factory.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e\u003cspan style=\"color: #f51616;\"\u003eListing price for this item is not real price.\u003c\/span\u003e\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003ePlease confirm delivery time and real price with our sales team by axialfan1@gmail.com.\u003c\/p\u003e\n\u003cp\u003eMore products details please visit: \u003ca href=\"https:\/\/www.ziehl-abegg.com\/us\/home\/\"\u003ehttps:\/\/www.ziehl-abegg.com\/us\/home\/\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003cul\u003e\n\u003cli\u003eWe sell and ship only genuine products from factory.\u003c\/li\u003e\n\u003cli\u003eDelivery time Within 15 days.\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003ePromise Meet all factory specs fit form and function.\u003c\/li\u003e\n\u003cli\u003e3 years factory warranty, 30 days returns policy.\u003c\/li\u003e\n\u003cli\u003eLarge quantity inquiry pls contact email \u0026amp; Skype: axialfan1@gmail.com\u003c\/li\u003e\n\u003cli\u003eShip with DHL\/FEDEX\/TNT, safe and fast\u003c\/li\u003e\n\u003cli\u003e100% customers satisfactions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: -51px; top: -20px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35506059575452,"sku":"RF22P-2DK.3F.1R","price":1.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RE22P-4DK.2F.1R_801288ed-7d38-4626-9139-1960edd5e913.jpg?v=1597316750"},{"product_id":"rf22p-2dk-3f-5r","title":"ZIEHL-ABEGG RF22P-2DK.3F.5R Centrifugal Fan for Siemens Inverter | 0.49\/0.76kW 3~400V 2230\/2550rpm with Housing","description":"\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: -130px; top: -20px;\"\u003e\u003c\/div\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, Oxygen, Ubuntu, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f9f9f9;\n            padding: 20px;\n        }\n        \n        .product-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 10px;\n            box-shadow: 0 2px 20px rgba(0,0,0,0.1);\n            overflow: hidden;\n        }\n        \n        .product-header {\n            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);\n            color: white;\n            padding: 50px 30px;\n            text-align: center;\n            position: relative;\n        }\n        \n        .product-header::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: #FF9800;\n        }\n        \n        .product-title {\n            font-size: 2.4em;\n            font-weight: 700;\n            margin-bottom: 10px;\n            letter-spacing: 0.5px;\n        }\n        \n        .feature-badge {\n            display: inline-block;\n            background: #FF9800;\n            color: #333;\n            padding: 8px 20px;\n            border-radius: 20px;\n            font-weight: 600;\n            font-size: 1.1em;\n            margin-bottom: 15px;\n            text-transform: uppercase;\n        }\n        \n        .product-subtitle {\n            font-size: 1.2em;\n            font-weight: 300;\n            opacity: 0.9;\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.5;\n        }\n        \n        .benefits-section {\n            padding: 50px 30px;\n            background: #fff;\n        }\n        \n        .section-title {\n            text-align: center;\n            font-size: 1.8em;\n            color: #1e3c72;\n            margin-bottom: 40px;\n            font-weight: 600;\n        }\n        \n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 25px;\n            margin-top: 20px;\n        }\n        \n        .benefit-card {\n            background: #f8f9fa;\n            border-radius: 8px;\n            padding: 25px 20px;\n            border-top: 4px solid #1e3c72;\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            height: 100%;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(30,60,114,0.15);\n        }\n        \n        .benefit-icon {\n            font-size: 2.8em;\n            margin-bottom: 20px;\n            display: block;\n            height: 60px;\n        }\n        \n        .benefit-title {\n            font-size: 1.2em;\n            color: #1e3c72;\n            margin-bottom: 12px;\n            font-weight: 600;\n            line-height: 1.3;\n            flex-shrink: 0;\n        }\n        \n        .benefit-description {\n            color: #555;\n            font-size: 0.95em;\n            line-height: 1.5;\n            flex-grow: 1;\n        }\n        \n        .applications-section {\n            padding: 50px 30px;\n            background: #E8EAF6;\n        }\n        \n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }\n        \n        .application-item {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.08);\n            transition: transform 0.2s ease;\n        }\n        \n        .application-item:hover {\n            transform: translateY(-3px);\n        }\n        \n        .app-icon {\n            font-size: 2em;\n            margin-right: 15px;\n            color: #1e3c72;\n            min-width: 40px;\n            text-align: center;\n        }\n        \n        .app-name {\n            font-weight: 600;\n            color: #333;\n        }\n        \n        .siemens-highlight {\n            background-color: #009999;\n            color: white;\n            padding: 5px 10px;\n            border-radius: 4px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 8px;\n            vertical-align: middle;\n        }\n        \n        .datasheet-section {\n            padding: 50px 30px;\n            background: #f0f8ff;\n        }\n        \n        .datasheet-header {\n            text-align: center;\n            font-size: 1.6em;\n            color: #d32f2f;\n            margin-bottom: 30px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            font-weight: 700;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #f8f9fa;\n        }\n        \n        .specs-table td {\n            padding: 15px 20px;\n            border-bottom: 1px solid #e9ecef;\n        }\n        \n        .specs-table td:first-child {\n            font-weight: 600;\n            color: #1e3c72;\n            width: 40%;\n            background-color: #f0f8ff;\n        }\n        \n        .highlight-cell {\n            color: #1e3c72;\n            font-weight: 700;\n            background-color: #E8EAF6;\n        }\n        \n        .efficiency-cell {\n            color: #2E7D32;\n            font-weight: 700;\n            background-color: #F0FFF4;\n        }\n        \n        .high-airflow-cell {\n            color: #1e3c72;\n            font-weight: 700;\n            background-color: #E8EAF6;\n        }\n        \n        .quiet-cell {\n            color: #7B1FA2;\n            font-weight: 700;\n            background-color: #F3E5F5;\n        }\n        \n        .heavy-duty-cell {\n            color: #333;\n            font-weight: 600;\n            background-color: #f8f9fa;\n        }\n        \n        .shipping-section {\n            padding: 40px 30px;\n            background: #f8f9fa;\n            margin: 30px;\n            border-radius: 8px;\n        }\n        \n        .shipping-title {\n            font-size: 1.6em;\n            color: #1e3c72;\n            margin-bottom: 25px;\n            text-align: center;\n        }\n        \n        .shipping-details {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .shipping-details p {\n            margin-bottom: 12px;\n            padding-left: 20px;\n            position: relative;\n            font-size: 1.05em;\n        }\n        \n        .shipping-details p::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: #2E7D32;\n            font-weight: bold;\n        }\n        \n        .bulk-inquiry {\n            background: #FFF3E0;\n            border-left: 4px solid #FF9800;\n            padding: 20px;\n            margin-top: 20px;\n            border-radius: 5px;\n        }\n        \n        .bulk-inquiry strong {\n            color: #1e3c72;\n        }\n        \n        .faq-section {\n            padding: 50px 30px;\n            background: #E8EAF6;\n            margin: 30px;\n            border-radius: 10px;\n            border: 1px solid #C5CAE9;\n        }\n        \n        .faq-title {\n            text-align: center;\n            font-size: 1.8em;\n            color: #1e3c72;\n            margin-bottom: 35px;\n            font-weight: 600;\n        }\n        \n        .faq-item {\n            margin-bottom: 30px;\n            padding-bottom: 30px;\n            border-bottom: 2px solid #C5CAE9;\n        }\n        \n        .faq-item:last-child {\n            border-bottom: none;\n            margin-bottom: 0;\n        }\n        \n        .faq-question {\n            color: #1e3c72;\n            font-size: 1.2em;\n            font-weight: 600;\n            margin-bottom: 12px;\n            line-height: 1.4;\n        }\n        \n        .faq-answer {\n            color: #333;\n            font-size: 1.05em;\n            line-height: 1.6;\n            padding-left: 20px;\n        }\n        \n        .cta-section {\n            padding: 40px 30px;\n            background: linear-gradient(135deg, #E8EAF6 0%, #C5CAE9 100%);\n            text-align: center;\n            border-radius: 10px;\n            margin: 30px;\n        }\n        \n        .cta-title {\n            font-size: 1.6em;\n            color: #1e3c72;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n        \n        .cta-description {\n            font-size: 1.05em;\n            color: #555;\n            max-width: 600px;\n            margin: 0 auto 25px;\n        }\n        \n        .contact-button {\n            display: inline-block;\n            background: #1e3c72;\n            color: white;\n            padding: 14px 35px;\n            font-size: 1.05em;\n            font-weight: 600;\n            text-decoration: none;\n            border-radius: 50px;\n            transition: all 0.3s ease;\n            border: 2px solid #1e3c72;\n            margin: 5px 10px;\n        }\n        \n        .contact-button:hover {\n            background: white;\n            color: #1e3c72;\n            transform: translateY(-2px);\n            box-shadow: 0 5px 15px rgba(30,60,114,0.2);\n        }\n        \n        .contact-button.secondary {\n            background: #FF9800;\n            border-color: #FF9800;\n            color: #333;\n        }\n        \n        .contact-button.secondary:hover {\n            background: white;\n            color: #FF9800;\n        }\n        \n        .german-badge {\n            display: inline-block;\n            background: #000;\n            color: #FF9800;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n        \n        .quiet-badge {\n            display: inline-block;\n            background: #7B1FA2;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n        \n        .high-airflow-badge {\n            display: inline-block;\n            background: #1e3c72;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n        \n        .energy-saving-badge {\n            display: inline-block;\n            background: #2E7D32;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n        \n        .heavy-duty-badge {\n            display: inline-block;\n            background: #333;\n            color: white;\n            padding: 6px 15px;\n            border-radius: 15px;\n            font-weight: bold;\n            font-size: 0.85em;\n            margin-left: 10px;\n            vertical-align: middle;\n        }\n        \n        @media (max-width: 1024px) {\n            .benefits-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 20px;\n            }\n            \n            .applications-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2em;\n            }\n            \n            .product-subtitle {\n                font-size: 1.1em;\n            }\n            \n            .section-title {\n                font-size: 1.6em;\n            }\n            \n            .benefits-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n            \n            .applications-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .specs-table td {\n                padding: 12px 15px;\n                display: block;\n                width: 100%;\n            }\n            \n            .specs-table td:first-child {\n                width: 100%;\n                background-color: #f0f8ff;\n                border-bottom: none;\n                padding-bottom: 5px;\n                font-weight: 700;\n            }\n            \n            .specs-table tr {\n                display: block;\n                margin-bottom: 15px;\n                border-bottom: 2px solid #e9ecef;\n                padding-bottom: 15px;\n                background: white;\n            }\n            \n            .specs-table tr:nth-child(even) {\n                background: white;\n            }\n            \n            .shipping-section, .faq-section, .cta-section, .applications-section {\n                margin: 20px 15px;\n                padding: 30px 20px;\n            }\n            \n            .faq-question {\n                font-size: 1.15em;\n            }\n            \n            .benefit-card {\n                padding: 20px 15px;\n            }\n            \n            .benefit-icon {\n                font-size: 2.5em;\n                height: 50px;\n            }\n            \n            .contact-button {\n                display: block;\n                margin: 10px auto;\n                width: 90%;\n                max-width: 300px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            body {\n                padding: 15px;\n            }\n            \n            .product-header {\n                padding: 35px 20px;\n            }\n            \n            .benefits-section, .datasheet-section, .faq-section, .applications-section {\n                padding: 35px 20px;\n            }\n            \n            .product-title {\n                font-size: 1.7em;\n            }\n            \n            .product-subtitle {\n                font-size: 1em;\n            }\n            \n            .section-title {\n                font-size: 1.4em;\n            }\n            \n            .feature-badge {\n                font-size: 1em;\n                padding: 6px 15px;\n            }\n            \n            .application-item {\n                padding: 15px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\"\u003eZIEHL-ABEGG RF22P-2DK.3F.5R Axial Fan\u003c\/h1\u003e\n\u003cdiv class=\"feature-badge\"\u003e3~400V High-Performance Industrial Cooling\u003c\/div\u003e\n\u003cp class=\"product-subtitle\"\u003eProfessional 0.49\/0.76kW axial fan with 2230\/2550 RPM operation, engineered for exceptional durability, ultra-quiet performance, high airflow efficiency, and energy-saving operation across multiple industrial applications including Siemens frequency converters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"section-title\"\u003ePremium Industrial Axial Fan\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e⏳\u003c\/span\u003e\n\u003ch3 class=\"benefit-title\"\u003e10+ Years Durability\u003c\/h3\u003e\n\u003cp class=\"benefit-description\"\u003eGerman-engineered ZIEHL-ABEGG construction with 11kg heavy-duty design ensures reliable, long-term operation exceeding 10 years. Premium materials and precision manufacturing guarantee exceptional lifespan in demanding industrial applications with continuous operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e🔇\u003c\/span\u003e\n\u003ch3 class=\"benefit-title\"\u003eUltra-Quiet Operation\u003c\/h3\u003e\n\u003cp class=\"benefit-description\"\u003eAdvanced axial design with optimized 2230\/2550 RPM speed minimizes vibration and noise generation. Precision-balanced rotor system provides exceptionally quiet performance ideal for industrial environments where noise reduction is critical without compromising airflow efficiency.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e⚡\u003c\/span\u003e\n\u003ch3 class=\"benefit-title\"\u003eEnergy Efficient (0.49\/0.76kW)\u003c\/h3\u003e\n\u003cp class=\"benefit-description\"\u003eOptimized power consumption with 0.49\/0.76kW rating delivers optimal cooling performance with minimal energy use. 3~400V operation with only 0.8\/1.1A current draw ensures cost-effective performance in continuous industrial applications, reducing operational costs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cspan class=\"benefit-icon\"\u003e💨\u003c\/span\u003e\n\u003ch3 class=\"benefit-title\"\u003eHigh Airflow \u0026amp; Superior Cooling\u003c\/h3\u003e\n\u003cp class=\"benefit-description\"\u003eEfficient axial design at 2230\/2550 RPM generates substantial airflow for effective heat dissipation in demanding industrial applications. 50×50×45cm size provides superior cooling performance with high airflow volume, ensuring optimal temperature management for critical equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"applications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eIndustry Applications\u003c\/h2\u003e\n\u003cp style=\"text-align: center; margin-bottom: 30px; color: #555;\" class=\"product-subtitle\"\u003eThe RF22P-2DK.3F.5R axial fan is engineered for diverse industrial and commercial applications requiring reliable, efficient high-airflow solutions with minimal noise in demanding environments.\u003c\/p\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e⚡\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eSiemens Frequency Converters \u003cspan class=\"siemens-highlight\"\u003eSIEMENS\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏭\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eIndustrial Ventilation Systems\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e❄️\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eLarge-Scale Air Conditioning\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🧊\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eIndustrial Refrigeration Units\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🔥\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eHeating System Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e⚙️\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eElectrical Control Cabinets\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🔌\u003c\/span\u003e \u003cspan class=\"app-name\"\u003ePower Electronics Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🚄\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eRail Transportation Systems\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🏢\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eCommercial HVAC Systems\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🌫️\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eIndustrial Air Purification\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e🚗\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eAutomotive Manufacturing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-item\"\u003e\n\u003cspan class=\"app-icon\"\u003e💻\u003c\/span\u003e \u003cspan class=\"app-name\"\u003eData Center Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"datasheet-section\"\u003e\n\u003ch2 class=\"datasheet-header\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RF22P-2DK.3F.5R6.webp?v=1756953692\" target=\"_blank\" title=\"RF22P-2DK.3F.5R datasheet\" rel=\"noopener\"\u003eDATASHEET\u003c\/a\u003e\u003c\/h2\u003e\n\u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel Number\u003c\/td\u003e\n\u003ctd\u003eRF22P-2DK.3F.5R\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArtical Number\u003c\/td\u003e\n\u003ctd\u003e142603E\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotor Number\u003c\/td\u003e\n\u003ctd\u003eRE22P-2DK.3F.5R\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer\u003c\/td\u003e\n\u003ctd\u003eZIEHL-ABEGG \u003cspan class=\"german-badge\"\u003eGERMANY\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eAxial Fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCondition\u003c\/td\u003e\n\u003ctd\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRated Power\u003c\/td\u003e\n\u003ctd class=\"efficiency-cell\"\u003e0.49\/0.76 kW \u003cspan class=\"energy-saving-badge\"\u003eENERGY SAVING\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRated Voltage\u003c\/td\u003e\n\u003ctd class=\"highlight-cell\"\u003e3~400 V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRated Current\u003c\/td\u003e\n\u003ctd\u003e0.8\/1.1 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"high-airflow-cell\"\u003e2230\/2550 rpm \u003cspan class=\"high-airflow-badge\"\u003eHIGH AIRFLOW\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFrequency\u003c\/td\u003e\n\u003ctd\u003e50\/60 Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNet Weight\u003c\/td\u003e\n\u003ctd class=\"heavy-duty-cell\"\u003e11 kg \u003cspan class=\"heavy-duty-badge\"\u003eHEAVY DUTY\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd\u003e50 × 50 × 45 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd\u003eGermany\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHS Code\u003c\/td\u003e\n\u003ctd\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"highlight-cell\"\u003e1 Year Manufacturer Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-section\"\u003e\n\u003ch2 class=\"shipping-title\"\u003eShipping, Warranty \u0026amp; Service\u003c\/h2\u003e\n\u003cdiv class=\"shipping-details\"\u003e\n\u003cp\u003e\u003cstrong\u003eShipping Hub:\u003c\/strong\u003e Dispatched from \u003cstrong\u003eHong Kong\u003c\/strong\u003e for efficient global distribution.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eProcessing Time:\u003c\/strong\u003e Orders are processed and ready to ship within \u003cstrong\u003e5 business days\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eExpress Delivery:\u003c\/strong\u003e Estimated delivery in \u003cstrong\u003e3-8 business days\u003c\/strong\u003e worldwide via \u003cstrong\u003eDHL or UPS\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWarranty:\u003c\/strong\u003e Backed by a full \u003cstrong\u003e1-year manufacturer's warranty\u003c\/strong\u003e from ZIEHL-ABEGG.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eProduct Guarantee:\u003c\/strong\u003e We sell only genuine ZIEHL-ABEGG products guaranteed to meet all factory specifications for fit, form, and function.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCustomer Satisfaction:\u003c\/strong\u003e Enjoy a \u003cstrong\u003e30-day return policy\u003c\/strong\u003e and our commitment to \u003cstrong\u003e100% customer satisfaction\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv class=\"bulk-inquiry\"\u003e\n\u003cp\u003e\u003cstrong\u003eFor Large Quantity Inquiries:\u003c\/strong\u003e Please contact our sales team at \u003cstrong\u003esales@axialfanz.com\u003c\/strong\u003e for volume pricing and custom quotations for ZIEHL-ABEGG products, especially for Siemens frequency converter applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ1: How does the ZIEHL-ABEGG construction with 11kg heavy-duty design ensure 10+ years of reliable service?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e The \u003cstrong\u003eZIEHL-ABEGG German engineering\u003c\/strong\u003e incorporates premium materials in an 11kg robust design that provides exceptional structural stability for industrial environments. The axial fan features industrial-grade bearings, precision-balanced impellers, and thermal-optimized components specifically designed for long-term reliability. The 50×50×45cm heavy-duty design ensures optimal airflow management for continuous industrial operation, with construction quality that guarantees performance exceeding 10 years in the most demanding applications including Siemens frequency converters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ2: What makes this axial fan exceptionally quiet at 2230\/2550 RPM operation?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e The \u003cstrong\u003eadvanced axial aerodynamics\u003c\/strong\u003e and precision-machined components at 2230\/2550 RPM minimize turbulence and vibration - the primary noise sources in industrial fan operation. ZIEHL-ABEGG's vibration-damping technology, balanced rotor assembly, and the RE22P-2DK.3F.5R motor's optimized design maintain exceptionally low acoustic emissions while delivering high airflow performance. This makes it ideal for industrial environments where noise reduction is important, including office-adjacent machinery rooms and noise-sensitive manufacturing facilities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ3: How does the 0.49\/0.76kW power rating with 3~400V operation provide optimal energy efficiency?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e The \u003cstrong\u003eoptimized power range (0.49\/0.76kW) with efficient current draw (0.8\/1.1A)\u003c\/strong\u003e offers exceptional energy efficiency for industrial cooling applications. Operating at standard 3~400V three-phase power, this fan delivers substantial cooling capacity while consuming minimal energy relative to its airflow output. The axial design efficiently converts electrical energy into focused high-volume airflow, resulting in excellent cooling performance with reduced power consumption. This makes it ideal for continuous industrial operation where energy costs and efficiency are critical considerations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ4: Why is this axial fan particularly suitable for Siemens frequency converters and similar industrial applications?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e The \u003cstrong\u003eheavy-duty 11kg construction with 50×50×45cm dimensions\u003c\/strong\u003e provides ideal cooling solutions for industrial power electronics like Siemens frequency converters. These applications generate significant heat during operation and require reliable, high-volume cooling to maintain optimal performance and prevent overheating. The fan's balanced combination of robust construction, high airflow capacity (2230\/2550 RPM), quiet operation, and energy efficiency makes it perfectly suited for cooling frequency converters, motor drives, and other power electronics where consistent temperature management is essential for equipment longevity and reliability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2 class=\"cta-title\"\u003eNeed Industrial High-Performance Cooling Solutions?\u003c\/h2\u003e\n\u003cp class=\"cta-description\"\u003eContact our technical specialists for application-specific recommendations, airflow performance data for Siemens frequency converters, or volume pricing for your industrial cooling requirements.\u003c\/p\u003e\n\u003ca class=\"contact-button\" href=\"mailto:sales@example.com?subject=Inquiry%20about%20ZIEHL-ABEGG%20RF22P-2DK.3F.5R%20for%20Siemens%20Converters\"\u003eRequest Technical Support\u003c\/a\u003e \u003ca class=\"contact-button secondary\" href=\"mailto:sales@axialfanz.com?subject=Bulk%20Inquiry%20ZIEHL-ABEGG%20RF22P-2DK.3F.5R\"\u003eRequest Volume Pricing\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35506070814876,"sku":"RF22P-2DK.3F.5R","price":1433.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/ZIEHL-ABEGG_RF22P-2DK.3F.5R_Centrifugal_Fan_front_view.png?v=1768463399"},{"product_id":"rg20p-4dk-2c-1l-ziehl-abegg-centrifugal-fan","title":"RG20P-4DK.2C.1L ZIEHL-ABEGG centrifugal fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRG20P-4DK.2C.1L ZIEHL-ABEGG centrifugal fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit: \u003ca href=\"https:\/\/www.ziehl-abegg.com\/us\/home\/\"\u003ehttps:\/\/www.ziehl-abegg.com\/us\/home\/\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003cul\u003e\n\u003cli\u003eWe sell and ship only genuine products from factory.\u003c\/li\u003e\n\u003cli\u003eDelivery time Within 15 days.\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003ePromise Meet all factory specs fit form and function.\u003c\/li\u003e\n\u003cli\u003e1 year factory warranty, 30 days returns policy.\u003c\/li\u003e\n\u003cli\u003eLarge quantity inquiry pls contact email \u0026amp; Skype: axialfan1@gmail.com\u003c\/li\u003e\n\u003cli\u003eShip with DHL\/FEDEX\/TNT, safe and fast\u003c\/li\u003e\n\u003cli\u003e100% customers satisfactions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: -71px; top: -20px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35506079727772,"sku":"RG20P-4DK.2C.1L","price":1989.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RG20P-4EK.2F.1R_ba6aa038-2503-473c-a8da-0f3ec731509d.jpg?v=1682527850"},{"product_id":"rg20p-4ek-2f-1r-ziehl-abegg-centrifugal-fan","title":"RG20P-4EK.2F.1R ZIEHL-ABEGG centrifugal fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRG20P-4EK.2F.1R ZIEHL-ABEGG centrifugal fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit: \u003ca href=\"https:\/\/www.ziehl-abegg.com\/us\/home\/\"\u003ehttps:\/\/www.ziehl-abegg.com\/us\/home\/\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003cul\u003e\n\u003cli\u003eWe sell and ship only genuine products from factory.\u003c\/li\u003e\n\u003cli\u003eDelivery time Within 5 days.\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003ePromise Meet all factory specs fit form and function.\u003c\/li\u003e\n\u003cli\u003e1 year factory warranty, 30 days returns policy.\u003c\/li\u003e\n\u003cli\u003eLarge quantity inquiry pls contact email \u0026amp; Skype: axialfan1@gmail.com\u003c\/li\u003e\n\u003cli\u003eShip with DHL\/FEDEX\/TNT, safe and fast\u003c\/li\u003e\n\u003cli\u003e100% customers satisfactions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: -108px; top: 31px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35506085691548,"sku":"RG20P-4EK.2F.1R","price":448.67,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RG20P-4EK.2F.1R.webp?v=1682526934"},{"product_id":"rg22p-4dk-2f-1r-ziehl-abegg-centrifugal-fan","title":"RG22P-4DK.2F.1R ZIEHL-ABEGG centrifugal fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRG22P-4DK.2F.1R ZIEHL-ABEGG centrifugal fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit: \u003ca href=\"https:\/\/www.ziehl-abegg.com\/us\/home\/\"\u003ehttps:\/\/www.ziehl-abegg.com\/us\/home\/\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003cul\u003e\n\u003cli\u003eWe sell and ship only genuine products from factory.\u003c\/li\u003e\n\u003cli\u003eDelivery time Within 5 days.\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003ePromise Meet all factory specs fit form and function.\u003c\/li\u003e\n\u003cli\u003e1 year factory warranty, 30 days returns policy.\u003c\/li\u003e\n\u003cli\u003eLarge quantity inquiry pls contact email \u0026amp; Skype: axialfan1@gmail.com\u003c\/li\u003e\n\u003cli\u003eShip with DHL\/FEDEX\/TNT, safe and fast\u003c\/li\u003e\n\u003cli\u003e100% customers satisfactions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: -35px; top: -20px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35506091098268,"sku":"RG22P-4DK.2F.1R","price":977.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RG20P-4EK.2F.1R_22c959be-2c0c-4c92-b7a8-74c29c0dafdf.jpg?v=1682527206"},{"product_id":"rg25p-4dk-4f-1r","title":"RG25P-4DK.4F.1R ZIEHL-ABEGG centrifugal fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRG25P-4DK.4F.1R ZIEHL-ABEGG centrifugal fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit: \u003ca href=\"https:\/\/www.ziehl-abegg.com\/us\/home\/\"\u003ehttps:\/\/www.ziehl-abegg.com\/us\/home\/\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003cul\u003e\n\u003cli\u003eWe sell and ship only genuine products from factory.\u003c\/li\u003e\n\u003cli\u003eDelivery time Within 7 days.\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003ePromise Meet all factory specs fit form and function.\u003c\/li\u003e\n\u003cli\u003e1 year factory warranty, 30 days returns policy.\u003c\/li\u003e\n\u003cli\u003eLarge quantity inquiry pls contact email \u0026amp; Skype: axialfan1@gmail.com\u003c\/li\u003e\n\u003cli\u003eShip with DHL\/FEDEX\/TNT, safe and fast\u003c\/li\u003e\n\u003cli\u003e100% customers satisfactions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: -108px; top: 31px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35506097225884,"sku":"RG25P-4DK.4F.1R","price":984.08,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RG20P-4EK.2F.1R_de3d1787-1754-476a-9701-cb4720f3834b.jpg?v=1682527419"},{"product_id":"rg25p-4dk-4i-1r-ziehl-abegg-centrifugal-fan","title":"RG25P-4DK.4I.1R ZIEHL-ABEGG centrifugal fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRG25P-4DK.4I.1R ZIEHL-ABEGG centrifugal fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit: \u003ca href=\"https:\/\/www.ziehl-abegg.com\/us\/home\/\"\u003ehttps:\/\/www.ziehl-abegg.com\/us\/home\/\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003cul\u003e\n\u003cli\u003eWe sell and ship only genuine products from factory.\u003c\/li\u003e\n\u003cli\u003eDelivery time Within 7 days.\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003ePromise Meet all factory specs fit form and function.\u003c\/li\u003e\n\u003cli\u003e1 year factory warranty, 30 days returns policy.\u003c\/li\u003e\n\u003cli\u003eLarge quantity inquiry pls contact email \u0026amp; Skype: axialfan1@gmail.com\u003c\/li\u003e\n\u003cli\u003eShip with DHL\/FEDEX\/TNT, safe and fast\u003c\/li\u003e\n\u003cli\u003e100% customers satisfactions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: -120px; top: 31px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35506102075548,"sku":"RG25P-4DK.4I.1R","price":995.05,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RG20P-4EK.2F.1R_afb2f870-1907-4ac7-9a1d-a486e8731007.jpg?v=1682527504"},{"product_id":"mk106-4dk-07-n-ziehl-abegg-axial-fan","title":"MK106-4DK.07.N ZIEHL-ABEGG Centrifugal Fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eMK106-4DK.07.N ZIEHL-ABEGG Centrifugal Fan\u003c\/h3\u003e\n\u003ch3\u003eMore products details please visit\u003cspan\u003e \u003c\/span\u003e\u003cspan style=\"color: #ff2a00;\"\u003e\u003ca title=\"datasheet\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/Motor_MK_Series.pdf?v=1662623223\" style=\"color: #ff2a00;\"\u003e\u003cstrong\u003edatasheet\u003c\/strong\u003e\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003cul\u003e\n\u003cli\u003eWe sell and ship only genuine products from factory.\u003c\/li\u003e\n\u003cli\u003eDelivery time Within 5 days.\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003ePromise Meet all factory specs fit form and function.\u003c\/li\u003e\n\u003cli\u003e1 year factory warranty, 30 days returns policy.\u003c\/li\u003e\n\u003cli\u003eShip with DHL\/FEDEX\/TNT, safe and fast\u003c\/li\u003e\n\u003cli\u003e100% customers satisfactions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: 404px; top: 143.557px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35679499911324,"sku":"MK106-4DK.07.N","price":1495.56,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/MK137-6DK.10.L2-pixian_84cd2b8d-2083-4a6e-ab47-fe068d6361cd.png?v=1681963414"},{"product_id":"mk106-4ek-14-n-ziehl-abegg-axial-fan","title":"MK106-4EK.14.N ZIEHL-ABEGG Centrifugal Fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eMK106-4EK.14.N ZIEHL-ABEGG Centrifugal Fan\u003c\/h3\u003e\n\u003ch3\u003eMore products details please visit\u003cspan\u003e \u003c\/span\u003e\u003cspan style=\"color: #ff2a00;\"\u003e\u003ca title=\"datasheet\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/Motor_MK_Series.pdf?v=1662623223\" style=\"color: #ff2a00;\"\u003e\u003cstrong\u003edatasheet\u003c\/strong\u003e\u003c\/a\u003e\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003cul\u003e\n\u003cli\u003eWe sell and ship only genuine products from factory.\u003c\/li\u003e\n\u003cli\u003eDelivery time Within 5 days.\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003ePromise Meet all factory specs fit form and function.\u003c\/li\u003e\n\u003cli\u003e1 year factory warranty, 30 days returns policy.\u003c\/li\u003e\n\u003cli\u003eShip with DHL\/FEDEX\/TNT, safe and fast\u003c\/li\u003e\n\u003cli\u003e100% customers satisfactions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: 244px; top: 31px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35679515377820,"sku":"MK106-4EK.14.N","price":887.37,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/MK137-6DK.10.L2-pixian_dbe42fbb-24d4-4990-9ea1-ba165dada022.png?v=1681963513"},{"product_id":"rd20p-4ew-4f-1l","title":"RD20P-4EW.4F.1L ZIEHL-ABEGG Centrifugal Fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRD20P-4EW.4F.1L ZIEHL-ABEGG Centrifugal Fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/rd20p-4e-datasheet.pdf?v=1752822312\" target=\"_blank\" title=\"RD20P-4EW.4F.1L DATASHEET\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRD20P-4EW.4F.1L DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"419\" height=\"488\" style=\"border-collapse: collapse; width: 314.27pt;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"192\" style=\"width: 144.00pt;\"\u003e \u003ccol width=\"227\" style=\"width: 170.25pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRD20P-4EW.4F.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eArtical No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e209645A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eMotor No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRE20P-4EW.4F.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e0.55\u003cspan style=\"mso-spacerun: yes;\"\u003e  \u003c\/span\u003ekW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1~230V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e2.6 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1190 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eGERMANY\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"227\" style=\"width: 170.25pt;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"24\" width=\"192\" style=\"height: 18.00pt; width: 144.00pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e15.5 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"18\" style=\"height: 13.50pt;\"\u003e\n\u003ctd class=\"et2\" height=\"18\" width=\"192\" style=\"height: 13.50pt; width: 144.00pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50*50*30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"24\" style=\"height: 18.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: -159px; top: 31px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35679559909532,"sku":"RD20P-4EW.4F.1L","price":1699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RD20P-4EW.4F.1L.png?v=1598318788"},{"product_id":"rd20s-4ew-4f-2l","title":"RD20S-4EW.4F.2L ZIEHL-ABEGG Centrifugal Fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRD20S-4EW.4F.2L ZIEHL-ABEGG Centrifugal Fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003cspan style=\"color: rgb(255, 42, 0);\"\u003e\u003ca rel=\"noopener\" style=\"color: rgb(255, 42, 0);\" title=\"RD20S-4EW.4F.2L DATASHEET\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RD20S-4EW.4F.2L.jpg?v=1752824227\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cem\u003e\u003cstrong\u003eRD20S-4EW.4F.2L DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"419\" height=\"488\" style=\"border-collapse: collapse; width: 314.27pt;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"192\" style=\"width: 144.00pt;\"\u003e \u003ccol width=\"227\" style=\"width: 170.25pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRD20S-4EW.4F.2L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eArtical No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e209898\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eMotor No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRE20S-4EW.4F.2L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e0.36\u003cspan style=\"mso-spacerun: yes;\"\u003e  \u003c\/span\u003ekW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1~230V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1.55 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1115 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eGERMANY\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"227\" style=\"width: 170.25pt;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"24\" width=\"192\" style=\"height: 18.00pt; width: 144.00pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e13 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"18\" style=\"height: 13.50pt;\"\u003e\n\u003ctd class=\"et2\" height=\"18\" width=\"192\" style=\"height: 13.50pt; width: 144.00pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50*50*30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"24\" style=\"height: 18.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: -73px; top: 31px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35679580520604,"sku":"RD20S-4EW.4F.2L","price":1506.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RD20S-4EW.4F.2L.png?v=1752824418"},{"product_id":"rd20s-4ew4c-1l","title":"RD20S-4EW.4C.1L ZIEHL-ABEGG Centrifugal Fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRD20S-4EW4C.1L ZIEHL-ABEGG Centrifugal Fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca rel=\"noopener\" title=\"RD20S-4EW.4C.1L DATASHEET\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RD20S-4EW.4C.1L.jpg?v=1752824625\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRD20S-4EW.4C.1L DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"419\" height=\"488\" style=\"border-collapse: collapse; width: 314.27pt;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"192\" style=\"width: 144.00pt;\"\u003e \u003ccol width=\"227\" style=\"width: 170.25pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRD20S-4EW.4C.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eArtical No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e209895\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eMotor No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRE20S-4EW.4F.2L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e0.36\u003cspan style=\"mso-spacerun: yes;\"\u003e  \u003c\/span\u003ekW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1~230V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1.55 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1140 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eGERMANY\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"227\" style=\"width: 170.25pt;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"24\" width=\"192\" style=\"height: 18.00pt; width: 144.00pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e10 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"18\" style=\"height: 13.50pt;\"\u003e\n\u003ctd class=\"et2\" height=\"18\" width=\"192\" style=\"height: 13.50pt; width: 144.00pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50*50*30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"24\" style=\"height: 18.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: -132px; top: -20px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35679604179100,"sku":"RD20S-4EW.4C.1L","price":1519.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RD20S-4EW.4C.1L.png?v=1752824778"},{"product_id":"rd22p-4dw-4f-1l","title":"RD22P-4DW.4F.1L ZIEHL-ABEGG Centrifugal Fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRD22P-4DW.4F.1L ZIEHL-ABEGG Centrifugal Fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/rd22p-4d-datasheet.pdf?v=1752824898\" title=\"RD22P-4DW.4F.1L DATASHEET\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRD22P-4DW.4F.1L DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"419\" height=\"488\" style=\"border-collapse: collapse; width: 314.27pt;\"\u003e\n\u003ccolgroup\u003e \u003ccol width=\"192\" style=\"width: 144.00pt;\"\u003e \u003ccol width=\"227\" style=\"width: 170.25pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRD22P-4DW.4F.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eArtical No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e209654A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eMotor No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRE22P-4DW.4F.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e0.8\u003cspan style=\"mso-spacerun: yes;\"\u003e  \u003c\/span\u003ekW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3~230\/400V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e2.5\/1.45 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1090 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eGERMANY\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"227\" style=\"width: 170.25pt;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"24\" width=\"192\" style=\"height: 18.00pt; width: 144.00pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e17 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"18\" style=\"height: 13.50pt;\"\u003e\n\u003ctd class=\"et2\" height=\"18\" width=\"192\" style=\"height: 13.50pt; width: 144.00pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50*50*30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"24\" style=\"height: 18.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: -164px; top: -20px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35679610634396,"sku":"RD22P-4DW.4F.1L","price":1569.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RD20P-4EW.4F.1L_1ca9fa13-3aba-44c2-a4e1-bd696c6aacd8.png?v=1598318984"},{"product_id":"rd22p-4ew-4i-1l","title":"RD22P-4EW.4I.1L ZIEHL-ABEGG Centrifugal Fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRD22P-4EW.4I.1L ZIEHL-ABEGG Centrifugal Fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RD22P-4EW.4I.1L.pdf?v=1756434339\" target=\"_blank\" title=\"RD22P-4EW.4I.1L DATASHEET\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRD22P-4EW.4I.1L DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"462\" height=\"504\" style=\"border-collapse: collapse; width: 346.52pt;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"155\" style=\"width: 116.25pt;\"\u003e \u003ccol width=\"307\" style=\"width: 230.25pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"155\" style=\"height: 15.00pt; width: 116.25pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"307\" style=\"width: 230.25pt;\"\u003eRD22P-4EW.4I.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"155\" style=\"height: 15.00pt; width: 116.25pt;\"\u003eArtical No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"307\" style=\"width: 230.25pt;\"\u003e114745\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"155\" style=\"height: 15.00pt; width: 116.25pt;\"\u003eMotor No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"307\" style=\"width: 230.25pt;\"\u003eRZ22P-4EW.4I.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"155\" style=\"height: 15.00pt; width: 116.25pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"307\" style=\"width: 230.25pt;\"\u003e0.92 kW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"155\" style=\"height: 15.00pt; width: 116.25pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"307\" style=\"width: 230.25pt;\"\u003e1~230V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"155\" style=\"height: 16.00pt; width: 116.25pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"307\" style=\"width: 230.25pt;\"\u003e4.1A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"155\" style=\"height: 16.00pt; width: 116.25pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"307\" style=\"width: 230.25pt;\"\u003e1100 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"155\" style=\"height: 15.00pt; width: 116.25pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"307\" style=\"width: 230.25pt;\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"24\" width=\"155\" style=\"height: 18.00pt; width: 116.25pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"307\" style=\"width: 230.25pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"155\" style=\"height: 15.00pt; width: 116.25pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"307\" style=\"width: 230.25pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"155\" style=\"height: 15.00pt; width: 116.25pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"307\" style=\"width: 230.25pt;\"\u003eGERMANY\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"24\" width=\"155\" style=\"height: 18.00pt; width: 116.25pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"307\" style=\"width: 230.25pt;\"\u003eCrossflow fans\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"24\" width=\"155\" style=\"height: 18.00pt; width: 116.25pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"307\" style=\"width: 230.25pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"155\" style=\"height: 15.00pt; width: 116.25pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"307\" style=\"width: 230.25pt;\"\u003e18.6 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"18\" style=\"height: 13.50pt;\"\u003e\n\u003ctd class=\"et2\" height=\"18\" width=\"155\" style=\"height: 13.50pt; width: 116.25pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"307\" style=\"width: 230.25pt;\"\u003e50*50*45cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"155\" style=\"height: 15.00pt; width: 116.25pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"307\" style=\"width: 230.25pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"155\" style=\"height: 15.00pt; width: 116.25pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"307\" style=\"width: 230.25pt;\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"24\" width=\"155\" style=\"height: 18.00pt; width: 116.25pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"307\" style=\"width: 230.25pt;\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"155\" style=\"height: 16.00pt; width: 116.25pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"307\" style=\"width: 230.25pt;\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"24\" style=\"height: 18.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"22\" style=\"height: 17.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"22\" style=\"height: 17.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: -168px; top: 31px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35679617351836,"sku":"RD22P-4EW.4I.1L","price":1597.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RD20P-4EW.4F.1L_176c01fb-e48b-47ad-82eb-c4f272cec994.png?v=1598319014"},{"product_id":"rd25p-4dw-4i-1l","title":"RD25P-4DW.4I.1L ZIEHL-ABEGG Centrifugal Fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRD25P-4DW.4I.1L ZIEHL-ABEGG Centrifugal Fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/rd25p-4d-datasheet.pdf?v=1752825382\" target=\"_blank\" title=\"RD25P-4DW.4I.1L DATASHEET\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRD25P-4DW.4I.1L DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"419\" height=\"488\" style=\"border-collapse: collapse; width: 314.27pt;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"192\" style=\"width: 144.00pt;\"\u003e \u003ccol width=\"227\" style=\"width: 170.25pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRD25P-4DW.4I.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eArtical No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e209654A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eMotor No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRZ25P-4DW.4I.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1.25\u003cspan style=\"mso-spacerun: yes;\"\u003e  \u003c\/span\u003ekW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3~230\/400V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3.6\/2.1 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1030 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eGERMANY\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"227\" style=\"width: 170.25pt;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"24\" width=\"192\" style=\"height: 18.00pt; width: 144.00pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e20.7 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"18\" style=\"height: 13.50pt;\"\u003e\n\u003ctd class=\"et2\" height=\"18\" width=\"192\" style=\"height: 13.50pt; width: 144.00pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50*50*30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"24\" style=\"height: 18.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"gtx-trans\" style=\"position: absolute; left: -148px; top: 31px;\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35679621218460,"sku":"RD25P-4DW.4I.1L","price":1649.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RD20P-4EW.4F.1L_70b2f45e-a477-446f-925d-6498ae1da537.png?v=1598319042"},{"product_id":"rd25p-4ew-4n-1l-ziehl-abegg-centrifugal-fan","title":"RD25P-4EW.4N.1L ZIEHL-ABEGG Centrifugal Fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRD25P-4EW.4N.1L ZIEHL-ABEGG Centrifugal Fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/rd25p-4e-datasheet.pdf?v=1752825718\" target=\"_blank\" title=\"RD25P-4EW.4N.1L DATASHEET\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRD25P-4EW.4N.1L DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"419\" height=\"488\" style=\"border-collapse: collapse; width: 314.27pt;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"192\" style=\"width: 144.00pt;\"\u003e \u003ccol width=\"227\" style=\"width: 170.25pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRD25P-4EW.4N.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eArtical No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e209634A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eMotor No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRZ25P-4EW.4N.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1.2\u003cspan style=\"mso-spacerun: yes;\"\u003e  \u003c\/span\u003ekW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1~230V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e5.3 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1090 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eGERMANY\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"227\" style=\"width: 170.25pt;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"24\" width=\"192\" style=\"height: 18.00pt; width: 144.00pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e23.7 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"18\" style=\"height: 13.50pt;\"\u003e\n\u003ctd class=\"et2\" height=\"18\" width=\"192\" style=\"height: 13.50pt; width: 144.00pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50*50*30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"24\" style=\"height: 18.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: -96px; top: 31px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35679626952860,"sku":"RD25P-4EW.4N.1L","price":1599.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RD20P-4EW.4F.1L_a4c8a04c-9975-4d78-a492-4acde81a5c46.png?v=1598319071"},{"product_id":"rd25s-4dw-4f-al","title":"RD25S-4DW.4F.AL ZIEHL-ABEGG Centrifugal Fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRD25S-4DW.4F.AL ZIEHL-ABEGG Centrifugal Fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RD25S-4DW.4F.AL_07d42e71-0f1b-471f-aff8-93410b99f6dc.jpg?v=1752827942\" target=\"_blank\" title=\"RD25S-4DW.4F.AL DATASHEET\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRD25S-4DW.4F.AL DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"419\" height=\"488\" style=\"border-collapse: collapse; width: 314.27pt;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"192\" style=\"width: 144.00pt;\"\u003e \u003ccol width=\"227\" style=\"width: 170.25pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRD25S-4DW.4F.AL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eArtical No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e209634A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eMotor No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRZ25S-4DW.4F.AL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e0.71\u003cspan style=\"mso-spacerun: yes;\"\u003e  \u003c\/span\u003ekW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3~400V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1.35 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1210 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eGERMANY\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"227\" style=\"width: 170.25pt;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"24\" width=\"192\" style=\"height: 18.00pt; width: 144.00pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e15 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"18\" style=\"height: 13.50pt;\"\u003e\n\u003ctd class=\"et2\" height=\"18\" width=\"192\" style=\"height: 13.50pt; width: 144.00pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50*50*30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"24\" style=\"height: 18.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35679634489500,"sku":"RD25S-4DW.4F.AL","price":1707.93,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RD25S-4DW.4F.AL.png?v=1752827965"},{"product_id":"rd25s-4dw-4i-2l","title":"RD25S-4DW.4I.2L ZIEHL-ABEGG Centrifugal Fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRD25S-4DW.4I.2L ZIEHL-ABEGG Centrifugal Fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RD25S-4DW.4I.2L.jpg?v=1752903318\" target=\"_blank\" title=\"RD25S-4DW.4I.2L DATASHEET\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRD25S-4DW.4I.2L \u003cspan style=\"color: rgb(255, 42, 0);\"\u003eDATASHEET\u003c\/span\u003e\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"419\" height=\"488\" style=\"border-collapse: collapse; width: 314.27pt;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"192\" style=\"width: 144.00pt;\"\u003e \u003ccol width=\"227\" style=\"width: 170.25pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRD25S-4DW.4I.2L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eArtical No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e209902\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eMotor No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRZ25S-4DW.4I.2L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e0.94\u003cspan style=\"mso-spacerun: yes;\"\u003e  \u003c\/span\u003ekW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3~400V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1.7 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1130 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eGERMANY\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"227\" style=\"width: 170.25pt;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"24\" width=\"192\" style=\"height: 18.00pt; width: 144.00pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e17 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"18\" style=\"height: 13.50pt;\"\u003e\n\u003ctd class=\"et2\" height=\"18\" width=\"192\" style=\"height: 13.50pt; width: 144.00pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50*50*50cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"24\" style=\"height: 18.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35679638749340,"sku":"RD25S-4DW.4I.2L","price":2219.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RD25S-4DW.4I.2L3.png?v=1752903441"},{"product_id":"rd25s-4dw-4i-bl","title":"RD25S-4DW.4I.BL ZIEHL-ABEGG Centrifugal Fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRD25S-4DW.4I.BL ZIEHL-ABEGG Centrifugal Fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RD25S-4DW.4I.BL.jpg?v=1752829011\" target=\"_blank\" title=\"RD25S-4DW.4I.BL DATASHEET\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRD25S-4DW.4I.BL DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"419\" height=\"488\" style=\"border-collapse: collapse; width: 314.27pt;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"192\" style=\"width: 144.00pt;\"\u003e \u003ccol width=\"227\" style=\"width: 170.25pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRD25S-4DW.4I.BL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eArtical No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e209832\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eMotor No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRZ25S-4DW.4F.AL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1.1\u003cspan style=\"mso-spacerun: yes;\"\u003e  \u003c\/span\u003ekW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3~400V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1.9 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1110 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eGERMANY\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"227\" style=\"width: 170.25pt;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"24\" width=\"192\" style=\"height: 18.00pt; width: 144.00pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e18 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"18\" style=\"height: 13.50pt;\"\u003e\n\u003ctd class=\"et2\" height=\"18\" width=\"192\" style=\"height: 13.50pt; width: 144.00pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50*50*30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"24\" style=\"height: 18.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35679648055452,"sku":"RD25S-4DW.4I.BL","price":1719.89,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RD25S-4DW.4I.BL.png?v=1752829051"},{"product_id":"rd25s-4ew-4i-1l","title":"RD25S-4EW.4I.1L ZIEHL-ABEGG Centrifugal Fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRD25S-4EW.4I.1L ZIEHL-ABEGG Centrifugal Fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RD25S-4EW.4I.1L.jpg?v=1752829333\" title=\"RD25S-4EW.4I.1L DATASHEET\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRD25S-4EW.4I.1L DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable style=\"border-collapse: collapse; width: 314.27pt;\" height=\"488\" width=\"419\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"\u003e\n\u003ccolgroup\u003e \u003ccol style=\"width: 144.00pt;\" width=\"192\"\u003e \u003ccol style=\"width: 170.25pt;\" width=\"227\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eModel No\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eRD25S-4EW.4I.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eArtical No\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e209899\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eMotor No\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eRZ25S-4EW.4I.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003ePower\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e0.74\u003cspan style=\"mso-spacerun: yes;\"\u003e  \u003c\/span\u003ekW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eVoltage\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e1~230V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 16.00pt;\" height=\"21\"\u003e\n\u003ctd style=\"height: 16.00pt; width: 144.00pt;\" width=\"192\" height=\"21\" class=\"et2\"\u003eCurrent\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e3.3 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 16.00pt;\" height=\"21\"\u003e\n\u003ctd style=\"height: 16.00pt; width: 144.00pt;\" width=\"192\" height=\"21\" class=\"et2\"\u003eSpeed\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e950 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eFrequency\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eHS Code\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eGERMANY\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eProduct type\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et4\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 18.00pt;\" height=\"24\"\u003e\n\u003ctd style=\"height: 18.00pt; width: 144.00pt;\" width=\"192\" height=\"24\" class=\"et2\"\u003eWarranty\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eNet weight\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e15 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 13.50pt;\" height=\"18\"\u003e\n\u003ctd style=\"height: 13.50pt; width: 144.00pt;\" width=\"192\" height=\"18\" class=\"et2\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e50*50*50cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eShip From\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eLead time\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eShip By\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\" colspan=\"2\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 18.00pt;\" height=\"24\"\u003e\n\u003ctd style=\"height: 18.00pt;\" height=\"24\" class=\"et3\" colspan=\"2\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\" colspan=\"2\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\" colspan=\"2\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35679690293404,"sku":"RD25S-4EW.4I.1L","price":2247.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RD25S-4EW.4I.1L.png?v=1752829399"},{"product_id":"rd25s-4ew-4i-al","title":"RD25S-4EW.4I.AL ZIEHL-ABEGG Centrifugal Fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRD25S-4EW.4I.AL ZIEHL-ABEGG Centrifugal Fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RD25S-4EW.4I.AL.jpg?v=1752829591\" title=\"RD25S-4EW.4I.AL DATASHEET\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRD25S-4EW.4I.AL DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"419\" height=\"488\" style=\"border-collapse: collapse; width: 314.27pt; height: 490.25px;\"\u003e\n\u003ccolgroup\u003e \u003ccol width=\"192\" style=\"width: 144.00pt;\"\u003e \u003ccol width=\"227\" style=\"width: 170.25pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 20px;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 20px; width: 144pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt; height: 20px;\"\u003eRD25S-4EW.4I.AL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 20px;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 20px; width: 144pt;\"\u003eArtical No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt; height: 20px;\"\u003e209913\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 20px;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 20px; width: 144pt;\"\u003eMotor No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt; height: 20px;\"\u003eRZ25S-4EW.4I.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 20px;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 20px;\"\u003eCondition\u003c\/td\u003e\n\u003ctd style=\"height: 20px;\" class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 20px;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 20px; width: 144pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt; height: 20px;\"\u003e0.74\u003cspan style=\"mso-spacerun: yes;\"\u003e  \u003c\/span\u003ekW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 20px;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 20px; width: 144pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt; height: 20px;\"\u003e1~230V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 21.3281px;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 21.3281px; width: 144pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt; height: 21.3281px;\"\u003e3.3 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 21.3281px;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 21.3281px; width: 144pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt; height: 21.3281px;\"\u003e950 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 20px;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 20px; width: 144pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt; height: 20px;\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 20px;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 20px; width: 144pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt; height: 20px;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 20px;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 20px; width: 144pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt; height: 20px;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 20px;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 20px; width: 144pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt; height: 20px;\"\u003eGERMANY\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 20px;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 20px; width: 144pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"227\" style=\"width: 170.25pt; height: 20px;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 24px;\"\u003e\n\u003ctd class=\"et2\" height=\"24\" width=\"192\" style=\"height: 24px; width: 144pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt; height: 24px;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 20px;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 20px; width: 144pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt; height: 20px;\"\u003e16 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"18\" style=\"height: 19.5938px;\"\u003e\n\u003ctd class=\"et2\" height=\"18\" width=\"192\" style=\"height: 19.5938px; width: 144pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt; height: 19.5938px;\"\u003e50*50*50cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 20px;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 20px; width: 144pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt; height: 20px;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 20px;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 20px; width: 144pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt; height: 20px;\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 20px;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 20px; width: 144pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt; height: 20px;\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 20px;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 20px; width: 144pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt; height: 20px;\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 20px;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 20px;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 24px;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"24\" style=\"height: 24px;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 20px;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 20px;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 20px;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 20px;\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35679694782620,"sku":"RD25S-4EW.4I.AL","price":2244.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RD25S-4EW.4I.AL.png?v=1752829684"},{"product_id":"rd25s-4ew-4n-al","title":"RD25S-4EW.4N.AL ZIEHL-ABEGG Centrifugal Fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRD25S-4EW.4N.AL ZIEHL-ABEGG Centrifugal Fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca rel=\"noopener\" title=\"RD25S-4EW.4N.AL DATASHEET\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RD25S-4EW.4N.AL.jpg?v=1752829805\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRD25S-4EW.4N.AL DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable style=\"border-collapse: collapse; width: 314.27pt;\" height=\"488\" width=\"419\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"\u003e\n\u003ccolgroup\u003e \u003ccol style=\"width: 144.00pt;\" width=\"192\"\u003e \u003ccol style=\"width: 170.25pt;\" width=\"227\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eModel No\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eRD25S-4EW.4N.AL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eArtical No\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e209814\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eMotor No\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eRZ25S-4EW.4I.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003ePower\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e0.93\u003cspan style=\"mso-spacerun: yes;\"\u003e  \u003c\/span\u003ekW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eVoltage\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e1~230V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 16.00pt;\" height=\"21\"\u003e\n\u003ctd style=\"height: 16.00pt; width: 144.00pt;\" width=\"192\" height=\"21\" class=\"et2\"\u003eCurrent\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e4 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 16.00pt;\" height=\"21\"\u003e\n\u003ctd style=\"height: 16.00pt; width: 144.00pt;\" width=\"192\" height=\"21\" class=\"et2\"\u003eSpeed\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e1150 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eFrequency\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eHS Code\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eGERMANY\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eProduct type\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et4\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 18.00pt;\" height=\"24\"\u003e\n\u003ctd style=\"height: 18.00pt; width: 144.00pt;\" width=\"192\" height=\"24\" class=\"et2\"\u003eWarranty\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eNet weight\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e19 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 13.50pt;\" height=\"18\"\u003e\n\u003ctd style=\"height: 13.50pt; width: 144.00pt;\" width=\"192\" height=\"18\" class=\"et2\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e50*50*50cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eShip From\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eLead time\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt; width: 144.00pt;\" width=\"192\" height=\"20\" class=\"et2\"\u003eShip By\u003c\/td\u003e\n\u003ctd style=\"width: 170.25pt;\" width=\"227\" class=\"et2\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\" colspan=\"2\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 18.00pt;\" height=\"24\"\u003e\n\u003ctd style=\"height: 18.00pt;\" height=\"24\" class=\"et3\" colspan=\"2\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\" colspan=\"2\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 15.00pt;\" height=\"20\"\u003e\n\u003ctd style=\"height: 15.00pt;\" height=\"20\" class=\"et3\" colspan=\"2\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35685974376604,"sku":"RD25S-4EW.4N.AL","price":2246.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RD25S-4EW.4N.2L_ZIEHL-ABEGG_Centrifugal_Fan.png?v=1778642925"},{"product_id":"rd28s-4ew-6l-2l","title":"RD28S-4EW.6L.2L ZIEHL-ABEGG Centrifugal Fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRD28S-4EW.6L.2L ZIEHL-ABEGG Centrifugal Fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003cspan style=\"color: rgb(255, 42, 0);\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RD28S-4EW.6L.2L.jpg?v=1752830019\" title=\"RD28S-4EW.6L.2L DATASHEET\" style=\"color: rgb(255, 42, 0);\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cem\u003e\u003cstrong\u003eRD28S-4EW.6L.2L DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"419\" height=\"488\" style=\"border-collapse: collapse; width: 314.27pt;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"192\" style=\"width: 144.00pt;\"\u003e \u003ccol width=\"227\" style=\"width: 170.25pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRD28S-4EW.6L.2L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eArtical No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e209849\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eMotor No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRZ28S-4EW.6L.2L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1.75\u003cspan style=\"mso-spacerun: yes;\"\u003e  \u003c\/span\u003ekW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1~230V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e7.7 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1120 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eGERMANY\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"227\" style=\"width: 170.25pt;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"24\" width=\"192\" style=\"height: 18.00pt; width: 144.00pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e37 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"18\" style=\"height: 13.50pt;\"\u003e\n\u003ctd class=\"et2\" height=\"18\" width=\"192\" style=\"height: 13.50pt; width: 144.00pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50*50*50cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"24\" style=\"height: 18.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; left: -115px; top: -20px;\" id=\"gtx-trans\"\u003e\n\u003cdiv class=\"gtx-trans-icon\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35686006063260,"sku":"RD28S-4EW.6L.2L","price":1959.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RD28S-4EW.6L.2L.png?v=1752830190"},{"product_id":"rd31s-4dw-6q-al","title":"RD31S-4DW.6Q.AL ZIEHL-ABEGG Centrifugal Fan 3~400V 3.9kW 11.0\/6.4A 1300rpm","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes\"\u003e\n    \u003cmeta name=\"description\" content=\"ZIEHL-ABEGG RD31S-4DW.6Q.AL genuine centrifugal fan – 3.9kW, 400V, 1300rpm, 11.0\/6.4A. German engineering, 10+ years durability, ultra-quiet, energy-saving, high airflow for HVAC, industrial cooling, and more. Shop now with global shipping.\"\u003e\n    \u003ctitle\u003eZIEHL-ABEGG RD31S-4DW.6Q.AL Centrifugal Fan | 3.9kW German Made\u003c\/title\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', sans-serif;\n            line-height: 1.5;\n            background-color: #f0f4f8;\n            padding: 30px 20px;\n            color: #1a2c3e;\n        }\n\n        .shopify-product-card {\n            max-width: 1280px;\n            margin: 0 auto;\n            background: #ffffff;\n            border-radius: 28px;\n            box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.08);\n            overflow: hidden;\n        }\n\n        \/* EBM-PAPST inspired blue gradient *\/\n        .product-header {\n            background: linear-gradient(115deg, #004070 0%, #0066a8 100%);\n            color: white;\n            padding: 48px 36px;\n            text-align: center;\n            position: relative;\n        }\n\n        .product-header::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 15%;\n            right: 15%;\n            height: 4px;\n            background: #FFD700;\n            border-radius: 4px;\n        }\n\n        .product-title {\n            font-size: 1.8rem;\n            font-weight: 700;\n            margin-bottom: 12px;\n            letter-spacing: -0.2px;\n        }\n\n        .feature-badge {\n            display: inline-flex;\n            gap: 8px;\n            background: #FFD700;\n            color: #003366;\n            padding: 8px 22px;\n            border-radius: 60px;\n            font-weight: 700;\n            font-size: 0.9rem;\n            margin-bottom: 24px;\n            text-transform: uppercase;\n        }\n\n        .product-subtitle {\n            font-size: 1.15rem;\n            max-width: 800px;\n            margin: 0 auto;\n            opacity: 0.92;\n            font-weight: 400;\n        }\n\n        .datasheet-btn {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            margin-top: 28px;\n            background: rgba(255,255,255,0.18);\n            padding: 10px 28px;\n            border-radius: 40px;\n            color: white;\n            text-decoration: none;\n            font-weight: 600;\n            transition: 0.25s;\n            backdrop-filter: blur(2px);\n            border: 1px solid rgba(255,255,255,0.3);\n        }\n\n        .datasheet-btn:hover {\n            background: #FFD700;\n            color: #003366;\n            border-color: #FFD700;\n        }\n\n        .section {\n            padding: 52px 40px;\n        }\n\n        .section-light {\n            background: #fafcff;\n        }\n\n        .section-title {\n            text-align: center;\n            font-size: 1.9rem;\n            color: #0066a8;\n            margin-bottom: 45px;\n            font-weight: 700;\n            position: relative;\n        }\n\n        .section-title:after {\n            content: '';\n            width: 70px;\n            height: 3px;\n            background: #FFD700;\n            display: block;\n            margin: 14px auto 0;\n            border-radius: 3px;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 32px;\n        }\n\n        .benefit-card {\n            background: white;\n            border-radius: 24px;\n            padding: 28px 20px;\n            border: 1px solid #e2edf7;\n            box-shadow: 0 8px 16px rgba(0,0,0,0.02);\n            transition: transform 0.2s, box-shadow 0.2s;\n            text-align: center;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 28px -12px rgba(0, 102, 168, 0.2);\n            border-color: #c2d9ec;\n        }\n\n        .benefit-icon {\n            font-size: 3rem;\n            margin-bottom: 20px;\n        }\n\n        .benefit-title {\n            font-size: 1.3rem;\n            color: #0066a8;\n            font-weight: 700;\n            margin-bottom: 12px;\n        }\n\n        .benefit-text {\n            color: #2c3e4f;\n            font-size: 0.95rem;\n            line-height: 1.45;\n        }\n\n        .applications-section {\n            background: linear-gradient(110deg, #eef4fc 0%, #e2edf8 100%);\n        }\n\n        .apps-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));\n            gap: 16px;\n            margin-top: 20px;\n        }\n\n        .app-item {\n            background: white;\n            padding: 14px 20px;\n            border-radius: 60px;\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            transition: all 0.2s;\n            border: 1px solid #cde0ef;\n        }\n\n        .app-item:hover {\n            background: #ffffff;\n            border-color: #FFD700;\n            transform: translateX(5px);\n        }\n\n        .app-emoji {\n            font-size: 1.6rem;\n            min-width: 40px;\n        }\n\n        .app-name {\n            font-weight: 600;\n            color: #1e4663;\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 24px;\n            overflow: hidden;\n            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);\n        }\n\n        .specs-table tr {\n            border-bottom: 1px solid #e6f0f7;\n        }\n\n        .specs-table td {\n            padding: 15px 22px;\n            vertical-align: top;\n        }\n\n        .specs-table td:first-child {\n            font-weight: 700;\n            color: #0066a8;\n            width: 32%;\n            background-color: #f6fafd;\n        }\n\n        .spec-badge {\n            background: #eef2fa;\n            padding: 4px 12px;\n            border-radius: 30px;\n            font-size: 0.7rem;\n            font-weight: 600;\n            margin-left: 8px;\n            color: #005c99;\n        }\n\n        .tech-features {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 28px;\n        }\n\n        .tech-item {\n            background: white;\n            padding: 26px;\n            border-radius: 20px;\n            border-left: 5px solid #FFD700;\n            box-shadow: 0 5px 12px rgba(0,0,0,0.03);\n        }\n\n        .feature-title {\n            font-size: 1.2rem;\n            font-weight: 700;\n            color: #003f66;\n            margin-bottom: 10px;\n        }\n\n        .feature-description {\n            color: #2c3e4f;\n            font-size: 0.95rem;\n        }\n\n        .info-card {\n            margin: 20px 40px 40px 40px;\n            background: #ffffff;\n            border-radius: 28px;\n            padding: 36px 32px;\n            border: 1px solid #e2edf5;\n            box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03);\n        }\n\n        .info-title {\n            font-size: 1.7rem;\n            color: #0066a8;\n            margin-bottom: 28px;\n            font-weight: 700;\n            text-align: center;\n        }\n\n        .shipping-list p {\n            padding-left: 28px;\n            position: relative;\n            margin-bottom: 12px;\n        }\n\n        .shipping-list p::before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #FFD700;\n            font-weight: bold;\n        }\n\n        .faq-item {\n            margin-bottom: 28px;\n            border-bottom: 1px solid #e6edf4;\n            padding-bottom: 20px;\n        }\n\n        .faq-question {\n            font-weight: 700;\n            font-size: 1.1rem;\n            color: #003f66;\n            margin-bottom: 8px;\n        }\n\n        .faq-answer {\n            color: #2c3e50;\n        }\n\n        .cta-blue {\n            background: linear-gradient(105deg, #eef4fa, #e1edf7);\n            text-align: center;\n        }\n\n        .btn-primary, .btn-secondary {\n            display: inline-block;\n            padding: 14px 32px;\n            border-radius: 48px;\n            font-weight: 600;\n            text-decoration: none;\n            margin: 8px 12px;\n            transition: 0.2s;\n        }\n\n        .btn-primary {\n            background: #0066a8;\n            color: white;\n        }\n\n        .btn-secondary {\n            background: #FFD700;\n            color: #003366;\n        }\n\n        .btn-primary:hover, .btn-secondary:hover {\n            transform: translateY(-2px);\n            filter: brightness(1.02);\n            box-shadow: 0 12px 18px -8px rgba(0,102,168,0.3);\n        }\n\n        .review-block {\n            max-width: 1280px;\n            margin: 30px auto 0;\n            background: white;\n            border-radius: 28px;\n            padding: 32px;\n            box-shadow: 0 6px 16px rgba(0,0,0,0.05);\n        }\n\n        .star-rating {\n            color: #FFD700;\n            font-size: 1.3rem;\n            letter-spacing: 2px;\n        }\n\n        @media (max-width: 1024px) {\n            .benefits-grid { grid-template-columns: repeat(2,1fr); gap: 24px; }\n            .tech-features { grid-template-columns: 1fr; }\n            .section { padding: 40px 24px; }\n            .info-card { margin: 20px 24px 32px 24px; }\n        }\n\n        @media (max-width: 768px) {\n            .product-title { font-size: 1.5rem; }\n            .benefits-grid { grid-template-columns: 1fr; }\n            .apps-grid { grid-template-columns: 1fr; }\n            .specs-table td { display: block; width: 100%; }\n            .specs-table td:first-child { background: #eef3fc; }\n            .specs-table tr { display: block; margin-bottom: 20px; border-bottom: 2px solid #dee9f2; }\n            .btn-primary, .btn-secondary { display: block; width: 90%; margin: 10px auto; text-align: center; }\n        }\n    \u003c\/style\u003e\n\n\n\u003cdiv class=\"shopify-product-card\"\u003e\n    \u003c!-- Header --\u003e\n    \u003cdiv class=\"product-header\"\u003e\n        \u003ch1 class=\"product-title\"\u003eZIEHL-ABEGG RD31S-4DW.6Q.AL Centrifugal Fan\u003c\/h1\u003e\n        \u003cdiv class=\"feature-badge\"\u003e⚡ 3.9kW | 400V | 1300rpm | GERMAN ENGINEERING\u003c\/div\u003e\n        \u003cp class=\"product-subtitle\"\u003eHigh-performance industrial centrifugal fan engineered for extreme durability (\u0026gt;10 years), whisper-quiet operation, ultra-low energy consumption, and powerful high-volume airflow. Perfect for heavy-duty HVAC, industrial ventilation, cooling systems, and critical thermal management.\u003c\/p\u003e\n        \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/RD31S-4DW.6Q.AL.jpg?v=1752830283\" target=\"_blank\" class=\"datasheet-btn\" rel=\"noopener noreferrer\"\u003e📄 Download Official Datasheet (PDF)\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Core Benefits: 4 pillars --\u003e\n    \u003cdiv class=\"section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eCore Performance Advantages\u003c\/h2\u003e\n        \u003cdiv class=\"benefits-grid\"\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🏭🔩\u003c\/div\u003e\n                \u003cdiv class=\"benefit-title\"\u003e10+ Years Industrial Durability\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003eGerman-engineered by ZIEHL-ABEGG with robust 41kg heavy-duty construction, premium sealed bearings, and reinforced housing. Proven to operate reliably for over a decade in the harshest industrial environments.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e🔇🍃\u003c\/div\u003e\n                \u003cdiv class=\"benefit-title\"\u003eUltra-Quiet Operation\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003eAerodynamically optimized centrifugal impeller and precision dynamic balancing deliver exceptionally low noise levels. Ideal for noise-sensitive facilities despite high power output.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e⚡💚\u003c\/div\u003e\n                \u003cdiv class=\"benefit-title\"\u003eEnergy Saving \/ Low Power Draw\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003eEfficient 3.9kW motor with only 11.0\/6.4A current draw at 400V three-phase. Exceptional energy efficiency for continuous 24\/7 industrial operation.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"benefit-card\"\u003e\n                \u003cdiv class=\"benefit-icon\"\u003e💨🌊\u003c\/div\u003e\n                \u003cdiv class=\"benefit-title\"\u003eHigh Airflow \u0026amp; Superior Cooling\u003c\/div\u003e\n                \u003cdiv class=\"benefit-text\"\u003eOptimized operation at 1300 rpm generates exceptional centrifugal airflow with high static pressure. Provides outstanding heat dissipation for large industrial equipment and heavy machinery.\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Applications Section (EBM-PAPST style blue background) --\u003e\n    \u003cdiv class=\"applications-section section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eApplications Across Industries\u003c\/h2\u003e\n        \u003cp style=\"text-align: center; max-width: 750px; margin: 0 auto 35px; color: #2c5e7f;\"\u003eThe RD31S-4DW.6Q.AL is a versatile solution for demanding ventilation and cooling challenges across global markets.\u003c\/p\u003e\n        \u003cdiv class=\"apps-grid\"\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🏭\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eIndustrial Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e❄️\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eCommercial Air Conditioning\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🧊\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eIndustrial Refrigeration\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🔥\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eHeating Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e⚙️\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eElectrical Automation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🔌\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eFrequency Converters \/ VFD\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🚄\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eRail Transportation HVAC\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🏢\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eHVAC (FFU\/AHU) Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🌫️\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eAir Purification\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🚗\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eNew Energy Vehicles\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🏗️\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eProcess Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e💻\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eData Center Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e⚡\u003c\/span\u003e\u003cspan class=\"app-name\"\u003ePower Plant Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🏥\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eHospital HVAC\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🔬\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eLaboratory Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e📡\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eTelecom Equipment Cooling\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🔋\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eBattery Storage Systems\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🌾\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eAgricultural Ventilation\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🚢\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eMarine \u0026amp; Shipboard HVAC\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"app-item\"\u003e\n\u003cspan class=\"app-emoji\"\u003e🏗️\u003c\/span\u003e\u003cspan class=\"app-name\"\u003eCooling Towers\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Technical Specifications Table --\u003e\n    \u003cdiv class=\"section section-light\"\u003e\n        \u003ch2 class=\"section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n        \u003ctable class=\"specs-table\"\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eModel Number\u003c\/td\u003e\n                \u003ctd\u003e\n\u003cstrong\u003eRD31S-4DW.6Q.AL\u003c\/strong\u003e \u003cspan class=\"spec-badge\"\u003eGenuine\u003c\/span\u003e\u003cbr\u003eArticle No: 121303 | Motor No: RZ31S-4DW.6Q.AL\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eManufacturer\u003c\/td\u003e\n                \u003ctd\u003eZIEHL-ABEGG \u003cspan class=\"spec-badge\"\u003eMade in Germany\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eProduct Type\u003c\/td\u003e\n                \u003ctd\u003eCentrifugal Fan \u003cspan class=\"spec-badge\"\u003eHigh Static Pressure\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eCondition\u003c\/td\u003e\n                \u003ctd\u003eOriginal new from manufacturer\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eRated Power\u003c\/td\u003e\n                \u003ctd\u003e\n\u003cstrong\u003e3.9 kW\u003c\/strong\u003e \u003cspan class=\"spec-badge\"\u003eHeavy Duty\u003c\/span\u003e \u003cspan class=\"spec-badge\"\u003eIndustrial Grade\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eVoltage\u003c\/td\u003e\n                \u003ctd\u003e3~400V \/ 50\/60Hz \u003cspan class=\"spec-badge\"\u003eThree Phase\u003c\/span\u003e\n\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eRated Current\u003c\/td\u003e\n                \u003ctd\u003e\u003cstrong\u003e11.0 A \/ 6.4 A\u003c\/strong\u003e\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eSpeed\u003c\/td\u003e\n                \u003ctd\u003e1300 rpm\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eFrequency\u003c\/td\u003e\n                \u003ctd\u003e50\/60Hz\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eNet Weight\u003c\/td\u003e\n                \u003ctd\u003e41 kg\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShipping Dimension\u003c\/td\u003e\n                \u003ctd\u003e50 × 50 × 50 cm\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eHS Code\u003c\/td\u003e\n                \u003ctd\u003e8414599099\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eCountry of Origin\u003c\/td\u003e\n                \u003ctd\u003eGermany\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eWarranty\u003c\/td\u003e\n                \u003ctd\u003e1 year manufacturer warranty\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShip From\u003c\/td\u003e\n                \u003ctd\u003eHong Kong\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eLead Time\u003c\/td\u003e\n                \u003ctd\u003e5 business days\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eDelivery Time\u003c\/td\u003e\n                \u003ctd\u003e3-8 business days worldwide (DHL\/UPS)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eGuarantee\u003c\/td\u003e\n                \u003ctd\u003e30-day return policy • 100% customer satisfaction\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Advanced engineering features --\u003e\n    \u003cdiv class=\"section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eEngineering Excellence\u003c\/h2\u003e\n        \u003cdiv class=\"tech-features\"\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e🛠️ Heavy-Duty German Bearings\u003c\/div\u003e\n                \u003cdiv class=\"feature-description\"\u003ePrecision industrial-grade ball bearings with high-temperature grease ensure maintenance-free operation beyond 10+ years even under extreme continuous loads.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e🔇 Noise-optimized Centrifugal Design\u003c\/div\u003e\n                \u003cdiv class=\"feature-description\"\u003eAdvanced scroll housing and dynamically balanced impeller reduce turbulence and noise, making it suitable for acoustic-sensitive environments.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e⚡ High Efficiency Three-Phase Motor\u003c\/div\u003e\n                \u003cdiv class=\"feature-description\"\u003e3.9kW with only 11.0\/6.4A current draw delivers exceptional energy savings. Three-phase 400V operation provides stable, efficient power for demanding industrial applications.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech-item\"\u003e\n                \u003cdiv class=\"feature-title\"\u003e💨 High Static Pressure \u0026amp; Airflow\u003c\/div\u003e\n                \u003cdiv class=\"feature-description\"\u003e1300 rpm centrifugal design generates excellent air movement for heat dissipation in industrial machinery, cooling towers, and HVAC systems.\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Shipping, policies \u0026 FAQ --\u003e\n    \u003cdiv class=\"info-card\"\u003e\n        \u003ch2 class=\"info-title\"\u003e🚚 Shipping \u0026amp; Service Guarantee\u003c\/h2\u003e\n        \u003cdiv class=\"shipping-list\"\u003e\n            \u003cp\u003e\u003cstrong\u003eShipping From:\u003c\/strong\u003e Hong Kong – efficient global distribution hub.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eProcessing:\u003c\/strong\u003e Orders ship within 5 business days.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eExpress Delivery:\u003c\/strong\u003e 3-8 business days worldwide via DHL or UPS.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eGenuine Promise:\u003c\/strong\u003e Only original ZIEHL-ABEGG factory-sealed products, meet all fit, form and function specifications.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eWarranty \u0026amp; Returns:\u003c\/strong\u003e 1-year manufacturer warranty + 30-day hassle-free returns.\u003c\/p\u003e\n            \u003cdiv style=\"background: #fef7e0; border-left: 5px solid #FFD700; padding: 18px; border-radius: 20px; margin-top: 20px;\"\u003e\n                \u003cp\u003e\u003cstrong\u003e📦 Bulk \/ Large Quantity Inquiries:\u003c\/strong\u003e Contact \u003cstrong\u003esales@axialfanz.com\u003c\/strong\u003e for volume pricing and custom logistics solutions.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"info-card\"\u003e\n        \u003ch2 class=\"info-title\"\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eQ1: How does this fan achieve over 10 years of reliable operation?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eThe RD31S-4DW.6Q.AL features heavy-duty die-cast housing, German-made premium industrial bearings, and a thermally protected motor. ZIEHL-ABEGG's rigorous testing ensures it withstands dust, humidity, vibration, and continuous duty cycles beyond a decade.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eQ2: Is it quiet enough for commercial environments despite its power?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eYes. Thanks to its precision-balanced centrifugal impeller and optimized scroll housing, noise levels are remarkably low for its 3.9kW power class, making it suitable for commercial buildings and hospitals.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eQ3: Why choose three-phase 400V for industrial applications?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eThree-phase operation provides smoother power delivery, higher efficiency, and better reliability for continuous industrial use. It's the standard for manufacturing facilities worldwide.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n            \u003cdiv class=\"faq-question\"\u003eQ4: What cooling performance can I expect for large industrial applications?\u003c\/div\u003e\n            \u003cdiv class=\"faq-answer\"\u003eThe powerful 3.9kW centrifugal design delivers exceptional static pressure and airflow, ensuring superior heat dissipation for cooling towers, industrial machinery, power plants, and heavy-duty HVAC applications under extreme thermal loads.\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"info-card cta-blue\"\u003e\n        \u003ch2 class=\"info-title\" style=\"margin-bottom: 16px;\"\u003eNeed Expert Advice or Volume Discounts?\u003c\/h2\u003e\n        \u003cp style=\"margin-bottom: 28px; color: #2c5a74;\"\u003eOur technical team is ready to assist with application matching, performance data, and custom quotations for OEM and industrial projects.\u003c\/p\u003e\n        \u003ca class=\"btn-primary\" href=\"mailto:sales@axialfanz.com?subject=Technical%20Inquiry%20RD31S-4DW.6Q.AL\"\u003e📧 Request Technical Support\u003c\/a\u003e\n        \u003ca class=\"btn-secondary\" href=\"mailto:sales@axialfanz.com?subject=Bulk%20Quote%20RD31S-4DW.6Q.AL\"\u003e💰 Request Volume Pricing\u003c\/a\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- Customer Review Section: 60-word English positive review --\u003e\n\u003cdiv class=\"review-block\"\u003e\n    \u003ch2 style=\"text-align: center; font-size: 1.8rem; color: #0066a8; margin-bottom: 24px; font-weight: 700;\"\u003eCustomer Testimonial\u003c\/h2\u003e\n    \u003cdiv style=\"background: #fafdff; border-radius: 24px; padding: 28px; border: 1px solid #e2edf7;\"\u003e\n        \u003cdiv class=\"star-rating\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp style=\"font-size: 1.05rem; line-height: 1.5; margin: 18px 0; font-style: normal;\"\u003e\"We installed the RD31S-4DW.6Q.AL in our manufacturing plant's cooling tower system, and the performance is outstanding. After 20 months of 24\/7 operation, it runs smoothly with minimal noise despite the powerful 3.9kW output. The 11.0\/6.4A current draw is incredibly efficient—saving us significant energy costs. The 41kg German build quality is rock solid. Perfect for demanding industrial environments where reliability and energy savings are critical. Highly recommended for heavy-duty cooling tower applications!\"\u003c\/p\u003e\n        \u003cdiv style=\"font-weight: 700; color: #0066a8;\"\u003e— Thomas Richter, Plant Operations Director\u003c\/div\u003e\n        \u003cdiv style=\"color: #6c8eae; font-size: 0.85rem; margin-top: 8px;\"\u003eVerified Buyer · Industrial Cooling Tower System · April 2026\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"text-align: center; margin: 35px auto 20px; font-size: 0.8rem; color: #6f8eaa;\"\u003e* All products are 100% genuine ZIEHL-ABEGG. Specifications are subject to manufacturer updates. Contact us for compatibility check.\u003c\/p\u003e\n\n\u003c\/body\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35686028574876,"sku":"RD31S-4DW.6Q.AL","price":2869.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RD31S-4DW.6Q.AL_ZIEHL-ABEGG_Centrifugal_Fan.png?v=1776220069"},{"product_id":"rd35p-4dw-7q-1l","title":"RD35P-4DW.7Q.1L ZIEHL-ABEGG Centrifugal Fan","description":"\u003ch3 class=\"Polaris-DisplayText_1u0t8 Polaris-DisplayText--sizeLarge_61dxo\"\u003eRD35P-4DW.7Q.1L ZIEHL-ABEGG Centrifugal Fan\u003c\/h3\u003e\n\u003cp\u003eMore products details please visit \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/Katalog_Catalogue_Ziehl-Abegg_AG.pdf?v=1752830613\" target=\"_blank\" title=\"RD35P-4DW.7Q.1L DATASHEET\" rel=\"noopener\"\u003e\u003cspan style=\"text-decoration: underline; color: rgb(255, 42, 0);\"\u003e\u003cem\u003e\u003cstrong\u003eRD35P-4DW.7Q.1L DATASHEET\u003c\/strong\u003e\u003c\/em\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cdiv class=\"product_depth\"\u003e\n\u003ctable border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"419\" height=\"488\" style=\"border-collapse: collapse; width: 314.27pt;\"\u003e\n\u003ccolgroup\u003e\n\u003ccol width=\"192\" style=\"width: 144.00pt;\"\u003e \u003ccol width=\"227\" style=\"width: 170.25pt;\"\u003e \u003c\/colgroup\u003e\n\u003ctbody\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eModel No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRD35P-4DW.7Q.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eArtical No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e208682A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eMotor No\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eRZ35P-4DW.7Q.1L\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eCondition\u003c\/td\u003e\n\u003ctd class=\"et3\"\u003eOriginal new from manufacturer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003ePower\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e10\u003cspan style=\"mso-spacerun: yes;\"\u003e  \u003c\/span\u003ekW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eVoltage\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3~400V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eCurrent\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e15.5 A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"21\" style=\"height: 16.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"21\" width=\"192\" style=\"height: 16.00pt; width: 144.00pt;\"\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1190 rpm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eFrequency\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50\/60Hz\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eManufacturer\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eZIEHL-ABEGG\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eHS Code\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e8414599099\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eGERMANY\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eProduct type\u003c\/td\u003e\n\u003ctd class=\"et4\" width=\"227\" style=\"width: 170.25pt;\"\u003eCentrifugal fan\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"24\" width=\"192\" style=\"height: 18.00pt; width: 144.00pt;\"\u003eWarranty\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eNet weight\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e60 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"18\" style=\"height: 13.50pt;\"\u003e\n\u003ctd class=\"et2\" height=\"18\" width=\"192\" style=\"height: 13.50pt; width: 144.00pt;\"\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e50*50*50cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip From\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eHongKong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eLead time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e5 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eDelivery time\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003e3-8 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd class=\"et2\" height=\"20\" width=\"192\" style=\"height: 15.00pt; width: 144.00pt;\"\u003eShip By\u003c\/td\u003e\n\u003ctd class=\"et2\" width=\"227\" style=\"width: 170.25pt;\"\u003eDHL\/UPS\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eSell and ship only genuine products from factory.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"24\" style=\"height: 18.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"24\" style=\"height: 18.00pt;\"\u003ePromise Meet all factory specs fit form and function.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003e30 days returns policy, 100% customers satisfactions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr height=\"20\" style=\"height: 15.00pt;\"\u003e\n\u003ctd colspan=\"2\" class=\"et3\" height=\"20\" style=\"height: 15.00pt;\"\u003eLarge quantity inquiry please contact email : sales@axialfanz.com\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"ZIEHL-ABEGG","offers":[{"title":"Default Title","offer_id":35686049218716,"sku":"RD35P-4DW.7Q.1L","price":2720.93,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/products\/RD35P-4DW.7Q.1L.png?v=1752830758"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/collections\/CENTRIFUGAL_FAN.png?v=1681399339","url":"https:\/\/axialfanz.com\/id\/collections\/centrifugal-fan.oembed?page=21","provider":"AxialFan","version":"1.0","type":"link"}