Towel dryer U-type L-700 C-250 11/4* 10280, U-VEIDA

The photographs are for illustrative purposes only.
Get AI analytics on product Towel dryer U-type L-700 C-250 11/4* 10280, U-VEIDA:
102.16€/box
Ex Tax: 82.38€/box
SEMKO SIA
0 reviews
In stock
Product Code: 000-6993342MASP
EAN Code: 4750667031232

Specification

  • C: 250 mm
  • The form: U-shaped
  • Brand: U-VEIDA
  • Connection size: 1 1/4
Qty
One click order
Tags:

U-shaped towel dryer — compact L‑700 U-VEIDA model (10280)

Electric/plumbed towel dryer for drying towels and small laundry; U-type design for convenient hanging and space-saving installation.

Key Benefits


    U-shaped layout provides multiple hanging bars for faster drying
  • Compact L-700 size fits smaller bathrooms and utility rooms
  • C-250 mounting centers simplify wall installation
  • Compatible with 11/4* connection for straightforward plumbing or hookup
  • Clear model code (10280) and U-VEIDA variant for easy ordering

Applications

Suitable for heating and drying textiles in residential and light-commercial settings; application examples include:


    Bathroom towel warming and drying
  • Laundry room or utility area drying
  • Changing rooms in small gyms or studios
  • Sauna or spa accessory for towel storage

What to Consider When Choosing


    Confirm the U-type shape suits available wall space and hanging needs
  1. Verify L-700 fits the intended location before purchase
  2. Ensure C-250 matches your mounting points or allows minor adjustments
  3. Check compatibility with 11/4* connection size on-site
  4. Use the model code 10280 / U-VEIDA when comparing price and features

Specifications


    Product type: Tow.dryer (towel dryer)
  • Shape: U-type
  • Length: L-700
  • Mounting centers: C-250
  • Connection: 11/4*
  • Model/code: 10280
  • Variant: U-VEIDA

Why Buy from SityPro


    Easy to buy online with clear price and product information on SityPro
  • Accurate listing of features and model codes for correct selection
  • Fast delivery options to Estonia and Finland
  • Customer support to confirm fit, connection and installation details
  • Secure ordering and reliable order tracking through SityPro

Description provided by sitypro.com

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

Frequently asked questions about the Полотенцесуш. П-обр. 700х250 11/4 10280, U-VEIDA

What is the Towel dryer U-type L-700 C-250 11/4* 10280, U-VEIDA?

Towel dryer U-type L-700 C-250 11/4* 10280, U-VEIDA is a U-shaped towel dryer with length 700 mm, C=250 mm mounting centres and 1 1/4 connection size; designed for towel drying and secondary heating, manufactured by SEMKO SIA under U-VEIDA.

What are the dimensions and mounting centre (C) of this model?

The towel dryer length is 700 mm and the mounting centre C is 250 mm. These compact dimensions suit small bathrooms and simplify wall mounting placement.

What is the connection size and what is it compatible with?

Connection size is 1 1/4. This standard thread size is compatible with common plumbing pipes and fittings used for towel dryers and heating hookups.

Is this towel dryer suitable for a small bathroom or utility room?

Yes — the U-shaped design and 700 mm length make it a space-saving choice for small bathrooms, shower rooms or utility areas where hanging space is limited.

What material is the towel dryer made of and how does that affect lifespan?

Manufacturer is SEMKO SIA under U-VEIDA, but the product description does not specify the material. Check the manufacturer's technical spec for tube material and coating to assess corrosion resistance and expected service life.

Can this towel dryer be fitted into a central heating system?

The description notes standard connection and 1 1/4 size, so it is generally compatible with common heating systems. Verify thread type and working pressure against the manufacturer's guidance for your specific system.

How many towels fit on the U-type L-700 towel dryer?

The U-shape provides multiple hanging bars; on the 700 mm model you can typically hang 2–3 medium towels, depending on towel thickness and hanging method.

How does the U-type L-700 C-250 differ from other towel dryer shapes?

The U-shape gives several horizontal hanging surfaces and requires less wall depth than ladder-style units, making it better suited to compact spaces and convenient for hanging towels.

Do I need to buy additional fixings and which fittings suit this model?

The description notes simple wall installation, but typically wall brackets and appropriate wall plugs are used depending on wall material. Confirm whether fixings are included by checking the manufacturer's (SEMKO SIA) specification.

Is this towel dryer suitable for commercial use such as hotels?

Yes — the description lists residential and light-commercial applications, including hotel rooms and laundry areas. For intensive commercial use, verify durability and maintenance specs with the manufacturer.

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