Door frame CL.SAAR White HOR7

The photographs are for illustrative purposes only.
Get AI analytics on product Door frame CL.SAAR White HOR7:
18.40€/pc.
Ex Tax: 14.84€/pc.
Classen
0 reviews
In stock
Product Code: 000-384509ASP

Specification

  • Color: White
  • Height (mm): 2065
  • Material: MDF
  • Size : 7x21
  • Width (mm): 686
  • Type: Door frames
Qty
Tags:

SPECIFICATION Door frame CL.SAAR White HOR7 price 18.70€ Classen

Product sizes9,00 x 70,00 x 4,20 cm
Package dimensions12,50 x 86,00 x 8,00 cm
Net weight1,900 kg

Ukselengi horisontaal avamõõdule 7x21, valmistatud MDF-ist

Ukselengi välismõõt 686x2065mm

Vali eraldi juurde ukselengi vertikaalid:

UKSELENG CL.SAAR VAL.VERT VAS

UKSELENG CL.SAAR VAL.VERT PAR

Ukseleng sobib uste mudelitele: GRECO 1 ja GRECO 3

NB! Pilt on illustreeriv, toote originaal värvitooni leiate piltide lisast (värvitoon võib erineda tegelikkust) !

Product details

Total weight: 1.90 kg
Product measurements: 9.00 x 70.00 x 4.20 cm
Package measurements: 12.50 x 86.00 x 8.00 cm

Description provided by sitypro.com

Door frames
Color
White
Height (mm)
2065
Material
MDF
Size
7x21
Width (mm)
686
Frames, thresholds, strips
Type
Door frames
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Door frame CL.SAAR White HOR7
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Door frame CL.SAAR White HOR7

What is the Door frame CL.SAAR White HOR7?

Door frame CL.SAAR White HOR7 is a horizontal MDF door lintel for a 7x21 opening, with external dimensions 686x2065 mm. It is designed to be paired with separate vertical jambs UKSELENG CL.SAAR VAL.VERT VAS or UKSELENG CL.SAAR VAL.VERT PAR and fits GRECO 1 and GRECO 3NB door models.

What are the dimensions and weight of this door frame?

The door frame’s external dimensions are 686x2065 mm; product measurements listed are 9.00 x 70.00 x 4.20 cm and total weight 1.90 kg. Package dimensions: 12.50 x 86.00 x 8.00 cm.

What material is the CL.SAAR White HOR7 door frame made of?

The door frame is made of MDF, providing a smooth surface for painting or veneering and compatibility with GRECO 1 and GRECO 3NB door models. The listed total weight is 1.90 kg.

Is this frame suitable for a 7x21 opening?

Yes, CL.SAAR White HOR7 is the horizontal component designed for a 7x21 opening. To complete the frame you must order vertical jambs separately: UKSELENG CL.SAAR VAL.VERT VAS or UKSELENG CL.SAAR VAL.VERT PAR.

Which door models is this door frame compatible with?

The CL.SAAR HOR7 horizontal is compatible with GRECO 1 and GRECO 3NB door models, as stated in the description. Make sure to pair it with the matching vertical jambs from the same series for correct installation.

Do I need to order vertical jambs separately and which ones to choose?

Yes, vertical jambs are sold separately; the recommended models are UKSELENG CL.SAAR VAL.VERT VAS and UKSELENG CL.SAAR VAL.VERT PAR. Choose jambs from the same CL.SAAR series in white to ensure size and colour match.

What is the finish and colour tone of the frame?

The product name specifies 'White', and the exact colour tone is shown in the additional product images. The main picture is illustrative and the shade may differ slightly from the actual item.

Is this frame suitable for painting or veneering?

Yes, being MDF it is suitable for painting or covering with veneer/film. Surface preparation such as sanding and using primers/paints formulated for MDF is recommended.

What opening and fitting dimensions should I consider during installation?

The horizontal piece is for a 7x21 opening and its external size is 686x2065 mm; consider the wall opening width and the thickness of the vertical jambs during installation. Exact fixing holes depend on the chosen verticals and door hardware—follow the vertical jambs’ and GRECO door installation guides.

Is this frame compatible with door hardware and architraves?

The CL.SAAR horizontal is compatible with hardware and architraves designed for the CL.SAAR series and GRECO 1/3NB door models. To ensure proper fit, select architraves and hardware that match the series and opening dimensions.

Can this frame be used for internal and external doors?

CL.SAAR White HOR7 is primarily designed for interior door openings (GRECO series). For external doors, stronger frames with appropriate insulation are recommended; the description states compatibility with GRECO 1 and GRECO 3NB, typically used as interior doors.

Where to buy Door frame CL.SAAR White HOR7?

You can buy Door frame CL.SAAR White HOR7 in our online store for 14.84€. Category: Door frames.

What is the price of Door frame CL.SAAR White HOR7?

The current price of Door frame CL.SAAR White HOR7 is 14.84€. Brand: Classen.

Door frame CL.SAAR White HOR7 — specifications and description

Model: 000-384509ASP. Category: Door frames. Brand: Classen. Price: 14.84€.

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