Wood End Table, Round Side Table With 4 Drawers(No Assembly Required)
No Assembly Required - Welcome ease into your life with the Tribesigns solid wood round end table. Arriving fully assembled, it saves you from the hassle of complicated installatio n. Just unpack and let it make an instant impression on your living space. Premium Solid Wood Construction - With high-quality solid wood at its core, our rustic end table merges exceptional sturdiness with enduring beauty. The warm cherry brown finish beautifully enhances the natural wood grain, injecting rustic charm into your living room or bedroom decor. 4 Convenient Storage Drawers - Blending style and practicality, our wooden side table offers four spacious drawers. It's an ideal space for tucking away small essentials like remote controls, reading glasses, and miscellaneous items, keeping your surroundings neat and organized. Timeless Midcentury Style - Reflecting the timeless appeal of midcentury modern design, this round end table manifests elegance through its tasteful silhouette. With sleek lines and vintage charm, it perfectly accentuates a variety of decor styles from classic to contemporary. Versatile and Practical - Measuring at 17.72" L x 17.72" W x 25.59" H, this compact bedside table is the perfect fit for small spaces. Position it alongside your couch, armchair, vanity, or even in your entryway. It offers a convenient spot for an accent lamp, framed photos or decorative essentials. Highlight your style while basking in practicality with our side table. Product Dimensions & Weights Details Length 17.72" Depth 17.72" Height 25.59" Item Weight 44.09 lbs Packaging Dimensions & Weights 20.87" L x 20.67" W x 29.33" H (52.91 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; } } Solid Wood Round End Table Add some warmth to your home with an end table that exudes mid-century style. The Tribesigns round side table was inspired by the tasteful forms and aesthetics of midcentury modern design, showcasing an elegant silhouette and providing timeless tradition to your space. The piece is crafted from solid and engineered wood with a warm cherry brown finish, highlighting the wood grain for a classically rustic feel. #premium-module-12-nav-carousel-1768962439588719900 { .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-1768962439588719900 { .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; } } } 4 Storage DrawersAntique Bronze HandlesSmooth SurfaceRound Tabletop 4 large drawers keep your belongings organized and easy to access for everyday use. The elegant drawer pulls are in an antique brass finish that enhances the aesthetic. It features a smooth finish, which provides an attractive touch and enables you to clean it easily. With a smooth round surface, you don't worry about being accidentally injured by a sharp corner. 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 Included Components Assembly Guide, Installation Tool Manufacturer Tribesigns Item Height 25.59 inches Style Color Cherry Brown Shape Round Table Design End Table Style Name Retro Furniture Finish Cherry Brown Stain Leg Style Straight Leg Top Color Cherry Brown Handle Finish Type Cherry Brown Base Color Cherry Brown Handle Color cherry brown Measurements Item Dimensions D x W x H 17.72"D x 17.72"W x 25.59"H Item Weight 44.09 Pounds Size 17.71 inches diameter x 25.59 inches height Tabletop Thickness 0.75 Inches Extended Length 17.72 Inches User guide Maximum Weight Recommendation 150 Pounds Recommended Uses For Product Displaying, Nightstand for Bedroom, Storage Indoor Outdoor Usage Indoor Materials & Care Frame Material Type Wood Top Material Type Wood Base Wood Is Stain Resistant No Material Type Engineered Wood, Wood Handle Material Wood Features & Specs Base Type Trestle Number of Drawers 4 Is Foldable No Number of Items 1 Is Customizable? No Is the item resizable? No
More you might like
Related
Rutledge & King Naples Wood End Table - Small Round Side Tab
Related
Rutledge & King Kirklee Wood End Table - Small Round Side Ta
Related
Rutledge & King Creston Wood End Table - Small Round Side Ta
Related