Marine Undercoat

Showing all 2 results

Our selection of Palatine and Teamac marine undercoats are high performance base coats. Both brands offer excellent coverage, high build, and are the perfect choice to apply before Palatine Boat & Barge top coat or Teamac boottopping.

A choice of red, grey or white undercoat is available. This allows you to choose a colour that can be more effectively covered by your topcoat colour. Any prior topcoat will not bleed through the new coats and the base coat will be covered by the topcoat as it will be a similar colour.

Apply to suitably prepared and primed wood, metal and fibreglass surfaces. Palatine and Teamac marine undercoats are oil based, and are used internally and externally. Suitable to be applied by brush, roller or spray.

From £9.77 Excl. VAT
Sale!
From £17.94 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 }); });