LAVAMOODUL TERMOHAAB 600X2100

The photographs are for illustrative purposes only.
Get AI analytics on product Bench Module Thermo Aspen 600x2100:
238.28€ / pc.
Ex Tax: 192.16€ / pc.
113.47€ / m²
1 pc. = 2.1m²
Thermory
0 reviews
In stock
Product Code: 000-357366ASP
Qty
One click order
Tags:
Package dimensions210,00 x 60,00 x 14,00 cm
Net weight29,000 kg

Thermo Wood Lava Module 600x2100

This product is a thermo‑treated wood lava module designed for creating durable, heat‑resistant surfaces in sauna and spa environments. It provides stability, longevity, and an attractive natural look.

Key advantages


    Resistant to high temperatures and humidity
  • Enhanced durability thanks to thermo‑treatment
  • Stable shape with reduced risk of deformation
  • Comfortable surface suitable for sauna interiors
  • Attractive natural wood appearance
  • Long service life with minimal maintenance
  • Eco‑friendly material option

Application and use cases

This module is suitable for environments where heat resistance and durability are essential.


    Sauna benches and seating
  • Wall or ceiling cladding in steam rooms
  • Spa relaxation areas
  • Wellness facilities and private home saunas
  • Custom interior design elements in humid zones

What to consider when choosing


    Assess whether the dimensions meet your planned installation space
  1. Consider the overall design style of your sauna or spa interior
  2. Check compatibility with other finishing materials
  3. Ensure the product suits the humidity and temperature levels of your environment
  4. Compare price and quality across available options

Characteristics


    Thermo‑treated wood lava module
  • Dimensions: 600x2100
  • Suitable for high‑temperature environments
  • Designed for interior finishing applications

Why buy at SityPro


    Reliable selection of quality finishing materials
  • Convenient service and expert consultation
  • Fast delivery across regions
  • Competitive price and regular offers
  • Easy ordering process and customer support

Description provided by sitypro.com

LAVAMOODUL TERMOHAAB 600X2100
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Bench Module Thermo Aspen 600x2100

What is the Bench Module Thermo Aspen 600x2100 and where is it used?

Bench Module Thermo Aspen 600x2100 is a thermo‑treated aspen wood module measuring 600×2100 mm for creating benches, decking and interior elements in saunas and spa areas. Its thermo treatment gives humidity and temperature resistance, suitable for sauna benches, wall cladding and relaxation zones.

What are the dimensions and model number of this module?

The module measures 600×2100 mm and is model A024033SP with SKU 000-357366ASP from Thermory. These dimensions are suitable for standard bench sections and decking installations.

Is the module suitable for saunas and direct heat exposure?

Yes, the thermo‑aspen module is designed for saunas and spa environments; thermo treatment increases resistance to high temperatures and humidity and reduces deformation risk. Follow standard sauna ventilation and installation guidelines during fitting.

What material is the module made of and why is thermo treatment beneficial?

The module is made of thermo‑treated aspen (thermo aspen). Thermo treatment increases durability, improves moisture and dimensional stability, reduces warping and gives an attractive, stable wood appearance.

Can the module be used on a covered outdoor terrace?

Yes, the module can be used on a covered terrace because thermo aspen offers dimensional stability and moisture resistance. Avoid continuous direct exposure to rain and ensure good drainage and periodic surface maintenance for longevity.

How to mount the module: are special fasteners or frame preparation required?

The module is mounted to a wooden or metal frame using standard screws or hidden fasteners; ensure the module profile matches the frame. Check the frame is level and sturdy and treat fixing points for corrosion protection if needed.

Does thermo aspen require special maintenance after installation?

Maintenance is minimal: clean periodically with a soft brush or damp cloth and apply wood protective oil if desired. Avoid harsh chemicals and prolonged water exposure to maintain appearance and longevity.

How does this thermo aspen module differ from non‑thermo treated wood modules?

Thermo‑treated aspen offers improved dimensional stability, greater resistance to moisture and temperature swings, and reduced warping compared with untreated wood. This makes it better suited for saunas and humid environments.

Is the module suitable for making a washbasin unit or cabinet under a sink?

The module can be used as a base for a washbasin or sink cabinet due to thermo‑aspen’s moisture resistance. Consider the 600×2100 mm size and use water‑resistant fixings and fittings for wet areas.

What interior elements is the module compatible with: can multiple modules be joined together?

The module is compatible with modular constructions and can be combined with identical panels to create benches, decking or cladding. Multiple modules can be joined lengthwise or widthwise to form a continuous, stable surface.

Where to buy Bench Module Thermo Aspen 600x2100?

You can buy Bench Module Thermo Aspen 600x2100 in our online store for 192.16€. Category: Sauna wood products .

What is the price of Bench Module Thermo Aspen 600x2100?

The current price of Bench Module Thermo Aspen 600x2100 is 192.16€. Brand: Thermory.

Bench Module Thermo Aspen 600x2100 — specifications and description

Model: 000-357366ASP. Category: Sauna wood products . Brand: Thermory. Price: 192.16€.

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ххххххх');