Towel dryer U-type L-600 C-250 1* 10051, U-VEIDA

The photographs are for illustrative purposes only.
Get AI analytics on product Towel dryer U-type L-600 C-250 1* 10051, U-VEIDA:
71.76€/box
Ex Tax: 57.87€/box
SEMKO SIA
0 reviews
In stock
Product Code: 000-6993335MASP
EAN Code: 4750667027860

Specification

  • C: 250 mm
  • The form: U-shaped
  • Model: 10051
  • Brand: U-VEIDA
Qty
One click order
Tags:

Compact U-shaped towel dryer — 600 mm length with 250 mm center spacing

A U-type towel dryer intended for drying towels and adding warmth in bathrooms and similar spaces. Model 10051, single-unit (1*), U-shaped (U-VEIDA).

Key Benefits


    Efficient towel drying and supplementary room heat
  • Space-saving U-shape fits compact wall areas
  • Clear dimensions (L-600, C-250) simplify planning
  • Single-unit design (1*) for straightforward installation
  • Model number 10051 makes replacements and service easier

Applications

Suitable for towel warming and light heating in residential and commercial wash areas. Use cases include:


    Bathroom towel rail
  • Shower room warming
  • Guest toilet or WC
  • Laundry or utility room
  • Changing rooms in small facilities

What to Consider When Choosing


    Confirm physical dimensions — L-600 and mounting centers C-250 match your space
  1. Ensure the U-shaped form (U-VEIDA) fits the intended wall area
  2. Check the model number 10051 when replacing existing units
  3. Compare price and features on SityPro before you buy
  4. Verify installation requirements and mounting compatibility

Specifications


    Product type: Towel dryer (U-type)
  • Shape: U-shaped (U-VEIDA)
  • Length: L-600
  • Center distance: C-250
  • Model: 10051
  • Quantity/configuration: 1*

Why Buy from SityPro


    Competitive price and clear product features listed on SityPro
  • Easy online buy process and secure payment
  • Fast delivery options to Estonia and Finland
  • Product support and assistance with selection
  • Convenient returns and customer service for peace of mind

Description provided by sitypro.com

C
250 mm
Bathroom luminaires
The form
U-shaped
ETERNIIT
Model
10051
Общее
Brand
U-VEIDA
Manufacturer
SEMKO SIA
Length (mm)
600 mm
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Towel dryer U-type L-600 C-250 1* 10051, U-VEIDA
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Полотенцесушитель П-обр. 600х250 1 10051, U-VEIDA

What is the Towel dryer U-type L-600 C-250 1* 10051, U-VEIDA?

Towel dryer U-type L-600 C-250 1* 10051, U-VEIDA is a compact U-shaped towel rail, 600 mm length with 250 mm centre spacing (C‑250), model 10051 by SEMKO SIA, designed for drying towels and providing light supplementary heating in bathrooms.

What are the dimensions and centre spacing of this model?

The towel dryer length is 600 mm and the mounting centre spacing is C‑250 mm (250 mm). These clear dimensions simplify planning and installation in compact bathroom areas.

Is this towel dryer suitable for a small bathroom?

Yes — the U-shape and 600 mm length make the L‑600 C‑250 model space-saving and suitable for small bathrooms. Just confirm that the C‑250 mm mounting centres match your wall fixing points.

What material is the towel dryer made of and does it have a coating?

The database lists the model and manufacturer (SEMKO SIA, U‑VEIDA) but does not specify material or surface finish. If material or corrosion-resistant coating is important, please request that specification from the seller before purchase.

Can this towel dryer be mounted horizontally and what installation is required?

The product is designed for horizontal wall mounting with C‑250 mm centre spacing, which is the standard installation for U-shaped towel rails. Confirm exact fixings and hardware in the supplied instructions or with the seller.

What rooms is model 10051 U-VEIDA suitable for?

Model 10051 is suitable for main bathrooms, guest WCs, utility rooms, cottages and other small to medium wash areas where towel drying and light heating are required. Its 600 mm length is ideal for compact spaces.

Is this towel dryer compatible with electric or water connections?

The product description does not specify the connection type (electric or hydronic). Before purchasing, confirm with the seller or the technical documentation whether model 10051 is for electric heating, water circuit connection, or universal installation.

How does this U-shaped model differ from other towel dryers?

Key differences are the U-shaped design, compact 600 mm length and C‑250 mm centre spacing, making it space-efficient and suited to narrow wall areas with multiple hanging points. Model 10051 (U‑VEIDA) is marketed for simple installation and universal styling.

What accessories or components should I plan for when buying?

Plan for suitable wall fixings and plugs for the C‑250 mm centre spacing, and any connection kit (electric element or shut-off valves) if not included. Check with the seller for the full contents of the delivery and required additional parts.

What is the SKU and model number for finding spare parts?

The model is 10051, SKU is 000-6993335MASP and the manufacturer model is MA3660002SP (SEMKO SIA). Use these identifiers to locate compatible spare parts and components.

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