{"product_id":"air-lift-34831-kit-de-raccords-pour-cuve-airlift-5-gallon-3-8","title":"Air Lift 34831 – Koppelset voor Airlift 5 Gallon tank - 3\/8\"","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 de compatibiliteit vóór je bestelt\u003c\/div\u003e\n\u003ch1\u003ePneumatische Air Ride-koppeling\u003c\/h1\u003e\n\u003cp class=\"product-intro\"\u003eProfessionele koppeling voor een veilige en luchtdichte verbinding in je luchtveringsysteem. Ideaal als vervanging of om een montage netjes af te werken, compatibel met installaties van alle merken (controleer het formaat\/de schroefdraad vóór je bestelt).\u003c\/p\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\"\u003e34831\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\"\u003eSet voor Airlift-luchtketel \u003cstrong data-start=\"1238\" data-end=\"1256\"\u003e11956 of 12956\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eInhoud van de set\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cul\u003e\n\u003cli data-end=\"535\" data-start=\"495\"\u003e\n\u003cp\u003e4 × haakse 90° PTC-koppelingen – slang 3\/8\"\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"535\" data-start=\"495\"\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 1.1em\"\u003e1 × Schrader-ventiel\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cul\u003e\n\u003cli data-end=\"579\" data-start=\"557\"\u003e\n\u003cp data-end=\"579\" data-start=\"559\"\u003e2 × draadpluggen\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"579\" data-start=\"557\"\u003e\n\u003cp data-end=\"579\" data-start=\"559\"\u003e2 × rechte adapter (nippel)\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\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 slangenknipper 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 Voer een lektest uit met zeepsop voordat je het systeem onder druk zet.\u003cbr\u003e\u003cstrong\u003e4.\u003c\/strong\u003e Gebruik teflon of schroefdraadborgmiddel als je montage 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 je keuze?\u003c\/h3\u003e\n\u003cp\u003eOntdek onze complete gids over de verschillende soorten pneumatische koppelingen\u003c\/p\u003e\n\u003ca href=\"https:\/\/raslbitume.com\/pages\/les-differents-types-de-raccords-guide-complet\" class=\"cta-button\"\u003e 📖 Bekijk de complete gids \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":52655606628690,"sku":null,"price":58.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/airlift_34831.jpg?v=1774191707","url":"https:\/\/raslbitume.com\/nl\/products\/air-lift-34831-koppelset-voor-airlift-5-gallon-tank-3-8","provider":"Rasl'Bitume","version":"1.0","type":"link"}