{"product_id":"smart-auto-clamping-car-mount","title":"Smart Auto-Clamping Car Mount","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Motorized Auto-Clamping Car Wireless Charging Mount\nTarget Audience: Drivers with large-screen, foldable, or standard smartphones seeking fast wireless charging and easy orientation switching\nVisual Style: Premium Automotive High-Tech (Gunmetal Black, Cyber Glass accents, Charging Green styling)\nColor Strategy: Deep Charcoal Background, Neon Charging Green highlights, Platinum accents\nModule Order: Intro\/Hero Block -\u003e Feature 1 (Motorized Rotation) -\u003e Feature 2 (Thick Case Compatibility) -\u003e Feature 3 (Auto Clamping Mechanics) -\u003e Vent Mounting System Detail -\u003e Product Specifications -\u003e FAQ Section\nDetail Image Mapping: Hero=detail_1, Feature1=detail_2, Feature2=detail_3, Feature3=detail_5, VentMount=detail_4\nSpecification Data Source: Extracted from detail_3, detail_4, detail_5, detail_7, and product report (No specification image placeholder is rendered)\nCompare Section: Not included (No explicit side-by-side comparison graphics provided in source files)\nInformation Boundary: Limited strictly to provided facts—15W wireless charging, 5mm case distance, 90-degree motorized automatic rotation, dual-wing triangle vent support, Type-C interface. No unverified capabilities or certifications are assumed.\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #00E676;\n    --primary-hover: #00C853;\n    --text-main: #f5f5f7;\n    --text-sub: #a1a1a6;\n    --bg-body: #121214;\n    --bg-card: #1c1c1e;\n    --bg-soft: #2c2c2e;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --border-color: #2c2c2e;\n    \n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 40px 5%;\n    background-color: var(--bg-body);\n    color: var(--text-main);\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  }\n\n  .product-detail-container h1,\n  .product-detail-container .hero-title {\n    font-size: 22px !important;\n    line-height: 1.3 !important;\n    font-weight: 700 !important;\n    margin: 0 0 16px 0 !important;\n    color: var(--text-main) !important;\n  }\n\n  .product-detail-container h2,\n  .product-detail-container h3,\n  .product-detail-container .section-title,\n  .product-detail-container .feature-title,\n  .product-detail-container .faq-question {\n    font-size: 20px !important;\n    line-height: 1.4 !important;\n    font-weight: 600 !important;\n    margin: 0 0 16px 0 !important;\n    color: var(--text-main) !important;\n  }\n\n  .product-detail-container p,\n  .product-detail-container li,\n  .product-detail-container td,\n  .product-detail-container .badge,\n  .product-detail-container .tag,\n  .product-detail-container .faq-answer,\n  .product-detail-container .hero-subtitle,\n  .product-detail-container .spec-value {\n    font-size: 18px !important;\n    line-height: 1.6 !important;\n    color: var(--text-sub) !important;\n    margin: 0 0 16px 0;\n  }\n\n  \/* Image Placeholders styling *\/\n  .product-detail-container .image-placeholder {\n    width: 100%;\n    height: auto;\n    aspect-ratio: 16 \/ 10;\n    background-color: var(--bg-card);\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-lg);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n    margin: 24px 0;\n    box-sizing: border-box;\n    padding: 30px;\n  }\n\n  .product-detail-container .image-placeholder-text {\n    font-size: 18px !important;\n    color: var(--text-sub) !important;\n    font-weight: 500 !important;\n    margin: 0 !important;\n  }\n\n  \/* Badge System *\/\n  .product-detail-container .badge {\n    display: inline-block;\n    background-color: var(--bg-soft);\n    color: var(--primary) !important;\n    padding: 8px 16px;\n    border-radius: 50px;\n    font-weight: 600 !important;\n    margin-bottom: 20px;\n    border: 1px solid var(--border-color);\n  }\n\n  .product-detail-container .tag-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 15px;\n    margin-bottom: 0;\n  }\n\n  .product-detail-container .tag {\n    background-color: var(--bg-soft);\n    border: 1px solid var(--border-color);\n    padding: 6px 14px;\n    border-radius: var(--radius-md);\n    margin: 0 !important;\n    font-weight: 500 !important;\n  }\n\n  \/* Hero Block *\/\n  .product-detail-container .hero-section {\n    text-align: center;\n    margin-bottom: clamp(2rem, 5vw, 4rem);\n    padding-bottom: 30px;\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .product-detail-container .hero-subtitle {\n    max-width: 800px;\n    margin: 0 auto 24px auto !important;\n  }\n\n  \/* Feature Grid Layout *\/\n  .product-detail-container .feature-item {\n    display: flex;\n    flex-direction: row;\n    align-items: center;\n    gap: 40px;\n    margin-bottom: clamp(2rem, 5vw, 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    min-width: 0;\n  }\n\n  \/* Highlight Section *\/\n  .product-detail-container .highlight-section {\n    background-color: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: 30px;\n    margin-bottom: clamp(2rem, 5vw, 4rem);\n    border: 1px solid var(--border-color);\n  }\n\n  \/* Specifications Table styling *\/\n  .product-detail-container .specifications-section {\n    margin-bottom: clamp(2rem, 5vw, 4rem);\n    padding-top: 20px;\n  }\n\n  .product-detail-container .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 20px;\n  }\n\n  .product-detail-container .spec-table tr {\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .product-detail-container .spec-table td {\n    padding: 16px 20px;\n    vertical-align: top;\n    margin: 0 !important;\n  }\n\n  .product-detail-container .spec-table td:first-child {\n    font-weight: 600 !important;\n    color: var(--text-main) !important;\n    width: 35%;\n  }\n\n  .product-detail-container .spec-table td:last-child {\n    width: 65%;\n  }\n\n  \/* FAQ styling *\/\n  .product-detail-container .faq-section {\n    border-top: 1px solid var(--border-color);\n    padding-top: clamp(2rem, 5vw, 4rem);\n  }\n\n  .product-detail-container .faq-item {\n    margin-bottom: 24px;\n    padding-bottom: 20px;\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  .product-detail-container .faq-question {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 10px !important;\n  }\n\n  .product-detail-container .faq-answer {\n    margin: 0 !important;\n  }\n\n  \/* Responsive Rules *\/\n  @media (max-width: 767px) {\n    .product-detail-container {\n      padding: 24px 4%;\n    }\n\n    \/* Keep font sizes locked at mandatory minima *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px !important;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .badge,\n    .product-detail-container .tag,\n    .product-detail-container .faq-answer,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .spec-value {\n      font-size: 18px !important;\n    }\n\n    \/* Force Image First, Text Second on mobile *\/\n    .product-detail-container .feature-item {\n      flex-direction: column !important;\n      gap: 20px;\n    }\n\n    \/* Table Mobile Responsive Rules to avoid overlaps and overflows *\/\n    .product-detail-container .spec-table,\n    .product-detail-container .spec-table tbody,\n    .product-detail-container .spec-table tr {\n      display: block;\n      width: 100%;\n      box-sizing: border-box;\n    }\n\n    .product-detail-container .spec-table tr {\n      padding: 12px 0;\n    }\n\n    .product-detail-container .spec-table td {\n      display: grid;\n      grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n      gap: 14px;\n      width: 100%;\n      box-sizing: border-box;\n      padding: 8px 0;\n      align-items: start;\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n    }\n\n    .product-detail-container .spec-table td:first-child {\n      display: none; \/* Hide primary column on mobile to use data-label dynamically *\/\n    }\n\n    .product-detail-container .spec-table td:last-child {\n      width: 100%;\n    }\n\n    .product-detail-container .spec-table td::before {\n      content: attr(data-label);\n      display: block;\n      min-width: 0;\n      font-size: 18px !important;\n      font-weight: 600 !important;\n      line-height: 1.5 !important;\n      color: var(--text-main) !important;\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n    }\n\n    .product-detail-container .spec-table .spec-value {\n      display: block;\n      min-width: 0;\n      max-width: 100%;\n      font-size: 18px !important;\n      line-height: 1.5 !important;\n      color: var(--text-sub) !important;\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n      margin: 0 !important;\n    }\n  }\n\n  @media (max-width: 420px) {\n    .product-detail-container .spec-table td {\n      grid-template-columns: 1fr;\n      gap: 6px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- HERO BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\u003cspan class=\"badge\"\u003eDesigned for Foldable \u0026amp; Standard Screens\u003c\/span\u003e\n\u003ch1 class=\"hero-title\"\u003e15W Fast Wireless Charging Auto-Clamping Car Mount\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eKeep your phone powered while driving with efficient wireless fast charging and intelligent motorized orientation switching.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img80\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917181316\/40b57cee4017ffb29f19bad1f01f2421.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img81\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917181316\/a5935733f0cc30f46b6068e17f3bd519.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eOne-Touch Motorized 90° Rotation\u003c\/h2\u003e\n\n\u003cp\u003eSwitch smoothly between portrait and landscape viewing with motorized auto-rotation. Simple finger control allows you to instantly toggle screen modes to suit navigation, calling, or music control.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eTouch Sensor Activation\u003c\/span\u003e \u003cspan class=\"tag\"\u003e90-Degree Shift\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Charging through Cases --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img82\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917181316\/103520601a8e1652a1bf1f15dbdf3654.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eThick Case Wireless Charging\u003c\/h2\u003e\n\n\u003cp\u003eDeliver up to 15W of wireless charging power directly through protective phone cases. Fully detects and charges devices through non-metal, non-magnetic shells up to 5mm thick.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003e15W Fast Wireless\u003c\/span\u003e \u003cspan class=\"tag\"\u003eUp to 5mm Distance\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Operation Step \/ Automatic Arm --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img85\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917181316\/272dfdc178ee2e9f2023022fb5762945.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eIntelligent Auto-Clamping Mechanism\u003c\/h2\u003e\n\n\u003cp\u003eEquipped with a smart electric sensor that automatically closes the side clamping arms once your smartphone is placed onto the mount base. Easily release your phone with a simple touch of the lower release switch.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eAuto-Clamping Arms\u003c\/span\u003e \u003cspan class=\"tag\"\u003eQuick Release Touch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- VENT MOUNT HIGHLIGHT SECTION --\u003e\n\n\u003csection class=\"highlight-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eHeavy-Duty Retractable Hook \u0026amp; Triangle Base\u003c\/h2\u003e\n\n\u003cp\u003eConstructed with a rotating spiral adjustment knob that controls a retractable metal hook. This design hooks firmly onto standard vent blades and works with dual-wing triangular supports to keep the mount locked securely, even during intense driving vibration.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img84\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917181316\/2cc89762741762e690d6dc08851f5700.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003ePower Supply Input\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Power Supply Input\"\u003e\u003cspan class=\"spec-value\"\u003eUSB Type-C (Included high-performance charging cable)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eWireless Charging Output\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Wireless Charging Output\"\u003e\u003cspan class=\"spec-value\"\u003e15W Max Fast Charging\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eCharging Induction Distance\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Charging Induction Distance\"\u003e\u003cspan class=\"spec-value\"\u003eUp to 5mm (Supports standard non-magnetic cases)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eRotation Angle\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Rotation Angle\"\u003e\u003cspan class=\"spec-value\"\u003e90° Motorized Landscape\/Portrait Switch\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eBase Construction Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Base Construction Material\"\u003e\u003cspan class=\"spec-value\"\u003eAviation Aluminum Alloy Shell with Gloss Glass Finish Face\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eMount Base Support\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Mount Base Support\"\u003e\u003cspan class=\"spec-value\"\u003eDouble-Wing Triangular support with spiral locking hook\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Can I use this mount with my phone case attached?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, standard protective phone cases under 5mm in thickness are compatible. However, wireless charging will not function if magnetic elements, metal rings, card holders, or other metal accessories are attached to the back of the case.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 How do I switch my phone from vertical to horizontal viewing?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe mount features motorized automatic rotation. Gently touch the fingerprint-shaped sensor icon located on the top right corner of the mount casing, and the system will automatically rotate 90 degrees.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 What types of vehicle air vents are compatible with this mount?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe adjustable spiral hook is designed to secure onto standard vertical and horizontal air vent blades. It is not recommended for circular vents, thick custom vent profiles, or diagonal vent blades.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Obsidian Black \/ 1-Pack (Car Essential)","offer_id":46221072957631,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Obsidian Black \/ 2-Pack (Multi-Car Use - 10%)","offer_id":46221072990399,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Obsidian Black \/ 3-Pack (Family Share - 15%)","offer_id":46221073023167,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/40b57cee4017ffb29f19bad1f01f2421.jpg?v=1789640141","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/smart-auto-clamping-car-mount","provider":"Bak","version":"1.0","type":"link"}