(function () { 'use strict'; const oldLabel = 'Bargain'; const newLabel = 'Special offer'; function changeBargainLabels() { document.querySelectorAll( 'span.label.--bargain.--omnibus' ).forEach(function (label) { if (label.textContent.trim() === oldLabel) { label.textContent = newLabel; } }); } function startLabelRename() { changeBargainLabels(); const observer = new MutationObserver(function () { changeBargainLabels(); }); observer.observe(document.body, { childList: true, subtree: true, characterData: true }); } if (document.readyState === 'loading') { document.addEventListener( 'DOMContentLoaded', startLabelRename, { once: true } ); } else { startLabelRename(); } })();
Free delivery from £50.00

Gazebos Awnings & Parasols

( number of products: 504 )
Real customers reviews
4.8 / 5.0 4164 reviews
pixel