Door frame MÄND 92MM HOR M8

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

Specification

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

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

Product sizes7,90 x 9,20 x 4,20 cm
Package dimensions8,00 x 9,20 x 4,20 cm
Gross weight1,200 kg
Net weight1,300 kg

Lengi horisontaal manteluksele

Leng: männipuit 42×92 mm

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

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.20 kg
Total weight: 1.30 kg
Product measurements: 7.90 x 9.20 x 4.20 cm
Package measurements: 8.00 x 9.20 x 4.20 cm

Description provided by sitypro.com

Door frames
Height (mm)
2090
Material
Pine
Size
8x20
8x21
Width (mm)
790
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 M8
Write a review
Related Products
rempro rempro-mobile

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

What is Door frame MÄND 92MM HOR M8 and what is it used for?

Door frame MÄND 92MM HOR M8 is a solid pine frame (leng: männipuit 42×92 mm), unfinished wood, designed for internal doors with Viljandi mantle edge; suitable for heated work and living spaces and door openings 8×21 dm or 8×20 dm (outer sizes 790×2090 mm or 790×1990 mm).

What are the exact dimensions of Door frame MÄND 92MM HOR M8 and which openings does it fit?

Outer dimensions of the stile are 790×2090 mm or 790×1990 mm. The frame fits openings 8×21 dm (210 cm) or 8×20 dm (200 cm), so it is suitable for door heights of 210 cm or 200 cm.

What material is Door frame MÄND 92MM HOR M8 made of and is it finished?

The frame is made of solid pine (leng: männipuit 42×92 mm) and is supplied unfinished (puuvalmis), ready for sanding, painting or varnishing on site.

Is Door frame MÄND 92MM HOR M8 compatible with Viljandi Uks Mänd 3T door?

Yes. The frame is specified as compatible with Viljandi Akna- ja uksetehase internal doors with mantle edge, such as the Uks Mänd 3T, for openings with height 210 cm or 200 cm.

What are the stile dimensions of Door frame MÄND 92MM HOR M8 (thickness and width)?

The stile (leng) is made from timber 42×92 mm — thickness 42 mm and profile width 92 mm, suitable for mounting the Viljandi mantle profile.

Is Door frame MÄND 92MM HOR M8 suitable for unheated spaces?

The product is specified for heated work and living spaces. It is not recommended for unheated areas because solid pine may warp with temperature and humidity fluctuations.

What are the weight and package dimensions of Door frame MÄND 92MM HOR M8 for delivery?

Net weight is 1.20 kg and gross weight 1.30 kg. Product measurements are 7.90×9.20×4.20 cm and package measurements 8.00×9.20×4.20 cm.

Is the frame compatible with a mantle edge profile from a specific manufacturer?

Yes. The frame is specified as compatible with the mantle edge (mantel) profile from Viljandi Akna- ja uksetehase, meaning the profile matches that door type.

Can this frame be used with door heights other than 200/210 cm?

The frame is designed for openings of 200 cm or 210 cm. Using other heights requires trimming the stile and checking profile compatibility, which may affect the mantle-edge fit.

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

Typical installation requires a spirit level, screwdriver/drill, screws and wall plugs, alignment wedges and mounting foam. As the frame is supplied unfinished, you will also need finishing materials (paint/varnish) and sanding tools.

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

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

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

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

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

Model: 000-322155ASP. 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ххххххх');