Heated towel rail L-520 C-780 (electric) 4V, PULETS3/4

The photographs are for illustrative purposes only.
Get AI analytics on product Heated towel rail L-520 C-780 (electric) 4V, PULETS3/4:
235.38€/pc.
Ex Tax: 189.83€/pc.
VANDENS LINIJA UAB
0 reviews
In stock
Product Code: 000-5493330MASP
EAN Code: 4750667077865

Specification

  • Configuration: 4V
  • Installation location: bathrooms, laundries, saunas, utility rooms
  • Model / series: L-520 C-780
  • Power supply: electric
  • Application: for drying and warming towels in bathrooms and utility rooms
  • Manufacturer: VANDENS LINIJA UAB
Qty
One click order

Electric towel warmer PULETS3/4 with L-520 and C-780 dimensions, 4V

An electric towel dryer intended for warming and drying towels; model PULETS3/4, dimensions L-520 C-780, 4V.

Key Benefits


    Electric operation — powered electrically for independent use
  • Designed for drying and warming towels
  • Compact L-520 C-780 dimensions suitable for limited spaces
  • 4V configuration provides multiple hanging rails
  • Clear model designation PULETS3/4 for ordering and reference

Applications

Suitable for domestic and light commercial bathroom heating and towel drying applications.


    Family bathroom
  • Guest WC or ensuite
  • Sauna or spa changing area
  • Laundry or utility room
  • Small apartments and studios

What to Consider When Choosing


    Confirm electric option fits your electrical installation
  1. Measure the installation site to accommodate L-520 C-780 dimensions
  2. Assess drying needs relative to the 4V rail configuration
  3. Verify the exact model code PULETS3/4 before ordering
  4. Compare price and buy options at SityPro

Specifications


    Product type: towel dryer
  • Model: PULETS3/4
  • Power type: electric
  • Dimensions: L-520 C-780
  • Configuration: 4V

Why Buy from SityPro


    Easy online buy process with clear product features listed
  • Competitive price information and transparent offers
  • Reliable customer support for product selection and ordering
  • Delivery available to Estonia and Finland
  • Convenient servicing and order tracking through SityPro

Description provided by sitypro.com

Taps
Configuration
4V
Installation location
bathrooms, laundries, saunas, utility rooms
Model / series
L-520 C-780
Power supply
electric
Общее
Application
for drying and warming towels in bathrooms and utility rooms
Manufacturer
VANDENS LINIJA UAB
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Heated towel rail L-520 C-780 (electric) 4V, PULETS3/4
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Полотенцесушитель L-520 C-780 (элект)4V, PULETS3/4

What is the Heated towel rail L-520 C-780 (electric) 4V, PULETS3/4?

Heated towel rail L-520 C-780 (electric) 4V, PULETS3/4 is an electric towel warmer by VANDENS LINIJA UAB, model L‑520 C‑780 with a 4V configuration, designed for drying and warming towels in bathrooms, laundries and saunas and suited to compact installation spaces.

Where can I install the L-520 C-780 (electric) 4V?

This heated towel rail is suitable for bathrooms, laundries, saunas and utility rooms; electric power supply allows use where central heating is not available.

What does the 4V configuration mean for this towel rail?

4V indicates a four-rail/four-bar configuration, providing increased hanging and drying surface so you can dry several towels at once.

Is this towel rail electric and what are the electrical requirements?

Yes — the model is electric; ensure the installation location has an appropriate electrical connection and comply with local wiring regulations, and hire a qualified electrician if required.

Is the L-520 C-780 suitable for a small bathroom or guest WC?

Yes — its compact L‑520 C‑780 dimensions are suitable for limited spaces, making it a good fit for family bathrooms, guest WCs or small apartments.

Can this towel rail be used in a sauna or spa area?

Yes — the product is suitable for saunas and spa areas, but confirm that the electrical connection and materials meet the safety and moisture-resistance requirements for such environments.

What else can I use this towel rail for besides towels?

Besides drying and warming towels, it can dry small laundry items, provide light additional heating in the bathroom, and help reduce moisture and odours in the room.

Why choose the L-520 C-780 over other towel rail models?

Choose L‑520 C‑780 if you want an electric, compact 4V towel rail for small spaces; compare power type, dimensions and number of rails against other models to ensure it meets your drying needs.

What materials is the L-520 C-780 made of and how to maintain it?

The description does not list specific materials; electric towel warmers are typically corrosion-resistant — wipe with a soft damp cloth, avoid abrasive cleaners and follow the manufacturer's care instructions.

How do I measure the installation space for L-520 C-780?

Use the L‑520 C‑780 dimensions when measuring wall space for height and width, allow clearance for the electrical connection and ensure comfortable access for hanging towels.

Is this towel rail compatible with central heating systems?

The product is electric and intended for independent electric operation; connecting to a central heating system would require a hydraulic model rather than this electric one.

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