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

63″ Console Table, Farmhouse 4-Tier Sofa Table with 15 Storage Cubes

63″ Console Table, Farmhouse 4-Tier Sofa Table with 15 Storage Cubes

-10%

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

Rustic Elegance – With simple lines and a rustic brown shade, this couch table embodies a versatile farmhouse design that can complement most home decor styles. Four-Tier Storage – Our foyer table offers 15 cubbies across four tiers for ample storage and display opportunities for lamps, frames, books, plants, and other decorative pieces. Adaptable Console Table – This table can easily fit into your entrance, hallway, living room, bedroom, study, or home office, serving as a console, entrance, or sofa table. Sturdy and Durable – Made from superior MDF, this entry table is durable and has a scratch-resistant, easy-to-maintain waterproof surface. It also includes an anti-tip kit for safety. Effortless Assembly – Assembling this console table is easy with detailed instructions and numbered hardware. For any issues, please contact our customer service team. Product Dimensions & Weights Details Length 63″ Depth 11.81″ Height 31.5″ Item Weight 87.08 lbs Packaging Dimensions & Weights 67.32″ L x 13.58″ W x 6.89″ H (91.49 lbs) Installation Guide.pdf Tribesigns 15-Cube Console Table Our all-in-one furniture piece combines the functionality of an entryway table with a versatile storage organizer , designed to provide a solution that not only maximizes your space but also adds a dash of contemporary style to your home. Versatile Console Table Behind Couch Its narrow design means it can comfortably fit in any area, be it the tight corners of your living room , the compact spaces in your bedrooms , or those often overlooked nooks in your study room or the foyer . #premium-module-12-nav-carousel-1752116713827215200 { .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-1752116713827215200 { .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; } } } Spacious TabletopClosed-Back DesignThickened Base15 Cubes for Storage Spacious Tabletop Closed-Back Design Thickened Base 15 Cubes for Storage 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); }); }); Item details Brand Name Tribesigns Age Range Description Adult Model Name Console Table Included Components Assembly Guide, Numbered Hardware, Installation Tool Item Height 31.5 inches Manufacturer Warranty Description 18-month warranty. Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth, Wipe with Damp Cloth Base Engineered Wood Is Stain Resistant Yes Material Type Engineered Wood Handle Material Engineered Wood Features & Specs Base Type Pedestal Is Foldable No Number of Items 1 Frame Joint Type Biscuit Joint Tilting No Is Customizable? No Is Electric No Is the item resizable? No Measurements Item Dimensions D x W x H 11.81″D x 63″W x 31.5″H Item Weight 85.8 Pounds Size Large Tabletop Thickness 31.5 Inches Extended Length 63 Inches Item Width 63 Inches Base To Top Distance 31.5 Inches User guide Maximum Weight Recommendation 220 Pounds Recommended Uses For Product Storing, Displaying Indoor Outdoor Usage Indoor Recommended Number of People for Assembly 2 Specific Uses For Product Residential Use Warranty Type Limited Tools Recommended For Assembly Drill Includes All Assembly Tools Yes Style Color Brown Shape Rectangular Table Design Console Table Style Name Farmhouse Furniture Finish Stained

Original price was: $199.99.Current price is: $179.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 ⏰