(Coming Soon)

Compare thousands of DIY and building products
Meaco DD8L Junior Dehumidifier Price Comparisons | Compare The Build

Meaco DD8L Junior Dehumidifier

£174.99
Cheapest at B&Q
View Product
Ometa Pure Dehumidifier 12L, Black Price Comparisons | Compare The Build

Ometa Pure Dehumidifier 12L, Black

£84.00
Cheapest at B&Q
View Product
Ometa Pure Dehumidifier 12L, White Price Comparisons | Compare The Build

Ometa Pure Dehumidifier 12L, White

£99.00
Cheapest at B&Q
View Product
Meaco DD8L Desiccant Dehumidifier Price Comparisons | Compare The Build

Meaco DD8L Desiccant Dehumidifier

£194.99
Cheapest at B&Q
View Product
Bostik Breathe Beige Moisture absorber Price Comparisons | Compare The Build

Bostik Breathe Beige Moisture absorber

£15.00
Cheapest at B&Q
View Product
Absodry Duo Grey Compact Moisture absorber Price Comparisons | Compare The Build

Absodry Duo Grey Compact Moisture absorber

£23.99
Cheapest at B&Q
View Product
Absodry Duo Grey Small Moisture absorber Price Comparisons | Compare The Build

Absodry Duo Grey Small Moisture absorber

£13.99
Cheapest at B&Q
View Product
Ariston DEOS 12 UK dehumidifier Price Comparisons | Compare The Build

Ariston DEOS 12 UK dehumidifier

£99.99
Cheapest at B&Q
View Product
Ariston DEOS 21S NET UK dehumidifier Price Comparisons | Compare The Build

Ariston DEOS 21S NET UK dehumidifier

£184.99
Cheapest at B&Q
View Product
Ariston DEOS 16S NET UK dehumidifier Price Comparisons | Compare The Build

Ariston DEOS 16S NET UK dehumidifier

£125.99
Cheapest at B&Q
View Product
Black + Decker - 12 Litre Dehumidifier Price Comparisons | Compare The Build

Black + Decker - 12 Litre Dehumidifier

£149.99
Cheapest at B&Q
View Product
Absodry Duo Blue Compact Moisture absorber Price Comparisons | Compare The Build

Absodry Duo Blue Compact Moisture absorber

£23.99
Cheapest at B&Q
View Product
Absodry Duo Green Compact Moisture absorber Price Comparisons | Compare The Build

Absodry Duo Green Compact Moisture absorber

£23.99
Cheapest at B&Q
View Product
Absodry Duo Pink Compact Moisture absorber Price Comparisons | Compare The Build

Absodry Duo Pink Compact Moisture absorber

£23.99
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(); } -->