(Coming Soon)

Compare thousands of DIY and building products
Diamond Wet Room Screens 700 x 700mm - 8mm Brushed Brass Price Comparisons | Compare The Build

Diamond Wet Room Screens 700 x 700mm - 8mm Brushed Brass

£419.99
Cheapest at Plumb World
View Product
Diamond Wet Room Screens 1200 x 700mm - 8mm Black Price Comparisons | Compare The Build

Diamond Wet Room Screens 1200 x 700mm - 8mm Black

£419.99
Cheapest at Plumb World
View Product
Diamond Wet Room Shower Screens 900 x 900mm - 8mm Black Price Comparisons | Compare The Build

Diamond Wet Room Shower Screens 900 x 900mm - 8mm Black

£399.99
Cheapest at Plumb World
View Product
Diamond Wet Room Screens 1000 x 800mm - 8mm Black Price Comparisons | Compare The Build

Diamond Wet Room Screens 1000 x 800mm - 8mm Black

£310.00
Cheapest at Plumb World
View Product
Diamond Fluted Wet Room Shower Screen 1200mm - 8mm Brass Price Comparisons | Compare The Build

Diamond Fluted Wet Room Shower Screen 1200mm - 8mm Brass

£249.00
Cheapest at Plumb World
View Product
Product Image
${product._source.title}
£ ${product._source.price ? product._source.price.toFixed(2) : 0}
`).join(''); searchBox.html(productCards); } else { searchBox.html('

No products found.

'); } } function renderSuggestions(suggestions) { let suggestionBox = $('.suggestion-links'); suggestionBox.empty(); if (suggestions?.length) { let suggestionLinks = suggestions.slice(0, 5).map(suggestion => ` ${suggestion} `).join(''); suggestionBox.html(suggestionLinks); } else { suggestionBox.html('

No suggestions found.

'); // suggestionBox.html(''); } } function productURL(product) { let slug = product._source.title.replace(/\//g, '-').toLowerCase().split(' ').join('-'); // Get base URL fr om a hidden Blade variable or directly hardcode if known let baseUrl = "https://test.comparethebuild.com/product"; return `${baseUrl}/${slug}/${product._id}`; } // Use event delegation to handle dynamically created links $(document).on('click', '.suggestion-link', function() { let productName = $(this).data('title'); $('#search-bar').val(productName); $('#search-child-form').submit(); $('.search-dropdown').hide(); // Hides the search box }); }); function searchFormSubmit() { $('#search-child-form').submit(); } -->