(Coming Soon)

Compare thousands of DIY and building products
Mapei Ultracolor Plus Grout 141 Caramel 5Kg Price Comparisons | Compare The Build

Mapei Ultracolor Plus Grout 141 Caramel 5Kg

£26.57
Cheapest at B&Q
View Product
Mapei Ultracolor Plus Grout 120 Black 2Kg Price Comparisons | Compare The Build

Mapei Ultracolor Plus Grout 120 Black 2Kg

£13.45
Cheapest at B&Q
View Product
Mapei Ultracolor Plus Grout 138 Almond 5Kg Price Comparisons | Compare The Build

Mapei Ultracolor Plus Grout 138 Almond 5Kg

£21.60
Cheapest at B&Q
View Product
ULTRACOLOR PLUS GROUT ANTHRACITE 5KG Price Comparisons | Compare The Build

ULTRACOLOR PLUS GROUT ANTHRACITE 5KG

£19.50
Cheapest at B&Q
View Product
PorTec Porcelain Grout - Dove Grey 12.5kg Price Comparisons | Compare The Build

PorTec Porcelain Grout - Dove Grey 12.5kg

£44.99
Cheapest at B&Q
View Product
PorTec Porcelain Grout - Storm Grey 12.5kg Price Comparisons | Compare The Build

PorTec Porcelain Grout - Storm Grey 12.5kg

£44.99
Cheapest at B&Q
View Product
Mapei Flexible White Grout, 2.5kg Price Comparisons | Compare The Build

Mapei Flexible White Grout, 2.5kg

£9.50
Cheapest at B&Q
View Product
Mapei Flexible Grey Grout, 2.5kg Price Comparisons | Compare The Build

Mapei Flexible Grey Grout, 2.5kg

£9.50
Cheapest at B&Q
View Product
Join Tec Grout – Basalt Grey – 15kg Price Comparisons | Compare The Build

Join Tec Grout – Basalt Grey – 15kg

£32.95
Cheapest at BFS Building and Garden Supplies
View Product
Mapei White Flexible Grout, 5kg Price Comparisons | Compare The Build

Mapei White Flexible Grout, 5kg

£9.00
Cheapest at B&Q
View Product
Mapei Flexible Black Grout, 2.5kg Price Comparisons | Compare The Build

Mapei Flexible Black Grout, 2.5kg

£9.50
Cheapest at B&Q
View Product
Mapei Brown Tile Grout, 2.5kg Price Comparisons | Compare The Build

Mapei Brown Tile Grout, 2.5kg

£9.50
Cheapest at B&Q
View Product
Mapei Flexible Charcoal Grout, 2.5kg Price Comparisons | Compare The Build

Mapei Flexible Charcoal Grout, 2.5kg

£9.50
Cheapest at B&Q
View Product
Mapei Flexible Ivory Grout, 2.5kg Price Comparisons | Compare The Build

Mapei Flexible Ivory Grout, 2.5kg

£9.50
Cheapest at B&Q
View Product
Mapei Beige Flexible Grout, 5kg Price Comparisons | Compare The Build

Mapei Beige Flexible Grout, 5kg

£9.00
Cheapest at B&Q
View Product
Mapei Flexible Silver grey Grout, 2.5kg Price Comparisons | Compare The Build

Mapei Flexible Silver grey Grout, 2.5kg

£9.50
Cheapest at B&Q
View Product
Mapei Mapeglitter Black Grout, 0.1kg Price Comparisons | Compare The Build

Mapei Mapeglitter Black Grout, 0.1kg

£1.00
Cheapest at B&Q
View Product
Mapei Ultracolor Plus Grout 142 Brown 2Kg Price Comparisons | Compare The Build

Mapei Ultracolor Plus Grout 142 Brown 2Kg

£9.00
Cheapest at B&Q
View Product
Mapei Ultracolor Plus Grout 142 Brown 5Kg Price Comparisons | Compare The Build

Mapei Ultracolor Plus Grout 142 Brown 5Kg

£21.60
Cheapest at B&Q
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(); } -->