// Replace all   with a space for Martech store inport data [ ...document.querySelectorAll( '.single-result__best-for-results .single-result__list-item' ), ...document.querySelectorAll( '.single-result__right-lists .single-result__light-text' ), ...document.querySelectorAll( '.single-product__row-bottom .text-block-123' ), ...document.querySelectorAll( '.single-product__row-bottom .single-product-embed-li' ), ].forEach((el) => { el.innerHTML = el.innerHTML.replace(/ /g, ' '); });