Door frame CL.SAAR White HOR8

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

Specification

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

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

Product sizes9,00 x 80,00 x 4,20 cm
Package dimensions12,50 x 96,00 x 8,00 cm
Net weight2,200 kg

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

Ukselengi välismõõt 786x2065mm

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: 2.20 kg
Product measurements: 9.00 x 80.00 x 4.20 cm
Package measurements: 12.50 x 96.00 x 8.00 cm

Description provided by sitypro.com

Door frames
Color
White
Height (mm)
2065
Material
MDF
Size
8x21
Width (mm)
786
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 HOR8
Write a review
Related Products
rempro rempro-mobile

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

What is Door frame CL.SAAR White HOR8 and which doors is it compatible with?

Door frame CL.SAAR White HOR8 is the horizontal MDF door frame for an 8x21 opening with external dimensions 786x2065 mm. It is designed to be paired with separate vertical frames (CL.SAAR VAL.VERT) and fits GRECO 1 and GRECO 3NB door models.

What material is the Door frame CL.SAAR White HOR8 made of?

The door frame is made of MDF, providing a smooth surface for finishing and easy handling during installation. This is specified in the product description.

What are the dimensions of Door frame CL.SAAR White HOR8 and what to consider for installation?

External frame dimensions are 786x2065 mm; product measurements 9 x 80 x 4.2 cm and package 12.5 x 96 x 8 cm. Note vertical frame pieces are sold separately, so final assembly height depends on the verticals you choose.

Is this frame suitable for a 800x2100 mm opening?

Yes, HOR8 is made for an 8x21 (800x2100 mm) opening; external size 786x2065 mm and intended to be combined with verticals for installation. Verify the exact opening and allowance for trimming before fitting.

Do I need to buy verticals separately and which ones fit?

Yes, verticals are sold separately. Use the CL.SAAR series verticals (CL.SAAR VAL.VERT) which are compatible with the HOR8 horizontal frame.

Is CL.SAAR HOR8 compatible with GRECO 1 and GRECO 3NB door models?

Yes, the product description states HOR8 fits GRECO 1 and GRECO 3NB models. Use matching series verticals and verify opening dimensions for correct installation.

What is the visible width of the frame and will it need trimming during installation?

The visible width is approximately 80 mm (product measures 9 x 80 x 4.2 cm). Typically verticals and the frame require on-site trimming or adjustment, so plan for cutting during fitting.

What is the weight and package size of Door frame CL.SAAR White HOR8 for handling?

Total weight is 2.20 kg; product measurements 9 x 80 x 4.2 cm and package 12.5 x 96 x 8 cm. These dimensions mean the packaged frame can usually be lifted by one person.

Can the Door frame CL.SAAR White HOR8 be painted and does it need sanding?

The frame is MDF, so it can be painted. A light sanding before primer and paint is recommended to improve adhesion and achieve a smooth finish.

How does the HOR8 horizontal frame differ from other CL.SAAR models?

HOR8 is the horizontal component made for an 8x21 opening with external size 786x2065 mm. The difference is that it's the horizontal piece sold separately from verticals; other CL.SAAR models may have different opening sizes or kit configurations.

Where to buy Door frame CL.SAAR White HOR8?

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

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

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

Door frame CL.SAAR White HOR8 — specifications and description

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