{"product_id":"viewmate-360","title":"ViewMate 360 Cellphone holder","description":"\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .rug-phone-mount {\n    --rug-red: #d71920;\n    --rug-dark: #111111;\n    --rug-grey: #f5f5f5;\n    --rug-border: #e7e7e7;\n    --rug-text: #333333;\n    max-width: 1000px;\n    margin: 0 auto;\n    color: var(--rug-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.6;\n  }\n\n  .rug-phone-mount * {\n    box-sizing: border-box;\n  }\n\n  .rug-phone-mount h2,\n  .rug-phone-mount h3,\n  .rug-phone-mount p {\n    margin-top: 0;\n  }\n\n  .rug-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 42px 32px;\n    border: 1px solid var(--rug-border);\n    border-radius: 18px;\n    background:\n      radial-gradient(circle at top right, rgba(215, 25, 32, 0.12), transparent 38%),\n      linear-gradient(135deg, #ffffff 0%, #f7f7f7 100%);\n  }\n\n  .rug-hero::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 7px;\n    height: 100%;\n    background: var(--rug-red);\n  }\n\n  .rug-eyebrow {\n    display: inline-block;\n    margin-bottom: 12px;\n    padding: 6px 12px;\n    border-radius: 50px;\n    background: rgba(215, 25, 32, 0.1);\n    color: var(--rug-red);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .rug-hero h2 {\n    margin-bottom: 14px;\n    color: var(--rug-dark);\n    font-size: clamp(28px, 5vw, 44px);\n    line-height: 1.1;\n    letter-spacing: -1px;\n  }\n\n  .rug-hero h2 span {\n    color: var(--rug-red);\n  }\n\n  .rug-hero p {\n    max-width: 760px;\n    margin-bottom: 0;\n    font-size: 17px;\n  }\n\n  .rug-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n    margin: 22px 0;\n  }\n\n  .rug-feature-card {\n    padding: 22px 17px;\n    border: 1px solid var(--rug-border);\n    border-radius: 15px;\n    background: #ffffff;\n    text-align: center;\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n  }\n\n  .rug-feature-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);\n  }\n\n  .rug-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 48px;\n    height: 48px;\n    margin: 0 auto 13px;\n    border-radius: 50%;\n    background: var(--rug-red);\n    color: #ffffff;\n    font-size: 22px;\n    font-weight: 800;\n  }\n\n  .rug-feature-card h3 {\n    margin-bottom: 7px;\n    color: var(--rug-dark);\n    font-size: 16px;\n  }\n\n  .rug-feature-card p {\n    margin-bottom: 0;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .rug-content-section {\n    margin: 22px 0;\n    padding: 30px;\n    border-radius: 16px;\n    background: var(--rug-grey);\n  }\n\n  .rug-content-section h2 {\n    margin-bottom: 12px;\n    color: var(--rug-dark);\n    font-size: 26px;\n  }\n\n  .rug-content-section h2::after {\n    content: \"\";\n    display: block;\n    width: 55px;\n    height: 4px;\n    margin-top: 9px;\n    border-radius: 20px;\n    background: var(--rug-red);\n  }\n\n  .rug-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n    margin-top: 20px;\n  }\n\n  .rug-benefit {\n    position: relative;\n    padding: 16px 16px 16px 48px;\n    border: 1px solid var(--rug-border);\n    border-radius: 12px;\n    background: #ffffff;\n    font-size: 15px;\n    font-weight: 600;\n  }\n\n  .rug-benefit::before {\n    content: \"✓\";\n    position: absolute;\n    top: 50%;\n    left: 17px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: var(--rug-red);\n    color: #ffffff;\n    font-size: 13px;\n    transform: translateY(-50%);\n  }\n\n  .rug-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px;\n    margin-top: 20px;\n  }\n\n  .rug-step {\n    padding: 22px;\n    border: 1px solid var(--rug-border);\n    border-radius: 14px;\n    background: #ffffff;\n  }\n\n  .rug-step-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 34px;\n    height: 34px;\n    margin-bottom: 12px;\n    border-radius: 50%;\n    background: var(--rug-dark);\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .rug-step h3 {\n    margin-bottom: 6px;\n    color: var(--rug-dark);\n    font-size: 17px;\n  }\n\n  .rug-step p {\n    margin-bottom: 0;\n    font-size: 14px;\n  }\n\n  .rug-info-box {\n    margin-top: 22px;\n    padding: 25px;\n    border-left: 5px solid var(--rug-red);\n    border-radius: 10px;\n    background: var(--rug-dark);\n    color: #ffffff;\n  }\n\n  .rug-info-box h3 {\n    margin-bottom: 8px;\n    color: #ffffff;\n    font-size: 20px;\n  }\n\n  .rug-info-box p {\n    margin-bottom: 0;\n    color: #e7e7e7;\n  }\n\n  .rug-disclaimer {\n    margin-top: 20px;\n    padding: 18px;\n    border: 1px solid #f0d4d4;\n    border-radius: 12px;\n    background: #fff8f8;\n    font-size: 13px;\n  }\n\n  .rug-disclaimer strong {\n    color: var(--rug-red);\n  }\n\n  @media (max-width: 800px) {\n    .rug-feature-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .rug-steps {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 550px) {\n    .rug-hero {\n      padding: 32px 22px;\n    }\n\n    .rug-feature-grid,\n    .rug-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .rug-content-section {\n      padding: 23px 18px;\n    }\n\n    .rug-feature-card {\n      text-align: left;\n    }\n\n    .rug-icon {\n      margin-left: 0;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"rug-phone-mount\"\u003e\n\u003csection class=\"rug-hero\"\u003e\u003cspan class=\"rug-eyebrow\"\u003eSmart Driving Essential\u003c\/span\u003e\n\u003ch2\u003eViewMate \u003cspan\u003e360° Phone Mount\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eKeep your phone secure, visible and conveniently positioned while you drive. The RevvedUp Orbit 360° Phone Mount features a rotating head that allows you to switch between portrait and landscape viewing, making it ideal for GPS navigation, music control and hands-free viewing.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"rug-feature-grid\"\u003e\n\u003cdiv class=\"rug-feature-card\"\u003e\n\u003cdiv class=\"rug-icon\"\u003e↻\u003c\/div\u003e\n\u003ch3\u003e360° Adjustable View\u003c\/h3\u003e\n\u003cp\u003eRotate and adjust your phone to find a comfortable viewing position.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rug-feature-card\"\u003e\n\u003cdiv class=\"rug-icon\"\u003e↕\u003c\/div\u003e\n\u003ch3\u003ePortrait or Landscape\u003c\/h3\u003e\n\u003cp\u003eEasily change orientation to suit navigation, calls or media controls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rug-feature-card\"\u003e\n\u003cdiv class=\"rug-icon\"\u003e✓\u003c\/div\u003e\n\u003ch3\u003eAnti-Slip Design\u003c\/h3\u003e\n\u003cp\u003eDesigned to help keep your device stable and reduce unwanted movement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rug-feature-card\"\u003e\n\u003cdiv class=\"rug-icon\"\u003e●\u003c\/div\u003e\n\u003ch3\u003eCompact Round Shape\u003c\/h3\u003e\n\u003cp\u003eA neat, space-saving design that complements a variety of car interiors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"rug-content-section\"\u003e\n\u003ch2\u003eDrive With a Clearer View\u003c\/h2\u003e\n\u003cp\u003eLooking down at a loose phone can be inconvenient and distracting. This compact cellphone mount gives your device a dedicated position inside your vehicle, helping you view navigation instructions without constantly picking up or repositioning your phone.\u003c\/p\u003e\n\u003cp\u003eIts adjustable rotating head allows you to position your screen in the orientation that works best for you. Whether you prefer a vertical map view or a wider horizontal display, the mount can be adjusted within seconds.\u003c\/p\u003e\n\u003cdiv class=\"rug-benefits\"\u003e\n\u003cdiv class=\"rug-benefit\"\u003eSuitable for everyday GPS navigation\u003c\/div\u003e\n\u003cdiv class=\"rug-benefit\"\u003eQuick portrait-to-landscape adjustment\u003c\/div\u003e\n\u003cdiv class=\"rug-benefit\"\u003eHelps reduce phone movement while driving\u003c\/div\u003e\n\u003cdiv class=\"rug-benefit\"\u003eCompact and unobtrusive interior design\u003c\/div\u003e\n\u003cdiv class=\"rug-benefit\"\u003eConvenient access to music and calls\u003c\/div\u003e\n\u003cdiv class=\"rug-benefit\"\u003eDesigned for various vehicle models\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"rug-content-section\"\u003e\n\u003ch2\u003eSimple to Position and Use\u003c\/h2\u003e\n\u003cdiv class=\"rug-steps\"\u003e\n\u003cdiv class=\"rug-step\"\u003e\n\u003cspan class=\"rug-step-number\"\u003e1\u003c\/span\u003e\n\u003ch3\u003ePosition the Mount\u003c\/h3\u003e\n\u003cp\u003eSelect a suitable location that does not obstruct your view of the road or your vehicle controls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rug-step\"\u003e\n\u003cspan class=\"rug-step-number\"\u003e2\u003c\/span\u003e\n\u003ch3\u003eSecure Your Phone\u003c\/h3\u003e\n\u003cp\u003ePlace your phone securely into the holder and confirm that it is properly supported.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rug-step\"\u003e\n\u003cspan class=\"rug-step-number\"\u003e3\u003c\/span\u003e\n\u003ch3\u003eAdjust Your View\u003c\/h3\u003e\n\u003cp\u003eRotate the head into portrait or landscape orientation and select your preferred viewing angle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rug-info-box\"\u003e\n\u003ch3\u003eMade for the Road\u003c\/h3\u003e\n\u003cp\u003eFrom daily commutes to long road trips, the RevvedUp Orbit 360° Phone Mount keeps your navigation and essential phone controls within easy view.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"rug-disclaimer\"\u003e\n\u003cstrong\u003eImportant:\u003c\/strong\u003e Always install the mount where it will not obstruct your view, airbags, dashboard controls or safe operation of the vehicle. Ensure the phone is secure before driving. Do not adjust or operate your device while the vehicle is moving.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"RevvedUpGarage","offers":[{"title":"Default Title","offer_id":48436193001657,"sku":null,"price":159.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0765\/2586\/3097\/files\/88d86942-83ac-4316-8506-b706e3b38436.png?v=1785684745","url":"https:\/\/revvupgarage.com\/products\/viewmate-360","provider":"RevvedUpGarage","version":"1.0","type":"link"}