{"product_id":"capteur-de-pression-10bars","title":"Druksensor - 10 bar","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            line-height: 1.6;\n            color: #333333 !important;\n            background: #FFFFFF;\n        }\n\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n\n        .product-header {\n            background: linear-gradient(135deg, #9C00FF 0%, #7a00cc 100%);\n            color: white !important;\n            padding: 50px 40px;\n            border-radius: 20px;\n            margin-bottom: 40px;\n            box-shadow: 0 10px 40px rgba(156, 0, 255, 0.3);\n        }\n\n        .product-header h1 {\n            font-size: 2.5em;\n            margin-bottom: 20px;\n            font-weight: 700;\n            letter-spacing: -0.5px;\n        }\n\n        .product-intro {\n            font-size: 1.15em;\n            line-height: 1.8;\n            opacity: 0.95;\n            max-width: 900px;\n        }\n\n        .section {\n            background: white;\n            padding: 40px;\n            border-radius: 16px;\n            margin-bottom: 30px;\n            box-shadow: 0 2px 15px rgba(0,0,0,0.06);\n        }\n\n        .section-title {\n            font-size: 1.8em;\n            margin-bottom: 25px;\n            color: #333333 !important;\n            font-weight: 700;\n            border-left: 5px solid #E00CFF;\n            padding-left: 20px;\n        }\n\n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin-top: 25px;\n        }\n\n        .spec-item {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            padding: 20px;\n            border-radius: 12px;\n            border-left: 4px solid #9C00FF;\n            transition: all 0.3s ease;\n        }\n\n        .spec-item:hover {\n            transform: translateX(5px);\n            box-shadow: 0 5px 20px rgba(156, 0, 255, 0.15);\n            border-left-color: #E00CFF;\n        }\n\n        .spec-label {\n            font-weight: 700;\n            color: #9C00FF !important;\n            font-size: 0.9em;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-bottom: 8px;\n        }\n\n        .spec-value {\n            font-size: 1.1em;\n            color: #333333 !important;\n            font-weight: 600;\n        }\n\n        .tips-box {\n            background: linear-gradient(135deg, #fff9f0 0%, #fff3d9 100%);\n            border: 2px solid #FED803;\n            border-radius: 12px;\n            padding: 30px;\n            margin-top: 25px;\n        }\n\n        .tips-box h3 {\n            color: #333333 !important;\n            font-size: 1.4em;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .tips-box h3:before {\n            content: \"💡\";\n            font-size: 1.2em;\n        }\n\n        .tips-box p {\n            font-size: 1.05em;\n            line-height: 1.8;\n            color: #333333 !important;\n        }\n\n        .cta-box {\n            background: linear-gradient(135deg, #9C00FF 0%, #7a00cc 100%);\n            color: white !important;\n            padding: 35px;\n            border-radius: 12px;\n            text-align: center;\n            margin-top: 30px;\n            box-shadow: 0 8px 25px rgba(156, 0, 255, 0.4);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .cta-box:before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -50%;\n            width: 200%;\n            height: 200%;\n            background: linear-gradient(45deg, transparent, rgba(254, 216, 3, 0.1), transparent);\n            transform: rotate(45deg);\n            animation: shine 3s infinite;\n        }\n\n        @keyframes shine {\n            0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }\n            100% { transform: translateX(100%) translateY(100%) rotate(45deg); }\n        }\n\n        .cta-box h3 {\n            font-size: 1.6em;\n            margin-bottom: 15px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .cta-box p {\n            font-size: 1.1em;\n            margin-bottom: 20px;\n            opacity: 0.95;\n            position: relative;\n            z-index: 1;\n        }\n\n        .cta-button {\n            display: inline-block;\n            background: #FED803;\n            color: #333333 !important;\n            padding: 15px 40px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            font-size: 1.1em;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(254, 216, 3, 0.4);\n            position: relative;\n            z-index: 1;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 20px rgba(254, 216, 3, 0.6);\n            background: #E00CFF;\n            color: white !important;\n        }\n\n        .warning-badge {\n            display: inline-block;\n            background: #FED803;\n            color: #333333 !important;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-size: 0.9em;\n            font-weight: 600;\n            border: 2px solid #e6c503;\n            margin-bottom: 20px;\n        }\n\n        @media (max-width: 768px) {\n            .product-header {\n                padding: 30px 25px;\n            }\n\n            .product-header h1 {\n                font-size: 1.8em;\n            }\n\n            .section {\n                padding: 25px;\n            }\n\n            .specs-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003cdiv class=\"warning-badge\"\u003e⚠️ Controleer vóór je bestelling de compatibiliteit\u003c\/div\u003e\n\u003ch1\u003eDruksensor \u003c\/h1\u003e\n\u003cp data-end=\"911\" data-start=\"715\"\u003eDrukschakelaar met vaste drempel \u003cstrong data-end=\"761\" data-start=\"739\"\u003e10 bar \/ 145 PSI\u003c\/strong\u003e, ideaal voor de automatische aansturing van een airride-compressor.\u003cbr data-end=\"826\" data-start=\"823\"\u003eSchakelt de compressor uit wanneer de maximale tankdruk is bereikt.\u003c\/p\u003e\n\u003cul data-end=\"1087\" data-start=\"913\"\u003e\n\u003cli data-end=\"962\" data-start=\"913\"\u003e\n\u003cp data-end=\"962\" data-start=\"915\"\u003eInschakeldrempel: \u003cstrong data-end=\"962\" data-start=\"940\"\u003e10 bar (145 PSI)\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"984\" data-start=\"963\"\u003e\n\u003cp data-end=\"984\" data-start=\"965\"\u003eSchroefdraad: \u003cstrong data-end=\"984\" data-start=\"976\"\u003e1\/8\"\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"1055\" data-start=\"985\"\u003e\n\u003cp data-end=\"1055\" data-start=\"987\"\u003eGebruik: aansturing van het compressorrelai \/ handhaving van de tankdruk\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"1087\" data-start=\"1056\"\u003e\n\u003cp data-end=\"1087\" data-start=\"1058\"\u003eEenvoudige en betrouwbare installatie\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eTechnische specificaties\u003c\/h2\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eReferentie\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e-\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eType koppeling\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eDrukschakelaar\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003edruk\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e10 bar\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eIngang\/Uitgang\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e1\/8\" \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eType verbinding\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eSchroefdraad\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eMontageadvies\u003c\/h2\u003e\n\u003cdiv class=\"tips-box\"\u003e\n\u003ch3\u003eProfessionele installatie\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003e1.\u003c\/strong\u003e Snijd je slang recht af met een slangsnijder om lekkages te voorkomen.\u003cbr\u003e\u003cstrong\u003e2.\u003c\/strong\u003e Duw de slang volledig in de koppeling totdat je weerstand voelt.\u003cbr\u003e\u003cstrong\u003e3.\u003c\/strong\u003e Controleer vóór het op druk brengen op lekkages met zeepsop.\u003cbr\u003e\u003cstrong\u003e4.\u003c\/strong\u003e Gebruik teflon of schroefdraadborgmiddel als je installatie dit vereist (schroefkoppelingen).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-box\"\u003e\n\u003ch3\u003eHulp nodig bij het kiezen?\u003c\/h3\u003e\n\u003cp\u003eOntdek onze volledige gids over de verschillende soorten pneumatische koppelingen\u003c\/p\u003e\n\u003ca class=\"cta-button\" href=\"https:\/\/raslbitume.com\/pages\/les-differents-types-de-raccords-guide-complet\"\u003e 📖 Bekijk de volledige gids \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":52708720017746,"sku":null,"price":19.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/main_image_106.jpg?v=1774192169","url":"https:\/\/raslbitume.com\/nl\/products\/druksensor-10-bar","provider":"Rasl'Bitume","version":"1.0","type":"link"}