Kuugro Li-ion AAA and AA Rechargeable Batteries USB Lithium-ion 3400mWh 1.5V AA Rechargeable Batteries+1100mWh 1.5V AAA Battery

Price range: $42.99 through $166.99 & Free Shipping

Description

Note: Please select the battery model and quantity in the color. If you open a dispute due to purchasing the wrong model, we will refuse to refund. Thank you.

Kuugro Li-ion AA and AAA Rechargeable Batteries USB Lithium-ion 3400mWh 1.5V AA Rechargeable Batteries+1100mWh 1.5V AAA Battery

Specification:

Product name: Li-ion rechargeable battery
Type: AAA/AA
Capacity: 1100mWh/3400mWh
Voltage: 1.5V
Maximum discharge current: 2A
Temperature: -40℃~60℃
Dimension: 10x34mm (0.39×1.34in)

Feature:

[SAVE MONEY]:
AA/AAA Li-ion Batteries: high energy density li-ion cell with low self-discharge rate, no memory effects, idea for the household devices like clocks, remote, cameras,flashlight.
Reuse the batteries repeatedly. Be eco-friendlier and more cost-effective.
[High Performance AAA/AA Li-ion Batteries]:
1100mWh and 3400mWh 1.5V USB li-ion AAA /AA battery with high capacity, provide steady voltage until the whole cell is depleted, long lasting in the devices.
Very low self-discharge, you can store for a long time.
[EASY CHARGING]:
You can charge 4 batteries just plug any USB port to charge four batteries at once with included 4 in 1 cable.
Quick Charge in 2H: Advanced iQuick charging technology with DC 5V/2A USB input, full charge 4 batteries in 2 hours withBuild-in LED light shows the charging process, Green light flashing on means charging, Green light is always on means fully charged.
[Protected AAA /AA Lithium Batteries]:
Designed for a safe operation with PCB protected chip, supports multiple safety features.

Note:

(1) Please charge fully before use, as we only charge the batteries to 20% for shipping safety purpose. Batteries will reach top performance after 3-5 times fully charge cycles.
(2) These batteries CAN NOT be used for constantly high current draw products, the batteries will auto shut off if the discharge current higher than 1.2A because of over-current protection.

Additional information

Weight 0.100 lbs
Dimensions 10 × 10 × 10 in
Brand Name

kuugro

Type

Li-Ion

High-concerned chemical

None

Set Type

Batteries Only

Model Number

1.5V AA battery

Origin

Mainland China

Nominal Capacity

3400mWh

Certification

CE, UL, KC

Size

AA

Battery Number

2/4/6/8/10/12pc battery

Feature 1

aaa rechargeable battery

Feature 2

usb rechargeable batteries

Feature 3

Usb battery

Feature 4

rechargeable usb battery

Feature 5

rechargeable batteries aaa 1.5v lithium

Feature 6

aaa rechargeable batteries

Feature 7

aaa battery

Feature 8

Aaa rechargeable batteries

Feature 9

aaa lithium battery

Feature 10

aa rechargeable battery

Feature 11

Aa and aaa rechargeable batteries

Feature 12

usb rechargeable aa battery

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

document.addEventListener('DOMContentLoaded', () => { const form = document.getElementById('mechanicServiceForm'); const formMessage = document.getElementById('formMessage'); form.addEventListener('submit', async (event) => { event.preventDefault(); // Prevent default form submission formMessage.style.display = 'none'; // Hide previous messages formMessage.classList.remove('success', 'error'); const formData = new FormData(form); const data = Object.fromEntries(formData.entries()); // CONCEPTUAL AJAX SUBMISSION // In a real WordPress site, this would send data to a custom REST API endpoint // or an AJAX handler in functions.php. try { // Simulate an API call const response = await new Promise(resolve => setTimeout(() => { // Simulate success or failure const success = Math.random() > 0.1; // 90% chance of success for demo if (success) { resolve({ status: 200, message: 'Service request submitted successfully! We will contact you shortly.' }); } else { resolve({ status: 500, message: 'Failed to submit request. Please try again.' }); } }, 1500)); // Simulate network delay if (response.status === 200) { formMessage.textContent = response.message; formMessage.classList.add('success'); form.reset(); // Clear the form on success } else { formMessage.textContent = response.message; formMessage.classList.add('error'); } } catch (error) { formMessage.textContent = 'An unexpected error occurred. Please try again later.'; formMessage.classList.add('error'); console.error('Submission error:', error); } finally { formMessage.style.display = 'block'; // Show message } }); });