{"id":21338,"date":"2025-03-12T11:35:18","date_gmt":"2025-03-12T03:35:18","guid":{"rendered":"https:\/\/manlybattery.com\/?page_id=21338"},"modified":"2025-07-03T17:44:20","modified_gmt":"2025-07-03T09:44:20","slug":"calcolatore-della-capacit%c3%a0-della-batteria","status":"publish","type":"page","link":"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-capacity-calculator\/","title":{"rendered":"Calcolatore della capacit\u00e0 della batteria"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"21338\" class=\"elementor elementor-21338\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f974593 e-flex e-con-boxed e-con e-parent\" data-id=\"6f974593\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-05d279d elementor-widget elementor-widget-text-editor\" data-id=\"05d279d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h1 style=\"text-align: center;\"><span data-preserver-spaces=\"true\">How to Calculate Amp Hours for a Battery<\/span><\/h1><p><span data-preserver-spaces=\"true\">Have you ever wondered how long your battery will power your gear? Let\u2019s break it down in a fun, straightforward way that makes sense for real-world use!<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b7d9047 elementor-widget elementor-widget-html\" data-id=\"b7d9047\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"manly-capacity-calculator\" role=\"region\" aria-label=\"Battery Capacity Calculator\">\r\n  <h2>Battery Capacity Calculator<\/h2>\r\n\r\n  <!-- Simple Mode -->\r\n  <div class=\"manly-capacity-section\">Simple Mode (Required Fields)<\/div>\r\n  <div class=\"manly-capacity-group\">\r\n    <label>Load Power (W):<\/label>\r\n    <input type=\"number\" id=\"manly-loadPower\" placeholder=\"e.g., 100\" min=\"0\">\r\n  <\/div>\r\n  <div class=\"manly-capacity-group\">\r\n    <label>Runtime (hours):<\/label>\r\n    <input type=\"number\" id=\"manly-runTime\" placeholder=\"e.g., 5\" min=\"0\">\r\n  <\/div>\r\n  <div class=\"manly-capacity-group\">\r\n    <label>Battery Voltage (V):<\/label>\r\n    <input type=\"number\" id=\"manly-batteryVoltage\" placeholder=\"e.g., 12\" min=\"0\">\r\n  <\/div>\r\n  <div class=\"manly-capacity-group\">\r\n    <label>Battery Type:<\/label>\r\n    <select id=\"manly-batteryType\">\r\n      <option value=\"lead_acid\">Lead Acid<\/option>\r\n      <option value=\"lifepo4\">LiFePO4<\/option>\r\n      <option value=\"lithium_ion\">Lithium-Ion<\/option>\r\n    <\/select>\r\n  <\/div>\r\n\r\n  <!-- Advanced Mode -->\r\n  <div class=\"manly-capacity-section\">Advanced Mode (Optional Fields)<\/div>\r\n  <div class=\"manly-capacity-group\">\r\n    <label>Charge\/Discharge Efficiency (0\u20131):<\/label>\r\n    <input type=\"number\" id=\"manly-efficiency\" placeholder=\"Leave blank for default\" step=\"0.01\" min=\"0\" max=\"1\">\r\n  <\/div>\r\n  <div class=\"manly-capacity-group\">\r\n    <label>C-Rate (e.g., 0.5 or 1.0):<\/label>\r\n    <input type=\"number\" id=\"manly-cRate\" placeholder=\"Leave blank for default\" step=\"0.1\" min=\"0\">\r\n  <\/div>\r\n  <div class=\"manly-capacity-group\">\r\n    <label>Average Operating Temperature (\u00b0C):<\/label>\r\n    <input type=\"number\" id=\"manly-temp\" placeholder=\"e.g., 25\" step=\"0.1\">\r\n  <\/div>\r\n  <div class=\"manly-capacity-group\">\r\n    <label>Usable Capacity Ratio (0\u20131):<\/label>\r\n    <input type=\"number\" id=\"manly-usableRatio\" placeholder=\"Leave blank for default\" step=\"0.01\" min=\"0\" max=\"1\">\r\n  <\/div>\r\n  <div class=\"manly-capacity-group\">\r\n    <label>Degradation Factor:<\/label>\r\n    <input type=\"number\" id=\"manly-degradation\" placeholder=\"Leave blank for default\" step=\"0.1\" min=\"1\">\r\n  <\/div>\r\n\r\n  <!-- Calculate Button -->\r\n  <button id=\"manly-calculate-btn\">Calculate Battery Capacity<\/button>\r\n  <div class=\"manly-capacity-result\" id=\"manly-capacity-result\"><\/div>\r\n<\/div>\r\n\r\n<style>\r\n.manly-capacity-calculator {\r\n  font-family: Arial, sans-serif;\r\n  background-color: #fff;\r\n  color: #333;\r\n  line-height: 1.6;\r\n  padding: 20px;\r\n  max-width: 600px;\r\n  margin: 20px auto;\r\n  border-radius: 8px;\r\n  box-shadow: 0 0 10px rgba(0,0,0,0.1);\r\n}\r\n.manly-capacity-section {\r\n  font-size: 18px;\r\n  font-weight: bold;\r\n  margin: 20px 0 10px;\r\n}\r\n.manly-capacity-group {\r\n  display: flex;\r\n  align-items: center;\r\n  margin-bottom: 15px;\r\n}\r\n.manly-capacity-group label {\r\n  flex: 1;\r\n  font-weight: bold;\r\n}\r\n.manly-capacity-group input,\r\n.manly-capacity-group select {\r\n  flex: 2;\r\n  padding: 10px 12px;\r\n  border: 1px solid #ccc;\r\n  border-radius: 4px;\r\n  width: 100%;\r\n  font-size: 16px;\r\n  line-height: 1.4;\r\n  box-sizing: border-box;\r\n}\r\n#manly-calculate-btn {\r\n  width: 100%;\r\n  padding: 10px;\r\n  background-color: #007BFF;\r\n  color: #fff;\r\n  font-size: 16px;\r\n  border: none;\r\n  border-radius: 4px;\r\n  cursor: pointer;\r\n}\r\n#manly-calculate-btn:hover {\r\n  background-color: #0056b3;\r\n}\r\n.manly-capacity-result {\r\n  margin-top: 20px;\r\n  font-weight: bold;\r\n  text-align: center;\r\n  color: #00688B;\r\n}\r\n<\/style>\r\n\r\n<script>\r\n(function(){\r\n  document.getElementById('manly-calculate-btn').addEventListener('click', function(){\r\n    const loadPower = parseFloat(document.getElementById('manly-loadPower').value);\r\n    const runTime = parseFloat(document.getElementById('manly-runTime').value);\r\n    const voltage = parseFloat(document.getElementById('manly-batteryVoltage').value);\r\n    const type = document.getElementById('manly-batteryType').value;\r\n\r\n    let efficiency = parseFloat(document.getElementById('manly-efficiency').value);\r\n    let cRate = parseFloat(document.getElementById('manly-cRate').value);\r\n    let temp = parseFloat(document.getElementById('manly-temp').value);\r\n    let usableRatio = parseFloat(document.getElementById('manly-usableRatio').value);\r\n    let degradation = parseFloat(document.getElementById('manly-degradation').value);\r\n\r\n    let defaults = {\r\n      lead_acid:    { efficiency: 0.85, cRate: 0.5, usableRatio: 0.5, degradation: 1.2 },\r\n      lifepo4:      { efficiency: 0.95, cRate: 1.0, usableRatio: 0.8, degradation: 1.1 },\r\n      lithium_ion:  { efficiency: 0.95, cRate: 1.0, usableRatio: 0.9, degradation: 1.0 }\r\n    };\r\n\r\n    const preset = defaults[type] || {};\r\n    if (isNaN(efficiency)) efficiency = preset.efficiency;\r\n    if (isNaN(cRate)) cRate = preset.cRate;\r\n    if (isNaN(temp)) temp = 25;\r\n    if (isNaN(usableRatio)) usableRatio = preset.usableRatio;\r\n    if (isNaN(degradation)) degradation = preset.degradation;\r\n\r\n    if (loadPower > 0 && runTime > 0 && voltage > 0) {\r\n      let baseCapacity = (loadPower * runTime) \/ voltage;\r\n      let afterEfficiency = baseCapacity \/ efficiency;\r\n\r\n      let current = loadPower \/ voltage;\r\n      let minFromCRate = current \/ cRate;\r\n      let effectiveCapacity = Math.max(afterEfficiency, minFromCRate);\r\n\r\n      let tempDiff = Math.abs(temp - 25);\r\n      effectiveCapacity *= 1 \/ (1 - 0.005 * tempDiff);\r\n\r\n      effectiveCapacity \/= usableRatio;\r\n      const finalCapacity = effectiveCapacity * degradation;\r\n\r\n      document.getElementById('manly-capacity-result').innerText =\r\n        `Estimated Battery Capacity: ${finalCapacity.toFixed(2)} Ah`;\r\n    } else {\r\n      document.getElementById('manly-capacity-result').innerText =\r\n        \"Please enter valid values for load power, runtime, and battery voltage.\";\r\n    }\r\n  });\r\n})();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41620462 elementor-widget elementor-widget-text-editor\" data-id=\"41620462\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h2><span data-preserver-spaces=\"true\">What Are Amp Hours and Why Do They Matter?<\/span><\/h2><p><span data-preserver-spaces=\"true\">Amp-hours (Ah) tell you the story of your battery\u2019s strength\u2014they show how long it can deliver a particular current. Picture this: a battery rated at 20 Ah can power a device drawing <\/span><span data-preserver-spaces=\"true\">20 amps for one hour or 1 amp for 20 hours.<\/span><span data-preserver-spaces=\"true\"> This simple metric forms the heart of your <\/span>battery capacity and helps you decide if you\u2019ve got the power you need for your applications.<\/p><p style=\"text-align: center;\"><strong><span data-preserver-spaces=\"true\">Discover MANLY Battery\u2014China\u2019s Leading <a href=\"https:\/\/manlybattery.com\/\">Battery Manufacturer<\/a>\u2014when you need award-winning performance and reliability.<\/span><\/strong><\/p><h2><span data-preserver-spaces=\"true\">The Basics: Calculating Amp Hours<\/span><\/h2><p><span data-preserver-spaces=\"true\">Let\u2019s get into the nitty-gritty with a simple formula. The energy a battery delivers is calculated by:<\/span><\/p><p><strong><span data-preserver-spaces=\"true\">E = V \u00d7 I \u00d7 T<\/span><\/strong><\/p><ul><li><strong><span data-preserver-spaces=\"true\">V<\/span><\/strong><span data-preserver-spaces=\"true\"> = Voltage (in volts)<\/span><\/li><li><strong><span data-preserver-spaces=\"true\">I<\/span><\/strong><span data-preserver-spaces=\"true\"> = Current (in amps)<\/span><\/li><li><strong><span data-preserver-spaces=\"true\">T<\/span><\/strong><span data-preserver-spaces=\"true\"> = Time (in hours)<\/span><\/li><\/ul><p><span data-preserver-spaces=\"true\">For a quick conversion from watt-hours to amp hours, use:<\/span><\/p><p><strong><span data-preserver-spaces=\"true\">Ah = Wh \/ V<\/span><\/strong><\/p><p><span data-preserver-spaces=\"true\">For example, if your battery packs 2,048 Wh at 51.2 V, dividing these gives you a 40 Ah rating\u2014meaning it can supply 40 amps for one hour or stretch that energy over a more extended period.<\/span><\/p><h2><span data-preserver-spaces=\"true\">Meet Our <\/span><strong><span data-preserver-spaces=\"true\">battery capacity calculator<\/span><\/strong><span data-preserver-spaces=\"true\">.<\/span><\/h2><p><span data-preserver-spaces=\"true\">Our super-easy <\/span><strong><span data-preserver-spaces=\"true\">battery capacity calculator<\/span><\/strong><span data-preserver-spaces=\"true\"> takes the guesswork out of sizing your battery. In simple mode, just input these essentials:<\/span><\/p><ul><li><strong><span data-preserver-spaces=\"true\">Load Power (W):<\/span><\/strong><span data-preserver-spaces=\"true\"> Your device\u2019s wattage.<\/span><\/li><li><strong><span data-preserver-spaces=\"true\">Runtime (hours):<\/span><\/strong><span data-preserver-spaces=\"true\"> How long you want it to run.<\/span><\/li><li><strong><span data-preserver-spaces=\"true\">Battery Voltage (V):<\/span><\/strong><span data-preserver-spaces=\"true\"> The battery\u2019s nominal Voltage.<\/span><\/li><li><strong><span data-preserver-spaces=\"true\">Battery Type:<\/span><\/strong><span data-preserver-spaces=\"true\"> Choose from options like Lead Acid, <\/span>lithium ion battery<span data-preserver-spaces=\"true\">, or <\/span><a href=\"https:\/\/manlybattery.com\/battery-shop\/\"><strong><span data-preserver-spaces=\"true\">lifepo4 battery<\/span><\/strong><\/a><span data-preserver-spaces=\"true\">.<\/span><\/li><\/ul><p><span data-preserver-spaces=\"true\">The calculator computes the base amp-hour requirement using:<\/span><\/p><p><strong><span data-preserver-spaces=\"true\">Base Ah = (Load Power \u00d7 Runtime) \/ Battery Voltage<\/span><\/strong><\/p><h2><span data-preserver-spaces=\"true\">Advanced Mode: Fine-Tuning for Real-World Accuracy<\/span><\/h2><p><span data-preserver-spaces=\"true\">For those who love getting into the details, our advanced mode lets you tweak industry-standard parameters:<\/span><\/p><ul><li><strong><span data-preserver-spaces=\"true\">Charge\/Discharge Efficiency:<\/span><\/strong><span data-preserver-spaces=\"true\"> This measures real-world energy losses (default: 0.85 for Lead Acid Batteries; 0.95 for <\/span>lithium ion batteries and lifepo4 batteries).<\/li><li><strong><span data-preserver-spaces=\"true\">C-Rate:<\/span><\/strong><span data-preserver-spaces=\"true\"> This ensures the battery can safely handle your load (default: 0.5 for Lead Acid Batteries, 1.0 for high-performance batteries).<\/span><\/li><li><strong><span data-preserver-spaces=\"true\">Average Operating Temperature (\u00b0C):<\/span><\/strong><span data-preserver-spaces=\"true\"> Input the average temperature of your battery\u2019s environment. Deviations from the ideal 25\u00b0C assume a 0.5% loss per degree.<\/span><\/li><li><strong><span data-preserver-spaces=\"true\">Usable Capacity Ratio:<\/span><\/strong><span data-preserver-spaces=\"true\"> The actual portion of the battery\u2019s capacity (e.g., 0.5 for Lead Acid; 0.8 or 0.9 for advanced batteries).<\/span><\/li><li><strong><span data-preserver-spaces=\"true\">Degradation Factor:<\/span><\/strong><span data-preserver-spaces=\"true\"> Adjusts for long-term capacity loss.<\/span><\/li><\/ul><p><span data-preserver-spaces=\"true\">The process works like this:<\/span><\/p><ol><li><strong><span data-preserver-spaces=\"true\">Base Calculation:<\/span><\/strong><span data-preserver-spaces=\"true\"> Determine the ideal amp hours from your essential inputs.<\/span><\/li><li><strong><span data-preserver-spaces=\"true\">Efficiency Adjustment:<\/span><\/strong><span data-preserver-spaces=\"true\"> Account for energy losses.<\/span><\/li><li><strong><span data-preserver-spaces=\"true\">C-Rate Verification:<\/span><\/strong><span data-preserver-spaces=\"true\"> Check that the battery meets the required load safely.<\/span><\/li><li><strong><span data-preserver-spaces=\"true\">Temperature Compensation:<\/span><\/strong><span data-preserver-spaces=\"true\"> Adjust capacity based on operating temperature.<\/span><\/li><li><strong><span data-preserver-spaces=\"true\">Final Adjustment:<\/span><\/strong><span data-preserver-spaces=\"true\"> Factor in usable capacity and degradation to arrive at the real-world <\/span>battery capacity<span data-preserver-spaces=\"true\"> you need.<\/span><\/li><\/ol><p style=\"text-align: center;\"><a href=\"https:\/\/manlybattery.com\/\"><strong><span data-preserver-spaces=\"true\">For innovation that powers your projects, check out MANLY Battery\u2019s cutting-edge technology and unmatched quality.<\/span><\/strong><\/a><\/p><p><a href=\"https:\/\/manlybattery.com\/\"><img decoding=\"async\" class=\"aligncenter wp-image-20650 size-full\" title=\"Buy direct from battery manufacturer cost reduce\" src=\"https:\/\/manlybattery.com\/wp-content\/uploads\/2024\/12\/Buy-direct-from-battery-manufacturer-cost-reduce.webp\" alt=\"Buy direct from battery manufacturer cost reduce\" width=\"800\" height=\"457\" srcset=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/12\/Buy-direct-from-battery-manufacturer-cost-reduce.webp 800w, https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/12\/Buy-direct-from-battery-manufacturer-cost-reduce-300x171.webp 300w, https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/12\/Buy-direct-from-battery-manufacturer-cost-reduce-768x439.webp 768w, https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/12\/Buy-direct-from-battery-manufacturer-cost-reduce-705x403.webp 705w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/a><\/p><h2><span data-preserver-spaces=\"true\">Converting Between Amp Hours and Amps<\/span><\/h2><h3><span data-preserver-spaces=\"true\">From Amp Hours to Amps<\/span><\/h3><p><span data-preserver-spaces=\"true\">Divide the amp hour rating by the time to find the current your battery can supply:<\/span><\/p><p><strong><span data-preserver-spaces=\"true\">I = Ah \/ T<\/span><\/strong><\/p><p><span data-preserver-spaces=\"true\">For example, a 40 Ah battery can deliver 40 amps for one hour or 10 amps for four hours.<\/span><\/p><h3><span data-preserver-spaces=\"true\">From Amps to Amp Hours<\/span><\/h3><p><span data-preserver-spaces=\"true\">Multiply the current draw by the operating time to get the needed amp hours:<\/span><\/p><p><strong><span data-preserver-spaces=\"true\">Ah = I \u00d7 T<\/span><\/strong><\/p><p><span data-preserver-spaces=\"true\">These simple conversions help you tailor your battery setup to perfectly match your device\u2019s energy demands.<\/span><\/p><h2><span data-preserver-spaces=\"true\">Why Knowing Your Amp Hour Requirement Matters<\/span><\/h2><p><span data-preserver-spaces=\"true\">Understanding your amp hour needs prevents you from oversizing (and overspending on) your battery system while avoiding underperformance. <\/span><span data-preserver-spaces=\"true\">By calculating your total energy consumption in watt-hours<\/span><span data-preserver-spaces=\"true\"> and converting that to amp hours, you can confidently choose a battery that meets your load demands. Whether you opt for a high-energy <\/span>lithium ion battery or a robust lifepo4 battery<span data-preserver-spaces=\"true\">, knowing your amp hour requirement ensures efficiency and reliability.<\/span><\/p><p style=\"text-align: center;\"><a href=\"https:\/\/manlybattery.com\/\"><strong><span data-preserver-spaces=\"true\">Step<\/span><span data-preserver-spaces=\"true\"> up your energy game with MANLY Battery\u2019s industry-leading expertise and precision-engineered products.<\/span><\/strong><\/a><\/p><h2><span data-preserver-spaces=\"true\">Conclusion<\/span><\/h2><p><span data-preserver-spaces=\"true\">Calculating amp hours isn\u2019t just math\u2014it\u2019s about empowering your projects with the right <\/span>battery capacity. With our intuitive battery capacity calculator, you can easily estimate the amp hours you need for any application. Embrace this knowledge, fine-tune your settings, and make smart decisions whether you\u2019re powering a small gadget or an entire solar energy system.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-257ac71 e-flex e-con-boxed e-con e-parent\" data-id=\"257ac71\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-723c0f2 elementor-widget__width-inherit elementor-widget elementor-widget-shortcode\" data-id=\"723c0f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t\t\t\t<div class=\"astra-advanced-hook-23721 \">\n\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"23721\" class=\"elementor elementor-23721\" data-elementor-post-type=\"astra-advanced-hook\">\n\t\t\t\t<div class=\"elementor-element elementor-element-04bc954 e-flex e-con-boxed e-con e-parent\" data-id=\"04bc954\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7f3ae6c elementor-widget elementor-widget-text-editor\" data-id=\"7f3ae6c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h2>Contact Us<\/h2><p>To receive your email faster, please copy <span style=\"color: #f66a38;\"><strong>info@manlybattery.com<\/strong> <\/span>and send your email directly, or fill out the form below.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-79d2220 elementor-mobile-button-align-stretch elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"79d2220\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"\u8be2\u76d8\u8868\u5355\" aria-label=\"\u8be2\u76d8\u8868\u5355\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"23721\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"79d2220\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"\" \/>\n\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Your Name *\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Your E-mail *\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_e48e53c elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_e48e53c\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tSubject*\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_e48e53c]\" id=\"form-field-field_e48e53c\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Your Subject*\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tMessage\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"5\" placeholder=\"Your Message *\" required=\"required\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Submit<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e9972ee e-flex e-con-boxed e-con e-parent\" data-id=\"e9972ee\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-701347e elementor-widget elementor-widget-shortcode\" data-id=\"701347e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t\t\t\t<div class=\"astra-advanced-hook-24687 \">\n\t\t\t\t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"24687\" class=\"elementor elementor-24687\" data-elementor-post-type=\"astra-advanced-hook\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e0c875 e-flex e-con-boxed e-con e-parent\" data-id=\"5e0c875\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a161b09 elementor-widget-divider--view-line_text elementor-widget-divider--element-align-left elementor-widget elementor-widget-divider\" data-id=\"a161b09\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t\t<p class=\"elementor-divider__text elementor-divider__element\">\n\t\t\t\tTrending Now\t\t\t\t<\/p>\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b674d73 e-flex e-con-boxed e-con e-parent\" data-id=\"b674d73\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bc9d290 e-n-tabs-mobile elementor-widget elementor-widget-n-tabs\" data-id=\"bc9d290\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"197776016\" aria-label=\"Tab. Apri gli elementi con Invio o Barra spaziatrice, chiudi con Esc e naviga utilizzando i tasti freccia.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"e-n-tab-title-1977760161\" data-tab-title-id=\"e-n-tab-title-1977760161\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-1977760161\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAll \/\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1977760162\" data-tab-title-id=\"e-n-tab-title-1977760162\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1977760162\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\t12V Lithium Battery \/\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1977760163\" data-tab-title-id=\"e-n-tab-title-1977760163\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1977760163\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\t48V Lithium Battery\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-1977760161\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1977760161\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-2548545 e-con-full e-flex e-con e-child\" data-id=\"2548545\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-551b1b9 elementor-widget elementor-widget-ucaddon_woocommerce_product_grid\" data-id=\"551b1b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_woocommerce_product_grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Woo Product Grid -->\n\t\t<link id='font-awesome-css' href='https://manlybattery-static-cdn.cimen.club/manlybattery/it/https:\/\/manlybattery.com\/wp-content\/plugins\/unlimited-elements-for-elementor-premium\/assets_libraries\/font-awesome6\/fontawesome-all.min.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='font-awesome-4-shim-css' href='https://manlybattery-static-cdn.cimen.club/manlybattery/it/https:\/\/manlybattery.com\/wp-content\/plugins\/unlimited-elements-for-elementor-premium\/assets_libraries\/font-awesome6\/fontawesome-v4-shims.min.css' type='text\/css' rel='stylesheet' >\n\n<style>\/* widget: Woo Product Grid *\/\n\n\n\n#uc_woocommerce_product_grid_elementor_551b1b9 * {\n\t-webkit-box-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\tbox-sizing: border-box;    \n}\n\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .ue_woocommerce_product_label-custom-field{\n\tz-index: 100;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .ue_category_wrapper{\n  display: flex;\n  flex-wrap: wrap;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc_post_grid_style_one_item{\n\ttransition: all.3s;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 span.add-to-cart__loader{\n  \tposition: absolute;\n  \tright: 0;\n  \ttop: 50%;\n  \ttransform: translate(0, -50%);\n  \tline-height: 1em;\n}\n#uc_woocommerce_product_grid_elementor_551b1b9 .add_to_cart_button.loading span.add-to-cart__loader{\n\tdisplay: inline-block !important;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc-grid-count-buttons{\n\tdisplay: flex;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc-grid-count-buttons button{\n\tdisplay: flex;\n    align-items:center;\n    justify-content:center;\n    flex-grow:0;\n    flex-shrink:0;\n    line-height:1em;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc-grid-count-buttons button:disabled{\n\topacity:0.5;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc_more_btn-custom-field{\n  text-align:center;\n  text-decoration:none;\n  transition:0.3s;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc-grid-count-buttons button svg{\n\theight:1em;\n    width:1em;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 input.uc-grid-count-buttons__number{\n  text-align:center;\n  flex-grow:1;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 {\n  margin:0 auto;\n  position:relative;  \n}\n\n.uc_post_grid_style_one .uc_post_grid_style_one_item {\n\tcolor: #111;\n\tfont-size: 16px;\n\toverflow: hidden;\n  \tposition: relative;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc_post_grid_style_one_image {\n\twidth: 100%;\n\toverflow: hidden;\n\tdisplay: block;\n  \tposition: relative;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc_post_image {\n    position:relative;\n\tdisplay: block;\n\ttransition: all 0.25s ease-in-out;\n    overflow:hidden;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc_post_image--second{\n  \twidth: 100%;\n    height: 100%;\n    object-fit: cover;\n\tposition: absolute;\n  \ttop: 0;\n  \tright: 0;\n  \t  \t\topacity: 0;\n  \t \n  \ttransition: all .3s;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc_post_grid_style_one_image:hover .uc_post_image--second{  \n  \t  \t\topacity: 1;\n  \t}\n\n#uc_woocommerce_product_grid_elementor_551b1b9  .uc_post_image img\n{\n  width:100%;\n  display: block;\n  transition:0.3s;\n}\n\n\n.uc_post_grid_style_one .uc_title {\n    font-size: 21px;   \n}\n\n.uc_post_grid_style_one .uc_title a {\n\ttext-decoration: none;\n   transition: all .3s ease;\n}\n\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc_post_grid_style_one_button > a,\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc_post_grid_style_one_button > button,\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc-button-addcart,\n#uc_woocommerce_product_grid_elementor_551b1b9 .added_to_cart,\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc_more_btn-custom-field{\n\tdisplay: inline-block;\n\ttext-align: center;\n    text-decoration: none;\n    text-transform: none;\n\ttransition: all 0.25s ease-in-out;\n    vertical-align: middle;\n}\n\n  #uc_woocommerce_product_grid_elementor_551b1b9 .uc-button-addcart.added{\n    display:none;\n  }\n\n#uc_woocommerce_product_grid_elementor_551b1b9.uc_post_grid_style_one .uc_post_grid_style_one_wrap {\t\n    display: grid;\n}\n\n    #uc_woocommerce_product_grid_elementor_551b1b9.uc_post_grid_style_one .uc_content{\n      flex-grow: 1;\n      display: flex;\n      flex-flow: column nowrap;\n    }\n    #uc_woocommerce_product_grid_elementor_551b1b9 .ue_grid_item_bottom    {\n      margin-top:auto;\n    }\n\n  .uc_post_grid_style_one .uc_post_grid_style_one_item {\n      flex-direction:column;\n      display:flex;\n  }\n\n\n\n\n\n@media (max-width:1023px){\n\t#uc_woocommerce_product_grid_elementor_551b1b9.uc_post_grid_style_one .uc_post_grid_style_one_wrap {\n\t\tgrid-template-columns: repeat(2, 1fr);\n\t}\n}\n@media (max-width:639px){\n\t#uc_woocommerce_product_grid_elementor_551b1b9.uc_post_grid_style_one .uc_post_grid_style_one_wrap {\n\t\tgrid-template-columns: repeat(2, 1fr);\n\t}\n}\n\n\n\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .ue_category_label{\n  display:block;\n  text-decoration:none;\n  transition: all .3s ease;\n  position: relative;\n}\n\n\/* hide default arrows in input type number *\/\n\/* Chrome, Safari, Edge, Opera *\/\n#uc_woocommerce_product_grid_elementor_551b1b9 input.uc-grid-count-buttons__number::-webkit-outer-spin-button,\n#uc_woocommerce_product_grid_elementor_551b1b9 input.uc-grid-count-buttons__number::-webkit-inner-spin-button{\n\t-webkit-appearance: none;\n  \tmargin: 0;\n}\n\n\/* Firefox *\/\n#uc_woocommerce_product_grid_elementor_551b1b9 input.uc-grid-count-buttons__number[type=number]{\n\t-moz-appearance: textfield;\n}\n\/* end hide default arrows in input type number *\/\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .uc_regular_price:not(.uc_regular_price--single){\n  text-decoration:line-through !important;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 del{\n  display: block;\n  color: #000;\n  opacity: .5;\n  font-size: 26px;\n  font-weight: 400;\n  text-decoration:line-through !important;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 ins{\n  color: #000;\n  font-size: 36px;\n  font-weight: 400;\n  text-decoration: none;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .ue_woocommerce_product_carousel_sale_label{\n  display:inline-block;\n  position:absolute;\n  z-index: 1;\n  left:10px;\n  top:10px;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .ue_woocommerce_product_grid_out_of_stock_label{\n  \t    position: absolute;\n  \t  \twidth: fit-content;\n  \tleft:10px;\n  \ttop:10px;\n  \tz-index: 1;\n}\n\n#uc_woocommerce_product_grid_elementor_551b1b9 .ue-inner-btn-wrapper{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  position: relative;\n  pointer-events: none;\n}\n\n<\/style>\n\n<div class=\"uc_post_grid_style_one woocommerce_product_grid uc-filterable-grid  \" id=\"uc_woocommerce_product_grid_elementor_551b1b9\"   data-ajax='true'  data-filterbehave='ajax'  data-filtergroup='group2'  querydata='{&quot;count_posts&quot;:4,&quot;total_posts&quot;:72,&quot;page&quot;:1,&quot;num_pages&quot;:18,&quot;orderby&quot;:&quot;date&quot;,&quot;woo&quot;:true}' style=\"direction:ltr;text-align:left;\">\n  <div class=\"uc_post_grid_style_one_wrap uc-items-wrapper ue-woo-grid\">\n    \n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_551b1b9_item1\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/72v-100ah-lithium-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/72v-100ah-lifepo4-lithium-battery-768x768.webp\"  alt=\"72v 100ah lifepo4 lithium battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/72v-100ah-lithium-battery-robot-battery-768x768.webp\" alt=\"72v 100ah lifepo4 lithium battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/72v-100ah-lithium-battery\/\">72V 100Ah Lithium Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_551b1b9_item2\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/36v-100ah-lithium-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/Buy-36v-100ah-lifepo4-lithium-battery-768x768.webp\"  alt=\"Buy 36v 100ah Lifepo4 Lithium Battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/36v-100ah-lifepo4-lithium-battery-1-768x768.webp\" alt=\"Buy 36v 100ah Lifepo4 Lithium Battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/36v-100ah-lithium-battery\/\">36V 100Ah Lithium Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_551b1b9_item3\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/48v-60ah-lithium-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/48v-60ah-lifepo4-lithium-battery-768x768.webp\"  alt=\"48v 60ah lifepo4 lithium battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/48v-60ah-lithium-battery-robot-battery-768x768.webp\" alt=\"48v 60ah lifepo4 lithium battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/48v-60ah-lithium-battery\/\">48V 60Ah Lithium Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_551b1b9_item4\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/24v-300ah-lithium-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/24v-300ah-lifepo4-lithium-battery-768x768.webp\"  alt=\"24v 300ah lifepo4 lithium battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/24v-300ah-lithium-battery-robot-battery-768x768.webp\" alt=\"24v 300ah lifepo4 lithium battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/24v-300ah-lithium-battery\/\">24V 300Ah Lithium Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n  <\/div>\n<\/div>\n\n\n  <div id=\"uc_woocommerce_product_grid_elementor_551b1b9_empty_message\" class=\"ue-no-posts-found\"  style=\"display:none\" >No products found<\/div>\n\n<!-- end Woo Product Grid -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fac2ef1 elementor-widget__width-inherit elementor-widget elementor-widget-ucaddon_archive_pagination\" data-id=\"fac2ef1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_archive_pagination.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Post Pagination -->\n\n<style>\/* widget: Post Pagination *\/\n\n#uc_archive_pagination_elementor_fac2ef1 nav\n{\n  padding:0px;\n  margin:0px;\n}\n\n#uc_archive_pagination_elementor_fac2ef1 \n{\n  display:flex;\n  flex-wrap: wrap;\n  justify-content:center;\n}\n\n#uc_archive_pagination_elementor_fac2ef1 .nav-links\n{\n  display:flex;\n  justify-content:center;\n}\n\n#uc_archive_pagination_elementor_fac2ef1 .nav-links > *\n{\n}\n\n#uc_archive_pagination_elementor_fac2ef1 .page-numbers\n{\n  display:flex;\n  \n  align-items:center;\n  justify-content:center;\n  transition:0.3s;\n  line-height:1em;\n}\n\n\n#uc_archive_pagination_elementor_fac2ef1 a.page-numbers, #uc_archive_pagination_elementor_fac2ef1 .dots\n{\n  color:#393939;\n  background-color:;\n}\n\n#uc_archive_pagination_elementor_fac2ef1 a.page-numbers:hover\n{\n  color:#6e6e6e;\n  background-color:#eeeeee;\n}\n\n#uc_archive_pagination_elementor_fac2ef1 .page-numbers.current,\n#uc_archive_pagination_elementor_fac2ef1 .page-numbers.current:hover\n{\n  background-color:#005FB3;\n  color:#ffffff;\n}\n\n\n#uc_archive_pagination_elementor_fac2ef1 .page-numbers.prev, #uc_archive_pagination_elementor_fac2ef1 .page-numbers.next\n{\n  padding-left:15px;\n  padding-right:15px;\n}\n\n\n\n#uc_archive_pagination_elementor_fac2ef1 .prev:before {\n   font-family: \"Font Awesome 5 Free\";\n   content: \"\\f053\";\n   display: inline-block;\n   vertical-align: middle;\n   font-weight: 900;\n   padding-right:10px;}\n\n#uc_archive_pagination_elementor_fac2ef1 .next:after {\n   font-family: \"Font Awesome 5 Free\";\n   content: \"\\f054\";\n   display: inline-block;\n   vertical-align: middle;\n   font-weight: 900;\n   padding-left:10px;}\n\n#uc_archive_pagination_elementor_fac2ef1.uc-ajax-loading{\n\topacity:1 !important;\n}\n\n#uc_archive_pagination_elementor_fac2ef1.uc-ajax-loading .current{\n\tposition:relative;\n    overflow:hidden;\n}\n\n\n#uc_archive_pagination_elementor_fac2ef1.uc-ajax-loading .current:before{\n  content: \"\";\n  display:block;\n  width:100%;\n  height:100%;\n  box-sizing:border-box;\n  position:absolute;\n  top:0px;\n  left:0px;\n  background-color: #c2c2c2;\n  animation: uc-spinning-border 0.5s linear infinite;\n  opacity:50%;\n  border-radius:inherit;\n}\n\n@keyframes uc-spinning-border {\n\t0%{transform: scale(0);}\n\t100%{transform: scale(1); }\t\n}\n\n\n\n<\/style>\n\n<div id=\"uc_archive_pagination_elementor_fac2ef1\" class=\"archive_pagination uc-filter-pagination \">\n<span aria-label=\"Pagina 1\" aria-current=\"page\" class=\"page-numbers current\">1<\/span>\n<a aria-label=\"Pagina 2\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-capacity-calculator\/2\/\" data-e-disable-page-transition=\"true\">2<\/a>\n<a aria-label=\"Pagina 3\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-capacity-calculator\/3\/\" data-e-disable-page-transition=\"true\">3<\/a>\n<span class=\"page-numbers dots\">&hellip;<\/span>\n<a aria-label=\"Pagina 18\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-capacity-calculator\/18\/\" data-e-disable-page-transition=\"true\">18<\/a>\n<a class=\"next page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-capacity-calculator\/2\/\" data-e-disable-page-transition=\"true\">Next<\/a>\n<\/div>\n<!-- end Post Pagination -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1977760162\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1977760162\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-48451bc e-con-full e-flex e-con e-child\" data-id=\"48451bc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f518c7 elementor-widget elementor-widget-ucaddon_woocommerce_product_grid\" data-id=\"8f518c7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_woocommerce_product_grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Woo Product Grid -->\n\n<style>\/* widget: Woo Product Grid *\/\n\n\n\n#uc_woocommerce_product_grid_elementor_8f518c7 * {\n\t-webkit-box-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\tbox-sizing: border-box;    \n}\n\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .ue_woocommerce_product_label-custom-field{\n\tz-index: 100;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .ue_category_wrapper{\n  display: flex;\n  flex-wrap: wrap;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc_post_grid_style_one_item{\n\ttransition: all.3s;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 span.add-to-cart__loader{\n  \tposition: absolute;\n  \tright: 0;\n  \ttop: 50%;\n  \ttransform: translate(0, -50%);\n  \tline-height: 1em;\n}\n#uc_woocommerce_product_grid_elementor_8f518c7 .add_to_cart_button.loading span.add-to-cart__loader{\n\tdisplay: inline-block !important;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc-grid-count-buttons{\n\tdisplay: flex;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc-grid-count-buttons button{\n\tdisplay: flex;\n    align-items:center;\n    justify-content:center;\n    flex-grow:0;\n    flex-shrink:0;\n    line-height:1em;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc-grid-count-buttons button:disabled{\n\topacity:0.5;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc_more_btn-custom-field{\n  text-align:center;\n  text-decoration:none;\n  transition:0.3s;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc-grid-count-buttons button svg{\n\theight:1em;\n    width:1em;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 input.uc-grid-count-buttons__number{\n  text-align:center;\n  flex-grow:1;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 {\n  margin:0 auto;\n  position:relative;  \n}\n\n.uc_post_grid_style_one .uc_post_grid_style_one_item {\n\tcolor: #111;\n\tfont-size: 16px;\n\toverflow: hidden;\n  \tposition: relative;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc_post_grid_style_one_image {\n\twidth: 100%;\n\toverflow: hidden;\n\tdisplay: block;\n  \tposition: relative;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc_post_image {\n    position:relative;\n\tdisplay: block;\n\ttransition: all 0.25s ease-in-out;\n    overflow:hidden;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc_post_image--second{\n  \twidth: 100%;\n    height: 100%;\n    object-fit: cover;\n\tposition: absolute;\n  \ttop: 0;\n  \tright: 0;\n  \t  \t\topacity: 0;\n  \t \n  \ttransition: all .3s;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc_post_grid_style_one_image:hover .uc_post_image--second{  \n  \t  \t\topacity: 1;\n  \t}\n\n#uc_woocommerce_product_grid_elementor_8f518c7  .uc_post_image img\n{\n  width:100%;\n  display: block;\n  transition:0.3s;\n}\n\n\n.uc_post_grid_style_one .uc_title {\n    font-size: 21px;   \n}\n\n.uc_post_grid_style_one .uc_title a {\n\ttext-decoration: none;\n   transition: all .3s ease;\n}\n\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc_post_grid_style_one_button > a,\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc_post_grid_style_one_button > button,\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc-button-addcart,\n#uc_woocommerce_product_grid_elementor_8f518c7 .added_to_cart,\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc_more_btn-custom-field{\n\tdisplay: inline-block;\n\ttext-align: center;\n    text-decoration: none;\n    text-transform: none;\n\ttransition: all 0.25s ease-in-out;\n    vertical-align: middle;\n}\n\n  #uc_woocommerce_product_grid_elementor_8f518c7 .uc-button-addcart.added{\n    display:none;\n  }\n\n#uc_woocommerce_product_grid_elementor_8f518c7.uc_post_grid_style_one .uc_post_grid_style_one_wrap {\t\n    display: grid;\n}\n\n    #uc_woocommerce_product_grid_elementor_8f518c7.uc_post_grid_style_one .uc_content{\n      flex-grow: 1;\n      display: flex;\n      flex-flow: column nowrap;\n    }\n    #uc_woocommerce_product_grid_elementor_8f518c7 .ue_grid_item_bottom    {\n      margin-top:auto;\n    }\n\n  .uc_post_grid_style_one .uc_post_grid_style_one_item {\n      flex-direction:column;\n      display:flex;\n  }\n\n\n\n\n\n@media (max-width:1023px){\n\t#uc_woocommerce_product_grid_elementor_8f518c7.uc_post_grid_style_one .uc_post_grid_style_one_wrap {\n\t\tgrid-template-columns: repeat(2, 1fr);\n\t}\n}\n@media (max-width:639px){\n\t#uc_woocommerce_product_grid_elementor_8f518c7.uc_post_grid_style_one .uc_post_grid_style_one_wrap {\n\t\tgrid-template-columns: repeat(2, 1fr);\n\t}\n}\n\n\n\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .ue_category_label{\n  display:block;\n  text-decoration:none;\n  transition: all .3s ease;\n  position: relative;\n}\n\n\/* hide default arrows in input type number *\/\n\/* Chrome, Safari, Edge, Opera *\/\n#uc_woocommerce_product_grid_elementor_8f518c7 input.uc-grid-count-buttons__number::-webkit-outer-spin-button,\n#uc_woocommerce_product_grid_elementor_8f518c7 input.uc-grid-count-buttons__number::-webkit-inner-spin-button{\n\t-webkit-appearance: none;\n  \tmargin: 0;\n}\n\n\/* Firefox *\/\n#uc_woocommerce_product_grid_elementor_8f518c7 input.uc-grid-count-buttons__number[type=number]{\n\t-moz-appearance: textfield;\n}\n\/* end hide default arrows in input type number *\/\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .uc_regular_price:not(.uc_regular_price--single){\n  text-decoration:line-through !important;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 del{\n  display: block;\n  color: #000;\n  opacity: .5;\n  font-size: 26px;\n  font-weight: 400;\n  text-decoration:line-through !important;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 ins{\n  color: #000;\n  font-size: 36px;\n  font-weight: 400;\n  text-decoration: none;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .ue_woocommerce_product_carousel_sale_label{\n  display:inline-block;\n  position:absolute;\n  z-index: 1;\n  left:10px;\n  top:10px;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .ue_woocommerce_product_grid_out_of_stock_label{\n  \t    position: absolute;\n  \t  \twidth: fit-content;\n  \tleft:10px;\n  \ttop:10px;\n  \tz-index: 1;\n}\n\n#uc_woocommerce_product_grid_elementor_8f518c7 .ue-inner-btn-wrapper{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  position: relative;\n  pointer-events: none;\n}\n\n<\/style>\n\n<div class=\"uc_post_grid_style_one woocommerce_product_grid uc-filterable-grid  \" id=\"uc_woocommerce_product_grid_elementor_8f518c7\"   data-ajax='true'  data-filterbehave='ajax'  data-filtergroup='group2'  querydata='{&quot;count_posts&quot;:4,&quot;total_posts&quot;:24,&quot;page&quot;:1,&quot;num_pages&quot;:6,&quot;orderby&quot;:&quot;date&quot;,&quot;woo&quot;:true}' style=\"direction:ltr;text-align:left;\">\n  <div class=\"uc_post_grid_style_one_wrap uc-items-wrapper ue-woo-grid\">\n    \n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_8f518c7_item1\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/12v-400ah-lifepo4-lithium-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/Buy-12v-400ah-lifepo4-lithium-battery-768x768.webp\"  alt=\"Buy 12v 400ah lifepo4 lithium battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/12v-400ah-lifepo4-lithium-battery-wholesale-battery-768x768.webp\" alt=\"Buy 12v 400ah lifepo4 lithium battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/12v-400ah-lifepo4-lithium-battery\/\">12v 400Ah Lithium Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_8f518c7_item2\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/12v-5ah-lithium-lifepo4-deep-cycle-battery-f2\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/Buy-12v-lifepo4-lithium-battery-1ah-12ah-768x768.webp\"  alt=\"Buy 12v Lifepo4 Lithium Battery 1ah to 12ah\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/12v-lifepo4-lithium-battery-wholesale-battery-1ah-12ah-768x768.webp\" alt=\"Buy 12v Lifepo4 Lithium Battery 1ah to 12ah\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/12v-5ah-lithium-lifepo4-deep-cycle-battery-f2\/\">12v 5Ah Lithium Lifepo4 Deep Cycle Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_8f518c7_item3\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/12v-150ah-lifepo4-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/Buy-12v-150ah-lifepo4-lithium-battery-768x768.webp\"  alt=\"Buy 12v 150ah lifepo4 lithium battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/12v-150ah-lifepo4-lithium-battery-wholesale-battery-768x768.webp\" alt=\"Buy 12v 150ah lifepo4 lithium battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/12v-150ah-lifepo4-battery\/\">12v 150Ah Deep Cycle Lithium Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_8f518c7_item4\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/12v-100ah-lifepo4-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/Buy-12v-100ah-lifepo4-lithium-battery-768x768.webp\"  alt=\"Buy 12v 100ah lifepo4 lithium battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/12v-100ah-lifepo4-lithium-battery-wholesale-battery-768x768.webp\" alt=\"Buy 12v 100ah lifepo4 lithium battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/12v-100ah-lifepo4-battery\/\">12 Volt Lithium Battery 100Ah<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n  <\/div>\n<\/div>\n\n\n  <div id=\"uc_woocommerce_product_grid_elementor_8f518c7_empty_message\" class=\"ue-no-posts-found\"  style=\"display:none\" >No products found<\/div>\n\n<!-- end Woo Product Grid -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19931bb elementor-widget__width-inherit elementor-widget elementor-widget-ucaddon_archive_pagination\" data-id=\"19931bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_archive_pagination.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Post Pagination -->\n\n<style>\/* widget: Post Pagination *\/\n\n#uc_archive_pagination_elementor_19931bb nav\n{\n  padding:0px;\n  margin:0px;\n}\n\n#uc_archive_pagination_elementor_19931bb \n{\n  display:flex;\n  flex-wrap: wrap;\n  justify-content:center;\n}\n\n#uc_archive_pagination_elementor_19931bb .nav-links\n{\n  display:flex;\n  justify-content:center;\n}\n\n#uc_archive_pagination_elementor_19931bb .nav-links > *\n{\n}\n\n#uc_archive_pagination_elementor_19931bb .page-numbers\n{\n  display:flex;\n  \n  align-items:center;\n  justify-content:center;\n  transition:0.3s;\n  line-height:1em;\n}\n\n\n#uc_archive_pagination_elementor_19931bb a.page-numbers, #uc_archive_pagination_elementor_19931bb .dots\n{\n  color:#393939;\n  background-color:;\n}\n\n#uc_archive_pagination_elementor_19931bb a.page-numbers:hover\n{\n  color:#6e6e6e;\n  background-color:#eeeeee;\n}\n\n#uc_archive_pagination_elementor_19931bb .page-numbers.current,\n#uc_archive_pagination_elementor_19931bb .page-numbers.current:hover\n{\n  background-color:#005FB3;\n  color:#ffffff;\n}\n\n\n#uc_archive_pagination_elementor_19931bb .page-numbers.prev, #uc_archive_pagination_elementor_19931bb .page-numbers.next\n{\n  padding-left:15px;\n  padding-right:15px;\n}\n\n\n\n#uc_archive_pagination_elementor_19931bb .prev:before {\n   font-family: \"Font Awesome 5 Free\";\n   content: \"\\f053\";\n   display: inline-block;\n   vertical-align: middle;\n   font-weight: 900;\n   padding-right:10px;}\n\n#uc_archive_pagination_elementor_19931bb .next:after {\n   font-family: \"Font Awesome 5 Free\";\n   content: \"\\f054\";\n   display: inline-block;\n   vertical-align: middle;\n   font-weight: 900;\n   padding-left:10px;}\n\n#uc_archive_pagination_elementor_19931bb.uc-ajax-loading{\n\topacity:1 !important;\n}\n\n#uc_archive_pagination_elementor_19931bb.uc-ajax-loading .current{\n\tposition:relative;\n    overflow:hidden;\n}\n\n\n#uc_archive_pagination_elementor_19931bb.uc-ajax-loading .current:before{\n  content: \"\";\n  display:block;\n  width:100%;\n  height:100%;\n  box-sizing:border-box;\n  position:absolute;\n  top:0px;\n  left:0px;\n  background-color: #c2c2c2;\n  animation: uc-spinning-border 0.5s linear infinite;\n  opacity:50%;\n  border-radius:inherit;\n}\n\n@keyframes uc-spinning-border {\n\t0%{transform: scale(0);}\n\t100%{transform: scale(1); }\t\n}\n\n\n\n<\/style>\n\n<div id=\"uc_archive_pagination_elementor_19931bb\" class=\"archive_pagination uc-filter-pagination \">\n<span aria-label=\"Pagina 1\" aria-current=\"page\" class=\"page-numbers current\">1<\/span>\n<a aria-label=\"Pagina 2\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-capacity-calculator\/2\/\" data-e-disable-page-transition=\"true\">2<\/a>\n<a aria-label=\"Pagina 3\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-capacity-calculator\/3\/\" data-e-disable-page-transition=\"true\">3<\/a>\n<span class=\"page-numbers dots\">&hellip;<\/span>\n<a aria-label=\"Pagina 6\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-capacity-calculator\/6\/\" data-e-disable-page-transition=\"true\">6<\/a>\n<a class=\"next page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-capacity-calculator\/2\/\" data-e-disable-page-transition=\"true\">Next<\/a>\n<\/div>\n<!-- end Post Pagination -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1977760163\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1977760163\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\" elementor-element elementor-element-60c559e e-con-full e-flex e-con e-child\" data-id=\"60c559e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a186c7b elementor-widget elementor-widget-ucaddon_woocommerce_product_grid\" data-id=\"a186c7b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_woocommerce_product_grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Woo Product Grid -->\n\n<style>\/* widget: Woo Product Grid *\/\n\n\n\n#uc_woocommerce_product_grid_elementor_a186c7b * {\n\t-webkit-box-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\tbox-sizing: border-box;    \n}\n\n\n#uc_woocommerce_product_grid_elementor_a186c7b .ue_woocommerce_product_label-custom-field{\n\tz-index: 100;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .ue_category_wrapper{\n  display: flex;\n  flex-wrap: wrap;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc_post_grid_style_one_item{\n\ttransition: all.3s;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b span.add-to-cart__loader{\n  \tposition: absolute;\n  \tright: 0;\n  \ttop: 50%;\n  \ttransform: translate(0, -50%);\n  \tline-height: 1em;\n}\n#uc_woocommerce_product_grid_elementor_a186c7b .add_to_cart_button.loading span.add-to-cart__loader{\n\tdisplay: inline-block !important;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc-grid-count-buttons{\n\tdisplay: flex;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc-grid-count-buttons button{\n\tdisplay: flex;\n    align-items:center;\n    justify-content:center;\n    flex-grow:0;\n    flex-shrink:0;\n    line-height:1em;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc-grid-count-buttons button:disabled{\n\topacity:0.5;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc_more_btn-custom-field{\n  text-align:center;\n  text-decoration:none;\n  transition:0.3s;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc-grid-count-buttons button svg{\n\theight:1em;\n    width:1em;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b input.uc-grid-count-buttons__number{\n  text-align:center;\n  flex-grow:1;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b {\n  margin:0 auto;\n  position:relative;  \n}\n\n.uc_post_grid_style_one .uc_post_grid_style_one_item {\n\tcolor: #111;\n\tfont-size: 16px;\n\toverflow: hidden;\n  \tposition: relative;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc_post_grid_style_one_image {\n\twidth: 100%;\n\toverflow: hidden;\n\tdisplay: block;\n  \tposition: relative;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc_post_image {\n    position:relative;\n\tdisplay: block;\n\ttransition: all 0.25s ease-in-out;\n    overflow:hidden;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc_post_image--second{\n  \twidth: 100%;\n    height: 100%;\n    object-fit: cover;\n\tposition: absolute;\n  \ttop: 0;\n  \tright: 0;\n  \t  \t\topacity: 0;\n  \t \n  \ttransition: all .3s;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc_post_grid_style_one_image:hover .uc_post_image--second{  \n  \t  \t\topacity: 1;\n  \t}\n\n#uc_woocommerce_product_grid_elementor_a186c7b  .uc_post_image img\n{\n  width:100%;\n  display: block;\n  transition:0.3s;\n}\n\n\n.uc_post_grid_style_one .uc_title {\n    font-size: 21px;   \n}\n\n.uc_post_grid_style_one .uc_title a {\n\ttext-decoration: none;\n   transition: all .3s ease;\n}\n\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc_post_grid_style_one_button > a,\n#uc_woocommerce_product_grid_elementor_a186c7b .uc_post_grid_style_one_button > button,\n#uc_woocommerce_product_grid_elementor_a186c7b .uc-button-addcart,\n#uc_woocommerce_product_grid_elementor_a186c7b .added_to_cart,\n#uc_woocommerce_product_grid_elementor_a186c7b .uc_more_btn-custom-field{\n\tdisplay: inline-block;\n\ttext-align: center;\n    text-decoration: none;\n    text-transform: none;\n\ttransition: all 0.25s ease-in-out;\n    vertical-align: middle;\n}\n\n  #uc_woocommerce_product_grid_elementor_a186c7b .uc-button-addcart.added{\n    display:none;\n  }\n\n#uc_woocommerce_product_grid_elementor_a186c7b.uc_post_grid_style_one .uc_post_grid_style_one_wrap {\t\n    display: grid;\n}\n\n    #uc_woocommerce_product_grid_elementor_a186c7b.uc_post_grid_style_one .uc_content{\n      flex-grow: 1;\n      display: flex;\n      flex-flow: column nowrap;\n    }\n    #uc_woocommerce_product_grid_elementor_a186c7b .ue_grid_item_bottom    {\n      margin-top:auto;\n    }\n\n  .uc_post_grid_style_one .uc_post_grid_style_one_item {\n      flex-direction:column;\n      display:flex;\n  }\n\n\n\n\n\n@media (max-width:1023px){\n\t#uc_woocommerce_product_grid_elementor_a186c7b.uc_post_grid_style_one .uc_post_grid_style_one_wrap {\n\t\tgrid-template-columns: repeat(2, 1fr);\n\t}\n}\n@media (max-width:639px){\n\t#uc_woocommerce_product_grid_elementor_a186c7b.uc_post_grid_style_one .uc_post_grid_style_one_wrap {\n\t\tgrid-template-columns: repeat(2, 1fr);\n\t}\n}\n\n\n\n\n#uc_woocommerce_product_grid_elementor_a186c7b .ue_category_label{\n  display:block;\n  text-decoration:none;\n  transition: all .3s ease;\n  position: relative;\n}\n\n\/* hide default arrows in input type number *\/\n\/* Chrome, Safari, Edge, Opera *\/\n#uc_woocommerce_product_grid_elementor_a186c7b input.uc-grid-count-buttons__number::-webkit-outer-spin-button,\n#uc_woocommerce_product_grid_elementor_a186c7b input.uc-grid-count-buttons__number::-webkit-inner-spin-button{\n\t-webkit-appearance: none;\n  \tmargin: 0;\n}\n\n\/* Firefox *\/\n#uc_woocommerce_product_grid_elementor_a186c7b input.uc-grid-count-buttons__number[type=number]{\n\t-moz-appearance: textfield;\n}\n\/* end hide default arrows in input type number *\/\n\n#uc_woocommerce_product_grid_elementor_a186c7b .uc_regular_price:not(.uc_regular_price--single){\n  text-decoration:line-through !important;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b del{\n  display: block;\n  color: #000;\n  opacity: .5;\n  font-size: 26px;\n  font-weight: 400;\n  text-decoration:line-through !important;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b ins{\n  color: #000;\n  font-size: 36px;\n  font-weight: 400;\n  text-decoration: none;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .ue_woocommerce_product_carousel_sale_label{\n  display:inline-block;\n  position:absolute;\n  z-index: 1;\n  left:10px;\n  top:10px;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .ue_woocommerce_product_grid_out_of_stock_label{\n  \t    position: absolute;\n  \t  \twidth: fit-content;\n  \tleft:10px;\n  \ttop:10px;\n  \tz-index: 1;\n}\n\n#uc_woocommerce_product_grid_elementor_a186c7b .ue-inner-btn-wrapper{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  position: relative;\n  pointer-events: none;\n}\n\n<\/style>\n\n<div class=\"uc_post_grid_style_one woocommerce_product_grid uc-filterable-grid  \" id=\"uc_woocommerce_product_grid_elementor_a186c7b\"   data-ajax='true'  data-filterbehave='ajax'  data-filtergroup='group2'  querydata='{&quot;count_posts&quot;:4,&quot;total_posts&quot;:17,&quot;page&quot;:1,&quot;num_pages&quot;:5,&quot;orderby&quot;:&quot;date&quot;,&quot;woo&quot;:true}' style=\"direction:ltr;text-align:left;\">\n  <div class=\"uc_post_grid_style_one_wrap uc-items-wrapper ue-woo-grid\">\n    \n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_a186c7b_item1\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/48v-60ah-lithium-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/48v-60ah-lifepo4-lithium-battery-768x768.webp\"  alt=\"48v 60ah lifepo4 lithium battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/48v-60ah-lithium-battery-robot-battery-768x768.webp\" alt=\"48v 60ah lifepo4 lithium battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/48v-60ah-lithium-battery\/\">48V 60Ah Lithium Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_a186c7b_item2\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/48v-50ah-lithium-ion-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2022\/12\/48v-50ah-telecom-battery.webp\"  alt=\"Telecom Battery: 48V 50Ah LiFePO4 Battery | 48V 50Ah Lithium Ion Battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2022\/12\/48v-50ah-telecom-battery.webp\" alt=\"Telecom Battery: 48V 50Ah LiFePO4 Battery | 48V 50Ah Lithium Ion Battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/48v-50ah-lithium-ion-battery\/\">48V 50Ah Lithium Ion Telecom Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_a186c7b_item3\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/48v-20ah-lifepo4-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2023\/08\/48v-20ah-lifepo4-lithium-battery-768x768.webp\"  alt=\"48v 20ah Lifepo4 Lithium Battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2023\/08\/48v-20ah-lifepo4-lithium-battery-wholesale-battery-768x768.webp\" alt=\"48v 20ah Lifepo4 Lithium Battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/48v-20ah-lifepo4-battery\/\">48V 20Ah LiFePo4 Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n<div class=\"uc_post_grid_style_one_item ue-item\" id=\"uc_woocommerce_product_grid_elementor_a186c7b_item4\">\n   \n    \n \n     \t\n     \n  \n      <div class=\"uc_post_grid_style_one_image-wrapper\">\n      <a class=\"uc_post_grid_style_one_image\" href=\"https:\/\/manlybattery.com\/it\/product-item\/51-2v-20ah-lifepo4-battery\/\">     \n\n        <div class=\"uc_post_image\"> \n                      <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/24v-lifepo4-lithium-battery-768x768.webp\"  alt=\"24v - 72v lifepo4 lithium battery\">\n          \t\n            \n                \t\n   \n        <\/div>\n                       \n            <div class=\"uc_post_image uc_post_image--second\">\n              <img decoding=\"async\" src=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/06\/24v-lithium-battery-robot-battery-768x768.webp\" alt=\"24v - 72v lifepo4 lithium battery\">\n            <\/div>                  \n      <\/a>    <\/div> \n    \n      \n  \n  <div class=\"uc_content padding\">\n    \n         \n          \n          \n          \n      <h3 class=\"uc_title\"><a href=\"https:\/\/manlybattery.com\/it\/product-item\/51-2v-20ah-lifepo4-battery\/\">51.2V 20Ah LiFePo4 Battery<\/a><\/h3>    \n          \n            \n                        \n      <div class=\"ue_grid_item_bottom\">\n      \n       <div class=\"ue_grid_prices\">         \n                    <div class=\"uc_regular_price uc_regular_price--single\">\n                                   \n  \n             \n                           \n           <\/div>                 \n                 \t<div class=\"uc_price\">\n                                     \n  \n           \n                           \n         \t<\/div>                  \n       <\/div>\t  \n      <div class=\"uc_post_grid_style_one_button\">\n        \n                \n                \n              <\/div>\n    <\/div> \n  <\/div>\n\n    \t\n\n<\/div>\n\n  <\/div>\n<\/div>\n\n\n  <div id=\"uc_woocommerce_product_grid_elementor_a186c7b_empty_message\" class=\"ue-no-posts-found\"  style=\"display:none\" >No products found<\/div>\n\n<!-- end Woo Product Grid -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-59512f3 elementor-widget__width-inherit elementor-widget elementor-widget-ucaddon_archive_pagination\" data-id=\"59512f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_archive_pagination.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Post Pagination -->\n\n<style>\/* widget: Post Pagination *\/\n\n#uc_archive_pagination_elementor_59512f3 nav\n{\n  padding:0px;\n  margin:0px;\n}\n\n#uc_archive_pagination_elementor_59512f3 \n{\n  display:flex;\n  flex-wrap: wrap;\n  justify-content:center;\n}\n\n#uc_archive_pagination_elementor_59512f3 .nav-links\n{\n  display:flex;\n  justify-content:center;\n}\n\n#uc_archive_pagination_elementor_59512f3 .nav-links > *\n{\n}\n\n#uc_archive_pagination_elementor_59512f3 .page-numbers\n{\n  display:flex;\n  \n  align-items:center;\n  justify-content:center;\n  transition:0.3s;\n  line-height:1em;\n}\n\n\n#uc_archive_pagination_elementor_59512f3 a.page-numbers, #uc_archive_pagination_elementor_59512f3 .dots\n{\n  color:#393939;\n  background-color:;\n}\n\n#uc_archive_pagination_elementor_59512f3 a.page-numbers:hover\n{\n  color:#6e6e6e;\n  background-color:#eeeeee;\n}\n\n#uc_archive_pagination_elementor_59512f3 .page-numbers.current,\n#uc_archive_pagination_elementor_59512f3 .page-numbers.current:hover\n{\n  background-color:#005FB3;\n  color:#ffffff;\n}\n\n\n#uc_archive_pagination_elementor_59512f3 .page-numbers.prev, #uc_archive_pagination_elementor_59512f3 .page-numbers.next\n{\n  padding-left:15px;\n  padding-right:15px;\n}\n\n\n\n#uc_archive_pagination_elementor_59512f3 .prev:before {\n   font-family: \"Font Awesome 5 Free\";\n   content: \"\\f053\";\n   display: inline-block;\n   vertical-align: middle;\n   font-weight: 900;\n   padding-right:10px;}\n\n#uc_archive_pagination_elementor_59512f3 .next:after {\n   font-family: \"Font Awesome 5 Free\";\n   content: \"\\f054\";\n   display: inline-block;\n   vertical-align: middle;\n   font-weight: 900;\n   padding-left:10px;}\n\n#uc_archive_pagination_elementor_59512f3.uc-ajax-loading{\n\topacity:1 !important;\n}\n\n#uc_archive_pagination_elementor_59512f3.uc-ajax-loading .current{\n\tposition:relative;\n    overflow:hidden;\n}\n\n\n#uc_archive_pagination_elementor_59512f3.uc-ajax-loading .current:before{\n  content: \"\";\n  display:block;\n  width:100%;\n  height:100%;\n  box-sizing:border-box;\n  position:absolute;\n  top:0px;\n  left:0px;\n  background-color: #c2c2c2;\n  animation: uc-spinning-border 0.5s linear infinite;\n  opacity:50%;\n  border-radius:inherit;\n}\n\n@keyframes uc-spinning-border {\n\t0%{transform: scale(0);}\n\t100%{transform: scale(1); }\t\n}\n\n\n\n<\/style>\n\n<div id=\"uc_archive_pagination_elementor_59512f3\" class=\"archive_pagination uc-filter-pagination \">\n<span aria-label=\"Pagina 1\" aria-current=\"page\" class=\"page-numbers current\">1<\/span>\n<a aria-label=\"Pagina 2\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-capacity-calculator\/2\/\" data-e-disable-page-transition=\"true\">2<\/a>\n<a aria-label=\"Pagina 3\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-capacity-calculator\/3\/\" data-e-disable-page-transition=\"true\">3<\/a>\n<span class=\"page-numbers dots\">&hellip;<\/span>\n<a aria-label=\"Pagina 5\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-capacity-calculator\/5\/\" data-e-disable-page-transition=\"true\">5<\/a>\n<a class=\"next page-numbers\" href=\"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-capacity-calculator\/2\/\" data-e-disable-page-transition=\"true\">Next<\/a>\n<\/div>\n<!-- end Post Pagination -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>How to Calculate Amp Hours for a Battery Have you ever wondered how long your battery will power your gear? [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":21344,"parent":16730,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-21338","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"featured_image_url":{"thumbnail":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/03\/Battery-capacity-calculator-80x80.webp","medium":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/03\/Battery-capacity-calculator.webp","medium_large":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/03\/Battery-capacity-calculator.webp","large":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/03\/Battery-capacity-calculator.webp","1536x1536":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/03\/Battery-capacity-calculator.webp","2048x2048":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/03\/Battery-capacity-calculator.webp","trp-custom-language-flag":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/03\/Battery-capacity-calculator.webp","wpgs_custom_main":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/03\/Battery-capacity-calculator.webp","wpgs_custom_thumb":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/03\/Battery-capacity-calculator.webp","woocommerce_thumbnail":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/03\/Battery-capacity-calculator.webp","woocommerce_single":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/03\/Battery-capacity-calculator.webp","woocommerce_gallery_thumbnail":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/03\/Battery-capacity-calculator.webp"},"post_author":"administrator","assigned_categories":"","aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/pages\/21338","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/comments?post=21338"}],"version-history":[{"count":7,"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/pages\/21338\/revisions"}],"predecessor-version":[{"id":29302,"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/pages\/21338\/revisions\/29302"}],"up":[{"embeddable":true,"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/pages\/16730"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/media\/21344"}],"wp:attachment":[{"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/media?parent=21338"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}