we have More than 15 years AUTO LED Light technology,Specialized design for CAR SUV UTE TRUCK Headlight fog light parking light Automobile ...
Welcome to our storeShop now
we have More than 15 years AUTO LED Light technology,Specialized design for CAR SUV UTE TRUCK Headlight fog light parking light Automobile ...
Shop now
Package :2x LED Headlight globes ( High low beam all in one ) .
OnlyFit For:SUZUKI BALENO 1995-2001
Note :( we have all type of the auto headlight bulbs , If your car's make year and model isn't this type , you can contat us , we can help you to find out the correct bulb . )
Our advantage:
1. We offer 5 years warranty , high quality guarantee,Lifespan>60,000 working hours . 2.500% BRIGHTER: led light bulb high brightness chips 29000LM/set . 5 times brighter than the original halogen bulb, equivalent to 100 halogen bulbs. 3.1:1 SIZE: bulbs led for car proportional to size as halogen bulbs, which achieve the same luminous point of light. 4.60,000hrs LIFETIME: Aviation aluminum shell with automatic temperature conditioner, provides high-speed heat dissipation and a longer lifetime. 5.FANLESS DESIGN: Automotive fog light bulbs without a fan, no noise. Let you quietly enjoy the rushing passion brought by speed. 6.CANBUS READY: headlight bulbs have Canbus built-in, and work with 99% of vehicles without error. But for some car systems, we can offer decoders/resistors.
TechnicalParameters: - 100% Genuine and Brand New - Lumens: 7000lm per bulbs , total 29000lm /set .(Comply with Australian road traffic regulations) - LED Chip: Upgrated Integrated LED Chips - Colour Temperature: 6000k White - Waterproof Level: IP68 - Power: 28W - Current: 950±30mA - Voltage: 12v - Working temperature: -40 ~ 110 degrees Celsius - Pass Technical certification: CE,ROHS,FCC - Material: new style Aviation aluminum alloy - Heat dissipation system: inset copper substrate heat conduction + Full alloy body cooling + Hydraulic silent turbo fan + inset Intelligent temperature control chip . - Canbus : yes , error free for 99% cars . - Anti-interference. Built-in anti-interference IC. - Accurate decoding driver, fit most of vehicles - Exclusive ceramic nano packaging technology, high thermal conductivity, heat resistance, shock resistance, pressure resistance
Note Installation Precautions: 1. As a safety precaution, please ensure that the car has enough time to cool normally. Before starting the installation process. 2. Park the vehicle in a parking position or ensure it is in place. 3. Make sure the ignition is turned off and the key is removed. 4. Be careful to avoid burns, especially when turning the vehicle on or off. 5. Be careful not to squeeze or cut the bulb. Also be sure not to touch Use your bulb with your fingers as this will cause stains. 6. Fully check the contact point, the connection between the port and the wire is faulty Connections can cause lighting problems. 7. Make sure the end of the bulb is not in contact with the inside The hood of the headlights when adjusting the bulb. our product will fit most of car model as mention . In special circumstances if our product not work or not fit your car , pls contact us First and do not leave any feedback . we promise to solve your problem and make you satisfied . thank you !
On 16/02/2025 at 06:32:02 AEDT, seller added the following information:
You may also like
Recently viewed
${function(){
const settings_product_title = "title";
const product_grid_image_size = "100%";
const settings_product_image_hover_on = true;
let settings_product_save_label = true;
const settings_product_swatches_name = ["color"];
const settings_collection_color_swatches = true;
const variantShowLimit = 4;
const private_id = 'product-tmpl-' + Math.random().toFixed(6).slice(-6)
const product_variants = data.variants || [];
const product_id = data.id;
const images = data.images || [];
const image = data.image || {};
const imageWidth = image.width;
let imageHeight = image.height;
if (product_grid_image_size !== 'natural') {
imageHeight = (imageWidth * parseFloat(product_grid_image_size)) / 100;
}
const price = Number(data.price_min);
let compareAtPrice = Number(data.compare_at_price);
let offRatio = data.off_ratio;
const type = data.type;
const isMock = data.isMock;
let product_image_hover_on = false;
for (let i = 0; i < product_variants.length; i++) {
const item = product_variants[i];
const vcap = Number(item.compare_at_price);
if (item.price == price && vcap > compareAtPrice) {
compareAtPrice = vcap;
offRatio = item.off_ratio;
}
}
let second_image = null;
if (settings_product_image_hover_on) {
for (let i = 1; i < images.length; i++) {
const img = images[i];
if (img.src && img.src.indexOf('video=') === -1) {
second_image = img;
product_image_hover_on = true;
break;
}
}
}
let sold_label_on = false;
let sale_label_on = false;
if (settings_product_save_label == null) {
settings_product_save_label = true;
}
if (!data.available) {
sold_label_on = true;
}
if (settings_product_save_label && compareAtPrice > price && data.available) {
sale_label_on = true;
}
const diffPrice = compareAtPrice - price;
const variantValues = [];
const showVariants = [];
if (data.need_variant_image && settings_collection_color_swatches && settings_product_swatches_name.length > 0) {
for (let i = 0; i < (data.options || []).length; i++) {
const option = data.originData.options[i];
const optionName = option.name && option.name.toLowerCase();
if (settings_product_swatches_name.includes(optionName)) {
for (let j = 0; j < product_variants.length; j++) {
const variant = product_variants[j];
const value = variant.options[i].value;
if (!variantValues.includes(value)) {
variantValues.push(value);
showVariants.push(variant);
}
}
break;
}
}
}
return `