CAR PUTTY POLYESTER. SOFT 0.25k

The photographs are for illustrative purposes only.
Get AI analytics on product Polyester car putty, soft, 0.25 kg:
5.62€ / pc.
Ex Tax: 4.53€ / pc.
22.47€ / m²
1 pc. = 0.25m²
Chamaleon
0 reviews
In stock
Product Code: 000-363689ASP
Qty
Tags:
Package dimensions7,50 x 7,50 x 6,20 cm
Net weight0,260 kg

Soft polyester filler for automotive repairs — 0.25k

A polyester car putty in soft consistency for automotive body repair and surface filling, supplied in a 0.25k format.

Key Benefits


    Easy application due to soft consistency
  • Smooth finish suitable for subsequent sanding and painting
  • Effective for localized car body repairs
  • Versatile use on common automotive surfaces
  • Compact 0.25k size ideal for spot repairs

Applications

Used in automotive bodywork for filling and shaping damaged areas.


    Dent and scratch filling on car panels
  • Smoothing seams and joints before painting
  • Small bumper and trim repairs
  • Restoration touch-ups on vehicles

What to Consider When Choosing


    Consistency needed — soft putty suits easy shaping
  1. Compatibility with the vehicle surface and paint system
  2. Quantity required — this product is 0.25k
  3. Surface preparation and proper application technique
  4. Personal safety and ventilation during use

Specifications


    Product type: car putty
  • Material: polyester
  • Consistency: soft
  • Size/weight: 0.25k

Why Buy from SityPro


    Buy online quickly with clear information on price and features
  • Wide product range and expert advice from SityPro
  • Convenient delivery options to Estonia and Finland
  • Reliable customer service and secure payment
  • Competitive price and fast order processing

Description provided by sitypro.com

CAR PUTTY POLYESTER. SOFT 0.25k
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Polyester car putty, soft, 0.25 kg

What is CAR PUTTY POLYESTER. SOFT 0.25k and what is it used for?

CAR PUTTY POLYESTER. SOFT 0.25k is a soft-consistency polyester car putty designed to level small dents and surface defects before priming and painting. It fills cracks, chips and irregularities on metal and is typically applied over bare or primed panels.

On which surfaces can CAR PUTTY POLYESTER. SOFT 0.25k be used?

The putty can be used on bare metal and primed car body panels. It is not recommended for direct application to plastics without an adhesion primer or to heavily rusted, non-metal surfaces.

What is the consistency of this putty and how does it differ from hard putty?

CAR PUTTY POLYESTER. SOFT 0.25k has a soft, pliable consistency that makes shaping and smoothing small defects easier. Compared to hard putty, the soft version is better for fine finishing and is less prone to shrinkage.

How to mix polyester putty with hardener for model A030356SP?

Mix the polyester putty A030356SP with a plastic hardener in the manufacturer's recommended ratio (typically a small amount of hardener added to the putty). Stir to a uniform colour and work quickly, as curing begins immediately.

How long does the putty dry and can it be sanded?

Cure time depends on hardener amount and temperature; the mix sets in minutes and fully cures within hours. Once fully cured, CAR PUTTY POLYESTER. SOFT 0.25k can be sanded with abrasives to prepare for priming.

Is this putty suitable for repairing deep dents or only small defects?

CAR PUTTY POLYESTER. SOFT 0.25k is better suited for small to medium defects; for very deep dents use metal backing or apply in multiple reinforced layers. For major restorations consider firmer fillers and structural repair methods.

Which tools are best for applying and sanding this putty?

Use a 40–150 mm metal or plastic spatula depending on the repair area. Sand with abrasive papers from 80–240 grit for rough and finishing passes; use finer grits for final smoothing.

Is putty model A030356SP compatible with car primers and paints?

Polyester putty A030356SP is compatible with standard automotive primers and paint systems after full curing and proper surface preparation. Ensure the surface is clean and sufficiently keyed to guarantee adhesion before priming.

What is the packaging and volume of this product (A030356SP, 000-363689ASP)?

Model A030356SP with SKU 000-363689ASP is labeled CAR PUTTY POLYESTER. SOFT 0.25k, indicating a 0.25 kg package. The manufacturer is Chamaleon.

How does Chamaleon CAR PUTTY POLYESTER. SOFT 0.25k differ from other polyester putties?

Chamaleon CAR PUTTY POLYESTER. SOFT 0.25k is notable for its soft consistency and 0.25 kg packaging, making it convenient for finishing small defects. The softer formula is preferred for fine finishing versus firmer polyester fillers.

Is a special primer needed before applying the putty to the body?

For bare metal, use an anti-corrosion primer or adhesion promoter to ensure durability and adhesion. On primed panels, make sure the surface is clean and free of oils and rust before applying the putty.

Where to buy Polyester car putty, soft, 0.25 kg?

You can buy Polyester car putty, soft, 0.25 kg in our online store for 4.53€. Category: Auto chemicals.

What is the price of Polyester car putty, soft, 0.25 kg?

The current price of Polyester car putty, soft, 0.25 kg is 4.53€. Brand: Chamaleon.

Polyester car putty, soft, 0.25 kg — specifications and description

Model: 000-363689ASP. Category: Auto chemicals. Brand: Chamaleon. Price: 4.53€.

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