Door frame MÄND 92MM HOR M9

The photographs are for illustrative purposes only.
Get AI analytics on product Door frame MÄND 92MM HOR M9:
13.80€/pc.
Ex Tax: 11.13€/pc.
No brand
0 reviews
In stock
Product Code: 000-322156ASP

Specification

  • Height (mm): 2090
  • Material: Pine
  • Size : 9x20
    9x21
  • Width (mm): 890
  • Type: Door frames
Qty
Tags:

DESCRIPTION Door frame MÄND 92MM HOR M9 price 14.02€

Product sizes8,90 x 9,20 x 4,20 cm
Package dimensions9,00 x 9,20 x 4,20 cm
Gross weight1,700 kg
Net weight1,800 kg

Lengi horisontaal manteluksele

Leng: männipuit 42×92 mm

Mõõt: ava 9×21 dm/ 9x20 dm (lengi välismõõt 890×2090mm või 890x1990mm)

Viimistlus: Puuvalmis

Kasutusala: köetavad töö-ja eluruumid

Sobib Viljandi Akna- ja uksetehase mantelservaga siseuksele, ava kõrgusega 210cm või 200cm. (Uks Mänd 3T)   

Product details

Net weight: 1.70 kg
Total weight: 1.80 kg
Product measurements: 8.90 x 9.20 x 4.20 cm
Package measurements: 9.00 x 9.20 x 4.20 cm

Description provided by sitypro.com

Door frames
Height (mm)
2090
Material
Pine
Size
9x20
9x21
Width (mm)
890
Frames, thresholds, strips
Type
Door frames
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Door frame MÄND 92MM HOR M9
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Door frame MÄND 92MM HOR M9

What is Door frame MÄND 92MM HOR M9?

Door frame MÄND 92MM HOR M9 is a horizontal pine (männipuit) door lining with section 42×92 mm for internal doors. It fits openings 9×21 dm or 9×20 dm (outer dimensions 890×2090 mm or 890×1990 mm) and is supplied unfinished (wood-ready).

What rooms is Door frame MÄND 92MM HOR M9 suitable for?

This frame is suitable for heated workspaces and residential interiors. As it is unfinished pine, it is not recommended for external use or damp rooms without protective finishing.

What opening sizes does Door frame MÄND 92MM HOR M9 fit?

It fits two standard opening sizes: 9×21 dm (outer 890×2090 mm) and 9×20 dm (890×1990 mm). Measure your actual opening before purchase.

Is Door frame MÄND 92MM HOR M9 compatible with Viljandi factory doors (Mänd 3T)?

Yes — it is compatible with Viljandi Akna- ja uksetehase internal doors with mantel edging, including Mänd 3T, for opening heights of 210 cm or 200 cm (outer 890×2090 mm or 890×1990 mm).

What material is Door frame MÄND 92MM HOR M9 made of?

The frame is made of solid pine (männipuit) with section 42×92 mm. It is supplied unfinished, allowing on-site finishing.

What are the dimensions and weight of Door frame MÄND 92MM HOR M9?

Outer dimensions correspond to openings 890×2090 mm or 890×1990 mm. Package size is 9.00×9.20×4.20 cm, net weight 1.70 kg and gross weight 1.80 kg.

Does Door frame MÄND 92MM HOR M9 need finishing before installation (sanding, painting)?

Yes — the frame is supplied unfinished, so sanding and applying paint or lacquer is recommended to protect the wood and match your interior. The 42×92 mm profile is easy to finish.

What tools and fixings are needed to install Door frame MÄND 92MM HOR M9?

You will need standard carpentry tools: spirit level, tape measure, drill, screws or anchors, mounting foam and wedges for alignment. The 42×92 mm profile works with common door screws and anchors.

Can this frame be used with non-standard wall thickness or extension strips?

Yes — the 42×92 mm frame can be combined with extension profiles or trims and trimmed on site to fit non-standard wall thicknesses. Allow enough allowance for finishing.

How does the HOR M9 horizontal model differ from other frames?

HOR M9 is a horizontal pine lining with a 42×92 mm section sized for standard 9×21 and 9×20 dm openings. Its distinguishing features are the horizontal construction and compatibility with Viljandi mantel-edged internal doors.

What maintenance does Door frame MÄND 92MM HOR M9 need after installation?

After installation, sand and apply lacquer, paint or oil to protect the pine from moisture and dirt. Clean occasionally with a soft cloth and refresh the finish when needed.

Where to buy Door frame MÄND 92MM HOR M9?

You can buy Door frame MÄND 92MM HOR M9 in our online store for 11.13€. Category: Door frames.

What is the price of Door frame MÄND 92MM HOR M9?

The current price of Door frame MÄND 92MM HOR M9 is 11.13€. Brand: Tootja puudub.

Door frame MÄND 92MM HOR M9 — specifications and description

Model: 000-322156ASP. Category: Door frames. Brand: Tootja puudub. Price: 11.13€.

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