{"product_id":"360-securegrip-phone-holder","title":"360° SecureGrip Phone Holder","description":"```html\n\u003cstyle\u003e\n  .goease-product-description {\n    font-family: inherit;\n    color: #f5f5f5;\n    background: linear-gradient(135deg, #050505 0%, #101820 45%, #050505 100%);\n    border-radius: 18px;\n    padding: 28px;\n    margin: 20px 0;\n    overflow: hidden;\n    position: relative;\n    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);\n  }\n\n  .goease-product-description::before {\n    content: \"\";\n    position: absolute;\n    top: -80px;\n    right: -80px;\n    width: 220px;\n    height: 220px;\n    background: radial-gradient(circle, rgba(0, 82, 204, 0.35), transparent 70%);\n    animation: glowMove 6s ease-in-out infinite alternate;\n  }\n\n  @keyframes glowMove {\n    from {\n      transform: translate(0, 0);\n      opacity: 0.6;\n    }\n    to {\n      transform: translate(-30px, 30px);\n      opacity: 1;\n    }\n  }\n\n  .goease-content {\n    position: relative;\n    z-index: 2;\n  }\n\n  .goease-badge {\n    display: inline-block;\n    background: linear-gradient(90deg, #007a3d, #ffb612, #de3831, #002395);\n    color: #ffffff;\n    padding: 8px 14px;\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.5px;\n    margin-bottom: 14px;\n    animation: fadeUp 0.7s ease both;\n  }\n\n  .goease-product-description h2 {\n    font-size: 30px;\n    line-height: 1.15;\n    margin: 0 0 14px;\n    color: #ffffff;\n    animation: fadeUp 0.9s ease both;\n  }\n\n  .goease-product-description h3 {\n    font-size: 22px;\n    margin: 30px 0 14px;\n    color: #ffb612;\n  }\n\n  .goease-product-description p {\n    font-size: 16px;\n    line-height: 1.7;\n    color: #dddddd;\n    margin: 0 0 16px;\n  }\n\n  .goease-highlight {\n    color: #ffffff;\n    font-weight: 700;\n  }\n\n  .goease-intro {\n    border-left: 4px solid #ffb612;\n    padding-left: 16px;\n    margin: 18px 0;\n    animation: fadeUp 1s ease both;\n  }\n\n  .goease-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n    margin-top: 18px;\n  }\n\n  .goease-feature-card {\n    background: rgba(255, 255, 255, 0.06);\n    border: 1px solid rgba(255, 255, 255, 0.12);\n    border-radius: 14px;\n    padding: 18px;\n    transition: all 0.3s ease;\n    animation: fadeUp 1s ease both;\n  }\n\n  .goease-feature-card:hover {\n    transform: translateY(-4px);\n    border-color: rgba(255, 182, 18, 0.65);\n    box-shadow: 0 12px 28px rgba(255, 182, 18, 0.12);\n  }\n\n  .goease-feature-icon {\n    font-size: 24px;\n    margin-bottom: 8px;\n  }\n\n  .goease-feature-card strong {\n    display: block;\n    color: #ffffff;\n    font-size: 16px;\n    margin-bottom: 6px;\n  }\n\n  .goease-feature-card span {\n    display: block;\n    color: #cfcfcf;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .goease-dimensions {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n    margin-top: 14px;\n  }\n\n  .goease-dimension-item {\n    background: rgba(255, 255, 255, 0.07);\n    border-radius: 12px;\n    padding: 14px;\n    border-bottom: 2px solid #ffb612;\n  }\n\n  .goease-dimension-item span {\n    display: block;\n    color: #aaaaaa;\n    font-size: 13px;\n    margin-bottom: 4px;\n  }\n\n  .goease-dimension-item strong {\n    color: #ffffff;\n    font-size: 18px;\n  }\n\n  .goease-perfect-for {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .goease-pill {\n    background: rgba(255, 255, 255, 0.08);\n    color: #ffffff;\n    padding: 9px 13px;\n    border-radius: 999px;\n    font-size: 14px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n  }\n\n  .goease-cta {\n    margin-top: 28px;\n    padding: 22px;\n    border-radius: 16px;\n    background: linear-gradient(90deg, rgba(0, 122, 61, 0.25), rgba(255, 182, 18, 0.18), rgba(222, 56, 49, 0.18), rgba(0, 35, 149, 0.25));\n    text-align: center;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    animation: fadeUp 1.1s ease both;\n  }\n\n  .goease-cta strong {\n    display: block;\n    color: #ffffff;\n    font-size: 22px;\n    margin-bottom: 8px;\n  }\n\n  .goease-cta span {\n    color: #eeeeee;\n    font-size: 15px;\n  }\n\n  @keyframes fadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(18px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @media (max-width: 768px) {\n    .goease-product-description {\n      padding: 22px;\n      border-radius: 14px;\n    }\n\n    .goease-product-description h2 {\n      font-size: 25px;\n    }\n\n    .goease-product-description h3 {\n      font-size: 20px;\n    }\n\n    .goease-feature-grid,\n    .goease-dimensions {\n      grid-template-columns: 1fr;\n    }\n\n    .goease-product-description p {\n      font-size: 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"goease-product-description\"\u003e\n  \u003cdiv class=\"goease-content\"\u003e\n\n    \u003cdiv class=\"goease-badge\"\u003ePremium Road-Ready Car Essential\u003c\/div\u003e\n\n    \u003ch2\u003eGoEaseAuto 360° SecureGrip Phone Holder\u003c\/h2\u003e\n\n    \u003cdiv class=\"goease-intro\"\u003e\n      \u003cp\u003e\n        Stay connected, focused, and in control on every drive with the \n        \u003cspan class=\"goease-highlight\"\u003eGoEaseAuto 360° SecureGrip Phone Holder\u003c\/span\u003e — built for South African drivers who need reliable navigation, safer hands-free driving, and a premium hold on unpredictable roads.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Whether you’re driving through city traffic, taking long highway trips, or navigating rougher local roads, this phone holder keeps your device secure and easy to view. The strong suction cup grips firmly to your windscreen or dashboard, while the adjustable 360° rotation lets you position your phone exactly how you need it.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Designed with a sleek black finish and a premium textured grip, it blends perfectly into any car interior while giving you the everyday convenience South African drivers need.\n    \u003c\/p\u003e\n\n    \u003ch3\u003eWhy South African Drivers Need It\u003c\/h3\u003e\n\n    \u003cp\u003e\n      From Joburg traffic to long-distance road trips, your phone is often your GPS, music control, emergency contact, and hands-free assistant. The GoEaseAuto SecureGrip Phone Holder keeps it safely in place so you can keep your eyes on the road and your drive stress-free.\n    \u003c\/p\u003e\n\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n    \u003cdiv class=\"goease-feature-grid\"\u003e\n\n      \u003cdiv class=\"goease-feature-card\"\u003e\n        \u003cdiv class=\"goease-feature-icon\"\u003e🛡️\u003c\/div\u003e\n        \u003cstrong\u003eStrong Suction Cup\u003c\/strong\u003e\n        \u003cspan\u003eSecurely attaches to your dashboard or windscreen for a stable, confident hold.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"goease-feature-card\"\u003e\n        \u003cdiv class=\"goease-feature-icon\"\u003e🔄\u003c\/div\u003e\n        \u003cstrong\u003e360° Rotation\u003c\/strong\u003e\n        \u003cspan\u003eEasily adjust your phone between portrait and landscape view while driving.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"goease-feature-card\"\u003e\n        \u003cdiv class=\"goease-feature-icon\"\u003e🔒\u003c\/div\u003e\n        \u003cstrong\u003eSecure Hold\u003c\/strong\u003e\n        \u003cspan\u003eFirm side grips help keep your phone steady through daily commutes and longer trips.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"goease-feature-card\"\u003e\n        \u003cdiv class=\"goease-feature-icon\"\u003e📱\u003c\/div\u003e\n        \u003cstrong\u003eWide Compatibility\u003c\/strong\u003e\n        \u003cspan\u003eFits most smartphones, making it ideal for everyday use in almost any vehicle.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"goease-feature-card\"\u003e\n        \u003cdiv class=\"goease-feature-icon\"\u003e✨\u003c\/div\u003e\n        \u003cstrong\u003ePremium Interior Look\u003c\/strong\u003e\n        \u003cspan\u003eA sleek black design that matches modern car interiors without looking bulky.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"goease-feature-card\"\u003e\n        \u003cdiv class=\"goease-feature-icon\"\u003e🧭\u003c\/div\u003e\n        \u003cstrong\u003ePerfect for Navigation\u003c\/strong\u003e\n        \u003cspan\u003eKeep your GPS clearly visible without holding your phone or losing focus.\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003ch3\u003eProduct Dimensions\u003c\/h3\u003e\n\n    \u003cdiv class=\"goease-dimensions\"\u003e\n      \u003cdiv class=\"goease-dimension-item\"\u003e\n        \u003cspan\u003eHeight\u003c\/span\u003e\n        \u003cstrong\u003e13.4 cm\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"goease-dimension-item\"\u003e\n        \u003cspan\u003eHolder Width\u003c\/span\u003e\n        \u003cstrong\u003e6.5 cm – 10.7 cm\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"goease-dimension-item\"\u003e\n        \u003cspan\u003eBase Width\u003c\/span\u003e\n        \u003cstrong\u003e7.1 cm\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"goease-dimension-item\"\u003e\n        \u003cspan\u003eArm Length\u003c\/span\u003e\n        \u003cstrong\u003e10.5 cm + 10.5 cm\u003c\/strong\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch3\u003ePerfect For\u003c\/h3\u003e\n\n    \u003cdiv class=\"goease-perfect-for\"\u003e\n      \u003cspan class=\"goease-pill\"\u003eDaily Commuting\u003c\/span\u003e\n      \u003cspan class=\"goease-pill\"\u003eBolt \u0026amp; Uber Drivers\u003c\/span\u003e\n      \u003cspan class=\"goease-pill\"\u003eRoad Trips\u003c\/span\u003e\n      \u003cspan class=\"goease-pill\"\u003eDelivery Drivers\u003c\/span\u003e\n      \u003cspan class=\"goease-pill\"\u003eStudents\u003c\/span\u003e\n      \u003cspan class=\"goease-pill\"\u003eParents\u003c\/span\u003e\n      \u003cspan class=\"goease-pill\"\u003eNavigation Users\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"goease-cta\"\u003e\n      \u003cstrong\u003eDrive smarter. Stay focused.\u003c\/strong\u003e\n      \u003cspan\u003eKeep your phone secure and your journey stress-free with GoEaseAuto.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n```\n","brand":"GoEaseAuto","offers":[{"title":"Default Title","offer_id":43158880682193,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0673\/5042\/9905\/files\/WhatsAppImage2026-06-17at16.44.30.jpg?v=1781854808","url":"https:\/\/goeaseauto.co.za\/products\/360-securegrip-phone-holder","provider":"GoEaseAuto","version":"1.0","type":"link"}