
ZPRO 12V165AH LITHIUM BATTERY
.hidden-content { display: none; /* Initially hide the content */ } #toggleButton { font-size: 16px; color: white; background-color: red; padding: 10px 20px; border-radius: 0; border: non; cursor: pointer; } This 12V 165AH Lithium Battery with Bluetooth connectivity is the perfect solution for powering your electronics, trolling motor as well as RV and solar applications. Cut down on weight and save room without sacrificing power. Built with cutting edge Lithium Iron Phosphate (LiFePO4) technology, this battery at just 37 lbs comes in at half the weight of traditional batteries, while providing more than double the power, taking you farther and keeping you on the water longer. Get more than 2000 charge cycles, 4 times the life of a traditional SLA battery. 12 year, no-hassle warranty. RECOMMENDED CHARGER: 12V 20A Lithium Battery Charger (LiFePO4) Most Popular Applications: Electronics Trolling motors RV Solar Specifications: Chemistry: LiFePO4 (LFP) Nominal Voltage: 12.8V Rated Capacity: 165Ah Energy: 2112 Wh Dimension: 13*7.2*9 inches / 330*182.9*228.6 mm (Group 27) Weight: 38.15 lbs/17.3 kg Bluetooth: Yes Cycle life: >2000 cycles at 100% DOD at 0.5C rate Internal Resistance: <40 mOhm at 50% SOC Recommended Charge Cut-off Voltage: 14.0-14.6V Max Charge Current: 150A Recommended Charge Current: 50A Max Discharge Current: 150A continuous and 130A for 2s Discharge Cut-off Voltage: 10V (release at 11V) Charging Temperature: 0 to 45℃ (32 to113 ºF) Discharging Temperature: -20 to 60℃ (-4 to 140 ºF) Storage Temperature: -20 to 45℃ (-4 to 113 ºF) Terminals: M8 Connection: Up to 4 series or 4 parallel Certifications: UN38.3, MSDS, UL1642 (for the cells only) Waterproofing Rating: IP67 Warning: This is not intended to be used as a cranking battery Show Product Specs const toggleButton = document.getElementById('toggleButton'); const hiddenContent = document.querySelector('.hidden-content'); let isContentVisible = false; toggleButton.addEventListener('click', function() { if (isContentVisible) { hiddenContent.style.display = 'none'; toggleButton.textContent = 'Show Product Specs'; } else { hiddenContent.style.display = 'block'; toggleButton.textContent = 'Show Less'; } isContentVisible = !isContentVisible; });