LAVAMOODUL HAAB 600X2100

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

Wooden Sauna Module HAAB 600x2100

A compact wooden sauna module designed to enhance comfort and functionality in various sauna or wellness installations. Its format makes it suitable for integration into different interior layouts.

Key advantages


    Durable wooden construction for long-lasting use
  • Comfortable dimensions suitable for versatile installation
  • Natural wood surface for a pleasant aesthetic
  • Easy to integrate into existing sauna structures
  • Low maintenance requirements
  • Supports stable performance in high‑humidity environments
  • Suitable for both residential and commercial wellness spaces

Application and use cases

This module can be used in different sauna setups, wellness areas, or relaxation rooms.


    Installation as part of a home sauna
  • Use in spa or wellness center upgrades
  • Renovation projects requiring modular sauna components
  • Commercial installations in hotels or sports clubs
  • Custom-designed relaxation or heat therapy rooms

What to consider when choosing


    Evaluate compatibility with your existing sauna layout
  1. Consider the type of wood finish and desired look
  2. Check the available space before purchasing
  3. Determine whether professional installation is required
  4. Ensure the module aligns with the intended use intensity

Characteristics


    Wooden sauna module
  • Dimensions: 600x2100
  • Constructed from HAAB wood
  • Suitable for sauna and wellness applications

Why buy at SityPro


    Convenient ordering and fast delivery
  • High-quality selection of wellness and sauna components
  • Expert support to help you choose the right product
  • Competitive price and frequent special offers
  • Reliable service and customer-friendly return options

Description provided by sitypro.com

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

Frequently asked questions about the Aspen Bench Module 600x2100

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

Aspen Bench Module 600x2100 is a ready-made wooden sauna module sized 600×2100 mm, designed for integration into sauna benches and wellness interiors. It’s suitable for home saunas, spa or commercial wellness upgrades, and for new sauna construction or renovation projects.

What material is the module made from and why is aspen suitable for saunas?

The module is made of aspen wood, a natural timber resistant to humidity and high temperatures. Aspen does not produce resinous deposits, feels pleasant against the skin and is therefore well suited for sauna benches.

What are the module dimensions and will it fit my sauna?

The module measures 600×2100 mm (width × length) with a rectangular shape suitable for standard bench layouts and connection to other elements. Check your sauna bench depth and length to confirm compatibility before purchase.

How do you install the Aspen Bench Module 600x2100 — any special fasteners required?

The module is designed for easy installation and is typically fixed to a bench frame using wood screws or standard furniture screws. Use a timber subframe and zinc‑coated or stainless fasteners to ensure long‑term stability.

Does the aspen module need special treatment or maintenance?

Aspen surface requires minimal maintenance: periodic cleaning with warm water and a mild detergent, avoiding harsh chemicals. If desired, sauna‑grade oils can be applied following temperature and ventilation guidelines.

Is the module suitable for commercial spas and public saunas?

Yes, the Aspen Bench Module 600x2100 is suitable for commercial spas and public saunas due to aspen’s resistance to humidity and heat and its low maintenance. For heavy commercial use, ensure a robust subframe and corrosion‑resistant fixings are used.

How does this module differ from modules made of other wood species?

The aspen module does not produce resinous deposits and offers a warm, pleasant texture ideal for skin contact. Compared with softwoods like pine or spruce, aspen is often preferred for benches because it avoids resin issues.

Is model A024026SP compatible with my existing bench structure?

Model A024026SP (SKU 000-357359ASP) is designed to integrate with standard bench frames and pairs well with other 600×2100 mm elements. Check your frame depth and fixing points for compatibility before installation.

What advantages does the Thermory module have over unknown brands?

The Thermory module is made from quality aspen with controlled surface processing to minimize defects and ensure longevity with proper care. As an established manufacturer it offers standardised dimensions (600×2100 mm) and consistent build quality for professional installations.

Can this module be used in humid steam rooms above 80°C?

The aspen module is designed for high‑humidity and warm sauna conditions and copes with typical steam room temperatures. For temperatures above 80°C, ensure proper ventilation and follow usage recommendations to avoid excessive drying or deformation.

Where to buy Aspen Bench Module 600x2100?

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

What is the price of Aspen Bench Module 600x2100?

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

Aspen Bench Module 600x2100 — specifications and description

Model: 000-357359ASP. Category: Sauna wood products . Brand: Thermory. Price: 221.96€.

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