Catalogue Request


Request to receive our FREE BES catalogue
Request our brand new catalogue with over 50 years of experience, we offer a wide range of over 15,000 quality products at competitive prices, with FREE next day delivery* available to keep your business moving.
* All prices, specifications and availability are subject to change without notice. Please visit www.bes.co.uk for the latest product information and pricing. Terms and Conditions apply.
document.addEventListener("DOMContentLoaded", function () {
const target = document.querySelector(".about-bes-title");
if (target) {
// Create image
const img = document.createElement("img");
img.src = "https://mcstaging.bes.co.uk/media/catalog/category/Banners/Catalogue_Benefits_Final_.png?rand=1781598371";
img.alt = "";
img.style.display = "block";
img.style.maxWidth = "120%";
img.style.borderRadius = "6px";
img.style.marginBottom = "15px";
img.style.transform = "translatex(-15px)";
// Create button
const button = document.createElement("button");
button.innerText = "Download Catalogue";
button.style.display = "block";
button.style.width = "104%";
button.style.padding = "15px 24px";
button.style.marginBottom = "20px";
button.style.marginLeft = "6px";
button.style.border = "none";
button.style.borderRadius = "6px";
button.style.cursor = "pointer";
button.style.fontSize = "16px";
button.style.background = "#0068ac";
button.style.color = "white";
// Optional click action
button.addEventListener("click", function () {
window.location.href = "";
});
// Insert image and button above target
target.parentNode.insertBefore(button, target);
target.parentNode.insertBefore(img, button);
}
});


