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

Sit-Stand Desks

94 items found
Sort by
Lotus Sit-Stands Workstation, 32.75" x 24.25" x 5.5" to 22.5", Black
Lotus LT Sit-Stand Workstation, 34.38" x 28.38" x 7.62", Black
Precision Standing Desk, 35.4" x 22.2" x 6.2" to 20", Black
Precision Standing Desk, 42" x 23.2" x 6.2" to 20", Black
Adjustable Sit/Stand Workstation Riser, 35" x 32" x 5.9" to 19.6", Black
Scoot Stand-Up Desk, 39.5" x 23.25" x 41.75" to 42", Black
Muv 28" Adjustable-Height Mini-Tower Computer Desk, 35.5" x 22" x 29" to 34", Cherry/Black
Muv Stand-Up Adjustable-Height Desk, 29.5" x 22" x 35" to 49", Cherry/Black
Essentials Electric Sit-Stand Desk, 55.1" x 27.5" x 25.9" to 51.5", White/Aluminum
Essentials Electric Sit-Stand Desk, 55.1" x 27.5" x 25.9" to 51.5", Espresso/Black
FlexFit Manual Adjustable Desk Converter, 26.7 x 30.8 x 5.9 to 19.6, Black
Essentials Sit-Stand Single-Column Mobile Workstation, 23.6" x 20.5" x 29.6" to 44.2", Natural Wood/Light Gray
Total 94 products
show per page
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); })();