{"id":21455,"date":"2025-04-11T17:58:18","date_gmt":"2025-04-11T09:58:18","guid":{"rendered":"https:\/\/manlybattery.com\/?page_id=21455"},"modified":"2025-07-03T17:50:08","modified_gmt":"2025-07-03T09:50:08","slug":"calculatrice-de-droits-dimportation-usa","status":"publish","type":"page","link":"https:\/\/manlybattery.com\/fr\/battery-tools-and-resources\/usa-import-duty-calculator\/","title":{"rendered":"Calculateur des droits d&#039;importation aux \u00c9tats-Unis (tarifs sur les batteries)"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"21455\" class=\"elementor elementor-21455\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d854da1 e-flex e-con-boxed e-con e-parent\" data-id=\"4d854da1\" 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-0c52d6d elementor-widget elementor-widget-text-editor\" data-id=\"0c52d6d\" 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;\">USA Import Duty Calculator (Battery Tariffs)<\/h1>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-db3b9e2 elementor-widget elementor-widget-html\" data-id=\"db3b9e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"usa-duty-calculator-container\">\r\n    <h2>USA Import Duty Calculator (Battery Tariffs)<\/h2>\r\n    \r\n    <!-- Exporting Country Selector -->\r\n    <label for=\"exportCountry\">Exporting Country:<\/label>\r\n    <select id=\"exportCountry\">\r\n        <option value=\"china\">China<\/option>\r\n        <option value=\"japan\">Japan<\/option>\r\n        <option value=\"southKorea\">South Korea<\/option>\r\n        <option value=\"eu\">European Union<\/option>\r\n        <option value=\"vietnam\">Vietnam<\/option>\r\n        <option value=\"taiwan\">Taiwan<\/option>\r\n        <option value=\"india\">India<\/option>\r\n        <option value=\"thailand\">Thailand<\/option>\r\n        <option value=\"switzerland\">Switzerland<\/option>\r\n        <option value=\"uk\">United Kingdom<\/option>\r\n        <option value=\"malaysia\">Malaysia<\/option>\r\n        <option value=\"indonesia\">Indonesia<\/option>\r\n        <option value=\"australia\">Australia<\/option>\r\n        <option value=\"southAfrica\">South Africa<\/option>\r\n        <option value=\"brazil\">Brazil<\/option>\r\n        <option value=\"philippines\">Philippines<\/option>\r\n        <option value=\"singapore\">Singapore<\/option>\r\n    <\/select>\r\n\r\n    <!-- Product Value Input -->\r\n    <label for=\"productValue\">Product Total Value (USD):<\/label>\r\n    <input type=\"number\" id=\"productValue\" placeholder=\"Enter total product value in USD\" \/>\r\n\r\n    <!-- Calculate Button -->\r\n    <button id=\"calculateDuty\" class=\"calculate-duty-button\">Calculate Duty<\/button>\r\n    \r\n    <!-- Result Display -->\r\n    <div class=\"result\" id=\"result\"><\/div>\r\n<\/div>\r\n\r\n<style>\r\n    .usa-duty-calculator-container {\r\n        font-family: Arial, sans-serif;\r\n        background-color: #f8f8f8;\r\n        color: #333;\r\n        padding: 20px;\r\n        max-width: 500px;\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\r\n    .usa-duty-calculator-container select, \r\n    .usa-duty-calculator-container input[type=\"number\"] {\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    }\r\n\r\n    .usa-duty-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\r\n    .usa-duty-calculator-container button:hover {\r\n        background-color: #0056b3;\r\n    }\r\n\r\n    .usa-duty-calculator-container .result {\r\n        margin-top: 20px;\r\n        font-weight: bold;\r\n        text-align: center;\r\n    }\r\n<\/style>\r\n\r\n<script>\r\n    document.getElementById('calculateDuty').addEventListener('click', function() {\r\n        \/\/ Get input values\r\n        const exportCountry = document.getElementById('exportCountry').value;\r\n        const productValue = parseFloat(document.getElementById('productValue').value);\r\n\r\n        \/\/ Validation checks\r\n        if (isNaN(productValue) || productValue <= 0) {\r\n            alert(\"Please enter a valid product value.\");\r\n            return;\r\n        }\r\n\r\n        \/\/ Duty rates based on exporting country\r\n        const dutyRates = {\r\n            china: {\r\n                \"battery\": 153.4, \/\/ Comprehensive duty rate for battery products\r\n            },\r\n            japan: {\r\n                \"battery\": 24, \/\/ Duty for battery products\r\n            },\r\n            southKorea: {\r\n                \"battery\": 25, \/\/ Duty for battery products\r\n            },\r\n            eu: {\r\n                \"battery\": 20, \/\/ Duty for battery products\r\n            },\r\n            vietnam: {\r\n                \"battery\": 46, \/\/ Duty for battery products\r\n            },\r\n            taiwan: {\r\n                \"battery\": 32, \/\/ Duty for battery products\r\n            },\r\n            india: {\r\n                \"battery\": 26, \/\/ Duty for battery products\r\n            },\r\n            thailand: {\r\n                \"battery\": 36, \/\/ Duty for battery products\r\n            },\r\n            switzerland: {\r\n                \"battery\": 31, \/\/ Duty for battery products\r\n            },\r\n            uk: {\r\n                \"battery\": 10, \/\/ Duty for battery products\r\n            },\r\n            malaysia: {\r\n                \"battery\": 24, \/\/ Duty for battery products\r\n            },\r\n            indonesia: {\r\n                \"battery\": 32, \/\/ Duty for battery products\r\n            },\r\n            australia: {\r\n                \"battery\": 10, \/\/ Duty for battery products\r\n            },\r\n            southAfrica: {\r\n                \"battery\": 30, \/\/ Duty for battery products\r\n            },\r\n            brazil: {\r\n                \"battery\": 10, \/\/ Duty for battery products\r\n            },\r\n            philippines: {\r\n                \"battery\": 17, \/\/ Duty for battery products\r\n            },\r\n            singapore: {\r\n                \"battery\": 10, \/\/ Duty for battery products\r\n            }\r\n        };\r\n\r\n        \/\/ Retrieve the duty rate for the selected country\r\n        const countryDutyRate = dutyRates[exportCountry]?.battery;\r\n\r\n        if (!countryDutyRate) {\r\n            alert(\"Please select a valid country.\");\r\n            return;\r\n        }\r\n\r\n        \/\/ Duty calculation\r\n        let totalDuty = (productValue * (countryDutyRate \/ 100)).toFixed(2);\r\n\r\n        \/\/ Display the result\r\n        document.getElementById('result').innerHTML = `Import Duty: $${totalDuty} (Rate: ${countryDutyRate}%)`;\r\n    });\r\n<\/script>\r\n\r\n<!-- SEO Meta Information -->\r\n<head>\r\n    <meta name=\"description\" content=\"Use the USA Import Duty Calculator (Battery Tariffs) to easily calculate the import duties on battery products based on the origin country.\">\r\n    <meta name=\"keywords\" content=\"USA Import Duty Calculator, Battery Tariffs, Import Duty Calculator for Batteries, Battery import duty, Import duty calculator for battery products\">\r\n    <meta name=\"robots\" content=\"index, follow\">\r\n    <title>USA Import Duty Calculator (Battery Tariffs)<\/title>\r\n<\/head>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5be0c015 elementor-widget elementor-widget-text-editor\" data-id=\"5be0c015\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<h2><span data-preserver-spaces=\"true\">What Are Tariffs and Battery Tariffs?<\/span><\/h2>\n<h3><span data-preserver-spaces=\"true\">1. What Are Import Tariffs?<\/span><\/h3>\n<span data-preserver-spaces=\"true\">Import tariffs are taxes imposed by governments on goods<\/span><span data-preserver-spaces=\"true\"> entering a country. These tariffs increase the cost <\/span><span data-preserver-spaces=\"true\">of imported goods, making them more expensive for consumers and businesses.<\/span><span data-preserver-spaces=\"true\"> Tariffs <\/span><span data-preserver-spaces=\"true\">are commonly used<\/span><span data-preserver-spaces=\"true\"> to protect domestic industries from foreign competition by encouraging consumers to buy locally produced goods. The application of tariffs can vary depending on the product type and country of origin. They can also affect trade balances between countries and influence the pricing of products in international markets.<\/span>\n\n<span data-preserver-spaces=\"true\">The <\/span>USA Import Duty Calculator<span data-preserver-spaces=\"true\"> is a tool that helps businesses estimate the import duties they will need to pay when bringing goods into the United States. By calculating these costs, companies can make more informed decisions when importing products, including batteries.<\/span>\n<h3><span data-preserver-spaces=\"true\">2. What Are Battery Tariffs?<\/span><\/h3>\n<span data-preserver-spaces=\"true\">Battery tariffs are taxes imposed on battery products, including <\/span>lithium battery import duty<span data-preserver-spaces=\"true\">. These tariffs apply to lithium-ion batteries, which are essential for industries such as electric vehicles (EVs), renewable energy storage, and consumer electronics. Battery-specific tariffs regulate the importation of these critical components and protect domestic battery manufacturers. In some cases, tariffs can also encourage the development of local battery production industries.<\/span>\n\n<span data-preserver-spaces=\"true\">For instance, in the United States, certain types of batteries, particularly lithium-ion batteries, are subject to tariffs that can be as high as 34%. These tariffs affect the pricing structure for businesses that rely on imported batteries and may increase the overall cost of products that use these batteries, such as electric vehicles and solar storage systems.<\/span>\n<h3><span data-preserver-spaces=\"true\">3 How Tariffs Affect Global Trade<\/span><\/h3>\n<span data-preserver-spaces=\"true\">Tariffs can impact global trade by influencing the cost and availability of goods. <\/span><span data-preserver-spaces=\"true\">When tariffs <\/span><span data-preserver-spaces=\"true\">are applied<\/span><span data-preserver-spaces=\"true\"> to products like batteries, the price of those products tends to rise, which can increase costs for manufacturers and consumers. <\/span><span data-preserver-spaces=\"true\">This<\/span><span data-preserver-spaces=\"true\"> can lead to higher prices for <\/span><span data-preserver-spaces=\"true\">electric vehicles, energy storage systems, and other products that<\/span><span data-preserver-spaces=\"true\"> use imported batteries, which can slow the adoption of these technologies in the marketplace.<\/span>\n\n<span data-preserver-spaces=\"true\">Additionally, tariffs can lead to shifts in global supply chains. As businesses seek to avoid high tariffs on imports, they may move production to countries with lower tariff rates or source their products from alternative suppliers. This shift can affect the availability and cost of goods in different regions, impacting industries and economies worldwide.<\/span>\n\n<span data-preserver-spaces=\"true\">Furthermore, tariffs can influence international trade relationships, as countries may adjust their trade policies in response to the tariffs imposed by other nations. The imposition of tariffs can change global trade patterns, affecting how products like batteries <\/span><span data-preserver-spaces=\"true\">are produced<\/span><span data-preserver-spaces=\"true\">, traded, and priced.<\/span>\n<h2><span data-preserver-spaces=\"true\">Introducing the USA Import Duty Calculator (Battery Tariffs) and Why It&#8217;s Essential for Your Business<\/span><\/h2>\n<h3><span data-preserver-spaces=\"true\">1. What is the USA Import Duty Calculator?<\/span><\/h3>\n<span data-preserver-spaces=\"true\">The <\/span>USA Import Duty Calculator is designed to help businesses estimate the import duties they must pay on goods entering the United States, including products like lithium batteries. It provides an easy and efficient way for companies to calculate the costs associated with importing goods, particularly for industries that depend on international trade.\n\nBy entering key details such as the product value and the country of origin, users can quickly determine the applicable import duty rates, ensuring better financial planning for businesses involved in cross-border trade. The calculator is especially important for industries dealing with critical components like batteries, where tariffs can impact overall costs.\n<h3><span data-preserver-spaces=\"true\">2. How the Calculator Works<\/span><\/h3>\n<span data-preserver-spaces=\"true\">Using the <\/span>USA Import Duty Calculator<span data-preserver-spaces=\"true\"> is simple:<\/span>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">Select Export Country<\/span><\/strong><span data-preserver-spaces=\"true\">: Choose the country from which the product is being exported, such as <\/span>China, Japan, or Vietnam. Each country has different duty rates for imported goods, which is essential for an accurate calculation.<\/li>\n \t<li><strong><span data-preserver-spaces=\"true\">Enter Product Value<\/span><\/strong><span data-preserver-spaces=\"true\">: Input the total value of the product in U.S. dollars. The import duty is calculated based on this value.<\/span><\/li>\n \t<li><strong><span data-preserver-spaces=\"true\">Duty Calculation<\/span><\/strong><span data-preserver-spaces=\"true\">: The calculator will determine the <\/span>battery tariffs based on current U.S. import duty rates after entering the required information. For example, lithium batteries imported from China may be subject to a duty rate of 153.4%, which will be reflected<span data-preserver-spaces=\"true\"> in the result.<\/span><\/li>\n<\/ul>\n<span data-preserver-spaces=\"true\">The final output will show the total duty due and the duty rate applied, helping businesses plan for their import costs.<\/span>\n<h3><span data-preserver-spaces=\"true\">3. Why is This Calculator Essential for Your Business?<\/span><\/h3>\n<span data-preserver-spaces=\"true\">The <\/span>USA Import Duty Calculator provides several key benefits for businesses that import products, particularly batteries:\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">Accurate Duty Estimations<\/span><\/strong><span data-preserver-spaces=\"true\">: The calculator provides an accurate and up-to-date estimate of the import duties that will be applied based on the product value and the country of origin. <\/span><span data-preserver-spaces=\"true\">This<\/span><span data-preserver-spaces=\"true\"> helps businesses avoid unexpected costs when goods arrive at U.S. customs.<\/span><\/li>\n \t<li><strong><span data-preserver-spaces=\"true\">Risk Management<\/span><\/strong><span data-preserver-spaces=\"true\">: Import duties can fluctuate due to changes in trade policies. Regularly using the calculator ensures businesses stay informed about current duty rates, reducing the risk of unforeseen cost increases.<\/span><\/li>\n \t<li><strong><span data-preserver-spaces=\"true\">Compliance with Regulations<\/span><\/strong><span data-preserver-spaces=\"true\">: Businesses must comply with U.S. customs regulations. The <\/span>USA Import Duty Calculator helps apply the correct tariffs, assisting companies in maintaining compliance and avoiding delays or penalties.<\/li>\n<\/ul>\n<h2><span data-preserver-spaces=\"true\">Impact of These Tariffs on the U.S. Market<\/span><\/h2>\n<h3><span data-preserver-spaces=\"true\">1. How Battery Tariffs Affect Pricing and Supply Chains<\/span><\/h3>\nBattery tariffs directly impact the pricing and availability of battery products in the U.S. market. When tariffs are applied to lithium batteries and other related products, the cost of importing these goods increases. This increase in cost is often passed down to consumers, leading to higher prices for products that rely on these batteries, such as electric vehicles (EVs), energy storage systems, and consumer electronics.\n\nFor example, battery tariffs on products imported from countries like China, Vietnam, and South Korea can significantly increase their cost. These additional costs may affect the overall pricing structure of industries that depend on battery-powered technologies, leading to higher prices for end consumers.\n\nFurthermore, tariffs on battery imports can impact supply chains. Manufacturers might need to adjust their sourcing strategies, potentially seeking suppliers from countries with lower tariffs. This shift can disrupt existing supply chains, leading to longer lead times, delays in product availability, or shortages in specific markets. Businesses may also face additional logistical challenges as they navigate the new import duties.\n<h3><span data-preserver-spaces=\"true\">2. Long-Term Market Trends for Battery Imports<\/span><\/h3>\nThe impact of battery tariffs will continue to influence the battery import market in the U.S. over the long term. As tariffs remain, companies may explore alternative sourcing strategies, such as relocating production or sourcing batteries from countries with lower tariffs. This can result in shifts in global supply chains and influence the pricing structure of battery products over time.\n\nIn the long term, battery tariffs may lead to changes in the competitiveness of the U.S. market. Domestic manufacturers may see a potential boost in their market share due to the higher import costs of foreign-made batteries, making locally produced batteries more cost-competitive. However, industries reliant on imported lithium batteries may face higher production costs, leading to potential consumer price increases.\n\nChanges in trade policies, such as new agreements or tariff adjustments, may further impact the battery import market. As global trade dynamics evolve, businesses must adjust their strategies to stay competitive and manage the cost of battery imports effectively.\n\nIn conclusion, battery tariffs have a lasting effect on product pricing and supply chain structure in the U.S. market. They impact the availability and cost of battery-powered goods, influencing businesses and consumers. As tariffs evolve, companies must monitor changes and adapt their operations accordingly.\n\n<a href=\"https:\/\/manlybattery.com\/wp-content\/uploads\/2025\/04\/U S -import-duty-rates-on-batteries-by-country-2024.WEBP\"><img decoding=\"async\" class=\"aligncenter wp-image-21475\" title=\"U S Import duty rates on batteries by country 2024\" src=\"https:\/\/manlybattery.com\/wp-content\/uploads\/2025\/04\/U%20S%20-import-duty-rates-on-batteries-by-country-2024.WEBP\" alt=\"U S Import duty rates on batteries by country 2024\" width=\"600\" height=\"358\" \/><\/a>\n<h2><span data-preserver-spaces=\"true\">Timeline of U.S. Tariff Policy Changes and Key Countries&#8217; Battery Tariff Rates<\/span><\/h2>\nThe U.S. tariff policies related to battery imports have evolved, affecting industries ranging from electric vehicles to renewable energy. These changes in tariffs have impacted battery prices, availability, and the overall supply chain. Below is an overview of the historical changes in U.S. battery tariffs, along with the current tariff rates for battery imports from key countries and a look at future expectations.\n<h3><span data-preserver-spaces=\"true\">1. Historical Changes in U.S. Battery Tariffs<\/span><\/h3>\nOver the years, the U.S. battery tariff policies have seen several shifts. Major trade negotiations and tariffs imposed on foreign manufacturers, particularly from China, have influenced the pricing and availability of battery-powered products in the U.S. market. For example, during the 2018 trade war, battery tariffs on products imported from China saw a substantial increase. These changes were part of broader trade policies aimed at adjusting trade imbalances and protecting domestic manufacturing of energy storage products, including lithium-ion batteries.\n\nThe 2018 trade war had a significant impact on U.S. battery imports, leading to higher tariffs and increased production costs for industries that rely on imported batteries. Over time, the tariffs have been adjusted in response to evolving global trade dynamics.\n<h3><span data-preserver-spaces=\"true\">2. Current Tariff Rates for Key Countries<\/span><\/h3>\nBelow is a list of the current battery tariff rates for key countries that export battery products to the United States.\n<h4><strong><span data-preserver-spaces=\"true\">China<\/span><\/strong><\/h4>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">April 2025<\/span><\/strong><span data-preserver-spaces=\"true\">: <\/span>Battery imports from China are subject to a 153.4% tariff. This substantial increase affects lithium-ion batteries and energy storage systems, both crucial for industries like electric vehicles and solar power.<\/li>\n<\/ul>\n<h4><strong><span data-preserver-spaces=\"true\">European Union (EU)<\/span><\/strong><\/h4>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">March 2025<\/span><\/strong><span data-preserver-spaces=\"true\">: The <\/span>EU faces a 20% tariff on battery imports. The EU is a key trading partner for the U.S. in the battery-powered technologies sector, especially in electric vehicles and renewable energy.<\/li>\n<\/ul>\n<h4><strong><span data-preserver-spaces=\"true\">Japan<\/span><\/strong><\/h4>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">February 2025<\/span><\/strong><span data-preserver-spaces=\"true\">: A <\/span>24% tariff is applied to battery products imported from Japan. These tariffs impact products used in automotive manufacturing and energy storage systems.<\/li>\n<\/ul>\n<h4><strong><span data-preserver-spaces=\"true\">South Korea<\/span><\/strong><\/h4>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">January 2025<\/span><\/strong><span data-preserver-spaces=\"true\">: <\/span>Battery imports from South Korea are subject to a 25% tariff, affecting energy storage systems and electric vehicle batteries.<\/li>\n<\/ul>\n<h4><strong><span data-preserver-spaces=\"true\">Vietnam<\/span><\/strong><\/h4>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">December 2024<\/span><\/strong><span data-preserver-spaces=\"true\">: <\/span>Battery imports from Vietnam are taxed at a 46% tariff, reflecting the growing role of Vietnam as a manufacturing hub for lithium-ion batteries.<\/li>\n<\/ul>\n<h4><strong><span data-preserver-spaces=\"true\">Taiwan<\/span><\/strong><\/h4>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">November 2024<\/span><\/strong><span data-preserver-spaces=\"true\">: <\/span>Battery imports from Taiwan are subject to a 32% tariff, which affects battery-powered systems for sectors like solar power and electric vehicles.<\/li>\n<\/ul>\n<h4><strong><span data-preserver-spaces=\"true\">India<\/span><\/strong><\/h4>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">October 2024<\/span><\/strong><span data-preserver-spaces=\"true\">: The <\/span>U.S. imposes a 26% tariff on battery products from India, impacting electric vehicle and solar energy storage technologies.<\/li>\n<\/ul>\n<h4><strong><span data-preserver-spaces=\"true\">Thailand<\/span><\/strong><\/h4>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">September 2024<\/span><\/strong><span data-preserver-spaces=\"true\">: <\/span>Battery imports from Thailand are taxed at a 36% tariff, affecting battery-powered systems for solar energy and automotive applications.<\/li>\n<\/ul>\n<h4><strong><span data-preserver-spaces=\"true\">Switzerland<\/span><\/strong><\/h4>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">August 2024<\/span><\/strong><span data-preserver-spaces=\"true\">: A <\/span>31% tariff is applied to battery imports from Switzerland, affecting high-performance battery products used in renewable energy systems and electric vehicles.<\/li>\n<\/ul>\n<h4><strong><span data-preserver-spaces=\"true\">United Kingdom (UK)<\/span><\/strong><\/h4>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">July 2024<\/span><\/strong><span data-preserver-spaces=\"true\">: <\/span>Battery imports from the UK face a 10% tariff, reflecting ongoing trade agreements and promoting the exchange of battery-powered solutions.<\/li>\n<\/ul>\n<h4><strong><span data-preserver-spaces=\"true\">Malaysia<\/span><\/strong><\/h4>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">June 2024<\/span><\/strong><span data-preserver-spaces=\"true\">: <\/span>Battery imports from Malaysia are subject to a 24% tariff, which affects the cost of lithium-ion batteries for industries such as automotive and solar energy.<\/li>\n<\/ul>\n<h4><strong><span data-preserver-spaces=\"true\">Indonesia<\/span><\/strong><\/h4>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">May 2024<\/span><\/strong><span data-preserver-spaces=\"true\">: <\/span>Battery imports from Indonesia are taxed at a 32% tariff, influencing the pricing of battery products for various energy storage systems and electric vehicles.<\/li>\n<\/ul>\n<h4><strong><span data-preserver-spaces=\"true\">Australia<\/span><\/strong><\/h4>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">April 2024<\/span><\/strong><span data-preserver-spaces=\"true\">: A <\/span>10% tariff is placed on battery imports from Australia. This tariff remains low, promoting trade in energy storage systems and electric vehicles.<\/li>\n<\/ul>\n<h4><strong><span data-preserver-spaces=\"true\">South Africa<\/span><\/strong><\/h4>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">March 2024<\/span><\/strong><span data-preserver-spaces=\"true\">: A <\/span>30% tariff is imposed on battery imports from South Africa, which impacts industries relying on battery technology for solar energy and electric vehicles.<\/li>\n<\/ul>\n<h4><strong><span data-preserver-spaces=\"true\">Brazil<\/span><\/strong><\/h4>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">February 2024<\/span><\/strong><span data-preserver-spaces=\"true\">: <\/span>Battery imports from Brazil face a 10% tariff, affecting battery-powered solutions for various automotive and renewable energy applications.<\/li>\n<\/ul>\n<h4><strong><span data-preserver-spaces=\"true\">Philippines<\/span><\/strong><\/h4>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">January 2024<\/span><\/strong><span data-preserver-spaces=\"true\">: <\/span>Battery imports from the Philippines are taxed at a 17% tariff, impacting battery prices for sectors such as energy storage and electric vehicles.<\/li>\n<\/ul>\n<h4><strong><span data-preserver-spaces=\"true\">Singapore<\/span><\/strong><\/h4>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">December 2023<\/span><\/strong><span data-preserver-spaces=\"true\">: <\/span>Battery imports from Singapore face a 10% tariff, reflecting one of the lowest rates for battery products in the U.S., benefiting trade-in battery technologies.<\/li>\n<\/ul>\n<h2><span data-preserver-spaces=\"true\">Why MANLY Battery is the Best Choice Amid U.S. Import Duty (Battery Tariffs)<\/span><\/h2>\n<h3><strong><span data-preserver-spaces=\"true\">1. How MANLY Battery Helps U.S. Businesses Overcome High Import Tariffs<\/span><\/strong><\/h3>\n<span data-preserver-spaces=\"true\">The <\/span>USA Import Duty Calculator helps businesses determine the total cost of importing goods, including lithium batteries, to the U.S. With rising battery tariffs, enterprises face increasing costs, particularly on batteries imported from China and other countries. As import duties on lithium batteries can reach as high as 153.4%, it&#8217;s more crucial than ever for businesses to find a reliable, cost-effective supplier that can help them maintain their competitive edge in a volatile market.\n\nMANLY Battery offers a compelling solution. As a direct manufacturer based in China, MANLY Battery eliminates the middleman and passes on savings to U.S. businesses. This structure allows MANLY to offer high-quality batteries at a competitive price, even in the face of rising tariffs. By sourcing directly from the manufacturer, U.S. businesses avoid the additional markups that intermediaries would typically add, making it easier to keep costs manageable and competitive in the U.S. market.\n\nThe import duty of lithium batteries remains a significant concern for U.S. businesses. For example, lithium batteries imported from China face an import duty of 153.4%, but MANLY\u2019s direct-from-manufacturer model keeps prices low. Despite the high tariffs, MANLY Battery\u2019s efficient production and pricing ensure that businesses in the U.S. can obtain high-performance, reliable batteries without compromising their bottom line.\n\n<img decoding=\"async\" class=\"aligncenter wp-image-21476\" title=\"2024 china lithium battery export destination\" src=\"https:\/\/manlybattery.com\/wp-content\/uploads\/2025\/04\/2024-china-lithium-battery-export-destination.WEBP\" alt=\"2024 china lithium battery export destination\" width=\"600\" height=\"358\" srcset=\"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/04\/2024-china-lithium-battery-export-destination.WEBP 800w, https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/04\/2024-china-lithium-battery-export-destination-300x179.webp 300w, https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/04\/2024-china-lithium-battery-export-destination-768x458.webp 768w, https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/04\/2024-china-lithium-battery-export-destination-705x420.webp 705w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\n<h3><strong><span data-preserver-spaces=\"true\">2. Why MANLY Battery is a Smart Choice for U.S. Energy Storage and Battery Demands<\/span><\/strong><\/h3>\n<span data-preserver-spaces=\"true\">The need for <\/span>energy storage in the U.S. is skyrocketing. According to the U.S. Energy Storage Market data, energy storage capacity is expected to expand significantly in the coming years, with more than 35 GWh of new storage scheduled in 2024. As the U.S. transitions to cleaner energy, the demand for batteries\u2014especially lithium-ion batteries\u2014will continue to rise, driven by industries like solar energy, electric vehicles, and UPS systems.\n\nAs demand increases, MANLY Battery is well-positioned to meet these needs. The company manufactures various batteries, including LiFePO4 batteries, known for their high energy efficiency (up to 95%), long lifespan, and reliability under harsh conditions. These batteries are ideal for solar energy storage, backup power systems, and electric vehicles\u2014sectors growing rapidly in the U.S. market.\n\nGiven the rising tariffs, MANLY Battery\u2019s pricing remains highly competitive, making it an attractive option for U.S. businesses. The ability to secure cost-effective, high-quality batteries is essential for companies looking to stay competitive while managing rising import costs due to tariffs.\n<h3><strong><span data-preserver-spaces=\"true\">2. MANLY Battery\u2019s Commitment to Quality and Safety<\/span><\/strong><\/h3>\n<span data-preserver-spaces=\"true\">In addition to pricing advantages, MANLY Battery\u2019s commitment to quality ensures that its products meet global standards. Wit<\/span><span data-preserver-spaces=\"true\">h <\/span>UN38.3, UL, CE, and IEC62133 certifications, MANLY\u2019s batteries are recognized for their safety and performance. Each battery has advanced features like short-circuit protection, overcharge prevention, and overcurrent safeguards, ensuring customers receive a safe and durable product.\n\nAdditionally, MANLY offers a 10-year battery warranty, providing businesses with peace of mind. MANLY&#8217;s batteries offer reliable performance and long-term durability, whether for energy storage, solar power systems, or backup applications.\n<h3><strong><span data-preserver-spaces=\"true\">3. Real-World Demand for MANLY Battery in the U.S. Market<\/span><\/strong><\/h3>\n<span data-preserver-spaces=\"true\">The demand for <\/span><strong><a href=\"https:\/\/manlybattery.com\/\">lithium batteries<\/a><\/strong> in the U.S. is substantial. In 2024, the U.S. is projected to import over 130GWh of lithium batteries, with China continuing to be the largest exporter. This highlights the importance of reliable suppliers offering cost-effective solutions despite rising tariffs. MANLY Battery serves as a solution to this challenge, ensuring U.S. businesses can access high-quality lithium batteries without paying inflated prices caused by intermediary markups.\n\nWith the U.S. being a major destination for Chinese lithium batteries, businesses need to partner with reliable manufacturers like MANLY to remain competitive in the face of increasing import duties. MANLY Battery\u2019s direct manufacturing model ensures companies can meet rising demand while maintaining cost efficiency.\n<h3><strong><span data-preserver-spaces=\"true\">4. A Competitive Edge in the U.S. Market<\/span><\/strong><\/h3>\n<span data-preserver-spaces=\"true\">As the <\/span>U.S. battery storage market expands, MANLY Battery\u2019s competitive pricing, direct manufacturing, and global certifications offer U.S. businesses a clear advantage. With more demand for energy storage solutions and lithium-ion batteries, companies can rely on MANLY\u2019s robust supply chain to fulfill their needs for high-performance batteries that meet the strict demands of the U.S. market.\n\nBusinesses can avoid inflated costs caused by tariffs and intermediary markups by choosing MANLY Battery. Instead, they gain access to affordable, high-quality batteries backed by reliable production capacity and a 10-year warranty.\n<h2><span data-preserver-spaces=\"true\">FAQ<\/span><\/h2>\n<h3><span data-preserver-spaces=\"true\">1. How do I calculate import duty from China to the USA?<\/span><\/h3>\n<span data-preserver-spaces=\"true\">To calculate import duty on goods imported from China to the USA, follow these steps:<\/span>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">Determine the Harmonized System (HS) Code<\/span><\/strong><span data-preserver-spaces=\"true\">: Identify the HS Code for your product, which classifies it under the correct category, and find the applicable duty rate.<\/span><\/li>\n \t<li><strong><span data-preserver-spaces=\"true\">Check the Duty Rate<\/span><\/strong><span data-preserver-spaces=\"true\">: Use the HS Code to find the corresponding duty rate in the U.S. Harmonized Tariff Schedule.<\/span><\/li>\n \t<li><strong><span data-preserver-spaces=\"true\">Calculate the Duty<\/span><\/strong><span data-preserver-spaces=\"true\">: Multiply the customs value of your goods (including the cost of the product, shipping, and insurance) by the duty rate.<\/span><\/li>\n<\/ul>\n<span data-preserver-spaces=\"true\">For example, if you&#8217;re importing goods valued at $10,000 with a duty rate of 5%, the import duty would be $500.<\/span>\n\n<span data-preserver-spaces=\"true\">It\u2019s important to note that additional tariffs may apply to particular products, especially those from <\/span><span data-preserver-spaces=\"true\">specific<\/span><span data-preserver-spaces=\"true\"> countries like China. For instance, as of April 2025, some Chinese imports face tariffs as high as 153.4%.<\/span>\n<h3><span data-preserver-spaces=\"true\">2. Are tariffs good or bad?<\/span><\/h3>\n<strong><span data-preserver-spaces=\"true\">Pros of Tariffs<\/span><\/strong><span data-preserver-spaces=\"true\">:<\/span>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">Protecting Domestic Industries<\/span><\/strong><span data-preserver-spaces=\"true\">: Tariffs can shield local businesses from foreign competition, allowing them to grow and create jobs.<\/span><\/li>\n \t<li><strong><span data-preserver-spaces=\"true\">Generating Government Revenue<\/span><\/strong><span data-preserver-spaces=\"true\">: Tariffs provide revenue for the government, which can <\/span><span data-preserver-spaces=\"true\">be allocated<\/span><span data-preserver-spaces=\"true\"> for public services or infrastructure.<\/span><\/li>\n<\/ul>\n<strong><span data-preserver-spaces=\"true\">Cons of Tariffs<\/span><\/strong><span data-preserver-spaces=\"true\">:<\/span>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">Increased Consumer Prices<\/span><\/strong><span data-preserver-spaces=\"true\">: Consumers often face higher prices when tariffs <\/span><span data-preserver-spaces=\"true\">are applied<\/span><span data-preserver-spaces=\"true\"> to imported goods.<\/span><\/li>\n \t<li><strong><span data-preserver-spaces=\"true\">Potential Trade Wars<\/span><\/strong><span data-preserver-spaces=\"true\">: Other countries may retaliate by imposing tariffs, affecting the export market and international trade relations.<\/span><\/li>\n \t<li><strong><span data-preserver-spaces=\"true\">Economic Inefficiencies<\/span><\/strong><span data-preserver-spaces=\"true\">: While tariffs can protect domestic industries, they may also support inefficient industries that wouldn&#8217;t thrive in a competitive market.<\/span><\/li>\n<\/ul>\n<h3><span data-preserver-spaces=\"true\">3. How much tax do I pay on U.S. imports?<\/span><\/h3>\n<span data-preserver-spaces=\"true\">The tax, commonly known as customs duty, varies based on:<\/span>\n<ul>\n \t<li><strong><span data-preserver-spaces=\"true\">Product Classification<\/span><\/strong><span data-preserver-spaces=\"true\">: Different products fall under different categories and <\/span><span data-preserver-spaces=\"true\">are taxed<\/span><span data-preserver-spaces=\"true\"> at different rates.<\/span><\/li>\n \t<li><strong><span data-preserver-spaces=\"true\">Country of Origin<\/span><\/strong><span data-preserver-spaces=\"true\">: Trade agreements may reduce or eliminate duties for certain countries.<\/span><\/li>\n \t<li><strong><span data-preserver-spaces=\"true\">Value of Goods<\/span><\/strong><span data-preserver-spaces=\"true\">: Higher-value items tend to incur higher duties.<\/span><\/li>\n<\/ul>\n<span data-preserver-spaces=\"true\">For personal imports, goods valued up to $800 are generally duty-free. Items valued above this threshold are subject to duties based on the product type and its origin.<\/span>\n\n<span data-preserver-spaces=\"true\">Duties are calculated similarly for commercial imports, but additional fees may apply.<\/span>\n\n<span data-preserver-spaces=\"true\">Please note that regulations and rates may change, so it&#8217;s good to consult official sources or a customs expert for the latest information when planning imports.<\/span>\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-c71d7dd e-flex e-con-boxed e-con e-parent\" data-id=\"c71d7dd\" 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-0637c68 elementor-widget__width-inherit elementor-widget elementor-widget-shortcode\" data-id=\"0637c68\" 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-4d6e584 e-flex e-con-boxed e-con e-parent\" data-id=\"4d6e584\" 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-2feffc6 elementor-widget elementor-widget-heading\" data-id=\"2feffc6\" 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-91f2efe e-con-full e-flex e-con e-child\" data-id=\"91f2efe\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b6533e elementor-widget elementor-widget-heading\" data-id=\"4b6533e\" 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\/fr\/\">Battery Manufacturer<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a8007a elementor-widget elementor-widget-heading\" data-id=\"0a8007a\" 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\/fr\/battery-shop\/\">Lithium Battery<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e0efb34 elementor-widget elementor-widget-heading\" data-id=\"e0efb34\" 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\/fr\/battery-shop\/golf-cart-battery-for-sale\/\">Golf Cart Battery<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5535f7 elementor-widget elementor-widget-heading\" data-id=\"c5535f7\" 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\/fr\/product-category\/pv-battery-storage\/\">Home Battery Storage<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c7080c9 elementor-widget elementor-widget-heading\" data-id=\"c7080c9\" 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\/fr\/product-category\/marine-lithium-battery\/\">Marine Battery<\/a><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ff4be6 elementor-widget elementor-widget-heading\" data-id=\"7ff4be6\" 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\/fr\/product-category\/lithium-battery-charger\/\">Battery Charger<\/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-112e709 e-flex e-con-boxed e-con e-parent\" data-id=\"112e709\" 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-3d9ddae elementor-widget elementor-widget-shortcode\" data-id=\"3d9ddae\" 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/fr/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/fr/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\/fr\/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\/fr\/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\/fr\/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\/fr\/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\/fr\/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\/fr\/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\/fr\/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\/fr\/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=\"Page 1\" aria-current=\"page\" class=\"page-numbers current\">1<\/span>\n<a aria-label=\"Page 2\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/fr\/battery-tools-and-resources\/usa-import-duty-calculator\/2\/\" data-e-disable-page-transition=\"true\">2<\/a>\n<a aria-label=\"Page 3\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/fr\/battery-tools-and-resources\/usa-import-duty-calculator\/3\/\" data-e-disable-page-transition=\"true\">3<\/a>\n<span class=\"page-numbers dots\">\u2026<\/span>\n<a aria-label=\"Page 18\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/fr\/battery-tools-and-resources\/usa-import-duty-calculator\/18\/\" data-e-disable-page-transition=\"true\">18<\/a>\n<a class=\"next page-numbers\" href=\"https:\/\/manlybattery.com\/fr\/battery-tools-and-resources\/usa-import-duty-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\/fr\/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\/fr\/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\/fr\/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\/fr\/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\/fr\/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\/fr\/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\/fr\/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\/fr\/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=\"Page 1\" aria-current=\"page\" class=\"page-numbers current\">1<\/span>\n<a aria-label=\"Page 2\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/fr\/battery-tools-and-resources\/usa-import-duty-calculator\/2\/\" data-e-disable-page-transition=\"true\">2<\/a>\n<a aria-label=\"Page 3\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/fr\/battery-tools-and-resources\/usa-import-duty-calculator\/3\/\" data-e-disable-page-transition=\"true\">3<\/a>\n<span class=\"page-numbers dots\">\u2026<\/span>\n<a aria-label=\"Page 6\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/fr\/battery-tools-and-resources\/usa-import-duty-calculator\/6\/\" data-e-disable-page-transition=\"true\">6<\/a>\n<a class=\"next page-numbers\" href=\"https:\/\/manlybattery.com\/fr\/battery-tools-and-resources\/usa-import-duty-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\/fr\/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\/fr\/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\/fr\/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\/fr\/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\/fr\/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\/fr\/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\/fr\/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\/fr\/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=\"Page 1\" aria-current=\"page\" class=\"page-numbers current\">1<\/span>\n<a aria-label=\"Page 2\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/fr\/battery-tools-and-resources\/usa-import-duty-calculator\/2\/\" data-e-disable-page-transition=\"true\">2<\/a>\n<a aria-label=\"Page 3\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/fr\/battery-tools-and-resources\/usa-import-duty-calculator\/3\/\" data-e-disable-page-transition=\"true\">3<\/a>\n<span class=\"page-numbers dots\">\u2026<\/span>\n<a aria-label=\"Page 5\" class=\"page-numbers\" href=\"https:\/\/manlybattery.com\/fr\/battery-tools-and-resources\/usa-import-duty-calculator\/5\/\" data-e-disable-page-transition=\"true\">5<\/a>\n<a class=\"next page-numbers\" href=\"https:\/\/manlybattery.com\/fr\/battery-tools-and-resources\/usa-import-duty-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>USA Import Duty Calculator (Battery Tariffs) USA Import Duty Calculator (Battery Tariffs) Exporting Country: ChinaJapanSouth KoreaEuropean UnionVietnamTaiwanIndiaThailandSwitzerlandUnited KingdomMalaysiaIndonesiaAustraliaSouth AfricaBrazilPhilippinesSingapore Product [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":21484,"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-21455","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"featured_image_url":{"thumbnail":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/04\/Usa-import-duty-calculator-battery-tariffs-1--80x80.webp","medium":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/04\/Usa-import-duty-calculator-battery-tariffs-1--300x278.webp","medium_large":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/04\/Usa-import-duty-calculator-battery-tariffs-1-.WEBP","large":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/04\/Usa-import-duty-calculator-battery-tariffs-1-.WEBP","1536x1536":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/04\/Usa-import-duty-calculator-battery-tariffs-1-.WEBP","2048x2048":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/04\/Usa-import-duty-calculator-battery-tariffs-1-.WEBP","trp-custom-language-flag":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/04\/Usa-import-duty-calculator-battery-tariffs-1-.WEBP","wpgs_custom_main":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/04\/Usa-import-duty-calculator-battery-tariffs-1-.WEBP","wpgs_custom_thumb":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/04\/Usa-import-duty-calculator-battery-tariffs-1-.WEBP","woocommerce_thumbnail":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/04\/Usa-import-duty-calculator-battery-tariffs-1--300x300.webp","woocommerce_single":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/04\/Usa-import-duty-calculator-battery-tariffs-1-.WEBP","woocommerce_gallery_thumbnail":"https:\/\/manlybattery-static-cdn.cimen.club\/manlybattery\/wp-content\/uploads\/2025\/04\/Usa-import-duty-calculator-battery-tariffs-1--100x100.webp"},"post_author":"administrator","assigned_categories":"","aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/manlybattery.com\/fr\/wp-json\/wp\/v2\/pages\/21455","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/manlybattery.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/manlybattery.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/manlybattery.com\/fr\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/manlybattery.com\/fr\/wp-json\/wp\/v2\/comments?post=21455"}],"version-history":[{"count":12,"href":"https:\/\/manlybattery.com\/fr\/wp-json\/wp\/v2\/pages\/21455\/revisions"}],"predecessor-version":[{"id":28157,"href":"https:\/\/manlybattery.com\/fr\/wp-json\/wp\/v2\/pages\/21455\/revisions\/28157"}],"up":[{"embeddable":true,"href":"https:\/\/manlybattery.com\/fr\/wp-json\/wp\/v2\/pages\/16730"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/manlybattery.com\/fr\/wp-json\/wp\/v2\/media\/21484"}],"wp:attachment":[{"href":"https:\/\/manlybattery.com\/fr\/wp-json\/wp\/v2\/media?parent=21455"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}