Towel dryer U-type L-750 C-250 1* 10082, U-VEIDA

The photographs are for illustrative purposes only.
Get AI analytics on product Towel dryer U-type L-750 C-250 1* 10082, U-VEIDA:
80.46€/box
Ex Tax: 64.89€/box
SEMKO SIA
0 reviews
In stock
Product Code: 000-6993428MASP
EAN Code: 4750667101102

Specification

  • C: 250 mm
  • The form: U-shaped
  • Brand: U-VEIDA
  • Manufacturer: SEMKO SIA
  • Length (mm): 750 mm
Qty
One click order
Tags:

U-shaped towel dryer (U-VEIDA) — compact L-750, C-250 design

A U-type towel dryer designed to hang and warm towels; compact dimensions L-750 and C-250 make it suitable for tight bathroom spaces. Check SityPro for buy options, price, features and benefits.

Key Benefits


    U-shaped design fits narrow wall or corner areas
  • Clear dimensions (L-750, C-250) simplify planning and installation
  • Single-unit format (1*) for straightforward purchase and replacement
  • Model/code 10082 ensures precise identification
  • Brand U-VEIDA denotes consistent product family and compatibility

Applications

Ideal for drying and warming towels in residential and commercial washrooms.


    Home bathrooms and en-suites
  • Guest bathrooms and holiday rentals
  • Small hotel rooms or B&B facilities
  • Laundry and utility rooms
  • Spa or wellness changing areas

What to Consider When Choosing


    Measure available wall space to match L-750 and C-250 dimensions
  1. Confirm U-type shape fits the intended mounting location
  2. Verify model/code 10082 matches required design and finish
  3. Decide on single-unit (1*) format versus multiple pieces for larger needs
  4. Check compatibility with existing plumbing or electrical connections if applicable

Specifications


    Product type: Towel dryer (U-type)
  • Shape: U-shaped
  • Length: L-750
  • Depth/center dimension: C-250
  • Quantity: 1*
  • Model/code: 10082
  • Brand/model name: U-VEIDA

Why Buy from SityPro


    Easy to buy online with clear product code and specifications
  • Transparent price and feature listings for informed choice
  • Customer support to answer questions about application and benefits
  • Delivery available to Estonia and Finland for convenient shipping
  • Reliable service and order handling from SityPro for domestic and cross-border buyers

Description provided by sitypro.com

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

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

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

Towel dryer U-type L-750 C-250 1* 10082, U-VEIDA is a U-shaped towel dryer with length 750 mm and C dimension 250 mm, designed to hang and warm towels in tight bathroom spaces; manufactured by SEMKO SIA and intended for wall or corner installation.

What are the dimensions of this towel dryer?

Length is 750 mm and the C (projection) is 250 mm; the unit is U-shaped, making it suitable for narrow bathrooms and corner placements.

Is this towel dryer suitable for small bathrooms or corner installation?

Yes, the U-shaped design with dimensions L-750 and C-250 is intended for narrow wall or corner areas, making it suitable for compact bathrooms and guest WC spaces.

What material is it made from and who manufactures it?

Manufacturer is SEMKO SIA and the brand is U-VEIDA. The product description does not specify the material, so confirm metal type and finish with the seller if required.

Is this towel dryer compatible with existing heating systems?

The description states it is suitable for combined use with various heating systems. For installation, check your pipe diameters and connection type with your fitter.

How many sections or bars does model L-750 C-250 1* 10082 have?

The model is listed as single-unit (1*), meaning one U-shaped section for hanging towels. The description does not specify the exact number of crossbars.

How to choose between U-shaped and other towel dryer shapes?

Choose U-shaped when you need a compact solution for narrow walls or corners and easy towel hanging. For more hanging capacity or a decorative look, consider ladder-style or designer models.

Do I need extra fixings or accessories for installation?

The description notes easy installation but does not specify included fixings. Check with the seller whether a mounting kit is supplied or if additional brackets are needed for your wall type.

Is this towel dryer suitable for commercial use in hotels or saunas?

Yes, the description lists applications including hotel rooms, laundries and utility rooms. For sauna use, confirm with the manufacturer that the finish tolerates higher humidity and temperatures.

How to maintain and clean the U-shaped towel dryer?

The description states maintenance is simple: wipe with a damp soft cloth and avoid abrasive cleaners or harsh chemicals. Follow manufacturer care instructions to preserve the finish.

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