{"title":"Air Ride Management","description":"\u003cp\u003e\u003cstrong\u003e\u003cmeta charset=\"UTF-8\"\u003e\u003c\/strong\u003e\u003cspan\u003e\u003cstrong\u003eFrom manual paddle switch to the most advanced electronic management\u003c\/strong\u003e — find all Air Lift Performance, AccuAir, and AIRMEXT pneumatic management systems. Control by pressure, actual height, or both at the same time, with or without a mobile app. Compatible with all air ride suspension brands.\u003c\/span\u003e\u003c\/p\u003e","products":[{"product_id":"gestion-streetec-autoleveling","title":"STREETEC Autoleveling – Intelligent Air Ride Management","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🚀 Next-Generation Air Ride Management\u003c\/p\u003e\n\u003cp style=\"font-style: italic; opacity: 0.9; margin-top: 15px; font-size: 1.1em\"\u003ePrecision. Intelligence. ECE-R10 approval.\u003c\/p\u003e\n\u003c\/header\u003e\u003c!-- Hero Banner --\u003e\n\u003cdiv class=\"streetec-hero-banner\"\u003eThe most advanced air ride management system: intelligent control, auto-leveling, and 100% road-legal\u003c\/div\u003e\n\u003c!-- Highlight Box --\u003e\n\u003cdiv class=\"streetec-highlight-box\"\u003e\n\u003cspan class=\"emoji\"\u003e🏆\u003c\/span\u003e \u003cstrong\u003eWORLD'S FIRST 100% ECE-R10-APPROVED SYSTEM\u003c\/strong\u003e — Road-legal, cutting-edge onboard technology\u003c\/div\u003e\n\u003c!-- Why Choose Section --\u003e\n\u003csection class=\"streetec-section\"\u003e\n\u003ch2 class=\"streetec-section-title\"\u003eWhy choose STREETEC Autoleveling?\u003c\/h2\u003e\n\u003cdiv class=\"streetec-grid\"\u003e\n\u003cdiv class=\"streetec-card\"\u003e\n\u003ch3\u003e🖥 Premium Touch Interface\u003c\/h3\u003e\n\u003cp\u003eHigh-resolution capacitive LCD touchscreen with multi-touch, haptic feedback, and intuitive navigation. Up to \u003cspan class=\"highlight-violet\"\u003e3 customizable driver profiles\u003c\/span\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-card\"\u003e\n\u003ch3\u003e🧠 Onboard Intelligence\u003c\/h3\u003e\n\u003cp\u003eIntegrated 6-axis accelerometer, speed-signal processing, and independent wheel monitoring for ultra-precise control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-card\"\u003e\n\u003ch3\u003e📏 Active Auto-Level\u003c\/h3\u003e\n\u003cp\u003eAutomatic vehicle leveling with progressive correction and overshoot management for millimeter-precise adjustment on any surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-card\"\u003e\n\u003ch3\u003e🔒 Built-in Cruise-Safe\u003c\/h3\u003e\n\u003cp\u003eBuilt-in safety features: pressure alarm, driving limitation, and settings lockout while driving.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-card\"\u003e\n\u003ch3\u003e📲 Mobile Control\u003c\/h3\u003e\n\u003cp\u003eBluetooth® app to control your suspension from your smartphone, plus OTA updates.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-card\"\u003e\n\u003ch3\u003e✅ ECE-R10 type approval\u003c\/h3\u003e\n\u003cp\u003e\u003cspan class=\"highlight-magenta\"\u003e100% road-legal\u003c\/span\u003e — The world's first fully ECE-R10-certified air ride system.\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\"\u003eTechnical Specifications\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🖥 DISPLAY\u003c\/strong\u003e\n\u003cp\u003eCapacitive LCD touchscreen\u003c\/p\u003e\n\u003cp\u003eMulti-touch + haptic feedback\u003c\/p\u003e\n\u003cp\u003eHigh resolution\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-spec-card\"\u003e\n\u003cstrong\u003e👤 USER PROFILES\u003c\/strong\u003e\n\u003cp\u003eUp to 3 driver profiles\u003c\/p\u003e\n\u003cp\u003eCustom settings by profile\u003c\/p\u003e\n\u003cp\u003eAutomatic saving\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-spec-card\"\u003e\n\u003cstrong\u003e📡 SENSORS\u003c\/strong\u003e\n\u003cp\u003eIntegrated 6-axis accelerometer\u003c\/p\u003e\n\u003cp\u003eHigh-quality pressure sensors\u003c\/p\u003e\n\u003cp\u003eIndividual wheel monitoring\u003c\/p\u003e\n\u003cp\u003eOptional ride-height sensor connection\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-spec-card\"\u003e\n\u003cstrong\u003e⚙️ COMPATIBILITY\u003c\/strong\u003e\n\u003cp\u003eSTREETEC Valve4 block\u003c\/p\u003e\n\u003cp\u003eStandard market solenoid valves\u003c\/p\u003e\n\u003cp\u003eInternal\/external sensor installation\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-spec-card\"\u003e\n\u003cstrong\u003e📏 AUTO-LEVEL\u003c\/strong\u003e\n\u003cp\u003eActive automatic leveling\u003c\/p\u003e\n\u003cp\u003eUneven-surface correction\u003c\/p\u003e\n\u003cp\u003eProgrammable overshoot control\u003c\/p\u003e\n\u003cp\u003eUltra-precise adjustment\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-spec-card\"\u003e\n\u003cstrong\u003e🔐 SAFETY\u003c\/strong\u003e\n\u003cp\u003eIntegrated §19.3 kit alarm\u003c\/p\u003e\n\u003cp\u003eBuilt-in Cruise-Safe\u003c\/p\u003e\n\u003cp\u003e3 “Don't play and drive” modes\u003c\/p\u003e\n\u003cp\u003eCrossload monitoring\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-spec-card\"\u003e\n\u003cstrong\u003e📲 CONNECTIVITY\u003c\/strong\u003e\n\u003cp\u003eBuilt-in Bluetooth®\u003c\/p\u003e\n\u003cp\u003eDedicated mobile app\u003c\/p\u003e\n\u003cp\u003eOTA updates\u003c\/p\u003e\n\u003cp\u003eComplete smartphone control\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-spec-card\"\u003e\n\u003cstrong\u003e🏁 TYPE APPROVAL\u003c\/strong\u003e\n\u003cp class=\"highlight-violet\"\u003eECE-R10 APPROVED\u003c\/p\u003e\n\u003cp\u003e100% road-legal\u003c\/p\u003e\n\u003cp\u003eWorld's first certified system\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\"\u003eComplete Features\u003c\/h2\u003e\n\u003cdiv class=\"streetec-features-container\"\u003e\n\u003ch3 style=\"color: #fed803; font-size: 1.5em; margin-bottom: 20px\"\u003e📦 Everything you need, natively integrated\u003c\/h3\u003e\n\u003cdiv class=\"streetec-features-grid\"\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eCapacitive touchscreen LCD\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003e3 storable driver profiles\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eIntegrated 6-axis accelerometer\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003ePressure monitoring for each wheel\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eProgrammable overshoot control\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eCrossload monitoring\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eAutomatic Rise-on-Start\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eTank pressure monitoring\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eIntelligent compressor control\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eAutomatic Level function\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eIntegrated Cruise-Safe (§19.3)\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eUsable speed signal\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eBluetooth + mobile app\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eOTA updates\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eHeight sensors (optional)\u003c\/div\u003e\n\u003cdiv class=\"streetec-feature-item\"\u003eFull ECE-R10 certification\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🔒 Integrated Cruise-Safe Functions\u003c\/h2\u003e\n\u003cdiv class=\"streetec-grid\"\u003e\n\u003cdiv class=\"streetec-card\"\u003e\n\u003ch3\u003e1️⃣ §19.3 Kit Alarm\u003c\/h3\u003e\n\u003cp\u003eDepending on the certifications, an alarm for excessively low or high pressure is required. STREETEC Autoleveling includes this function and \u003cspan class=\"highlight-violet\"\u003emonitors each wheel individually\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\u003eLimits minimum pressure while driving to prevent excessive lowering. The pressure can be set independently for the front and rear, \u003cspan class=\"highlight-magenta\"\u003eeliminating the risk of system damage\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\u003eMost certifications require the suspension not to be adjustable while driving. STREETEC offers \u003cspan class=\"highlight-violet\"\u003e3 different options\u003c\/span\u003e for locking the adjustments:\u003c\/p\u003e\n\u003cul style=\"margin-top: 10px; padding-left: 20px\"\u003e\n\u003cli\u003e12V handbrake or alternator signal\u003c\/li\u003e\n\u003cli\u003eVehicle speed signal (better for modern vehicles)\u003c\/li\u003e\n\u003cli\u003eInternal accelerometer (processed by the onboard 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 CERTIFICATION\u003c\/h3\u003e\n\u003cp\u003eSTREETEC Autoleveling is the \u003cstrong style=\"color: #fed803; font-size: 1.2em\"\u003eWORLD'S FIRST FULLY ECE-R10-CERTIFIED AIR RIDE MANAGEMENT SYSTEM\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp style=\"margin-top: 15px\"\u003eAll electrical components installed in a vehicle require this certification.\u003cbr\u003e\u003cstrong style=\"color: #fed803\"\u003eDrive fully legally, without compromising performance.\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\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"streetec-faq-item\"\u003e\n\u003cdiv class=\"streetec-faq-q\"\u003eWhat is the difference compared with other management systems?\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-a\"\u003eSTREETEC Autoleveling combines premium features (high-resolution touchscreen, 6-axis accelerometer, auto-level, 3 user profiles) with \u003cspan class=\"highlight-violet\"\u003efull ECE-R10 certification\u003c\/span\u003e — a world first. Most competing systems do not have this legal certification.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-item\"\u003e\n\u003cdiv class=\"streetec-faq-q\"\u003eWhat is the Auto-Level function?\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-a\"\u003eAuto-Level enables \u003cspan class=\"highlight-magenta\"\u003eyour vehicle to level itself automatically\u003c\/span\u003e on uneven surfaces. The system adjusts pressure per axle to correct imbalances and prevent diagonal lifting. Overshoot control ensures millimetre-precise accuracy by slightly exceeding the target value and then fine-tuning it.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-item\"\u003e\n\u003cdiv class=\"streetec-faq-q\"\u003eCan I use my existing solenoid valves?\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-a\"\u003eYes! The STREETEC Autoleveling is compatible with the \u003cspan class=\"highlight-violet\"\u003eSTREETEC Valve4 block\u003c\/span\u003e as well as standard solenoid valves on the market. You can therefore keep your existing setup or opt for the complete STREETEC system.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-item\"\u003e\n\u003cdiv class=\"streetec-faq-q\"\u003eHow does the \"Don't play and drive\" system work?\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-a\"\u003eTo comply with certifications, the system can lock adjustments while driving using \u003cspan class=\"highlight-magenta\"\u003e3 methods to choose from\u003c\/span\u003e: handbrake\/12V alternator signal, vehicle speed signal, or the built-in accelerometer, which detects movement. You can choose the solution that best suits your vehicle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-item\"\u003e\n\u003cdiv class=\"streetec-faq-q\"\u003eIs the mobile app mandatory?\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-a\"\u003eNo, the system is \u003cspan class=\"highlight-violet\"\u003ecompletely standalone\u003c\/span\u003e with its touchscreen. The Bluetooth® app is an additional way to control your suspension from your smartphone and perform OTA updates. It provides added convenience but is not essential for operation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-item\"\u003e\n\u003cdiv class=\"streetec-faq-q\"\u003eCan I pass the roadworthiness test with this system?\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-a\"\u003eThe STREETEC Autoleveling has full \u003cspan class=\"highlight-magenta\"\u003eECE-R10 approval\u003c\/span\u003e, meaning that all its electrical components comply with European standards. Depending on your country and local regulations, specific procedures may be required. Contact us to obtain the approval documents.\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⚠️ Important Legal Information (FRANCE):\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\"\u003eThis kit is NOT approved for use on public roads.\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\u003eI can't find my vehicle among the mounting brackets for the height sensors. Is this normal?\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"streetec-faq-a\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cspan\u003eYes, that's normal. The brackets are not prefabricated for every vehicle: if your model does not appear in the list, you will need to \u003c\/span\u003e\u003cstrong data-start=\"250\" data-end=\"304\"\u003eadapt and mount the height sensors yourself\u003c\/strong\u003e\u003cspan\u003e on your vehicle.\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🚀 Precision. Intelligence. Approval.\u003c\/p\u003e\n\u003cp style=\"opacity: 0.8; margin-top: 10px\"\u003eThe most advanced air ride management system on the market\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 for Existing AccuAir Systems | 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 for Existing AccuAir Systems\u003c\/span\u003e\u003cbr\u003e\n \u003cspan class=\"ac-badge-ref\"\u003ePart number: AA-3638 — AccuAir Suspension\u003c\/span\u003e\n \u003cp style=\"font-style: italic; opacity: 0.85; margin-top: 18px; font-size: 1.05em\"\u003eYour old AccuAir system deserves better. Upgrade to the e-Level+ generation.\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 — Compatible with SwitchSpeed \u0026amp; pre-2019 e-Level (R9\/R10). Bluetooth 5.0, e-Level+ app for iOS\/Android, RGB, OTA updates. ECU only — without wiring harness or pressure sensor.\n\u003c\/div\u003e\n\u003c!-- Alert importante --\u003e\n\u003cdiv class=\"ac-alert\"\u003e\n ⚠️ \u003cstrong\u003eThis product is an ECU upgrade only.\u003c\/strong\u003e It is designed for existing AccuAir systems (SwitchSpeed or e-Level systems from before 2019). \u003cstrong\u003eIt does not include the wiring harness or pressure sensor.\u003c\/strong\u003e If you are installing a new system, see the \u003cstrong\u003eAA-3639\u003c\/strong\u003e (harness included).\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\"\u003eLong-Range Bluetooth\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\"\u003eWireless 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 Backlighting\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\"\u003eProgrammable Heights*\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\"\u003eWithout Harness or 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\"\u003eDirect Replacement\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 programmable heights with Height+ sensors (sold separately)\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🔧 What is the AccuAir e-Level+ ECU Upgrade AA-3638?\u003c\/h3\u003e\n \u003cp\u003eDo you already have an AccuAir system — SwitchSpeed or e-Level before 2019 — and want to give it a second life? The AA-3638 is made for you. This \u003cstrong\u003enew e-Level+ ECU\u003c\/strong\u003e simply replaces your old control unit, giving you all the features of the latest AccuAir generation without having to buy everything again.\u003c\/p\u003e\n \u003cp\u003eResult: \u003cstrong\u003elong-range Bluetooth 5.0\u003c\/strong\u003e, wireless control via the e-Level+ app on iOS and Android, automatic over-the-air updates, customizable RGB backlighting, and automatic lift on startup. Your existing installation stays in place — \u003cstrong\u003eonly the ECU is replaced.\u003c\/strong\u003e\u003c\/p\u003e\n \u003cp\u003e\u003cstrong\u003eImportant:\u003c\/strong\u003e This product is the ECU only. It does not include a wiring harness or pressure sensor. If your existing harness is compatible, no additional purchase is required for basic installation.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c!-- Compatibilité --\u003e\n \u003cdiv class=\"ac-compat\"\u003e\n \u003ch3\u003e✅ Compatible Systems\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 (all models)\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 Any pre-2019 e-Level system\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⚡ Before \/ After the Upgrade\u003c\/h2\u003e\n \u003cdiv class=\"ac-versus\"\u003e\n \u003cdiv class=\"ac-vs-card old\"\u003e\n \u003ch4\u003e❌ Your Old ECU\u003c\/h4\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e📡\u003c\/span\u003e Limited or no Bluetooth\u003c\/div\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e📱\u003c\/span\u003e No smartphone app\u003c\/div\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e🔄\u003c\/span\u003e Manual updates or no updates\u003c\/div\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e💡\u003c\/span\u003e No RGB backlighting\u003c\/div\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e🚗\u003c\/span\u003e No automatic raise on start\u003c\/div\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e📊\u003c\/span\u003e No real-time height display\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-vs-card new\"\u003e\n \u003ch4\u003e✅ With the AA-3638\u003c\/h4\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e📡\u003c\/span\u003e Long-range Bluetooth 5.0\u003c\/div\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e📱\u003c\/span\u003e e-Level+ iOS \u0026amp; Android app\u003c\/div\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e🔄\u003c\/span\u003e Automatic OTA updates\u003c\/div\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e💡\u003c\/span\u003e Customizable RGB ECU\u003c\/div\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e🚗\u003c\/span\u003e Automatic raise on start\u003c\/div\u003e\n \u003cdiv class=\"ac-vs-row\"\u003e\n\u003cspan class=\"ac-vs-ico\"\u003e📊\u003c\/span\u003e Height percentage per corner (with 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⚙️ e-Level+ ECU Features\u003c\/h2\u003e\n \u003cdiv class=\"ac-grid\"\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e📡 Long-Range Bluetooth 5.0\u003c\/h3\u003e\n \u003cp\u003eThe \u003cspan class=\"hr\"\u003emost powerful Bluetooth 5.0 chip\u003c\/span\u003e authorized in the USA. Automatic connection to your vehicle, maximum range, zero dropouts — far beyond previous generations.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e📱 e-Level+ iOS \u0026amp; Android App\u003c\/h3\u003e\n \u003cp\u003eFull control of your air ride system from your smartphone. Settings, diagnostics, pressure presets — all in one place, with a clear and intuitive interface.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e🔄 Over-the-Air (OTA) Updates\u003c\/h3\u003e\n \u003cp\u003eYour ECU updates automatically. \u003cspan class=\"hr\"\u003eNew features and fixes\u003c\/span\u003e without ever touching the hardware — your system stays up to date for life.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e💡 Customizable RGB Backlighting\u003c\/h3\u003e\n \u003cp\u003eECU with \u003cspan class=\"hy\"\u003eRGB-backlit AccuAir logo\u003c\/span\u003e. Adjustable color and brightness for a premium look in your trunk or installation area.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e🚗 Automatic Raise on Start\u003c\/h3\u003e\n \u003cp\u003eEnable \u003cstrong\u003eRide-Height-On-Start\u003c\/strong\u003e, and your vehicle will automatically raise to driving height every time you start it. No manual intervention.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e📊 Compressor Indicator\u003c\/h3\u003e\n \u003cp\u003eColored LED on the ECU indicates the status of your compressor or CVT in real time \u003cspan class=\"hr\"\u003ewhen the TouchPad+ is connected\u003c\/span\u003e — always stay informed about your system's status.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e🔋 Energy-Saving Mode\u003c\/h3\u003e\n \u003cp\u003eAutomatic standby after \u003cstrong\u003e24 hours of inactivity\u003c\/strong\u003e to preserve the battery. Ideal for show cars and vehicles that are rarely used.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e📐 3 Programmable Heights*\u003c\/h3\u003e\n \u003cp\u003eWith \u003cspan class=\"hr\"\u003eHeight+\u003c\/span\u003e sensors: program 3 heights (lowered \/ driving \/ raised) + fully lowered position. Automatic vehicle calibration included. \u003cem style=\"font-size:0.85em; color:#999\"\u003e*Height+ sold separately\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📦 Delivery Contents\u003c\/h2\u003e\n \u003cdiv class=\"ac-delivery-box\"\u003e\n \u003ch3\u003e📦 This product includes\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 — direct R9\/R10 replacement\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 wireless control box (switch box)\n \u003cspan class=\"sub\"\u003ePhysical control of your system\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\u003eAccess to the e-Level+ app\n \u003cspan class=\"sub\"\u003eiOS \u0026amp; Android — free 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⚠️ Not included with this 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\u003eWiring harness\n \u003cspan class=\"sub\"\u003eUse your existing wiring harness or order the AA-3639 (with harness)\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\u003ePressure sensor\n \u003cspan class=\"sub\"\u003eNot included — use your existing sensor or order separately\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\u003ePhone \/ tablet\n \u003cspan class=\"sub\"\u003eControl is carried out via your own 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 or AA-3639?\u003c\/strong\u003e The AA-3638 is the ECU only — perfect if you already have an AccuAir system and only want to upgrade the control unit. The \u003cstrong\u003eAA-3639\u003c\/strong\u003e is recommended for a new installation because it includes the wiring harness and pressure sensor.\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Warranty --\u003e\n\u003csection class=\"ac-section\"\u003e\n \u003ch2 class=\"ac-title\"\u003e🛡 Warranty \u0026amp; Delivery\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 Warranty\u003c\/div\u003e\n \u003cdiv class=\"ac-w-sub\"\u003eGenuine AccuAir product — proven American quality, manufacturer's warranty\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\"\u003eLifetime Updates (OTA)\u003c\/div\u003e\n \u003cdiv class=\"ac-w-sub\"\u003eSystem always updated automatically — no hardware replacement required\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\"\u003eCustoms Duties Included\u003c\/div\u003e\n \u003cdiv class=\"ac-w-sub\"\u003eNo surprise costs on arrival — everything is included in the displayed price (unless otherwise stated at checkout)\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 — UPGRADE TO THE NEXT GENERATION\u003c\/p\u003e\n \u003cp style=\"margin-top: 12px; opacity: 0.85\"\u003e⚡ Your existing system. Our technology. The best of both worlds.\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 — Bluetooth 5.0 Air Ride Management | iOS\/Android App \u0026 RGB | Scalable System","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📡 Bluetooth 5.0 Air Ride Management — iOS \u0026amp; Android App\u003c\/p\u003e\n \u003cspan class=\"ac-badge\"\u003e⚙️ Upgradeable System — Upgrade at Any Time\u003c\/span\u003e\u003cbr\u003e\n \u003cspan class=\"ac-badge-ref\"\u003ePart number: AA-3639 — AccuAir Suspension\u003c\/span\u003e\n \u003cp style=\"font-style: italic; opacity: 0.85; margin-top: 18px; font-size: 1.05em\"\u003eEnter the era of intelligent control. Wireless. Unlimited.\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+ iOS\/Android app, RGB, OTA updates, automatic startup lift. Upgradeable foundation for the complete Height+ system.\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\"\u003eLong-Range Bluetooth\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\"\u003eWireless 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 Backlighting\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\"\u003eProgrammable Heights*\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 programmable heights with Height+ sensors (sold separately)\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📡 What is the AccuAir e-Level+ Connect AA-3639?\u003c\/h3\u003e\n \u003cp\u003eThe AccuAir e-Level+ Connect is the \u003cstrong\u003emost upgradeable air ride management system on the market\u003c\/strong\u003e. Start with wireless smartphone control and upgrade whenever you want: height sensors, TouchPad+, four-corner pressure monitoring. The system grows with your build.\u003c\/p\u003e\n \u003cp\u003eBased on the industry's oldest and most proven technology, the \u003cstrong\u003ee-Level+ has been completely redesigned\u003c\/strong\u003e — more robust hardware, long-range Bluetooth 5.0, over-the-air updates, and an ECU with RGB backlighting for a premium look in your trunk.\u003c\/p\u003e\n \u003cp\u003eFull control from the \u003cstrong\u003ee-Level+\u003c\/strong\u003e app on iOS or Android: pressure adjustment, real-time diagnostics, digital pressure switch settings, all from your phone.\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⚙️ e-Level+ Connect Features\u003c\/h2\u003e\n \u003cdiv class=\"ac-grid\"\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e📡 Long-Range Bluetooth 5.0\u003c\/h3\u003e\n \u003cp\u003e\u003cspan class=\"hr\"\u003eReliable and stable\u003c\/span\u003e long-distance connection without dropouts. Bluetooth 5.0 is the new standard across all AccuAir systems — far beyond previous generations.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e📱 e-Level+ iOS \u0026amp; Android App\u003c\/h3\u003e\n \u003cp\u003eFull control of your air ride system from your smartphone. Pressure settings, diagnostics, height presets, compressor management — all in one.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e🔄 Over-The-Air (OTA) Updates\u003c\/h3\u003e\n \u003cp\u003eYour system updates automatically via Wi-Fi. \u003cspan class=\"hr\"\u003eNew features, fixes, and improvements\u003c\/span\u003e — without replacing any hardware, for life.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e🚗 Automatic Startup Lift\u003c\/h3\u003e\n \u003cp\u003eEnable \u003cstrong\u003eRide-Height-On-Start\u003c\/strong\u003e and your vehicle will automatically raise to driving height as soon as you start it. Convenient, clean, and fully automatic.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e💡 Customizable RGB ECU\u003c\/h3\u003e\n \u003cp\u003eThe e+ ECU features \u003cspan class=\"hy\"\u003eadjustable RGB backlighting\u003c\/span\u003e with the AccuAir logo. Color, intensity — adapt the visual atmosphere of your installation to your style.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e🔋 Energy-Saving Mode\u003c\/h3\u003e\n \u003cp\u003eThe system automatically enters \u003cstrong\u003estandby after 24 hours\u003c\/strong\u003e of inactivity to preserve your battery — ideal for show cars or vehicles that are rarely used.\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 wiring harness included, preconfigured. Simple and quick installation, \u003cspan class=\"hr\"\u003ewith no complex electrical modifications\u003c\/span\u003e to your vehicle.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ac-card\"\u003e\n \u003ch3\u003e📊 Adjustable Digital Pressure Switch\u003c\/h3\u003e\n \u003cp\u003ePrecisely adjust your system's operating pressure directly from the app for optimized comfort and performance based on your usage.\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% Upgradeable System\u003c\/h2\u003e\n \u003cdiv class=\"ac-upgrade\"\u003e\n \u003ch3\u003e➕ Upgrades Available at Any Time\u003c\/h3\u003e\n \u003cp style=\"color: #555; margin-bottom: 20px\"\u003eThe AA-3639 is the foundation. You can gradually expand your system according to your needs and 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+ Sensors (AA-3641)\n \u003cspan class=\"sub\"\u003e3 programmable heights + automatic calibration + 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\"\u003ePhysical touchscreen controller for the cabin — premium look\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\"\u003eReal-time 4-corner + tank monitoring, 3 pressure presets\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\"\u003eRequired to complete the installation — sold separately\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⚠️ Attention:\u003c\/strong\u003e This product requires a manifold to operate. The AccuAir VU4 manifold (AA-3644) is recommended and sold separately. A physical remote control (TouchPad+) is required for certain advanced functions.\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📦 Delivery Contents\u003c\/h2\u003e\n \u003cdiv class=\"ac-delivery-box\"\u003e\n \u003ch3\u003e📦 This product includes\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 backlighting — 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 wiring harness\n \u003cspan class=\"sub\"\u003e100% Plug \u0026amp; Play — preconfigured for quick installation\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 pressure sensor\n \u003cspan class=\"sub\"\u003eIncluded with the AA-3639 kit\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\u003eAccess to the e-Level+ app\n \u003cspan class=\"sub\"\u003eAvailable on iOS \u0026amp; Android — free download\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📱 Note:\u003c\/strong\u003e No wireless device (phone \/ tablet) is included. Control is handled via your own smartphone. A manifold such as the AccuAir VU4 (AA-3644) is required to complete the system — sold separately.\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Warranty --\u003e\n\u003csection class=\"ac-section\"\u003e\n \u003ch2 class=\"ac-title\"\u003e🛡 Warranty \u0026amp; Delivery\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 Warranty\u003c\/div\u003e\n \u003cdiv class=\"ac-w-sub\"\u003eAuthentic AccuAir product — manufacturer’s warranty, proven American quality\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\"\u003eLifetime Updates (OTA)\u003c\/div\u003e\n \u003cdiv class=\"ac-w-sub\"\u003eYour system stays automatically up to date — no hardware replacement required\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\"\u003eCustoms Duties Included\u003c\/div\u003e\n \u003cdiv class=\"ac-w-sub\"\u003eNo surprise costs on arrival — everything is included in the displayed price (unless otherwise stated in the delivery options)\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 — SMART CONTROL\u003c\/p\u003e\n \u003cp style=\"margin-top: 12px; opacity: 0.85\"\u003e📡 Wireless. Upgradeable. Precise. Next-generation air ride management.\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":"Manual Control Kit - Air Pressure","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 Management Kit — Entry-Level\u003c\/h1\u003e\n \u003cp class=\"subtitle\"\u003e🔧 Simple. Quick to install. Budget-friendly.\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\"\u003eYour air ride up and running quickly.\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 Looking for \u003cstrong\u003ehassle-free\u003c\/strong\u003e air ride management that is quick and easy to install? This kit is for you. With a \u003cstrong\u003econtrolled budget\u003c\/strong\u003e, you get a complete system that will get your car moving in no time — all the necessary STREETEC equipment is included.\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📦 Kit Contents\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 comp1 compressor\u003c\/div\u003e\n\u003c\/div\u003e\n \u003cdiv class=\"ev-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\u003cdiv\u003eSTREETEC tank1 aluminum air tank\u003c\/div\u003e\n\u003c\/div\u003e\n \u003cdiv class=\"ev-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\u003cdiv\u003eSTREETEC dual gauge pressure gauge\u003c\/div\u003e\n\u003c\/div\u003e\n \u003cdiv class=\"ev-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\u003cdiv\u003e6 m red cable with fuse included\u003c\/div\u003e\n\u003c\/div\u003e\n \u003cdiv class=\"ev-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\u003cdiv\u003e1 m black cable\u003c\/div\u003e\n\u003c\/div\u003e\n \u003cdiv class=\"ev-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\u003cdiv\u003eTank connection kit\u003cspan class=\"sub\"\u003eSafety valve, drain valve, pressure switch\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 of 6 mm PU air line\u003c\/div\u003e\n\u003c\/div\u003e\n \u003cdiv class=\"ev-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\u003cdiv\u003eElectrical connectors and fittings\u003c\/div\u003e\n\u003c\/div\u003e\n \u003cdiv class=\"ev-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\u003cdiv\u003eThread sealant\u003c\/div\u003e\n\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ev-note\"\u003e\n \u003cstrong\u003e💡 Good to know:\u003c\/strong\u003e This kit does not include a solenoid valve block or an electronic management controller. It is a budget-friendly STREETEC starter kit, ideal for a quick and straightforward first air ride installation.\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Footer --\u003e\n\u003cfooter class=\"ev-footer\"\u003e\n \u003cp class=\"tagline\"\u003eSTREETEC MANAGEMENT KIT — ENTRY-LEVEL\u003c\/p\u003e\n \u003cp style=\"margin-top:10px;opacity:0.8;font-size:0.95em\"\u003eYour air ride up and running quickly.\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 Air Ride Management — 4-Way Control, Mobile App \u0026 Remote | Compatible with All Brands, Air Suspension","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✦ Rasl'Bitume selection\u003c\/span\u003e\n \u003ch1 style=\"color:#ffffff\"\u003e\u003cspan style=\"color:#FED803\"\u003eAir Ride\u003c\/span\u003e controller\u003cbr\u003eAIRMEXT SNX5 V3\u003c\/h1\u003e\n \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF\"\u003e4-channel control — 100% electronic\u003c\/div\u003e\n \u003cp class=\"hero-desc\" style=\"color:#aaaaaa\"\u003eThe \u003cstrong style=\"color:#ffffff\"\u003eAIRMEXT SNX5 V3\u003c\/strong\u003e electronic controller, selected by Rasl'Bitume, independently controls your air suspension on all 4 wheels. Wired remote, mobile app, and memorized heights: precise, easy-to-install control to combine with your own compressor and 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\"\u003eFree shipping\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c!-- CARACTÉRISTIQUES --\u003e\n \u003cdiv class=\"section-title\"\u003e⚙️ Main features\u003c\/div\u003e\n \u003cdiv class=\"feature-grid\"\u003e\n \u003cdiv class=\"feature-card\"\u003e\n \u003cdiv class=\"feature-card-title\"\u003e4 independent channels\u003c\/div\u003e\n \u003cp\u003eSeparate electronic control of each wheel for precise ride-height adjustment.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"feature-card\"\u003e\n \u003cdiv class=\"feature-card-title\"\u003eUSB-C wired remote\u003c\/div\u003e\n \u003cp\u003eIncluded in the kit for responsive control without relying on your phone.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"feature-card\"\u003e\n \u003cdiv class=\"feature-card-title\"\u003eMobile app\u003c\/div\u003e\n \u003cp\u003eAvailable on iOS and Android for remote control from your phone.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"feature-card\"\u003e\n \u003cdiv class=\"feature-card-title\"\u003e1-year warranty\u003c\/div\u003e\n \u003cp\u003eUnlimited mileage. Delivery with all costs included.\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 controller\n\u003c\/div\u003e\n \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa\"\u003eFully electronic 4-channel system — precise, simple, and customizable control\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 Controller by 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\"\u003eIndependent adjustment\u003c\/strong\u003eHeight adjustment on all 4 wheels for ultra-precise setup\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\"\u003eUSB-C wired remote\u003c\/strong\u003eIncluded for easy, responsive control\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\"\u003eMobile app available\u003c\/strong\u003eiOS \u0026amp; Android — remote control from your phone\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 preset heights\u003c\/strong\u003eSaveable and accessible with one click\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\"\u003eSmart functions\u003c\/strong\u003eAutomatic adjustment at startup or shutdown\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\"\u003eMultilingual interface\u003c\/strong\u003eIntuitive operation\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\"\u003eCustomizable LEDs\u003c\/strong\u003eGreen, red, blue, purple, white — on the controller and remote\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\"\u003e8 mm — 1\/4\" fittings\u003c\/strong\u003eSimplified installation, integrated wiring harness included\u003c\/li\u003e\n \u003c\/ul\u003e\n \u003c\/div\u003e\n \u003c!-- FICHE TECHNIQUE --\u003e\n \u003cdiv class=\"section-title\"\u003e📋 Technical specifications\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\u003eControl type\u003c\/td\u003e\n\u003ctd\u003e100% electronic, 4 independent channels\u003c\/td\u003e\n\u003c\/tr\u003e\n \u003ctr\u003e\n\u003ctd\u003eControl\u003c\/td\u003e\n\u003ctd\u003eUSB-C wired remote included + iOS \/ Android mobile app\u003c\/td\u003e\n\u003c\/tr\u003e\n \u003ctr\u003e\n\u003ctd\u003eMemorized heights\u003c\/td\u003e\n\u003ctd\u003e5 storable positions accessible with one click\u003c\/td\u003e\n\u003c\/tr\u003e\n \u003ctr\u003e\n\u003ctd\u003eAutomatic functions\u003c\/td\u003e\n\u003ctd\u003eAdjustment to a selected position when the vehicle starts or stops\u003c\/td\u003e\n\u003c\/tr\u003e\n \u003ctr\u003e\n\u003ctd\u003eInterface\u003c\/td\u003e\n\u003ctd\u003eMultilingual\u003c\/td\u003e\n\u003c\/tr\u003e\n \u003ctr\u003e\n\u003ctd\u003eLighting\u003c\/td\u003e\n\u003ctd\u003eCustomizable LEDs (green, red, blue, purple, white) on the management unit and remote control\u003c\/td\u003e\n\u003c\/tr\u003e\n \u003ctr\u003e\n\u003ctd\u003eFittings\u003c\/td\u003e\n\u003ctd\u003e8mm — 1\/4\", integrated wiring harness\u003c\/td\u003e\n\u003c\/tr\u003e\n \u003ctr\u003e\n\u003ctd\u003eLine diameter\u003c\/td\u003e\n\u003ctd\u003eChoose between 6mm or 8mm\u003c\/td\u003e\n\u003c\/tr\u003e\n \u003ctr\u003e\n\u003ctd\u003eCompatibility\u003c\/td\u003e\n\u003ctd\u003eAll brands — combine it with your existing tank, compressor(s), and shock absorbers\u003c\/td\u003e\n\u003c\/tr\u003e\n \u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1 year, unlimited mileage\u003c\/td\u003e\n\u003c\/tr\u003e\n \u003c\/table\u003e\n \u003c!-- OPTION CONDUITE --\u003e\n \u003cdiv class=\"section-title\"\u003e🔧 Line diameter\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\u003eStandard diameter, compatible with most existing air ride installations.\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\u003eLarger diameter for higher airflow — increased responsiveness with large 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🧩 The management system includes\u003c\/div\u003e\n \u003cul class=\"kit-content-list\"\u003e\n \u003cli\u003e1 AIRMEXT SNX5 V3 4-way electronic management control unit\u003c\/li\u003e\n \u003cli\u003e1 USB-C wired remote control\u003c\/li\u003e\n \u003cli\u003eIntegrated wiring harness\u003c\/li\u003e\n \u003cli\u003eAccess to the iOS \u0026amp; Android mobile app\u003c\/li\u003e\n \u003cli\u003eInstallation manual\u003c\/li\u003e\n \u003c\/ul\u003e\n \u003c!-- LIVRAISON \u0026 GARANTIE --\u003e\n \u003cdiv class=\"section-title\"\u003e🚚 Delivery \u0026amp; Warranty\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-year warranty\u003c\/div\u003e\n \u003cdiv class=\"delivery-text\"\u003eUnlimited mileage.\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\"\u003eDelivery across Europe\u003c\/div\u003e\n \u003cdiv class=\"delivery-text\"\u003eAll fees included.\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 (made to order)\u003c\/div\u003e\n \u003cdiv class=\"delivery-text\"\u003eEstimated lead time: \u003cstrong\u003e3 to 6 weeks\u003c\/strong\u003e (production + delivery).\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\"\u003eTechnical support\u003c\/div\u003e\n \u003cdiv class=\"delivery-text\"\u003eA team of enthusiasts is available to help you with the installation.\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⚠️ Important legal information — France\u003c\/div\u003e\n \u003cp\u003e\u003cstrong\u003eThis management system is NOT approved for use on public roads.\u003c\/strong\u003e\u003c\/p\u003e\n \u003cul class=\"legal-list\"\u003e\n \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n \u003cli\u003eOff-road use\u003c\/li\u003e\n \u003c\/ul\u003e\n \u003cp\u003eWe accept no liability for use on public roads. Professional installation recommended.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c!-- GUIDE MONTAGE --\u003e\n \u003cdiv class=\"section-title\"\u003e📖 Installation Guide \u0026amp; Manual\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\"\u003eAIRMEXT SNX5 French Manual\u003c\/div\u003e\n \u003cdiv style=\"font-size:1.39rem;color:#555555\"\u003eInstallation and fitting advice — a complete guide is available online.\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\"\u003eView the guide →\u003c\/a\u003e\n \u003c\/div\u003e\n \u003c!-- PRODUCT BUNDLES --\u003e\n \u003cdiv class=\"section-title\"\u003e🛒 Recommended products\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\"\u003eInstallation sealing\u003c\/div\u003e\n \u003cdiv style=\"font-size:1.28rem;color:#555555\"\u003eLoctite 577 — Yellow 50ml pipe sealant. Essential for sealing pneumatic fittings.\u003c\/div\u003e\n \u003cdiv style=\"margin-top:10px;font-size:1.28rem;font-weight:700;color:#9C00FF;text-transform:uppercase\"\u003eView the 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\"\u003eCompressors\u003c\/div\u003e\n \u003cdiv style=\"font-size:1.28rem;color:#555555\"\u003eCombine it with your management system if you don't have a compressor yet.\u003c\/div\u003e\n \u003cdiv style=\"margin-top:10px;font-size:1.28rem;font-weight:700;color:#9C00FF;text-transform:uppercase\"\u003eView the collection →\u003c\/div\u003e\n \u003c\/a\u003e\n \u003c\/div\u003e\n \u003c!-- FAQ --\u003e\n \u003cdiv class=\"section-title\"\u003e❓ Frequently asked questions\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 6mm or 8mm—which diameter should I choose?\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 \u003cstrong style=\"color:#111111\"\u003e6mm\u003c\/strong\u003e is suitable for most existing installations. \u003cstrong style=\"color:#111111\"\u003e8mm\u003c\/strong\u003e provides higher airflow for greater responsiveness, especially with a large-volume tank. If in doubt, check the diameter of your existing lines and fittings.\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 this management system compatible with my current compressor and tank?\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 Yes, this management system is sold separately and is compatible with all brands. It can be combined with any compressor, tank, or set of shock absorbers already installed.\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 My tracking says that the parcel has not been handed over to the carrier\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 Don't worry — the parcel is currently in transit outside Europe. Once it reaches European territory, the tracking information will update automatically.\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 Are there customs fees upon delivery?\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 All fees are included in the price. In 98% of cases, there will be no additional customs fees.\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":"Airlift 26229 button + pressure gauge","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🎛 Manual Air Ride Management — Dual-Needle Gauge \u0026amp; Paddle Valves\u003c\/p\u003e\n\u003cspan class=\"al-badge\"\u003e⚙️ Manual Front \u0026amp; Rear Control\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"al-badge-ref\"\u003ePart number: 26229 — Air Lift Performance\u003c\/span\u003e\n\u003cp style=\"font-style: italic; opacity: 0.8; margin-top: 18px; font-size: 1.05em\"\u003eSimple. Reliable. Effective. The essentials without compromise.\u003c\/p\u003e\n\u003c\/header\u003e\u003c!-- Banner --\u003e\n\u003cdiv class=\"al-banner\"\u003e200 PSI dual-needle gauge + 2 manual 1\/4\" paddle valves + mounting bracket included — The most economical solution for controlling your air ride from the cabin.\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\"\u003eMaximum Pressure\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\"\u003eIndependent Needles\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\"\u003elines\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\"\u003eManual Paddle Valves\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-spec-box\"\u003e\n\u003cspan class=\"val\"\u003eF\/R\u003c\/span\u003e \u003cspan class=\"lbl\"\u003eFront \u0026amp; Rear Control\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🔧 What is the Air Lift 26229?\u003c\/h3\u003e\n\u003cp\u003eThe Air Lift 26229 is the \u003cstrong\u003esimplest and most affordable manual management solution\u003c\/strong\u003e for taking control of your air ride system. No electronic control box, no app, no complexity: just two paddle valves within easy reach and a dual-needle gauge to read your pressures in real time.\u003c\/p\u003e\n\u003cp\u003eThe kit arrives \u003cstrong\u003epre-assembled on its mounting bracket\u003c\/strong\u003e, with the internal sealing already completed and the 1\/4\" fittings installed. Plug it in, screw it on, and drive. Ideal for those who want a \u003cstrong\u003ereliable, durable, and easy-to-install\u003c\/strong\u003e system without the hassle.\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⚙️ Technical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"al-grid\"\u003e\n\u003cdiv class=\"al-card\"\u003e\n\u003ch3\u003e📊 200 PSI Dual-Needle Gauge\u003c\/h3\u003e\n\u003cp\u003eA \u003cspan class=\"hr\"\u003ered\u003c\/span\u003e needle for the front, a \u003cspan class=\"hw\"\u003eblack\u003c\/span\u003e needle for the rear. Read both pressures at a glance, without switching between two separate gauges.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-card\"\u003e\n\u003ch3\u003e🖐️ 2 Manual Paddle Valves\u003c\/h3\u003e\n\u003cp\u003eTwo paddle-style pressure valves in \u003cspan class=\"hr\"\u003e1\/4\"\u003c\/span\u003e, one per circuit. Inflate and deflate simply by pressing the paddles — direct, instant, intuitive control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-card\"\u003e\n\u003ch3\u003e🚗 Front \u0026amp; Rear Control\u003c\/h3\u003e\n\u003cp\u003eIndependently manage the pressure of your front and rear axles — or separate two air springs on the same axle. Versatile for \u003cspan class=\"hr\"\u003e2-way\u003c\/span\u003e use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-card\"\u003e\n\u003ch3\u003e🔩 Pre-assembled \u0026amp; Ready to Connect\u003c\/h3\u003e\n\u003cp\u003eThe panel arrives mounted on its bracket with the internal sealing already completed. Integrated 1\/4\" push-in fittings; no special tools required to install the panel itself.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-card\"\u003e\n\u003ch3\u003e💰 Most Economical Solution\u003c\/h3\u003e\n\u003cp\u003eThe most affordable way to have \u003cspan class=\"hr\"\u003eon-board control\u003c\/span\u003e of your air suspension. No subscription, no updates, and no possibility of electronic failure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-card\"\u003e\n\u003ch3\u003e🏗️ Air Lift Durability\u003c\/h3\u003e\n\u003cp\u003eMade by \u003cstrong\u003eAir Lift Performance\u003c\/strong\u003e, a global benchmark in air suspension for decades. Outstanding build quality, designed to last.\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📦 Delivery Contents\u003c\/h2\u003e\n\u003cdiv class=\"al-delivery-box\"\u003e\n\u003ch3\u003e📦 This product includes\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 200 PSI dual-needle pressure gauge \u003cspan class=\"sub\"\u003eRed needle (left) + black needle (right)\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 manual 1\/4\" paddle valves \u003cspan class=\"sub\"\u003eOne valve per circuit — inflation \u0026amp; deflation\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 panel mounting bracket \u003cspan class=\"sub\"\u003ePre-assembled — internal sealing already completed\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\" connection fittings \u003cspan class=\"sub\"\u003eIntegrated into the panel, ready to connect\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🔧 Compatible:\u003c\/strong\u003e This panel works with any 1\/4\" air ride system. Compatible with 2-way systems (front\/rear).\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🛡 Warranty \u0026amp; Delivery\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 Warranty\u003c\/div\u003e\n\u003cdiv class=\"al-w-sub\"\u003eGenuine Air Lift product — quality and reliability guaranteed by the American manufacturer\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 — THE BENCHMARK IN MANUAL MANAGEMENT\u003c\/p\u003e\n\u003cp style=\"margin-top: 12px; opacity: 0.85\"\u003e⚙️ Simple. Reliable. Precise. Everything you need for your 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":"Air Lift Paddle Switch 21703 — Manual Air Ride Inflate\/Deflate Valve | 1\/4\" Fittings","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🎛 Air Ride Manual Valve — Inflates \/ Deflates\u003c\/p\u003e\n \u003cspan class=\"ps-badge\"\u003e⚙️ 1\/4\" Barb Fittings\u003c\/span\u003e\n \u003cspan class=\"ps-badge-ref\"\u003ePart number: 21703 — Air Lift Performance\u003c\/span\u003e\n \u003cp style=\"font-style:italic;opacity:0.85;margin-top:18px;font-size:1em\"\u003eManual control. Simple, reliable, immediate.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"ps-banner\"\u003e\n Manual paddle valve — inflates upward, deflates downward — no electrical connection — 1\/4\" barb fittings included\n\u003c\/div\u003e\n\u003c!-- Intro --\u003e\n\u003csection class=\"ps-section\"\u003e\n \u003cdiv class=\"ps-intro\"\u003e\n \u003ch3\u003e⚙️ What is the 21703 Paddle Switch?\u003c\/h3\u003e\n \u003cp\u003eThe \u003cstrong\u003eAir Lift Paddle Switch, part no. 21703\u003c\/strong\u003e is a manual pneumatic valve that lets you inflate and deflate your air springs directly, without electronics. Simple mechanical operation: \u003cstrong\u003eup to inflate, down to deflate\u003c\/strong\u003e. No electrical connection required.\u003c\/p\u003e\n \u003cp\u003eThis is the official replacement part for Air Lift manual gauges \u003cstrong\u003e26229\u003c\/strong\u003e (dual needle) and \u003cstrong\u003e26161\u003c\/strong\u003e (single needle), and can be used alone in any air ride installation requiring basic manual control. \u003cstrong\u003e1\/4\" barb\u003c\/strong\u003e fittings included.\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\"\u003eTechnical Data Sheet\u003c\/h2\u003e\n \u003cdiv class=\"ps-two-col\"\u003e\n \u003cdiv class=\"ps-specs-box\"\u003e\n \u003ch3\u003e📐 Specifications\u003c\/h3\u003e\n \u003cdiv class=\"ps-spec-row\"\u003e\n \u003cspan class=\"label\"\u003ePart number\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\"\u003eBrand\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\"\u003eManual paddle valve\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-spec-row\"\u003e\n \u003cspan class=\"label\"\u003eConnection\u003c\/span\u003e\n \u003cspan class=\"value\"\u003e1\/4\" barb fitting included\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-spec-row\"\u003e\n \u003cspan class=\"label\"\u003eElectrical\u003c\/span\u003e\n \u003cspan class=\"value\"\u003eNo — mechanical only\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-spec-row\"\u003e\n \u003cspan class=\"label\"\u003eDimensions\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\"\u003eWeight\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\"\u003eInstallation\u003c\/span\u003e\n \u003cspan class=\"value\"\u003eUniversal\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-usage-box\"\u003e\n \u003ch3\u003e🔧 Operation\u003c\/h3\u003e\n \u003cdiv class=\"ps-usage-item\"\u003e\u003cp\u003e\u003cstrong\u003eUp → Inflates\u003c\/strong\u003e — press up to send air into the air spring\u003c\/p\u003e\u003c\/div\u003e\n \u003cdiv class=\"ps-usage-item\"\u003e\u003cp\u003e\u003cstrong\u003eDown → Deflates\u003c\/strong\u003e — press down to release air from the air spring\u003c\/p\u003e\u003c\/div\u003e\n \u003cdiv class=\"ps-usage-item\"\u003e\u003cp\u003e\u003cstrong\u003eNeutral position\u003c\/strong\u003e — releasing the paddle maintains the pressure\u003c\/p\u003e\u003c\/div\u003e\n \u003cdiv class=\"ps-usage-item\"\u003e\u003cp\u003e\u003cstrong\u003e1 switch = 1 or 2 air springs\u003c\/strong\u003e — use a T-fitting to control 2 air springs simultaneously with a single valve\u003c\/p\u003e\u003c\/div\u003e\n \u003cdiv class=\"ps-usage-item\"\u003e\u003cp\u003e\u003cstrong\u003eNo wiring\u003c\/strong\u003e — 100% pneumatic installation, no electrical connection required\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🔗 Compatibility\u003c\/h2\u003e\n \u003cdiv class=\"ps-compat-box\"\u003e\n \u003ch3\u003e✅ Compatible with\u003c\/h3\u003e\n \u003cdiv class=\"ps-compat-grid\"\u003e\n \u003cdiv class=\"ps-compat-item\"\u003eAir Lift 26229\n \u003cspan\u003eDual-needle 200 PSI gauge — paddle replacement\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-compat-item\"\u003eAir Lift 26161\n \u003cspan\u003eSingle-needle 200 PSI gauge — paddle replacement\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-compat-item\"\u003eAny manual air ride installation\n \u003cspan\u003eUniversal compatibility — 1\/4\" barb fitting\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\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n \u003cdiv class=\"ps-faq-item\"\u003e\n \u003cdiv class=\"ps-faq-q\"\u003eDoes this switch require electrical wiring?\u003c\/div\u003e\n \u003cdiv class=\"ps-faq-a\"\u003eNo. The paddle switch \u003cspan class=\"hr\"\u003e21703\u003c\/span\u003e It is purely mechanical — it operates solely through air pressure. No electrical connection, relay, or wiring harness is required. It connects directly to the air line via the included 1\/4\" barb fittings.\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-faq-item\"\u003e\n \u003cdiv class=\"ps-faq-q\"\u003eHow many switches are needed to control all 4 wheels?\u003c\/div\u003e\n \u003cdiv class=\"ps-faq-a\"\u003eFor \u003cspan class=\"hr\"\u003efront\/rear\u003c\/span\u003e control (2 zones): 2 switches are sufficient. For \u003cspan class=\"hy\"\u003eindependent four-corner\u003c\/span\u003e control: 4 are required. It is also possible to control 2 air springs with a single switch using a T-fitting (front left + front right, for example).\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-faq-item\"\u003e\n \u003cdiv class=\"ps-faq-q\"\u003eIs this product compatible with any 1\/4\" air line?\u003c\/div\u003e\n \u003cdiv class=\"ps-faq-a\"\u003eYes. The supplied \u003cspan class=\"hr\"\u003e1\/4\" barb\u003c\/span\u003e fittings fit standard 1\/4\" flexible air line used in the vast majority of air ride installations. Compatible with Air Lift air lines and equivalent products on the market.\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ps-faq-item\"\u003e\n \u003cdiv class=\"ps-faq-q\"\u003eWhat is this type of control recommended for?\u003c\/div\u003e\n \u003cdiv class=\"ps-faq-a\"\u003eThe paddle switch is ideal for \u003cspan class=\"hy\"\u003esimple installations\u003c\/span\u003e that do not require electronic management — occasional height adjustment, a basic lift system, or as a backup control. For daily use with presets and a mobile app, choose Air Lift 3P or 3H electronic management instead.\u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003cfooter class=\"ps-footer\"\u003e\n \u003cp class=\"tagline\"\u003ePADDLE SWITCH 21703 — MANUAL AIR RIDE CONTROL\u003c\/p\u003e\n \u003cp style=\"margin-top:12px;opacity:0.85\"\u003e⚙️ Simple, reliable, immediate — the ultimate in mechanical control.\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 Management 27785 — G1\/4\" Thread | 5 Presets | iOS\/Android Bluetooth App | Expandable 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🎯 Pressure-Based Air Ride Management — Air Lift Performance 3P\u003c\/p\u003e\n \u003cspan class=\"nb-badge\"\u003e⚙️ G1\/4\" connection\u003c\/span\u003e\n \u003cspan class=\"nb-badge-secondary\"\u003ePart no.: 27785 — Air Lift Performance\u003c\/span\u003e\n \u003cbr\u003e\n \u003cspan class=\"nb-badge-secondary\" style=\"margin-top:10px; margin-left:0\"\u003e🔄 Upgradeable to 3H with height sensors\u003c\/span\u003e\n \u003cp style=\"font-style:italic;opacity:0.85;margin-top:20px;font-size:1.05em\"\u003ePrecision. Flexibility. Total Control.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"nb-banner\"\u003e\n Complete air management kit based on the Air Lift Performance 3P — 5 pressure presets, individual 4-wheel control, Bluetooth mobile app included — G1\/4\" connection\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-BIT PROCESSOR — ULTRA-PRECISE 4-CORNER CONTROL\u003c\/strong\u003e | OTA updates via app | Upgradeable to 3H (height sensors)\n\u003c\/div\u003e\n\u003c!-- Intro --\u003e\n\u003csection class=\"nb-section\"\u003e\n \u003cdiv class=\"nb-intro\"\u003e\n \u003ch3\u003e⚙️ What is the Air Lift 3P 27785 Management System?\u003c\/h3\u003e\n \u003cp\u003e\n The \u003cstrong\u003eAir Lift Performance 3P management system, part no. 27785\u003c\/strong\u003e, is a pressure-based air management system with 5 customizable pressure presets and individual control for each wheel. The wired control unit displays the pressure of all 4 airbags as well as tank pressure in a perfectly legible format. It uses a \u003cstrong style=\"color:#fed803\"\u003ebacklit display\u003c\/strong\u003e and features a rotary control keypad that also allows horizontal mounting.\n \u003c\/p\u003e\n \u003cp\u003e\n Through the Air Lift mobile app (iOS \/ Android), you can put the vehicle in \u003cstrong style=\"color:#fed803\"\u003e\"Show Mode\"\u003c\/strong\u003e and control the entire chassis remotely via Bluetooth — even when the vehicle is switched off. No additional hardware is required; this function is integrated into every 3P system. Control unit updates can also be performed directly through the app.\n \u003c\/p\u003e\n \u003cp\u003e\n \u003cstrong style=\"color:#fed803\"\u003eG1\/4\"\u003c\/strong\u003e connection — the compatibility standard for maximum compatibility with lines and fittings on the market. Ideal for the vast majority of air ride installations. The connection size can be adapted to suit your installation using the fittings available as options when ordering.\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\u003eDo you want precise height control?\u003c\/strong\u003e Take a look at the kit based on the 3H. Thanks to the integrated height sensors, even more precise control is possible. If you start with the 3P, you can always \u003cstrong\u003eupgrade to the 3H kit later\u003c\/strong\u003e, without significant additional costs.\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\"\u003eWhy choose the 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 backlit display\" style=\"width:100%;height:180px;object-fit:cover;display:block\"\u003e\n \u003cdiv style=\"padding:25px\"\u003e\n \u003ch3\u003e🎛 Digital Controller\u003c\/h3\u003e\n \u003cp\u003eBacklit display with physical control keypad. Simultaneously displays the \u003cspan class=\"hr\"\u003e4 airbag pressures\u003c\/span\u003e + tank pressure. Horizontal mounting is possible thanks to the rotary keypad.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-card\"\u003e\n \u003ch3\u003e🔢 5 Pressure Presets\u003c\/h3\u003e\n \u003cp\u003e\u003cspan class=\"hr\"\u003e5 customizable pressure presets\u003c\/span\u003e recallable with one touch. Instantly adjust your height according to road conditions, obstacles, or your preferences.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-card\"\u003e\n \u003ch3\u003e🎮 Individual 4-Wheel Control\u003c\/h3\u003e\n \u003cp\u003e\u003cspan class=\"hy\"\u003eIndependent control per wheel\u003c\/span\u003e for millimeter-precise adjustment of your ride height. Fine-tune load or stance imbalances whenever needed.\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📱 Bluetooth Mobile App\u003c\/h3\u003e\n \u003cp\u003eFree Air Lift app for iOS \u0026amp; Android. \u003cspan class=\"hr\"\u003eNo additional hardware\u003c\/span\u003e is required — Bluetooth connectivity is natively integrated into every 3P system.\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\u003eControl your suspension remotely via smartphone, with the \u003cspan class=\"hy\"\u003evehicle switched off\u003c\/span\u003e — perfect for shows, exhibitions, and events. Impress without touching the ignition key.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-card\"\u003e\n \u003ch3\u003e🔼 Upgradeable to 3H\u003c\/h3\u003e\n \u003cp\u003eStart with pressure control, then \u003cspan class=\"hr\"\u003eswitch to height control\u003c\/span\u003e at any time by adding the height sensor kit. Your investment is future-proof.\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\"\u003eTechnical Specifications\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🖥 CONTROLLER\u003c\/strong\u003e\n \u003cp\u003eBacklit display\u003c\/p\u003e\n \u003cp\u003eBacklit physical keypad\u003c\/p\u003e\n \u003cp\u003eHorizontal mounting possible (pivoting)\u003c\/p\u003e\n \u003cp\u003eBlack anodized CNC housing\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-spec-card\"\u003e\n \u003cstrong\u003e🧠 PROCESSOR\u003c\/strong\u003e\n \u003cp\u003e32-bit processor\u003c\/p\u003e\n \u003cp\u003eAdvanced pressure + height algorithms\u003c\/p\u003e\n \u003cp\u003eUltra-precise 4-corner control\u003c\/p\u003e\n \u003cp\u003eECU + manifold integrated into one block\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-spec-card\"\u003e\n \u003cstrong\u003e🔧 FITTING\u003c\/strong\u003e\n \u003cp\u003eG1\/4\" thread\u003c\/p\u003e\n \u003cp\u003eStandard compatibility — market-standard lines \u0026amp; fittings\u003c\/p\u003e\n \u003cp\u003eAdaptable fitting diameter depending on the installation\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-spec-card\"\u003e\n \u003cstrong\u003e🔢 PRESETS\u003c\/strong\u003e\n \u003cp\u003e5 user pressure presets\u003c\/p\u003e\n \u003cp\u003eInstant recall at the touch of a button\u003c\/p\u003e\n \u003cp\u003eIndependent manual control per wheel\u003c\/p\u003e\n \u003cp\u003eUpgradeable: upgrade to height sensors\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-spec-card\"\u003e\n \u003cstrong\u003e📱 CONNECTIVITY\u003c\/strong\u003e\n \u003cp\u003eIntegrated Bluetooth (no dongle)\u003c\/p\u003e\n \u003cp\u003eFree Air Lift app for iOS \u0026amp; Android\u003c\/p\u003e\n \u003cp\u003eOTA firmware updates via the app\u003c\/p\u003e\n \u003cp\u003eNatively integrated Show Mode\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-spec-card\"\u003e\n \u003cstrong\u003e⚡ AUTO FUNCTIONS\u003c\/strong\u003e\n \u003cp\u003eIntegrated Rise on Start\u003c\/p\u003e\n \u003cp\u003eAnti cross-loading \/ axle equalization\u003c\/p\u003e\n \u003cp\u003eNative compressor control\u003c\/p\u003e\n \u003cp\u003eCombined valve and control unit\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\"\u003eSpecial Functions \u0026amp; Features\u003c\/h2\u003e\n \u003cdiv class=\"nb-features-container\"\u003e\n \u003ch3 style=\"color:#fed803;font-size:1.4em;margin-bottom:18px\"\u003e⚙️ Fully integrated, nothing else to add\u003c\/h3\u003e\n \u003cdiv class=\"nb-features-grid\"\u003e\n \u003cdiv class=\"nb-feature-item\"\u003e5 customizable pressure levels (upgradeable to height sensors)\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003eIndividual wheel control — independent adjustment\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003eDigital pressure display — backlit screen + physical control unit\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003ePivoting control box — horizontal mounting possible\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003eIntegrated mobile app (no additional hardware)\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003eSystem updates via the mobile app (OTA)\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003eCombined valve and control unit in one compact block\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003eRise on Start function — automatic lift at startup\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003eShow Mode — remote control with the vehicle switched off\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003eAnti cross-loading — automatic axle equalization\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003e32-bit processor — advanced pressure\/height algorithms\u003c\/div\u003e\n \u003cdiv class=\"nb-feature-item\"\u003eG1\/4\" fitting — maximum market compatibility\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📋 Delivery Contents\u003c\/h2\u003e\n \u003cdiv class=\"nb-delivery-box\"\u003e\n \u003ch3\u003e📦 This product includes\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 management system\n \u003cspan class=\"sub\"\u003eG1\/4\" fitting — 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\u003eCombined valve and control unit\n \u003cspan class=\"sub\"\u003eECU and manifold integrated into a compact block\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\u003eValve block mounting hardware\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 control box\n \u003cspan class=\"sub\"\u003eConnection cable included\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\u003ePre-assembled wiring harness\n \u003cspan class=\"sub\"\u003eIntegrated compressor relay\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\u003eManual water separator\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-delivery-item\"\u003e\n \u003cspan class=\"arrow\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003eFuse holder with fuses included\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-delivery-item\"\u003e\n \u003cspan class=\"arrow\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003eDetailed installation instructions\n \u003cspan class=\"sub\"\u003eFor a hassle-free installation\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\u003eFittings selected according to your installation\n \u003cspan class=\"sub\"\u003eSelect your fitting diameter when ordering\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 relay for compressor(s)\n \u003cspan class=\"sub\"\u003eNot supplied with compressor kits (already included in the 3P wiring harness)\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\u003eAir tank drain kit\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-delivery-item\"\u003e\n \u003cspan class=\"arrow\"\u003e➡️\u003c\/span\u003e\n \u003cdiv\u003eHose cutter\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 meters of flexible hose\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% free technical support\n \u003cspan class=\"sub\"\u003eThe best in the industry — included for life\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🔒 Safety Kits — Available Options\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 This kit contains the legally required warning buzzer. It emits an audible signal as soon as the pressure in the air springs falls below the prescribed operating pressure. \u003cstrong\u003eMandatory under air suspension certifications in several European countries.\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) Integrated §19.3 Kit\u003c\/strong\u003e\u003cbr\u003e\n In accordance with certifications for air suspensions, a low\/high-pressure alarm is required. This function is integrated into Cruise-Safe and monitors each wheel individually.\u003cbr\u003e\u003cbr\u003e\n \u003cstrong\u003e2) Cruise-Safe function\u003c\/strong\u003e\u003cbr\u003e\n The vehicle can only be lowered to a predefined minimum pressure. Independently adjustable for the front and rear — eliminates the risk of damage from excessive lowering.\u003cbr\u003e\u003cbr\u003e\n \u003cstrong\u003e3) \"Don't Play and Drive\"\u003c\/strong\u003e\u003cbr\u003e\n Prevents suspension adjustment while driving while keeping the pressure display active. 2 options available:\n \u003cul\u003e\n \u003cli\u003e12V handbrake or alternator signal input\u003c\/li\u003e\n \u003cli\u003eSpeed signal input (best solution for modern vehicles)\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 Three levels of protection against adjustment misuse:\n \u003cul\u003e\n \u003cli\u003e\n\u003cstrong\u003eStance Guard Lockout\u003c\/strong\u003e — No height or pressure adjustments while driving\u003c\/li\u003e\n \u003cli\u003e\n\u003cstrong\u003eStance Guard Limit\u003c\/strong\u003e — On-screen alert as soon as the configured minimum height is reached\u003c\/li\u003e\n \u003cli\u003e\n\u003cstrong\u003eStance Guard Alarm\u003c\/strong\u003e — Alarm triggered at minimum or maximum pressure\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\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n \u003cdiv class=\"nb-faq-item\"\u003e\n \u003cdiv class=\"nb-faq-q\"\u003eWhat is the difference between ref. 27785 (1\/4\") and the 3\/8\" version?\u003c\/div\u003e\n \u003cdiv class=\"nb-faq-a\"\u003eThe \u003cspan class=\"hr\"\u003eG1\/4\"\u003c\/span\u003e offers a standard connection diameter, ideal for the vast majority of air ride installations. Smooth raising and lowering, with maximum compatibility with hoses and fittings on the market. The \u003cspan class=\"hy\"\u003e3\/8\"\u003c\/span\u003e version (ref. 27485) offers higher flow for faster raising\/lowering — suitable for high-performance installations or heavy vehicles.\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-faq-item\"\u003e\n \u003cdiv class=\"nb-faq-q\"\u003eCan I choose my fitting diameter when ordering?\u003c\/div\u003e\n \u003cdiv class=\"nb-faq-a\"\u003eYes. The \u003cspan class=\"hr\"\u003efittings can be selected\u003c\/span\u003e when ordering according to your existing setup. If you already have lines installed, choose the corresponding diameter for seamless integration without modifications.\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-faq-item\"\u003e\n \u003cdiv class=\"nb-faq-q\"\u003eWhat is the difference between 3P and 3H?\u003c\/div\u003e\n \u003cdiv class=\"nb-faq-a\"\u003eThe two systems are fundamentally identical, but differ in one key respect: the \u003cspan class=\"hr\"\u003e3H integrates height sensors\u003c\/span\u003e, allowing precise self-leveling regardless of the load. The 3P is pressure-based — highly precise and versatile, but without direct measurement of the physical height. \u003cstrong\u003eThe 3P kit can be upgraded to 3H at any time\u003c\/strong\u003e with a height sensor kit.\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-faq-item\"\u003e\n \u003cdiv class=\"nb-faq-q\"\u003eHow many presets can I program?\u003c\/div\u003e\n \u003cdiv class=\"nb-faq-a\"\u003eThe Air Lift 3P system lets you \u003cspan class=\"hr\"\u003esave up to 5 custom pressure presets\u003c\/span\u003e, recallable with one touch. Each preset corresponds to a specific state of your 4 air bags — driving height, show stance, lift height, and more.\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-faq-item\"\u003e\n \u003cdiv class=\"nb-faq-q\"\u003eDoes the mobile app require an additional accessory?\u003c\/div\u003e\n \u003cdiv class=\"nb-faq-a\"\u003eNo. The \u003cspan class=\"hy\"\u003eBluetooth module is built into\u003c\/span\u003e every Air Lift 3P system. The app (iOS \u0026amp; Android) is free and lets you control your suspension remotely, access advanced settings, and perform OTA firmware updates.\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-faq-item\"\u003e\n \u003cdiv class=\"nb-faq-q\"\u003eWhat is Show Mode?\u003c\/div\u003e\n \u003cdiv class=\"nb-faq-a\"\u003eThe \u003cspan class=\"hr\"\u003eShow Mode\u003c\/span\u003e lets you fully control your suspension via smartphone over Bluetooth — even when the ignition is off. Ideal for shows, meets, and exhibitions: you can raise, lower, or switch between presets without getting into the vehicle.\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 — Advanced Pressure Control\" 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🎛 Advanced pressure control — 4 independent corners\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 — Control Unit\" 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🖥 Wired control unit — backlit display, rotary dial\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 Warranty\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\"\u003eYEARS\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\"\u003e3P management unit only\u003c\/div\u003e\n \u003cp style=\"color:#bbb;font-size:0.9em;margin-top:6px;line-height:1.5\"\u003e2-year unlimited-mileage warranty on the Air Lift Performance 3P management unit\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\"\u003eYEARS\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\"\u003ePurchased with a suspension kit\u003c\/div\u003e\n \u003cp style=\"color:#bbb;font-size:0.9em;margin-top:6px;line-height:1.5\"\u003ePurchasing an Air Lift Performance suspension kit with the management system entitles you to an extended 4-year warranty covering the entire installation.\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💡 To benefit from it\u003c\/strong\u003e, register your product directly on the Air Lift Performance website after installation.\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 👉 REGISTER MY WARRANTY 👈\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 — TOTAL CONTROL\u003c\/p\u003e\n \u003cp style=\"font-size:1.05em;margin-top:14px\"\u003e⚙️ Precision. Flexibility. Total Control.\u003c\/p\u003e\n \u003cp style=\"opacity:0.8;margin-top:8px\"\u003eAir Lift Performance 3P air suspension management — G1\/4\" connection — 100% free technical support included\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":"Air Lift Management 3P 27480 - Autopilot 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🎛 Air Suspension Management — Sold Separately\u003c\/p\u003e\n\u003cspan class=\"alp4-badge\"\u003e⚙️ 1\/4\" connection\u003c\/span\u003e \u003cspan class=\"alp4-badge-ref\"\u003ePart no.: 27480 — Air Lift Performance\u003c\/span\u003e\n\u003cp style=\"font-style: italic; opacity: 0.85; margin-top: 20px; font-size: 1.05em\"\u003eThe benchmark in management systems. Precise, upgradeable, reliable.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"alp4-banner\"\u003eAir Lift Performance 3P management sold alone — 5 pressure presets, iOS\/Android Bluetooth app, upgradeable to 3H, 1\/4\" connection\u003c\/div\u003e\n\u003csection class=\"alp4-section\"\u003e\n\u003cdiv class=\"alp4-intro\"\u003e\n\u003ch3\u003e⚙️ What is Air Lift 3P management?\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eAir Lift Performance 3P\u003c\/strong\u003e management is the benchmark system for air suspension control. Already have your compressor, tank, and struts? This product is sold \u003cstrong\u003ealone\u003c\/strong\u003e so you can integrate the control unit into your existing setup.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePressure\u003c\/strong\u003e-based control with 5 saveable presets, Bluetooth mobile app included, and native compatibility with Air Lift height sensors for upgrading to the \u003cstrong\u003e3H\u003c\/strong\u003e system at any time. \u003cstrong\u003e1\/4\"\u003c\/strong\u003e connection — suitable for high-performance installations.\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 Control Unit\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 MANAGEMENT — PRESSURE CONTROL\u003c\/h3\u003e\n\u003cdiv class=\"alp4-manifold-point\"\u003e\n\u003cspan class=\"icon\"\u003e▸\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eECU + Solenoid Valves + Sensors\u003c\/strong\u003e\n\u003cp\u003eAll management components in a single module — clean installation and simplified wiring.\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 Pressure Presets\u003c\/strong\u003e\n\u003cp\u003eSave and instantly recall your favorite heights from the control box or 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\" connection\u003c\/strong\u003e\n\u003cp\u003eHigher flow rate for faster raising and lowering — ideal for high-performance installations.\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\u003eUpgradeable to 3H\u003c\/strong\u003e\n\u003cp\u003eSimply add height sensors (part no. 27705) at any time to switch to true height-based control.\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🎮 Control from your pocket\u003c\/h3\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eFree iOS \u0026amp; Android app\u003c\/strong\u003e — Bluetooth built in natively, no additional module required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003ePresets \u0026amp; monitoring\u003c\/strong\u003e — adjust your 5 presets and monitor the pressure in each air spring in real time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eShow Mode\u003c\/strong\u003e — control your suspension remotely with the vehicle switched off via Bluetooth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eAutomatic raising \u0026amp; lowering\u003c\/strong\u003e — program the behavior when the vehicle is switched on and off.\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🕹 Control Box Included\u003c\/h3\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003e5 dedicated buttons\u003c\/strong\u003e — instant access to your 5 presets from the cabin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eBacklit display\u003c\/strong\u003e — optimal readability day and night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eConnection cable included\u003c\/strong\u003e — ready to plug into the 3P control unit.\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 Control Box\"\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 — Comparison\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 — This 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 — Next Generation\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 mounting hardware\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 control box with 5 dedicated buttons\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eFull-color 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\"\u003eClassic menu interface\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eCompletely redesigned UI — app-style navigation\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\"\u003eCustomization\u003c\/div\u003e\n\u003cdiv class=\"cell win\"\u003eStatic backlighting — no manifold lighting\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eManifold colors, button functions \u0026amp; adjustable themes\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\"\u003eMobile App\u003c\/div\u003e\n\u003cdiv class=\"cell win\"\u003ePhone control — integrated Bluetooth\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eImproved UI, better range, faster connection\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\"\u003eEnergy Management\u003c\/div\u003e\n\u003cdiv class=\"cell win\"\u003eStandard standby consumption\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eAdvanced sleep mode — ultra-low power consumption\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📦 Delivery Contents\u003c\/h2\u003e\n\u003cdiv class=\"alp4-delivery-box\"\u003e\n\u003ch3\u003e📦 This product includes\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 management control unit \u003cspan class=\"sub\"\u003e1\/4\" connection — 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\u003eWired control box \u003cspan class=\"sub\"\u003e5 dedicated buttons — connection cable included\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\u003ePre-assembled wiring harness \u003cspan class=\"sub\"\u003eCompressor relay integrated\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\u003eFuse holder with fuses included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003eDetailed installation instructions\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 Warranty\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\"\u003eYEARS\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"alp4-w-label\"\u003e3P management system only\u003c\/div\u003e\n\u003cdiv class=\"alp4-w-sub\"\u003e2-year unlimited-mileage warranty on the Air Lift Performance 3P management control unit\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\"\u003eYEARS\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"alp4-w-label\"\u003ePurchased with a suspension kit\u003c\/div\u003e\n\u003cdiv class=\"alp4-w-sub\"\u003ePurchasing an Air Lift Performance suspension kit with the management system qualifies for the 4-year extended warranty\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💡 To benefit from it\u003c\/strong\u003e, register your product on the Air Lift Performance website after installation.\u003c\/p\u003e\n\u003ca href=\"https:\/\/www.airliftperformance.com\/support\/warranty-registration\" class=\"alp4-btn\" target=\"_blank\"\u003e👉 REGISTER MY WARRANTY 👈\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\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"alp4-faq-item\"\u003e\n\u003cdiv class=\"alp4-faq-q\"\u003eWhat is the difference between ref. 27480 (1\/4\") and the 3\/8\" version?\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-a\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cspan\u003eThe \u003cstrong\u003e\u003cspan style=\"color: rgb(156, 0, 255)\"\u003e1\/4\"\u003c\/span\u003e\u003c\/strong\u003e Offers a standard connection diameter, ideal for the vast majority of air ride installations. Smooth raising and lowering, with maximum compatibility with the lines and fittings on the market. Use with compatible 1\/4\" lines and fittings.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-item\"\u003e\n\u003cdiv class=\"alp4-faq-q\"\u003eWhat is the main difference between the 3P and 3H?\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-a\"\u003eThe \u003cspan class=\"hr\"\u003e3P\u003c\/span\u003e Controls the suspension based on pressure in the air springs — simple, effective, and sufficient for the vast majority of applications. The \u003cspan class=\"hy\"\u003e3H\u003c\/span\u003e Add height sensors that measure the actual position of each wheel, enabling automatic adjustment according to the load carried. Upgrade to 3H with sensor kit ref. 27705, without changing the control unit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-item\"\u003e\n\u003cdiv class=\"alp4-faq-q\"\u003eDoes the mobile app require additional hardware?\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-a\"\u003eNo. \u003cspan class=\"hy\"\u003eBluetooth is natively integrated\u003c\/span\u003e into the 3P management system. The Air Lift Performance app is free on iOS \u0026amp; Android — no additional module or dongle required.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-item\"\u003e\n\u003cdiv class=\"alp4-faq-q\"\u003eIs this product compatible with any compressor?\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-a\"\u003e3P management is compatible with all \u003cspan class=\"hr\"\u003ecompressors on the market\u003c\/span\u003e. The included harness incorporates the compressor relay and can control one or two compressors, depending on the wiring configuration.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cfooter class=\"alp4-footer\"\u003e\n\u003cp class=\"tagline\"\u003eAIR LIFT 3P MANAGEMENT 27480 — TOTAL CONTROL\u003c\/p\u003e\n\u003cp style=\"margin-top: 12px; opacity: 0.85\"\u003e⚙️ The benchmark. Precise, evolvable, uncompromising.\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 Management 27485 - 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🎛 Air Suspension Management — Sold Separately\u003c\/p\u003e\n\u003cspan class=\"alp4-badge\"\u003e⚙️ 3\/8\" connection\u003c\/span\u003e \u003cspan class=\"alp4-badge-ref\"\u003eReference: 27485 — Air Lift Performance\u003c\/span\u003e\n\u003cp style=\"font-style: italic; opacity: 0.85; margin-top: 20px; font-size: 1.05em\"\u003eThe benchmark in management systems. Precise, upgradeable, reliable.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"alp4-banner\"\u003eAir Lift Performance 3P management sold separately — 5 pressure presets, iOS\/Android Bluetooth app, upgradeable to 3H, 3\/8\" connection\u003c\/div\u003e\n\u003csection class=\"alp4-section\"\u003e\n\u003cdiv class=\"alp4-intro\"\u003e\n\u003ch3\u003e⚙️ What is Air Lift 3P management?\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eAir Lift Performance 3P\u003c\/strong\u003e management is the benchmark system for air suspension control. Already have your compressor, tank, and struts? This product is sold \u003cstrong\u003eseparately\u003c\/strong\u003e, allowing you to integrate the management unit into your existing installation.\u003c\/p\u003e\n\u003cp\u003ePressure-based \u003cstrong\u003econtrol\u003c\/strong\u003e with 5 storable presets, Bluetooth mobile app included, and native compatibility with Air Lift height sensors for upgrading to the \u003cstrong\u003e3H\u003c\/strong\u003e system at any time. \u003cstrong\u003e3\/8\"\u003c\/strong\u003e connection — suitable for high-performance installations.\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 Management Unit\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 — PRESSURE CONTROL\u003c\/h3\u003e\n\u003cdiv class=\"alp4-manifold-point\"\u003e\n\u003cspan class=\"icon\"\u003e▸\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eECU + Solenoid Valves + Sensors\u003c\/strong\u003e\n\u003cp\u003eAll management components in a single module — clean installation and simplified wiring.\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 Pressure Presets\u003c\/strong\u003e\n\u003cp\u003eSave and instantly recall your favorite heights from the control unit or 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\" connection\u003c\/strong\u003e\n\u003cp\u003eHigher flow rate for faster raising and lowering — ideal for high-performance installations.\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\u003eUpgradeable to 3H\u003c\/strong\u003e\n\u003cp\u003eSimply add height sensors (part no. 27705) at any time to switch to true height-based control.\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🎮 Control from your pocket\u003c\/h3\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eFree iOS \u0026amp; Android app\u003c\/strong\u003e — Bluetooth built in natively, no additional module required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003ePresets \u0026amp; monitoring\u003c\/strong\u003e — adjust your 5 presets and monitor the pressure of each air spring in real time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eShow Mode\u003c\/strong\u003e — control your suspension remotely with the vehicle turned off via Bluetooth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eAutomatic raising \u0026amp; lowering\u003c\/strong\u003e — program the behavior when the vehicle is turned on and off.\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🕹 Control Unit Included\u003c\/h3\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003e5 dedicated buttons\u003c\/strong\u003e — instant access to your 5 presets from the cabin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eBacklit display\u003c\/strong\u003e — optimal readability day and night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eConnection cable included\u003c\/strong\u003e — ready to plug into the 3P control unit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-remote-img\"\u003e\u003cimg alt=\"Air Lift 3P control unit\" 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 — Comparison\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 — This 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 — Next Generation\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 with exposed fittings\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 control unit with 5 dedicated buttons\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eFull-color 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\"\u003eClassic menu interface\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eCompletely redesigned UI — app-style navigation\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\"\u003eCustomization\u003c\/div\u003e\n\u003cdiv class=\"cell win\"\u003eStatic backlighting — no manifold lighting\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eManifold colors, button functions \u0026amp; adjustable themes\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\"\u003eMobile App\u003c\/div\u003e\n\u003cdiv class=\"cell win\"\u003ePhone control — built-in Bluetooth\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eImproved UI, better range, faster connection\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\"\u003eEnergy Management\u003c\/div\u003e\n\u003cdiv class=\"cell win\"\u003eStandard standby consumption\u003c\/div\u003e\n\u003cdiv class=\"cell up\"\u003eAdvanced standby mode — ultra-low power consumption\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📦 Delivery Contents\u003c\/h2\u003e\n\u003cdiv class=\"alp4-delivery-box\"\u003e\n\u003ch3\u003e📦 This product includes\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 management control unit \u003cspan class=\"sub\"\u003e3\/8\" connection — 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\u003eWired control box \u003cspan class=\"sub\"\u003e5 dedicated buttons — connection cable included\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\u003ePre-assembled wiring harness \u003cspan class=\"sub\"\u003eIntegrated compressor relay\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\u003eFuse holder with fuses included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003eDetailed installation instructions\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 Warranty\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\"\u003eYEARS\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"alp4-w-label\"\u003e3P management only\u003c\/div\u003e\n\u003cdiv class=\"alp4-w-sub\"\u003e2-year unlimited-mileage warranty on the Air Lift Performance 3P management control unit\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\"\u003eYEARS\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"alp4-w-label\"\u003ePurchased with a suspension kit\u003c\/div\u003e\n\u003cdiv class=\"alp4-w-sub\"\u003ePurchasing an Air Lift Performance suspension kit with the management system entitles you to the extended 4-year warranty\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💡 To benefit from it\u003c\/strong\u003e, register your product on the Air Lift Performance website after installation.\u003c\/p\u003e\n\u003ca class=\"alp4-btn\" href=\"https:\/\/www.airliftperformance.com\/support\/warranty-registration\" target=\"_blank\"\u003e👉 REGISTER MY WARRANTY 👈\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\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"alp4-faq-item\"\u003e\n\u003cdiv class=\"alp4-faq-q\"\u003eWhat is the difference between ref. 27485 (3\/8\") and the 1\/4\" version?\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-a\"\u003eThe \u003cspan class=\"hr\"\u003e3\/8\"\u003c\/span\u003e offers a larger connection diameter, allowing higher airflow and therefore faster raising and lowering. Ideal for high-performance installations or heavy vehicles. Use with compatible 3\/8\" lines and fittings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-item\"\u003e\n\u003cdiv class=\"alp4-faq-q\"\u003eWhat is the main difference between 3P and 3H?\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-a\"\u003eThe \u003cspan class=\"hr\"\u003e3P\u003c\/span\u003e controls the suspension based on pressure in the air springs — simple, effective, and sufficient for the vast majority of applications. The \u003cspan class=\"hy\"\u003e3H\u003c\/span\u003e Add height sensors that measure the actual position of each wheel, allowing automatic adjustment based on the vehicle's load. Upgrade to 3H with sensor kit ref. 27705, without changing the control unit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-item\"\u003e\n\u003cdiv class=\"alp4-faq-q\"\u003eDoes the mobile app require additional hardware?\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-a\"\u003eNo. \u003cspan class=\"hy\"\u003eBluetooth is built in\u003c\/span\u003e to the 3P management system. The Air Lift Performance app is free on iOS \u0026amp; Android — no additional module or dongle required.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-item\"\u003e\n\u003cdiv class=\"alp4-faq-q\"\u003eIs this product compatible with any compressor?\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-a\"\u003e3P management is compatible with all \u003cspan class=\"hr\"\u003ecompressors on the market\u003c\/span\u003e. The included wiring harness incorporates the compressor relay and can control one or two compressors, depending on the wiring configuration.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cfooter class=\"alp4-footer\"\u003e\n\u003cp class=\"tagline\"\u003eAIR LIFT 3P MANAGEMENT 27485 — TOTAL CONTROL\u003c\/p\u003e\n\u003cp style=\"margin-top: 12px; opacity: 0.85\"\u003e⚙️ The benchmark. Precise, upgradeable, uncompromising.\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 — 3P to 3H Evolution | Automatic Height Adjustment","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\u003e3P → 3H Upgrade Kit\u003c\/h1\u003e\n \u003cp class=\"subtitle\"\u003e📡 Add Height-Based Management — Air Lift Performance\u003c\/p\u003e\n \u003cspan class=\"snx-badge\"\u003e⚙️ Compatible with Existing Air Lift 3P System\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)\"\u003eReference: 27705 — Air Lift Performance\u003c\/span\u003e\n \u003cp style=\"font-style: italic; opacity: 0.85; margin-top: 20px; font-size: 1.05em\"\u003eUpgrade to absolute precision. Real-time height-based control.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003c!-- Banner --\u003e\n\u003cdiv class=\"snx-banner\"\u003e\n Air Lift 3P to 3H upgrade kit — 4 height sensors with ball joints, connection cables, and hardware included. Automatic load adjustment, optimized precision and comfort.\n\u003c\/div\u003e\n\u003c!-- Intro --\u003e\n\u003csection class=\"snx-section\"\u003e\n \u003cdiv class=\"snx-intro\"\u003e\n \u003ch3\u003e⚙️ What is this upgrade kit?\u003c\/h3\u003e\n \u003cp\u003eWith this kit, you can easily upgrade your \u003cstrong\u003eAir Lift 3P system to a 3H system\u003c\/strong\u003e, enabling height-based suspension control in addition to pressure control.\u003c\/p\u003e\n \u003cp\u003eThe kit includes \u003cstrong\u003eeverything needed to add height-based management\u003c\/strong\u003e to your existing setup. Ideal for greater comfort, optimal precision, and \u003cstrong\u003efully automated ride-height control\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⚙️ Benefits of the 3H System\u003c\/h2\u003e\n \u003cdiv class=\"snx-grid\"\u003e\n \u003cdiv class=\"snx-card\"\u003e\n \u003ch3\u003e📏 Real-Time Measurement\u003c\/h3\u003e\n \u003cp\u003eThe height sensors continuously measure the exact position of each wheel — for \u003cspan class=\"hr\"\u003eprecise, instant control\u003c\/span\u003e of your vehicle’s height.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"snx-card\"\u003e\n \u003ch3\u003e⚖️ Automatic Load Adjustment\u003c\/h3\u003e\n \u003cp\u003eThe system automatically compensates for load variations — \u003cstrong\u003epassengers, luggage, trailer\u003c\/strong\u003e — to maintain the programmed ride height in all circumstances.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"snx-card\"\u003e\n \u003ch3\u003e🎯 Superior Precision\u003c\/h3\u003e\n \u003cp\u003eFar beyond pressure-only control, height-based management guarantees \u003cspan class=\"hr\"\u003eperfect repeatability\u003c\/span\u003e of your presets, regardless of temperature or air spring condition.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"snx-card\"\u003e\n \u003ch3\u003e🛋️ Optimized Comfort\u003c\/h3\u003e\n \u003cp\u003eA constant, automatically maintained ride height directly translates into a \u003cstrong\u003enoticeable improvement in comfort\u003c\/strong\u003e and road stability.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"snx-card\"\u003e\n \u003ch3\u003e🔒 Enhanced Safety\u003c\/h3\u003e\n \u003cp\u003eAutomatic maintenance of the minimum ground clearance prevents any unwanted rubbing or contact — \u003cspan class=\"hr\"\u003eprotecting your vehicle\u003c\/span\u003e in all situations.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"snx-card\"\u003e\n \u003ch3\u003e🔄 Simple \u0026amp; Fast Upgrade\u003c\/h3\u003e\n \u003cp\u003eThis kit integrates directly with your \u003cstrong\u003eexisting Air Lift 3P system\u003c\/strong\u003e — no management unit replacement and no complete rewiring required. A clean and efficient 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📦 Kit Contents\u003c\/h2\u003e\n \u003cdiv class=\"snx-delivery-box\"\u003e\n \u003ch3\u003e📦 This kit includes\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 height sensors\n \u003cspan class=\"sub\"\u003eWith linkage rod ends — one sensor per wheel\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 connection cables\n \u003cspan class=\"sub\"\u003eOne cable per sensor — direct connection to the 3P management unit\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\u003eHardware and mounting kit\n \u003cspan class=\"sub\"\u003eEverything needed for a clean and secure installation\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🔧 Compatibility:\u003c\/strong\u003e This kit is exclusively designed for \u003cstrong\u003eAir Lift 3P\u003c\/strong\u003e systems. It allows you to upgrade to the \u003cstrong\u003e3H\u003c\/strong\u003e system without replacing the existing management unit.\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🛡 Warranty \u0026amp; Delivery\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 Warranty\u003c\/div\u003e\n \u003cdiv class=\"snx-w-sub\"\u003eGenuine Air Lift product — quality and reliability guaranteed by the manufacturer\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\"\u003eCustoms Duties Included\u003c\/div\u003e\n \u003cdiv class=\"snx-w-sub\"\u003eNo surprise costs upon arrival — everything is included in the displayed price (unless otherwise stated in the delivery options)\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\"\u003eAIR LIFT 3P → 3H UPGRADE KIT — SWITCH TO HEIGHT CONTROL\u003c\/p\u003e\n \u003cp style=\"margin-top: 12px; opacity: 0.85\"\u003e📡 More precision. More comfort. Height-based control.\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\/en\/collections\/air-ride-management.oembed","provider":"Rasl'Bitume","version":"1.0","type":"link"}