{"product_id":"kit-gestion-mangan-3p-complet-air-lift-alp4","title":"Complete Mangan ALP4 Management Kit – Air Lift ALP4","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    .alp4-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    .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\n    \/* Header *\/\n    .alp4-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    .alp4-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    .alp4-header .subtitle { font-size: 1.3em; color: #fed803 !important; font-weight: 700; text-transform: uppercase; }\n    .alp4-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    .alp4-badge-new {\n        display: inline-block;\n        background: linear-gradient(135deg, #9c00ff, #e00cff);\n        color: #fff !important; font-weight: 900; font-size: 0.9em;\n        padding: 7px 22px; border-radius: 30px; margin-top: 15px; margin-left: 10px;\n        text-transform: uppercase; letter-spacing: 2px;\n        box-shadow: 0 4px 15px rgba(156,0,255,0.4);\n    }\n\n    \/* Banner *\/\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\n    \/* Sections *\/\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\n    \/* Intro *\/\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;\n        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: 0; }\n\n    \/* Feature cards *\/\n    .alp4-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 28px; }\n    .alp4-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; overflow: hidden;\n    }\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\n    \/* ===== VIDEO + MANIFOLD BLOCK ===== *\/\n    .alp4-video-block {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 0;\n        background: #000;\n        border-radius: 15px;\n        overflow: hidden;\n        box-shadow: 0 8px 30px rgba(0,0,0,0.4);\n        margin-top: 30px;\n    }\n    .alp4-video-side video {\n        width: 100%; height: 100%; object-fit: cover; display: block;\n        min-height: 380px;\n    }\n    .alp4-video-info {\n        padding: 40px;\n        background: linear-gradient(135deg, #0d0d0d 0%, #1a0030 100%);\n        display: flex; flex-direction: column; justify-content: center;\n        border-left: 4px solid #9c00ff;\n    }\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 {\n        display: flex; align-items: flex-start; gap: 12px;\n        padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.08);\n    }\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\n    \/* ===== COMPARISON TABLE ===== *\/\n    .alp4-comparison {\n        background: #0d0d0d;\n        border-radius: 15px;\n        overflow: hidden;\n        box-shadow: 0 8px 30px rgba(0,0,0,0.3);\n        margin-top: 30px;\n    }\n    .alp4-comp-header {\n        display: grid;\n        grid-template-columns: 1fr 1fr 1fr;\n        background: #111;\n        border-bottom: 3px solid #9c00ff;\n    }\n    .alp4-comp-header div {\n        padding: 0;\n        text-align: center;\n    }\n    .alp4-comp-header .label-col {\n        padding: 20px;\n        background: #0a0a0a;\n        border-right: 1px solid rgba(255,255,255,0.06);\n    }\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 {\n        padding: 14px;\n        font-size: 1.4em;\n        font-weight: 900;\n        text-transform: uppercase;\n        letter-spacing: 3px;\n        border-top: 1px solid rgba(255,255,255,0.06);\n    }\n    .alp4-comp-name.alp4-name { color: #9c00ff !important; background: rgba(156,0,255,0.08); }\n    .alp4-comp-name.p3-name { color: #aaa !important; background: rgba(255,255,255,0.03); }\n\n    .alp4-comp-row {\n        display: grid;\n        grid-template-columns: 1fr 1fr 1fr;\n        border-bottom: 1px solid rgba(255,255,255,0.06);\n        transition: background 0.2s;\n    }\n    .alp4-comp-row:hover { background: rgba(255,255,255,0.02); }\n    .alp4-comp-row:last-child { border-bottom: none; }\n\n    .alp4-comp-row .row-label {\n        padding: 18px 20px;\n        background: #0a0a0a;\n        border-right: 1px solid rgba(255,255,255,0.06);\n        font-size: 0.82em;\n        font-weight: 800;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        color: #777 !important;\n        display: flex;\n        align-items: center;\n    }\n    .alp4-comp-row .cell {\n        padding: 18px 20px;\n        font-size: 0.92em;\n        line-height: 1.5;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        text-align: center;\n        border-right: 1px solid rgba(255,255,255,0.06);\n    }\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.lose { color: #555 !important; }\n    .alp4-comp-row .cell.win span.badge {\n        display: inline-block;\n        background: rgba(156,0,255,0.2);\n        border: 1px solid rgba(156,0,255,0.4);\n        padding: 2px 8px;\n        border-radius: 4px;\n        font-size: 0.75em;\n        color: #c070ff !important;\n        margin-top: 4px;\n    }\n\n    \/* ===== APP BLOCK ===== *\/\n    .alp4-app-block {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 0;\n        background: #111;\n        border-radius: 15px;\n        overflow: hidden;\n        border: 2px solid rgba(156,0,255,0.3);\n        box-shadow: 0 8px 30px rgba(156,0,255,0.15);\n        margin-top: 30px;\n    }\n    .alp4-app-img img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 320px; }\n    .alp4-app-info {\n        padding: 40px;\n        background: linear-gradient(135deg, #111 0%, #1a0030 100%);\n        display: flex; flex-direction: column; justify-content: center;\n    }\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 {\n        display: flex; align-items: flex-start; gap: 12px;\n        margin-bottom: 14px;\n    }\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\n    \/* Remote *\/\n    .alp4-remote-block {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 0;\n        background: #111;\n        border-radius: 15px;\n        overflow: hidden;\n        border: 2px solid rgba(254,216,3,0.2);\n        margin-top: 20px;\n    }\n    .alp4-remote-info {\n        padding: 40px;\n        background: linear-gradient(135deg, #1a1a1a 0%, #2d0050 100%);\n        display: flex; flex-direction: column; justify-content: center;\n        order: 1;\n    }\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\n    \/* Delivery *\/\n    .alp4-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    .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 {\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    .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\n    \/* Warranty *\/\n    .alp4-warranty-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 28px; }\n    .alp4-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    }\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 {\n        background: linear-gradient(135deg, #fff8e1 0%, #fffaef 100%);\n        border: 3px solid #fed803; border-radius: 12px;\n        padding: 22px 25px; margin-top: 20px; text-align: center;\n        box-shadow: 0 4px 15px rgba(254,216,3,0.2);\n    }\n    .alp4-register-box p { color: #333 !important; font-size: 0.98em; margin: 0; }\n    .alp4-btn {\n        display: inline-block; margin-top: 15px;\n        background: linear-gradient(135deg, #9c00ff, #e00cff);\n        color: white !important; padding: 13px 28px; text-decoration: none;\n        font-weight: 800; border-radius: 8px; letter-spacing: 1px;\n        text-transform: uppercase; box-shadow: 0 4px 15px rgba(156,0,255,0.3);\n        transition: all 0.3s ease;\n    }\n    .alp4-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(156,0,255,0.45); }\n\n    \/* FAQ *\/\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\n    \/* Footer *\/\n    .alp4-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    .alp4-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        .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\n        \/* Comparatif : 3 colonnes maintenues mais taille réduite *\/\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        .alp4-comp-row .cell span.badge { font-size: 0.65em; padding: 1px 5px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"alp4-wrapper\"\u003e\n\u003c!-- Bubbles --\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\u003c!-- Header --\u003e\u003cheader class=\"alp4-header\"\u003e\n\u003ch1\u003eAirmanagement ALP4\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003e⚡ The Next Generation — Air Lift Performance ALP4\u003c\/p\u003e\n\u003cspan class=\"alp4-badge\"\u003e⚙️ Complete Air Management\u003c\/span\u003e \u003cspan class=\"alp4-badge-new\"\u003e✨ Next Generation\u003c\/span\u003e\n\u003cp style=\"font-style: italic; opacity: 0.85; margin-top: 20px; font-size: 1.05em\"\u003eAll-in-one. Intelligent. No compromises.\u003c\/p\u003e\n\u003c\/header\u003e\u003c!-- Banner --\u003e\n\u003cdiv class=\"alp4-banner\"\u003eAir management kit based on the Air Lift Performance ALP4 — all-in-one manifold, color touchscreen, 5 pressure presets, next-generation Bluetooth app\u003c\/div\u003e\n\u003c!-- Intro --\u003e\n\u003csection class=\"alp4-section\"\u003e\n\u003cdiv class=\"alp4-intro\"\u003e\n\u003ch3\u003e⚙️ What is the ALP4 Kit?\u003c\/h3\u003e\n\u003cp\u003eThe \u003cstrong\u003eAirmanagement ALP4\u003c\/strong\u003e kit is Air Lift Performance's next-generation air management system. Unlike the 3P system, the ALP4 integrates the \u003cstrong style=\"color: #fed803\"\u003eECU, solenoid valves, and pressure sensors into an aluminum block \u003c\/strong\u003e— for a cleaner installation and fewer points of failure. The wired controller features a \u003cstrong style=\"color: #fed803\"\u003efull-color touchscreen\u003c\/strong\u003e with 4 programmable physical buttons and a completely redesigned interface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Video + Manifold info --\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\"\u003eAll-in-One Manifold\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🔩 ALL-IN-ONE SMART MANIFOLD\u003c\/h3\u003e\n\u003cdiv class=\"alp4-manifold-point\"\u003e\n\u003cspan class=\"icon\"\u003e▸\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eFull Aluminum Management Block\u003c\/strong\u003e\n\u003cp\u003eECU, solenoid valves, and pressure sensors combined in a single block. Cleaner installation, reduced 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\u003eCustomizable LED Cover\u003c\/strong\u003e\n\u003cp\u003eManifold lighting color adjustable from the controller 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\u003eColor Touchscreen + Buttons\u003c\/strong\u003e\n\u003cp\u003e4 programmable physical buttons. Modern app-style interface.\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\u003eAdvanced Power Management\u003c\/strong\u003e\n\u003cp\u003eUltra-low-power standby mode — preserves battery life while parked.\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 Block --\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📱 ALP4 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=\"ALP4 App — Control from your smartphone\"\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\u003eCompletely redesigned interface\u003c\/strong\u003e — improved Bluetooth range, faster connection, and simultaneous use with the controller.\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, monitor pressures in real time, and manage alerts.\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\u003eOTA Updates\u003c\/strong\u003e — firmware updated directly from the app, without any additional hardware.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eValet Mode \u0026amp; Pulse Rate\u003c\/strong\u003e — new ALP4-exclusive features not available on 3P.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Remote --\u003e\n\u003cdiv class=\"alp4-remote-block\"\u003e\n\u003cdiv class=\"alp4-remote-info\"\u003e\n\u003ch3\u003e🕹 Remote Control Included\u003c\/h3\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eDedicated physical control\u003c\/strong\u003e — 4 programmable buttons for instant access to your pressure presets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-app-feature\"\u003e\n\u003cp\u003e\u003cstrong\u003eHorizontal mounting possible\u003c\/strong\u003e — rotating control pad adapts to your installation.\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\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=\"ALP4 Remote Control\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Comparison ALP4 vs 3P --\u003e\n\u003csection class=\"alp4-section\" style=\"background: linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\"\u003e\n\u003ch2 class=\"alp4-title\"\u003eALP4 vs 3P — Comparison\u003c\/h2\u003e\n\u003cdiv class=\"alp4-comparison\"\u003e\n\u003c!-- Images header --\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-ALP4.webp?v=1771336580\" alt=\"ALP4\"\u003e\n\u003cdiv class=\"alp4-comp-name alp4-name\"\u003eALP4\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-3P.webp?v=1771336581\" alt=\"3P\"\u003e\n\u003cdiv class=\"alp4-comp-name p3-name\"\u003e3P\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Rows --\u003e\n\u003cdiv class=\"alp4-comp-row\"\u003e\n\u003cdiv class=\"row-label\"\u003eManifold\u003c\/div\u003e\n\u003cdiv class=\"cell win\"\u003eAll-in-one — ECU, valves \u0026amp; sensors integrated\u003cbr\u003e\u003cspan class=\"badge\"\u003eNEW\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cell lose\"\u003eModular design, exposed mounting points\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\"\u003eFull-color touchscreen + 4 programmable buttons\u003cbr\u003e\u003cspan class=\"badge\"\u003eNEW\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cell lose\"\u003eCompact housing with 5 dedicated buttons\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\"\u003eFully redesigned UI — app-like navigation\u003cbr\u003e\u003cspan class=\"badge\"\u003eNEW\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cell lose\"\u003eClassic menu interface\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\"\u003eAdjustable manifold colors, button functions \u0026amp; display themes\u003cbr\u003e\u003cspan class=\"badge\"\u003eNEW\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cell lose\"\u003eStatic backlighting — no manifold lighting\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\"\u003eImproved UI, greater range, faster connection, simultaneous use\u003c\/div\u003e\n\u003cdiv class=\"cell lose\"\u003e3H\/3P control from your phone\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\"\u003eAdvanced standby mode — ultra-low power consumption\u003cbr\u003e\u003cspan class=\"badge\"\u003eNEW\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cell lose\"\u003eHigher standby power consumption\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Delivery --\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📦 The ALP4 kit 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 ALP4 system \u003cspan class=\"sub\"\u003eThe foundation of the kit — next-generation all-in-one manifold\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\u003eCombined valve and control unit \u003cspan class=\"sub\"\u003eECU, sensors, and valves integrated into a billet aluminum block\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\u003eMounting hardware for valve block\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003eAir Lift ALP4 control box \u003cspan class=\"sub\"\u003eConnection 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\u003eManual water separator\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\u003cdiv class=\"alp4-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003eAir tank of your choice \u003cspan class=\"sub\"\u003eSelect when ordering\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\u003eCompressor(s) of your choice \u003cspan class=\"sub\"\u003eSelect the first and second compressor\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\u003eFree fittings for all components\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003e40A relay for compressor(s) \u003cspan class=\"sub\"\u003eNot supplied with compressor kits (already included in the wiring harness)\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\u003eAir tank drain kit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003e18 meters of flexible air line\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003eLine cutter\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003e100% free technical support \u003cspan class=\"sub\"\u003eIncluded 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!-- Warranty --\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\"\u003eALP4 management kit only\u003c\/div\u003e\n\u003cdiv class=\"alp4-w-sub\"\u003e2-year unlimited-mileage warranty on the Air Lift Performance ALP4 management kit\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 ALP4 management kit qualifies you for 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 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 main difference between the ALP4 and the 3P?\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-a\"\u003eThe ALP4 is the \u003cspan class=\"hr\"\u003enext generation\u003c\/span\u003e of Air Lift Performance. The main difference is the manifold: the ALP4 integrates the ECU, valves, and sensors into a single aluminum block, whereas the 3P uses separate components. The ALP4 also features a \u003cstrong\u003ecolor touchscreen\u003c\/strong\u003e, a completely redesigned interface, exclusive features, and improved energy management.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-item\"\u003e\n\u003cdiv class=\"alp4-faq-q\"\u003eIs the ALP4 compatible with 3H height sensors?\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-a\"\u003eYes. The ALP4 natively operates with \u003cspan class=\"hr\"\u003epressure-based management\u003c\/span\u003e and 5 presets. It is compatible with Air Lift height sensors to upgrade to true height-based control, similar to the 3H.\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 ALP4. The app (iOS \u0026amp; Android) is free and offers an improved interface compared with the 3P version — better range, faster connection, and simultaneous use with 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 kit come with air line?\u003c\/div\u003e\n\u003cdiv class=\"alp4-faq-a\"\u003eYes, the kit includes \u003cspan class=\"hr\"\u003e18 meters of flexible air line\u003c\/span\u003e and a line cutter, as well as all the fittings needed to connect all the components.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Footer --\u003e\u003cfooter class=\"alp4-footer\"\u003e\n\u003cp class=\"tagline\"\u003eAIRMANAGEMENT ALP4 — Next Generation\u003c\/p\u003e\n\u003cp style=\"margin-top: 12px; opacity: 0.85\"\u003e⚙️ All-in-one. Intelligent. No compromises.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":52721958519122,"sku":null,"price":2449.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Manganalp4.png?v=1774192361","url":"https:\/\/raslbitume.com\/en\/products\/complete-mangan-alp4-management-kit-air-lift-alp4","provider":"Rasl'Bitume","version":"1.0","type":"link"}