{"product_id":"shockproof-cd-slot-screen-mount-rjc","title":"Schokbestendige CD-sleuf schermhouder","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Automotive Electronic Accessory (CarPlay CD Mount)\nTarget Audience: Drivers seeking a sturdy, non-obstructive dashboard upgrade\nVisual Style: Sleek Automotive \/ Utilitarian Tech\nColor Strategy: Deep Charcoal (Primary) with Tech Blue accents (Accent) for a modern vehicular feel. High contrast for readability.\nShape Strategy: Radius 8px (Industrial, firm, structural but safe)\nTypography Strategy: Large Type \/ Mobile-first readable (H1 34-44px, Body 18-20px)\nMobile Table Strategy: Card-based via CSS, strictly no horizontal scroll.\nImage Mapping: \n- Hero: image_1 (Contextual dashboard setup)\n- Feature 1: image_2 (CD Slot integration detail)\n- Feature 2: image_3 (360-degree ball joint)\n- Feature 3: image_4 (Shockproof double lock on bumpy road)\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System \u0026 Variables *\/\n    .product-detail-container {\n      --primary: #0F172A; \/* Slate 900 *\/\n      --accent: #0284C7; \/* Sky 600 *\/\n      --text-main: #334155; \/* Slate 700 *\/\n      --text-sub: #64748B; \/* Slate 500 *\/\n      --bg-body: #FFFFFF;\n      --bg-card: #F8FAFC;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);\n      --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1);\n      --border-color: #E2E8F0;\n      --spacing-section: clamp(2rem, 5vw, 4rem);\n\n      \/* 0) Typography \u0026 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.6;\n    }\n\n    .product-detail-container *, \n    .product-detail-container *::before, \n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography Scale *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      color: var(--primary);\n      margin: 0 0 1rem 0;\n      font-weight: 800;\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      line-height: 1.3;\n      color: var(--primary);\n      margin: 0 0 1rem 0;\n      font-weight: 700;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      line-height: 1.4;\n      color: var(--primary);\n      margin: 0 0 0.75rem 0;\n      font-weight: 600;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      margin: 0 0 1.5rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container .text-sub {\n      font-size: clamp(16px, 1.5vw, 18px);\n      color: var(--text-sub);\n    }\n\n    \/* Non-interactive Visual Badges *\/\n    .product-detail-container .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n\n    .product-detail-container .badge {\n      background-color: var(--bg-card);\n      color: var(--accent);\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    }\n\n    \/* Image \/ Placeholder Protocol *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    .product-detail-container .img-placeholder {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background-color: var(--bg-card);\n      border: 2px dashed #CBD5E1;\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 18px;\n      color: var(--text-sub);\n      font-weight: 600;\n    }\n\n    \/* Sections *\/\n    .product-detail-container .section {\n      margin-top: var(--spacing-section);\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Hero Section *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      padding-top: 2rem;\n    }\n    \n    .product-detail-container .hero-media {\n      margin-top: 2rem;\n      box-shadow: var(--shadow-lg);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    \/* Z-Pattern Features (Mobile Ordering Lock Included) *\/\n    .product-detail-container .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-section);\n    }\n\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column; \/* Strict mobile lock: Image top, text bottom *\/\n      gap: 2rem;\n      align-items: center;\n    }\n\n    .product-detail-container .feature-media,\n    .product-detail-container .feature-copy {\n      width: 100%;\n    }\n\n    \/* Specs Table - Card Based Mobile Strategy *\/\n    .product-detail-container .specs-section {\n      background-color: var(--bg-card);\n      padding: var(--spacing-section) 5%;\n      border-radius: var(--radius-lg);\n    }\n\n    .product-detail-container .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n      font-size: clamp(16px, 1.5vw, 18px);\n    }\n\n    \/* FAQ Section *\/\n    .product-detail-container .faq-section {\n      margin-top: var(--spacing-section);\n    }\n\n    .product-detail-container .faq-item {\n      margin-bottom: 2rem;\n      padding-bottom: 2rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .faq-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n\n    \/* --- Desktop Enhancement (min-width: 768px) --- *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item {\n        flex-direction: row;\n        gap: 4rem;\n      }\n      \n      .product-detail-container .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .product-detail-container .feature-media,\n      .product-detail-container .feature-copy {\n        flex: 1;\n      }\n\n      \/* Desktop Table Styles *\/\n      .product-detail-container .specs-table th,\n      .product-detail-container .specs-table td {\n        padding: 1rem 1.5rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n      }\n\n      .product-detail-container .specs-table th {\n        background-color: #E2E8F0;\n        color: var(--primary);\n        font-weight: 700;\n        width: 30%;\n      }\n      \n      .product-detail-container .specs-table tr:last-child td {\n        border-bottom: none;\n      }\n    }\n\n    \/* --- Mobile Table Strategy (max-width: 767px) --- *\/\n    @media (max-width: 767px) {\n      .product-detail-container .specs-table, \n      .product-detail-container .specs-table thead, \n      .product-detail-container .specs-table tbody, \n      .product-detail-container .specs-table th, \n      .product-detail-container .specs-table td, \n      .product-detail-container .specs-table tr { \n        display: block; \n        width: 100%; \n      }\n      \n      .product-detail-container .specs-table thead tr { \n        display: none; \n      }\n      \n      .product-detail-container .specs-table tr { \n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: var(--bg-body);\n        padding: 0.5rem;\n      }\n      \n      .product-detail-container .specs-table td { \n        display: flex;\n        flex-direction: column;\n        border: none;\n        padding: 0.75rem;\n        border-bottom: 1px solid #F1F5F9; \n      }\n\n      .product-detail-container .specs-table td:last-child {\n        border-bottom: none;\n      }\n      \n      .product-detail-container .specs-table td::before { \n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--primary);\n        margin-bottom: 0.25rem;\n        font-size: 16px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"section hero-section\"\u003e\n\u003ch1\u003eBeveilig je rit, upgrade je dashboard\u003c\/h1\u003e\n\n\u003cp\u003eDe ultieme zware CD-slot houder, perfect ontworpen voor 7-11” draagbare draadloze CarPlay-schermen en GPS-monitoren.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"badge\"\u003eGereedschapsloze installatie\u003c\/div\u003e\n\n\u003cdiv class=\"badge\"\u003eSchokbestendig\u003c\/div\u003e\n\n\u003cdiv class=\"badge\"\u003e360° kijkhoek\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\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\/20260325130944\/b1062cc9527dced08e7326449b3eb378.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 feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\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\/20260325130944\/ff140319d4e1fae943460a0ebe212191.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eOngeëvenaarde compatibiliteit\u003c\/h2\u003e\n\n\u003cp\u003eVakkundig ontworpen om grote schermen veilig te houden. Of je nu een 7-inch GPS of een enorm 11-inch draagbaar CarPlay-scherm gebruikt, deze houder biedt een op maat gemaakte, veilige pasvorm zonder je zicht op de weg te belemmeren.\u003c\/p\u003e\n\n\u003cp class=\"text-sub\"\u003eGeniet van een overzichtelijke voorruit en houd je essentiële technologie binnen handbereik.\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\"\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\/20260325130944\/646aff523da345bf0e2b3b60e81fe7c4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e360 graden oneindig draaibaar\u003c\/h2\u003e\n\n\u003cp\u003eUitgerust met een nauwkeurig ontworpen draaibaar kogelgewricht, kun je dit scherm moeiteloos op elke hoek instellen. Zeg vaarwel tegen gevaarlijke zonneschijn.\u003c\/p\u003e\n\n\u003cp class=\"text-sub\"\u003eVind binnen enkele seconden de beste kijk- en bedieningservaring voor zowel de bestuurder als de passagier.\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260325130944\/2e8004192e98ebcbfeffbb61374aafe0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eRobuust dubbel vergrendelingsontwerp\u003c\/h2\u003e\n\n\u003cp\u003eHobbelige wegen, drempels en scherpe bochten zijn geen probleem voor onze robuuste constructie. Het dubbel vergrendelingsmechanisme grijpt het CD-slot stevig vast en voorkomt frustrerend slippen en gevaarlijk schudden.\u003c\/p\u003e\n\n\u003cp class=\"text-sub\"\u003eErvaar een rotsvaste, trillingsvrije schermmontageoplossing die is gebouwd voor het echte rijden.\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\"\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\/20260325130944\/8b6795cdd84336659064dbc672857daf.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUniverseel maar doordacht\u003c\/h2\u003e\n\n\u003cp\u003eInstalleert moeiteloos binnen enkele seconden in het CD-speler slot van je auto zonder gereedschap. Het beste? Het verstoort de cd-weergave niet.\u003c\/p\u003e\n\n\u003cp class=\"text-sub\"\u003ePast perfect in de meeste standaardvoertuigen en behoudt de originele functionaliteit van je auto.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE (Mobile Card-Based) --\u003e\n\n\u003cdiv class=\"section specs-section\"\u003e\n\u003ch2\u003eTechnische specificaties\u003c\/h2\u003e\n\n\u003cp\u003eAlles wat je moet weten over je nieuwe CarPlay schermhouder.\u003c\/p\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\u003eSpecificatie\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\"\u003eSchermcompatibiliteit\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e7 tot 11 inch (CarPlay, Android Auto, GPS)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eKijkhoek\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e360° draaibaar kogelgewricht\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMontagelocatie\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eVoertuig CD-slot (gereedschapsloze installatie)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eStabiliteitssysteem\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eRobuust dubbel vergrendelingsontwerp\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eFysieke afmetingen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e11,5 cm × 10,0 cm × 8,0 cm\u003cbr\u003e\n\t\t\t(11,5 cm × 10,0 cm × 8,0 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eNettogewicht\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e180 g (6,3 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBedrijfstemperatuur\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e-20°C tot 70°C\u003cbr\u003e\n\t\t\t(-20°C tot 70°C)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eUitgesloten modellen (niet compatibel)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e2011 Lexus IS 250, 2012 Ford Flex, 2015 Toyota RAV4, 2016 Toyota Highlander, 2017 Hyundai SANTA FE Sport, 2018 BMW X3\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 faq-section\"\u003e\n\u003ch2\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eBlokkeert deze houder mijn cd-speler om muziek af te spelen?\u003c\/h3\u003e\n\n\u003cp\u003eHelemaal niet! Onze houder is speciaal ontworpen om stevig in het CD-slot te passen zonder de interne afspeelmechanismen te raken. Je kunt blijven luisteren naar je favoriete cd’s terwijl je scherm veilig gemonteerd is.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs het sterk genoeg om een groot 11-inch scherm op hobbelige wegen te houden?\u003c\/h3\u003e\n\n\u003cp\u003eAbsoluut. We hebben een robuust dubbel vergrendelingsontwerp gebruikt samen met stevige materialen, speciaal om grotere schermen (tot 11 inch) te ondersteunen. Het voorkomt slippen en schudden strikt, waardoor je monitor stabiel blijft over drempels en scherpe bochten.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHeb ik gereedschap nodig om dit in mijn auto te installeren?\u003c\/h3\u003e\n\n\u003cp\u003eEr zijn geen gereedschappen nodig. De installatie is volledig gebruiksvriendelijk—plaats gewoon de basis in je CD-slot, draai het vergrendelingsmechanisme aan en stel het kogelgewricht in op de gewenste hoek. Het is binnen een minuut klaar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"📦 1-Stuk (Standaard)","offer_id":47992049074388,"sku":"0328-16496731","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🎁 2-Pack (Bespaar 20%)","offer_id":47992049107156,"sku":"0328-16496191","price":19.95,"currency_code":"USD","in_stock":true},{"title":"👨‍👩‍👧‍👦 3-Pack (Gezinsaanbieding - Bespaar 30%)","offer_id":47992049139924,"sku":"0328-16497722","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/b1062cc9527dced08e7326449b3eb378.jpg?v=1779883851","url":"https:\/\/omurio.com\/nl\/products\/shockproof-cd-slot-screen-mount-rjc","provider":"Omurio","version":"1.0","type":"link"}