-13%
2-Tier Storage Space – Offering two levels of storage, this 41.3-inch long entryway table provides ample space for your decorative items like a vase or table lamp on the top shelf, and practical storage like baskets on the bottom shelf, perfect for bags and keys. Chic Design – Featuring a rustic brown finish with a simplistic silhouette, this console table exudes a farmhouse charm that will undoubtedly add a hint of charisma to your entryway. Broad Applicability – With an 11.8″ depth, this wooden sofa table fits snugly into narrower hallways, entryways, or the space behind a couch. It takes up minimal room while still offering functional storage, making it a perfect fit for your entryway or living room. Sturdy Construction – Utilizing 1.8″ thick high-quality particleboard, this console table provides solid backing for your objects and ensures long-lasting usage. Adjustable feet help in maintaining stability on slightly uneven floors and protect your flooring from scratches. Simple Assembly – The parts are clearly marked, and the instructions are straightforward for a hassle-free assembly. Please don’t hesitate to reach out to us if you have any questions. Product Dimensions & Weights Details Length 40.55″ Depth 11.81″ Height 33.46″ Item Weight 30.86 lbs Packaging Dimensions & Weights 45.67″ L x 14.96″ W x 4.72″ H (33.07 lbs) Installation Guide.pdf .image-with-text__content-wrapper-walter .image-with-text__content-list { flex-direction: column; } .heading–image-with-text-h2 { font-size: 16px; } @media screen and (max-width: 740px) { .heading–image-with-text-h2 { font-size: 14px; } .heading–image-with-text-h3 { font-size: 18px; } .premium-module-1-image-text-h3 { margin-top: 0 !important; } } Effortlessly Add Storage and Refinement to Your Home Decor Crafted from premium particleboard in a rustic brown finish, this console table with storage shelves provides ample room for decor and essentials. You can store keys, mail, and wallets or display your favorite family photos, vases, and other decorative items on the top shelf, while put a storage basket on the bottom shelf. You can even stash your slippers beneath the table! Keep your home neat and tidy with this functional and stylish piece. Bring Farmhouse Elegant to Your Living Room Plenty of space for display or collection #premium-module-12-nav-carousel-1752645570342498600 { .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-1752645570342498600 { .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; } } } 1.8′ Thickened BoardRustic CharmPlenty of StorageAdjustable Feet 1.8′ Thickened Board The 1.8′ wide thickened board provides strong support for items placed on the table surface. Rustic Charm It features a timeless design and a farmhouse-style finish that complements any decor style. Plenty of Storage The large top surface and bottom shelf offer ample space for decor and essentials. Adjustable Feet These keep the table balanced on slightly uneven floors and prevent scratches. 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 Tribesigns Console Table Included Components Assembly Guide, Installation Tool Item Height 33.46 inches Manufacturer Warranty Description 1 year limited. Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth Base Engineered Wood Is Stain Resistant Yes Features & Specs Base Type Leg Is Foldable No Number of Items 1 Number Of Shelves 2 Tilting No Is Customizable? No Is the item resizable? No Number of Racks 2 Measurements Item Dimensions D x W x H 11.81″D x 41.34″W x 33.46″H Item Weight 33.07 Pounds Size Medium Tabletop Thickness 1.77 Inches Extended Length 41.3 Inches Item Width 41.34 Inches Ground To Item Distance 33.46 Inches Base To Top Distance 17.9 Inches User guide Maximum Weight Recommendation 350 Pounds Recommended Uses For Product Storage, 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 Screw Driver Includes All Assembly Tools Yes Style Color Brown Shape Rectangular Table Design Console Table Style Name Farmhouse Finish Types Wood Finish Furniture Finish Wood
$159.99 Original price was: $159.99.$139.99Current price is: $139.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
$155.99 Original price was: $155.99.$129.99Current price is: $129.99.
BESTSELLER
$169.99 Original price was: $169.99.$139.99Current price is: $139.99.
BESTSELLER
$189.99 Original price was: $189.99.$169.99Current price is: $169.99.
BESTSELLER
$195.99 Original price was: $195.99.$159.99Current price is: $159.99.
BESTSELLER
$175.99 Original price was: $175.99.$119.99Current price is: $119.99.
BESTSELLER
$179.99 Original price was: $179.99.$159.99Current price is: $159.99.
BESTSELLER
$179.99 Original price was: $179.99.$119.99Current price is: $119.99.
BESTSELLER
$159.99 Original price was: $159.99.$109.99Current price is: $109.99.
BESTSELLER
$199.99 Original price was: $199.99.$179.99Current price is: $179.99.
BESTSELLER
$209.99 Original price was: $209.99.$179.99Current price is: $179.99.
BESTSELLER
$195.99 Original price was: $195.99.$169.99Current price is: $169.99.
BESTSELLER
$189.99 Original price was: $189.99.$159.99Current price is: $159.99.
BESTSELLER
$179.99 Original price was: $179.99.$88.99Current price is: $88.99.
BESTSELLER
$195.99 Original price was: $195.99.$169.99Current price is: $169.99.
BESTSELLER
$195.99 Original price was: $195.99.$169.99Current price is: $169.99.
BESTSELLER
$249.99 Original price was: $249.99.$159.99Current price is: $159.99.