{"product_id":"foldable-zinc-alloy-phone-mount","title":"Foldable Zinc Alloy Phone Mount","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #2563eb;\n      --primary-hover: #1d4ed8;\n      --text-main: #0f172a;\n      --text-sub: #475569;\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --bg-soft: #f1f5f9;\n      --radius-md: 12px;\n      --radius-lg: 16px;\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      \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    }\n\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      margin: 0;\n      color: var(--text-main);\n      font-weight: 700;\n    }\n\n    \/* TYPOGRAPHY SYSTEM *\/\n    .product-detail-container .hero-title {\n      font-size: 28px;\n      line-height: 1.3;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 22px;\n      line-height: 1.4;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container .body-text,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-description,\n    .product-detail-container .spec-value,\n    .product-detail-container .spec-label,\n    .product-detail-container .faq-answer {\n      font-size: 18px;\n      line-height: 1.6;\n    }\n\n    \/* SPACING SYSTEM *\/\n    .product-detail-container .section-spacer {\n      margin-top: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* BADGES \u0026 TAGS *\/\n    .product-detail-container .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container .badge {\n      display: inline-block;\n      padding: 6px 16px;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 16px;\n    }\n\n    .product-detail-container .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .tag {\n      display: inline-block;\n      padding: 4px 12px;\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      color: var(--text-sub);\n      border-radius: var(--radius-md);\n      font-weight: 500;\n      font-size: 16px;\n    }\n\n    \/* IMAGE PLACEHOLDERS *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      padding: 0;\n      border: none;\n      background-color: transparent;\n      border-radius: var(--radius-md);\n      display: block;\n      box-sizing: border-box;\n      overflow: hidden;\n    }\n\n    .product-detail-container .image-placeholder img {\n      display: block;\n      width: 100%;\n      height: auto;\n      object-fit: contain;\n      border-radius: var(--radius-md);\n    }\n\n    \/* HERO BLOCK *\/\n    .product-detail-container .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: 32px;\n      padding: clamp(2rem, 4vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .hero-copy {\n      max-width: 800px;\n    }\n\n    .product-detail-container .hero-subtitle {\n      color: var(--text-sub);\n      margin-bottom: 16px;\n    }\n\n    \/* FEATURE SECTIONS *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\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      flex: 1;\n      min-width: 0;\n    }\n\n    .product-detail-container .feature-copy {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .product-detail-container .feature-description {\n      color: var(--text-sub);\n    }\n\n    \/* SPECIFICATIONS BLOCK *\/\n    .product-detail-container .specifications-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\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 tr:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px 0;\n      vertical-align: top;\n    }\n\n    .product-detail-container .spec-label {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .product-detail-container .spec-content {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ BLOCK *\/\n    .product-detail-container .faq-section {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n    }\n\n    .product-detail-container .faq-item {\n      padding-bottom: 24px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .faq-item:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .product-detail-container .faq-question {\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 8px;\n    }\n\n    .product-detail-container .faq-answer {\n      color: var(--text-sub);\n    }\n\n    \/* =========================================\n       MOBILE TYPOGRAPHY \u0026 LAYOUT LOCK\n       ========================================= *\/\n    @media (max-width: 767px) {\n      .product-detail-container {\n        padding: 0 20px;\n      }\n\n      \/* Center Hero content on mobile *\/\n      .product-detail-container .hero-section {\n        text-align: center;\n        align-items: center;\n        gap: 24px;\n      }\n      \n      .product-detail-container .badge-container {\n        justify-content: center;\n      }\n\n      \/* Adjust font sizes for better mobile reading *\/\n      .product-detail-container .hero-title {\n        font-size: 24px !important;\n      }\n\n      .product-detail-container .section-title,\n      .product-detail-container .feature-title,\n      .product-detail-container .spec-title,\n      .product-detail-container .faq-question {\n        font-size: 20px !important;\n      }\n\n      .product-detail-container .body-text,\n      .product-detail-container .hero-subtitle,\n      .product-detail-container .feature-description,\n      .product-detail-container .spec-value,\n      .product-detail-container .spec-label,\n      .product-detail-container .faq-answer {\n        font-size: 16px !important; \/* Reduced from 18px to 16px for mobile *\/\n      }\n\n      .product-detail-container .badge,\n      .product-detail-container .tag {\n        font-size: 14px !important;\n        padding: 4px 12px;\n      }\n\n      \/* Force Image First, Text Second on Mobile with better spacing *\/\n      .product-detail-container .feature-item,\n      .product-detail-container .feature-item:nth-child(even) {\n        flex-direction: column !important;\n        gap: 24px; \/* Increased gap for breathing room *\/\n      }\n\n      .product-detail-container .feature-media,\n      .product-detail-container .feature-copy {\n        width: 100%;\n      }\n\n      \/* Responsive Specifications Stacking *\/\n      .product-detail-container .specifications-section {\n        padding: 24px 20px;\n      }\n\n      .product-detail-container .spec-table tr {\n        display: flex;\n        flex-direction: column;\n        padding: 16px 0;\n      }\n\n      .product-detail-container .spec-table td {\n        padding: 0;\n        width: 100% !important;\n      }\n      \n      .product-detail-container .spec-label {\n        margin-bottom: 6px;\n      }\n\n      .product-detail-container .spec-value {\n        display: block;\n        color: var(--text-sub);\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .product-detail-container .badge-container,\n      .product-detail-container .tag-container {\n        justify-content: flex-start;\n      }\n      .product-detail-container .hero-section .badge-container {\n        justify-content: center;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003eStable Zinc Alloy Frame\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003e360° Rotatable Magnetic Car Phone Mount\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eExperience hands-free navigation with absolute stability. Features a smart double-jointed folding mechanism designed to adapt seamlessly to your dashboard or air vents.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg alt=\"Magnetic Car Phone Mount Hero\" cke-id=\"img66\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260921142511\/dd8b9b5804e2581abe40549e275a8155.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE SECTION 1 --\u003e\n\n\u003csection class=\"feature-item section-spacer\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg alt=\"Flexible Multi-Angle Adjustment\" cke-id=\"img108\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260915132151\/308e60133db7bb4cad12c99dc106df90.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eFlexible Multi-Angle Adjustment\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eTransition easily between portrait and landscape viewing modes. The dual-jointed hinge system lets you stretch, tilt, or rotate the stand freely, ensuring your screen is positioned perfectly for navigation without blocking your view of the road.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003e360° Rotation\u003c\/span\u003e \u003cspan class=\"tag\"\u003eDual-Joint Hinge\u003c\/span\u003e \u003cspan class=\"tag\"\u003eExpanded \u0026amp; Folded Modes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE SECTION 2 --\u003e\n\n\u003csection class=\"feature-item section-spacer\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg alt=\"Strong Magnetic Connection\" cke-id=\"img109\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260915132151\/ed7c08b73f091df9020de8eb66189049.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eStrong Magnetic Connection\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eEquipped with integrated high-strength magnets that secure your device. The powerful hold keeps your smartphone firmly in place, helping prevent slips or drops even during sudden stops, sharp turns, or bumpy drives.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eFirm Magnetic Grip\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSlip Prevention\u003c\/span\u003e \u003cspan class=\"tag\"\u003eInstant Placement\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE SECTION 3 --\u003e\n\n\u003csection class=\"feature-item section-spacer\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg alt=\"Durable Zinc Alloy Folding Design\" cke-id=\"img110\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260915132151\/5fc274539356af85a1157ce1b71184d2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eDurable Zinc Alloy Folding Design\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eForged with premium zinc alloy for a smooth, high-quality feel and reliable strength. The compact folding structure allows the mount to collapse into an extremely low profile, keeping your dashboard clean and clutter-free when not in use.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eZinc Alloy Body\u003c\/span\u003e \u003cspan class=\"tag\"\u003eUltra-Compact Fold\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSmooth Metallic Finish\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECIFICATIONS SECTION --\u003e\n\n\u003csection class=\"specifications-section section-spacer\"\u003e\n\u003ch2 class=\"spec-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 class=\"spec-label\"\u003eModel\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-content\"\u003e\u003cspan class=\"spec-value\"\u003eU20\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-content\"\u003e\u003cspan class=\"spec-value\"\u003eZinc Alloy\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eColor Options\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-content\"\u003e\u003cspan class=\"spec-value\"\u003eClassic Black \/ Bright Silver\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eMounting Type\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-content\"\u003e\u003cspan class=\"spec-value\"\u003eDashboard adhesive mount \u0026amp; Air vent clip accessory\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eAdjustability\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-content\"\u003e\u003cspan class=\"spec-value\"\u003e360-degree base rotation and dual-joint hinge folding\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 section-spacer\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow do I mount this in my vehicle?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe package provides flexible mounting options. You can use the adhesive base for dashboard placement or use the vent mount attachment to clip it directly to your car's air vent.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWhat materials are used to build the mount?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe main structure is constructed from high-quality zinc alloy, providing a heavy-duty, stable metallic build that is durable and resists wear from repeated folding.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eCan I rotate the phone horizontally?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The mount features a fully rotatable base supporting 360-degree horizontal swivel, allowing you to view your device in both portrait and landscape orientations easily.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Bright Silver \/ 1 Mount (Single-Car Set)","offer_id":52868027908228,"sku":"20260921-142820-4910","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Obsidian Black \/ 1 Mount (Single-Car Set)","offer_id":52868027940996,"sku":"20260921-142820-0379","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Bright Silver \/ ⭐ 2 Mounts (Two-Car Set • Save 20%) – Best Value","offer_id":52868027973764,"sku":"20260921-142820-8276","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Obsidian Black \/ ⭐ 2 Mounts (Two-Car Set • Save 20%) – Best Value","offer_id":52868028006532,"sku":"20260921-142820-6652","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0961\/3053\/1460\/files\/91dd532e4d26edff921b03ebb3f4cfb2.png?v=1789972161","url":"https:\/\/everyneeding.com\/products\/foldable-zinc-alloy-phone-mount","provider":"Everyneeding","version":"1.0","type":"link"}