DUŠIPANEEL VENTO TIVOLI 1300X180MM MUST

The photographs are for illustrative purposes only.
Get AI analytics on product Shower panel VENTO TIVOLI 1300x180 mm Black:
216.19€/pc.
Ex Tax: 174.35€/pc.
Vento
0 reviews
In stock
Product Code: 000-456785ASP
Price in reward points: 1
Qty
One click order
Tags:
Product sizes130,00 x 18,00 x 3,00 cm
Package dimensions142,00 x 20,00 x 7,00 cm
Gross weight4,200 kg
Net weight6,400 kg

Vento Tivoli Shower Panel 1300x180 mm — Black

A contemporary shower panel designed for modern bathrooms. This Vento Tivoli shower panel combines a sleek black finish with a slim profile to provide a functional and aesthetic upgrade for shower enclosures and renovations.

Key advantages


    Stylish black color that complements modern bathroom interiors
  • Slim, space-saving profile suitable for a variety of bathroom layouts
  • Easy to clean surface for low-maintenance upkeep
  • Simple installation concept for straightforward replacement or upgrade
  • Durable appearance that maintains a premium look over time
  • Versatile design that fits both new builds and renovation projects

Application and use cases

Practical for private and commercial settings where a compact, attractive shower solution is needed. The panel is suitable for both full renovations and targeted upgrades.


    Residential bathrooms in apartments and houses
  • Shower cabins and enclosures in compact spaces
  • Hotel or guesthouse bathrooms for a modern look
  • Renovation projects to refresh an existing shower area
  • Showrooms or staged properties to showcase contemporary finishes

What to consider when choosing


    Check compatibility with existing plumbing and mounting options
  1. Ensure the panel dimensions fit the intended shower area
  2. Consider the overall bathroom style and how the black finish will integrate
  3. Verify wall strength and installation requirements for secure mounting
  4. Think about maintenance needs and ease of cleaning for daily use

Characteristics


    Product type: shower panel (DUŠIPANEEL)
  • Model: Vento Tivoli
  • Dimensions: 1300x180 mm
  • Color: black

Why buy at SityPro


    Wide selection of bathroom solutions and accessories to compare prices and features
  • Reliable delivery to Estonia and Finland for convenient shopping
  • Customer support to help with questions about buy options and product characteristics
  • Competitive price offers and clear purchasing process on SityPro
  • Secure ordering and professional service for smooth delivery and aftercare

Description provided by sitypro.com

DUŠIPANEEL VENTO TIVOLI 1300X180MM MUST
Write a review
Related Products
rempro rempro-mobile

Frequently asked questions about the Shower panel VENTO TIVOLI 1300x180 mm Black

What is the Shower panel VENTO TIVOLI 1300x180 mm Black and what is it used for?

Shower panel VENTO TIVOLI 1300x180 mm Black is a wall-mounted, slim-profile shower panel measuring 1300×180 mm, designed for modern bathrooms. It’s suitable for private homes, apartments, hotels and commercial areas (spa/fitness), offering a space-saving layout and stylish black finish.

What are the dimensions of the VENTO TIVOLI shower panel and is it suitable for a small shower?

The panel measures 1300×180 mm, providing a slim vertical profile that saves floor space compared with bulkier systems. It is suitable for narrow or small shower enclosures where a compact solution is needed.

What material and colour is the VENTO TIVOLI shower panel?

The product description highlights a black finish that provides a durable visual effect. The exact construction material isn’t specified in the database, so the key feature to expect is the black surface and its long-lasting appearance.

Is the VENTO TIVOLI shower panel suitable for hotels or spa centres?

Yes — the description lists suitability for commercial venues including hotels, apartments, spa and fitness areas. Its space-saving profile and universal black design make it straightforward to integrate into public bathroom settings.

Are special plumbing connections required to install the VENTO TIVOLI 1300×180 mm?

The description states a simple installation concept and compatibility with standard plumbing connections. Before purchase, verify that the panel dimensions and your water outlet positions match your shower area.

Is the VENTO TIVOLI shower panel easy to clean and maintain?

Yes — the description highlights an easy-to-clean surface and low-maintenance upkeep. The black finish retains a premium look when cleaned with soft, non-abrasive cleaners.

How does the VENTO TIVOLI differ from a standard mixer or shower rail?

VENTO TIVOLI is an integrated wall-mounted shower panel (1300×180 mm) that consolidates functions into a slim vertical unit. Unlike a separate mixer or rail, it saves space and creates a cohesive visual appearance for the shower area.

Is the VENTO TIVOLI panel suitable for renovating an old bathroom?

Yes — the product notes suitability for renovation projects due to its straightforward installation concept and universal design. Ensure panel dimensions and existing plumbing align with your bathroom layout before fitting.

What are the model code and SKU of the VENTO TIVOLI shower panel?

The model is A123452SP and the SKU is 000-456785ASP; use these references when checking compatibility or ordering spare parts.

Will the black finish of the VENTO TIVOLI suit light tiles and contemporary interiors?

Yes — the stylish black finish is intended to complement modern bathrooms and provides a strong contrast with light tiles. It works well with minimalist and industrial-style décors.

Can I replace my existing shower panel with the VENTO TIVOLI without major demolition?

The product indicates a simplified installation and replacement process, so swapping should be possible without major demolition if dimensions and connection points match. Verify plumbing locations and consult a plumber if needed.

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