{"product_id":"bouton-manometre-airlift-26229","title":"Airlift 26229 button + pressure gauge","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    .al-wrapper {\n        position: relative;\n        background: #fff;\n        max-width: 1200px;\n        margin: 0 auto;\n        line-height: 1.6;\n        color: #333 !important;\n        overflow: hidden;\n        box-shadow: 0 0 30px rgba(0,0,0,0.2);\n        border-radius: 12px;\n    }\n\n    \/* Bubbles *\/\n    .al-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }\n    .al-bubble {\n        position: absolute; bottom: -150px; border-radius: 50%;\n        animation: al-rise linear infinite; filter: blur(2px);\n        background: radial-gradient(circle, rgba(156,0,255,0.4) 0%, rgba(156,0,255,0.1) 70%, transparent 100%);\n    }\n    .al-bubble.w { background: radial-gradient(circle, rgba(254,216,3,0.5) 0%, rgba(254,216,3,0.15) 70%, transparent 100%); }\n    .al-bubble.d { background: radial-gradient(circle, rgba(224,12,255,0.4) 0%, rgba(224,12,255,0.1) 70%, transparent 100%); }\n    @keyframes al-rise {\n        0%   { bottom: -150px; transform: translateX(0) scale(1); opacity: 0; }\n        20%  { opacity: 0.6; }\n        80%  { opacity: 0.3; }\n        100% { bottom: 110%; transform: translateX(70px) scale(1.5); opacity: 0; }\n    }\n\n    \/* Header *\/\n    .al-header {\n        background: linear-gradient(135deg, #0a0a0a 0%, #1c1c1c 40%, #9c00ff 100%);\n        color: white !important;\n        padding: 70px 20px;\n        text-align: center;\n        position: relative;\n        z-index: 1;\n        border-bottom: 5px solid #9c00ff;\n    }\n    .al-header h1 {\n        font-size: clamp(2em, 5.5vw, 3.8em);\n        margin-bottom: 8px;\n        text-transform: uppercase;\n        letter-spacing: 4px;\n        color: #fff !important;\n        text-shadow: 2px 2px 10px rgba(0,0,0,0.9), 0 0 30px rgba(156,0,255,0.6);\n    }\n    .al-header .subtitle { font-size: 1.3em; color: #fed803 !important; font-weight: 700; text-transform: uppercase; }\n    .al-badge {\n        display: inline-block;\n        background: linear-gradient(135deg, #fed803, #e67e22);\n        color: #1a1a1a !important; font-weight: 900; font-size: 0.9em;\n        padding: 7px 22px; border-radius: 30px; margin-top: 15px;\n        text-transform: uppercase; letter-spacing: 2px;\n        box-shadow: 0 4px 15px rgba(156,0,255,0.4);\n    }\n    .al-badge-ref {\n        display: inline-block;\n        background: rgba(255,255,255,0.12);\n        color: #fff !important; font-weight: 600; font-size: 0.85em;\n        padding: 5px 18px; border-radius: 20px; margin-top: 10px;\n        letter-spacing: 1px; border: 1px solid rgba(255,255,255,0.25);\n    }\n\n    \/* Banner *\/\n    .al-banner {\n        background: linear-gradient(90deg, #9c00ff 0%, #e00cff 100%);\n        color: white !important; padding: 22px 20px; text-align: center;\n        font-size: 1.05em; font-weight: 600; position: relative; z-index: 1;\n    }\n\n    \/* Section *\/\n    .al-section { padding: 50px 30px; position: relative; z-index: 1; }\n    .al-title {\n        font-size: 1.9em; font-weight: 900; color: #1a1a1a !important;\n        margin-bottom: 30px; border-bottom: 4px solid #9c00ff;\n        display: inline-block; text-transform: uppercase; padding-bottom: 10px;\n    }\n\n    \/* Intro *\/\n    .al-intro {\n        background: linear-gradient(135deg, #111 0%, #2d0050 100%);\n        color: white !important; padding: 40px; border-radius: 15px;\n        border-left: 6px solid #9c00ff;\n        box-shadow: 0 6px 25px rgba(0,0,0,0.35);\n    }\n    .al-intro h3 { color: #fed803 !important; font-size: 1.55em; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 2px; }\n    .al-intro p { font-size: 1.03em; line-height: 1.9; opacity: 0.95; margin-bottom: 15px; }\n    .al-intro p:last-child { margin-bottom: 0; }\n    .al-intro strong { color: #fed803 !important; }\n\n    \/* Specs highlight *\/\n    .al-specs-row {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n        gap: 15px;\n        margin-top: 30px;\n    }\n    .al-spec-box {\n        background: linear-gradient(135deg, #1a1a1a 0%, #2d0050 100%);\n        border: 2px solid #9c00ff;\n        border-radius: 12px;\n        padding: 22px 15px;\n        text-align: center;\n        box-shadow: 0 4px 15px rgba(156,0,255,0.15);\n    }\n    .al-spec-box .val { font-size: 2em; font-weight: 900; color: #fed803 !important; display: block; line-height: 1.1; }\n    .al-spec-box .lbl { font-size: 0.82em; color: #ccc !important; text-transform: uppercase; letter-spacing: 1px; margin-top: 6px; display: block; }\n\n    \/* Features grid *\/\n    .al-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 28px; }\n    .al-card {\n        background: #fff; padding: 25px; border-radius: 12px;\n        border-left: 6px solid #9c00ff;\n        box-shadow: 0 4px 18px rgba(156,0,255,0.1);\n        transition: all 0.3s ease;\n    }\n    .al-card:hover { transform: translateY(-5px); box-shadow: 0 8px 28px rgba(156,0,255,0.2); border-left-color: #7a00cc; }\n    .al-card h3 { color: #9c00ff !important; margin-bottom: 10px; font-size: 1.15em; font-weight: 700; }\n    .al-card p { color: #555 !important; line-height: 1.7; margin: 0; }\n\n    \/* Delivery *\/\n    .al-delivery-box {\n        background: linear-gradient(135deg, #f9f0ff 0%, #ffffff 100%);\n        border: 3px solid #9c00ff; border-radius: 15px; padding: 35px;\n        box-shadow: 0 5px 22px rgba(156,0,255,0.1);\n    }\n    .al-delivery-box h3 { color: #9c00ff !important; font-size: 1.4em; margin-bottom: 20px; font-weight: 900; text-transform: uppercase; }\n    .al-delivery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 10px; }\n    .al-delivery-item {\n        display: flex; align-items: flex-start; gap: 12px;\n        padding: 12px 15px; background: white; border-radius: 10px;\n        border-left: 5px solid #9c00ff;\n        box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        transition: all 0.3s ease; font-weight: 500; color: #333 !important; font-size: 0.93em;\n    }\n    .al-delivery-item:hover { border-left-color: #7a00cc; transform: translateX(4px); }\n    .al-delivery-item .arr { color: #9c00ff !important; flex-shrink: 0; }\n    .al-delivery-item .sub { color: #888 !important; font-size: 0.82em; font-weight: 400; display: block; margin-top: 2px; }\n\n    \/* Warranty *\/\n    .al-warranty-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 28px; }\n    .al-w-card {\n        background: linear-gradient(135deg, #1a1a1a 0%, #2d0050 100%);\n        border-radius: 12px; padding: 25px;\n        display: flex; align-items: center; gap: 18px;\n        box-shadow: 0 4px 18px rgba(156,0,255,0.15);\n        border: 2px solid #9c00ff;\n    }\n    .al-w-icon { font-size: 2.5em; flex-shrink: 0; }\n    .al-w-label { color: #fff !important; font-weight: 700; font-size: 0.95em; text-transform: uppercase; letter-spacing: 1px; }\n    .al-w-sub { color: #aaa !important; font-size: 0.85em; margin-top: 5px; line-height: 1.5; }\n\n    \/* Note box *\/\n    .al-note {\n        background: linear-gradient(135deg, #f9f0ff 0%, #fffaef 100%);\n        border: 2px solid #9c00ff; border-radius: 10px;\n        padding: 18px 22px; margin-top: 20px;\n        font-size: 0.95em; color: #555 !important;\n    }\n    .al-note strong { color: #9c00ff !important; }\n\n    \/* Footer *\/\n    .al-footer {\n        background: linear-gradient(135deg, #111 0%, #9c00ff 100%);\n        color: white !important; text-align: center; padding: 35px;\n        border-top: 3px solid #fed803;\n    }\n    .al-footer .tagline { color: #fed803 !important; font-weight: 700; font-size: 1.2em; text-transform: uppercase; letter-spacing: 2px; }\n\n    .hr { color: #9c00ff !important; font-weight: 700; }\n    .hw { color: #555 !important; font-weight: 700; }\n\n    @media (max-width: 768px) {\n        .al-section { padding: 30px 15px; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"al-wrapper\"\u003e\n\u003c!-- Bubbles --\u003e\n\u003cdiv class=\"al-bg\"\u003e\n\u003cdiv class=\"al-bubble\" style=\"width: 110px; height: 110px; left: 7%; animation-duration: 8s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"al-bubble w\" style=\"width: 150px; height: 150px; left: 23%; animation-duration: 12s; animation-delay: 1s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"al-bubble d\" style=\"width: 85px; height: 85px; left: 44%; animation-duration: 9s; animation-delay: 3.5s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"al-bubble\" style=\"width: 130px; height: 130px; left: 63%; animation-duration: 14s; animation-delay: 2s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"al-bubble w\" style=\"width: 180px; height: 180px; left: 84%; animation-duration: 16s; animation-delay: 5s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"al-bubble d\" style=\"width: 95px; height: 95px; left: 14%; animation-duration: 11s; animation-delay: 4s\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Header --\u003e\u003cheader class=\"al-header\"\u003e\n\u003ch1\u003eAir Lift 26229\u003c\/h1\u003e\n\u003cp class=\"subtitle\"\u003e🎛 Manual Air Ride Management — Dual-Needle Gauge \u0026amp; Paddle Valves\u003c\/p\u003e\n\u003cspan class=\"al-badge\"\u003e⚙️ Manual Front \u0026amp; Rear Control\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"al-badge-ref\"\u003ePart number: 26229 — Air Lift Performance\u003c\/span\u003e\n\u003cp style=\"font-style: italic; opacity: 0.8; margin-top: 18px; font-size: 1.05em\"\u003eSimple. Reliable. Effective. The essentials without compromise.\u003c\/p\u003e\n\u003c\/header\u003e\u003c!-- Banner --\u003e\n\u003cdiv class=\"al-banner\"\u003e200 PSI dual-needle gauge + 2 manual 1\/4\" paddle valves + mounting bracket included — The most economical solution for controlling your air ride from the cabin.\u003c\/div\u003e\n\u003c!-- Specs highlight --\u003e\n\u003csection class=\"al-section\" style=\"background: #0a0a0a; padding: 35px 30px\"\u003e\n\u003cdiv class=\"al-specs-row\"\u003e\n\u003cdiv class=\"al-spec-box\"\u003e\n\u003cspan class=\"val\"\u003e200 PSI\u003c\/span\u003e \u003cspan class=\"lbl\"\u003eMaximum Pressure\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-spec-box\"\u003e\n\u003cspan class=\"val\"\u003e2\u003c\/span\u003e \u003cspan class=\"lbl\"\u003eIndependent Needles\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-spec-box\"\u003e\n\u003cspan class=\"val\"\u003e1\/4\"\u003c\/span\u003e \u003cspan class=\"lbl\"\u003elines\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-spec-box\"\u003e\n\u003cspan class=\"val\"\u003e2\u003c\/span\u003e \u003cspan class=\"lbl\"\u003eManual Paddle Valves\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-spec-box\"\u003e\n\u003cspan class=\"val\"\u003eF\/R\u003c\/span\u003e \u003cspan class=\"lbl\"\u003eFront \u0026amp; Rear Control\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Intro --\u003e\n\u003csection class=\"al-section\"\u003e\n\u003cdiv class=\"al-intro\"\u003e\n\u003ch3\u003e🔧 What is the Air Lift 26229?\u003c\/h3\u003e\n\u003cp\u003eThe Air Lift 26229 is the \u003cstrong\u003esimplest and most affordable manual management solution\u003c\/strong\u003e for taking control of your air ride system. No electronic control box, no app, no complexity: just two paddle valves within easy reach and a dual-needle gauge to read your pressures in real time.\u003c\/p\u003e\n\u003cp\u003eThe kit arrives \u003cstrong\u003epre-assembled on its mounting bracket\u003c\/strong\u003e, with the internal sealing already completed and the 1\/4\" fittings installed. Plug it in, screw it on, and drive. Ideal for those who want a \u003cstrong\u003ereliable, durable, and easy-to-install\u003c\/strong\u003e system without the hassle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Features --\u003e\n\u003csection class=\"al-section\" style=\"background: linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\"\u003e\n\u003ch2 class=\"al-title\"\u003e⚙️ Technical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"al-grid\"\u003e\n\u003cdiv class=\"al-card\"\u003e\n\u003ch3\u003e📊 200 PSI Dual-Needle Gauge\u003c\/h3\u003e\n\u003cp\u003eA \u003cspan class=\"hr\"\u003ered\u003c\/span\u003e needle for the front, a \u003cspan class=\"hw\"\u003eblack\u003c\/span\u003e needle for the rear. Read both pressures at a glance, without switching between two separate gauges.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-card\"\u003e\n\u003ch3\u003e🖐️ 2 Manual Paddle Valves\u003c\/h3\u003e\n\u003cp\u003eTwo paddle-style pressure valves in \u003cspan class=\"hr\"\u003e1\/4\"\u003c\/span\u003e, one per circuit. Inflate and deflate simply by pressing the paddles — direct, instant, intuitive control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-card\"\u003e\n\u003ch3\u003e🚗 Front \u0026amp; Rear Control\u003c\/h3\u003e\n\u003cp\u003eIndependently manage the pressure of your front and rear axles — or separate two air springs on the same axle. Versatile for \u003cspan class=\"hr\"\u003e2-way\u003c\/span\u003e use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-card\"\u003e\n\u003ch3\u003e🔩 Pre-assembled \u0026amp; Ready to Connect\u003c\/h3\u003e\n\u003cp\u003eThe panel arrives mounted on its bracket with the internal sealing already completed. Integrated 1\/4\" push-in fittings; no special tools required to install the panel itself.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-card\"\u003e\n\u003ch3\u003e💰 Most Economical Solution\u003c\/h3\u003e\n\u003cp\u003eThe most affordable way to have \u003cspan class=\"hr\"\u003eon-board control\u003c\/span\u003e of your air suspension. No subscription, no updates, and no possibility of electronic failure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-card\"\u003e\n\u003ch3\u003e🏗️ Air Lift Durability\u003c\/h3\u003e\n\u003cp\u003eMade by \u003cstrong\u003eAir Lift Performance\u003c\/strong\u003e, a global benchmark in air suspension for decades. Outstanding build quality, designed to last.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Delivery --\u003e\n\u003csection class=\"al-section\"\u003e\n\u003ch2 class=\"al-title\"\u003e📦 Delivery Contents\u003c\/h2\u003e\n\u003cdiv class=\"al-delivery-box\"\u003e\n\u003ch3\u003e📦 This product includes\u003c\/h3\u003e\n\u003cdiv class=\"al-delivery-grid\"\u003e\n\u003cdiv class=\"al-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003e1 200 PSI dual-needle pressure gauge \u003cspan class=\"sub\"\u003eRed needle (left) + black needle (right)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003e2 manual 1\/4\" paddle valves \u003cspan class=\"sub\"\u003eOne valve per circuit — inflation \u0026amp; deflation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003e1 panel mounting bracket \u003cspan class=\"sub\"\u003ePre-assembled — internal sealing already completed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-delivery-item\"\u003e\n\u003cspan class=\"arr\"\u003e➡️\u003c\/span\u003e\n\u003cdiv\u003e1\/4\" connection fittings \u003cspan class=\"sub\"\u003eIntegrated into the panel, ready to connect\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"al-note\"\u003e\n\u003cstrong\u003e🔧 Compatible:\u003c\/strong\u003e This panel works with any 1\/4\" air ride system. Compatible with 2-way systems (front\/rear).\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Warranty --\u003e\n\u003csection class=\"al-section\" style=\"background: linear-gradient(135deg,#f9f9f9 0%,#fff 100%)\"\u003e\n\u003ch2 class=\"al-title\"\u003e🛡 Warranty \u0026amp; Delivery\u003c\/h2\u003e\n\u003cdiv class=\"al-warranty-grid\"\u003e\n\u003cdiv class=\"al-w-card\"\u003e\n\u003cdiv class=\"al-w-icon\"\u003e✅\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"al-w-label\"\u003eAir Lift Performance Warranty\u003c\/div\u003e\n\u003cdiv class=\"al-w-sub\"\u003eGenuine Air Lift product — quality and reliability guaranteed by the American manufacturer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Footer --\u003e\u003cfooter class=\"al-footer\"\u003e\n\u003cp class=\"tagline\"\u003eAIR LIFT 26229 — THE BENCHMARK IN MANUAL MANAGEMENT\u003c\/p\u003e\n\u003cp style=\"margin-top: 12px; opacity: 0.85\"\u003e⚙️ Simple. Reliable. Precise. Everything you need for your air ride.\u003c\/p\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49566383046994,"sku":null,"price":219.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/IMG-2965.webp?v=1774183782","url":"https:\/\/raslbitume.com\/en\/products\/airlift-26229-button-pressure-gauge","provider":"Rasl'Bitume","version":"1.0","type":"link"}