TAHMATOPP ÜMAR 10cm VASK

The photographs are for illustrative purposes only.
Get AI analytics on product Round 10 cm Copper Soot Stopper:
10.35€/pc.
Ex Tax: 8.35€/pc.
No brand
0 reviews
In stock
Product Code: 000-335289ASP
Qty
Tags:
Product sizes8,00 cm
Package dimensions10,00 x 10,00 x 8,00 cm
Net weight0,260 kg

Tahmatopp Round 10 cm Copper

A compact round 10 cm copper tahmatopp — a small metal top or cap-style component intended for decorative and functional use. This item combines the natural look of copper with a simple round form, suitable for a range of finishing and fitting applications.

Key advantages


    Durable metal construction for long-lasting use
  • Warm, attractive copper finish that develops a natural patina over time
  • Good corrosion resistance compared with many base metals
  • Versatile round shape that fits many standard openings and design schemes
  • Low maintenance — easy to clean and keep looking good
  • Suitable for both decorative and practical applications

Application and use cases

Practical and decorative uses where a small round copper cap or top is required. Consider the typical application before purchase.


    Decorative trim or finishing cap on furniture and cabinetry
  • Cover or end cap for small pipes, tubes, or fittings
  • Detailing on lighting fixtures or architectural hardware
  • Craft and DIY projects that require a small metal element
  • Replacement part for matching copper components in restorations

What to consider when choosing


    Compatibility with the intended opening or fixture — confirm the round 10 cm size fits your need
  1. Whether a raw copper finish or a treated/coated surface is preferable for your environment
  2. Indoor vs. outdoor use and how natural patina will affect appearance over time
  3. Installation method and whether additional fasteners or adhesives are required
  4. Budget and price considerations versus alternative materials or finishes

Characteristics


    Product name: Tahmatopp
  • Shape: Round
  • Size: 10 cm
  • Material: Copper

Why buy at SityPro


    Wide selection of hardware and finishing elements to compare characteristics and features
  • Competitive price offers and clear product information to help you buy with confidence
  • Fast delivery options to Estonia and Finland
  • Secure online ordering and reliable customer support from SityPro
  • Easy returns and after-sales assistance for peace of mind

Description provided by sitypro.com

TAHMATOPP ÜMAR 10cm VASK
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Round 10 cm Copper Soot Stopper

What is the Round 10 cm Copper Soot Stopper and what is it used for?

Round 10 cm Copper Soot Stopper (Tahmatopp Round 10 cm Copper) is a compact 10 cm round copper cup/top intended for decorative and practical uses such as holding small items, serving as a tea-candle base or a finishing cap. Made of copper for durability, an attractive finish and easy maintenance.

Is the Round 10 cm Copper Soot Stopper suitable for storing spices and food?

Yes, the 10 cm copper tahmatopp is suitable for holding dry spices and loose food items due to its compact 10 cm diameter and easy-to-clean surface. For storing moist or long-term food you should use an airtight container instead.

Can I use the Round 10 cm Copper Soot Stopper as a tea-light holder?

Yes, the 10 cm copper tahmatopp can serve as a tea-light holder; its round 10 cm form provides stable support for standard tea-lights. Avoid excessive heating and never leave a burning candle unattended.

Is the Round 10 cm Copper Soot Stopper suitable for chimney or stove cleaning use?

The TAHMATOPP Round 10 cm Copper is described for collecting soot and small combustion residues and is suitable for use around stoves or fireplaces. Use it as a temporary collection container, not as a heat-resistant structural component.

What advantages does copper offer in this product compared with other metals?

Copper provides durable construction, a warm attractive appearance that develops a natural patina over time, and better corrosion resistance than many base metals. It is also easy to clean and serves as an aesthetic decorative element.

What are the product model and dimensions?

The product model is A002956SP with SKU 000-335289ASP and the item has a 10 cm diameter. Use these details to confirm fit and compatibility for your intended application.

How do I care for the copper cup to maintain its appearance?

Wipe the copper tahmatopp with a soft cloth and periodically polish with copper cleaner to remove tarnish and preserve the patina. Avoid abrasive cleaners that can damage the finish.

Is the product suitable for retro or rustic interior decoration?

Yes, the copper TAHMATOPP works as a decorative accent in classic and rustic interiors. Its warm metallic tone and round compact shape fit well on shelves and tabletops.

How does this copper stopper differ from similar products in stainless steel or aluminium?

Copper offers a warmer aesthetic, develops a natural patina over time and can have better corrosion resistance in some conditions. Stainless steel is often more scratch-resistant and aluminium is lighter in weight.

What tasks is model A002956SP best suited for?

Model A002956SP (Round 10 cm copper) is best for compact tasks: holding small items, decorative arrangements, tea-light base and temporary soot collection during cleaning. Choose it when copper appearance and a 10 cm diameter are important.

Where to buy Round 10 cm Copper Soot Stopper?

You can buy Round 10 cm Copper Soot Stopper in our online store for 8.35€. Category: Castings.

What is the price of Round 10 cm Copper Soot Stopper?

The current price of Round 10 cm Copper Soot Stopper is 8.35€. Brand: Tootja puudub.

Round 10 cm Copper Soot Stopper — specifications and description

Model: 000-335289ASP. Category: Castings. Brand: Tootja puudub. Price: 8.35€.

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