-16%
Large Workspace – The 59″ L x 43.3″ W x 29.5″ H L-shaped office desk provides plenty of space for your computer, laptop, and other necessities. Lots of legroom offers comfort and boosts productiveness. Practical Storage – The desk features a spacious storage cabinet and corner shelves, offering both hidden and open storage options. This helps maintain a tidy, efficient workspace with everything easily accessible. Durable Quality – Built from premium MDF with a melamine laminate finish, this desk promises a strong, scratch-resistant surface that’s easy to clean and durable for everyday use. Stylish Design – With an elegant design that fits modern decors, this L-shaped computer desk showcases clean lines and a chic color palette. Effortless Assembly – The desk includes all necessary hardware and detailed instructions for a smooth setup process. If you encounter any issues, reach out to us; we’re here to support you. Adaptable Furniture – Ideal for home offices, kitchens, game rooms, and study spaces, this versatile corner desk can suit any room where functionality blends with style. It adapts effortlessly to your shifting needs. Product Dimensions & Weights Details Length 59″ Depth 43.3″ Height 29.53″ Item Weight 89.29 lbs Packaging Dimensions & Weights 47.24″ L x 24.41″ W x 7.87″ H (93.7 lbs) Installation Guide.pdf #premium-module-12-nav-carousel-1768962436266074000 { .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-1768962436266074000 { .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; } } } Ample Storage SpaceProduct Overall Display 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); }); }); .premium-module-3-four-column-images .img-container { display: grid; grid-template-columns: repeat(8, 1fr); grid-template-rows: repeat(2, 1fr); gap: 10px; } .premium-module-3-four-column-images .item-container img{ width:100%; } .premium-module-3-four-column-images .img-item { position: relative; display: flex; align-items: center; overflow: hidden; border-radius: 8px; transition: opacity 0.3s ease-in-out; flex-direction:column; } .premium-module-3-four-column-images .img-item a{ position:relative; width:100% height:100%; } .premium-module-3-four-column-images .img-item img{ border-radius:8px; } .premium-module-3-four-column-images .info p{ margin:5px 0; } .premium-module-3-four-column-images .info{ display:flex; flex-direction:column; } /* 不同尺寸的 img-item */ .premium-module-3-four-column-images .size-2×2 { grid-column: span 2; grid-row: span 2; } .premium-module-3-four-column-images .hidden { visibility: hidden; position: absolute; } .premium-module-3-four-column-images .item-container{ width:100%; } @media screen and (max-width: 767px) { .premium-module-3-four-column-images .img-container{ grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(4, 1fr); } /* 2 行高 */ .premium-module-3-four-column-images .mobile-size-2×2 { grid-column: span 2 !important; grid-row: span 2 !important; } } Premium Materials Cleaning is effortless—simply wipe with a damp cloth to maintain its immaculate look. Embrace the harmony of aesthetics and practicalit. Acrylic Windows on Doors Enjoy a modern look, enhanced brightness, and easy visibility of stored items—all while keeping dust out and style in. Magnetic Suction Doors Enjoy smooth, quiet operation and keep doors tightly shut to prevent spills. Thickened Table Legs These robust legs are designed to withstand daily use and ensure the table remains sturdy and reliable. Item details Brand Name Tribesigns Room Type Bedroom, Classroom, Living Room, Office, Study Room Recommended Uses For Product Drafting, Gaming, Studying, Working, Writing Age Range Description Adult Included Components 1 x Clear instructions, 1 x Hardware Kit, 1 x L-shaped Wooden Desk Product Grade New Model Name 59 inch l shaped desk with cabinet and shelves Item Height 75 centimeters Materials & Care Base Engineered Wood Top Material Type Engineered Wood Furniture Leg Material Engineered Wood Product Care Instructions Wipe with Damp Cloth, Wipe with Dry Cloth Hutch Material Engineered Wood Features & Specs Additional Features L-Shape Mounting Type Freestanding Base Type Leg Frame Joint Type Frame & Panel Joint Has Finished Back Yes Drawer Glide Mechanism Standard Storage Options Cabinet Cabinet Configuration Built-In Is Customizable? No Is Electric No Style Shape L-Shape Desk Design Computer Desk Color Brown Style Name Farmhouse Finish Types Polished Furniture Finish Walnut Leg Style Straight Leg Top Color Rustic Brown Base Color Rustic Brown Measurements Item Dimensions D x W x H 59″D x 43.3″W x 29.5″H Maximum Compatible Number of Seats 2 Item Weight 89.29 Pounds Size Large Number Of Shelves 4 Tabletop Thickness 2.74 Inches Maximum Height 29.5 Inches Working Surface Diagonal Length 73.2 Inches Number Of Enclosed Shelves 2 Number Of Cabinets 1 Number Of Open Shelves 2 User guide Required Assembly Yes Maximum Weight Recommendation 441 Pounds Recommended Number of People for Assembly 2 Warranty Type 18-month warranty UL Listed No Mfg Warranty Type (i.e. Parts, Labor) limited warranty Includes All Assembly Tools Yes
$249.99 Original price was: $249.99.$209.99Current price is: $209.99.
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.
BESTSELLER
$209.99 Original price was: $209.99.$169.99Current price is: $169.99.
BESTSELLER
$209.99 Original price was: $209.99.$169.99Current price is: $169.99.
BESTSELLER
$209.99 Original price was: $209.99.$169.99Current price is: $169.99.
BESTSELLER
$209.99 Original price was: $209.99.$169.99Current price is: $169.99.
BESTSELLER
$209.99 Original price was: $209.99.$169.99Current price is: $169.99.
BESTSELLER
$239.99 Original price was: $239.99.$169.99Current price is: $169.99.
BESTSELLER
$159.99 Original price was: $159.99.$115.99Current price is: $115.99.
BESTSELLER
$159.99 Original price was: $159.99.$129.99Current price is: $129.99.
BESTSELLER
$159.99 Original price was: $159.99.$115.99Current price is: $115.99.
BESTSELLER
$189.99 Original price was: $189.99.$110.49Current price is: $110.49.
BESTSELLER
$189.99 Original price was: $189.99.$110.49Current price is: $110.49.
BESTSELLER
$449.99 Original price was: $449.99.$379.99Current price is: $379.99.
BESTSELLER
$459.99 Original price was: $459.99.$355.99Current price is: $355.99.
BESTSELLER
$249.99 Original price was: $249.99.$209.99Current price is: $209.99.
BESTSELLER
$245.99 Original price was: $245.99.$169.99Current price is: $169.99.
BESTSELLER
$309.99 Original price was: $309.99.$219.99Current price is: $219.99.