HATCH INSPECTION METALL 60X60

The photographs are for illustrative purposes only.
Get AI analytics on product Metal inspection hatch 60x60:
34.92€/pc.
Ex Tax: 28.16€/pc.
Europlast
0 reviews
In stock
Product Code: 000-336535ASP
Qty
One click order
Tags:
Package dimensions63,50 x 63,50 x 2,50 cm
Net weight2,800 kg

60x60 Metal Inspection Access Panel

Metal inspection hatch designed to provide secure access to concealed installations and service areas; ideal for maintenance and checks in walls or ceilings.

Key Benefits


    Durable metal construction for long service life; features corrosion resistance typical for metal hatches
  • Compact standard size 60x60 cm fits common access openings
  • Lightweight at 2.80 kg, simplifying handling and installation
  • Slim packaging eases transport and storage with small package footprint
  • Provides quick access for maintenance, reducing service time and disruption

Applications

Used where controlled access to hidden systems is required; suitable for residential and commercial settings.


    Access to plumbing junctions and valves
  • Electrical wiring and junction boxes
  • HVAC inspection and minor servicing
  • Concealed utility and service cavities

What to Consider When Choosing


    Match the hatch size to the opening — this model is 60x60 cm
  1. Confirm metal construction meets your durability and environment needs
  2. Account for weight during installation — total weight is 2.80 kg
  3. Check package dimensions for delivery and storage: 63.50 x 63.50 x 2.50 cm
  4. Verify that the application (wall or ceiling) is suitable for the hatch design

Specifications


    Product type: inspection hatch / access panel
  • Material: metal
  • Size: 60x60 cm
  • Total weight: 2.80 kg
  • Package measurements: 63.50 x 63.50 x 2.50 cm

Why Buy from SityPro


    Clear information on product features and benefits to help decide before you buy
  • Competitive price offers and transparent purchasing process
  • Fast and reliable delivery across Estonia and to Finland
  • Customer support for product selection and after-sales service
  • Convenient online ordering with secure payment and straightforward returns

Description provided by sitypro.com

HATCH INSPECTION METALL 60X60
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Metal inspection hatch 60x60

What is HATCH INSPECTION METALL 60X60?

HATCH INSPECTION METALL 60X60 is a metal inspection hatch for internal drainage with a 60×60 cm installation opening. Total weight 2.80 kg, package dimensions 63.5×63.5×2.5 cm, model A003202SP by Europlast.

What are the dimensions and weight of the METALL 60X60 hatch?

The package dimensions are 63.5×63.5×2.5 cm and the total weight is 2.80 kg. Model number A003202SP is provided for shipping and storage considerations.

Where is the METALL 60X60 inspection hatch suitable for installation?

HATCH INSPECTION METALL 60X60 is designed for internal drainage systems and fits 60×60 cm installation openings in walls and ceilings of utility areas requiring concealed access to services.

What material is the METALL 60X60 hatch made of and is it suitable for wet rooms?

The product name METALL indicates a metal construction by Europlast, offering mechanical strength. For wet rooms, check anti-corrosion treatment with the seller; metal hatches are generally suitable for internal bathrooms and utility areas when treated appropriately.

What is the model and SKU of this hatch and why are they important?

Model A003202SP and SKU 000-336535ASP identify the exact product. They ensure correct fit for the installation opening and simplify communication with the seller or when checking specifications.

What load can the METALL 60X60 hatch bear?

Load capacity is not stated in the product description. Request the technical datasheet or load specifications from the seller before installing in pedestrian or load-bearing locations.

Is the METALL 60X60 hatch suitable for installation in a wall of a given thickness (e.g., drywall)?

The description does not state wall thickness; the installation opening must be 60×60 cm. Ask the seller for fixing kits and frame dimensions for safe installation in drywall or other wall types.

How does the hatch close — push-to-open or with hinges?

Search terms reference a hidden push-to-open type; product details don’t explicitly state the locking mechanism. Confirm with the seller — model A003202SP commonly features a concealed push mechanism.

Is the METALL 60X60 hatch compatible with internal drainage and other services?

Yes — it is listed under ‘Internal drainage’ and intended to provide access to pipes and services within walls or ceilings. Confirm the 60×60 cm opening matches the location of your plumbing and fittings.

Who is the manufacturer of the hatch and what additional details are provided?

Manufacturer: Europlast. Product details include model A003202SP, SKU 000-336535ASP, total weight 2.80 kg and package dimensions 63.5×63.5×2.5 cm.

Where to buy Metal inspection hatch 60x60?

You can buy Metal inspection hatch 60x60 in our online store for 28.16€. Category: Access Panels.

What is the price of Metal inspection hatch 60x60?

The current price of Metal inspection hatch 60x60 is 28.16€. Brand: Europlast.

Metal inspection hatch 60x60 — specifications and description

Model: 000-336535ASP. Category: Access Panels. Brand: Europlast. Price: 28.16€.

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