Thank you!

One of out team will be on contact with you shortly.
If you'd like to speak to us straight away, call our customer service team on +44(0)1392 972030.
let isMobile = window.innerWidth <= 991; // Adjust 768 to the breakpoint for mobile/desktop in your design window.addEventListener('resize', function() { const currentIsMobile = window.innerWidth <= 991; // Again, adjust 768 as needed if (currentIsMobile !== isMobile) { isMobile = currentIsMobile; location.reload(); } });