EMI Available 01885000060
EMI Available
PURCHASE OVER ৳5,000 TO AVAIL 3-36 MONTH EMI FACILITIES
PUGAN TRANSPARENT SUPER QUICK CAR CHARGER 130W >
PUGAN TRANSPARENT SUPER QUICK CAR CHARGER 130W >

PUGAN TRANSPARENT SUPER QUICK CAR CHARGER 130W

Brand: OEM

৳1200

Output Power: 130W USB Ports: [USB And Type C] Input Voltage: [12V-24V] Material: Durable, heat-resistant casing Safety Features: Overcharge protection, short circuit prevention, temperature control Compatibility: Suitable for smartphones, iPhones, tablets, and other USB devices

Genuine Product
Fast Delivery
Easy Returns
24/7 Support

PUGAN TRANSPARENT SUPER QUICK CAR CHARGER 130W
Description
Stay powered on the go with the Pugan Car Charger 130W. This high-performance charger is designed to deliver rapid charging for multiple devices simultaneously, making it perfect for road trips, commutes, or daily drives. Featuring advanced safety technology and a compact design, the Pugan Car Mobile Charger ensures your devices are charged efficiently and safely, no matter where the journey takes you.

Specifications:
Output Power: 130W
USB Ports: [USB And Type C]
Input Voltage: [12V-24V]
Material: Durable, heat-resistant casing
Safety Features: Overcharge protection, short circuit prevention, temperature control
Compatibility: Suitable for smartphones, iPhones, tablets, and other USB devices

Brand: OEM
SKU: GSBD_VQWUX6611
Weight: 100 g
Origin: China
Category: Accessories

Your cart is empty

Add some products to your cart to continue shopping

Start Shopping
function buyNow(productId, sku, productPrice, quantity = 1) { gsPush("begin_checkout", { currency: "BDT", value: gsMoney(productPrice) * Number(quantity || 1), items: [{ item_id: String(sku || productId), item_name: "", price: gsMoney(productPrice), quantity: Number(quantity || 1) }] }); const form = document.createElement('form'); form.method = 'POST'; form.action = '/buy-now/'; const csrfInput = document.createElement('input'); csrfInput.type = 'hidden'; csrfInput.name = 'csrfmiddlewaretoken'; csrfInput.value = csrfToken; const productInput = document.createElement('input'); productInput.type = 'hidden'; productInput.name = 'product_id'; productInput.value = productId; const quantityInput = document.createElement('input'); quantityInput.type = 'hidden'; quantityInput.name = 'quantity'; quantityInput.value = quantity; form.appendChild(csrfInput); form.appendChild(productInput); form.appendChild(quantityInput); document.body.appendChild(form); form.submit(); } function updateCartCount(count) { const cartBadge = document.querySelector('.badge.bg-danger'); if (cartBadge) { cartBadge.textContent = count; if (count > 0) { cartBadge.style.display = 'inline-block'; } } else { // If badge doesn't exist yet, create it const cartLink = document.querySelector('a[href*="cart"]'); if (cartLink && count > 0) { const badge = document.createElement('span'); badge.className = 'position-absolute top-0 start-100 translate-middle badge rounded-pill bg-danger'; badge.textContent = count; cartLink.appendChild(badge); } } } function showToast(message, type = 'info') { const toast = document.createElement('div'); toast.className = `alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show position-fixed`; toast.style.cssText = 'top: 20px; right: 20px; z-index: 9999; min-width: 300px;'; toast.innerHTML = ` ${message} `; document.body.appendChild(toast); setTimeout(() => { if (toast.parentNode) { toast.parentNode.removeChild(toast); } }, 3000); } // Make functions globally available window.addToCart = addToCart; window.buyNow = buyNow; // Make functions globally available window.selectBrand = selectBrand; window.selectModel = selectModel; window.selectYear = selectYear; window.selectChassis = selectChassis; window.skipChassis = skipChassis; window.goBackToStep = goBackToStep; window.searchParts = searchParts; window.performSearch = performSearch; window.selectProduct = selectProduct; window.showVinSearch = showVinSearch;