EMI Available 01885000060
EMI Available
PURCHASE OVER ৳5,000 TO AVAIL 3-36 MONTH EMI FACILITIES

PIAA 390Hz-430Hz OTO STYLE BASS HORN

Brand: Piaa

৳2500

PIAA 390Hz-430Hz OTO STYLE BASS HORN

Genuine Product
Fast Delivery
Easy Returns
24/7 Support

PIAA 390Hz–430Hz OTO STYLE BASS HORN
PIAA OTO STYLE BASS HORN is designed for use with 12v automotive and motorcycle electrical system only.

Install the horn at an angle with the horn’s opening section facing down. Do not install the horn to a location where temperature exceeds.

Install PIAA horn at the same location as original factory horn.

Brand: Piaa
SKU: GSBD_XFASP6482
Weight: 600 g
Category: Horn

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;