{"product_id":"14-bit-multi-angle-screwdriver-rjc","title":"Tournevis multi-angle 14 bits","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Hardware Tool (14-in-1 Ratchet Screwdriver)\nTarget Audience: DIY Enthusiasts, Homeowners, Technicians (Male-skewed, utility-focused)\nVisual Style: Industrial, Precise, Reliable\nColor Strategy: Industrial Dark Charcoal (#1e293b) as primary text, Accent Green (#059669) matching the product packaging cue for highlights, Light gray (#f8fafc) for contrast backgrounds.\nShape Strategy: Radius 8px (sturdy, hard-edged but safe, fitting for a metal hand tool)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 36px+, Body: 18px+)\nMobile Table Strategy: Card-based (No horizontal scroll, full conversion metrics applied)\nImage Mapping: \n- Hero = image_1 (Full product showcase)\n- Feature1 = image_2 (180° Rotating head detail)\n- Feature2 = image_3 (Ratchet mechanism usage)\n- Feature3 = image_4 (Built-in storage handle)\n- Feature4 = image_5 (14 bits laydown)\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n        \/* Design System Variables *\/\n        --primary: #059669;\n        --text-main: #1e293b;\n        --text-sub: #475569;\n        --bg-body: #ffffff;\n        --bg-card: #f8fafc;\n        --border-color: #e2e8f0;\n        --radius-md: 8px;\n        --radius-lg: 12px;\n        \n        \/* Typography \u0026 Spacing System *\/\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        color: var(--text-main);\n        line-height: 1.7;\n        background-color: var(--bg-body);\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 5%;\n        box-sizing: border-box;\n        overflow-wrap: break-word;\n        word-break: break-word;\n        font-size: 18px; \/* Base size *\/\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n        box-sizing: inherit;\n    }\n\n    \/* Global Typography *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n        color: var(--text-main);\n        margin-top: 0;\n        line-height: 1.2;\n        font-weight: 700;\n    }\n\n    .product-detail-container h1 {\n        font-size: clamp(32px, 5vw, 44px);\n        margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container h2 {\n        font-size: clamp(26px, 4vw, 34px);\n        margin-bottom: 1.2rem;\n    }\n\n    .product-detail-container h3 {\n        font-size: clamp(20px, 3vw, 24px);\n        margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n        margin-top: 0;\n        margin-bottom: 1.5rem;\n        color: var(--text-sub);\n        font-size: clamp(18px, 2vw, 20px);\n    }\n\n    \/* Common Section Spacing *\/\n    .section-spacing {\n        padding: clamp(3rem, 6vw, 5rem) 0;\n    }\n\n    \/* Image Protocol *\/\n    .image-wrapper {\n        width: 100%;\n        border-radius: var(--radius-md);\n        overflow: hidden;\n        background-color: var(--bg-card);\n    }\n\n    .image-wrapper img {\n        width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    .img-placeholder {\n        width: 100%;\n        aspect-ratio: 4 \/ 3;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        background-color: #f1f5f9;\n        border: 2px dashed #cbd5e1;\n        color: #64748b;\n        font-weight: 600;\n        font-size: 1.2rem;\n        padding: 2rem;\n        text-align: center;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n        text-align: center;\n        padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    .hero-section .subtitle {\n        font-size: clamp(20px, 3vw, 24px);\n        color: var(--primary);\n        font-weight: 600;\n        margin-bottom: 1rem;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    .trust-badge-container {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.5rem;\n        background-color: var(--bg-card);\n        padding: 0.75rem 1.5rem;\n        border-radius: 50px;\n        margin-bottom: 3rem;\n        font-size: 16px;\n        font-weight: 600;\n        color: var(--text-main);\n        border: 1px solid var(--border-color);\n    }\n\n    \/* Features Layout (Mobile Locking \u0026 Z-Pattern) *\/\n    .feature-item {\n        display: flex;\n        flex-direction: column;\n        gap: clamp(2rem, 5vw, 4rem);\n        margin-bottom: clamp(4rem, 8vw, 6rem);\n    }\n\n    \/* Desktop Z-Pattern Enhancement *\/\n    @media (min-width: 768px) {\n        .feature-item {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            align-items: center;\n        }\n        .feature-item.reverse .feature-media {\n            order: 2;\n        }\n        .feature-item.reverse .feature-copy {\n            order: 1;\n            padding-right: 2rem;\n        }\n        .feature-item:not(.reverse) .feature-copy {\n            padding-left: 2rem;\n        }\n    }\n\n    \/* Visual Badges (Non-clickable) *\/\n    .highlight-badge {\n        display: inline-block;\n        background-color: var(--bg-card);\n        color: var(--primary);\n        font-weight: 700;\n        padding: 0.5rem 1rem;\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        font-size: 16px;\n        border: 1px solid #d1fae5;\n    }\n\n    \/* Specs Table strict mobile rules *\/\n    .specs-container {\n        background-color: var(--bg-card);\n        padding: clamp(2rem, 5vw, 4rem);\n        border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin-top: 2rem;\n        background: var(--bg-body);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n    }\n\n    .specs-table th, \n    .specs-table td {\n        padding: 1.2rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n        background-color: var(--text-main);\n        color: white;\n        font-weight: 600;\n    }\n\n    \/* Mobile Card-based Table *\/\n    @media (max-width: 767px) {\n        .specs-table, \n        .specs-table thead, \n        .specs-table tbody, \n        .specs-table tr, \n        .specs-table td {\n            display: block;\n            width: 100%;\n        }\n        \n        .specs-table thead {\n            display: none; \/* Hide standard headers *\/\n        }\n        \n        .specs-table tr {\n            margin-bottom: 1.5rem;\n            border: 1px solid var(--border-color);\n            border-radius: var(--radius-md);\n            box-shadow: 0 2px 4px rgba(0,0,0,0.02);\n            background: var(--bg-body);\n        }\n        \n        .specs-table td {\n            display: flex;\n            flex-direction: column;\n            padding: 1rem 1.2rem;\n            border-bottom: 1px solid var(--border-color);\n        }\n        \n        .specs-table td:last-child {\n            border-bottom: none;\n        }\n        \n        .specs-table td::before {\n            content: attr(data-label);\n            font-weight: 700;\n            color: var(--text-main);\n            margin-bottom: 0.5rem;\n            font-size: 16px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n        \n        .specs-table td span {\n            color: var(--text-sub);\n        }\n    }\n\n    \/* FAQ Section *\/\n    .faq-container {\n        max-width: 800px;\n        margin: 0 auto;\n    }\n\n    .faq-item {\n        margin-bottom: 2rem;\n        padding-bottom: 2rem;\n        border-bottom: 1px solid var(--border-color);\n    }\n\n    .faq-item:last-child {\n        border-bottom: none;\n    }\n\n    .faq-question {\n        font-size: clamp(20px, 3vw, 22px);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-bottom: 0.75rem;\n        display: flex;\n        align-items: flex-start;\n        gap: 0.75rem;\n    }\n\n    .faq-question::before {\n        content: \"Q.\";\n        color: var(--primary);\n    }\n\n    .faq-answer {\n        color: var(--text-sub);\n        padding-left: 2rem;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"subtitle\"\u003eOutil de qualité professionnelle\u003c\/div\u003e\n\n\u003ch1\u003eMaîtrisez chaque angle avec le tournevis à cliquet ultime 14-en-1\u003c\/h1\u003e\n\n\u003cp\u003eRéparez la maison, l'électronique et assemblez des meubles avec une précision et une facilité inégalées. Un outil compact, des possibilités infinies.\u003c\/p\u003e\n\n\u003cdiv class=\"trust-badge-container\"\u003e\n\u003cspan\u003e✓ Ingénierie de précision\u003c\/span\u003e \u003cspan\u003e|\u003c\/span\u003e \u003cspan\u003e✓ Qualité professionnelle\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260414182006\/b54f2e9972aa4206c6660c676478079d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260414182006\/e48b818f26d19b6de3ac4b3f1ecc7022.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\u003cdiv class=\"highlight-badge\"\u003eTête articulée à 180°\u003c\/div\u003e\n\n\u003ch2\u003eAtteignez l'inaccessible\u003c\/h2\u003e\n\n\u003cp\u003eÉquipé d'une tête pivotante fluide qui se verrouille jusqu'à 180 degrés. Vous pouvez désormais travailler confortablement dans des espaces incroyablement étroits et difficiles sans forcer votre poignet ni compromettre votre prise.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eParfait pour :\u003c\/strong\u003e les compartiments moteurs profonds, les armoires étroites et les coins difficiles d'accès.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 (Reversed on Desktop) --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260414182006\/6de6c3b29a7d3736502d3966e552618a.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\u003cdiv class=\"highlight-badge\"\u003eConduite sans effort\u003c\/div\u003e\n\n\u003ch2\u003eMécanisme à cliquet fluide\u003c\/h2\u003e\n\n\u003cp\u003eDites adieu aux repositionnements constants de la main. Notre système de cliquet réglable offre un contrôle fluide et précis dans les deux directions. Serrez ou desserrez les vis récalcitrantes sans effort tout en réduisant considérablement la fatigue de la main.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260414182006\/0390b2275ee6090c29d8ab20c3e61b70.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\u003cdiv class=\"highlight-badge\"\u003eConception astucieuse\u003c\/div\u003e\n\n\u003ch2\u003eRangement organisé dans le manche\u003c\/h2\u003e\n\n\u003cp\u003eNe perdez plus jamais un embout. Ce tournevis dispose d'un compartiment de rangement ingénieusement intégré, caché à l'intérieur du manche. Il garde tous les embouts inclus bien organisés et immédiatement accessibles dès que vous en avez besoin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 (Reversed on Desktop) --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260414182006\/72069ec192250f83e40d0499f042acfd.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\u003cdiv class=\"highlight-badge\"\u003eSet complet\u003c\/div\u003e\n\n\u003ch2\u003e14 outils essentiels en un seul\u003c\/h2\u003e\n\n\u003cp\u003eLivré entièrement équipé avec tout ce dont vous avez besoin. Des Torx et Hex standards aux douilles spécialisées et embouts Phillips. Ce concentré de puissance compact et portable élimine le besoin de transporter une boîte à outils lourde pour les réparations rapides.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eDouilles incluses :\u003c\/strong\u003e de 6 mm à 10 mm\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eEmbouts inclus :\u003c\/strong\u003e T15, H5, SL3\/6, U6, PH0\/1\/2\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eCaractéristiques 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\u003eSpécifications\u003c\/th\u003e\n\t\t\t\u003cth\u003eDétails\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=\"Product Name\"\u003e\u003cspan\u003eTournevis à cliquet multi-angle 14-en-1\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Item Number\"\u003e\u003cspan\u003e256255\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Configuration\"\u003e\u003cspan\u003eSet complet 14-en-1 d'embouts et de douilles\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Total Weight\"\u003e\u003cspan\u003e0,30 kg \/ 0,66 lbs\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Included Sockets\"\u003e\u003cspan\u003e6 mm, 7 mm, 8 mm, 9 mm, 10 mm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Adapter\"\u003e\u003cspan\u003e1x ADP (Adaptateur)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Included Bits\"\u003e\u003cspan\u003eTorx (T15), Hexagonal (H5), Fendu (SL3, SL6), en U (U6), Phillips (PH0, PH1, PH2)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Mechanism\"\u003e\u003cspan\u003eCliquet bidirectionnel réglable\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 3rem;\"\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eLes embouts vont-ils tomber lorsque je travaille à l'envers ?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNon. La tête d'entraînement est conçue pour maintenir les embouts solidement en place, garantissant qu'ils ne glissent pas et ne tombent pas même en travaillant à l'envers ou dans des angles difficiles.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eLe mécanisme à cliquet est-il réversible ?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eOui, il dispose d'un sélecteur directionnel très intuitif. Vous pouvez facilement basculer entre le serrage, le desserrage et une position rigide verrouillée selon votre tâche.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eLes embouts sont-ils assez durables pour les travaux difficiles ?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolument. Les embouts et douilles inclus sont fabriqués en acier à outils haute résistance, conçus pour supporter un couple élevé et résister à l'usure sur le long terme.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🛠️ Pack de 1 (Ensemble Standard)","offer_id":47992029774036,"sku":"0415-15076041","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🔥 Pack de 2 (Économisez 15 %) - Le plus populaire !","offer_id":47992029806804,"sku":"0415-15072780","price":36.95,"currency_code":"USD","in_stock":true},{"title":"🎁 Pack de 3 (Économisez 25 %) - Meilleur rapport qualité-prix !","offer_id":47992029839572,"sku":"0415-15075838","price":54.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/b54f2e9972aa4206c6660c676478079d.jpg?v=1779883727","url":"https:\/\/omurio.com\/fr\/products\/14-bit-multi-angle-screwdriver-rjc","provider":"Omurio","version":"1.0","type":"link"}