Skip to content

Double Cabinet Door Magnetic Push Open (Pair)

SKU 4240
Save 40% Save 40%
Original price 0.250 KD
Original price 0.250 KD - Original price 0.250 KD
Original price 0.250 KD
Current price 0.150 KD
0.150 KD - 0.150 KD
Current price 0.150 KD

Upgrade your cabinets and furniture with our Magnetic Push Open System – designed for effortless, handle-free access. With a simple push, your doors or drawers smoothly pop open, making it the perfect solution for modern kitchens, closets, and storage spaces.

Features:

  • Easy Push-to-Open Mechanism: Open doors and drawers with a gentle push – no handles or knobs required.

  • Magnetic Release: Strong internal magnets ensure reliable operation and a secure close every time.

  • Retracted & Extended Modes: Adjustable design allows for both retracted and extended positions to fit your needs.

  • Durable Construction: Made from high-quality materials for long-lasting performance.

  • Sleek & Minimalist: White finish blends seamlessly with any décor for a clean, modern look.

Specifications:

  • Color: White only

  • Packaging: Sold in pairs (2 pieces per pack)

  • Material: Sturdy plastic and metal mechanism

Why Choose Our Magnetic Push Open System?

  • Effortless opening for cabinets, wardrobes, and drawers

  • Ideal for modern, minimalist, or handle-free designs

  • Quick and simple installation

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(); }); });