{"product_id":"tire-tread-depth-gauge-rjc","title":"Bandenprofielmeter","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\u003eRijd met absolute vertrouwen\u003c\/h1\u003e\n\n\u003ch2\u003eControleer direct de staat van je banden met onze zeer nauwkeurige, kleurgecodeerde dieptemeter.\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-badge-group\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e✓ Universele pasvorm\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003e✓ Professionele kwaliteit\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003e✓ 2-pack waarde\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\u003eIntuïtief kleurgecodeerd systeem\u003c\/h3\u003e\n\n\u003cp\u003eGeen giswerk meer of je banden veilig zijn. Ons briljante visuele systeem vertelt je precies wat je moet doen in één oogopslag, bespaart tijd en houdt je gezin veilig op de weg.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-badge-group\"\u003e\n\u003cdiv class=\"pd-badge badge-red\"\u003eRood: Nu vervangen\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge badge-yellow\"\u003eGeel: Waarschuwing\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge badge-green\"\u003eGroen: Veilig\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\u003eDubbele schaal precisie\u003c\/h3\u003e\n\n\u003cp\u003eOntworpen voor absolute nauwkeurigheid. De meter leest duidelijk af in zowel metrisch (mm) als imperiaal (32sten), waardoor je de exacte metingen krijgt die professionele monteurs en lokale bandenwinkels waarderen.\u003c\/p\u003e\n\n\u003cp\u003eGlijdt moeiteloos om de profieldiepte te meten, zodat ongelijke slijtage wordt gedetecteerd voordat het een kostbare klapband wordt.\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\u003eCompact \u0026 universeel ontwerp\u003c\/h3\u003e\n\n\u003cp\u003eMet een handige ingebouwde zakclip draag je hem gemakkelijk in je overhemd of berg je hem moeiteloos op in je handschoenenkastje.\u003c\/p\u003e\n\n\u003cp\u003ePerfect ontworpen voor alle voertuigtypen: personenauto's, SUV's, zware vrachtwagens en motorfietsen.\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 specificaties\u003c\/h2\u003e\n\n\u003cp\u003eOntworpen voor duurzaamheid en precisie, voldoet aan strenge dagelijkse testnormen.\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\u003eKenmerk\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\"\u003eMeetbereik\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e0 - 25 mm (0 - 1,0 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eAfmetingen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e85 mm × 25 mm (3,3 in × 1,0 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eGewicht per stuk\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\"\u003eMateriaalconstructie\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eSchokbestendig ABS + stalen clip\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eSchaalindeling\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMillimeters (mm) \u0026 fracties (32sten)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eInhoud van de verpakking\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e2 × Bandenprofiel Dieptemeters\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\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHoe gebruik ik deze meter correct?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eDruk de meetpunt eenvoudig plat tegen de onderkant van de bandengroef en druk vervolgens de buitenste behuizing vlak tegen het bandprofiel. Verwijder het voorzichtig en lees de meting af die uitgelijnd is met de kleurzones.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWerkt dit op mijn vrachtwagenbanden?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsoluut. De universele meetpunt is ontworpen om net zo gemakkelijk diep in de brede profielen van vrachtwagens en SUV's te passen als in standaard banden van compacte auto's.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHeeft dit gereedschap batterijen nodig?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eGeen batterijen nodig. Dit is een 100% mechanisch, zeer duurzaam gereedschap. Het is bestand tegen weersomstandigheden en zal nooit uitvallen wanneer je het het meest nodig hebt.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"2-Pack (Voor 1 Auto)","offer_id":47992046649556,"sku":"0313-10422364","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 4-Pack (Gezinspakket - Voor 2+ Auto's)","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\/nl\/products\/tire-tread-depth-gauge-rjc","provider":"Omurio","version":"1.0","type":"link"}