{"id":20345,"date":"2024-11-08T11:49:12","date_gmt":"2024-11-08T03:49:12","guid":{"rendered":"https:\/\/manlybattery.com\/?page_id=20345"},"modified":"2025-07-03T15:47:24","modified_gmt":"2025-07-03T07:47:24","slug":"batteria-da-cca-a-ah-calcolatrice","status":"publish","type":"page","link":"https:\/\/manlybattery.com\/it\/battery-tools-and-resources\/battery-cca-to-ah-calculator\/","title":{"rendered":"Calcolatore CCA-Ah della batteria"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"20345\" class=\"elementor elementor-20345\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e247d93 e-flex e-con-boxed e-con e-parent\" data-id=\"6e247d93\" 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-4c0bbc7 elementor-widget elementor-widget-text-editor\" data-id=\"4c0bbc7\" 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;\">Battery CCA to Ah \/ Ah to CCA Calculator &amp; Guide<\/h1>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-23b122b elementor-widget elementor-widget-html\" data-id=\"23b122b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"manly-calculator-container\">\r\n    <h2>Battery CCA to Ah \/ Ah to CCA Calculator<\/h2>\r\n    <label for=\"applicationType\">Application Type:<\/label>\r\n    <select id=\"applicationType\">\r\n        <option value=\"golf_cart\">Golf Cart<\/option>\r\n        <option value=\"marine\">Marine<\/option>\r\n        <option value=\"general\">General Use<\/option>\r\n    <\/select>\r\n    <label for=\"batteryType\">Battery Type:<\/label>\r\n    <select id=\"batteryType\">\r\n        <option value=\"lead_acid\">Lead Acid<\/option>\r\n        <option value=\"agm\">AGM<\/option>\r\n        <option value=\"lithium_ion\">Lithium Ion<\/option>\r\n        <option value=\"lifepo4\">LiFePO4<\/option>\r\n    <\/select>\r\n    <label for=\"voltage\">Voltage (V):<\/label>\r\n    <select id=\"voltage\">\r\n        <option value=\"12\">12V<\/option>\r\n        <option value=\"24\">24V<\/option>\r\n    <\/select>\r\n    <label for=\"ccaValue\">Cold Cranking Amps (CCA):<\/label>\r\n    <input type=\"number\" id=\"ccaValue\" min=\"0\" placeholder=\"Enter CCA value (optional)\">\r\n    <div class=\"or-text\">OR<\/div>\r\n    <label for=\"ahValue\">Amp Hours (Ah):<\/label>\r\n    <input type=\"number\" id=\"ahValue\" min=\"0\" placeholder=\"Enter Ah value (optional)\">\r\n    <button class=\"manly-convert-button\">Convert<\/button>\r\n    <div class=\"result\" id=\"result\"><\/div>\r\n<\/div>\r\n\r\n<style>\r\n.manly-calculator-container {\r\n    font-family: Arial, sans-serif;\r\n    background-color: #f8f8f8;\r\n    color: #333;\r\n    line-height: 1.6;\r\n    padding: 20px;\r\n    max-width: 400px;\r\n    margin: 0 auto;\r\n    background: #fff;\r\n    border-radius: 8px;\r\n    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);\r\n}\r\n.manly-calculator-container input[type=\"number\"],\r\n.manly-calculator-container select {\r\n    width: calc(100% - 24px);\r\n    padding: 10px;\r\n    margin-bottom: 10px;\r\n    border: 1px solid #ccc;\r\n    border-radius: 4px;\r\n    box-sizing: border-box;\r\n}\r\n.manly-calculator-container button {\r\n    width: 100%;\r\n    padding: 10px;\r\n    background-color: #007BFF;\r\n    color: #fff;\r\n    border: none;\r\n    border-radius: 4px;\r\n    cursor: pointer;\r\n    font-size: 16px;\r\n}\r\n.manly-calculator-container button:hover {\r\n    background-color: #0056b3;\r\n}\r\n.manly-calculator-container .result {\r\n    margin-top: 20px;\r\n    font-weight: bold;\r\n    text-align: center;\r\n}\r\n.manly-calculator-container .or-text {\r\n    text-align: center;\r\n    margin: 10px 0;\r\n    font-weight: bold;\r\n    color: #333;\r\n}\r\n@media (max-width: 600px) {\r\n    .manly-calculator-container {\r\n        padding: 15px;\r\n        box-shadow: none;\r\n    }\r\n    .manly-calculator-container button {\r\n        font-size: 14px;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<script>\r\n(function() {\r\n    function toggleInputAvailability() {\r\n        const ccaInput = document.getElementById('ccaValue');\r\n        const ahInput = document.getElementById('ahValue');\r\n\r\n        if (ccaInput.value) {\r\n            ahInput.disabled = true;\r\n        } else if (ahInput.value) {\r\n            ccaInput.disabled = true;\r\n        } else {\r\n            ccaInput.disabled = false;\r\n            ahInput.disabled = false;\r\n        }\r\n    }\r\n\r\n    function convertBatteryValues() {\r\n        const ccaValue = parseFloat(document.getElementById('ccaValue').value);\r\n        const ahValue = parseFloat(document.getElementById('ahValue').value);\r\n        const applicationType = document.getElementById('applicationType').value;\r\n        const batteryType = document.getElementById('batteryType').value;\r\n        const voltage = parseFloat(document.getElementById('voltage').value);\r\n        let conversionFactor;\r\n\r\n        \/\/ Adjust conversion factor based on application type, battery type, and voltage\r\n        if (applicationType === 'golf_cart') {\r\n            conversionFactor = batteryType === 'lead_acid' ? 7.25 : 10; \/\/ Example logic\r\n        }\r\n        \/\/ Add other cases as needed...\r\n\r\n        let resultText = '';\r\n        if (!isNaN(ccaValue) && ccaValue > 0) {\r\n            const ahResult = (ccaValue \/ conversionFactor).toFixed(2);\r\n            resultText = 'Equivalent Amp Hours (Ah): ' + ahResult + ' Ah';\r\n        } else if (!isNaN(ahValue) && ahValue > 0) {\r\n            const ccaResult = (ahValue * conversionFactor).toFixed(2);\r\n            resultText = 'Equivalent Cold Cranking Amps (CCA): ' + ccaResult + ' CCA';\r\n        } else {\r\n            resultText = 'Please enter a valid CCA or Ah value';\r\n        }\r\n\r\n        document.getElementById('result').innerText = resultText;\r\n    }\r\n\r\n    document.querySelector('.manly-convert-button').addEventListener('click', convertBatteryValues);\r\n    document.getElementById('ccaValue').addEventListener('input', toggleInputAvailability);\r\n    document.getElementById('ahValue').addEventListener('input', toggleInputAvailability);\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-71489469 elementor-widget elementor-widget-text-editor\" data-id=\"71489469\" 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 data-pm-slice=\"1 3 []\"><strong>How to Convert Cold Cranking Amps (CCA) to Amp Hours (Ah)<\/strong><\/h2>\nConverting Cold Cranking Amps (CCA) to Amp Hours (Ah) is not a straightforward process because CCA and Ah describe different aspects of a battery&#8217;s performance. Cold Cranking Amps (CCA) measures the battery&#8217;s ability to deliver high current to start an internal combustion engine, typically for a duration of 30 seconds, whereas Amp Hours (Ah) measures the battery&#8217;s capacity to provide a consistent current over an extended period, usually 20 hours. Despite both terms describing a battery&#8217;s ability to provide power, they represent two extremes of battery usage.\n<h3><strong>Understanding CCA and Ah<\/strong><\/h3>\n<strong>Cold Cranking Amps (CCA)<\/strong> is the measure of the maximum current (in amps) that a fully charged 12V battery can deliver for 30 seconds at 0\u00b0F (-18\u00b0C), while maintaining a voltage above 7.2V. This metric is crucial for starting internal combustion engines, especially in cold conditions when higher currents are needed due to increased resistance.\n\n<strong>Amp Hours (Ah)<\/strong> represents the battery&#8217;s capacity. It is a measure of how much current a battery can supply over a specified time, typically calculated as the constant current a fully charged 12V lead-acid battery can supply over 20 hours at 80\u00b0F (27\u00b0C) without dropping below 10.5V. For example, a 100 Ah lead-acid battery can provide 5 amps of current for 20 hours.\n\nFor lithium batteries and other similar types, Ah is usually calculated as the constant current that the battery can provide for 20 hours without the voltage falling below a specified cutoff. It is important to verify the actual values provided by the manufacturer, as they may specify capacity over different timeframes, such as 1 hour, 5 hours, or 10 hours.\n<h3><strong>How to Convert CCA to Ah<\/strong><\/h3>\nThe CCA to Ah conversion is not standardized because it depends on several factors, including the battery type, chemistry, and intended usage. The conversion may differ between starting batteries, dual-purpose batteries, and deep cycle batteries, as each type is designed differently to optimize for specific functions.\n\nTo estimate the conversion between CCA and Ah, a commonly used formula is:\n\n<strong>Ah = CCA \/ Conversion Factor<\/strong>\n\nWhere the conversion factor typically ranges from 7 to 10, depending on the battery type and design. For example, if you have a lead-acid battery with a CCA rating of 720 and use a conversion factor of 7.5, the estimated Ah would be:\n\n<strong>Ah = 720 \/ 7.5 \u2248 96 Ah<\/strong>\n\nThis calculation provides an approximate Ah value, which can help determine the battery&#8217;s suitability for long-term power needs, such as powering electronic devices or providing backup energy.\n<h3><strong>How to Convert Ah to CCA<\/strong><\/h3>\nSimilarly, to perform an Ah to CCA conversion, the formula is:\n\n<strong>CCA = Ah * Conversion Factor<\/strong>\n\nFor example, if you have a battery with a capacity of 100 Ah and use a conversion factor of 7.5, the estimated CCA would be:\n\n<strong>CCA = 100 * 7.5 = 750 CCA<\/strong>\n<h3><strong>Practical Use Cases for CCA and Ah<\/strong><\/h3>\nDifferent battery applications require different characteristics, making it essential to understand when to prioritize CCA or Ah:\n<ol start=\"1\" data-spread=\"true\">\n \t<li><strong>Starting Applications (Automotive Batteries)<\/strong>: For starting engines, a higher CCA is crucial because it indicates the battery&#8217;s ability to provide a burst of energy needed for ignition, particularly in cold conditions. Starting batteries are optimized for this purpose with high CCA ratings but are not suited for deep discharge cycles.<\/li>\n \t<li><strong>Dual-Purpose Batteries<\/strong>: These batteries offer a balance between starting power and deep cycle capabilities. They can be used both to start engines and power other onboard electronics when the engine is off. Dual-purpose batteries have moderate CCA and Ah ratings, making them versatile for boats and RVs where both functionalities are needed.<\/li>\n \t<li><strong>Deep Cycle Batteries<\/strong>: In applications like solar energy storage, trolling motors, or backup power, deep cycle batteries are preferred because they provide steady power over long periods. Ah is the key metric here, indicating how long the battery can supply a certain amount of current before needing to be recharged. These batteries are not designed for high CCA because they are optimized for endurance rather than short bursts of power.<\/li>\n<\/ol>\n<h2 data-pm-slice=\"1 1 []\"><strong>Cross Reference Chart for CCA to Ah and Ah to CCA<\/strong><\/h2>\n<p data-pm-slice=\"1 1 []\">Converting between Cold Cranking Amps (CCA) and Amp Hours (Ah) can be extremely helpful for selecting the right battery for a specific application. Both CCA and Ah are critical metrics in understanding a battery&#8217;s capability, but they serve different purposes. <strong>CCA<\/strong> is crucial for starting applications where a burst of energy is required to start an engine, whereas <strong>Ah<\/strong> measures the battery&#8217;s capacity to provide consistent energy over time.<\/p>\n\n<h3>Providing a Common Reference Chart for CCA to Ah<\/h3>\nTo assist users in converting CCA to Ah and Ah to CCA, a cold cranking amps chart is an essential tool. This chart provides average values for different types of batteries, such as starting, dual-purpose, and deep cycle batteries. It lists commonly used BCI battery groups along with their corresponding CCA and Ah values. With this reference, users can easily cross-check values and choose the correct battery based on their power and performance needs.\n<table style=\"border-collapse: collapse; width: 606.77pt;\" border=\"0\" width=\"809\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr style=\"height: 16.50pt;\">\n<td class=\"et3\" style=\"height: 16.5pt; width: 130.5pt;\" width=\"174\" height=\"22\"><strong>BCI Battery Group<\/strong><\/td>\n<td class=\"et3\" style=\"width: 130.5pt;\" width=\"174\"><strong>Starting \/ Cranking<\/strong><\/td>\n<td class=\"et3\" style=\"width: 183pt;\" width=\"244\"><strong>Dual Purpose<\/strong><\/td>\n<td class=\"et4\" style=\"width: 162.75pt;\" width=\"217\"><strong>Deep Cycle<\/strong><\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 8D<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">&#8211;<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">220 Ah, 1450 CCA<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">250 Ah, &#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 22NF<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">55Ah, 500 CCA<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">60Ah, 745 MCA<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">55 Ah, &#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 24<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">&#8211;<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">76 Ah, 840 CCA<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">85 Ah, &#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 26<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">50Ah, 550 CCA<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">&#8211;<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">&#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 27<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">&#8211;<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">90 Ah, 900Ah<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">100Ah, &#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 31<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">&#8211;<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">100 Ah, 1000 CCA<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">120 Ah, &#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 34<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">55 Ah, 800 CCA<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">60 Ah, 750 CCA<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">&#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 34\/78<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">50 Ah, 800 CCA<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">65 Ah, 850 CCA<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">&#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 35<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">44 Ah, 720 CCA<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">60 Ah, 740 CCA<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">&#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 41 (T65, 54LB)<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">50 Ah, 650 CCA<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">&#8211;<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">&#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 47 (H5, L2, 55L2)<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">60 Ah, 600 CCA<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">50 Ah, &#8211;<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">&#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 48 (H6, L3, 66L3)<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">70 Ah, 760 CCA<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">70 Ah, 750 CCA<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">&#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 49 (H8, L5, 88L5)<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">92 Ah, 850 CCA<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">90 Ah, 850 CCA<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">&#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 51 (51R)<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">&#8211;<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">60 Ah, 700 CCA<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">60 Ah, &#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 58 (58R)<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">50Ah, 550 CCA<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">&#8211;<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">&#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 65<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">&#8211;<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">75 Ah, 850 CCA<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">&#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 75<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">55 Ah, 760 CCA<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">55 Ah, 750 CCA<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">&#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 78<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">55 Ah, 760 CCA<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">65 Ah, 800 CCA<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">&#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 85\/86<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">&#8211; , 625 CCA<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">55 Ah, 730 CCA<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">&#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 94R<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">&#8211;<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">80 Ah, 800 CCA<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">&#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 95R (H9, L6)<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">105 Ah, 925 CCA<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">105 Ah, 950 CCA<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">&#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group 96R<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">&#8211; , 600 CCA<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">50 Ah, 600 CCA<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">&#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group GC2\/GC2H (6V)<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">&#8211;<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">&#8211;<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">215 Ah, &#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group GC8\/GC8H (8V)<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">&#8211;<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">&#8211;<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">180 Ah, &#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group GC12 (12V)<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">&#8211;<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">&#8211;<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">150 Ah, &#8211;<\/td>\n<\/tr>\n<tr style=\"height: 15.75pt;\">\n<td class=\"et2\" style=\"height: 15.75pt; width: 130.5pt; text-align: center;\" width=\"174\" height=\"21\">Group U1\/U1R<\/td>\n<td class=\"et2\" style=\"width: 130.5pt; text-align: center;\" width=\"174\">35 Ah, 400 CCA<\/td>\n<td class=\"et2\" style=\"width: 183pt; text-align: center;\" width=\"244\">&#8211;<\/td>\n<td class=\"et5\" style=\"width: 162.75pt; text-align: center;\" width=\"217\">35 Ah, 300 CCA<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 data-pm-slice=\"1 1 []\">Example of Using the Chart for Quick Conversion<\/h3>\nLet\u2019s say you have a starting battery with a CCA rating of 750 and want to know the equivalent Ah rating. Using the cold cranking amps chart, you can determine that a 750 CCA battery roughly corresponds to a certain Ah value, depending on the battery type. For instance, a dual-purpose battery might provide 100 Ah for a 750 CCA rating. This information is essential when you are determining whether the battery will not only start your vehicle but also provide enough energy for other electronic needs.\n\nFor deep cycle applications, the Ah value is more critical, and using the chart can help determine if the available CCA aligns with your equipment&#8217;s starting needs. This makes the cold cranking amps chart particularly valuable in scenarios like marine, RV, and solar battery selection, where both starting power and sustained energy are required.\n\nBy using a cross reference chart, users can make informed decisions on which battery best fits their application. Whether it&#8217;s for automotive use, golf carts, or solar storage, having a quick reference for CCA to Ah conversion can simplify the selection process and ensure the battery performs as expected.\n<h2 data-pm-slice=\"1 1 []\"><strong>CCA to Ah Conversion for Lithium Batteries<\/strong><\/h2>\n<h3>Lithium Batteries: Special Considerations for CCA to Ah Conversion<\/h3>\nWhen converting CCA to Ah for lithium batteries, there are some key differences compared to traditional battery chemistries like lead-acid or AGM. Lithium batteries, such as Lithium Iron Phosphate (LiFePO4), have different discharge characteristics that impact how they are rated for CCA and Ah.\n\nUnlike lead-acid batteries, lithium batteries are designed to deliver a more consistent voltage output across their discharge cycle. This means that lithium batteries can sustain a higher level of power delivery even as their capacity depletes, which makes them particularly advantageous in applications where both starting power and consistent energy supply are needed.\n<h3>Differences Between Lithium, Lead-Acid, and AGM Batteries<\/h3>\n<ol start=\"1\" data-spread=\"true\">\n \t<li><strong>Cold Cranking Amps (CCA) Rating<\/strong>\n<ul data-spread=\"false\">\n \t<li><strong>Lead-Acid Batteries<\/strong>: Lead-acid batteries, especially starting batteries, are designed to deliver high CCA ratings, which are necessary for engine starting applications. These batteries are capable of delivering large bursts of current for a short period, but they cannot sustain deep discharges without damage.<\/li>\n \t<li><strong>AGM Batteries<\/strong>: Absorbent Glass Mat (AGM) batteries are an improvement over traditional lead-acid batteries. They can provide high CCA values and are less prone to damage from deep discharge, making them suitable for dual-purpose applications where both starting power and moderate cycling are needed.<\/li>\n \t<li><strong>Lithium Batteries<\/strong>: Lithium Iron Phosphate (LiFePO4) batteries have lower CCA values compared to lead-acid or AGM batteries of the same capacity. However, they compensate for this with their ability to deliver consistent power throughout the discharge cycle, making them ideal for applications where both starting power and sustained use are important.<\/li>\n<\/ul>\n<\/li>\n \t<li><strong>Amp Hours (Ah) Capacity<\/strong>\n<ul data-spread=\"false\">\n \t<li><strong>Lead-Acid and AGM Batteries<\/strong>: The Ah rating for lead-acid and AGM batteries is typically calculated over a 20-hour discharge period. These batteries lose voltage steadily as they discharge, which means their performance diminishes over time.<\/li>\n \t<li><strong>Lithium Batteries<\/strong>: The Ah rating for lithium batteries is also calculated over a 20-hour period, but the discharge profile is different. Lithium batteries maintain a more stable voltage throughout their discharge, providing more usable energy compared to lead-acid or AGM batteries of the same Ah rating. This means that even if a lithium battery has a lower CCA rating, it may still be better suited for applications requiring both starting power and continuous energy.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<h3>Practical Applications for Lithium Batteries<\/h3>\nLithium batteries are ideal for applications like marine, RV, and solar energy storage where both starting capability and deep cycling are needed. For example, in a marine environment, a lithium battery can provide the burst of power needed to start an engine while also offering reliable, long-term energy for onboard electronics. In RVs and solar storage, the consistent output of a lithium battery ensures that appliances can be powered without the significant voltage drops that occur in lead-acid batteries.\n\nLithium batteries also have faster recharge times, higher efficiency, and longer lifespans compared to lead-acid and AGM batteries. These advantages make them an increasingly popular choice for both recreational and industrial applications where reliability and performance are critical.\n\nBy understanding the differences in CCA to Ah conversion between lithium and other battery types, users can make informed decisions about the best battery for their specific needs. Whether choosing a battery for starting an engine or for providing sustained power over time, lithium batteries offer distinct advantages that make them a superior choice in many scenarios.\n<h2 data-pm-slice=\"1 1 []\"><strong>Different Applications and Battery Types: CCA to Ah and Ah to CCA Conversion<\/strong><\/h2>\n<h3>Golf Cart Batteries: Conversion Across Different Battery Types<\/h3>\n<strong>Golf cart batteries<\/strong> can vary significantly in terms of their CCA and Ah requirements based on the type of battery used\u2014whether it\u2019s a lead-acid, AGM, or lithium battery. Golf carts typically rely more on Ah capacity than on CCA, as they are used to power the vehicle consistently over time, rather than requiring a short burst of power to start an engine.\n<ul data-spread=\"false\">\n \t<li><strong>Lead-Acid Batteries<\/strong>: These are commonly used in golf carts due to their cost-effectiveness. However, their Ah rating tends to be lower when compared to newer battery technologies. Lead-acid golf cart batteries provide adequate power for moderate use, but they need more frequent charging.<\/li>\n \t<li><strong>AGM Batteries<\/strong>: AGM batteries are an improvement over traditional lead-acid batteries and offer higher Ah ratings with less maintenance. They are also capable of handling more discharge cycles, making them more reliable for longer-term golf cart use.<\/li>\n \t<li><strong>Lithium Batteries<\/strong>: Lithium Iron Phosphate (LiFePO4) batteries have become a popular choice for golf carts due to their long lifespan, higher Ah rating, and lighter weight. Lithium batteries provide more consistent voltage and require less maintenance compared to lead-acid or AGM options, making them ideal for users looking for enhanced performance and reliability.<\/li>\n<\/ul>\n<h3>Marine Batteries: Conversion Requirements and Application Scenarios<\/h3>\nMarine batteries require a balance of CCA for engine starting and Ah for powering onboard electronics such as navigation systems, lights, and entertainment devices. Depending on the use case, different battery types are preferred:\n<ul data-spread=\"false\">\n \t<li><strong>Starting Batteries<\/strong>: Marine starting batteries are designed to deliver high CCA to ensure the engine can be started reliably, even in colder conditions. These batteries are not meant for deep cycling.<\/li>\n \t<li><strong>Deep Cycle Marine Batteries<\/strong>: For powering onboard electronics, deep cycle batteries are preferred as they provide a higher Ah rating, allowing for sustained power over long periods. Lead-acid deep cycle batteries are often used in marine applications, but lithium batteries are becoming increasingly popular.<\/li>\n \t<li><strong>Lithium Marine Batteries<\/strong>: Lithium marine batteries provide both starting power and deep cycle capacity. They have lower CCA compared to lead-acid batteries but provide more reliable power over time, making them ideal for both starting engines and powering onboard systems for extended periods.<\/li>\n<\/ul>\n<h3>Forklift and Solar Energy Batteries: Specific Conversion Formulas and Examples<\/h3>\nForklift batteries and solar energy storage batteries have unique power requirements that make <strong>Ah<\/strong> more critical than <strong>CCA<\/strong>:\n<ul data-spread=\"false\">\n \t<li><strong>Forklift Batteries<\/strong>: Forklifts require batteries with high Ah ratings to sustain continuous operation over long shifts. Lead-acid batteries have traditionally been used in forklifts, but they need frequent maintenance. Lithium batteries provide higher efficiency, faster charging times, and require virtually no maintenance, making them a preferred choice for many industries.<\/li>\n \t<li><strong>Solar Energy Storage<\/strong>: For solar applications, deep cycle batteries with high Ah ratings are essential to store energy generated during the day for use at night. Lithium batteries, specifically LiFePO4, are well-suited for solar storage due to their long cycle life, efficiency, and ability to handle partial charging without reducing performance.<\/li>\n<\/ul>\n<h3>General Conversion Formula for Different Application Scenarios<\/h3>\nTo convert CCA to Ah or Ah to CCA for different applications, a general formula can be used, but it\u2019s important to remember that the conversion factor varies depending on the battery type and application. A common formula is:\n\n<strong>Ah = CCA \/ Conversion Factor<\/strong>\n<ul data-spread=\"false\">\n \t<li>For <strong>lead-acid batteries<\/strong>, the conversion factor typically ranges <strong>between 7 to 10<\/strong>.<\/li>\n \t<li>For <strong>AGM batteries<\/strong>, it is slightly higher, <strong>ranging from 8 to 11<\/strong>.<\/li>\n \t<li>For <strong>lithium batteries<\/strong>, the conversion factor is usually <strong>between 10 to 12<\/strong>, reflecting their higher efficiency and stable discharge characteristics.<\/li>\n<\/ul>\nThese formulas provide a rough estimate and are most effective when combined with application-specific considerations and tools like a cold cranking amps chart or our CCA to Ah calculator for precise conversions.\n\nBy understanding how to convert CCA to Ah and vice versa for different applications, users can choose the right battery that meets both their starting and long-term power needs, ensuring optimal performance and reliability across a wide range of scenarios.\n<h2 data-pm-slice=\"1 3 []\"><strong>Advantages of MANLY Battery in CCA to Ah Conversion<\/strong><\/h2>\n<h3>MANLY Battery: Leading the Industry in CCA to Ah Solutions<\/h3>\nAs one of China\u2019s leading battery manufacturers, MANLY Battery has established itself as an industry leader through dedication to quality and innovative solutions. MANLY offers significant advantages when it comes to CCA to Ah conversion and overall battery performance.\n<h3>Unmatched Production Capacity and Diverse Product Range<\/h3>\nMANLY Battery\u2019s production capacity is one of the largest in the industry, producing millions of battery cells every day. With a facility spanning 65,000 square meters across locations like Shenzhen, Dongguan, and Huizhou, MANLY Battery produces a vast assortment of LiFePO4\/lithium-ion batteries that cater to a wide range of applications, including golf carts, forklifts, solar energy storage, and marine use.\n<ul data-spread=\"false\">\n \t<li><strong>6V to 72V Lithium Batteries<\/strong>: MANLY\u2019s batteries cover a variety of voltage needs, making them versatile for different scenarios.<\/li>\n \t<li><strong>Applications Covered<\/strong>: From solar energy storage to robots, forklift batteries, and UPS systems, MANLY offers a battery for every purpose.<\/li>\n<\/ul>\n<h3>Customized Solutions for CCA and Ah Conversion<\/h3>\nOne of MANLY Battery\u2019s greatest strengths is its ability to provide customized battery solutions to meet the specific needs of its customers. When it comes to CCA to Ah conversion, MANLY\u2019s engineers work closely with clients to ensure the batteries are optimized for their intended application\u2014whether for high starting power or long-term energy storage.\n<ul data-spread=\"false\">\n \t<li><strong>Tailored Voltage and Capacity<\/strong>: MANLY can customize voltage, capacity, and even the physical appearance of the batteries to meet unique requirements.<\/li>\n \t<li><strong>Industry-Specific Needs<\/strong>: Whether for golf carts, marine applications, or solar installations, MANLY\u2019s expertise ensures the ideal CCA to Ah ratio for your application.<\/li>\n<\/ul>\n<h3>Global Certifications and Safety Features<\/h3>\nMANLY Battery products are backed by prestigious global certifications like UN38.3, IEC62133, UL, and CE, demonstrating their commitment to quality and safety. These certifications make MANLY\u2019s batteries reliable for both domestic and international markets, ensuring they meet the highest safety standards.\n<ul data-spread=\"false\">\n \t<li><strong>Advanced Safety Features<\/strong>: MANLY batteries come equipped with features like short circuit protection, overcharge safeguards, and <strong>overcurrent preventions<\/strong>. This ensures the battery performs safely under different conditions.<\/li>\n \t<li><strong>10-Year Warranty<\/strong>: MANLY Battery provides a 10-year warranty on its products, giving users confidence in the longevity and reliability of their batteries.<\/li>\n<\/ul>\n<h3>Superior Performance in Harsh Environments<\/h3>\nMANLY\u2019s LiFePO4 batteries are built to endure extreme temperatures, ranging from -20\u00b0C to 75\u00b0C (-4\u00b0F to 167\u00b0F). This resilience makes them suitable for use in harsh conditions, whether in cold climates or hot industrial environments.\n<ul data-spread=\"false\">\n \t<li><strong>Reliable in Tough Conditions<\/strong>: The ability of MANLY batteries to maintain performance in such conditions makes them ideal for demanding applications, such as marine or solar energy storage, where environmental factors can be challenging.<\/li>\n<\/ul>\n<h3>High Efficiency and Enhanced User Experience<\/h3>\nMANLY Battery sets efficiency benchmarks with a remarkable 95% energy efficiency rate, far outperforming traditional lead-acid batteries that typically achieve only 70%. This level of efficiency translates to faster charging times, lower energy consumption, and a longer service life.\n<ul data-spread=\"false\">\n \t<li><strong>Innovative Features<\/strong>: MANLY batteries incorporate modern features such as Bluetooth connectivity for real-time monitoring and an intuitive battery level display that enhances user experience.<\/li>\n \t<li><strong>Cost-Effective Performance<\/strong>: By choosing MANLY Battery, users benefit from longer-lasting batteries that offer superior performance, ultimately reducing the overall cost of ownership.<\/li>\n<\/ul>\n<h2 data-pm-slice=\"1 1 []\">Conclusion<\/h2>\nUnderstanding the relationship between Cold Cranking Amps (CCA) and Amp Hours (Ah) is vital for selecting the right battery for different applications, from starting an engine to powering electronics over extended periods. By using tools like the cold cranking amps chart and our CCA to Ah calculator, users can make informed choices to meet their specific requirements. MANLY Battery not only offers high-quality products but also provides customized solutions that cater to a variety of applications, ensuring performance, safety, and efficiency. Whether for golf carts, marine use, forklifts, or solar energy storage, MANLY Battery stands out as a trusted partner in energy solutions.\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-5a47a8d e-flex e-con-boxed e-con e-parent\" data-id=\"5a47a8d\" 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-9df61bb elementor-widget__width-inherit elementor-widget elementor-widget-shortcode\" data-id=\"9df61bb\" 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-4172850 e-flex e-con-boxed e-con e-parent\" data-id=\"4172850\" 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-0a38582 elementor-widget elementor-widget-heading\" data-id=\"0a38582\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Hot Research\n<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6e193c4 e-con-full e-flex e-con e-child\" data-id=\"6e193c4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d79745 elementor-widget elementor-widget-heading\" data-id=\"4d79745\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/manlybattery.com\/it\/battery-shop\/\">Deep Cycle Battery <\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-acfb3f1 elementor-widget elementor-widget-heading\" data-id=\"acfb3f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/manlybattery.com\/it\/battery-shop\/marine-lithium-battery-charger\/\">Marine Lithium Battery<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ff7713 elementor-widget elementor-widget-heading\" data-id=\"7ff7713\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/manlybattery.com\/it\/battery-shop\/marine-starting-battery\/\"> Marine Starting Battery  <\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-441ecb2 elementor-widget elementor-widget-heading\" data-id=\"441ecb2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/manlybattery.com\/it\/battery-shop\/\">LiFePO4 Lithium Battery<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-964aa55 e-con-full e-flex e-con e-child\" data-id=\"964aa55\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-78e5635 elementor-widget elementor-widget-heading\" data-id=\"78e5635\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/manlybattery.com\/it\/battery-shop\/lithium-battery-golf-cart-for-sale\/\">Lithium Battery Golf Cart for Sale<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c15b6a5 elementor-widget elementor-widget-heading\" data-id=\"c15b6a5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/manlybattery.com\/it\/battery-shop\/wholesale-battery-distributors\/\">Wholesale Battery Distributors <\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cb8ffee elementor-widget elementor-widget-heading\" data-id=\"cb8ffee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/manlybattery.com\/it\/battery-shop\/bulk-batteries\/\">Bulk Batteries<\/a><\/h3>\t\t\t\t<\/div>\n\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-740d742 e-flex e-con-boxed e-con e-parent\" data-id=\"740d742\" 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-f72f2dc elementor-widget elementor-widget-shortcode\" data-id=\"f72f2dc\" 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=\"Tabs. \u00d6ffnen Sie Elemente mit der Eingabe- oder Leertaste, schlie\u00dfen Sie sie mit Escape und navigieren Sie mit den Pfeiltasten.\">\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-cca-to-ah-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-cca-to-ah-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-cca-to-ah-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-cca-to-ah-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-cca-to-ah-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-cca-to-ah-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-cca-to-ah-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-cca-to-ah-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-cca-to-ah-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-cca-to-ah-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-cca-to-ah-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-cca-to-ah-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>Battery CCA to Ah \/ Ah to CCA Calculator &amp; Guide Battery CCA to Ah \/ Ah to CCA Calculator [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":20346,"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-20345","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"featured_image_url":{"thumbnail":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/11\/Cca-to-ah-conversion-calculator-80x80.webp","medium":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/11\/Cca-to-ah-conversion-calculator-300x300.webp","medium_large":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/11\/Cca-to-ah-conversion-calculator-768x768.webp","large":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/11\/Cca-to-ah-conversion-calculator.webp","1536x1536":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/11\/Cca-to-ah-conversion-calculator.webp","2048x2048":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/11\/Cca-to-ah-conversion-calculator.webp","trp-custom-language-flag":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/11\/Cca-to-ah-conversion-calculator.webp","wpgs_custom_main":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/11\/Cca-to-ah-conversion-calculator.webp","wpgs_custom_thumb":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/11\/Cca-to-ah-conversion-calculator.webp","woocommerce_thumbnail":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/11\/Cca-to-ah-conversion-calculator.webp","woocommerce_single":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/11\/Cca-to-ah-conversion-calculator.webp","woocommerce_gallery_thumbnail":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2024\/11\/Cca-to-ah-conversion-calculator.webp"},"post_author":"administrator","assigned_categories":"","aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/pages\/20345","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=20345"}],"version-history":[{"count":9,"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/pages\/20345\/revisions"}],"predecessor-version":[{"id":28062,"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/pages\/20345\/revisions\/28062"}],"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\/20346"}],"wp:attachment":[{"href":"https:\/\/manlybattery.com\/it\/wp-json\/wp\/v2\/media?parent=20345"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}