INNER-DOOR MÄND TRADITION 51 9X21

The photographs are for illustrative purposes only.
Get AI analytics on product INNER-DOOR MÄND TRADITION 51 9X21:
146.07€/pc.
Ex Tax: 117.80€/pc.
NONAME
0 reviews
In stock
Product Code: 000-479739ASP

Specification

Qty
One click order
Tags:

SPECIFICATION INNER-DOOR MÄND TRADITION 51 9X21 price 115.01€ NONAME

Package dimensions82,50 x 4,00 x 204,00 cm
Net weight14,000 kg

Tradition männipuidust uksed toovad ruumidesse loodusläheduse tänu nähtavale puidumustrile, mis on igal uksel unikaalne. Viimistlusvalmis tooted pakuvad võimalusi väga erinevateks töötlusteks saavutamaks just teile sobiva ainulaadse tulemuse. Manteluste tootevalikus on ka lakitud ja valge toonlakiga töödeldud tooted. Mudel: profiiluks Viimistlus: naturaalne puit massiivse konstruktsiooniga

Kogukaal: 14,000 kg

Pakendi mõõtmed: 82,50 x 4,00 x 204,00 cm

Description provided by sitypro.com

Door
Door type
Internal
Web height (mm)
2040
Web width (mm)
825
Material
Wood
Side
Righthand
Size
9x21
Glass
No
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
INNER-DOOR MÄND TRADITION 51 9X21
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the INNER-DOOR MÄND TRADITION 51 9X21

What is INNER-DOOR MÄND TRADITION 51 9X21 and where is it suitable to use?

INNER-DOOR MÄND TRADITION 51 9X21 is a profile interior door made from solid pine with a natural finish that showcases unique wood grain. It is suitable for living rooms, bedrooms and home offices where a natural timber look and post-finish options (lacquering or tinting) are desired.

What are the door and package dimensions?

Package dimensions are 82.50 x 4.00 x 204.00 cm, useful for transport and storage planning. The total weight is 14.000 kg, so plan lifting and installation accordingly.

What material is the door made of and what is the finish?

The door is made from solid pine and features a natural finish that highlights the wood grain. It is supplied finish-ready, allowing further treatments such as lacquering or white-toned lacquering.

Is this model with a transom or is it a profile door — what does that mean?

This model is a profile door (profiiluks), meaning a profiled solid door leaf without a built-in transom. If you need a transom, select a model or configuration that includes it.

Can this door be painted or lacquered at home?

Yes — the door is finish-ready (viimistlusvalmis) and can be painted or lacquered at home. Due to the natural pine grain, pre-sanding and priming are recommended for an even finish.

What is the door weight and do I need help lifting it?

The package total weight is 14.000 kg, so at least two people are recommended for lifting and installation. Consider the weight when planning mounting and use appropriate tools and fixings.

What finish options are available for this model?

The Manteluste range includes lacquered and white-toned lacquered finishes, while this listing is supplied with a natural finish and solid construction. You can choose alternative finishes from the collection if required.

Is this door suitable for bathroom or kitchen installation?

The door is solid pine with a natural finish; for humid rooms like bathrooms or kitchens you need a protective finish — thorough lacquering and edge sealing. Without protection, solid timber can warp in high humidity.

What are the door leaf dimensions and installation clearance needed?

Package dimensions of 82.50 x 4.00 x 204.00 cm correspond to an approximate door leaf of 82.5 x 204 cm. Allow roughly 2–3 cm vertically and 1–2 cm horizontally for the frame and hinge adjustments; confirm exact clearances with your installer.

What hardware and hinges are suitable for this profile pine door?

Use surface or concealed hinges rated for the door leaf weight (package weight 14.000 kg — check the leaf weight with installer). Choose locksets and handles designed for timber doors and corrosion-resistant hardware if the environment is humid.

How does this model differ from other doors in the Tradition series?

This is a profiled solid pine door with a natural finish that emphasizes the wood grain. Variations in the Tradition series include door leaf types (solid vs. glazed), finish options (lacquered or white-toned) and sizes — compare model A146406SP for exact differences.

Where to buy INNER-DOOR MÄND TRADITION 51 9X21?

You can buy INNER-DOOR MÄND TRADITION 51 9X21 in our online store for 117.80€. Category: Internal doors.

What is the price of INNER-DOOR MÄND TRADITION 51 9X21?

The current price of INNER-DOOR MÄND TRADITION 51 9X21 is 117.80€. Brand: NONAME.

INNER-DOOR MÄND TRADITION 51 9X21 — specifications and description

Model: 000-479739ASP. Category: Internal doors. Brand: NONAME. Price: 117.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ххххххх');