{"product_id":"tire-tread-depth-gauge-rjc","title":"Reifenprofiltiefenmesser","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\u003eFahren Sie mit absolutem Vertrauen\u003c\/h1\u003e\n\n\u003ch2\u003eÜberprüfen Sie sofort den Zustand Ihrer Reifen mit unserem hochpräzisen, farbcodierten Profiltiefenmesser.\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-badge-group\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e✓ Universelle Passform\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003e✓ Professionelle Qualität\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003e✓ 2er-Pack Vorteil\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\u003eIntuitives farbcodiertes System\u003c\/h3\u003e\n\n\u003cp\u003eKein Rätselraten mehr, ob Ihre Reifen sicher sind. Unser brillantes visuelles System zeigt Ihnen auf einen Blick genau, was zu tun ist, spart Zeit und hält Ihre Familie sicher auf der Straße.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-badge-group\"\u003e\n\u003cdiv class=\"pd-badge badge-red\"\u003eRot: Jetzt ersetzen\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge badge-yellow\"\u003eGelb: Warnung\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge badge-green\"\u003eGrün: Sicher\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\u003eDuale Skalenpräzision\u003c\/h3\u003e\n\n\u003cp\u003eFür absolute Genauigkeit entwickelt. Das Messgerät zeigt klar sowohl metrische (mm) als auch imperiale (32stel) Maße an und liefert Ihnen die exakten Werte, die von professionellen Mechanikern und lokalen Reifenwerkstätten bevorzugt werden.\u003c\/p\u003e\n\n\u003cp\u003eGleitet mühelos, um die Profiltiefe zu messen und ungleichmäßigen Verschleiß zu erkennen, bevor es zu einem kostspieligen Reifenschaden kommt.\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\u003eKompaktes \u0026 universelles Design\u003c\/h3\u003e\n\n\u003cp\u003eMit praktischem eingebautem Taschenclip können Sie es einfach an Ihrem Hemd tragen oder mühelos im Handschuhfach verstauen.\u003c\/p\u003e\n\n\u003cp\u003ePerfekt ausgelegt für alle Fahrzeugtypen: PKW, SUVs, Schwerlast-LKWs und Motorräder.\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\u003eTechnische Spezifikationen\u003c\/h2\u003e\n\n\u003cp\u003eEntwickelt für Langlebigkeit und Präzision, entspricht strengen täglichen Teststandards.\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\u003eMerkmal\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\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\"\u003eMessbereich\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e0 - 25 mm (0 - 1,0 Zoll)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eAbmessungen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e85 mm × 25 mm (3,3 Zoll × 1,0 Zoll)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eGewicht pro Stück\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eCa. 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\"\u003eMaterialaufbau\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eStoßfestes ABS + Stahlclip\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eSkalenformat\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMillimeter (mm) \u0026 Bruchteile (32stel)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eLieferumfang\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e2 × Reifenprofiltiefenmesser\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\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWie verwende ich dieses Messgerät richtig?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eDrücken Sie die Messspitze einfach flach gegen den Boden der Reifenrille und dann das äußere Gehäuse bündig gegen das Reifenprofil. Entfernen Sie es vorsichtig und lesen Sie die Messung ab, die mit den Farbzonen übereinstimmt.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eFunktioniert das bei meinen LKW-Reifen?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolut. Die universelle Messspitze ist so konzipiert, dass sie genauso leicht tief in die breiten Profile von Lastwagen und SUVs passt wie in die Reifen von Standard-Kleinwagen.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eBenötigt dieses Werkzeug Batterien?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eKeine Batterien erforderlich. Dies ist ein 100 % mechanisches, äußerst langlebiges Werkzeug. Es ist wetterfest und wird niemals versagen, wenn Sie es am dringendsten brauchen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"2er-Pack (Für 1 Auto)","offer_id":47992046649556,"sku":"0313-10422364","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 4er-Pack (Familien-Set - Für 2+ Autos)","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\/de\/products\/tire-tread-depth-gauge-rjc","provider":"Omurio","version":"1.0","type":"link"}