Stealth’s trailer balls are made in the USA. All of our trailer balls are interchangeable and can be used with any of our ball mounts.
2" diameter ball
Includes locking washer and mounting nut
Steel construction with chrome finish
Rated at 5,000 lbs.
How Stealth Hitch is Different
Invisible
Completely hidden with no unsightly hitch
Easy To Use
Auto-latching with integrated lock
Safer
Crumple Zones protected
Maintains Clearance
No parts underneath vehicle
$(document).ready(function() {
$(".search-click-widget").click(function(){
$(".search_form-menu").toggleClass("open");
});
$(document).mouseup(function(e)
{
var container = $("#ymm_searchbox");
// if the target of the click isn't the container nor a descendant of the container
if (!container.is(e.target) && container.has(e.target).length === 0)
{
$(".search_form-menu").removeClass("open");
}
});
});