Kitchen sink faucet 380280576, BOZZ

The photographs are for illustrative purposes only.
-47% Economy 133.20€
Get AI analytics on product Kitchen sink faucet 380280576, BOZZ:
281.22€/box 148.02€/box
Ex Tax: 119.37€/box
KLUDI
0 reviews
In stock
Product Code: 000-3135484MASP
EAN Code: 4750667144352

Specification

  • Valsts: Germany
  • Series: MAGMA ABAVA
  • Type: Kitchen faucet
  • Model number: 380280576
Qty
One click order
Tags:

BOZZ kitchen mixer, model 380280576 from the MAGMA ABAVA line

Kitchen sink faucet (mixer) for standard kitchen use, listed as part of the MAGMA ABAVA смесители collection.

Key Benefits


    Reliable mixing of hot and cold water for kitchen use
  • Designed specifically as a kitchen sink faucet
  • Identified by brand and model for easy service: BOZZ 380280576
  • Part of the MAGMA ABAVA series for consistent styling
  • Clear product features and price information when you buy via SityPro
  • Suitable replacement option within the смесители category

Applications

Typical application areas where this kitchen mixer is used.


    Residential kitchen sinks
  • Apartment and flat kitchens
  • Kitchen renovations and upgrades
  • Replacement of existing kitchen faucets
  • Showroom or display installations

What to Consider When Choosing


    Confirm compatibility with your sink and installation type
  1. Verify brand and model: BOZZ, 380280576
  2. Compare features and price on SityPro before you buy
  3. Choose a mixer from the MAGMA ABAVA line to match existing fittings
  4. Consider the intended application — residential or light commercial

Specifications


    Product type: kitchen sink faucet (mixer)
  • Brand: BOZZ
  • Model number: 380280576
  • Series/name from source: MAGMA ABAVA
  • Category term from source: смесители (faucets)

Why Buy from SityPro


    Easy online buy process on SityPro with clear product pages
  • Transparent price and visible features for informed choice
  • Delivery available to Estonia and Finland
  • Customer support and assistance for model selection
  • Secure ordering and convenient shopping experience

Description provided by sitypro.com

Valsts
Germany
Keraamilised plaadid
Series
MAGMA ABAVA
Plane materials
Type
Kitchen faucet
Taps
Model number
380280576
Общее
Application
Kitchen sinks in residential and commercial premises
Brand
BOZZ
Specifications and equipment of the goods,
can be changed by the manufacturer without notice.
Kitchen sink faucet 380280576, BOZZ
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Кухонный смеситель 380280576, BOZZ

What is Kitchen sink faucet 380280576, BOZZ and what is it used for?

Kitchen sink faucet 380280576, BOZZ is a BOZZ mixer from the MAGMA ABAVA line designed to control hot and cold water at a kitchen sink. It’s intended for residential kitchens, apartment installations, renovations and replacements, offering single-lever control for flow and temperature.

Which kitchen sinks is Kitchen sink faucet 380280576, BOZZ compatible with?

The BOZZ 380280576 is designed for most standard single-hole kitchen sinks. Check that your sink has one appropriately sized hole and enough clearance around it for the lever to operate.

What materials and finish does Kitchen sink faucet 380280576, BOZZ have?

The product info lists the BOZZ MAGMA ABAVA series and Germany as the country of origin, but does not specify body materials or finish. For exact material and coating details, check the technical data sheet or ask the seller.

What are the dimensions and mounting specs for model 380280576 (height, spout reach, hole diameter)?

The provided product data does not include exact dimensions such as height, spout reach or mounting hole diameter. Request the technical datasheet for model MA0802151SP from the seller to confirm fit for your sink.

Is the BOZZ 380280576 faucet suitable for systems with an instant/inline water heater?

The description states the mixer handles hot and cold water for standard kitchen use, so it can work with an instant water heater if system pressure and temperatures meet the manufacturer's specs. Confirm compatibility by requesting the faucet’s required pressure and temperature ranges.

What cartridge model is fitted and can it be replaced/repaired?

The available data does not list a specific cartridge model; the product is identified as MA0802151SP by KLUDI/BOZZ. Ask the seller for service documentation or spare parts information to confirm cartridge type and serviceability.

How does model 380280576 differ from other MAGMA ABAVA series faucets?

The listing notes 380280576 as part of the MAGMA ABAVA series with single-lever kitchen functionality and consistent styling. For detailed differences like spout shape, dimensions or finish, compare technical specs across the MAGMA ABAVA models.

What tools and steps are needed to install BOZZ 380280576 faucet?

No installation manual is included in the data, but typical single-lever kitchen faucet installation involves fitting flexible hoses, securing the faucet in the single mounting hole, sealing the interface and connecting hot and cold supply lines. Request the manufacturer’s installation manual or hire a qualified plumber to ensure correct fitting.

Can the BOZZ 380280576 faucet be used in a professional/commercial kitchen?

The listing targets residential kitchens, apartments and display installations. For heavy-duty commercial kitchen use, check the manufacturer’s durability specs and recommendations, as domestic faucets may not be rated for constant high-intensity operation.

How to maintain the BOZZ 380280576 faucet to extend its life?

Wipe the faucet regularly with a soft cloth and warm water, avoiding abrasive cleaners or harsh chemicals. Periodically inspect flexible hoses and seals for leaks and replace the cartridge and seals as recommended in the service instructions.

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