{"title":"Complete Performance Packages","description":"\u003cstyle\u003e\n  .performance-packages-page {\n    --orange: #ff6a00;\n    --red: #ef4444;\n    --blue: #3b82f6;\n    --green: #22c55e;\n    --purple: #a855f7;\n    --yellow: #eab308;\n    --text: #e7e7e7;\n    --muted: #b5b5b5;\n    --panel: #111111;\n    --panel-soft: #171717;\n    --border: rgba(255, 255, 255, 0.11);\n    color: var(--text);\n    line-height: 1.65;\n  }\n\n  .performance-packages-page * { box-sizing: border-box; }\n\n  .performance-packages-page h2,\n  .performance-packages-page h3 {\n    color: #fff;\n    line-height: 1.25;\n  }\n\n  .performance-packages-page h2 {\n    margin: 0px 0 20px;\n    font-size: 30px;\n    font-weight: 700;\n  }\n\n  .performance-packages-page h3 {\n    margin: 0 0 10px;\n    font-size: 19px;\n  }\n\n  .performance-packages-page p { margin: 0 0 16px; }\n\n  .performance-packages-page a {\n    color: var(--orange);\n    font-weight: 700;\n  }\n\n.packages-intro{\n    max-width:850px;\n    margin-bottom:30px;\n    padding-top:0;\n}\n  .packages-intro h2 {\n    max-width: 850px;\n    margin: 0 0 18px;\n    font-size: clamp(25px, 3vw, 34px);\n    font-weight: 700;\n    line-height: 1.2;\n  }\n\n  .packages-lead {\n    max-width: 920px;\n    font-size: 17px;\n    line-height: 1.75;\n    color: #d4d4d4;\n  }\n\n  .packages-highlight-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin: 28px 0 36px;\n  }\n\n  .packages-highlight {\n    position: relative;\n    min-height: 145px;\n    padding: 22px 22px 20px;\n    overflow: hidden;\n    background: var(--panel);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n  }\n\n  .packages-highlight::before {\n    content: \"\";\n    position: absolute;\n    inset: 0 auto 0 0;\n    width: 5px;\n    background: var(--accent);\n  }\n\n  .packages-highlight h3 { color: var(--accent); }\n\n  .packages-highlight p {\n    margin-bottom: 0;\n    color: var(--muted);\n  }\n\n  .accent-orange { --accent: var(--orange); }\n  .accent-red { --accent: var(--red); }\n  .accent-blue { --accent: var(--blue); }\n  .accent-green { --accent: var(--green); }\n  .accent-purple { --accent: var(--purple); }\n  .accent-yellow { --accent: var(--yellow); }\n\n  .packages-callout {\n    margin: 30px 0;\n    padding: 24px;\n    background:\n      linear-gradient(135deg, rgba(255, 106, 0, 0.13), transparent 65%),\n      var(--panel);\n    border: 1px solid rgba(255, 106, 0, 0.35);\n    border-radius: 14px;\n  }\n\n  .packages-callout h3 { color: var(--orange); }\n  .packages-callout p:last-child { margin-bottom: 0; }\n\n  .bike-package-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n    margin: 24px 0 38px;\n  }\n\n  .bike-package {\n    padding: 24px;\n    background: var(--panel);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n  }\n\n  .bike-package .platform {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--orange);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .bike-package h3 {\n    margin-bottom: 14px;\n    font-size: 22px;\n  }\n\n  .bike-package ul {\n    margin: 0 0 18px;\n    padding-left: 20px;\n    color: var(--muted);\n  }\n\n  .bike-package li { margin-bottom: 8px; }\n\n  .power-number {\n    display: flex;\n    align-items: baseline;\n    gap: 8px;\n    margin-top: 18px;\n    padding-top: 18px;\n    border-top: 1px solid var(--border);\n  }\n\n  .power-number strong {\n    color: #fff;\n    font-size: 34px;\n    line-height: 1;\n  }\n\n  .power-number span {\n    color: var(--muted);\n    font-weight: 700;\n  }\n\n  .package-status {\n    display: inline-block;\n    margin-top: 10px;\n    padding: 6px 10px;\n    color: #e6b94b;\n    background: rgba(234, 179, 8, 0.09);\n    border: 1px solid rgba(234, 179, 8, 0.35);\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  .packages-table-wrap {\n    width: 100%;\n    margin: 22px 0 34px;\n    overflow: hidden;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n  }\n\n  .packages-table {\n    width: 100%;\n    border-collapse: collapse;\n    table-layout: fixed;\n    background: var(--panel);\n  }\n\n  .packages-table th,\n  .packages-table td {\n    padding: 16px 18px;\n    text-align: left;\n    vertical-align: top;\n    overflow-wrap: anywhere;\n    word-break: normal;\n    white-space: normal;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .packages-table th {\n    color: #fff;\n    font-weight: 700;\n    background: rgba(255, 255, 255, 0.035);\n  }\n\n  .packages-table td { color: #d1d1d1; }\n  .packages-table thead th { background: rgba(255, 255, 255, 0.065); }\n\n  .packages-table tr:last-child th,\n  .packages-table tr:last-child td { border-bottom: 0; }\n\n  .packages-table .highlight {\n    color: var(--orange);\n    font-weight: 800;\n  }\n\n  .packages-table .pending {\n    color: #d5a72f;\n    font-weight: 750;\n  }\n\n  .build-path {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n    margin: 24px 0 36px;\n  }\n\n  .build-step {\n    padding: 22px;\n    background: var(--panel-soft);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n  }\n\n  .build-step .step-label {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--orange);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .build-step strong {\n    display: block;\n    margin-bottom: 7px;\n    color: #fff;\n    font-size: 17px;\n  }\n\n  .build-step span { color: var(--muted); }\n\n  .packages-note {\n    margin: 18px 0 32px;\n    padding: 18px 20px;\n    color: #ccc;\n    background: rgba(255, 255, 255, 0.035);\n    border-left: 4px solid var(--yellow);\n    border-radius: 8px;\n  }\n\n  .packages-faq { margin: 20px 0; }\n\n  .packages-faq details {\n    margin-bottom: 10px;\n    background: var(--panel);\n    border: 1px solid var(--border);\n    border-radius: 10px;\n  }\n\n  .packages-faq summary {\n    padding: 17px 20px;\n    color: #fff;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .packages-faq summary::-webkit-details-marker { display: none; }\n\n  .packages-faq summary::after {\n    content: \"+\";\n    float: right;\n    margin-left: 15px;\n    color: var(--orange);\n    font-size: 22px;\n    line-height: 1;\n  }\n\n  .packages-faq details[open] summary::after { content: \"–\"; }\n\n  .packages-faq .answer {\n    padding: 0 20px 18px;\n    color: var(--muted);\n  }\n\n  .packages-faq .answer p:last-child { margin-bottom: 0; }\n\n  @media (max-width: 749px) {\n    .packages-highlight-grid,\n    .bike-package-grid,\n    .build-path {\n      grid-template-columns: 1fr;\n    }\n\n    .packages-highlight { min-height: auto; }\n    .packages-intro h2 { font-size: 28px; }\n    .packages-intro .eyebrow { font-size: 12px; }\n\n    .packages-table th,\n    .packages-table td {\n      padding: 13px 12px;\n      font-size: 14px;\n    }\n\n    .packages-callout { padding: 20px; }\n    .power-number strong { font-size: 30px; }\n  }\n\n\n  \/* Updated typography, cards and performance information *\/\n  .performance-packages-page { font-size:18px; line-height:1.7; }\n  .performance-packages-page p { font-size:18px; line-height:1.7; }\n  .performance-packages-page h2 { margin:56px 0 18px; }\n  .packages-intro { max-width:850px; padding-top:20px; }\n  .packages-intro .eyebrow { font-weight:900; letter-spacing:.15em; }\n  .packages-lead { max-width:850px; font-size:inherit; line-height:inherit; }\n  .packages-highlight,.bike-package { transition:transform .25s ease,border-color .25s ease; }\n  .packages-highlight:hover,.bike-package:hover { transform:translateY(-4px); border-color:rgba(255,106,0,.45); }\n  .packages-highlight p,.build-step span,.packages-faq .answer,.packages-faq .answer p { font-size:16px; line-height:1.6; }\n  .bike-package { padding:30px; }\n  .bike-package .platform { font-size:14px; font-weight:900; letter-spacing:.14em; }\n  .bike-package li { font-size:16px; line-height:1.6; }\n  .package-performance { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin-top:20px; padding-top:20px; border-top:1px solid var(--border); }\n  .performance-stat { padding:14px; background:var(--panel-soft); border:1px solid var(--border); border-radius:10px; }\n  .performance-stat strong { display:block; margin-bottom:6px; color:#fff; font-size:25px; font-weight:800; line-height:1.1; }\n  .performance-stat span { display:block; color:var(--muted); font-size:13px; font-weight:700; line-height:1.4; }\n  .petrol-comparison { margin-top:12px; padding:12px 14px; background:rgba(255,106,0,.07); border-left:3px solid var(--orange); border-radius:8px; }\n  .petrol-comparison strong { display:block; margin-bottom:4px; color:var(--orange); font-size:12px; font-weight:900; letter-spacing:.06em; text-transform:uppercase; }\n  .petrol-comparison span { display:block; color:var(--muted); font-size:13px; line-height:1.5; }\n  .package-status { margin-top:14px; padding:5px 9px; font-size:11px; }\n  .packages-table th,.packages-table td { padding:15px 14px; font-size:15px; line-height:1.55; }\n  .packages-note { font-size:15px; line-height:1.65; }\n  .petrol-benchmark-row td { background:rgba(255,106,0,.055); border-top:2px solid rgba(255,106,0,.4); }\n  @media(max-width:749px){\n    .performance-packages-page,.performance-packages-page p,.packages-lead{font-size:16px;line-height:1.65;}\n    .bike-package{padding:22px;}\n    .bike-package .platform{font-size:13px;}\n    .package-performance{grid-template-columns:1fr;}\n    .performance-stat strong{font-size:22px;}\n    .packages-table th,.packages-table td{font-size:13px;padding:12px 10px;}\n    .packages-highlight p,.bike-package li,.build-step span,.packages-faq .answer,.packages-faq .answer p,.packages-note{font-size:15px;}\n  }\n\n\u003c\/style\u003e\n\u003cdiv class=\"performance-packages-page\"\u003e\n\u003ch2 class=\"packages-intro\"\u003e\n\u003cbr\u003eThe Ultimate Powertrain Upgrade\u003c\/h2\u003e\n\u003cp class=\"packages-lead\"\u003eThe highest-performing electric dirt bikes are built around a balanced powertrain. By matching the controller, motor and battery, every component can work together to deliver stronger acceleration, higher sustained power and greater reliability.\u003c\/p\u003e\n\u003cp\u003eShock Moto's Complete Performance Packages bring together compatible Ventus components for riders chasing serious horsepower from their electric dirt bike. Each package is built around the bike platform and designed to deliver the highest compatible performance.\u003c\/p\u003e\n\u003cp\u003ePackages can be supplied as components or professionally installed, configured and tuned through our Wellington workshop.\u003c\/p\u003e\n\u003cdiv class=\"packages-highlight-grid\"\u003e\n\u003cdiv class=\"packages-highlight accent-orange\"\u003e\n\u003ch3\u003eMatched Components\u003c\/h3\u003e\n\u003cp\u003eController, motor and battery combinations selected to work as a complete powertrain rather than unrelated upgrades.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packages-highlight accent-red\"\u003e\n\u003ch3\u003eMaximum Horsepower\u003c\/h3\u003e\n\u003cp\u003eDesigned for riders who want to remove factory power restrictions and access the highest output available from their build.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packages-highlight accent-blue\"\u003e\n\u003ch3\u003eTop-Speed Potential\u003c\/h3\u003e\n\u003cp\u003eEstimated or manufacturer-published speed figures are shown alongside each package, with the limitations clearly explained.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packages-highlight accent-green\"\u003e\n\u003ch3\u003eProfessional Configuration\u003c\/h3\u003e\n\u003cp\u003eController settings can be matched to the battery, motor, gearing, riding conditions and rider goals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packages-highlight accent-purple\"\u003e\n\u003ch3\u003eWorkshop Installation\u003c\/h3\u003e\n\u003cp\u003eSupply, installation, wiring checks and initial configuration are available through Shock Moto.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packages-highlight accent-yellow\"\u003e\n\u003ch3\u003eBuilt Around Your Bike\u003c\/h3\u003e\n\u003cp\u003ePackages are organised by bike platform so riders can quickly identify the correct complete upgrade for their machine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eChoose your bike platform\u003c\/h3\u003e\n\u003cp\u003eThese are the complete Ventus powertrain combinations currently being developed. Final availability depends on confirmed battery fitment, connectors, wiring and approved controller and motor combinations.\u003c\/p\u003e\n\u003cdiv class=\"bike-package-grid\"\u003e\n\u003cdiv class=\"bike-package\"\u003e\n\u003cspan class=\"platform\"\u003eSurron Light Bee Platform\u003c\/span\u003e\n\u003ch3\u003eVentus Complete Light Bee Performance Package\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eVentus AETOS Pro V9600 GEN2 Controller\u003c\/li\u003e\n\u003cli\u003eVentus Beast 28kW Motor\u003c\/li\u003e\n\u003cli\u003eVentus 72V 51Ah 28kW Performance Battery\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"package-performance\"\u003e\n\u003cdiv class=\"performance-stat\"\u003e\n\u003cstrong\u003e37.5 hp\u003c\/strong\u003e\u003cspan\u003e28kW peak package output\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"performance-stat\"\u003e\n\u003cstrong\u003e120–130km\/h*\u003c\/strong\u003e\u003cspan\u003eestimated top-speed potential\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"petrol-comparison\"\u003e\n\u003cstrong\u003eCompared to a YZ450F\u003c\/strong\u003e\u003cspan\u003eApprox. 54–57 rear-wheel hp and around 120km\/h with motocross gearing.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"package-status\"\u003eFinal fitment confirmation pending\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bike-package\"\u003e\n\u003cspan class=\"platform\"\u003eSurron Ultra Bee Platform\u003c\/span\u003e\n\u003ch3\u003eVentus Complete Ultra Bee Performance Package\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eVentus AETOS Pro V9600 GEN2 Controller\u003c\/li\u003e\n\u003cli\u003eVentus Beast 48kW Motor\u003c\/li\u003e\n\u003cli\u003eVentus Ultra Bee 75kW Performance Battery\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"package-performance\"\u003e\n\u003cdiv class=\"performance-stat\"\u003e\n\u003cstrong\u003e64.4 hp\u003c\/strong\u003e\u003cspan\u003e48kW peak package output\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"performance-stat\"\u003e\n\u003cstrong\u003eTBC\u003c\/strong\u003e\u003cspan\u003etop speed awaiting Ventus confirmation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"petrol-comparison\"\u003e\n\u003cstrong\u003eCompared to a YZ450F\u003c\/strong\u003e\u003cspan\u003eNominally higher peak power, but chassis, weight, gearing and traction still matter.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"package-status\"\u003eMotor combination awaiting confirmation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bike-package\"\u003e\n\u003cspan class=\"platform\"\u003eTalaria Sting Platform\u003c\/span\u003e\n\u003ch3\u003eVentus Complete Talaria Performance Package\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eVentus AETOS Pro V9600 GEN2 Controller\u003c\/li\u003e\n\u003cli\u003eVentus Beast 28kW Motor\u003c\/li\u003e\n\u003cli\u003eVentus 72V 51Ah 28kW Performance Battery\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"package-performance\"\u003e\n\u003cdiv class=\"performance-stat\"\u003e\n\u003cstrong\u003e37.5 hp\u003c\/strong\u003e\u003cspan\u003e28kW peak package output\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"performance-stat\"\u003e\n\u003cstrong\u003e115–125km\/h*\u003c\/strong\u003e\u003cspan\u003eestimated top-speed potential\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"petrol-comparison\"\u003e\n\u003cstrong\u003eCompared to a YZ450F\u003c\/strong\u003e\u003cspan\u003eLower peak horsepower, with similar maximum-speed potential depending on gearing and wheel size.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"package-status\"\u003eExact model compatibility pending\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bike-package\"\u003e\n\u003cspan class=\"platform\"\u003eE-Ride Pro Platform\u003c\/span\u003e\n\u003ch3\u003eVentus Complete E-Ride Pro Performance Package\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eVentus AETOS Pro Controller configuration\u003c\/li\u003e\n\u003cli\u003eCompatible Ventus performance motor\u003c\/li\u003e\n\u003cli\u003eCompatible Ventus high-output battery\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"package-performance\"\u003e\n\u003cdiv class=\"performance-stat\"\u003e\n\u003cstrong\u003eTBC\u003c\/strong\u003e\u003cspan\u003epower output pending compatibility data\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"performance-stat\"\u003e\n\u003cstrong\u003eTBC\u003c\/strong\u003e\u003cspan\u003etop speed pending final configuration\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"petrol-comparison\"\u003e\n\u003cstrong\u003eCompared to a YZ450F\u003c\/strong\u003e\u003cspan\u003eComparison will be added once the approved Ventus package is confirmed.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"package-status\"\u003eComing soon\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bike-package\"\u003e\n\u003cspan class=\"platform\"\u003eVentus One+ Platform\u003c\/span\u003e\n\u003ch3\u003eVentus One+ Powertrain Options\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eVentus controller and motor ecosystem\u003c\/li\u003e\n\u003cli\u003eVentus 72V high-output battery options\u003c\/li\u003e\n\u003cli\u003eConfiguration based on the bike's existing specification\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"package-performance\"\u003e\n\u003cdiv class=\"performance-stat\"\u003e\n\u003cstrong\u003eUp to 37.5 hp\u003c\/strong\u003e\u003cspan\u003esubject to approved configuration\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"performance-stat\"\u003e\n\u003cstrong\u003eApprox. 130km\/h*\u003c\/strong\u003e\u003cspan\u003emanufacturer-published maximum-speed figure\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"petrol-comparison\"\u003e\n\u003cstrong\u003eCompared to a YZ450F\u003c\/strong\u003e\u003cspan\u003eLower peak horsepower, with broadly similar published top-speed potential.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"package-status\"\u003eConfiguration to be confirmed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bike-package\"\u003e\n\u003cspan class=\"platform\"\u003eOther E-Moto Platforms\u003c\/span\u003e\n\u003ch3\u003eCustom Ventus Performance Builds\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e79Bike and other compatible Light Bee-style platforms\u003c\/li\u003e\n\u003cli\u003eController, motor and battery matching\u003c\/li\u003e\n\u003cli\u003eCustom configuration and installation assessment\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"package-performance\"\u003e\n\u003cdiv class=\"performance-stat\"\u003e\n\u003cstrong\u003eBuild specific\u003c\/strong\u003e\u003cspan\u003ebased on approved components\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"performance-stat\"\u003e\n\u003cstrong\u003eBuild specific\u003c\/strong\u003e\u003cspan\u003ebased on gearing, wheel size and tune\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"petrol-comparison\"\u003e\n\u003cstrong\u003eCompared to a YZ450F\u003c\/strong\u003e\u003cspan\u003eA comparison can be provided once the final powertrain specification is confirmed.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan class=\"package-status\"\u003eContact us to assess compatibility\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eComplete package performance comparison\u003c\/h3\u003e\n\u003cdiv class=\"packages-table-wrap\"\u003e\n\u003ctable class=\"packages-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eBike platform\u003c\/th\u003e\n\u003cth\u003eComplete package\u003c\/th\u003e\n\u003cth\u003ePeak output\u003c\/th\u003e\n\u003cth\u003eApprox. horsepower\u003c\/th\u003e\n\u003cth\u003eTop-speed potential\u003c\/th\u003e\n\u003cth\u003eSustained use\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSurron Light Bee\u003c\/td\u003e\n\u003ctd\u003eAETOS Pro + Beast 28kW + 72V 51Ah battery\u003c\/td\u003e\n\u003ctd\u003e28kW\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight\"\u003e37.5 hp\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight\"\u003eEstimated 120–130km\/h*\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003ePeak speed only. Continuous capability depends on gearing, tune, cooling and conditions.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSurron Ultra Bee\u003c\/td\u003e\n\u003ctd\u003eAETOS Pro + Beast 48kW + 96V 75kW battery\u003c\/td\u003e\n\u003ctd\u003e48kW\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight\"\u003e64.4 hp\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"pending\"\u003eAwaiting Ventus confirmation\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eSustained output must remain within motor, controller, battery and drivetrain temperature limits.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTalaria Sting MX3 \/ MX4\u003c\/td\u003e\n\u003ctd\u003eAETOS Pro + Beast 28kW + 72V 51Ah battery\u003c\/td\u003e\n\u003ctd\u003e28kW\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight\"\u003e37.5 hp\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight\"\u003eEstimated 115–125km\/h*\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eFinal result depends heavily on wheel size, reduction ratio, gearing and controller setup.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVentus One+\u003c\/td\u003e\n\u003ctd\u003eVentus 28kW powertrain\u003c\/td\u003e\n\u003ctd\u003e28kW\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight\"\u003e37.5 hp\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"highlight\"\u003eApprox. 130km\/h*\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003ePublished as a maximum-speed figure rather than a continuous cruising-speed rating.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eE-Ride Pro\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"pending\"\u003ePackage to be confirmed\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"pending\"\u003eTBC\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"pending\"\u003eTBC\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"pending\"\u003eTBC\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eBattery compatibility, gearing and approved configuration are still being confirmed.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"petrol-benchmark-row\"\u003e\n\u003ctd\u003eYamaha YZ450F petrol benchmark\u003c\/td\u003e\n\u003ctd\u003e450cc four-stroke motocross powertrain\u003c\/td\u003e\n\u003ctd\u003eIndependent rear-wheel dyno result\u003c\/td\u003e\n\u003ctd\u003eApprox. 54–57 hp\u003c\/td\u003e\n\u003ctd\u003eApprox. 120km\/h with motocross gearing*\u003c\/td\u003e\n\u003ctd\u003eDesigned for race-pace operation, but maximum speed remains gearing and conditions dependent.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packages-note\"\u003e*Top-speed figures describe estimated or manufacturer-published maximum potential under suitable conditions. They are not guaranteed speeds or recommended continuous cruising speeds. Actual performance varies with gearing, wheel and tyre size, rider weight, battery charge, tune, terrain, wind, temperature and drivetrain condition.\u003c\/div\u003e\n\u003cdiv class=\"packages-note\"\u003eHorsepower figures for the Ventus packages are mathematical conversions from the stated kilowatt rating using 1kW = approximately 1.341 mechanical horsepower. Actual measured wheel horsepower will be lower. The YZ450F comparison uses independent rear-wheel dyno figures, so it is an easy rider reference rather than a like-for-like measurement.\u003c\/div\u003e\n\u003ch3\u003ePeak power, top speed and sustained performance\u003c\/h3\u003e\n\u003cp\u003ePeak horsepower and maximum top speed describe what a powertrain may achieve under suitable conditions. They do not tell you how long the bike can maintain that output.\u003c\/p\u003e\n\u003cdiv class=\"packages-highlight-grid\"\u003e\n\u003cdiv class=\"packages-highlight accent-red\"\u003e\n\u003ch3\u003ePeak Power\u003c\/h3\u003e\n\u003cp\u003eThe highest short-duration output available from the battery, controller and motor combination. Peak power is most noticeable during hard acceleration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packages-highlight accent-orange\"\u003e\n\u003ch3\u003eMaximum Top Speed\u003c\/h3\u003e\n\u003cp\u003eThe highest speed the bike may reach with suitable gearing and conditions. It should not be treated as a continuous cruising-speed rating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packages-highlight accent-blue\"\u003e\n\u003ch3\u003eSustained Power\u003c\/h3\u003e\n\u003cp\u003eThe output the system can maintain without exceeding battery, controller or motor temperature limits. This is normally lower than peak power.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packages-highlight accent-green\"\u003e\n\u003ch3\u003eReal-World Performance\u003c\/h3\u003e\n\u003cp\u003eAcceleration and rideability also depend on bike weight, torque, gearing, traction, suspension, tyres and rider control—not horsepower alone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packages-callout\"\u003e\n\u003ch3\u003eMaximum speed is not continuous speed\u003c\/h3\u003e\n\u003cp\u003eSustained high-speed riding creates continuous heat in the motor, controller, battery, wiring and drivetrain. Safe sustained performance depends on the selected tune, gearing, cooling, ambient temperature, battery charge and riding conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3\u003eWhy upgrade the complete powertrain?\u003c\/h3\u003e\n\u003cdiv class=\"packages-table-wrap\"\u003e\n\u003ctable class=\"packages-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eUpgrade option\u003c\/th\u003e\n\u003cth\u003eWhat changes\u003c\/th\u003e\n\u003cth\u003eBest suited to\u003c\/th\u003e\n\u003cth\u003ePotential limitation\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eController only\u003c\/td\u003e\n\u003ctd\u003eImproved tuning, throttle response, adjustability and available output\u003c\/td\u003e\n\u003ctd\u003eRiders wanting better control without replacing the full system\u003c\/td\u003e\n\u003ctd\u003eThe factory motor or battery may restrict maximum power\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eController + motor\u003c\/td\u003e\n\u003ctd\u003eGreater motor capability and more aggressive performance potential\u003c\/td\u003e\n\u003ctd\u003eRiders wanting a substantial upgrade while retaining the existing battery\u003c\/td\u003e\n\u003ctd\u003eThe factory battery may limit current and sustained output\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"highlight\"\u003eComplete performance package\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eController, motor and battery are upgraded as one matched system\u003c\/td\u003e\n\u003ctd\u003eRiders chasing the highest horsepower and removing factory bottlenecks\u003c\/td\u003e\n\u003ctd\u003eHigher cost and greater need for correct installation and setup\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch3\u003eYour performance build path\u003c\/h3\u003e\n\u003cdiv class=\"build-path\"\u003e\n\u003cdiv class=\"build-step\"\u003e\n\u003cspan class=\"step-label\"\u003eOption 1\u003c\/span\u003e \u003cstrong\u003eController Upgrade\u003c\/strong\u003e \u003cspan\u003eImprove tuning, throttle response and adjustability while retaining the standard motor and battery.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"build-step\"\u003e\n\u003cspan class=\"step-label\"\u003eOption 2\u003c\/span\u003e \u003cstrong\u003eController + Motor\u003c\/strong\u003e \u003cspan\u003eIncrease motor capability while continuing to use the existing battery within its safe limits.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"build-step\"\u003e\n\u003cspan class=\"step-label\"\u003eMaximum Output\u003c\/span\u003e \u003cstrong\u003eComplete Powertrain Package\u003c\/strong\u003e \u003cspan\u003eUpgrade the controller, motor and battery together for the highest supported output from the selected Ventus combination.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"packages-callout\"\u003e\n\u003ch3\u003ePower is limited by the weakest component\u003c\/h3\u003e\n\u003cp\u003eA high-output controller cannot deliver its full potential if the battery cannot supply the required current, and a powerful battery cannot make a motor safely handle more than it is designed for. Complete packages are built to remove those mismatches.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3\u003eProfessional installation and setup\u003c\/h3\u003e\n\u003cp\u003eHigh-power electric dirt bike upgrades require more than simply bolting parts onto the bike. Connections, wiring, battery compatibility, controller parameters, motor setup, gearing and the bike's mechanical condition all need to be considered.\u003c\/p\u003e\n\u003cp\u003eShock Moto can supply, install and configure complete Ventus powertrain packages through our Wellington workshop. Each build can be discussed around the rider's intended terrain, experience, performance goals and preferred power delivery.\u003c\/p\u003e\n\u003cdiv class=\"packages-callout\"\u003e\n\u003ch3\u003ePlanning a highest-horsepower build?\u003c\/h3\u003e\n\u003cp\u003eContact Shock Moto with your bike model, model year, current upgrades and target performance. We will confirm the approved package and any additional installation requirements before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdiv class=\"packages-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow fast will my bike go with a complete package?\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\u003cp\u003eTop speed depends on much more than peak power. Gearing, wheel size, motor RPM, battery voltage, controller settings, rider weight, terrain and aerodynamic drag all affect the result. Where a tested speed is unavailable, figures shown on this page are identified as estimates rather than guaranteed speeds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the bike sustain its maximum top speed?\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\u003cp\u003eMaximum speed is generally a short-duration peak figure. Sustained high-speed riding creates continuous heat in the motor, controller, battery, wiring and drivetrain. Safe sustainable performance depends on gearing, tune, cooling, ambient temperature and operating conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does a complete Ventus package compare with a 450cc dirt bike?\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\u003cp\u003eA current Yamaha YZ450F produces roughly mid-50s rear-wheel horsepower in independent dyno testing. The 28kW Light Bee and Talaria packages convert to approximately 37.5 hp, while the 48kW Ultra Bee package converts to approximately 64.4 hp. These are not like-for-like measurements, and bike weight, torque delivery, traction, gearing and chassis setup all affect real-world performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy not just install a larger controller?\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\u003cp\u003eA controller can only use the voltage and current the battery can safely provide, and the motor must also be capable of handling the selected output. On a high-power build, either the factory battery or motor may become the limiting component.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the horsepower figures measured at the wheel?\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\u003cp\u003eNo. The figures shown are approximate mechanical horsepower conversions from the stated kilowatt rating. Real wheel horsepower will be lower because of electrical and drivetrain losses.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill every package reach its maximum advertised output?\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\u003cp\u003eActual output depends on the approved tune, battery state of charge, temperature, gearing, rider settings and the condition of the bike. Maximum figures describe rated package capability rather than a guarantee that the bike will operate at maximum output at all times.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the E-Ride Pro package available?\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\u003cp\u003eVentus battery and full powertrain compatibility for E-Ride Pro models is currently being confirmed. The package will remain marked as coming soon until the exact fitment, wiring and approved component combination are verified.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I purchase the package without installation?\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\u003cp\u003ePackage supply without installation may be available once compatibility has been confirmed. Due to the voltage, current and tuning requirements involved, professional installation is strongly recommended for complete high-power builds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan the package be tuned for trail riding rather than maximum power?\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\u003cp\u003eYes. A high-capability powertrain does not need to be operated at maximum output all the time. Controller modes can be configured for smoother trail riding, reduced power, stronger regeneration or more aggressive performance where appropriate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the highest-rated battery determine the package output?\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\u003cp\u003eNo. The complete system is limited by the controller, motor, battery, wiring, connectors and tune. For example, the Ultra Bee battery may support up to 75kW, but a package using the Beast 48kW motor should not be presented as a 75kW package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I finance a complete package?\u003c\/summary\u003e\n\u003cdiv class=\"answer\"\u003e\n\u003cp\u003eFinance options may be available through Shock Moto's finance partner, subject to approval and the final package price. Contact us for a package quote and current finance information.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","products":[{"product_id":"ventus-aetos-v9600-gen2-controller","title":"Ventus AETOS V9600 GEN2 Controller","description":"\u003cp class=\"isSelectedEnd\"\u003eSerious power. Serious control. Built by riders.\u003c\/p\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eThe Ventus AETOS V9600 GEN2 is a next-generation high-performance controller designed for riders who demand maximum power, exceptional throttle response and advanced tuning capability.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eFeaturing a reinforced high-voltage architecture, 30 premium high-performance MOSFETs and sophisticated motor control algorithms, the GEN2 delivers smoother power delivery, improved thermal performance and outstanding reliability under demanding riding conditions.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eWhether you're upgrading your Surron, Talaria or another compatible e-moto, the AETOS V9600 GEN2 gives you the control and confidence to unlock your bike's full potential.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/AvIFLnWiKeA?si=L1AAx0Njm67PZbiZ\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan\u003eChoose the Correct Variant\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eThe AETOS V9600 GEN2 is available with bike-specific mounting kits and plug-and-play wiring harnesses for a range of compatible e-moto models.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eSimply select your bike when ordering and we'll supply the correct mounting hardware and harness for your chosen model.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan\u003eKey Performance Highlights\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul data-spread=\"false\"\u003e\n\u003cli\u003e\u003cspan\u003eRated Voltage: 100V (112V breakdown)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003ePhase Current: 1200A (tested to 1600A)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eBattery Compatibility: 12S–22S\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e30 high-performance MOSFETs\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003ePeak Power Capability: Up to 76kW\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eBuilt to remain stable under extreme loads, the V9600 GEN2 is equally at home on technical trails, motocross tracks and high-performance street builds.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan\u003eAdvanced Protection \u0026amp; Reliability\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eDesigned for real-world riding conditions, the GEN2 platform incorporates multiple layers of protection to maximise durability and performance.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eFeatures include:\u003c\/span\u003e\u003c\/p\u003e\n\u003cul data-spread=\"false\"\u003e\n\u003cli\u003e\u003cspan\u003e1500V fully isolated power architecture\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eSix-layer precision PCB design\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eTriple anti-vibration fastening system\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eHigh-resilience silicone potting\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eOver-temperature protection\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eOverload protection\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eReinforced voltage and current redundancy\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eIP67 waterproof rating\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eFrom dust and mud to water crossings and sustained high temperatures, the V9600 GEN2 is built to perform.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan\u003eSmart App Control\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eThe AETOS Bluetooth App gives you complete control over your bike's performance.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eFeatures include:\u003c\/span\u003e\u003c\/p\u003e\n\u003cul data-spread=\"false\"\u003e\n\u003cli\u003e\u003cspan\u003eEASYGO, ECO, SPORT, RACE and BOOST riding modes\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e10+ fully configurable custom riding profiles\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eBattery BMS pairing for live battery information\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eReal-time monitoring of controller, motor and battery temperatures\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eOne-touch OTA firmware updates\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eCompatible display options provide clear ride information and convenient Bluetooth proximity unlocking.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan\u003eCompatibility\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eThe advanced AETOS control platform supports a wide range of components, including:\u003c\/span\u003e\u003c\/p\u003e\n\u003cul data-spread=\"false\"\u003e\n\u003cli\u003e\u003cspan\u003e34 motor types\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e68 battery types\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e13+ compatible bike platforms\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eEach kit includes the correct plug-and-play wiring harness and mounting hardware for your selected bike.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan\u003eWhat's Included\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul data-spread=\"false\"\u003e\n\u003cli\u003e\u003cspan\u003eVentus AETOS V9600 GEN2 Controller\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eBike-specific wiring harness\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eBike-specific mounting hardware\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eAccess to the AETOS App\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cspan\u003eAvailable Model\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp class=\"isSelectedEnd\"\u003eAETOS PRO (100V Rated)\u003c\/p\u003e\n\u003ch3\u003e\u003cspan\u003eNeed Help Choosing?\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eNot sure if the AETOS V9600 GEN2 is the right controller for your bike or build? Contact the team at Shock Moto and we'll help you choose the correct variant for your bike and performance goals.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan\u003ePlease note:\u003c\/span\u003e\u003c\/strong\u003e\u003cspan\u003e The AETOS V9600 GEN2 is capable of significantly increasing your bike's performance. Actual power output depends on your battery, motor and overall bike configuration. Achieving higher power levels may require additional upgrades such as an aftermarket battery, motor or supporting components.\u003c\/span\u003e\u003c\/p\u003e","brand":"Ventus","offers":[{"title":"Surron Light Bee X","offer_id":42125423411255,"sku":null,"price":1999.0,"currency_code":"NZD","in_stock":true},{"title":"Surron Ultra Bee","offer_id":42125423444023,"sku":null,"price":1999.0,"currency_code":"NZD","in_stock":true},{"title":"Talaria xXx Pro","offer_id":42125423476791,"sku":null,"price":1999.0,"currency_code":"NZD","in_stock":true},{"title":"eRide Pro","offer_id":42125423509559,"sku":null,"price":1999.0,"currency_code":"NZD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0598\/7690\/0919\/files\/VentusAetosBlack.jpg?v=1772239556"},{"product_id":"ventus-beast-motor-bst-28kw-bst-48kw","title":"Ventus Beast Motor | BST-28KW \u0026 BST-48KW","description":"\u003cstyle\u003e\n  \/* Ventus Beast Motor product page *\/\n\n  .beast-motor-page {\n    width: 100%;\n  }\n\n  .beast-motor-page h3 {\n    margin-top: 34px;\n    margin-bottom: 14px;\n  }\n\n  .beast-motor-page p {\n    line-height: 1.65;\n  }\n\n  \/* Performance highlight cards *\/\n\n  .motor-highlights {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n    margin: 34px 0 42px;\n  }\n\n  .motor-highlight-card {\n    box-sizing: border-box;\n    padding: 25px;\n    border: 1px solid #dddddd;\n    border-left-width: 5px;\n    border-radius: 10px;\n    background: #f5f5f5;\n  }\n\n  .motor-highlight-card h3 {\n    margin: 0 0 12px;\n    font-size: 21px;\n    line-height: 1.2;\n    font-weight: 800;\n  }\n\n  .motor-highlight-card p {\n    margin: 0;\n    color: #444444;\n    font-size: 16px;\n    line-height: 1.6;\n  }\n\n  .motor-highlight-power {\n    border-left-color: #d83a2e;\n  }\n\n  .motor-highlight-power h3 {\n    color: #d83a2e;\n  }\n\n  .motor-highlight-water {\n    border-left-color: #1976d2;\n  }\n\n  .motor-highlight-water h3 {\n    color: #1976d2;\n  }\n\n  .motor-highlight-control {\n    border-left-color: #7b1fa2;\n  }\n\n  .motor-highlight-control h3 {\n    color: #7b1fa2;\n  }\n\n  .motor-highlight-efficiency {\n    border-left-color: #388e3c;\n  }\n\n  .motor-highlight-efficiency h3 {\n    color: #388e3c;\n  }\n\n  \/* Compatibility guidance *\/\n\n  .motor-compatibility-intro {\n    margin: 0 0 22px;\n  }\n\n  \/* Tables *\/\n\n  .motor-table-wrap {\n    width: 100%;\n    margin: 22px 0 38px;\n    overflow: hidden;\n    border: 1px solid rgba(255, 255, 255, 0.18);\n    border-radius: 10px;\n    box-sizing: border-box;\n  }\n\n  .motor-table {\n    width: 100%;\n    margin: 0;\n    border-collapse: collapse;\n    table-layout: fixed;\n    background: #171717;\n    color: #eeeeee;\n    font-size: 14px;\n  }\n\n  .motor-table th,\n  .motor-table td {\n    padding: 11px 12px;\n    border-right: 1px solid rgba(255, 255, 255, 0.12);\n    border-bottom: 1px solid rgba(255, 255, 255, 0.12);\n    text-align: left;\n    vertical-align: top;\n    line-height: 1.45;\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n  }\n\n  .motor-table th:last-child,\n  .motor-table td:last-child {\n    border-right: none;\n  }\n\n  .motor-table tbody tr:last-child td {\n    border-bottom: none;\n  }\n\n  .motor-table thead th {\n    background: #252525;\n    color: #ffffff;\n    font-size: 15px;\n    font-weight: 800;\n  }\n\n  .motor-table tbody tr:nth-child(even) {\n    background: #202020;\n  }\n\n  .motor-table tbody tr:nth-child(odd) {\n    background: #181818;\n  }\n\n  .motor-table tbody tr:hover {\n    background: #292929;\n  }\n\n  .motor-table td:first-child {\n    color: #d7d7d7;\n    font-weight: 700;\n  }\n\n  .motor-table td:not(:first-child) strong {\n    font-weight: 800;\n  }\n\n  \/* Comparison table column widths *\/\n\n  .comparison-table th:first-child,\n  .comparison-table td:first-child {\n    width: 29%;\n  }\n\n  .comparison-table th:nth-child(2),\n  .comparison-table td:nth-child(2) {\n    width: 41%;\n  }\n\n  .comparison-table th:nth-child(3),\n  .comparison-table td:nth-child(3) {\n    width: 30%;\n  }\n\n  \/* Coloured comparison headers and values *\/\n\n  .comparison-table thead th:nth-child(2) {\n    background: #b83228;\n  }\n\n  .comparison-table thead th:nth-child(3) {\n    background: #67208e;\n  }\n\n  .comparison-table td:nth-child(2) strong {\n    color: #ef6258;\n  }\n\n  .comparison-table td:nth-child(3) strong {\n    color: #c77bea;\n  }\n\n  \/* Technical table column widths *\/\n\n  .technical-table th:first-child,\n  .technical-table td:first-child {\n    width: 34%;\n  }\n\n  .technical-table th:nth-child(2),\n  .technical-table td:nth-child(2) {\n    width: 66%;\n  }\n\n  \/* Technical feature text *\/\n\n  .motor-feature-list {\n    margin: 20px 0 34px;\n  }\n\n  .motor-feature-item {\n    margin: 0 0 17px;\n    line-height: 1.65;\n  }\n\n  .motor-feature-label {\n    font-weight: 800;\n  }\n\n  .feature-bearing {\n    color: #1976d2;\n  }\n\n  .feature-rotor {\n    color: #d83a2e;\n  }\n\n  .feature-winding {\n    color: #7b1fa2;\n  }\n\n  .feature-shaft {\n    color: #388e3c;\n  }\n\n  \/* Important compatibility notice *\/\n\n  .motor-notice {\n    margin: 34px 0;\n    padding: 18px 20px;\n    border-left: 5px solid #d83a2e;\n    border-radius: 8px;\n    background: rgba(216, 58, 46, 0.12);\n    line-height: 1.6;\n  }\n\n  .motor-notice strong {\n    color: #ef6258;\n  }\n\n  .motor-controller-link {\n    font-weight: 700;\n  }\n\n  \/* Workshop section *\/\n\n.motor-workshop-list {\n  margin-top: 10px;\n  margin-bottom: 0;\n  padding-left: 28px;\n}\n\n.motor-workshop-list li {\n  margin-bottom: 2px;\n  line-height: 1.4;\n}\n\n.beast-motor-page ul:not(.motor-workshop-list) {\n  margin-top: 10px;\n  padding-left: 28px;\n}\n\n.beast-motor-page ul:not(.motor-workshop-list) li {\n  margin-bottom: 2px;\n  line-height: 1.4;\n}\n\n  \/* Tablet and mobile *\/\n\n  @media screen and (max-width: 749px) {\n    .motor-highlights {\n      grid-template-columns: 1fr;\n      gap: 15px;\n      margin: 28px 0 35px;\n    }\n\n    .motor-highlight-card {\n      padding: 21px;\n    }\n\n    .motor-highlight-card h3 {\n      font-size: 20px;\n    }\n\n    .motor-highlight-card p {\n      font-size: 15px;\n    }\n\n    .motor-table-wrap {\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n    }\n\n    .comparison-table {\n      min-width: 590px;\n      table-layout: auto;\n    }\n\n    .technical-table {\n      min-width: 500px;\n      table-layout: auto;\n    }\n\n    .motor-table {\n      font-size: 13px;\n    }\n\n    .motor-table th,\n    .motor-table td {\n      padding: 10px;\n    }\n\n    .motor-table thead th {\n      font-size: 14px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"beast-motor-page\"\u003e\n\n  \u003cp\u003e\n    \u003cstrong\u003eRace-level power for your electric dirt bike\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The Ventus Beast Motor is designed for riders who want serious performance\n    from their eMoto platform. Delivering up to \u003cstrong\u003e48kW peak power\u003c\/strong\u003e,\n    advanced IPM motor technology and high-efficiency operation, the Beast Motor\n    transforms your bike into a true performance machine.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"motor-highlights\"\u003e\n\n    \u003cdiv class=\"motor-highlight-card motor-highlight-power\"\u003e\n      \u003ch3\u003eExtreme Power\u003c\/h3\u003e\n      \u003cp\u003e\n        Up to \u003cstrong\u003e48kW peak output\u003c\/strong\u003e for riders chasing maximum\n        acceleration and performance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"motor-highlight-card motor-highlight-water\"\u003e\n      \u003ch3\u003eOff-Road Ready\u003c\/h3\u003e\n      \u003cp\u003e\n        \u003cstrong\u003eIP67 waterproof protection\u003c\/strong\u003e and premium construction\n        designed for harsh riding conditions.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"motor-highlight-card motor-highlight-control\"\u003e\n      \u003ch3\u003ePrecision Control\u003c\/h3\u003e\n      \u003cp\u003e\n        ABZ + PWM encoder technology delivers smoother throttle response and\n        precise power delivery.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"motor-highlight-card motor-highlight-efficiency\"\u003e\n      \u003ch3\u003eHigh Efficiency\u003c\/h3\u003e\n      \u003cp\u003e\n        Advanced IPM motor technology reduces heat build-up and maintains\n        performance during high-output riding.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003ch3\u003eCompatibility \u0026amp; Performance\u003c\/h3\u003e\n\n  \u003cp class=\"motor-compatibility-intro\"\u003e\n    Choose the \u003cstrong\u003eBST-28KW\u003c\/strong\u003e for lightweight performance builds\n    including the Surron Light Bee X, Talaria XXX and Ventus One Plus. The\n    \u003cstrong\u003eBST-48KW\u003c\/strong\u003e is purpose-built for riders wanting maximum\n    performance from the Surron Ultra Bee platform.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"motor-table-wrap\"\u003e\n    \u003ctable class=\"motor-table comparison-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eSpecification\u003c\/th\u003e\n          \u003cth\u003eBST-28KW\u003c\/th\u003e\n          \u003cth\u003eBST-48KW\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eCompatible Bikes\u003c\/td\u003e\n          \u003ctd\u003e\n            \u003cstrong\u003e\n              Surron Light Bee X\u003cbr\u003e\n              Ventus One Plus\u003cbr\u003e\n              Talaria XXX\u003cbr\u003e\n              E Ride Pro SS 2.0, 3.0 and Pro SR\n            \u003c\/strong\u003e\n          \u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003eSurron Ultra Bee\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003ePeak Power\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e28kW\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e48kW\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eMotor Weight\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e10.9kg\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e11.8kg\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003ePeak Torque\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e62Nm\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e85Nm\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eWorking Voltage\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e48–100V\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e48–100V\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eKV Rating\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e75KV\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e91.6KV\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eMaximum Rotor Speed\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e9,500 RPM\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e10,000 RPM\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eMaximum Efficiency\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e≥95%\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e≥95%\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eMaximum Phase Current\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e850A\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e1250A\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003eIP67\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003eIP67\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eColour\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003eIron Grey\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003eIron Grey\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003ch3\u003eEngineered for Serious Performance\u003c\/h3\u003e\n\n  \u003cp\u003e\n    Unlike conventional eMoto motors, the Beast Motor combines advanced motor\n    technology with premium manufacturing processes to maximise performance,\n    efficiency and reliability.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"motor-feature-list\"\u003e\n\n    \u003cp class=\"motor-feature-item\"\u003e\n      \u003cspan class=\"motor-feature-label feature-bearing\"\u003ePremium Bearings:\u003c\/span\u003e\n      High-quality sealed bearings reduce friction, improve durability and\n      support sustained operation at high RPM.\n    \u003c\/p\u003e\n\n    \u003cp class=\"motor-feature-item\"\u003e\n      \u003cspan class=\"motor-feature-label feature-rotor\"\u003e\n        Internal Permanent Magnet Rotor:\n      \u003c\/span\u003e\n      The IPM rotor design delivers higher torque density, improved efficiency\n      and better heat management than traditional motor designs.\n    \u003c\/p\u003e\n\n    \u003cp class=\"motor-feature-item\"\u003e\n      \u003cspan class=\"motor-feature-label feature-winding\"\u003e\n        Vacuum Pressure Impregnated Windings:\n      \u003c\/span\u003e\n      Each stator is vacuum impregnated to improve insulation, increase thermal\n      conductivity and extend motor life under high loads.\n    \u003c\/p\u003e\n\n    \u003cp class=\"motor-feature-item\"\u003e\n      \u003cspan class=\"motor-feature-label feature-shaft\"\u003e\n        High-Strength Alloy Shaft:\n      \u003c\/span\u003e\n      Manufactured from 40CrMoTi alloy steel, the output shaft is engineered to\n      withstand the extreme torque produced by high-powered controller and\n      battery combinations.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n  \u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n\n  \u003cdiv class=\"motor-table-wrap\"\u003e\n    \u003ctable class=\"motor-table technical-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eSpecification\u003c\/th\u003e\n          \u003cth\u003eValue\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMotor Type\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003eInternal Permanent Magnet (IPM)\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eCooling\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003eNatural Air Cooling\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003ePosition Sensor\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003eABZ + PWM Encoder\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eTemperature Sensor\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003eNTC 10K Thermistor\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eShaft Material\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003e40CrMoTi Steel Alloy\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eBearings\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003ePremium Sealed Bearings\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eStator Winding\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003eVacuum Pressure Impregnation (VPI)\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n          \u003ctd\u003e\u003cstrong\u003eIP67\u003c\/strong\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"motor-notice\"\u003e\n    \u003cstrong\u003eImportant:\u003c\/strong\u003e\n    The BST-28KW and BST-48KW are designed for different bike platforms and are\n    not interchangeable. If you are unsure which model suits your bike, contact\n    us before ordering and we will help confirm compatibility.\n  \u003c\/div\u003e\n\n  \u003ch3\u003eNot sure which Beast Motor is right for your bike?\u003c\/h3\u003e\n\n  \u003cp\u003e\n    Contact the Shock Moto team for expert advice on motor compatibility,\n    controllers, batteries and complete performance builds.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    For maximum performance, we recommend pairing the Ventus Beast Motor with\n    the\n    \u003ca class=\"motor-controller-link\" href=\"https:\/\/www.shockmoto.co.nz\/products\/ventus-aetos-v9600-gen2-controller\" target=\"_blank\" rel=\"noopener\"\u003e\n      Ventus AETOS V9600 GEN2 Controller\n    \u003c\/a\u003e.\n  \u003c\/p\u003e\n\n  \u003ch3\u003eNeed help building the ultimate eMoto?\u003c\/h3\u003e\n\n  \u003cp\u003e\n    Our Wellington workshop can supply and install complete performance\n    packages tailored to your bike, riding style and power goals.\n  \u003c\/p\u003e\n\n  \u003cul class=\"motor-workshop-list\"\u003e\n    \u003cli\u003ePerformance motor and controller installation\u003c\/li\u003e\n    \u003cli\u003eBattery and voltage upgrade advice\u003c\/li\u003e\n    \u003cli\u003eController setup and tuning\u003c\/li\u003e\n    \u003cli\u003eDrivetrain and gearing recommendations\u003c\/li\u003e\n    \u003cli\u003eComplete customised performance builds\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003ch3\u003eWhy Buy From Shock Moto?\u003c\/h3\u003e\n\n  \u003cul\u003e\n    \u003cli\u003eOfficial New Zealand Ventus dealer\u003c\/li\u003e\n    \u003cli\u003eGenuine Ventus products\u003c\/li\u003e\n    \u003cli\u003eNew Zealand-held stock\u003c\/li\u003e\n    \u003cli\u003eLocal technical and warranty support\u003c\/li\u003e\n    \u003cli\u003eExpert performance upgrade advice\u003c\/li\u003e\n    \u003cli\u003eFast nationwide shipping\u003c\/li\u003e\n    \u003cli\u003eWorkshop installation available\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n\u003c\/div\u003e","brand":"Ventus","offers":[{"title":"BST-28KW","offer_id":42323139035191,"sku":null,"price":1349.0,"currency_code":"NZD","in_stock":true},{"title":"BST-48KW","offer_id":42323139067959,"sku":null,"price":1699.0,"currency_code":"NZD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0598\/7690\/0919\/files\/VentusBeastMotorFront.jpg?v=1784240787"},{"product_id":"ventus-aetos-gen2-controller-heatsink","title":"Ventus AETOS Gen2 Controller Heatsink","description":"\u003cstyle\u003e\n  .ventus-heatsink-page {\n    width: 100%;\n  }\n\n  .ventus-heatsink-page h3 {\n    margin-top: 32px;\n    margin-bottom: 12px;\n  }\n\n  .ventus-heatsink-page p {\n    line-height: 1.65;\n  }\n\n  .heatsink-options {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin: 30px 0 36px;\n  }\n\n  .heatsink-option {\n    box-sizing: border-box;\n    padding: 22px;\n    border: 1px solid #dddddd;\n    border-left: 5px solid;\n    border-radius: 10px;\n    background: #f5f5f5;\n  }\n\n  .heatsink-option h3 {\n    margin: 0 0 10px;\n    font-size: 20px;\n    line-height: 1.25;\n    font-weight: 800;\n  }\n\n  .heatsink-option p {\n    margin: 0;\n    color: #444444;\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  .heatsink-thick {\n    border-left-color: #d83a2e;\n  }\n\n  .heatsink-thick h3 {\n    color: #d83a2e;\n  }\n\n  .heatsink-thin {\n    border-left-color: #1976d2;\n  }\n\n  .heatsink-thin h3 {\n    color: #1976d2;\n  }\n\n  .heatsink-features {\n    margin-top: 12px;\n    padding-left: 28px;\n  }\n\n  .heatsink-features li {\n    margin-bottom: 4px;\n    line-height: 1.45;\n  }\n\n  .heatsink-note {\n    margin: 30px 0;\n    padding: 17px 19px;\n    border-left: 5px solid #e0a800;\n    border-radius: 8px;\n    background: rgba(224, 168, 0, 0.12);\n    line-height: 1.6;\n  }\n\n  .heatsink-note strong {\n    color: #f2bd2e;\n  }\n\n  .heatsink-controller-link {\n    font-weight: 700;\n  }\n\n  @media screen and (max-width: 749px) {\n    .heatsink-options {\n      grid-template-columns: 1fr;\n      gap: 15px;\n      margin: 26px 0 32px;\n    }\n\n    .heatsink-option {\n      padding: 20px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"ventus-heatsink-page\"\u003e\n\u003cp\u003e\u003cstrong\u003eKeep your controller cool when the trail and your throttle hand gets hot.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eThe Ventus AETOS Heatsink is designed to draw heat away from your Gen2 Ventus controller, helping it operate cooler and maintain more consistent performance during demanding riding.\u003c\/p\u003e\n\u003cp\u003eWhether you're tackling long climbs, aggressive trail riding or running high-power tunes, the Ventus Heatsink helps reduce heat build-up to keep your controller performing at its best.\u003c\/p\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"heatsink-features\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eImproved heat dissipation\u003c\/strong\u003e for cooler, more stable controller performance.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHigh-surface-area cooling fins\u003c\/strong\u003e maximise airflow and heat transfer.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHelps reduce thermal cutback\u003c\/strong\u003e during long climbs and demanding riding.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDurable CNC-machined construction\u003c\/strong\u003e built for harsh off-road conditions.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDirect fit\u003c\/strong\u003e for compatible Ventus AETOS Gen2 controllers.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"heatsink-note\"\u003e\n\u003cstrong\u003eCompatibility:\u003c\/strong\u003e Designed for the Ventus Gen2 AETOS controller. Please confirm your controller generation before ordering.\u003c\/div\u003e\n\u003cp\u003eLooking for the complete controller? View the \u003ca class=\"heatsink-controller-link\" href=\"https:\/\/www.shockmoto.co.nz\/products\/ventus-aetos-v9600-gen2-controller\" rel=\"noopener\" target=\"_blank\"\u003eVentus AETOS V9600 Gen2 Controller\u003c\/a\u003e\u003c\/p\u003e\n\u003ch3\u003eWhy Buy From Shock Moto?\u003c\/h3\u003e\n\u003cul class=\"heatsink-features\"\u003e\n\u003cli\u003eOfficial New Zealand Ventus dealer\u003c\/li\u003e\n\u003cli\u003eGenuine Ventus products\u003c\/li\u003e\n\u003cli\u003eLocal technical support\u003c\/li\u003e\n\u003cli\u003eFast nationwide shipping\u003c\/li\u003e\n\u003cli\u003eWorkshop installation available\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e","brand":"Ventus","offers":[{"title":"Racing Orange","offer_id":42323214139447,"sku":null,"price":145.0,"currency_code":"NZD","in_stock":true},{"title":"Pearl White","offer_id":42323214172215,"sku":null,"price":145.0,"currency_code":"NZD","in_stock":false},{"title":"Dynamic Purple","offer_id":42323214204983,"sku":null,"price":145.0,"currency_code":"NZD","in_stock":true},{"title":"Poseidon Blue","offer_id":42323214237751,"sku":null,"price":145.0,"currency_code":"NZD","in_stock":false},{"title":"Shimmering Grey","offer_id":42323214270519,"sku":null,"price":145.0,"currency_code":"NZD","in_stock":true},{"title":"Lightning Silver","offer_id":42323214303287,"sku":null,"price":145.0,"currency_code":"NZD","in_stock":true},{"title":"Carbon Stone Black","offer_id":42323214336055,"sku":null,"price":145.0,"currency_code":"NZD","in_stock":false},{"title":"Punk Green","offer_id":42323214434359,"sku":null,"price":145.0,"currency_code":"NZD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0598\/7690\/0919\/files\/Heatsinksall.jpg?v=1784257903"}],"url":"https:\/\/www.shockmoto.co.nz\/collections\/complete-performance-packages.oembed","provider":"Shock Moto Ltd","version":"1.0","type":"link"}