OUTER DOOR OPUS 12 White 10X21 right

The photographs are for illustrative purposes only.
Get AI analytics on product OUTER DOOR
OPUS 12 White 10X21 right:
449.88€/set
Ex Tax: 362.81€/set
ESSVE
0 reviews
In stock
Product Code: 000-459751ASP

Specification

  • Door type: External doors
  • Web height (mm): 2088
  • Web width (mm): 990
  • Material: HDF
    Metal
    Wood
  • Side: Righthand
  • Size : 10x21
  • Glass: No
Qty
One click order
Tags:

DESCRIPTION OUTER DOOR OPUS 12 White 10X21 right price 457.25€ ESSVE

Product sizes99,00 x 10,50 x 208,80 cm
Package dimensions100,00 x 10,50 x 210,00 cm
Gross weight43,000 kg
Net weight43,500 kg

Väljapoole avanev puitlengis pöördhingedega parema käeline puituks. Uks on mõeldud kasutamiseks hoonete välisuksena. Mõõt: ava 10×21 dm (lengi välismõõt 990×2088 mm) Helipidavus: helisummutamisvõime vähemalt 25 dB
Soojapidavus: U=1,0 W/m²K
Ukseleht: ukselehe paksus 62 mm, muster välisküljel, sisu polüsturool, kaetud mõlemalt poolt alumiiniumlehtedega ja HDF plaadiga.
Leng: männipuit 42×105 mm Tihend: Ukseleheserva süvistatud ilmastikutihend
Lukukorpus: ASSA 565 (ei sisalda käepidemeid ja luku südamikku)
Hinged: 3248-110 TMKSS
Viimistlus: Valge (NCS S 0502-Y)
Lävepakk: Tammepuidust, mis on kaetud alumiinium liistuga

Description provided by sitypro.com

Door
Door type
External doors
Web height (mm)
2088
Web width (mm)
990
Material
HDF
Metal
Wood
Side
Righthand
Size
10x21
Glass
No
Color
White
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
OUTER DOOR OPUS 12 White 10X21 right
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the OUTER DOOR OPUS 12 White 10X21 right

What is OUTER DOOR OPUS 12 White 10X21 right?

OUTER DOOR OPUS 12 White 10X21 right is a right-handed exterior wooden door with frame (outer frame size 990×2088 mm), 62 mm door leaf thickness, polystyrene core, aluminium and HDF facing, sound insulation ≥25 dB and thermal transmittance U=1.0 W/m²K.

What are the door dimensions and required opening?

The door frame outer dimensions are 990×2088 mm, corresponding to a 10×21 dm opening. These are standard exterior installation dimensions.

What materials are the door and frame made of?

The 62 mm door leaf has a polystyrene core and is faced both sides with aluminium sheets and HDF. The frame is pine 42×105 mm and the threshold is oak covered with an aluminium strip.

What are OPUS 12's thermal and acoustic performances?

Thermal transmittance is U=1.0 W/m²K, providing basic thermal insulation for an exterior door. Sound insulation is at least 25 dB, suitable for reducing external noise.

Which side does the door open to and is a left-hand version available?

This model is right-handed and opens outwards. The listing specifies the right version; check the catalogue for a left-hand variant if required.

What hardware is included and what should I buy separately?

Included are the ASSA 565 lock case and 3248-110 TMKS hinges. Handles and the lock cylinder are NOT included and must be purchased separately to match the ASSA 565 lock case.

What sealing does the door have and how well does it protect from moisture and drafts?

The door has a recessed weather seal in the leaf edge that reduces drafts and moisture ingress when closed. The oak threshold with an aluminium strip also improves durability and protection in outdoor conditions.

Is this door suitable for cold climates and how frost-resistant is it?

The polystyrene core and U=1.0 W/m²K provide basic thermal insulation; for very cold climates, careful installation and additional insulation measures are recommended. Frost resistance also depends on exterior finish and correct fitting.

Is the door compatible with automatic closers or additional locks?

The door uses an ASSA 565 lock case and 3248-110 TMKS hinges; many surface-mounted closers and additional locks can be fitted but you must verify fixing points and suitability for the 62 mm leaf. Check compatibility with installer or product manufacturer.

How does OPUS 12 differ from other exterior doors in this category?

OPUS 12 combines a 62 mm polystyrene-filled leaf with aluminium and HDF facings, pine 42×105 mm frame and an oak threshold with aluminium strip, plus an ASSA 565 lock case. This gives weather resistance and standard thermal/acoustic performance.

Where to buy OUTER DOOR OPUS 12 White 10X21 right?

You can buy OUTER DOOR OPUS 12 White 10X21 right in our online store for 362.81€. Category: External doors.

What is the price of OUTER DOOR OPUS 12 White 10X21 right?

The current price of OUTER DOOR OPUS 12 White 10X21 right is 362.81€. Brand: ESSVE.

OUTER DOOR OPUS 12 White 10X21 right — specifications and description

Model: 000-459751ASP. Category: External doors. Brand: ESSVE. Price: 362.81€.

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