LAVAMOODUL TERMOHAAB 400X2100

The photographs are for illustrative purposes only.
Get AI analytics on product BENCH MODULE THERMO-ASPEN 400X2100:
192.27€ / pc.
Ex Tax: 155.06€ / pc.
91.56€ / m²
1 pc. = 2.1m²
Thermory
0 reviews
In stock
Product Code: 000-357368ASP
Qty
One click order
Tags:
Package dimensions210,00 x 40,00 x 14,00 cm
Net weight27,000 kg

Thermo-Alder Lava Module 400x2100

A functional lava module designed for creating comfortable and stylish sauna or spa interiors. Its thermo‑treated alder construction provides stability, durability, and a pleasant aesthetic suitable for humid and high‑temperature environments.

Key advantages


    Thermo‑treated wood offers enhanced moisture and heat resistance
  • Stable structure suitable for long‑term use
  • Comfortable surface ideal for sauna seating or interior elements
  • Attractive natural look that complements modern spa design
  • Resistant to deformation in demanding environments
  • Low maintenance thanks to thermo‑treatment

Application and use cases

This module can be used in various sauna and wellness installations where durable and visually appealing interior components are required.


    Construction of sauna benches and seating
  • Wall or ceiling paneling in spa areas
  • Interior upgrades in home saunas
  • Wellness center fitting and renovation
  • Custom sauna furniture projects

What to consider when choosing


    Assess the environment where the module will be installed
  1. Ensure compatibility with existing sauna or interior materials
  2. Consider the desired visual style and color tone
  3. Check installation method and required additional components
  4. Evaluate long‑term durability needs

Characteristics


    Material: Thermo‑treated alder
  • Dimensions: 400x2100
  • Designed as a lava module for sauna use
  • Suitable for high‑temperature and humid environments

Why buy at SityPro


    Convenient service with reliable customer support
  • Fast delivery and secure packaging
  • Wide selection of sauna and interior materials
  • Competitive price and regular offers
  • Easy and safe ordering process

Description provided by sitypro.com

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

Frequently asked questions about the BENCH MODULE THERMO-ASPEN 400X2100

What is the BENCH MODULE THERMO-ASPEN 400X2100 and what is it used for?

BENCH MODULE THERMO-ASPEN 400X2100 is a 400×2100 mm thermo-aspen bench module designed for sauna and spa bench constructions. The thermo-treated aspen gives improved moisture and heat resistance, dimensional stability and an attractive natural finish suitable for humid environments.

What are the dimensions and model of this module?

The module measures 400×2100 mm and the model is A024035SP (SKU 000-357368ASP). These dimensions suit standard sauna bench installations and modules can be combined to achieve desired lengths.

What material is the module made from and what are the benefits of thermo-aspen?

The module is made from thermo-treated aspen (Thermory). Thermo-aspen offers improved moisture and heat resistance, reduced deformation and cracking, dimensional stability and an attractive natural appearance with low maintenance.

Is this module suitable for a home sauna and spa projects?

Yes, the Thermo-Aspen 400×2100 bench module is suitable for home saunas and spa projects — its size and durable thermo-treated material provide comfortable seating/lying surfaces and are easy to integrate into various interiors.

Can multiple modules be combined to increase bench length?

Yes, 400×2100 mm modules can be installed side-by-side to create a longer bench. When joining modules allow for expansion gaps and use appropriate fixings compatible with timber constructions.

What maintenance and cleaning does the thermo-aspen module need in a sauna?

The thermo-aspen module needs minimal care: wipe regularly with a soft dry or slightly damp cloth and remove dirt without aggressive chemicals. If needed use mild neutral cleaners and avoid heavy mechanical abrasion.

Is the module suitable for decking on an outdoor veranda or outdoor use?

Although thermo-aspen has improved weather resistance, the module is primarily intended for saunas and indoor use. For outdoor use additional protection and proper ventilation are required to extend service life.

What fixings and installation solutions are recommended for mounting the module?

It is recommended to fix the module to a timber frame using stainless or galvanized fasteners and leave expansion gaps. Specific fixings depend on floor and frame design — use screws and battens suitable for wooden constructions.

How does this module differ from regular untreated aspen?

The thermo-aspen module is heat-treated, giving better moisture and temperature resistance, reduced warping and cracking, and greater dimensional stability compared with untreated aspen.

Is the module suitable for repairing an existing bench — how to integrate it into an old structure?

Yes, the module can replace a section of an existing bench. Remove the old board at the installation point, ensure a level timber frame and fix the module at matching height and depth while allowing for expansion gaps.

Where to buy BENCH MODULE THERMO-ASPEN 400X2100?

You can buy BENCH MODULE THERMO-ASPEN 400X2100 in our online store for 155.06€. Category: Sauna wood products .

What is the price of BENCH MODULE THERMO-ASPEN 400X2100?

The current price of BENCH MODULE THERMO-ASPEN 400X2100 is 155.06€. Brand: Thermory.

BENCH MODULE THERMO-ASPEN 400X2100 — specifications and description

Model: 000-357368ASP. Category: Sauna wood products . Brand: Thermory. Price: 155.06€.

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