Discover top-tier Toyota PPF kits, including precut paint protection film for LandCruiser 200 and 300 Series, and Hilux Rogue. DIY-friendly options designed for seamless installation and long-lasting 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');
});
});