null Skip to main content

AdaptivErgo Two-Tier Sit-Stand Lifting Workstation

SKU: ALEAEWR2B

Your Price

$229.00+
$399.00
Save $170.00
Was: $399.00+
Available |
" Ships in 2-3 business Days"
Adding to cart… The item has been added
Save up to 30% with HSA/FSA * Savings vary based on eligibility and individual tax rate. | Check Eligibility
Powered by
  • PayPal icon
AdaptivErgo Two-Tier Sit-Stand Lifting Workstation

Your Price

$229.00+
$399.00
Save $170.00
Was: $399.00+

Description

Turn any desk into an ergonomic sit-stand workstation with the AdaptivErgo Two-Tier Lifting Workstation. Designed for stability, smooth movement, and efficient use of space.

 

Key Features & Benefits

  • Instant sit-stand conversion for most desks.
  • Smooth vertical lift stays within your desk footprint.
  • Two-tier design improves keyboard and monitor ergonomics.
  • Supports up to 35 lb without tipping.
Overall Width 35.12"
Lift Range up to 19.63"
Weight Capacity 35 lb

Specification

Turn any desk into an ergonomic sit-stand workstation with the AdaptivErgo Two-Tier Lifting Workstation. Designed for stability, smooth movement, and efficient use of space.

 

Key Features & Benefits

  • Instant sit-stand conversion for most desks.
  • Smooth vertical lift stays within your desk footprint.
  • Two-tier design improves keyboard and monitor ergonomics.
  • Supports up to 35 lb without tipping.
Overall Width 35.12"
Lift Range up to 19.63"
Weight Capacity 35 lb

Warranty

Manufacturer's limited five-year warranty.

Faq

Turn any desk into an ergonomic sit-stand workstation with the AdaptivErgo Two-Tier Lifting Workstation. Designed for stability, smooth movement, and efficient use of space.

 

Key Features & Benefits

  • Instant sit-stand conversion for most desks.
  • Smooth vertical lift stays within your desk footprint.
  • Two-tier design improves keyboard and monitor ergonomics.
  • Supports up to 35 lb without tipping.
Overall Width 35.12"
Lift Range up to 19.63"
Weight Capacity 35 lb

Reviews

// // jQuery only ships "swing"/"linear" — register a real cubic // ease-in-out so open/close accelerates and settles smoothly // instead of moving at a near-constant speed. /* ========================================== WRAP EACH ACCORDION'S CONTENT INTO ONE PANEL Previously every sibling of .form-label (each swatch tile, the message span, etc.) was slid up/down as its own separate jQuery height animation — with a flex-wrapped row of swatches that recalculates row height as each tile grows, those many small independent tweens finished at slightly different times, which is what looked like "opens a little, then the rest pops in". Two elements, not one: the outer panel is the clipping/animation target, the inner one carries the flex-wrap layout the tiles used to inherit from .form-field. ========================================== */ // scrollHeight reports the panel's true, full content height even // while it's visually clipped by max-height + overflow:hidden, so // this is always measuring the real target regardless of current // state — that's what makes the animation reach exactly "full", // instead of the grid-template-rows technique which could fall // short or jump for large height changes. /* ========================================== ACCORDION (scoped to the options wrapper) ========================================== */ // On mobile especially, collapsing a big accordion above this one // shrinks the page and shoves everything below (including the panel // that's opening) up or down the screen, so the tapped label can end // up scrolled out of view. Lock the label's on-screen position for // the duration of the animation so it can't drift while panels resize. // Open the clicked panel and close the others at the same time, // each tweening its own measured height — so a big accordion // closing and a small one opening both animate at the same // duration/easing instead of one snapping shut. /* ========================================== MORE OPTIONS CLICK ========================================== */ /* ========================================== FIRST ACCORDION OPEN BY DEFAULT ========================================== */ // Set instantly (no animation) to its measured full height, using // the same scrollHeight measurement openPanel() uses, so the // default-open state matches what a real "open" looks like. //