{"product_id":"kit-gestion-titan-3h-complet-air-lift-3h","title":"Complete Titan 3H Management Kit – Air Lift 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 Titan 3H — \u003c\/title\u003e\n\u003cstyle\u003e\n    .nb-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 animation *\/\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\n    \/* Header *\/\n    .nb-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    .nb-header h1 {\n        font-size: clamp(2em, 5.5vw, 3.8em);\n        margin-bottom: 8px;\n        text-transform: uppercase;\n        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    }\n    .nb-header .subtitle {\n        font-size: 1.3em;\n        color: #fed803 !important;\n        font-weight: 700;\n        text-transform: uppercase;\n        text-shadow: 1px 1px 6px rgba(0,0,0,0.6);\n    }\n    .nb-badge {\n        display: inline-block;\n        background: linear-gradient(135deg, #fed803, #e67e22);\n        color: #1a1a1a !important;\n        font-weight: 900;\n        font-size: 0.9em;\n        padding: 7px 22px;\n        border-radius: 30px;\n        margin-top: 15px;\n        text-transform: uppercase;\n        letter-spacing: 2px;\n        box-shadow: 0 4px 15px rgba(254,216,3,0.4);\n    }\n    .nb-badge-secondary {\n        display: inline-block;\n        background: rgba(255,255,255,0.12);\n        color: #fff !important;\n        font-size: 0.85em;\n        padding: 5px 18px;\n        border-radius: 30px;\n        margin-top: 10px;\n        margin-left: 10px;\n        border: 1px solid rgba(255,255,255,0.25);\n        letter-spacing: 1px;\n    }\n\n    \/* Banner *\/\n    .nb-banner {\n        background: linear-gradient(90deg, #9c00ff 0%, #e00cff 100%);\n        color: white !important;\n        padding: 28px 20px;\n        text-align: center;\n        font-size: 1.15em;\n        font-weight: 600;\n        position: relative;\n        z-index: 1;\n        box-shadow: 0 4px 15px rgba(156,0,255,0.35);\n    }\n\n    \/* Highlight *\/\n    .nb-highlight {\n        background: linear-gradient(135deg, #fff8e1 0%, #fffaef 100%);\n        color: #9c00ff !important;\n        padding: 18px 25px;\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.25);\n        font-size: 1.02em;\n    }\n\n    \/* Section *\/\n    .nb-section { padding: 50px 30px; position: relative; z-index: 1; }\n    .nb-title {\n        font-size: 1.9em;\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    \/* Intro block *\/\n    .nb-intro {\n        background: linear-gradient(135deg, #111 0%, #2d0050 100%);\n        color: white !important;\n        padding: 40px;\n        border-radius: 15px;\n        margin-bottom: 30px;\n        border-left: 6px solid #fed803;\n        box-shadow: 0 6px 25px rgba(0,0,0,0.35);\n        position: relative; z-index: 1;\n    }\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\n    \/* Upgrade banner *\/\n    .nb-upgrade-banner {\n        background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);\n        border: 2px solid #fed803;\n        border-radius: 12px;\n        padding: 22px 28px;\n        margin-top: 20px;\n        display: flex;\n        align-items: center;\n        gap: 18px;\n    }\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\n    \/* Cards grid *\/\n    .nb-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        gap: 22px;\n        margin-top: 28px;\n    }\n    .nb-card {\n        background: linear-gradient(135deg, #fff 0%, #fafafa 100%);\n        padding: 25px;\n        border-radius: 12px;\n        border-left: 6px solid #9c00ff;\n        box-shadow: 0 4px 18px rgba(156,0,255,0.12);\n        transition: all 0.3s ease;\n        position: relative;\n        overflow: hidden;\n    }\n    .nb-card::before {\n        content: '';\n        position: absolute; top: 0; right: 0;\n        width: 70px; height: 70px;\n        background: radial-gradient(circle, rgba(224,12,255,0.08) 0%, transparent 70%);\n        border-radius: 50%;\n    }\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\n    \/* Specs container *\/\n    .nb-specs-container {\n        border: 3px solid #9c00ff;\n        border-radius: 15px;\n        padding: 30px;\n        background: linear-gradient(135deg, rgba(255,255,255,0.97) 0%, rgba(250,248,248,0.97) 100%);\n        box-shadow: 0 5px 22px rgba(156,0,255,0.1);\n    }\n    .nb-specs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }\n    .nb-spec-card {\n        background: #fff;\n        padding: 20px;\n        border-radius: 8px;\n        border-left: 6px solid #9c00ff;\n        box-shadow: 0 3px 12px rgba(0,0,0,0.05);\n        transition: transform 0.3s ease;\n    }\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\n    \/* Features dark *\/\n    .nb-features-container {\n        background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);\n        color: white !important;\n        padding: 38px;\n        border-radius: 15px;\n        margin-top: 28px;\n        border-bottom: 5px solid #9c00ff;\n        box-shadow: 0 5px 22px rgba(0,0,0,0.35);\n    }\n    .nb-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin-top: 18px; }\n    .nb-feature-item {\n        padding: 14px 16px;\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        display: flex; align-items: flex-start; gap: 10px;\n    }\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\n    \/* Delivery box *\/\n    .nb-delivery-box {\n        background: linear-gradient(135deg, #f9f0ff 0%, #ffffff 100%);\n        border: 3px solid #9c00ff;\n        border-radius: 15px;\n        padding: 35px;\n        box-shadow: 0 5px 22px rgba(156,0,255,0.1);\n        position: relative; z-index: 1;\n    }\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 {\n        display: flex; align-items: flex-start; gap: 12px;\n        padding: 13px 15px;\n        background: white;\n        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;\n        font-weight: 500; color: #333 !important; font-size: 0.94em;\n    }\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\n    \/* Safety kits *\/\n    .nb-safety-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; margin-top: 28px; }\n    .nb-safety-card {\n        background: #fff;\n        border-radius: 12px;\n        overflow: hidden;\n        border: 2px solid #9c00ff;\n        box-shadow: 0 4px 18px rgba(156,0,255,0.1);\n        transition: all 0.3s ease;\n    }\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 {\n        background: linear-gradient(135deg, #1a1a1a 0%, #2d0050 100%);\n        color: white !important;\n        padding: 16px 20px;\n        font-weight: 800;\n        font-size: 1em;\n        border-left: 5px solid #fed803;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\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\n    \/* Show mode highlight *\/\n    .nb-showmode-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 28px rgba(156,0,255,0.4);\n    }\n    .nb-showmode-box h3 { font-size: 2.2em; margin-bottom: 15px; color: #fed803 !important; text-shadow: 2px 2px 8px rgba(0,0,0,0.3); text-transform: uppercase; }\n    .nb-showmode-box p { font-size: 1.1em; line-height: 1.85; }\n\n    \/* FAQ *\/\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\n    \/* Footer *\/\n    .nb-footer {\n        background: linear-gradient(135deg, #111 0%, #9c00ff 100%);\n        color: white !important; text-align: center; padding: 38px;\n        border-top: 3px solid #fed803;\n    }\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\n    \/* Utilities *\/\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\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\u003c!-- Bubbles --\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\u003c!-- Header --\u003e\n\u003cheader class=\"nb-header\"\u003e\n \u003ch1\u003eAirmanagement Titan 3H\u003c\/h1\u003e\n \u003cp class=\"subtitle\"\u003e📐 Height-Based Air Ride Management — Air Lift Performance 3H\u003c\/p\u003e\n \u003cspan class=\"nb-badge\"\u003e⚙️ Complete Air Management\u003c\/span\u003e\n \u003cspan class=\"nb-badge-secondary\"\u003e✅ Height sensors included — Native auto-leveling\u003c\/span\u003e\n \u003cp style=\"font-style:italic;opacity:0.85;margin-top:20px;font-size:1.05em\"\u003eAbsolute Precision. Actual Height. Total Control.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003c!-- Banner --\u003e\n\u003cdiv class=\"nb-banner\"\u003e\n Complete air management kit based on the Air Lift Performance 3H — 5 height presets, height sensors included, individual 4-wheel control, Bluetooth mobile app included\n\u003c\/div\u003e\n\u003c!-- Highlight --\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 HEIGHT CONTROL\u003c\/strong\u003e | OTA updates via app | Height sensors included\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 Titan 3H Kit?\u003c\/h3\u003e\n \u003cp\u003e\n The \u003cstrong\u003eAirmanagement Titan 3H\u003c\/strong\u003e kit is a pressure-based air management system built around the \u003cstrong style=\"color:#fed803\"\u003eAir Lift Performance 3H\u003c\/strong\u003e, with 5 customizable \u003cstrong style=\"color:#fed803\"\u003eheight\u003c\/strong\u003e levels and individual control for each wheel. The 3H wired control box displays the \u003cstrong style=\"color:#fed803\"\u003eactual heights of all 4 air springs\u003c\/strong\u003e as well as the tank pressure. Thanks to the integrated height sensors, the system knows the exact position of each wheel at all times. It uses a \u003cstrong style=\"color:#fed803\"\u003ebacklit screen\u003c\/strong\u003e and features a rotary control pad that also allows horizontal installation.\n \u003c\/p\u003e\n \u003cp\u003e\n Via 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 with the vehicle switched off. No additional hardware is required; this feature is integrated into every 3P system. Control box updates can also be performed directly through the app.\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\u003eAre you looking for precise height control?\u003c\/strong\u003e Take a look at the \u003cstrong\u003eTitan\u003c\/strong\u003e 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 (Titan) kit later\u003c\/strong\u003e, without major 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 Titan 3H?\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 screen\" 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 screen with a physical control pad. Simultaneous display of the \u003cspan class=\"hr\"\u003e4 air spring pressures\u003c\/span\u003e + tank pressure. Horizontal installation is possible thanks to the rotary control pad.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-card\"\u003e\n \u003ch3\u003e📐 5 Height Presets\u003c\/h3\u003e\n \u003cp\u003e\u003cspan class=\"hr\"\u003e5 customizable height presets\u003c\/span\u003e recallable with a single touch. The system memorizes the actual height and reproduces it precisely, regardless of the vehicle's load.\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 adjustment per wheel\u003c\/span\u003e for millimeter-precise ride-height tuning. Fine-tune load or stance imbalances on demand.\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 turned 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\u003eYou start with pressure control and can \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 screen\u003c\/p\u003e\n \u003cp\u003eBacklit physical control pad\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🔢 PRESETS\u003c\/strong\u003e\n \u003cp\u003e5 user height presets\u003c\/p\u003e\n \u003cp\u003ePrecise height recall at the touch of a button\u003c\/p\u003e\n \u003cp\u003eIndependent height control per wheel\u003c\/p\u003e\n \u003cp\u003eHeight sensors included — ready to use\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 app\u003c\/p\u003e\n \u003cp\u003eNative integrated Show Mode\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-spec-card\"\u003e\n \u003cstrong\u003e📡 DISPLAY\u003c\/strong\u003e\n \u003cp\u003e4 real-time air spring heights\u003c\/p\u003e\n \u003cp\u003eTank pressure displayed\u003c\/p\u003e\n \u003cp\u003eFull on-screen menu\u003c\/p\u003e\n \u003cp\u003eActive 4-corner height\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⚙️ Everything integrated, nothing 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 true-height display — backlit screen + physical controller\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 a single 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 turned 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\"\u003eIntegrated height sensors — native self-leveling\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Scope of Delivery --\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📦 The Titan Kit 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 3H System\n \u003cspan class=\"sub\"\u003eThe foundation of the kit — true-height-based management\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\u003eMounting hardware for valve block\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 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\u003eAir tank of your choice\n \u003cspan class=\"sub\"\u003eSelect your tank 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\u003eFree fittings to connect all components\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 3H 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\u003eTube 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 tubing\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\u003eRequired 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. Adjustable independently for the front and rear—eliminating 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 the 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 the 3P (Titan) and the 3H (Titan)?\u003c\/div\u003e\n \u003cdiv class=\"nb-faq-a\"\u003eBoth systems are fundamentally identical, but differ in one key aspect: the \u003cspan class=\"hr\"\u003e3H (Titan) includes height sensors\u003c\/span\u003e, enabling precise self-leveling regardless of the load. The 3P (Titan) operates based on pressure—highly precise and versatile, but without directly measuring physical height. Good news: \u003cstrong\u003ethe 3P kit can be upgraded to the 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\"\u003eDoes 3H maintain the ride height when I load the vehicle?\u003c\/div\u003e\n \u003cdiv class=\"nb-faq-a\"\u003eYes, that is the strength of 3H. Thanks to the \u003cspan class=\"hr\"\u003eintegrated height sensors\u003c\/span\u003e, the system knows the exact physical position of the air springs and maintains the actual ride height even when the load changes — additional passengers, luggage or a light trailer. The pressure-based 3P system cannot guarantee this.\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 in\u003c\/span\u003e to 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\"\u003e\u003cspan class=\"hr\"\u003eShow Mode\u003c\/span\u003e lets you fully control your suspension via Bluetooth smartphone, even when the ignition is switched off. Ideal for shows, meets and exhibitions: you can raise, lower or switch between presets without entering the vehicle.\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-faq-item\"\u003e\n \u003cdiv class=\"nb-faq-q\"\u003eCan I use my existing compressors?\u003c\/div\u003e\n \u003cdiv class=\"nb-faq-a\"\u003eYes. The kit is available in several configurations, with a choice of first and second compressor. The 3H wiring harness already includes a compressor relay — \u003cspan class=\"hy\"\u003eno additional relay is required\u003c\/span\u003e if you use the kit with a compressor.\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"nb-faq-item\"\u003e\n \u003cdiv class=\"nb-faq-q\"\u003eDoes the kit come with airline?\u003c\/div\u003e\n \u003cdiv class=\"nb-faq-a\"\u003eYes, the kit includes \u003cspan class=\"hr\"\u003e18 metres of flexible airline\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!-- Photos Section --\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 3H — Advanced height 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 3H — 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 screen, rotary dial\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Warranty Section --\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\"\u003eTitan 3H management 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 kit\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 Titan 3H management kit qualifies you for the 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 this\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\u003c!-- Footer --\u003e\n\u003cfooter class=\"nb-footer\"\u003e\n \u003cp class=\"tagline\"\u003eAIRMANAGEMENT TITAN 3H — \u003c\/p\u003e\n \u003cp style=\"font-size:1.05em;margin-top:14px\"\u003e⚙️ Absolute Precision. Real Height. Total Control.\u003c\/p\u003e\n \u003cp style=\"opacity:0.8;margin-top:8px\"\u003eThe air management kit based on Air Lift Performance 3H — 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":"Default Title","offer_id":52719868182866,"sku":null,"price":2579.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Titan_3H.png?v=1774192324","url":"https:\/\/raslbitume.com\/en\/products\/complete-titan-3h-management-kit-air-lift-3h","provider":"Rasl'Bitume","version":"1.0","type":"link"}