FLORY Shower Doors 80 cm for Semicircular Cubicles

The photographs are for illustrative purposes only.
Get AI analytics on product FLORY Shower Doors 80 cm for Semicircular Cubicles:
74.30€/pc.
Ex Tax: 59.92€/pc.
MAGMA
0 reviews
In stock
Product Code: 000-0407344MASP
EAN Code: 4750667128505
Qty
One click order
Tags:

FLORY semicircular shower corner doors — 80 cm option

Shower corner (dušas stūri) designed to form an enclosed shower area. Application: fits semicircular cubicles to define the bathing space.

Key Benefits


    Space-saving solution for bathroom corners
  • Creates a defined shower area to limit splashes
  • Compatible with semicircular cubicle layouts
  • Streamlines bathroom design with a dedicated corner unit
  • Easy to compare features and price when you buy
  • Clear benefits for small and standard bathrooms

Applications

Typical areas of use for a shower corner (dušas stūri).


    Small apartment bathrooms
  • Family home bathrooms
  • Hotel and guest-room bathrooms
  • Renovation projects where a corner enclosure is needed
  • Secondary bathrooms and en-suites

What to Consider When Choosing


    Ensure compatibility with a semicircular cubicle shape
  1. Confirm the available width matches the 80 cm option
  2. Check installation space and bathroom layout
  3. Compare price and product features before purchase
  4. Verify delivery options to your location

Specifications


    Product type: Shower corner / doors (dušas stūri)
  • Width: 80 cm
  • Designed for: semicircular cubicles
  • Model name: FLORY

Why Buy from SityPro


    Easy to buy online with clear price information
  • SityPro lists product features for straightforward comparison
  • Convenient purchase process and customer support
  • Delivery available to Estonia and Finland
  • Reliable service and returns for bathroom fixtures

Description provided by sitypro.com

FLORY Shower Doors 80 cm for Semicircular Cubicles
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Душевая дверь 80см для полукруг.душ.каб., FLORY

What is FLORY Shower Doors 80 cm for Semicircular Cubicles and where does it fit?

FLORY Shower Doors 80 cm for Semicircular Cubicles is an 80 cm door designed to form an enclosed shower area for semicircular cubicles, limiting splash. It fits semicircular shower cubicle layouts and is suitable for small apartments, standard bathrooms, renovations and hotel en‑suites.

Will the FLORY 80 cm door fit my semicircular shower cubicle?

The FLORY 80 cm shower door is designed for semicircular cubicles and provides an 80 cm opening. Check that your cubicle is semicircular and that the internal aperture width matches 80 cm to ensure a correct fit.

What are the benefits of the FLORY door for semicircular shower cubicles?

The FLORY door is space‑saving due to its semicircular design, reduces water splashing and makes entry/exit easier. Its FLORY styling also streamlines the bathroom look and is suitable for renovations or replacing an existing door.

What opening mechanism does the FLORY door use and how much clearance is needed?

The FLORY door is a lightweight solution with a smooth opening mechanism suited for semicircular cubicles. During installation, ensure the 80 cm aperture and the cubicle curve provide enough clearance for the door to open freely.

Can FLORY replace an existing door in a semicircular shower cubicle?

Yes — FLORY is designed as a compatible replacement for semicircular shower cubicles with an 80 cm opening. Measure your existing aperture and cubicle curve to confirm compatibility prior to purchase.

What materials is the FLORY door made from and how to care for its surface?

The product info highlights easy maintenance and practicality, but does not specify exact materials in the database. Clean with a soft cloth and mild detergent, avoiding abrasive cleaners to preserve the FLORY door finish.

Is the FLORY door suitable for a small bathroom?

Yes, the FLORY door is positioned as a space‑saving solution with its semicircular design and 80 cm width. It provides adequate access while limiting splash, making it suitable for small bathrooms.

Can FLORY be installed during a bathroom renovation or only with a new cubicle?

FLORY can be used for both new cubicle installations and as a replacement door during renovations. Always verify that the cubicle shape and the 80 cm aperture are compatible before fitting.

Is MAGMA model MA7174011SP compatible with other semicircular cubicles?

The MA7174011SP model by MAGMA is designed for semicircular cubicles and is generally compatible with those configurations. To be certain, compare your cubicle’s aperture measurements and shape with the MA7174011SP specifications and the 80 cm width requirement.

Where to buy FLORY Shower Doors 80 cm for Semicircular Cubicles?

You can buy FLORY Shower Doors 80 cm for Semicircular Cubicles in our online store for 59.92€. Category: Shower cubicles.

What is the price of FLORY Shower Doors 80 cm for Semicircular Cubicles?

The current price of FLORY Shower Doors 80 cm for Semicircular Cubicles is 59.92€. Brand: MAGMA.

FLORY Shower Doors 80 cm for Semicircular Cubicles — specifications and description

Model: 000-0407344MASP. Category: Shower cubicles. Brand: MAGMA. Price: 59.92€.

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