VOODER TERMOHAAB 15X90X2400

The photographs are for illustrative purposes only.
Get AI analytics on product Cladding Thermo Aspen 15x90x2400:
16.47€ / pc.
Ex Tax: 13.28€ / pc.
6.86€ / m²
1 pc. = 2.4m²
Thermory
0 reviews
In stock
Product Code: 000-335421ASP
Qty
Tags:
Package dimensions240,00 x 9,00 x 1,50 cm
Net weight1,400 kg

Vooder Termohaab 15x90x2400

This product is a thermally treated wooden cladding board designed for decorative and functional finishing. It provides enhanced durability and aesthetic appeal for various interior and exterior applications.

Key advantages


    Thermal treatment improves stability and resistance
  • Smooth and attractive surface for high‑quality finishes
  • Suitable for both modern and classic design concepts
  • Easy to install and maintain
  • Provides natural insulation properties
  • Eco‑friendly material choice
  • Long service life due to improved durability

Application and use cases

This cladding board can be used in many architectural and decorative projects where a stable and aesthetic wooden finish is required.


    Interior wall and ceiling decoration
  • Sauna or spa room finishing
  • Exterior façade detailing
  • Design accents in residential spaces
  • Commercial interior renovations

What to consider when choosing


    Evaluate the environment where the cladding will be installed
  1. Consider the desired aesthetic and finish type
  2. Check compatibility with other construction materials
  3. Think about long‑term maintenance requirements
  4. Choose dimensions that best suit your project layout

Characteristics


    Thermally treated wood (implied by "Termohaab")
  • Dimensions: 15x90x2400
  • Designed for cladding purposes
  • Suitable for decorative finishing applications

Why buy at SityPro


    Competitive price and convenient purchasing options
  • Wide selection of finishing materials
  • Fast delivery and reliable service
  • Professional support when choosing products
  • Quality assurance from a trusted store

Description provided by sitypro.com

VOODER TERMOHAAB 15X90X2400
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Cladding Thermo Aspen 15x90x2400

What is Cladding Thermo Aspen 15x90x2400 and what is it used for?

Cladding Thermo Aspen 15x90x2400 is a thermally treated aspen cladding board measuring 15×90×2400 mm, designed for decorative and functional finishing. It is suitable for interior and exterior wall and ceiling cladding, sauna and spa finishes, and façade detailing, offering improved dimensional stability and moisture resistance.

What are the exact dimensions of Cladding Thermo Aspen 15x90x2400?

The board measures 15 mm thick, 90 mm wide and 2400 mm long. These dimensions are suitable for efficient wall and ceiling cladding installations without extensive cutting.

Can I use this thermo aspen for sauna cladding?

Yes, Cladding Thermo Aspen 15x90x2400 is suitable for sauna and other humid environments because thermal treatment increases moisture resistance and dimensional stability. The smooth surface is comfortable to touch and performs well at elevated temperatures.

What is the board surface like and can I paint or varnish it?

The board has a smooth, attractive surface after thermal treatment, ready for finishing. You can paint, whitewash or apply oil/varnish; test on a scrap piece before full-surface application.

Who is the manufacturer and what is the model?

The manufacturer is Thermory, model A002198SP, SKU 000-335421ASP. Use these details when comparing products or checking specifications.

Is the board suitable for exterior cladding in the Ukrainian climate?

Thermal treatment improves weather resistance, so Cladding Thermo Aspen 15x90x2400 can be used externally with proper installation, ventilation and protective finishing. For exterior use apply protective coatings and allow airflow behind the cladding.

How do I fix Cladding Thermo Aspen 15x90x2400 — recommended mounting methods?

Fix the boards to a timber battens framework with appropriate spacing for 15 mm thickness, using hidden clips, stainless steel screws or nails for a neat finish. In humid areas use stainless fasteners and leave expansion gaps for movement.

How does thermo aspen differ from regular aspen and other species for cladding?

Thermo aspen is heat-treated aspen, offering improved dimensional stability, moisture resistance and durability compared to untreated aspen. Versus softwoods it shows less movement and provides a light, even aesthetic suitable for premium finishes.

Can this board be combined with other finishing materials in interiors?

Yes, Cladding Thermo Aspen 15x90x2400 pairs well with stone, tile, metal and decorative elements due to its light tone and smooth surface. Consider laying direction and ventilation when combining different materials.

How to care for Thermo Aspen 15x90x2400 to extend its service life?

Clean periodically with a soft brush or damp cloth avoiding harsh chemicals and apply protective oil or varnish as needed. In saunas and humid areas ensure good ventilation and avoid prolonged exposure to condensation.

Where to buy Cladding Thermo Aspen 15x90x2400?

You can buy Cladding Thermo Aspen 15x90x2400 in our online store for 13.28€. Category: Sauna wood products .

What is the price of Cladding Thermo Aspen 15x90x2400?

The current price of Cladding Thermo Aspen 15x90x2400 is 13.28€. Brand: Thermory.

Cladding Thermo Aspen 15x90x2400 — specifications and description

Model: 000-335421ASP. Category: Sauna wood products . Brand: Thermory. Price: 13.28€.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');