0 $0.00
items in your cartto quote Checkout
Ooops no items were found.
Try something else.
Ok
Loading…
Search & Filter

Heaters

11 items found
Sort by
Mini Tower Ceramic Heater, 1,500 W, 7.37 x 7.37 x 17.37, Black
Ceramic Heater Tower with Remote Control, 1,500 W, 7.17 x 7.17 x 22.95, Black
Heater Fan, 1,500 W, 8.25 x 4.37 x 9.5, Black
360 Deg Circular Fan Forced Heater, 750 W, 8 x 8 x 12, Black
Digital Ceramic Mini Tower Heater, 1,500 W, 10 x 7.63 x 14, Black
Digital Tower Heater, 1,500 W, 10.12 x 8 x 23.25, Black
360 Surround Fan Forced Heater, 1,500 W, 9 x 9 x 12, Gray
Surround Fan Forced Heater, 1,500 W, 8.1 x 11.2 x 7.9, White
Ceramic Heater, 1,500 W, 7.12 x 5.87 x 8.75, Black
UberHeat 5 Ceramic Heater, 4.5 x 4.5 x 8.86, Black
Heat Genius Ceramic Portable Heater, 1,575 W, 5.6 x 10.2 x 17.3, Black
Total 11 products
SEARCH ×

// Move new inventory (() => { const category = document.querySelector('.ex-category'); const search = document.querySelector('.ex-searchresult'); if (!category && !search) return; const moveInventory = () => { document.querySelectorAll('.tileparent').forEach((tile) => { if (tile.classList.contains('loaded')) return; tile.classList.add('loaded'); const footerWrapper = tile.querySelector('.footer-wrapper-description'); const inventory = tile.querySelector('.live-inventory-v2-wrapper'); if (footerWrapper && inventory) { footerWrapper.append(inventory); } }); }; moveInventory(); document.addEventListener('live-inventory-done', () => { moveInventory(); }, false); document.addEventListener('product-loadmore-success', (e) => { moveInventory(); }, false); })(); // PDP Inventory (() => { const product = document.querySelector('.ex-product'); if (!product) return; const moveInventory = () => { const desktopDetails = document.querySelector('.desktop .productdetails'); const desktopInventory = document.querySelector('.desktop .live-inventory-v2-wrapper'); if (desktopDetails && desktopInventory) { desktopDetails.append(desktopInventory); } const mobileDetails = document.querySelector('.mobile .productdetails'); const mobileInventory = document.querySelector('.mobile .live-inventory-v2-wrapper'); if (mobileDetails && mobileInventory) { mobileDetails.append(mobileInventory); } }; document.addEventListener('live-inventory-done', () => { moveInventory(); }, false); })();