- DESCRIPTION
- SPECS
- FITMENT
- Package includes dry battery, acid pack, hardware and instructions (you will be required to fill and charge battery)
- Dry battery ensures that you’re starting at the beginning of the life-cycle when acid is added.
- Canadian winters are hard on batteries, we recommend that you install a battery tender if your vehicle is not in use during winter months.
- Customers using vehicle for plowing should also place the battery on a battery tender between uses, as repeated winch operation can draw more current than the charging system can recover.
- Extra-long life for motorcycles, all-terrain vehicles (ATV), utility vehicles (UTV), snowmobiles and personal watercrafts (PWC)
- Battery must be filled and charged prior to first use
- Includes a seal to create a sealed, spill-proof battery.
- 1-year free replacement warranty (shipping charges may apply)
- BATTERY CHEMISTRY:Â Lead Acid
- BATTERY TYPE:Â Maintenance-Free AGM
- C.C.A.:Â 50
- CAPACITY AH:Â 3
- DIMENSIONS:Â 4-7/16” L x 2-3/4″ W x 3-3/8″ H
- TERMINAL CONFIGURATION:Â Negative: Left Post
- VOLTAGE:Â 12V
- WEIGHT:Â 2.91Â lbs
-
FITS ATV MODELS:
- Aeon (Benzai) 100 Cobra/CX-Sport 100 All Years
- Aeon (Benzai) 50 Cobra/CX-Sport 50 All Years
- Aeon (Benzai) 90 Cobra/CX-Sport 90 All Years
- Arctic Cat 90 ATV 90, Y-12 Youth, 2-Stroke 2002 – 2004
- Arctic Cat 50 ATV50 Y-6 Youth 2004 – 2005
- BRP (CAN-AM) 50 DS50, Quest 2002 – 2006
- BRP (CAN-AM) 70 DS70 2019
- BRP (CAN-AM) 90 DS90, DS90F, Quest 2002 – 2019
- E-Ton 50 AXL, TXL, NXL, RXL 1999 – 2003
- E-Ton 90 AXL, TXL, NXL, RXL 1999 – 2003
- E-Ton 90 DXL90 Sierra 1999 – 2003
- Kasea 50 Mini Skyhawk All Years
- Polaris 50 Scrambler 2001 – 2002
- Polaris 90 Scrambler, Sportsman 2001 – 2002
- Qianjiang 100 ATV100 All Years
- Qianjiang 50 ATV50 All Years
-
FITS MOTORCYCLEÂ MODELS:
- Cagiva 50 City, Lucky, Explorer 1994 – 1997
- Gas Gas 250 Pampera 1996 – 2001
- Gas Gas 320 Pampera 1998 – 2001
- Gas Gas 370 Pampera 1997
- Honda 110 CRF110F 2013 – 2016
- Honda 125 CRF125F 2014 – 2018
- Honda 70 CT70 1991 – 1994
- Honda 125 MSX125 Grom 2014 – 2019
- Honda 200 TLR200 Reflex 1986 – 1987
- Honda 250 XR250L 1991 – 1996
- Honda 125 Z125M, MA 2019
- Honda 50 ZB50 1988
- Husqvarna 250 FC 2014 – 2017
- Husqvarna 350 FC 2014 – 2017
- Husqvarna 450 FC 2014 – 2017
- Kawasaki 110 KLX110, L 2003 – 2019
- Kawasaki 125 Z125 PRO 2017 – 2019
- KTM 200 200 XC-W 2013
- KTM 200 200 XC-W 2015 – 2016
- KTM 450 450SMR 2013
- KTM 400 E/XC Racing 4-Stroke 2000 – 2002
- KTM 520 E/XC, M/XC Racing 4-Stroke 2000 – 2002
- KTM 250 EXC, Racing 2003 – 2005
- KTM 450 EXC, Racing 2003 – 2005
- KTM 525 EXC, Racing 2003 – 2007
- KTM 400 EXC, Racing 2003 – 2005
- KTM 350 EXC-F 2014
- KTM 350 SX-F 2011 – 2015
- KTM 350 SX-F 2011 – 2016
- KTM 450 SX-F 2011 – 2015
- KTM 450 SX-F 2011 – 2016
- KTM 250 SX-F, EXC, EXC-F 2013 – 2015
- KTM 250 SX-F, EXC, EXC-F 2013 – 2018
- KTM 250 XC, EXC, XC-W 2011 – 2012
- KTM 300 XC, XC-W, EXC-F 2011 – 2013
- Suzuki 250 DR250S 1990 – 1992
- Suzuki 350 DR350S 1990 – 1996
- Suzuki 650 DR650S N, P 1992 – 1993
- Yamaha 125 TTR125E/LE Electric Start 2003 – 2018
-
FITS SCOOTER MODELS:Â
- Honda 50 NB50 Aero 1985 – 1987
- Honda 50 NCH50 Metropolitan 2013 – 2017
- Honda 50 NQ50 Spree, 50D SS 1986 – 1987
- Honda 50 SA50 Elite LX, S, SR 1988 – 2001
- Honda 50 SB50 (All) 1988 – 1990
- Honda 50 SE50 Elite (All) 1987
- Honda 50 TG50 Gyro S (All) 1985 – 1986
- Hyosung 50 SB50 Super Cab, SD50 Sense, SF50 Prima , Rally, Sense All Years
- SYM 50 RS50 2010
- Yamaha 50 CY50 Riva Jog 1992 – 2001
document.addEventListener( ‘DOMContentLoaded’, function () {
$(‘ul.tabs’).each(function(){
var active, content, links = $(this).find(‘a’);
active = links.first().addClass(‘active’);
content = $(active.attr(‘href’));
links.not(‘:first’).each(function () {
$($(this).attr(‘href’)).hide();
});
$(this).find(‘a’).click(function(e){
active.removeClass(‘active’);
content.hide();
active = $(this);
content = $($(this).attr(‘href’));
active.addClass(‘active’);
content.show();
return false;
});
});
}, false );
ul.tabs {
border-bottom: 1px solid #DDDDDD;
display: block;
margin: 0 0 20px;
padding: 0;
}
ul.tabs li {
display: block;
float: left;
height: 30px;
margin-bottom: 0;
padding: 0;
width: auto;
}
ul.tabs li a {
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: none repeat scroll 0 0 #F5F5F5;
border-color: #EE5807 !important;
border-style: solid;
border-width: 1px 1px 0 1px;
display: block;
font-size: 13px;
height: 29px;
line-height: 30px;
margin: 0;
padding: 0 10px;
text-decoration: none;
width: auto;
color: #303030;
border-bottom:none !important;
}
ul.tabs li a.active {
background: none repeat scroll 0 0 #EE5807;
border-left-width: 1px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
color: #111111;
height: 30px;
margin: 0 0 0 -1px;
padding-top: 4px;
position: relative;
top: -4px;
}
ul.tabs li:first-child a.active {
margin-left: 0;
}
ul.tabs li:first-child a {
border-top-left-radius: 2px;
border-width: 1px 1px 0;
}
ul.tabs li:last-child a {
border-top-right-radius: 2px;
}
ul.tabs:before, ul.tabs:after {
content: ” “;
display: block;
height: 0;
overflow: hidden;
visibility: hidden;
width: 0;
}
ul.tabs:after {
clear: both;
}



Reviews
There are no reviews yet.