Description
PLEASE CALL OR TEXT (310)231-0292 WITH ANY QUESTIONS
For any questions please PM or email: [email protected]
Armaspeed Mercedes-AMG GLE 63 (W166) Carbon Fiber Cold Air Intake 2012-2019
Vehicle Fitments:
- Fits all major Mercedes-Benz makes and models Mercedes-AMG GLE 63 (W166) Carbon Fiber Cold Air Intake 2012-2019
Just like many other business, supercharger market was decline so we started exploring alternative performance product. As ARMASPEED’s parent company specialized in carbon fiber and FPR material for car parts and oem body kits, an idea was brought by multi departments for designing and developing carbon fiber intake system and aerodynamic. After long designing and improving, the product was born, a carbon fiber intake that can reduce the air temperature inside and keep the heat out. We want our client to see that Armaspeed is always searching for innovation and looking for product perfection.
- Carbon fiber air box x2
- Carbon fiber inlet pipe x2
- Aluminum alloy air duct *2
- ARMASPEED high-airflow air filter x2
- Accessories
/* New Product Tab Functions */
function openTab(evt, TabName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName(“tabcontent”);
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(TabName).style.display = "block";
evt.currentTarget.className += " active";
}
// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen").click();