{"product_id":"heavy-duty-flex-drive-extender-rjc","title":"Prolongateur flexible robuste","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Hardware \u0026 Tools (Flexible Shaft Extension)\nTarget Audience: Mechanics, DIY Enthusiasts, Home Repairers\nVisual Style: Industrial, Rugged, Professional, Trustworthy\nColor Strategy: Industrial Warning Yellow\/Black accent, High contrast for tool aesthetic\nShape Strategy: Radius 6px (Masculine, sturdy, sharp but safe edges)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 44px max, Body: 18-20px)\nMobile Table Strategy: Card-based (No horizontal scroll, strictly vertical stack with data-labels)\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System Variables *\/\n    .product-detail-container {\n      --primary: #f59e0b; \/* Industrial Amber\/Yellow *\/\n      --primary-hover: #d97706;\n      --text-main: #111827; \/* Dark Slate *\/\n      --text-sub: #4b5563; \/* Medium Gray *\/\n      --bg-body: #ffffff;\n      --bg-card: #f9fafb;\n      --bg-dark: #1f2937;\n      --radius-md: 6px; \/* Rugged masculine look *\/\n      --radius-lg: 10px;\n      --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n      --border-color: #e5e7eb;\n      \n      \/* Base Container Settings *\/\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: clamp(2rem, 5vw, 4rem) 5%;\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container *, .product-detail-container *::before, .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography System *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1rem 0;\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Shared Layout Utilities *\/\n    .module-spacer {\n      margin-top: clamp(3rem, 8vw, 6rem);\n    }\n\n    .text-center {\n      text-align: center;\n    }\n\n    \/* Media\/Images strictly anti-distortion *\/\n    .product-detail-container img, \n    .img-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .img-placeholder {\n      background: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      aspect-ratio: 4\/3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-size: clamp(16px, 2vw, 18px);\n      font-weight: bold;\n    }\n\n    \/* Static Visual Badges *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n\n    .visual-badge {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      color: var(--text-main);\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: clamp(16px, 1.5vw, 18px);\n      font-weight: 600;\n      display: inline-flex;\n      align-items: center;\n      gap: 0.5rem;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n    \n    .visual-badge::before {\n      content: \"✔\";\n      color: var(--primary);\n      font-size: 1.2em;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .social-proof {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.5rem;\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      font-weight: 600;\n      background: var(--bg-card);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      margin-bottom: 1.5rem;\n    }\n    .social-proof .stars {\n      color: var(--primary);\n      letter-spacing: 2px;\n    }\n\n    \/* Feature Sections (Mobile First \u0026 Z-Pattern Desktop) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Strict Mobile Order: Media top, Text bottom *\/\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n    }\n    \n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n\n    \/* Specifications Table *\/\n    .specs-wrapper {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: clamp(16px, 1.5vw, 18px);\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      background: var(--border-color);\n    }\n\n    \/* FAQ Section *\/\n    .faq-container {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n\n    .faq-item {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: clamp(1.5rem, 3vw, 2rem);\n    }\n\n    .faq-item h3 {\n      margin-bottom: 0.5rem;\n      color: var(--text-main);\n      display: flex;\n      gap: 1rem;\n      align-items: flex-start;\n    }\n    \n    .faq-item h3::before {\n      content: \"Q.\";\n      color: var(--primary);\n      font-weight: 900;\n    }\n\n    .faq-item p {\n      margin: 0;\n      padding-left: 2.2rem;\n    }\n\n    \/* Desktop Enhancements (Z-Pattern \u0026 Layouts) *\/\n    @media (min-width: 768px) {\n      .hero-section {\n        flex-direction: row;\n        align-items: center;\n      }\n      .hero-content, .hero-media {\n        flex: 1;\n      }\n      .feature-item {\n        flex-direction: row; \/* Z-Pattern active *\/\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n    }\n\n    \/* Mobile Enhancements (Strict Order \u0026 Card-based Table) *\/\n    @media (max-width: 767px) {\n      .feature-item, .feature-item:nth-child(even) {\n        flex-direction: column !important; \/* Lock mobile order *\/\n      }\n      \n      \/* Card-based Mobile Table *\/\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none; \/* Hide native header *\/\n      }\n      .specs-table tr {\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 0.5rem;\n      }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: 1px dashed var(--border-color);\n        padding: 0.75rem 0.5rem;\n        text-align: right;\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        text-align: left;\n        padding-right: 1rem;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"social-proof\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan\u003eApprouvé par les professionnels et les bricoleurs\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eVainquez les espaces restreints avec une flexibilité ultime.\u003c\/h1\u003e\n\n\u003cp\u003eL'extension d'arbre pliable robuste qui atteint les angles morts, les compartiments moteurs étroits et les espaces confinés où les outils ordinaires ne peuvent tout simplement pas opérer.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cdiv class=\"visual-badge\"\u003ePortée flexible à 360°\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003eRésistant aux impacts\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003eAdaptation universelle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324100643\/8f862cd9181481345b3d17eb7806d0c1.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item module-spacer\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324100117\/ac66dcec51adb075632c0df43fab6778.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSe plie dans tous les sens pour atteindre les fixations difficiles d'accès\u003c\/h2\u003e\n\n\u003cp\u003eFini les doigts écorchés et les angles impossibles. Conçu avec un noyau flexible très adaptable, cet allongeur navigue sans effort autour des obstacles structurels. Il transmet une puissance de rotation précise aux boulons enfoncés, facilitant la réparation automobile et l'entretien de machines complexes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item module-spacer\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324100117\/8f58eea88b9df59be5c4230b419d03fc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eLarge compatibilité pour tout votre arsenal d'outils\u003c\/h2\u003e\n\n\u003cp\u003eAméliorez instantanément les outils que vous possédez déjà. Conçu pour s'intégrer parfaitement aux douilles de couple, clés à cliquet, clés électriques et tiges de connexion. Que vous réalisiez un projet de rénovation à domicile ou une tâche professionnelle en atelier, cet arbre polyvalent vous assure toujours la bonne portée.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item module-spacer\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324100117\/2cc3053c523669ab73368f1d784aa374.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eRésistance de qualité industrielle pour les applications à impact\u003c\/h2\u003e\n\n\u003cp\u003eLa flexibilité ne doit pas signifier fragilité. Construit avec des matériaux robustes et haute résistance, cet arbre flexible supporte les exigences rigoureuses d'une utilisation par impact. Sa construction fiable garantit une performance stable sous pression, offrant aux mécaniciens et aux bricoleurs exigeants un outil sur lequel ils peuvent compter dans les conditions les plus difficiles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Layout) --\u003e\n\n\u003cdiv class=\"module-spacer specs-wrapper\"\u003e\n\u003ch2 class=\"text-center\"\u003eSpécifications techniques\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCaractéristique\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpécifications (métriques \u0026 impériales)\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eAcier à ressorts robuste \u0026 CR-V\u003c\/td\u003e\n\t\t\t\u003ctd\u003eHaute résistance au carbone\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e35,0 cm \/ 13,8 in\u003c\/td\u003e\n\t\t\t\u003ctd\u003ePortée étendue\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e250,0 g \/ 8,8 oz\u003c\/td\u003e\n\t\t\t\u003ctd\u003eLéger et portable\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Drive Compatibility\"\u003eCarrés 1\/2\"\u003c\/td\u003e\n\t\t\t\u003ctd\u003eAdaptation universelle standard\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Flex Angle\"\u003eJusqu'à 180 degrés\u003c\/td\u003e\n\t\t\t\u003ctd\u003eAccès multidirectionnel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"module-spacer\"\u003e\n\u003ch2 class=\"text-center\"\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eRésistera-t-il à une utilisation avec une clé à chocs électrique ?\u003c\/h3\u003e\n\n\u003cp\u003eOui, il présente une construction durable spécialement conçue pour résister à une utilisation modérée par impact lors de tâches de réparation exigeantes. Il absorbe efficacement les chocs tout en transmettant le couple à la fixation.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eÀ quels outils cet arbre flexible se connecte-t-il ?\u003c\/h3\u003e\n\n\u003cp\u003eIl est conçu avec une large compatibilité universelle. Il fonctionne parfaitement avec les clés à cliquet manuelles, les douilles de couple et la plupart des perceuses portatives manuelles ou électriques, s'adaptant facilement à votre boîte à outils actuelle.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eL'arbre est-il susceptible de se casser s'il est plié en forme de U serré ?\u003c\/h3\u003e\n\n\u003cp\u003ePas du tout. La barre à portée flexible est conçue à partir de matériaux spéciaux à ressort qui lui permettent de se plier considérablement sans se déformer de façon permanente ni perdre son intégrité structurelle sous une force de rotation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"9.84in","offer_id":48105453191380,"sku":"0324-17309407","price":12.95,"currency_code":"USD","in_stock":true},{"title":"13.78in","offer_id":48105453224148,"sku":"0324-17306054","price":12.95,"currency_code":"USD","in_stock":true},{"title":"9.84in+13.78in","offer_id":48105453256916,"sku":"0324-17307026","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/0c8fe2b99773456c8ae844b47b83984c.jpg?v=1781521625","url":"https:\/\/omurio.com\/fr\/products\/heavy-duty-flex-drive-extender-rjc","provider":"Omurio","version":"1.0","type":"link"}