{"title":"BMW Air Suspension – Air Ride Kits | Rasl'Bitume","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e\u003cspan\u003eEnhance your \u003c\/span\u003e\u003cstrong data-start=\"337\" data-end=\"344\"\u003eBMW\u003c\/strong\u003e\u003cspan\u003e with our \u003c\/span\u003e\u003cstrong data-start=\"357\" data-end=\"400\"\u003eAir Ride air suspension kits\u003c\/strong\u003e\u003cspan\u003e. Instantly adjust the height, boost the sporty style, and emphasize the dynamic presence of every BMW model.\u003c\/span\u003e\u003c\/p\u003e","products":[{"product_id":"kit-airmext-bmw-e38-1995-2001","title":"Airmext Air Ride Kit for BMW 7 Series E38 (1995-2001), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eComplete \u003cspan style=\"color:#FED803;\"\u003eAir Ride\u003c\/span\u003e\u003cbr\u003eKit AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003ePneumatic suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your car with the complete \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e air suspension kit, selected by Rasl'Bitume for its unbeatable value for money. This kit rivals the biggest brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARACTÉRISTIQUES --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Main features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 hardness adjustment levels\u003c\/div\u003e\n      \u003cp\u003eAdjust your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm of lowering\u003c\/strong\u003e front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDouble high-pressure air springs\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive and perfectly suited for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1 year warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery with all costs included.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Management \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003e4-way fully electronic system — precise, simple and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"Gestion AIRMEXT SNX5 V3 Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style","brand":"Rasl'Bitume","offers":[{"title":"Kit A","offer_id":40100988158050,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":40100988190818,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":40100988223586,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":40100988256354,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/kit-airmext-bmw-e-38.png?v=1774186595"},{"product_id":"kit-airmext-bmw-x6-f16-2014","title":"Airmext Air Ride Kit for BMW X6 F16 (2014+), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eComplete \u003cspan style=\"color:#FED803;\"\u003eAir Ride\u003c\/span\u003e\u003cbr\u003eKit AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your car with the complete air suspension kit \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e, selected by Rasl'Bitume for its unbeatable value for money. This kit rivals the biggest brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARACTÉRISTIQUES --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Main features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 hardness adjustment levels\u003c\/div\u003e\n      \u003cp\u003eAdjust your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm lowering\u003c\/strong\u003e at both front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDual high-pressure airbags\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive and perfectly suited for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1 year warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery all costs included.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Management \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003e4-way system fully electronically controlled — precise, simple and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"Management AIRMEXT SNX5 V3 Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"","brand":"Rasl'Bitume","offers":[{"title":"Kit A","offer_id":40100990779490,"sku":null,"price":2907.0,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":40100990812258,"sku":null,"price":3009.0,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":40100990845026,"sku":null,"price":3060.0,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":40100990877794,"sku":null,"price":1989.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/airmext-x6.png?v=1774187356"},{"product_id":"kit-airmext-bmw-e61","title":"Airmext Air Ride Kit for BMW 5 Series E61 Touring (2003-2010), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eComplete \u003cspan style=\"color:#FED803;\"\u003eAir Ride\u003c\/span\u003e\u003cbr\u003eKit AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your car with the complete \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e air suspension kit, selected by Rasl'Bitume for its unbeatable quality-to-price ratio. This kit rivals the biggest brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CHARACTERISTICS --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Main Features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 Damping Adjustment Levels\u003c\/div\u003e\n      \u003cp\u003eFine-tune your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded Body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm lowering\u003c\/strong\u003e front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDual High-Pressure Bellows\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive, and perfectly suited for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1-Year Warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery all-inclusive.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Management \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003eFully electronic 4-way system — precise, simple, and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"AIRMEXT SNX5 V3 Management Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccc","brand":"Rasl'Bitume","offers":[{"title":"Kit A","offer_id":40100997660770,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":40100997693538,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":40100997726306,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":40100997759074,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/kit-airmext-bmw-e61.png?v=1774187348"},{"product_id":"kit-airmext-bmw-f06-serie-6-2012-2018","title":"Airmext Air Ride Kit for BMW 6 Series F06 (2012-2018), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eComplete \u003cspan style=\"color:#FED803;\"\u003eAir Ride\u003c\/span\u003e\u003cbr\u003eKit AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your car with the complete \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e air suspension kit, selected by Rasl'Bitume for its unbeatable value for money. This kit rivals the biggest brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARACTÉRISTIQUES --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Main features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 hardness adjustment levels\u003c\/div\u003e\n      \u003cp\u003eAdjust your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm lowering\u003c\/strong\u003e front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDouble high-pressure bellows\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive and perfectly suited for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1 year warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery with all costs included.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Control \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003e4-way system fully electronically controlled — precise, simple and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"Gestion AIRMEXT SNX5 V3 Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"","brand":"Rasl'Bitume","offers":[{"title":"Kit A","offer_id":40101058936930,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":40101058969698,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":40101059002466,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":40101059035234,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/air-ride-bmw-f06.png?v=1774187339"},{"product_id":"kit-airmext-bmw-serie-2-2014","title":"Airmext Air Ride Kit for BMW 2 Series F22-F23-F45-F46 (2014+), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eComplete \u003cspan style=\"color:#FED803;\"\u003eAir Ride\u003c\/span\u003e\u003cbr\u003eKit AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your car with the complete air suspension kit \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e, selected by Rasl'Bitume for its unbeatable value for money. This kit rivals the biggest brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARACTÉRISTIQUES --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Main Features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 levels of hardness adjustment\u003c\/div\u003e\n      \u003cp\u003eFine-tune your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm lowering\u003c\/strong\u003e front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDual high-pressure bellows\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive and perfectly suited for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1-year warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery with all costs included.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Management \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003e4-way fully electronic system — precise, simple and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"AIRMEXT SNX5 V3 Management Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#","brand":"Rasl'Bitume","offers":[{"title":"Kit A 3 screws","offer_id":40101100912738,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit A 4 screws","offer_id":40101100978274,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit A 5 screws","offer_id":40101101043810,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B 3 screws","offer_id":40101101109346,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B 4 screws","offer_id":40101101207650,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B 5 screws","offer_id":40101101305954,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C 3 screws","offer_id":40101101404258,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C 4 screws","offer_id":40101101437026,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C 5 screws","offer_id":40101101535330,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only 3 screws","offer_id":40101101600866,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only 4 screws","offer_id":40101101699170,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only 5 screws","offer_id":40101101830242,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Air_ride_BMW_F22.png?v=1774190303"},{"product_id":"kit-airmext-bmw-e9x-2004-2011","title":"Airmext Air Ride Kit for BMW 3 Series E90-E91-E92-E93 (2004-2013), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eComplete \u003cspan style=\"color:#FED803;\"\u003eAir Ride\u003c\/span\u003e\u003cbr\u003eKit AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your car with the complete \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e air suspension kit, selected by Rasl'Bitume for its unbeatable value for money. This kit rivals the biggest brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARACTÉRISTIQUES --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Main features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 hardness adjustment levels\u003c\/div\u003e\n      \u003cp\u003eAdjust your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm lowering\u003c\/strong\u003e front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDouble high-pressure bellow\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive and perfectly suited for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1 year warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery all costs included.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Control \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003e4-way system fully electronically controlled — precise, simple and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"Gestion AIRMEXT SNX5 V3 Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color","brand":"Rasl'Bitume","offers":[{"title":"Kit A \/ With","offer_id":40101307547746,"sku":null,"price":2759.99,"currency_code":"EUR","in_stock":true},{"title":"Kit A \/ Without","offer_id":50712661197138,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B \/ With","offer_id":40101307580514,"sku":null,"price":2909.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B \/ Without","offer_id":50712661229906,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C \/ With","offer_id":40101307613282,"sku":null,"price":2969.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C \/ Without","offer_id":50712661262674,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only \/ With","offer_id":40101307646050,"sku":null,"price":1809.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only \/ Without","offer_id":50712661295442,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/air-ride-e90-airlift.png?v=1774187322"},{"product_id":"kit-airmext-bmw-e36-1991-1998","title":"Airmext Air Ride Kit for BMW 3 Series E36 (1991-1998), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eAir Suspension Kit \u003cspan style=\"color:#FED803;\"\u003eComplete\u003c\/span\u003e\u003cbr\u003eAIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension system — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your ride with the complete \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e air suspension kit, selected by Rasl'Bitume for its unbeatable value for money. This kit rivals the biggest brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CHARACTERISTICS --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Main Features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 Damping Adjustment Levels\u003c\/div\u003e\n      \u003cp\u003eFine-tune your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded Body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm lowering\u003c\/strong\u003e front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDouble High-Pressure Bellows\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive and perfectly suited for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1 Year Warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery all-inclusive.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Management \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003e4-way fully electronically controlled system — precise, simple and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"AIRMEXT SNX5 V3 Management Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong","brand":"Rasl'Bitume","offers":[{"title":"Kit A","offer_id":40101380292706,"sku":null,"price":2699.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":40101380358242,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":40101380391010,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":40101380456546,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/e36_2.png?v=1774185993"},{"product_id":"kit-airmext-bmw-e60-serie-5","title":"Airmext Air Ride Kit for BMW 5 Series E60 (2003-2010), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eComplete \u003cspan style=\"color:#FED803;\"\u003eAir Ride\u003c\/span\u003e\u003cbr\u003eKit AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your ride with the complete \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e air suspension kit, selected by Rasl'Bitume for its unbeatable value for money. This kit rivals the biggest brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARACTÉRISTIQUES --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Key features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 stiffness adjustment levels\u003c\/div\u003e\n      \u003cp\u003eAdjust your driving comfort perfectly — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm of lowering\u003c\/strong\u003e front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDouble high-pressure bellows\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive and perfectly suited for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1 year warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery all inclusive.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Management \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003e4-way system fully electronically controlled — precise, simple and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"AIRMEXT SNX5 V3 Management Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;","brand":"Rasl'Bitume","offers":[{"title":"Kit A","offer_id":40101484331106,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":40101484363874,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":40101484396642,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":40101484429410,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/air-ride-e60-bmw-airlift.png?v=1774187308"},{"product_id":"kit-airmext-bmw-e46-1998-2006","title":"Airmext Air Ride Kit for BMW 3 Series E46 (1998-2006), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eAir Ride \u003cspan style=\"color:#FED803;\"\u003eKit\u003c\/span\u003e\u003cbr\u003eComplete AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your car with the complete air suspension kit \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e, selected by Rasl'Bitume for its unbeatable value for money. This kit rivals the biggest brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARACTÉRISTIQUES --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Main Features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 Damping Adjustment Levels\u003c\/div\u003e\n      \u003cp\u003eAdjust your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded Body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm lowering\u003c\/strong\u003e front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDual High-Pressure Bellows\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive and perfectly suited for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1 Year Warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery all-inclusive.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Control \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003e4-way fully electronic system — precise control, simple and customizable\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"AIRMEXT SNX5 V3 Control Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style","brand":"Rasl'Bitume","offers":[{"title":"Kit A","offer_id":40101488033890,"sku":"","price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":40101488066658,"sku":"","price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":40101488099426,"sku":"","price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":40101488132194,"sku":"","price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Air_ride_BMW_E46.png?v=1774190334"},{"product_id":"kit-airmext-bmw-e30-1982-1990","title":"Airmext Air Ride Kit for BMW 3 Series E30 (1982-1990), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eComplete \u003cspan style=\"color:#FED803;\"\u003eAir Ride\u003c\/span\u003e\u003cbr\u003eKit AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your car with the complete air suspension kit \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e, selected by Rasl'Bitume for its unbeatable value for money. This kit rivals the biggest brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARACTÉRISTIQUES --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Main Features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 damping adjustment levels\u003c\/div\u003e\n      \u003cp\u003eAdjust your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm lowering\u003c\/strong\u003e front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDouble high-pressure bellows\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive and perfectly suited for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1 year warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery with all costs included.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Management \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003e4-way fully electronic system — precise, simple and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"AIRMEXT SNX5 V3 Management Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display","brand":"Rasl'Bitume","offers":[{"title":"Kit A \/ 43mm","offer_id":40101491015778,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit A \/ 46mm","offer_id":50712597528914,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit A \/ 51mm","offer_id":50712597561682,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B \/ 43mm","offer_id":40101491048546,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B \/ 46mm","offer_id":50712597594450,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B \/ 51mm","offer_id":50712597627218,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C \/ 43mm","offer_id":40101491081314,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C \/ 46mm","offer_id":50712597659986,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C \/ 51mm","offer_id":50712597692754,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only \/ 43mm","offer_id":40101491114082,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only \/ 46mm","offer_id":50712597725522,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only \/ 51mm","offer_id":50712597758290,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/air-ride-e30-airmext-bmw-airlift.png?v=1774187297"},{"product_id":"kit-airmext-bmw-e63-e64-serie-6-2003-2010","title":"Airmext Air Ride Kit for BMW 6 Series E63-E64 (2003-2010), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eAir Suspension \u003cspan style=\"color:#FED803;\"\u003eComplete Kit\u003c\/span\u003e\u003cbr\u003eAIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your ride with the complete \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e air suspension kit, selected by Rasl'Bitume for its unbeatable value for money. This kit rivals the biggest brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARACTÉRISTIQUES --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Main features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 damping adjustment levels\u003c\/div\u003e\n      \u003cp\u003eAdjust your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm lowering\u003c\/strong\u003e front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDouble high-pressure bellows\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive and perfectly suited to intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1 year warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery with all costs included.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Management \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003e4-way system fully electronically controlled — precise, simple and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"Gestion AIRMEXT SNX5 V3 Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"","brand":"Rasl'Bitume","offers":[{"title":"Kit A","offer_id":40101537251426,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":40101537284194,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":40101537316962,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":40101537349730,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/air-ride-bmw-e64.png?v=1774187288"},{"product_id":"kit-airmext-bmw-x1-f48-2015","title":"Airmext Air Ride Kit for BMW X1 F48 (2015+), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eComplete \u003cspan style=\"color:#FED803;\"\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003eKit AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your ride with the complete air suspension kit \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e, selected by Rasl'Bitume for its unbeatable value for money. This kit rivals the biggest brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CHARACTERISTICS --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Key Features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 damping adjustment levels\u003c\/div\u003e\n      \u003cp\u003eAdjust your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm lowering\u003c\/strong\u003e front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDouble high-pressure bellows\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive and perfectly suited for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1 year warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery with all fees included.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Control \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003eFully electronically controlled 4-way system — precise, simple and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"AIRMEXT SNX5 V3 Management Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;","brand":"Rasl'Bitume","offers":[{"title":"Kit A","offer_id":40101876072546,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":40101876105314,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":40101876138082,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":40101876170850,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/air-ride-bmw-x5-f48-airlift.png?v=1774187275"},{"product_id":"kit-airmext-bmw-e28-1981-1988","title":"Airmext Air Ride Kit for BMW 5 Series E28 (1981-1988), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eAir Ride \u003cspan style=\"color:#FED803;\"\u003eKit\u003c\/span\u003e\u003cbr\u003eComplete AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003ePneumatic suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your car with the complete pneumatic suspension kit \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e, selected by Rasl'Bitume for its unbeatable quality-to-price ratio. This kit rivals the biggest brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CHARACTERISTICS --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Main Features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 Stiffness Adjustment Levels\u003c\/div\u003e\n      \u003cp\u003eAdjust your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded Body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm of lowering\u003c\/strong\u003e front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDual High-Pressure Bellows\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive and perfectly suited to intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1 Year Warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Shipping all-inclusive.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Management \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003e4-way fully electronic system — precise, simple and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"Gestion AIRMEXT SNX5 V3 Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cc","brand":"Rasl'Bitume","offers":[{"title":"Kit A","offer_id":40101882691682,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":40101882724450,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":40101882757218,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":40101882789986,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/air-ride-e39-airlift_14a1009f-24ac-43b7-b2ea-ee59f79a3c22.png?v=1774187267"},{"product_id":"kit-airmext-bmw-f32-f33-f36-2013","title":"Airmext Air Ride Kit for BMW 4 Series F32-F33-F36 (2013+), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eComplete \u003cspan style=\"color:#FED803;\"\u003eAir Ride\u003c\/span\u003e\u003cbr\u003eKit AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your ride with the complete air suspension kit \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e, selected by Rasl'Bitume for its unbeatable value for money. This kit rivals the biggest brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARACTÉRISTIQUES --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Main features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 stiffness adjustment levels\u003c\/div\u003e\n      \u003cp\u003eAdjust your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded bodies\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm lowering\u003c\/strong\u003e at front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDual high-pressure springs\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive and perfectly suited for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1 year warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery all costs included.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Management \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003eFully electronically controlled 4-channel system — precise, simple and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"AIRMEXT SNX5 V3 Management Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"","brand":"Rasl'Bitume","offers":[{"title":"Kit A","offer_id":40101887443042,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":40101887475810,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":40101887508578,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":40101887541346,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/air-ride-f32-airlift-airmext.png?v=1774187259"},{"product_id":"kit-airmext-bmw-x5-e70-2007-2013","title":"Airmext Air Ride Kit for BMW X5 E70 (2007-2013), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eKit \u003cspan style=\"color:#FED803;\"\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003eComplete AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your car with the complete air suspension kit \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e, selected by Rasl'Bitume for its unbeatable value for money. This kit rivals the biggest brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARACTÉRISTIQUES --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Main features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 stiffness adjustment levels\u003c\/div\u003e\n      \u003cp\u003eAdjust your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm of lowering\u003c\/strong\u003e at front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDouble high-pressure bellows\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive and perfectly suited for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1 year warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery all inclusive.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Control \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003e4-way system fully electronically controlled — precise, simple and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"AIRMEXT SNX5 V3 Control Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#","brand":"Rasl'Bitume","offers":[{"title":"Kit A","offer_id":40101889343586,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":40101889376354,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":40101889409122,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":40101889441890,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/air-ride-bmw-x5-airlift.png?v=1774187251"},{"product_id":"kit-airmext-bmw-e39-1995-2003","title":"Airmext Air Ride Kit for BMW 5 Series E39 (1995-2003), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eComplete \u003cspan style=\"color:#FED803;\"\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003eKit AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your car with the complete air suspension kit \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e, selected by Rasl'Bitume for its unbeatable value for money. This kit rivals the biggest brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARACTÉRISTIQUES --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Main Features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 Damping Adjustment Levels\u003c\/div\u003e\n      \u003cp\u003eAdjust your driving comfort perfectly — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded Body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm lowering\u003c\/strong\u003e front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDual High-Pressure Bellows\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive and perfectly suited for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1 Year Warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery all costs included.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Management \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003e4-way system fully electronically controlled — precise, simple and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"Gestion AIRMEXT SNX5 V3 Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e","brand":"Rasl'Bitume","offers":[{"title":"Kit A","offer_id":40101891407970,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":40101891440738,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":40101891473506,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":40101891506274,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/air-ride-e39-airlift.png?v=1774187243"},{"product_id":"kit-airmext-bmw-f82-m4-2014","title":"Airmext Air Ride Kit for BMW M4 F82 (2014+), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eComplete \u003cspan style=\"color:#FED803;\"\u003eAir Ride\u003c\/span\u003e\u003cbr\u003eKit AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your ride with the complete air suspension kit \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e, selected by Rasl'Bitume for its unbeatable value for money. This kit rivals the biggest brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CHARACTERISTICS --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Main features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 damping adjustment levels\u003c\/div\u003e\n      \u003cp\u003eAdjust your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm of lowering\u003c\/strong\u003e front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDouble high-pressure airbags\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive and perfectly suited for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1 year warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery all-inclusive.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Management \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003eFully electronically controlled 4-way system — precise, simple and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"AIRMEXT SNX5 V3 Management Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff","brand":"Rasl'Bitume","offers":[{"title":"Kit A","offer_id":40103670644834,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":40103670677602,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":40103670710370,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":40103670743138,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Air_ride_M4.png?v=1774190293"},{"product_id":"kit-airmext-bmw-serie-7-e32-1986-1994","title":"Airmext Air Ride Kit for BMW 7 Series E32 (1986-1994), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eComplete \u003cspan style=\"color:#FED803;\"\u003eAir Ride\u003c\/span\u003e\u003cbr\u003eKit AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your ride with the complete \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e air suspension kit, selected by Rasl'Bitume for its unbeatable value for money. This kit rivals the biggest brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARACTÉRISTIQUES --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Key Features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 damping levels\u003c\/div\u003e\n      \u003cp\u003eAdjust your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm lowering\u003c\/strong\u003e at front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDouble high-pressure air springs\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive and perfectly suited to intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1-year warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery all inclusive.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Management \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003e4-way fully electronic system — precise, simple and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"Gestion AIRMEXT SNX5 V3 Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;","brand":"Rasl'Bitume","offers":[{"title":"Kit A","offer_id":40103680868450,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":40103680901218,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":40103680933986,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":40103680966754,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/air-ride-airlift-bmw-e32-airmext.png?v=1774187225"},{"product_id":"kit-airmext-bmw-e65-e66-2001-2008","title":"Airmext Air Ride Kit for BMW 7 Series E65-E66 (2001-2008), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eComplete \u003cspan style=\"color:#FED803;\"\u003eAir Ride\u003c\/span\u003e\u003cbr\u003eKit AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your car with the complete \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e air suspension kit, selected by Rasl'Bitume for its unbeatable value for money. This kit rivals the biggest brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARACTÉRISTIQUES --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Main features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 hardness adjustment levels\u003c\/div\u003e\n      \u003cp\u003eFine-tune your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm lowering\u003c\/strong\u003e at front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDual high-pressure bellows\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive and perfectly suited for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1 year warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Shipping included.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Control \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003e4-way system fully electronically controlled — precise, simple and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"AIRMEXT SNX5 V3 Control Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#","brand":"Rasl'Bitume","offers":[{"title":"Kit A","offer_id":40103682736226,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":40103682768994,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":40103682801762,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":40103682834530,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/air-ride-bmw-e65-e66-airlift.png?v=1774187217"},{"product_id":"kit-airmext-bmw-f10-2010-2017","title":"Airmext Air Ride Kit for BMW 5 Series F10 (2010-2017), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eComplete \u003cspan style=\"color:#FED803;\"\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003eKit AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your car with the complete \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e air suspension kit, selected by Rasl'Bitume for its unbeatable value for money. This kit rivals the biggest names on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARACTÉRISTIQUES --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Main features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 damping adjustment levels\u003c\/div\u003e\n      \u003cp\u003eFine-tune your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm lowering\u003c\/strong\u003e front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDual high-pressure bellows\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive and perfectly adapted for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1-year warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery included in price.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Control \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003e4-way fully electronic system — precise, simple and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"AIRMEXT SNX5 V3 control Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff","brand":"Rasl'Bitume","offers":[{"title":"Kit A","offer_id":40103683620962,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":40103683653730,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":40103683686498,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":40103683719266,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Airmext_BMW_F10.png?v=1774190311"},{"product_id":"kit-airmext-bmw-f18-f11-2010","title":"Airmext Air Ride Kit for BMW 5 Series (F18-F11) (2010+), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eComplete \u003cspan style=\"color:#FED803;\"\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003eKit AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your ride with the complete \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e air suspension kit, selected by Rasl'Bitume for its unbeatable value for money. This kit rivals the biggest brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARACTÉRISTIQUES --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Main features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 stiffness adjustment levels\u003c\/div\u003e\n      \u003cp\u003eAdjust your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm lowering\u003c\/strong\u003e front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDouble high-pressure air springs\u003c\/div\u003e\n      \u003cp\u003eRobust, reactive and perfectly suited for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1-year warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery with all costs included.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Management \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003e4-way fully electronic control system — precise, simple and customizable\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"AIRMEXT SNX5 V3 Management Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff","brand":"Rasl'Bitume","offers":[{"title":"Kit A","offer_id":40103684178018,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":40103684210786,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":40103684243554,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":40103684276322,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/air-ride-bmw-f18-airlift.png?v=1774187200"},{"product_id":"kit-airmext-bmw-e34-1988-1996","title":"Airmext Air Ride Kit for BMW 5 Series E34 (1988-1996), Air Suspension","description":"```html\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: '';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume Selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003eComplete \u003cspan style=\"color:#FED803;\"\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003eKit AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003ePneumatic suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your ride with the complete pneumatic suspension kit \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e, selected by Rasl'Bitume for its unbeatable quality-to-price ratio. This kit rivals the biggest brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARACTÉRISTIQUES --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Key features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 damping adjustment levels\u003c\/div\u003e\n      \u003cp\u003eAdjust your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm lowering\u003c\/strong\u003e front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDual high-pressure air springs\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive and perfectly suited for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1 year warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery with all costs included.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ Control \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003e4-way fully electronic control system — precise, simple and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"AIRMEXT SNX5 V3 Control Rasl'Bitume\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e","brand":"Rasl'Bitume","offers":[{"title":"Kit A","offer_id":40103685587042,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":40103685619810,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":40103685652578,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":40103685685346,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/air-ride-airlift-bmw-e34.png?v=1774187192"},{"product_id":"kit-airmext-bmw-e81-e82-e87-serie-1-2004-2012","title":"Airmext Air Ride Kit for BMW 1 Series E81-E82-E87 (2004-2012), Air Suspension","description":"\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: ';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: ';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003e\u003cspan style=\"color:#FED803;\"\u003eAir Ride\u003c\/span\u003e kit\u003cbr\u003eComplete AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your ride with the complete \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e air suspension kit, selected by Rasl'Bitume for its unbeatable value. This kit rivals the top brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARACTÉRISTIQUES --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Main features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 levels of hardness adjustment\u003c\/div\u003e\n      \u003cp\u003eAdjust your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm lowering\u003c\/strong\u003e front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDouble high-pressure bladders\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive, and perfectly suited for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1-year warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery all fees included.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e management\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003eFully electronically controlled 4-way system — precise, simple, and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"AIRMEXT SNX5 V3 Rasl'Bitume management\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003eIndependent adjustment\u003c\/strong\u003eHeight on all 4 wheels for ultra-precise tuning\u003c\/li\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003eUSB-C wired remote\u003c\/strong\u003eIncluded for easy and responsive control\u003c\/li\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003eMobile app available\u003c\/strong\u003eiOS \u0026amp; Android — remote control from your phone\u003c\/li\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003e5 preset heights\u003c\/strong\u003eSave and access with one click\u003c\/li\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003eSmart functions\u003c\/strong\u003eAutomatic adjustment at start or stop\u003c\/li\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003eMultilingual interface\u003c\/strong\u003eIntuitive use\u003c\/li\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003eCustomizable LEDs\u003c\/strong\u003eGreen, red, blue, purple, white — on control unit and remote\u003c\/li\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003e8 mm fittings — 1\/4\"\u003c\/strong\u003eEasy installation, integrated wiring harness included\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- VERSIONS DU KIT --\u003e\n  \u003cdiv class=\"section-title\"\u003e🧱 Available versions\u003c\/div\u003e\n  \u003cdiv class=\"kit-grid\"\u003e\n\n    \u003cdiv class=\"kit-card ka featured\"\u003e\n      \u003cdiv class=\"kit-letter\"\u003eA\u003c\/div\u003e\n      \u003cdiv class=\"kit-name\"\u003eKit A — Entry\u003c\/div\u003e\n      \u003cdiv class=\"kit-specs\"\u003e\n        \u003cstrong\u003e1 compressor\u003c\/strong\u003e + 2-gallon tank\n      \u003c\/div\u003e\n      \u003cdiv class=\"kit-dim\"\u003e\n        \u003cstrong\u003e📐 Tank dimensions\u003c\/strong\u003e\n        450 mm × Ø 168 mm\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"kit-card kb\"\u003e\n      \u003cdiv style=\"position:relative;\"\u003e\n        \u003cspan style=\"display:inline-block;background:linear-gradient(90deg,#9C00FF,#E00CFF);color:#ffffff;font-family:'Barlow Condensed',sans-serif;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:3px 10px;border-radius:4px;margin-bottom:8px;\"\u003e⭐ Team's Choice\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kit-letter\"\u003eB\u003c\/div\u003e\n      \u003cdiv class=\"kit-name\"\u003eKit B — Performance\u003c\/div\u003e\n      \u003cdiv class=\"kit-specs\"\u003e\n        \u003cstrong\u003e2 compressors\u003c\/strong\u003e + 3-gallon tank — best compromise for 99% of vehicles\n      \u003c\/div\u003e\n      \u003cdiv class=\"kit-dim\"\u003e\n        \u003cstrong\u003e📐 Tank dimensions\u003c\/strong\u003e\n        605 mm × Ø 168 mm × H 190 mm\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"kit-card kc\"\u003e\n      \u003cdiv class=\"kit-letter\"\u003eC\u003c\/div\u003e\n      \u003cdiv class=\"kit-name\"\u003eKit C — Ultimate\u003c\/div\u003e\n      \u003cdiv class=\"kit-specs\"\u003e\n        \u003cstrong\u003e2 compressors\u003c\/strong\u003e + 5-gallon tank\n      \u003c\/div\u003e\n      \u003cdiv class=\"kit-dim\"\u003e\n        \u003cstrong\u003e📐 Tank dimensions\u003c\/strong\u003e\n        851 mm × Ø 168 mm × H 190 mm\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"kit-card solo\"\u003e\n      \u003cdiv class=\"kit-letter\"\u003e≡\u003c\/div\u003e\n      \u003cdiv class=\"kit-name\"\u003eShock absorbers only\u003c\/div\u003e\n      \u003cdiv class=\"kit-specs\"\u003e\n        4 compatible shock absorbers — to be combined with any existing controller, tank, and compressor.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- CONTENU DU KIT --\u003e\n  \u003cdiv class=\"section-title\"\u003e🧩 The kit includes\u003c\/div\u003e\n  \u003cul class=\"kit-content-list\"\u003e\n    \u003cli\u003e1 4-way electronic controller AIRMEXT SNX5 V3 with wired remote control\u003c\/li\u003e\n    \u003cli\u003e1 or 2 ultra-quiet compressors (depending on chosen kit)\u003c\/li\u003e\n    \u003cli\u003e1 seamless air tank with mounting brackets (2, 3, or 5 gallons)\u003c\/li\u003e\n    \u003cli\u003e4 shock absorbers with air springs mounted on threaded bodies\u003c\/li\u003e\n    \u003cli\u003eComplete wiring and pneumatic tubing kit\u003c\/li\u003e\n    \u003cli\u003e1 or 2 air dehumidifiers\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003c!-- LIVRAISON \u0026 GARANTIE --\u003e\n  \u003cdiv class=\"section-title\"\u003e🚚 Delivery \u0026amp; Warranty\u003c\/div\u003e\n  \u003cdiv class=\"delivery-grid\"\u003e\n    \u003cdiv class=\"delivery-card\"\u003e\n      \u003cdiv class=\"delivery-icon\"\u003e🛡️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"delivery-title\"\u003e1-year warranty\u003c\/div\u003e\n        \u003cdiv class=\"delivery-text\"\u003eUnlimited mileage — on all kit parts.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"delivery-card\"\u003e\n      \u003cdiv class=\"delivery-icon\"\u003e📦\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"delivery-title\"\u003eEurope delivery\u003c\/div\u003e\n        \u003cdiv class=\"delivery-text\"\u003eAll fees included.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"delivery-card\"\u003e\n      \u003cdiv class=\"delivery-icon\"\u003e⏳\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"delivery-title\"\u003eMade to order product\u003c\/div\u003e\n        \u003cdiv class=\"delivery-text\"\u003eEstimated manufacturing and delivery time: \u003cstrong\u003e4 to 8 weeks\u003c\/strong\u003e after order confirmation.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"delivery-card\"\u003e\n      \u003cdiv class=\"delivery-icon\"\u003e📱\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"delivery-title\"\u003eTechnical support\u003c\/div\u003e\n        \u003cdiv class=\"delivery-text\"\u003eA team of enthusiasts available to assist you with installation.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- MENTIONS LÉGALES --\u003e\n  \u003cdiv class=\"legal-block\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Important legal notices — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis kit is NOT approved for use on public roads.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cul class=\"legal-list\"\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eUse off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp\u003eWe disclaim all responsibility for use on public roads. Professional installation recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GUIDE MONTAGE --\u003e\n  \u003cdiv class=\"section-title\"\u003e📖 Guide \u0026amp; Assembly manual\u003c\/div\u003e\n  \u003cdiv style=\"background:#f7f7f7;border-radius:10px;padding:18px 20px;margin-bottom:28px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv style=\"font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;color:#111111;margin-bottom:4px;\"\u003eFrench manual AIRMEXT SNX5\u003c\/div\u003e\n      \u003cdiv style=\"font-size:13px;color:#555555;\"\u003eInstallation and assembly tips — complete guide available online.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"https:\/\/raslbitume.com\/blogs\/infos\/notice-francaise-airmext-snx5-conseils-d-installation-et-de-montage\" target=\"_blank\" style=\"display:inline-block;background:#111111;color:#ffffff !important;font-family:'Barlow Condensed',sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:10px 20px;border-radius:6px;text-decoration:none;white-space:nowrap;\"\u003eView guide →\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT BUNDLES --\u003e\n  \u003cdiv class=\"section-title\"\u003e🛒 Recommended products\u003c\/div\u003e\n  \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:28px;\"\u003e\n    \u003ca href=\"https:\/\/raslbitume.com\/products\/tubetanche-loctite-577-jaune-50-ml\" target=\"_blank\" style=\"text-decoration:none;background:#f7f7f7;border-radius:10px;padding:16px;border:2px solid #eeeeee;display:block;transition:border-color 0.2s;\" onmouseover=\"this.style.borderColor='#9C00FF'\" onmouseout=\"this.style.borderColor='#eeeeee'\"\u003e\n      \u003cdiv style=\"font-size:22px;margin-bottom:8px;\"\u003e🔒\u003c\/div\u003e\n      \u003cdiv style=\"font-family:'Barlow Condensed',sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;color:#111111;margin-bottom:4px;\"\u003eInstallation sealing\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;color:#555555;\"\u003eLoctite 577 — Yellow tube 50ml. Essential for sealing pneumatic fittings.\u003c\/div\u003e\n      \u003cdiv style=\"margin-top:10px;font-family:'Barlow Condensed',sans-serif;font-size:12px;font-weight:700;color:#9C00FF;text-transform:uppercase;\"\u003eView product →\u003c\/div\u003e\n    \u003c\/a\u003e\n    \u003ca href=\"https:\/\/raslbitume.com\/products\/graisse-caoutchouc\" target=\"_blank\" style=\"text-decoration:none;background:#f7f7f7;border-radius:10px;padding:16px;border:2px solid #eeeeee;display:block;transition:border-color 0.2s;\" onmouseover=\"this.style.borderColor='#9C00FF'\" onmouseout=\"this.style.borderColor='#eeeeee'\"\u003e\n      \u003cdiv style=\"font-size:22px;margin-bottom:8px;\"\u003e🧴\u003c\/div\u003e\n      \u003cdiv style=\"font-family:'Barlow Condensed',sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;color:#111111;margin-bottom:4px;\"\u003eAir spring maintenance grease\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;color:#555555;\"\u003eSpecial rubber grease for air springs — to extend the lifespan of your air springs.\u003c\/div\u003e\n      \u003cdiv style=\"margin-top:10px;font-family:'Barlow Condensed',sans-serif;font-size:12px;font-weight:700;color:#9C00FF;text-transform:uppercase;\"\u003eView product →\u003c\/div\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"section-title\"\u003e❓ Frequently Asked Questions\u003c\/div\u003e\n  \u003cdiv style=\"margin-bottom:28px;\"\u003e\n\n    \u003cdetails style=\"background:#f7f7f7;border-radius:10px;padding:16px 18px;margin-bottom:10px;cursor:pointer;\"\u003e\n      \u003csummary style=\"font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;color:#111111;list-style:none;display:flex;justify-content:space-between;align-items:center;\"\u003e\n        How to choose my kit A, B, or C?\n        \u003cspan style=\"color:#9C00FF;font-size:18px;flex-shrink:0;margin-left:10px;\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv style=\"font-size:13px;color:#555555;margin-top:12px;line-height:1.7;\"\u003e\n        The \u003cstrong style=\"color:#111111;\"\u003eKit A\u003c\/strong\u003e includes a small tank and a single compressor — ideal for small vehicles with limited installation space.\u003cbr\u003e\n        The \u003cstrong style=\"color:#111111;\"\u003eKit C\u003c\/strong\u003e includes a large tank with two compressors — ideal for large heavy vehicles.\u003cbr\u003e\n        The \u003cstrong style=\"color:#111111;\"\u003eKit B\u003c\/strong\u003e represents the best compromise between the two for \u003cstrong style=\"color:#111111;\"\u003e99% of vehicles\u003c\/strong\u003e — it is our team's choice.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"background:#f7f7f7;border-radius:10px;padding:16px 18px;margin-bottom:10px;cursor:pointer;\"\u003e\n      \u003csummary style=\"font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;color:#111111;list-style:none;display:flex;justify-content:space-between;align-items:center;\"\u003e\n        Is my kit delivered in multiple packages?\n        \u003cspan style=\"color:#9C00FF;font-size:18px;flex-shrink:0;margin-left:10px;\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv style=\"font-size:13px;color:#555555;margin-top:12px;line-height:1.7;\"\u003e\n        Yes, sometimes packages arrive at different times — this is completely normal. No worries if you receive one package before the other.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"background:#f7f7f7;border-radius:10px;padding:16px 18px;margin-bottom:10px;cursor:pointer;\"\u003e\n      \u003csummary style=\"font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;color:#111111;list-style:none;display:flex;justify-content:space-between;align-items:center;\"\u003e\n        Is the kit supplied with cups \/ camber plates?\n        \u003cspan style=\"color:#9C00FF;font-size:18px;flex-shrink:0;margin-left:10px;\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv style=\"font-size:13px;color:#555555;margin-top:12px;line-height:1.7;\"\u003e\n        Camber plates are included in the kit depending on availability.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"background:#f7f7f7;border-radius:10px;padding:16px 18px;margin-bottom:10px;cursor:pointer;\"\u003e\n      \u003csummary style=\"font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;color:#111111;list-style:none;display:flex;justify-content:space-between;align-items:center;\"\u003e\n        My tracking shows the package has not been handed over to the carrier.\n        \u003cspan style=\"color:#9C00FF;font-size:18px;flex-shrink:0;margin-left:10px;\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv style=\"font-size:13px;color:#555555;margin-top:12px;line-height:1.7;\"\u003e\n        No worries — the package is in transit outside Europe. Once on European territory, the tracking will update automatically.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"background:#f7f7f7;border-radius:10px;padding:16px 18px;margin-bottom:10px;cursor:pointer;\"\u003e\n      \u003csummary style=\"font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;color:#111111;list-style:none;display:flex;justify-content:space-between;align-items:center;\"\u003e\n        Are there customs fees upon delivery?\n        \u003cspan style=\"color:#9C00FF;font-size:18px;flex-shrink:0;margin-left:10px;\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv style=\"font-size:13px;color:#555555;margin-top:12px;line-height:1.7;\"\u003e\n        All fees are included in the kit price. In 98% of cases, there will be no additional customs fees.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"airmext","offers":[{"title":"Kit A","offer_id":47007075598674,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":47007075631442,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":47007075664210,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":47007075696978,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/E87.png?v=1774186185"},{"product_id":"kit-airmext-bmw-x5-e53-1999-2005","title":"Airmext Air Ride Kit for Bmw X5 E53 (1999-2005), Air Suspension","description":"\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: ';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: ';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003e\u003cspan style=\"color:#FED803;\"\u003eAir Ride\u003c\/span\u003e kit\u003cbr\u003eComplete AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your ride with the complete \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e air suspension kit, selected by Rasl'Bitume for its unbeatable value. This kit rivals the top brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARACTÉRISTIQUES --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Main features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 levels of hardness adjustment\u003c\/div\u003e\n      \u003cp\u003eAdjust your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm lowering\u003c\/strong\u003e front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDouble high-pressure bladders\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive, and perfectly suited for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1-year warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery all fees included.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e management\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003eFully electronically controlled 4-way system — precise, simple, and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"AIRMEXT SNX5 V3 Rasl'Bitume management\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003eIndependent adjustment\u003c\/strong\u003eHeight on all 4 wheels for ultra-precise tuning\u003c\/li\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003eUSB-C wired remote\u003c\/strong\u003eIncluded for easy and responsive control\u003c\/li\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003eMobile app available\u003c\/strong\u003eiOS \u0026amp; Android — remote control from your phone\u003c\/li\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003e5 preset heights\u003c\/strong\u003eSave and access with one click\u003c\/li\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003eSmart functions\u003c\/strong\u003eAutomatic adjustment at start or stop\u003c\/li\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003eMultilingual interface\u003c\/strong\u003eIntuitive use\u003c\/li\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003eCustomizable LEDs\u003c\/strong\u003eGreen, red, blue, purple, white — on control unit and remote\u003c\/li\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003e8 mm fittings — 1\/4\"\u003c\/strong\u003eEasy installation, integrated wiring harness included\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- VERSIONS DU KIT --\u003e\n  \u003cdiv class=\"section-title\"\u003e🧱 Available versions\u003c\/div\u003e\n  \u003cdiv class=\"kit-grid\"\u003e\n\n    \u003cdiv class=\"kit-card ka featured\"\u003e\n      \u003cdiv class=\"kit-letter\"\u003eA\u003c\/div\u003e\n      \u003cdiv class=\"kit-name\"\u003eKit A — Entry\u003c\/div\u003e\n      \u003cdiv class=\"kit-specs\"\u003e\n        \u003cstrong\u003e1 compressor\u003c\/strong\u003e + 2-gallon tank\n      \u003c\/div\u003e\n      \u003cdiv class=\"kit-dim\"\u003e\n        \u003cstrong\u003e📐 Tank dimensions\u003c\/strong\u003e\n        450 mm × Ø 168 mm\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"kit-card kb\"\u003e\n      \u003cdiv style=\"position:relative;\"\u003e\n        \u003cspan style=\"display:inline-block;background:linear-gradient(90deg,#9C00FF,#E00CFF);color:#ffffff;font-family:'Barlow Condensed',sans-serif;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:3px 10px;border-radius:4px;margin-bottom:8px;\"\u003e⭐ Team's Choice\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kit-letter\"\u003eB\u003c\/div\u003e\n      \u003cdiv class=\"kit-name\"\u003eKit B — Performance\u003c\/div\u003e\n      \u003cdiv class=\"kit-specs\"\u003e\n        \u003cstrong\u003e2 compressors\u003c\/strong\u003e + 3-gallon tank — best compromise for 99% of vehicles\n      \u003c\/div\u003e\n      \u003cdiv class=\"kit-dim\"\u003e\n        \u003cstrong\u003e📐 Tank dimensions\u003c\/strong\u003e\n        605 mm × Ø 168 mm × H 190 mm\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"kit-card kc\"\u003e\n      \u003cdiv class=\"kit-letter\"\u003eC\u003c\/div\u003e\n      \u003cdiv class=\"kit-name\"\u003eKit C — Ultimate\u003c\/div\u003e\n      \u003cdiv class=\"kit-specs\"\u003e\n        \u003cstrong\u003e2 compressors\u003c\/strong\u003e + 5-gallon tank\n      \u003c\/div\u003e\n      \u003cdiv class=\"kit-dim\"\u003e\n        \u003cstrong\u003e📐 Tank dimensions\u003c\/strong\u003e\n        851 mm × Ø 168 mm × H 190 mm\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"kit-card solo\"\u003e\n      \u003cdiv class=\"kit-letter\"\u003e≡\u003c\/div\u003e\n      \u003cdiv class=\"kit-name\"\u003eShock absorbers only\u003c\/div\u003e\n      \u003cdiv class=\"kit-specs\"\u003e\n        4 compatible shock absorbers — to be combined with any existing controller, tank, and compressor.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- CONTENU DU KIT --\u003e\n  \u003cdiv class=\"section-title\"\u003e🧩 The kit includes\u003c\/div\u003e\n  \u003cul class=\"kit-content-list\"\u003e\n    \u003cli\u003e1 4-way electronic controller AIRMEXT SNX5 V3 with wired remote control\u003c\/li\u003e\n    \u003cli\u003e1 or 2 ultra-quiet compressors (depending on chosen kit)\u003c\/li\u003e\n    \u003cli\u003e1 seamless air tank with mounting brackets (2, 3, or 5 gallons)\u003c\/li\u003e\n    \u003cli\u003e4 shock absorbers with air springs mounted on threaded bodies\u003c\/li\u003e\n    \u003cli\u003eComplete wiring and pneumatic tubing kit\u003c\/li\u003e\n    \u003cli\u003e1 or 2 air dehumidifiers\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003c!-- LIVRAISON \u0026 GARANTIE --\u003e\n  \u003cdiv class=\"section-title\"\u003e🚚 Delivery \u0026amp; Warranty\u003c\/div\u003e\n  \u003cdiv class=\"delivery-grid\"\u003e\n    \u003cdiv class=\"delivery-card\"\u003e\n      \u003cdiv class=\"delivery-icon\"\u003e🛡️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"delivery-title\"\u003e1-year warranty\u003c\/div\u003e\n        \u003cdiv class=\"delivery-text\"\u003eUnlimited mileage — on all kit parts.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"delivery-card\"\u003e\n      \u003cdiv class=\"delivery-icon\"\u003e📦\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"delivery-title\"\u003eEurope delivery\u003c\/div\u003e\n        \u003cdiv class=\"delivery-text\"\u003eAll fees included.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"delivery-card\"\u003e\n      \u003cdiv class=\"delivery-icon\"\u003e⏳\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"delivery-title\"\u003eMade to order product\u003c\/div\u003e\n        \u003cdiv class=\"delivery-text\"\u003eEstimated manufacturing and delivery time: \u003cstrong\u003e4 to 8 weeks\u003c\/strong\u003e after order confirmation.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"delivery-card\"\u003e\n      \u003cdiv class=\"delivery-icon\"\u003e📱\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"delivery-title\"\u003eTechnical support\u003c\/div\u003e\n        \u003cdiv class=\"delivery-text\"\u003eA team of enthusiasts available to assist you with installation.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- MENTIONS LÉGALES --\u003e\n  \u003cdiv class=\"legal-block\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Important legal notices — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis kit is NOT approved for use on public roads.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cul class=\"legal-list\"\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eUse off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp\u003eWe disclaim all responsibility for use on public roads. Professional installation recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GUIDE MONTAGE --\u003e\n  \u003cdiv class=\"section-title\"\u003e📖 Guide \u0026amp; Assembly manual\u003c\/div\u003e\n  \u003cdiv style=\"background:#f7f7f7;border-radius:10px;padding:18px 20px;margin-bottom:28px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv style=\"font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;color:#111111;margin-bottom:4px;\"\u003eFrench manual AIRMEXT SNX5\u003c\/div\u003e\n      \u003cdiv style=\"font-size:13px;color:#555555;\"\u003eInstallation and assembly tips — complete guide available online.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"https:\/\/raslbitume.com\/blogs\/infos\/notice-francaise-airmext-snx5-conseils-d-installation-et-de-montage\" target=\"_blank\" style=\"display:inline-block;background:#111111;color:#ffffff !important;font-family:'Barlow Condensed',sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:10px 20px;border-radius:6px;text-decoration:none;white-space:nowrap;\"\u003eView guide →\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT BUNDLES --\u003e\n  \u003cdiv class=\"section-title\"\u003e🛒 Recommended products\u003c\/div\u003e\n  \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:28px;\"\u003e\n    \u003ca href=\"https:\/\/raslbitume.com\/products\/tubetanche-loctite-577-jaune-50-ml\" target=\"_blank\" style=\"text-decoration:none;background:#f7f7f7;border-radius:10px;padding:16px;border:2px solid #eeeeee;display:block;transition:border-color 0.2s;\" onmouseover=\"this.style.borderColor='#9C00FF'\" onmouseout=\"this.style.borderColor='#eeeeee'\"\u003e\n      \u003cdiv style=\"font-size:22px;margin-bottom:8px;\"\u003e🔒\u003c\/div\u003e\n      \u003cdiv style=\"font-family:'Barlow Condensed',sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;color:#111111;margin-bottom:4px;\"\u003eInstallation sealing\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;color:#555555;\"\u003eLoctite 577 — Yellow tube 50ml. Essential for sealing pneumatic fittings.\u003c\/div\u003e\n      \u003cdiv style=\"margin-top:10px;font-family:'Barlow Condensed',sans-serif;font-size:12px;font-weight:700;color:#9C00FF;text-transform:uppercase;\"\u003eView product →\u003c\/div\u003e\n    \u003c\/a\u003e\n    \u003ca href=\"https:\/\/raslbitume.com\/products\/graisse-caoutchouc\" target=\"_blank\" style=\"text-decoration:none;background:#f7f7f7;border-radius:10px;padding:16px;border:2px solid #eeeeee;display:block;transition:border-color 0.2s;\" onmouseover=\"this.style.borderColor='#9C00FF'\" onmouseout=\"this.style.borderColor='#eeeeee'\"\u003e\n      \u003cdiv style=\"font-size:22px;margin-bottom:8px;\"\u003e🧴\u003c\/div\u003e\n      \u003cdiv style=\"font-family:'Barlow Condensed',sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;color:#111111;margin-bottom:4px;\"\u003eAir spring maintenance grease\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;color:#555555;\"\u003eSpecial rubber grease for air springs — to extend the lifespan of your air springs.\u003c\/div\u003e\n      \u003cdiv style=\"margin-top:10px;font-family:'Barlow Condensed',sans-serif;font-size:12px;font-weight:700;color:#9C00FF;text-transform:uppercase;\"\u003eView product →\u003c\/div\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"section-title\"\u003e❓ Frequently Asked Questions\u003c\/div\u003e\n  \u003cdiv style=\"margin-bottom:28px;\"\u003e\n\n    \u003cdetails style=\"background:#f7f7f7;border-radius:10px;padding:16px 18px;margin-bottom:10px;cursor:pointer;\"\u003e\n      \u003csummary style=\"font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;color:#111111;list-style:none;display:flex;justify-content:space-between;align-items:center;\"\u003e\n        How to choose my kit A, B, or C?\n        \u003cspan style=\"color:#9C00FF;font-size:18px;flex-shrink:0;margin-left:10px;\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv style=\"font-size:13px;color:#555555;margin-top:12px;line-height:1.7;\"\u003e\n        The \u003cstrong style=\"color:#111111;\"\u003eKit A\u003c\/strong\u003e includes a small tank and a single compressor — ideal for small vehicles with limited installation space.\u003cbr\u003e\n        The \u003cstrong style=\"color:#111111;\"\u003eKit C\u003c\/strong\u003e includes a large tank with two compressors — ideal for large heavy vehicles.\u003cbr\u003e\n        The \u003cstrong style=\"color:#111111;\"\u003eKit B\u003c\/strong\u003e represents the best compromise between the two for \u003cstrong style=\"color:#111111;\"\u003e99% of vehicles\u003c\/strong\u003e — it is our team's choice.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"background:#f7f7f7;border-radius:10px;padding:16px 18px;margin-bottom:10px;cursor:pointer;\"\u003e\n      \u003csummary style=\"font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;color:#111111;list-style:none;display:flex;justify-content:space-between;align-items:center;\"\u003e\n        Is my kit delivered in multiple packages?\n        \u003cspan style=\"color:#9C00FF;font-size:18px;flex-shrink:0;margin-left:10px;\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv style=\"font-size:13px;color:#555555;margin-top:12px;line-height:1.7;\"\u003e\n        Yes, sometimes packages arrive at different times — this is completely normal. No worries if you receive one package before the other.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"background:#f7f7f7;border-radius:10px;padding:16px 18px;margin-bottom:10px;cursor:pointer;\"\u003e\n      \u003csummary style=\"font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;color:#111111;list-style:none;display:flex;justify-content:space-between;align-items:center;\"\u003e\n        Is the kit supplied with cups \/ camber plates?\n        \u003cspan style=\"color:#9C00FF;font-size:18px;flex-shrink:0;margin-left:10px;\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv style=\"font-size:13px;color:#555555;margin-top:12px;line-height:1.7;\"\u003e\n        Camber plates are included in the kit depending on availability.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"background:#f7f7f7;border-radius:10px;padding:16px 18px;margin-bottom:10px;cursor:pointer;\"\u003e\n      \u003csummary style=\"font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;color:#111111;list-style:none;display:flex;justify-content:space-between;align-items:center;\"\u003e\n        My tracking shows the package has not been handed over to the carrier.\n        \u003cspan style=\"color:#9C00FF;font-size:18px;flex-shrink:0;margin-left:10px;\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv style=\"font-size:13px;color:#555555;margin-top:12px;line-height:1.7;\"\u003e\n        No worries — the package is in transit outside Europe. Once on European territory, the tracking will update automatically.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"background:#f7f7f7;border-radius:10px;padding:16px 18px;margin-bottom:10px;cursor:pointer;\"\u003e\n      \u003csummary style=\"font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;color:#111111;list-style:none;display:flex;justify-content:space-between;align-items:center;\"\u003e\n        Are there customs fees upon delivery?\n        \u003cspan style=\"color:#9C00FF;font-size:18px;flex-shrink:0;margin-left:10px;\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv style=\"font-size:13px;color:#555555;margin-top:12px;line-height:1.7;\"\u003e\n        All fees are included in the kit price. In 98% of cases, there will be no additional customs fees.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"airmext","offers":[{"title":"Kit A","offer_id":48409443303762,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":48409443336530,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":48409443369298,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":48409443402066,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/x5e53.png?v=1774186159"},{"product_id":"kit-airmext-bmw-e24-serie-6-1976-1990","title":"Airmext Air Ride Kit for BMW 6 Series E24 (1976-1989), Air Suspension","description":"\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --violet: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --black: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-mid: #eeeeee;\n    --grey-text: #555555;\n    --radius: 12px;\n  }\n\n  body {\n    background: #ffffff;\n    color: #111111;\n    font-family: 'Barlow', sans-serif;\n    font-size: 15px;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .wrap { max-width: 860px; margin: 0 auto; padding: 32px 20px 60px; }\n\n  \/* ===== HERO ===== *\/\n  .hero {\n    background: #111111;\n    border-radius: 12px;\n    padding: 36px 36px 32px;\n    margin-bottom: 32px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: ';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n  }\n  .hero-badge {\n    display: inline-block;\n    background: #9C00FF;\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 4px;\n    margin-bottom: 14px;\n  }\n  .hero h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(32px, 6vw, 52px);\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .hero h1 span { color: #FED803; }\n  .hero-sub {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #E00CFF;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n  .hero-desc {\n    font-size: 14px;\n    color: #aaaaaa;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n  .hero-desc strong { color: #ffffff; }\n\n  \/* ===== GRADIENT BAR ===== *\/\n  .grad-bar {\n    height: 3px;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF, #FED803);\n    border-radius: 2px;\n    margin: 28px 0;\n  }\n\n  \/* ===== SECTION TITLE ===== *\/\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 900;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 16px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .section-title::after {\n    content: ';\n    flex: 1;\n    height: 2px;\n    background: #eeeeee;\n    border-radius: 1px;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n    gap: 14px;\n    margin-bottom: 28px;\n  }\n  .feature-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    border-left: 3px solid #9C00FF;\n  }\n  .feature-card-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 4px;\n  }\n  .feature-card p { font-size: 13px; color: #555555; }\n\n  \/* ===== SNX5 BLOCK ===== *\/\n  .snx5-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 28px 28px 24px;\n    margin-bottom: 28px;\n    position: relative;\n    overflow: hidden;\n  }\n  .snx5-block::before {\n    content: ';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #E00CFF, #9C00FF);\n  }\n  .snx5-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 24px;\n    font-weight: 900;\n    color: #ffffff;\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .snx5-title span { color: #E00CFF; }\n  .snx5-sub { font-size: 13px; color: #aaaaaa; margin-bottom: 20px; }\n  .snx5-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n  .snx5-list li {\n    background: #1a1a1a;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #cccccc;\n    border-left: 2px solid #E00CFF;\n  }\n  .snx5-list li strong { color: #ffffff; display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n\n  \/* ===== KIT VERSIONS ===== *\/\n  .kit-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-bottom: 28px; }\n  .kit-card {\n    border-radius: 10px;\n    padding: 20px 18px;\n    border: 2px solid #eeeeee;\n    position: relative;\n    transition: border-color 0.2s;\n  }\n  .kit-card:hover { border-color: #9C00FF; }\n  .kit-card.featured { border-color: #9C00FF; }\n  .kit-letter {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 56px;\n    font-weight: 900;\n    line-height: 1;\n    color: #9C00FF;\n    margin-bottom: 6px;\n  }\n  .kit-card.kb .kit-letter { color: #E00CFF; }\n  .kit-card.kc .kit-letter { color: #FED803; }\n  .kit-name {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #111111;\n    margin-bottom: 10px;\n  }\n  .kit-specs { font-size: 12px; color: #555555; line-height: 1.7; }\n  .kit-specs strong { color: #111111; }\n  .kit-dim {\n    margin-top: 10px;\n    background: #f7f7f7;\n    border-radius: 6px;\n    padding: 8px 10px;\n    font-size: 11px;\n    color: #555555;\n  }\n  .kit-dim strong { color: #111111; display: block; font-size: 10px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 2px; }\n  .kit-card.solo { border-style: dashed; }\n  .kit-card.solo .kit-letter { color: #cccccc; }\n\n  \/* ===== CONTENU KIT ===== *\/\n  .kit-content-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }\n  .kit-content-list li {\n    background: #f7f7f7;\n    border-radius: 8px;\n    padding: 12px 14px;\n    font-size: 13px;\n    color: #111111;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n  .kit-content-list li::before { content: '✓'; color: #9C00FF; font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ===== LIVRAISON \u0026 GARANTIE ===== *\/\n  .delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }\n  .delivery-card {\n    background: #f7f7f7;\n    border-radius: 10px;\n    padding: 18px 16px;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .delivery-icon { font-size: 24px; flex-shrink: 0; }\n  .delivery-title { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 3px; }\n  .delivery-text { font-size: 13px; color: #555555; }\n\n  \/* ===== CTA ===== *\/\n  .cta-block {\n    background: #111111;\n    border-radius: 12px;\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n  .cta-text {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n  .cta-text span { color: #FED803; }\n  .cta-btn {\n    display: inline-block;\n    background: linear-gradient(90deg, #9C00FF, #E00CFF);\n    color: #ffffff;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 14px 28px;\n    border-radius: 8px;\n    text-decoration: none;\n    white-space: nowrap;\n  }\n\n  \/* ===== LEGAL ===== *\/\n  .legal-block {\n    background: #fff8e1;\n    border: 1px solid #ffe082;\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n  }\n  .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    text-transform: uppercase;\n    color: #b45309;\n    margin-bottom: 8px;\n  }\n  .legal-block p { font-size: 13px; color: #78350f; }\n  .legal-list { list-style: disc; padding-left: 20px; margin: 8px 0; }\n  .legal-list li { font-size: 13px; color: #78350f; }\n\n  @media (max-width: 600px) {\n    .snx5-list { grid-template-columns: 1fr; }\n    .kit-content-list { grid-template-columns: 1fr; }\n    .delivery-grid { grid-template-columns: 1fr; }\n    .hero { padding: 24px 20px; }\n    .snx5-block { padding: 20px 18px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hero\"\u003e\n    \u003cspan class=\"hero-badge\" style=\"color:#ffffff;\"\u003e✦ Rasl'Bitume selection\u003c\/span\u003e\n    \u003ch1 style=\"color:#ffffff;\"\u003e\u003cspan style=\"color:#FED803;\"\u003eAir Ride\u003c\/span\u003e kit\u003cbr\u003eComplete AIRMEXT\u003c\/h1\u003e\n    \u003cdiv class=\"hero-sub\" style=\"color:#E00CFF;\"\u003eAir suspension — Premium quality\u003c\/div\u003e\n    \u003cp class=\"hero-desc\" style=\"color:#aaaaaa;\"\u003eTransform your ride with the complete \u003cstrong style=\"color:#ffffff;\"\u003eAIRMEXT\u003c\/strong\u003e air suspension kit, selected by Rasl'Bitume for its unbeatable value. This kit rivals the top brands on the market.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CARACTÉRISTIQUES --\u003e\n  \u003cdiv class=\"section-title\"\u003e⚙️ Main features\u003c\/div\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e32 levels of hardness adjustment\u003c\/div\u003e\n      \u003cp\u003eAdjust your driving comfort to perfection — from sport mode to comfort mode.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eThreaded body\u003c\/div\u003e\n      \u003cp\u003ePrecise height adjustment up to \u003cstrong\u003e125 mm lowering\u003c\/strong\u003e front and rear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003eDouble high-pressure bladders\u003c\/div\u003e\n      \u003cp\u003eRobust, responsive, and perfectly suited for intensive use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"feature-card-title\"\u003e1-year warranty\u003c\/div\u003e\n      \u003cp\u003eUnlimited mileage. Delivery all fees included.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- SNX5 V3 --\u003e\n  \u003cdiv class=\"snx5-block\"\u003e\n    \u003cdiv class=\"snx5-title\" style=\"color:#ffffff;\"\u003e🎛️ \u003cspan style=\"color:#E00CFF;\"\u003eSNX5 V3\u003c\/span\u003e management\n\u003c\/div\u003e\n    \u003cp class=\"snx5-sub\" style=\"color:#aaaaaa;\"\u003eFully electronically controlled 4-way system — precise, simple, and customizable control\u003c\/p\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/Rasl_bitume_management.png?v=1779173101\" alt=\"AIRMEXT SNX5 V3 Rasl'Bitume management\" style=\"width:100%;border-radius:8px;margin-bottom:20px;display:block;\"\u003e\n    \u003cul class=\"snx5-list\"\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003eIndependent adjustment\u003c\/strong\u003eHeight on all 4 wheels for ultra-precise tuning\u003c\/li\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003eUSB-C wired remote\u003c\/strong\u003eIncluded for easy and responsive control\u003c\/li\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003eMobile app available\u003c\/strong\u003eiOS \u0026amp; Android — remote control from your phone\u003c\/li\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003e5 preset heights\u003c\/strong\u003eSave and access with one click\u003c\/li\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003eSmart functions\u003c\/strong\u003eAutomatic adjustment at start or stop\u003c\/li\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003eMultilingual interface\u003c\/strong\u003eIntuitive use\u003c\/li\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003eCustomizable LEDs\u003c\/strong\u003eGreen, red, blue, purple, white — on control unit and remote\u003c\/li\u003e\n      \u003cli style=\"color:#cccccc;\"\u003e\n\u003cstrong style=\"color:#ffffff;display:block;font-size:12px;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:2px;\"\u003e8 mm fittings — 1\/4\"\u003c\/strong\u003eEasy installation, integrated wiring harness included\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- VERSIONS DU KIT --\u003e\n  \u003cdiv class=\"section-title\"\u003e🧱 Available versions\u003c\/div\u003e\n  \u003cdiv class=\"kit-grid\"\u003e\n\n    \u003cdiv class=\"kit-card ka featured\"\u003e\n      \u003cdiv class=\"kit-letter\"\u003eA\u003c\/div\u003e\n      \u003cdiv class=\"kit-name\"\u003eKit A — Entry\u003c\/div\u003e\n      \u003cdiv class=\"kit-specs\"\u003e\n        \u003cstrong\u003e1 compressor\u003c\/strong\u003e + 2-gallon tank\n      \u003c\/div\u003e\n      \u003cdiv class=\"kit-dim\"\u003e\n        \u003cstrong\u003e📐 Tank dimensions\u003c\/strong\u003e\n        450 mm × Ø 168 mm\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"kit-card kb\"\u003e\n      \u003cdiv style=\"position:relative;\"\u003e\n        \u003cspan style=\"display:inline-block;background:linear-gradient(90deg,#9C00FF,#E00CFF);color:#ffffff;font-family:'Barlow Condensed',sans-serif;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:3px 10px;border-radius:4px;margin-bottom:8px;\"\u003e⭐ Team's Choice\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kit-letter\"\u003eB\u003c\/div\u003e\n      \u003cdiv class=\"kit-name\"\u003eKit B — Performance\u003c\/div\u003e\n      \u003cdiv class=\"kit-specs\"\u003e\n        \u003cstrong\u003e2 compressors\u003c\/strong\u003e + 3-gallon tank — best compromise for 99% of vehicles\n      \u003c\/div\u003e\n      \u003cdiv class=\"kit-dim\"\u003e\n        \u003cstrong\u003e📐 Tank dimensions\u003c\/strong\u003e\n        605 mm × Ø 168 mm × H 190 mm\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"kit-card kc\"\u003e\n      \u003cdiv class=\"kit-letter\"\u003eC\u003c\/div\u003e\n      \u003cdiv class=\"kit-name\"\u003eKit C — Ultimate\u003c\/div\u003e\n      \u003cdiv class=\"kit-specs\"\u003e\n        \u003cstrong\u003e2 compressors\u003c\/strong\u003e + 5-gallon tank\n      \u003c\/div\u003e\n      \u003cdiv class=\"kit-dim\"\u003e\n        \u003cstrong\u003e📐 Tank dimensions\u003c\/strong\u003e\n        851 mm × Ø 168 mm × H 190 mm\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"kit-card solo\"\u003e\n      \u003cdiv class=\"kit-letter\"\u003e≡\u003c\/div\u003e\n      \u003cdiv class=\"kit-name\"\u003eShock absorbers only\u003c\/div\u003e\n      \u003cdiv class=\"kit-specs\"\u003e\n        4 compatible shock absorbers — to be combined with any existing controller, tank, and compressor.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"grad-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- CONTENU DU KIT --\u003e\n  \u003cdiv class=\"section-title\"\u003e🧩 The kit includes\u003c\/div\u003e\n  \u003cul class=\"kit-content-list\"\u003e\n    \u003cli\u003e1 4-way electronic controller AIRMEXT SNX5 V3 with wired remote control\u003c\/li\u003e\n    \u003cli\u003e1 or 2 ultra-quiet compressors (depending on chosen kit)\u003c\/li\u003e\n    \u003cli\u003e1 seamless air tank with mounting brackets (2, 3, or 5 gallons)\u003c\/li\u003e\n    \u003cli\u003e4 shock absorbers with air springs mounted on threaded bodies\u003c\/li\u003e\n    \u003cli\u003eComplete wiring and pneumatic tubing kit\u003c\/li\u003e\n    \u003cli\u003e1 or 2 air dehumidifiers\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003c!-- LIVRAISON \u0026 GARANTIE --\u003e\n  \u003cdiv class=\"section-title\"\u003e🚚 Delivery \u0026amp; Warranty\u003c\/div\u003e\n  \u003cdiv class=\"delivery-grid\"\u003e\n    \u003cdiv class=\"delivery-card\"\u003e\n      \u003cdiv class=\"delivery-icon\"\u003e🛡️\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"delivery-title\"\u003e1-year warranty\u003c\/div\u003e\n        \u003cdiv class=\"delivery-text\"\u003eUnlimited mileage — on all kit parts.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"delivery-card\"\u003e\n      \u003cdiv class=\"delivery-icon\"\u003e📦\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"delivery-title\"\u003eEurope delivery\u003c\/div\u003e\n        \u003cdiv class=\"delivery-text\"\u003eAll fees included.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"delivery-card\"\u003e\n      \u003cdiv class=\"delivery-icon\"\u003e⏳\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"delivery-title\"\u003eMade to order product\u003c\/div\u003e\n        \u003cdiv class=\"delivery-text\"\u003eEstimated manufacturing and delivery time: \u003cstrong\u003e4 to 8 weeks\u003c\/strong\u003e after order confirmation.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"delivery-card\"\u003e\n      \u003cdiv class=\"delivery-icon\"\u003e📱\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"delivery-title\"\u003eTechnical support\u003c\/div\u003e\n        \u003cdiv class=\"delivery-text\"\u003eA team of enthusiasts available to assist you with installation.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- MENTIONS LÉGALES --\u003e\n  \u003cdiv class=\"legal-block\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Important legal notices — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis kit is NOT approved for use on public roads.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cul class=\"legal-list\"\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eUse off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp\u003eWe disclaim all responsibility for use on public roads. Professional installation recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- GUIDE MONTAGE --\u003e\n  \u003cdiv class=\"section-title\"\u003e📖 Guide \u0026amp; Assembly manual\u003c\/div\u003e\n  \u003cdiv style=\"background:#f7f7f7;border-radius:10px;padding:18px 20px;margin-bottom:28px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv style=\"font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;color:#111111;margin-bottom:4px;\"\u003eFrench manual AIRMEXT SNX5\u003c\/div\u003e\n      \u003cdiv style=\"font-size:13px;color:#555555;\"\u003eInstallation and assembly tips — complete guide available online.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"https:\/\/raslbitume.com\/blogs\/infos\/notice-francaise-airmext-snx5-conseils-d-installation-et-de-montage\" target=\"_blank\" style=\"display:inline-block;background:#111111;color:#ffffff !important;font-family:'Barlow Condensed',sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:10px 20px;border-radius:6px;text-decoration:none;white-space:nowrap;\"\u003eView guide →\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT BUNDLES --\u003e\n  \u003cdiv class=\"section-title\"\u003e🛒 Recommended products\u003c\/div\u003e\n  \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:28px;\"\u003e\n    \u003ca href=\"https:\/\/raslbitume.com\/products\/tubetanche-loctite-577-jaune-50-ml\" target=\"_blank\" style=\"text-decoration:none;background:#f7f7f7;border-radius:10px;padding:16px;border:2px solid #eeeeee;display:block;transition:border-color 0.2s;\" onmouseover=\"this.style.borderColor='#9C00FF'\" onmouseout=\"this.style.borderColor='#eeeeee'\"\u003e\n      \u003cdiv style=\"font-size:22px;margin-bottom:8px;\"\u003e🔒\u003c\/div\u003e\n      \u003cdiv style=\"font-family:'Barlow Condensed',sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;color:#111111;margin-bottom:4px;\"\u003eInstallation sealing\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;color:#555555;\"\u003eLoctite 577 — Yellow tube 50ml. Essential for sealing pneumatic fittings.\u003c\/div\u003e\n      \u003cdiv style=\"margin-top:10px;font-family:'Barlow Condensed',sans-serif;font-size:12px;font-weight:700;color:#9C00FF;text-transform:uppercase;\"\u003eView product →\u003c\/div\u003e\n    \u003c\/a\u003e\n    \u003ca href=\"https:\/\/raslbitume.com\/products\/graisse-caoutchouc\" target=\"_blank\" style=\"text-decoration:none;background:#f7f7f7;border-radius:10px;padding:16px;border:2px solid #eeeeee;display:block;transition:border-color 0.2s;\" onmouseover=\"this.style.borderColor='#9C00FF'\" onmouseout=\"this.style.borderColor='#eeeeee'\"\u003e\n      \u003cdiv style=\"font-size:22px;margin-bottom:8px;\"\u003e🧴\u003c\/div\u003e\n      \u003cdiv style=\"font-family:'Barlow Condensed',sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;color:#111111;margin-bottom:4px;\"\u003eAir spring maintenance grease\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;color:#555555;\"\u003eSpecial rubber grease for air springs — to extend the lifespan of your air springs.\u003c\/div\u003e\n      \u003cdiv style=\"margin-top:10px;font-family:'Barlow Condensed',sans-serif;font-size:12px;font-weight:700;color:#9C00FF;text-transform:uppercase;\"\u003eView product →\u003c\/div\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"section-title\"\u003e❓ Frequently Asked Questions\u003c\/div\u003e\n  \u003cdiv style=\"margin-bottom:28px;\"\u003e\n\n    \u003cdetails style=\"background:#f7f7f7;border-radius:10px;padding:16px 18px;margin-bottom:10px;cursor:pointer;\"\u003e\n      \u003csummary style=\"font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;color:#111111;list-style:none;display:flex;justify-content:space-between;align-items:center;\"\u003e\n        How to choose my kit A, B, or C?\n        \u003cspan style=\"color:#9C00FF;font-size:18px;flex-shrink:0;margin-left:10px;\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv style=\"font-size:13px;color:#555555;margin-top:12px;line-height:1.7;\"\u003e\n        The \u003cstrong style=\"color:#111111;\"\u003eKit A\u003c\/strong\u003e includes a small tank and a single compressor — ideal for small vehicles with limited installation space.\u003cbr\u003e\n        The \u003cstrong style=\"color:#111111;\"\u003eKit C\u003c\/strong\u003e includes a large tank with two compressors — ideal for large heavy vehicles.\u003cbr\u003e\n        The \u003cstrong style=\"color:#111111;\"\u003eKit B\u003c\/strong\u003e represents the best compromise between the two for \u003cstrong style=\"color:#111111;\"\u003e99% of vehicles\u003c\/strong\u003e — it is our team's choice.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"background:#f7f7f7;border-radius:10px;padding:16px 18px;margin-bottom:10px;cursor:pointer;\"\u003e\n      \u003csummary style=\"font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;color:#111111;list-style:none;display:flex;justify-content:space-between;align-items:center;\"\u003e\n        Is my kit delivered in multiple packages?\n        \u003cspan style=\"color:#9C00FF;font-size:18px;flex-shrink:0;margin-left:10px;\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv style=\"font-size:13px;color:#555555;margin-top:12px;line-height:1.7;\"\u003e\n        Yes, sometimes packages arrive at different times — this is completely normal. No worries if you receive one package before the other.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"background:#f7f7f7;border-radius:10px;padding:16px 18px;margin-bottom:10px;cursor:pointer;\"\u003e\n      \u003csummary style=\"font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;color:#111111;list-style:none;display:flex;justify-content:space-between;align-items:center;\"\u003e\n        Is the kit supplied with cups \/ camber plates?\n        \u003cspan style=\"color:#9C00FF;font-size:18px;flex-shrink:0;margin-left:10px;\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv style=\"font-size:13px;color:#555555;margin-top:12px;line-height:1.7;\"\u003e\n        Camber plates are included in the kit depending on availability.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"background:#f7f7f7;border-radius:10px;padding:16px 18px;margin-bottom:10px;cursor:pointer;\"\u003e\n      \u003csummary style=\"font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;color:#111111;list-style:none;display:flex;justify-content:space-between;align-items:center;\"\u003e\n        My tracking shows the package has not been handed over to the carrier.\n        \u003cspan style=\"color:#9C00FF;font-size:18px;flex-shrink:0;margin-left:10px;\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv style=\"font-size:13px;color:#555555;margin-top:12px;line-height:1.7;\"\u003e\n        No worries — the package is in transit outside Europe. Once on European territory, the tracking will update automatically.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails style=\"background:#f7f7f7;border-radius:10px;padding:16px 18px;margin-bottom:10px;cursor:pointer;\"\u003e\n      \u003csummary style=\"font-family:'Barlow Condensed',sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;color:#111111;list-style:none;display:flex;justify-content:space-between;align-items:center;\"\u003e\n        Are there customs fees upon delivery?\n        \u003cspan style=\"color:#9C00FF;font-size:18px;flex-shrink:0;margin-left:10px;\"\u003e+\u003c\/span\u003e\n      \u003c\/summary\u003e\n      \u003cdiv style=\"font-size:13px;color:#555555;margin-top:12px;line-height:1.7;\"\u003e\n        All fees are included in the kit price. In 98% of cases, there will be no additional customs fees.\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"airmext","offers":[{"title":"Kit A","offer_id":49248193741138,"sku":null,"price":2649.99,"currency_code":"EUR","in_stock":true},{"title":"Kit B","offer_id":49248193773906,"sku":null,"price":2799.99,"currency_code":"EUR","in_stock":true},{"title":"Kit C","offer_id":49248193806674,"sku":null,"price":2859.99,"currency_code":"EUR","in_stock":true},{"title":"Shock absorber only","offer_id":49248193839442,"sku":null,"price":1699.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/e24_2.png?v=1774186046"},{"product_id":"kit-air-ride-complet-bmw-serie-1-e81","title":"Complete TA Technix Air Ride Kit for BMW 1 Series E81 (2004-2013) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAdjustable \u003cspan\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003e2-Way Manual Management\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual management system\u003c\/strong\u003e. Professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 980 kg \/ Rear: 1120 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTA Technix German quality\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual management\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026amp; competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix Shock Absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026amp; Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e6 m red electric cable with built-in protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eBlack ground cable 1 m\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eHigh-pressure PU pneumatic hose 6 mm (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003e2-Way Independent Control\u003c\/strong\u003eSeparate front\/rear control via the dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notices — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440049168722,"sku":null,"price":1948.19,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_410d330d-cf80-478e-b5b0-77431198b115.jpg?v=1774181973"},{"product_id":"kit-air-ride-complet-bmw-serie-1-e87","title":"Complete TA Technix Air Ride Kit for BMW 1 Series E87 (2004-2013) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAdjustable \u003cspan\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003e2-Way Manual Management\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual management system\u003c\/strong\u003e. Professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 980 kg \/ Rear: 1120 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTA Technix German quality\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual management\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026amp; competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix Shock Absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026amp; Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e6 m red electric cable with built-in protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eBlack ground cable 1 m\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eHigh-pressure 6 mm PU pneumatic hose (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003e2-Way Independent Control\u003c\/strong\u003eSeparate front\/rear control via dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notices — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440057622866,"sku":null,"price":1948.19,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_410d330d-cf80-478e-b5b0-77431198b115.jpg?v=1774181973"},{"product_id":"kit-air-ride-complet-bmw-serie-1-f20","title":"Complete TA Technix Air Ride Kit for BMW 1 Series F20 (2011-2019) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAdjustable \u003cspan\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003e2-Way Manual Control\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual control system\u003c\/strong\u003e. A professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 1060 kg \/ Rear: 1230 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"perso-card attention full\"\u003e\n      \u003cdiv class=\"perso-label\"\u003e⚠️ Warning\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;line-height:1.5;\"\u003e⚠️ \u003cstrong\u003eThe original shock absorber mount points must be drilled\u003c\/strong\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eGerman quality TA Technix\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual control\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026 competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix Shock Absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026 Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003eRed electrical cable 6 m with integrated protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eBlack ground cable 1 m\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eHigh-pressure 6 mm PU pneumatic hose (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003e2-Way Independent Management\u003c\/strong\u003eSeparate front\/rear control via dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notices — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440060277074,"sku":null,"price":1846.19,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_e5bf97fc-88c8-4a1f-97c4-ba00e9c341e2.jpg?v=1774181987"},{"product_id":"kit-air-ride-complet-bmw-serie-1-f20-x-drive","title":"Complete TA Technix Air Ride Kit for BMW 1 Series F20 X-Drive (2011-2019) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAdjustable \u003cspan\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003e2-Way Manual Control\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual control system\u003c\/strong\u003e. A professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 1060 kg \/ Rear: 1230 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"perso-card attention full\"\u003e\n      \u003cdiv class=\"perso-label\"\u003e⚠️ Warning\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;line-height:1.5;\"\u003e⚠️ \u003cstrong\u003eThe original shock absorber mount points must be drilled\u003c\/strong\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eGerman quality TA Technix\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual control\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026 competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix Shock Absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026 Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e6 m red electrical cable with integrated protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e1 m black ground cable\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e6 mm high-pressure PU pneumatic hose (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIndependent 2-Way Management\u003c\/strong\u003eSeparate front\/rear control via dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notice — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved use for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440070992210,"sku":null,"price":1846.19,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_e5bf97fc-88c8-4a1f-97c4-ba00e9c341e2.jpg?v=1774181987"},{"product_id":"kit-air-ride-complet-bmw-serie-1-f21","title":"Complete TA Technix Air Ride Kit for BMW 1 Series F21 (2011-2019) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAdjustable \u003cspan\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003e2-Way Manual Control\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual control system\u003c\/strong\u003e. A professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 1060 kg \/ Rear: 1230 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"perso-card attention full\"\u003e\n      \u003cdiv class=\"perso-label\"\u003e⚠️ Warning\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;line-height:1.5;\"\u003e⚠️ \u003cstrong\u003eThe original shock absorber mount points must be drilled\u003c\/strong\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eGerman quality TA Technix\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual control\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026 competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix Shock Absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026 Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003eRed electrical cable 6 m with integrated protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eBlack ground cable 1 m\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eHigh-pressure 6 mm PU pneumatic hose (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003e2-Way Independent Management\u003c\/strong\u003eSeparate front\/rear control via dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notices — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRascal\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440074596690,"sku":null,"price":1846.19,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_e5bf97fc-88c8-4a1f-97c4-ba00e9c341e2.jpg?v=1774181987"},{"product_id":"kit-air-ride-complet-bmw-serie-1-f21-x-drive","title":"Complete TA Technix Air Ride Kit for BMW 1 Series F21 X-Drive (2011-2019) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAdjustable \u003cspan\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003e2-Way Manual Control\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual control system\u003c\/strong\u003e. A professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 1060 kg \/ Rear: 1230 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"perso-card attention full\"\u003e\n      \u003cdiv class=\"perso-label\"\u003e⚠️ Warning\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;line-height:1.5;\"\u003e⚠️ \u003cstrong\u003eThe original shock absorber cup mounting points must be drilled\u003c\/strong\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eGerman quality TA Technix\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual control\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026 competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix Shock Absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026 Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003eRed electrical cable 6 m with integrated protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eBlack ground cable 1 m\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eHigh-pressure PU pneumatic hose 6 mm (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003e2-Way Independent Control\u003c\/strong\u003eSeparate front\/rear control via dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notices — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440075612498,"sku":null,"price":1846.19,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_e5bf97fc-88c8-4a1f-97c4-ba00e9c341e2.jpg?v=1774181987"},{"product_id":"kit-air-ride-complet-bmw-serie-1-e88","title":"Complete TA Technix Air Ride Kit for BMW 1 Series Convertible E88 (2004-2013) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAdjustable \u003cspan\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003e2-Way Manual Management\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual management system\u003c\/strong\u003e. Professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 980 kg \/ Rear: 1120 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTA Technix German quality\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual management\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026amp; competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix Shock Absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026amp; Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e6 m red electric cable with built-in protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e1 m black ground cable\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e6 mm high-pressure PU pneumatic hose (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIndependent 2-Way Management\u003c\/strong\u003eSeparate front\/rear control via dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notices — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved use for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440098320722,"sku":null,"price":1948.19,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_410d330d-cf80-478e-b5b0-77431198b115.jpg?v=1774181973"},{"product_id":"kit-air-ride-complet-bmw-serie-1-e82","title":"Complete TA Technix Air Ride Kit for BMW 1 Series Coupe E82 (2004-2013) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAir Suspension \u003cspan\u003eAdjustable\u003c\/span\u003e\u003cbr\u003e2-Way Manual Management\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual management system\u003c\/strong\u003e. Professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 980 kg \/ Rear: 1120 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eGerman quality TA Technix\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual management\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026amp; competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix Shock Absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026amp; Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e6 m red electric cable with built-in protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e1 m black ground cable\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e6 mm high-pressure PU pneumatic hose (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIndependent 2-Way Management\u003c\/strong\u003eSeparate front\/rear control via the dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notices — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved use for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440101040466,"sku":null,"price":1948.19,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_410d330d-cf80-478e-b5b0-77431198b115.jpg?v=1774181973"},{"product_id":"kit-air-ride-complet-bmw-1502-2002","title":"Complete TA Technix Air Ride Kit for Bmw 1502 - 2002 (E10) (1971-1976) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAdjustable \u003cspan\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003e2-Way Manual Control\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual control system\u003c\/strong\u003e. Professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 700 kg \/ Rear: 780 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"perso-card attention full\"\u003e\n      \u003cdiv class=\"perso-label\"\u003e⚠️ Warning\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;line-height:1.5;\"\u003eThe front struts must be sent after purchase\/order confirmation. Only the fully disassembled and cleaned shock body can be machined. Wheel bearings and hubs must be removed before shipping. Damaged parts will be returned, shipping costs are the customer's responsibility.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eGerman quality TA Technix\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual control\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026amp; competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix shock absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle pressure gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026 Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003eRed electrical cable 6 m with integrated protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eBlack ground cable 1 m\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eHigh-pressure 6 mm PU pneumatic hose (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003e2-Way Independent Control\u003c\/strong\u003eSeparate front\/rear control via the dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notices — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440180765010,"sku":null,"price":2158.31,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_dedbdca6-d104-44a9-a0b8-2e39ebda57f6.jpg?v=1774182021"},{"product_id":"kit-air-ride-complet-bmw-serie-2-f23","title":"Complete TA Technix Air Ride Kit for Bmw 2 Series F23 (2014-2021) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAdjustable \u003cspan\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003e2-Way Manual Control\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual control system\u003c\/strong\u003e. Professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 1060 kg \/ Rear: 1230 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"perso-card attention full\"\u003e\n      \u003cdiv class=\"perso-label\"\u003e⚠️ Warning\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;line-height:1.5;\"\u003e⚠️ \u003cstrong\u003eThe original shock absorber cup mounting points must be drilled\u003c\/strong\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eGerman quality TA Technix\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual control\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026 competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix Shock Absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026 Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003eRed electrical cable 6 m with integrated protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eBlack ground cable 1 m\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eHigh-pressure PU pneumatic hose 6 mm (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003e2-Way Independent Control\u003c\/strong\u003eSeparate front\/rear control via dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notices — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440226902354,"sku":null,"price":1846.19,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_e5bf97fc-88c8-4a1f-97c4-ba00e9c341e2.jpg?v=1774181987"},{"product_id":"kit-air-ride-complet-bmw-serie-2-coupe-f22-f87","title":"Complete TA Technix Air Ride Kit for Bmw 2 Series Coupe F22 \u0026 F87 (2014-2019) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAdjustable \u003cspan\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003e2-Way Manual Control\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual control system\u003c\/strong\u003e. A professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 1060 kg \/ Rear: 1230 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"perso-card attention full\"\u003e\n      \u003cdiv class=\"perso-label\"\u003e⚠️ Warning\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;line-height:1.5;\"\u003e⚠️ \u003cstrong\u003eThe original shock absorber mount points must be drilled\u003c\/strong\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eGerman quality TA Technix\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual control\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026 competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix Shock Absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026 Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e6 m red electrical cable with integrated protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e1 m black ground cable\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e6 mm high-pressure PU pneumatic hose (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIndependent 2-Way Management\u003c\/strong\u003eSeparate front\/rear control via dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notice — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440231162194,"sku":null,"price":1846.19,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_e5bf97fc-88c8-4a1f-97c4-ba00e9c341e2.jpg?v=1774181987"},{"product_id":"kit-air-ride-complet-bmw-serie-2-coupe-f22-f87-x-drive","title":"Complete TA Technix Air Ride Kit for Bmw 2 Series Coupe F22 \u0026 F87 X-Drive (2014-2019) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAdjustable \u003cspan\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003e2-Way Manual Control\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual management system\u003c\/strong\u003e. Professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 1060 kg \/ Rear: 1230 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"perso-card attention full\"\u003e\n      \u003cdiv class=\"perso-label\"\u003e⚠️ Warning\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;line-height:1.5;\"\u003e⚠️ \u003cstrong\u003eThe original shock absorber mount points must be drilled\u003c\/strong\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eGerman quality TA Technix\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual control\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026 competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix Shock Absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026 Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e6 m red electrical cable with integrated protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e1 m black ground cable\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e6 mm high-pressure PU pneumatic hose (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIndependent 2-Way Management\u003c\/strong\u003eSeparate front\/rear control via dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notice — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440231391570,"sku":null,"price":1846.19,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_e5bf97fc-88c8-4a1f-97c4-ba00e9c341e2.jpg?v=1774181987"},{"product_id":"kit-air-ride-complet-bmw-e9","title":"Complete TA Technix Air Ride Kit for Bmw E9 (1968-1975) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAdjustable \u003cspan\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003e2-Way Manual Control\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual management system\u003c\/strong\u003e. Professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 900 kg \/ Rear: 900 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"perso-card attention full\"\u003e\n      \u003cdiv class=\"perso-label\"\u003e⚠️ Warning\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;line-height:1.5;\"\u003eThe front struts must be sent after purchase\/order confirmation. Only the fully disassembled and cleaned shock absorber body can be machined. Wheel bearings and hubs must be removed before shipping. Damaged parts will be returned, shipping costs are the customer's responsibility.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eGerman quality TA Technix\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual control\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026amp; competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix shock absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle pressure gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026 Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003eRed electrical cable 6 m with integrated protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eBlack ground cable 1 m\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eHigh-pressure PU pneumatic hose 6 mm (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIndependent 2-Way Control\u003c\/strong\u003eSeparate front\/rear control via the dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notices — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440269992274,"sku":null,"price":2158.31,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_dedbdca6-d104-44a9-a0b8-2e39ebda57f6.jpg?v=1774182021"},{"product_id":"kit-air-ride-complet-bmw-e21","title":"Complete TA Technix Air Ride Kit for Bmw 3 Series E21 (1975-1982) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAdjustable \u003cspan\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003e2-Way Manual Control\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual management system\u003c\/strong\u003e. Professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 730 kg \/ Rear: 840 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"perso-card attention full\"\u003e\n      \u003cdiv class=\"perso-label\"\u003e⚠️ Warning\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;line-height:1.5;\"\u003eThe front struts must be sent after purchase\/order confirmation. Only the fully disassembled and cleaned shock absorber body can be machined. Wheel bearings and hubs must be removed before shipping. Damaged parts will be returned, shipping costs are the customer's responsibility.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eGerman quality TA Technix\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual control\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026amp; competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix shock absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle pressure gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026 Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003eRed electrical cable 6 m with integrated protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eBlack ground cable 1 m\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eHigh-pressure PU pneumatic hose 6 mm (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003e2-Way Independent Control\u003c\/strong\u003eSeparate front\/rear control via the dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notice — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440279036242,"sku":null,"price":2158.31,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_fca4aa02-cd6e-4478-8932-779842ecad76.jpg?v=1774182034"},{"product_id":"kit-air-ride-complet-bmw-e30","title":"Complete TA Technix Air Ride Kit for Bmw 3 Series E30 (1982-1994) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAir Suspension \u003cspan\u003eAdjustable\u003c\/span\u003e\u003cbr\u003e2-Way Manual Control\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual control system\u003c\/strong\u003e. Professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 865 kg \/ Rear: 1000 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eCompatibility\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;line-height:1.5;\"\u003e\u003cspan\u003e✅ ABS sensor connection provided - easy installation\u003cbr\u003e\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"perso-card attention full\"\u003e\n      \u003cdiv class=\"perso-label\"\u003e⚠️ Warning\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;line-height:1.5;\"\u003eThe front struts must be sent after purchase\/order confirmation. Only the fully disassembled and cleaned shock body can be machined. Wheel bearings and hubs must be removed before shipping. Damaged parts will be returned, shipping costs are the customer's responsibility. ⚠️ Warning: Compatible only with front shock struts of Ø51mm\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eGerman quality TA Technix\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual control\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026amp; competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix shock absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026 Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003eRed electrical cable 6 m with integrated protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eBlack ground cable 1 m\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eHigh-pressure PU pneumatic hose 6 mm (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003e2-Way Independent Control\u003c\/strong\u003eSeparate front\/rear control via the dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notices — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440289784146,"sku":null,"price":1856.39,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/35AADF21-C578-4F35-86B9-E7B6E7D81F69.jpg?v=1774182047"},{"product_id":"kit-air-ride-complet-bmw-e36","title":"Complete TA Technix Air Ride Kit for Bmw 3 Series E36 (1990-2000) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAdjustable \u003cspan\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003e2-Way Manual Management\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual management system\u003c\/strong\u003e. Professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 890 kg \/ Rear: 1115 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTA Technix German quality\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual management\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026amp; competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix Shock Absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026amp; Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e6 m red electric cable with built-in protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eBlack ground cable 1 m\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eHigh-pressure 6 mm PU pneumatic hose (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003e2-Way Independent Management\u003c\/strong\u003eSeparate front\/rear control via dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notices — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440296337746,"sku":null,"price":1856.39,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_8a77f3cd-ee8a-49e8-af2f-c08aefbb911f.jpg?v=1774182058"},{"product_id":"kit-air-ride-complet-bmw-e46","title":"Complete TA Technix Air Ride Kit for Bmw 3 Series E46 (1998-2006) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAdjustable \u003cspan\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003e2-Way Manual Management\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual management system\u003c\/strong\u003e. Professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n\n\n\n    \u003cdiv class=\"perso-card full\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eRecommendation\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;line-height:1.5;\"\u003eUse of shorter stabilizer bar links recommended\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTA Technix German quality\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual management\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026amp; competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix Shock Absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026amp; Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e6 m red electric cable with built-in protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e1 m black ground cable\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e6 mm high-pressure PU pneumatic hose (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIndependent 2-Way Management\u003c\/strong\u003eSeparate front\/rear control via dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notices — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440298369362,"sku":null,"price":1856.39,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_4ce88300-7c0b-44bd-a4d8-37d1efa801aa.jpg?v=1774182073"},{"product_id":"kit-air-ride-complet-bmw-e90","title":"Complete TA Technix Air Ride Kit for Bmw 3 Series E90 (2005-2012) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAir Suspension \u003cspan\u003eAdjustable\u003c\/span\u003e\u003cbr\u003e2-Way Manual Management\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual management system\u003c\/strong\u003e. Professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 1100 kg \/ Rear: 1200 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTA Technix German quality\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual management\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026amp; competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix Shock Absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026amp; Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e6 m red electric cable with built-in protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eBlack ground cable 1 m\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eHigh-pressure 6 mm PU pneumatic hose (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIndependent 2-Way Management\u003c\/strong\u003eSeparate front\/rear control via dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notice — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440305086802,"sku":null,"price":1948.19,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_3bd8c1c5-dbf4-41dd-a3cb-97d4120f7a62.jpg?v=1774182088"},{"product_id":"kit-air-ride-complet-bmw-e91","title":"Complete TA Technix Air Ride Kit for Bmw 3 Series E91 (2005-2012) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAir Suspension \u003cspan\u003eAdjustable\u003c\/span\u003e\u003cbr\u003e2-Way Manual Management\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual management system\u003c\/strong\u003e. Professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 1100 kg \/ Rear: 1200 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eGerman quality TA Technix\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual management\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026amp; competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix Shock Absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026amp; Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e6 m red electric cable with built-in protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e1 m black ground cable\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e6 mm high-pressure PU pneumatic hose (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIndependent 2-Way Management\u003c\/strong\u003eSeparate front\/rear control via dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notices — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440307872082,"sku":null,"price":1948.19,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_3bd8c1c5-dbf4-41dd-a3cb-97d4120f7a62.jpg?v=1774182088"},{"product_id":"kit-air-ride-complet-bmw-e92","title":"Complete TA Technix Air Ride Kit for Bmw 3 Series E92 (2005-2012) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAir Suspension \u003cspan\u003eAdjustable\u003c\/span\u003e\u003cbr\u003e2-Way Manual Management\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual management system\u003c\/strong\u003e. Professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 1100 kg \/ Rear: 1200 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eGerman quality TA Technix\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual management\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026amp; competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix Shock Absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle pressure gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026amp; Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e6 m red electric cable with built-in protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eBlack ground cable 1 m\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eHigh-pressure 6 mm PU pneumatic hose (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003e2-Way Independent Control\u003c\/strong\u003eSeparate front\/rear control via the dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notices — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440308166994,"sku":null,"price":1948.19,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_3bd8c1c5-dbf4-41dd-a3cb-97d4120f7a62.jpg?v=1774182088"},{"product_id":"kit-air-ride-complet-bmw-e93","title":"Complete TA Technix Air Ride Kit for Bmw 3 Series E93 (2005-2012) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAir Suspension \u003cspan\u003eAdjustable\u003c\/span\u003e\u003cbr\u003e2-Way Manual Management\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual management system\u003c\/strong\u003e. Professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 1100 kg \/ Rear: 1200 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTA Technix German quality\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual management\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026amp; competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix Shock Absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026amp; Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e6 m red electric cable with built-in protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eBlack ground cable 1 m\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eHigh-pressure 6 mm PU pneumatic hose (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIndependent 2-Way Management\u003c\/strong\u003eSeparate front\/rear control via dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notice — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440308887890,"sku":null,"price":1948.19,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_3bd8c1c5-dbf4-41dd-a3cb-97d4120f7a62.jpg?v=1774182088"},{"product_id":"kit-air-ride-complet-bmw-serie-3-f30-f80","title":"Complete TA Technix Air Ride Kit for Bmw 3 Series F30-F80 (2011-2020) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAdjustable \u003cspan\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003e2-Way Manual Control\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual control system\u003c\/strong\u003e. Professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 1060 kg \/ Rear: 1230 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"perso-card attention full\"\u003e\n      \u003cdiv class=\"perso-label\"\u003e⚠️ Warning\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;line-height:1.5;\"\u003e⚠️ \u003cstrong\u003eThe original shock absorber mount points must be drilled\u003c\/strong\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eGerman quality TA Technix\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual control\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026 competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix Shock Absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026 Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e6 m red electrical cable with integrated protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e1 m black ground cable\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e6 mm high-pressure PU pneumatic hose (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIndependent 2-Way Management\u003c\/strong\u003eSeparate front\/rear control via dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notices — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440316850514,"sku":null,"price":1846.19,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_e5bf97fc-88c8-4a1f-97c4-ba00e9c341e2.jpg?v=1774181987"},{"product_id":"kit-air-ride-complet-bmw-serie-3-f30-f80-x-drive","title":"Complete TA Technix Air Ride Kit for Bmw 3 Series F30-F80 X-Drive (2011-2020) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAdjustable \u003cspan\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003e2-Way Manual Control\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual control system\u003c\/strong\u003e. A professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 1060 kg \/ Rear: 1230 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"perso-card attention full\"\u003e\n      \u003cdiv class=\"perso-label\"\u003e⚠️ Warning\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;line-height:1.5;\"\u003e⚠️ \u003cstrong\u003eThe original shock absorber mount points must be drilled\u003c\/strong\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eGerman quality TA Technix\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual control\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026 competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix Shock Absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026 Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003eRed electrical cable 6 m with integrated protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eBlack ground cable 1 m\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eHigh-pressure 6 mm PU pneumatic hose (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003e2-Way Independent Management\u003c\/strong\u003eSeparate front\/rear control via dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notices — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440317866322,"sku":null,"price":1846.19,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/FullSizeRender_e5bf97fc-88c8-4a1f-97c4-ba00e9c341e2.jpg?v=1774181987"},{"product_id":"kit-air-ride-complet-bmw-e30-cabriolet","title":"Complete TA Technix Air Ride Kit for Bmw 3 Series E30 Convertible (1982-1994) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAdjustable \u003cspan\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003e2-Way Manual Control\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual management system\u003c\/strong\u003e. Professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 865 kg \/ Rear: 1000 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eCompatibility\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;line-height:1.5;\"\u003e\u003cspan\u003e✅ ABS sensor connection provided - easy installation\u003cbr\u003e\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"perso-card attention full\"\u003e\n      \u003cdiv class=\"perso-label\"\u003e⚠️ Warning\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;line-height:1.5;\"\u003eThe front struts must be sent after purchase\/order confirmation. Only the fully disassembled and cleaned shock absorber body can be machined. Wheel bearings and hubs must be removed before shipping. Damaged parts will be returned, shipping costs are the customer's responsibility. ⚠️ Warning: Compatible only with front shock struts of Ø51mm\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eGerman quality TA Technix\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual control\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026amp; competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix shock absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026 Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003eRed electrical cable 6 m with integrated protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eBlack ground cable 1 m\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eHigh-pressure PU pneumatic hose 6 mm (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003e2-Way Independent Control\u003c\/strong\u003eSeparate front\/rear control via the dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notice — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440337461586,"sku":null,"price":1856.39,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/35AADF21-C578-4F35-86B9-E7B6E7D81F69.jpg?v=1774182047"},{"product_id":"kit-air-ride-complet-bmw-e30-touring","title":"Complete TA Technix Air Ride Kit for Bmw 3 Series E30 Touring (1982-1994) — TÜV Approved","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800;900\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #9C00FF;\n    --yellow: #FED803;\n    --pink: #E00CFF;\n    --dark: #111111;\n    --white: #ffffff;\n    --grey-light: #f7f7f7;\n    --grey-border: #e8e8e8;\n  }\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body {\n    background: var(--white);\n    color: var(--dark);\n    font-family: 'Barlow', sans-serif;\n    font-size: inherit;\n    line-height: 1.5;\n  }\n  .header {\n    background: var(--dark);\n    padding: 28px 32px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .header::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    background: var(--purple);\n    border-radius: 50%;\n    opacity: 0.15;\n  }\n  .header::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 20%;\n    width: 160px; height: 160px;\n    background: var(--pink);\n    border-radius: 50%;\n    opacity: 0.10;\n  }\n  .badge-kit {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white) !important;\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 10px;\n  }\n  .header h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900;\n    font-size: 22px;\n    color: var(--white) !important;\n    line-height: 1.15;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    max-width: 580px;\n  }\n  .header h1 span { color: var(--yellow) !important; }\n  .header-sub {\n    color: #888 !important;\n    font-size: 11px;\n    margin-top: 6px;\n  }\n  .body { padding: 24px 32px; }\n  .intro {\n    background: var(--grey-light);\n    border-left: 4px solid var(--purple);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin-bottom: 22px;\n    font-size: 12px;\n    color: #222;\n  }\n  .section-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800;\n    font-size: 13px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 12px;\n    margin-top: 22px;\n    padding-bottom: 6px;\n    border-bottom: 2px solid var(--grey-border);\n  }\n  .section-title .icon {\n    width: 24px; height: 24px;\n    background: var(--purple);\n    border-radius: 4px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px;\n    color: #ffffff !important;\n    flex-shrink: 0;\n  }\n  .perso-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n  .perso-card {\n    border: 1.5px solid var(--grey-border);\n    border-radius: 8px;\n    padding: 14px 16px;\n  }\n  .perso-card.full { grid-column: 1 \/ -1; }\n  .perso-card .perso-label {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700;\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--purple);\n    margin-bottom: 6px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .perso-card .perso-label::before { content: '½6'; color: var(--yellow); font-size: 9px; }\n  .perso-card p { font-size: 12px; color: var(--dark); line-height: 1.5; }\n  .perso-card.attention { border-color: #ff9800; background: #fffbf0; }\n  .perso-card.attention .perso-label { color: #e67e00; }\n  .checklist { list-style: none; display: flex; flex-direction: column; gap: 6px; }\n  .checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.5; }\n  .checklist li .check {\n    width: 16px; height: 16px;\n    background: var(--purple);\n    border-radius: 3px;\n    display: flex; align-items: center; justify-content: center;\n    color: #ffffff !important; font-size: 9px; flex-shrink: 0; margin-top: 2px;\n  }\n  .compo-block { margin-bottom: 12px; }\n  .compo-block h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 700; font-size: 11px;\n    text-transform: uppercase; letter-spacing: 0.8px;\n    color: #555; margin-bottom: 6px;\n  }\n  .compo-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }\n  .compo-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }\n  .compo-list li::before { content: '92'; color: var(--purple); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n  .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .spec-item { background: var(--grey-light); border-radius: 6px; padding: 9px 12px; display: flex; align-items: flex-start; gap: 8px; }\n  .spec-item .spec-icon { font-size: 15px; flex-shrink: 0; }\n  .spec-item p { font-size: 12px; line-height: 1.4; }\n  .spec-item strong { display: block; font-size: 11px; color: #444; }\n  .app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }\n  .app-item { border: 1.5px solid var(--grey-border); border-radius: 6px; padding: 9px 12px; font-size: 12px; }\n  .app-item .app-title { font-weight: 600; color: var(--purple); margin-bottom: 2px; }\n  .app-item p { color: #555; font-size: 11px; }\n  .legal-box { background: #fff3f3; border: 1.5px solid #ffcccc; border-radius: 8px; padding: 14px 16px; }\n  .legal-box .legal-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 800; font-size: 12px;\n    text-transform: uppercase; color: #cc0000;\n    letter-spacing: 1px; margin-bottom: 7px;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .legal-box p { font-size: 11px; color: #444; line-height: 1.5; }\n  .legal-box ul { list-style: disc; padding-left: 16px; margin-top: 5px; }\n  .legal-box ul li { font-size: 11px; color: #444; margin-bottom: 3px; }\n  .legal-box .legal-note { margin-top: 7px; font-size: 10.5px; color: #888; font-style: italic; }\n  .delivery-row { display: flex; gap: 10px; flex-wrap: wrap; }\n  .delivery-pill {\n    background: var(--dark); color: var(--white) !important;\n    border-radius: 20px; padding: 5px 12px;\n    font-size: 11px; font-weight: 500;\n    display: flex; align-items: center; gap: 6px;\n  }\n  .footer {\n    background: var(--dark); padding: 12px 32px;\n    display: flex; align-items: center; justify-content: space-between;\n  }\n  .footer-brand {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-weight: 900; font-size: 14px;\n    color: var(--white) !important; text-transform: uppercase; letter-spacing: 1px;\n  }\n  .footer-brand span { color: var(--purple) !important; }\n  .footer-mail { font-size: 11px; color: #888 !important; }\n  .footer-mail a { color: var(--yellow) !important; text-decoration: none; }\n  .divider { height: 1px; background: var(--grey-border); margin: 20px 0; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"header\"\u003e\n  \u003cdiv class=\"badge-kit\"\u003eManual Air Ride Kit — TA Technix × Streetec\u003c\/div\u003e\n  \u003ch1\u003eAdjustable \u003cspan\u003eAir Suspension\u003c\/span\u003e\u003cbr\u003e2-Way Manual Control\u003c\/h1\u003e\n  \u003cp class=\"header-sub\"\u003eStance · Show Car · Tuning · Extreme Lowering\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"body\"\u003e\n\n  \u003cp class=\"intro\"\u003e\n    Transform your vehicle with our \u003cstrong\u003ecomplete air ride kit\u003c\/strong\u003e combining \u003cstrong\u003eTA Technix air shock absorbers\u003c\/strong\u003e and the \u003cstrong\u003eStreetec 2-way manual control system\u003c\/strong\u003e. Professional solution for stance, show car, and tuning enthusiasts — extreme lowering with full ride height control.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"perso-grid\"\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eTÜV approval\u003c\/div\u003e\n      \u003cp\u003e\n        Certified according to §19.3 StVZO\u003cbr\u003e\n        \u003cstrong\u003eFront load: 865 kg \/ Rear: 1000 kg\u003c\/strong\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size:11px;color:#666;\"\u003eCertificate available on request: \u003ca href=\"mailto:contact@raslbitume.com\" style=\"color:var(--purple);\"\u003econtact@raslbitume.com\u003c\/a\u003e\u003c\/span\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"perso-card\"\u003e\n      \u003cdiv class=\"perso-label\"\u003eCompatibility\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;line-height:1.5;\"\u003e\u003cspan\u003e✅ ABS sensor connection provided - easy installation\u003cbr\u003e\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"perso-card attention full\"\u003e\n      \u003cdiv class=\"perso-label\"\u003e⚠️ Warning\u003c\/div\u003e\n      \u003cdiv style=\"font-size:12px;line-height:1.5;\"\u003eThe front struts must be sent after purchase\/order confirmation. Only the fully disassembled and cleaned shock absorber body can be machined. Wheel bearings and hubs must be removed before shipping. Damaged parts will be returned, shipping costs are the customer's responsibility. ⚠️ Warning: Compatible only with front shock struts of Ø51mm\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n    Why choose this kit?\n  \u003c\/div\u003e\n\n  \u003cul class=\"checklist\"\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eGerman quality TA Technix\u003c\/strong\u003e: robust and durable shock absorbers designed for intensive use\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eReliable Streetec manual control\u003c\/strong\u003e: precise and independent pressure control on 2 circuits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eAdjustable lowering at will\u003c\/strong\u003e: customizable ride height without limits\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eTurnkey kit\u003c\/strong\u003e: all components included for full installation\u003c\/span\u003e\n\u003c\/li\u003e\n    \u003cli\u003e\n\u003cdiv class=\"check\"\u003e✓\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eVersatile show car \u0026amp; competition\u003c\/strong\u003e: perfect for automotive events and exhibitions\u003c\/span\u003e\n\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n    Complete kit composition\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eAir Suspension\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTA Technix shock absorbers\u003c\/strong\u003e with integrated air bladders\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003ePrecise adjustment of ride height\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eGerman robustness for optimal long-lasting performance\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eManual Air Management System\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Comp1\u003c\/strong\u003e — High-performance compressor\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Tank1\u003c\/strong\u003e — Aluminum tank 9.5 L (0–14 bar): lightweight and corrosion resistant\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSTREETEC Dual Gauge\u003c\/strong\u003e — Dual needle gauge for independent control of 2 circuits\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"compo-block\"\u003e\n    \u003ch4\u003eInstallation \u0026 Safety\u003c\/h4\u003e\n    \u003cul class=\"compo-list\"\u003e\n      \u003cli\u003e\u003cspan\u003eRed electrical cable 6 m with integrated protective fuse\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eBlack ground cable 1 m\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eHigh-pressure 6 mm PU pneumatic hose (25 m)\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTank connection kit with safety valve\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eDrain valve + control pressure switch\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eProfessional electrical connectors and fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eThread sealant for fittings\u003c\/span\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003cspan\u003eTube cutter\u003c\/span\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e⚙️\u003c\/div\u003e\n    Technical Specifications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"specs-grid\"\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🇩🇪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eGerman Manufacturing\u003c\/strong\u003eTA Technix \u0026 Streetec quality — proven reliability\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🎯\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003e2-Way Independent Control\u003c\/strong\u003eSeparate front\/rear control via the dual gauge\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e📏\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eExtreme Lowering\u003c\/strong\u003eGround clearance adjustment without travel limitation\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntegrated Safety\u003c\/strong\u003eOverpressure valve + pressure switch included as standard\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e💪\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eIntensive Use\u003c\/strong\u003eDesigned for show cars, meetings, and competition use\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec-item\"\u003e\n      \u003cdiv class=\"spec-icon\"\u003e⚡\u003c\/div\u003e\n      \u003cp\u003e\u003cstrong\u003eComplete Installation\u003c\/strong\u003eAll wiring and connectors included in the kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🏁\u003c\/div\u003e\n    Ideal Applications\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-grid\"\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eShow Car \u0026 Auto Meeting\u003c\/div\u003e\n      \u003cp\u003eStatic presentation with spectacular lowering\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eStance \u0026 Fitment\u003c\/div\u003e\n      \u003cp\u003ePerfect posture for photos and car exhibitions\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eTuning \u0026 Customization\u003c\/div\u003e\n      \u003cp\u003eUnique style and custom aggressive stance\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"app-item\"\u003e\n      \u003cdiv class=\"app-title\"\u003eAutomotive Events\u003c\/div\u003e\n      \u003cp\u003eExtreme lowering for a standout presentation\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cdiv class=\"legal-title\"\u003e⚠️ Legal Notices — France\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong\u003eThis air ride kit is NOT approved for use on public roads in France.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp style=\"margin-top:6px;\"\u003eStrictly reserved for:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003ePrivate events and car shows\u003c\/li\u003e\n      \u003cli\u003eClosed circuits and competitions\u003c\/li\u003e\n      \u003cli\u003eAny use off public roads\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"legal-note\"\u003eWe disclaim all responsibility in case of use on open roads. Installation by a professional is recommended.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"section-title\"\u003e\n    \u003cdiv class=\"icon\"\u003e🚀\u003c\/div\u003e\n    Delivery \u0026 Support\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"delivery-row\"\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📦 Secure shipping\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e🛠️ Technical support available\u003c\/div\u003e\n    \u003cdiv class=\"delivery-pill\"\u003e📞 Installation advice on request\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer\"\u003e\n  \u003cdiv class=\"footer-brand\"\u003eRasl\u003cspan\u003e'\u003c\/span\u003eBitumen\u003c\/div\u003e\n  \u003cdiv class=\"footer-mail\"\u003eQuestions: \u003ca href=\"mailto:contact@raslbitume.com\"\u003econtact@raslbitume.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Rasl'Bitume","offers":[{"title":"Default Title","offer_id":49440337920338,"sku":null,"price":1856.39,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0280\/4999\/7922\/files\/35AADF21-C578-4F35-86B9-E7B6E7D81F69.jpg?v=1774182047"}],"url":"https:\/\/raslbitume.com\/en\/collections\/bmw.oembed?page=2","provider":"Rasl'Bitume","version":"1.0","type":"link"}