{"product_id":"kaabo-phone-mount","title":"Kaabo Phone Mount","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght=300;400;500;600;700\u0026display=swap');\n\n    :root { \n      --primary: #0A4275; \n      --primary-light: #1A5F96;\n      --primary-dark: #052644;\n      --accent-success: #16A34A;\n      --accent-success-hover: #15803D;\n      --text: #334155; \n      --text-muted: #64748B;\n      --bg-light: #F8FAFC; \n      --border: #E2E8F0;\n      --glass-bg: rgba(255, 255, 255, 0.95);\n      --glass-shadow: 0 12px 24px -10px rgba(10, 66, 117, 0.04);\n      --radius-lg: 14px;\n      --radius-md: 10px;\n      --radius-sm: 6px;\n      --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\n      \n      --card-bg: linear-gradient(145deg, #FFFFFF 0%, #F1F5F9 100%);\n      --card-border: 1px solid rgba(10, 66, 117, 0.09);\n      --card-shadow: 0 4px 12px -1px rgba(10, 66, 117, 0.05), 0 2px 4px -1px rgba(10, 66, 117, 0.03);\n      --card-shadow-hover: 0 20px 32px -8px rgba(10, 66, 117, 0.12), 0 8px 16px -4px rgba(10, 66, 117, 0.06);\n      --card-border-hover: 1px solid rgba(26, 95, 150, 0.35);\n    }\n\n    .fm-page { \n      font-family: 'Inter', -apple-system, system-ui, sans-serif; \n      color: var(--text); \n      max-width: 970px; \n      margin: 0 auto; \n      line-height: 1.55; \n      padding: 0;\n      background-color: #FFFFFF;\n      -webkit-font-smoothing: antialiased;\n      overflow-x: hidden;\n    }\n\n    .fm-section {\n      padding: 24px 20px;\n      margin-bottom: 4px;\n    }\n    @media (max-width: 768px) {\n      .fm-section { padding: 16px 12px; margin-bottom: 2px; }\n    }\n\n    .fm-headline { \n      font-size: 2rem; \n      font-weight: 700; \n      line-height: 1.2; \n      margin-bottom: 14px; \n      color: var(--primary-dark); \n      letter-spacing: -0.015em; \n    }\n    @media (max-width: 768px) { .fm-headline { font-size: 1.6rem; } }\n\n    .fm-tagline { \n      font-size: 0.8rem; \n      color: var(--primary-light); \n      font-weight: 600; \n      margin-bottom: 6px; \n      text-transform: uppercase; \n      letter-spacing: 0.08em; \n    }\n    \n    .fm-section-title { \n      font-size: 1.5rem; \n      font-weight: 700; \n      color: var(--primary-dark); \n      margin: 16px 0 6px 0; \n      letter-spacing: -0.01em; \n      text-align: center; \n    }\n    .fm-section-subtitle { \n      font-size: 0.9rem; \n      color: var(--text-muted); \n      margin: 0 0 24px 0; \n      text-align: center; \n      max-width: 650px; \n      margin-left: auto; \n      margin-right: auto;\n      font-weight: 400;\n    }\n    @media (max-width: 768px) {\n      .fm-section-title { font-size: 1.3rem; margin-top: 12px; }\n      .fm-section-subtitle { margin-bottom: 16px; font-size: 0.85rem; }\n    }\n\n    .fm-page p {\n      font-weight: 400;\n      color: var(--text);\n    }\n\n    .fm-trust-badge-row {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0, 1fr)); \n      align-items: center;\n      justify-content: center;\n      padding: 20px 16px;\n      background-color: transparent;\n      border: none;\n      box-shadow: none;\n      gap: 12px;\n    }\n    \n    .fm-trust-badge-item {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center; \n      gap: 8px; \n      font-size: 0.84rem; \n      font-weight: 600;\n      color: var(--primary-dark);\n      text-align: center;\n      white-space: nowrap;\n    }\n\n    @media (max-width: 768px) {\n      .fm-trust-badge-row {\n        grid-template-columns: repeat(2, minmax(0, 1fr)); \n        gap: 12px 16px;\n        padding: 14px;\n      }\n    }\n\n    .fm-icon-circle {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      width: 20px; \n      height: 20px; \n      flex-shrink: 0;\n      transition: var(--transition);\n      color: var(--accent-success);\n    }\n    .fm-icon-circle svg {\n      width: 100%;\n      height: 100%;\n    }\n    .fm-icon-circle:hover {\n      transform: scale(1.08);\n      color: var(--accent-success-hover);\n    }\n\n    .fm-stats-bar { \n      display: grid; \n      grid-template-columns: repeat(3, 1fr); \n      background: #FFFFFF;\n      padding: 16px; \n      border-radius: var(--radius-md); \n      border: 1px solid var(--border); \n      box-shadow: var(--glass-shadow); \n      margin-bottom: 16px; \n      text-align: center; \n    }\n    @media (max-width: 768px) { .fm-stats-bar { grid-template-columns: 1fr; gap: 12px; padding: 14px 8px; } }\n    .stat-val { display: block; font-size: 1.4rem; font-weight: 700; color: var(--primary); margin-bottom: 2px; letter-spacing: -0.015em; }\n    .stat-lbl { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); font-weight: 500; }\n\n    .fm-hero { \n      display: grid; \n      grid-template-columns: 1fr 1fr; \n      gap: 32px; \n      align-items: center; \n      margin-bottom: 16px; \n    }\n    @media (max-width: 768px) { .fm-hero { grid-template-columns: 1fr; gap: 20px; text-align: center; } }\n    \n    .fm-hero-visuals {\n      position: relative;\n      width: 100%;\n    }\n    .fm-hero-img { \n      width: 100%; \n      border-radius: var(--radius-md); \n      box-shadow: 0 10px 25px rgba(10,66,117,0.03); \n      object-fit: cover; \n      display: block;\n    }\n    \n    .fm-floating-card {\n      position: absolute;\n      background: rgba(255, 255, 255, 0.96);\n      backdrop-filter: blur(6px);\n      -webkit-backdrop-filter: blur(6px);\n      border: 1px solid rgba(226, 232, 240, 0.8);\n      padding: 8px 12px;\n      border-radius: var(--radius-sm);\n      box-shadow: 0 6px 14px rgba(0,0,0,0.03);\n      font-weight: 600;\n      font-size: 0.75rem;\n      color: var(--primary-dark);\n      display: flex;\n      align-items: center;\n      gap: 5px;\n      pointer-events: none;\n      z-index: 2;\n    }\n    .fc-1 { top: 8%; left: -1%; }\n    .fc-2 { bottom: 12%; left: -2%; }\n    .fc-3 { bottom: 8%; right: -1%; }\n    @media (max-width: 900px) { .fm-floating-card { display: none; } }\n    \n    .fm-feature-grid { \n      display: grid; \n      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); \n      gap: 20px; \n    }\n    \n    .fm-feature-card { \n      padding: 24px; \n      background: var(--card-bg); \n      border: var(--card-border);\n      border-radius: var(--radius-lg); \n      box-shadow: var(--card-shadow);\n      transition: var(--transition); \n      position: relative; \n    }\n    \n    .fm-feature-card:hover { \n      transform: translateY(-6px);\n      border: var(--card-border-hover);\n      box-shadow: var(--card-shadow-hover);\n    }\n    \n    .fm-feature-card h3 { \n      margin-top: 0; \n      font-size: 1.15rem; \n      font-weight: 600; \n      color: var(--primary-dark); \n      margin-bottom: 10px; \n      display: flex; \n      align-items: center; \n      gap: 8px; \n    }\n    \n    .fm-feature-card p { \n      margin: 0; \n      color: var(--text); \n      font-size: 0.88rem; \n      line-height: 1.55;\n    }\n\n    .fm-comparison-wrapper {\n      width: 100%;\n      overflow-x: auto;\n      background: #FFFFFF;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border);\n    }\n    .fm-comparison-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n      min-width: 600px;\n      font-size: 0.88rem;\n    }\n    .fm-comparison-table th, .fm-comparison-table td {\n      padding: 12px 16px;\n      border-bottom: 1px solid var(--border);\n    }\n    .fm-comparison-table th {\n      background: var(--bg-light);\n      font-weight: 600;\n      color: var(--primary-dark);\n    }\n    .fm-comparison-table td {\n      color: var(--text);\n    }\n    .fm-comparison-table th.highlight, .fm-comparison-table td.highlight {\n      background: rgba(22, 163, 74, 0.01);\n    }\n    .fm-comparison-table tr:last-child th, .fm-comparison-table tr:last-child td {\n      border-bottom: none;\n    }\n    .fm-cross-icon { color: #DC2626; font-weight: 500; font-size: 0.95rem; padding-left: 2px; }\n    \n    .fm-spec-container { \n      max-width: 700px;\n      margin: 4px auto 0 auto;\n    }\n\n    .fm-spec-card {\n      background: var(--card-bg);\n      border-radius: var(--radius-lg);\n      border: var(--card-border);\n      box-shadow: var(--card-shadow);\n      padding: 24px 32px;\n      transition: var(--transition);\n    }\n    .fm-spec-card:hover {\n      transform: translateY(-4px);\n      border: var(--card-border-hover);\n      box-shadow: var(--card-shadow-hover);\n    }\n    @media (max-width: 480px) { .fm-spec-card { padding: 16px; } }\n\n    .fm-specs-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; }\n    .fm-specs-table tr { border-bottom: 1px solid #E2E8F0; }\n    .fm-specs-table tr:last-child { border-bottom: none; }\n    .fm-specs-table td { padding: 12px 0; }\n    .fm-specs-table td:first-child {\n      color: var(--text-muted);\n      font-weight: 500;\n      width: 45%;\n      padding-right: 8px;\n    }\n    .fm-specs-table td:last-child {\n      color: var(--primary-dark);\n      font-weight: 500;\n    }\n    \n    .fm-unboxing-grid { \n      display: flex;\n      justify-content: center;\n    }\n    \n    .fm-unboxing-card { \n      background: var(--card-bg); \n      border: var(--card-border);\n      border-radius: var(--radius-lg); \n      padding: 24px 32px; \n      text-align: center; \n      box-shadow: var(--card-shadow);\n      transition: var(--transition); \n      max-width: 380px;\n      width: 100%;\n    }\n    .fm-unboxing-card:hover { \n      transform: translateY(-6px);\n      border: var(--card-border-hover);\n      box-shadow: var(--card-shadow-hover);\n    }\n    \n    .fm-unboxing-icon { font-size: 1.6rem; margin-bottom: 10px; display: inline-block; }\n    .fm-unboxing-card h4 { font-size: 1rem; font-weight: 600; color: var(--primary-dark); margin: 0 0 6px 0; }\n    .fm-unboxing-card p { font-size: 0.84rem; color: var(--text-muted); margin: 0; line-height: 1.45; font-weight: 400; }\n\n    .fm-faq-container { max-width: 840px; margin-left: auto; margin-right: auto; }\n    .fm-faq-item {\n      background: var(--card-bg);\n      border: var(--card-border);\n      border-radius: var(--radius-lg);\n      margin-bottom: 14px;\n      overflow: hidden;\n      box-shadow: var(--card-shadow);\n      transition: var(--transition);\n    }\n    .fm-faq-item:hover {\n      transform: translateY(-4px);\n      border: var(--card-border-hover);\n      box-shadow: var(--card-shadow-hover);\n    }\n    .fm-faq-item details { padding: 18px 22px; }\n    @media (max-width: 480px) { .fm-faq-item details { padding: 14px 16px; } }\n\n    .fm-faq-item summary {\n      font-size: 0.98rem;\n      font-weight: 600;\n      color: #052644;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      cursor: pointer;\n      outline: none;\n      user-select: none;\n      gap: 12px;\n    }\n    .fm-faq-item summary::-webkit-details-marker { display: none; }\n    \n    .fm-faq-item .fm-icon-circle { width: 22px; height: 22px; color: var(--primary-light); }\n    .fm-faq-item details[open] summary .fm-icon-circle { transform: rotate(45deg); color: #DC2626; }\n\n    .fm-faq-answer {\n      margin-top: 12px;\n      padding-top: 12px;\n      border-top: 1px solid #EDF2F7;\n      color: #5A6A85;\n      font-size: 0.9rem;\n      line-height: 1.55;\n      font-weight: 400;\n    }\n\n    .fm-cta-banner { \n      background: linear-gradient(135deg, #052644 0%, #0A4275 100%); \n      color: #FFFFFF; \n      border-radius: var(--radius-md); \n      padding: 36px 24px; \n      text-align: center; \n      margin-top: 24px; \n      margin-bottom: 16px; \n    }\n    .fm-cta-banner h2 { margin: 0 0 8px 0; font-size: 1.6rem; font-weight: 700; color: #FFFFFF; letter-spacing: -0.01em; }\n    .fm-cta-banner p { color: #E2E8F0; max-width: 640px; margin: 0 auto; font-size: 0.95rem; line-height: 1.5; font-weight: 400; opacity: 0.9; }\n    \n    .fm-cta-trust-footer {\n      margin-top: 24px;\n      display: flex;\n      justify-content: center;\n      flex-wrap: wrap;\n      gap: 12px 24px;\n      border-top: 1px solid rgba(255,255,255,0.1);\n      padding-top: 20px;\n    }\n    .fm-cta-trust-item {\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      font-size: 0.82rem;\n      color: #E2E8F0;\n      font-weight: 500;\n    }\n    .fm-cta-trust-item .fm-icon-circle { width: 14px; height: 14px; color: #FFFFFF; }\n  \u003c\/style\u003e\n\u003cdiv class=\"fm-page\"\u003e\n\u003c!-- TRUST BADGE STRIP --\u003e\n\u003cdiv class=\"fm-trust-badge-row\"\u003e\n\u003cdiv class=\"fm-trust-badge-item\"\u003e\n\u003cdiv class=\"fm-icon-circle\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\n            \u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\nEasy Mount\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-trust-badge-item\"\u003e\n\u003cdiv class=\"fm-icon-circle\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\n            \u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\nEasy Adjustment\u003c\/div\u003e\n\u003cdiv class=\"fm-trust-badge-item\"\u003e\n\u003cdiv class=\"fm-icon-circle\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\n            \u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\nUniversal Handlebars\u003c\/div\u003e\n\u003cdiv class=\"fm-trust-badge-item\"\u003e\n\u003cdiv class=\"fm-icon-circle\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\n            \u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\nVibration Resistant\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- STATS BAR --\u003e\n\u003cdiv style=\"padding-top: 12px; padding-bottom: 8px;\" class=\"fm-section\"\u003e\n\u003cdiv class=\"fm-stats-bar\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003e50 100 mm\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eSpiral Extension Range\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003e100% Metal\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eCNC Build\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"stat-val\"\u003eClaw\u003c\/span\u003e\u003cspan class=\"stat-lbl\"\u003eLocking Matrix\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003csection style=\"padding-top: 4px;\" class=\"fm-section\"\u003e\n\u003cdiv class=\"fm-hero\"\u003e\n\u003cdiv class=\"fm-hero-visuals\"\u003e\n\u003cdiv class=\"fm-floating-card fc-1\"\u003e🛠️ CNC Machined Durability\u003c\/div\u003e\n\u003cdiv class=\"fm-floating-card fc-2\"\u003e📏 Fits 50mm to 100mm Phones\u003c\/div\u003e\n\u003cdiv class=\"fm-floating-card fc-3\"\u003e🔒 Heavy-Duty Dual Bolt Base\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/3817\/8910\/files\/1_be7e465f-2dad-4e49-b5bc-d9a2c25a4a7a.webp?v=1782301919\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cp class=\"fm-tagline\"\u003eHigh Velocity Cockpit Security\u003c\/p\u003e\n\u003ch1 class=\"fm-headline\"\u003eKaabo Scooter Phone Mount\u003c\/h1\u003e\n\u003cp style=\"font-size: 0.95rem; margin-bottom: 12px; font-weight: 400; line-height: 1.55;\"\u003eDitch flimsy smartphone cradles that rattle and slip during your commute. The genuine Kaabo Scooter Phone Mount is engineered from industrial grade all alloy to give you an unyielding, vibration resistant mount for your device over any terrain. Boasting a clean minimalist profile finished with the signature laser etched Kaabo emblem, this mount integrates natively onto your electric scooter's steering setup.\u003c\/p\u003e\n\u003cp style=\"font-size: 0.88rem; color: var(--text-muted); margin-bottom: 0; font-weight: 400;\"\u003eFeaturing a precise spiral macro adjustment system, it expands smoothly to anchor a vast assortment of contemporary smartphones securely within view for navigation mapping, tracking telemetry data, or managing ride modes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- KEY FEATURES --\u003e\n\u003csection class=\"fm-section\"\u003e\n\u003ch2 class=\"fm-section-title\"\u003eKey Engineering Elements\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eA ruggedized holding system built to withstand high speeds and bumpy road conditions.\u003c\/p\u003e\n\u003cdiv class=\"fm-feature-grid\"\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003e Solid Alloy\u003c\/h3\u003e\n\u003cp\u003eForged from high tensile, lightweight that completely eliminates frame flex, weathering, and cracking common with cheap plastic alternatives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003e Effortless Spiral Micro Adjustment\u003c\/h3\u003e\n\u003cp\u003eFeatures a knurled side dial that controls heavy duty threaded guidance rods, tightening or expanding with absolute precision to match your phone width.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003e Secure Claw Containment\u003c\/h3\u003e\n\u003cp\u003eDeeply hooked corner brackets wrap around your device's frame, anchoring it from all four quadrants so it stays put through high velocity vibrations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003e Integrated Tilting Axle Joint\u003c\/h3\u003e\n\u003cp\u003eEquipped with an independent vertical hinge joint, allowing you to easily adjust and lock in the perfect viewing angle to eliminate daytime sun glare.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003e Authentic Laser Etched Branding\u003c\/h3\u003e\n\u003cp\u003eFinished with a premium anodized matte black surface treatment featuring the iconic crisp white Kaabo emblem prominently displayed at the core center.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003e Dual Bolt Handlebar Clamp\u003c\/h3\u003e\n\u003cp\u003eEmploys a reinforced split ring collar mount anchored by twin steel bolts, ensuring the mount cannot twist or slide along the stem column when cornering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COMPONENT DETAIL CLOSER --\u003e\u003c!-- BENEFITS SECTION --\u003e\n\u003csection class=\"fm-section\"\u003e\n\u003ch2 class=\"fm-section-title\"\u003eWhy Opt For Kaabo Mount?\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eProtect your expensive device with equipment designed for intense road use.\u003c\/p\u003e\n\u003cdiv class=\"fm-feature-grid\"\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003e Zero Elastic Degradation\u003c\/h3\u003e\n\u003cp\u003eUnlike silicone bands or plastic spring mounts that stretch out, weaken under UV rays, and snap over time, this metal gear system retains its locking force indefinitely.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003e Handles Extreme Velocities\u003c\/h3\u003e\n\u003cp\u003eSpecially engineered to handle the high speeds of electric scooters, remaining completely motionless against heavy head winds and road vibrations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-feature-card\"\u003e\n\u003ch3\u003e Clear Screen \u0026amp; Port Access\u003c\/h3\u003e\n\u003cp\u003eThe open face 4 claw configuration leaves your charging port and entire touchscreen surface completely unobstructed for easy access on the go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COMPARISON SECTION --\u003e\n\u003csection style=\"background-color: var(--bg-light); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);\" class=\"fm-section\"\u003e\n\u003ch2 class=\"fm-section-title\"\u003eThe Pro Grade Metal Advantage\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eSee how premium construction outclasses typical online generic mounts.\u003c\/p\u003e\n\u003cdiv class=\"fm-comparison-wrapper\"\u003e\n\u003ctable class=\"fm-comparison-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature Comparison\u003c\/th\u003e\n\u003cth class=\"highlight\"\u003eKaabo Official Phone Mount\u003c\/th\u003e\n\u003cth\u003eGeneric Spring Loaded Plastic Holder\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eChassis Framework Build\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003eAll Alloy (Zero bowing, cracking, or weather degradation)\u003c\/td\u003e\n\u003ctd\u003eRecycled ABS Plastic (Becomes brittle in the sun and cracks easily)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eClamping Mechanism\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e\n\u003cdiv class=\"fm-icon-circle\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                    \u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\n                    \u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\n                  \u003c\/svg\u003e\u003c\/div\u003e\n  Threaded Spiral Steel Bolt Dial (Mechanical Lock)\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"fm-cross-icon\"\u003e✗\u003c\/span\u003e Internal Tension Springs (Weakens and slips over bumps)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHandlebar Fastening\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e\n\u003cdiv class=\"fm-icon-circle\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                    \u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\n                    \u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\n                  \u003c\/svg\u003e\u003c\/div\u003e\n  Reinforced Split Ring Collar with Dual Inverted Hex Screws\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"fm-cross-icon\"\u003e✗\u003c\/span\u003e Single plastic wing nut clamp (Prone to spinning downward)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eVisual Design Integration\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e\n\u003cdiv class=\"fm-icon-circle\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                    \u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\n                    \u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\n                  \u003c\/svg\u003e\u003c\/div\u003e\n  Anodized Matte Black with Crisp Laser Etched Insignia\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"fm-cross-icon\"\u003e✗\u003c\/span\u003e Bulky, oversized design that clutters your handlebars\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECIFICATIONS --\u003e\n\u003csection class=\"fm-section\"\u003e\n\u003ch2 class=\"fm-section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eStructural engineering dimensions and sizing standards details.\u003c\/p\u003e\n\u003cdiv class=\"fm-spec-container\"\u003e\n\u003cdiv class=\"fm-spec-card\"\u003e\n\u003ctable class=\"fm-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eProduct Model Name\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eOfficial Kaabo CNC Scooter Phone Mount\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eChassis Framework Material\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eHigh Strength structural Alloy Matrix\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eMinimum Fully Retracted Sizing\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eApproximately 50 mm width support configuration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eMaximum Fully Extended Sizing\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eApproximately 100 mm width support configuration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eInternal Tension Adjuster\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eTelescopic Spiral Guide Rod with Side Knurled Dial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eClamping Mount Base Profile\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eSplit Ring Collar with Dual Hex Bolt Fastening Matrix\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eChassis Core Branding Treatment\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eLaser Etched Contrast High Visibility Kaabo Wordmark\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"text-align: center;\"\u003eUniversal Application Range\u003c\/td\u003e\n\u003ctd style=\"text-align: center;\"\u003eMantis, Wolf Warrior, King GT, and all 22mm - 31.8mm Handlebars\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT'S INCLUDED --\u003e\n\u003csection class=\"fm-section\"\u003e\n\u003ch2 class=\"fm-section-title\"\u003eWhat's in the Box\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eEverything you need to secure your device to your scooter's cockpit.\u003c\/p\u003e\n\u003cdiv class=\"fm-unboxing-grid\"\u003e\n\u003cdiv class=\"fm-unboxing-card\"\u003e\n\u003ch4\u003eKaabo Phone Mount Kit\u003c\/h4\u003e\n\u003cp\u003e1x Genuine Kaabo Smartphone Cradle with integrated spiral adjustment system and split ring handlebar attachment mount.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ SECTION --\u003e\n\u003csection class=\"fm-section\"\u003e\n\u003ch2 class=\"fm-section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cp class=\"fm-section-subtitle\"\u003eAnswering common questions regarding setup and compatibility.\u003c\/p\u003e\n\u003cdiv class=\"fm-faq-container\"\u003e\n\u003cdiv class=\"fm-faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need to check if my smartphone is too wide to fit in the brackets? \u003cspan class=\"fm-icon-circle\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cline y2=\"19\" x2=\"12\" y1=\"5\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"12\" x2=\"19\" y1=\"12\" x1=\"5\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"fm-faq-answer\"\u003eAs long as your device's total width (including its protective case) falls between 50 mm and 100 mm, it will fit perfectly. This wide range easily accommodates almost all standard and plus-sized modern smartphones.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill this metal holder scratch up the sides of my smartphone? \u003cspan class=\"fm-icon-circle\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cline y2=\"19\" x2=\"12\" y1=\"5\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"12\" x2=\"19\" y1=\"12\" x1=\"5\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"fm-faq-answer\"\u003eThe 4-claw containment brackets are smooth and well-finished. For extra protection, we recommend adding thin rubber or adhesive foam padding strips inside the brackets to protect your phone's finish and absorb extra vibration.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this mount be clamped onto other electric scooter brands? \u003cspan class=\"fm-icon-circle\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cline y2=\"19\" x2=\"12\" y1=\"5\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"12\" x2=\"19\" y1=\"12\" x1=\"5\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"fm-faq-answer\"\u003eYes. While it features the stylish Kaabo logo, its split-ring base fits standard handlebar diameters. This makes it fully compatible with various scooter stems, bicycles, and personal mobility vehicles.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fm-faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow tightly should I turn the spiral dial side screw? \u003cspan class=\"fm-icon-circle\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\u003cline y2=\"19\" x2=\"12\" y1=\"5\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"12\" x2=\"19\" y1=\"12\" x1=\"5\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"fm-faq-answer\"\u003eSimply turn the side dial screw until the four corner brackets are snug against your device. Because it uses a direct mechanical thread instead of springs, a gentle hand-tightening provides plenty of grip to lock your phone in place.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CLOSING BANNER --\u003e\n\u003csection style=\"padding-bottom: 2px;\" class=\"fm-section\"\u003e\n\u003cdiv class=\"fm-cta-banner\"\u003e\n\u003ch2\u003eLock Down Your Screen For Next Level Rides\u003c\/h2\u003e\n\u003cp\u003eKeep your phone safe and secure while you ride. With its premium all design, precise spiral adjustment, and solid clamp mount, the official Kaabo Scooter Phone Mount keeps your device securely locked in place through every turn. Add this heavy duty metal mount to your cockpit and ride with confidence.\u003c\/p\u003e\n\u003cdiv class=\"fm-cta-trust-footer\"\u003e\n\u003cdiv class=\"fm-cta-trust-item\"\u003e\n\u003cdiv style=\"width: 14px; height: 14px; color: #ffffff;\" class=\"fm-icon-circle\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                \u003cpath d=\"M21.5 12A9.5 9.5 0 1 1 18 5.5\"\u003e\u003c\/path\u003e\n                \u003cpolyline points=\"9 11 13 15 22 4\"\u003e\u003c\/polyline\u003e\n              \u003c\/svg\u003e\u003c\/div\u003e\nGenuine Factory Authorized Kaabo High-Velocity Upgrade\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaabo USA","offers":[{"title":"Default Title","offer_id":42938838122590,"sku":null,"price":36.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/3817\/8910\/files\/1_80e28d12-73b7-4477-be47-8ecc4b5ef661.webp?v=1782303046","url":"https:\/\/mobilityqueens.com\/products\/kaabo-phone-mount","provider":"Mobility Queens","version":"1.0","type":"link"}