{"product_id":"tire-tread-depth-gauge-rjc","title":"Jauge de profondeur de sculpture de pneu","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Automotive Tool \/ Safety Accessory (Tire Tread Depth Gauge)\nTarget Audience: Car owners, DIY mechanics, safety-conscious drivers.\nVisual Style: Industrial, Precise, Reliable. High contrast for readability.\nColor Strategy: Trust Blue (--primary) with dark grey\/black typography, and safety accent colors (Red\/Yellow\/Green) embedded purely as informational badges.\nShape Strategy: Radius 6px (Industrial, sturdy, non-fragile).\nTypography Strategy: Large Type (H1: 32-44px, Body: 18-20px) \/ Mobile-first readable.\nMobile Table Strategy: Card-based (No horizontal scroll, full-width blocks).\nImage Mapping: Hero=image_1, ColorCode=image_2, Precision=image_3, Usage=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 0) Base Reset \u0026 Variables *\/\n  .product-detail-container {\n    --primary: #1A56DB;\n    --text-main: #111827;\n    --text-sub: #4B5563;\n    --bg-body: #FFFFFF;\n    --bg-card: #F9FAFB;\n    --bg-alt: #F3F4F6;\n    --border-color: #E5E7EB;\n    --radius-md: 6px;\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);\n\n    \/* Safe Spacing System *\/\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\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    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.7;\n  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n  }\n\n  \/* 1) Typography *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 4vw, 44px);\n    font-weight: 800;\n    line-height: 1.2;\n    margin-bottom: clamp(1rem, 2vw, 1.5rem);\n    color: var(--text-main);\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 3vw, 32px);\n    font-weight: 700;\n    line-height: 1.3;\n    margin-bottom: clamp(0.75rem, 1.5vw, 1rem);\n    color: var(--text-main);\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 2.5vw, 24px);\n    font-weight: 600;\n    margin-bottom: 0.75rem;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 1.5vw, 20px);\n    color: var(--text-sub);\n    margin-bottom: 1.5rem;\n  }\n\n  \/* 2) Layout \u0026 Spacing *\/\n  .pd-section {\n    padding-top: clamp(2rem, 5vw, 4rem);\n    padding-bottom: clamp(2rem, 5vw, 4rem);\n    border-bottom: 1px solid var(--border-color);\n  }\n  \n  .pd-section:last-child {\n    border-bottom: none;\n  }\n\n  \/* 3) Image Protocol (Option A: Natural Flow, No Distortion) *\/\n  .pd-image-wrapper {\n    width: 100%;\n    background-color: var(--bg-card);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    position: relative;\n    border: 1px solid var(--border-color);\n  }\n\n  .pd-image-wrapper img, \n  .pd-placeholder {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .pd-placeholder {\n    aspect-ratio: 4 \/ 3;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background-color: #f8f9fa;\n    border: 2px dashed #cbd5e1;\n    color: #64748b;\n    font-size: 18px;\n    font-weight: bold;\n    text-align: center;\n    padding: 1rem;\n  }\n\n  \/* 4) Visual Badges (Non-Clickable) *\/\n  .pd-badge-group {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.75rem;\n    margin-bottom: 1.5rem;\n  }\n\n  .pd-badge {\n    background-color: var(--bg-alt);\n    color: var(--text-main);\n    padding: 0.5rem 1rem;\n    border-radius: var(--radius-md);\n    font-size: 16px;\n    font-weight: 600;\n    border: 1px solid var(--border-color);\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n  }\n\n  \/* Color Codes for product context *\/\n  .badge-red { border-left: 4px solid #DC2626; }\n  .badge-yellow { border-left: 4px solid #F59E0B; }\n  .badge-green { border-left: 4px solid #10B981; }\n\n  \/* 5) Mobile Lock Order (Feature Sections) *\/\n  .feature-item {\n    display: flex;\n    flex-direction: column; \/* Mobile first: Stacked *\/\n    gap: clamp(2rem, 5vw, 4rem);\n    margin-bottom: clamp(2rem, 5vw, 4rem);\n  }\n\n  .feature-item:last-child {\n    margin-bottom: 0;\n  }\n\n  .feature-media, \n  .feature-copy {\n    width: 100%;\n  }\n\n  \/* 6) Specs Table (Mobile Card Lock) *\/\n  .specs-container {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: clamp(1.5rem, 3vw, 3rem);\n    border: 1px solid var(--border-color);\n  }\n\n  .pd-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .pd-table th, \n  .pd-table td {\n    padding: 1rem;\n    text-align: left;\n    font-size: clamp(16px, 1.5vw, 18px);\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .pd-table th {\n    font-weight: 600;\n    color: var(--text-main);\n    background-color: var(--bg-alt);\n  }\n\n  \/* 7) FAQ *\/\n  .faq-item {\n    margin-bottom: 1.5rem;\n    background: var(--bg-card);\n    padding: clamp(1rem, 2vw, 1.5rem);\n    border-radius: var(--radius-md);\n    border: 1px solid var(--border-color);\n  }\n  \n  .faq-question {\n    font-size: clamp(18px, 2vw, 20px);\n    font-weight: 700;\n    margin-bottom: 0.5rem;\n    color: var(--text-main);\n  }\n\n  .faq-answer {\n    font-size: clamp(16px, 1.5vw, 18px);\n    color: var(--text-sub);\n    margin-bottom: 0;\n  }\n\n  \/* --- DESKTOP ENHANCEMENTS (min-width: 768px) --- *\/\n  @media (min-width: 768px) {\n    \/* Z-Pattern Alignment *\/\n    .feature-item {\n      flex-direction: row;\n      align-items: center;\n    }\n    \n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media {\n      flex: 1;\n      max-width: 50%;\n    }\n\n    .feature-copy {\n      flex: 1;\n      max-width: 50%;\n    }\n  }\n\n  \/* --- MOBILE TABLE CARDS ENFORCEMENT (max-width: 767px) --- *\/\n  @media (max-width: 767px) {\n    .pd-table, \n    .pd-table thead, \n    .pd-table tbody, \n    .pd-table tr, \n    .pd-table th, \n    .pd-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .pd-table thead {\n      display: none; \/* Hide default headers *\/\n    }\n\n    .pd-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\n    .pd-table td {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      border-bottom: 1px solid var(--bg-alt);\n      padding: 0.75rem;\n      text-align: right;\n    }\n\n    .pd-table td:last-child {\n      border-bottom: none;\n    }\n\n    .pd-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-main);\n      text-align: left;\n      flex-basis: 45%;\n      padding-right: 1rem;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch1\u003eRoulez en toute confiance absolue\u003c\/h1\u003e\n\n\u003ch2\u003eVérifiez instantanément l’état de vos pneus avec notre jauge de profondeur très précise et codée par couleur.\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-badge-group\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e✓ Adaptation universelle\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003e✓ Qualité professionnelle\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003e✓ Lot de 2\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003c!-- Hero Image Placeholder --\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312183014\/010c173afc9b93d99f79dc1c36915e3e.jpg\"\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=\"pd-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312183014\/c7fd50bf754e8852d1903f3175d98504.jpg\"\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-copy\"\u003e\n\u003ch3\u003eSystème intuitif codé par couleur\u003c\/h3\u003e\n\n\u003cp\u003eFini les doutes sur la sécurité de vos pneus. Notre système visuel brillant vous indique exactement quoi faire en un coup d’œil, vous faisant gagner du temps et assurant la sécurité de votre famille sur la route.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-badge-group\"\u003e\n\u003cdiv class=\"pd-badge badge-red\"\u003eRouge : Remplacer maintenant\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge badge-yellow\"\u003eJaune : Avertissement\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge badge-green\"\u003eVert : Sûr\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312183014\/c74e839d235202609cf3c120fcd9b601.jpg\"\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-copy\"\u003e\n\u003ch3\u003ePrécision à double échelle\u003c\/h3\u003e\n\n\u003cp\u003eConçu pour une précision absolue. La jauge affiche clairement les mesures en métrique (mm) et impérial (32e), vous donnant les mesures exactes appréciées par les mécaniciens professionnels et les garages locaux.\u003c\/p\u003e\n\n\u003cp\u003eGlisse parfaitement pour mesurer la profondeur de la bande de roulement, garantissant la détection de l’usure inégale avant qu’elle ne devienne une crevaison coûteuse.\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=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312183014\/c96181bf4a8e62bc2e893a2114515ba0.jpg\"\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-copy\"\u003e\n\u003ch3\u003eDesign compact \u0026 universel\u003c\/h3\u003e\n\n\u003cp\u003eDoté d’un clip de poche intégré pratique, vous pouvez facilement le porter dans votre chemise ou le ranger sans effort dans votre boîte à gants.\u003c\/p\u003e\n\n\u003cp\u003eParfaitement conçu pour tous types de véhicules : voitures particulières, SUV, camions lourds et motos.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eSpécifications techniques\u003c\/h2\u003e\n\n\u003cp\u003eConçu pour la durabilité et la précision, répondant aux normes rigoureuses des tests quotidiens.\u003c\/p\u003e\n\n\u003cdiv class=\"specs-container\"\u003e\n\u003ctable class=\"pd-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\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=\"Feature\"\u003ePlage de mesure\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e0 - 25 mm (0 - 1,0 po)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eDimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e85 mm × 25 mm (3,3 po × 1,0 po)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePoids par unité\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eEnviron 10 g (0,4 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMatériau de fabrication\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eABS haute résistance + clip en acier\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eFormat de l’échelle\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMillimètres (mm) \u0026 fractions (32e)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eContenu du paquet\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e2 × Jauges de profondeur de bande de roulement\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=\"pd-section\"\u003e\n\u003ch2\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eComment utiliser correctement ce jauge ?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eIl suffit de pousser la pointe de mesure à plat contre le fond de la rainure du pneu, puis d'appuyer le boîtier extérieur à plat contre la bande de roulement. Retirez-le délicatement et lisez la mesure alignée avec les zones colorées.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCela fonctionne-t-il sur les pneus de mon camion ?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolument. La pointe de mesure universelle est conçue pour s'insérer profondément dans les larges rainures des pneus de camions et SUV aussi facilement que dans celles des pneus de voitures compactes standard.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCet outil nécessite-t-il des piles ?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAucune pile nécessaire. C'est un outil 100 % mécanique, très durable. Il est insensible aux conditions météorologiques et ne vous lâchera jamais quand vous en aurez le plus besoin.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Lot de 2 (Pour 1 voiture)","offer_id":47992046649556,"sku":"0313-10422364","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 Lot de 4 (Ensemble familial - Pour 2+ voitures)","offer_id":47992046682324,"sku":"0313-10428403","price":15.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/010c173afc9b93d99f79dc1c36915e3e.jpg?v=1779883836","url":"https:\/\/omurio.com\/fr\/products\/tire-tread-depth-gauge-rjc","provider":"Omurio","version":"1.0","type":"link"}