{"id":14346,"date":"2023-11-23T15:37:05","date_gmt":"2023-11-23T15:37:05","guid":{"rendered":"https:\/\/fllux.shop\/?post_type=product&#038;p=14346"},"modified":"2026-03-18T08:21:39","modified_gmt":"2026-03-18T07:21:39","slug":"power-unit-350-p","status":"publish","type":"product","link":"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p\/","title":{"rendered":"POWER UNIT 350 P"},"content":{"rendered":"\t\t<div data-elementor-type=\"product-post\" data-elementor-id=\"14346\" class=\"elementor elementor-14346\" data-elementor-post-type=\"product\">\n\t\t\t\t<div class=\"elementor-element elementor-element-48fd17d e-con-full e-flex e-con e-parent\" data-id=\"48fd17d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9d069ec elementor-widget elementor-widget-template\" data-id=\"9d069ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"page\" data-elementor-id=\"17025\" class=\"elementor elementor-17025 elementor-15596 elementor-15596\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5bc8d99 e-flex e-con-boxed e-con e-parent\" data-id=\"5bc8d99\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d61b07b elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"d61b07b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><h2 class=\"jet-listing-dynamic-field__content\" >AL-KO POWER UNIT 350 P - Mobile Dust Extractor for a Cleaner, Healthier Workspace<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11a4314 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"11a4314\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__content\" ><p>Breathe easy and boost productivity with the AL-KO POWER UNIT 350 P, a state-of-the-art mobile dust extractor. Furthermore, this powerful unit effectively removes dust and chips from a variety of materials, including wood, plastic, and paper, making it ideal for both workshops and industrial settings. Moreover, it's compliant with the latest regulations (prEN 16770, dust class M),<\/p>\n<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ee1ff02 elementor-widget elementor-widget-jet-listing-dynamic-repeater\" data-id=\"ee1ff02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-repeater.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-repeater\"><div class=\"jet-listing-dynamic-repeater__items \"><li class=\"jet-listing-dynamic-repeater__item\"><i class=\"fa fa-check\"><\/i><p>High Extraction Capacity: Up to 8,000 m\u00b3\/h airflow<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><i class=\"fa fa-check\"><\/i><p>Efficient Pre-Separator: Extends filter life<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><i class=\"fa fa-check\"><\/i><p>Washable M-Class Filters: With BIA Certificate<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><i class=\"fa fa-check\"><\/i><p>Mobile Design: Easy to move with 4 casters<\/p><\/li><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9c470b9 elementor-widget elementor-widget-html\" data-id=\"9c470b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script> \r\n\/\/ Function to register string for WPML (if needed)\r\nfunction registerStringForWPML(stringName) {\r\n    if (typeof wpml_translate !== 'undefined') {\r\n        return wpml_translate('Custom Strings', stringName, stringName);\r\n    }\r\n    return stringName; \/\/ Fallback if wpml_translate is not defined\r\n}\r\n\r\njQuery(document).ready(function($){\r\n    $('#read-more-button').click(function(){\r\n        var container = $('.hidden-container');\r\n        var button = $(this);\r\n        \r\n        if (container.hasClass('show-container')) {\r\n            \/\/ Collapse the container\r\n            container.removeClass('show-container');\r\n            container.css('max-height', '250px'); \/\/ Collapsed height\r\n            \r\n            \/\/ Change button text to translated \"Show More\"\r\n            button.text(registerStringForWPML('Show More'));\r\n            \r\n            button.removeClass('show-less'); \/\/ Remove class for rotation and position change\r\n            \r\n            \/\/ Scroll smoothly to the top of the container with adjustment\r\n            $('html, body').animate({\r\n                scrollTop: container.offset().top - 250 \/\/ Adjust scroll to move to top of container\r\n            }, 500); \/\/ 500ms for smooth scroll\r\n        } else {\r\n            \/\/ Expand the container\r\n            container.addClass('show-container');\r\n            container.css('max-height', (container.get(0).scrollHeight + 5) + 'px'); \/\/ Expand with added 5px\r\n            \r\n            \/\/ Change button text to translated \"Show Less\"\r\n            button.text(registerStringForWPML('Show Less'));\r\n            \r\n            button.addClass('show-less'); \/\/ Add class for rotation and position change\r\n        }\r\n    });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-469b8e4 hidden-container e-flex e-con-boxed e-con e-parent\" data-id=\"469b8e4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c5fd60b e-con-full e-flex e-con e-child\" data-id=\"c5fd60b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c74317d e-con-full e-flex e-con e-child\" data-id=\"c74317d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6b7568d e-con-full e-flex e-con e-child\" data-id=\"6b7568d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1f6a996 e-con-full e-flex e-con e-child\" data-id=\"1f6a996\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c3cf996 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"c3cf996\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><h2 class=\"jet-listing-dynamic-field__content\" >Clean Air, Maximized Performance<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4bb9e52 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"4bb9e52\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__content\" ><p>Beyond simply extracting dust, the POWER UNIT 350 P is your partner in creating an optimal working environment. Its advanced features, including a pre-separator, washable filters, and powerful motor, ensure exceptional dust collection and a long service life, so you can focus on what you do best.<\/p>\n<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d592cd3 e-con-full e-flex e-con e-child\" data-id=\"d592cd3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e35d351 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"e35d351\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><h2 class=\"jet-listing-dynamic-field__content\" >Key Features:<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b2d2070 elementor-widget elementor-widget-jet-listing-dynamic-repeater\" data-id=\"b2d2070\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-repeater.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-repeater\"><div class=\"jet-listing-dynamic-repeater__items \"><div class=\"jet-listing-dynamic-repeater__item\"><h3 class=\"features-title\">Consistently High Suction Power<\/h3>\r\n<p>The integrated pre-separator and AL-KO OPTI JET\u00ae filter cleaning system work together to maintain powerful suction, even during extended use.  Consequently, you can rely on consistent performance, even with heavy dust loads.<\/p><\/div><div class=\"jet-listing-dynamic-repeater__item\"><h3 class=\"features-title\">Energy-Efficient &amp; Cost-Effective<\/h3>\r\n<p>Not only do washable filters reduce the need for replacements, but the 100% recirculating air operation option can also help lower heating costs.  This means you save money while being environmentally conscious.<\/p><\/div><div class=\"jet-listing-dynamic-repeater__item\"><h3 class=\"features-title\">Quiet Operation<\/h3>\r\n<p>In addition to its powerful performance, highly effective sound insulation makes this unit remarkably quiet, creating a more comfortable and less distracting work environment.<\/p><\/div><div class=\"jet-listing-dynamic-repeater__item\"><h3 class=\"features-title\">Compact &amp; Mobile<\/h3>\r\n<p>Finally, the space-saving design and 4 sturdy casters (2 swiveling, 1 with brake) make it easy to move the unit around your workspace as needed.<\/p><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a840703 e-con-full e-flex e-con e-child\" data-id=\"a840703\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ece0584 e-con-full e-flex e-con e-child\" data-id=\"ece0584\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d247352 e-con-full e-flex e-con e-child\" data-id=\"d247352\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f9898f8 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"f9898f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><h2 class=\"jet-listing-dynamic-field__content\" >Applications:<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6436029 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"6436029\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__content\" ><p data-sourcepos=\"36:1-36:40\">Perfect For:<\/p>\n<ul data-sourcepos=\"40:1-44:0\">\n<li data-sourcepos=\"40:1-40:89\"><strong>Woodworking &amp; Metalworking:<\/strong> Capture sawdust, metal shavings, and other debris.<\/li>\n<li data-sourcepos=\"41:1-41:79\"><strong>Industrial Production:<\/strong> Maintain clean air in manufacturing environments.<\/li>\n<li data-sourcepos=\"42:1-42:90\"><strong>Construction &amp; Renovation:<\/strong> Control dust during building and remodeling projects<\/li>\n<li data-sourcepos=\"43:1-44:0\"><strong>And More!<\/strong> <strong>Essentially, anywhere<\/strong> dust generation is a concern, the POWER UNIT 350 P is the solution<\/li>\n<\/ul>\n<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-80d7e63 e-con-full e-flex e-con e-child\" data-id=\"80d7e63\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-66bd493 e-con-full e-flex e-con e-child\" data-id=\"66bd493\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6901ccf e-con-full e-flex e-con e-child\" data-id=\"6901ccf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-378a327 e-con-full e-flex e-con e-child\" data-id=\"378a327\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7525ee5 elementor-widget elementor-widget-jet-listing-dynamic-image\" data-id=\"7525ee5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;sticky_offset&quot;:100,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0,&quot;sticky_parent&quot;:&quot;yes&quot;}\" data-widget_type=\"jet-listing-dynamic-image.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-image\" ><img loading=\"lazy\" decoding=\"async\" width=\"704\" height=\"629\" src=\"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/POWER-UNIT-Spaenebehaelter.jpg\" class=\"jet-listing-dynamic-image__img attachment-full size-full\" alt=\"POWER UNIT 350 P\" srcset=\"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/POWER-UNIT-Spaenebehaelter.jpg 704w, https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/POWER-UNIT-Spaenebehaelter-300x268.jpg 300w, https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/POWER-UNIT-Spaenebehaelter-441x394.jpg 441w, https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/POWER-UNIT-Spaenebehaelter-150x134.jpg 150w\" sizes=\"auto, (max-width: 360px) 147px, (max-width: 704px) 100vw, 704px\" loading=\"lazy\" \/><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5052542 e-con-full e-flex e-con e-child\" data-id=\"5052542\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cdaf03d elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"cdaf03d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><h2 class=\"jet-listing-dynamic-field__content\" >Tehnical Specifications:<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2bce356 elementor-widget elementor-widget-jet-listing-dynamic-repeater\" data-id=\"2bce356\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-repeater.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-repeater\"><div class=\"jet-listing-dynamic-repeater__items \"><li class=\"jet-listing-dynamic-repeater__item\"><p>Suction Nozzle: <\/p>\r\n<p>\u00f8 350 mm<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Motor Power: <\/p>\r\n<p>11 kW; 20.5 A; 3-phase; 400 V \/ 50 Hz<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Nominal Airflow Rate:<\/p>\r\n<p>6,927 \/ 7,620 m\u00b3\/h<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Negative Pressure:<\/p>\r\n<p>2,543 \/ 2,111 Pa<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Filter Area:<\/p>\r\n<p>73 m\u00b2 (57 x \u00d8125 mm, 1,000 mm long)<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Filter Cleaning:<\/p>\r\n<p>Compressed air cleaning<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Filter Material: <\/p>\r\n<p>Category M, electrically conductive, white, washable<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Filter Load:<\/p>\r\n<p>95 m\u00b3\/m\u00b2\/h<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Residual Dust Content:<\/p>\r\n<p>H3 \/ &lt;0.1 mg\/m\u00b3<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Chip Collection Volume: <\/p>\r\n<p>3 x 165 (241) liters<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Basic Control Unit:<\/p>\r\n<p>Micro PLC Logo Siemens<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Electrical Connections:<\/p>\r\n<p>5 m connection cable with 5-pin CEE plug, 32 A with phase inverter<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Compressed Air Supply:<\/p>\r\n<p>\u00bd\" standard plug with maintenance unit<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Airflow Monitoring:<\/p>\r\n<p>Differential pressure switch with warning light on the control cabinet<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Dimensions (L x W x H):<\/p>\r\n<p>3,112 x 1,058 x 2,361 mm<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Chassis:<\/p>\r\n<p> 4 plastic castors \u00d8125 mm, two swiveling, one with brake<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Weight:<\/p>\r\n<p>approx. 1,074 kg<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Version \/ Operating Side:<\/p>\r\n<p>Optional right \/ left<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Paint Finish: <\/p>\r\n<p>RAL 7001 (Silver Grey) and RAL 7035 (Light Grey)<\/p><\/li><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2f22e59 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"2f22e59\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__content\" ><p>Ready to invest in a cleaner, healthier workspace? For a deep dive into the AL-KO POWER UNIT 350 P and its many benefits, explore our blog post.<\/p>\n<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e33ca99 e-flex e-con-boxed e-con e-parent\" data-id=\"e33ca99\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8331d23 elementor-widget elementor-widget-button\" data-id=\"8331d23\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\" id=\"read-more-button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">SHOW MORE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9a71ce9 elementor-widget elementor-widget-heading\" data-id=\"9a71ce9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Thank you!<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a281a0b elementor-widget elementor-widget-shortcode\" data-id=\"a281a0b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"page\" data-elementor-id=\"23951\" class=\"elementor elementor-23951\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-918d3ca e-flex e-con-boxed e-con e-parent\" data-id=\"918d3ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e029d8c elementor-widget elementor-widget-heading\" data-id=\"e029d8c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">How the AL-KO POWER UNIT generally works<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-322f5e3 elementor-widget elementor-widget-video\" data-id=\"322f5e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/Hl58DHezTEY?vq=hd720&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fb60280 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"fb60280\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">The versatile AL-KO POWER UNIT\u00ae series impresses with innovative technology and many well thought-out details.\n<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-22e6f31 e-flex e-con-boxed e-con e-parent\" data-id=\"22e6f31\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9b7b8ad elementor-widget elementor-widget-heading\" data-id=\"9b7b8ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Power Unit Performance Comparison<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-75d3114 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"75d3114\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Easily compare the performance metrics of AL-KO Power Units, from airflow to motor rating, vacuum capacity, and noise levels. This table helps you identify the best fit for your specific requirements by analyzing key data points.\n<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c23200 elementor-widget elementor-widget-jet-table\" data-id=\"5c23200\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-table.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-jet-table jet-elements\">\n\t\t<div class=\"jet-table-wrapper\">\n\t\t\t<table class=\"jet-table jet-table--fa5-compat\">\n\t\t\t\t<thead class=\"jet-table__head\"><tr class=\"jet-table__head-row\"><th class=\"jet-table__cell elementor-repeater-item-af1ec77 jet-table__head-cell\" scope=\"col\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">Device Type<\/div><\/div><\/div><\/th><th class=\"jet-table__cell elementor-repeater-item-330415a jet-table__head-cell\" scope=\"col\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">Power Unit 100<\/div><\/div><\/div><\/th><th class=\"jet-table__cell elementor-repeater-item-0cd64c0 jet-table__head-cell\" scope=\"col\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">Power Unit 120<\/div><\/div><\/div><\/th><th class=\"jet-table__cell elementor-repeater-item-806b38d jet-table__head-cell\" scope=\"col\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">Power Unit 140<\/div><\/div><\/div><\/th><th class=\"jet-table__cell elementor-repeater-item-8a1f2e9 jet-table__head-cell\" scope=\"col\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">Power Unit 160<\/div><\/div><\/div><\/th><th class=\"jet-table__cell elementor-repeater-item-6082834 jet-table__head-cell\" scope=\"col\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">Power Unit 200<\/div><\/div><\/div><\/th><th class=\"jet-table__cell elementor-repeater-item-a34e031 jet-table__head-cell\" scope=\"col\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">Power Unit 250<\/div><\/div><\/div><\/th><th class=\"jet-table__cell elementor-repeater-item-676dc54 jet-table__head-cell\" scope=\"col\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">Power Unit 300<\/div><\/div><\/div><\/th><th class=\"jet-table__cell elementor-repeater-item-4888e08 jet-table__head-cell\" scope=\"col\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">Power Unit 350<\/div><\/div><\/div><\/th><th class=\"jet-table__cell elementor-repeater-item-5f78594 jet-table__head-cell\" scope=\"col\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">Power Unit 350+<\/div><\/div><\/div><\/th><\/tr><\/thead>\n\t\t\t\t\t\t\t\t<tbody class=\"jet-table__body\"><tr class=\"jet-table__body-row elementor-repeater-item-72986b2\"><td class=\"jet-table__cell elementor-repeater-item-c25a792 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\"><b>Suction nozzle \u00d8 in mm<\/b><\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-fbc15e2 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">100<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-4ecd10e jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">120<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-385d4cd jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">140<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-00d9481 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">160<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-57d63b9 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">200<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-5e4a627 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">250<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-c2d57fa jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">300<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-a0f65bd jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">350<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-b578de7 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">355<\/div><\/div><\/div><\/td><\/tr><tr class=\"jet-table__body-row elementor-repeater-item-4e8db21\"><td class=\"jet-table__cell elementor-repeater-item-767ea66 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\"><b>Max. airflow in m3\/h<\/b><\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-5afaf6c jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">790<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-605c7f5 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">1.140<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-6509817 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">1.600<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-afd8576 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">2.000<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-77a03e7 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">3.010<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-6998c45 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">4.900<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-26ac303 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">6.000\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-673a549 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">8.500<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-3d9a1c7 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">10.000\n<\/div><\/div><\/div><\/td><\/tr><tr class=\"jet-table__body-row elementor-repeater-item-6224725\"><td class=\"jet-table__cell elementor-repeater-item-e0c477c jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\"><b>Max. negative pressure Pa.<\/b><\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-edb8a30 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">2,600<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-6ee488e jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">2,900\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-02d409f jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">2,700<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-1bf4cff jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">2,800\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-e245fb0 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">2,900<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-079d222 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">3,500<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-636ddca jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">3,900<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-771227a jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">3,800\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-42941d8 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">4,200<\/div><\/div><\/div><\/td><\/tr><tr class=\"jet-table__body-row elementor-repeater-item-9a9afbe\"><td class=\"jet-table__cell elementor-repeater-item-ded0438 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\"><b>Rated engine power kW<\/b><\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-81c6b60 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">1.1<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-82638f7 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">1.5<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-efae5cd jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">2.2<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-d61593c jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">2.2<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-e9354f6 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">3<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-a0d78d2 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">7.5<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-0e1c3ec jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">7.5<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-fd77d4f jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">11<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-cc6dd8b jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">15<\/div><\/div><\/div><\/td><\/tr><tr class=\"jet-table__body-row elementor-repeater-item-bf89d46\"><td class=\"jet-table__cell elementor-repeater-item-5f3e21d jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\"><b>Filter area m 2<\/b><\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-e92b8c1 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">4.1<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-2390b5d jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">5.1<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-4ac39f1 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">6.3<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-874453f jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">9.1<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-43d231f jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">13.8<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-3867a1b jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">22.4<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-84b13e1 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">30<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-629606c jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">73<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-ed4ae2b jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">73<\/div><\/div><\/div><\/td><\/tr><tr class=\"jet-table__body-row elementor-repeater-item-76c4a48\"><td class=\"jet-table__cell elementor-repeater-item-2b9ea4f jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\"><b>Sound pressure level dB(A)<\/b><\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-f5ddc75 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">69<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-9458268 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">71<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-4e76c91 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">70<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-9ceb990 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">70<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-59d286d jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">72<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-442731c jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">71<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-76e4522 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">71<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-d520832 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">71<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-b3082ed jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">73<\/div><\/div><\/div><\/td><\/tr><tr class=\"jet-table__body-row elementor-repeater-item-756cd03\"><td class=\"jet-table__cell elementor-repeater-item-2124e54 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\"><b>Dimensions (L x W x H) mm<\/b><\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-4454ac2 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">1.178 x 650 x 1.973\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-c6b765d jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">1.178 x 650 x 1.973\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-74be492 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">1.180 x 830 x 2.050\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-5e18a8d jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">1.800 x 830 x 2.050\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-bba2e0b jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">2.296 x 830 x 2.050\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-88d6179 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">2.351 x 1.058 x 2.361\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-6ef6ce3 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">3.000 x 1.058 x 2.361\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-2de1466 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">3.129 x 1.058 x 2.361\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-5ce2e0d jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">3.130 x 1.058 x 2.361\n<\/div><\/div><\/div><\/td><\/tr><\/tbody>\n\t\t\t<\/table>\n\t\t<\/div>\n\n\t\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-58baa90 elementor-widget elementor-widget-heading\" data-id=\"58baa90\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">All information is approximate values \u200b\u200bbased on the basic version, technical changes reserved\n<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div style='text-align:left' class='yasr-auto-insert-visitor'><\/div>","protected":false},"excerpt":{"rendered":"<p>Thank you!<\/p>\n","protected":false},"featured_media":14347,"template":"","meta":{"yasr_overall_rating":0,"yasr_post_is_review":"","yasr_auto_insert_disabled":"","yasr_review_type":""},"product_brand":[],"product_cat":[159,62],"product_tag":[],"class_list":{"0":"post-14346","1":"product","2":"type-product","3":"status-publish","4":"has-post-thumbnail","6":"product_cat-industrial-dust-extractors","7":"product_cat-suction-devices","9":"first","10":"outofstock","11":"taxable","12":"shipping-taxable","13":"purchasable","14":"product-type-simple"},"exclude_global_add_ons":[],"addons":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>POWER UNIT 350 P - Fllux Shop<\/title>\n<meta name=\"description\" content=\"The AL-KO POWER UNIT 350 P is a powerful, mobile dust extractor perfect for workshops &amp; industry. Clean air, high efficiency, and quiet operation.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"POWER UNIT 350 P - Fllux Shop\" \/>\n<meta property=\"og:description\" content=\"The AL-KO POWER UNIT 350 P is a powerful, mobile dust extractor perfect for workshops &amp; industry. Clean air, high efficiency, and quiet operation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p\/\" \/>\n<meta property=\"og:site_name\" content=\"Fllux Shop\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/fllux.shop\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-18T07:21:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/fllux.shop\/wp-content\/uploads\/2023\/11\/power-unit-350p_gross_freigestellt.png\" \/>\n\t<meta property=\"og:image:width\" content=\"650\" \/>\n\t<meta property=\"og:image:height\" content=\"704\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Prijs\" \/>\n\t<meta name=\"twitter:data1\" content=\"21.999,00&nbsp;&euro; incl. btw\" \/>\n\t<meta name=\"twitter:label2\" content=\"Beschikbaarheid\" \/>\n\t<meta name=\"twitter:data2\" content=\"Uitverkocht\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p\/\",\"url\":\"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p\/\",\"name\":\"POWER UNIT 350 P - Fllux Shop\",\"isPartOf\":{\"@id\":\"https:\/\/fllux.shop\/nl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/power-unit-350p_gross_freigestellt.png\",\"datePublished\":\"2023-11-23T15:37:05+00:00\",\"dateModified\":\"2026-03-18T07:21:39+00:00\",\"description\":\"The AL-KO POWER UNIT 350 P is a powerful, mobile dust extractor perfect for workshops & industry. Clean air, high efficiency, and quiet operation.\",\"breadcrumb\":{\"@id\":\"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p\/#primaryimage\",\"url\":\"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/power-unit-350p_gross_freigestellt.png\",\"contentUrl\":\"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/power-unit-350p_gross_freigestellt.png\",\"width\":650,\"height\":704,\"caption\":\"AL-KO POWER UNIT 350 P\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/fllux.shop\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Winkel\",\"item\":\"https:\/\/fllux.shop\/winkel\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Zuiginstallaties\",\"item\":\"https:\/\/fllux.shop\/nl\/product-categorie\/zuiginstallaties\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"POWER UNIT 350 P\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/fllux.shop\/nl\/#website\",\"url\":\"https:\/\/fllux.shop\/nl\/\",\"name\":\"Fllux Shop\",\"description\":\"Your Complete Industrial Piping Partner\",\"publisher\":{\"@id\":\"https:\/\/fllux.shop\/nl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/fllux.shop\/nl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/fllux.shop\/nl\/#organization\",\"name\":\"Fllux Shop\",\"url\":\"https:\/\/fllux.shop\/nl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/fllux.shop\/nl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/cropped-dark-fllux.png\",\"contentUrl\":\"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/cropped-dark-fllux.png\",\"width\":400,\"height\":136,\"caption\":\"Fllux Shop\"},\"image\":{\"@id\":\"https:\/\/fllux.shop\/nl\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/fllux.shop\"],\"hasMerchantReturnPolicy\":{\"@type\":\"MerchantReturnPolicy\",\"merchantReturnLink\":\"https:\/\/fllux.shop\/return-policy\/\"}},false]}<\/script>\n<meta property=\"product:price:amount\" content=\"21999.00\" \/>\n<meta property=\"product:price:currency\" content=\"EUR\" \/>\n<meta property=\"og:availability\" content=\"out of stock\" \/>\n<meta property=\"product:availability\" content=\"out of stock\" \/>\n<meta property=\"product:condition\" content=\"new\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"POWER UNIT 350 P - Fllux Shop","description":"The AL-KO POWER UNIT 350 P is a powerful, mobile dust extractor perfect for workshops & industry. Clean air, high efficiency, and quiet operation.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p\/","og_locale":"nl_NL","og_type":"article","og_title":"POWER UNIT 350 P - Fllux Shop","og_description":"The AL-KO POWER UNIT 350 P is a powerful, mobile dust extractor perfect for workshops & industry. Clean air, high efficiency, and quiet operation.","og_url":"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p\/","og_site_name":"Fllux Shop","article_publisher":"https:\/\/facebook.com\/fllux.shop","article_modified_time":"2026-03-18T07:21:39+00:00","og_image":[{"width":650,"height":704,"url":"https:\/\/fllux.shop\/wp-content\/uploads\/2023\/11\/power-unit-350p_gross_freigestellt.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Prijs":"21.999,00&nbsp;&euro; incl. btw","Beschikbaarheid":"Uitverkocht"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p\/","url":"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p\/","name":"POWER UNIT 350 P - Fllux Shop","isPartOf":{"@id":"https:\/\/fllux.shop\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p\/#primaryimage"},"image":{"@id":"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p\/#primaryimage"},"thumbnailUrl":"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/power-unit-350p_gross_freigestellt.png","datePublished":"2023-11-23T15:37:05+00:00","dateModified":"2026-03-18T07:21:39+00:00","description":"The AL-KO POWER UNIT 350 P is a powerful, mobile dust extractor perfect for workshops & industry. Clean air, high efficiency, and quiet operation.","breadcrumb":{"@id":"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fllux.shop\/nl\/product\/power-unit-350-p\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p\/#primaryimage","url":"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/power-unit-350p_gross_freigestellt.png","contentUrl":"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/power-unit-350p_gross_freigestellt.png","width":650,"height":704,"caption":"AL-KO POWER UNIT 350 P"},{"@type":"BreadcrumbList","@id":"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fllux.shop\/nl\/"},{"@type":"ListItem","position":2,"name":"Winkel","item":"https:\/\/fllux.shop\/winkel\/"},{"@type":"ListItem","position":3,"name":"Zuiginstallaties","item":"https:\/\/fllux.shop\/nl\/product-categorie\/zuiginstallaties\/"},{"@type":"ListItem","position":4,"name":"POWER UNIT 350 P"}]},{"@type":"WebSite","@id":"https:\/\/fllux.shop\/nl\/#website","url":"https:\/\/fllux.shop\/nl\/","name":"Fllux Shop","description":"Your Complete Industrial Piping Partner","publisher":{"@id":"https:\/\/fllux.shop\/nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fllux.shop\/nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/fllux.shop\/nl\/#organization","name":"Fllux Shop","url":"https:\/\/fllux.shop\/nl\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/fllux.shop\/nl\/#\/schema\/logo\/image\/","url":"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/cropped-dark-fllux.png","contentUrl":"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/cropped-dark-fllux.png","width":400,"height":136,"caption":"Fllux Shop"},"image":{"@id":"https:\/\/fllux.shop\/nl\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/fllux.shop"],"hasMerchantReturnPolicy":{"@type":"MerchantReturnPolicy","merchantReturnLink":"https:\/\/fllux.shop\/return-policy\/"}},false]},"product_price_amount":"21999.00","product_price_currency":"EUR","og_availability":"out of stock","product_availability":"out of stock","product_condition":"new"},"yasr_visitor_votes":{"stars_attributes":{"read_only":false,"span_bottom":false},"number_of_votes":0,"sum_votes":0},"_links":{"self":[{"href":"https:\/\/fllux.shop\/nl\/wp-json\/wp\/v2\/product\/14346","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fllux.shop\/nl\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/fllux.shop\/nl\/wp-json\/wp\/v2\/types\/product"}],"version-history":[{"count":1,"href":"https:\/\/fllux.shop\/nl\/wp-json\/wp\/v2\/product\/14346\/revisions"}],"predecessor-version":[{"id":39559,"href":"https:\/\/fllux.shop\/nl\/wp-json\/wp\/v2\/product\/14346\/revisions\/39559"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fllux.shop\/nl\/wp-json\/wp\/v2\/media\/14347"}],"wp:attachment":[{"href":"https:\/\/fllux.shop\/nl\/wp-json\/wp\/v2\/media?parent=14346"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/fllux.shop\/nl\/wp-json\/wp\/v2\/product_brand?post=14346"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/fllux.shop\/nl\/wp-json\/wp\/v2\/product_cat?post=14346"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/fllux.shop\/nl\/wp-json\/wp\/v2\/product_tag?post=14346"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}