{"product_id":"vacuum-phone-mount","title":"VacuumLock™ Magnetic Phone Mount","description":"\u003cstyle\u003e\n  .cx-wrap,\n  .cx-wrap * { box-sizing: border-box; }\n\n  .cx-wrap {\n    --cx-ink: #101820;\n    --cx-muted: #56616c;\n    --cx-accent: #06aeb0;\n    --cx-accent-dark: #087f81;\n    --cx-soft: #edfafa;\n    --cx-line: #dce7e7;\n    max-width: 760px;\n    margin: 0 auto;\n    color: var(--cx-ink);\n    font-family: inherit;\n    line-height: 1.6;\n  }\n\n  .cx-wrap h2,\n  .cx-wrap h3,\n  .cx-wrap p { margin-top: 0; }\n\n  .cx-wrap h2 {\n    margin-bottom: 12px;\n    font-size: clamp(27px, 6.5vw, 42px);\n    line-height: 1.12;\n    letter-spacing: -0.025em;\n  }\n\n  .cx-wrap h3 {\n    margin-bottom: 8px;\n    font-size: clamp(21px, 5vw, 28px);\n    line-height: 1.2;\n  }\n\n  .cx-wrap p {\n    margin-bottom: 14px;\n    color: var(--cx-muted);\n    font-size: 16px;\n  }\n\n  .cx-hero,\n  .cx-card,\n  .cx-how,\n  .cx-faq,\n  .cx-final {\n    margin: 18px 0;\n    overflow: hidden;\n    border: 1px solid var(--cx-line);\n    border-radius: 20px;\n    background: #fff;\n    box-shadow: 0 10px 28px rgba(16, 24, 32, 0.07);\n  }\n\n  .cx-copy { padding: 24px 22px; }\n\n  .cx-kicker {\n    display: inline-block;\n    margin-bottom: 10px;\n    padding: 6px 11px;\n    border-radius: 999px;\n    background: var(--cx-soft);\n    color: var(--cx-accent-dark);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .cx-img {\n    display: block;\n    width: min(100%, 700px);\n    max-width: 700px;\n    height: auto;\n    aspect-ratio: 1 \/ 1;\n    margin: 0 auto;\n    object-fit: cover;\n    background: #f5f7f7;\n  }\n\n  .cx-img--contain { object-fit: contain; }\n\n  .cx-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 18px 0 0;\n  }\n\n  .cx-benefit {\n    padding: 13px;\n    border-radius: 14px;\n    background: var(--cx-soft);\n    color: var(--cx-ink);\n    font-size: 14px;\n    font-weight: 750;\n    line-height: 1.35;\n  }\n\n  .cx-checks {\n    display: grid;\n    gap: 9px;\n    margin: 15px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .cx-checks li {\n    position: relative;\n    padding-left: 29px;\n    color: var(--cx-ink);\n    font-size: 15px;\n    font-weight: 650;\n  }\n\n  .cx-checks li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    display: grid;\n    width: 21px;\n    height: 21px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--cx-accent);\n    color: #fff;\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .cx-uses {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 9px;\n    margin-top: 16px;\n  }\n\n  .cx-use {\n    padding: 12px 7px;\n    border: 1px solid var(--cx-line);\n    border-radius: 12px;\n    color: var(--cx-ink);\n    font-size: 13px;\n    font-weight: 750;\n    text-align: center;\n  }\n\n  .cx-steps {\n    display: grid;\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .cx-step {\n    display: grid;\n    grid-template-columns: 38px 1fr;\n    gap: 12px;\n    align-items: start;\n  }\n\n  .cx-step-number {\n    display: grid;\n    width: 38px;\n    height: 38px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--cx-accent);\n    color: #fff;\n    font-size: 15px;\n    font-weight: 900;\n  }\n\n  .cx-step strong { display: block; margin-bottom: 2px; }\n  .cx-step p { margin: 0; font-size: 14px; }\n\n  .cx-specs {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-top: 16px;\n  }\n\n  .cx-spec {\n    padding: 13px;\n    border-radius: 13px;\n    background: #f5f7f7;\n  }\n\n  .cx-spec strong {\n    display: block;\n    color: var(--cx-ink);\n    font-size: 15px;\n  }\n\n  .cx-spec span { color: var(--cx-muted); font-size: 13px; }\n\n  .cx-note {\n    margin-top: 16px;\n    padding: 14px;\n    border-left: 4px solid var(--cx-accent);\n    border-radius: 10px;\n    background: var(--cx-soft);\n    color: #315051;\n    font-size: 13px;\n  }\n\n  .cx-faq details {\n    border-top: 1px solid var(--cx-line);\n    background: #fff;\n  }\n\n  .cx-faq details:first-of-type { border-top: 0; }\n\n  .cx-faq summary {\n    position: relative;\n    padding: 17px 44px 17px 20px;\n    color: var(--cx-ink);\n    font-size: 15px;\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .cx-faq summary::-webkit-details-marker { display: none; }\n\n  .cx-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 20px;\n    transform: translateY(-50%);\n    color: var(--cx-accent-dark);\n    font-size: 23px;\n    line-height: 1;\n  }\n\n  .cx-faq details[open] summary::after { content: \"−\"; }\n\n  .cx-answer { padding: 0 20px 17px; }\n  .cx-answer p { margin: 0; font-size: 14px; }\n\n  .cx-final {\n    padding: 28px 22px;\n    background: linear-gradient(145deg, #0c1b22, #12363b);\n    text-align: center;\n  }\n\n  .cx-final h2,\n  .cx-final p { color: #fff; }\n\n  .cx-cta {\n    display: inline-flex;\n    min-height: 52px;\n    align-items: center;\n    justify-content: center;\n    margin-top: 5px;\n    padding: 14px 24px;\n    border-radius: 999px;\n    background: #15d1cf;\n    color: #062b2c !important;\n    font-size: 15px;\n    font-weight: 900;\n    letter-spacing: 0.035em;\n    text-decoration: none;\n    box-shadow: 0 8px 22px rgba(21, 209, 207, 0.3);\n  }\n\n  @media (max-width: 480px) {\n    .cx-hero,\n    .cx-card,\n    .cx-how,\n    .cx-faq,\n    .cx-final { margin: 14px 0; border-radius: 16px; }\n\n    .cx-copy { padding: 20px 17px; }\n    .cx-wrap p { font-size: 15px; }\n    .cx-benefits { grid-template-columns: 1fr 1fr; gap: 8px; }\n    .cx-benefit { padding: 11px 9px; font-size: 13px; }\n    .cx-uses { grid-template-columns: repeat(2, minmax(0, 1fr)); }\n    .cx-specs { grid-template-columns: 1fr; }\n    .cx-final { padding: 25px 17px; }\n    .cx-cta { display: flex; width: 100%; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"cx-wrap\"\u003e\n\u003csection class=\"cx-hero\"\u003e\u003cimg class=\"cx-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_15_08449c09-a253-499b-8b89-1ef00547d1a0.jpg?v=1786771603\" alt=\"Magnetic vacuum phone mount holding a phone for navigation in a car\" width=\"700\" height=\"700\"\u003e\n\u003cdiv class=\"cx-copy\"\u003e\n\u003cspan class=\"cx-kicker\"\u003eOne mount. Endless possibilities.\u003c\/span\u003e\n\u003ch2\u003eKeep Your Phone Secure, Visible and Within Reach\u003c\/h2\u003e\n\u003cp\u003eSay goodbye to bulky clamps, weak suction cups and mounts that block your view. This compact magnetic phone mount combines a twist-lock vacuum base with a fully adjustable folding arm for a clean, hands-free setup almost anywhere.\u003c\/p\u003e\n\u003cdiv class=\"cx-benefits\"\u003e\n\u003cdiv class=\"cx-benefit\"\u003eStrong vacuum-lock base\u003c\/div\u003e\n\u003cdiv class=\"cx-benefit\"\u003eFast magnetic attachment\u003c\/div\u003e\n\u003cdiv class=\"cx-benefit\"\u003eFlexible 360° positioning\u003c\/div\u003e\n\u003cdiv class=\"cx-benefit\"\u003eCompact folding design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cx-card\"\u003e\u003cimg class=\"cx-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_14_fcc5fe06-c7a9-47d2-ae0d-ae4b72fa31ba.jpg?v=1786771603\" alt=\"Installing the twist-lock vacuum magnetic phone mount on a car dashboard\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\n\u003cdiv class=\"cx-copy\"\u003e\n\u003cspan class=\"cx-kicker\"\u003eLock it in seconds\u003c\/span\u003e\n\u003ch3\u003ePowerful Hold Without Drilling or Permanent Adhesive\u003c\/h3\u003e\n\u003cp\u003ePlace the base on a clean compatible surface, press it down and twist the locking ring. The vacuum mechanism creates a firm hold without tools, screws or a complicated installation.\u003c\/p\u003e\n\u003cul class=\"cx-checks\"\u003e\n\u003cli\u003eQuick twist-to-lock installation\u003c\/li\u003e\n\u003cli\u003eReusable and easy to reposition\u003c\/li\u003e\n\u003cli\u003eNo vent clips blocking your airflow\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cx-card\"\u003e\u003cimg class=\"cx-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_18_2bd17262-0e1b-4f37-8dc0-508397b48fd4.jpg?v=1786771603\" alt=\"Adjustable magnetic phone mount displaying GPS above a car dashboard\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\n\u003cdiv class=\"cx-copy\"\u003e\n\u003cspan class=\"cx-kicker\"\u003eSafer, cleaner navigation\u003c\/span\u003e\n\u003ch3\u003eYour Screen at the Right Height and Angle\u003c\/h3\u003e\n\u003cp\u003eTilt, rotate, extend or fold the arm to create a comfortable viewing position. Switch between portrait and landscape mode for navigation and hands-free calls while keeping essential vehicle controls accessible.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cx-card\"\u003e\u003cimg class=\"cx-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_13_e7673ea1-d372-4167-bb7e-6afc6f673cb5.jpg?v=1786771603\" alt=\"Phone attached magnetically to a vacuum mount on gym equipment\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\n\u003cdiv class=\"cx-copy\"\u003e\n\u003cspan class=\"cx-kicker\"\u003eSnap on and go\u003c\/span\u003e\n\u003ch3\u003eFast Magnetic Attachment—No Clamps to Adjust\u003c\/h3\u003e\n\u003cp\u003eBring your phone close to the magnetic head and it snaps into position. It works directly with MagSafe-compatible phones and cases; other compatible devices can be used with the included magnetic ring.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cx-card\"\u003e\u003cimg class=\"cx-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_19_bd28a63c-4657-4e52-b15b-82b92a37d7ce.jpg?v=1786771603\" alt=\"Using the magnetic phone mount to record a workout at the gym\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\n\u003cdiv class=\"cx-copy\"\u003e\n\u003cspan class=\"cx-kicker\"\u003eCreate hands-free\u003c\/span\u003e\n\u003ch3\u003eRecord Workouts, Tutorials and Everyday Content\u003c\/h3\u003e\n\u003cp\u003eTurn compatible walls, mirrors and gym equipment into a stable filming position. Adjust the arm until your shot is framed, then record without carrying a bulky tripod.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cx-card\"\u003e\u003cimg class=\"cx-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_12_a26d424d-52bf-43cb-b17a-c8f18a2be3ec.jpg?v=1786771603\" alt=\"Phone mounted for hands-free entertainment on an airplane\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\n\u003cdiv class=\"cx-copy\"\u003e\n\u003cspan class=\"cx-kicker\"\u003eMade for travel\u003c\/span\u003e\n\u003ch3\u003eHands-Free Entertainment Without Holding Your Phone\u003c\/h3\u003e\n\u003cp\u003eAttach the mount to a compatible smooth surface and position your phone at eye level. Enjoy movies, shows or video calls while keeping your hands free during long trips.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cx-card\"\u003e\u003cimg class=\"cx-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_17_08563483-e799-40cf-a7c5-180a49f4d9d3.jpg?v=1786771603\" alt=\"Traveler using a magnetic phone mount beside an airplane window\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\n\u003cdiv class=\"cx-copy\"\u003e\n\u003cspan class=\"cx-kicker\"\u003eCompact and portable\u003c\/span\u003e\n\u003ch3\u003eMove It From Your Car to Your Carry-On\u003c\/h3\u003e\n\u003cp\u003eThe folding design fits easily inside a glove compartment, backpack or travel bag. Unlock the base, move it and reinstall it wherever a compatible mounting surface is available.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cx-card\"\u003e\u003cimg class=\"cx-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_20_78f24d92-a2dd-4ebb-b282-082275295d14.jpg?v=1786771603\" alt=\"Woman following a makeup tutorial with a phone mounted beside a mirror\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\n\u003cdiv class=\"cx-copy\"\u003e\n\u003cspan class=\"cx-kicker\"\u003ePerfect for your routine\u003c\/span\u003e\n\u003ch3\u003eFollow Tutorials While Keeping the Mirror Clear\u003c\/h3\u003e\n\u003cp\u003eMount your phone beside a mirror for makeup, skincare, hair tutorials or video calls. Position the screen exactly where you can see it without balancing your phone on the counter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cx-card\"\u003e\u003cimg class=\"cx-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_22.jpg?v=1786771603\" alt=\"Hands-free phone mount used under a kitchen cabinet while cooking\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\n\u003cdiv class=\"cx-copy\"\u003e\n\u003cspan class=\"cx-kicker\"\u003eCook without clutter\u003c\/span\u003e\n\u003ch3\u003eKeep Recipes Visible and Your Countertop Clear\u003c\/h3\u003e\n\u003cp\u003ePlace your phone at a comfortable viewing angle while cooking. Follow recipes, watch tutorials or take calls without touching your phone with messy hands.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cx-card\"\u003e\u003cimg class=\"cx-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_21_8e639f11-bf11-495e-b6f8-b4729d4f8ec3.jpg?v=1786771603\" alt=\"Magnetic phone mount creating a second screen beside a laptop\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\n\u003cdiv class=\"cx-copy\"\u003e\n\u003cspan class=\"cx-kicker\"\u003eA smarter workspace\u003c\/span\u003e\n\u003ch3\u003eTurn Your Phone Into a Hands-Free Second Screen\u003c\/h3\u003e\n\u003cp\u003eKeep messages, calls, timers or reference material visible beside your laptop. The mount lifts your phone off the desk and helps create a cleaner, more focused workspace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cx-card\"\u003e\u003cimg class=\"cx-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_11_eb0fdfd0-e3d2-4c87-9d63-3d01051a3c2c.jpg?v=1786771603\" alt=\"Compact magnetic vacuum phone mount attached beside a bathroom mirror\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\n\u003cdiv class=\"cx-copy\"\u003e\n\u003cspan class=\"cx-kicker\"\u003eOne mount, many spaces\u003c\/span\u003e\n\u003ch3\u003eDesigned for More Than Just the Car\u003c\/h3\u003e\n\u003cp\u003eUse it on compatible surfaces around your car, home, office, gym or hotel room. One compact mount replaces multiple single-purpose holders.\u003c\/p\u003e\n\u003cdiv class=\"cx-uses\"\u003e\n\u003cdiv class=\"cx-use\"\u003eCar\u003c\/div\u003e\n\u003cdiv class=\"cx-use\"\u003eTravel\u003c\/div\u003e\n\u003cdiv class=\"cx-use\"\u003eGym\u003c\/div\u003e\n\u003cdiv class=\"cx-use\"\u003eMirror\u003c\/div\u003e\n\u003cdiv class=\"cx-use\"\u003eKitchen\u003c\/div\u003e\n\u003cdiv class=\"cx-use\"\u003eDesk\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cx-how\"\u003e\n\u003cdiv class=\"cx-copy\"\u003e\n\u003cspan class=\"cx-kicker\"\u003eSimple setup\u003c\/span\u003e\n\u003ch3\u003eReady in Three Easy Steps\u003c\/h3\u003e\n\u003cdiv class=\"cx-steps\"\u003e\n\u003cdiv class=\"cx-step\"\u003e\n\u003cdiv class=\"cx-step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eClean and lock\u003c\/strong\u003e\n\u003cp\u003eClean and dry the surface. Press the base down and twist the bottom ring to secure the vacuum.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cx-step\"\u003e\n\u003cdiv class=\"cx-step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAdjust the angle\u003c\/strong\u003e\n\u003cp\u003eUnfold, tilt and rotate the arm until the magnetic head reaches your preferred viewing position.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cx-step\"\u003e\n\u003cdiv class=\"cx-step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAttach your phone\u003c\/strong\u003e\n\u003cp\u003eSnap on a MagSafe-compatible phone or use the included magnetic ring with other compatible devices.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cx-card\"\u003e\u003cimg class=\"cx-img cx-img--contain\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_16_b3cce7a7-7c82-4881-95a1-106357c40558.jpg?v=1786771602\" alt=\"Dimensions of the compact folding magnetic vacuum phone mount\" width=\"700\" height=\"700\" loading=\"lazy\"\u003e\n\u003cdiv class=\"cx-copy\"\u003e\n\u003cspan class=\"cx-kicker\"\u003eSmall size, serious versatility\u003c\/span\u003e\n\u003ch3\u003eCompact When Folded, Adjustable When Open\u003c\/h3\u003e\n\u003cdiv class=\"cx-specs\"\u003e\n\u003cdiv class=\"cx-spec\"\u003e\n\u003cstrong\u003e2.36 in \/ 60 mm\u003c\/strong\u003e\u003cspan\u003eBase width\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cx-spec\"\u003e\n\u003cstrong\u003e1.57 in \/ 40 mm\u003c\/strong\u003e\u003cspan\u003eApprox. folded height\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cx-spec\"\u003e\n\u003cstrong\u003e4.44 in \/ 113 mm\u003c\/strong\u003e\u003cspan\u003eApprox. open height\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cx-spec\"\u003e\n\u003cstrong\u003eMagSafe compatible\u003c\/strong\u003e\u003cspan\u003eRing included for other compatible phones\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cx-card\"\u003e\n\u003cdiv class=\"cx-copy\"\u003e\n\u003cspan class=\"cx-kicker\"\u003eWhat you receive\u003c\/span\u003e\n\u003ch3\u003eEverything Needed to Get Started\u003c\/h3\u003e\n\u003cul class=\"cx-checks\"\u003e\n\u003cli\u003e1 × Vacuum magnetic phone mount\u003c\/li\u003e\n\u003cli\u003e1 × Magnetic compatibility ring\u003c\/li\u003e\n\u003cli\u003e1 × Surface cleaning kit\u003c\/li\u003e\n\u003cli\u003e1 × User guide\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"cx-note\"\u003e\n\u003cstrong\u003eImportant:\u003c\/strong\u003e For the strongest hold, use on a clean, dry, smooth or semi-smooth, non-porous surface. Performance may vary on heavily textured, curved, dusty, wet, soft or porous materials. Always test the hold before releasing your phone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cx-faq\"\u003e\n\u003cdiv class=\"cx-copy\"\u003e\n\u003cspan class=\"cx-kicker\"\u003eQuick answers\u003c\/span\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill it work with my phone?\u003c\/summary\u003e\n\u003cdiv class=\"cx-answer\"\u003e\n\u003cp\u003eIt works directly with MagSafe-compatible phones and cases. Other compatible smartphones can be used with the included magnetic ring.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it use permanent adhesive?\u003c\/summary\u003e\n\u003cdiv class=\"cx-answer\"\u003e\n\u003cp\u003eThe main base uses a removable twist-lock vacuum system. The included magnetic ring uses adhesive when needed for non-MagSafe phones or cases.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I rotate the phone horizontally?\u003c\/summary\u003e\n\u003cdiv class=\"cx-answer\"\u003e\n\u003cp\u003eYes. The adjustable joints support portrait and landscape viewing, allowing you to fine-tune the position for navigation, calls, videos or filming.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere does the mount work best?\u003c\/summary\u003e\n\u003cdiv class=\"cx-answer\"\u003e\n\u003cp\u003eUse it on clean, dry, smooth or semi-smooth, non-porous surfaces such as compatible glass, mirrors, metal, tile, dashboards and sealed countertops.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I move it between different locations?\u003c\/summary\u003e\n\u003cdiv class=\"cx-answer\"\u003e\n\u003cp\u003eYes. Unlock and remove the base carefully, clean the contact area if needed, then reinstall it on another compatible surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"cx-final\"\u003e\n\u003ch2\u003eOne Mount for Every Part of Your Day\u003c\/h2\u003e\n\u003cp\u003eDrive, travel, work, cook and create with your phone securely positioned exactly where you need it.\u003c\/p\u003e\n\u003ca class=\"cx-cta\" href=\"#MainContent\"\u003eCHOOSE YOUR BUNDLE\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Walmart247","offers":[{"title":"Buy 1","offer_id":53273255477557,"sku":null,"price":55.0,"currency_code":"AUD","in_stock":true},{"title":"Buy 2 get 1 free ( you save 39$)","offer_id":53273255510325,"sku":null,"price":109.0,"currency_code":"AUD","in_stock":true},{"title":"Buy 4 get 2 free ( you save 78$ )","offer_id":53273255543093,"sku":null,"price":218.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1002\/8669\/3685\/files\/content_5_f36937a2-3998-46e1-8304-e17bf7704899.jpg?v=1786513786","url":"https:\/\/walmart247.com\/products\/vacuum-phone-mount","provider":"Walmart247","version":"1.0","type":"link"}