{"product_id":"mount-anywhere-phone-holder","title":"Mount Anywhere Phone Holder","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #007aff;\n      --primary-hover: #0056b3;\n      --text-main: #1d1d1f;\n      --text-sub: #86868b;\n      --bg-body: #ffffff;\n      --bg-card: #fbfbfd;\n      --bg-soft: #f5f5f7;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --border-color: #e5e5e5;\n      --spacing-section: clamp(3rem, 8vw, 5rem);\n      --spacing-element: clamp(1rem, 3vw, 2rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      margin: 0 0 var(--spacing-element);\n      line-height: 1.2;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin: 0 0 var(--spacing-element);\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin: 0 0 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem;\n      line-height: 1.7;\n    }\n\n    .product-detail-container .lead-text {\n      font-size: 20px;\n      color: var(--text-sub);\n      max-width: 800px;\n      margin: 0 auto var(--spacing-element);\n    }\n\n    \/* Utilities *\/\n    .text-center { text-align: center; }\n    .mb-section { margin-bottom: var(--spacing-section); }\n    .d-block { display: block; }\n    .img-fluid { width: 100%; height: auto; }\n\n    \/* Badges *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-bottom: 1.5rem;\n    }\n\n    .badge {\n      display: inline-flex;\n      align-items: center;\n      padding: 0.5rem 1rem;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      border-radius: 30px;\n      font-size: 16px;\n      font-weight: 500;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      padding: var(--spacing-section) 0;\n      text-align: center;\n    }\n\n    .trust-badge {\n      display: inline-block;\n      padding: 0.5rem 1.5rem;\n      background: #e8f0fe;\n      color: var(--primary);\n      border-radius: 30px;\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: var(--spacing-element);\n    }\n\n    \/* Feature Sections *\/\n    .feature-section {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: var(--spacing-section);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .feature-section {\n        grid-template-columns: 1fr 1fr;\n      }\n      .feature-section.reverse {\n        direction: rtl;\n      }\n      .feature-section.reverse .feature-copy {\n        direction: ltr;\n      }\n    }\n\n    .feature-media {\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      background: var(--bg-card);\n    }\n\n    .feature-copy {\n      padding: var(--spacing-element);\n    }\n\n    \/* Compatibility Section *\/\n    .compatibility-section {\n      background: var(--bg-card);\n      padding: var(--spacing-section) var(--spacing-element);\n      border-radius: var(--radius-lg);\n      text-align: center;\n    }\n\n    \/* Specifications Table *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: var(--spacing-element);\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    .spec-table th, .spec-table td {\n      padding: 1.25rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .spec-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      width: 40%;\n    }\n\n    .spec-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    @media (max-width: 767px) {\n      .spec-table, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .spec-table thead { display: none; }\n      .spec-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); }\n      .spec-table td {\n        padding-left: 50%;\n        position: relative;\n        border-bottom: none;\n      }\n      .spec-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1.25rem;\n        width: 45%;\n        padding-right: 10px;\n        white-space: nowrap;\n        font-weight: 600;\n        color: var(--text-sub);\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      margin-bottom: 1.5rem;\n      padding-bottom: 1.5rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n      color: var(--text-main);\n    }\n\n    .faq-answer {\n      margin: 0;\n      font-size: 18px;\n      color: var(--text-sub);\n    }\n\u003c\/style\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：便携式磁吸手机支架\n  目标受众：旅行者、乐手、需要多场景免提固定的用户\n  视觉风格：科技、简洁、强调场景适用性\n  配色策略：以黑色产品为主，辅以蓝色科技感点缀，背景使用干净的场景图或纯色\n  模块顺序：Hero -\u003e Versatility (Feature 1) -\u003e Magnetic Power (Feature 2) -\u003e Portability \u0026 Adjustment (Feature 3) -\u003e Compatibility -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_2.png, Feature1=image_5.png, Feature2=image_7.png, Feature3=image_4.png, Compatibility=image_6.png\n  规格图映射：无专用规格图，数据从文本提取\n  对比模块：未加入，产品独特性较强，直接强调自身优势即可。\n  --\u003e\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section mb-section\"\u003e\n\u003cspan class=\"trust-badge\"\u003e✈️ Travel \u0026amp; Hobby Essential\u003c\/span\u003e\n\u003ch1\u003eMount Your Phone Anywhere, Instantly.\u003c\/h1\u003e\n\n\u003cp class=\"lead-text\"\u003eThe ultimate versatile phone holder designed for tight spaces. From airplane trays to guitar headstocks, enjoy secure, hands-free viewing exactly where you need it.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img71\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513133205\/60512b9861922b1af3283fd79cda0eef.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 1: Versatile Mounting --\u003e\n\n\u003cdiv class=\"feature-section mb-section\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eA Mount for Every Scenario\u003c\/h2\u003e\n\n\u003cp\u003eForget flat surfaces. Our unique, patented clamp base is designed to slot securely onto thin edges like airplane tray tables, kitchen cabinets, or instrument headstocks. It transforms unused spaces into the perfect viewing station.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eAirplane Trays\u003c\/span\u003e \u003cspan class=\"badge\"\u003eGuitar Headstocks\u003c\/span\u003e \u003cspan class=\"badge\"\u003eKitchen Cabinets\u003c\/span\u003e \u003cspan class=\"badge\"\u003eDesktop Edges\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img72\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513132523\/336fcb610b8724baa717e515c19a4963.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Powerful Magnetic Hold --\u003e\n\n\u003cdiv class=\"feature-section reverse mb-section\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUnshakeable Magnetic Security\u003c\/h2\u003e\n\n\u003cp\u003eEngineered with 16 premium N52 neodymium magnets, this mount creates an instant, powerful bond. Your phone stays perfectly stable, even through turbulence or vibrations. Just snap it on and relax.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003e16x N52 Magnets\u003c\/span\u003e \u003cspan class=\"badge\"\u003e0.1s Snap-on\u003c\/span\u003e \u003cspan class=\"badge\"\u003eAnti-Shake Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513132523\/4df0bbe7d0db8c693486d4a8d7d1577c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Compact \u0026 Adjustable --\u003e\n\n\u003cdiv class=\"feature-section mb-section\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eFoldable, Portable, and Fully Adjustable\u003c\/h2\u003e\n\n\u003cp\u003eIts smart dual-hinge design folds down to pocket size, making it the perfect travel companion. Once mounted, the 360° rotating head and adjustable arm let you find the absolute perfect angle for portrait or landscape viewing.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003ePocket-Sized\u003c\/span\u003e \u003cspan class=\"badge\"\u003e360° Rotation\u003c\/span\u003e \u003cspan class=\"badge\"\u003eMulti-Angle Arm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513132523\/c871b52c41816741a36f3a8cd3b17a06.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Compatibility Section --\u003e\n\n\u003cdiv class=\"compatibility-section mb-section\" style=\"text-align: left;\"\u003e\n\u003cdiv class=\"feature-section reverse\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUniversal Compatibility\u003c\/h2\u003e\n\n\u003cp\u003eWorks seamlessly right out of the box with all MagSafe iPhones (12 and later). For non-MagSafe phones or standard cases, simply stick the included metal ring to the back of your device for the same strong magnetic hold.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003eWorks with MagSafe\u003c\/span\u003e \u003cspan class=\"badge\"\u003eUniversal Ring Included\u003c\/span\u003e \u003cspan class=\"badge\"\u003eAll Phones Compatible\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260513132523\/59e91900f2c757d2c12d6089d2319a6b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\n\u003cdiv class=\"mb-section\"\u003e\n\u003ch2 class=\"text-center\"\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\u003cth data-label=\"Feature\"\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eDurable PC \/ ABS with Matte Finish\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eMagnet Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e16x N52 Neodymium Magnets\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eRotation\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e360° Head + Multi-Axis Hinge\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eMounting Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eEdge Slot Clamp \u0026amp; Magnetic Head\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eCompatibility\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eAll Smartphones (MagSafe native or via included ring)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eIn the Box\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eMagnetic Phone Mount, Universal Metal Ring\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 --\u003e\n\n\u003cdiv class=\"mb-section\"\u003e\n\u003ch2 class=\"text-center\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill this hold my large phone securely?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the powerful N52 magnet array is designed to securely hold even the largest smartphones, including Pro Max models, ensuring they stay in place.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDo I need a special case to use this?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eIf you have a MagSafe-enabled iPhone (12 or newer) with no case or a MagSafe case, it works directly. For any other phone or standard case, simply attach the included adhesive metal ring to the back.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat kind of surfaces can I clamp it to?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe base is designed for thin, rigid edges. It works best on airplane and train tray tables, guitar headstocks, thin cabinet edges, or desk dividers. It is not a suction cup for flat glass surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"PawNexa","offers":[{"title":"Single","offer_id":45820155363464,"sku":"0513-16270073","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Save 20%)","offer_id":45820155396232,"sku":"0513-16271549","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Save 30%)","offer_id":45820155429000,"sku":"0513-16274216","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0695\/6282\/6888\/files\/60512b9861922b1af3283fd79cda0eef.jpg?v=1778660883","url":"https:\/\/pawnexa.com\/products\/mount-anywhere-phone-holder","provider":"PawNexa","version":"1.0","type":"link"}