{"id":13077,"date":"2023-11-22T12:15:00","date_gmt":"2023-11-22T12:15:00","guid":{"rendered":"https:\/\/fllux.shop\/?post_type=product&#038;p=13077"},"modified":"2024-12-20T17:52:53","modified_gmt":"2024-12-20T14:52:53","slug":"3-way-air-splitter-manifold-female-thread","status":"publish","type":"product","link":"https:\/\/fllux.shop\/fr\/produit\/3-way-air-splitter-manifold-female-thread\/","title":{"rendered":"3 Way Air Splitter Manifold DN7.2 with Female Thread"},"content":{"rendered":"\t\t<div data-elementor-type=\"product-post\" data-elementor-id=\"13077\" class=\"elementor elementor-13077\" data-elementor-post-type=\"product\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e31c2e2 e-con-full e-flex e-con e-parent\" data-id=\"e31c2e2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-93b3b58 elementor-widget elementor-widget-template\" data-id=\"93b3b58\" 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=\"16978\" class=\"elementor elementor-16978 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\" >3 Way Air Splitter Manifold DN7.2 with Female Thread<\/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>Enhance your compressed air system's versatility with our 3 Way Air Splitter Manifold DN7.2 with Female Thread. This durable brass manifold features three quick-connect coupling sockets with check valves, allowing you to effortlessly connect and manage multiple air tools or lines from a single source.<\/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>3-Way Air Splitter Design for Efficient Distribution<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><i class=\"fa fa-check\"><\/i><p>DN7.2 Standard for Universal Compatibility<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><i class=\"fa fa-check\"><\/i><p>Quick-Connect Coupling Sockets with Pin Locks for Secure Connections<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><i class=\"fa fa-check\"><\/i><p>Brass Construction with NBR Seals for Durability and Leak Prevention<\/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\" >Reliable &amp; Efficient Compressed Air Distribution<\/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>Our 3-Way Manifold is a compact and reliable solution for expanding the capabilities of your compressed air system. Also the three coupling sockets provide easy and secure connection points for your air tools and hoses, whereas the integrated check valves ensure optimal airflow management.<\/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\">Efficient Air Distribution<\/h3>\r\n<p>The manifold's three-way design allows for efficient and balanced distribution of compressed air to multiple lines, maximizing the efficiency of your pneumatic tools and equipment.<\/p><\/div><div class=\"jet-listing-dynamic-repeater__item\"><h3 class=\"features-title\">Secure Connections with Quick Couplings<\/h3>\r\n<p>Equipped with quick couplings featuring a pin lock mechanism, this manifold ensures a secure and leak-proof connection, while allowing for easy disconnection when needed.<\/p><\/div><div class=\"jet-listing-dynamic-repeater__item\"><h3 class=\"features-title\">Integrated Check Valves<\/h3>\r\n<p>The integrated check valves in the coupling sockets prevent backflow, ensuring optimal airflow and system pressure maintenance.<\/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=\"34:1-34:100\">Our 3-Way Air Splitter Manifold DN7.2 is perfect for use in:<\/p>\n<ul data-sourcepos=\"36:1-40:0\">\n<li data-sourcepos=\"36:1-36:64\">Automotive workshops:\u00a0Power multiple air tools simultaneously.<\/li>\n<li data-sourcepos=\"37:1-37:80\">Industrial manufacturing:\u00a0Provide flexible air supply to various workstations.<\/li>\n<li data-sourcepos=\"38:1-38:82\">Construction sites:\u00a0Easily connect and disconnect air hoses for different tools.<\/li>\n<li data-sourcepos=\"39:1-40:0\">DIY projects:\u00a0Conveniently expand your home air compressor setup.<\/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=\"600\" height=\"600\" src=\"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/BR-XVTI_600x600.jpg\" class=\"jet-listing-dynamic-image__img attachment-full size-full\" alt=\"X-Manifold DN7.2 with internal thread for a 3-way Air Splitter\" srcset=\"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/BR-XVTI_600x600.jpg 600w, https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/BR-XVTI_600x600-300x300.jpg 300w, https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/BR-XVTI_600x600-150x150.jpg 150w, https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/BR-XVTI_600x600-441x441.jpg 441w, https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/BR-XVTI_600x600-100x100.jpg 100w\" sizes=\"auto, (max-width: 360px) 147px, (max-width: 600px) 100vw, 600px\" 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>Material:<\/p>\r\n<p>Body: Brass<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Material:<\/p>\r\n<p>Seals: NBR (Nitrile Butadiene Rubber)<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Connection Type: <\/p>\r\n<p>DN7.2 Coupling Socket (female)<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Number of Connections:<\/p>\r\n<p>3<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Pressure Rating:<\/p>\r\n<p>-0.95 to 35 bar<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Operating Temperature:<\/p>\r\n<p>-20\u00b0C to +100\u00b0C<\/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>For further insights into our 3-Way Air Splitter Manifold DN7.2 and its various applications, explore our detailed 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-8abcddf elementor-widget elementor-widget-heading\" data-id=\"8abcddf\" 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\">Ich danke Ihnen!<\/p>\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>Ich danke Ihnen!<\/p>\n","protected":false},"featured_media":13078,"template":"","meta":{"yasr_overall_rating":0,"yasr_post_is_review":"","yasr_auto_insert_disabled":"","yasr_review_type":""},"product_brand":[],"product_cat":[60,147],"product_tag":[],"class_list":{"0":"post-13077","1":"product","2":"type-product","3":"status-publish","4":"has-post-thumbnail","6":"product_cat-compressed-air-accessories","7":"product_cat-distributor-blocks-and-cans","9":"first","10":"outofstock","11":"taxable","12":"shipping-taxable","13":"product-type-variable"},"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>3 Way Air Splitter Manifold DN7.2 with Female Thread - Fllux Shop<\/title>\n<meta name=\"description\" content=\"Efficiently split air with our 3-Way Air Splitter Manifold DN7.2 with female thread. Brass construction, quick-connect couplings with check valves.\" \/>\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\/fr\/produit\/3-way-air-splitter-manifold-female-thread\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"3 Way Air Splitter Manifold DN7.2 with Female Thread - Fllux Shop\" \/>\n<meta property=\"og:description\" content=\"Efficiently split air with our 3-Way Air Splitter Manifold DN7.2 with female thread. Brass construction, quick-connect couplings with check valves.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fllux.shop\/fr\/produit\/3-way-air-splitter-manifold-female-thread\/\" \/>\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=\"2024-12-20T14:52:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/fllux.shop\/wp-content\/uploads\/2023\/11\/BR-XVTI_600x600.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Disponibilit\u00e9\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rupture de stock\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/fllux.shop\/fr\/produit\/3-way-air-splitter-manifold-female-thread\/\",\"url\":\"https:\/\/fllux.shop\/fr\/produit\/3-way-air-splitter-manifold-female-thread\/\",\"name\":\"3 Way Air Splitter Manifold DN7.2 with Female Thread - Fllux Shop\",\"isPartOf\":{\"@id\":\"https:\/\/fllux.shop\/fr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/fllux.shop\/fr\/produit\/3-way-air-splitter-manifold-female-thread\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/fllux.shop\/fr\/produit\/3-way-air-splitter-manifold-female-thread\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/BR-XVTI_600x600.jpg\",\"datePublished\":\"2023-11-22T12:15:00+00:00\",\"dateModified\":\"2024-12-20T14:52:53+00:00\",\"description\":\"Efficiently split air with our 3-Way Air Splitter Manifold DN7.2 with female thread. Brass construction, quick-connect couplings with check valves.\",\"breadcrumb\":{\"@id\":\"https:\/\/fllux.shop\/fr\/produit\/3-way-air-splitter-manifold-female-thread\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/fllux.shop\/fr\/produit\/3-way-air-splitter-manifold-female-thread\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/fllux.shop\/fr\/produit\/3-way-air-splitter-manifold-female-thread\/#primaryimage\",\"url\":\"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/BR-XVTI_600x600.jpg\",\"contentUrl\":\"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/BR-XVTI_600x600.jpg\",\"width\":600,\"height\":600,\"caption\":\"3 Way Air Splitter Manifold DN7.2 with Coupling Socket\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/fllux.shop\/fr\/produit\/3-way-air-splitter-manifold-female-thread\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/fllux.shop\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Boutique\",\"item\":\"https:\/\/fllux.shop\/fr\/boutique\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Compressed Air Accessories\",\"item\":\"https:\/\/fllux.shop\/product-category\/compressed-air-accessories\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"3 Way Air Splitter Manifold DN7.2 with Female Thread\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/fllux.shop\/fr\/#website\",\"url\":\"https:\/\/fllux.shop\/fr\/\",\"name\":\"Fllux Shop\",\"description\":\"Your Complete Industrial Piping Partner\",\"publisher\":{\"@id\":\"https:\/\/fllux.shop\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/fllux.shop\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/fllux.shop\/fr\/#organization\",\"name\":\"Fllux Shop\",\"url\":\"https:\/\/fllux.shop\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/fllux.shop\/fr\/#\/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\/fr\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/fllux.shop\"],\"hasMerchantReturnPolicy\":{\"@type\":\"MerchantReturnPolicy\",\"merchantReturnLink\":\"https:\/\/fllux.shop\/return-policy\/\"}},false]}<\/script>\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":"3 Way Air Splitter Manifold DN7.2 with Female Thread - Fllux Shop","description":"Efficiently split air with our 3-Way Air Splitter Manifold DN7.2 with female thread. Brass construction, quick-connect couplings with check valves.","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\/fr\/produit\/3-way-air-splitter-manifold-female-thread\/","og_locale":"fr_FR","og_type":"article","og_title":"3 Way Air Splitter Manifold DN7.2 with Female Thread - Fllux Shop","og_description":"Efficiently split air with our 3-Way Air Splitter Manifold DN7.2 with female thread. Brass construction, quick-connect couplings with check valves.","og_url":"https:\/\/fllux.shop\/fr\/produit\/3-way-air-splitter-manifold-female-thread\/","og_site_name":"Fllux Shop","article_publisher":"https:\/\/facebook.com\/fllux.shop","article_modified_time":"2024-12-20T14:52:53+00:00","og_image":[{"width":600,"height":600,"url":"https:\/\/fllux.shop\/wp-content\/uploads\/2023\/11\/BR-XVTI_600x600.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Disponibilit\u00e9":"Rupture de stock"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fllux.shop\/fr\/produit\/3-way-air-splitter-manifold-female-thread\/","url":"https:\/\/fllux.shop\/fr\/produit\/3-way-air-splitter-manifold-female-thread\/","name":"3 Way Air Splitter Manifold DN7.2 with Female Thread - Fllux Shop","isPartOf":{"@id":"https:\/\/fllux.shop\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/fllux.shop\/fr\/produit\/3-way-air-splitter-manifold-female-thread\/#primaryimage"},"image":{"@id":"https:\/\/fllux.shop\/fr\/produit\/3-way-air-splitter-manifold-female-thread\/#primaryimage"},"thumbnailUrl":"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/BR-XVTI_600x600.jpg","datePublished":"2023-11-22T12:15:00+00:00","dateModified":"2024-12-20T14:52:53+00:00","description":"Efficiently split air with our 3-Way Air Splitter Manifold DN7.2 with female thread. Brass construction, quick-connect couplings with check valves.","breadcrumb":{"@id":"https:\/\/fllux.shop\/fr\/produit\/3-way-air-splitter-manifold-female-thread\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fllux.shop\/fr\/produit\/3-way-air-splitter-manifold-female-thread\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/fllux.shop\/fr\/produit\/3-way-air-splitter-manifold-female-thread\/#primaryimage","url":"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/BR-XVTI_600x600.jpg","contentUrl":"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/BR-XVTI_600x600.jpg","width":600,"height":600,"caption":"3 Way Air Splitter Manifold DN7.2 with Coupling Socket"},{"@type":"BreadcrumbList","@id":"https:\/\/fllux.shop\/fr\/produit\/3-way-air-splitter-manifold-female-thread\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fllux.shop\/fr\/"},{"@type":"ListItem","position":2,"name":"Boutique","item":"https:\/\/fllux.shop\/fr\/boutique\/"},{"@type":"ListItem","position":3,"name":"Compressed Air Accessories","item":"https:\/\/fllux.shop\/product-category\/compressed-air-accessories\/"},{"@type":"ListItem","position":4,"name":"3 Way Air Splitter Manifold DN7.2 with Female Thread"}]},{"@type":"WebSite","@id":"https:\/\/fllux.shop\/fr\/#website","url":"https:\/\/fllux.shop\/fr\/","name":"Fllux Shop","description":"Your Complete Industrial Piping Partner","publisher":{"@id":"https:\/\/fllux.shop\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fllux.shop\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/fllux.shop\/fr\/#organization","name":"Fllux Shop","url":"https:\/\/fllux.shop\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/fllux.shop\/fr\/#\/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\/fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/fllux.shop"],"hasMerchantReturnPolicy":{"@type":"MerchantReturnPolicy","merchantReturnLink":"https:\/\/fllux.shop\/return-policy\/"}},false]},"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\/fr\/wp-json\/wp\/v2\/product\/13077","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fllux.shop\/fr\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/fllux.shop\/fr\/wp-json\/wp\/v2\/types\/product"}],"version-history":[{"count":0,"href":"https:\/\/fllux.shop\/fr\/wp-json\/wp\/v2\/product\/13077\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fllux.shop\/fr\/wp-json\/wp\/v2\/media\/13078"}],"wp:attachment":[{"href":"https:\/\/fllux.shop\/fr\/wp-json\/wp\/v2\/media?parent=13077"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/fllux.shop\/fr\/wp-json\/wp\/v2\/product_brand?post=13077"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/fllux.shop\/fr\/wp-json\/wp\/v2\/product_cat?post=13077"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/fllux.shop\/fr\/wp-json\/wp\/v2\/product_tag?post=13077"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}