Back
Clamping piece, wall connection clamping profile

Clamping piece, wall connection clamping profile

The slim wall connection profile is the perfect solution for all room dividers or all-glass installations where transparency is of great importance.

BO5214291
£ 5.00 (Ex. VAT)
Glass thickness

Recommended Products

Collapse
Price VAT Mode
Disable to view prices excluding VAT.


Dark Mode NEW
Adjust the appearance to reduce glare and give your eyes a break.
document.addEventListener('DOMContentLoaded', function () { const app = document.getElementById("app"); const submainbadges = document.querySelectorAll(".submainbadge"); const menuToggler = document.querySelector(".menu-toggler"); function updateBadgeVisibility() { if (app && !app.classList.contains("app-sidebar-minified")) { submainbadges.forEach(badge => badge.style.display = 'none'); } else { submainbadges.forEach(badge => badge.style.display = 'block'); } } updateBadgeVisibility(); if (menuToggler) { menuToggler.addEventListener('click', updateBadgeVisibility); } }); $(document).on("click", ".menu-toggler", function () { // run only on mobile if (window.innerWidth > 768) return; if ($("body").hasClass("app-sidebar-mobile-toggled")) { $("body").removeClass("app-sidebar-mobile-toggled"); $("#sidebar").hide(); } else { $("body").addClass("app-sidebar-mobile-toggled"); $("#sidebar").show(); } });