{"product_id":"shockproof-cd-slot-screen-mount","title":"Shockproof CD Slot Screen Mount","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\u003eSecure Your Drive, Upgrade Your Dashboard\u003c\/h1\u003e\n\n\u003cp\u003eThe ultimate heavy-duty CD slot mount perfectly designed for 7-11” portable wireless CarPlay screens and GPS monitors.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"badge\"\u003eTool-Free Setup\u003c\/div\u003e\n\n\u003cdiv class=\"badge\"\u003eShockproof\u003c\/div\u003e\n\n\u003cdiv class=\"badge\"\u003e360° Viewing\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\u003eUncompromised Compatibility\u003c\/h2\u003e\n\n\u003cp\u003eExpertly engineered to hold large displays safely. Whether you use a 7-inch GPS or a massive 11-inch portable CarPlay screen, this mount provides a tailored, secure fit without obscuring your view of the road.\u003c\/p\u003e\n\n\u003cp class=\"text-sub\"\u003eEnjoy a clutter-free windshield and keep your essential tech right at your fingertips.\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-Degree Infinite Swivel\u003c\/h2\u003e\n\n\u003cp\u003eEquipped with a precision-engineered rotating ball joint, this mount allows you to effortlessly adjust your screen to any angle. Say goodbye to dangerous sun glare.\u003c\/p\u003e\n\n\u003cp class=\"text-sub\"\u003eFind the absolute best viewing and operating experience for both the driver and the passenger in seconds.\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\u003eHeavy-Duty Double Lock Design\u003c\/h2\u003e\n\n\u003cp\u003eBumpy roads, speed bumps, and sharp turns are no match for our rugged construction. The double-lock mechanism grips the CD slot securely, preventing frustrating slipping and dangerous shaking.\u003c\/p\u003e\n\n\u003cp class=\"text-sub\"\u003eExperience a rock-solid, vibration-free screen mounting solution built for real-world driving.\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\u003eUniversal Yet Considerate\u003c\/h2\u003e\n\n\u003cp\u003eInstalls effortlessly in seconds into your car's CD player slot without requiring any tools. Best of all? It does not interfere with CD playback.\u003c\/p\u003e\n\n\u003cp class=\"text-sub\"\u003eFits most standard vehicles flawlessly while keeping your car's original functionality intact.\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\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp\u003eEverything you need to know about your new CarPlay screen mount.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecification\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\"\u003eScreen Compatibility\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e7 to 11 inches (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\"\u003eViewing Angle\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e360° Rotating Ball Joint\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMounting Location\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eVehicle CD Slot (Tool-Free Installation)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eStability System\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eHeavy-Duty Double Lock Design\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePhysical Dimensions\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(4.5 in × 3.9 in × 3.1 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eNet Weight\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\"\u003eOperating Temperature\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e-20°C to 70°C\u003cbr\u003e\n\t\t\t(-4°F to 158°F)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eExcluded Models (Incompatible)\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\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWill this mount block my CD player from playing music?\u003c\/h3\u003e\n\n\u003cp\u003eNot at all! Our mount is specifically designed to fit securely into the CD slot without touching the internal playback mechanisms. You can continue listening to your favorite CDs while your screen is mounted securely.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs it strong enough to hold a large 11-inch screen on bumpy roads?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolutely. We utilized a heavy-duty double lock design alongside rugged materials specifically to handle larger screens (up to 11 inches). It strictly prevents slipping and shaking, keeping your monitor stable over speed bumps and sharp turns.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eDo I need any tools to install this in my car?\u003c\/h3\u003e\n\n\u003cp\u003eNo tools are required. The installation is completely user-friendly—just insert the base into your CD slot, tighten the locking mechanism, and adjust the ball joint to your preferred angle. It sets up in under a minute.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"📦 1-Pack (Standard)","offer_id":43328163741755,"sku":"0328-16496731","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🎁 2-Pack (Save 20%)","offer_id":43328163774523,"sku":"0328-16496191","price":19.95,"currency_code":"USD","in_stock":true},{"title":"👨‍👩‍👧‍👦 3-Pack (Family Deal - Save 30%)","offer_id":43328163807291,"sku":"0328-16497722","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/4851\/4619\/files\/b1062cc9527dced08e7326449b3eb378.jpg?v=1774687839","url":"https:\/\/autoyunn.com\/products\/shockproof-cd-slot-screen-mount","provider":"AutoYunn","version":"1.0","type":"link"}