f your hood doesnt line up with the fenders, and seems that its sagging, its likely because you are missing the OEM hood adjustment bump stops. Or, yours could be cracked/damaged. These pieces are what hold the hood in place, and adjust the height to match the fender lines.
These are sold individually, so if you need two, then change the quantity two before adding to the cart.
These fit the following vehicles:
- 1995-1999 Dodge/Plymouth Neons
- 2000-2005 Dodge/Plymouth Neons
- 2003-2005 Dodge SRT-4
Select an option to add this to your cart.
0) {
pos_y = deltaY;
if (pos_y > window.innerHeight / 3) {
dragging = false;
pos_y = 1200;
drag_drawer = false;
enable_body_scrolling = true;
hide_header = false;
reset_product_zindex = false;
}
} else {
pos_y = 0;
}
}
"
:style="
'transform: translate(0px, ' + pos_y + 'px)'
"
x-trap="drag_drawer"
x-show="drag_drawer"
x-transition:enter="animation-300 opacity-0 !translate-y-full md:!translate-y-0"
x-transition:enter-start="opacity-0 !translate-y-full md:!translate-y-0"
x-transition:enter-end="!translate-y-0 opacity-100"
x-transition:leave="animation-300 !translate-y-0 opacity-100"
x-transition:leave-start="!translate-y-0 opacity-100"
x-transition:leave-end="opacity-0 !translate-y-full md:!translate-y-0"
x-cloak>