LAVAMOODUL TERMOHAAB 400X1800

The photographs are for illustrative purposes only.
Get AI analytics on product Thermo Aspen Wash Module 400x1800:
229.10€ / pc.
Ex Tax: 184.76€ / pc.
127.28€ / m²
1 pc. = 1.8m²
Thermory
0 reviews
In stock
Product Code: 000-351303ASP
Qty
One click order
Tags:
Package dimensions180,00 x 40,00 x 14,00 cm
Net weight23,000 kg

Thermo-Alder Lava Module 400x1800

A thermo‑treated alder lava module designed for creating comfortable and durable seating or surface elements in saunas and wellness areas. It offers stable performance, aesthetic appeal, and resistance to demanding environments.

Key advantages


    Thermo‑treated wood ensures enhanced durability and stability
  • Comfortable surface suitable for high‑temperature environments
  • Resistant to moisture and deformation
  • Attractive natural appearance that complements sauna interiors
  • Long service life with minimal maintenance
  • Versatile element for custom sauna layout designs
  • Eco‑friendly wooden solution

Application and use cases

This lava module is ideal for building or upgrading sauna benches and interior structures, ensuring comfort and longevity.


    Sauna bench construction
  • Wellness room seating zones
  • Spa interior enhancements
  • Home sauna renovation projects
  • Custom modular seating design

What to consider when choosing


    Check whether the module size fits your existing layout
  1. Ensure compatibility with your sauna’s temperature and humidity conditions
  2. Consider the overall design and wood tone of your interior
  3. Evaluate desired durability and maintenance expectations
  4. Decide on the number of modules needed for your project

Characteristics


    Thermo‑alder construction
  • Module type: lava module
  • Dimensions: 400x1800
  • Suitable for sauna and wellness spaces

Why buy at SityPro


    Reliable delivery with careful product handling
  • Wide selection of sauna components for any project
  • Competitive price and regular offers
  • Customer support to help with product choice
  • Convenient online ordering and secure payment

Description provided by sitypro.com

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

Frequently asked questions about the Thermo Aspen Wash Module 400x1800

What is the Thermo Aspen Wash Module 400x1800 and where is it used?

Thermo Aspen Wash Module 400x1800 is a thermo‑treated alder lava module sized 400×1800 mm designed for sauna benches and surface elements. It is used for building sauna benches, steps and interior accents due to its moisture resistance, dimensional stability and suitability for high‑temperature environments.

What are the exact dimensions and model of this module?

The module measures 400×1800 mm and the model is A028070SP with SKU 000-351303ASP. The manufacturer is Thermory.

What material is the Thermo Aspen Wash Module 400x1800 made of?

The module is made from thermo‑treated alder (thermo aspen), providing improved moisture resistance, dimensional stability and lower surface heat absorption suited for sauna use.

Is the module suitable for use in a high‑humidity steam room?

Yes. Thermo‑treated alder is more resistant to moisture and deformation, making the module suitable for steam rooms. Adequate ventilation and routine maintenance are recommended to prolong service life.

How to mount the Thermo Aspen Wash Module 400x1800 to a bench frame?

The module installs onto a wooden or metal frame using screws via concealed fixing points or mounting strips, while allowing ventilation gaps. Use stainless or galvanized fasteners suitable for wood in humid environments.

Does the module need pre‑treatment or surface coating before use?

Thermo‑treatment already provides protective properties, so no additional coating is required. If desired, apply a sauna‑compatible oil to enhance colour and ease cleaning; avoid varnishes that trap heat and may crack.

How does this module differ from untreated alder?

Thermo‑treated alder absorbs less moisture, has greater dimensional stability and improved decay resistance compared with untreated alder. That makes the module better suited to sauna temperature and humidity fluctuations.

Is the module suitable for outdoor use, e.g. on a terrace?

The product is primarily intended for indoor sauna and wellness areas. While thermo‑treated alder resists moisture, for outdoor terraces choose decking specifically designed with UV and weather protection.

Can this module be combined with other modules to make steps and corner elements?

Yes. The 400×1800 mm module can be joined, cut and fixed to form steps, corner sections and additional levels. Design joints allowing for wood expansion and ventilation gaps to accommodate temperature changes.

How to care for the module surface in a sauna — how to clean and treat it?

Maintenance is minimal: wipe periodically with a damp cloth without harsh chemicals and, if desired, apply a sauna‑compatible oil to refresh colour. Avoid heavy washing and abrasive cleaners that can damage thermo‑treated wood.

Where to buy Thermo Aspen Wash Module 400x1800?

You can buy Thermo Aspen Wash Module 400x1800 in our online store for 184.76€. Category: Sauna wood products .

What is the price of Thermo Aspen Wash Module 400x1800?

The current price of Thermo Aspen Wash Module 400x1800 is 184.76€. Brand: Thermory.

Thermo Aspen Wash Module 400x1800 — specifications and description

Model: 000-351303ASP. Category: Sauna wood products . Brand: Thermory. Price: 184.76€.

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