Shop Now
Your Cart

Shopping Cart

Your shopping cart is empty!

Request a Quote for Your Cart

This ComPacT NSX100H is a complete 3P 3d fixed circuit breaker designed to optimize space and breaking capacity. It is an optimal choice for all stand..
20,820.49 EGP
It is a Compact NSXm molded case circuit breaker, 125A, 25kA at 415VAC, for all LV standard applications. It offers new features like Everlink technol..
16,282.48 EGP
TeSys DF modular fuse carrier, 1 pole (Neutral pole), for protection of control circuits up to 32A/690V. Neutral pole for 10x38mm and 8.5x31.5mm fuse ..
665.45 EGP
VarPlus Can capacitor are a reliable and flexible solution for power factor correction in stringent operating conditions. These capacitors are particu..
6,821.72 EGP
This ComPacT NSX160N is a complete 3P 3d fixed circuit breaker designed to optimize space and breaking capacity. It is an optimal choice for all stand..
15,399.25 EGP
TeSys Deca contactor, 3 poles (3NO), for motor control applications up to 80A/690V AC-3/AC-3e (37kW@400V). It provides a 24V 50/60Hz AC coil, 1NO+1NC ..
9,653.82 EGP
It is a Compact NSXm molded case circuit breaker, 32A, 25kA at 415VAC, for all LV standard applications. It offers new features like Everlink technolo..
12,254.35 EGP
TeSys LRD thermal overload relay, 32A/690V, thermal setting range 23-32A, tripping class 10A, for protection of 3-phase motors 15kW@400V. Differential..
3,948.04 EGP
This Harmony RM17-TG relay allows monitoring of power supply circuits in 3-phase networks. This modular multi function 3-phase supply control relay is..
2,686.98 EGP
TeSys LRD thermal overload relay, 25A/690V, thermal setting range 17-25A, tripping class 20, for protection of 3-phase motors 9-11kW@400V. Differentia..
5,780.68 EGP
document.addEventListener('DOMContentLoaded', function () { // Only show the button when the RFQ form exists on the product page const quotationForm = document.querySelector('#rfq-form-product'); if (!quotationForm) { return; } // Prevent duplicate buttons if (document.querySelector('#request-quotation-scroll')) { return; } // Create button const quoteButton = document.createElement('button'); quoteButton.id = 'request-quotation-scroll'; quoteButton.type = 'button'; quoteButton.className = 'btn request-quotation-scroll'; quoteButton.innerHTML = ' REQUEST QUOTATION'; // Smooth scroll quoteButton.addEventListener('click', function (e) { e.preventDefault(); const form = document.querySelector('#rfq-form-product'); if (!form) { return; } // Offset for sticky header const headerOffset = 120; const position = form.getBoundingClientRect().top + window.pageYOffset - headerOffset; window.scrollTo({ top: position, behavior: 'smooth' }); }); /* * Try to place it next to the QUESTION button */ const buttons = document.querySelectorAll( 'button, a.btn, .btn' ); let questionButton = null; buttons.forEach(function (button) { const text = button.textContent .trim() .toUpperCase(); if (text.includes('QUESTION')) { questionButton = button; } }); if (questionButton) { questionButton.insertAdjacentElement( 'afterend', quoteButton ); return; } /* * Fallback: * put it next to Add To Cart */ const cartButton = document.querySelector('#button-cart'); if (cartButton) { cartButton.insertAdjacentElement( 'afterend', quoteButton ); } });