Decking

Showing all 7 results

Wooden Clear Decking Paint and 4 more colours including Rosewood, Light Oak, Cedar Red and Dark Oak. This all in one product provides superb protection to deck boards, deck tiles and balustrades. Not only does it protect, it also stains and oils, eliminating the need to choose between a oil and stain. Barrettine is renowned for its high performance woodcare range and we consider this decking oil to be superior to many other similar treatments. Clear is also an option for showing off wood’s natural colour. Once dry the surface is harmless to plants and pets. For the best products on the market browse our garden paint and wood protection range.

From £32.40 Excl. VAT
From £25.16 Excl. VAT
From £23.21 Excl. VAT
Sale!
From £15.95 Excl. VAT
£36.82 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 }); });