{"product_id":"roadside-rescue-kit","title":"Roadside Rescue Kit","description":"\u003cstyle\u003e\n    .autoedge-product {\n      --red: #e10600;\n      --red-dark: #a80000;\n      --black: #080808;\n      --dark: #111111;\n      --dark-2: #1a1a1a;\n      --text: #151515;\n      --muted: #666;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n      color: var(--text);\n      max-width: 900px;\n      margin: 0 auto;\n      line-height: 1.6;\n    }\n\n    .autoedge-product * {\n      box-sizing: border-box;\n    }\n\n    \/* HERO *\/\n    .ae-hero {\n      background:\n        radial-gradient(circle at 85% 15%, rgba(225, 6, 0, .28), transparent 30%),\n        linear-gradient(135deg, #050505, #161616);\n      color: #fff;\n      padding: 50px 25px;\n      border-radius: 22px;\n      text-align: center;\n      margin-bottom: 28px;\n      overflow: hidden;\n      position: relative;\n      border: 1px solid rgba(225, 6, 0, .35);\n      box-shadow: 0 15px 45px rgba(0,0,0,.2);\n    }\n\n    .ae-hero:after {\n      content: \"\";\n      position: absolute;\n      bottom: -100px;\n      left: -80px;\n      width: 240px;\n      height: 240px;\n      background: rgba(225, 6, 0, .10);\n      border-radius: 50%;\n      filter: blur(35px);\n    }\n\n    .ae-badge {\n      display: inline-block;\n      background: rgba(225, 6, 0, .13);\n      border: 1px solid rgba(225, 6, 0, .5);\n      color: #ff3b35;\n      padding: 8px 16px;\n      border-radius: 50px;\n      font-size: 12px;\n      font-weight: 800;\n      margin-bottom: 20px;\n      letter-spacing: .7px;\n      position: relative;\n      z-index: 2;\n    }\n\n    .ae-hero h2 {\n      font-size: 34px;\n      line-height: 1.15;\n      margin: 0 0 17px;\n      font-weight: 900;\n      position: relative;\n      z-index: 2;\n    }\n\n    .ae-hero h2 span {\n      color: #e10600;\n    }\n\n    .ae-hero p {\n      font-size: 17px;\n      color: #d2d2d2;\n      max-width: 650px;\n      margin: auto;\n      position: relative;\n      z-index: 2;\n    }\n\n\n    \/* SECTION *\/\n    .ae-section {\n      padding: 32px 8px;\n    }\n\n    .ae-section-title {\n      text-align: center;\n      font-size: 28px;\n      font-weight: 900;\n      margin: 0 0 10px;\n      color: #111;\n    }\n\n    .ae-section-subtitle {\n      text-align: center;\n      color: var(--muted);\n      max-width: 650px;\n      margin: 0 auto 27px;\n      font-size: 15px;\n    }\n\n\n    \/* RED HIGHLIGHT *\/\n    .ae-highlight {\n      background:\n        linear-gradient(135deg, #0a0a0a, #191919);\n      border-radius: 18px;\n      padding: 30px 25px;\n      margin: 25px 0;\n      text-align: center;\n      color: #fff;\n      border: 1px solid rgba(225,6,0,.35);\n      box-shadow: 0 10px 30px rgba(0,0,0,.12);\n    }\n\n    .ae-highlight h3 {\n      margin: 0 0 8px;\n      font-size: 23px;\n      font-weight: 900;\n      color: #fff;\n    }\n\n    .ae-highlight h3 span {\n      color: #e10600;\n    }\n\n    .ae-highlight p {\n      margin: 0;\n      color: #c7c7c7;\n      font-size: 15px;\n    }\n\n\n    \/* FEATURES *\/\n    .ae-features {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    .ae-card {\n      background: #fff;\n      border: 1px solid #e4e4e4;\n      border-radius: 17px;\n      padding: 24px;\n      box-shadow: 0 8px 25px rgba(0,0,0,.06);\n      transition: all .3s ease;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .ae-card:before {\n      content: \"\";\n      position: absolute;\n      left: 0;\n      top: 0;\n      width: 4px;\n      height: 100%;\n      background: var(--red);\n    }\n\n    .ae-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 15px 35px rgba(225,6,0,.13);\n      border-color: rgba(225,6,0,.3);\n    }\n\n    .ae-icon {\n      font-size: 31px;\n      margin-bottom: 10px;\n    }\n\n    .ae-card h3 {\n      margin: 0 0 8px;\n      font-size: 18px;\n      font-weight: 900;\n    }\n\n    .ae-card p {\n      margin: 0;\n      color: #666;\n      font-size: 14px;\n    }\n\n\n    \/* SOUTH AFRICA *\/\n    .ae-sa {\n      background:\n        radial-gradient(circle at 50% 0%, rgba(225,6,0,.2), transparent 35%),\n        linear-gradient(135deg, #050505, #171717);\n      color: #fff;\n      padding: 40px 25px;\n      border-radius: 21px;\n      margin: 25px 0;\n      text-align: center;\n      border: 1px solid rgba(225,6,0,.35);\n    }\n\n    .ae-sa h2 {\n      font-size: 28px;\n      margin: 0 0 12px;\n      font-weight: 900;\n    }\n\n    .ae-sa h2 span {\n      color: #e10600;\n    }\n\n    .ae-sa p {\n      color: #c8c8c8;\n      max-width: 650px;\n      margin: 0 auto 23px;\n      font-size: 15px;\n    }\n\n    .ae-sa-points {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 10px;\n    }\n\n    .ae-point {\n      background: rgba(255,255,255,.06);\n      border: 1px solid rgba(225,6,0,.35);\n      padding: 9px 14px;\n      border-radius: 50px;\n      font-size: 13px;\n      color: #eee;\n    }\n\n\n    \/* SPECS *\/\n    .ae-specs {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 12px;\n      margin-top: 22px;\n    }\n\n    .ae-spec {\n      background: #101010;\n      padding: 19px;\n      border-radius: 14px;\n      border: 1px solid #252525;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .ae-spec:before {\n      content: \"\";\n      position: absolute;\n      width: 3px;\n      height: 100%;\n      left: 0;\n      top: 0;\n      background: var(--red);\n    }\n\n    .ae-spec strong {\n      display: block;\n      font-size: 11px;\n      color: #999;\n      margin-bottom: 3px;\n      letter-spacing: .6px;\n    }\n\n    .ae-spec span {\n      font-size: 17px;\n      font-weight: 900;\n      color: #fff;\n    }\n\n\n    \/* BOX CONTENT *\/\n    .ae-box {\n      background: #fff;\n      border: 1px solid #e4e4e4;\n      border-radius: 18px;\n      padding: 25px;\n      box-shadow: 0 8px 25px rgba(0,0,0,.05);\n    }\n\n    .ae-box ul {\n      padding: 0;\n      margin: 0;\n      list-style: none;\n    }\n\n    .ae-box li {\n      padding: 12px 0;\n      border-bottom: 1px solid #eee;\n      font-size: 14px;\n    }\n\n    .ae-box li:last-child {\n      border-bottom: none;\n    }\n\n    .ae-box li strong {\n      color: #111;\n    }\n\n\n    \/* FINAL CTA *\/\n    .ae-cta {\n      background:\n        radial-gradient(circle at 50% 0%, rgba(225,6,0,.27), transparent 38%),\n        linear-gradient(135deg, #050505, #151515);\n      color: #fff;\n      border-radius: 22px;\n      padding: 45px 25px;\n      text-align: center;\n      margin-top: 28px;\n      border: 1px solid rgba(225,6,0,.4);\n      box-shadow: 0 15px 45px rgba(0,0,0,.18);\n    }\n\n    .ae-cta h2 {\n      font-size: 30px;\n      margin: 0 0 12px;\n      font-weight: 900;\n    }\n\n    .ae-cta h2 span {\n      color: #e10600;\n    }\n\n    .ae-cta p {\n      color: #c9c9c9;\n      max-width: 600px;\n      margin: 0 auto;\n      font-size: 15px;\n    }\n\n    .ae-cta-badge {\n      display: inline-block;\n      margin-top: 22px;\n      background: #e10600;\n      color: #fff;\n      padding: 11px 20px;\n      border-radius: 50px;\n      font-weight: 900;\n      font-size: 14px;\n      box-shadow: 0 7px 20px rgba(225,6,0,.3);\n    }\n\n\n    \/* PULSE *\/\n    .ae-pulse {\n      animation: aePulse 2s infinite;\n    }\n\n    @keyframes aePulse {\n      0%, 100% {\n        transform: scale(1);\n        box-shadow: 0 7px 20px rgba(225,6,0,.3);\n      }\n\n      50% {\n        transform: scale(1.04);\n        box-shadow: 0 10px 30px rgba(225,6,0,.5);\n      }\n    }\n\n\n    \/* MOBILE *\/\n    @media (max-width: 650px) {\n\n      .ae-hero {\n        padding: 40px 20px;\n      }\n\n      .ae-hero h2 {\n        font-size: 28px;\n      }\n\n      .ae-hero p {\n        font-size: 15px;\n      }\n\n      .ae-features {\n        grid-template-columns: 1fr;\n      }\n\n      .ae-specs {\n        grid-template-columns: 1fr 1fr;\n      }\n\n      .ae-section-title {\n        font-size: 24px;\n      }\n\n      .ae-cta h2 {\n        font-size: 26px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"autoedge-product\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"ae-hero\"\u003e\n\u003cdiv class=\"ae-badge\"\u003e🇿🇦 BUILT FOR SOUTH AFRICAN ROADS\u003c\/div\u003e\n\u003ch2\u003e\n\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eStranded on the Side of the Road?\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eNot Anymore. 🚨\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eFlat tyre. Dead battery. No help nearby. Be prepared for the unexpected with one powerful roadside emergency solution.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"ae-section\"\u003e\n\u003ch2 class=\"ae-section-title\"\u003eYour Emergency Backup Plan ⚡\u003c\/h2\u003e\n\u003cp class=\"ae-section-subtitle\"\u003eOne compact powerhouse designed to help you handle some of the most frustrating roadside emergencies.\u003c\/p\u003e\n\u003cdiv class=\"ae-highlight\"\u003e\n\u003ch3\u003e🔥 4 Essential Functions. 1 Powerful Device.\u003c\/h3\u003e\n\u003cp\u003eJump start your battery, inflate your tyres, charge your devices and light up the darkness — all from one compact unit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"ae-section\"\u003e\n\u003ch2 class=\"ae-section-title\"\u003eMore Than Just a Jump Starter\u003c\/h2\u003e\n\u003cp class=\"ae-section-subtitle\"\u003ePowerful features designed to give you confidence when you need them most.\u003c\/p\u003e\n\u003cdiv class=\"ae-features\"\u003e\n\u003cdiv class=\"ae-card\"\u003e\n\u003cdiv class=\"ae-icon\"\u003e🔋\u003c\/div\u003e\n\u003ch3\u003e8000A Jump Starter\u003c\/h3\u003e\n\u003cp\u003eHelp bring a dead battery back to life without needing another vehicle. Suitable for petrol and diesel engines up to 10L.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ae-card\"\u003e\n\u003cdiv class=\"ae-icon\"\u003e💨\u003c\/div\u003e\n\u003ch3\u003eBuilt-In Air Compressor\u003c\/h3\u003e\n\u003cp\u003eInflate a flat or under-inflated tyre wherever you are. Monitor your pressure using the digital display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ae-card\"\u003e\n\u003cdiv class=\"ae-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003ePortable Power Bank\u003c\/h3\u003e\n\u003cp\u003eKeep your phone, dash cam and other USB devices powered when you don't have access to a wall socket.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ae-card\"\u003e\n\u003cdiv class=\"ae-icon\"\u003e🔦\u003c\/div\u003e\n\u003ch3\u003e600-Lumen LED Light\u003c\/h3\u003e\n\u003cp\u003eIlluminate dark roadside situations with flashlight, SOS and strobe modes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SOUTH AFRICAN SECTION --\u003e\n\u003cdiv class=\"ae-sa\"\u003e\n\u003ch2\u003e🇿🇦 \u003cspan style=\"color: rgb(255, 255, 255);\"\u003eBuilt for the\u003c\/span\u003e \u003cspan\u003eSA Driver\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eFrom everyday commuting to long-distance road trips, you never know when something unexpected could happen. Keep your emergency backup close.\u003c\/p\u003e\n\u003cdiv class=\"ae-sa-points\"\u003e\n\u003cdiv class=\"ae-point\"\u003e🚗 Daily Commutes\u003c\/div\u003e\n\u003cdiv class=\"ae-point\"\u003e🛣️ Long Road Trips\u003c\/div\u003e\n\u003cdiv class=\"ae-point\"\u003e🌙 Night Driving\u003c\/div\u003e\n\u003cdiv class=\"ae-point\"\u003e🏕️ Adventures\u003c\/div\u003e\n\u003cdiv class=\"ae-point\"\u003e🔋 Battery Problems\u003c\/div\u003e\n\u003cdiv class=\"ae-point\"\u003e💨 Flat Tyres\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- COMPACT --\u003e\n\u003cdiv class=\"ae-section\"\u003e\n\u003ch2 class=\"ae-section-title\"\u003eCompact Size. Serious Power. 💪\u003c\/h2\u003e\n\u003cp class=\"ae-section-subtitle\"\u003eSmall enough to keep in your boot or cubby, while giving you multiple emergency functions whenever you need them.\u003c\/p\u003e\n\u003cdiv class=\"ae-specs\"\u003e\n\u003cdiv class=\"ae-spec\"\u003e\n\u003cstrong\u003ePEAK CURRENT\u003c\/strong\u003e \u003cspan\u003e8000A\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ae-spec\"\u003e\n\u003cstrong\u003eLED OUTPUT\u003c\/strong\u003e \u003cspan\u003e600 Lumens\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ae-spec\"\u003e\n\u003cstrong\u003eDIMENSIONS\u003c\/strong\u003e \u003cspan\u003e19.5 × 8 × 6 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ae-spec\"\u003e\n\u003cstrong\u003ePRESSURE UNITS\u003c\/strong\u003e \u003cspan\u003ePSI \/ Bar \/ KPA\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BOX --\u003e\n\u003cdiv class=\"ae-section\"\u003e\n\u003ch2 class=\"ae-section-title\"\u003eEverything You Need 📦\u003c\/h2\u003e\n\u003cp class=\"ae-section-subtitle\"\u003eEverything comes together in one convenient kit, ready to keep in your vehicle.\u003c\/p\u003e\n\u003cdiv class=\"ae-box\"\u003e\n\u003cul\u003e\n\u003cli\u003e🔋 \u003cstrong\u003eJump Starter \u0026amp; Air Compressor Unit\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e🔌 \u003cstrong\u003eJumper Cables with Battery Clamps\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e💨 \u003cstrong\u003eInflation Hose \u0026amp; 4× Gas Nozzles\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e🔗 \u003cstrong\u003eType-C USB Charging Cable\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e👜 \u003cstrong\u003eProtective Storage Bag\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e📖 \u003cstrong\u003eOperating Instructions\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv class=\"ae-cta\"\u003e\n\u003ch2\u003e\n\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eDon't Wait Until You're\u003c\/span\u003e \u003cspan\u003eStranded. 🚨\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eThe best emergency kit is the one already sitting in your boot when you need it. Stay prepared, stay confident and keep moving.\u003c\/p\u003e\n\u003cdiv class=\"ae-cta-badge ae-pulse\"\u003e🚗 BE PREPARED. DRIVE WITH CONFIDENCE.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"AutoEdge","offers":[{"title":"Default Title","offer_id":49207306911995,"sku":null,"price":1199.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0820\/5680\/6651\/files\/hero-with-autoedge-logo.png?v=1787349353","url":"https:\/\/autoedge.co.za\/products\/roadside-rescue-kit","provider":"AutoEdge","version":"1.0","type":"link"}