Modern Industrial Design - This round end table features a modern industrial style with mixed materials for a distinctive look. The round tabletop with wood veneer pairs naturally with the black metal hollow frame, creating a warm yet contemporary accent that blends easily with a variety of furniture styles. Functional Round Tabletop - Designed to sit perfectly beside a sofa or armchair, this small side table provides a convenient surface for coffee, books, remote controls, or table lamps. It also works well as a bedside nightstand, keeping nighttime essentials within easy reach. Stable & Well-Built Structure - The tabletop is crafted from premium MDF with a rich brown finish, offering both durability and visual appeal. Supported by a sturdy black metal frame, the table remains well-balanced and can support up to 120 lbs, ensuring reliable everyday use. Versatile for Any Room - Whether placed in the living room, bedroom, study, or office, this industrial round side table adapts effortlessly to different spaces while enhancing the overall aesthetic. Easy Assembly - All numbered parts, hardware, and clear instructions are included. Assembly takes approximately 20 minutes, allowing you to enjoy your new end table quickly. Customer support is available if you need assistance. Product Dimensions & Weights Details Length 17.72" Depth 17.72" Height 23.62" Tabletop Thickness 1.57" Item Weight 12.78 lbs Packaging Dimensions & Weights 20.28 " L x 23.23 " W x 5.51 " H (14.99 lbs) Installation Guide.pdf Enhance your living space with the perfect blend of style and practicality. Our brown side table with a black metal frame is designed to not only catch the eye but also to serve you faithfully as a reliable and visually pleasing piece of furniture. #premium-module-12-nav-carousel-1751423483905109200 { .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-1751423483905109200 { .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; } } } Smooth Edges DesignThicker Wooden TabletopSturdy Metal FrameAdjustable Leg Pads Smooth Edges Design Smooth edges design will protect your kids and careless adults from accidental injuries. Thicker Wooden Tabletop 1.97-inch thick tabletop board enhances the whole bearing capacity. Sturdy Metal Frame Supported by a robust steel frame, this end table is crafted to last. Adjustable Leg Pads Protect your floor from scratches and keep the round end table stable on uneven floors. 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-4-two-column-images .img-container-walter { display: grid; grid-template-columns: repeat(8, 1fr); grid-template-rows: repeat(2, 1fr); gap: 10px; } .premium-module-4-two-column-images .item-container img { width: 100%; } .premium-module-4-two-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-4-two-column-images .img-item a { position: relative; width: 100% height:100%; } .premium-module-4-two-column-images .img-item img { border-radius: 8px; } .premium-module-4-two-column-images .info p { margin: 5px 0; } .premium-module-4-two-column-images .info { display: flex; flex-direction: column; text-align: left; } /* 不同尺寸的 img-item */ .premium-module-4-two-column-images .size-4x2 { grid-column: span 4; grid-row: span 2; } .premium-module-4-two-column-images .hidden { visibility: hidden; position: absolute; } .premium-module-4-two-column-images .item-container { width: 100%; } @media screen and (min-width: 768px) { .premium-module-4-two-column-images .img-container-walter { margin: 0 5%; gap: 2%; } } @media screen and (max-width: 767px) { .premium-module-4-two-column-images .img-container-walter { grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(4, 1fr); } /* 2 行高 */ .premium-module-4-two-column-images .mobile-size-4x2 { grid-column: span 4 !important; grid-row: span 2 !important; } } Switch to different spaces according to your needs The epitome of sophistication in your living room Imagine yourself unwinding after a long day, sipping on your favorite beverage, and placing it on the sleek, round tabletop of this end table. Its smooth surface provides ample space for your essentials – be it a lamp, photoframe, or small plant. The perfect addition to your bedroom As your alarm clock buzzes, gently reach over and retrieve your glasses from the table's convenient open shelf. Customizable with your favorite books, a potted plant, or a scented candle, this versatile piece can reflect your unique personality and elevate your bedroom's ambiance. Item details Brand Name Tribesigns Age Range Description Adult Model Name Round End Table Included Components Assembly Guide, Installation Tool, 1*End Table Item Type Name End table,side table Item Height 23.62 inches Materials & Care Frame Material Type Metal Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth Base Metal Is Stain Resistant Yes Material Type Engineered Wood Handle Material Metal Features & Specs Seating Capacity 4 Base Type Leg Is Foldable No Number of Items 1 Unextended Seating Capacity 4 Tilting No Is Customizable? No Is Electric No Is the item resizable? No Furniture Base Movement Glide Measurements Item Dimensions D x W x H 17.72"D x 17.72"W x 23.62"H Item Weight 12.78 Pounds Item Diameter 17.72 Inches Tabletop Thickness 1.57 Inches Extended Length 47.24 Inches User guide Maximum Weight Recommendation 88 Pounds 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 Style Color Rustic Brown, Gray Shape Round Table Design End Table Style Name Industrial Finish Types Veneer Furniture Finish Walnut Leg Style Straight Leg Top Color Brown, Gray Base Color Black