VOODER LEPP 15X90X1800 A-SORT

The photographs are for illustrative purposes only.
Get AI analytics on product Cladding Alder 15x90x1800 A‑grade:
12.15€ / pc.
Ex Tax: 9.80€ / pc.
6.75€ / m²
1 pc. = 1.8m²
Thermory
0 reviews
In stock
Product Code: 000-373545ASP
Qty
Tags:
Package dimensions180,00 x 9,00 x 1,50 cm
Net weight1,100 kg

Vooder Lepp 15x90x1800 A-Sort Panel

A high-quality A-sort wooden panel designed for decorative and structural finishing applications. It offers a refined appearance and stable performance for interior or exterior projects.

Key advantages


    High-grade A-sort quality for a clean and uniform look
  • Suitable for various finishing and construction tasks
  • Smooth surface for easy installation and finishing
  • Durable structure for long-lasting use
  • Versatile dimensions suitable for many design solutions
  • Natural wood appearance enhancing aesthetic appeal

Application and use cases

This panel is commonly used in renovation, construction, and interior design projects where natural wood finish is desired.


    Wall cladding in living or commercial spaces
  • Ceiling decoration
  • Interior partitioning
  • Furniture or custom woodworking
  • Accent design elements

What to consider when choosing


    Determine whether the dimensions are suitable for your project
  1. Consider the environment where the panel will be installed
  2. Evaluate compatibility with other finishing materials
  3. Check the required quantity for seamless installation
  4. Think about the finishing method, such as staining or coating

Characteristics


    Type: Vooder Lepp panel
  • Dimensions: 15x90x1800
  • Grade: A-sort
  • General wood-based finishing material

Why buy at SityPro


    Convenient ordering with fast delivery
  • Competitive price and transparent terms
  • Wide selection of finishing materials
  • Reliable service and customer support
  • Only verified and quality products

Description provided by sitypro.com

VOODER LEPP 15X90X1800 A-SORT
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Cladding Alder 15x90x1800 A‑grade

What is Cladding Alder 15x90x1800 A‑grade?

Cladding Alder 15x90x1800 A‑grade (Vooder Lepp 15x90x1800 A‑Sort) is a high‑quality A‑grade alder wooden panel designed for interior wall and ceiling cladding, offering a smooth surface, stable construction and natural appearance for decorative and finishing applications.

Is this alder cladding suitable for saunas and wet rooms?

Yes, Cladding Alder 15x90x1800 A‑grade is suitable for saunas and wet rooms; alder handles sauna heat and humidity well and the A‑grade smooth surface is intended for such interior applications.

What are the dimensions and profile of this cladding?

The panel dimensions are in the name: 15×90×1800 mm (thickness 15 mm, width 90 mm, length 1800 mm). The profile is an A‑grade smooth cladding panel, providing an even face ready for installation and finishing.

Can Cladding Alder 15x90x1800 A‑grade be painted or varnished?

Yes, the A‑grade alder cladding is easy to finish: it can be varnished, oiled or stained, as the smooth surface absorbs finishes evenly for consistent results.

What interior jobs is this cladding most commonly used for?

Cladding Alder 15x90x1800 A‑grade is commonly used for interior wall and ceiling cladding, partitions, decorative feature walls, and details in furniture or custom woodworking.

How does A‑grade differ from lower grades for this cladding?

A‑grade indicates a clean, uniform face with minimal knots and defects, making finishing easier and producing a more attractive result compared with lower grades that have more natural imperfections.

Is this cladding suitable for making furniture and joinery?

Yes, Vooder Lepp 15x90x1800 A‑Sort is suitable for furniture and joinery components due to its stable construction, good workability and pleasant alder texture.

How should the 15×90×1800 mm cladding be installed — staggered or with locked joints?

The 15×90×1800 mm panels are typically installed either edge‑to‑edge or using a tongue‑and‑groove system; staggered installation across large surfaces reduces visible seams, and allowance for wood movement should be provided.

Which finishing options are best for alder: oil, varnish or stain?

All three work: oil preserves the natural texture and pleasant feel, varnish provides durable protection, and stain changes the tone while keeping the wood grain visible.

Is this cladding suitable for exterior façade use?

The product description focuses on interior use (walls, ceilings, saunas). For exterior façades you should typically use materials specifically treated or designed for outdoor exposure, so verify suitability before using externally.

Where to buy Cladding Alder 15x90x1800 A‑grade?

You can buy Cladding Alder 15x90x1800 A‑grade in our online store for 9.80€. Category: Sauna wood products .

What is the price of Cladding Alder 15x90x1800 A‑grade?

The current price of Cladding Alder 15x90x1800 A‑grade is 9.80€. Brand: Thermory.

Cladding Alder 15x90x1800 A‑grade — specifications and description

Model: 000-373545ASP. Category: Sauna wood products . Brand: Thermory. Price: 9.80€.

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