{"product_id":"nexoraza™-smartcharge-6a-12v-intelligent-battery-charger","title":"NexoraZA™ SmartCharge 6A","description":"\u003cstyle\u003e\n  .nz-smartcharge-section * {\n    box-sizing: border-box;\n  }\n\n  .nz-smartcharge-section {\n    --nz-black: #111111;\n    --nz-dark: #1a1a1a;\n    --nz-gray: #666666;\n    --nz-light-gray: #f7f7f7;\n    --nz-border: rgba(0,0,0,0.08);\n    --nz-shadow: 0 10px 30px rgba(0,0,0,0.08);\n    --nz-shadow-hover: 0 18px 40px rgba(0,0,0,0.14);\n    --nz-radius: 22px;\n    background: #ffffff;\n    color: var(--nz-black);\n    font-family: Arial, Helvetica, sans-serif;\n    padding: 30px 18px 50px;\n    overflow: hidden;\n  }\n\n  .nz-smartcharge-wrap {\n    max-width: 1180px;\n    margin: 0 auto;\n  }\n\n  .nz-smartcharge-hero {\n    text-align: center;\n    padding: 30px 0 20px;\n    animation: nzFadeUp 0.9s ease both;\n  }\n\n  .nz-smartcharge-badge {\n    display: inline-block;\n    padding: 10px 18px;\n    border-radius: 999px;\n    background: linear-gradient(135deg, #ffffff, #f4f4f4);\n    border: 1px solid var(--nz-border);\n    box-shadow: var(--nz-shadow);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n    margin-bottom: 18px;\n  }\n\n  .nz-smartcharge-hero h2 {\n    font-size: 46px;\n    line-height: 1.05;\n    margin: 0 0 18px;\n    letter-spacing: -1.4px;\n  }\n\n  .nz-smartcharge-hero p {\n    max-width: 850px;\n    margin: 0 auto;\n    font-size: 18px;\n    color: var(--nz-gray);\n    line-height: 1.75;\n  }\n\n  .nz-highlight {\n    color: var(--nz-black);\n    font-weight: 700;\n  }\n\n  .nz-premium-panel {\n    margin-top: 34px;\n    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);\n    border: 1px solid var(--nz-border);\n    box-shadow: var(--nz-shadow);\n    border-radius: 28px;\n    padding: 30px;\n    animation: nzFadeUp 1.1s ease both;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .nz-premium-panel::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,0,0,0.06) 0%, rgba(0,0,0,0) 70%);\n    pointer-events: none;\n  }\n\n  .nz-premium-panel p {\n    margin: 0;\n    font-size: 18px;\n    line-height: 1.8;\n    color: var(--nz-dark);\n  }\n\n  .nz-section-title {\n    text-align: center;\n    font-size: 34px;\n    margin: 70px 0 12px;\n    letter-spacing: -1px;\n  }\n\n  .nz-section-sub {\n    text-align: center;\n    max-width: 760px;\n    margin: 0 auto 30px;\n    color: var(--nz-gray);\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  .nz-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 22px;\n    margin-top: 26px;\n  }\n\n  .nz-feature-card {\n    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);\n    border: 1px solid var(--nz-border);\n    border-radius: var(--nz-radius);\n    padding: 26px 24px;\n    box-shadow: var(--nz-shadow);\n    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;\n    animation: nzFadeUp 0.9s ease both;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .nz-feature-card::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.025) 100%);\n    pointer-events: none;\n  }\n\n  .nz-feature-card:hover {\n    transform: translateY(-8px);\n    box-shadow: var(--nz-shadow-hover);\n    border-color: rgba(0,0,0,0.14);\n  }\n\n  .nz-feature-icon {\n    width: 58px;\n    height: 58px;\n    border-radius: 18px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: linear-gradient(135deg, #ffffff, #f1f1f1);\n    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 8px 20px rgba(0,0,0,0.06);\n    font-size: 28px;\n    margin-bottom: 18px;\n    animation: nzFloat 4s ease-in-out infinite;\n  }\n\n  .nz-feature-card h3 {\n    font-size: 21px;\n    margin: 0 0 12px;\n    letter-spacing: -0.4px;\n  }\n\n  .nz-feature-card p {\n    margin: 0;\n    color: var(--nz-gray);\n    line-height: 1.75;\n    font-size: 15.8px;\n  }\n\n  .nz-dual-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n    margin-top: 34px;\n  }\n\n  .nz-info-card {\n    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);\n    border: 1px solid var(--nz-border);\n    border-radius: 26px;\n    padding: 28px;\n    box-shadow: var(--nz-shadow);\n    animation: nzFadeUp 1s ease both;\n    transition: transform 0.35s ease, box-shadow 0.35s ease;\n  }\n\n  .nz-info-card:hover {\n    transform: translateY(-6px);\n    box-shadow: var(--nz-shadow-hover);\n  }\n\n  .nz-info-card h3 {\n    margin: 0 0 16px;\n    font-size: 26px;\n    letter-spacing: -0.6px;\n  }\n\n  .nz-info-card p {\n    margin: 0;\n    color: var(--nz-gray);\n    line-height: 1.8;\n    font-size: 16px;\n  }\n\n  .nz-color-row {\n    display: flex;\n    gap: 14px;\n    margin-top: 18px;\n    flex-wrap: wrap;\n  }\n\n  .nz-color-pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    padding: 12px 16px;\n    border-radius: 999px;\n    background: #fff;\n    border: 1px solid var(--nz-border);\n    box-shadow: 0 8px 18px rgba(0,0,0,0.05);\n    font-weight: 700;\n    font-size: 14px;\n  }\n\n  .nz-dot {\n    width: 14px;\n    height: 14px;\n    border-radius: 50%;\n    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12);\n  }\n\n  .nz-red { background: #d92121; }\n  .nz-yellow { background: #f0c400; }\n  .nz-green { background: #1d9d57; }\n  .nz-blue { background: #1e63ff; }\n\n  .nz-compat-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .nz-chip {\n    padding: 12px 16px;\n    border-radius: 999px;\n    background: #fff;\n    border: 1px solid var(--nz-border);\n    box-shadow: 0 8px 18px rgba(0,0,0,0.05);\n    font-weight: 600;\n    font-size: 14px;\n  }\n\n  .nz-steps {\n    margin-top: 36px;\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0,1fr));\n    gap: 20px;\n  }\n\n  .nz-step {\n    background: #fff;\n    border: 1px solid var(--nz-border);\n    border-radius: 24px;\n    padding: 24px;\n    box-shadow: var(--nz-shadow);\n    animation: nzFadeUp 1.1s ease both;\n  }\n\n  .nz-step-number {\n    width: 42px;\n    height: 42px;\n    border-radius: 50%;\n    background: #111;\n    color: #fff;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 700;\n    margin-bottom: 16px;\n    font-size: 15px;\n  }\n\n  .nz-step h4 {\n    margin: 0 0 10px;\n    font-size: 20px;\n  }\n\n  .nz-step p {\n    margin: 0;\n    color: var(--nz-gray);\n    line-height: 1.75;\n    font-size: 15.5px;\n  }\n\n  .nz-cta {\n    margin-top: 70px;\n    background: linear-gradient(135deg, #111111 0%, #1c1c1c 100%);\n    color: #fff;\n    border-radius: 30px;\n    padding: 48px 28px;\n    text-align: center;\n    box-shadow: 0 20px 50px rgba(0,0,0,0.18);\n    position: relative;\n    overflow: hidden;\n    animation: nzFadeUp 1.1s ease both;\n  }\n\n  .nz-cta::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(circle at top right, rgba(255,255,255,0.12), transparent 35%);\n    pointer-events: none;\n  }\n\n  .nz-cta h3 {\n    font-size: 38px;\n    margin: 0 0 16px;\n    letter-spacing: -1px;\n  }\n\n  .nz-cta p {\n    max-width: 780px;\n    margin: 0 auto;\n    color: rgba(255,255,255,0.88);\n    line-height: 1.85;\n    font-size: 17px;\n  }\n\n  .nz-cta strong {\n    color: #ffffff;\n  }\n\n  .nz-cta-line {\n    margin-top: 18px;\n    font-size: 18px;\n    font-weight: 700;\n    letter-spacing: 0.3px;\n  }\n\n  @keyframes nzFadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(24px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes nzFloat {\n    0%, 100% { transform: translateY(0px); }\n    50% { transform: translateY(-6px); }\n  }\n\n  @media (max-width: 1024px) {\n    .nz-feature-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .nz-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .nz-dual-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .nz-smartcharge-hero h2 {\n      font-size: 38px;\n    }\n  }\n\n  @media (max-width: 767px) {\n    .nz-smartcharge-section {\n      padding: 22px 14px 40px;\n    }\n\n    .nz-smartcharge-hero {\n      padding-top: 8px;\n    }\n\n    .nz-smartcharge-hero h2 {\n      font-size: 30px;\n      line-height: 1.1;\n      margin-bottom: 14px;\n    }\n\n    .nz-smartcharge-hero p,\n    .nz-premium-panel p,\n    .nz-section-sub,\n    .nz-info-card p,\n    .nz-cta p {\n      font-size: 15.5px;\n      line-height: 1.75;\n    }\n\n    .nz-section-title {\n      font-size: 26px;\n      margin-top: 50px;\n    }\n\n    .nz-feature-grid {\n      grid-template-columns: 1fr;\n      gap: 16px;\n    }\n\n    .nz-feature-card {\n      padding: 22px 18px;\n      border-radius: 20px;\n    }\n\n    .nz-premium-panel,\n    .nz-info-card,\n    .nz-cta,\n    .nz-step {\n      border-radius: 22px;\n      padding: 22px 18px;\n    }\n\n    .nz-feature-card h3 {\n      font-size: 19px;\n    }\n\n    .nz-info-card h3 {\n      font-size: 22px;\n    }\n\n    .nz-cta h3 {\n      font-size: 28px;\n      line-height: 1.15;\n    }\n\n    .nz-cta-line {\n      font-size: 16px;\n    }\n\n    .nz-color-pill,\n    .nz-chip {\n      width: 100%;\n      justify-content: center;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"nz-smartcharge-section\"\u003e\n  \u003cdiv class=\"nz-smartcharge-wrap\"\u003e\n\n    \u003cdiv class=\"nz-smartcharge-hero\"\u003e\n      \u003cdiv class=\"nz-smartcharge-badge\"\u003eNexoraZA™ SmartCharge 6A\u003c\/div\u003e\n      \u003ch2\u003eNever Get Stranded Again.\u003c\/h2\u003e\n      \u003cp\u003e\n        A flat battery at the wrong time is more than an inconvenience — it can ruin your whole day.\n        The \u003cspan class=\"nz-highlight\"\u003eNexoraZA™ SmartCharge 6A\u003c\/span\u003e is the intelligent\n        \u003cspan class=\"nz-highlight\"\u003e12V pulse repair charger\u003c\/span\u003e that doesn’t just charge your battery —\n        it actively helps \u003cspan class=\"nz-highlight\"\u003erepair, maintain and extend its life\u003c\/span\u003e.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nz-premium-panel\"\u003e\n      \u003cp\u003e\n        Whether you're reviving a tired \u003cstrong\u003ebakkie battery\u003c\/strong\u003e, maintaining your daily driver,\n        or keeping your motorcycle ready to ride — this charger does it all automatically.\n        \u003cstrong\u003eJust clip it on, select your mode, and let it do the rest.\u003c\/strong\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"nz-section-title\"\u003eWhy Drivers Love It\u003c\/h2\u003e\n    \u003cp class=\"nz-section-sub\"\u003e\n      Built for everyday drivers, workshops, garages and bike owners who want a smarter,\n      safer and more reliable way to charge and maintain their batteries.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"nz-feature-grid\"\u003e\n      \u003cdiv class=\"nz-feature-card\"\u003e\n        \u003cdiv class=\"nz-feature-icon\"\u003e⚡\u003c\/div\u003e\n        \u003ch3\u003ePulse Repair Mode\u003c\/h3\u003e\n        \u003cp\u003e\n          Helps break down sulphation and revive weak or underperforming batteries for improved charging efficiency and longer battery life.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nz-feature-card\"\u003e\n        \u003cdiv class=\"nz-feature-icon\"\u003e📺\u003c\/div\u003e\n        \u003ch3\u003eLCD Display\u003c\/h3\u003e\n        \u003cp\u003e\n          Real-time battery voltage, charging current and charging status are displayed clearly so you always know exactly what’s happening.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nz-feature-card\"\u003e\n        \u003cdiv class=\"nz-feature-icon\"\u003e🔋\u003c\/div\u003e\n        \u003ch3\u003e6A Fast Charging\u003c\/h3\u003e\n        \u003cp\u003e\n          Suitable for \u003cstrong\u003e2Ah to 100Ah\u003c\/strong\u003e batteries, making it ideal for motorcycles, cars, SUVs, bakkies and more.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nz-feature-card\"\u003e\n        \u003cdiv class=\"nz-feature-icon\"\u003e🛡️\u003c\/div\u003e\n        \u003ch3\u003eMultiple Safety Protection\u003c\/h3\u003e\n        \u003cp\u003e\n          Built-in short circuit, overcharge, reverse polarity and spark protection keeps charging safe and stress-free.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nz-feature-card\"\u003e\n        \u003cdiv class=\"nz-feature-icon\"\u003e🔍\u003c\/div\u003e\n        \u003ch3\u003eIntelligent Detection\u003c\/h3\u003e\n        \u003cp\u003e\n          Automatically detects battery condition and adjusts charging output to match what your battery needs.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nz-feature-card\"\u003e\n        \u003cdiv class=\"nz-feature-icon\"\u003e🚗\u003c\/div\u003e\n        \u003ch3\u003eSimple Automatic Operation\u003c\/h3\u003e\n        \u003cp\u003e\n          Connect the clamps, choose the mode and let the charger take over — no complicated setup, no guesswork.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nz-dual-grid\"\u003e\n      \u003cdiv class=\"nz-info-card\"\u003e\n        \u003ch3\u003eAvailable in 4 Colours\u003c\/h3\u003e\n        \u003cp\u003e\n          Choose the look that suits your setup best — same charging performance, same smart protection, your preferred style.\n        \u003c\/p\u003e\n        \u003cdiv class=\"nz-color-row\"\u003e\n          \u003cdiv class=\"nz-color-pill\"\u003e\n\u003cspan class=\"nz-dot nz-red\"\u003e\u003c\/span\u003e Red\u003c\/div\u003e\n          \u003cdiv class=\"nz-color-pill\"\u003e\n\u003cspan class=\"nz-dot nz-yellow\"\u003e\u003c\/span\u003e Yellow\u003c\/div\u003e\n          \u003cdiv class=\"nz-color-pill\"\u003e\n\u003cspan class=\"nz-dot nz-green\"\u003e\u003c\/span\u003e Green\u003c\/div\u003e\n          \u003cdiv class=\"nz-color-pill\"\u003e\n\u003cspan class=\"nz-dot nz-blue\"\u003e\u003c\/span\u003e Blue\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nz-info-card\"\u003e\n        \u003ch3\u003eCompatible With\u003c\/h3\u003e\n        \u003cp\u003e\n          Works with most standard \u003cstrong\u003e12V batteries\u003c\/strong\u003e used in everyday vehicles and motorcycles.\n          \u003cstrong\u003eNot suitable for lithium batteries.\u003c\/strong\u003e\n        \u003c\/p\u003e\n        \u003cdiv class=\"nz-compat-list\"\u003e\n          \u003cdiv class=\"nz-chip\"\u003eCars\u003c\/div\u003e\n          \u003cdiv class=\"nz-chip\"\u003eTrucks\u003c\/div\u003e\n          \u003cdiv class=\"nz-chip\"\u003eBakkies\u003c\/div\u003e\n          \u003cdiv class=\"nz-chip\"\u003eSUVs\u003c\/div\u003e\n          \u003cdiv class=\"nz-chip\"\u003eMotorcycles\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"nz-section-title\"\u003eSimple 3-Step Charging\u003c\/h2\u003e\n    \u003cp class=\"nz-section-sub\"\u003e\n      Designed to make charging and maintaining your battery as easy as possible.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"nz-steps\"\u003e\n      \u003cdiv class=\"nz-step\"\u003e\n        \u003cdiv class=\"nz-step-number\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eConnect the Clamps\u003c\/h4\u003e\n        \u003cp\u003e\n          Attach the charger clamps securely to your battery terminals, ensuring the correct polarity before switching on.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nz-step\"\u003e\n        \u003cdiv class=\"nz-step-number\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eSelect Your Mode\u003c\/h4\u003e\n        \u003cp\u003e\n          Choose the appropriate charging mode for your battery type and let the charger automatically begin its process.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"nz-step\"\u003e\n        \u003cdiv class=\"nz-step-number\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eLet SmartCharge Do the Rest\u003c\/h4\u003e\n        \u003cp\u003e\n          The charger monitors battery condition, adjusts charging and helps maintain the battery for reliable long-term performance.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"nz-cta\"\u003e\n      \u003ch3\u003eCharge It. Repair It. Protect It.\u003c\/h3\u003e\n      \u003cp\u003e\n        Stop guessing. Stop relying on jump-starts. Keep your battery healthy, maintained and ready to go with the\n        \u003cstrong\u003eNexoraZA™ SmartCharge 6A\u003c\/strong\u003e — the smart way to keep your vehicle powered all year round.\n      \u003c\/p\u003e\n      \u003cdiv class=\"nz-cta-line\"\u003eGet yours today and keep every start stress-free 🔋\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"NexoraZA","offers":[{"title":"Blue","offer_id":47361220739234,"sku":null,"price":579.0,"currency_code":"ZAR","in_stock":true},{"title":"Red","offer_id":47361220772002,"sku":null,"price":579.0,"currency_code":"ZAR","in_stock":true},{"title":"Green","offer_id":47361220804770,"sku":null,"price":579.0,"currency_code":"ZAR","in_stock":true},{"title":"Yellow","offer_id":47361220837538,"sku":null,"price":579.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/5076\/2146\/files\/battery-charger-compatibility-natural-phrase.png?v=1782334592","url":"https:\/\/officialnexoraza.co.za\/products\/nexoraza%e2%84%a2-smartcharge-6a-12v-intelligent-battery-charger","provider":"NexoraZA","version":"1.0","type":"link"}