Bath faucet 1062 PANTHER, chrome/matte

The photographs are for illustrative purposes only.
-67% Economy 60.14€
Get AI analytics on product Bath faucet 1062 PANTHER, chrome/matte:
89.63€ 29.49€
Ex Tax: 23.78€
Faris
0 reviews
In stock
Product Code: MA0102252SP
EAN Code: 4750667040463
Qty
One click order
Tags:

Bathtub mixer — PANTHER model 1062 in HR/MATETS finish

Mixer for bathtub water control, designed for installation in bathing areas.

Key Benefits


    Clear model identification (1062) simplifies replacement and matching
  • Designed specifically for bathtub use, ensuring proper application
  • Distinct HR/MATETS finish for a consistent visual appearance
  • Straightforward features make selection and comparison easy
  • Suitable choice when you want to buy a dedicated bath faucet

Applications

Typical application areas for bathing and tubs.


    Private home bathtubs
  • Bathroom renovation projects
  • Hotel and guest accommodation bathrooms
  • Rental apartments and housing units
  • Spa and wellness facility bathing areas

What to Consider When Choosing


    Compatibility with your bathtub fittings and existing plumbing connections
  1. Finish (HR/MATETS) to match other bathroom fixtures
  2. Price and availability when you plan to buy
  3. Installation requirements and whether professional fitting is needed
  4. Overall benefits you expect from the selected bath faucet

Specifications


    Product type: Bath faucet
  • Model: 1062
  • Brand/series: PANTHER
  • Finish designation: HR/MATETS

Why Buy from SityPro


    Clear online ordering and competitive price information at SityPro
  • Secure purchase process when you buy through the SityPro store
  • Access to product features and model details on SityPro pages
  • Delivery available to Estonia and to Finland
  • Customer support and assistance with product selection from SityPro

Description provided by sitypro.com

Bath faucet 1062 PANTHER, chrome/matte
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Смеситель для ванны 1062 PANTHER с душевым гарнитуром, HR/MATETS

What is the Bath faucet 1062 PANTHER, chrome/matte and what is it used for?

Bath faucet 1062 PANTHER, chrome/matte is the model 1062 bathtub mixer supplied with a shower set and HR/MATETS finish, designed to control water flow and temperature for baths and showers. It’s intended for residential and commercial bathing areas, offering straightforward operation and matching visual appearance.

Is the Bath faucet 1062 PANTHER compatible with all bathtub installations?

The 1062 PANTHER is designed for standard bathtub installations and common plumbing connections; verify your mounting points and connection spacing before purchasing. Non-standard hookups may require adapters or a different model.

What finish does the Bath faucet 1062 PANTHER have and how do I maintain it?

The finish is HR/MATETS (chrome/matte), offering a modern look and easy maintenance. Clean with a soft cloth and mild detergent; avoid abrasive cleaners and harsh chemicals to protect the finish.

Does the Bath faucet 1062 PANTHER include a shower set and what is included?

Product descriptions indicate the model is supplied with a shower set (as stated in product titles). Check the product page or ask the seller for exact included items such as the handset, hose and bracket.

What materials and country of origin for the Bath faucet 1062 PANTHER?

Manufacturer is Faris and country of origin is Italy, as stated in the product data. The finish is HR/MATETS and components are made for regular use and easy maintenance.

What are the main advantages of the 1062 PANTHER for a bathroom renovation?

Advantages include modern design, suitability for residential and commercial spaces, straightforward installation and maintenance, and the durable HR/MATETS finish. The clear model number (1062) simplifies replacement of an old mixer.

Is the 1062 PANTHER compatible with non-standard shower handsets or hoses?

The model is compatible with standard handsets and hoses; non-standard or specialised components may need an adapter. Check thread diameter and connection type against your existing fittings before purchase.

What warranty does the Bath faucet 1062 PANTHER have and from whom?

Product data lists a 2-year warranty and the manufacturer is Faris (Italy). For warranty scope and service details consult the manufacturer's documents or ask the seller.

How does the 1062 PANTHER differ from other Panther models?

The 1062 features a supplied shower set and HR/MATETS finish and is specifically aimed at bath and shower use. When comparing, consider included components, finish and plumbing compatibility which distinguish it from other Panther models.

What measurements should I check before buying the Bath faucet 1062 PANTHER?

Check your bathtub connection spacing and pipe types, thread size for the hose, installation point dimensions, and that the HR/MATETS finish suits your bathroom. Also confirm package contents (handset, hose, bracket) and outlet height/angle meet your needs.

Where to buy Bath faucet 1062 PANTHER, chrome/matte?

You can buy Bath faucet 1062 PANTHER, chrome/matte in our online store for 23.78€. Category: Bath and shower mixer tap.

What is the price of Bath faucet 1062 PANTHER, chrome/matte?

The current price of Bath faucet 1062 PANTHER, chrome/matte is 23.78€. Brand: Faris.

Bath faucet 1062 PANTHER, chrome/matte — specifications and description

Model: . Category: Bath and shower mixer tap. Brand: Faris. Price: 23.78€.

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