{"product_id":"ergonomic-height-adjustable-table","title":"Ergonomic Height Adjustable Table","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Sora:wght@300;400;600;700\u0026family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300\u0026display=swap');\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --ink: #1a1a18;\n      --paper: #f5f2ec;\n      --accent: #c96a2e;\n      --accent-light: #f0d5c0;\n      --muted: #6b6860;\n      --border: #ddd9d0;\n      --white: #ffffff;\n    }\n\n    body {\n      font-family: 'DM Sans', sans-serif;\n      background: var(--paper);\n      color: var(--ink);\n      line-height: 1.65;\n      font-size: 16px;\n    }\n\n    .product-wrapper {\n      max-width: 860px;\n      margin: 0 auto;\n      padding: 48px 24px 80px;\n    }\n\n    .breadcrumb {\n      font-size: 12px;\n      color: var(--muted);\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      margin-bottom: 36px;\n    }\n    .breadcrumb a { color: var(--muted); text-decoration: none; }\n    .breadcrumb a:hover { color: var(--accent); }\n    .breadcrumb span { margin: 0 6px; }\n\n    .product-title {\n      font-family: 'Sora', sans-serif;\n      font-size: clamp(26px, 4vw, 38px);\n      font-weight: 700;\n      line-height: 1.2;\n      color: var(--ink);\n      margin-bottom: 10px;\n    }\n    .product-subtitle {\n      font-size: 15px;\n      color: var(--muted);\n      font-weight: 300;\n      margin-bottom: 28px;\n      font-style: italic;\n    }\n\n    .divider {\n      border: none;\n      border-top: 1.5px solid var(--border);\n      margin: 32px 0;\n    }\n\n    .product-intro {\n      font-size: 16.5px;\n      line-height: 1.75;\n      color: #3a3830;\n      margin-bottom: 36px;\n    }\n    .product-intro strong { color: var(--ink); font-weight: 600; }\n\n    .features-heading {\n      font-family: 'Sora', sans-serif;\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      color: var(--accent);\n      margin-bottom: 20px;\n    }\n\n    .features-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\n      gap: 16px;\n      margin-bottom: 40px;\n    }\n\n    .feature-card {\n      background: var(--white);\n      border: 1.5px solid var(--border);\n      border-radius: 12px;\n      padding: 22px 20px;\n      position: relative;\n      overflow: hidden;\n      transition: border-color 0.2s, box-shadow 0.2s;\n    }\n    .feature-card::before {\n      content: '';\n      position: absolute;\n      top: 0; left: 0;\n      width: 3px; height: 100%;\n      background: var(--accent);\n      border-radius: 12px 0 0 12px;\n    }\n    .feature-card:hover {\n      border-color: var(--accent-light);\n      box-shadow: 0 4px 18px rgba(201,106,46,0.10);\n    }\n\n    .feature-icon {\n      font-size: 22px;\n      margin-bottom: 10px;\n      display: block;\n    }\n\n    .feature-title {\n      font-family: 'Sora', sans-serif;\n      font-size: 13.5px;\n      font-weight: 700;\n      color: var(--ink);\n      margin-bottom: 6px;\n    }\n\n    .feature-desc {\n      font-size: 13.5px;\n      color: var(--muted);\n      line-height: 1.6;\n    }\n\n    .specs-section { margin-bottom: 40px; }\n\n    .specs-section h2 {\n      font-family: 'Sora', sans-serif;\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      color: var(--accent);\n      margin-bottom: 20px;\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 14px;\n      background: var(--white);\n      border-radius: 12px;\n      overflow: hidden;\n      border: 1.5px solid var(--border);\n    }\n    .specs-table thead {\n      background: var(--ink);\n      color: var(--white);\n    }\n    .specs-table thead th {\n      padding: 12px 16px;\n      text-align: left;\n      font-family: 'Sora', sans-serif;\n      font-weight: 600;\n      font-size: 12px;\n      letter-spacing: 0.06em;\n    }\n    .specs-table tbody tr {\n      border-bottom: 1px solid var(--border);\n      transition: background 0.15s;\n    }\n    .specs-table tbody tr:last-child { border-bottom: none; }\n    .specs-table tbody tr:hover { background: #faf7f2; }\n    .specs-table td {\n      padding: 11px 16px;\n      color: var(--ink);\n    }\n    .specs-table td:first-child {\n      font-weight: 500;\n      color: var(--muted);\n      white-space: nowrap;\n    }\n\n    .color-dot {\n      display: inline-block;\n      width: 12px; height: 12px;\n      border-radius: 50%;\n      vertical-align: middle;\n      margin-right: 6px;\n      border: 1.5px solid var(--border);\n    }\n\n    .variants-section { margin-bottom: 40px; }\n    .variants-section h2 {\n      font-family: 'Sora', sans-serif;\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      color: var(--accent);\n      margin-bottom: 20px;\n    }\n\n    .variant-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));\n      gap: 12px;\n    }\n\n    .variant-card {\n      background: var(--white);\n      border: 1.5px solid var(--border);\n      border-radius: 10px;\n      padding: 14px 16px;\n      font-size: 13px;\n    }\n    .variant-sku {\n      font-family: 'DM Sans', monospace;\n      font-size: 10.5px;\n      color: var(--muted);\n      letter-spacing: 0.04em;\n      margin-top: 4px;\n    }\n    .variant-spec { font-weight: 600; color: var(--ink); margin-bottom: 2px; }\n    .variant-weight { color: var(--muted); font-size: 12px; }\n\n    .why-section {\n      background: var(--ink);\n      color: var(--white);\n      border-radius: 16px;\n      padding: 36px 32px;\n      margin-bottom: 40px;\n    }\n    .why-section h2 {\n      font-family: 'Sora', sans-serif;\n      font-size: 20px;\n      font-weight: 700;\n      margin-bottom: 8px;\n      color: var(--white);\n    }\n    .why-section p {\n      font-size: 14px;\n      color: #b0aca4;\n      margin-bottom: 24px;\n      line-height: 1.65;\n    }\n    .why-list {\n      list-style: none;\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 12px;\n    }\n    @media (max-width: 520px) { .why-list { grid-template-columns: 1fr; } }\n    .why-list li {\n      font-size: 13.5px;\n      color: #d8d4cc;\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n    }\n    .why-list li::before {\n      content: '✓';\n      color: var(--accent);\n      font-weight: 700;\n      flex-shrink: 0;\n      margin-top: 1px;\n    }\n\n    .assembly-note {\n      display: flex;\n      align-items: flex-start;\n      gap: 14px;\n      background: var(--accent-light);\n      border-radius: 10px;\n      padding: 18px 20px;\n      margin-bottom: 40px;\n      border: 1.5px solid #e0bfa0;\n    }\n    .assembly-icon { font-size: 22px; flex-shrink: 0; }\n    .assembly-note p { font-size: 13.5px; color: #5a3820; line-height: 1.6; }\n    .assembly-note strong { color: #3d2510; }\n\n    .seo-tags {\n      margin-top: 32px;\n      padding-top: 24px;\n      border-top: 1.5px solid var(--border);\n    }\n    .seo-tags h3 {\n      font-family: 'Sora', sans-serif;\n      font-size: 11px;\n      font-weight: 600;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      color: var(--muted);\n      margin-bottom: 12px;\n    }\n    .tag-list {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n    }\n    .tag {\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-radius: 999px;\n      padding: 4px 12px;\n      font-size: 12px;\n      color: var(--muted);\n    }\n  \u003c\/style\u003e\n\u003cmain itemtype=\"https:\/\/schema.org\/Product\" itemscope=\"\" class=\"product-wrapper\"\u003e\n\u003ch1 itemprop=\"name\" class=\"product-title\"\u003eErgonomic Height Adjustable Table with LED Display \u0026amp; Memory Presets\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eErgonomic Sit-Stand Computer Desk — Available in 3 Sizes \u0026amp; 4 Colors\u003c\/p\u003e\n\u003chr class=\"divider\"\u003e\n\u003cp itemprop=\"description\" class=\"product-intro\"\u003eThe \u003cstrong\u003eErgonomic Height Adjustable Table\u003c\/strong\u003e upgrades your home office or workspace — engineered for comfort, productivity, and long-term well-being. With a smooth-gliding electric motor, whisper-quiet operation under \u003cstrong\u003e55 dB\u003c\/strong\u003e, and a height range of \u003cstrong\u003e28.7″ to 48″\u003c\/strong\u003e, this ergonomic sit-stand desk adapts to your body — not the other way around. Whether you're typing, reading, or on a call, switching between sitting and standing has never been easier.\u003c\/p\u003e\n\u003cp class=\"features-heading\"\u003eKey Features\u003c\/p\u003e\n\u003cdiv role=\"list\" class=\"features-grid\"\u003e\n\u003carticle role=\"listitem\" class=\"feature-card\"\u003e\u003cspan aria-hidden=\"true\" class=\"feature-icon\"\u003e🧠\u003c\/span\u003eErgonomic Height AdjustmentEffortlessly adjust from \u003cstrong\u003e28.7″ to 48″\u003c\/strong\u003e with a quiet electric motor under 55 dB. Set your ideal ergonomic posture and protect your back during long work sessions.\u003c\/article\u003e\n\u003carticle role=\"listitem\" class=\"feature-card\"\u003e\u003cspan aria-hidden=\"true\" class=\"feature-icon\"\u003e📟\u003c\/span\u003eLED Display \u0026amp; 3 Memory PresetsInstantly recall your perfect sitting and standing heights with \u003cstrong\u003e3 programmable memory presets\u003c\/strong\u003e and a precision LED display — no guesswork, every time.\u003c\/article\u003e\n\u003carticle role=\"listitem\" class=\"feature-card\"\u003e\u003cspan aria-hidden=\"true\" class=\"feature-icon\"\u003e🏗️\u003c\/span\u003eRobust T-Frame ConstructionThe reinforced \u003cstrong\u003eT-shaped steel frame\u003c\/strong\u003e and solid wood desktop deliver industry-leading stability, supporting loads up to \u003cstrong\u003e176 lbs\u003c\/strong\u003e without wobble.\u003c\/article\u003e\n\u003carticle role=\"listitem\" class=\"feature-card\"\u003e\u003cspan aria-hidden=\"true\" class=\"feature-icon\"\u003e🗂️\u003c\/span\u003eBuilt-In Cable ManagementStay tidy with \u003cstrong\u003e2 wire-routing holes\u003c\/strong\u003e on the desktop and \u003cstrong\u003e2 integrated side hooks\u003c\/strong\u003e for headsets, bags, or accessories. A clean desk, a clear mind.\u003c\/article\u003e\n\u003carticle role=\"listitem\" class=\"feature-card\"\u003e\u003cspan aria-hidden=\"true\" class=\"feature-icon\"\u003e🌿\u003c\/span\u003eEco-Friendly Wood SurfaceThe premium eco-wood desktop is \u003cstrong\u003eodor-free, easy to clean\u003c\/strong\u003e, and sustainably finished — making it safe for home offices, bedrooms, and study rooms alike.\u003c\/article\u003e\n\u003carticle role=\"listitem\" class=\"feature-card\"\u003e\u003cspan aria-hidden=\"true\" class=\"feature-icon\"\u003e🎨\u003c\/span\u003e4 Colors, 3 SizesChoose from \u003cstrong\u003eWhite, Brown, Black, or Yellow (Oak)\u003c\/strong\u003e finishes across three widths — 40″, 48″, and 55″ — to perfectly match your space and storage needs.\u003c\/article\u003e\n\u003c\/div\u003e\n\u003chr class=\"divider\"\u003e\n\u003csection class=\"specs-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable aria-label=\"Standing Desk Specifications by Size\" class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eSize\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eDimensions (L×W×H)\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eWeight\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eAvailable Colors\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003e40″ × 24″\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e39 × 23 × 28 in\u003c\/td\u003e\n\u003ctd\u003e30 LB\u003c\/td\u003e\n\u003ctd\u003eWhite Brown Black Yellow\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003e48″ × 24″\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e47 × 23 × 28 in\u003c\/td\u003e\n\u003ctd\u003e46 LB\u003c\/td\u003e\n\u003ctd\u003eWhite Brown Black Yellow\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003e55″ × 24″\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e55 × 23 × 28 in\u003c\/td\u003e\n\u003ctd\u003e50 LB\u003c\/td\u003e\n\u003ctd\u003eWhite Brown Black Yellow\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003csection class=\"variants-section\"\u003e\u003c\/section\u003e\n\u003chr class=\"divider\"\u003e\n\u003csection class=\"why-section\"\u003e\n\u003ch2\u003eWhy Choose This Standing Desk?\u003c\/h2\u003e\n\u003cp\u003eBuilt for real people who spend real hours at their desk. Here's what sets it apart from the competition.\u003c\/p\u003e\n\u003cul class=\"why-list\"\u003e\n\u003cli\u003eWhisper-quiet motor — under 55 dB, office- and bedroom-safe\u003c\/li\u003e\n\u003cli\u003e176 lb load capacity with zero wobble at any height\u003c\/li\u003e\n\u003cli\u003e3 one-touch memory presets for instant height switching\u003c\/li\u003e\n\u003cli\u003eEco-friendly, odor-free wood surface — safe for all environments\u003c\/li\u003e\n\u003cli\u003eBuilt-in cable management for a clutter-free desktop\u003c\/li\u003e\n\u003cli\u003e4 colors × 3 sizes = 12 variants to fit any room\u003c\/li\u003e\n\u003cli\u003eIdeal as a computer desk, writing desk, or gaming desk\u003c\/li\u003e\n\u003cli\u003eQuick assembly with all tools and instructions included\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003caside role=\"note\" class=\"assembly-note\"\u003e\u003cspan aria-hidden=\"true\" class=\"assembly-icon\"\u003e🔧\u003c\/span\u003e\u003cstrong\u003eEasy Assembly Included:\u003c\/strong\u003e Every package comes with the height-adjustable desk, a step-by-step instruction manual, and all necessary hardware and tools. An installation video is available for added guidance. Our customer support team is always ready to help if needed.\u003c\/aside\u003e\n\u003c\/main\u003e","brand":"AbodeArc","offers":[{"title":"Black \/ 40\" x 24\"","offer_id":46874083623087,"sku":"CJJT225771709IR","price":149.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 48\" x 24\"","offer_id":46874083655855,"sku":"CJJT225771710JQ","price":159.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 55\" x 24\"","offer_id":46874083688623,"sku":"CJJT225771711KP","price":169.96,"currency_code":"USD","in_stock":true},{"title":"Brown \/ 40\" x 24\"","offer_id":46874083721391,"sku":"CJJT225771705EV","price":149.95,"currency_code":"USD","in_stock":true},{"title":"Brown \/ 48\" x 24\"","offer_id":46874083754159,"sku":"CJJT225771706FU","price":159.95,"currency_code":"USD","in_stock":true},{"title":"Brown \/ 55\" x 24\"","offer_id":46874083786927,"sku":"CJJT225771707GT","price":169.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 40\" x 24\"","offer_id":46874083819695,"sku":"CJJT225771701AZ","price":149.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 48\" x 24\"","offer_id":46874083852463,"sku":"CJJT225771702BY","price":159.95,"currency_code":"USD","in_stock":true},{"title":"White \/ 55\" x 24\"","offer_id":46874083885231,"sku":"CJJT225771703CX","price":169.95,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ 40\" x 24\"","offer_id":46874083917999,"sku":"CJJT225771713MN","price":149.95,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ 48\" x 24\"","offer_id":46874083950767,"sku":"CJJT225771714NM","price":159.95,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ 55\" x 24\"","offer_id":46874083983535,"sku":"CJJT225771715OL","price":169.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0694\/6524\/3823\/files\/02dea4cf-a0f1-4a46-a4d2-0b15950b4a33.jpg?v=1777959865","url":"https:\/\/abodearc.store\/products\/ergonomic-height-adjustable-table","provider":"AbodeArc","version":"1.0","type":"link"}