{"product_id":"fc035-2df6c6-ziehl-abegg-axial-fan","title":"FC035-2DF.6C.6 ZIEHL-ABEGG Axial Fan","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e \u003cmeta name=\"description\" content=\"ZIEHL-ABEGG FC035-2DF.6C.6 axial fan: 0.98kW industrial power, 2900 RPM high-speed, 3~400V three-phase voltage. German-engineered for 10+ years durability, ultra-quiet operation, energy efficiency, and exceptional airflow for ventilation, HVAC, refrigeration, electrical automation, and multi-industry applications.\"\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, #0056b3 0%, #0066cc 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: #ff9900;\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: #ff9900;\n            color: white;\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: #0056b3;\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 #0056b3;\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,86,179,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: #0056b3;\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        .german-engineering-section {\n            padding: 50px 30px;\n            background: linear-gradient(135deg, #f0f8ff 0%, #e1f5fe 100%);\n            margin: 30px;\n            border-radius: 10px;\n        }\n        \n        .german-title {\n            text-align: center;\n            font-size: 1.8em;\n            color: #0056b3;\n            margin-bottom: 40px;\n            font-weight: 600;\n        }\n        \n        .german-features-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 25px;\n        }\n        \n        .german-feature-card {\n            background: white;\n            border-radius: 8px;\n            padding: 30px 25px;\n            text-align: center;\n            box-shadow: 0 4px 15px rgba(0,86,179,0.1);\n            border-top: 4px solid #ff9900;\n        }\n        \n        .german-feature-icon {\n            font-size: 3em;\n            margin-bottom: 20px;\n            display: block;\n            color: #0056b3;\n        }\n        \n        .german-feature-title {\n            font-size: 1.3em;\n            color: #0056b3;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .german-feature-description {\n            color: #555;\n            font-size: 1em;\n            line-height: 1.6;\n        }\n        \n        .applications-section {\n            padding: 50px 30px;\n            background: #f0f8ff;\n            margin: 30px;\n            border-radius: 10px;\n        }\n        \n        .applications-title {\n            text-align: center;\n            font-size: 1.8em;\n            color: #0056b3;\n            margin-bottom: 40px;\n            font-weight: 600;\n        }\n        \n        .applications-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 20px;\n        }\n        \n        .application-card {\n            background: white;\n            border-radius: 8px;\n            padding: 25px 15px;\n            border-left: 4px solid #ff9900;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n            text-align: center;\n            transition: transform 0.3s ease;\n        }\n        \n        .application-card:hover {\n            transform: translateY(-5px);\n        }\n        \n        .application-icon {\n            font-size: 2.5em;\n            margin-bottom: 15px;\n            display: block;\n            color: #0056b3;\n        }\n        \n        .application-name {\n            font-size: 1.2em;\n            color: #0056b3;\n            margin-bottom: 10px;\n            font-weight: 600;\n        }\n        \n        .application-description {\n            color: #555;\n            font-size: 0.9em;\n            line-height: 1.5;\n        }\n        \n        .performance-section {\n            padding: 50px 30px;\n            background: #fff;\n            margin: 30px;\n            border-radius: 10px;\n            box-shadow: 0 2px 15px rgba(0,0,0,0.05);\n        }\n        \n        .performance-title {\n            text-align: center;\n            font-size: 1.8em;\n            color: #0056b3;\n            margin-bottom: 40px;\n            font-weight: 600;\n        }\n        \n        .performance-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 25px;\n        }\n        \n        .performance-card {\n            background: #f8f9fa;\n            border-radius: 8px;\n            padding: 30px 20px;\n            text-align: center;\n            border-top: 4px solid #0056b3;\n        }\n        \n        .performance-value {\n            font-size: 2.5em;\n            color: #0056b3;\n            font-weight: 700;\n            margin-bottom: 10px;\n            display: block;\n        }\n        \n        .performance-label {\n            font-size: 1.1em;\n            color: #555;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n        \n        .performance-description {\n            color: #666;\n            font-size: 0.95em;\n            line-height: 1.5;\n        }\n        \n        .axial-fan-benefits {\n            padding: 50px 30px;\n            background: #e8f4ff;\n            margin: 30px;\n            border-radius: 10px;\n        }\n        \n        .axial-title {\n            text-align: center;\n            font-size: 1.8em;\n            color: #0056b3;\n            margin-bottom: 40px;\n            font-weight: 600;\n        }\n        \n        .axial-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 25px;\n        }\n        \n        .axial-card {\n            background: white;\n            border-radius: 8px;\n            padding: 30px 25px;\n            text-align: center;\n            box-shadow: 0 4px 15px rgba(0,86,179,0.1);\n            border-top: 4px solid #ff9900;\n        }\n        \n        .axial-icon {\n            font-size: 3em;\n            margin-bottom: 20px;\n            display: block;\n            color: #0056b3;\n        }\n        \n        .axial-feature-title {\n            font-size: 1.3em;\n            color: #0056b3;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .axial-feature-description {\n            color: #555;\n            font-size: 1em;\n            line-height: 1.6;\n        }\n        \n        .datasheet-download-section {\n            padding: 50px 30px;\n            background: #f0f8ff;\n            text-align: center;\n            margin: 30px;\n            border-radius: 10px;\n        }\n        \n        .datasheet-header {\n            text-align: center;\n            font-size: 1.8em;\n            color: #0056b3;\n            margin-bottom: 30px;\n            font-weight: 700;\n        }\n        \n        .datasheet-description {\n            font-size: 1.1em;\n            color: #555;\n            max-width: 800px;\n            margin: 0 auto 40px;\n            line-height: 1.6;\n        }\n        \n        .download-button {\n            display: inline-block;\n            background: #0056b3;\n            color: white;\n            padding: 16px 40px;\n            font-size: 1.2em;\n            font-weight: 600;\n            text-decoration: none;\n            border-radius: 8px;\n            transition: all 0.3s ease;\n            border: 2px solid #0056b3;\n            margin: 10px;\n            box-shadow: 0 4px 12px rgba(0,86,179,0.2);\n        }\n        \n        .download-button:hover {\n            background: white;\n            color: #0056b3;\n            transform: translateY(-3px);\n            box-shadow: 0 6px 20px rgba(0,86,179,0.3);\n        }\n        \n        .download-button.secondary {\n            background: #ff9900;\n            border-color: #ff9900;\n            color: white;\n        }\n        \n        .download-button.secondary:hover {\n            background: white;\n            color: #ff9900;\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            margin-top: 40px;\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: #0056b3;\n            width: 40%;\n            background-color: #f0f8ff;\n        }\n        \n        .high-power-cell {\n            color: #0056b3;\n            font-weight: 700;\n            background-color: #f0f8ff;\n        }\n        \n        .efficiency-cell {\n            color: #ff9900;\n            font-weight: 700;\n            background-color: #fff8e1;\n        }\n        \n        .high-speed-cell {\n            color: #0056b3;\n            font-weight: 700;\n            background-color: #f0f8ff;\n        }\n        \n        .wide-voltage-cell {\n            color: #1976d2;\n            font-weight: 700;\n            background-color: #e8f4ff;\n        }\n        \n        .precision-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: #0056b3;\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: #ff9900;\n            font-weight: bold;\n        }\n        \n        .bulk-inquiry {\n            background: #fff8e1;\n            border-left: 4px solid #ff9900;\n            padding: 20px;\n            margin-top: 20px;\n            border-radius: 5px;\n        }\n        \n        .bulk-inquiry strong {\n            color: #0056b3;\n        }\n        \n        .faq-section {\n            padding: 50px 30px;\n            background: #f0f8ff;\n            margin: 30px;\n            border-radius: 10px;\n            border: 1px solid #cfe2ff;\n        }\n        \n        .faq-title {\n            text-align: center;\n            font-size: 1.8em;\n            color: #0056b3;\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 #d1e7ff;\n        }\n        \n        .faq-item:last-child {\n            border-bottom: none;\n            margin-bottom: 0;\n        }\n        \n        .faq-question {\n            color: #0056b3;\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, #e7f1ff 0%, #d4e4ff 100%);\n            text-align: center;\n            border-radius: 10px;\n            margin: 30px;\n        }\n        \n        .cta-title {\n            font-size: 1.6em;\n            color: #0056b3;\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: #0056b3;\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 #0056b3;\n            margin: 5px 10px;\n        }\n        \n        .contact-button:hover {\n            background: white;\n            color: #0056b3;\n            transform: translateY(-2px);\n            box-shadow: 0 5px 15px rgba(0,86,179,0.2);\n        }\n        \n        .contact-button.secondary {\n            background: #ff9900;\n            border-color: #ff9900;\n            color: white;\n        }\n        \n        .contact-button.secondary:hover {\n            background: white;\n            color: #ff9900;\n        }\n        \n        .german-badge {\n            display: inline-block;\n            background: #000;\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-power-badge {\n            display: inline-block;\n            background: #0056b3;\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-efficient-badge {\n            display: inline-block;\n            background: #ff9900;\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-speed-badge {\n            display: inline-block;\n            background: #0056b3;\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        .wide-voltage-badge {\n            display: inline-block;\n            background: #1976d2;\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        .axial-fan-badge {\n            display: inline-block;\n            background: #0056b3;\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, .german-features-grid, .applications-grid, .performance-grid, .axial-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 20px;\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, .german-title, .applications-title, .performance-title, .datasheet-header, .axial-title {\n                font-size: 1.6em;\n            }\n            \n            .benefits-grid, .german-features-grid, .applications-grid, .performance-grid, .axial-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\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, .german-engineering-section, .performance-section, .datasheet-download-section, .axial-fan-benefits {\n                margin: 20px 15px;\n                padding: 30px 20px;\n            }\n            \n            .faq-question {\n                font-size: 1.15em;\n            }\n            \n            .benefit-card, .application-card, .german-feature-card, .performance-card, .axial-card {\n                padding: 20px 15px;\n            }\n            \n            .benefit-icon, .application-icon, .german-feature-icon, .axial-icon {\n                font-size: 2.5em;\n                height: 50px;\n            }\n            \n            .performance-value {\n                font-size: 2em;\n            }\n            \n            .contact-button, .download-button {\n                display: block;\n                margin: 10px auto;\n                width: 90%;\n                max-width: 300px;\n            }\n            \n            .download-button {\n                padding: 14px 25px;\n                font-size: 1.1em;\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-download-section, .faq-section, .applications-section, .axial-fan-benefits {\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, .german-title, .applications-title, .performance-title, .datasheet-header, .axial-title {\n                font-size: 1.4em;\n            }\n            \n            .feature-badge {\n                font-size: 1em;\n                padding: 6px 15px;\n            }\n            \n            .datasheet-description {\n                font-size: 1em;\n                margin-bottom: 30px;\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 FC035-2DF.6C.6 Axial Fan\u003c\/h1\u003e\n\u003cdiv class=\"feature-badge\"\u003eGerman Multi-Industry Solution\u003c\/div\u003e\n\u003cp class=\"product-subtitle\"\u003eIndustrial-grade 0.98kW axial flow fan with 2900 RPM high-speed operation, engineered for 10+ years durability, ultra-quiet performance, energy efficiency, and exceptional direct airflow for ventilation, HVAC, refrigeration, electrical automation, and diverse industrial applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefits-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eMulti-Industry Cooling Excellence\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\"\u003e7.2kg precision construction with ZIEHL-ABEGG German engineering ensures reliable operation for over a decade in demanding environments. Premium components, reinforced housing, and industrial-grade bearings guarantee long-term performance across diverse industries.\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 2900 RPM\u003c\/h3\u003e\n\u003cp class=\"benefit-description\"\u003eAdvanced aerodynamic blade design and precision balancing minimize noise at 2900 RPM high-speed operation. Engineered for commercial and industrial environments where both cooling performance and acoustic comfort are critical 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\"\u003eEnergy Efficient (0.98kW)\u003c\/h3\u003e\n\u003cp class=\"benefit-description\"\u003eOptimized 0.98kW power consumption delivers high-performance airflow with efficient energy usage. Advanced motor technology provides excellent power-to-airflow ratio, reducing operational costs in continuous 24\/7 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\"\u003eHigh-Volume Direct Airflow\u003c\/h3\u003e\n\u003cp class=\"benefit-description\"\u003eAxial flow design at 2900 RPM generates powerful, straight-line airflow for superior ventilation and heat dissipation. 47×47×30cm compact size delivers substantial air movement for space-constrained installations across multiple industries.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"axial-fan-benefits\"\u003e\n\u003ch2 class=\"axial-title\"\u003eAxial Fan Technology Advantages\u003c\/h2\u003e\n\u003cdiv class=\"axial-grid\"\u003e\n\u003cdiv class=\"axial-card\"\u003e\n\u003cspan class=\"axial-icon\"\u003e🔄\u003c\/span\u003e\n\u003ch3 class=\"axial-feature-title\"\u003eHigh-Efficiency Air Movement\u003c\/h3\u003e\n\u003cp class=\"axial-feature-description\"\u003eAxial design moves air parallel to the shaft, providing high-volume airflow with lower power consumption compared to centrifugal fans. Ideal for applications requiring direct, unimpeded airflow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"axial-card\"\u003e\n\u003cspan class=\"axial-icon\"\u003e📏\u003c\/span\u003e\n\u003ch3 class=\"axial-feature-title\"\u003eCompact Installation\u003c\/h3\u003e\n\u003cp class=\"axial-feature-description\"\u003eStreamlined axial design allows for space-efficient installation in tight spaces. Perfect for equipment cabinets, ventilation ducts, and confined industrial environments where space is limited.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"axial-card\"\u003e\n\u003cspan class=\"axial-icon\"\u003e💪\u003c\/span\u003e\n\u003ch3 class=\"axial-feature-title\"\u003eLow Static Pressure Performance\u003c\/h3\u003e\n\u003cp class=\"axial-feature-description\"\u003eOptimized for applications with minimal airflow resistance. Provides excellent cooling performance in open environments or systems with low static pressure requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"german-engineering-section\"\u003e\n\u003ch2 class=\"german-title\"\u003eGerman Engineering Excellence\u003c\/h2\u003e\n\u003cdiv class=\"german-features-grid\"\u003e\n\u003cdiv class=\"german-feature-card\"\u003e\n\u003cspan class=\"german-feature-icon\"\u003e🇩🇪\u003c\/span\u003e\n\u003ch3 class=\"german-feature-title\"\u003ePrecision Manufacturing\u003c\/h3\u003e\n\u003cp class=\"german-feature-description\"\u003eZIEHL-ABEGG German manufacturing ensures exceptional build quality, precise blade alignment, and consistent performance across all operating conditions for diverse industrial applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"german-feature-card\"\u003e\n\u003cspan class=\"german-feature-icon\"\u003e🔧\u003c\/span\u003e\n\u003ch3 class=\"german-feature-title\"\u003ePremium Components\u003c\/h3\u003e\n\u003cp class=\"german-feature-description\"\u003eHigh-grade materials, industrial bearings, thermal-protected windings, and corrosion-resistant construction ensure reliability in varied environmental conditions from HVAC to industrial automation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"german-feature-card\"\u003e\n\u003cspan class=\"german-feature-icon\"\u003e📊\u003c\/span\u003e\n\u003ch3 class=\"german-feature-title\"\u003ePerformance Consistency\u003c\/h3\u003e\n\u003cp class=\"german-feature-description\"\u003eRigorous quality control and testing ensure consistent airflow performance, power efficiency, and acoustic characteristics across production batches for reliable multi-industry applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"performance-section\"\u003e\n\u003ch2 class=\"performance-title\"\u003ePerformance Specifications\u003c\/h2\u003e\n\u003cdiv class=\"performance-grid\"\u003e\n\u003cdiv class=\"performance-card\"\u003e\n\u003cspan class=\"performance-value\"\u003e0.98 kW\u003c\/span\u003e\n\u003cdiv class=\"performance-label\"\u003ePower Rating\u003c\/div\u003e\n\u003cp class=\"performance-description\"\u003eOptimized power consumption for maximum cooling efficiency with minimal energy usage in continuous operation across various applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"performance-card\"\u003e\n\u003cspan class=\"performance-value\"\u003e2900 RPM\u003c\/span\u003e\n\u003cdiv class=\"performance-label\"\u003eOperating Speed\u003c\/div\u003e\n\u003cp class=\"performance-description\"\u003eHigh-speed operation for maximum airflow while maintaining controlled acoustic performance through precision engineering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"performance-card\"\u003e\n\u003cspan class=\"performance-value\"\u003e3~400V\u003c\/span\u003e\n\u003cdiv class=\"performance-label\"\u003eVoltage Range\u003c\/div\u003e\n\u003cp class=\"performance-description\"\u003eThree-phase voltage compatibility for industrial and commercial applications, suitable for global industrial electrical 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=\"applications-title\"\u003eMulti-Industry Applications\u003c\/h2\u003e\n\u003cdiv class=\"applications-grid\"\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cspan class=\"application-icon\"\u003e💨\u003c\/span\u003e\n\u003ch3 class=\"application-name\"\u003eVentilation Systems\u003c\/h3\u003e\n\u003cp class=\"application-description\"\u003eIndustrial ventilation, building exhaust systems, fresh air supply, warehouse ventilation, and commercial building air exchange applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cspan class=\"application-icon\"\u003e❄️\u003c\/span\u003e\n\u003ch3 class=\"application-name\"\u003eHVAC Systems\u003c\/h3\u003e\n\u003cp class=\"application-description\"\u003eAir handling units (AHU), fan filter units (FFU), rooftop units, chillers, heat pumps, and building climate control systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cspan class=\"application-icon\"\u003e🧊\u003c\/span\u003e\n\u003ch3 class=\"application-name\"\u003eRefrigeration\u003c\/h3\u003e\n\u003cp class=\"application-description\"\u003eCommercial refrigeration units, cold storage facilities, freezer systems, display case cooling, and industrial refrigeration applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cspan class=\"application-icon\"\u003e⚡\u003c\/span\u003e\n\u003ch3 class=\"application-name\"\u003eElectrical Automation\u003c\/h3\u003e\n\u003cp class=\"application-description\"\u003eControl cabinets, electrical enclosures, PLC systems, automation equipment, and industrial control panel cooling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cspan class=\"application-icon\"\u003e🔌\u003c\/span\u003e\n\u003ch3 class=\"application-name\"\u003eFrequency Converters\u003c\/h3\u003e\n\u003cp class=\"application-description\"\u003eABB, Siemens, Danfoss, Schneider drives and inverters, industrial motor controls, and power electronics cooling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cspan class=\"application-icon\"\u003e🚄\u003c\/span\u003e\n\u003ch3 class=\"application-name\"\u003eRail Transportation\u003c\/h3\u003e\n\u003cp class=\"application-description\"\u003eTrain HVAC systems, railway equipment cooling, subway ventilation, and rail transportation climate control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cspan class=\"application-icon\"\u003e🔥\u003c\/span\u003e\n\u003ch3 class=\"application-name\"\u003eHeating Systems\u003c\/h3\u003e\n\u003cp class=\"application-description\"\u003eIndustrial heaters, boiler systems, heat recovery ventilators, and commercial heating equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cspan class=\"application-icon\"\u003e🌬️\u003c\/span\u003e\n\u003ch3 class=\"application-name\"\u003eAir Purification\u003c\/h3\u003e\n\u003cp class=\"application-description\"\u003eCleanroom systems, air purifiers, filtration units, medical equipment ventilation, and environmental control systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-card\"\u003e\n\u003cspan class=\"application-icon\"\u003e🚗\u003c\/span\u003e\n\u003ch3 class=\"application-name\"\u003eNew Energy Vehicles\u003c\/h3\u003e\n\u003cp class=\"application-description\"\u003eElectric vehicle battery cooling, charging station equipment, power electronics cooling, and automotive climate control systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"datasheet-download-section\"\u003e\n\u003ch2 class=\"datasheet-header\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/FC035-2DF.6C.61.png?v=1759405032\" title=\"FC035-2DF.6C.6 datasheet\" rel=\"noopener\" target=\"_blank\"\u003eDownload Datasheet\u003c\/a\u003e\u003c\/h2\u003e\n\u003cp class=\"datasheet-description\"\u003eDownload the complete technical datasheet for detailed specifications, performance curves, installation guidelines, and application information for the ZIEHL-ABEGG FC035-2DF.6C.6 Axial Fan.\u003c\/p\u003e\n\u003ca class=\"download-button\" href=\"#\"\u003eDownload Technical Datasheet (PDF)\u003c\/a\u003e \u003ca class=\"download-button secondary\" href=\"#\"\u003eDownload Installation Manual\u003c\/a\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel Number\u003c\/td\u003e\n\u003ctd\u003eFC035-2DF.6C.6\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eArticle Number\u003c\/td\u003e\n\u003ctd\u003e125091\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer\u003c\/td\u003e\n\u003ctd\u003eZIEHL-ABEGG \u003cspan class=\"german-badge\"\u003eGERMAN ENGINEERING\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=\"axial-fan-badge\"\u003eHIGH-EFFICIENCY\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=\"high-power-cell\"\u003e0.98 kW \u003cspan class=\"energy-efficient-badge\"\u003eENERGY EFFICIENT\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRated Voltage\u003c\/td\u003e\n\u003ctd class=\"wide-voltage-cell\"\u003e3~400 V \u003cspan class=\"wide-voltage-badge\"\u003eINDUSTRIAL 3-PHASE\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRated Current\u003c\/td\u003e\n\u003ctd\u003e3.3\/1.9 A\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\u003eSpeed\u003c\/td\u003e\n\u003ctd class=\"high-speed-cell\"\u003e2900 rpm \u003cspan class=\"high-speed-badge\"\u003eHIGH 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=\"precision-cell\"\u003e7.2 kg \u003cspan class=\"german-badge\"\u003ePRECISION BUILT\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Dimension\u003c\/td\u003e\n\u003ctd\u003e47 × 47 × 30 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\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 alt=\"ZIEHL-ABEGG FC035-2DF.6C.6 axial fan datasheet\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0451\/4149\/1868\/files\/ZIEHL-ABEGG_FC035-2DF.6C.6_axial_fan_datasheet.png?v=1768298325\"\u003eShipping, Warranty \u0026amp; Service Commitment\u003c\/h2\u003e\n\u003cdiv class=\"shipping-details\"\u003e\n\u003cp\u003e\u003cstrong\u003eGlobal Shipping Hub:\u003c\/strong\u003e Dispatched from \u003cstrong\u003eHong Kong\u003c\/strong\u003e for efficient worldwide distribution with competitive shipping rates to all industries.\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\u003eManufacturer Warranty:\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\u003eQuality Guarantee:\u003c\/strong\u003e We sell only genuine ZIEHL-ABEGG products guaranteed to meet all factory specifications for fit, form, and function. Benefit from our \u003cstrong\u003e30-day return policy\u003c\/strong\u003e and commitment to \u003cstrong\u003e100% customer satisfaction\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv class=\"bulk-inquiry\"\u003e\n\u003cp\u003e\u003cstrong\u003eFor Multi-Industry Volume Purchases:\u003c\/strong\u003e Contact our sales team at \u003cstrong\u003esales@axialfanz.com\u003c\/strong\u003e for quantity pricing, custom quotations, and application-specific support across all industry segments.\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 are the advantages of axial fan technology compared to centrifugal fans?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e \u003cstrong\u003eAxial fans offer distinct advantages for specific applications\u003c\/strong\u003e: 1) \u003cstrong\u003eHigher Airflow Volume:\u003c\/strong\u003e Move larger volumes of air at lower static pressures, 2) \u003cstrong\u003eEnergy Efficiency:\u003c\/strong\u003e Typically more energy-efficient for applications with minimal airflow resistance, 3) \u003cstrong\u003eCompact Design:\u003c\/strong\u003e More space-efficient installation in confined spaces, 4) \u003cstrong\u003eDirect Airflow:\u003c\/strong\u003e Provide straight-line airflow ideal for ventilation and exhaust applications, and 5) \u003cstrong\u003eLower Noise:\u003c\/strong\u003e Often operate more quietly at similar airflow rates. The ZIEHL-ABEGG FC035-2DF.6C.6 combines these axial advantages with German engineering quality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ2: How does this axial fan maintain quiet operation at 2900 RPM for commercial and industrial applications?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e \u003cstrong\u003eAdvanced noise-reduction technologies work together\u003c\/strong\u003e to ensure ultra-quiet operation suitable for diverse environments: 1) Precision aerodynamic blade design optimized for minimal air turbulence, 2) Exact rotor balancing reduces mechanical vibration, 3) High-quality bearings with minimal runout, 4) Optimized motor design with smooth commutation, and 5) Vibration-dampening mounting features. The axial design inherently produces efficient airflow with reduced noise compared to other fan types at similar speeds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ3: What makes this fan suitable for such a wide range of applications from HVAC to new energy vehicles?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e The \u003cstrong\u003ecombination of versatile axial design and German engineering\u003c\/strong\u003e enables multi-industry application: 1) \u003cstrong\u003eVersatile Performance:\u003c\/strong\u003e 2900 RPM provides substantial direct airflow for diverse cooling and ventilation needs, 2) \u003cstrong\u003eRobust Construction:\u003c\/strong\u003e 7.2kg durable build withstands various environmental conditions, 3) \u003cstrong\u003eElectrical Compatibility:\u003c\/strong\u003e 3~400V three-phase voltage works with industrial and commercial power systems, 4) \u003cstrong\u003eEnergy Efficiency:\u003c\/strong\u003e 0.98kW optimized power reduces operational costs across all applications, and 5) \u003cstrong\u003eCompact Design:\u003c\/strong\u003e 47×47×30cm size fits space-constrained installations in equipment cabinets, HVAC units, and industrial machinery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ4: How does the 3~400V three-phase voltage benefit different industrial and commercial applications?\u003c\/h3\u003e\n\u003cp class=\"faq-answer\"\u003e\u003cstrong\u003eA:\u003c\/strong\u003e The \u003cstrong\u003ethree-phase voltage compatibility provides exceptional flexibility\u003c\/strong\u003e for diverse applications: 1) \u003cstrong\u003eIndustrial Systems:\u003c\/strong\u003e Direct compatibility with 400V three-phase industrial power systems worldwide, 2) \u003cstrong\u003eCommercial Buildings:\u003c\/strong\u003e Suitable for commercial HVAC and ventilation systems using three-phase power, 3) \u003cstrong\u003eManufacturing Facilities:\u003c\/strong\u003e Works with factory electrical infrastructure without additional transformers, 4) \u003cstrong\u003eGlobal Standard:\u003c\/strong\u003e Aligns with international three-phase voltage standards for export equipment, and 5) \u003cstrong\u003eReliability:\u003c\/strong\u003e Three-phase motors provide smoother operation and higher starting torque for demanding applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2 class=\"cta-title\"\u003eNeed Multi-Industry Cooling Solutions?\u003c\/h2\u003e\n\u003cp class=\"cta-description\"\u003eContact our technical specialists for detailed performance data, application engineering support, or volume pricing for your specific industry requirements.\u003c\/p\u003e\n\u003ca class=\"contact-button\" href=\"mailto:sales@example.com?subject=ZIEHL-ABEGG%20FC035-2DF.6C.6%20Technical%20Inquiry\"\u003eRequest Technical Documentation\u003c\/a\u003e \u003ca class=\"contact-button secondary\" href=\"mailto:sales@axialfanz.com?subject=Bulk%20Inquiry%20ZIEHL-ABEGG%20FC035-2DF.6C.6\"\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":"FC035-2DF.6C.6 With Housing","offer_id":46624666943649,"sku":"FC035-2DF.6C.6","price":9588.0,"currency_code":"BRL","in_stock":true},{"title":"Only Fan Of FC035-2DF.6C.6 Without Housing","offer_id":46624666976417,"sku":"Only Fan Of FC035-2DF.6C.6","price":8388.0,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2216\/8673\/files\/ZIEHL-ABEGG_FC035-2DF.6C.6_axial_fan_with_housing.jpg?v=1782765724","url":"https:\/\/www.foxti.com.br\/products\/fc035-2df6c6-ziehl-abegg-axial-fan","provider":"FoxTI","version":"1.0","type":"link"}