{"title":"Gestion Air Ride","description":"\u003cp\u003e\u003cstrong\u003e\u003cmeta charset=\"UTF-8\"\u003e\u003c\/strong\u003e\u003cspan\u003e\u003cstrong\u003eVan handmatige paddle switch tot de meest geavanceerde elektronische besturing\u003c\/strong\u003e — ontdek alle luchtveringsbeheersystemen van Air Lift Performance, AccuAir en AIRMEXT. Drukregeling, op werkelijke hoogte of beide tegelijk, met of zonder mobiele app. Compatibel met alle merken luchtvering.\u003c\/span\u003e\u003c\/p\u003e","products":[{"product_id":"gestion-streetec-autoleveling","title":"STREETEC Autoniveau – Intelligente Air Ride Beheer","description":"\u003cstyle\u003e\n    \/* Global Container *\/\n    .streetec-main-wrapper {\n        position: relative;\n        background: #fff;\n        max-width: 1200px;\n        margin: 0 auto;\n        line-height: 1.6;\n        color: #333 !important;\n        overflow: hidden;\n        box-shadow: 0 0 30px rgba(0,0,0,0.15);\n        border-radius: 12px;\n    }\n\n    \/* Animation de bulles - COULEURS STREETEC *\/\n    .streetec-bg-animation {\n        position: absolute;\n        top: 0; left: 0; width: 100%; height: 100%;\n        z-index: 0;\n        pointer-events: none;\n    }\n\n    .streetec-bubble {\n        position: absolute;\n        bottom: -150px;\n        background: radial-gradient(circle, rgba(156, 0, 255, 0.4) 0%, rgba(156, 0, 255, 0.1) 70%, transparent 100%);\n        border-radius: 50%;\n        animation: streetec-rise linear infinite;\n        filter: blur(2px);\n    }\n\n    .streetec-bubble.yellow {\n        background: radial-gradient(circle, rgba(254, 216, 3, 0.5) 0%, rgba(254, 216, 3, 0.15) 70%, transparent 100%);\n    }\n\n    .streetec-bubble.magenta {\n        background: radial-gradient(circle, rgba(224, 12, 255, 0.4) 0%, rgba(224, 12, 255, 0.1) 70%, transparent 100%);\n    }\n\n    @keyframes streetec-rise {\n        0% { bottom: -150px; transform: translateX(0) scale(1); opacity: 0; }\n        20% { opacity: 0.7; }\n        80% { opacity: 0.4; }\n        100% { bottom: 110%; transform: translateX(80px) scale(1.6); opacity: 0; }\n    }\n\n    \/* Header Section *\/\n    .streetec-header {\n        background: linear-gradient(135deg, #000 0%, #1a1a1a 30%, #9c00ff 100%);\n        color: white !important;\n        padding: 70px 20px;\n        text-align: center;\n        position: relative;\n        z-index: 1;\n        border-bottom: 5px solid #9c00ff;\n    }\n\n    .streetec-header h1 {\n        font-size: clamp(2.2em, 6vw, 4em);\n        margin-bottom: 10px;\n        text-transform: uppercase;\n        letter-spacing: 4px;\n        color: #FFFFFF !important;\n        text-shadow: 2px 2px 10px rgba(0,0,0,0.8), 0 0 20px rgba(156, 0, 255, 0.6);\n    }\n\n    .streetec-header .subtitle {\n        font-size: 1.4em;\n        color: #fed803 !important;\n        font-weight: 700;\n        text-transform: uppercase;\n        text-shadow: 2px 2px 8px rgba(0,0,0,0.5);\n    }\n\n    \/* Hero Banner *\/\n    .streetec-hero-banner {\n        background: linear-gradient(90deg, #9c00ff 0%, #e00cff 100%);\n        color: white !important;\n        padding: 30px 20px;\n        text-align: center;\n        font-size: 1.2em;\n        font-weight: 600;\n        position: relative;\n        z-index: 1;\n        box-shadow: 0 4px 15px rgba(156, 0, 255, 0.3);\n    }\n\n    \/* Warning Box *\/\n    .streetec-highlight-box {\n        background: linear-gradient(135deg, #fff8e1 0%, #fffaef 100%);\n        color: #9c00ff !important;\n        padding: 20px;\n        text-align: center;\n        font-weight: bold;\n        border: 3px solid #fed803;\n        margin: 20px;\n        border-radius: 12px;\n        z-index: 1;\n        position: relative;\n        box-shadow: 0 4px 15px rgba(254, 216, 3, 0.3);\n    }\n\n    .streetec-highlight-box .emoji {\n        font-size: 1.5em;\n        margin-right: 10px;\n    }\n\n    \/* Sections *\/\n    .streetec-section {\n        padding: 50px 30px;\n        position: relative;\n        z-index: 1;\n    }\n\n    .streetec-section-title {\n        font-size: 2em;\n        font-weight: 900;\n        color: #1a1a1a !important;\n        margin-bottom: 30px;\n        border-bottom: 4px solid #9c00ff;\n        display: inline-block;\n        text-transform: uppercase;\n        padding-bottom: 10px;\n    }\n\n    \/* Feature Cards *\/\n    .streetec-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 25px;\n        margin-top: 30px;\n    }\n\n    .streetec-card {\n        background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);\n        padding: 25px;\n        border-radius: 12px;\n        border-left: 6px solid #9c00ff;\n        box-shadow: 0 4px 20px rgba(156, 0, 255, 0.15);\n        transition: all 0.3s ease;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .streetec-card::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        right: 0;\n        width: 80px;\n        height: 80px;\n        background: radial-gradient(circle, rgba(224, 12, 255, 0.1) 0%, transparent 70%);\n        border-radius: 50%;\n    }\n\n    .streetec-card:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 30px rgba(156, 0, 255, 0.25);\n        border-left-color: #e00cff;\n    }\n\n    .streetec-card h3 {\n        color: #9c00ff !important;\n        margin-bottom: 15px;\n        font-size: 1.3em;\n        font-weight: 700;\n    }\n\n    .streetec-card p {\n        color: #555 !important;\n        line-height: 1.7;\n    }\n\n    .streetec-card ul {\n        margin-top: 10px;\n        padding-left: 20px;\n        color: #555 !important;\n    }\n\n    \/* Technical Specs *\/\n    .streetec-specs-container {\n        border: 3px solid #9c00ff;\n        border-radius: 15px;\n        padding: 30px;\n        background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(249, 249, 249, 0.95) 100%);\n        box-shadow: 0 5px 25px rgba(156, 0, 255, 0.1);\n    }\n\n    .streetec-specs-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 20px;\n    }\n\n    .streetec-spec-card {\n        background: #fff;\n        padding: 20px;\n        border-radius: 8px;\n        border-left: 6px solid #9c00ff;\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        transition: transform 0.3s ease;\n    }\n\n    .streetec-spec-card:hover {\n        transform: scale(1.03);\n        border-left-color: #e00cff;\n    }\n\n    .streetec-spec-card strong {\n        display: block;\n        color: #9c00ff !important;\n        text-transform: uppercase;\n        font-size: 0.9em;\n        margin-bottom: 8px;\n        font-weight: 800;\n    }\n\n    .streetec-spec-card p {\n        margin: 5px 0;\n        font-weight: 500;\n        color: #444 !important;\n    }\n\n    .streetec-spec-card .emoji {\n        font-size: 1.3em;\n        margin-right: 5px;\n    }\n\n    \/* Features List *\/\n    .streetec-features-container {\n        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);\n        color: white !important;\n        padding: 40px;\n        border-radius: 15px;\n        margin-top: 30px;\n        border-bottom: 5px solid #9c00ff;\n        box-shadow: 0 5px 25px rgba(0,0,0,0.3);\n    }\n\n    .streetec-features-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n        gap: 15px;\n        margin-top: 20px;\n    }\n\n    .streetec-feature-item {\n        padding: 15px;\n        background: rgba(255, 255, 255, 0.05);\n        border-radius: 8px;\n        border-left: 4px solid #fed803;\n        transition: all 0.3s ease;\n    }\n\n    .streetec-feature-item:hover {\n        background: rgba(156, 0, 255, 0.1);\n        border-left-color: #e00cff;\n        transform: translateX(5px);\n    }\n\n    .streetec-feature-item::before {\n        content: \"✓\";\n        color: #fed803 !important;\n        margin-right: 10px;\n        font-weight: bold;\n        font-size: 1.2em;\n    }\n\n    \/* Homologation Section *\/\n    .streetec-homologation-box {\n        background: linear-gradient(135deg, #9c00ff 0%, #e00cff 100%);\n        color: white !important;\n        padding: 40px;\n        border-radius: 15px;\n        text-align: center;\n        margin: 30px 0;\n        box-shadow: 0 8px 30px rgba(156, 0, 255, 0.4);\n    }\n\n    .streetec-homologation-box h3 {\n        font-size: 2.5em;\n        margin-bottom: 15px;\n        color: #fed803 !important;\n        text-shadow: 2px 2px 8px rgba(0,0,0,0.3);\n    }\n\n    .streetec-homologation-box p {\n        font-size: 1.2em;\n        line-height: 1.8;\n    }\n\n    \/* FAQ *\/\n    .streetec-faq-item {\n        margin-bottom: 15px;\n        border-radius: 10px;\n        overflow: hidden;\n        border: 2px solid #9c00ff;\n        background: white;\n        transition: all 0.3s ease;\n    }\n\n    .streetec-faq-item:hover {\n        box-shadow: 0 5px 20px rgba(156, 0, 255, 0.2);\n    }\n\n    .streetec-faq-q {\n        background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);\n        color: white !important;\n        padding: 18px;\n        font-weight: bold;\n        border-left: 5px solid #9c00ff;\n    }\n\n    .streetec-faq-a {\n        padding: 20px;\n        border-top: 3px solid #fed803;\n        line-height: 1.8;\n        background: #fafafa;\n    }\n\n    \/* Footer *\/\n    .streetec-footer {\n        background: linear-gradient(135deg, #1a1a1a 0%, #9c00ff 100%);\n        color: white !important;\n        text-align: center;\n        padding: 40px;\n        border-top: 3px solid #fed803;\n    }\n\n    .streetec-footer p {\n        font-size: 1.1em;\n        margin: 10px 0;\n    }\n\n    .streetec-footer .tagline {\n        color: #fed803 !important;\n        font-weight: 700;\n        font-size: 1.3em;\n        text-transform: uppercase;\n        letter-spacing: 2px;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n        .streetec-section { padding: 30px 15px; }\n        .streetec-header h1 { font-size: 2.2em; }\n        .streetec-specs-grid { grid-template-columns: 1fr; }\n        .streetec-grid { grid-template-columns: 1fr; }\n        .streetec-features-grid { grid-template-columns: 1fr; }\n    }\n\n    \/* Emphasis *\/\n    .highlight-violet { color: #9c00ff !important; font-weight: 700; }\n    .highlight-yellow { color: #fed803 !important; font-weight: 700; }\n    .highlight-magenta { color: #e00cff !important; font-weight: 700; }\n\u003c\/style\u003e\n\u003cdiv class=\"streetec-main-wrapper\"\u003e\n\u003c!-- Background Animation --\u003e\n\u003cdiv class=\"streetec-bg-animation\"\u003e\n\u003cdiv style=\"width: 120px; height: 120px; left: 8%; animation-duration: 7s\" class=\"streetec-bubble\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 160px; height: 160px; left: 25%; animation-duration: 11s; animation-delay: 1s\" class=\"streetec-bubble yellow\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 90px; height: 90px; left: 45%; animation-duration: 9s; animation-delay: 4s\" class=\"streetec-bubble magenta\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 140px; height: 140px; left: 65%; animation-duration: 13s; animation-delay: 2s\" class=\"streetec-bubble\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 190px; height: 190px; left: 85%; animation-duration: 15s; animation-delay: 5s\" class=\"streetec-bubble yellow\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 100px; height: 100px; left: 15%; animation-duration: 10px; animation-delay: 3s\" class=\"streetec-bubble magenta\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Header --\u003e\u003cheader class=\"streetec-header\"\u003e\n\u003ch1\u003eSTREETEC Autoleveling\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003e🚀 De nieuwe generatie airride-management\u003c\/p\u003e\n\u003cp style=\"font-style: italic; opacity: 0.9; margin-top: 15px; font-size: 1.1em\"\u003ePrecisie. Intelligentie. ECE-R10-typegoedkeuring.\u003c\/p\u003e\n\u003c\/header\u003e\u003c!-- Hero Banner --\u003e\n\u003cdiv class=\"streetec-hero-banner\"\u003eHet meest geavanceerde luchtveringsmanagementsysteem: intelligente bediening, automatische niveauregeling en 100% legaal voor gebruik op de openbare weg\u003c\/div\u003e\n\u003c!-- Highlight Box --\u003e\n\u003cdiv class=\"streetec-highlight-box\"\u003e\n\u003cspan class=\"emoji\"\u003e🏆\u003c\/span\u003e \u003cstrong\u003eHET EERSTE 100% ECE-R10-GOEDGEKEURDE SYSTEEM TER WERELD\u003c\/strong\u003e — Legaal voor gebruik op de openbare weg, geavanceerde ingebouwde technologie\u003c\/div\u003e\n\u003c!-- Why Choose Section --\u003e\n\u003csection class=\"streetec-section\"\u003e\n\u003ch2 class=\"streetec-section-title\"\u003eWaarom kiezen voor STREETEC Autoleveling?\u003c\/h2\u003e\n\u003cdiv class=\"streetec-grid\"\u003e\n\u003cdiv class=\"streetec-card\"\u003e\n\u003ch3\u003e🖥 Premium touchscreeninterface\u003c\/h3\u003e\n\u003cp\u003eHogeresolutie-capacitief lcd-touchscreen met multi-touch, haptische feedback en intuïtieve navigatie. Tot \u003cspan class=\"highlight-violet\"\u003e3 aanpasbare bestuurdersprofielen\u003c\/span\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-card\"\u003e\n\u003ch3\u003e🧠 Ingebouwde intelligentie\u003c\/h3\u003e\n\u003cp\u003eGeïntegreerde 6-assige versnellingsmeter, verwerking van het snelheidssignaal en onafhankelijke monitoring per wiel voor ultraprecieze controle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-card\"\u003e\n\u003ch3\u003e📏 Actieve Auto-Level\u003c\/h3\u003e\n\u003cp\u003eAutomatische niveauregeling van de auto met geleidelijke correctie en overshootregeling voor een millimeterprecieze afstelling op elk oppervlak.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-card\"\u003e\n\u003ch3\u003e🔒 Ingebouwde Cruise-Safe\u003c\/h3\u003e\n\u003cp\u003eIngebouwde veiligheidsfuncties: drukalarm, rijbeperking en vergrendeling van instellingen tijdens het rijden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-card\"\u003e\n\u003ch3\u003e📲 Mobiele bediening\u003c\/h3\u003e\n\u003cp\u003eBluetooth®-app om uw ophanging vanaf uw smartphone te bedienen + OTA-updates.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-card\"\u003e\n\u003ch3\u003e✅ ECE-R10-typegoedkeuring\u003c\/h3\u003e\n\u003cp\u003e\u003cspan class=\"highlight-magenta\"\u003e100% legaal op de openbare weg\u003c\/span\u003e — Het eerste volledig ECE-R10-gecertificeerde airride-systeem ter wereld.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Technical Specs --\u003e\n\u003csection class=\"streetec-section\"\u003e\n\u003ch2 class=\"streetec-section-title\"\u003eTechnische kenmerken\u003c\/h2\u003e\n\u003cdiv class=\"streetec-specs-container\"\u003e\n\u003cdiv class=\"streetec-specs-grid\"\u003e\n\u003cdiv class=\"streetec-spec-card\"\u003e\n\u003cstrong\u003e🖥 SCHERM\u003c\/strong\u003e\n\u003cp\u003eCapacitief lcd-touchscreen\u003c\/p\u003e\n\u003cp\u003eMulti-touch + haptische feedback\u003c\/p\u003e\n\u003cp\u003eHoge resolutie\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-spec-card\"\u003e\n\u003cstrong\u003e👤 GEBRUIKERSPROFIELEN\u003c\/strong\u003e\n\u003cp\u003eTot 3 bestuurdersprofielen\u003c\/p\u003e\n\u003cp\u003ePersoonlijke instellingen per profiel\u003c\/p\u003e\n\u003cp\u003eAutomatisch opslaan\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-spec-card\"\u003e\n\u003cstrong\u003e📡 SENSOREN\u003c\/strong\u003e\n\u003cp\u003eGeïntegreerde 6-assige versnellingsmeter\u003c\/p\u003e\n\u003cp\u003eHoogwaardige druksensoren\u003c\/p\u003e\n\u003cp\u003eIndividuele bewaking per wiel\u003c\/p\u003e\n\u003cp\u003eAansluiting voor optionele hoogtesensoren\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-spec-card\"\u003e\n\u003cstrong\u003e⚙️ COMPATIBILITEIT\u003c\/strong\u003e\n\u003cp\u003eValve4 STREETEC-blok\u003c\/p\u003e\n\u003cp\u003eStandaard magneetventielen\u003c\/p\u003e\n\u003cp\u003eMontage van interne\/externe sensoren\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-spec-card\"\u003e\n\u003cstrong\u003e📏 AUTO-LEVEL\u003c\/strong\u003e\n\u003cp\u003eActieve automatische niveauregeling\u003c\/p\u003e\n\u003cp\u003eCorrectie voor oneffen oppervlakken\u003c\/p\u003e\n\u003cp\u003eProgrammeerbare overshootregeling\u003c\/p\u003e\n\u003cp\u003eUltraprecieze afstelling\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-spec-card\"\u003e\n\u003cstrong\u003e🔐 VEILIGHEID\u003c\/strong\u003e\n\u003cp\u003eGeïntegreerd §19.3-kit-alarm\u003c\/p\u003e\n\u003cp\u003eIngebouwde Cruise-Safe\u003c\/p\u003e\n\u003cp\u003e3 modi \"Don't play and drive\"\u003c\/p\u003e\n\u003cp\u003eCrossload-monitoring\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-spec-card\"\u003e\n\u003cstrong\u003e📲 CONNECTIVITEIT\u003c\/strong\u003e\n\u003cp\u003eGeïntegreerde Bluetooth®\u003c\/p\u003e\n\u003cp\u003eSpeciale mobiele app\u003c\/p\u003e\n\u003cp\u003eOTA-updates\u003c\/p\u003e\n\u003cp\u003eVolledige smartphonebediening\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-spec-card\"\u003e\n\u003cstrong\u003e🏁 TYPEGOEDKEURING\u003c\/strong\u003e\n\u003cp class=\"highlight-violet\"\u003eECE-R10 GOEDGEKEURD\u003c\/p\u003e\n\u003cp\u003e100% legaal voor gebruik op de openbare weg\u003c\/p\u003e\n\u003cp\u003eHet eerste gecertificeerde systeem ter wereld\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Features List --\u003e\n\u003csection class=\"streetec-section\"\u003e\n\u003ch2 class=\"streetec-section-title\"\u003eUitgebreide functies\u003c\/h2\u003e\n\u003cdiv class=\"streetec-features-container\"\u003e\n\u003ch3 style=\"color: #fed803; font-size: 1.5em; margin-bottom: 20px\"\u003e📦 Alles wat u nodig hebt, standaard geïntegreerd\u003c\/h3\u003e\n\u003cdiv class=\"streetec-features-grid\"\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eCapacitief touchscreen-lcd\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003e3 opslaande bestuurdersprofielen\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eGeïntegreerde 6-assige versnellingsmeter\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eDrukbewaking per wiel\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eProgrammeerbare overshootregeling\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eCrossload-monitoring\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eAutomatische Rise-on-Start\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eBewaking van tankdruk\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eIntelligente compressorregeling\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eAutomatische Level-functie\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eGeïntegreerde Cruise-Safe (§19.3)\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eBruikbaar snelheidssignaal\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eBluetooth + mobiele app\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eOTA-update\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eHoogtesensoren (optioneel)\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eVolledige ECE-R10-goedkeuring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Cruise-Safe Functions --\u003e\n\u003csection style=\"background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%)\" class=\"streetec-section\"\u003e\n\u003ch2 class=\"streetec-section-title\"\u003e🔒 Geïntegreerde Cruise-Safe-functies\u003c\/h2\u003e\n\u003cdiv class=\"streetec-grid\"\u003e\n\u003cdiv class=\"streetec-card\"\u003e\n\u003ch3\u003e1️⃣ Alarm §19.3 Kit\u003c\/h3\u003e\n\u003cp\u003eVolgens de certificeringen is een alarm voor een te lage of te hoge druk vereist. De STREETEC Autoleveling beschikt over deze functie en \u003cspan class=\"highlight-violet\"\u003econtroleert elk wiel afzonderlijk\u003c\/span\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-card\"\u003e\n\u003ch3\u003e2️⃣ Cruise-Safe\u003c\/h3\u003e\n\u003cp\u003eBeperkt de minimale druk tijdens het rijden om overmatige verlaging te voorkomen. De druk kan onafhankelijk voor de voor- en achteras worden ingesteld, \u003cspan class=\"highlight-magenta\"\u003ewaardoor het risico op schade aan het systeem wordt geëlimineerd\u003c\/span\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-card\"\u003e\n\u003ch3\u003e3️⃣ \"Don't Play and Drive\"\u003c\/h3\u003e\n\u003cp\u003eDe meeste certificeringen vereisen dat de ophanging tijdens het rijden niet verstelbaar is. STREETEC biedt \u003cspan class=\"highlight-violet\"\u003e3 verschillende opties\u003c\/span\u003e om de instellingen te blokkeren:\u003c\/p\u003e\n\u003cul style=\"margin-top: 10px; padding-left: 20px\"\u003e\n\u003cli\u003e12V-signaal van handrem of dynamo\u003c\/li\u003e\n\u003cli\u003eVoertuigsnelheidssignaal (beter voor moderne voertuigen)\u003c\/li\u003e\n\u003cli\u003eInterne versnellingsmeter (verwerkt door de ingebouwde software)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Homologation Highlight --\u003e\n\u003csection class=\"streetec-section\"\u003e\n\u003cdiv class=\"streetec-homologation-box\"\u003e\n\u003ch3\u003e🏆 ECE-R10-GOEDKEURING\u003c\/h3\u003e\n\u003cp\u003eDe STREETEC Autoleveling is het \u003cstrong style=\"color: #fed803; font-size: 1.2em\"\u003eEERSTE AIR-RIDE-MANAGEMENTSYSTEEM TER WERELD\u003c\/strong\u003e dat volledig ECE-R10-gecertificeerd is.\u003c\/p\u003e\n\u003cp style=\"margin-top: 15px\"\u003eVoor alle elektrische componenten die op een voertuig worden gemonteerd, is deze certificering vereist.\u003cbr\u003e\u003cstrong style=\"color: #fed803\"\u003eRijd volledig legaal, zonder concessies aan de prestaties.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"streetec-section\"\u003e\n\u003ch2 class=\"streetec-section-title\"\u003eVeelgestelde vragen\u003c\/h2\u003e\n\u003cdiv class=\"streetec-faq-item\"\u003e\n\u003cdiv class=\"streetec-faq-q\"\u003eWat is het verschil met andere managementsystemen?\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-a\"\u003eDe STREETEC Autoleveling combineert premiumfuncties (touchscreen met hoge resolutie, 6-assige versnellingsmeter, auto-level, 3 gebruikersprofielen) met een \u003cspan class=\"highlight-violet\"\u003evolledige ECE-R10-goedkeuring\u003c\/span\u003e — een wereldprimeur. De meeste concurrerende systemen beschikken niet over deze wettelijke certificering.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-item\"\u003e\n\u003cdiv class=\"streetec-faq-q\"\u003eWat is de Auto-Level-functie?\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-a\"\u003eMet Auto-Level kunt u uw \u003cspan class=\"highlight-magenta\"\u003evoertuig automatisch waterpas zetten\u003c\/span\u003e op oneffen oppervlakken. Het systeem past de druk per as aan om onevenwichten te corrigeren en diagonale opheffingen te voorkomen. De overshoot-regeling garandeert millimeterprecisie door de doelwaarde eerst licht te overschrijden en vervolgens nauwkeurig bij te stellen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-item\"\u003e\n\u003cdiv class=\"streetec-faq-q\"\u003eKan ik mijn bestaande magneetventielen gebruiken?\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-a\"\u003eJa! De STREETEC Autoleveling is compatibel met het \u003cspan class=\"highlight-violet\"\u003eSTREETEC Valve4-blok\u003c\/span\u003e en met standaard magneetventielen op de markt. U kunt dus uw bestaande installatie behouden of kiezen voor het complete STREETEC-systeem.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-item\"\u003e\n\u003cdiv class=\"streetec-faq-q\"\u003eHoe werkt het systeem \"Don't play and drive\"?\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-a\"\u003eOm aan de certificeringen te voldoen, kan het systeem tijdens het rijden de instellingen blokkeren via \u003cspan class=\"highlight-magenta\"\u003e3 methoden naar keuze\u003c\/span\u003e: het signaal van de handrem\/12V-alternator, het voertuigsnelheidssignaal of de interne accelerometer, die beweging detecteert. U kiest de oplossing die het beste bij uw voertuig past.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-item\"\u003e\n\u003cdiv class=\"streetec-faq-q\"\u003eIs de mobiele app verplicht?\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-a\"\u003eNee, het systeem is \u003cspan class=\"highlight-violet\"\u003evolledig autonoom\u003c\/span\u003e dankzij het touchscreen. De Bluetooth®-app is een aanvulling om uw ophanging vanaf uw smartphone te bedienen en OTA-updates uit te voeren. De app biedt extra gemak, maar is niet noodzakelijk voor de werking.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-item\"\u003e\n\u003cdiv class=\"streetec-faq-q\"\u003eKan ik met dit systeem door de technische keuring komen?\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-a\"\u003eDe STREETEC Autoleveling beschikt over een \u003cspan class=\"highlight-magenta\"\u003evolledige ECE-R10-homologatie\u003c\/span\u003e, wat betekent dat alle elektrische componenten voldoen aan de Europese normen. Afhankelijk van uw land en de lokale regelgeving kunnen specifieke procedures vereist zijn. Neem contact met ons op voor de homologatiedocumenten.\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-a\"\u003e\n\u003ch3 class=\"font-claude-response-subheading text-text-100 mt-1 -mb-1.5\"\u003e\u003cstrong\u003e\u003cspan dir=\"auto\" style=\"vertical-align: inherit\"\u003e\u003cspan dir=\"auto\" style=\"vertical-align: inherit\"\u003e⚠️ Belangrijke juridische informatie (FRANKRIJK):\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp class=\"font-claude-response-body whitespace-normal break-words\"\u003e\u003cstrong\u003e\u003cspan dir=\"auto\" style=\"vertical-align: inherit\"\u003e\u003cspan dir=\"auto\" style=\"vertical-align: inherit\"\u003eDeze kit is NIET goedgekeurd voor gebruik op de openbare weg.\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-item\"\u003e\n\u003cdiv class=\"streetec-faq-q\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cspan\u003eIk kan mijn voertuig niet vinden bij de bevestigingssteunen voor de hoogtesensoren. Is dat normaal?\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-a\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cspan\u003eJa, dat is normaal. De bevestigingssteunen zijn niet voor alle voertuigen voorgemonteerd: als uw model niet in de lijst staat, moet u \u003c\/span\u003e\u003cstrong data-start=\"250\" data-end=\"304\"\u003ede hoogtesensoren zelf aanpassen en bevestigen\u003c\/strong\u003e\u003cspan\u003e op uw voertuig.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Footer --\u003e\u003cfooter class=\"streetec-footer\"\u003e\n\u003cp class=\"tagline\"\u003eSTREETEC AUTOLEVELING\u003c\/p\u003e\n\u003cp style=\"font-size: 1.1em; margin-top: 15px\"\u003e🚀 Precisie. Intelligentie. Homologatie.\u003c\/p\u003e\n\u003cp style=\"opacity: 0.8; margin-top: 10px\"\u003eHet meest geavanceerde airridesysteem op de markt\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":40126575411298,"sku":"","price":1914.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/products\/image_123fb937-908c-4fbb-b180-e9359b3905dc.jpg?v=1774179770"},{"product_id":"gestion-accuair-e-level-ecu","title":"AccuAir e-Level+ ECU Upgrade AA-3638 — Bluetooth 5.0 Upgrade voor Bestaande AccuAir Systemen | iOS\/Android App \u0026 RGB","description":"\u003cbody\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eAccuAir e-Level+ ECU Upgrade AA-3638 – Mise à Niveau Air Ride Bluetooth\u003c\/title\u003e\n\u003cstyle\u003e\n    .ac-wrapper {\n        position: relative;\n        background: #fff;\n        max-width: 1200px;\n        margin: 0 auto;\n        line-height: 1.6;\n        color: #333 !important;\n        overflow: hidden;\n        box-shadow: 0 0 30px rgba(0,0,0,0.2);\n        border-radius: 12px;\n    }\n\n    \/* Bubbles *\/\n    .ac-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }\n    .ac-bubble {\n        position: absolute; bottom: -150px; border-radius: 50%;\n        animation: ac-rise linear infinite; filter: blur(2px);\n        background: radial-gradient(circle, rgba(156,0,255,0.4) 0%, rgba(156,0,255,0.1) 70%, transparent 100%);\n    }\n    .ac-bubble.y { background: radial-gradient(circle, rgba(254,216,3,0.5) 0%, rgba(254,216,3,0.15) 70%, transparent 100%); }\n    .ac-bubble.m { background: radial-gradient(circle, rgba(224,12,255,0.4) 0%, rgba(224,12,255,0.1) 70%, transparent 100%); }\n    @keyframes ac-rise {\n        0%   { bottom: -150px; transform: translateX(0) scale(1); opacity: 0; }\n        20%  { opacity: 0.6; }\n        80%  { opacity: 0.3; }\n        100% { bottom: 110%; transform: translateX(70px) scale(1.5); opacity: 0; }\n    }\n\n    \/* Header *\/\n    .ac-header {\n        background: linear-gradient(135deg, #000 0%, #1a1a1a 35%, #9c00ff 100%);\n        color: white !important;\n        padding: 70px 20px;\n        text-align: center;\n        position: relative;\n        z-index: 1;\n        border-bottom: 5px solid #9c00ff;\n    }\n    .ac-header h1 {\n        font-size: clamp(2em, 5.5vw, 3.8em);\n        margin-bottom: 8px;\n        text-transform: uppercase;\n        letter-spacing: 4px;\n        color: #fff !important;\n        text-shadow: 2px 2px 10px rgba(0,0,0,0.9), 0 0 30px rgba(156,0,255,0.6);\n    }\n    .ac-header .subtitle { font-size: 1.3em; color: #fed803 !important; font-weight: 700; text-transform: uppercase; }\n    .ac-badge {\n        display: inline-block;\n        background: linear-gradient(135deg, #fed803, #e67e22);\n        color: #1a1a1a !important; font-weight: 900; font-size: 0.9em;\n        padding: 7px 22px; border-radius: 30px; margin-top: 15px;\n        text-transform: uppercase; letter-spacing: 2px;\n        box-shadow: 0 4px 15px rgba(254,216,3,0.4);\n    }\n    .ac-badge-ref {\n        display: inline-block;\n        background: rgba(255,255,255,0.12);\n        color: #fff !important; font-weight: 600; font-size: 0.85em;\n        padding: 5px 18px; border-radius: 20px; margin-top: 10px;\n        letter-spacing: 1px; border: 1px solid rgba(255,255,255,0.25);\n    }\n\n    \/* Banner *\/\n    .ac-banner {\n        background: linear-gradient(90deg, #9c00ff 0%, #e00cff 100%);\n        color: white !important; padding: 22px 20px; text-align: center;\n        font-size: 1.05em; font-weight: 600; position: relative; z-index: 1;\n    }\n\n    \/* Alert box *\/\n    .ac-alert {\n        background: linear-gradient(135deg, #fff8e1 0%, #fffaef 100%);\n        border: 3px solid #fed803;\n        border-radius: 0;\n        padding: 20px 30px;\n        text-align: center;\n        position: relative;\n        z-index: 1;\n        font-size: 1em;\n        font-weight: 600;\n        color: #333 !important;\n    }\n    .ac-alert strong { color: #9c00ff !important; }\n\n    \/* Section *\/\n    .ac-section { padding: 50px 30px; position: relative; z-index: 1; }\n    .ac-title {\n        font-size: 1.9em; font-weight: 900; color: #1a1a1a !important;\n        margin-bottom: 30px; border-bottom: 4px solid #9c00ff;\n        display: inline-block; text-transform: uppercase; padding-bottom: 10px;\n    }\n\n    \/* Intro *\/\n    .ac-intro {\n        background: linear-gradient(135deg, #111 0%, #2d0050 100%);\n        color: white !important; padding: 40px; border-radius: 15px;\n        border-left: 6px solid #fed803;\n        box-shadow: 0 6px 25px rgba(0,0,0,0.35);\n    }\n    .ac-intro h3 { color: #fed803 !important; font-size: 1.55em; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 2px; }\n    .ac-intro p { font-size: 1.03em; line-height: 1.9; opacity: 0.95; margin-bottom: 15px; }\n    .ac-intro p:last-child { margin-bottom: 0; }\n    .ac-intro strong { color: #fed803 !important; }\n\n    \/* Compat table *\/\n    .ac-compat {\n        background: linear-gradient(135deg, #f9f0ff 0%, #fff 100%);\n        border: 3px solid #9c00ff; border-radius: 15px; padding: 35px;\n        box-shadow: 0 5px 22px rgba(156,0,255,0.1);\n        margin-top: 30px;\n    }\n    .ac-compat h3 { color: #9c00ff !important; font-size: 1.3em; margin-bottom: 18px; font-weight: 900; text-transform: uppercase; }\n    .ac-compat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }\n    .ac-compat-item {\n        display: flex; align-items: center; gap: 10px;\n        padding: 12px 16px; background: white; border-radius: 10px;\n        border-left: 5px solid #9c00ff;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        font-weight: 600; color: #333 !important; font-size: 0.93em;\n    }\n    .ac-compat-item .ico { font-size: 1.3em; flex-shrink: 0; }\n\n    \/* Specs highlight *\/\n    .ac-specs-row {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n        gap: 15px;\n        margin-top: 30px;\n    }\n    .ac-spec-box {\n        background: linear-gradient(135deg, #1a1a1a 0%, #2d0050 100%);\n        border: 2px solid #9c00ff;\n        border-radius: 12px;\n        padding: 22px 15px;\n        text-align: center;\n        box-shadow: 0 4px 15px rgba(156,0,255,0.15);\n    }\n    .ac-spec-box .val { font-size: 1.7em; font-weight: 900; color: #fed803 !important; display: block; line-height: 1.1; }\n    .ac-spec-box .lbl { font-size: 0.8em; color: #ccc !important; text-transform: uppercase; letter-spacing: 1px; margin-top: 6px; display: block; }\n\n    \/* Features grid *\/\n    .ac-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 28px; }\n    .ac-card {\n        background: #fff; padding: 25px; border-radius: 12px;\n        border-left: 6px solid #9c00ff;\n        box-shadow: 0 4px 18px rgba(156,0,255,0.1);\n        transition: all 0.3s ease;\n    }\n    .ac-card:hover { transform: translateY(-5px); box-shadow: 0 8px 28px rgba(156,0,255,0.2); border-left-color: #e00cff; }\n    .ac-card h3 { color: #9c00ff !important; margin-bottom: 10px; font-size: 1.15em; font-weight: 700; }\n    .ac-card p { color: #555 !important; line-height: 1.7; margin: 0; }\n\n    \/* Versus box *\/\n    .ac-versus {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 20px;\n        margin-top: 28px;\n    }\n    .ac-vs-card {\n        border-radius: 12px; padding: 25px;\n        box-shadow: 0 4px 18px rgba(0,0,0,0.08);\n    }\n    .ac-vs-card.old {\n        background: linear-gradient(135deg, #f5f5f5 0%, #ececec 100%);\n        border: 2px solid #ccc;\n    }\n    .ac-vs-card.new {\n        background: linear-gradient(135deg, #1a1a1a 0%, #2d0050 100%);\n        border: 2px solid #9c00ff;\n    }\n    .ac-vs-card h4 { font-size: 1.05em; font-weight: 800; text-transform: uppercase; margin-bottom: 14px; letter-spacing: 1px; }\n    .ac-vs-card.old h4 { color: #888 !important; }\n    .ac-vs-card.new h4 { color: #fed803 !important; }\n    .ac-vs-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 0.92em; }\n    .ac-vs-card.old .ac-vs-row { color: #777 !important; }\n    .ac-vs-card.new .ac-vs-row { color: #ddd !important; }\n    .ac-vs-ico { font-size: 1.1em; flex-shrink: 0; }\n    @media (max-width: 600px) { .ac-versus { grid-template-columns: 1fr; } }\n\n    \/* Delivery *\/\n    .ac-delivery-box {\n        background: linear-gradient(135deg, #f9f0ff 0%, #ffffff 100%);\n        border: 3px solid #9c00ff; border-radius: 15px; padding: 35px;\n        box-shadow: 0 5px 22px rgba(156,0,255,0.1);\n    }\n    .ac-delivery-box h3 { color: #9c00ff !important; font-size: 1.4em; margin-bottom: 20px; font-weight: 900; text-transform: uppercase; }\n    .ac-delivery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 10px; }\n    .ac-delivery-item {\n        display: flex; align-items: flex-start; gap: 12px;\n        padding: 12px 15px; background: white; border-radius: 10px;\n        border-left: 5px solid #9c00ff;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        transition: all 0.3s ease; font-weight: 500; color: #333 !important; font-size: 0.93em;\n    }\n    .ac-delivery-item:hover { border-left-color: #e00cff; transform: translateX(4px); }\n    .ac-delivery-item .arr { color: #9c00ff !important; flex-shrink: 0; }\n    .ac-delivery-item .sub { color: #888 !important; font-size: 0.82em; font-weight: 400; display: block; margin-top: 2px; }\n    .ac-delivery-item.excl { border-left-color: #e67e22; opacity: 0.7; }\n    .ac-delivery-item.excl .arr { color: #e67e22 !important; }\n\n    \/* Note box *\/\n    .ac-note {\n        background: linear-gradient(135deg, #fff8e1 0%, #fffaef 100%);\n        border: 2px solid #fed803; border-radius: 10px;\n        padding: 18px 22px; margin-top: 20px;\n        font-size: 0.95em; color: #555 !important;\n    }\n    .ac-note strong { color: #9c00ff !important; }\n\n    \/* Warranty *\/\n    .ac-warranty-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 28px; }\n    .ac-w-card {\n        background: linear-gradient(135deg, #1a1a1a 0%, #2d0050 100%);\n        border-radius: 12px; padding: 25px;\n        display: flex; align-items: center; gap: 18px;\n        box-shadow: 0 4px 18px rgba(156,0,255,0.15);\n        border: 2px solid #9c00ff;\n    }\n    .ac-w-icon { font-size: 2.5em; flex-shrink: 0; }\n    .ac-w-label { color: #fff !important; font-weight: 700; font-size: 0.95em; text-transform: uppercase; letter-spacing: 1px; }\n    .ac-w-sub { color: #aaa !important; font-size: 0.85em; margin-top: 5px; line-height: 1.5; }\n\n    \/* Footer *\/\n    .ac-footer {\n        background: linear-gradient(135deg, #111 0%, #9c00ff 100%);\n        color: white !important; text-align: center; padding: 35px;\n        border-top: 3px solid #fed803;\n    }\n    .ac-footer .tagline { color: #fed803 !important; font-weight: 700; font-size: 1.2em; text-transform: uppercase; letter-spacing: 2px; }\n\n    .hr { color: #9c00ff !important; font-weight: 700; }\n    .hy { color: #b37d00 !important; font-weight: 700; }\n\n    @media (max-width: 768px) {\n        .ac-section { padding: 30px 15px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"ac-wrapper\"\u003e\n\u003c!-- Bubbles --\u003e\n\u003cdiv class=\"ac-bg\"\u003e\n \u003cdiv class=\"ac-bubble\" style=\"width: 110px; height: 110px; left: 7%; animation-duration: 8s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ac-bubble y\" style=\"width: 150px; height: 150px; left: 23%; animation-duration: 12s; animation-delay: 1s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ac-bubble m\" style=\"width: 85px; height: 85px; left: 44%; animation-duration: 9s; animation-delay: 3.5s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ac-bubble\" style=\"width: 130px; height: 130px; left: 63%; animation-duration: 14s; animation-delay: 2s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ac-bubble y\" style=\"width: 180px; height: 180px; left: 84%; animation-duration: 16s; animation-delay: 5s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ac-bubble m\" style=\"width: 95px; height: 95px; left: 14%; animation-duration: 11s; animation-delay: 4s\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Header --\u003e\n\u003cheader class=\"ac-header\"\u003e\n \u003ch1\u003eAccuAir e-Level+ ECU Upgrade\u003c\/h1\u003e\n \u003cp class=\"subtitle\"\u003e🔧 ECU-upgrade — Bluetooth 5.0 \u0026amp; iOS\/Android-app\u003c\/p\u003e\n \u003cspan class=\"ac-badge\"\u003e⚡ Upgrade voor bestaande AccuAir-systemen\u003c\/span\u003e\u003cbr\u003e\n \u003cspan class=\"ac-badge-ref\"\u003eReferentie: AA-3638 — AccuAir Suspension\u003c\/span\u003e\n \u003cp style=\"font-style: italic; opacity: 0.85; margin-top: 18px; font-size: 1.05em\"\u003eJe oude AccuAir-systeem verdient beter. Stap over naar de e-Level+-generatie.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003c!-- Banner --\u003e\n\u003cdiv class=\"ac-banner\"\u003e\n AccuAir e-Level+ ECU Upgrade AA-3638 — Compatibel met SwitchSpeed en e-Level van vóór 2019 (R9\/R10). Bluetooth 5.0, e-Level+-app voor iOS\/Android, RGB, OTA-updates. Alleen ECU — zonder kabelboom of druksensor.\n\u003c\/div\u003e\n\u003c!-- Alert importante --\u003e\n\u003cdiv class=\"ac-alert\"\u003e\n ⚠️ \u003cstrong\u003eDit product is uitsluitend een ECU-upgrade.\u003c\/strong\u003e Het is ontworpen voor bestaande AccuAir-systemen (SwitchSpeed of e-Level van vóór 2019). \u003cstrong\u003eDe kabelboom en druksensor zijn niet inbegrepen.\u003c\/strong\u003e Als je een nieuw systeem monteert, bekijk dan de \u003cstrong\u003eAA-3639\u003c\/strong\u003e (inclusief kabelboom).\n\u003c\/div\u003e\n\u003c!-- Specs highlight --\u003e\n\u003csection class=\"ac-section\" style=\"background: #0a0a0a; padding: 35px 30px\"\u003e\n \u003cdiv class=\"ac-specs-row\"\u003e\n \u003cdiv class=\"ac-spec-box\"\u003e\n \u003cspan class=\"val\"\u003eBT 5.0\u003c\/span\u003e\n \u003cspan class=\"lbl\"\u003eBluetooth met groot bereik\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-spec-box\"\u003e\n \u003cspan class=\"val\"\u003eOTA\u003c\/span\u003e\n \u003cspan class=\"lbl\"\u003eDraadloze updates\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-spec-box\"\u003e\n \u003cspan class=\"val\"\u003eRGB\u003c\/span\u003e\n \u003cspan class=\"lbl\"\u003eECU-achtergrondverlichting\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-spec-box\"\u003e\n \u003cspan class=\"val\"\u003e3\u003c\/span\u003e\n \u003cspan class=\"lbl\"\u003eProgrammeerbare hoogtes*\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-spec-box\"\u003e\n \u003cspan class=\"val\"\u003eECU\u003cbr\u003eONLY\u003c\/span\u003e\n \u003cspan class=\"lbl\"\u003eZonder kabelboom of sensor\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-spec-box\"\u003e\n \u003cspan class=\"val\"\u003eR9\/R10\u003c\/span\u003e\n \u003cspan class=\"lbl\"\u003eDirecte vervanging\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cp style=\"color: #666; font-size: 0.8em; text-align: center; margin-top: 12px\"\u003e* 3 programmeerbare hoogtes met Height+-sensoren (apart verkrijgbaar)\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- Intro --\u003e\n\u003csection class=\"ac-section\"\u003e\n \u003cdiv class=\"ac-intro\"\u003e\n \u003ch3\u003e🔧 Wat is de AccuAir e-Level+ ECU Upgrade AA-3638?\u003c\/h3\u003e\n \u003cp\u003eHeb je al een AccuAir-systeem — SwitchSpeed of e-Level van vóór 2019 — en wil je het een tweede leven geven? Dan is de AA-3638 iets voor jou. Deze \u003cstrong\u003enieuwe e-Level+-ECU\u003c\/strong\u003e vervangt eenvoudig je oude regelmodule en geeft je alle functies van de nieuwste AccuAir-generatie, zonder alles opnieuw te hoeven aanschaffen.\u003c\/p\u003e\n \u003cp\u003eResultaat: \u003cstrong\u003eBluetooth 5.0 met groot bereik\u003c\/strong\u003e, draadloze bediening via de e-Level+-app op iOS en Android, automatische over-the-air-updates, aanpasbare RGB-achtergrondverlichting en automatisch omhoogkomen bij het starten. Je bestaande installatie blijft behouden — \u003cstrong\u003ealleen de ECU wordt vervangen.\u003c\/strong\u003e\u003c\/p\u003e\n \u003cp\u003e\u003cstrong\u003eBelangrijk:\u003c\/strong\u003e Dit product bevat uitsluitend de ECU. Er worden geen kabelboom of druksensor meegeleverd. Als je bestaande kabelboom compatibel is, is er voor de basisinstallatie geen extra aankoop nodig.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c!-- Compatibilité --\u003e\n \u003cdiv class=\"ac-compat\"\u003e\n \u003ch3\u003e✅ Compatibele systemen\u003c\/h3\u003e\n \u003cdiv class=\"ac-compat-grid\"\u003e\n \u003cdiv class=\"ac-compat-item\"\u003e\n \u003cspan class=\"ico\"\u003e🔄\u003c\/span\u003e AccuAir SwitchSpeed (alle modellen)\n \u003c\/div\u003e\n \u003cdiv class=\"ac-compat-item\"\u003e\n \u003cspan class=\"ico\"\u003e🔄\u003c\/span\u003e AccuAir e-Level R9\n \u003c\/div\u003e\n \u003cdiv class=\"ac-compat-item\"\u003e\n \u003cspan class=\"ico\"\u003e🔄\u003c\/span\u003e AccuAir e-Level R10\n \u003c\/div\u003e\n \u003cdiv class=\"ac-compat-item\"\u003e\n \u003cspan class=\"ico\"\u003e🔄\u003c\/span\u003e Elk e-Level-systeem van vóór 2019\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Avant \/ Après --\u003e\n\u003csection class=\"ac-section\" style=\"background: linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\"\u003e\n \u003ch2 class=\"ac-title\"\u003e⚡ Voor \/ Na de upgrade\u003c\/h2\u003e\n \u003cdiv class=\"ac-versus\"\u003e\n \u003cdiv class=\"ac-vs-card old\"\u003e\n \u003ch4\u003e❌ Je oude ECU\u003c\/h4\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e📡\u003c\/span\u003e Beperkte of geen Bluetooth\u003c\/div\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e📱\u003c\/span\u003e Geen smartphone-app\u003c\/div\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e🔄\u003c\/span\u003e Handmatige of geen updates\u003c\/div\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e💡\u003c\/span\u003e Geen RGB-verlichting\u003c\/div\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e🚗\u003c\/span\u003e Geen automatische verhoging bij het starten\u003c\/div\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e📊\u003c\/span\u003e Geen realtimehoogteweergave\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-vs-card new\"\u003e\n \u003ch4\u003e✅ Met de AA-3638\u003c\/h4\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e📡\u003c\/span\u003e Bluetooth 5.0 met groot bereik\u003c\/div\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e📱\u003c\/span\u003e e-Level+-app voor iOS \u0026amp; Android\u003c\/div\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e🔄\u003c\/span\u003e Automatische OTA-updates\u003c\/div\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e💡\u003c\/span\u003e Aanpasbare RGB-ECU\u003c\/div\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e🚗\u003c\/span\u003e Automatisch omhoog bij het starten\u003c\/div\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e📊\u003c\/span\u003e Hoogte in % per hoek (met Height+)\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Features --\u003e\n\u003csection class=\"ac-section\"\u003e\n \u003ch2 class=\"ac-title\"\u003e⚙️ Functies van de e-Level+-ECU\u003c\/h2\u003e\n \u003cdiv class=\"ac-grid\"\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e📡 Bluetooth 5.0 met groot bereik\u003c\/h3\u003e\n \u003cp\u003eDe \u003cspan class=\"hr\"\u003ekrachtigste Bluetooth 5.0-chip\u003c\/span\u003e die in de VS is toegestaan. Automatische verbinding met je voertuig, maximaal bereik, geen onderbrekingen — veel beter dan eerdere generaties.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e📱 e-Level+-app voor iOS \u0026amp; Android\u003c\/h3\u003e\n \u003cp\u003eVolledige controle over je airridesysteem vanaf je smartphone. Instellingen, diagnoses en drukpresets — alles in één, met een duidelijke en intuïtieve interface.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e🔄 Over-the-air-updates (OTA)\u003c\/h3\u003e\n \u003cp\u003eJe ECU wordt automatisch bijgewerkt. \u003cspan class=\"hr\"\u003eNieuwe functies en bugfixes\u003c\/span\u003e zonder ooit de hardware aan te raken — je systeem blijft levenslang up-to-date.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e💡 Aanpasbare RGB-verlichting\u003c\/h3\u003e\n \u003cp\u003eECU met \u003cspan class=\"hy\"\u003eRGB-verlicht AccuAir-logo\u003c\/span\u003e. Kleur en intensiteit zijn instelbaar voor een premium uitstraling in je kofferbak of installatieruimte.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e🚗 Automatisch omhoog bij het starten\u003c\/h3\u003e\n \u003cp\u003eActiveer \u003cstrong\u003eRide-Height-On-Start\u003c\/strong\u003e en je voertuig gaat bij elke start automatisch naar de rijhoogte. Geen handmatige tussenkomst nodig.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e📊 Compressorindicator\u003c\/h3\u003e\n \u003cp\u003eGekleurde LED op de ECU geeft de status van je compressor of CVT in realtime aan \u003cspan class=\"hr\"\u003ewanneer de TouchPad+ is verbonden\u003c\/span\u003e — je weet altijd wat de status van je systeem is.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e🔋 Energiebesparingsmodus\u003c\/h3\u003e\n \u003cp\u003eAutomatische stand-bymodus na \u003cstrong\u003e24 uur inactiviteit\u003c\/strong\u003e om de accu te sparen. Ideaal voor showauto’s en voertuigen die weinig worden gebruikt.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e📐 3 programmeerbare hoogtes*\u003c\/h3\u003e\n \u003cp\u003eMet de \u003cspan class=\"hr\"\u003eHeight+\u003c\/span\u003e-sensoren: programmeer 3 hoogtes (verlaagd \/ rijhoogte \/ verhoogd) + de laagste stand. Automatische voertuigkalibratie inbegrepen. \u003cem style=\"font-size:0.85em; color:#999\"\u003e*Height+ afzonderlijk verkrijgbaar\u003c\/em\u003e\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Delivery --\u003e\n\u003csection class=\"ac-section\" style=\"background: linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\"\u003e\n \u003ch2 class=\"ac-title\"\u003e📦 Inhoud van de levering\u003c\/h2\u003e\n \u003cdiv class=\"ac-delivery-box\"\u003e\n \u003ch3\u003e📦 Dit product bevat\u003c\/h3\u003e\n \u003cdiv class=\"ac-delivery-grid\"\u003e\n \u003cdiv class=\"ac-delivery-item\"\u003e\n \u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003e1 AccuAir e-Level+-ECU (e+ Connect)\n \u003cspan class=\"sub\"\u003eBluetooth 5.0 — RGB — AccuAir-logo — directe vervanging voor R9\/R10\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-delivery-item\"\u003e\n \u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003e1 draadloze bedieningsunit (switchbox)\n \u003cspan class=\"sub\"\u003eFysieke bediening van je systeem\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-delivery-item\"\u003e\n \u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003eToegang tot de e-Level+-app\n \u003cspan class=\"sub\"\u003eiOS \u0026amp; Android — gratis download\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c!-- Non inclus --\u003e\n \u003ch3 style=\"margin-top: 25px; color: #e67e22; font-size: 1.1em\"\u003e⚠️ Niet inbegrepen bij dit product\u003c\/h3\u003e\n \u003cdiv class=\"ac-delivery-grid\"\u003e\n \u003cdiv class=\"ac-delivery-item excl\"\u003e\n \u003cspan class=\"arr\"\u003e✖️\u003c\/span\u003e\n \u003cdiv\u003eKabelboom\n \u003cspan class=\"sub\"\u003eGebruik je bestaande kabelboom of bestel de AA-3639 (met kabelboom)\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-delivery-item excl\"\u003e\n \u003cspan class=\"arr\"\u003e✖️\u003c\/span\u003e\n \u003cdiv\u003eDruksensor\n \u003cspan class=\"sub\"\u003eNiet meegeleverd — gebruik je bestaande sensor of bestel deze afzonderlijk\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-delivery-item excl\"\u003e\n \u003cspan class=\"arr\"\u003e✖️\u003c\/span\u003e\n \u003cdiv\u003eTelefoon \/ tablet\n \u003cspan class=\"sub\"\u003eDe bediening gebeurt via je eigen smartphone\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-note\"\u003e\n \u003cstrong\u003e💡 AA-3638 of AA-3639?\u003c\/strong\u003e De AA-3638 is alleen de ECU — perfect als je al een AccuAir-systeem hebt en alleen de unit wilt upgraden. De \u003cstrong\u003eAA-3639\u003c\/strong\u003e wordt aanbevolen voor een nieuwe installatie, omdat deze de kabelboom en druksensor bevat.\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Warranty --\u003e\n\u003csection class=\"ac-section\"\u003e\n \u003ch2 class=\"ac-title\"\u003e🛡 Garantie \u0026amp; levering\u003c\/h2\u003e\n \u003cdiv class=\"ac-warranty-grid\"\u003e\n \u003cdiv class=\"ac-w-card\"\u003e\n \u003cdiv class=\"ac-w-icon\"\u003e✅\u003c\/div\u003e\n \u003cdiv\u003e\n \u003cdiv class=\"ac-w-label\"\u003eAccuAir-garantie\u003c\/div\u003e\n \u003cdiv class=\"ac-w-sub\"\u003eOrigineel AccuAir-product — bewezen Amerikaanse kwaliteit, fabrieksgarantie\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-w-card\"\u003e\n \u003cdiv class=\"ac-w-icon\"\u003e🔄\u003c\/div\u003e\n \u003cdiv\u003e\n \u003cdiv class=\"ac-w-label\"\u003eLevenslange updates (OTA)\u003c\/div\u003e\n \u003cdiv class=\"ac-w-sub\"\u003eSysteem altijd automatisch up-to-date — vervangen van hardware niet nodig\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-w-card\"\u003e\n \u003cdiv class=\"ac-w-icon\"\u003e📦\u003c\/div\u003e\n \u003cdiv\u003e\n \u003cdiv class=\"ac-w-label\"\u003eDouanekosten inbegrepen\u003c\/div\u003e\n \u003cdiv class=\"ac-w-sub\"\u003eGeen verrassende kosten bij aankomst — alles is inbegrepen in de weergegeven prijs (tenzij anders aangegeven bij de bezorgopties)\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Footer --\u003e\n\u003cfooter class=\"ac-footer\"\u003e\n \u003cp class=\"tagline\"\u003eACCUAIR e-LEVEL+ ECU-UPGRADE AA-3638 — GA NAAR DE VOLGENDE GENERATIE\u003c\/p\u003e\n \u003cp style=\"margin-top: 12px; opacity: 0.85\"\u003e⚡ Jouw bestaande systeem. Onze technologie. Het beste van twee werelden.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":40126581735522,"sku":"","price":519.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/products\/aa-e_ecu_720x_e484f6b3-c5be-41a2-ae33-c5bc81a48ae4.png?v=1774179775"},{"product_id":"gestion-accuair-e-level-connect","title":"AccuAir e-Level+ Connect AA-3639 — Air Ride Beheer Bluetooth 5.0 | iOS\/Android App \u0026 RGB | Uitbreidbaar Systeem","description":"\u003cbody\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eAccuAir e-Level+ Connect AA-3639 – Gestion Air Ride Bluetooth\u003c\/title\u003e\n\u003cstyle\u003e\n    .ac-wrapper {\n        position: relative;\n        background: #fff;\n        max-width: 1200px;\n        margin: 0 auto;\n        line-height: 1.6;\n        color: #333 !important;\n        overflow: hidden;\n        box-shadow: 0 0 30px rgba(0,0,0,0.2);\n        border-radius: 12px;\n    }\n\n    \/* Bubbles *\/\n    .ac-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }\n    .ac-bubble {\n        position: absolute; bottom: -150px; border-radius: 50%;\n        animation: ac-rise linear infinite; filter: blur(2px);\n        background: radial-gradient(circle, rgba(156,0,255,0.4) 0%, rgba(156,0,255,0.1) 70%, transparent 100%);\n    }\n    .ac-bubble.y { background: radial-gradient(circle, rgba(254,216,3,0.5) 0%, rgba(254,216,3,0.15) 70%, transparent 100%); }\n    .ac-bubble.m { background: radial-gradient(circle, rgba(224,12,255,0.4) 0%, rgba(224,12,255,0.1) 70%, transparent 100%); }\n    @keyframes ac-rise {\n        0%   { bottom: -150px; transform: translateX(0) scale(1); opacity: 0; }\n        20%  { opacity: 0.6; }\n        80%  { opacity: 0.3; }\n        100% { bottom: 110%; transform: translateX(70px) scale(1.5); opacity: 0; }\n    }\n\n    \/* Header *\/\n    .ac-header {\n        background: linear-gradient(135deg, #000 0%, #1a1a1a 35%, #9c00ff 100%);\n        color: white !important;\n        padding: 70px 20px;\n        text-align: center;\n        position: relative;\n        z-index: 1;\n        border-bottom: 5px solid #9c00ff;\n    }\n    .ac-header h1 {\n        font-size: clamp(2em, 5.5vw, 3.8em);\n        margin-bottom: 8px;\n        text-transform: uppercase;\n        letter-spacing: 4px;\n        color: #fff !important;\n        text-shadow: 2px 2px 10px rgba(0,0,0,0.9), 0 0 30px rgba(156,0,255,0.6);\n    }\n    .ac-header .subtitle { font-size: 1.3em; color: #fed803 !important; font-weight: 700; text-transform: uppercase; }\n    .ac-badge {\n        display: inline-block;\n        background: linear-gradient(135deg, #fed803, #e67e22);\n        color: #1a1a1a !important; font-weight: 900; font-size: 0.9em;\n        padding: 7px 22px; border-radius: 30px; margin-top: 15px;\n        text-transform: uppercase; letter-spacing: 2px;\n        box-shadow: 0 4px 15px rgba(254,216,3,0.4);\n    }\n    .ac-badge-ref {\n        display: inline-block;\n        background: rgba(255,255,255,0.12);\n        color: #fff !important; font-weight: 600; font-size: 0.85em;\n        padding: 5px 18px; border-radius: 20px; margin-top: 10px;\n        letter-spacing: 1px; border: 1px solid rgba(255,255,255,0.25);\n    }\n\n    \/* Banner *\/\n    .ac-banner {\n        background: linear-gradient(90deg, #9c00ff 0%, #e00cff 100%);\n        color: white !important; padding: 22px 20px; text-align: center;\n        font-size: 1.05em; font-weight: 600; position: relative; z-index: 1;\n    }\n\n    \/* Section *\/\n    .ac-section { padding: 50px 30px; position: relative; z-index: 1; }\n    .ac-title {\n        font-size: 1.9em; font-weight: 900; color: #1a1a1a !important;\n        margin-bottom: 30px; border-bottom: 4px solid #9c00ff;\n        display: inline-block; text-transform: uppercase; padding-bottom: 10px;\n    }\n\n    \/* Intro *\/\n    .ac-intro {\n        background: linear-gradient(135deg, #111 0%, #2d0050 100%);\n        color: white !important; padding: 40px; border-radius: 15px;\n        border-left: 6px solid #fed803;\n        box-shadow: 0 6px 25px rgba(0,0,0,0.35);\n    }\n    .ac-intro h3 { color: #fed803 !important; font-size: 1.55em; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 2px; }\n    .ac-intro p { font-size: 1.03em; line-height: 1.9; opacity: 0.95; margin-bottom: 15px; }\n    .ac-intro p:last-child { margin-bottom: 0; }\n    .ac-intro strong { color: #fed803 !important; }\n\n    \/* Specs highlight *\/\n    .ac-specs-row {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n        gap: 15px;\n        margin-top: 30px;\n    }\n    .ac-spec-box {\n        background: linear-gradient(135deg, #1a1a1a 0%, #2d0050 100%);\n        border: 2px solid #9c00ff;\n        border-radius: 12px;\n        padding: 22px 15px;\n        text-align: center;\n        box-shadow: 0 4px 15px rgba(156,0,255,0.15);\n    }\n    .ac-spec-box .val { font-size: 1.7em; font-weight: 900; color: #fed803 !important; display: block; line-height: 1.1; }\n    .ac-spec-box .lbl { font-size: 0.8em; color: #ccc !important; text-transform: uppercase; letter-spacing: 1px; margin-top: 6px; display: block; }\n\n    \/* Features grid *\/\n    .ac-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 28px; }\n    .ac-card {\n        background: #fff; padding: 25px; border-radius: 12px;\n        border-left: 6px solid #9c00ff;\n        box-shadow: 0 4px 18px rgba(156,0,255,0.1);\n        transition: all 0.3s ease;\n    }\n    .ac-card:hover { transform: translateY(-5px); box-shadow: 0 8px 28px rgba(156,0,255,0.2); border-left-color: #e00cff; }\n    .ac-card h3 { color: #9c00ff !important; margin-bottom: 10px; font-size: 1.15em; font-weight: 700; }\n    .ac-card p { color: #555 !important; line-height: 1.7; margin: 0; }\n\n    \/* Upgrade path *\/\n    .ac-upgrade {\n        background: linear-gradient(135deg, #f9f0ff 0%, #fff 100%);\n        border: 3px solid #9c00ff; border-radius: 15px; padding: 35px;\n        box-shadow: 0 5px 22px rgba(156,0,255,0.1);\n    }\n    .ac-upgrade h3 { color: #9c00ff !important; font-size: 1.4em; margin-bottom: 20px; font-weight: 900; text-transform: uppercase; }\n    .ac-upgrade-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; }\n    .ac-upgrade-item {\n        display: flex; align-items: flex-start; gap: 12px;\n        padding: 14px 16px; background: white; border-radius: 10px;\n        border-left: 5px solid #9c00ff;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        transition: all 0.3s ease; font-weight: 500; color: #333 !important; font-size: 0.93em;\n    }\n    .ac-upgrade-item:hover { border-left-color: #e00cff; transform: translateX(4px); }\n    .ac-upgrade-item .arr { color: #9c00ff !important; flex-shrink: 0; }\n    .ac-upgrade-item .sub { color: #888 !important; font-size: 0.82em; font-weight: 400; display: block; margin-top: 2px; }\n\n    \/* Delivery *\/\n    .ac-delivery-box {\n        background: linear-gradient(135deg, #f9f0ff 0%, #ffffff 100%);\n        border: 3px solid #9c00ff; border-radius: 15px; padding: 35px;\n        box-shadow: 0 5px 22px rgba(156,0,255,0.1);\n    }\n    .ac-delivery-box h3 { color: #9c00ff !important; font-size: 1.4em; margin-bottom: 20px; font-weight: 900; text-transform: uppercase; }\n    .ac-delivery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 10px; }\n    .ac-delivery-item {\n        display: flex; align-items: flex-start; gap: 12px;\n        padding: 12px 15px; background: white; border-radius: 10px;\n        border-left: 5px solid #9c00ff;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        transition: all 0.3s ease; font-weight: 500; color: #333 !important; font-size: 0.93em;\n    }\n    .ac-delivery-item:hover { border-left-color: #e00cff; transform: translateX(4px); }\n    .ac-delivery-item .arr { color: #9c00ff !important; flex-shrink: 0; }\n    .ac-delivery-item .sub { color: #888 !important; font-size: 0.82em; font-weight: 400; display: block; margin-top: 2px; }\n\n    \/* Warranty *\/\n    .ac-warranty-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 28px; }\n    .ac-w-card {\n        background: linear-gradient(135deg, #1a1a1a 0%, #2d0050 100%);\n        border-radius: 12px; padding: 25px;\n        display: flex; align-items: center; gap: 18px;\n        box-shadow: 0 4px 18px rgba(156,0,255,0.15);\n        border: 2px solid #9c00ff;\n    }\n    .ac-w-icon { font-size: 2.5em; flex-shrink: 0; }\n    .ac-w-label { color: #fff !important; font-weight: 700; font-size: 0.95em; text-transform: uppercase; letter-spacing: 1px; }\n    .ac-w-sub { color: #aaa !important; font-size: 0.85em; margin-top: 5px; line-height: 1.5; }\n\n    \/* Note box *\/\n    .ac-note {\n        background: linear-gradient(135deg, #fff8e1 0%, #fffaef 100%);\n        border: 2px solid #fed803; border-radius: 10px;\n        padding: 18px 22px; margin-top: 20px;\n        font-size: 0.95em; color: #555 !important;\n    }\n    .ac-note strong { color: #9c00ff !important; }\n\n    \/* Footer *\/\n    .ac-footer {\n        background: linear-gradient(135deg, #111 0%, #9c00ff 100%);\n        color: white !important; text-align: center; padding: 35px;\n        border-top: 3px solid #fed803;\n    }\n    .ac-footer .tagline { color: #fed803 !important; font-weight: 700; font-size: 1.2em; text-transform: uppercase; letter-spacing: 2px; }\n\n    .hr { color: #9c00ff !important; font-weight: 700; }\n    .hy { color: #b37d00 !important; font-weight: 700; }\n\n    @media (max-width: 768px) {\n        .ac-section { padding: 30px 15px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"ac-wrapper\"\u003e\n\u003c!-- Bubbles --\u003e\n\u003cdiv class=\"ac-bg\"\u003e\n \u003cdiv class=\"ac-bubble\" style=\"width: 110px; height: 110px; left: 7%; animation-duration: 8s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ac-bubble y\" style=\"width: 150px; height: 150px; left: 23%; animation-duration: 12s; animation-delay: 1s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ac-bubble m\" style=\"width: 85px; height: 85px; left: 44%; animation-duration: 9s; animation-delay: 3.5s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ac-bubble\" style=\"width: 130px; height: 130px; left: 63%; animation-duration: 14s; animation-delay: 2s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ac-bubble y\" style=\"width: 180px; height: 180px; left: 84%; animation-duration: 16s; animation-delay: 5s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ac-bubble m\" style=\"width: 95px; height: 95px; left: 14%; animation-duration: 11s; animation-delay: 4s\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Header --\u003e\n\u003cheader class=\"ac-header\"\u003e\n \u003ch1\u003eAccuAir e-Level+ Connect\u003c\/h1\u003e\n \u003cp class=\"subtitle\"\u003e📡 Airride-regeling via Bluetooth 5.0 — app voor iOS \u0026amp; Android\u003c\/p\u003e\n \u003cspan class=\"ac-badge\"\u003e⚙️ Uitbreidbaar systeem — op elk moment uit te breiden\u003c\/span\u003e\u003cbr\u003e\n \u003cspan class=\"ac-badge-ref\"\u003eReferentie: AA-3639 — AccuAir Suspension\u003c\/span\u003e\n \u003cp style=\"font-style: italic; opacity: 0.85; margin-top: 18px; font-size: 1.05em\"\u003eStap het tijdperk van intelligente bediening binnen. Draadloos. Zonder grenzen.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003c!-- Banner --\u003e\n\u003cdiv class=\"ac-banner\"\u003e\n AccuAir e-Level+ Connect AA-3639 — Bluetooth 5.0-ECU, e-Level+-app voor iOS\/Android, RGB, OTA-updates en automatisch omhoogkomen bij het starten. Uitbreidbare basis voor het complete Height+-systeem.\n\u003c\/div\u003e\n\u003c!-- Specs highlight --\u003e\n\u003csection class=\"ac-section\" style=\"background: #0a0a0a; padding: 35px 30px\"\u003e\n \u003cdiv class=\"ac-specs-row\"\u003e\n \u003cdiv class=\"ac-spec-box\"\u003e\n \u003cspan class=\"val\"\u003eBT 5.0\u003c\/span\u003e\n \u003cspan class=\"lbl\"\u003eBluetooth met groot bereik\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-spec-box\"\u003e\n \u003cspan class=\"val\"\u003eOTA\u003c\/span\u003e\n \u003cspan class=\"lbl\"\u003eDraadloze updates\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-spec-box\"\u003e\n \u003cspan class=\"val\"\u003eRGB\u003c\/span\u003e\n \u003cspan class=\"lbl\"\u003eECU-achtergrondverlichting\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-spec-box\"\u003e\n \u003cspan class=\"val\"\u003e3\u003c\/span\u003e\n \u003cspan class=\"lbl\"\u003eProgrammeerbare hoogtes*\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-spec-box\"\u003e\n \u003cspan class=\"val\"\u003eiOS\u003cbr\u003eAndroid\u003c\/span\u003e\n \u003cspan class=\"lbl\"\u003ee-Level+-app\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-spec-box\"\u003e\n \u003cspan class=\"val\"\u003e100%\u003c\/span\u003e\n \u003cspan class=\"lbl\"\u003ePlug \u0026amp; Play\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cp style=\"color: #666; font-size: 0.8em; text-align: center; margin-top: 12px\"\u003e* 3 programmeerbare hoogtes met Height+-sensoren (apart verkrijgbaar)\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- Intro --\u003e\n\u003csection class=\"ac-section\"\u003e\n \u003cdiv class=\"ac-intro\"\u003e\n \u003ch3\u003e📡 Wat is de AccuAir e-Level+ Connect AA-3639?\u003c\/h3\u003e\n \u003cp\u003eDe AccuAir e-Level+ Connect biedt de \u003cstrong\u003emeest uitbreidbare airride-regeling op de markt\u003c\/strong\u003e. Je begint met draadloze bediening via je smartphone en breidt uit wanneer je wilt: hoogtesensoren, TouchPad+ en vierpuntsdrukmonitoring. Het systeem groeit mee met je build.\u003c\/p\u003e\n \u003cp\u003eGebaseerd op de oudste en meest beproefde technologie in de branche is de \u003cstrong\u003ee-Level+ volledig opnieuw ontworpen\u003c\/strong\u003e — robuustere hardware, Bluetooth 5.0 met groot bereik, over-the-air-updates en een ECU met RGB-achtergrondverlichting voor een premium uitstraling in je kofferbak.\u003c\/p\u003e\n \u003cp\u003eVolledige bediening via de \u003cstrong\u003ee-Level+\u003c\/strong\u003e-app op iOS of Android: druk aanpassen, realtime diagnoses en de digitale drukschakelaar instellen — allemaal vanaf je telefoon.\u003c\/p\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Features --\u003e\n\u003csection class=\"ac-section\" style=\"background: linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\"\u003e\n \u003ch2 class=\"ac-title\"\u003e⚙️ Functies van e-Level+ Connect\u003c\/h2\u003e\n \u003cdiv class=\"ac-grid\"\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e📡 Bluetooth 5.0 met groot bereik\u003c\/h3\u003e\n \u003cp\u003e\u003cspan class=\"hr\"\u003eBetrouwbare en stabiele\u003c\/span\u003e verbinding over lange afstand, zonder onderbrekingen. Bluetooth 5.0 is de nieuwe standaard op alle AccuAir-systemen — aanzienlijk beter dan eerdere generaties.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e📱 e-Level+-app voor iOS \u0026amp; Android\u003c\/h3\u003e\n \u003cp\u003eVolledige controle over je airride-systeem vanaf je smartphone. Drukinstellingen, diagnoses, hoogtepresets en compressorbeheer — alles in één.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e🔄 Over-the-air-updates (OTA)\u003c\/h3\u003e\n \u003cp\u003eJe systeem wordt automatisch bijgewerkt via wifi. \u003cspan class=\"hr\"\u003eNieuwe functies, oplossingen en verbeteringen\u003c\/span\u003e — zonder ooit hardware te hoeven vervangen.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e🚗 Automatisch omhoogkomen bij het starten\u003c\/h3\u003e\n \u003cp\u003eActiveer \u003cstrong\u003eRide-Height-On-Start\u003c\/strong\u003e en je voertuig komt automatisch op rijhoogte zodra je start. Praktisch, netjes en zonder handmatige tussenkomst.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e💡 Aanpasbare RGB-ECU\u003c\/h3\u003e\n \u003cp\u003eDe e+-ECU is uitgerust met \u003cspan class=\"hy\"\u003einstelbare RGB-achtergrondverlichting\u003c\/span\u003e met het AccuAir-logo. Kleur, intensiteit — pas de visuele sfeer van je installatie aan je stijl aan.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e🔋 Energiebesparingsmodus\u003c\/h3\u003e\n \u003cp\u003eHet systeem schakelt na \u003cstrong\u003e24 uur\u003c\/strong\u003e inactiviteit automatisch over naar de \u003cstrong\u003eslaapstand\u003c\/strong\u003e om je accu te sparen — ideaal voor showcars of voertuigen die weinig worden gebruikt.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e🔌 100% Plug \u0026amp; Play\u003c\/h3\u003e\n \u003cp\u003eComplete kabelboom inbegrepen, vooraf geconfigureerd. Eenvoudige en snelle installatie, \u003cspan class=\"hr\"\u003ezonder complexe elektrische aanpassingen\u003c\/span\u003e aan je voertuig.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e📊 Instelbare digitale drukschakelaar\u003c\/h3\u003e\n \u003cp\u003ePas de werkingsdruk van je systeem rechtstreeks vanuit de app nauwkeurig aan, voor optimaal comfort en optimale prestaties afgestemd op jouw gebruik.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Upgrade Path --\u003e\n\u003csection class=\"ac-section\"\u003e\n \u003ch2 class=\"ac-title\"\u003e🚀 100% uitbreidbaar systeem\u003c\/h2\u003e\n \u003cdiv class=\"ac-upgrade\"\u003e\n \u003ch3\u003e➕ Op elk moment beschikbare upgrades\u003c\/h3\u003e\n \u003cp style=\"color: #555; margin-bottom: 20px\"\u003eDe AA-3639 vormt de basis. Je kunt je systeem geleidelijk uitbreiden volgens je behoeften en budget:\u003c\/p\u003e\n \u003cdiv class=\"ac-upgrade-grid\"\u003e\n \u003cdiv class=\"ac-upgrade-item\"\u003e\n \u003cspan class=\"arr\"\u003e⬆️\u003c\/span\u003e\n \u003cdiv\u003eHeight+-sensoren (AA-3641)\n \u003cspan class=\"sub\"\u003e3 programmeerbare hoogtes + automatische kalibratie + TruPosition\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-upgrade-item\"\u003e\n \u003cspan class=\"arr\"\u003e⬆️\u003c\/span\u003e\n \u003cdiv\u003eTouchPad+ (AA-3640)\n \u003cspan class=\"sub\"\u003eFysieke touchscreencontroller in de cabine — premium uitstraling\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-upgrade-item\"\u003e\n \u003cspan class=\"arr\"\u003e⬆️\u003c\/span\u003e\n \u003cdiv\u003ePressure+ (AA-3907)\n \u003cspan class=\"sub\"\u003eRealtime monitoring van 4 hoeken + tank, 3 drukpresets\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-upgrade-item\"\u003e\n \u003cspan class=\"arr\"\u003e⬆️\u003c\/span\u003e\n \u003cdiv\u003eVU4-manifold (AA-3644)\n \u003cspan class=\"sub\"\u003eNodig om de installatie compleet te maken — afzonderlijk verkocht\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-note\"\u003e\n \u003cstrong\u003e⚠️ Let op:\u003c\/strong\u003e Dit product vereist een manifold om te functioneren. De AccuAir VU4-manifold (AA-3644) wordt aanbevolen en afzonderlijk verkocht. Voor bepaalde geavanceerde functies is een fysieke afstandsbediening (TouchPad+) vereist.\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Delivery --\u003e\n\u003csection class=\"ac-section\" style=\"background: linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\"\u003e\n \u003ch2 class=\"ac-title\"\u003e📦 Inhoud van de levering\u003c\/h2\u003e\n \u003cdiv class=\"ac-delivery-box\"\u003e\n \u003ch3\u003e📦 Dit product bevat\u003c\/h3\u003e\n \u003cdiv class=\"ac-delivery-grid\"\u003e\n \u003cdiv class=\"ac-delivery-item\"\u003e\n \u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003e1 AccuAir e+ Connect-ECU\n \u003cspan class=\"sub\"\u003eBluetooth 5.0 — RGB-achtergrondverlichting — AccuAir-logo\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-delivery-item\"\u003e\n \u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003e1 complete kabelboom\n \u003cspan class=\"sub\"\u003e100% Plug \u0026amp; Play — vooraf geconfigureerd voor een snelle installatie\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-delivery-item\"\u003e\n \u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003e1 druksensor\n \u003cspan class=\"sub\"\u003eInbegrepen bij kit AA-3639\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-delivery-item\"\u003e\n \u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003eToegang tot de e-Level+-app\n \u003cspan class=\"sub\"\u003eBeschikbaar voor iOS \u0026amp; Android — gratis te downloaden\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-note\"\u003e\n \u003cstrong\u003e📱 Opmerking:\u003c\/strong\u003e Er wordt geen draadloos apparaat (telefoon\/tablet) meegeleverd. De bediening gebeurt via je eigen smartphone. Een manifold zoals de AccuAir VU4 (AA-3644) is nodig om het systeem compleet te maken — afzonderlijk verkocht.\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Warranty --\u003e\n\u003csection class=\"ac-section\"\u003e\n \u003ch2 class=\"ac-title\"\u003e🛡 Garantie \u0026amp; levering\u003c\/h2\u003e\n \u003cdiv class=\"ac-warranty-grid\"\u003e\n \u003cdiv class=\"ac-w-card\"\u003e\n \u003cdiv class=\"ac-w-icon\"\u003e✅\u003c\/div\u003e\n \u003cdiv\u003e\n \u003cdiv class=\"ac-w-label\"\u003eAccuAir-garantie\u003c\/div\u003e\n \u003cdiv class=\"ac-w-sub\"\u003eAuthentiek AccuAir-product — fabrieksgarantie, bewezen Amerikaanse kwaliteit\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-w-card\"\u003e\n \u003cdiv class=\"ac-w-icon\"\u003e🔄\u003c\/div\u003e\n \u003cdiv\u003e\n \u003cdiv class=\"ac-w-label\"\u003eLevenslange updates (OTA)\u003c\/div\u003e\n \u003cdiv class=\"ac-w-sub\"\u003eJe systeem blijft automatisch up-to-date — vervanging van hardware is niet nodig\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-w-card\"\u003e\n \u003cdiv class=\"ac-w-icon\"\u003e📦\u003c\/div\u003e\n \u003cdiv\u003e\n \u003cdiv class=\"ac-w-label\"\u003eDouanekosten inbegrepen\u003c\/div\u003e\n \u003cdiv class=\"ac-w-sub\"\u003eGeen verrassende kosten bij aankomst — alles is inbegrepen in de weergegeven prijs (tenzij anders aangegeven bij de leveringsopties)\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Footer --\u003e\n\u003cfooter class=\"ac-footer\"\u003e\n \u003cp class=\"tagline\"\u003eACCUAIR e-LEVEL+ CONNECT AA-3639 — SLIMME BEDIENING\u003c\/p\u003e\n \u003cp style=\"margin-top: 12px; opacity: 0.85\"\u003e📡 Draadloos. Uitbreidbaar. Nauwkeurig. Het airride-management van de nieuwe generatie.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":40126582358114,"sku":"","price":619.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/AA-E_CONNECT_nophonecopy_b13fa465-84ff-43f8-9778-8c71ba71e0ff_jpg.webp?v=1774192688"},{"product_id":"kit-gestion-manuel","title":"Handmatige bedieningsset - Luchtdruk","description":"\u003cbody\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eKit Gestion STREETEC — Entrée de Gamme\u003c\/title\u003e\n\u003cstyle\u003e\n    .ev-wrapper {\n        position: relative;\n        background: #fff;\n        max-width: 1200px;\n        margin: 0 auto;\n        line-height: 1.6;\n        color: #333 !important;\n        overflow: hidden;\n        box-shadow: 0 0 30px rgba(0,0,0,0.2);\n        border-radius: 12px;\n    }\n\n    \/* Bubbles *\/\n    .ev-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }\n    .ev-bubble {\n        position: absolute; bottom: -150px; border-radius: 50%;\n        animation: ev-rise linear infinite; filter: blur(2px);\n        background: radial-gradient(circle, rgba(156,0,255,0.4) 0%, rgba(156,0,255,0.1) 70%, transparent 100%);\n    }\n    .ev-bubble.y { background: radial-gradient(circle, rgba(254,216,3,0.5) 0%, rgba(254,216,3,0.15) 70%, transparent 100%); }\n    .ev-bubble.m { background: radial-gradient(circle, rgba(224,12,255,0.4) 0%, rgba(224,12,255,0.1) 70%, transparent 100%); }\n    @keyframes ev-rise {\n        0%   { bottom: -150px; transform: translateX(0) scale(1); opacity: 0; }\n        20%  { opacity: 0.6; }\n        80%  { opacity: 0.3; }\n        100% { bottom: 110%; transform: translateX(70px) scale(1.5); opacity: 0; }\n    }\n\n    \/* Header *\/\n    .ev-header {\n        background: linear-gradient(135deg, #000 0%, #1a1a1a 40%, #9c00ff 100%);\n        color: white !important; padding: 60px 20px; text-align: center;\n        position: relative; z-index: 1;\n        border-bottom: 5px solid #9c00ff;\n    }\n    .ev-header h1 {\n        font-size: clamp(1.8em, 5vw, 3.2em);\n        text-transform: uppercase; letter-spacing: 3px;\n        color: #fff !important;\n        text-shadow: 2px 2px 10px rgba(0,0,0,0.9), 0 0 25px rgba(156,0,255,0.5);\n        margin-bottom: 8px;\n    }\n    .ev-header .subtitle { font-size: 1.2em; color: #fed803 !important; font-weight: 700; text-transform: uppercase; }\n    .ev-badge {\n        display: inline-block;\n        background: linear-gradient(135deg, #fed803, #e67e22);\n        color: #1a1a1a !important; font-weight: 900; font-size: 0.88em;\n        padding: 6px 20px; border-radius: 30px; margin-top: 15px;\n        text-transform: uppercase; letter-spacing: 2px;\n    }\n\n    \/* Section *\/\n    .ev-section { padding: 40px 30px; position: relative; z-index: 1; }\n    .ev-title {\n        font-size: 1.7em; font-weight: 900; color: #1a1a1a !important;\n        margin-bottom: 25px; border-bottom: 4px solid #9c00ff;\n        display: inline-block; text-transform: uppercase; padding-bottom: 8px;\n    }\n\n    \/* Intro *\/\n    .ev-intro {\n        background: linear-gradient(135deg, #111 0%, #2d0050 100%);\n        color: white !important; padding: 30px 35px; border-radius: 12px;\n        border-left: 6px solid #fed803;\n        box-shadow: 0 6px 25px rgba(0,0,0,0.3);\n    }\n    .ev-intro p { font-size: 1.05em; line-height: 1.85; opacity: 0.95; margin: 0; }\n    .ev-intro strong { color: #fed803 !important; }\n\n    \/* Delivery *\/\n    .ev-delivery-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));\n        gap: 10px; margin-top: 25px;\n    }\n    .ev-item {\n        display: flex; align-items: flex-start; gap: 12px;\n        padding: 13px 16px; background: white;\n        border-radius: 10px; border-left: 5px solid #9c00ff;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        transition: all 0.25s ease;\n        font-weight: 500; color: #333 !important; font-size: 0.94em;\n    }\n    .ev-item:hover { border-left-color: #e00cff; transform: translateX(4px); box-shadow: 0 4px 16px rgba(156,0,255,0.12); }\n    .ev-item .arr { color: #9c00ff !important; flex-shrink: 0; font-size: 1.1em; }\n    .ev-item .sub { color: #888 !important; font-size: 0.82em; font-weight: 400; display: block; margin-top: 2px; }\n\n    \/* Note box *\/\n    .ev-note {\n        background: linear-gradient(135deg, #fff8e1 0%, #fffaef 100%);\n        border: 2px solid #fed803; border-radius: 10px;\n        padding: 18px 22px; margin-top: 20px;\n        font-size: 0.95em; color: #555 !important;\n    }\n    .ev-note strong { color: #9c00ff !important; }\n\n    \/* Footer *\/\n    .ev-footer {\n        background: linear-gradient(135deg, #111 0%, #9c00ff 100%);\n        color: white !important; text-align: center; padding: 30px;\n        border-top: 3px solid #fed803;\n    }\n    .ev-footer .tagline { color: #fed803 !important; font-weight: 700; font-size: 1.1em; text-transform: uppercase; letter-spacing: 2px; }\n\n    @media (max-width: 768px) {\n        .ev-section { padding: 25px 15px; }\n        .ev-delivery-grid { grid-template-columns: 1fr; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"ev-wrapper\"\u003e\n\u003c!-- Bubbles --\u003e\n\u003cdiv class=\"ev-bg\"\u003e\n \u003cdiv class=\"ev-bubble\" style=\"width:100px;height:100px;left:8%;animation-duration:9s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ev-bubble y\" style=\"width:140px;height:140px;left:30%;animation-duration:13s;animation-delay:2s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ev-bubble m\" style=\"width:80px;height:80px;left:55%;animation-duration:10s;animation-delay:4s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ev-bubble\" style=\"width:120px;height:120px;left:78%;animation-duration:15s;animation-delay:1s\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Header --\u003e\n\u003cheader class=\"ev-header\"\u003e\n \u003ch1\u003eSTREETEC-besturingskit — instapmodel\u003c\/h1\u003e\n \u003cp class=\"subtitle\"\u003e🔧 Eenvoudig. Snel te installeren. Voor een beperkt budget.\u003c\/p\u003e\n \u003cspan class=\"ev-badge\"\u003e⚙️ Complete STREETEC-kit\u003c\/span\u003e\n \u003cp style=\"font-style:italic;opacity:0.8;margin-top:15px;font-size:1em\"\u003eJe airride snel operationeel.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003c!-- Intro --\u003e\n\u003csection class=\"ev-section\"\u003e\n \u003cdiv class=\"ev-intro\"\u003e\n \u003cp\u003e\n Wil je een \u003cstrong\u003eairride-besturing zonder gedoe\u003c\/strong\u003e, die eenvoudig en snel te installeren is? Dan is deze kit iets voor jou. Voor een \u003cstrong\u003ebeheersbaar budget\u003c\/strong\u003e krijg je een compleet systeem waarmee je auto in een mum van tijd in beweging komt — alle benodigde STREETEC-materialen zijn inbegrepen.\n \u003c\/p\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Contenu --\u003e\n\u003csection class=\"ev-section\" style=\"background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%);padding-top:10px\"\u003e\n \u003ch2 class=\"ev-title\"\u003e📦 Inhoud van de kit\u003c\/h2\u003e\n \u003cdiv class=\"ev-delivery-grid\"\u003e\n \u003cdiv class=\"ev-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\u003cdiv\u003eSTREETEC-compressor comp1\u003c\/div\u003e\n\u003c\/div\u003e\n \u003cdiv class=\"ev-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\u003cdiv\u003eSTREETEC aluminiumtank tank1\u003c\/div\u003e\n\u003c\/div\u003e\n \u003cdiv class=\"ev-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\u003cdiv\u003eSTREETEC dubbele manometer\u003c\/div\u003e\n\u003c\/div\u003e\n \u003cdiv class=\"ev-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\u003cdiv\u003eRode kabel van 6 m met meegeleverde zekering\u003c\/div\u003e\n\u003c\/div\u003e\n \u003cdiv class=\"ev-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\u003cdiv\u003eZwarte kabel van 1 m\u003c\/div\u003e\n\u003c\/div\u003e\n \u003cdiv class=\"ev-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\u003cdiv\u003eTank-aansluitkit\u003cspan class=\"sub\"\u003eVeiligheidsklep, aftapkraan, drukschakelaar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n \u003cdiv class=\"ev-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\u003cdiv\u003e25 m PU-leiding van 6 mm\u003c\/div\u003e\n\u003c\/div\u003e\n \u003cdiv class=\"ev-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\u003cdiv\u003eElektrische connectoren en fittingen\u003c\/div\u003e\n\u003c\/div\u003e\n \u003cdiv class=\"ev-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\u003cdiv\u003eSchroefdraadafdichting\u003c\/div\u003e\n\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ev-note\"\u003e\n \u003cstrong\u003e💡 Goed om te weten:\u003c\/strong\u003e Deze kit bevat geen magneetventielenblok en geen elektronische besturingseenheid. Het is een STREETEC-starterkit voor een beperkt budget, ideaal voor een snelle en eenvoudige eerste airride-installatie.\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Footer --\u003e\n\u003cfooter class=\"ev-footer\"\u003e\n \u003cp class=\"tagline\"\u003eSTREETEC-BESTURINGSKIT — INSTAPMODEL\u003c\/p\u003e\n \u003cp style=\"margin-top:10px;opacity:0.8;font-size:0.95em\"\u003eJe airride snel operationeel.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49389548208466,"sku":"","price":488.58,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_2c43ef6b-73c8-4130-ad74-235915f218ab.jpg?v=1774181130"},{"product_id":"gestion-airmext-rasl-bitume-snx5-v3","title":"AIRMEXT SNX5 V3 Airridebesturing — 4-wegregeling, mobiele app \u0026 afstandsbediening | Compatibel met alle merken, luchtvering","description":"\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111 !important;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff !important;\n    font-size: 1.17rem;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-size: clamp(3.41rem, 6vw, 5.55rem);\n    font-weight: 900;\n    color: #ffffff !important;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803 !important; }\n  .hero-sub {\n    font-size: 1.92rem;\n    font-weight: 700;\n    color: #E00CFF !important;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 1.49rem;\n    color: #aaaaaa !important;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff !important; }\n  .hero-price {\n    margin-top: 20px;\n    display: inline-flex;\n    align-items: baseline;\n    gap: 10px;\n  }\n  .hero-price .amount {\n    font-size: 3.63rem;\n    font-weight: 900;\n    color: #FED803 !important;\n  }\n  .hero-price .note {\n    font-size: 1.28rem;\n    color: #aaaaaa !important;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-size: 2.35rem;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111 !important;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-size: 1.49rem;\n    font-weight: 700;\n    color: #111111 !important;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 1.39rem; color: #555555 !important; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-size: 2.56rem;\n    font-weight: 900;\n    color: #ffffff !important;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF !important; }\n  .snx5-sub { font-size: 1.39rem; color: #aaaaaa !important; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 1.39rem;\n    color: #cccccc !important;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff !important; display: block; font-size: 1.28rem; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== SPEC TABLE ===== *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-bottom: 28px;\n    border-radius: 10px;\n    overflow: hidden;\n    border: 1px solid #eeeeee;\n  }\n  .spec-table tr:nth-child(odd) { background: #f7f7f7; }\n  .spec-table td {\n    padding: 12px 16px;\n    font-size: 1.39rem;\n    color: #111111 !important;\n    border-bottom: 1px solid #eeeeee;\n  }\n  .spec-table td:first-child {\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    color: #555555 !important;\n    width: 42%;\n  }\n  .spec-table tr:last-child td { border-bottom: none; }\n\n  \/* ===== OPTIONS CONDUITE ===== *\/\n  .option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .option-card {\n    border-radius: 10px;\n    padding: 18px;\n    border: 2px solid #eeeeee;\n  }\n  .option-card.featured { border-color: #9C00FF; }\n  .option-title {\n    font-size: 1.92rem;\n    font-weight: 900;\n    color: #111111 !important;\n    margin-bottom: 6px;\n  }\n  .option-title span { color: #9C00FF !important; }\n  .option-card p { font-size: 1.39rem; color: #555555 !important; }\n\n  \/* ===== CONTENU ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 1.39rem;\n    color: #111111 !important;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF !important; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 2.56rem; flex-shrink: 0; }\n  .delivery-title { font-size: 1.49rem; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 1.39rem; color: #555555 !important; }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-size: 1.6rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309 !important;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 1.39rem; color: #78350f !important; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 1.39rem; color: #78350f !important; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .option-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n \u003c!-- HERO --\u003e\n \u003cdiv class=\"hero\"\u003e\n \u003cspan class=\"hero-badge\" style=\"color:#ffffff\"\u003e✦ Selectie van Rasl'Bitume\u003c\/span\u003e\n \u003ch1 style=\"color:#ffffff\"\u003e\u003cspan style=\"color:#FED803\"\u003eAir Ride\u003c\/span\u003e-regeling\u003cbr\u003eAIRMEXT SNX5 V3\u003c\/h1\u003e\n \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF\"\u003e4-kanaalsbediening — 100% elektronisch\u003c\/div\u003e\n \u003cp class=\"hero-desc\" style=\"color:#aaaaaa\"\u003eDe elektronische regeling \u003cstrong style=\"color:#ffffff\"\u003eAIRMEXT SNX5 V3\u003c\/strong\u003e, geselecteerd door Rasl'Bitume, bedient je luchtvering onafhankelijk op alle 4 wielen. Bedrade afstandsbediening, mobiele app, opgeslagen hoogtes: nauwkeurige en eenvoudig te installeren bediening, te combineren met je eigen compressor en je eigen tank.\u003c\/p\u003e\n \u003cdiv class=\"hero-price\"\u003e\n \u003cspan class=\"amount\" style=\"color:#FED803\"\u003e849,99 €\u003c\/span\u003e\n \u003cspan class=\"note\" style=\"color:#aaaaaa\"\u003eGratis verzending\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c!-- CARACTÉRISTIQUES --\u003e\n \u003cdiv class=\"section-title\"\u003e⚙️ Belangrijkste kenmerken\u003c\/div\u003e\n \u003cdiv class=\"feature-grid\"\u003e\n \u003cdiv class=\"feature-card\"\u003e\n \u003cdiv class=\"feature-card-title\"\u003e4 onafhankelijke kanalen\u003c\/div\u003e\n \u003cp\u003eElektronische, afzonderlijke bediening van elk wiel voor een nauwkeurige afstelling van de rijhoogte.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"feature-card\"\u003e\n \u003cdiv class=\"feature-card-title\"\u003eBedrade USB-C-afstandsbediening\u003c\/div\u003e\n \u003cp\u003eInbegrepen in de kit, voor een snelle bediening zonder afhankelijk te zijn van je telefoon.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"feature-card\"\u003e\n \u003cdiv class=\"feature-card-title\"\u003eMobiele app\u003c\/div\u003e\n \u003cp\u003eBeschikbaar voor iOS en Android voor bediening op afstand vanaf je telefoon.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"feature-card\"\u003e\n \u003cdiv class=\"feature-card-title\"\u003e1 jaar garantie\u003c\/div\u003e\n \u003cp\u003eOnbeperkte kilometerstand. Levering inclusief alle kosten.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n \u003c!-- SNX5 V3 --\u003e\n \u003cdiv class=\"snx5-block\"\u003e\n \u003cdiv class=\"snx5-title\" style=\"color:#ffffff\"\u003e🎛️ \u003cspan style=\"color:#E00CFF\"\u003eSNX5 V3\u003c\/span\u003e-regeling\n\u003c\/div\u003e\n \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa\"\u003eVolledig elektronisch systeem met 4 kanalen — nauwkeurige, eenvoudige en personaliseerbare bediening\u003c\/p\u003e\n \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"AIRMEXT SNX5 V3-regeling Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block\"\u003e\n \u003cul class=\"snx5-list\"\u003e\n \u003cli style=\"color:#cccccc\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:1.28rem;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px\"\u003eOnafhankelijke regeling\u003c\/strong\u003eHoogte van alle 4 wielen voor een uiterst nauwkeurige afstelling\u003c\/li\u003e\n \u003cli style=\"color:#cccccc\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:1.28rem;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px\"\u003eBedrade USB-C-afstandsbediening\u003c\/strong\u003eInbegrepen voor een eenvoudige en snelle bediening\u003c\/li\u003e\n \u003cli style=\"color:#cccccc\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:1.28rem;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px\"\u003eMobiele app beschikbaar\u003c\/strong\u003eiOS \u0026amp; Android — bediening op afstand vanaf je telefoon\u003c\/li\u003e\n \u003cli style=\"color:#cccccc\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:1.28rem;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px\"\u003e5 vooraf ingestelde hoogtes\u003c\/strong\u003eOp te slaan en met één klik toegankelijk\u003c\/li\u003e\n \u003cli style=\"color:#cccccc\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:1.28rem;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px\"\u003eSlimme functies\u003c\/strong\u003eAutomatische aanpassing bij het starten of stoppen\u003c\/li\u003e\n \u003cli style=\"color:#cccccc\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:1.28rem;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px\"\u003eMeertalige interface\u003c\/strong\u003eIntuïtief gebruik\u003c\/li\u003e\n \u003cli style=\"color:#cccccc\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:1.28rem;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px\"\u003eAanpasbare leds\u003c\/strong\u003eGroen, rood, blauw, paars, wit — op de regeling en afstandsbediening\u003c\/li\u003e\n \u003cli style=\"color:#cccccc\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:1.28rem;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px\"\u003eAansluitingen 8 mm — 1\/4\"\u003c\/strong\u003eVereenvoudigde installatie, inclusief geïntegreerde kabelboom\u003c\/li\u003e\n \u003c\/ul\u003e\n \u003c\/div\u003e\n \u003c!-- FICHE TECHNIQUE --\u003e\n \u003cdiv class=\"section-title\"\u003e📋 Technische fiche\u003c\/div\u003e\n \u003ctable class=\"spec-table\"\u003e\n \u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eAIRMEXT SNX5 V3\u003c\/td\u003e\n\u003c\/tr\u003e\n \u003ctr\u003e\n\u003ctd\u003eType regeling\u003c\/td\u003e\n\u003ctd\u003e100% elektronisch, 4 onafhankelijke kanalen\u003c\/td\u003e\n\u003c\/tr\u003e\n \u003ctr\u003e\n\u003ctd\u003eBediening\u003c\/td\u003e\n\u003ctd\u003eInclusief bedrade USB-C-afstandsbediening + mobiele app voor iOS \/ Android\u003c\/td\u003e\n\u003c\/tr\u003e\n \u003ctr\u003e\n\u003ctd\u003eOpgeslagen hoogtes\u003c\/td\u003e\n\u003ctd\u003e5 opslaanbare posities, met één klik toegankelijk\u003c\/td\u003e\n\u003c\/tr\u003e\n \u003ctr\u003e\n\u003ctd\u003eAutomatische functies\u003c\/td\u003e\n\u003ctd\u003eAfstelling op een gekozen positie bij het starten of stoppen van het voertuig\u003c\/td\u003e\n\u003c\/tr\u003e\n \u003ctr\u003e\n\u003ctd\u003eInterface\u003c\/td\u003e\n\u003ctd\u003eMeertalig\u003c\/td\u003e\n\u003c\/tr\u003e\n \u003ctr\u003e\n\u003ctd\u003eVerlichting\u003c\/td\u003e\n\u003ctd\u003eAanpasbare leds (groen, rood, blauw, paars, wit) op de regelunit en afstandsbediening\u003c\/td\u003e\n\u003c\/tr\u003e\n \u003ctr\u003e\n\u003ctd\u003eAansluitingen\u003c\/td\u003e\n\u003ctd\u003e8 mm — 1\/4\", geïntegreerde kabelboom\u003c\/td\u003e\n\u003c\/tr\u003e\n \u003ctr\u003e\n\u003ctd\u003eLeidingdiameter\u003c\/td\u003e\n\u003ctd\u003eNaar keuze: 6 mm of 8 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n \u003ctr\u003e\n\u003ctd\u003eCompatibiliteit\u003c\/td\u003e\n\u003ctd\u003eAlle merken — te combineren met je bestaande luchttank, compressor(en) en schokdempers\u003c\/td\u003e\n\u003c\/tr\u003e\n \u003ctr\u003e\n\u003ctd\u003eGarantie\u003c\/td\u003e\n\u003ctd\u003e1 jaar, onbeperkt aantal kilometers\u003c\/td\u003e\n\u003c\/tr\u003e\n \u003c\/table\u003e\n \u003c!-- OPTION CONDUITE --\u003e\n \u003cdiv class=\"section-title\"\u003e🔧 Leidingdiameter\u003c\/div\u003e\n \u003cdiv class=\"option-grid\"\u003e\n \u003cdiv class=\"option-card\"\u003e\n \u003cdiv class=\"option-title\"\u003e6 \u003cspan style=\"color:#9C00FF\"\u003emm\u003c\/span\u003e\n\u003c\/div\u003e\n \u003cp\u003eStandaarddiameter, compatibel met de meeste bestaande airride-installaties.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"option-card featured\"\u003e\n \u003cdiv class=\"option-title\"\u003e8 \u003cspan style=\"color:#9C00FF\"\u003emm\u003c\/span\u003e\n\u003c\/div\u003e\n \u003cp\u003eGrotere diameter voor een hogere luchtstroom — snellere respons bij grote volumes.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n \u003c!-- CONTENU --\u003e\n \u003cdiv class=\"section-title\"\u003e🧩 De regelunit bevat\u003c\/div\u003e\n \u003cul class=\"kit-content-list\"\u003e\n \u003cli\u003e1 elektronische 4-wegregelunit AIRMEXT SNX5 V3\u003c\/li\u003e\n \u003cli\u003e1 bedrade USB-C-afstandsbediening\u003c\/li\u003e\n \u003cli\u003eGeïntegreerde kabelboom\u003c\/li\u003e\n \u003cli\u003eToegang tot de mobiele iOS- en Android-app\u003c\/li\u003e\n \u003cli\u003eMontagehandleiding\u003c\/li\u003e\n \u003c\/ul\u003e\n \u003c!-- LIVRAISON \u0026 GARANTIE --\u003e\n \u003cdiv class=\"section-title\"\u003e🚚 Levering \u0026amp; garantie\u003c\/div\u003e\n \u003cdiv class=\"delivery-grid\"\u003e\n \u003cdiv class=\"delivery-card\"\u003e\n \u003cdiv class=\"delivery-icon\"\u003e🛡️\u003c\/div\u003e\n \u003cdiv\u003e\n \u003cdiv class=\"delivery-title\"\u003e1 jaar garantie\u003c\/div\u003e\n \u003cdiv class=\"delivery-text\"\u003eOnbeperkt aantal kilometers.\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"delivery-card\"\u003e\n \u003cdiv class=\"delivery-icon\"\u003e📦\u003c\/div\u003e\n \u003cdiv\u003e\n \u003cdiv class=\"delivery-title\"\u003eLevering in Europa\u003c\/div\u003e\n \u003cdiv class=\"delivery-text\"\u003eAlle kosten inbegrepen.\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"delivery-card\"\u003e\n \u003cdiv class=\"delivery-icon\"\u003e⏳\u003c\/div\u003e\n \u003cdiv\u003e\n \u003cdiv class=\"delivery-title\"\u003eAirmext-product (op maat gemaakt)\u003c\/div\u003e\n \u003cdiv class=\"delivery-text\"\u003eGeschatte levertijd: \u003cstrong\u003e3 tot 6 weken\u003c\/strong\u003e (productie + levering).\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"delivery-card\"\u003e\n \u003cdiv class=\"delivery-icon\"\u003e📱\u003c\/div\u003e\n \u003cdiv\u003e\n \u003cdiv class=\"delivery-title\"\u003eTechnische ondersteuning\u003c\/div\u003e\n \u003cdiv class=\"delivery-text\"\u003eEen team van liefhebbers staat klaar om je te helpen bij de installatie.\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c!-- MENTIONS LÉGALES --\u003e\n \u003cdiv class=\"legal-block\"\u003e\n \u003cdiv class=\"legal-title\"\u003e⚠️ Belangrijke juridische informatie — Frankrijk\u003c\/div\u003e\n \u003cp\u003e\u003cstrong\u003eDeze regelunit is NIET goedgekeurd voor gebruik op de openbare weg.\u003c\/strong\u003e\u003c\/p\u003e\n \u003cul class=\"legal-list\"\u003e\n \u003cli\u003ePrivé-evenementen en autoshows\u003c\/li\u003e\n \u003cli\u003eGesloten circuits en wedstrijden\u003c\/li\u003e\n \u003cli\u003eGebruik buiten de openbare weg\u003c\/li\u003e\n \u003c\/ul\u003e\n \u003cp\u003eWij aanvaarden geen aansprakelijkheid bij gebruik op de openbare weg. Professionele installatie wordt aanbevolen.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c!-- GUIDE MONTAGE --\u003e\n \u003cdiv class=\"section-title\"\u003e📖 Installatiegids \u0026amp; montagehandleiding\u003c\/div\u003e\n \u003cdiv style=\"background:#f7f7f7;border-radius:10px;padding:18px 20px;margin-bottom:28px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap\"\u003e\n \u003cdiv\u003e\n \u003cdiv style=\"font-size:1.6rem;font-weight:700;text-transform:uppercase;color:#111111;margin-bottom:4px\"\u003eFranse handleiding AIRMEXT SNX5\u003c\/div\u003e\n \u003cdiv style=\"font-size:1.39rem;color:#555555\"\u003eInstallatie- en montageadvies — een complete handleiding is online beschikbaar.\u003c\/div\u003e\n \u003c\/div\u003e\n \u003ca href=\"https:\/\/raslbitume.com\/blogs\/infos\/notice-francaise-airmext-snx5-conseils-d-installation-et-de-montage\" target=\"_blank\" style=\"display:inline-block;background:#111111;color:#ffffff !important;font-size:1.39rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:10px 20px;border-radius:6px;text-decoration:none;white-space:nowrap\"\u003eBekijk de handleiding →\u003c\/a\u003e\n \u003c\/div\u003e\n \u003c!-- PRODUCT BUNDLES --\u003e\n \u003cdiv class=\"section-title\"\u003e🛒 Aanbevolen producten\u003c\/div\u003e\n \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:28px\"\u003e\n \u003ca href=\"https:\/\/raslbitume.com\/products\/tubetanche-loctite-577-jaune-50-ml\" target=\"_blank\" style=\"text-decoration:none;background:#f7f7f7;border-radius:10px;padding:16px;border:2px solid #eeeeee;display:block;transition:border-color 0.2s\" onmouseover=\"this.style.borderColor='#9C00FF'\" onmouseout=\"this.style.borderColor='#eeeeee'\"\u003e\n \u003cdiv style=\"font-size:2.35rem;margin-bottom:8px\"\u003e🔒\u003c\/div\u003e\n \u003cdiv style=\"font-size:1.49rem;font-weight:700;text-transform:uppercase;color:#111111;margin-bottom:4px\"\u003eAfdichting van de installatie\u003c\/div\u003e\n \u003cdiv style=\"font-size:1.28rem;color:#555555\"\u003eLoctite 577 — gele afdichtingspasta, 50 ml. Onmisbaar voor het afdichten van pneumatische aansluitingen.\u003c\/div\u003e\n \u003cdiv style=\"margin-top:10px;font-size:1.28rem;font-weight:700;color:#9C00FF;text-transform:uppercase\"\u003eBekijk het product →\u003c\/div\u003e\n \u003c\/a\u003e\n \u003ca href=\"https:\/\/raslbitume.com\/collections\/compresseurs\" target=\"_blank\" style=\"text-decoration:none;background:#f7f7f7;border-radius:10px;padding:16px;border:2px solid #eeeeee;display:block;transition:border-color 0.2s\" onmouseover=\"this.style.borderColor='#9C00FF'\" onmouseout=\"this.style.borderColor='#eeeeee'\"\u003e\n \u003cdiv style=\"font-size:2.35rem;margin-bottom:8px\"\u003e🌀\u003c\/div\u003e\n \u003cdiv style=\"font-size:1.49rem;font-weight:700;text-transform:uppercase;color:#111111;margin-bottom:4px\"\u003eCompressoren\u003c\/div\u003e\n \u003cdiv style=\"font-size:1.28rem;color:#555555\"\u003eTe combineren met je regelunit als je nog geen compressor hebt.\u003c\/div\u003e\n \u003cdiv style=\"margin-top:10px;font-size:1.28rem;font-weight:700;color:#9C00FF;text-transform:uppercase\"\u003eBekijk de collectie →\u003c\/div\u003e\n \u003c\/a\u003e\n \u003c\/div\u003e\n \u003c!-- FAQ --\u003e\n \u003cdiv class=\"section-title\"\u003e❓ Veelgestelde vragen\u003c\/div\u003e\n \u003cdiv style=\"margin-bottom:28px\"\u003e\n \u003cdetails style=\"background:#f7f7f7;border-radius:10px;padding:16px 18px;margin-bottom:10px;cursor:pointer\"\u003e\n \u003csummary style=\"font-size:1.6rem;font-weight:700;text-transform:uppercase;color:#111111;list-style:none;display:flex;justify-content:space-between;align-items:center\"\u003e\n 6 mm of 8 mm, welke diameter moet ik kiezen?\n \u003cspan style=\"color:#9C00FF;font-size:1.92rem;flex-shrink:0;margin-left:10px\"\u003e+\u003c\/span\u003e\n \u003c\/summary\u003e\n \u003cdiv style=\"font-size:1.39rem;color:#555555;margin-top:12px;line-height:1.7\"\u003e\n De \u003cstrong style=\"color:#111111\"\u003e6 mm\u003c\/strong\u003e-variant is geschikt voor de meeste bestaande installaties. De \u003cstrong style=\"color:#111111\"\u003e8 mm\u003c\/strong\u003e-variant biedt een hogere luchtstroom voor een snellere respons, vooral in combinatie met een grote luchttank. Controleer bij twijfel de diameter van je bestaande leidingen en aansluitingen.\n \u003c\/div\u003e\n \u003c\/details\u003e\n \u003cdetails style=\"background:#f7f7f7;border-radius:10px;padding:16px 18px;margin-bottom:10px;cursor:pointer\"\u003e\n \u003csummary style=\"font-size:1.6rem;font-weight:700;text-transform:uppercase;color:#111111;list-style:none;display:flex;justify-content:space-between;align-items:center\"\u003e\n Is deze regelunit compatibel met mijn huidige compressor en luchttank?\n \u003cspan style=\"color:#9C00FF;font-size:1.92rem;flex-shrink:0;margin-left:10px\"\u003e+\u003c\/span\u003e\n \u003c\/summary\u003e\n \u003cdiv style=\"font-size:1.39rem;color:#555555;margin-top:12px;line-height:1.7\"\u003e\n Ja, deze regelunit wordt afzonderlijk verkocht en is compatibel met alle merken. Je kunt hem combineren met elke bestaande compressor, luchttank of set schokdempers.\n \u003c\/div\u003e\n \u003c\/details\u003e\n \u003cdetails style=\"background:#f7f7f7;border-radius:10px;padding:16px 18px;margin-bottom:10px;cursor:pointer\"\u003e\n \u003csummary style=\"font-size:1.6rem;font-weight:700;text-transform:uppercase;color:#111111;list-style:none;display:flex;justify-content:space-between;align-items:center\"\u003e\n Mijn tracking geeft aan dat het pakket niet aan de vervoerder is overgedragen\n \u003cspan style=\"color:#9C00FF;font-size:1.92rem;flex-shrink:0;margin-left:10px\"\u003e+\u003c\/span\u003e\n \u003c\/summary\u003e\n \u003cdiv style=\"font-size:1.39rem;color:#555555;margin-top:12px;line-height:1.7\"\u003e\n Geen zorgen — het pakket is onderweg buiten Europa. Zodra het zich op Europees grondgebied bevindt, wordt de tracking automatisch bijgewerkt.\n \u003c\/div\u003e\n \u003c\/details\u003e\n \u003cdetails style=\"background:#f7f7f7;border-radius:10px;padding:16px 18px;margin-bottom:10px;cursor:pointer\"\u003e\n \u003csummary style=\"font-size:1.6rem;font-weight:700;text-transform:uppercase;color:#111111;list-style:none;display:flex;justify-content:space-between;align-items:center\"\u003e\n Zijn er douanekosten bij levering?\n \u003cspan style=\"color:#9C00FF;font-size:1.92rem;flex-shrink:0;margin-left:10px\"\u003e+\u003c\/span\u003e\n \u003c\/summary\u003e\n \u003cdiv style=\"font-size:1.39rem;color:#555555;margin-top:12px;line-height:1.7\"\u003e\n Alle kosten zijn in de prijs inbegrepen. In 98% van de gevallen zijn er geen extra douanekosten.\n \u003c\/div\u003e\n \u003c\/details\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e","brand":"airmext","offers":[{"title":"6mm","offer_id":52746859741522,"sku":null,"price":849.99,"currency_code":"EUR","in_stock":true},{"title":"8mm","offer_id":52746859774290,"sku":null,"price":849.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/6C92CA32-FF19-418D-9318-6AE1CF54CAAA.jpg?v=1774183523"},{"product_id":"bouton-manometre-airlift-26229","title":"Knop + manometer Airlift 26229","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    .al-wrapper {\n        position: relative;\n        background: #fff;\n        max-width: 1200px;\n        margin: 0 auto;\n        line-height: 1.6;\n        color: #333 !important;\n        overflow: hidden;\n        box-shadow: 0 0 30px rgba(0,0,0,0.2);\n        border-radius: 12px;\n    }\n\n    \/* Bubbles *\/\n    .al-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }\n    .al-bubble {\n        position: absolute; bottom: -150px; border-radius: 50%;\n        animation: al-rise linear infinite; filter: blur(2px);\n        background: radial-gradient(circle, rgba(156,0,255,0.4) 0%, rgba(156,0,255,0.1) 70%, transparent 100%);\n    }\n    .al-bubble.w { background: radial-gradient(circle, rgba(254,216,3,0.5) 0%, rgba(254,216,3,0.15) 70%, transparent 100%); }\n    .al-bubble.d { background: radial-gradient(circle, rgba(224,12,255,0.4) 0%, rgba(224,12,255,0.1) 70%, transparent 100%); }\n    @keyframes al-rise {\n        0%   { bottom: -150px; transform: translateX(0) scale(1); opacity: 0; }\n        20%  { opacity: 0.6; }\n        80%  { opacity: 0.3; }\n        100% { bottom: 110%; transform: translateX(70px) scale(1.5); opacity: 0; }\n    }\n\n    \/* Header *\/\n    .al-header {\n        background: linear-gradient(135deg, #0a0a0a 0%, #1c1c1c 40%, #9c00ff 100%);\n        color: white !important;\n        padding: 70px 20px;\n        text-align: center;\n        position: relative;\n        z-index: 1;\n        border-bottom: 5px solid #9c00ff;\n    }\n    .al-header h1 {\n        font-size: clamp(2em, 5.5vw, 3.8em);\n        margin-bottom: 8px;\n        text-transform: uppercase;\n        letter-spacing: 4px;\n        color: #fff !important;\n        text-shadow: 2px 2px 10px rgba(0,0,0,0.9), 0 0 30px rgba(156,0,255,0.6);\n    }\n    .al-header .subtitle { font-size: 1.3em; color: #fed803 !important; font-weight: 700; text-transform: uppercase; }\n    .al-badge {\n        display: inline-block;\n        background: linear-gradient(135deg, #fed803, #e67e22);\n        color: #1a1a1a !important; font-weight: 900; font-size: 0.9em;\n        padding: 7px 22px; border-radius: 30px; margin-top: 15px;\n        text-transform: uppercase; letter-spacing: 2px;\n        box-shadow: 0 4px 15px rgba(156,0,255,0.4);\n    }\n    .al-badge-ref {\n        display: inline-block;\n        background: rgba(255,255,255,0.12);\n        color: #fff !important; font-weight: 600; font-size: 0.85em;\n        padding: 5px 18px; border-radius: 20px; margin-top: 10px;\n        letter-spacing: 1px; border: 1px solid rgba(255,255,255,0.25);\n    }\n\n    \/* Banner *\/\n    .al-banner {\n        background: linear-gradient(90deg, #9c00ff 0%, #e00cff 100%);\n        color: white !important; padding: 22px 20px; text-align: center;\n        font-size: 1.05em; font-weight: 600; position: relative; z-index: 1;\n    }\n\n    \/* Section *\/\n    .al-section { padding: 50px 30px; position: relative; z-index: 1; }\n    .al-title {\n        font-size: 1.9em; font-weight: 900; color: #1a1a1a !important;\n        margin-bottom: 30px; border-bottom: 4px solid #9c00ff;\n        display: inline-block; text-transform: uppercase; padding-bottom: 10px;\n    }\n\n    \/* Intro *\/\n    .al-intro {\n        background: linear-gradient(135deg, #111 0%, #2d0050 100%);\n        color: white !important; padding: 40px; border-radius: 15px;\n        border-left: 6px solid #9c00ff;\n        box-shadow: 0 6px 25px rgba(0,0,0,0.35);\n    }\n    .al-intro h3 { color: #fed803 !important; font-size: 1.55em; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 2px; }\n    .al-intro p { font-size: 1.03em; line-height: 1.9; opacity: 0.95; margin-bottom: 15px; }\n    .al-intro p:last-child { margin-bottom: 0; }\n    .al-intro strong { color: #fed803 !important; }\n\n    \/* Specs highlight *\/\n    .al-specs-row {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n        gap: 15px;\n        margin-top: 30px;\n    }\n    .al-spec-box {\n        background: linear-gradient(135deg, #1a1a1a 0%, #2d0050 100%);\n        border: 2px solid #9c00ff;\n        border-radius: 12px;\n        padding: 22px 15px;\n        text-align: center;\n        box-shadow: 0 4px 15px rgba(156,0,255,0.15);\n    }\n    .al-spec-box .val { font-size: 2em; font-weight: 900; color: #fed803 !important; display: block; line-height: 1.1; }\n    .al-spec-box .lbl { font-size: 0.82em; color: #ccc !important; text-transform: uppercase; letter-spacing: 1px; margin-top: 6px; display: block; }\n\n    \/* Features grid *\/\n    .al-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 28px; }\n    .al-card {\n        background: #fff; padding: 25px; border-radius: 12px;\n        border-left: 6px solid #9c00ff;\n        box-shadow: 0 4px 18px rgba(156,0,255,0.1);\n        transition: all 0.3s ease;\n    }\n    .al-card:hover { transform: translateY(-5px); box-shadow: 0 8px 28px rgba(156,0,255,0.2); border-left-color: #7a00cc; }\n    .al-card h3 { color: #9c00ff !important; margin-bottom: 10px; font-size: 1.15em; font-weight: 700; }\n    .al-card p { color: #555 !important; line-height: 1.7; margin: 0; }\n\n    \/* Delivery *\/\n    .al-delivery-box {\n        background: linear-gradient(135deg, #f9f0ff 0%, #ffffff 100%);\n        border: 3px solid #9c00ff; border-radius: 15px; padding: 35px;\n        box-shadow: 0 5px 22px rgba(156,0,255,0.1);\n    }\n    .al-delivery-box h3 { color: #9c00ff !important; font-size: 1.4em; margin-bottom: 20px; font-weight: 900; text-transform: uppercase; }\n    .al-delivery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 10px; }\n    .al-delivery-item {\n        display: flex; align-items: flex-start; gap: 12px;\n        padding: 12px 15px; background: white; border-radius: 10px;\n        border-left: 5px solid #9c00ff;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        transition: all 0.3s ease; font-weight: 500; color: #333 !important; font-size: 0.93em;\n    }\n    .al-delivery-item:hover { border-left-color: #7a00cc; transform: translateX(4px); }\n    .al-delivery-item .arr { color: #9c00ff !important; flex-shrink: 0; }\n    .al-delivery-item .sub { color: #888 !important; font-size: 0.82em; font-weight: 400; display: block; margin-top: 2px; }\n\n    \/* Warranty *\/\n    .al-warranty-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 28px; }\n    .al-w-card {\n        background: linear-gradient(135deg, #1a1a1a 0%, #2d0050 100%);\n        border-radius: 12px; padding: 25px;\n        display: flex; align-items: center; gap: 18px;\n        box-shadow: 0 4px 18px rgba(156,0,255,0.15);\n        border: 2px solid #9c00ff;\n    }\n    .al-w-icon { font-size: 2.5em; flex-shrink: 0; }\n    .al-w-label { color: #fff !important; font-weight: 700; font-size: 0.95em; text-transform: uppercase; letter-spacing: 1px; }\n    .al-w-sub { color: #aaa !important; font-size: 0.85em; margin-top: 5px; line-height: 1.5; }\n\n    \/* Note box *\/\n    .al-note {\n        background: linear-gradient(135deg, #f9f0ff 0%, #fffaef 100%);\n        border: 2px solid #9c00ff; border-radius: 10px;\n        padding: 18px 22px; margin-top: 20px;\n        font-size: 0.95em; color: #555 !important;\n    }\n    .al-note strong { color: #9c00ff !important; }\n\n    \/* Footer *\/\n    .al-footer {\n        background: linear-gradient(135deg, #111 0%, #9c00ff 100%);\n        color: white !important; text-align: center; padding: 35px;\n        border-top: 3px solid #fed803;\n    }\n    .al-footer .tagline { color: #fed803 !important; font-weight: 700; font-size: 1.2em; text-transform: uppercase; letter-spacing: 2px; }\n\n    .hr { color: #9c00ff !important; font-weight: 700; }\n    .hw { color: #555 !important; font-weight: 700; }\n\n    @media (max-width: 768px) {\n        .al-section { padding: 30px 15px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"al-wrapper\"\u003e\n\u003c!-- Bubbles --\u003e\n\u003cdiv class=\"al-bg\"\u003e\n\u003cdiv class=\"al-bubble\" style=\"width: 110px; height: 110px; left: 7%; animation-duration: 8s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"al-bubble w\" style=\"width: 150px; height: 150px; left: 23%; animation-duration: 12s; animation-delay: 1s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"al-bubble d\" style=\"width: 85px; height: 85px; left: 44%; animation-duration: 9s; animation-delay: 3.5s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"al-bubble\" style=\"width: 130px; height: 130px; left: 63%; animation-duration: 14s; animation-delay: 2s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"al-bubble w\" style=\"width: 180px; height: 180px; left: 84%; animation-duration: 16s; animation-delay: 5s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"al-bubble d\" style=\"width: 95px; height: 95px; left: 14%; animation-duration: 11s; animation-delay: 4s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Header --\u003e\u003cheader class=\"al-header\"\u003e\n\u003ch1\u003eAir Lift 26229\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003e🎛 Handmatig airride-beheer — Dubbele-naaldmanometer \u0026 paddle-ventielen\u003c\/p\u003e\n\u003cspan class=\"al-badge\"\u003e⚙️ Handmatige voor- \u0026 achterregeling\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"al-badge-ref\"\u003eReferentie: 26229 — Air Lift Performance\u003c\/span\u003e\n\u003cp style=\"font-style: italic; opacity: 0.8; margin-top: 18px; font-size: 1.05em\"\u003eEenvoudig. Betrouwbaar. Doeltreffend. Het essentiële zonder compromissen.\u003c\/p\u003e\n\u003c\/header\u003e\u003c!-- Banner --\u003e\n\u003cdiv class=\"al-banner\"\u003eDubbele-naaldmanometer van 200 PSI + 2 handmatige 1\/4\"-paddle-ventielen + montagebeugel inbegrepen — De meest voordelige oplossing om je airride-systeem vanuit het interieur te bedienen.\u003c\/div\u003e\n\u003c!-- Specs highlight --\u003e\n\u003csection class=\"al-section\" style=\"background: #0a0a0a; padding: 35px 30px\"\u003e\n\u003cdiv class=\"al-specs-row\"\u003e\n\u003cdiv class=\"al-spec-box\"\u003e\n\u003cspan class=\"val\"\u003e200 PSI\u003c\/span\u003e \u003cspan class=\"lbl\"\u003eMaximale druk\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-spec-box\"\u003e\n\u003cspan class=\"val\"\u003e2\u003c\/span\u003e \u003cspan class=\"lbl\"\u003eOnafhankelijke naalden\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-spec-box\"\u003e\n\u003cspan class=\"val\"\u003e1\/4\"\u003c\/span\u003e \u003cspan class=\"lbl\"\u003eleidingen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-spec-box\"\u003e\n\u003cspan class=\"val\"\u003e2\u003c\/span\u003e \u003cspan class=\"lbl\"\u003eHandmatige Paddle-ventielen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-spec-box\"\u003e\n\u003cspan class=\"val\"\u003eV\/A\u003c\/span\u003e \u003cspan class=\"lbl\"\u003eVoor- \u0026amp; achterregeling\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Intro --\u003e\n\u003csection class=\"al-section\"\u003e\n\u003cdiv class=\"al-intro\"\u003e\n\u003ch3\u003e🔧 Wat is de Air Lift 26229?\u003c\/h3\u003e\n\u003cp\u003eDe Air Lift 26229 is de \u003cstrong\u003eeenvoudigste en meest betaalbare handmatige regeloplossing\u003c\/strong\u003e om de controle over je airride-systeem te nemen. Geen elektronische kast, geen app, geen complexiteit: alleen twee paddle-ventielen binnen handbereik en een dubbele-naaldmanometer om je drukken in realtime af te lezen.\u003c\/p\u003e\n\u003cp\u003eDe kit wordt \u003cstrong\u003evoorgemonteerd op zijn montagebeugel\u003c\/strong\u003e geleverd, met de interne afdichting al aangebracht en de 1\/4\"-aansluitingen al gemonteerd. Je sluit hem aan, draait hem vast en rijdt weg. Ideaal voor wie een \u003cstrong\u003ebetrouwbaar, duurzaam en eenvoudig te installeren\u003c\/strong\u003e systeem wil zonder gedoe.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Features --\u003e\n\u003csection class=\"al-section\" style=\"background: linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\"\u003e\n\u003ch2 class=\"al-title\"\u003e⚙️ Technische kenmerken\u003c\/h2\u003e\n\u003cdiv class=\"al-grid\"\u003e\n\u003cdiv class=\"al-card\"\u003e\n\u003ch3\u003e📊 Dubbele-naaldmanometer 200 PSI\u003c\/h3\u003e\n\u003cp\u003eEen \u003cspan class=\"hr\"\u003erode\u003c\/span\u003e naald voor de voorzijde, een \u003cspan class=\"hw\"\u003ezwarte\u003c\/span\u003e naald voor de achterzijde. Lees beide drukken in één oogopslag af, zonder tussen twee afzonderlijke meters te hoeven schakelen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-card\"\u003e\n\u003ch3\u003e🖐️ 2 Handmatige Paddle-ventielen\u003c\/h3\u003e\n\u003cp\u003eTwee paddle-drukventielen in \u003cspan class=\"hr\"\u003e1\/4\"\u003c\/span\u003e, één per circuit. Oppompen en leeglaten door simpelweg op de paddles te drukken — directe, onmiddellijke en intuïtieve bediening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-card\"\u003e\n\u003ch3\u003e🚗 Voor- \u0026amp; achterregeling\u003c\/h3\u003e\n\u003cp\u003eBedien onafhankelijk de druk van je vooras en achteras — of scheid twee luchtbalgen op dezelfde as. Veelzijdig voor gebruik met \u003cspan class=\"hr\"\u003e2 wegen \u003c\/span\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-card\"\u003e\n\u003ch3\u003e🔩 Voorgemonteerd \u0026amp; Klaar om aan te sluiten\u003c\/h3\u003e\n\u003cp\u003eHet paneel wordt gemonteerd op zijn beugel geleverd, met de interne afdichting al aangebracht. Geïntegreerde 1\/4\"-push-in-aansluitingen, zonder speciaal gereedschap voor de montage van het paneel zelf.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-card\"\u003e\n\u003ch3\u003e💰 De voordeligste oplossing\u003c\/h3\u003e\n\u003cp\u003eDe meest toegankelijke manier om \u003cspan class=\"hr\"\u003ebediening aan boord\u003c\/span\u003e van je luchtvering te hebben. Geen abonnement, geen updates en geen mogelijke elektronische storingen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-card\"\u003e\n\u003ch3\u003e🏗️ Air Lift-robuustheid\u003c\/h3\u003e\n\u003cp\u003eGefabriceerd door \u003cstrong\u003eAir Lift Performance\u003c\/strong\u003e, al decennialang een wereldwijde referentie op het gebied van luchtvering. Uitstekende bouwkwaliteit, ontworpen om lang mee te gaan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Delivery --\u003e\n\u003csection class=\"al-section\"\u003e\n\u003ch2 class=\"al-title\"\u003e📦 Inhoud van de levering\u003c\/h2\u003e\n\u003cdiv class=\"al-delivery-box\"\u003e\n\u003ch3\u003e📦 Dit product bevat\u003c\/h3\u003e\n\u003cdiv class=\"al-delivery-grid\"\u003e\n\u003cdiv class=\"al-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003e1 dubbele-naaldmanometer, 200 PSI \u003cspan class=\"sub\"\u003eRode naald (links) + zwarte naald (rechts)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003e2 handmatige 1\/4\"-paddlekleppen \u003cspan class=\"sub\"\u003eEén klep per circuit — oppompen \u0026amp; leeglopen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003e1 paneelmontagebeugel \u003cspan class=\"sub\"\u003eVoorgemonteerd — de interne afdichting is al aangebracht\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003e1\/4\"-aansluitingen \u003cspan class=\"sub\"\u003eGeïntegreerd in het paneel, klaar om aan te sluiten\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-note\"\u003e\n\u003cstrong\u003e🔧 Compatibel:\u003c\/strong\u003e Dit paneel werkt met elk air-ride-systeem met 1\/4\". Compatibel met 2-wegssystemen (voor\/achter).\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Warranty --\u003e\n\u003csection class=\"al-section\" style=\"background: linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\"\u003e\n\u003ch2 class=\"al-title\"\u003e🛡 Garantie \u0026amp; Levering\u003c\/h2\u003e\n\u003cdiv class=\"al-warranty-grid\"\u003e\n\u003cdiv class=\"al-w-card\"\u003e\n\u003cdiv class=\"al-w-icon\"\u003e✅\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"al-w-label\"\u003eAir Lift Performance-garantie\u003c\/div\u003e\n\u003cdiv class=\"al-w-sub\"\u003eOrigineel Air Lift-product — kwaliteit en betrouwbaarheid gegarandeerd door de Amerikaanse fabrikant\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Footer --\u003e\u003cfooter class=\"al-footer\"\u003e\n\u003cp class=\"tagline\"\u003eAIR LIFT 26229 — DE REFERENTIE VOOR HANDMATIGE BEDIENING\u003c\/p\u003e\n\u003cp style=\"margin-top: 12px; opacity: 0.85\"\u003e⚙️ Eenvoudig. Betrouwbaar. Nauwkeurig. De essentie voor je air ride.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49566383046994,"sku":null,"price":219.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/IMG-2965.webp?v=1774183782"},{"product_id":"bouton-pneumatique-1-4-paddle-switch","title":"Paddle Schakelaar Air Lift 21703 — Handmatige Air Ride Ventiel Opblazen\/Afblazen | Koppelingen 1\/4\"","description":"\u003cbody\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003ePaddle Switch Air Lift — Réf. 21703 — Vanne Manuelle 1\/4\"\u003c\/title\u003e\n\u003cstyle\u003e\n    .ps-wrapper {\n        position: relative; background: #fff; max-width: 1200px; margin: 0 auto;\n        line-height: 1.6; color: #333 !important; overflow: hidden;\n        box-shadow: 0 0 30px rgba(0,0,0,0.2); border-radius: 12px;\n    }\n    .ps-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }\n    .ps-bubble { position: absolute; bottom: -150px; border-radius: 50%; animation: ps-rise linear infinite; filter: blur(2px); background: radial-gradient(circle, rgba(156,0,255,0.4) 0%, rgba(156,0,255,0.1) 70%, transparent 100%); }\n    .ps-bubble.y { background: radial-gradient(circle, rgba(254,216,3,0.5) 0%, rgba(254,216,3,0.15) 70%, transparent 100%); }\n    .ps-bubble.m { background: radial-gradient(circle, rgba(224,12,255,0.4) 0%, rgba(224,12,255,0.1) 70%, transparent 100%); }\n    @keyframes ps-rise {\n        0%   { bottom: -150px; transform: translateX(0) scale(1); opacity: 0; }\n        20%  { opacity: 0.6; }\n        80%  { opacity: 0.3; }\n        100% { bottom: 110%; transform: translateX(70px) scale(1.5); opacity: 0; }\n    }\n    .ps-header {\n        background: linear-gradient(135deg, #0a0a0a 0%, #1c1c1c 40%, #9c00ff 100%);\n        color: white !important; padding: 60px 20px; text-align: center;\n        position: relative; z-index: 1; border-bottom: 5px solid #9c00ff;\n    }\n    .ps-header h1 { font-size: clamp(1.8em, 4.5vw, 3.2em); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 3px; color: #fff !important; text-shadow: 2px 2px 10px rgba(0,0,0,0.9), 0 0 25px rgba(156,0,255,0.5); }\n    .ps-header .subtitle { font-size: 1.2em; color: #fed803 !important; font-weight: 700; text-transform: uppercase; }\n    .ps-badge { display: inline-block; background: linear-gradient(135deg, #fed803, #e67e22); color: #1a1a1a !important; font-weight: 900; font-size: 0.9em; padding: 7px 22px; border-radius: 30px; margin-top: 15px; text-transform: uppercase; letter-spacing: 2px; box-shadow: 0 4px 15px rgba(254,216,3,0.4); }\n    .ps-badge-ref { display: inline-block; background: rgba(255,255,255,0.12); color: #fff !important; font-size: 0.85em; padding: 5px 18px; border-radius: 30px; margin-top: 10px; margin-left: 10px; border: 1px solid rgba(255,255,255,0.25); letter-spacing: 1px; }\n    .ps-banner { background: linear-gradient(90deg, #9c00ff 0%, #e00cff 100%); color: white !important; padding: 22px 20px; text-align: center; font-size: 1.1em; font-weight: 600; position: relative; z-index: 1; }\n    .ps-section { padding: 45px 30px; position: relative; z-index: 1; }\n    .ps-title { font-size: 1.8em; font-weight: 900; color: #1a1a1a !important; margin-bottom: 28px; border-bottom: 4px solid #9c00ff; display: inline-block; text-transform: uppercase; padding-bottom: 10px; }\n\n    \/* Intro *\/\n    .ps-intro { background: linear-gradient(135deg, #111 0%, #2d0050 100%); color: white !important; padding: 38px; border-radius: 15px; border-left: 6px solid #fed803; box-shadow: 0 6px 25px rgba(0,0,0,0.35); }\n    .ps-intro h3 { color: #fed803 !important; font-size: 1.4em; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 2px; }\n    .ps-intro p { font-size: 1.02em; line-height: 1.9; opacity: 0.95; margin-bottom: 12px; }\n    .ps-intro p:last-child { margin-bottom: 0; }\n    .ps-intro strong { color: #fed803 !important; }\n\n    \/* Specs + features grid *\/\n    .ps-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-top: 28px; }\n    .ps-specs-box { border: 3px solid #9c00ff; border-radius: 14px; padding: 28px; background: #fff; box-shadow: 0 4px 18px rgba(156,0,255,0.08); }\n    .ps-specs-box h3 { color: #9c00ff !important; font-size: 1.1em; font-weight: 900; text-transform: uppercase; margin-bottom: 18px; letter-spacing: 1px; border-bottom: 2px solid #fed803; padding-bottom: 10px; }\n    .ps-spec-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #f0e8ff; font-size: 0.95em; }\n    .ps-spec-row:last-child { border-bottom: none; }\n    .ps-spec-row .label { color: #888 !important; font-weight: 600; text-transform: uppercase; font-size: 0.82em; letter-spacing: 1px; }\n    .ps-spec-row .value { color: #1a1a1a !important; font-weight: 700; }\n\n    .ps-usage-box { background: linear-gradient(135deg, #1a1a1a 0%, #2d0050 100%); border-radius: 14px; padding: 28px; box-shadow: 0 4px 18px rgba(0,0,0,0.25); }\n    .ps-usage-box h3 { color: #fed803 !important; font-size: 1.1em; font-weight: 900; text-transform: uppercase; margin-bottom: 18px; letter-spacing: 1px; border-bottom: 2px solid rgba(254,216,3,0.3); padding-bottom: 10px; }\n    .ps-usage-item { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.06); color: #ddd !important; font-size: 0.95em; line-height: 1.6; }\n    .ps-usage-item:last-child { border-bottom: none; }\n    .ps-usage-item::before { content: \"▶\"; color: #9c00ff !important; flex-shrink: 0; font-size: 0.75em; margin-top: 4px; }\n    .ps-usage-item strong { color: #fff !important; }\n\n    \/* Compat box *\/\n    .ps-compat-box { background: linear-gradient(135deg, #fff8e1 0%, #fffaef 100%); border: 3px solid #fed803; border-radius: 14px; padding: 28px; box-shadow: 0 4px 15px rgba(254,216,3,0.2); }\n    .ps-compat-box h3 { color: #9c00ff !important; font-size: 1.1em; font-weight: 900; text-transform: uppercase; margin-bottom: 15px; letter-spacing: 1px; }\n    .ps-compat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 10px; margin-top: 10px; }\n    .ps-compat-item { background: white; border-left: 5px solid #9c00ff; border-radius: 8px; padding: 12px 16px; font-weight: 600; color: #333 !important; font-size: 0.93em; box-shadow: 0 2px 8px rgba(0,0,0,0.05); transition: all 0.3s ease; }\n    .ps-compat-item:hover { border-left-color: #e00cff; transform: translateX(4px); }\n    .ps-compat-item span { display: block; color: #888 !important; font-size: 0.82em; font-weight: 400; margin-top: 3px; }\n\n    \/* FAQ *\/\n    .ps-faq-item { margin-bottom: 12px; border-radius: 10px; overflow: hidden; border: 2px solid #9c00ff; background: white; }\n    .ps-faq-item:hover { box-shadow: 0 5px 18px rgba(156,0,255,0.18); }\n    .ps-faq-q { background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%); color: white !important; padding: 15px 18px; font-weight: bold; border-left: 5px solid #9c00ff; }\n    .ps-faq-a { padding: 18px; border-top: 3px solid #fed803; line-height: 1.8; background: #fafafa; font-size: 0.96em; }\n\n    .ps-footer { background: linear-gradient(135deg, #111 0%, #9c00ff 100%); color: white !important; text-align: center; padding: 35px; border-top: 3px solid #fed803; }\n    .ps-footer .tagline { color: #fed803 !important; font-weight: 700; font-size: 1.15em; text-transform: uppercase; letter-spacing: 2px; }\n\n    .hr { color: #9c00ff !important; font-weight: 700; }\n    .hy { color: #b37d00 !important; font-weight: 700; }\n\n    @media (max-width: 768px) {\n        .ps-section { padding: 28px 15px; }\n        .ps-two-col { grid-template-columns: 1fr; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"ps-wrapper\"\u003e\n\u003cdiv class=\"ps-bg\"\u003e\n \u003cdiv class=\"ps-bubble\" style=\"width:100px;height:100px;left:8%;animation-duration:9s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ps-bubble y\" style=\"width:140px;height:140px;left:25%;animation-duration:13s;animation-delay:1.5s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ps-bubble m\" style=\"width:80px;height:80px;left:50%;animation-duration:10s;animation-delay:3s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ps-bubble\" style=\"width:120px;height:120px;left:70%;animation-duration:15s;animation-delay:2s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ps-bubble y\" style=\"width:160px;height:160px;left:88%;animation-duration:17s;animation-delay:5s\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cheader class=\"ps-header\"\u003e\n \u003ch1\u003ePaddle Switch\u003c\/h1\u003e\n \u003cp class=\"subtitle\"\u003e🎛 Handmatig airrideventiel — vullen \/ leeglopen\u003c\/p\u003e\n \u003cspan class=\"ps-badge\"\u003e⚙️ 1\/4\"-slangtules\u003c\/span\u003e\n \u003cspan class=\"ps-badge-ref\"\u003eReferentie: 21703 — Air Lift Performance\u003c\/span\u003e\n \u003cp style=\"font-style:italic;opacity:0.85;margin-top:18px;font-size:1em\"\u003eHandmatige bediening. Eenvoudig, betrouwbaar en direct.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"ps-banner\"\u003e\n Handmatig paddleventiel — vult omhoog, laat omlaag leeglopen — zonder elektrische aansluiting — 1\/4\"-slangtules inbegrepen\n\u003c\/div\u003e\n\u003c!-- Intro --\u003e\n\u003csection class=\"ps-section\"\u003e\n \u003cdiv class=\"ps-intro\"\u003e\n \u003ch3\u003e⚙️ Wat is de Paddle Switch 21703?\u003c\/h3\u003e\n \u003cp\u003eDe \u003cstrong\u003ePaddle Switch Air Lift ref. 21703\u003c\/strong\u003e is een handmatig pneumatisch ventiel waarmee je je luchtbalgen rechtstreeks kunt vullen en laten leeglopen, zonder elektronica. Eenvoudige mechanische werking: \u003cstrong\u003eomhoog om te vullen, omlaag om leeg te laten lopen\u003c\/strong\u003e. Geen elektrische aansluiting nodig.\u003c\/p\u003e\n \u003cp\u003eDit is het officiële vervangingsonderdeel voor de handmatige Air Lift-manometers \u003cstrong\u003e26229\u003c\/strong\u003e (dubbele naald) en \u003cstrong\u003e26161\u003c\/strong\u003e (enkele naald), en kan afzonderlijk worden gebruikt in elke airride-installatie die een eenvoudige handmatige bediening vereist. 1\/4\"-slangtules inbegrepen.\u003c\/p\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specs + Utilisation --\u003e\n\u003csection class=\"ps-section\" style=\"background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\"\u003e\n \u003ch2 class=\"ps-title\"\u003eTechnische fiche\u003c\/h2\u003e\n \u003cdiv class=\"ps-two-col\"\u003e\n \u003cdiv class=\"ps-specs-box\"\u003e\n \u003ch3\u003e📐 Specificaties\u003c\/h3\u003e\n \u003cdiv class=\"ps-spec-row\"\u003e\n \u003cspan class=\"label\"\u003eReferentie\u003c\/span\u003e\n \u003cspan class=\"value\"\u003e21703\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-spec-row\"\u003e\n \u003cspan class=\"label\"\u003eMerk\u003c\/span\u003e\n \u003cspan class=\"value\"\u003eAir Lift Performance\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-spec-row\"\u003e\n \u003cspan class=\"label\"\u003eType\u003c\/span\u003e\n \u003cspan class=\"value\"\u003eHandmatig paddleventiel\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-spec-row\"\u003e\n \u003cspan class=\"label\"\u003eAansluiting\u003c\/span\u003e\n \u003cspan class=\"value\"\u003e1\/4\" slangtule inbegrepen\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-spec-row\"\u003e\n \u003cspan class=\"label\"\u003eElektrisch\u003c\/span\u003e\n \u003cspan class=\"value\"\u003eNee — uitsluitend mechanisch\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-spec-row\"\u003e\n \u003cspan class=\"label\"\u003eAfmetingen\u003c\/span\u003e\n \u003cspan class=\"value\"\u003e51 x 63 x 25 mm\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-spec-row\"\u003e\n \u003cspan class=\"label\"\u003eGewicht\u003c\/span\u003e\n \u003cspan class=\"value\"\u003e0,1 kg\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-spec-row\"\u003e\n \u003cspan class=\"label\"\u003eMontage\u003c\/span\u003e\n \u003cspan class=\"value\"\u003eUniverseel\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-usage-box\"\u003e\n \u003ch3\u003e🔧 Werking\u003c\/h3\u003e\n \u003cdiv class=\"ps-usage-item\"\u003e\u003cp\u003e\u003cstrong\u003eOmhoog → vult\u003c\/strong\u003e — duw omhoog om lucht naar de luchtbalg te sturen\u003c\/p\u003e\u003c\/div\u003e\n \u003cdiv class=\"ps-usage-item\"\u003e\u003cp\u003e\u003cstrong\u003eOmlaag → laat leeglopen\u003c\/strong\u003e — duw omlaag om de lucht uit de luchtbalg te laten ontsnappen\u003c\/p\u003e\u003c\/div\u003e\n \u003cdiv class=\"ps-usage-item\"\u003e\u003cp\u003e\u003cstrong\u003eNeutrale stand\u003c\/strong\u003e — door de hendel los te laten, blijft de druk behouden\u003c\/p\u003e\u003c\/div\u003e\n \u003cdiv class=\"ps-usage-item\"\u003e\u003cp\u003e\u003cstrong\u003e1 schakelaar = 1 of 2 luchtbalgen\u003c\/strong\u003e — gebruik een T-stuk om 2 luchtbalgen tegelijk met één ventiel te bedienen\u003c\/p\u003e\u003c\/div\u003e\n \u003cdiv class=\"ps-usage-item\"\u003e\u003cp\u003e\u003cstrong\u003eGeen bedrading\u003c\/strong\u003e — 100% pneumatische installatie, geen elektrische aansluiting nodig\u003c\/p\u003e\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Compatibilité --\u003e\n\u003csection class=\"ps-section\"\u003e\n \u003ch2 class=\"ps-title\"\u003e🔗 Compatibiliteit\u003c\/h2\u003e\n \u003cdiv class=\"ps-compat-box\"\u003e\n \u003ch3\u003e✅ Compatibel met\u003c\/h3\u003e\n \u003cdiv class=\"ps-compat-grid\"\u003e\n \u003cdiv class=\"ps-compat-item\"\u003eAir Lift 26229\n \u003cspan\u003eDubbele 200 PSI-manometer — vervanging voor paddle\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-compat-item\"\u003eAir Lift 26161\n \u003cspan\u003eEnkele 200 PSI-manometer — vervanging voor paddle\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-compat-item\"\u003eElke handmatige airride-installatie\n \u003cspan\u003eUniverseel compatibel — 1\/4-inch barb-koppeling\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"ps-section\" style=\"background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\"\u003e\n \u003ch2 class=\"ps-title\"\u003eVeelgestelde vragen\u003c\/h2\u003e\n \u003cdiv class=\"ps-faq-item\"\u003e\n \u003cdiv class=\"ps-faq-q\"\u003eHeeft deze switch elektrische bedrading nodig?\u003c\/div\u003e\n \u003cdiv class=\"ps-faq-a\"\u003eNee. De paddle switch \u003cspan class=\"hr\"\u003e21703\u003c\/span\u003e is volledig mechanisch — hij werkt uitsluitend op luchtdruk. Geen elektrische aansluiting, relais of kabelboom vereist. Hij wordt rechtstreeks op de luchtslang aangesloten via de meegeleverde 1\/4-inch barb-koppelingen.\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-faq-item\"\u003e\n \u003cdiv class=\"ps-faq-q\"\u003eHoeveel switches zijn nodig om alle 4 wielen te bedienen?\u003c\/div\u003e\n \u003cdiv class=\"ps-faq-a\"\u003eVoor \u003cspan class=\"hr\"\u003ebediening voor\/achter\u003c\/span\u003e (2 zones): 2 switches volstaan. Voor \u003cspan class=\"hy\"\u003eonafhankelijke bediening van alle vier de hoeken\u003c\/span\u003e zijn er 4 nodig. Het is ook mogelijk om 2 luchtbalgen met één switch te bedienen via een T-koppeling (bijvoorbeeld linksvoor + rechtsvoor).\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-faq-item\"\u003e\n \u003cdiv class=\"ps-faq-q\"\u003eIs dit product compatibel met elke 1\/4-inch luchtslang?\u003c\/div\u003e\n \u003cdiv class=\"ps-faq-a\"\u003eJa. De meegeleverde \u003cspan class=\"hr\"\u003e1\/4-inch barb-koppelingen\u003c\/span\u003e passen op de standaard 1\/4-inch luchtslang die bij de overgrote meerderheid van airride-installaties wordt gebruikt. Compatibel met Air Lift-slangen en gelijkwaardige slangen op de markt.\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-faq-item\"\u003e\n \u003cdiv class=\"ps-faq-q\"\u003eVoor welk gebruik wordt dit type bediening aanbevolen?\u003c\/div\u003e\n \u003cdiv class=\"ps-faq-a\"\u003eDe paddle switch is ideaal voor \u003cspan class=\"hy\"\u003eeenvoudige installaties\u003c\/span\u003e die geen elektronische regeling vereisen — incidentele hoogteaanpassing, een eenvoudig liftsysteem of als back-upbediening. Kies voor dagelijks gebruik met presets en een mobiele app voor elektronische regeling van Air Lift 3P of 3H.\u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003cfooter class=\"ps-footer\"\u003e\n \u003cp class=\"tagline\"\u003ePADDLE SWITCH 21703 — HANDMATIGE AIRRIDE-BEDIENING\u003c\/p\u003e\n \u003cp style=\"margin-top:12px;opacity:0.85\"\u003e⚙️ Eenvoudig, betrouwbaar, direct — de ultieme mechanische bediening.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49566418043218,"sku":null,"price":44.87,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_5f3043ca-914a-4de3-9d90-79453ab6da42.jpg?v=1774183790"},{"product_id":"airlift-autopilot-3p-1-4-filetage","title":"Air Lift Performance 3P 27785 regeling — Schroefdraad G1\/4\" | 5 Voorinstellingen | Bluetooth-app iOS\/Android | Uitbreidbaar 3H","description":"\u003cbody\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eAirmanagement 3P — Réf. 27785 — G1\/4\"\u003c\/title\u003e\n\u003cstyle\u003e\n    .nb-wrapper {\n        position: relative; background: #fff; max-width: 1200px; margin: 0 auto;\n        line-height: 1.6; color: #333 !important; overflow: hidden;\n        box-shadow: 0 0 30px rgba(0,0,0,0.2); border-radius: 12px;\n    }\n    .nb-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }\n    .nb-bubble {\n        position: absolute; bottom: -150px; border-radius: 50%;\n        animation: nb-rise linear infinite; filter: blur(2px);\n        background: radial-gradient(circle, rgba(156,0,255,0.4) 0%, rgba(156,0,255,0.1) 70%, transparent 100%);\n    }\n    .nb-bubble.dark { background: radial-gradient(circle, rgba(254,216,3,0.5) 0%, rgba(254,216,3,0.15) 70%, transparent 100%); }\n    .nb-bubble.red2 { background: radial-gradient(circle, rgba(224,12,255,0.4) 0%, rgba(224,12,255,0.1) 70%, transparent 100%); }\n    @keyframes nb-rise {\n        0%   { bottom: -150px; transform: translateX(0) scale(1); opacity: 0; }\n        20%  { opacity: 0.6; }\n        80%  { opacity: 0.3; }\n        100% { bottom: 110%; transform: translateX(70px) scale(1.5); opacity: 0; }\n    }\n    .nb-header {\n        background: linear-gradient(135deg, #0a0a0a 0%, #1c1c1c 40%, #9c00ff 100%);\n        color: white !important; padding: 70px 20px; text-align: center;\n        position: relative; z-index: 1; border-bottom: 5px solid #9c00ff;\n    }\n    .nb-header h1 {\n        font-size: clamp(2em, 5.5vw, 3.8em); margin-bottom: 8px;\n        text-transform: uppercase; letter-spacing: 3px; color: #fff !important;\n        text-shadow: 2px 2px 10px rgba(0,0,0,0.9), 0 0 25px rgba(156,0,255,0.5);\n    }\n    .nb-header .subtitle { font-size: 1.3em; color: #fed803 !important; font-weight: 700; text-transform: uppercase; text-shadow: 1px 1px 6px rgba(0,0,0,0.6); }\n    .nb-badge { display: inline-block; background: linear-gradient(135deg, #fed803, #e67e22); color: #1a1a1a !important; font-weight: 900; font-size: 0.9em; padding: 7px 22px; border-radius: 30px; margin-top: 15px; text-transform: uppercase; letter-spacing: 2px; box-shadow: 0 4px 15px rgba(254,216,3,0.4); }\n    .nb-badge-secondary { display: inline-block; background: rgba(255,255,255,0.12); color: #fff !important; font-size: 0.85em; padding: 5px 18px; border-radius: 30px; margin-top: 10px; margin-left: 10px; border: 1px solid rgba(255,255,255,0.25); letter-spacing: 1px; }\n    .nb-banner { background: linear-gradient(90deg, #9c00ff 0%, #e00cff 100%); color: white !important; padding: 28px 20px; text-align: center; font-size: 1.15em; font-weight: 600; position: relative; z-index: 1; box-shadow: 0 4px 15px rgba(156,0,255,0.35); }\n    .nb-highlight { background: linear-gradient(135deg, #fff8e1 0%, #fffaef 100%); color: #9c00ff !important; padding: 18px 25px; text-align: center; font-weight: bold; border: 3px solid #fed803; margin: 20px; border-radius: 12px; z-index: 1; position: relative; box-shadow: 0 4px 15px rgba(254,216,3,0.25); font-size: 1.02em; }\n    .nb-section { padding: 50px 30px; position: relative; z-index: 1; }\n    .nb-title { font-size: 1.9em; font-weight: 900; color: #1a1a1a !important; margin-bottom: 30px; border-bottom: 4px solid #9c00ff; display: inline-block; text-transform: uppercase; padding-bottom: 10px; }\n    .nb-intro { background: linear-gradient(135deg, #111 0%, #2d0050 100%); color: white !important; padding: 40px; border-radius: 15px; margin-bottom: 30px; border-left: 6px solid #fed803; box-shadow: 0 6px 25px rgba(0,0,0,0.35); position: relative; z-index: 1; }\n    .nb-intro h3 { color: #fed803 !important; font-size: 1.55em; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 2px; }\n    .nb-intro p { font-size: 1.03em; line-height: 1.9; opacity: 0.95; margin-bottom: 12px; }\n    .nb-upgrade-banner { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); border: 2px solid #fed803; border-radius: 12px; padding: 22px 28px; margin-top: 20px; display: flex; align-items: center; gap: 18px; }\n    .nb-upgrade-banner .ub-icon { font-size: 2em; flex-shrink: 0; }\n    .nb-upgrade-banner p { color: #eee !important; line-height: 1.7; margin: 0; }\n    .nb-upgrade-banner strong { color: #fed803 !important; }\n    .nb-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; margin-top: 28px; }\n    .nb-card { background: linear-gradient(135deg, #fff 0%, #fafafa 100%); padding: 25px; border-radius: 12px; border-left: 6px solid #9c00ff; box-shadow: 0 4px 18px rgba(156,0,255,0.12); transition: all 0.3s ease; position: relative; overflow: hidden; }\n    .nb-card::before { content: ''; position: absolute; top: 0; right: 0; width: 70px; height: 70px; background: radial-gradient(circle, rgba(224,12,255,0.08) 0%, transparent 70%); border-radius: 50%; }\n    .nb-card:hover { transform: translateY(-5px); box-shadow: 0 8px 28px rgba(156,0,255,0.22); border-left-color: #e00cff; }\n    .nb-card h3 { color: #9c00ff !important; margin-bottom: 12px; font-size: 1.22em; font-weight: 700; }\n    .nb-card p { color: #555 !important; line-height: 1.7; }\n    .nb-specs-container { border: 3px solid #9c00ff; border-radius: 15px; padding: 30px; background: linear-gradient(135deg, rgba(255,255,255,0.97) 0%, rgba(250,248,248,0.97) 100%); box-shadow: 0 5px 22px rgba(156,0,255,0.1); }\n    .nb-specs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }\n    .nb-spec-card { background: #fff; padding: 20px; border-radius: 8px; border-left: 6px solid #9c00ff; box-shadow: 0 3px 12px rgba(0,0,0,0.05); transition: transform 0.3s ease; }\n    .nb-spec-card:hover { transform: scale(1.03); border-left-color: #e00cff; }\n    .nb-spec-card strong { display: block; color: #9c00ff !important; text-transform: uppercase; font-size: 0.88em; margin-bottom: 8px; font-weight: 800; }\n    .nb-spec-card p { margin: 4px 0; font-weight: 500; color: #444 !important; font-size: 0.97em; }\n    .nb-features-container { background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); color: white !important; padding: 38px; border-radius: 15px; margin-top: 28px; border-bottom: 5px solid #9c00ff; box-shadow: 0 5px 22px rgba(0,0,0,0.35); }\n    .nb-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin-top: 18px; }\n    .nb-feature-item { padding: 14px 16px; background: rgba(255,255,255,0.05); border-radius: 8px; border-left: 4px solid #fed803; transition: all 0.3s ease; display: flex; align-items: flex-start; gap: 10px; }\n    .nb-feature-item:hover { background: rgba(156,0,255,0.12); border-left-color: #e00cff; transform: translateX(5px); }\n    .nb-feature-item::before { content: \"✓\"; color: #fed803 !important; font-weight: bold; font-size: 1.15em; flex-shrink: 0; }\n    .nb-delivery-box { background: linear-gradient(135deg, #f9f0ff 0%, #ffffff 100%); border: 3px solid #9c00ff; border-radius: 15px; padding: 35px; box-shadow: 0 5px 22px rgba(156,0,255,0.1); position: relative; z-index: 1; }\n    .nb-delivery-box h3 { color: #9c00ff !important; font-size: 1.45em; margin-bottom: 20px; font-weight: 900; text-transform: uppercase; }\n    .nb-delivery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 11px; margin-top: 10px; }\n    .nb-delivery-item { display: flex; align-items: flex-start; gap: 12px; padding: 13px 15px; background: white; border-radius: 10px; border-left: 5px solid #9c00ff; box-shadow: 0 2px 8px rgba(0,0,0,0.05); transition: all 0.3s ease; font-weight: 500; color: #333 !important; font-size: 0.94em; }\n    .nb-delivery-item:hover { border-left-color: #e00cff; box-shadow: 0 4px 16px rgba(156,0,255,0.14); transform: translateX(4px); }\n    .nb-delivery-item .arrow { color: #9c00ff !important; font-size: 1.15em; flex-shrink: 0; margin-top: 1px; }\n    .nb-delivery-item .sub { color: #888 !important; font-size: 0.84em; font-weight: 400; display: block; margin-top: 2px; }\n    .nb-safety-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; margin-top: 28px; }\n    .nb-safety-card { background: #fff; border-radius: 12px; overflow: hidden; border: 2px solid #9c00ff; box-shadow: 0 4px 18px rgba(156,0,255,0.1); transition: all 0.3s ease; }\n    .nb-safety-card:hover { box-shadow: 0 7px 25px rgba(156,0,255,0.22); transform: translateY(-4px); }\n    .nb-safety-card .sc-header { background: linear-gradient(135deg, #1a1a1a 0%, #2d0050 100%); color: white !important; padding: 16px 20px; font-weight: 800; font-size: 1em; border-left: 5px solid #fed803; text-transform: uppercase; letter-spacing: 1px; }\n    .nb-safety-card .sc-body { padding: 20px; line-height: 1.75; color: #444 !important; background: #fafafa; }\n    .nb-safety-card .sc-body ul { padding-left: 18px; margin-top: 10px; }\n    .nb-safety-card .sc-body li { margin-bottom: 6px; }\n    .nb-faq-item { margin-bottom: 14px; border-radius: 10px; overflow: hidden; border: 2px solid #9c00ff; background: white; transition: all 0.3s ease; }\n    .nb-faq-item:hover { box-shadow: 0 5px 18px rgba(156,0,255,0.18); }\n    .nb-faq-q { background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%); color: white !important; padding: 17px; font-weight: bold; border-left: 5px solid #9c00ff; }\n    .nb-faq-a { padding: 20px; border-top: 3px solid #fed803; line-height: 1.8; background: #fafafa; }\n    .nb-footer { background: linear-gradient(135deg, #111 0%, #9c00ff 100%); color: white !important; text-align: center; padding: 38px; border-top: 3px solid #fed803; }\n    .nb-footer .tagline { color: #fed803 !important; font-weight: 700; font-size: 1.25em; text-transform: uppercase; letter-spacing: 2px; }\n    .nb-footer p { font-size: 1.05em; margin: 8px 0; }\n    .hr { color: #9c00ff !important; font-weight: 700; }\n    .hy { color: #b37d00 !important; font-weight: 700; }\n    .hg { color: #27ae60 !important; font-weight: 700; }\n    @media (max-width: 768px) {\n        .nb-section { padding: 30px 15px; }\n        .nb-header h1 { font-size: 2em; }\n        .nb-grid, .nb-specs-grid, .nb-features-grid, .nb-delivery-grid, .nb-safety-grid { grid-template-columns: 1fr; }\n        .nb-upgrade-banner { flex-direction: column; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"nb-wrapper\"\u003e\n\u003cdiv class=\"nb-bg\"\u003e\n \u003cdiv class=\"nb-bubble\" style=\"width:110px;height:110px;left:7%;animation-duration:8s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"nb-bubble dark\" style=\"width:150px;height:150px;left:23%;animation-duration:12s;animation-delay:1s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"nb-bubble red2\" style=\"width:85px;height:85px;left:44%;animation-duration:9s;animation-delay:3.5s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"nb-bubble\" style=\"width:130px;height:130px;left:63%;animation-duration:14s;animation-delay:2s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"nb-bubble dark\" style=\"width:180px;height:180px;left:84%;animation-duration:16s;animation-delay:5s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"nb-bubble red2\" style=\"width:95px;height:95px;left:14%;animation-duration:11s;animation-delay:4s\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cheader class=\"nb-header\"\u003e\n \u003ch1\u003eAir Lift 3P\u003c\/h1\u003e\n \u003cp class=\"subtitle\"\u003e🎯 Op druk gebaseerd airridesysteem — Air Lift Performance 3P\u003c\/p\u003e\n \u003cspan class=\"nb-badge\"\u003e⚙️ G1\/4\"-aansluiting\u003c\/span\u003e\n \u003cspan class=\"nb-badge-secondary\"\u003eReferentie: 27785 — Air Lift Performance\u003c\/span\u003e\n \u003cbr\u003e\n \u003cspan class=\"nb-badge-secondary\" style=\"margin-top:10px; margin-left:0\"\u003e🔄 Uitbreidbaar naar 3H met hoogtesensoren\u003c\/span\u003e\n \u003cp style=\"font-style:italic;opacity:0.85;margin-top:20px;font-size:1.05em\"\u003ePrecisie. Flexibiliteit. Volledige controle.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"nb-banner\"\u003e\n Complete airride-regelset op basis van de Air Lift Performance 3P — 5 drukinstellingen, individuele regeling van 4 wielen, mobiele Bluetooth-app inbegrepen — G1\/4\"-aansluiting\n\u003c\/div\u003e\n\u003cdiv class=\"nb-highlight\"\u003e\n \u003cspan style=\"font-size:1.4em;margin-right:8px\"\u003e🏆\u003c\/span\u003e\n \u003cstrong\u003e32-BITPROCESSOR — ULTRANauwkeurige REGELING VAN 4 HOEKEN\u003c\/strong\u003e | OTA-updates via de app | Uitbreidbaar naar 3H (hoogtesensoren)\n\u003c\/div\u003e\n\u003c!-- Intro --\u003e\n\u003csection class=\"nb-section\"\u003e\n \u003cdiv class=\"nb-intro\"\u003e\n \u003ch3\u003e⚙️ Wat is het Air Lift 3P 27785-regelsysteem?\u003c\/h3\u003e\n \u003cp\u003e\n De \u003cstrong\u003eAir Lift Performance 3P-regeling met ref. 27785\u003c\/strong\u003e is een op druk gebaseerd airridesysteem met 5 aanpasbare drukniveaus en individuele regeling per wiel. De bedrade bedieningseenheid toont de druk van de 4 balgen en de tankdruk in een perfect leesbaar formaat. Het systeem beschikt over een \u003cstrong style=\"color:#fed803\"\u003everlicht display\u003c\/strong\u003e en een draaibaar bedieningspaneel, waardoor horizontale montage eveneens mogelijk is.\n \u003c\/p\u003e\n \u003cp\u003e\n Via de mobiele Air Lift-app (iOS \/ Android) kun je het voertuig in \u003cstrong style=\"color:#fed803\"\u003e\"Show Mode\"\u003c\/strong\u003e zetten en het volledige onderstel op afstand via Bluetooth bedienen — zelfs wanneer het voertuig is uitgeschakeld. Er is geen extra hardware nodig; deze functie is in elk 3P-systeem geïntegreerd. Updates van de regelmodule kunnen ook rechtstreeks via de app worden uitgevoerd.\n \u003c\/p\u003e\n \u003cp\u003e\n Aansluiting \u003cstrong style=\"color:#fed803\"\u003eG1\/4\"\u003c\/strong\u003e — de compatibiliteitsstandaard voor leidingen en koppelingen op de markt. Ideaal voor de overgrote meerderheid van airride-installaties. De aansluitdiameter kan worden aangepast aan jouw installatie dankzij de koppelingen die optioneel bij de bestelling verkrijgbaar zijn.\n \u003c\/p\u003e\n \u003cdiv class=\"nb-upgrade-banner\"\u003e\n \u003cdiv class=\"ub-icon\"\u003e🔼\u003c\/div\u003e\n \u003cp\u003e\n \u003cstrong\u003eWil je de rijhoogte nauwkeurig regelen?\u003c\/strong\u003e Bekijk dan de set op basis van de 3H. Dankzij de geïntegreerde hoogtesensoren is een nog nauwkeurigere regeling mogelijk. Als je start met de 3P, kun je later altijd \u003cstrong\u003eupgraden naar de 3H-set\u003c\/strong\u003e, zonder grote extra kosten.\n \u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Why Choose --\u003e\n\u003csection class=\"nb-section\" style=\"background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\"\u003e\n \u003ch2 class=\"nb-title\"\u003eWaarom kiezen voor de 3P 27785?\u003c\/h2\u003e\n \u003cdiv class=\"nb-grid\"\u003e\n \u003cdiv class=\"nb-card\" style=\"padding:0;overflow:hidden\"\u003e\n \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/air-management-intelligent-adjustments.webp?v=1771322612\" alt=\"Air Lift verlicht display\" style=\"width:100%;height:180px;object-fit:cover;display:block\"\u003e\n \u003cdiv style=\"padding:25px\"\u003e\n \u003ch3\u003e🎛 Digitale controller\u003c\/h3\u003e\n \u003cp\u003eVerlicht display met fysieke bedieningsknoppen. Gelijktijdige weergave van de \u003cspan class=\"hr\"\u003e4 balgdrukken\u003c\/span\u003e + tankdruk. Horizontale montage mogelijk dankzij het draaibare bedieningspaneel.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-card\"\u003e\n \u003ch3\u003e🔢 5 drukinstellingen\u003c\/h3\u003e\n \u003cp\u003e\u003cspan class=\"hr\"\u003e5 aanpasbare drukinstellingen\u003c\/span\u003e die met één druk op de knop kunnen worden opgeroepen. Pas je rijhoogte direct aan de wegomstandigheden, obstakels of je voorkeuren aan.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-card\"\u003e\n \u003ch3\u003e🎮 Individuele 4-wielbediening\u003c\/h3\u003e\n \u003cp\u003e\u003cspan class=\"hy\"\u003eOnafhankelijke afstelling per wiel\u003c\/span\u003e voor een millimeterprecieze afstelling van uw rijhoogte. Corrigeer op aanvraag kleine afwijkingen in belasting of houding.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-card\" style=\"padding:0;overflow:hidden\"\u003e\n \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/air-management-app.webp?v=1771322613\" alt=\"Air Lift Bluetooth-app\" style=\"width:100%;height:180px;object-fit:cover;display:block\"\u003e\n \u003cdiv style=\"padding:25px\"\u003e\n \u003ch3\u003e📱 Mobiele Bluetooth-app\u003c\/h3\u003e\n \u003cp\u003eGratis Air Lift-app voor iOS \u0026amp; Android. \u003cspan class=\"hr\"\u003eGeen extra hardware\u003c\/span\u003e nodig — Bluetooth-connectiviteit is standaard geïntegreerd in elk 3P-systeem.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-card\"\u003e\n \u003ch3\u003e🌙 Show Mode\u003c\/h3\u003e\n \u003cp\u003eBedien uw luchtvering op afstand via uw smartphone, \u003cspan class=\"hy\"\u003emet uitgeschakeld voertuig\u003c\/span\u003e — perfect voor shows, exposities en evenementen. Maak indruk zonder het contact aan te raken.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-card\"\u003e\n \u003ch3\u003e🔼 Uitbreidbaar naar 3H\u003c\/h3\u003e\n \u003cp\u003eU begint met drukregeling en kunt op elk moment \u003cspan class=\"hr\"\u003eoverschakelen naar hoogteregeling\u003c\/span\u003e door de hoogtesensorset toe te voegen. Uw investering blijft toekomstbestendig.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Technical Specs --\u003e\n\u003csection class=\"nb-section\" style=\"background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\"\u003e\n \u003ch2 class=\"nb-title\"\u003eTechnische kenmerken\u003c\/h2\u003e\n \u003cdiv class=\"nb-specs-container\"\u003e\n \u003cdiv class=\"nb-specs-grid\"\u003e\n \u003cdiv class=\"nb-spec-card\"\u003e\n \u003cstrong\u003e🖥 BEDIENING\u003c\/strong\u003e\n \u003cp\u003eScherm met achtergrondverlichting\u003c\/p\u003e\n \u003cp\u003eFysiek bedieningspaneel met achtergrondverlichting\u003c\/p\u003e\n \u003cp\u003eHorizontale montage mogelijk (draaibaar)\u003c\/p\u003e\n \u003cp\u003eZwart geanodiseerde CNC-behuizing\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-spec-card\"\u003e\n \u003cstrong\u003e🧠 PROCESSOR\u003c\/strong\u003e\n \u003cp\u003e32-bitsprocessor\u003c\/p\u003e\n \u003cp\u003eGeavanceerde druk- en hoogte-algoritmen\u003c\/p\u003e\n \u003cp\u003eUltranauwkeurige bediening van alle 4 hoeken\u003c\/p\u003e\n \u003cp\u003eECU + manifold geïntegreerd in één blok\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-spec-card\"\u003e\n \u003cstrong\u003e🔧 AANSLUITING\u003c\/strong\u003e\n \u003cp\u003eG1\/4\"-schroefdraad\u003c\/p\u003e\n \u003cp\u003eStandaardcompatibiliteit — gangbare leidingen \u0026amp; koppelingen\u003c\/p\u003e\n \u003cp\u003eAanpasbare aansluitdiameter afhankelijk van de installatie\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-spec-card\"\u003e\n \u003cstrong\u003e🔢 VOORINSTELLINGEN\u003c\/strong\u003e\n \u003cp\u003e5 gebruikersdruksets\u003c\/p\u003e\n \u003cp\u003eDirect oproepen met één druk op de knop\u003c\/p\u003e\n \u003cp\u003eOnafhankelijke handmatige bediening per wiel\u003c\/p\u003e\n \u003cp\u003eUitbreidbaar: upgrade naar hoogtesensoren\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-spec-card\"\u003e\n \u003cstrong\u003e📱 CONNECTIVITEIT\u003c\/strong\u003e\n \u003cp\u003eGeïntegreerde Bluetooth (geen dongle)\u003c\/p\u003e\n \u003cp\u003eGratis Air Lift-app voor iOS \u0026amp; Android\u003c\/p\u003e\n \u003cp\u003eOTA-firmware-updates via de app\u003c\/p\u003e\n \u003cp\u003eNatively geïntegreerde Show Mode\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-spec-card\"\u003e\n \u003cstrong\u003e⚡ AUTOMATISCHE FUNCTIES\u003c\/strong\u003e\n \u003cp\u003eIngebouwde Rise on Start-functie\u003c\/p\u003e\n \u003cp\u003eAnti-cross-loading \/ asnivellering\u003c\/p\u003e\n \u003cp\u003eIngebouwde compressorbediening\u003c\/p\u003e\n \u003cp\u003eGecombineerde klep- en regeleenheid\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Functions List --\u003e\n\u003csection class=\"nb-section\"\u003e\n \u003ch2 class=\"nb-title\"\u003eSpeciale functies \u0026amp; kenmerken\u003c\/h2\u003e\n \u003cdiv class=\"nb-features-container\"\u003e\n \u003ch3 style=\"color:#fed803;font-size:1.4em;margin-bottom:18px\"\u003e⚙️ Alles geïntegreerd, niets extra's nodig\u003c\/h3\u003e\n \u003cdiv class=\"nb-features-grid\"\u003e\n \u003cdiv class=\"nb-feature-item\"\u003e5 aanpasbare drukniveaus (uitbreidbaar met hoogtesensoren)\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003eIndividuele bediening per wiel — onafhankelijke afstelling\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003eDigitale drukweergave — scherm met achtergrondverlichting + fysieke behuizing\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003eDraaibare bedieningseenheid — horizontale montage mogelijk\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003eGeïntegreerde mobiele app (geen extra hardware)\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003eSysteemupdates via de mobiele app (OTA)\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003eGecombineerde ventiel- en bedieningseenheid in één compact blok\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003eRise on Start-functie — automatische verhoging bij het starten\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003eShow Mode — bediening op afstand met uitgeschakeld voertuig\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003eAnti-cross-loading — automatische asnivellering\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003e32-bitsprocessor — geavanceerde druk-\/hoogte-algoritmen\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003eG1\/4\"-aansluiting — maximale compatibiliteit met gangbare systemen\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Contenu livraison --\u003e\n\u003csection class=\"nb-section\" style=\"background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\"\u003e\n \u003ch2 class=\"nb-title\"\u003e📋 Leveringsomvang\u003c\/h2\u003e\n \u003cdiv class=\"nb-delivery-box\"\u003e\n \u003ch3\u003e📦 Dit product bevat\u003c\/h3\u003e\n \u003cdiv class=\"nb-delivery-grid\"\u003e\n \u003cdiv class=\"nb-delivery-item\"\u003e\n \u003cspan class=\"arrow\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003eAir Lift Performance 3P-beheereenheid\n \u003cspan class=\"sub\"\u003eG1\/4\"-aansluiting — ref. 27785\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-delivery-item\"\u003e\n \u003cspan class=\"arrow\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003eGecombineerde klep- en regeleenheid\n \u003cspan class=\"sub\"\u003eECU en manifold geïntegreerd in één compact blok\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-delivery-item\"\u003e\n \u003cspan class=\"arrow\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003eBevestigingsmateriaal voor het kleppenblok\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-delivery-item\"\u003e\n \u003cspan class=\"arrow\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003eAir Lift 3P \/ 3H-bedieningskast\n \u003cspan class=\"sub\"\u003eAansluitkabel inbegrepen\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-delivery-item\"\u003e\n \u003cspan class=\"arrow\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003eVooraf geassembleerde kabelboom\n \u003cspan class=\"sub\"\u003eGeïntegreerd compressor- relais\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-delivery-item\"\u003e\n \u003cspan class=\"arrow\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003eHandmatige waterafscheider\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-delivery-item\"\u003e\n \u003cspan class=\"arrow\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003eZekeringhouder met meegeleverde zekeringen\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-delivery-item\"\u003e\n \u003cspan class=\"arrow\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003eGedetailleerde installatiehandleiding\n \u003cspan class=\"sub\"\u003eVoor een probleemloze installatie\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-delivery-item\"\u003e\n \u003cspan class=\"arrow\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003eAansluitingen naar keuze, afhankelijk van uw installatie\n \u003cspan class=\"sub\"\u003eSelecteer de diameter van de aansluiting bij het bestellen\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-delivery-item\"\u003e\n \u003cspan class=\"arrow\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003e40A-relais voor compressor(en)\n \u003cspan class=\"sub\"\u003eNiet meegeleverd met compressorkits (reeds aanwezig in de 3P-kabelboom)\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-delivery-item\"\u003e\n \u003cspan class=\"arrow\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003eAftapkit voor de luchttank\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-delivery-item\"\u003e\n \u003cspan class=\"arrow\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003eLeidingsnijder\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-delivery-item\"\u003e\n \u003cspan class=\"arrow\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003e18 meter flexibele leiding\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-delivery-item\"\u003e\n \u003cspan class=\"arrow\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003e100% gratis technische ondersteuning\n \u003cspan class=\"sub\"\u003eHet beste in de sector — levenslang inbegrepen\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Safety Kits --\u003e\n\u003csection class=\"nb-section\"\u003e\n \u003ch2 class=\"nb-title\"\u003e🔒 Veiligheidskits — beschikbare opties\u003c\/h2\u003e\n \u003cdiv class=\"nb-safety-grid\"\u003e\n \u003cdiv class=\"nb-safety-card\"\u003e\n \u003cdiv class=\"sc-header\"\u003e🔔 §19.3-kit\u003c\/div\u003e\n \u003cdiv class=\"sc-body\"\u003e\n Deze kit bevat de wettelijk voorgeschreven waarschuwingszoemer. Deze geeft een geluidssignaal zodra de druk in de luchtbalgen onder de voorgeschreven bedrijfsdruk daalt. \u003cstrong\u003eVerplicht volgens certificeringen voor luchtveringen in meerdere Europese landen.\u003c\/strong\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-safety-card\"\u003e\n \u003cdiv class=\"sc-header\"\u003e⚡ Cruise-Safe 3 EVO\u003c\/div\u003e\n \u003cdiv class=\"sc-body\"\u003e\n \u003cstrong\u003e1) Geïntegreerde §19.3-kit\u003c\/strong\u003e\u003cbr\u003e\n Volgens de certificeringseisen voor luchtveringen is een alarm voor lage\/hoge druk vereist. Deze functie is geïntegreerd in Cruise-Safe en controleert elk wiel afzonderlijk.\u003cbr\u003e\u003cbr\u003e\n \u003cstrong\u003e2) Cruise-Safe-functie\u003c\/strong\u003e\u003cbr\u003e\n Het voertuig kan alleen tot een vooraf ingestelde minimale druk zakken. Onafhankelijk instelbaar voor de voor- en achterzijde — elimineert het risico op schade door te ver doorzakken.\u003cbr\u003e\u003cbr\u003e\n \u003cstrong\u003e3) \"Don't Play and Drive\"\u003c\/strong\u003e\u003cbr\u003e\n Voorkomt dat de vering tijdens het rijden wordt aangepast, terwijl de drukweergave actief blijft. 2 opties beschikbaar:\n \u003cul\u003e\n \u003cli\u003eIngang voor 12V-signaal van handrem of dynamo\u003c\/li\u003e\n \u003cli\u003eIngang voor snelheidssignaal (beste oplossing voor moderne voertuigen)\u003c\/li\u003e\n \u003c\/ul\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-safety-card\"\u003e\n \u003cdiv class=\"sc-header\"\u003e📐 Air Lift 27711 — Stance Guard\u003c\/div\u003e\n \u003cdiv class=\"sc-body\"\u003e\n Drie beschermingsniveaus tegen verkeerd gebruik van de instellingen:\n \u003cul\u003e\n \u003cli\u003e\n\u003cstrong\u003eStance Guard Lockout\u003c\/strong\u003e — Geen hoogte- of drukinstellingen tijdens het rijden\u003c\/li\u003e\n \u003cli\u003e\n\u003cstrong\u003eStance Guard Limit\u003c\/strong\u003e — Melding op het scherm zodra de ingestelde minimale hoogte is bereikt\u003c\/li\u003e\n \u003cli\u003e\n\u003cstrong\u003eStance Guard Alarm\u003c\/strong\u003e — Alarm dat wordt geactiveerd bij de minimale of maximale druk\u003c\/li\u003e\n \u003c\/ul\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"nb-section\" style=\"background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\"\u003e\n \u003ch2 class=\"nb-title\"\u003eVeelgestelde vragen\u003c\/h2\u003e\n \u003cdiv class=\"nb-faq-item\"\u003e\n \u003cdiv class=\"nb-faq-q\"\u003eWat is het verschil tussen ref. 27785 (1\/4\") en de 3\/8\"-versie?\u003c\/div\u003e\n \u003cdiv class=\"nb-faq-a\"\u003eDe \u003cspan class=\"hr\"\u003eG1\/4\"\u003c\/span\u003e biedt een standaard aansluitdiameter die ideaal is voor de overgrote meerderheid van airride-installaties. Soepel omhoog- en omlaaggaan, met maximale compatibiliteit met in de handel verkrijgbare leidingen en aansluitingen. De \u003cspan class=\"hy\"\u003e3\/8\"\u003c\/span\u003e-versie (ref. 27485) biedt een hoger debiet voor sneller omhoog- en omlaaggaan — geschikt voor high-performance-installaties of zware voertuigen.\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-faq-item\"\u003e\n \u003cdiv class=\"nb-faq-q\"\u003eKan ik bij het bestellen de diameter van mijn aansluiting kiezen?\u003c\/div\u003e\n \u003cdiv class=\"nb-faq-a\"\u003eJa. De \u003cspan class=\"hr\"\u003eaansluitingen zijn selecteerbaar\u003c\/span\u003e tijdens het bestellen, afhankelijk van uw bestaande installatie. Als u al leidingen hebt aangelegd, kiest u de overeenkomstige diameter voor een integratie zonder aanpassingen.\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-faq-item\"\u003e\n \u003cdiv class=\"nb-faq-q\"\u003eWat is het verschil tussen de 3P en de 3H?\u003c\/div\u003e\n \u003cdiv class=\"nb-faq-a\"\u003eBeide systemen zijn in wezen identiek, maar verschillen op één belangrijk punt: de \u003cspan class=\"hr\"\u003e3H heeft hoogtesensoren\u003c\/span\u003e, waarmee de auto zich onafhankelijk van de belading nauwkeurig automatisch kan nivelleren. De 3P werkt op basis van druk — zeer nauwkeurig en veelzijdig, maar zonder directe meting van de fysieke hoogte. \u003cstrong\u003eDe 3P-kit kan op elk moment worden geüpgraded naar de 3H\u003c\/strong\u003e met een kit hoogtesensoren.\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-faq-item\"\u003e\n \u003cdiv class=\"nb-faq-q\"\u003eHoeveel presets kan ik programmeren?\u003c\/div\u003e\n \u003cdiv class=\"nb-faq-a\"\u003eMet het Air Lift 3P-systeem kunt u \u003cspan class=\"hr\"\u003emaximaal 5 aangepaste druksets opslaan\u003c\/span\u003e, die u met één druk op de knop kunt oproepen. Elke preset komt overeen met een specifieke toestand van uw 4 luchtbalgen — rijhoogte, show-stance, hefhoogte, enzovoort.\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-faq-item\"\u003e\n \u003cdiv class=\"nb-faq-q\"\u003eIs er voor de mobiele app een extra accessoire nodig?\u003c\/div\u003e\n \u003cdiv class=\"nb-faq-a\"\u003eNee. De \u003cspan class=\"hy\"\u003eBluetooth-module is standaard geïntegreerd\u003c\/span\u003e in elk Air Lift 3P-systeem. De app (iOS \u0026amp; Android) is gratis en maakt het mogelijk om uw luchtvering op afstand te bedienen, geavanceerde instellingen te openen en firmware-updates OTA uit te voeren.\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-faq-item\"\u003e\n \u003cdiv class=\"nb-faq-q\"\u003eWat is de Show Mode?\u003c\/div\u003e\n \u003cdiv class=\"nb-faq-a\"\u003eMet de \u003cspan class=\"hr\"\u003eShow Mode\u003c\/span\u003e kunt u uw luchtvering volledig via uw smartphone bedienen via Bluetooth — zelfs wanneer het contact is uitgeschakeld. Ideaal voor shows, bijeenkomsten en exposities: u kunt de auto omhoog of omlaag brengen of tussen presets wisselen zonder in het voertuig te stappen.\u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Photos --\u003e\n\u003csection class=\"nb-section\" style=\"background:linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\"\u003e\n \u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px\"\u003e\n \u003cdiv style=\"border-radius:12px;overflow:hidden;box-shadow:0 5px 22px rgba(156,0,255,0.15);border:2px solid #9c00ff\"\u003e\n \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/AdvancedPressureControl.jpg?v=1771320783\" alt=\"Air Lift 3P — Geavanceerde drukregeling\" style=\"width:100%;height:320px;object-fit:cover;display:block\"\u003e\n \u003cdiv style=\"padding:14px 18px;background:white;font-weight:600;color:#333;font-size:0.95em\"\u003e🎛 Geavanceerde drukregeling — 4 onafhankelijk regelbare hoeken\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv style=\"border-radius:12px;overflow:hidden;box-shadow:0 5px 22px rgba(156,0,255,0.15);border:2px solid #9c00ff\"\u003e\n \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/air-management-controller-feature.webp?v=1771320784\" alt=\"Air Lift 3P — Bedieningseenheid\" style=\"width:100%;height:320px;object-fit:cover;display:block\"\u003e\n \u003cdiv style=\"padding:14px 18px;background:white;font-weight:600;color:#333;font-size:0.95em\"\u003e🖥 Bedrade bedieningseenheid — scherm met achtergrondverlichting, draaiknop\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Garantie --\u003e\n\u003csection class=\"nb-section\"\u003e\n \u003ch2 class=\"nb-title\"\u003e🛡 Air Lift Performance-garantie\u003c\/h2\u003e\n \u003cdiv style=\"display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:28px\"\u003e\n \u003cdiv style=\"background:linear-gradient(135deg,#1a1a1a 0%,#2d0050 100%);border-radius:12px;border:2px solid #9c00ff;padding:25px;display:flex;align-items:center;gap:18px;box-shadow:0 4px 18px rgba(156,0,255,0.15)\"\u003e\n \u003cdiv style=\"font-size:2.8em;font-weight:900;color:#9c00ff;flex-shrink:0;line-height:1\"\u003e2\u003cbr\u003e\u003cspan style=\"font-size:0.45em;letter-spacing:2px\"\u003eJAAR\u003c\/span\u003e\n\u003c\/div\u003e\n \u003cdiv\u003e\n \u003cdiv style=\"color:#fff;font-weight:700;font-size:1em;text-transform:uppercase;letter-spacing:1px\"\u003eAlleen 3P-management\u003c\/div\u003e\n \u003cp style=\"color:#bbb;font-size:0.9em;margin-top:6px;line-height:1.5\"\u003e2 jaar garantie met onbeperkte kilometerstand op de Air Lift Performance 3P-managementcentrale\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv style=\"background:linear-gradient(135deg,#1a1a1a 0%,#2d0050 100%);border-radius:12px;border:2px solid #fed803;padding:25px;display:flex;align-items:center;gap:18px;box-shadow:0 4px 18px rgba(254,216,3,0.15)\"\u003e\n \u003cdiv style=\"font-size:2.8em;font-weight:900;color:#fed803;flex-shrink:0;line-height:1\"\u003e4\u003cbr\u003e\u003cspan style=\"font-size:0.45em;letter-spacing:2px\"\u003eJAAR\u003c\/span\u003e\n\u003c\/div\u003e\n \u003cdiv\u003e\n \u003cdiv style=\"color:#fff;font-weight:700;font-size:1em;text-transform:uppercase;letter-spacing:1px\"\u003eGekocht met een luchtveringskit\u003c\/div\u003e\n \u003cp style=\"color:#bbb;font-size:0.9em;margin-top:6px;line-height:1.5\"\u003eDe aankoop van een Air Lift Performance-luchtveringskit met management geeft recht op de verlengde garantie van 4 jaar op de volledige installatie\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv style=\"background:linear-gradient(135deg,#fff8e1 0%,#fffaef 100%);border:3px solid #fed803;border-radius:12px;padding:25px;margin-top:20px;text-align:center;box-shadow:0 4px 15px rgba(254,216,3,0.2)\"\u003e\n \u003cp style=\"color:#333;font-size:1em;margin:0\"\u003e\n \u003cstrong style=\"color:#9c00ff\"\u003e💡 Om hiervan te profiteren\u003c\/strong\u003e, registreert u uw product na de installatie rechtstreeks op de website van Air Lift Performance.\n \u003c\/p\u003e\n \u003ca href=\"https:\/\/www.airliftperformance.com\/support\/warranty-registration\" target=\"_blank\" style=\"display:inline-block;margin-top:16px;background:linear-gradient(135deg,#9c00ff,#e00cff);color:white;padding:14px 30px;text-decoration:none;font-weight:800;border-radius:8px;letter-spacing:1px;text-transform:uppercase;box-shadow:0 4px 15px rgba(156,0,255,0.3);transition:all 0.3s ease\" onmouseover=\"this.style.transform='translateY(-3px)';this.style.boxShadow='0 8px 25px rgba(156,0,255,0.45)'\" onmouseout=\"this.style.transform='translateY(0)';this.style.boxShadow='0 4px 15px rgba(156,0,255,0.3)'\"\u003e\n 👉 REGISTREER MIJN GARANTIE 👈\n \u003c\/a\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003cfooter class=\"nb-footer\"\u003e\n \u003cp class=\"tagline\"\u003eAIR LIFT 3P-MANAGEMENT 27785 — TOTALE CONTROLE\u003c\/p\u003e\n \u003cp style=\"font-size:1.05em;margin-top:14px\"\u003e⚙️ Precisie. Flexibiliteit. Totale controle.\u003c\/p\u003e\n \u003cp style=\"opacity:0.8;margin-top:8px\"\u003eAir Lift Performance 3P-luchtveringmanagement — G1\/4\"-aansluiting — 100% gratis technische ondersteuning inbegrepen\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"1\/4","offer_id":51937540211026,"sku":null,"price":2249.0,"currency_code":"EUR","in_stock":true},{"title":"3\/8","offer_id":51937540243794,"sku":null,"price":2329.0,"currency_code":"EUR","in_stock":true},{"title":"6mm","offer_id":51937540276562,"sku":null,"price":2249.0,"currency_code":"EUR","in_stock":true},{"title":"10mm","offer_id":51937540309330,"sku":null,"price":2249.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_0091121a-720c-4c98-8990-278b5a95306c.jpg?v=1774183957"},{"product_id":"gestion-air-lift-3p-27480-autopilot-alp4-4p-1-4","title":"Gestion Air Lift 3P 27480 - Autopiloot ALP4 4P - 1\/4''","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    .alp4-wrapper {\n        position: relative; background: #fff; max-width: 1200px; margin: 0 auto;\n        line-height: 1.6; color: #333 !important; overflow: hidden;\n        box-shadow: 0 0 30px rgba(0,0,0,0.2); border-radius: 12px;\n    }\n    .alp4-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }\n    .alp4-bubble {\n        position: absolute; bottom: -150px; border-radius: 50%;\n        animation: alp4-rise linear infinite; filter: blur(2px);\n        background: radial-gradient(circle, rgba(156,0,255,0.4) 0%, rgba(156,0,255,0.1) 70%, transparent 100%);\n    }\n    .alp4-bubble.y { background: radial-gradient(circle, rgba(254,216,3,0.5) 0%, rgba(254,216,3,0.15) 70%, transparent 100%); }\n    .alp4-bubble.m { background: radial-gradient(circle, rgba(224,12,255,0.4) 0%, rgba(224,12,255,0.1) 70%, transparent 100%); }\n    @keyframes alp4-rise {\n        0%   { bottom: -150px; transform: translateX(0) scale(1); opacity: 0; }\n        20%  { opacity: 0.6; }\n        80%  { opacity: 0.3; }\n        100% { bottom: 110%; transform: translateX(70px) scale(1.5); opacity: 0; }\n    }\n    .alp4-header {\n        background: linear-gradient(135deg, #000 0%, #1a1a1a 35%, #9c00ff 100%);\n        color: white !important; padding: 70px 20px; text-align: center;\n        position: relative; z-index: 1; border-bottom: 5px solid #9c00ff;\n    }\n    .alp4-header h1 {\n        font-size: clamp(2em, 5.5vw, 3.8em); margin-bottom: 8px;\n        text-transform: uppercase; letter-spacing: 4px; color: #fff !important;\n        text-shadow: 2px 2px 10px rgba(0,0,0,0.9), 0 0 30px rgba(156,0,255,0.6);\n    }\n    .alp4-header .subtitle { font-size: 1.3em; color: #fed803 !important; font-weight: 700; text-transform: uppercase; }\n    .alp4-badge {\n        display: inline-block; background: linear-gradient(135deg, #fed803, #e67e22);\n        color: #1a1a1a !important; font-weight: 900; font-size: 0.9em;\n        padding: 7px 22px; border-radius: 30px; margin-top: 15px;\n        text-transform: uppercase; letter-spacing: 2px; box-shadow: 0 4px 15px rgba(254,216,3,0.4);\n    }\n    .alp4-badge-ref {\n        display: inline-block; background: rgba(255,255,255,0.12); color: #fff !important;\n        font-weight: 600; font-size: 0.85em; padding: 5px 18px; border-radius: 20px;\n        margin-top: 10px; margin-left: 10px; letter-spacing: 1px; border: 1px solid rgba(255,255,255,0.25);\n    }\n    .alp4-banner {\n        background: linear-gradient(90deg, #9c00ff 0%, #e00cff 100%);\n        color: white !important; padding: 25px 20px; text-align: center;\n        font-size: 1.1em; font-weight: 600; position: relative; z-index: 1;\n    }\n    .alp4-section { padding: 50px 30px; position: relative; z-index: 1; }\n    .alp4-title {\n        font-size: 1.9em; font-weight: 900; color: #1a1a1a !important;\n        margin-bottom: 30px; border-bottom: 4px solid #9c00ff;\n        display: inline-block; text-transform: uppercase; padding-bottom: 10px;\n    }\n    .alp4-intro {\n        background: linear-gradient(135deg, #111 0%, #2d0050 100%);\n        color: white !important; padding: 40px; border-radius: 15px;\n        border-left: 6px solid #fed803; box-shadow: 0 6px 25px rgba(0,0,0,0.35);\n    }\n    .alp4-intro h3 { color: #fed803 !important; font-size: 1.55em; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 2px; }\n    .alp4-intro p { font-size: 1.03em; line-height: 1.9; opacity: 0.95; margin-bottom: 15px; }\n    .alp4-intro p:last-child { margin-bottom: 0; }\n    .alp4-intro strong { color: #fed803 !important; }\n    .alp4-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 28px; }\n    .alp4-card { background: #fff; padding: 25px; border-radius: 12px; border-left: 6px solid #9c00ff; box-shadow: 0 4px 18px rgba(156,0,255,0.1); transition: all 0.3s ease; }\n    .alp4-card:hover { transform: translateY(-5px); box-shadow: 0 8px 28px rgba(156,0,255,0.2); border-left-color: #e00cff; }\n    .alp4-card h3 { color: #9c00ff !important; margin-bottom: 10px; font-size: 1.15em; font-weight: 700; }\n    .alp4-card p { color: #555 !important; line-height: 1.7; margin: 0; }\n    .alp4-video-block { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: #000; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.4); margin-top: 30px; }\n    .alp4-video-side video { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 380px; }\n    .alp4-video-info { padding: 40px; background: linear-gradient(135deg, #0d0d0d 0%, #1a0030 100%); display: flex; flex-direction: column; justify-content: center; border-left: 4px solid #9c00ff; }\n    .alp4-video-info h3 { color: #fed803 !important; font-size: 1.4em; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; }\n    .alp4-manifold-point { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }\n    .alp4-manifold-point:last-child { border-bottom: none; }\n    .alp4-manifold-point .icon { color: #9c00ff !important; font-size: 1.3em; flex-shrink: 0; margin-top: 2px; }\n    .alp4-manifold-point div strong { color: #fed803 !important; font-size: 0.95em; text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 3px; }\n    .alp4-manifold-point div p { color: #bbb !important; font-size: 0.88em; margin: 0; line-height: 1.5; }\n    .alp4-comparison { background: #0d0d0d; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.3); margin-top: 30px; }\n    .alp4-comp-header { display: grid; grid-template-columns: 1fr 1fr 1fr; background: #111; border-bottom: 3px solid #9c00ff; }\n    .alp4-comp-header div { padding: 0; text-align: center; }\n    .alp4-comp-header .label-col { padding: 20px; background: #0a0a0a; border-right: 1px solid rgba(255,255,255,0.06); }\n    .alp4-comp-img-col { overflow: hidden; }\n    .alp4-comp-img-col img { width: 100%; height: 180px; object-fit: cover; display: block; }\n    .alp4-comp-name { padding: 14px; font-size: 1.4em; font-weight: 900; text-transform: uppercase; letter-spacing: 3px; border-top: 1px solid rgba(255,255,255,0.06); }\n    .alp4-comp-name.p3-name { color: #9c00ff !important; background: rgba(156,0,255,0.08); }\n    .alp4-comp-name.h3-name { color: #fed803 !important; background: rgba(254,216,3,0.08); }\n    .alp4-comp-row { display: grid; grid-template-columns: 1fr 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,0.06); transition: background 0.2s; }\n    .alp4-comp-row:hover { background: rgba(255,255,255,0.02); }\n    .alp4-comp-row:last-child { border-bottom: none; }\n    .alp4-comp-row .row-label { padding: 18px 20px; background: #0a0a0a; border-right: 1px solid rgba(255,255,255,0.06); font-size: 0.82em; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #777 !important; display: flex; align-items: center; }\n    .alp4-comp-row .cell { padding: 18px 20px; font-size: 0.92em; line-height: 1.5; display: flex; align-items: center; justify-content: center; text-align: center; flex-direction: column; border-right: 1px solid rgba(255,255,255,0.06); }\n    .alp4-comp-row .cell:last-child { border-right: none; }\n    .alp4-comp-row .cell.win { color: #fff !important; font-weight: 600; }\n    .alp4-comp-row .cell.up { color: #fed803 !important; font-weight: 600; }\n    .alp4-comp-row .cell span.badge { display: inline-block; background: rgba(254,216,3,0.15); border: 1px solid rgba(254,216,3,0.4); padding: 2px 8px; border-radius: 4px; font-size: 0.75em; color: #fed803 !important; margin-top: 4px; }\n    .alp4-comp-row .cell span.pbadge { display: inline-block; background: rgba(156,0,255,0.2); border: 1px solid rgba(156,0,255,0.4); padding: 2px 8px; border-radius: 4px; font-size: 0.75em; color: #c070ff !important; margin-top: 4px; }\n    .alp4-app-block { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: #111; border-radius: 15px; overflow: hidden; border: 2px solid rgba(156,0,255,0.3); box-shadow: 0 8px 30px rgba(156,0,255,0.15); margin-top: 30px; }\n    .alp4-app-img img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 320px; }\n    .alp4-app-info { padding: 40px; background: linear-gradient(135deg, #111 0%, #1a0030 100%); display: flex; flex-direction: column; justify-content: center; }\n    .alp4-app-info h3 { color: #fed803 !important; font-size: 1.4em; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; }\n    .alp4-app-feature { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }\n    .alp4-app-feature::before { content: \"▶\"; color: #9c00ff !important; flex-shrink: 0; margin-top: 3px; font-size: 0.8em; }\n    .alp4-app-feature p { color: #ccc !important; font-size: 0.95em; line-height: 1.6; margin: 0; }\n    .alp4-app-feature strong { color: #fff !important; }\n    .alp4-remote-block { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: #111; border-radius: 15px; overflow: hidden; border: 2px solid rgba(254,216,3,0.2); margin-top: 20px; }\n    .alp4-remote-info { padding: 40px; background: linear-gradient(135deg, #1a1a1a 0%, #2d0050 100%); display: flex; flex-direction: column; justify-content: center; order: 1; }\n    .alp4-remote-info h3 { color: #fed803 !important; font-size: 1.4em; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; }\n    .alp4-remote-img { order: 2; }\n    .alp4-remote-img img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 280px; }\n    .alp4-delivery-box { background: linear-gradient(135deg, #f9f0ff 0%, #ffffff 100%); border: 3px solid #9c00ff; border-radius: 15px; padding: 35px; box-shadow: 0 5px 22px rgba(156,0,255,0.1); }\n    .alp4-delivery-box h3 { color: #9c00ff !important; font-size: 1.4em; margin-bottom: 20px; font-weight: 900; text-transform: uppercase; }\n    .alp4-delivery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 10px; }\n    .alp4-delivery-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 15px; background: white; border-radius: 10px; border-left: 5px solid #9c00ff; box-shadow: 0 2px 8px rgba(0,0,0,0.05); transition: all 0.3s ease; font-weight: 500; color: #333 !important; font-size: 0.93em; }\n    .alp4-delivery-item:hover { border-left-color: #e00cff; transform: translateX(4px); }\n    .alp4-delivery-item .arr { color: #9c00ff !important; flex-shrink: 0; }\n    .alp4-delivery-item .sub { color: #888 !important; font-size: 0.82em; font-weight: 400; display: block; margin-top: 2px; }\n    .alp4-warranty-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 28px; }\n    .alp4-w-card { background: linear-gradient(135deg, #1a1a1a 0%, #2d0050 100%); border-radius: 12px; padding: 25px; display: flex; align-items: center; gap: 18px; box-shadow: 0 4px 18px rgba(156,0,255,0.15); }\n    .alp4-w-card.gold { border: 2px solid #fed803; }\n    .alp4-w-card.purple { border: 2px solid #9c00ff; }\n    .alp4-w-num { font-size: 2.8em; font-weight: 900; flex-shrink: 0; line-height: 1; }\n    .alp4-w-num.gold { color: #fed803 !important; }\n    .alp4-w-num.purple { color: #9c00ff !important; }\n    .alp4-w-label { color: #fff !important; font-weight: 700; font-size: 0.95em; text-transform: uppercase; letter-spacing: 1px; }\n    .alp4-w-sub { color: #aaa !important; font-size: 0.85em; margin-top: 5px; line-height: 1.5; }\n    .alp4-register-box { background: linear-gradient(135deg, #fff8e1 0%, #fffaef 100%); border: 3px solid #fed803; border-radius: 12px; padding: 22px 25px; margin-top: 20px; text-align: center; box-shadow: 0 4px 15px rgba(254,216,3,0.2); }\n    .alp4-register-box p { color: #333 !important; font-size: 0.98em; margin: 0; }\n    .alp4-btn { display: inline-block; margin-top: 15px; background: linear-gradient(135deg, #9c00ff, #e00cff); color: white !important; padding: 13px 28px; text-decoration: none; font-weight: 800; border-radius: 8px; letter-spacing: 1px; text-transform: uppercase; box-shadow: 0 4px 15px rgba(156,0,255,0.3); transition: all 0.3s ease; }\n    .alp4-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(156,0,255,0.45); }\n    .alp4-faq-item { margin-bottom: 12px; border-radius: 10px; overflow: hidden; border: 2px solid #9c00ff; background: white; }\n    .alp4-faq-item:hover { box-shadow: 0 5px 18px rgba(156,0,255,0.18); }\n    .alp4-faq-q { background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%); color: white !important; padding: 16px 18px; font-weight: bold; border-left: 5px solid #9c00ff; }\n    .alp4-faq-a { padding: 18px; border-top: 3px solid #fed803; line-height: 1.8; background: #fafafa; font-size: 0.96em; }\n    .alp4-footer { background: linear-gradient(135deg, #111 0%, #9c00ff 100%); color: white !important; text-align: center; padding: 35px; border-top: 3px solid #fed803; }\n    .alp4-footer .tagline { color: #fed803 !important; font-weight: 700; font-size: 1.2em; text-transform: uppercase; letter-spacing: 2px; }\n    .hr { color: #9c00ff !important; font-weight: 700; }\n    .hy { color: #b37d00 !important; font-weight: 700; }\n    @media (max-width: 768px) {\n        .alp4-section { padding: 30px 15px; }\n        .alp4-video-block, .alp4-app-block, .alp4-remote-block { grid-template-columns: 1fr; }\n        .alp4-video-side video { min-height: 220px; }\n        .alp4-remote-info { order: 2; }\n        .alp4-remote-img { order: 1; }\n        .alp4-comp-header { grid-template-columns: 80px 1fr 1fr; }\n        .alp4-comp-header .label-col { padding: 10px 6px; }\n        .alp4-comp-img-col img { height: 110px; }\n        .alp4-comp-name { font-size: 1em; padding: 10px 6px; letter-spacing: 1px; }\n        .alp4-comp-row { grid-template-columns: 80px 1fr 1fr; }\n        .alp4-comp-row .row-label { padding: 12px 6px; font-size: 0.7em; }\n        .alp4-comp-row .cell { padding: 12px 8px; font-size: 0.78em; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"alp4-wrapper\"\u003e\n\u003cdiv class=\"alp4-bg\"\u003e\n\u003cdiv class=\"alp4-bubble\" style=\"width: 110px; height: 110px; left: 7%; animation-duration: 8s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"alp4-bubble y\" style=\"width: 150px; height: 150px; left: 23%; animation-duration: 12s; animation-delay: 1s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"alp4-bubble m\" style=\"width: 85px; height: 85px; left: 44%; animation-duration: 9s; animation-delay: 3.5s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"alp4-bubble\" style=\"width: 130px; height: 130px; left: 63%; animation-duration: 14s; animation-delay: 2s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"alp4-bubble y\" style=\"width: 180px; height: 180px; left: 84%; animation-duration: 16s; animation-delay: 5s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"alp4-bubble m\" style=\"width: 95px; height: 95px; left: 14%; animation-duration: 11s; animation-delay: 4s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cheader class=\"alp4-header\"\u003e\n\u003ch1\u003eAir Lift 3P\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003e🎛 Luchtveringsbeheer — Los verkocht\u003c\/p\u003e\n\u003cspan class=\"alp4-badge\"\u003e⚙️ 1\/4\"-aansluiting\u003c\/span\u003e \u003cspan class=\"alp4-badge-ref\"\u003eReferentie: 27480 — Air Lift Performance\u003c\/span\u003e\n\u003cp style=\"font-style: italic; opacity: 0.85; margin-top: 20px; font-size: 1.05em\"\u003eDe referentie in luchtveringsbeheer. Nauwkeurig, uitbreidbaar en betrouwbaar.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"alp4-banner\"\u003eAir Lift Performance 3P-beheer, los verkocht — 5 drukvoorinstellingen, Bluetooth-app voor iOS\/Android, uitbreidbaar naar 3H, 1\/4\"-aansluiting\u003c\/div\u003e\n\u003csection class=\"alp4-section\"\u003e\n\u003cdiv class=\"alp4-intro\"\u003e\n\u003ch3\u003e⚙️ Wat is Air Lift 3P-beheer?\u003c\/h3\u003e\n\u003cp\u003eHet \u003cstrong\u003eAir Lift Performance 3P-beheersysteem\u003c\/strong\u003e is het referentiesysteem voor de regeling van luchtvering. Heeft u al een compressor, luchttank en schokdempers? Dit product wordt \u003cstrong\u003elos\u003c\/strong\u003e verkocht, zodat u de beheercentrale in uw bestaande installatie kunt integreren.\u003c\/p\u003e\n\u003cp\u003eDrukgebaseerde \u003cstrong\u003eregeling\u003c\/strong\u003e met 5 opsla­anbare voorinstellingen, inclusief mobiele Bluetooth-app en standaardcompatibiliteit met Air Lift-hoogtesensoren om op elk moment uit te breiden naar het \u003cstrong\u003e3H\u003c\/strong\u003e-systeem. \u003cstrong\u003e1\/4\"\u003c\/strong\u003e-aansluiting — geschikt voor high-performance-installaties.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Centrale \/ vidéo --\u003e\n\u003csection class=\"alp4-section\" style=\"background: linear-gradient(135deg,#0d0d0d 0%,#111 100%)\"\u003e\n\u003ch2 class=\"alp4-title\" style=\"color: #fff; border-color: #9c00ff\"\u003e🔩 3P-beheercentrale\u003c\/h2\u003e\n\u003cdiv class=\"alp4-video-block\"\u003e\n\u003cdiv class=\"alp4-video-side\"\u003e\u003cvideo autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\"\u003e\n \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/c8b085459d3f40808a366b04b29743ed.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"alp4-video-info\"\u003e\n\u003ch3\u003e🎛 3P-BEHEER — DRUKREGELING\u003c\/h3\u003e\n\u003cdiv class=\"alp4-manifold-point\"\u003e\n\u003cspan class=\"icon\"\u003e▸\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eECU + magneetventielen + sensoren\u003c\/strong\u003e\n\u003cp\u003eAlle beheerelementen in één module — nette installatie en vereenvoudigde bekabeling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-manifold-point\"\u003e\n\u003cspan class=\"icon\"\u003e▸\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e5 drukvoorinstellingen\u003c\/strong\u003e\n\u003cp\u003eSla uw favoriete rijhoogtes op en roep ze direct op via de bedieningskast of de app.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-manifold-point\"\u003e\n\u003cspan class=\"icon\"\u003e▸\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e3\/8\"-aansluiting\u003c\/strong\u003e\n\u003cp\u003eHoger debiet voor sneller omhoog- en omlaagbrengen — ideaal voor high-performance-installaties.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-manifold-point\"\u003e\n\u003cspan class=\"icon\"\u003e▸\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eUitbreidbaar naar 3H\u003c\/strong\u003e\n\u003cp\u003eVoeg de hoogtesensoren (ref. 27705) op elk moment eenvoudig toe om over te stappen op regeling op basis van de werkelijke rijhoogte.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- App --\u003e\n\u003csection class=\"alp4-section\" style=\"background: linear-gradient(135deg,#111 0%,#1a1a1a 100%)\"\u003e\n\u003ch2 class=\"alp4-title\" style=\"color: #fff; border-color: #9c00ff\"\u003e📱 Air Lift Performance-app\u003c\/h2\u003e\n\u003cdiv class=\"alp4-app-block\"\u003e\n\u003cdiv class=\"alp4-app-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/ALP4-PhoneDevice-ColorOptions.webp?v=1771336581\" alt=\"Air Lift Performance-app\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-info\"\u003e\n\u003ch3\u003e🎮 Bediening vanuit uw broekzak\u003c\/h3\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eGratis iOS- en Android-app\u003c\/strong\u003e — Bluetooth is standaard geïntegreerd; er is geen extra module nodig.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eVoorinstellingen \u0026amp; monitoring\u003c\/strong\u003e — pas uw 5 presets aan en controleer de druk van elke luchtbalg in realtime.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eShowmodus\u003c\/strong\u003e — bedien uw luchtvering op afstand, met uitgeschakelde auto, via Bluetooth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eAutomatisch omhoog- en omlaagbrengen\u003c\/strong\u003e — programmeer het gedrag bij het in- en uitschakelen van de auto.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-remote-block\"\u003e\n\u003cdiv class=\"alp4-remote-info\"\u003e\n\u003ch3\u003e🕹 Bedieningskast inbegrepen\u003c\/h3\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003e5 speciale knoppen\u003c\/strong\u003e — directe toegang tot uw 5 voorinstellingen vanuit het interieur.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eVerlicht display\u003c\/strong\u003e — optimale leesbaarheid, overdag en 's nachts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eAansluitkabel inbegrepen\u003c\/strong\u003e — klaar om op de 3P-centrale aan te sluiten.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-remote-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/27480_ALP4AirManagementSystem_Carousel_04__87286.webp?v=1771336580\" alt=\"Air Lift 3P-bedieningskast\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Comparatif ALP4 vs 3P --\u003e\n\u003csection class=\"alp4-section\" style=\"background: linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\"\u003e\n\u003ch2 class=\"alp4-title\"\u003e3P vs ALP4 — Vergelijking\u003c\/h2\u003e\n\u003cdiv class=\"alp4-comparison\"\u003e\n\u003cdiv class=\"alp4-comp-header\"\u003e\n\u003cdiv class=\"label-col\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"alp4-comp-img-col\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Comparison-3P.webp?v=1771336581\" alt=\"3P\"\u003e\n\u003cdiv class=\"alp4-comp-name p3-name\"\u003e3P — Dit product\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-comp-img-col\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Comparison-ALP4.webp?v=1771336580\" alt=\"ALP4\"\u003e\n\u003cdiv class=\"alp4-comp-name h3-name\"\u003eALP4 — Nieuwe generatie\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-comp-row\"\u003e\n\u003cdiv class=\"row-label\"\u003eManifold\u003c\/div\u003e\n\u003cdiv class=\"cell win\"\u003eModular design, exposed mounts\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eAll-in-one — ECU, valves \u0026amp; sensors integrated\u003cspan class=\"badge\"\u003eALP4\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-comp-row\"\u003e\n\u003cdiv class=\"row-label\"\u003eController\u003c\/div\u003e\n\u003cdiv class=\"cell win\"\u003eCompact housing with 5 dedicated buttons\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eFullcolour touchscreen + 4 programmable buttons\u003cspan class=\"badge\"\u003eALP4\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-comp-row\"\u003e\n\u003cdiv class=\"row-label\"\u003eInterface\u003c\/div\u003e\n\u003cdiv class=\"cell win\"\u003eKlassieke menu-interface\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eVolledig vernieuwde UI — navigatie zoals in een app\u003cspan class=\"badge\"\u003eALP4\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-comp-row\"\u003e\n\u003cdiv class=\"row-label\"\u003ePersonalisatie\u003c\/div\u003e\n\u003cdiv class=\"cell win\"\u003eStatische achtergrondverlichting — geen manifoldverlichting\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eManifoldkleuren, knopfuncties \u0026amp; aanpasbare thema's\u003cspan class=\"badge\"\u003eALP4\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-comp-row\"\u003e\n\u003cdiv class=\"row-label\"\u003eMobiele app\u003c\/div\u003e\n\u003cdiv class=\"cell win\"\u003eBediening vanaf je telefoon — Bluetooth geïntegreerd\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eVerbeterde UI, groter bereik, snellere verbinding\u003cspan class=\"badge\"\u003eALP4\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-comp-row\"\u003e\n\u003cdiv class=\"row-label\"\u003eEnergiebeheer\u003c\/div\u003e\n\u003cdiv class=\"cell win\"\u003eStandaardverbruik in stand-by\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eGeavanceerde slaapmodus — ultralaag verbruik\u003cspan class=\"badge\"\u003eALP4\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Contenu livraison --\u003e\n\u003csection class=\"alp4-section\"\u003e\n\u003ch2 class=\"alp4-title\"\u003e📦 Inhoud van de levering\u003c\/h2\u003e\n\u003cdiv class=\"alp4-delivery-box\"\u003e\n\u003ch3\u003e📦 Dit product bevat\u003c\/h3\u003e\n\u003cdiv class=\"alp4-delivery-grid\"\u003e\n\u003cdiv class=\"alp4-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003eAir Lift Performance 3P-beheereenheid \u003cspan class=\"sub\"\u003e1\/4\"-aansluiting — ref. 27480\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003eBedrade bedieningseenheid \u003cspan class=\"sub\"\u003e5 speciale knoppen — verbindingskabel inbegrepen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003eVoorgemonteerde kabelboom \u003cspan class=\"sub\"\u003eCompressorrelai geïntegreerd\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003eZekeringhouder met zekeringen inbegrepen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003eGedetailleerde installatiehandleiding\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Garantie --\u003e\n\u003csection class=\"alp4-section\" style=\"background: linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\"\u003e\n\u003ch2 class=\"alp4-title\"\u003e🛡 Air Lift Performance-garantie\u003c\/h2\u003e\n\u003cdiv class=\"alp4-warranty-grid\"\u003e\n\u003cdiv class=\"alp4-w-card purple\"\u003e\n\u003cdiv class=\"alp4-w-num purple\"\u003e2\u003cbr\u003e\u003cspan style=\"font-size: 0.4em; letter-spacing: 2px\"\u003eJAAR\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"alp4-w-label\"\u003eAlleen 3P-beheersysteem\u003c\/div\u003e\n\u003cdiv class=\"alp4-w-sub\"\u003eGarantie van 2 jaar met onbeperkte kilometerstand op de Air Lift Performance 3P-beheereenheid\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-w-card gold\"\u003e\n\u003cdiv class=\"alp4-w-num gold\"\u003e4\u003cbr\u003e\u003cspan style=\"font-size: 0.4em; letter-spacing: 2px\"\u003eJAAR\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"alp4-w-label\"\u003eGekocht met een ophangingsset\u003c\/div\u003e\n\u003cdiv class=\"alp4-w-sub\"\u003eBij aankoop van een Air Lift Performance-ophangingsset met het beheersysteem profiteer je van een verlengde garantie van 4 jaar\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-register-box\"\u003e\n\u003cp\u003e\u003cstrong style=\"color: #9c00ff\"\u003e💡 Om hiervan gebruik te maken\u003c\/strong\u003e, registreer je product na de installatie op de website van Air Lift Performance.\u003c\/p\u003e\n\u003ca href=\"https:\/\/www.airliftperformance.com\/support\/warranty-registration\" class=\"alp4-btn\" target=\"_blank\"\u003e👉 MIJN GARANTIE REGISTREREN 👈\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"alp4-section\"\u003e\n\u003ch2 class=\"alp4-title\"\u003eVeelgestelde vragen\u003c\/h2\u003e\n\u003cdiv class=\"alp4-faq-item\"\u003e\n\u003cdiv class=\"alp4-faq-q\"\u003eWat is het belangrijkste verschil tussen ref. 27480 (1\/4\") en de 3\/8\"-versie?\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-a\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cspan\u003eDe \u003cstrong\u003e\u003cspan style=\"color: rgb(156, 0, 255)\"\u003e1\/4\"\u003c\/span\u003e\u003c\/strong\u003e heeft een standaard aansluitdiameter, ideaal voor de overgrote meerderheid van airride-installaties. Soepel omhoog- en omlaag bewegen, maximale compatibiliteit met leidingen en koppelingen op de markt. Te gebruiken met compatibele leidingen en koppelingen van 1\/4\".\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-item\"\u003e\n\u003cdiv class=\"alp4-faq-q\"\u003eWat is het belangrijkste verschil tussen 3P en 3H?\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-a\"\u003eDe \u003cspan class=\"hr\"\u003e3P\u003c\/span\u003e regelt de ophanging op basis van de druk in de luchtbalgen — eenvoudig, doeltreffend en voldoende voor de overgrote meerderheid van de toepassingen. De \u003cspan class=\"hy\"\u003e3H\u003c\/span\u003e voegt hoogtesensoren toe die de werkelijke positie van elk wiel meten, zodat de afstelling automatisch kan worden aangepast aan de belading. Met de sensorset met ref. 27705 ga je over naar 3H, zonder de centrale unit te vervangen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-item\"\u003e\n\u003cdiv class=\"alp4-faq-q\"\u003eHeeft de mobiele app extra hardware nodig?\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-a\"\u003eNee. \u003cspan class=\"hy\"\u003eBluetooth is standaard geïntegreerd\u003c\/span\u003e in het 3P-beheersysteem. De Air Lift Performance-app is gratis voor iOS \u0026amp; Android — je hoeft geen extra module of dongle aan te schaffen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-item\"\u003e\n\u003cdiv class=\"alp4-faq-q\"\u003eIs dit product compatibel met elke compressor?\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-a\"\u003eHet 3P-beheersysteem is compatibel met alle compressoren \u003cspan class=\"hr\"\u003eop de markt\u003c\/span\u003e. De meegeleverde kabelboom bevat het compressorrelai en kan, afhankelijk van de bedrading, één of twee compressoren aansturen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cfooter class=\"alp4-footer\"\u003e\n\u003cp class=\"tagline\"\u003eAIR LIFT 3P-BEHEER 27480 — VOLLEDIGE CONTROLE\u003c\/p\u003e\n\u003cp style=\"margin-top: 12px; opacity: 0.85\"\u003e⚙️ De referentie. Nauwkeurig, uitbreidbaar, zonder compromissen.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":51144514044242,"sku":null,"price":2249.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/airlift-3p-alp4_8c65695b-162e-4064-8e92-649c1f93ac4d.png?v=1774187778"},{"product_id":"gestion-air-lift-3p-27480-autopilot-alp4-4p-3-8","title":"Air Lift 3P 27485 Besturing - Autopilot ALP4 3P - 3\/8''","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    .alp4-wrapper {\n        position: relative; background: #fff; max-width: 1200px; margin: 0 auto;\n        line-height: 1.6; color: #333 !important; overflow: hidden;\n        box-shadow: 0 0 30px rgba(0,0,0,0.2); border-radius: 12px;\n    }\n    .alp4-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }\n    .alp4-bubble {\n        position: absolute; bottom: -150px; border-radius: 50%;\n        animation: alp4-rise linear infinite; filter: blur(2px);\n        background: radial-gradient(circle, rgba(156,0,255,0.4) 0%, rgba(156,0,255,0.1) 70%, transparent 100%);\n    }\n    .alp4-bubble.y { background: radial-gradient(circle, rgba(254,216,3,0.5) 0%, rgba(254,216,3,0.15) 70%, transparent 100%); }\n    .alp4-bubble.m { background: radial-gradient(circle, rgba(224,12,255,0.4) 0%, rgba(224,12,255,0.1) 70%, transparent 100%); }\n    @keyframes alp4-rise {\n        0%   { bottom: -150px; transform: translateX(0) scale(1); opacity: 0; }\n        20%  { opacity: 0.6; }\n        80%  { opacity: 0.3; }\n        100% { bottom: 110%; transform: translateX(70px) scale(1.5); opacity: 0; }\n    }\n    .alp4-header {\n        background: linear-gradient(135deg, #000 0%, #1a1a1a 35%, #9c00ff 100%);\n        color: white !important; padding: 70px 20px; text-align: center;\n        position: relative; z-index: 1; border-bottom: 5px solid #9c00ff;\n    }\n    .alp4-header h1 {\n        font-size: clamp(2em, 5.5vw, 3.8em); margin-bottom: 8px;\n        text-transform: uppercase; letter-spacing: 4px; color: #fff !important;\n        text-shadow: 2px 2px 10px rgba(0,0,0,0.9), 0 0 30px rgba(156,0,255,0.6);\n    }\n    .alp4-header .subtitle { font-size: 1.3em; color: #fed803 !important; font-weight: 700; text-transform: uppercase; }\n    .alp4-badge {\n        display: inline-block; background: linear-gradient(135deg, #fed803, #e67e22);\n        color: #1a1a1a !important; font-weight: 900; font-size: 0.9em;\n        padding: 7px 22px; border-radius: 30px; margin-top: 15px;\n        text-transform: uppercase; letter-spacing: 2px; box-shadow: 0 4px 15px rgba(254,216,3,0.4);\n    }\n    .alp4-badge-ref {\n        display: inline-block; background: rgba(255,255,255,0.12); color: #fff !important;\n        font-weight: 600; font-size: 0.85em; padding: 5px 18px; border-radius: 20px;\n        margin-top: 10px; margin-left: 10px; letter-spacing: 1px; border: 1px solid rgba(255,255,255,0.25);\n    }\n    .alp4-banner {\n        background: linear-gradient(90deg, #9c00ff 0%, #e00cff 100%);\n        color: white !important; padding: 25px 20px; text-align: center;\n        font-size: 1.1em; font-weight: 600; position: relative; z-index: 1;\n    }\n    .alp4-section { padding: 50px 30px; position: relative; z-index: 1; }\n    .alp4-title {\n        font-size: 1.9em; font-weight: 900; color: #1a1a1a !important;\n        margin-bottom: 30px; border-bottom: 4px solid #9c00ff;\n        display: inline-block; text-transform: uppercase; padding-bottom: 10px;\n    }\n    .alp4-intro {\n        background: linear-gradient(135deg, #111 0%, #2d0050 100%);\n        color: white !important; padding: 40px; border-radius: 15px;\n        border-left: 6px solid #fed803; box-shadow: 0 6px 25px rgba(0,0,0,0.35);\n    }\n    .alp4-intro h3 { color: #fed803 !important; font-size: 1.55em; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 2px; }\n    .alp4-intro p { font-size: 1.03em; line-height: 1.9; opacity: 0.95; margin-bottom: 15px; }\n    .alp4-intro p:last-child { margin-bottom: 0; }\n    .alp4-intro strong { color: #fed803 !important; }\n    .alp4-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 28px; }\n    .alp4-card { background: #fff; padding: 25px; border-radius: 12px; border-left: 6px solid #9c00ff; box-shadow: 0 4px 18px rgba(156,0,255,0.1); transition: all 0.3s ease; }\n    .alp4-card:hover { transform: translateY(-5px); box-shadow: 0 8px 28px rgba(156,0,255,0.2); border-left-color: #e00cff; }\n    .alp4-card h3 { color: #9c00ff !important; margin-bottom: 10px; font-size: 1.15em; font-weight: 700; }\n    .alp4-card p { color: #555 !important; line-height: 1.7; margin: 0; }\n    .alp4-video-block { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: #000; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.4); margin-top: 30px; }\n    .alp4-video-side video { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 380px; }\n    .alp4-video-info { padding: 40px; background: linear-gradient(135deg, #0d0d0d 0%, #1a0030 100%); display: flex; flex-direction: column; justify-content: center; border-left: 4px solid #9c00ff; }\n    .alp4-video-info h3 { color: #fed803 !important; font-size: 1.4em; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; }\n    .alp4-manifold-point { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }\n    .alp4-manifold-point:last-child { border-bottom: none; }\n    .alp4-manifold-point .icon { color: #9c00ff !important; font-size: 1.3em; flex-shrink: 0; margin-top: 2px; }\n    .alp4-manifold-point div strong { color: #fed803 !important; font-size: 0.95em; text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 3px; }\n    .alp4-manifold-point div p { color: #bbb !important; font-size: 0.88em; margin: 0; line-height: 1.5; }\n    .alp4-comparison { background: #0d0d0d; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.3); margin-top: 30px; }\n    .alp4-comp-header { display: grid; grid-template-columns: 1fr 1fr 1fr; background: #111; border-bottom: 3px solid #9c00ff; }\n    .alp4-comp-header div { padding: 0; text-align: center; }\n    .alp4-comp-header .label-col { padding: 20px; background: #0a0a0a; border-right: 1px solid rgba(255,255,255,0.06); }\n    .alp4-comp-img-col { overflow: hidden; }\n    .alp4-comp-img-col img { width: 100%; height: 180px; object-fit: cover; display: block; }\n    .alp4-comp-name { padding: 14px; font-size: 1.4em; font-weight: 900; text-transform: uppercase; letter-spacing: 3px; border-top: 1px solid rgba(255,255,255,0.06); }\n    .alp4-comp-name.p3-name { color: #9c00ff !important; background: rgba(156,0,255,0.08); }\n    .alp4-comp-name.h3-name { color: #fed803 !important; background: rgba(254,216,3,0.08); }\n    .alp4-comp-row { display: grid; grid-template-columns: 1fr 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,0.06); transition: background 0.2s; }\n    .alp4-comp-row:hover { background: rgba(255,255,255,0.02); }\n    .alp4-comp-row:last-child { border-bottom: none; }\n    .alp4-comp-row .row-label { padding: 18px 20px; background: #0a0a0a; border-right: 1px solid rgba(255,255,255,0.06); font-size: 0.82em; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #777 !important; display: flex; align-items: center; }\n    .alp4-comp-row .cell { padding: 18px 20px; font-size: 0.92em; line-height: 1.5; display: flex; align-items: center; justify-content: center; text-align: center; flex-direction: column; border-right: 1px solid rgba(255,255,255,0.06); }\n    .alp4-comp-row .cell:last-child { border-right: none; }\n    .alp4-comp-row .cell.win { color: #fff !important; font-weight: 600; }\n    .alp4-comp-row .cell.up { color: #fed803 !important; font-weight: 600; }\n    .alp4-comp-row .cell span.badge { display: inline-block; background: rgba(254,216,3,0.15); border: 1px solid rgba(254,216,3,0.4); padding: 2px 8px; border-radius: 4px; font-size: 0.75em; color: #fed803 !important; margin-top: 4px; }\n    .alp4-comp-row .cell span.pbadge { display: inline-block; background: rgba(156,0,255,0.2); border: 1px solid rgba(156,0,255,0.4); padding: 2px 8px; border-radius: 4px; font-size: 0.75em; color: #c070ff !important; margin-top: 4px; }\n    .alp4-app-block { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: #111; border-radius: 15px; overflow: hidden; border: 2px solid rgba(156,0,255,0.3); box-shadow: 0 8px 30px rgba(156,0,255,0.15); margin-top: 30px; }\n    .alp4-app-img img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 320px; }\n    .alp4-app-info { padding: 40px; background: linear-gradient(135deg, #111 0%, #1a0030 100%); display: flex; flex-direction: column; justify-content: center; }\n    .alp4-app-info h3 { color: #fed803 !important; font-size: 1.4em; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; }\n    .alp4-app-feature { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }\n    .alp4-app-feature::before { content: \"▶\"; color: #9c00ff !important; flex-shrink: 0; margin-top: 3px; font-size: 0.8em; }\n    .alp4-app-feature p { color: #ccc !important; font-size: 0.95em; line-height: 1.6; margin: 0; }\n    .alp4-app-feature strong { color: #fff !important; }\n    .alp4-remote-block { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: #111; border-radius: 15px; overflow: hidden; border: 2px solid rgba(254,216,3,0.2); margin-top: 20px; }\n    .alp4-remote-info { padding: 40px; background: linear-gradient(135deg, #1a1a1a 0%, #2d0050 100%); display: flex; flex-direction: column; justify-content: center; order: 1; }\n    .alp4-remote-info h3 { color: #fed803 !important; font-size: 1.4em; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; }\n    .alp4-remote-img { order: 2; }\n    .alp4-remote-img img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 280px; }\n    .alp4-delivery-box { background: linear-gradient(135deg, #f9f0ff 0%, #ffffff 100%); border: 3px solid #9c00ff; border-radius: 15px; padding: 35px; box-shadow: 0 5px 22px rgba(156,0,255,0.1); }\n    .alp4-delivery-box h3 { color: #9c00ff !important; font-size: 1.4em; margin-bottom: 20px; font-weight: 900; text-transform: uppercase; }\n    .alp4-delivery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 10px; }\n    .alp4-delivery-item { display: flex; align-items: flex-start; gap: 12px; padding: 12px 15px; background: white; border-radius: 10px; border-left: 5px solid #9c00ff; box-shadow: 0 2px 8px rgba(0,0,0,0.05); transition: all 0.3s ease; font-weight: 500; color: #333 !important; font-size: 0.93em; }\n    .alp4-delivery-item:hover { border-left-color: #e00cff; transform: translateX(4px); }\n    .alp4-delivery-item .arr { color: #9c00ff !important; flex-shrink: 0; }\n    .alp4-delivery-item .sub { color: #888 !important; font-size: 0.82em; font-weight: 400; display: block; margin-top: 2px; }\n    .alp4-warranty-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 28px; }\n    .alp4-w-card { background: linear-gradient(135deg, #1a1a1a 0%, #2d0050 100%); border-radius: 12px; padding: 25px; display: flex; align-items: center; gap: 18px; box-shadow: 0 4px 18px rgba(156,0,255,0.15); }\n    .alp4-w-card.gold { border: 2px solid #fed803; }\n    .alp4-w-card.purple { border: 2px solid #9c00ff; }\n    .alp4-w-num { font-size: 2.8em; font-weight: 900; flex-shrink: 0; line-height: 1; }\n    .alp4-w-num.gold { color: #fed803 !important; }\n    .alp4-w-num.purple { color: #9c00ff !important; }\n    .alp4-w-label { color: #fff !important; font-weight: 700; font-size: 0.95em; text-transform: uppercase; letter-spacing: 1px; }\n    .alp4-w-sub { color: #aaa !important; font-size: 0.85em; margin-top: 5px; line-height: 1.5; }\n    .alp4-register-box { background: linear-gradient(135deg, #fff8e1 0%, #fffaef 100%); border: 3px solid #fed803; border-radius: 12px; padding: 22px 25px; margin-top: 20px; text-align: center; box-shadow: 0 4px 15px rgba(254,216,3,0.2); }\n    .alp4-register-box p { color: #333 !important; font-size: 0.98em; margin: 0; }\n    .alp4-btn { display: inline-block; margin-top: 15px; background: linear-gradient(135deg, #9c00ff, #e00cff); color: white !important; padding: 13px 28px; text-decoration: none; font-weight: 800; border-radius: 8px; letter-spacing: 1px; text-transform: uppercase; box-shadow: 0 4px 15px rgba(156,0,255,0.3); transition: all 0.3s ease; }\n    .alp4-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(156,0,255,0.45); }\n    .alp4-faq-item { margin-bottom: 12px; border-radius: 10px; overflow: hidden; border: 2px solid #9c00ff; background: white; }\n    .alp4-faq-item:hover { box-shadow: 0 5px 18px rgba(156,0,255,0.18); }\n    .alp4-faq-q { background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%); color: white !important; padding: 16px 18px; font-weight: bold; border-left: 5px solid #9c00ff; }\n    .alp4-faq-a { padding: 18px; border-top: 3px solid #fed803; line-height: 1.8; background: #fafafa; font-size: 0.96em; }\n    .alp4-footer { background: linear-gradient(135deg, #111 0%, #9c00ff 100%); color: white !important; text-align: center; padding: 35px; border-top: 3px solid #fed803; }\n    .alp4-footer .tagline { color: #fed803 !important; font-weight: 700; font-size: 1.2em; text-transform: uppercase; letter-spacing: 2px; }\n    .hr { color: #9c00ff !important; font-weight: 700; }\n    .hy { color: #b37d00 !important; font-weight: 700; }\n    @media (max-width: 768px) {\n        .alp4-section { padding: 30px 15px; }\n        .alp4-video-block, .alp4-app-block, .alp4-remote-block { grid-template-columns: 1fr; }\n        .alp4-video-side video { min-height: 220px; }\n        .alp4-remote-info { order: 2; }\n        .alp4-remote-img { order: 1; }\n        .alp4-comp-header { grid-template-columns: 80px 1fr 1fr; }\n        .alp4-comp-header .label-col { padding: 10px 6px; }\n        .alp4-comp-img-col img { height: 110px; }\n        .alp4-comp-name { font-size: 1em; padding: 10px 6px; letter-spacing: 1px; }\n        .alp4-comp-row { grid-template-columns: 80px 1fr 1fr; }\n        .alp4-comp-row .row-label { padding: 12px 6px; font-size: 0.7em; }\n        .alp4-comp-row .cell { padding: 12px 8px; font-size: 0.78em; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"alp4-wrapper\"\u003e\n\u003cdiv class=\"alp4-bg\"\u003e\n\u003cdiv style=\"width: 110px; height: 110px; left: 7%; animation-duration: 8s\" class=\"alp4-bubble\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 150px; height: 150px; left: 23%; animation-duration: 12s; animation-delay: 1s\" class=\"alp4-bubble y\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 85px; height: 85px; left: 44%; animation-duration: 9s; animation-delay: 3.5s\" class=\"alp4-bubble m\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 130px; height: 130px; left: 63%; animation-duration: 14s; animation-delay: 2s\" class=\"alp4-bubble\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 180px; height: 180px; left: 84%; animation-duration: 16s; animation-delay: 5s\" class=\"alp4-bubble y\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"width: 95px; height: 95px; left: 14%; animation-duration: 11s; animation-delay: 4s\" class=\"alp4-bubble m\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cheader class=\"alp4-header\"\u003e\n\u003ch1\u003eAir Lift 3P\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003e🎛 Pneumatisch management — los verkocht\u003c\/p\u003e\n\u003cspan class=\"alp4-badge\"\u003e⚙️ 3\/8\"-aansluiting\u003c\/span\u003e \u003cspan class=\"alp4-badge-ref\"\u003eReferentie: 27485 — Air Lift Performance\u003c\/span\u003e\n\u003cp style=\"font-style: italic; opacity: 0.85; margin-top: 20px; font-size: 1.05em\"\u003eDe toonaangevende regeling. Nauwkeurig, uitbreidbaar en betrouwbaar.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"alp4-banner\"\u003eAir Lift Performance 3P-management los verkocht — 5 drukpresets, Bluetooth-app voor iOS\/Android, uitbreidbaar naar 3H, 3\/8\"-aansluiting\u003c\/div\u003e\n\u003csection class=\"alp4-section\"\u003e\n\u003cdiv class=\"alp4-intro\"\u003e\n\u003ch3\u003e⚙️ Wat is Air Lift 3P-management?\u003c\/h3\u003e\n\u003cp\u003eHet \u003cstrong\u003eAir Lift Performance 3P-management\u003c\/strong\u003e is het toonaangevende systeem voor de regeling van luchtvering. Heeft u al een compressor, luchtketel en dempers? Dit product wordt \u003cstrong\u003elos\u003c\/strong\u003e verkocht, zodat u de managementcentrale in uw bestaande installatie kunt integreren.\u003c\/p\u003e\n\u003cp\u003eDrukgebaseerde \u003cstrong\u003eregeling\u003c\/strong\u003e met 5 opslaande presets, mobiele Bluetooth-app inbegrepen en native compatibiliteit met Air Lift-hoogtesensoren om op elk moment uit te breiden naar het \u003cstrong\u003e3H\u003c\/strong\u003e-systeem. \u003cstrong\u003e3\/8\"\u003c\/strong\u003e-aansluiting — geschikt voor high-performance-installaties.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Centrale \/ vidéo --\u003e\n\u003csection style=\"background: linear-gradient(135deg,#0d0d0d 0%,#111 100%)\" class=\"alp4-section\"\u003e\n\u003ch2 style=\"color: #fff; border-color: #9c00ff\" class=\"alp4-title\"\u003e🔩 3P-managementcentrale\u003c\/h2\u003e\n\u003cdiv class=\"alp4-video-block\"\u003e\n\u003cdiv class=\"alp4-video-side\"\u003e\u003cvideo playsinline=\"\" loop=\"loop\" muted=\"\" autoplay=\"autoplay\"\u003e\n \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/c8b085459d3f40808a366b04b29743ed.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"alp4-video-info\"\u003e\n\u003ch3\u003e🎛 3P-MANAGEMENT — DRUKREGELING\u003c\/h3\u003e\n\u003cdiv class=\"alp4-manifold-point\"\u003e\n\u003cspan class=\"icon\"\u003e▸\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eECU + magneetkleppen + sensoren\u003c\/strong\u003e\n\u003cp\u003eAlle managementcomponenten in één module — nette installatie en vereenvoudigde bekabeling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-manifold-point\"\u003e\n\u003cspan class=\"icon\"\u003e▸\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e5 drukpresets\u003c\/strong\u003e\n\u003cp\u003eSla uw favoriete hoogtes op en roep ze direct op via de bedieningskast of de app.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-manifold-point\"\u003e\n\u003cspan class=\"icon\"\u003e▸\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e3\/8\"-aansluiting\u003c\/strong\u003e\n\u003cp\u003eHoger debiet voor sneller omhoog- en omlaagbrengen — ideaal voor high-performance-installaties.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-manifold-point\"\u003e\n\u003cspan class=\"icon\"\u003e▸\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eUitbreidbaar naar 3H\u003c\/strong\u003e\n\u003cp\u003eVoeg op elk moment eenvoudig hoogtesensoren (ref. 27705) toe om over te stappen op regeling op basis van de werkelijke rijhoogte.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- App --\u003e\n\u003csection style=\"background: linear-gradient(135deg,#111 0%,#1a1a1a 100%)\" class=\"alp4-section\"\u003e\n\u003ch2 style=\"color: #fff; border-color: #9c00ff\" class=\"alp4-title\"\u003e📱 Air Lift Performance-app\u003c\/h2\u003e\n\u003cdiv class=\"alp4-app-block\"\u003e\n\u003cdiv class=\"alp4-app-img\"\u003e\u003cimg alt=\"Air Lift Performance-app\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/ALP4-PhoneDevice-ColorOptions.webp?v=1771336581\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-info\"\u003e\n\u003ch3\u003e🎮 Bediening vanuit uw broekzak\u003c\/h3\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eGratis iOS- en Android-app\u003c\/strong\u003e — Bluetooth standaard geïntegreerd, geen extra module nodig.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003ePresets \u0026amp; monitoring\u003c\/strong\u003e — pas uw 5 presets aan en controleer de druk van elke luchtbalg in realtime.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eShowmodus\u003c\/strong\u003e — bedien uw luchtvering op afstand, met uitgeschakeld voertuig, via Bluetooth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eAutomatisch omhoog- en omlaagbrengen\u003c\/strong\u003e — programmeer het gedrag bij het in- en uitschakelen van het voertuig.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-remote-block\"\u003e\n\u003cdiv class=\"alp4-remote-info\"\u003e\n\u003ch3\u003e🕹 Bedieningskast inbegrepen\u003c\/h3\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003e5 speciale knoppen\u003c\/strong\u003e — direct toegang tot uw 5 presets vanuit het interieur.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eVerlicht display\u003c\/strong\u003e — optimale leesbaarheid, overdag en 's nachts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eAansluitkabel inbegrepen\u003c\/strong\u003e — klaar om op de 3P-centrale aan te sluiten.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-remote-img\"\u003e\u003cimg alt=\"Air Lift 3P-bedieningskast\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/27480_ALP4AirManagementSystem_Carousel_04__87286.webp?v=1771336580\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Comparatif ALP4 vs 3P --\u003e\n\u003csection style=\"background: linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\" class=\"alp4-section\"\u003e\n\u003ch2 class=\"alp4-title\"\u003e3P vs ALP4 — Vergelijking\u003c\/h2\u003e\n\u003cdiv class=\"alp4-comparison\"\u003e\n\u003cdiv class=\"alp4-comp-header\"\u003e\n\u003cdiv class=\"label-col\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"alp4-comp-img-col\"\u003e\n\u003cimg alt=\"3P\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Comparison-3P.webp?v=1771336581\"\u003e\n\u003cdiv class=\"alp4-comp-name p3-name\"\u003e3P — Dit product\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-comp-img-col\"\u003e\n\u003cimg alt=\"ALP4\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Comparison-ALP4.webp?v=1771336580\"\u003e\n\u003cdiv class=\"alp4-comp-name h3-name\"\u003eALP4 — Nieuwe generatie\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-comp-row\"\u003e\n\u003cdiv class=\"row-label\"\u003eVerdeelblok\u003c\/div\u003e\n\u003cdiv class=\"cell win\"\u003eModulair ontwerp, zichtbare bevestigingen\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eAlles-in-één — ECU, kleppen \u0026amp; sensoren geïntegreerd\u003cspan class=\"badge\"\u003eALP4\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-comp-row\"\u003e\n\u003cdiv class=\"row-label\"\u003eController\u003c\/div\u003e\n\u003cdiv class=\"cell win\"\u003eCompacte behuizing met 5 speciale knoppen\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eFull-colour touchscreen + 4 programmable buttons\u003cspan class=\"badge\"\u003eALP4\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-comp-row\"\u003e\n\u003cdiv class=\"row-label\"\u003eInterface\u003c\/div\u003e\n\u003cdiv class=\"cell win\"\u003eKlassieke menu-interface\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eVolledig vernieuwde gebruikersinterface — navigatie zoals in een app\u003cspan class=\"badge\"\u003eALP4\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-comp-row\"\u003e\n\u003cdiv class=\"row-label\"\u003ePersonalisatie\u003c\/div\u003e\n\u003cdiv class=\"cell win\"\u003eStatische achtergrondverlichting — geen manifoldverlichting\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eManifoldkleuren, aanpasbare knopfuncties \u0026amp; thema's\u003cspan class=\"badge\"\u003eALP4\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-comp-row\"\u003e\n\u003cdiv class=\"row-label\"\u003eMobiele app\u003c\/div\u003e\n\u003cdiv class=\"cell win\"\u003eBediening vanaf de telefoon — Bluetooth geïntegreerd\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eVerbeterde gebruikersinterface, groter bereik, snellere verbinding\u003cspan class=\"badge\"\u003eALP4\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-comp-row\"\u003e\n\u003cdiv class=\"row-label\"\u003eEnergiebeheer\u003c\/div\u003e\n\u003cdiv class=\"cell win\"\u003eStandaard verbruik in stand-by\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eGeavanceerde slaapstand — ultralaag verbruik\u003cspan class=\"badge\"\u003eALP4\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Contenu livraison --\u003e\n\u003csection class=\"alp4-section\"\u003e\n\u003ch2 class=\"alp4-title\"\u003e📦 Inhoud van de levering\u003c\/h2\u003e\n\u003cdiv class=\"alp4-delivery-box\"\u003e\n\u003ch3\u003e📦 Dit product bevat\u003c\/h3\u003e\n\u003cdiv class=\"alp4-delivery-grid\"\u003e\n\u003cdiv class=\"alp4-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003eAir Lift Performance 3P-besturingscentrale \u003cspan class=\"sub\"\u003e3\/8\"-aansluiting — ref. 27485\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003eBedrade bedieningseenheid \u003cspan class=\"sub\"\u003e5 speciale knoppen — aansluitkabel inbegrepen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003eVoorgemonteerde kabelboom \u003cspan class=\"sub\"\u003eCompressorrelè geïntegreerd\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003eZekeringhouder met zekeringen inbegrepen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003eUitgebreide installatiehandleiding\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Garantie --\u003e\n\u003csection style=\"background: linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\" class=\"alp4-section\"\u003e\n\u003ch2 class=\"alp4-title\"\u003e🛡 Air Lift Performance-garantie\u003c\/h2\u003e\n\u003cdiv class=\"alp4-warranty-grid\"\u003e\n\u003cdiv class=\"alp4-w-card purple\"\u003e\n\u003cdiv class=\"alp4-w-num purple\"\u003e2\u003cbr\u003e\u003cspan style=\"font-size: 0.4em; letter-spacing: 2px\"\u003eJAAR\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"alp4-w-label\"\u003eAlleen 3P-besturing\u003c\/div\u003e\n\u003cdiv class=\"alp4-w-sub\"\u003e2 jaar garantie met onbeperkte kilometerstand op de Air Lift Performance 3P-besturingscentrale\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-w-card gold\"\u003e\n\u003cdiv class=\"alp4-w-num gold\"\u003e4\u003cbr\u003e\u003cspan style=\"font-size: 0.4em; letter-spacing: 2px\"\u003eJAAR\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"alp4-w-label\"\u003eAangeschaft met een ophangingskit\u003c\/div\u003e\n\u003cdiv class=\"alp4-w-sub\"\u003eDe aankoop van een Air Lift Performance-ophangingskit met besturing geeft recht op de uitgebreide garantie van 4 jaar\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-register-box\"\u003e\n\u003cp\u003e\u003cstrong style=\"color: #9c00ff\"\u003e💡 Om hiervan te profiteren\u003c\/strong\u003e, registreer je product na de installatie op de website van Air Lift Performance.\u003c\/p\u003e\n\u003ca class=\"alp4-btn\" href=\"https:\/\/www.airliftperformance.com\/support\/warranty-registration\" target=\"_blank\"\u003e👉 MIJN GARANTIE REGISTREREN 👈\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"alp4-section\"\u003e\n\u003ch2 class=\"alp4-title\"\u003eVeelgestelde vragen\u003c\/h2\u003e\n\u003cdiv class=\"alp4-faq-item\"\u003e\n\u003cdiv class=\"alp4-faq-q\"\u003eWat is het verschil tussen ref. 27485 (3\/8\") en de 1\/4\"-versie?\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-a\"\u003eDe \u003cspan class=\"hr\"\u003e3\/8\"\u003c\/span\u003e biedt een grotere aansluitdiameter, waardoor hogere luchtdebieten mogelijk zijn en de auto dus sneller omhoog en omlaag gaat. Ideaal voor hoogwaardige installaties of zware voertuigen. Te gebruiken met 3\/8\"-leidingen en -koppelingen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-item\"\u003e\n\u003cdiv class=\"alp4-faq-q\"\u003eWat is het belangrijkste verschil tussen de 3P en de 3H?\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-a\"\u003eDe \u003cspan class=\"hr\"\u003e3P\u003c\/span\u003e de ophanging op basis van de druk in de luchtbalgen — eenvoudig, doeltreffend en voldoende voor de overgrote meerderheid van de toepassingen. De \u003cspan class=\"hy\"\u003e3H\u003c\/span\u003e voegt hoogtesensoren toe die de werkelijke positie van elk wiel meten, zodat de afstelling automatisch kan worden aangepast aan de belading. Met de sensorset ref. 27705 ga je over naar 3H, zonder de centrale unit te vervangen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-item\"\u003e\n\u003cdiv class=\"alp4-faq-q\"\u003eHeeft de mobiele app extra hardware nodig?\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-a\"\u003eNee. \u003cspan class=\"hy\"\u003eBluetooth is standaard geïntegreerd\u003c\/span\u003e in de 3P-besturing. De Air Lift Performance-app is gratis beschikbaar voor iOS \u0026amp; Android — er hoeft geen extra module of dongle te worden aangeschaft.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-item\"\u003e\n\u003cdiv class=\"alp4-faq-q\"\u003eIs dit product compatibel met elke compressor?\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-a\"\u003eDe 3P-besturing is compatibel met alle \u003cspan class=\"hr\"\u003ecompressoren op de markt\u003c\/span\u003e. De meegeleverde kabelboom bevat het compressorrelè en kan, afhankelijk van de bedrading, één of twee compressoren aansturen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cfooter class=\"alp4-footer\"\u003e\n\u003cp class=\"tagline\"\u003eAIR LIFT 3P-BESTURING 27485 — TOTALE CONTROLE\u003c\/p\u003e\n\u003cp style=\"margin-top: 12px; opacity: 0.85\"\u003e⚙️ De referentie. Precies, evolutief, compromisloos.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":51144524431698,"sku":null,"price":2329.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/airlift-3p-alp4.png?v=1774187776"},{"product_id":"kit-de-mise-a-niveau-air-lift-passage-de-3p-a-3h-avec-capteurs-de-hauteur","title":"Air Lift Upgrade Kit 27705 — Evolutie 3P naar 3H | Automatische Hoogte-aanpassing","description":"\u003cbody\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eKit Upgrade Air Lift 3P vers 3H – Capteurs de Hauteur\u003c\/title\u003e\n\u003cstyle\u003e\n    .snx-wrapper {\n        position: relative;\n        background: #fff;\n        max-width: 1200px;\n        margin: 0 auto;\n        line-height: 1.6;\n        color: #333 !important;\n        overflow: hidden;\n        box-shadow: 0 0 30px rgba(0,0,0,0.2);\n        border-radius: 12px;\n    }\n\n    .snx-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }\n    .snx-bubble {\n        position: absolute; bottom: -150px; border-radius: 50%;\n        animation: snx-rise linear infinite; filter: blur(2px);\n        background: radial-gradient(circle, rgba(156,0,255,0.4) 0%, rgba(156,0,255,0.1) 70%, transparent 100%);\n    }\n    .snx-bubble.y { background: radial-gradient(circle, rgba(254,216,3,0.5) 0%, rgba(254,216,3,0.15) 70%, transparent 100%); }\n    .snx-bubble.m { background: radial-gradient(circle, rgba(224,12,255,0.4) 0%, rgba(224,12,255,0.1) 70%, transparent 100%); }\n    @keyframes snx-rise {\n        0%   { bottom: -150px; transform: translateX(0) scale(1); opacity: 0; }\n        20%  { opacity: 0.6; }\n        80%  { opacity: 0.3; }\n        100% { bottom: 110%; transform: translateX(70px) scale(1.5); opacity: 0; }\n    }\n\n    .snx-header {\n        background: linear-gradient(135deg, #000 0%, #1a1a1a 35%, #9c00ff 100%);\n        color: white !important; padding: 70px 20px; text-align: center;\n        position: relative; z-index: 1; border-bottom: 5px solid #9c00ff;\n    }\n    .snx-header h1 {\n        font-size: clamp(2em, 5.5vw, 3.8em); margin-bottom: 8px;\n        text-transform: uppercase; letter-spacing: 4px; color: #fff !important;\n        text-shadow: 2px 2px 10px rgba(0,0,0,0.9), 0 0 30px rgba(156,0,255,0.6);\n    }\n    .snx-header .subtitle { font-size: 1.3em; color: #fed803 !important; font-weight: 700; text-transform: uppercase; }\n    .snx-badge {\n        display: inline-block;\n        background: linear-gradient(135deg, #fed803, #e67e22);\n        color: #1a1a1a !important; font-weight: 900; font-size: 0.9em;\n        padding: 7px 22px; border-radius: 30px; margin-top: 15px;\n        text-transform: uppercase; letter-spacing: 2px;\n        box-shadow: 0 4px 15px rgba(254,216,3,0.4);\n    }\n\n    .snx-banner {\n        background: linear-gradient(90deg, #9c00ff 0%, #e00cff 100%);\n        color: white !important; padding: 25px 20px; text-align: center;\n        font-size: 1.1em; font-weight: 600; position: relative; z-index: 1;\n    }\n\n    .snx-section { padding: 50px 30px; position: relative; z-index: 1; }\n    .snx-title {\n        font-size: 1.9em; font-weight: 900; color: #1a1a1a !important;\n        margin-bottom: 30px; border-bottom: 4px solid #9c00ff;\n        display: inline-block; text-transform: uppercase; padding-bottom: 10px;\n    }\n\n    .snx-intro {\n        background: linear-gradient(135deg, #111 0%, #2d0050 100%);\n        color: white !important; padding: 40px; border-radius: 15px;\n        border-left: 6px solid #fed803;\n        box-shadow: 0 6px 25px rgba(0,0,0,0.35);\n    }\n    .snx-intro h3 { color: #fed803 !important; font-size: 1.55em; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 2px; }\n    .snx-intro p { font-size: 1.03em; line-height: 1.9; opacity: 0.95; margin-bottom: 15px; }\n    .snx-intro p:last-child { margin-bottom: 0; }\n    .snx-intro strong { color: #fed803 !important; }\n\n    .snx-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 28px; }\n    .snx-card {\n        background: #fff; padding: 25px; border-radius: 12px;\n        border-left: 6px solid #9c00ff;\n        box-shadow: 0 4px 18px rgba(156,0,255,0.1);\n        transition: all 0.3s ease;\n    }\n    .snx-card:hover { transform: translateY(-5px); box-shadow: 0 8px 28px rgba(156,0,255,0.2); border-left-color: #e00cff; }\n    .snx-card h3 { color: #9c00ff !important; margin-bottom: 10px; font-size: 1.15em; font-weight: 700; }\n    .snx-card p { color: #555 !important; line-height: 1.7; margin: 0; }\n\n    .snx-delivery-box {\n        background: linear-gradient(135deg, #f9f0ff 0%, #ffffff 100%);\n        border: 3px solid #9c00ff; border-radius: 15px; padding: 35px;\n        box-shadow: 0 5px 22px rgba(156,0,255,0.1);\n    }\n    .snx-delivery-box h3 { color: #9c00ff !important; font-size: 1.4em; margin-bottom: 20px; font-weight: 900; text-transform: uppercase; }\n    .snx-delivery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 10px; }\n    .snx-delivery-item {\n        display: flex; align-items: flex-start; gap: 12px;\n        padding: 12px 15px; background: white; border-radius: 10px;\n        border-left: 5px solid #9c00ff;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        transition: all 0.3s ease; font-weight: 500; color: #333 !important; font-size: 0.93em;\n    }\n    .snx-delivery-item:hover { border-left-color: #e00cff; transform: translateX(4px); }\n    .snx-delivery-item .arr { color: #9c00ff !important; flex-shrink: 0; }\n    .snx-delivery-item .sub { color: #888 !important; font-size: 0.82em; font-weight: 400; display: block; margin-top: 2px; }\n\n    .snx-warranty-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 28px; }\n    .snx-w-card {\n        background: linear-gradient(135deg, #1a1a1a 0%, #2d0050 100%);\n        border-radius: 12px; padding: 25px;\n        display: flex; align-items: center; gap: 18px;\n        box-shadow: 0 4px 18px rgba(156,0,255,0.15);\n        border: 2px solid #9c00ff;\n    }\n    .snx-w-icon { font-size: 2.5em; flex-shrink: 0; }\n    .snx-w-label { color: #fff !important; font-weight: 700; font-size: 0.95em; text-transform: uppercase; letter-spacing: 1px; }\n    .snx-w-sub { color: #aaa !important; font-size: 0.85em; margin-top: 5px; line-height: 1.5; }\n\n    .snx-note {\n        background: linear-gradient(135deg, #fff8e1 0%, #fffaef 100%);\n        border: 2px solid #fed803; border-radius: 10px;\n        padding: 18px 22px; margin-top: 20px;\n        font-size: 0.95em; color: #555 !important;\n    }\n    .snx-note strong { color: #9c00ff !important; }\n\n    .snx-footer {\n        background: linear-gradient(135deg, #111 0%, #9c00ff 100%);\n        color: white !important; text-align: center; padding: 35px;\n        border-top: 3px solid #fed803;\n    }\n    .snx-footer .tagline { color: #fed803 !important; font-weight: 700; font-size: 1.2em; text-transform: uppercase; letter-spacing: 2px; }\n\n    .hr { color: #9c00ff !important; font-weight: 700; }\n    .hy { color: #b37d00 !important; font-weight: 700; }\n\n    @media (max-width: 768px) { .snx-section { padding: 30px 15px; } }\n\u003c\/style\u003e\n\u003cdiv class=\"snx-wrapper\"\u003e\n\u003c!-- Bubbles --\u003e\n\u003cdiv class=\"snx-bg\"\u003e\n \u003cdiv class=\"snx-bubble\" style=\"width: 110px; height: 110px; left: 7%;  animation-duration: 8s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"snx-bubble y\" style=\"width: 150px; height: 150px; left: 23%; animation-duration: 12s; animation-delay: 1s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"snx-bubble m\" style=\"width: 85px;  height: 85px;  left: 44%; animation-duration: 9s;  animation-delay: 3.5s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"snx-bubble\" style=\"width: 130px; height: 130px; left: 63%; animation-duration: 14s; animation-delay: 2s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"snx-bubble y\" style=\"width: 180px; height: 180px; left: 84%; animation-duration: 16s; animation-delay: 5s\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"snx-bubble m\" style=\"width: 95px;  height: 95px;  left: 14%; animation-duration: 11s; animation-delay: 4s\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Header --\u003e\n\u003cheader class=\"snx-header\"\u003e\n \u003ch1\u003eUpgrade-kit 3P → 3H\u003c\/h1\u003e\n \u003cp class=\"subtitle\"\u003e📡 Hoogteregeling toevoegen — Air Lift Performance\u003c\/p\u003e\n \u003cspan class=\"snx-badge\"\u003e⚙️ Compatibel met bestaand Air Lift 3P-systeem\u003c\/span\u003e\u003cbr\u003e\n \u003cspan style=\"display:inline-block; background: rgba(255,255,255,0.12); color: #fff; font-weight: 600; font-size: 0.85em; padding: 5px 18px; border-radius: 20px; margin-top: 10px; letter-spacing: 1px; border: 1px solid rgba(255,255,255,0.25)\"\u003eReferentie: 27705 — Air Lift Performance\u003c\/span\u003e\n \u003cp style=\"font-style: italic; opacity: 0.85; margin-top: 20px; font-size: 1.05em\"\u003eGa voor absolute precisie. Hoogteregeling in realtime.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003c!-- Banner --\u003e\n\u003cdiv class=\"snx-banner\"\u003e\n Upgrade-kit van Air Lift 3P naar 3H — 4 hoogtesensoren met kogelgewrichten, aansluitkabels en bevestigingsmateriaal inbegrepen. Automatische aanpassing aan de belasting, geoptimaliseerde precisie en optimaal comfort.\n\u003c\/div\u003e\n\u003c!-- Intro --\u003e\n\u003csection class=\"snx-section\"\u003e\n \u003cdiv class=\"snx-intro\"\u003e\n \u003ch3\u003e⚙️ Wat houdt deze upgrade-kit in?\u003c\/h3\u003e\n \u003cp\u003eMet deze kit kunt u uw systeem eenvoudig upgraden van \u003cstrong\u003eAir Lift 3P naar een 3H-systeem\u003c\/strong\u003e, voor op hoogte gebaseerde controle van de ophanging, naast drukregeling.\u003c\/p\u003e\n \u003cp\u003eDe kit bevat \u003cstrong\u003ealles wat nodig is om hoogteregeling\u003c\/strong\u003e aan uw huidige installatie toe te voegen. Ideaal voor meer comfort, optimale precisie en een \u003cstrong\u003evolledige automatisering van uw rijhoogtes\u003c\/strong\u003e.\u003c\/p\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Avantages --\u003e\n\u003csection class=\"snx-section\" style=\"background: linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\"\u003e\n \u003ch2 class=\"snx-title\"\u003e⚙️ Voordelen van het 3H-systeem\u003c\/h2\u003e\n \u003cdiv class=\"snx-grid\"\u003e\n \u003cdiv class=\"snx-card\"\u003e\n \u003ch3\u003e📏 Meting in realtime\u003c\/h3\u003e\n \u003cp\u003eDe hoogtesensoren meten voortdurend de exacte positie van elk wiel — voor een \u003cspan class=\"hr\"\u003eprecieze en directe controle\u003c\/span\u003e over de hoogte van uw voertuig.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"snx-card\"\u003e\n \u003ch3\u003e⚖️ Automatische aanpassing aan de belasting\u003c\/h3\u003e\n \u003cp\u003eHet systeem compenseert automatisch belastingsvariaties — \u003cstrong\u003epassagiers, bagage, aanhanger\u003c\/strong\u003e — om onder alle omstandigheden de geprogrammeerde rijhoogte te behouden.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"snx-card\"\u003e\n \u003ch3\u003e🎯 Superieure precisie\u003c\/h3\u003e\n \u003cp\u003eVeel meer dan alleen drukregeling garandeert hoogteregeling een \u003cspan class=\"hr\"\u003eperfecte reproduceerbaarheid\u003c\/span\u003e van uw presets, ongeacht de temperatuur of de staat van de luchtbalgen.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"snx-card\"\u003e\n \u003ch3\u003e🛋️ Optimaal comfort\u003c\/h3\u003e\n \u003cp\u003eEen constante, automatisch gehandhaafde rijhoogte zorgt rechtstreeks voor een \u003cstrong\u003eaanzienlijke verbetering van het comfort\u003c\/strong\u003e en de stabiliteit op de weg.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"snx-card\"\u003e\n \u003ch3\u003e🔒 Verbeterde veiligheid\u003c\/h3\u003e\n \u003cp\u003eHet automatisch handhaven van de minimale bodemvrijheid voorkomt wrijving of ongewenst contact — \u003cspan class=\"hr\"\u003ebescherming van uw voertuig\u003c\/span\u003e in alle situaties.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"snx-card\"\u003e\n \u003ch3\u003e🔄 Eenvoudige \u0026amp; snelle upgrade\u003c\/h3\u003e\n \u003cp\u003eDeze kit wordt rechtstreeks geïntegreerd in uw \u003cstrong\u003ebestaande Air Lift 3P-systeem\u003c\/strong\u003e — geen vervanging van de regeleenheid en geen volledig nieuwe bekabeling. Een nette en efficiënte upgrade.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Contenu du kit --\u003e\n\u003csection class=\"snx-section\"\u003e\n \u003ch2 class=\"snx-title\"\u003e📦 Inhoud van de kit\u003c\/h2\u003e\n \u003cdiv class=\"snx-delivery-box\"\u003e\n \u003ch3\u003e📦 Deze kit bevat\u003c\/h3\u003e\n \u003cdiv class=\"snx-delivery-grid\"\u003e\n \u003cdiv class=\"snx-delivery-item\"\u003e\n \u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003e4 hoogtesensoren\n \u003cspan class=\"sub\"\u003eMet kogelgewrichten — één sensor per wiel\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"snx-delivery-item\"\u003e\n \u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003e4 aansluitkabels\n \u003cspan class=\"sub\"\u003eEén kabel per sensor — rechtstreeks aansluiten op de 3P-regeleenheid\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"snx-delivery-item\"\u003e\n \u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003eSet bevestigingsmateriaal en montagemateriaal\n \u003cspan class=\"sub\"\u003eAlles wat nodig is voor een nette en veilige montage\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"snx-note\"\u003e\n \u003cstrong\u003e🔧 Compatibiliteit:\u003c\/strong\u003e Deze kit is uitsluitend ontworpen voor \u003cstrong\u003eAir Lift 3P\u003c\/strong\u003e-systemen. Hiermee kunt u upgraden naar het \u003cstrong\u003e3H\u003c\/strong\u003e-systeem zonder de bestaande regeleenheid te vervangen.\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Garantie --\u003e\n\u003csection class=\"snx-section\" style=\"background: linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\"\u003e\n \u003ch2 class=\"snx-title\"\u003e🛡 Garantie \u0026amp; levering\u003c\/h2\u003e\n \u003cdiv class=\"snx-warranty-grid\"\u003e\n \u003cdiv class=\"snx-w-card\"\u003e\n \u003cdiv class=\"snx-w-icon\"\u003e✅\u003c\/div\u003e\n \u003cdiv\u003e\n \u003cdiv class=\"snx-w-label\"\u003eAir Lift Performance-garantie\u003c\/div\u003e\n \u003cdiv class=\"snx-w-sub\"\u003eAuthentiek Air Lift-product — kwaliteit en betrouwbaarheid gegarandeerd door de fabrikant\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"snx-w-card\"\u003e\n \u003cdiv class=\"snx-w-icon\"\u003e📦\u003c\/div\u003e\n \u003cdiv\u003e\n \u003cdiv class=\"snx-w-label\"\u003eDouanekosten inbegrepen\u003c\/div\u003e\n \u003cdiv class=\"snx-w-sub\"\u003eGeen onverwachte kosten bij aankomst — alles is inbegrepen in de weergegeven prijs (tenzij anders aangegeven bij de leveringsopties)\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Footer --\u003e\n\u003cfooter class=\"snx-footer\"\u003e\n \u003cp class=\"tagline\"\u003eUPGRADEKIT AIR LIFT 3P → 3H — GA NAAR HOOGTEBESTURING\u003c\/p\u003e\n \u003cp style=\"margin-top: 12px; opacity: 0.85\"\u003e📡 Meer precisie. Meer comfort. Hoogtegestuurde controle.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":51144610316626,"sku":null,"price":889.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/evolution-airlift-3h.png?v=1774187779"}],"url":"https:\/\/raslbitume.com\/nl\/collections\/gestion-air-ride-1.oembed","provider":"Rasl'Bitume","version":"1.0","type":"link"}