{"product_id":"roadstart-start-n-inflate","title":"RoadStart Start N' Inflate","description":"\u003cstyle\u003e\n    \/* =========================================================\n       ROADSTART — START N' INFLATE\n       Self-contained Shopify Custom Liquid section\n    ========================================================= *\/\n\n    #rs-start-inflate {\n      --rs-bg: #080a0c;\n      --rs-bg-2: #0d1013;\n      --rs-panel: #12161a;\n      --rs-panel-2: #171c21;\n      --rs-text: #f4f6f7;\n      --rs-muted: #9ca5ad;\n      --rs-line: rgba(255,255,255,.09);\n      --rs-accent: #e8ff45;\n      --rs-accent-dark: #b8d500;\n      --rs-white: #fff;\n\n      background:\n        radial-gradient(circle at 80% 5%, rgba(232,255,69,.08), transparent 30%),\n        radial-gradient(circle at 10% 30%, rgba(255,255,255,.035), transparent 25%),\n        var(--rs-bg);\n      color: var(--rs-text);\n      font-family: inherit;\n      overflow: hidden;\n    }\n\n    #rs-start-inflate * {\n      box-sizing: border-box;\n    }\n\n    #rs-start-inflate .rs-wrap {\n      width: min(1180px, calc(100% - 40px));\n      margin: 0 auto;\n    }\n\n    #rs-start-inflate .rs-eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 9px;\n      color: var(--rs-accent);\n      font-size: 11px;\n      font-weight: 800;\n      letter-spacing: .18em;\n      text-transform: uppercase;\n      margin-bottom: 18px;\n    }\n\n    #rs-start-inflate .rs-eyebrow:before {\n      content: \"\";\n      width: 25px;\n      height: 2px;\n      background: var(--rs-accent);\n      display: block;\n    }\n\n    #rs-start-inflate h1,\n    #rs-start-inflate h2,\n    #rs-start-inflate h3,\n    #rs-start-inflate p {\n      margin-top: 0;\n    }\n\n    \/* HERO *\/\n    #rs-start-inflate .rs-hero {\n      min-height: 680px;\n      display: flex;\n      align-items: center;\n      position: relative;\n      padding: 90px 0;\n    }\n\n    #rs-start-inflate .rs-hero-grid {\n      display: grid;\n      grid-template-columns: 1.05fr .95fr;\n      gap: 70px;\n      align-items: center;\n    }\n\n    #rs-start-inflate .rs-kicker {\n      color: var(--rs-muted);\n      font-size: 13px;\n      letter-spacing: .12em;\n      text-transform: uppercase;\n      font-weight: 700;\n      margin-bottom: 20px;\n    }\n\n    #rs-start-inflate .rs-hero h1 {\n      font-size: clamp(48px, 7vw, 86px);\n      line-height: .9;\n      letter-spacing: -.055em;\n      font-weight: 900;\n      max-width: 760px;\n      margin-bottom: 28px;\n    }\n\n    #rs-start-inflate .rs-hero h1 span {\n      color: var(--rs-accent);\n    }\n\n    #rs-start-inflate .rs-hero-copy {\n      color: #b7bec5;\n      font-size: 18px;\n      line-height: 1.65;\n      max-width: 590px;\n      margin-bottom: 32px;\n    }\n\n    #rs-start-inflate .rs-actions {\n      display: flex;\n      gap: 12px;\n      flex-wrap: wrap;\n    }\n\n    #rs-start-inflate .rs-btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 50px;\n      padding: 0 23px;\n      border-radius: 999px;\n      font-size: 13px;\n      font-weight: 800;\n      letter-spacing: .03em;\n      text-decoration: none;\n      transition: .25s ease;\n    }\n\n    #rs-start-inflate .rs-btn-primary {\n      background: var(--rs-accent);\n      color: #090b0c;\n    }\n\n    #rs-start-inflate .rs-btn-primary:hover {\n      transform: translateY(-2px);\n      background: #f2ff8b;\n      box-shadow: 0 12px 35px rgba(232,255,69,.18);\n    }\n\n    #rs-start-inflate .rs-btn-secondary {\n      border: 1px solid var(--rs-line);\n      color: var(--rs-text);\n      background: rgba(255,255,255,.025);\n    }\n\n    #rs-start-inflate .rs-btn-secondary:hover {\n      background: rgba(255,255,255,.07);\n    }\n\n    \/* HERO VISUAL *\/\n    #rs-start-inflate .rs-device {\n      min-height: 450px;\n      border: 1px solid var(--rs-line);\n      border-radius: 32px;\n      background:\n        linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.015)),\n        var(--rs-panel);\n      position: relative;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      overflow: hidden;\n      box-shadow: 0 35px 100px rgba(0,0,0,.35);\n    }\n\n    #rs-start-inflate .rs-device:before {\n      content: \"\";\n      position: absolute;\n      width: 310px;\n      height: 310px;\n      border-radius: 50%;\n      background: var(--rs-accent);\n      opacity: .07;\n      filter: blur(40px);\n    }\n\n    #rs-start-inflate .rs-device-icon {\n      position: relative;\n      width: 210px;\n      height: 270px;\n      border-radius: 32px;\n      background: linear-gradient(145deg,#22282e,#0b0d0f);\n      border: 1px solid rgba(255,255,255,.14);\n      box-shadow:\n        0 35px 70px rgba(0,0,0,.5),\n        inset 0 1px 0 rgba(255,255,255,.08);\n      transform: rotate(-5deg);\n    }\n\n    #rs-start-inflate .rs-device-icon:before {\n      content: \"ROADSTART\";\n      position: absolute;\n      top: 52px;\n      left: 0;\n      right: 0;\n      text-align: center;\n      font-size: 11px;\n      font-weight: 900;\n      letter-spacing: .2em;\n      color: var(--rs-accent);\n    }\n\n    #rs-start-inflate .rs-device-icon:after {\n      content: \"START N' INFLATE\";\n      position: absolute;\n      top: 80px;\n      left: 0;\n      right: 0;\n      text-align: center;\n      font-size: 9px;\n      font-weight: 700;\n      letter-spacing: .08em;\n      color: #aeb5bb;\n    }\n\n    #rs-start-inflate .rs-screen {\n      position: absolute;\n      width: 85px;\n      height: 48px;\n      left: 50%;\n      transform: translateX(-50%);\n      top: 125px;\n      border-radius: 7px;\n      background: #050708;\n      border: 1px solid rgba(232,255,69,.25);\n      color: var(--rs-accent);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 15px;\n      font-weight: 800;\n      box-shadow: 0 0 25px rgba(232,255,69,.07);\n    }\n\n    #rs-start-inflate .rs-device-label {\n      position: absolute;\n      bottom: 22px;\n      left: 25px;\n      right: 25px;\n      display: flex;\n      justify-content: space-between;\n      color: #7f8991;\n      font-size: 10px;\n      text-transform: uppercase;\n      letter-spacing: .1em;\n    }\n\n    \/* STATS *\/\n    #rs-start-inflate .rs-stats {\n      border-top: 1px solid var(--rs-line);\n      border-bottom: 1px solid var(--rs-line);\n      background: rgba(255,255,255,.018);\n    }\n\n    #rs-start-inflate .rs-stats-grid {\n      display: grid;\n      grid-template-columns: repeat(4,1fr);\n    }\n\n    #rs-start-inflate .rs-stat {\n      padding: 30px 20px;\n      text-align: center;\n      border-right: 1px solid var(--rs-line);\n    }\n\n    #rs-start-inflate .rs-stat:last-child {\n      border-right: 0;\n    }\n\n    #rs-start-inflate .rs-stat strong {\n      display: block;\n      color: var(--rs-accent);\n      font-size: 30px;\n      font-weight: 900;\n      letter-spacing: -.04em;\n      margin-bottom: 6px;\n    }\n\n    #rs-start-inflate .rs-stat span {\n      color: var(--rs-muted);\n      font-size: 11px;\n      text-transform: uppercase;\n      letter-spacing: .1em;\n      font-weight: 700;\n    }\n\n    \/* SECTIONS *\/\n    #rs-start-inflate .rs-section {\n      padding: 110px 0;\n    }\n\n    #rs-start-inflate .rs-section-head {\n      max-width: 700px;\n      margin-bottom: 55px;\n    }\n\n    #rs-start-inflate .rs-section-head h2 {\n      font-size: clamp(35px,5vw,58px);\n      line-height: .98;\n      letter-spacing: -.045em;\n      font-weight: 900;\n      margin-bottom: 18px;\n    }\n\n    #rs-start-inflate .rs-section-head p {\n      color: var(--rs-muted);\n      font-size: 16px;\n      line-height: 1.7;\n    }\n\n    \/* FEATURE GRID *\/\n    #rs-start-inflate .rs-features {\n      display: grid;\n      grid-template-columns: repeat(2,1fr);\n      gap: 16px;\n    }\n\n    #rs-start-inflate .rs-card {\n      background:\n        linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)),\n        var(--rs-panel);\n      border: 1px solid var(--rs-line);\n      border-radius: 24px;\n      padding: 34px;\n      position: relative;\n      overflow: hidden;\n      transition: .3s ease;\n    }\n\n    #rs-start-inflate .rs-card:hover {\n      transform: translateY(-4px);\n      border-color: rgba(232,255,69,.22);\n    }\n\n    #rs-start-inflate .rs-card-number {\n      position: absolute;\n      right: 25px;\n      top: 20px;\n      font-size: 55px;\n      line-height: 1;\n      font-weight: 900;\n      color: rgba(255,255,255,.035);\n    }\n\n    #rs-start-inflate .rs-card-icon {\n      width: 46px;\n      height: 46px;\n      border-radius: 13px;\n      background: rgba(232,255,69,.1);\n      border: 1px solid rgba(232,255,69,.15);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--rs-accent);\n      font-weight: 900;\n      margin-bottom: 26px;\n    }\n\n    #rs-start-inflate .rs-card h3 {\n      font-size: 25px;\n      letter-spacing: -.025em;\n      margin-bottom: 10px;\n    }\n\n    #rs-start-inflate .rs-card p {\n      color: var(--rs-muted);\n      line-height: 1.65;\n      font-size: 14px;\n      margin-bottom: 22px;\n    }\n\n    #rs-start-inflate .rs-list {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n\n    #rs-start-inflate .rs-list li {\n      padding: 10px 0;\n      border-top: 1px solid var(--rs-line);\n      color: #d0d5d9;\n      font-size: 13px;\n      line-height: 1.45;\n      display: flex;\n      gap: 10px;\n    }\n\n    #rs-start-inflate .rs-list li:before {\n      content: \"✓\";\n      color: var(--rs-accent);\n      font-weight: 900;\n    }\n\n    \/* BREAKDOWN STRIP *\/\n    #rs-start-inflate .rs-breakdown {\n      padding: 85px 0;\n      background:\n        linear-gradient(90deg, rgba(232,255,69,.06), transparent 60%),\n        #0b0e10;\n      border-top: 1px solid var(--rs-line);\n      border-bottom: 1px solid var(--rs-line);\n    }\n\n    #rs-start-inflate .rs-breakdown-grid {\n      display: grid;\n      grid-template-columns: .8fr 1.2fr;\n      gap: 70px;\n      align-items: center;\n    }\n\n    #rs-start-inflate .rs-big-number {\n      font-size: clamp(70px,10vw,125px);\n      line-height: .8;\n      font-weight: 900;\n      letter-spacing: -.08em;\n      color: var(--rs-accent);\n    }\n\n    #rs-start-inflate .rs-breakdown h2 {\n      font-size: 38px;\n      letter-spacing: -.04em;\n      margin-bottom: 15px;\n    }\n\n    #rs-start-inflate .rs-breakdown p {\n      color: var(--rs-muted);\n      line-height: 1.7;\n      max-width: 650px;\n    }\n\n    \/* INTERACTIVE TABS *\/\n    #rs-start-inflate .rs-tabs {\n      display: grid;\n      grid-template-columns: 250px 1fr;\n      gap: 30px;\n    }\n\n    #rs-start-inflate .rs-tab-buttons {\n      display: flex;\n      flex-direction: column;\n      gap: 7px;\n    }\n\n    #rs-start-inflate .rs-tab {\n      border: 1px solid transparent;\n      background: transparent;\n      color: #89929a;\n      text-align: left;\n      padding: 18px;\n      border-radius: 14px;\n      cursor: pointer;\n      font: inherit;\n      font-weight: 800;\n      transition: .25s ease;\n    }\n\n    #rs-start-inflate .rs-tab:hover {\n      color: var(--rs-text);\n      background: rgba(255,255,255,.03);\n    }\n\n    #rs-start-inflate .rs-tab.active {\n      color: var(--rs-accent);\n      background: rgba(232,255,69,.07);\n      border-color: rgba(232,255,69,.12);\n    }\n\n    #rs-start-inflate .rs-tab-content {\n      display: none;\n      background: var(--rs-panel);\n      border: 1px solid var(--rs-line);\n      border-radius: 24px;\n      padding: 40px;\n      min-height: 330px;\n      animation: rsFade .35s ease;\n    }\n\n    #rs-start-inflate .rs-tab-content.active {\n      display: block;\n    }\n\n    #rs-start-inflate .rs-tab-content h3 {\n      font-size: 30px;\n      margin-bottom: 12px;\n    }\n\n    #rs-start-inflate .rs-tab-content \u003e p {\n      color: var(--rs-muted);\n      line-height: 1.7;\n      max-width: 650px;\n      margin-bottom: 25px;\n    }\n\n    #rs-start-inflate .rs-mini-grid {\n      display: grid;\n      grid-template-columns: repeat(2,1fr);\n      gap: 10px;\n    }\n\n    #rs-start-inflate .rs-mini {\n      padding: 15px;\n      border: 1px solid var(--rs-line);\n      border-radius: 13px;\n      background: rgba(255,255,255,.018);\n      color: #d5dade;\n      font-size: 13px;\n    }\n\n    #rs-start-inflate .rs-mini strong {\n      display: block;\n      color: var(--rs-accent);\n      margin-bottom: 4px;\n    }\n\n    @keyframes rsFade {\n      from { opacity:0; transform:translateY(7px); }\n      to { opacity:1; transform:translateY(0); }\n    }\n\n    \/* INCLUDED *\/\n    #rs-start-inflate .rs-included {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 18px;\n    }\n\n    #rs-start-inflate .rs-item {\n      padding: 20px;\n      border: 1px solid var(--rs-line);\n      border-radius: 16px;\n      background: rgba(255,255,255,.02);\n      display: flex;\n      align-items: center;\n      gap: 15px;\n    }\n\n    #rs-start-inflate .rs-item-bullet {\n      width: 34px;\n      height: 34px;\n      flex: 0 0 34px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: rgba(232,255,69,.1);\n      color: var(--rs-accent);\n      font-size: 12px;\n      font-weight: 900;\n    }\n\n    #rs-start-inflate .rs-item span {\n      color: #d4d9dd;\n      font-size: 13px;\n      line-height: 1.4;\n    }\n\n    \/* ACCORDION *\/\n    #rs-start-inflate .rs-faq {\n      max-width: 850px;\n    }\n\n    #rs-start-inflate details {\n      border-top: 1px solid var(--rs-line);\n    }\n\n    #rs-start-inflate details:last-child {\n      border-bottom: 1px solid var(--rs-line);\n    }\n\n    #rs-start-inflate summary {\n      cursor: pointer;\n      padding: 23px 5px;\n      font-weight: 800;\n      font-size: 15px;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      gap: 20px;\n    }\n\n    #rs-start-inflate summary::-webkit-details-marker {\n      display:none;\n    }\n\n    #rs-start-inflate summary:after {\n      content: \"+\";\n      color: var(--rs-accent);\n      font-size: 22px;\n      font-weight: 400;\n      transition: .2s ease;\n    }\n\n    #rs-start-inflate details[open] summary:after {\n      content: \"−\";\n    }\n\n    #rs-start-inflate details p {\n      color: var(--rs-muted);\n      line-height: 1.7;\n      font-size: 14px;\n      max-width: 750px;\n      padding: 0 35px 24px 5px;\n      margin-bottom: 0;\n    }\n\n    \/* CTA *\/\n    #rs-start-inflate .rs-final {\n      padding: 100px 0;\n    }\n\n    #rs-start-inflate .rs-final-box {\n      text-align: center;\n      padding: 75px 35px;\n      border-radius: 30px;\n      border: 1px solid rgba(232,255,69,.16);\n      background:\n        radial-gradient(circle at 50% 0%, rgba(232,255,69,.12), transparent 45%),\n        var(--rs-panel);\n    }\n\n    #rs-start-inflate .rs-final h2 {\n      font-size: clamp(40px,6vw,68px);\n      line-height: .95;\n      letter-spacing: -.055em;\n      max-width: 750px;\n      margin: 0 auto 20px;\n    }\n\n    #rs-start-inflate .rs-final h2 span {\n      color: var(--rs-accent);\n    }\n\n    #rs-start-inflate .rs-final p {\n      color: var(--rs-muted);\n      max-width: 570px;\n      margin: 0 auto 30px;\n      line-height: 1.7;\n    }\n\n    \/* REVEAL *\/\n    #rs-start-inflate .rs-reveal {\n      opacity: 0;\n      transform: translateY(22px);\n      transition: opacity .7s ease, transform .7s ease;\n    }\n\n    #rs-start-inflate .rs-reveal.rs-visible {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* MOBILE *\/\n    @media(max-width: 800px) {\n\n      #rs-start-inflate .rs-wrap {\n        width: min(100% - 28px, 600px);\n      }\n\n      #rs-start-inflate .rs-hero {\n        padding: 65px 0;\n        min-height: auto;\n      }\n\n      #rs-start-inflate .rs-hero-grid,\n      #rs-start-inflate .rs-breakdown-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      #rs-start-inflate .rs-hero h1 {\n        font-size: clamp(45px,14vw,70px);\n      }\n\n      #rs-start-inflate .rs-hero-copy {\n        font-size: 16px;\n      }\n\n      #rs-start-inflate .rs-device {\n        min-height: 390px;\n      }\n\n      #rs-start-inflate .rs-stats-grid {\n        grid-template-columns: repeat(2,1fr);\n      }\n\n      #rs-start-inflate .rs-stat:nth-child(2) {\n        border-right: 0;\n      }\n\n      #rs-start-inflate .rs-stat:nth-child(-n+2) {\n        border-bottom: 1px solid var(--rs-line);\n      }\n\n      #rs-start-inflate .rs-section {\n        padding: 75px 0;\n      }\n\n      #rs-start-inflate .rs-features,\n      #rs-start-inflate .rs-included {\n        grid-template-columns: 1fr;\n      }\n\n      #rs-start-inflate .rs-tabs {\n        grid-template-columns: 1fr;\n      }\n\n      #rs-start-inflate .rs-tab-buttons {\n        display: grid;\n        grid-template-columns: repeat(2,1fr);\n      }\n\n      #rs-start-inflate .rs-tab-content {\n        padding: 28px;\n      }\n\n      #rs-start-inflate .rs-mini-grid {\n        grid-template-columns: 1fr;\n      }\n\n      #rs-start-inflate .rs-big-number {\n        font-size: 85px;\n      }\n    }\n  \u003c\/style\u003e\n\u003csection class=\"rs-product\" id=\"rs-start-inflate\"\u003e\u003c!-- ================= HERO ================= --\u003e\n\u003cdiv class=\"rs-hero\"\u003e\n\u003cdiv class=\"rs-wrap\"\u003e\n\u003cdiv class=\"rs-hero-grid\"\u003e\n\u003cdiv class=\"rs-reveal\"\u003e\n\u003cdiv class=\"rs-eyebrow\"\u003eRoadside power. Anywhere.\u003c\/div\u003e\n\u003cdiv class=\"rs-kicker\"\u003eMeet the RoadStart Start N' Inflate\u003c\/div\u003e\n\u003ch1\u003eStart it.\u003cbr\u003eInflate it.\u003cbr\u003e\u003cspan\u003eKeep moving.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"rs-hero-copy\"\u003eOne compact roadside essential built to handle the moments nobody plans for. Jump-start your vehicle, inflate your tyres, charge your devices and light up the road when things don't go according to plan.\u003c\/p\u003e\n\u003cdiv class=\"rs-actions\"\u003e\n\u003ca href=\"#rs-features\" class=\"rs-btn rs-btn-primary\"\u003e Explore Start N' Inflate \u003c\/a\u003e \u003ca href=\"#rs-whats-included\" class=\"rs-btn rs-btn-secondary\"\u003e What's in the kit? \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rs-device rs-reveal\"\u003e\n\u003c!-- Replace this visual with your actual product image when available --\u003e\n\u003cdiv class=\"rs-device-icon\"\u003e\n\u003cdiv class=\"rs-screen\"\u003ePSI 32\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rs-device-label\"\u003e\n\u003cspan\u003eRoadStart\u003c\/span\u003e \u003cspan\u003eStart N' Inflate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= QUICK STATS ================= --\u003e\n\u003cdiv class=\"rs-stats\"\u003e\n\u003cdiv class=\"rs-wrap\"\u003e\n\u003cdiv class=\"rs-stats-grid\"\u003e\n\u003cdiv class=\"rs-stat\"\u003e\n\u003cstrong\u003e5L\u003c\/strong\u003e \u003cspan\u003ePetrol engines\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rs-stat\"\u003e\n\u003cstrong\u003e3L\u003c\/strong\u003e \u003cspan\u003eDiesel engines\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rs-stat\"\u003e\n\u003cstrong\u003e200L\u003c\/strong\u003e \u003cspan\u003eMetres visibility* \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rs-stat\"\u003e\n\u003cstrong\u003e9×\u003c\/strong\u003e \u003cspan\u003eAir attachments\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= BREAKDOWN REALITY ================= --\u003e\n\u003cdiv class=\"rs-breakdown\"\u003e\n\u003cdiv class=\"rs-wrap\"\u003e\n\u003cdiv class=\"rs-breakdown-grid\"\u003e\n\u003cdiv class=\"rs-reveal\"\u003e\n\u003cdiv class=\"rs-big-number\"\u003e83%\u003c\/div\u003e\n\u003cdiv style=\"color: #7f8991; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; margin-top: 18px;\"\u003eSupplier-provided breakdown statistic\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rs-reveal\"\u003e\n\u003cdiv class=\"rs-eyebrow\"\u003eThe roadside reality\u003c\/div\u003e\n\u003ch2\u003eBatteries and tyres can stop a perfectly good trip.\u003c\/h2\u003e\n\u003cp\u003eA flat battery or soft tyre doesn't care whether you're five minutes from home or hundreds of kilometres into a road trip. Start N' Inflate puts two essential roadside tools into one portable kit — so you can deal with the problem and get moving.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= CORE FEATURES ================= --\u003e\n\u003cdiv class=\"rs-section\" id=\"rs-features\"\u003e\n\u003cdiv class=\"rs-wrap\"\u003e\n\u003cdiv class=\"rs-section-head rs-reveal\"\u003e\n\u003cdiv class=\"rs-eyebrow\"\u003eFour jobs. One device.\u003c\/div\u003e\n\u003ch2\u003eMore than a jump starter.\u003c\/h2\u003e\n\u003cp\u003eStart N' Inflate combines the essentials you want nearby when you're dealing with a roadside problem, travelling, camping or simply preparing for the unexpected.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rs-features\"\u003e\n\u003c!-- JUMP START --\u003e\n\u003carticle class=\"rs-card rs-reveal\"\u003e\n\u003cdiv class=\"rs-card-number\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"rs-card-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eJump-start with confidence.\u003c\/h3\u003e\n\u003cp\u003eWhen your battery lets you down, Start N' Inflate gives you portable starting power without needing another vehicle nearby.\u003c\/p\u003e\n\u003cul class=\"rs-list\"\u003e\n\u003cli\u003eSuitable for petrol engines up to 5L.\u003c\/li\u003e\n\u003cli\u003eSuitable for diesel engines up to 3L.\u003c\/li\u003e\n\u003cli\u003eDesigned for multiple jump starts on a single charge.\u003c\/li\u003e\n\u003cli\u003eSpark-proof clamps for safer connection.\u003c\/li\u003e\n\u003cli\u003eReverse-polarity protection helps prevent incorrect connection.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/article\u003e\n\u003c!-- INFLATOR --\u003e\n\u003carticle class=\"rs-card rs-reveal\"\u003e\n\u003cdiv class=\"rs-card-number\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"rs-card-icon\"\u003e◉\u003c\/div\u003e\n\u003ch3\u003eInflate without the guesswork.\u003c\/h3\u003e\n\u003cp\u003eSet your target pressure, start the compressor and let the automatic shut-off handle the rest.\u003c\/p\u003e\n\u003cul class=\"rs-list\"\u003e\n\u003cli\u003eCars, SUVs, 4WDs, trailers and bicycles.\u003c\/li\u003e\n\u003cli\u003eDigital pressure display.\u003c\/li\u003e\n\u003cli\u003eSet your desired PSI before inflation.\u003c\/li\u003e\n\u003cli\u003eAutomatic shut-off at the selected pressure.\u003c\/li\u003e\n\u003cli\u003eMultiple inflation attachments included.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/article\u003e\n\u003c!-- POWERBANK --\u003e\n\u003carticle class=\"rs-card rs-reveal\"\u003e\n\u003cdiv class=\"rs-card-number\"\u003e03\u003c\/div\u003e\n\u003cdiv class=\"rs-card-icon\"\u003e⌁\u003c\/div\u003e\n\u003ch3\u003ePower when you need it.\u003c\/h3\u003e\n\u003cp\u003eAway from a wall socket? Use Start N' Inflate as a portable power source for everyday essentials.\u003c\/p\u003e\n\u003cul class=\"rs-list\"\u003e\n\u003cli\u003eUp to 5 full phone charges according to supplier specifications.\u003c\/li\u003e\n\u003cli\u003eUSB-A output for convenient charging.\u003c\/li\u003e\n\u003cli\u003eCharge phones, tablets, GPS devices and dash cams.\u003c\/li\u003e\n\u003cli\u003eUseful for camping, travel and power interruptions.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/article\u003e\n\u003c!-- TORCH --\u003e\n\u003carticle class=\"rs-card rs-reveal\"\u003e\n\u003cdiv class=\"rs-card-number\"\u003e04\u003c\/div\u003e\n\u003cdiv class=\"rs-card-icon\"\u003e✦\u003c\/div\u003e\n\u003ch3\u003eLight up the roadside.\u003c\/h3\u003e\n\u003cp\u003eDarkness makes an already stressful situation harder. The integrated torch helps you see what you're doing while making your position more noticeable to passing traffic.\u003c\/p\u003e\n\u003cul class=\"rs-list\"\u003e\n\u003cli\u003e200-lumen white light.\u003c\/li\u003e\n\u003cli\u003eRed light for roadside visibility.\u003c\/li\u003e\n\u003cli\u003eRed SOS strobe for emergency signalling.\u003c\/li\u003e\n\u003cli\u003eDesigned for roadside situations after dark.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= INTERACTIVE CAPABILITIES ================= --\u003e\n\u003cdiv class=\"rs-section\" style=\"background: #0b0e10;\"\u003e\n\u003cdiv class=\"rs-wrap\"\u003e\n\u003cdiv class=\"rs-section-head rs-reveal\"\u003e\n\u003cdiv class=\"rs-eyebrow\"\u003eBuilt around real situations\u003c\/div\u003e\n\u003ch2\u003eOne device.\u003cbr\u003eDifferent moments.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rs-tabs rs-reveal\"\u003e\n\u003cdiv class=\"rs-tab-buttons\"\u003e\n\u003cbutton class=\"rs-tab active\"\u003e 🚗 Vehicle \u003c\/button\u003e \u003cbutton class=\"rs-tab\"\u003e ◉ Tyres \u003c\/button\u003e \u003cbutton class=\"rs-tab\"\u003e ⛺ Travel \u003c\/button\u003e \u003cbutton class=\"rs-tab\"\u003e ✦ Emergency \u003c\/button\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"rs-tab-content active\"\u003e\n\u003ch3\u003eWhen the car won't start.\u003c\/h3\u003e\n\u003cp\u003eKeep Start N' Inflate in the boot so a flat battery doesn't automatically mean waiting for another driver or roadside assistance.\u003c\/p\u003e\n\u003cdiv class=\"rs-mini-grid\"\u003e\n\u003cdiv class=\"rs-mini\"\u003e\n\u003cstrong\u003e5L Petrol\u003c\/strong\u003e Suitable for petrol engines up to 5 litres.\u003c\/div\u003e\n\u003cdiv class=\"rs-mini\"\u003e\n\u003cstrong\u003e3L Diesel\u003c\/strong\u003e Suitable for diesel engines up to 3 litres.\u003c\/div\u003e\n\u003cdiv class=\"rs-mini\"\u003e\n\u003cstrong\u003eSafer connection\u003c\/strong\u003e Spark-proof clamps and reverse-polarity protection.\u003c\/div\u003e\n\u003cdiv class=\"rs-mini\"\u003e\n\u003cstrong\u003ePortable\u003c\/strong\u003e Designed to stay with your vehicle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rs-tab-content\"\u003e\n\u003ch3\u003eWhen your tyre needs air.\u003c\/h3\u003e\n\u003cp\u003eCheck your pressure, choose the target PSI and let the built-in inflator do the work.\u003c\/p\u003e\n\u003cdiv class=\"rs-mini-grid\"\u003e\n\u003cdiv class=\"rs-mini\"\u003e\n\u003cstrong\u003eDigital readout\u003c\/strong\u003e See your selected pressure clearly.\u003c\/div\u003e\n\u003cdiv class=\"rs-mini\"\u003e\n\u003cstrong\u003eAuto shut-off\u003c\/strong\u003e Stops automatically at your chosen PSI.\u003c\/div\u003e\n\u003cdiv class=\"rs-mini\"\u003e\n\u003cstrong\u003eMultiple vehicles\u003c\/strong\u003e Cars, SUVs, 4WDs, trailers and bikes.\u003c\/div\u003e\n\u003cdiv class=\"rs-mini\"\u003e\n\u003cstrong\u003e9 attachments\u003c\/strong\u003e A range of adapters for different inflation needs.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rs-tab-content\"\u003e\n\u003ch3\u003eFor more than the daily commute.\u003c\/h3\u003e\n\u003cp\u003eTake it along for camping, road trips, weekends away or outdoor activities. Charge devices, inflate equipment and keep a light source nearby.\u003c\/p\u003e\n\u003cdiv class=\"rs-mini-grid\"\u003e\n\u003cdiv class=\"rs-mini\"\u003e\n\u003cstrong\u003ePowerbank\u003c\/strong\u003e Charge essential USB devices.\u003c\/div\u003e\n\u003cdiv class=\"rs-mini\"\u003e\n\u003cstrong\u003eInflation kit\u003c\/strong\u003e Adaptors for sports and inflatables.\u003c\/div\u003e\n\u003cdiv class=\"rs-mini\"\u003e\n\u003cstrong\u003eCompact kit\u003c\/strong\u003e Accessories stay together in the included satchel.\u003c\/div\u003e\n\u003cdiv class=\"rs-mini\"\u003e\n\u003cstrong\u003eWeekend ready\u003c\/strong\u003e Useful beyond the vehicle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rs-tab-content\"\u003e\n\u003ch3\u003eWhen visibility matters.\u003c\/h3\u003e\n\u003cp\u003eIf you're stopped on a dark roadside, the integrated lighting gives you a way to see, signal and make your position more noticeable to approaching drivers.\u003c\/p\u003e\n\u003cdiv class=\"rs-mini-grid\"\u003e\n\u003cdiv class=\"rs-mini\"\u003e\n\u003cstrong\u003eWhite beam\u003c\/strong\u003e Illumination for working in low light.\u003c\/div\u003e\n\u003cdiv class=\"rs-mini\"\u003e\n\u003cstrong\u003eRed beam\u003c\/strong\u003e Additional roadside visibility.\u003c\/div\u003e\n\u003cdiv class=\"rs-mini\"\u003e\n\u003cstrong\u003eSOS strobe\u003c\/strong\u003e Emergency signalling mode.\u003c\/div\u003e\n\u003cdiv class=\"rs-mini\"\u003e\n\u003cstrong\u003eAlways nearby\u003c\/strong\u003e Keep it stored in the vehicle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= WHAT'S INCLUDED ================= --\u003e\n\u003cdiv class=\"rs-section\" id=\"rs-whats-included\"\u003e\n\u003cdiv class=\"rs-wrap\"\u003e\n\u003cdiv class=\"rs-section-head rs-reveal\"\u003e\n\u003cdiv class=\"rs-eyebrow\"\u003eInside the satchel\u003c\/div\u003e\n\u003ch2\u003eEverything you need.\u003cbr\u003eNothing scattered around the boot.\u003c\/h2\u003e\n\u003cp\u003eThe included accessories are designed to cover everyday vehicle, bicycle, sports and inflatable use — with the attachments stored together in the supplied satchel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rs-included\"\u003e\n\u003cdiv class=\"rs-item rs-reveal\"\u003e\n\u003cdiv class=\"rs-item-bullet\"\u003e01\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003ePrimary inflation hose\u003c\/strong\u003e\u003cbr\u003eFor car and bicycle tyres.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rs-item rs-reveal\"\u003e\n\u003cdiv class=\"rs-item-bullet\"\u003e02\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eSecondary hose\u003c\/strong\u003e\u003cbr\u003eFor mattresses and larger inflatables.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rs-item rs-reveal\"\u003e\n\u003cdiv class=\"rs-item-bullet\"\u003e03\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eBall needle\u003c\/strong\u003e\u003cbr\u003eFor soccer, football, basketball and more.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rs-item rs-reveal\"\u003e\n\u003cdiv class=\"rs-item-bullet\"\u003e04\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eNarrow nozzles\u003c\/strong\u003e\u003cbr\u003eFor smaller valves and toys.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rs-item rs-reveal\"\u003e\n\u003cdiv class=\"rs-item-bullet\"\u003e05\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eWide nozzles\u003c\/strong\u003e\u003cbr\u003eFor pool lounges, rafts and larger inflatables.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rs-item rs-reveal\"\u003e\n\u003cdiv class=\"rs-item-bullet\"\u003e06\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eValve adapter\u003c\/strong\u003e\u003cbr\u003eFor common bicycle valve applications.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rs-item rs-reveal\"\u003e\n\u003cdiv class=\"rs-item-bullet\"\u003e07\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eJump-start clamps\u003c\/strong\u003e\u003cbr\u003eFor connecting to your vehicle battery.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rs-item rs-reveal\"\u003e\n\u003cdiv class=\"rs-item-bullet\"\u003e08\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eStorage satchel\u003c\/strong\u003e\u003cbr\u003eKeep the device and attachments together.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= FAQ \/ DETAILS ================= --\u003e\n\u003cdiv class=\"rs-section\" style=\"background: #0b0e10;\"\u003e\n\u003cdiv class=\"rs-wrap\"\u003e\n\u003cdiv class=\"rs-section-head rs-reveal\"\u003e\n\u003cdiv class=\"rs-eyebrow\"\u003eGood to know\u003c\/div\u003e\n\u003ch2\u003eStart N' Inflate,\u003cbr\u003eexplained.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"rs-faq rs-reveal\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat vehicles can it jump-start?\u003c\/summary\u003e\n\u003cp\u003eThe supplier specifies compatibility with petrol engines up to 5L and diesel engines up to 3L. Always check your vehicle's requirements and the product instructions before use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it to inflate my tyres?\u003c\/summary\u003e\n\u003cp\u003eYes. The built-in compressor is designed for cars, SUVs, 4WDs, trailers and bicycles. Select your desired PSI and use the automatic shut-off feature.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it include different inflation attachments?\u003c\/summary\u003e\n\u003cp\u003eYes. The kit includes a range of hoses, nozzles, a ball needle and valve adapter for different inflation applications.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it charge my phone?\u003c\/summary\u003e\n\u003cp\u003eYes. The unit includes USB-A output for charging compatible devices such as phones, tablets, GPS devices and dash cameras. The supplier states that it can provide up to five full phone charges, depending on the device and charging conditions.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it have a light?\u003c\/summary\u003e\n\u003cp\u003eYes. The built-in 200-lumen lighting system includes a white beam, red beam and red SOS strobe for low-light and roadside visibility.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere should I keep it?\u003c\/summary\u003e\n\u003cp\u003eWe recommend keeping Start N' Inflate charged and stored in an accessible location in your vehicle so it is ready when you actually need it.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= FINAL CTA ================= --\u003e\n\u003cdiv class=\"rs-final\"\u003e\n\u003cdiv class=\"rs-wrap\"\u003e\n\u003cdiv class=\"rs-final-box rs-reveal\"\u003e\n\u003cdiv class=\"rs-eyebrow\" style=\"justify-content: center;\"\u003eBe ready for the road\u003c\/div\u003e\n\u003ch2\u003eDon't wait for a breakdown\u003cbr\u003eto wish you had \u003cspan\u003eone.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eKeep RoadStart Start N' Inflate in your vehicle and turn a frustrating roadside moment into something you can handle.\u003c\/p\u003e\n\u003ca href=\"#shopify-section-{{%20section.id%20}}\" class=\"rs-btn rs-btn-primary\"\u003e Get RoadStart Start N' Inflate \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    (function () {\n\n      const root = document.querySelector('#rs-start-inflate');\n      if (!root) return;\n\n      \/* Interactive tabs *\/\n      const tabs = root.querySelectorAll('.rs-tab');\n      const panels = root.querySelectorAll('.rs-tab-content');\n\n      tabs.forEach(tab =\u003e {\n        tab.addEventListener('click', function () {\n\n          const target = this.dataset.tab;\n\n          tabs.forEach(t =\u003e t.classList.remove('active'));\n          panels.forEach(p =\u003e p.classList.remove('active'));\n\n          this.classList.add('active');\n\n          const panel = root.querySelector(\n            '.rs-tab-content[data-panel=\"' + target + '\"]'\n          );\n\n          if (panel) panel.classList.add('active');\n        });\n      });\n\n\n      \/* Scroll reveal *\/\n      const reveals = root.querySelectorAll('.rs-reveal');\n\n      if ('IntersectionObserver' in window) {\n\n        const observer = new IntersectionObserver(\n          function(entries) {\n            entries.forEach(entry =\u003e {\n              if (entry.isIntersecting) {\n                entry.target.classList.add('rs-visible');\n                observer.unobserve(entry.target);\n              }\n            });\n          },\n          {\n            threshold: 0.12\n          }\n        );\n\n        reveals.forEach(el =\u003e observer.observe(el));\n\n      } else {\n\n        reveals.forEach(el =\u003e el.classList.add('rs-visible'));\n\n      }\n\n    })();\n  \u003c\/script\u003e\u003c\/section\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":45773296369750,"sku":null,"price":1499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0748\/1950\/2166\/files\/image1.webp?v=1789548250","url":"https:\/\/roadstartsa.myshopify.com\/products\/roadstart-start-n-inflate","provider":"RoadStart SA | Voted No.1 Portable Jump Starter","version":"1.0","type":"link"}