Thermal Insulating Paint

Showing all 3 results

Thermal insulating paint helps limit building efficiency losses in common areas. It may also qualify homes and buildings for government grants and lowers heating costs in winter and cooling costs in summer. Extends the life of any asset with excellent anti corrosion properties and is a cost-effective and simple green approach to infrastructure improvements.

  • Greatly reduced heating and cooling costs
  • Extends substrate life by preventing condensation and corrosion
  • Prevents mold growth
  • Enhances appearance
  • Protects from elements (salt, rain, wind, temperature fluctuations, chemical vapours)

ZENOVA IP has been independently tested to the following standards by multiple accredited testing agencies. (Reports available for download.)

EN 13501-1: 2018

BS EN 13823 (SBI): 2020

ASTM C1371, ASTM C1549, ASTM E1980

BS EN 11925-2

Bathroom Paints

Anti Mould Paint

From £11.20 Excl. VAT

Anti Condensation Paint

Thermal Anti Condensation Paint

From £6.19 Excl. VAT
From £135.95 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 }); });