VANNITOAMÖÖBEL ALTERNA FLOOR KYL60-3 61CM VALGE

The photographs are for illustrative purposes only.
Get AI analytics on product Bathroom furniture ALTERNA FLOOR KYL60-3 61 cm white:
250.95€/pc.
Ex Tax: 202.38€/pc.
Alterna
0 reviews
In stock
Product Code: 000-471571ASP
Fuel surcharge — 2.5%
The surcharge covers part of SityPro’s transport and logistics costs. Delivery to parcel lockers is charged without any additional markup — according to the carrier’s rate.
Qty
One click order
Tags:
Product sizes61,00 x 46,00 x 82,00 cm
Package dimensions62,00 x 47,00 x 83,00 cm
Gross weight33,555 kg
Net weight35,857 kg

Alterna Floor KYL60-3 61 cm White Bathroom Furniture

This is a floor-standing bathroom furniture unit designed to provide practical storage and a tidy appearance in bathroom spaces. The white finish and compact 61 cm width make it suitable for many modern bathrooms where both style and functionality are required.

Key advantages


    Floor-standing design for stable installation without wall fixing
  • Compact 61 cm width fits narrower bathroom layouts
  • White finish offers a clean, versatile look that matches many interiors
  • Provides organized storage for toiletries and bathroom essentials
  • Simple style that complements contemporary bathroom features
  • Easy to integrate with other bathroom furniture and fixtures

Application and use cases

This piece is ideal for organizing bathroom items and improving room appearance. Typical applications include:


    Under-sink or beside-sink storage in family bathrooms
  • Storage solution for guest bathrooms or powder rooms
  • Organizing toiletries, towels, and cleaning supplies
  • Suitable for apartment bathrooms and smaller spaces where efficient application of storage is needed
  • Complementing a coordinated set of bathroom furniture for a unified look

What to consider when choosing


    Confirm the unit's width and overall dimensions fit your available space and existing fixtures
  1. Ensure the white finish matches your bathroom color scheme and other furniture
  2. Assess your storage needs—shelves, drawers or compartments required for daily use
  3. Consider installation location and whether floor-standing or wall-mounted units work better for you
  4. Check maintenance needs and the ease of cleaning the finish
  5. Compare price and features to similar models before you buy

Characteristics


    Product type: bathroom furniture (floor model)
  • Model: Alterna Floor KYL60-3
  • Width: 61 cm
  • Color: white

Why buy at SityPro


    Easy to buy online with clear product characteristics and features listed
  • Competitive price options and frequent promotions for bathroom furniture
  • Reliable delivery to Estonia and Finland with local shipping options
  • Wide selection of bathroom furniture models to match different needs
  • Customer support to help with product selection and questions before you buy

Description provided by sitypro.com

VANNITOAMÖÖBEL ALTERNA FLOOR KYL60-3 61CM VALGE
Write a review

Also purchase from categories

Related Products
rempro rempro-mobile

Frequently asked questions about the VANNITOAMÖÖBEL ALTERNA FLOOR KYL60-3 61CM VALGE

What is Bathroom furniture ALTERNA FLOOR KYL60-3 61 cm white?

Bathroom furniture ALTERNA FLOOR KYL60-3 61 cm white is a floor-standing bathroom unit with an integrated washbasin, compact 61 cm width and white finish for practical storage and tidy appearance. Dimensions 61×46×82 cm, packed weight 35.857 kg; suitable for small to medium bathrooms.

Is this unit suitable for a small bathroom?

Yes — the ALTERNA FLOOR KYL60-3 at 61 cm width is designed for compact layouts. Its 61×46×82 cm dimensions fit narrower bathroom spaces and guest toilets.

What materials is ALTERNA FLOOR KYL60-3 made from?

The description notes a white finish with a smooth surface for easy maintenance, but specific materials (e.g. MDF, laminate, ceramic basin) are not listed in the provided data. Check with the retailer for exact material specifications.

Do I need to wall-fix this unit or is it floor-standing?

The ALTERNA FLOOR KYL60-3 is a floor-standing model designed for stable installation without required wall-fixing. You can add wall fixings if you want extra stability.

What are the product and package dimensions?

Product dimensions: 61.00 × 46.00 × 82.00 cm. Package dimensions: 62.00 × 47.00 × 83.00 cm, with a packed weight of 35.857 kg.

Is the basin compatible with a single-lever mixer tap?

The listing does not specify the number of pre-drilled tap holes in the basin; similar sets are commonly compatible with single-lever mixer taps. Confirm the basin drilling with the retailer before purchase.

How much storage does ALTERNA FLOOR KYL60-3 provide?

The description highlights practical storage for towels and accessories but does not list the exact number of shelves or drawers. Expect at least one storage compartment beneath the basin and likely internal shelving behind doors.

Is this suitable for commercial use (hotel, rental)?

Yes — the description specifies usage in commercial interiors, including hotel en-suites and rental properties. Its compact size and neutral white finish suit such applications.

What are the advantages of the floor-standing ALTERNA FLOOR KYL60-3 vs a wall-mounted cabinet?

The floor-standing unit installs stably without wall-fixing and typically supports heavier loads. It’s easier to install (no drilling required) and often offers more internal storage for the same footprint.

How do I care for the white finish to avoid stains and yellowing?

Clean the white finish with a soft cloth and warm soapy water; avoid abrasive cleaners and strong solvents that can damage the surface. Wipe regularly around the basin and handles to prevent dirt buildup.

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