(function () { function moveSpecs() { const galleryCol = document.querySelector('.product-gallery.large-8.col'); const specs = document.querySelector('.price-wrapper.specification-table');
if (!galleryCol || !specs) return false; // wait until both exist if (specs.dataset.moved === '1') return true; // don’t move twice
// insert after thumbnails if present, else after the main gallery wrapper const anchor = galleryCol.querySelector('.product-thumbnails') || galleryCol.querySelector('.woocommerce-product-gallery'); if (anchor) { anchor.insertAdjacentElement('afterend', specs); } else { galleryCol.appendChild(specs); }
specs.dataset.moved = '1'; return true; }
function init() { if (moveSpecs()) return;
// keep trying in case Flatsome/lazy scripts build the DOM later const tryAgain = () => moveSpecs(); setTimeout(tryAgain, 150); setTimeout(tryAgain, 400); setTimeout(tryAgain, 1000);
// observe dynamic changes const obs = new MutationObserver(tryAgain); obs.observe(document.body, { childList: true, subtree: true }); }
if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', init); } else { init(); } })();
2025 Spyder 25D Forklift – 5,500 LB (Diesel)
Diesel muscle in a compact frame — the Spyder 25D delivers 5,500 lb of lifting power with dependable performance. Built for tough jobs and long shifts, this forklift is the perfect balance of strength and efficiency. Now in stock at our Delta showroom — ready to work for your business today.