Towel dryer U-type L-700 C-250 1* 10075, U-shaped

The photographs are for illustrative purposes only.
Get AI analytics on product Towel dryer U-type L-700 C-250 1* 10075, U-shaped:
77.57€/pc.
Ex Tax: 62.56€/pc.
SEMKO SIA
0 reviews
In stock
Product Code: 000-6993336MASP
EAN Code: 4750667027877

Specification

  • The form: U-shaped
  • Type: towel warmer
  • Brand: U-VEIDA
  • Center distance: 250 mm
Qty
One click order
Tags:

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

A U-type towel dryer intended for drying towels and small textiles; identified as model U-VEIDA with designation 1* 10075, length L-700 and marking C-250. Check price and features before you buy from SityPro.

Key Benefits


    U-type shape provides multiple hanging points for towels
  • Compact L-700 length suitable for limited wall space
  • Clear product designation (1* 10075) and model name (U-VEIDA) for easy identification
  • C-250 marking included as part of the product specification
  • Designed specifically as a towel dryer for efficient textile drying

Applications

Typical application areas for this towel dryer include bathrooms and other places where towel drying is required.


    Private bathrooms
  • Hotel rooms and guest accommodation
  • Spa and sauna facilities
  • Laundry or utility rooms
  • Changing rooms

What to Consider When Choosing


    Confirm the U-type shape fits your mounting location
  1. Verify the L-700 length matches available wall space
  2. Check the C-250 specification against your installation requirements
  3. Match the model/code (1* 10075, U-VEIDA) to the product listing
  4. Compare price and features on SityPro before you buy

Specifications


    Product type: Tow.dryer (towel dryer)
  • Shape: U-type
  • Length: L-700
  • Marking/spec: C-250
  • Designation/code: 1* 10075
  • Model: U-VEIDA

Why Buy from SityPro


    Transparent price listings and clear product features on the SityPro site
  • Easy online ordering and product identification by model/code
  • Delivery available to Estonia and Finland
  • Customer support for product questions and order assistance
  • Reliable handling of orders and shipping for fast delivery

Description provided by sitypro.com

Bathroom luminaires
The form
U-shaped
Plane materials
Type
towel warmer
Taps
Brand
U-VEIDA
Общее
Center distance
250 mm
Manufacturer
SEMKO SIA
Length (m)
700 mm
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Towel dryer U-type L-700 C-250 1* 10075, U-shaped
Write a review
Related Products
rempro rempro-mobile

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

What is the Towel dryer U-type L-700 C-250 1* 10075, U-shaped?

Towel dryer U-type L-700 C-250 1* 10075, U-VEIDA is a U-shaped towel warmer 700 mm long with a 250 mm centre distance for mounting, produced by SEMKO SIA; designed for drying towels and providing light heating in bathrooms and similar spaces.

What are the dimensions and centre distance of this towel dryer?

The towel dryer length is 700 mm and the centre distance is C-250 (250 mm); verify these dimensions before installation to ensure wall fittings align correctly.

Is this towel dryer suitable for a small bathroom?

Yes: the U-shaped, compact 700 mm L-700 model provides multiple hanging points while minimising wall space, making it suitable for small bathrooms and guest WCs.

What rooms is the U-VEIDA towel dryer intended for?

Intended for bathrooms, guest WCs, laundry rooms, spa/sauna areas and hallways where towel drying and light space heating are needed.

What material is this towel dryer made of and how to maintain it?

The listing does not specify exact material; general maintenance is wiping with a soft damp cloth and avoiding harsh chemicals. Follow the manufacturer’s care instructions provided with the product.

Is the towel dryer electric or water-heated?

The product description does not specify connection type. Confirm whether the L-700 U-VEIDA is electric or hydronic with the seller or SEMKO SIA documentation before purchase.

Can I mount this towel dryer in place of an old one with a different centre distance?

This U-VEIDA has a 250 mm centre distance; replacing a unit with different spacing will require new fixing points or adapters, so check wall mounting options before replacing.

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

Depends on towel size; the U-shaped 700 mm unit typically accommodates 2–3 bath towels or several hand towels and smaller items comfortably.

How does this U-VEIDA model differ from other towel dryer shapes?

The U-shaped design offers multiple hanging points within a compact 700 mm length, saving wall space compared with ladder or curved types; the 250 mm centre distance simplifies mounting choices.

What model and manufacturer details should I give when searching for spare parts or accessories?

Provide product details: U-VEIDA L-700 C-250, model MA3660003SP, manufacturer SEMKO SIA and SKU 000-6993336MASP to ensure correct fittings and accessories are sourced.

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