LINEAR SHOWER TRAPS 900X70MM VERT.ÄÄRIKUGA RST DN40+C06 REST

The photographs are for illustrative purposes only.
Get AI analytics on product LINEAR SHOWER TRAPS
900X70MM VERT.ÄÄRIKUGA RST DN40+C06 REST:
161.00€/pc.
Ex Tax: 129.84€/pc.
No brand
0 reviews
In stock
Product Code: 000-317082ASP
Qty
One click order

It will be over soon!
The last item is left. Hurry up to buy first.
Tags:

SPECIFICATION LINEAR SHOWER TRAPS 900X70MM VERT.ÄÄRIKUGA RST DN40+C06 REST price 163.64€

Product sizes94,00 x 11,10 x 10,00 cm
Package dimensions96,00 x 16,00 x 11,00 cm
Gross weight3,300 kg
Net weight3,600 kg

Pikkus 900mm, laius 70mm, materjal RST SUS 304, vastab äravooluhulgatestile EN1253, väljaviik D 40 mm/küljele, reguleeritavad jalad, lihtsalt puhastatav haisulukk, keevisliited kõigis pöördekohtades

Product details

Net weight: 3.30 kg
Total weight: 3.60 kg
Product measurements: 94.00 x 11.10 x 10.00 cm
Package measurements: 96.00 x 16.00 x 11.00 cm

Description provided by sitypro.com

LINEAR SHOWER TRAPS 900X70MM VERT.ÄÄRIKUGA RST DN40+C06 REST
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the LINEAR SHOWER TRAPS 900X70MM VERT.ÄÄRIKUGA RST DN40+C06 REST

What is LINEAR SHOWER TRAPS 900X70MM VERT.ÄÄRIKUGA RST DN40+C06 REST?

LINEAR SHOWER TRAPS 900X70MM VERT.ÄÄRIKUGA RST DN40+C06 REST is a 900 mm long, 70 mm wide linear shower trap made of stainless steel SUS 304 with a side outlet D 40 mm, adjustable feet and an easily cleanable odour trap; it meets EN1253. Net weight 3.30 kg, dimensions 94×11.1×10 cm.

Is this trap suitable for installation under tile in a shower?

Yes, the 900×70 mm LINEAR SHOWER TRAP is made of SUS 304 stainless steel and its low-profile design is suitable for embedding under tile; the adjustable feet allow setting the installation height. The side outlet D 40 mm is suitable for connection to existing drainage.

What is the outlet diameter and can it be connected to plastic pipes?

The trap has a side outlet D 40 mm (DN40), matching common plumbing sizes; it can be connected to DN40 plastic pipes using appropriate fittings. Use sealed connections and adapters if required.

What material is the trap made of and how corrosion-resistant is it?

The trap is made of stainless steel SUS 304 (RST), providing good corrosion resistance for domestic bathrooms and showers with proper care. Avoid harsh chemicals and clean regularly to extend service life.

How is the odour trap cleaned and maintained?

The odour trap is designed for easy cleaning with quick access to remove hair and debris without removing the entire trap. Regular manual cleaning and rinsing with warm water is recommended to prevent blockages.

What installation space dimensions are required for this trap?

The trap is 900×70 mm, product dimensions 94×11.1×10 cm, package 96×16×11 cm; consider these when preparing the installation opening and access to the side outlet D 40 mm. Adjustable feet allow compensation for minor floor height variations.

Does the trap comply with EN1253 and what does that mean?

Yes, the trap complies with EN1253 tests, meaning it meets European requirements for flow capacity and sealing for domestic floor drains. It ensures the construction handles standard water flows and installation demands.

Can the trap be cut or shortened to a smaller length?

The product is 900 mm long in SUS 304 stainless steel; cutting is technically possible but not recommended without professional tools as it may damage the profile and welds. Better to adjust during installation or choose a model of the required length.

Is this trap suitable for intensive use in public showers?

The trap is made of SUS 304 and meets EN1253, suitable for domestic and light commercial use; for heavy-use public showers you may need a sturdier design or higher-capacity model. Assess expected load before choosing.

What are the installation considerations for screed or underfloor heating?

With adjustable feet the trap can be levelled to screed or underfloor heating height, but for underfloor heating ensure sealing and access to the side outlet D 40 mm. Coordinate heights and insulation with your installation team.

What is the product weight and package dimensions for site handling?

Net weight 3.30 kg, gross weight 3.60 kg. Product dimensions 94.00×11.10×10.00 cm; package dimensions 96.00×16.00×11.00 cm — consider these for lifting and on-site storage.

Where to buy LINEAR SHOWER TRAPS 900X70MM VERT.ÄÄRIKUGA RST DN40+C06 REST?

You can buy LINEAR SHOWER TRAPS 900X70MM VERT.ÄÄRIKUGA RST DN40+C06 REST in our online store for 129.84€. Category: Shower trap.

What is the price of LINEAR SHOWER TRAPS 900X70MM VERT.ÄÄRIKUGA RST DN40+C06 REST?

The current price of LINEAR SHOWER TRAPS 900X70MM VERT.ÄÄRIKUGA RST DN40+C06 REST is 129.84€. Brand: Tootja puudub.

LINEAR SHOWER TRAPS 900X70MM VERT.ÄÄRIKUGA RST DN40+C06 REST — specifications and description

Model: 000-317082ASP. Category: Shower trap. Brand: Tootja puudub. Price: 129.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ххххххх');