Anti Slip Paint

Showing all 7 results

Palatine Paints manufacture and supply a wide range of non slip paints and colours. If safety is your priority then our anti slip paint yellow is the perfect choice. For the more cosmetic appeal use the traditional anti slip floor paint in grey.

We offer both single pack and two pack coatings. These are available in chemical resistant epoxy or ultra tough polyurethane. All can be pre mixed with our specially designed non slip additive, or back rolled with aggregate sand for high build coatings. Whatever your anti slip requirements are, then our range of products can provide the perfect non slip coating system for you.

From £18.75 Excl. VAT
From £17.47 Excl. VAT
From £14.08 Excl. VAT
From £23.55 Excl. VAT
Sale!
From £28.59 Excl. VAT
Sale!
From £17.11 Excl. VAT
Sale!
From £27.02 Excl. VAT
incl. tax excl. tax
jQuery(function ($) { function checkAndUpdatePrice() { var newPriceHtml = $('.woocommerce-variation-price .price').html(); // Get variation priceif (newPriceHtml) { console.log("Updating price: ", newPriceHtml); // Debugging output $('.product-price-container.is-larger .price-wrapper .price').html(newPriceHtml); } else { // If price is not found, keep checking every 100ms (max 2 seconds) setTimeout(checkAndUpdatePrice, 100); } }// Run when a variation is selected $(document).on('found_variation', 'form.variations_form', function () { setTimeout(checkAndUpdatePrice, 100); // Start checking for price update });// Reset price when no variation is selected $(document).on('reset_data', 'form.variations_form', function () { location.reload(); // Restore the original "From £XX.XX" price }); });