{"product_id":"telecommande-accuair-e-level","title":"AccuAir e-level+ remote control","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    * { margin: 0; padding: 0; box-sizing: border-box; }\n\n    body {\n        line-height: 1.6; color: #333333 !important; background: #f5f5f5;\n    }\n\n    .wrapper {\n        max-width: 1100px; margin: 0 auto; background: #fff;\n        box-shadow: 0 0 40px rgba(0,0,0,0.15); border-radius: 14px;\n        overflow: hidden; position: relative;\n    }\n\n    \/* ── BUBBLES ──────────────────────────────── *\/\n    .bg-bubbles { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; overflow: hidden; }\n    .bubble { position: absolute; bottom: -150px; border-radius: 50%; animation: rise linear infinite; filter: blur(2px); }\n    .bubble.p { background: radial-gradient(circle, rgba(156,0,255,.35) 0%, rgba(156,0,255,.08) 70%, transparent 100%); }\n    .bubble.y { background: radial-gradient(circle, rgba(254,216,3,.45) 0%, rgba(254,216,3,.1) 70%, transparent 100%); }\n    .bubble.m { background: radial-gradient(circle, rgba(224,12,255,.35) 0%, rgba(224,12,255,.08) 70%, transparent 100%); }\n    @keyframes rise {\n        0%   { bottom: -150px; transform: translateX(0) scale(1); opacity: 0; }\n        15%  { opacity: .55; }\n        85%  { opacity: .25; }\n        100% { bottom: 110%; transform: translateX(60px) scale(1.6); opacity: 0; }\n    }\n\n    \/* ── HEADER ──────────────────────────────── *\/\n    .header {\n        background: linear-gradient(135deg, #0d0d0d 0%, #1c0030 50%, #9c00ff 100%);\n        color: #fff !important; padding: 65px 40px 55px; text-align: center;\n        position: relative; z-index: 1; border-bottom: 4px solid #9c00ff;\n    }\n    .header .badge { display: inline-block; background: #fed803; color: #333 !important; font-size: .75em; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; padding: 5px 16px; border-radius: 30px; margin-bottom: 22px; }\n    .header h1 { font-size: clamp(1.9em, 4.5vw, 3.2em); font-weight: 800; text-transform: uppercase; letter-spacing: -.5px; margin-bottom: 10px; }\n    .header h1 span { color: #fed803 !important; }\n    .header .sub { font-size: 1.15em; opacity: .85; max-width: 680px; margin: 0 auto 30px; }\n    .header .ref-box { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); padding: 8px 22px; border-radius: 30px; font-size: .9em; color: rgba(255,255,255,.85) !important; }\n    .header .ref-box strong { color: #fed803 !important; }\n\n    \/* ── INTRO BANNER ────────────────────────── *\/\n    .intro-banner { background: linear-gradient(90deg, #9c00ff 0%, #e00cff 100%); color: #fff !important; padding: 25px 40px; font-size: 1.15em; font-weight: 600; text-align: center; position: relative; z-index: 1; }\n    .intro-banner span { background: rgba(0,0,0,.2); padding: 3px 12px; border-radius: 20px; font-size: .9em; margin-left: 10px; font-weight: 400; }\n\n    \/* ── SECTIONS ────────────────────────────── *\/\n    .section { padding: 55px 45px; position: relative; z-index: 1; }\n    .section-alt { background: #fafafa; }\n    .section-title { font-size: 1.75em; font-weight: 800; color: #333 !important; border-left: 5px solid #9c00ff; padding-left: 16px; margin-bottom: 30px; text-transform: uppercase; letter-spacing: -.3px; }\n    .section-title span { color: #9c00ff !important; }\n\n    \/* ── BOUTONS SCHÉMA ──────────────────────── *\/\n    .touchpad-layout {\n        background: linear-gradient(135deg, #0d0d0d, #1c0030);\n        border-radius: 20px;\n        padding: 45px 40px;\n        margin-top: 10px;\n        border: 1px solid rgba(156,0,255,.3);\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 40px;\n        align-items: center;\n    }\n    .tp-schema {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 16px;\n    }\n    .tp-schema-title { color: #fed803 !important; font-size: .8em; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }\n    .tp-buttons-row { display: flex; gap: 12px; align-items: center; }\n    .tp-btn {\n        width: 52px; height: 52px;\n        background: linear-gradient(135deg, #9c00ff, #e00cff);\n        border-radius: 10px;\n        display: flex; align-items: center; justify-content: center;\n        color: #fff !important; font-size: 1.1em; font-weight: 800;\n        box-shadow: 0 4px 16px rgba(156,0,255,.5);\n        flex-shrink: 0;\n    }\n    .tp-btn.yellow { background: linear-gradient(135deg, #fed803, #e6c200); color: #333 !important; box-shadow: 0 4px 16px rgba(254,216,3,.4); }\n    .tp-btn.small { width: 40px; height: 40px; font-size: .85em; }\n    .tp-btn-label { color: rgba(255,255,255,.7) !important; font-size: .8em; text-align: center; margin-top: 6px; }\n    .tp-sep { width: 2px; height: 40px; background: rgba(255,255,255,.15); border-radius: 2px; }\n    .tp-desc { color: #fff !important; }\n    .tp-desc h3 { font-size: 1.2em; font-weight: 800; color: #fed803 !important; margin-bottom: 16px; text-transform: uppercase; letter-spacing: .5px; }\n    .tp-desc ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }\n    .tp-desc ul li { font-size: .93em; opacity: .85; display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }\n    .tp-desc ul li::before { content: \"→\"; color: #9c00ff !important; font-weight: 700; flex-shrink: 0; }\n\n    \/* ── FEATURE GRID ────────────────────────── *\/\n    .feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; margin-top: 10px; }\n    .feature-card { background: #fff; border-radius: 14px; padding: 28px 24px; text-align: center; box-shadow: 0 3px 18px rgba(156,0,255,.1); border: 1px solid rgba(156,0,255,.12); transition: transform .2s, box-shadow .2s; }\n    .feature-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(156,0,255,.2); }\n    .feature-icon { font-size: 2.4em; margin-bottom: 14px; display: block; }\n    .feature-card h3 { font-size: 1em; font-weight: 700; color: #333 !important; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .3px; }\n    .feature-card p { font-size: .9em; color: #666 !important; line-height: 1.55; }\n\n    \/* ── MODES GRID ──────────────────────────── *\/\n    .modes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 10px; }\n    .mode-card {\n        background: #fff; border-radius: 14px; padding: 28px 24px;\n        box-shadow: 0 3px 18px rgba(156,0,255,.08);\n        border-top: 4px solid #9c00ff;\n    }\n    .mode-card.yellow { border-top-color: #fed803; }\n    .mode-card.magenta { border-top-color: #e00cff; }\n    .mode-card h3 { font-size: 1.05em; font-weight: 800; color: #333 !important; margin-bottom: 10px; text-transform: uppercase; letter-spacing: .3px; display: flex; align-items: center; gap: 10px; }\n    .mode-card h3 .ico { font-size: 1.3em; }\n    .mode-card p { font-size: .92em; color: #666 !important; line-height: 1.6; }\n\n    \/* ── MONTAGE OPTIONS ─────────────────────── *\/\n    .mount-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 10px; }\n    .mount-card {\n        background: linear-gradient(135deg, #0d0d0d, #1c0030);\n        color: #fff !important; border-radius: 14px; padding: 28px 20px; text-align: center;\n        border: 1px solid rgba(156,0,255,.25);\n    }\n    .mount-card .m-icon { font-size: 2.2em; margin-bottom: 12px; display: block; }\n    .mount-card h3 { font-size: .95em; font-weight: 700; color: #fed803 !important; text-transform: uppercase; letter-spacing: .4px; margin-bottom: 8px; }\n    .mount-card p { font-size: .87em; opacity: .75; line-height: 1.5; }\n\n    \/* ── SPEC TABLE ──────────────────────────── *\/\n    .spec-table { width: 100%; border-collapse: collapse; margin-top: 10px; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 14px rgba(0,0,0,.07); }\n    .spec-table thead tr { background: linear-gradient(90deg, #9c00ff, #e00cff); color: #fff !important; }\n    .spec-table thead th { padding: 14px 22px; text-align: left; font-weight: 700; font-size: .95em; text-transform: uppercase; letter-spacing: .5px; }\n    .spec-table tbody tr:nth-child(even) { background: #f5f0ff; }\n    .spec-table tbody tr:nth-child(odd) { background: #fff; }\n    .spec-table tbody td { padding: 13px 22px; border-bottom: 1px solid #eee; font-size: .95em; color: #444 !important; }\n    .spec-table tbody td:first-child { font-weight: 600; color: #333 !important; }\n\n    \/* ── DELIVERY LIST ───────────────────────── *\/\n    .delivery-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; margin-top: 10px; }\n    .delivery-list li { background: #fff; border-radius: 10px; padding: 16px 20px; display: flex; align-items: center; gap: 14px; box-shadow: 0 2px 12px rgba(0,0,0,.06); border: 1px solid #eee; font-size: .95em; color: #444 !important; }\n    .delivery-list li .icon { width: 36px; height: 36px; background: linear-gradient(135deg, #9c00ff, #e00cff); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.1em; flex-shrink: 0; }\n\n    \/* ── WARN \/ INFO BOX ─────────────────────── *\/\n    .warning-box { background: #fff8e1; border-left: 5px solid #fed803; border-radius: 10px; padding: 20px 24px; margin-top: 24px; display: flex; align-items: flex-start; gap: 14px; }\n    .info-box { background: #f5f0ff; border-left: 5px solid #9c00ff; border-radius: 10px; padding: 20px 24px; margin-top: 24px; display: flex; align-items: flex-start; gap: 14px; }\n    .warning-box .w-icon, .info-box .w-icon { font-size: 1.5em; flex-shrink: 0; margin-top: 2px; }\n    .warning-box p, .info-box p { font-size: .95em; color: #555 !important; line-height: 1.6; }\n    .warning-box p strong, .info-box p strong { color: #333 !important; }\n\n    \/* ── FAQ ─────────────────────────────────── *\/\n    .faq-list { margin-top: 10px; }\n    .faq-item { background: #fff; border-radius: 12px; margin-bottom: 14px; box-shadow: 0 2px 12px rgba(0,0,0,.06); overflow: hidden; }\n    .faq-q { padding: 18px 24px; font-weight: 700; color: #333 !important; display: flex; align-items: center; gap: 12px; }\n    .faq-q::before { content: \"Q\"; background: linear-gradient(135deg, #9c00ff, #e00cff); color: #fff !important; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .85em; font-weight: 800; flex-shrink: 0; }\n    .faq-a { padding: 0 24px 18px 66px; font-size: .95em; color: #666 !important; line-height: 1.65; }\n\n    \/* ── CTA ─────────────────────────────────── *\/\n    .cta-section { background: linear-gradient(135deg, #0d0d0d 0%, #1c0030 50%, #9c00ff 100%); color: #fff !important; padding: 55px 40px; text-align: center; position: relative; z-index: 1; overflow: hidden; }\n    .cta-section h2 { font-size: clamp(1.5em, 3.5vw, 2.4em); font-weight: 800; text-transform: uppercase; margin-bottom: 14px; }\n    .cta-section h2 span { color: #fed803 !important; }\n    .cta-section p { font-size: 1.05em; opacity: .85; margin-bottom: 32px; max-width: 550px; margin-left: auto; margin-right: auto; }\n    .cta-btn { display: inline-block; background: linear-gradient(135deg, #fed803, #e6c200); color: #333 !important; font-weight: 800; font-size: 1.1em; padding: 16px 44px; border-radius: 50px; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; transition: transform .2s, box-shadow .2s; box-shadow: 0 6px 25px rgba(254,216,3,.4); }\n    .cta-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 35px rgba(254,216,3,.55); }\n\n    @media (max-width: 720px) {\n        .section { padding: 40px 24px; }\n        .header { padding: 50px 24px 40px; }\n        .intro-banner { padding: 20px 24px; font-size: 1em; }\n        .cta-section { padding: 50px 24px; }\n        .touchpad-layout { grid-template-columns: 1fr; }\n        .mount-grid { grid-template-columns: 1fr 1fr; }\n        .feature-grid { grid-template-columns: 1fr 1fr; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"wrapper\"\u003e\n\u003c!-- Bubbles --\u003e\n\u003cdiv class=\"bg-bubbles\"\u003e\n\u003cdiv class=\"bubble p\" style=\"width: 80px; height: 80px; left: 5%; animation-duration: 8s; animation-delay: 0s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble y\" style=\"width: 50px; height: 50px; left: 15%; animation-duration: 12s; animation-delay: 2s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble m\" style=\"width: 65px; height: 65px; left: 28%; animation-duration: 10s; animation-delay: 4s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble p\" style=\"width: 100px; height: 100px; left: 45%; animation-duration: 9s; animation-delay: 1.5s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble y\" style=\"width: 40px; height: 40px; left: 62%; animation-duration: 11s; animation-delay: 3s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble m\" style=\"width: 75px; height: 75px; left: 75%; animation-duration: 13s; animation-delay: .5s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble p\" style=\"width: 55px; height: 55px; left: 88%; animation-duration: 8.5s; animation-delay: 5s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Header --\u003e\n\u003cdiv class=\"header\"\u003e\n\u003cdiv class=\"badge\"\u003e🎮 Controller · AA-3640\u003c\/div\u003e\n\u003ch1\u003e\u003cspan style=\"color: rgb(255, 255, 255)\"\u003eAccuAir e-Level+ Touchpad+\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"sub\"\u003eThe go-to physical remote for your AccuAir air ride — magnetic stainless-steel housing · connectorless cable · compressor LED indicator\u003c\/p\u003e\n\u003cdiv class=\"ref-box\"\u003eReference: \u003cstrong\u003eAA-3640\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Intro Banner --\u003e\n\u003cdiv class=\"intro-banner\"\u003e🎯 Total control of your car, in the palm of your hand — \u003cspan\u003epresets 1\/2\/3 · corner-by-corner adjustment · magnetic mounting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : Présentation + schéma boutons --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003e\u003cspan\u003eTaking control\u003c\/span\u003e of your air ride\u003c\/div\u003e\n\u003cp style=\"font-size: 1.05em; color: #555; margin-bottom: 30px; line-height: 1.75\"\u003eThe Touchpad+ is the wired physical controller for the AccuAir e-Level+ ecosystem. It connects directly to the e+ ECU and gives you immediate access to all height-management functions — either through saved presets (1, 2, 3) if you have the Height+ or Pressure+ kit, or in manual wheel-by-wheel mode. Its slim, magnetic stainless-steel housing fits just as well in a custom interior as it does on a standard magnetic mount.\u003c\/p\u003e\n\u003cdiv class=\"touchpad-layout\"\u003e\n\u003cdiv class=\"tp-schema\"\u003e\n\u003cdiv class=\"tp-schema-title\"\u003eButton layout\u003c\/div\u003e\n\u003c!-- Presets row --\u003e\n\u003cdiv class=\"tp-buttons-row\"\u003e\n\u003cdiv style=\"text-align: center\"\u003e\n\u003cdiv class=\"tp-btn yellow\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"tp-btn-label\"\u003ePreset\u003cbr\u003eLowered\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center\"\u003e\n\u003cdiv class=\"tp-btn yellow\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"tp-btn-label\"\u003ePreset\u003cbr\u003eDriving\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center\"\u003e\n\u003cdiv class=\"tp-btn yellow\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"tp-btn-label\"\u003ePreset\u003cbr\u003eRaised\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tp-sep\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Corner controls --\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; gap: 8px\"\u003e\n\u003cdiv style=\"display: flex; gap: 8px\"\u003e\n\u003cdiv style=\"text-align: center\"\u003e\n\u003cdiv class=\"tp-btn small\"\u003e↑\u003c\/div\u003e\n\u003cdiv class=\"tp-btn-label\" style=\"font-size: .72em\"\u003eFL\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center\"\u003e\n\u003cdiv class=\"tp-btn small\"\u003e↑\u003c\/div\u003e\n\u003cdiv class=\"tp-btn-label\" style=\"font-size: .72em\"\u003eFR\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; gap: 8px\"\u003e\n\u003cdiv style=\"text-align: center\"\u003e\n\u003cdiv class=\"tp-btn small\"\u003e↓\u003c\/div\u003e\n\u003cdiv class=\"tp-btn-label\" style=\"font-size: .72em\"\u003eRL\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center\"\u003e\n\u003cdiv class=\"tp-btn small\"\u003e↓\u003c\/div\u003e\n\u003cdiv class=\"tp-btn-label\" style=\"font-size: .72em\"\u003eRR\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- All down --\u003e\n\u003cdiv style=\"text-align: center; margin-top: 8px\"\u003e\n\u003cdiv class=\"tp-btn\" style=\"width: 120px; border-radius: 8px; font-size: .85em; height: 36px\"\u003e⬇ ALL DOWN\u003c\/div\u003e\n\u003cdiv class=\"tp-btn-label\"\u003eAll Down\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tp-desc\"\u003e\n\u003ch3\u003eWhat each button does\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eButtons \u003cstrong style=\"color: #fed803\"\u003e1 \/ 2 \/ 3\u003c\/strong\u003e — direct recall of your saved preset (lowered, driving, raised). Requires the Height+ or Pressure+ kit.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong style=\"color: #9c00ff\"\u003e↑ ↓ per corner\u003c\/strong\u003e buttons — independent manual adjustment of each wheel (front left, front right, rear left, rear right).\u003c\/li\u003e\n\u003cli\u003eDouble press \u003cstrong style=\"color: #9c00ff\"\u003eFRONT \/ REAR\u003c\/strong\u003e — raise or lower the front and rear axles simultaneously with one gesture.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong style=\"color: #e00cff\"\u003eAll Down\u003c\/strong\u003e button — immediately lowers all 4 corners with one press.\u003c\/li\u003e\n\u003cli\u003e\u003cstrong style=\"color: #fed803\"\u003eCompressor indicator LED\u003c\/strong\u003e — lights up when the compressor is running for instant visual diagnostics.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : Features --\u003e\n\u003cdiv class=\"section section-alt\"\u003e\n\u003cdiv class=\"section-title\"\u003eTouchpad+ \u003cspan\u003ehighlights\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔩\u003c\/span\u003e\n\u003ch3\u003eStainless-steel housing\u003c\/h3\u003e\n\u003cp\u003eNew slimmer stainless-steel profile, matching the e+ ECU — a premium look in any interior.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔌\u003c\/span\u003e\n\u003ch3\u003eConnectorless cable\u003c\/h3\u003e\n\u003cp\u003eConnectorless design — no weak point on the cable. More reliable than a conventional design with an intermediate connector.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🧲\u003c\/span\u003e\n\u003ch3\u003eMagnetic mounting\u003c\/h3\u003e\n\u003cp\u003eIntegrated magnetic frame — compatible with all standard magnetic mounts, such as magnetic phone holders.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e💡\u003c\/span\u003e\n\u003ch3\u003eCompressor LED\u003c\/h3\u003e\n\u003cp\u003eColored LED indicator that lets you know when your compressor is running — especially useful with a quiet compressor such as a CVT.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🎯\u003c\/span\u003e\n\u003ch3\u003eInstant presets\u003c\/h3\u003e\n\u003cp\u003eRecall your programmed heights 1, 2, and 3 — lowered, driving, raised — with one press, without using the app.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔧\u003c\/span\u003e\n\u003ch3\u003eCorner-by-corner adjustment\u003c\/h3\u003e\n\u003cp\u003eIndividual control of each wheel in manual mode — ideal for leveling or fine-tuning your stance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : 3 modes de contrôle --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003e3 \u003cspan\u003econtrol\u003c\/span\u003e modes\n\u003c\/div\u003e\n\u003cdiv class=\"modes-grid\"\u003e\n\u003cdiv class=\"mode-card\"\u003e\n\u003ch3\u003e\n\u003cspan class=\"ico\"\u003e1️⃣\u003c\/span\u003e Preset mode (Height+ \/ Pressure+)\u003c\/h3\u003e\n\u003cp\u003eIf you have the Height+ (AA-3641) or Pressure+ (AA-3907) kit, buttons 1, 2, and 3 directly recall your saved heights. The system automatically moves to the target height without you having to hold the button — incredibly simple.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mode-card yellow\"\u003e\n\u003ch3\u003e\n\u003cspan class=\"ico\"\u003e🔀\u003c\/span\u003e Manual wheel-by-wheel mode\u003c\/h3\u003e\n\u003cp\u003eWithout the Height+ or Pressure+ kit, or for fine adjustments, the directional buttons let you control each wheel independently. Hold the button to raise or lower the suspension. Release it to stop.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mode-card magenta\"\u003e\n\u003ch3\u003e\n\u003cspan class=\"ico\"\u003e⬇\u003c\/span\u003e All Down + Dual Front\/Rear mode\u003c\/h3\u003e\n\u003cp\u003eAll Down lowers all 4 corners at once. Double-pressing the front or rear buttons raises\/lowers the front or rear axle simultaneously — for quick adjustment of the overall stance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"info-box\"\u003e\n\u003cdiv class=\"w-icon\"\u003e💡\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eTouchpad+ vs e-Level+ app:\u003c\/strong\u003e Both can coexist on your system. The app provides more information (monitoring, calibration, advanced settings) but requires your smartphone. The Touchpad+ is the physical control that's always available in the cabin, even without a phone nearby. Both complement each other.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : Options de montage --\u003e\n\u003cdiv class=\"section section-alt\"\u003e\n\u003cdiv class=\"section-title\"\u003e\u003cspan\u003eMounting\u003c\/span\u003e options\n\u003c\/div\u003e\n\u003cdiv class=\"mount-grid\"\u003e\n\u003cdiv class=\"mount-card\"\u003e\n\u003cspan class=\"m-icon\"\u003e🧲\u003c\/span\u003e\n\u003ch3\u003eMagnetic mount\u003c\/h3\u003e\n\u003cp\u003eCompatible with all standard magnetic mounts. Place it on a magnetic mount on the dashboard, center console, or anywhere in the cabin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mount-card\"\u003e\n\u003cspan class=\"m-icon\"\u003e🔧\u003c\/span\u003e\n\u003ch3\u003ePanel flush-mount\u003c\/h3\u003e\n\u003cp\u003eConnectorless design intended for flush mounting in a door panel, console, or custom trunk — clean, permanent installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mount-card\"\u003e\n\u003cspan class=\"m-icon\"\u003e✋\u003c\/span\u003e\n\u003ch3\u003eHandheld use\u003c\/h3\u003e\n\u003cp\u003eDesigned to be held in your hand — ideal for shows, photo shoots, or maneuvers requiring frequent adjustments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : Contenu livraison --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003e\u003cspan\u003eWhat's included\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cul class=\"delivery-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"icon\"\u003e🎮\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e1 × Touchpad+ AA-3640\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: .87em; color: #777\"\u003eStainless steel housing with all control buttons and compressor indicator LED\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"icon\"\u003e🔌\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eConnection cable\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: .87em; color: #777\"\u003eConnectorless cable for direct connection to the e+ ECU\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"warning-box\"\u003e\n\u003cdiv class=\"w-icon\"\u003e⚠️\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eRequirements:\u003c\/strong\u003e This Touchpad+ requires the AccuAir e+ ECU to operate. Presets 1\/2\/3 are active only if you also have the Height+ (AA-3641) or Pressure+ (AA-3907) kit. Without these kits, only manual wheel-by-wheel control is available.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : Fiche technique --\u003e\n\u003cdiv class=\"section section-alt\"\u003e\n\u003cdiv class=\"section-title\"\u003e\u003cspan\u003eTechnical\u003c\/span\u003e data sheet\n\u003c\/div\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct reference\u003c\/td\u003e\n\u003ctd\u003eAA-3640\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eAccuAir\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eTouchpad+ wired controller\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHousing material\u003c\/td\u003e\n\u003ctd\u003eStainless steel — slim profile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCable\u003c\/td\u003e\n\u003ctd\u003eConnectorless (without intermediate connector)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMounting\u003c\/td\u003e\n\u003ctd\u003eMagnetic (standard) · Panel flush-mount · Hands-free\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePreset buttons\u003c\/td\u003e\n\u003ctd\u003e3 (1 \/ 2 \/ 3) — requires Height+ or Pressure+\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIndividual control\u003c\/td\u003e\n\u003ctd\u003e4 independent corners (↑↓ per wheel)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSimultaneous front\/rear adjustment\u003c\/td\u003e\n\u003ctd\u003eYes — front or rear dual control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAll Down\u003c\/td\u003e\n\u003ctd\u003eYes — all four corners lowered completely with one press\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompressor LED indicator\u003c\/td\u003e\n\u003ctd\u003eYes — colored LED (works with e-Level+ ECU only)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible ECU\u003c\/td\u003e\n\u003ctd\u003eAccuAir e+ (required)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePreset compatibility\u003c\/td\u003e\n\u003ctd\u003eWith Height+ AA-3641 or Pressure+ AA-3907\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e2 kg (packaging)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION : FAQ --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-title\"\u003eFrequently \u003cspan\u003easked questions\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eDoes the Touchpad+ replace the e-Level+ app?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eNo, the two are complementary. The Touchpad+ gives you instant physical control from inside the cabin — perfect for everyday use. The e-Level+ smartphone app additionally provides real-time monitoring, calibration, advanced settings, and firmware updates. We recommend having both in your setup.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eDo buttons 1, 2, and 3 work without the Height+ or Pressure+ kit?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eNo. The saved presets (buttons 1\/2\/3) absolutely require the Height+ kit (AA-3641) or Pressure+ kit (AA-3907) to work. Without either one, only manual wheel-by-wheel control is available — which remains fully functional for managing your ride height.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eDoes the compressor LED indicator work with all compressors?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eThe compressor LED indicator works only with the AccuAir e-Level+ ECU — it is the ECU that transmits the compressor status information to the Touchpad+. It is compatible with standard and CVT AccuAir compressors. Compatibility may vary for compressors from other brands connected to the e+ ECU.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eHow long is the Touchpad+ cable?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eAccuAir does not officially specify an exact length, but the cable is designed for installation from the trunk, where the ECU is located, to the cabin. In most compact cars or sedans, it is long enough when routed under the door seals or interior trim. For larger vehicles, such as SUVs and vans, an extension may be required.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eCan I use the Touchpad+ at the same time as the e-Level+ app?\u003c\/div\u003e\n\u003cdiv class=\"faq-a\"\u003eYes, absolutely. The e+ ECU manages both interfaces simultaneously without conflict. You can perform an action from the app and see the result, then make adjustments from the Touchpad+ — everything is synchronized through the ECU in real time.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003cdiv class=\"bg-bubbles\"\u003e\n\u003cdiv class=\"bubble p\" style=\"width: 70px; height: 70px; left: 10%; animation-duration: 9s; animation-delay: 1s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble y\" style=\"width: 50px; height: 50px; left: 50%; animation-duration: 11s; animation-delay: 0s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"bubble m\" style=\"width: 60px; height: 60px; left: 80%; animation-duration: 8s; animation-delay: 3s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWant \u003cspan\u003etotal control\u003c\/span\u003e of your air ride?\u003c\/h2\u003e\n\u003cp\u003eTouchpad+ alone or with the Height+ \/ Pressure+ kit — we'll help you choose the configuration that suits your needs and budget.\u003c\/p\u003e\n\u003ca href=\"https:\/\/raslbitume.com\" class=\"cta-btn\"\u003e💬 Contact us\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":40126585438306,"sku":"AA-3640","price":519.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/products\/aa-e_tpad-st_1_720x2344_e5277bcf-276e-41fa-acd6-621e2d42c517.png?v=1774179777","url":"https:\/\/raslbitume.com\/en\/products\/accuair-e-level-remote-control","provider":"Rasl'Bitume","version":"1.0","type":"link"}