Great things are on the horizon
Something big is brewing! Our store is in the works and will be launching soon!
document.addEventListener('DOMContentLoaded', function () { const titles = document.querySelectorAll('.woocommerce ul.products li.product h2'); titles.forEach((title) => { const words = title.textContent.trim().split(/\s+/); if (words.length > 4) { title.textContent = words.slice(0, 4).join(' '); } }); });
Something big is brewing! Our store is in the works and will be launching soon!