Skip to content

IBFM Door Stopper

SKU
Original price 2.500 KD - Original price 2.500 KD
Original price
2.500 KD
2.500 KD - 2.500 KD
Current price 2.500 KD
Choose a Color

The IBFM Door Stopper, expertly crafted in Italy, offers a combination of durability, precision, and functionality. Designed to meet the highest quality standards, this door stopper is a reliable solution for securing doors in residential, commercial, or industrial spaces.


Key Features:

Superior Quality: Manufactured by IBFM, a leading Italian brand renowned for its precision engineering and craftsmanship.

Robust and Durable: Constructed from high-quality materials to ensure long-lasting performance and resistance to wear and tear.

Sleek and Functional Design: A minimalist yet effective design that blends seamlessly with any interior or exterior setting.

Easy Installation: Designed for straightforward installation, offering reliable door stability with minimal effort.

Versatile Application: Suitable for use in homes, offices, and commercial environments.


Specifications:

Product: Door Stopper

Brand: IBFM

Origin: Made in Italy

Material: High-quality durable construction

Installation: Compatible with floor-mounted or wall-mounted setups


The IBFM Door Stopper reflects the hallmark of Italian engineering, ensuring a dependable and elegant solution for everyday use. Designed to deliver both performance and aesthetics, it is the perfect choice for spaces requiring quality and reliability.

Compare products

{"one"=>"Select 2 or 3 items to compare", "other"=>"{{ count }} of 3 items selected"}

Select first item to compare

Select second item to compare

Select third item to compare

Compare
.product-single__description .more-text{ display: none; } 3. Asset->theme.js-> paste code in bottom of file $(document).ready(function(){ var maxLength = 300; $(".product-single__description").each(function(){ var myStr = $(this).text(); if($.trim(myStr).length > maxLength){ var newStr = myStr.substring(0, maxLength); var removedStr = myStr.substring(maxLength, $.trim(myStr).length); $(this).empty().html(newStr); $(this).append(' read more...'); $(this).append('' + removedStr + ''); } }); $(".read-more").click(function(){ $(this).siblings(".more-text").contents().unwrap(); $(this).remove(); }); });