{"product_id":"multifunctional-car-console-storage-rjc","title":"Multifunctionele autoconsole-opbergdoos","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Automotive Accessory (5-in-1 Center Console Organizer)\nTarget Audience: Car owners, daily commuters, and road-trippers seeking comfort, organization, and interior protection.\nVisual Style: Modern, sleek automotive aesthetic. Premium, structured, yet comfortable.\nColor Strategy: High-contrast professional palette. Obsidian black text for maximum readability, automotive-inspired subtle metallic\/slate backgrounds, and elegant borders.\nShape Strategy: Radius 12px (Soft enough for comfort products, structured enough for automotive accessories).\nTypography Strategy: Large Type \/ Mobile-first readable. Highly legible sans-serif with comfortable 1.7 line-height.\nMobile Table Strategy: Card-based layout with flexbox properties (Strictly no horizontal scroll).\nImage Mapping: Hero=image_1, Features=image_2 to image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* Design System (CSS Variables) *\/\n    --primary: #1e293b;\n    --primary-light: #f1f5f9;\n    --text-main: #0f172a;\n    --text-sub: #475569;\n    --bg-body: #ffffff;\n    --bg-card: #f8fafc;\n    --border-color: #e2e8f0;\n    --radius-md: 12px;\n    --radius-lg: 20px;\n    --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n    --shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, 0.05);\n    \n    \/* Typography System *\/\n    --font-h1: clamp(32px, 4vw, 44px);\n    --font-h2: clamp(24px, 3.5vw, 32px);\n    --font-h3: clamp(20px, 2.5vw, 24px);\n    --font-body: clamp(18px, 2vw, 20px);\n    --font-sub: clamp(16px, 1.5vw, 18px);\n    \n    \/* Layout System *\/\n    --spacing-sm: clamp(1rem, 2vw, 1.5rem);\n    --spacing-md: clamp(2rem, 5vw, 4rem);\n    --spacing-lg: clamp(3rem, 8vw, 6rem);\n\n    \/* Critical Resets *\/\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-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    line-height: 1.7;\n  }\n\n  .product-detail-container * {\n    box-sizing: inherit;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* Typography Rules *\/\n  .product-detail-container h1 {\n    font-size: var(--font-h1);\n    font-weight: 800;\n    line-height: 1.2;\n    color: var(--text-main);\n    margin-bottom: var(--spacing-sm);\n    letter-spacing: -0.02em;\n  }\n\n  .product-detail-container h2 {\n    font-size: var(--font-h2);\n    font-weight: 700;\n    line-height: 1.3;\n    margin-bottom: var(--spacing-sm);\n    color: var(--text-main);\n  }\n\n  .product-detail-container h3 {\n    font-size: var(--font-h3);\n    font-weight: 600;\n    margin-bottom: 1rem;\n    color: var(--text-main);\n  }\n\n  .product-detail-container p {\n    font-size: var(--font-body);\n    color: var(--text-sub);\n    margin-bottom: var(--spacing-sm);\n  }\n\n  \/* Non-Interactive Visual Badges *\/\n  .detail-badge {\n    display: inline-block;\n    font-size: var(--font-sub);\n    font-weight: 600;\n    background-color: var(--primary-light);\n    color: var(--primary);\n    padding: 0.5rem 1.2rem;\n    border-radius: 50px;\n    margin-bottom: var(--spacing-sm);\n    border: 1px solid var(--border-color);\n  }\n\n  \/* Media\/Image Containers *\/\n  .media-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    \/* Image Placeholder Styling *\/\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: var(--font-body);\n    color: var(--text-sub);\n    font-weight: bold;\n    min-height: 250px; \n  }\n\n  .media-wrapper img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: cover;\n  }\n\n  \/* Sections Spacing *\/\n  .section-block {\n    margin-bottom: var(--spacing-lg);\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n    padding-top: var(--spacing-md);\n  }\n  \n  .hero-copy {\n    max-width: 800px;\n    margin: 0 auto var(--spacing-md) auto;\n  }\n\n  \/* Feature Mobile Ordering Lock \u0026 Desktop Z-Pattern *\/\n  .feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: var(--spacing-md);\n    margin-bottom: var(--spacing-lg);\n  }\n\n  \/* Specs Table (Strictly Mobile Cards) *\/\n  .specs-section {\n    background-color: var(--bg-card);\n    padding: var(--spacing-md);\n    border-radius: var(--radius-lg);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: var(--spacing-sm);\n  }\n\n  \/* Desktop Table Default *\/\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    font-size: var(--font-body);\n  }\n\n  .specs-table th {\n    font-weight: 700;\n    color: var(--text-main);\n    width: 35%;\n  }\n\n  .specs-table td {\n    color: var(--text-sub);\n  }\n\n  \/* FAQ Section *\/\n  .faq-section {\n    background-color: var(--bg-body);\n  }\n\n  .faq-item {\n    padding: var(--spacing-sm) 0;\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: var(--font-h3);\n    font-weight: 700;\n    color: var(--text-main);\n    margin-bottom: 0.8rem;\n  }\n\n  .faq-answer {\n    font-size: var(--font-body);\n    color: var(--text-sub);\n    margin-bottom: 0;\n  }\n\n  \/* Responsive Architecture *\/\n  @media (min-width: 768px) {\n    \/* Enable Z-Pattern for Desktop *\/\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    .feature-copy {\n      flex: 1;\n      width: 50%;\n    }\n  }\n\n  @media (max-width: 767px) {\n    \/* Card-based Mobile Table Override *\/\n    .specs-table, \n    .specs-table thead, \n    .specs-table tbody, \n    .specs-table tr, \n    .specs-table th, \n    .specs-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .specs-table thead {\n      display: none;\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      padding: 1rem;\n      background-color: var(--bg-body);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .specs-table td {\n      display: flex;\n      flex-direction: column;\n      border-bottom: none;\n      padding: 0.5rem 0;\n      font-size: var(--font-body);\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.3rem;\n    }\n\n    .specs-table td:not(:last-child) {\n      border-bottom: 1px solid var(--border-color);\n      margin-bottom: 0.5rem;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"section-block hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"detail-badge\"\u003eVertrouwd door meer dan 15.000 chauffeurs\u003c\/div\u003e\n\n\u003ch1\u003eVerbeter je rit met ultiem comfort \u0026 opbergruimte\u003c\/h1\u003e\n\n\u003cp\u003eDe 5-in-1 premium leren middenconsole organizer. Houd je auto onberispelijk, je essentials binnen handbereik en je armen perfect ondersteund.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410173449\/8228b70867adc7f4a44115285faaf1ca.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media media-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410173449\/1ac69603ed87183efe24cb26c43769bf.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"detail-badge\"\u003e5-in-1 slim ontwerp\u003c\/div\u003e\n\n\u003ch2\u003eAlles wat je nodig hebt, precies waar je het nodig hebt\u003c\/h2\u003e\n\n\u003cp\u003eStop met zoeken naar verloren voorwerpen in de kier. Deze slimme organizer combineert een zachte consolehoes, dubbele zijvakken voor telefoons, een veilige bekerhouder, organizer slots en een papieren handdoekhouder. Geniet van een opgeruimde, stressvrije cabine bij elke rit.\u003c\/p\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 media-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410173449\/6f899a71689efd53bf729ab3a40cd432.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"detail-badge\"\u003eAdemende technologie\u003c\/div\u003e\n\n\u003ch2\u003ePremium geperforeerd leer\u003c\/h2\u003e\n\n\u003cp\u003eErvaar het zachte, soepele gevoel van hoogwaardig leer dat voor jouw comfort is ontworpen. De geavanceerde geperforeerde bovenlaag garandeert uitzonderlijke ademend vermogen en waterabsorptie. Zeg vaarwel tegen plakkerige, zweterige armen tijdens lange zomerritten.\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 media-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410173449\/3648d9b5e949ab4a5a7bdc48c5a069a1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"detail-badge\"\u003eMaximale bescherming\u003c\/div\u003e\n\n\u003ch2\u003eVolledige bescherming voor je interieur\u003c\/h2\u003e\n\n\u003cp\u003eBescherm de originele middenconsole van je voertuig tegen dagelijkse slijtage. Onze 100% waterdichte en stofdichte barrière stoot moeiteloos koffievlekken, huisdierklauwen, krassen en vuil af, waardoor de uitstraling en de restwaarde van je auto behouden blijven.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media media-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410173449\/391d0748a6b407babb6687245b5a07ec.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"detail-badge\"\u003eMoeiteloze installatie\u003c\/div\u003e\n\n\u003ch2\u003eVeilige installatie in 3 seconden\u003c\/h2\u003e\n\n\u003cp\u003eGeen gereedschap nodig. Met zeer flexibele elastische banden en een premium antislip achterkant sluit de hoes stevig zonder te schuiven. Geniet van volledige functionaliteit—je armsteun opent en sluit net zo soepel als voorheen dankzij het trekbestendige ontwerp.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE (Mobile: Cards | Desktop: Table) --\u003e\n\n\u003cdiv class=\"section-block specs-section\"\u003e\n\u003ch2\u003eProductspecificaties\u003c\/h2\u003e\n\n\u003ctable class=\"specs-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\"\u003eAfmetingen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e13,7\" L × 7,8\" W × 2,7\" H\u003cbr\u003e\n\t\t\t(34,8 cm × 19,8 cm × 6,9 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMateriaal\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePremium geperforeerd leer met antislip achterkant\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e5-in-1 opbergruimte\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eConsolehoes, zijvakken, bekerhouder, organizer slots, papieren handdoekhouder\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBeschermingsniveau\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eWaterdicht, krasbestendig, stofdicht\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eInstallatie\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eGereedschapsvrije dubbele elastische banden (blokkeert het openen van de console niet)\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=\"section-block faq-section\"\u003e\n\u003ch2\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003ePast dit op de armsteun van mijn voertuig?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eOnze organizer heeft een universele maat van 13,7\" × 7,8\" (34,8 cm × 19,8 cm) met zeer elastische banden die zich uitstrekken om te passen op de overgrote meerderheid van standaard auto-, vrachtwagen- en SUV-centrale consoles.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHoe maak ik het leren oppervlak schoon?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eSchoonmaken is moeiteloos. Omdat het premium leer volledig waterdicht en krasbestendig is, kun je het eenvoudig afnemen met een vochtige doek of een zachte leerdoek om koffievlekken, stof of pootafdrukken van huisdieren te verwijderen.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eZal dit voorkomen dat mijn consoledeksel opent of sluit?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eHelemaal niet! De flexibele elastische banden zijn speciaal ontworpen om stevig om het deksel te sluiten zonder de vergrendelings- of scharniermechanismen te hinderen. Je behoudt 100% volledige functionaliteit van je armsteunbox.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Omurio","offers":[{"title":"Zwart \u0026 Rood","offer_id":48038561743060,"sku":"0410-18199440","price":20.95,"currency_code":"USD","in_stock":true},{"title":"Zwart","offer_id":48038561775828,"sku":"0410-18198153","price":20.95,"currency_code":"USD","in_stock":true},{"title":"Grijs","offer_id":48038561808596,"sku":"0410-18190719","price":20.95,"currency_code":"USD","in_stock":true},{"title":"Beige","offer_id":48038561841364,"sku":"0410-18199587","price":20.95,"currency_code":"USD","in_stock":true},{"title":"Bruin","offer_id":48038561874132,"sku":"0410-18195766","price":20.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/8228b70867adc7f4a44115285faaf1ca.jpg?v=1780383344","url":"https:\/\/omurio.com\/nl\/products\/multifunctional-car-console-storage-rjc","provider":"Omurio","version":"1.0","type":"link"}