{"id":22773,"date":"2024-12-12T10:04:13","date_gmt":"2024-12-12T10:04:13","guid":{"rendered":"https:\/\/www.noxsensorshop.com\/home\/"},"modified":"2025-05-08T11:00:26","modified_gmt":"2025-05-08T09:00:26","slug":"home","status":"publish","type":"page","link":"https:\/\/www.noxsensorshop.com\/nl\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"22773\" class=\"elementor elementor-22773 elementor-316\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39fd5d7 nox-banner-main e-flex e-con-boxed e-con e-parent\" data-id=\"39fd5d7\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-54451d1 e-con-full your-vehicle-main e-flex e-con e-child\" data-id=\"54451d1\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fc7f14a e-con-full nox-banner-text e-flex e-con e-child\" data-id=\"fc7f14a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0cc9c7b elementor-widget__width-initial nox-sensors-text elementor-widget elementor-widget-heading\" data-id=\"0cc9c7b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">NOx-sensoren <br><span class=\"for-you-light\">voor uw <\/span>voertuig<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd97fed elementor-widget__width-initial we-provide-text elementor-widget elementor-widget-text-editor\" data-id=\"fd97fed\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div>\n<div>We leveren hoogwaardige NOx-sensoren voor auto&#8217;s en vrachtwagens en daarnaast bieden we ook de oplossing om het volledige AdBlue-systeem uit te schakelen.<\/div>\n<\/div>\n\t\t\t\t\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-56fca68 e-con-full view-all-text elementor-hidden-mobile e-flex e-con e-child\" data-id=\"56fca68\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4a5be3f view-text-inn elementor-widget elementor-widget-text-editor\" data-id=\"4a5be3f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Bekijk al onze sensoren in de winkel<\/p>\n\t\t\t\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<div class=\"elementor-element elementor-element-012c1d6 e-con-full search-main-cntr e-flex e-con e-child\" data-id=\"012c1d6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6ca2c81 elementor-widget elementor-widget-shortcode\" data-id=\"6ca2c81\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <div class=\"custom-product-search\">\n        <form id=\"custom-search-form\" action=\"https:\/\/www.noxsensorshop.com\/nl\/\" method=\"get\">\n            <input type=\"text\" name=\"s\" id=\"product-search-input\" \n                placeholder=\"Zoek naar producten...\" \n                autocomplete=\"off\" \/>\n            <input type=\"hidden\" name=\"post_type\" value=\"product\" \/>\n            <button type=\"submit\">WINKEL NU<\/button>\n        <\/form>\n        <div id=\"search-suggestions\" style=\"display: none;\"><\/div>\n        <div id=\"search-icon\">\n            <div id=\"serach-close\" style=\"display: none;\">\n                <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/search-close.svg\" alt=\"search\">\n            <\/div>\n            <div id=\"loading-spinner\" style=\"display: none;\">\n                <div class=\"circle-spinner\"><\/div> \n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n    jQuery(document).ready(function($) {\n        let typingTimer;\n        let doneTypingInterval = 200; \/\/ Time in ms (500ms = 0.5 second)\n\n        $('#product-search-input').on('keyup', function() {\n            let query = $(this).val();\n            let currentLanguage = $('html').attr('lang'); \/\/ Get the current language from the <html> tag\n\n            \/\/ Hide the cross icon and show the loading spinner when typing starts\n            $('#serach-close').hide();\n            $('#loading-spinner').show();\n\n            \/\/ Clear the previous timer and set a new one\n            clearTimeout(typingTimer);\n\n            if (query.length > 2) {\n                \/\/ Set a new timer to detect when the user stops typing\n                typingTimer = setTimeout(function() {\n                    $.ajax({\n                        url: 'https:\/\/www.noxsensorshop.com\/wp-admin\/admin-ajax.php',\n                        method: 'POST',\n                        data: {\n                            action: 'get_product_suggestions',\n                            query: query,\n                            lang: currentLanguage \/\/ Pass the current language to the AJAX handler\n                        },\n                        success: function(response) {\n                            let suggestionsBox = $('#search-suggestions');\n                            \n                            \/\/ Hide the loading spinner when results are received\n                            $('#loading-spinner').hide();\n\n                            if (response) {\n                                suggestionsBox.html(response).show();\n                            } else {\n                                suggestionsBox.hide();\n                            }\n\n                            \/\/ After search is complete, show the cross icon if input has any text\n                            if ($('#product-search-input').val() !== '') {\n                                $('#serach-close').show();\n                            } else {\n                                $('#serach-close').hide();\n                            }\n                        }\n                    });\n                }, doneTypingInterval);\n            } else {\n                \/\/ Hide suggestions if input is less than 3 characters\n                $('#search-suggestions').hide();\n                $('#loading-spinner').hide();\n                \/\/ Hide the cross icon if input is too short\n                $('#serach-close').hide();\n            }\n        });\n\n        \/\/ Hover effect to add\/remove the 'selected' class on <li>\n        $('#search-suggestions').on('mouseenter', 'li', function() {\n            $(this).addClass('selected'); \/\/ Add 'selected' class when hovering over a <li>\n        }).on('mouseleave', 'li', function() {\n            $(this).removeClass('selected'); \/\/ Remove 'selected' class when mouse leaves a <li>\n        });\n\n        \/\/ Clear the input when the cross icon is clicked\n        $('#serach-close').on('click', function() {\n            $('#product-search-input').val('');  \/\/ Clear the input field\n            $('#search-suggestions').hide();    \/\/ Hide suggestions\n            $(this).hide();                     \/\/ Hide the cross icon\n            $('#loading-spinner').hide();       \/\/ Hide the loading spinner\n        });\n\n    });\n<\/script>\n\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\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-d7f5f81 nox-sensor-shop-main e-flex e-con-boxed e-con e-parent\" data-id=\"d7f5f81\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1b28307 e-con-full nox-shop-top-cntnr e-flex e-con e-child\" data-id=\"1b28307\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3a09eea e-con-full nox-cntr-left-main e-flex e-con e-child\" data-id=\"3a09eea\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1801dca nox-worldwide-text elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"1801dca\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"blue-text-nox\">NOx Sensor <\/span>Shop de specialist in NOx-sensoren wereldwijd<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0be945d anyone-who-text elementor-widget elementor-widget-text-editor\" data-id=\"0be945d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Iedereen die ooit van een NOx-sensor of lambdasonde heeft gehoord, heeft er waarschijnlijk ook al mee te maken gehad. Sensoren zijn gevoelige onderdelen in een voertuig en vereisen daarom een bepaalde expertise om hun werking te garanderen. NOx Sensorshop heeft de kennis, expertise en producten in huis om op elk NOx-vraagstuk een passend antwoord te bieden. Ongeacht het type voertuig: van personenauto tot bestelbus of vrachtwagen.   <\/span><\/span><\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9edb270 go-to-btn elementor-widget elementor-widget-button\" data-id=\"9edb270\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.noxsensorshop.com\/nl\/nox-sensors\/\">\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\">Ga naar de winkel<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-91f0f12 e-con-full nox-cntr-right-main e-flex e-con e-child\" data-id=\"91f0f12\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-53b78ea nox-img-main elementor-widget elementor-widget-image\" data-id=\"53b78ea\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"717\" height=\"387\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/NOx-sensor-productHome.png\" class=\"attachment-large size-large wp-image-22752\" alt=\"NOx-sensor-productHome\" srcset=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/NOx-sensor-productHome.png 717w, https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/NOx-sensor-productHome-300x162.png 300w, https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/NOx-sensor-productHome-600x324.png 600w\" sizes=\"(max-width: 717px) 100vw, 717px\" \/>\t\t\t\t\t\t\t\t\t\t\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<div class=\"elementor-element elementor-element-9201e72 e-con-full nox-shop-bottom-cntnr e-flex e-con e-child\" data-id=\"9201e72\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-fc0efd4 e-con-full lowest-price-cntr e-flex e-con e-child\" data-id=\"fc0efd4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5a08929 elementor-view-framed lowest-price-icon elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"5a08929\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\"><path d=\"M24 24C22.335 24 21 25.335 21 27C21 27.7956 21.3161 28.5587 21.8787 29.1213C22.4413 29.6839 23.2044 30 24 30C24.7956 30 25.5587 29.6839 26.1213 29.1213C26.6839 28.5587 27 27.7956 27 27C27 26.2044 26.6839 25.4413 26.1213 24.8787C25.5587 24.3161 24.7956 24 24 24ZM0 0V3H3L8.4 14.385L6.36 18.06C6.135 18.48 6 18.975 6 19.5C6 20.2956 6.31607 21.0587 6.87868 21.6213C7.44129 22.1839 8.20435 22.5 9 22.5H27V19.5H9.63C9.53054 19.5 9.43516 19.4605 9.36483 19.3902C9.29451 19.3198 9.255 19.2245 9.255 19.125C9.255 19.05 9.27 18.99 9.3 18.945L10.65 16.5H21.825C22.95 16.5 23.94 15.87 24.45 14.955L29.82 5.25C29.925 5.01 30 4.755 30 4.5C30 4.10218 29.842 3.72064 29.5607 3.43934C29.2794 3.15804 28.8978 3 28.5 3H6.315L4.905 0M9 24C7.335 24 6 25.335 6 27C6 27.7956 6.31607 28.5587 6.87868 29.1213C7.44129 29.6839 8.20435 30 9 30C9.79565 30 10.5587 29.6839 11.1213 29.1213C11.6839 28.5587 12 27.7956 12 27C12 26.2044 11.6839 25.4413 11.1213 24.8787C10.5587 24.3161 9.79565 24 9 24Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"><\/path><\/svg>\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 class=\"elementor-element elementor-element-18f6547 lowest-price-text elementor-widget elementor-widget-heading\" data-id=\"18f6547\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Laagste prijsgarantie<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d8964a2 cheaper-text elementor-widget elementor-widget-text-editor\" data-id=\"d8964a2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Ergens goedkoper? Laat het ons weten! <\/span><\/span><\/p>\n\t\t\t\t\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-7dec6e7 e-con-full lowest-price-cntr e-flex e-con e-child\" data-id=\"7dec6e7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-61618bc elementor-view-framed lowest-price-icon elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"61618bc\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"30\" height=\"22\" viewBox=\"0 0 30 22\" fill=\"none\"><path d=\"M6.81818 19.8637C7.36067 19.8637 7.88094 19.6482 8.26454 19.2646C8.64813 18.881 8.86364 18.3607 8.86364 17.8182C8.86364 17.2757 8.64813 16.7555 8.26454 16.3719C7.88094 15.9883 7.36067 15.7728 6.81818 15.7728C6.27569 15.7728 5.75542 15.9883 5.37183 16.3719C4.98823 16.7555 4.77273 17.2757 4.77273 17.8182C4.77273 18.3607 4.98823 18.881 5.37183 19.2646C5.75542 19.6482 6.27569 19.8637 6.81818 19.8637ZM4.77273 7.59094L2.1 11H8.18182V7.59094M23.1818 19.8637C23.7243 19.8637 24.2446 19.6482 24.6282 19.2646C25.0118 18.881 25.2273 18.3607 25.2273 17.8182C25.2273 17.2757 25.0118 16.7555 24.6282 16.3719C24.2446 15.9883 23.7243 15.7728 23.1818 15.7728C22.6393 15.7728 22.1191 15.9883 21.7355 16.3719C21.3519 16.7555 21.1364 17.2757 21.1364 17.8182C21.1364 18.3607 21.3519 18.881 21.7355 19.2646C22.1191 19.6482 22.6393 19.8637 23.1818 19.8637ZM4.09091 5.54549H8.18182V0.0909424H27.2727C28.7864 0.0909424 30 1.30458 30 2.81822V17.8182H27.2727C27.2727 18.9032 26.8417 19.9437 26.0745 20.7109C25.3073 21.4781 24.2668 21.9091 23.1818 21.9091C22.0968 21.9091 21.0563 21.4781 20.2891 20.7109C19.5219 19.9437 19.0909 18.9032 19.0909 17.8182H10.9091C10.9091 18.9032 10.4781 19.9437 9.71089 20.7109C8.9437 21.4781 7.90316 21.9091 6.81818 21.9091C5.73321 21.9091 4.69267 21.4781 3.92547 20.7109C3.15828 19.9437 2.72727 18.9032 2.72727 17.8182H0V11L4.09091 5.54549Z\" fill=\"white\" style=\"fill:white;fill-opacity:1;\"><\/path><\/svg>\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 class=\"elementor-element elementor-element-d877b98 lowest-price-text elementor-widget elementor-widget-heading\" data-id=\"d877b98\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Dezelfde dag verzonden<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd271e8 cheaper-text elementor-widget elementor-widget-text-editor\" data-id=\"fd271e8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">Als een NOx-sensor op voorraad is<\/span><\/span><\/span><\/span><\/p>\n\t\t\t\t\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-9d616d7 e-con-full lowest-price-cntr e-flex e-con e-child\" data-id=\"9d616d7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ee2b6b5 elementor-view-framed lowest-price-icon elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"ee2b6b5\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"34\" height=\"34\" viewBox=\"0 0 34 34\" fill=\"none\"><path d=\"M17 2C25.2833 2 32 8.71667 32 17C32 25.2833 25.2833 32 17 32C8.71667 32 2 25.2833 2 17C2 8.71667 8.71667 2 17 2Z\" stroke=\"white\" style=\"stroke:white;stroke-opacity:1;\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M12 12V13.6667\" stroke=\"white\" style=\"stroke:white;stroke-opacity:1;\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M22 12V13.6667\" stroke=\"white\" style=\"stroke:white;stroke-opacity:1;\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M10.3334 20.3334C11.1667 22.8334 13.3167 25.3334 17 25.3334C20.6834 25.3334 22.8334 22.8334 23.6667 20.3334\" stroke=\"white\" style=\"stroke:white;stroke-opacity:1;\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\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 class=\"elementor-element elementor-element-fdc9791 lowest-price-text elementor-widget elementor-widget-heading\" data-id=\"fdc9791\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">12 maanden garantie<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a09663 cheaper-text elementor-widget elementor-widget-text-editor\" data-id=\"0a09663\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>&amp; wereldwijde verzending<\/p>\n\t\t\t\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<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ceaff57 adblue-removal-main e-flex e-con-boxed e-con e-parent\" data-id=\"ceaff57\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-8f4cd56 e-con-full adblue-left-section e-flex e-con e-child\" data-id=\"8f4cd56\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-102b4ef adblue-img-main elementor-widget elementor-widget-image\" data-id=\"102b4ef\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"444\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/Adblue-removal-1pack-wide-1024x444.png\" class=\"attachment-large size-large wp-image-22720\" alt=\"Adblue-removal\" srcset=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/Adblue-removal-1pack-wide-1024x444.png 1024w, https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/Adblue-removal-1pack-wide-300x130.png 300w, https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/Adblue-removal-1pack-wide-600x260.png 600w, https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/Adblue-removal-1pack-wide-768x333.png 768w, https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/Adblue-removal-1pack-wide.png 1043w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\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-371a4ed e-con-full adblue-left-section e-flex e-con e-child\" data-id=\"371a4ed\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d695dd nox-worldwide-text elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"1d695dd\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Nu verkrijgbaar, <span class=\"blue-main-text-nox\">AdBlue-verwijdering<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-988ba5d e-con-full now-available-main e-flex e-con e-child\" data-id=\"988ba5d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-41d3a03 anyone-who-text elementor-widget elementor-widget-text-editor\" data-id=\"41d3a03\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Wil uw buitenlandse koper vrachtwagens zonder AdBlue-systeem? En wilt u het AdBlue-systeem en -verbruik volledig kunnen uitschakelen? Dan is de AdBlue Removal de juiste oplossing voor u!  <\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c2c84c9 anyone-who-text elementor-widget elementor-widget-text-editor\" data-id=\"c2c84c9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Heb je problemen met de NOx-sensoren of een kapotte AdBlue-pomp? Wil je de hele AdBlue-pomp verwijderen, of wil je alleen het AdBlue-systeem uitschakelen? Dan is de AdBlue Removal de oplossing voor jou.  <\/p>\n\t\t\t\t\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-f1e2125 go-to-btn elementor-widget elementor-widget-button\" data-id=\"f1e2125\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.noxsensorshop.com\/nl\/adblue-uitschakelen\/\">\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\">Ga naar de winkel<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\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-b987da2 testimonial-main-section e-flex e-con-boxed e-con e-parent\" data-id=\"b987da2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7be1fb6 nox-worldwide-text elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"7be1fb6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Wat onze <span class=\"blue-text-nox\">klanten vinden<\/span> <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d7a263c e-con-full tesi-container-main e-flex e-con e-child\" data-id=\"d7a263c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20f5903 testimonial-short-code elementor-widget elementor-widget-shortcode\" data-id=\"20f5903\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">        <div class=\"test-main-section\">\n            <div class=\"container\">\n                <div class=\"testimonial-in-section\">\n                    <div class=\"testimonial-main\">\n                                                    <div class=\"testimonial-inner\">\n                                <div class=\"testi-top\">\n                                    <div class=\"absolute-text-section\">\n                                        <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/quote.svg\" alt=\"quote\">\n                                    <\/div>\n                                    <div class=\"star-icons\">\n                                                                                    <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/star-solid.svg\" alt=\"star\">\n                                                                                        <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/star-solid.svg\" alt=\"star\">\n                                                                                        <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/star-solid.svg\" alt=\"star\">\n                                                                                        <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/star-solid.svg\" alt=\"star\">\n                                                                                        <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/star-solid.svg\" alt=\"star\">\n                                                                                <\/div>\n                                    <p>We have not been a customer of you for too long, but from our first contact we are very pleased with your products and services. <span class=\"translated\">(translated)<\/span><\/p>\n                                <\/div>\n                                <div class=\"testi-bottom\">\n                                    <div class=\"img-main-section\">\n                                        <img decoding=\"async\" src=\"\" alt=\"customer-img\">\n                                    <\/div>\n                                    <div class=\"img-text-section\">\n                                    <h5>Viorica Poenaru<\/h5>\n                                    <p>Romania<\/p>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"testimonial-inner\">\n                                <div class=\"testi-top\">\n                                    <div class=\"absolute-text-section\">\n                                        <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/quote.svg\" alt=\"quote\">\n                                    <\/div>\n                                    <div class=\"star-icons\">\n                                                                                    <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/star-solid.svg\" alt=\"star\">\n                                                                                        <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/star-solid.svg\" alt=\"star\">\n                                                                                        <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/star-solid.svg\" alt=\"star\">\n                                                                                        <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/star-solid.svg\" alt=\"star\">\n                                                                                        <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/star-solid.svg\" alt=\"star\">\n                                                                                <\/div>\n                                    <p>We are very satisfied with the way everything goes with you. The Website is clear, fast shipping and competitive prices.<\/p>\n                                <\/div>\n                                <div class=\"testi-bottom\">\n                                    <div class=\"img-main-section\">\n                                        <img decoding=\"async\" src=\"\" alt=\"customer-img\">\n                                    <\/div>\n                                    <div class=\"img-text-section\">\n                                    <h5>Robert Johnson<\/h5>\n                                    <p>England<\/p>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"testimonial-inner\">\n                                <div class=\"testi-top\">\n                                    <div class=\"absolute-text-section\">\n                                        <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/quote.svg\" alt=\"quote\">\n                                    <\/div>\n                                    <div class=\"star-icons\">\n                                                                                    <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/star-solid.svg\" alt=\"star\">\n                                                                                        <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/star-solid.svg\" alt=\"star\">\n                                                                                        <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/star-solid.svg\" alt=\"star\">\n                                                                                        <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/star-solid.svg\" alt=\"star\">\n                                                                                        <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/star-solid.svg\" alt=\"star\">\n                                                                                <\/div>\n                                    <p>There was a problem with my shipment and you give me an excellent support with it, thank you! We'll definitely do business soon.<\/p>\n                                <\/div>\n                                <div class=\"testi-bottom\">\n                                    <div class=\"img-main-section\">\n                                        <img decoding=\"async\" src=\"\" alt=\"customer-img\">\n                                    <\/div>\n                                    <div class=\"img-text-section\">\n                                    <h5>Simon Walcott<\/h5>\n                                    <p>Scotland<\/p>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                                    <div class=\"testimonial-inner\">\n                                <div class=\"testi-top\">\n                                    <div class=\"absolute-text-section\">\n                                        <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/quote.svg\" alt=\"quote\">\n                                    <\/div>\n                                    <div class=\"star-icons\">\n                                                                                    <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/star-solid.svg\" alt=\"star\">\n                                                                                        <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/star-solid.svg\" alt=\"star\">\n                                                                                        <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/star-solid.svg\" alt=\"star\">\n                                                                                        <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/star-solid.svg\" alt=\"star\">\n                                                                                        <img decoding=\"async\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/star-solid.svg\" alt=\"star\">\n                                                                                <\/div>\n                                    <p>We have been a customer of you for a long time and can certainly recommend you! Products (almost!) always arrive on time and the communication is clear and fast. All in all we are very satisfied.<span class=\"translated\">(translated)<\/span> <\/p>\n                                <\/div>\n                                <div class=\"testi-bottom\">\n                                    <div class=\"img-main-section\">\n                                        <img decoding=\"async\" src=\"\" alt=\"customer-img\">\n                                    <\/div>\n                                    <div class=\"img-text-section\">\n                                    <h5>Herman Scholten<\/h5>\n                                    <p>The Netherlands<\/p>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        <\/div>\n\t\t\t\t\t\t<\/div>\n\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-8412476 nox-sensors-car-main e-flex e-con-boxed e-con e-parent\" data-id=\"8412476\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-05ab567 nox-worldwide-text elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"05ab567\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"blue-text-nox\">NOx-sensoren<\/span> voor auto's of vrachtwagens<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f634450 e-con-full e-flex e-con e-child\" data-id=\"f634450\" data-element_type=\"container\">\n\t\t<a class=\"elementor-element elementor-element-9b64fbe e-con-full nox-sensors-car-left e-flex e-con e-child\" data-id=\"9b64fbe\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/www.noxsensorshop.com\/nl\/nox-sensors\/?filtering=1&#038;filter_vehicle=auto\">\n\t\t<div class=\"elementor-element elementor-element-5e6367e e-con-full shop-now-left e-flex e-con e-child\" data-id=\"5e6367e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a67d18e elementor-absolute shop-now-text elementor-widget elementor-widget-heading\" data-id=\"a67d18e\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">NU WINKELEN!<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-df2d9ce for-car-main elementor-widget elementor-widget-heading\" data-id=\"df2d9ce\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">VOOR AUTO'S<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a674f84 for-car-text elementor-widget elementor-widget-text-editor\" data-id=\"a674f84\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Het aantal auto&#8217;s met NOx-sensoren neemt voortdurend toe. Dit betekent automatisch dat de vraag ernaar ook toeneemt. De NOx Sensor Shop levert meestal uit voorraad en voor verschillende automerken, zodat we snel kunnen inspelen op de groeiende vraag. Klik hier om ons volledige assortiment te bekijken.   <\/p>\n\t\t\t\t\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-4df9597 e-con-full car-img-main e-flex e-con e-child\" data-id=\"4df9597\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ec6814b car-img-inner elementor-widget elementor-widget-image\" data-id=\"ec6814b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"495\" height=\"288\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/blue-car.png\" class=\"attachment-large size-large wp-image-22727\" alt=\"car-blue\" srcset=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/blue-car.png 495w, https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/blue-car-300x175.png 300w\" sizes=\"(max-width: 495px) 100vw, 495px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t<a class=\"elementor-element elementor-element-3a9f132 e-con-full nox-sensors-car-left e-flex e-con e-child\" data-id=\"3a9f132\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" href=\"https:\/\/www.noxsensorshop.com\/nl\/nox-sensors\/?filtering=1&#038;filter_vehicle=vrachtwagen\">\n\t\t<div class=\"elementor-element elementor-element-c6e8bc9 e-con-full shop-now-left e-flex e-con e-child\" data-id=\"c6e8bc9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c4f3ac7 elementor-absolute shop-now-text elementor-widget elementor-widget-heading\" data-id=\"c4f3ac7\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">NU WINKELEN!<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-923c592 for-car-main elementor-widget elementor-widget-heading\" data-id=\"923c592\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">VOOR VRACHTWAGENS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1608a48 for-car-text elementor-widget elementor-widget-text-editor\" data-id=\"1608a48\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Tijd is geld in de transportwereld. Elke vorm van technische tegenslag staat gelijk aan vertraging en dus extra kosten. De NOx Sensor Shop is de perfecte partner voor snelle levering uit voorraad. Klik hier om ons complete aanbod NOx sensoren voor verschillende merken truckfabrikanten te bekijken   <\/p>\n\t\t\t\t\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-e5b7f6c e-con-full car-img-main e-flex e-con e-child\" data-id=\"e5b7f6c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-34e78f8 car-img-inner elementor-widget elementor-widget-image\" data-id=\"34e78f8\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"356\" src=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/truck.png\" class=\"attachment-large size-large wp-image-22728\" alt=\"truck\" srcset=\"https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/truck.png 450w, https:\/\/www.noxsensorshop.com\/wp-content\/uploads\/2024\/12\/truck-300x237.png 300w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\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","protected":false},"excerpt":{"rendered":"<p>NOx-sensoren voor uw voertuig We leveren hoogwaardige NOx-sensoren voor auto&#8217;s en vrachtwagens en daarnaast bieden we ook de oplossing om het volledige AdBlue-systeem uit te schakelen. Bekijk al onze sensoren in de winkel NOx Sensor Shop de specialist in NOx-sensoren wereldwijd Iedereen die ooit van een NOx-sensor of lambdasonde heeft gehoord, heeft er waarschijnlijk ook&#8230;<\/p>\n","protected":false},"author":1,"featured_media":22718,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"_bst_post_transparent":"","_bst_post_title":"","_bst_post_layout":"","_bst_post_sidebar_id":"","_bst_post_content_style":"","_bst_post_vertical_padding":"","_bst_post_feature":"","_bst_post_feature_position":"","_bst_post_header":false,"_bst_post_footer":false,"footnotes":""},"class_list":["post-22773","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.noxsensorshop.com\/nl\/wp-json\/wp\/v2\/pages\/22773","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.noxsensorshop.com\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.noxsensorshop.com\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.noxsensorshop.com\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.noxsensorshop.com\/nl\/wp-json\/wp\/v2\/comments?post=22773"}],"version-history":[{"count":17,"href":"https:\/\/www.noxsensorshop.com\/nl\/wp-json\/wp\/v2\/pages\/22773\/revisions"}],"predecessor-version":[{"id":24459,"href":"https:\/\/www.noxsensorshop.com\/nl\/wp-json\/wp\/v2\/pages\/22773\/revisions\/24459"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.noxsensorshop.com\/nl\/wp-json\/wp\/v2\/media\/22718"}],"wp:attachment":[{"href":"https:\/\/www.noxsensorshop.com\/nl\/wp-json\/wp\/v2\/media?parent=22773"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}