Towel dryer U-type L-550 C-250 1* 10044, U-VEIDA

The photographs are for illustrative purposes only.
Get AI analytics on product Towel dryer U-type L-550 C-250 1* 10044, U-VEIDA:
68.78€/pc.
Ex Tax: 55.46€/pc.
SEMKO SIA
0 reviews
In stock
Product Code: 000-6993356MASP
EAN Code: 4750667032437

Specification

  • C: 250 mm
  • The form: U-shaped
  • Purpose: towel warmer
  • Brand: U-VEIDA
Qty
One click order
Tags:

U-shaped towel dryer — compact model 10044 with L-550 and C-250 dimensions

A U-shaped towel dryer designed for drying and warming towels; compact L-550 size with C-250 center spacing. Use this unit when you want a space-saving heated rail with a clear model reference and connection type.

Key Benefits


    Space-saving U-shaped design for better towel coverage
  • Visible model and dimensions for easy selection (10044, L-550, C-250)
  • Simple connection indicated by the 1* marking
  • Suitable for retrofit or new installations thanks to defined center distance
  • Enhances bathroom comfort and dries towels faster — benefits for daily use

Applications

Suitable for residential and light commercial drying and towel warming applications.


    Bathroom towel rail
  • Laundry room drying
  • Hotel or guestroom towel warming
  • Spa and wellness towel storage
  • Renovation projects where compact heated rails are required

What to Consider When Choosing


    Confirm the L-550 length fits the intended wall space
  1. Verify the C-250 center-to-center distance matches mounting and piping
  2. Check the connection type implied by the 1* marking for compatibility
  3. Decide if a U-shaped rail suits the room layout and towel habits
  4. Match the model (10044) and finish to other fixtures

Specifications


    Type: U-type (U-shaped) towel dryer
  • Model: 10044
  • Length: L-550
  • Center distance: C-250
  • Connection/marking: 1*
  • Variant name: U-VEIDA (U-shaped)

Why Buy from SityPro


    Clear online listing with price and features to help you buy confidently
  • Fast and convenient ordering through SityPro platform
  • Customer support to answer questions about application and installation
  • Delivery available to Estonia and Finland for regional convenience
  • Reliable service and after-sales assistance from SityPro

Description provided by sitypro.com

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

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

What is the Towel dryer U-type L-550 C-250 1* 10044, U-VEIDA and what is it used for?

Towel dryer U-type L-550 C-250 1* 10044, U-VEIDA is a compact U-shaped towel warmer 550 mm long with center distance C=250 mm, used for drying towels and providing local heating in small spaces such as bathrooms, laundry rooms or guest rooms.

What are the dimensions and what do L-550 and C-250 mean?

L-550 indicates the overall length of 550 mm and C-250 denotes the centre distance of 250 mm, a key measurement for mounting and compatibility with existing pipework or brackets.

Is this towel dryer suitable for a small bathroom or WC?

Yes. The compact U-type L-550 C-250 is designed to save space and is suitable for small bathrooms, WCs and laundry areas for towel drying and local heating.

What does the 1* marking mean for connection type?

The 1* marking indicates a standard simple connection compatible with common wall mounting and pipework setups; confirm the exact installation method with your fitter, taking the C=250 mm centre distance into account.

What material is the towel dryer made of and who is the manufacturer?

The manufacturer is SEMKO SIA and the brand is U-VEIDA. The product description does not specify the material, so confirm the exact material (e.g. steel or stainless steel) with the seller before purchase.

How much wall space does this model occupy and how many towels fit on it?

The unit is 550 mm long with a space-saving U-shape, so it occupies a small wall area. Depending on towel size, you can typically hang 1–2 bath towels or several hand/face towels.

Is this towel dryer suitable for installation near a sauna or wellness area?

Yes — the description lists sauna and wellness areas among applications. However, confirm the material and finish are suitable for high humidity and temperatures with the seller before installation.

What is the product SKU/model and why is it useful when choosing?

The SKU is 000-6993356MASP and the model is MA3660023SP. Use these identifiers to accurately reference the exact product, check accessory compatibility and request precise technical details from the seller.

How does the U-shaped form differ from other towel dryers and why choose this model?

The U-shape makes hanging towels easier and provides even drying while saving width compared with wider multi-bar designs. The L-550 C-250 is a good choice when you need a compact, easy-to-install towel rail for small rooms.

Do I need to buy fixings and mounting parts separately for C=250 mm?

The description lists the C=250 mm centre distance but does not specify included fixings. Check with the seller whether wall brackets are supplied or if separate mounting hardware matched to C=250 mm is required.

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