{"product_id":"shockproof-cd-slot-screen-mount-rjc","title":"Stoßfeste CD-Schlitz-Bildschirmhalterung","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\u003eSichern Sie Ihre Fahrt, verbessern Sie Ihr Armaturenbrett\u003c\/h1\u003e\n\n\u003cp\u003eDie ultimative robuste CD-Schacht-Halterung, perfekt für 7-11” tragbare kabellose CarPlay-Bildschirme und GPS-Monitore.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"badge\"\u003eWerkzeugfreie Montage\u003c\/div\u003e\n\n\u003cdiv class=\"badge\"\u003eStoßfest\u003c\/div\u003e\n\n\u003cdiv class=\"badge\"\u003e360° Betrachtung\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\u003eUnkompromittierte Kompatibilität\u003c\/h2\u003e\n\n\u003cp\u003eFachmännisch entwickelt, um große Displays sicher zu halten. Egal, ob Sie ein 7-Zoll-GPS oder einen riesigen 11-Zoll tragbaren CarPlay-Bildschirm verwenden, diese Halterung bietet eine maßgeschneiderte, sichere Passform, ohne Ihre Sicht auf die Straße zu verdecken.\u003c\/p\u003e\n\n\u003cp class=\"text-sub\"\u003eGenießen Sie eine freie Windschutzscheibe und behalten Sie Ihre wichtige Technik stets griffbereit.\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-Grad unendliche Drehung\u003c\/h2\u003e\n\n\u003cp\u003eAusgestattet mit einem präzisionsgefertigten drehbaren Kugelgelenk ermöglicht diese Halterung eine mühelose Einstellung Ihres Bildschirms in jeden Winkel. Verabschieden Sie sich von gefährlicher Sonnenblendung.\u003c\/p\u003e\n\n\u003cp class=\"text-sub\"\u003eFinden Sie in Sekundenschnelle den besten Betrachtungs- und Bedienkomfort für Fahrer und Beifahrer.\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\u003eRobustes Doppelverriegelungs-Design\u003c\/h2\u003e\n\n\u003cp\u003eHolprige Straßen, Bodenwellen und scharfe Kurven sind kein Problem für unsere robuste Konstruktion. Der Doppelverriegelungsmechanismus greift den CD-Schacht sicher und verhindert lästiges Verrutschen und gefährliches Wackeln.\u003c\/p\u003e\n\n\u003cp class=\"text-sub\"\u003eErleben Sie eine stabile, vibrationsfreie Bildschirmhalterung, die für den realen Fahralltag gebaut ist.\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\u003eUniversell und durchdacht\u003c\/h2\u003e\n\n\u003cp\u003eLässt sich mühelos in Sekundenschnelle in den CD-Schacht Ihres Autos einsetzen, ganz ohne Werkzeuge. Das Beste daran? Es beeinträchtigt nicht die CD-Wiedergabe.\u003c\/p\u003e\n\n\u003cp class=\"text-sub\"\u003ePasst perfekt in die meisten Standardfahrzeuge und erhält dabei die Originalfunktionalität Ihres Autos.\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 Spezifikationen\u003c\/h2\u003e\n\n\u003cp\u003eAlles, was Sie über Ihre neue CarPlay-Bildschirmhalterung wissen müssen.\u003c\/p\u003e\n\n\u003ctable class=\"specs-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\u003eSpezifikation\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\"\u003eBildschirmkompatibilität\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e7 bis 11 Zoll (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\"\u003eBetrachtungswinkel\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e360° drehbares Kugelgelenk\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMontageort\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eFahrzeug-CD-Schacht (werkzeugfreie Installation)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eStabilitätssystem\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eRobustes Doppelverriegelungs-Design\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePhysikalische Abmessungen\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\"\u003eBetriebstemperatur\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e-20 °C bis 70 °C\u003cbr\u003e\n\t\t\t(-20 °C bis 70 °C)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eAusgeschlossene Modelle (nicht kompatibel)\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\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eBlockiert diese Halterung meinen CD-Player beim Musikhören?\u003c\/h3\u003e\n\n\u003cp\u003eÜberhaupt nicht! Unsere Halterung ist speziell dafür ausgelegt, sicher in den CD-Schacht zu passen, ohne die internen Wiedergabemechanismen zu berühren. Sie können weiterhin Ihre Lieblings-CDs hören, während Ihr Bildschirm sicher montiert ist.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIst es stark genug, um einen großen 11-Zoll-Bildschirm auf holprigen Straßen zu halten?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolut. Wir haben ein robustes Doppelverriegelungs-Design zusammen mit widerstandsfähigen Materialien verwendet, um größere Bildschirme (bis zu 11 Zoll) sicher zu halten. Es verhindert zuverlässig Verrutschen und Wackeln und hält Ihren Monitor auch über Bodenwellen und scharfe Kurven stabil.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eBrauche ich Werkzeuge, um das in meinem Auto zu installieren?\u003c\/h3\u003e\n\n\u003cp\u003eEs werden keine Werkzeuge benötigt. Die Installation ist komplett benutzerfreundlich – einfach die Basis in den CD-Schacht einführen, den Verriegelungsmechanismus festziehen und das Kugelgelenk auf den gewünschten Winkel einstellen. Die Einrichtung dauert weniger als eine Minute.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"📦 1er-Pack (Standard)","offer_id":47992049074388,"sku":"0328-16496731","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🎁 2er-Pack (20 % sparen)","offer_id":47992049107156,"sku":"0328-16496191","price":19.95,"currency_code":"USD","in_stock":true},{"title":"👨‍👩‍👧‍👦 3er-Pack (Familienangebot - 30 % sparen)","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\/de\/products\/shockproof-cd-slot-screen-mount-rjc","provider":"Omurio","version":"1.0","type":"link"}