Stats icon avg discount Average discount 39.0% Stats icon max discount Maximum discount 95.8% Stats icon avg savings Average savings per product $123 Stats icon max savings Maximum savings on one product $3,000 Stats icon total savings Total savings across all products $750,571 Stats icon new products 20 products added today Stats icon new products 20 products added this week Stats icon total products 6,082 discounted products Stats icon brands 41 partner stores Stats icon categories 280 product categories Stats icon update New Products every day
Stats icon avg discount Average discount 39.0% Stats icon max discount Maximum discount 95.8% Stats icon avg savings Average savings per product $123 Stats icon max savings Maximum savings on one product $3,000 Stats icon total savings Total savings across all products $750,571 Stats icon new products 20 products added today Stats icon new products 20 products added this week Stats icon total products 6,082 discounted products Stats icon brands 41 partner stores Stats icon categories 280 product categories Stats icon update New Products every day
Stats icon avg discount Average discount 39.0% Stats icon max discount Maximum discount 95.8% Stats icon avg savings Average savings per product $123 Stats icon max savings Maximum savings on one product $3,000 Stats icon total savings Total savings across all products $750,571 Stats icon new products 20 products added today Stats icon new products 20 products added this week Stats icon total products 6,082 discounted products Stats icon brands 41 partner stores Stats icon categories 280 product categories Stats icon update New Products every day

BESTSELLER

Industrial Computer Desk, 59″ Study Desk with Reversible Drawer Cabinet – Walnut & Black

Industrial Computer Desk, 59″ Study Desk with Reversible Drawer Cabinet – Walnut & Black

-22%

Offer added over 10 days ago. This is likely your last chance to get this deal at this price!

Elegant Design – This industrial computer desk combines a sturdy black metal frame and a rich brown wooden top, creating a retro feel that blends beautifully with your workspace and room decor. Flexible and Adjustable Setup – This desk features adjustable foot pads for perfect stability. The drawer section can be installed on whichever side you prefer, offering adaptability to your personal preferences and habits. Extensive Workspace – With dimensions of 59.05″W * 19.68″D * 29.52″H, this spacious workstation features a large desktop area and three practical drawers, including one specifically designed for file storage. Prioritizing Safety – The computer desk with file drawer features smooth edges to prevent accidental injuries, providing you with a safe environment for your daily activities. User-Friendly Assembly & Support – We provide easy-to-follow assembly instructions with the computer desk. Our customer service team is ready and available to assist throughout the setup process and beyond, underscoring our commitment to your satisfaction during and after your purchase. Product Dimensions & Weights Details Length 59.06″ Depth 19.69″ Height 29.53″ Item Weight 66.14 lbs Packaging Dimensions & Weights 47.24″ L x 22.44″ W x 5.71″ H (70.55 lbs) Installation Guide.pdf Installation Guide Video: Tribesigns 59-Inch Modern Computer Desk with File Drawer and Metal Frame #premium-module-12-nav-carousel-1753240639617734600 { .text-container img:not([style*=float]), .rte img:not([style*=float]) { display: block; margin: 0; } img { margin: 0; } .custom-carousel-slide { padding: 0; } .custom-carousel-container { position: relative; overflow: hidden; margin: auto; border-radius: 0 0 8px 8px; } .custom-carousel-viewport { display: flex; transition: transform 0.5s ease-in-out; } .custom-carousel-track { list-style: none; padding: 0; margin: 0; } .custom-carousel-slide { min-width: 100%; display: none; flex-shrink: 0; justify-content: center; align-items: center; text-align: left; position: relative; } .custom-carousel-slide.active { display: flex; } .slide-image img { width: 100%; height: auto; display: block; } .slide-caption { position: absolute; left: 80px; top: 50%; transform: translateY(-50%); color: #2d2d2d; background: rgba(200, 164, 139, 0.8); padding: 20px; border-radius: 8px; max-width: 500px; } .slide-caption h4 { font-weight: bold; margin-bottom: 10px; } .custom-carousel-controls { position: absolute; top: 50%; left: 0; right: 0; display: flex; justify-content: space-between; transform: translateY(-50%); padding: 0 10px; pointer-events: none; } .custom-carousel-controls button { font-size: 32px; background: rgba(200, 164, 139, 0.8); border: none; color: white; cursor: pointer; pointer-events: all; padding: 25px 15px; border-radius: 5px; } .custom-carousel-controls svg { fill: #fff; } .custom-carousel-tabs { /* margin: 10px auto 20px; */ display: flex; gap: 8px; justify-content: flex-start; overflow-x: auto; white-space: nowrap; padding: 0 10px; flex-wrap: nowrap; /* 保证在小屏上不换行 */ justify-content: center; background: rgba(200, 164, 139, 0.8); padding: 15px; border-radius: 8px 8px 0 0; } .custom-carousel-tabs .tab { cursor: pointer; padding: 10px 15px; flex-shrink: 0; white-space: nowrap; min-width: 140px; /* max-width: 180px; */ border: none; background: transparent; font-weight: 600; color: #fff; } .custom-carousel-tabs .active { font-weight: bold; text-decoration: underline; text-underline-offset: 10px; text-decoration-thickness: 3px; } } @media (max-width: 769px) { #premium-module-12-nav-carousel-1753240639617734600 { .custom-carousel-tabs { justify-content: flex-start; margin: 0; } .slide-caption { position: static; transform: none; background: none; color: black; text-align: center; padding: 10px; } .custom-carousel-slide.active { flex-direction: column; } .custom-carousel-controls { display: none; } } } Solid DesktopAnti-CollisionThick Metal FrameAmple Storage SpaceAdjustable Feet Pads document.addEventListener(‘DOMContentLoaded’, function() { /* 为每个轮播容器初始化独立的轮播实例 */ document.querySelectorAll(‘.custom-carousel-module’).forEach(module => { const container = module.querySelector(‘.custom-carousel-container’); const slides = container.querySelectorAll(‘.custom-carousel-slide’); const tabs = module.querySelectorAll(‘.custom-carousel-tabs .tab’); const prevBtn = container.querySelector(‘.prev-slide’); const nextBtn = container.querySelector(‘.next-slide’); let currentIndex = 0; function updateCarousel(index, scrollTab = true) { /* 更新幻灯片 */ slides.forEach((slide, i) => { slide.classList.toggle(‘active’, i === index); }); /* 更新标签 */ tabs.forEach((tab, i) => { tab.classList.toggle(‘active’, i === index); }); /* 滚动标签 */ if (scrollTab) { const tab = tabs[index]; tab.scrollIntoView({ behavior: ‘smooth’, inline: ‘center’, block: ‘nearest’ }); } } /* 绑定标签点击事件 */ tabs.forEach((tab, i) => { tab.addEventListener(‘click’, () => { currentIndex = i; updateCarousel(currentIndex); }); }); /* 绑定’上一张’按钮 */ prevBtn.addEventListener(‘click’, () => { currentIndex = (currentIndex – 1 + slides.length) % slides.length; updateCarousel(currentIndex); }); /* 绑定’下一张’按钮 */ nextBtn.addEventListener(‘click’, () => { currentIndex = (currentIndex + 1) % slides.length; updateCarousel(currentIndex); }); updateCarousel(currentIndex, false); }); }); Home Office Desks with Flexible Installation Options Suitable for Both Home Office and Company Office Use Item details Brand Name Tribesigns Room Type Office Recommended Uses For Product Working, Studying Age Range Description Adult Included Components Hardware, Assembly Instructions Model Name Computer Desk Manufacturer Tribesigns Item Type Name desk Item Height 29.5 inches Materials & Care Base Metal Top Material Type Wood Furniture Leg Material Metal Drawer Glide Material Metal User guide Required Assembly Yes Warranty Type Limited Style Shape Rectangular Desk Design Computer Desk Style Name Industrial Finish Types Wood Furniture Finish Walnut Leg Style Industrial Measurements Item Dimensions D x W x H 19.7″D x 59″W x 29.5″H Number of Drawers 3 Item Weight 30 Kilograms Size Medium Tabletop Thickness 1 Inches Maximum Height 29.53 Inches Working Surface Diagonal Length 59 Inches Features & Specs Additional Features Reversible Mounting Type Floor Mount Drawer Type 2 Box Drawers, 1 File Drawer Base Type Leg Has Finished Back No Drawer Glide Mechanism Standard Storage Options Drawer Cabinet Configuration Freestanding Is Electric No

Original price was: $205.99.Current price is: $159.99.

BeeDiscount may earn a commission from retailers when you use our links, at no additional cost to you. [Learn more]

Tribesigns is a leading global furniture designer and manufacturer committed to providing creative and stylish home office and living solutions. Established with the mission to “bring comfort and aesthetics to every home,” the brand specializes in a vast array of products, including ergonomic desks, bookshelves, console tables, and dining sets. Tribesigns differentiates itself through its unique “industrial meets modern” aesthetic, high-quality materials, and a customer-centric approach to design. By focusing on space-saving functionality and easy assembly, the brand caters to remote professionals and interior enthusiasts who seek to transform their living spaces into inspiring environments without breaking the bank.

Gift Box Streamline Icon: https://streamlinehq.com
Sorry!
This promotion has ended.
Gift Box Streamline Icon: https://streamlinehq.com
Attention!
Hurry! These deals won’t last forever ⏰