Protect your Ford with our premium PPF kits, designed for Wildtrak, Ranger, XLT, and Platinum models. Enjoy precut, DIY-friendly solutions for flawless installation and robust paint protection.
If you aren't happy, we'll refund you. (Conditions apply)
Any returns at no fault to Paintgard may incur a restocking fee. (10% of order value) No returns/refunds with any specific kits being cut.
document.querySelectorAll('.color-swatch').forEach(function(swatch) {
swatch.addEventListener('click', function() {
// Remove 'selected' class from all swatches
document.querySelectorAll('.color-swatch').forEach(function(s) {
s.classList.remove('selected');
});
// Add 'selected' class to the clicked swatch
this.classList.add('selected');
});
});