Store Offer Menu

  • Image
    Round End Table, Industrial Side Table with Metal Hollow Frame

    Round End Table, Industrial Side Table with Metal Hollow Frame

    Product information for Round End Table, Industrial Side Table with Metal Hollow Frame

    $115.99
    $85.9926% OFF

    Stylish and versatile - The unique design and rich rustic brown color of this end table effortlessly blend with any home decor, adding a touch of sophistication to your space. Durable construction - Crafted with a sturdy MDF board and metal frame, this side table is built to last and can withstand daily use. Perfect size - With its compact dimensions of 17.72"D x 17.72"W x 23.62"H, this end table fits seamlessly into any space, making it ideal for small apartments or tight corners. Ample storage space - The round tabletop allows you to conveniently store books, magazines, or decorative items, keeping your space organized and clutter-free. Easy installation and excellent customer support - We provide detailed instructions and all the necessary hardware for a hassle-free assembly. Plus, our responsive customer service team is always ready to assist you with any questions or concerns. 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

  • More Deals You’ll Love

    Round End Table, Industrial Side Table with Metal Hollow Frame - Gray
    Tribesigns logo

    Round End Table, Industrial Side Table with Metal ...

    Stylish and versatile - The unique design and rich rustic brown color of this end table effortlessly blend with any home decor, adding a touch of sophistication to your space. Durable construction - Crafted with a sturdy MDF board and metal frame, this side table is built to last and can withstand daily use. Perfect size - With its compact dimensions of 17.72"D x 17.72"W x 23.62"H, this end table fits seamlessly into any space, making it ideal for small apartments or tight corners. Ample storage space - The round tabletop allows you to conveniently store books, magazines, or decorative items, keeping your space organized and clutter-free. Easy installation and excellent customer support - We provide detailed instructions and all the necessary hardware for a hassle-free assembly. Plus, our responsive customer service team is always ready to assist you with any questions or concerns. 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
    $115.99
    $85.9926% OFF
    20” Round End Table
    Little Tree logo

    20” Round End Table

    【Aesthetic design】: The white and gold round end table is a stunning piece of furniture that adds a touch of elegance to any room. Its sleek and modern design will complement any interior decor style, making it a must-have for your home. 【Unique Gold O-Shaped Base】: Durable gold metal frame connected by a overlapped "O" shape design offers a sturdy base with style lines for a contemporary round accent table. Whichever way you look at it, this white end table creates a geometric aesthetic that will add a touch of color to your room. 【Quality materials】: Crafted from high-quality materials, this end table is sturdy and durable, making it a wise investment for your living space. The tabletop is made of high quality MDF with beautiful faux marble white veneer, smooth and easy to clean; while and the legs are made of thick steel, ensuring longevity and stability. 【Versatility】: This round end table is not just a pretty face; it's also highly functional. With a spacious tabletop measuring 19.7 inches in diameter, it provides ample space to display your favorite decorative items or serve drinks to your guests. Its compact size also makes it an ideal choice for small spaces. It can be used as coffee table, cocktail table, end table, sofa table, nightstand etc. 【Easy assembly】: Package comes with easy-to-follow instructions and all the necessary hardware, making assembly a breeze. In just a few simple steps, you'll have a beautiful and functional piece of furniture.
    $149.99
    $89.9940% OFF
    2-Tier Round End Table with Metal Frame
    Little Tree logo

    2-Tier Round End Table with Metal Frame

    Complementary Addition - Whether you need a convenient spot to place your coffee or book within arm's reach of your sofa, from cozy reading space to leisure and entertaining, Tribesigns white gold side table can meet your different needs. The spacious tabletop provides ample room for your daily essentials such as a lamp, book, or a cup of coffee. Modern Design - Tribesigns 2 Tier faux marble white and gold end table round side table is a beautifully designed that will add a touch of elegance to any room. With its sleek lines and delicate details, It is the perfect accent gold end table to complement any interior decor style. Practical and Multi-Purpose - Overall Size: 19.68"W *23.22"H. Weighing just the right amount, Tribesigns white gold side table is easy to move and reposition according to your needs. Can easily blend with other furniture in the living room, hallway, bedroom enhancing your house style. It can be a round gold nightstand, end table with storage, accent table snack table, small white gold coffee end table. Solid and Durable Construction - Made of high-quality 0.59" thick particle board and sturdy gold painted iron pipes, this gold end table is built to last and offer enough support for all your essentials. The smooth surface is waterproof, scratch-resistant and easy to clean. Lightweight design, easy to move and carry. Easy Assembly&Buy with Confidence - Tribesigns modern round gold snack table end table is easy to assemble. All labeled pieces and tools are included. If you have any trouble with our white gold sofa side table, Feel free to contact us. Product Dimensions: 19.68"D x 19.68"W x 23.22"H Material: Particleoard & Metal Frame
    $149.99
    $91.9939% OFF
    3-Tier End Table with Round Metal Frame - Brown / 2PCS
    Little Tree logo

    3-Tier End Table with Round Metal Frame - Brown / ...

    3 Tiers Storage Shelves - Our end table features 3 spacious shelves, providing ample storage space for your books, lamps, potted plants, and other small items. Keep your living room or bedroom organized and clutter-free with this versatile piece of furniture. Wide Arrangements - This slim sofa side table can be used in a variety of settings, making it a versatile addition to your home. Use it as an end table close to your couch in the living room, a nightstand or bedside table in your bedroom, or even take it outside for your outdoor activities. Industrial Appearance - The combination of E1 MDF wood board and thickened metal frames gives our side table a unique and modern industrial look. The rectangular wooden top and round metal frames create a contrast that is both eye-catching and functional. This special and unique design will add a touch of style to any room. Easy Assembly - Our side end table comes with clear instructions and number-labeled accessories, making assembly a breeze. You can have it set up in less than 15 minutes! Excellent Customer Service - We stand behind our products and offer an 18-month warranty. If you have any questions or concerns, our friendly customer service team is always here to help. We are committed to providing our customers with the best possible experience, from purchase to after-sales support. Product Dimensions: 11.81"D x 23.62"W x 25.59"H Material: Engineered Wood & Metal
    $269.99
    $189.9930% OFF
    3-Tier End Table with Round Metal Frame - Brown / 1PC
    Little Tree logo

    3-Tier End Table with Round Metal Frame - Brown / ...

    3 Tiers Storage Shelves - Our end table features 3 spacious shelves, providing ample storage space for your books, lamps, potted plants, and other small items. Keep your living room or bedroom organized and clutter-free with this versatile piece of furniture. Wide Arrangements - This slim sofa side table can be used in a variety of settings, making it a versatile addition to your home. Use it as an end table close to your couch in the living room, a nightstand or bedside table in your bedroom, or even take it outside for your outdoor activities. Industrial Appearance - The combination of E1 MDF wood board and thickened metal frames gives our side table a unique and modern industrial look. The rectangular wooden top and round metal frames create a contrast that is both eye-catching and functional. This special and unique design will add a touch of style to any room. Easy Assembly - Our side end table comes with clear instructions and number-labeled accessories, making assembly a breeze. You can have it set up in less than 15 minutes! Excellent Customer Service - We stand behind our products and offer an 18-month warranty. If you have any questions or concerns, our friendly customer service team is always here to help. We are committed to providing our customers with the best possible experience, from purchase to after-sales support. Product Dimensions: 11.81"D x 23.62"W x 25.59"H Material: Engineered Wood & Metal
    $139.99
    $99.9929% OFF
    3-Tier End Table with Round Metal Frame - Grey / 1PC
    Little Tree logo

    3-Tier End Table with Round Metal Frame - Grey / 1...

    3 Tiers Storage Shelves - Our end table features 3 spacious shelves, providing ample storage space for your books, lamps, potted plants, and other small items. Keep your living room or bedroom organized and clutter-free with this versatile piece of furniture. Wide Arrangements - This slim sofa side table can be used in a variety of settings, making it a versatile addition to your home. Use it as an end table close to your couch in the living room, a nightstand or bedside table in your bedroom, or even take it outside for your outdoor activities. Industrial Appearance - The combination of E1 MDF wood board and thickened metal frames gives our side table a unique and modern industrial look. The rectangular wooden top and round metal frames create a contrast that is both eye-catching and functional. This special and unique design will add a touch of style to any room. Easy Assembly - Our side end table comes with clear instructions and number-labeled accessories, making assembly a breeze. You can have it set up in less than 15 minutes! Excellent Customer Service - We stand behind our products and offer an 18-month warranty. If you have any questions or concerns, our friendly customer service team is always here to help. We are committed to providing our customers with the best possible experience, from purchase to after-sales support. Product Dimensions: 11.81"D x 23.62"W x 25.59"H Material: Engineered Wood & Metal
    $139.99
    $99.9929% OFF
    3-Tier End Table with Round Metal Frame
    Little Tree logo

    3-Tier End Table with Round Metal Frame

    3 Tiers Storage Shelves - Our end table features 3 spacious shelves, providing ample storage space for your books, lamps, potted plants, and other small items. Keep your living room or bedroom organized and clutter-free with this versatile piece of furniture. Wide Arrangements - This slim sofa side table can be used in a variety of settings, making it a versatile addition to your home. Use it as an end table close to your couch in the living room, a nightstand or bedside table in your bedroom, or even take it outside for your outdoor activities. Industrial Appearance - The combination of E1 MDF wood board and thickened metal frames gives our side table a unique and modern industrial look. The rectangular wooden top and round metal frames create a contrast that is both eye-catching and functional. This special and unique design will add a touch of style to any room. Easy Assembly - Our side end table comes with clear instructions and number-labeled accessories, making assembly a breeze. You can have it set up in less than 15 minutes! Excellent Customer Service - We stand behind our products and offer an 18-month warranty. If you have any questions or concerns, our friendly customer service team is always here to help. We are committed to providing our customers with the best possible experience, from purchase to after-sales support. Product Dimensions: 11.81"D x 23.62"W x 25.59"H Material: Engineered Wood & Metal
    $139.99
    $99.9929% OFF
    Solid Wood End Table, 2-Tier Sofa Side Table with Storage Shelf
    Tribesigns logo

    Solid Wood End Table, 2-Tier Sofa Side Table with ...

    Contemporary Design - Sporting a cherry finish and sleek, slim profile, the Tribesigns sofa and side table are ideal for small spaces. The solid wood and unique curved design add a stylish touch to your decor. Smart Space Utilization - This solid wood end table is 11.81" D x 27.56" W x 26.38" H, optimizing space without sacrificing usability. The two shelves offer ample storage for everyday items, keeping your living room tidy. Robust Construction - Crafted with a solid wood frame, this side table provides stability and durability. Its surface is coated with a waterproof lacquer that resists scratches and corrosion, making it easy to clean. Multipurpose Use - This farmhouse end table can serve as a side table for your sofa, allowing for convenient storage of necessary items. Additionally, it can function as a stylish bedside table or nightstand in your bedroom. Easy Assembly - This two tier side table comes with clear instructions and required accessories for quick assembly. For any issues with your order, please contact our customer service team. Product Dimensions & Weights Details Length 27.56" Depth 11.81" Height 26.38" Item Weight 15.43 lbs Packaging Dimensions & Weights 32.28" L x 13.78" W x 6.42" H (16.87 lbs) Installation Guide.pdf Tribesigns 2-Tier Upgraded Solid Rubber Wood End Table for Living Room #premium-module-12-nav-carousel-1751005123545749100 { .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-1751005123545749100 { .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; } } } Narrow Storage ShelfSturdy StructureStylish Cherry Finish Space-Saving Solution Two narrow storage shelves provide ample room for daily items, keeping your living room organized. Cute Deer-Shaped Legs Modern and Stylish Design It features a cherry finish and a sleek, slim profile, perfect for small spaces. 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); }); }); Farmhouse Long Bedside Table, Nightstand with Storage Shelf for Bedroom Item details Age Range Description Adult Included Components Assembly Guide, Installation Tool Item Height 26.38 inches Style Color Cherry, Black, Rustic Brown Shape Rectangular Table Design End Table Style Name Mid-Century Modern Finish Types Wooden grain, Painted Furniture Finish Cherry, Black, Rustic Brown Top Color Cherry, Black, Rustic Brown Base Color Cherry, Black, Rustic Brown Measurements Item Dimensions D x W x H 11.81"D x 27.56"W x 26.38"H Item Weight 15.5 Pounds User guide Maximum Weight Recommendation 22 Pounds Recommended Uses For Product Corner, Accent, Displaying Indoor Outdoor Usage Indoor Materials & Care Frame Material Type Rubber Wood Top Material Type Rubber Wood Product Care Instructions Wipe with Dry Cloth, Wipe with Damp Cloth Material Type Rubberwood Handle Material Engineered Wood Features & Specs Seating Capacity 1 Base Type Leg Is Foldable No Number of Items 1 Tilting No Is Customizable? No Is Electric No Is the item resizable? No
    $109.99
    $91.9916% OFF
    Solid Wood End Table, 2-Tier Sofa Side Table with Storage Shelf - Cherry
    Tribesigns logo

    Solid Wood End Table, 2-Tier Sofa Side Table with ...

    Contemporary Design - Sporting a cherry finish and sleek, slim profile, the Tribesigns sofa and side table are ideal for small spaces. The solid wood and unique curved design add a stylish touch to your decor. Smart Space Utilization - This solid wood end table is 11.81" D x 27.56" W x 26.38" H, optimizing space without sacrificing usability. The two shelves offer ample storage for everyday items, keeping your living room tidy. Robust Construction - Crafted with a solid wood frame, this side table provides stability and durability. Its surface is coated with a waterproof lacquer that resists scratches and corrosion, making it easy to clean. Multipurpose Use - This farmhouse end table can serve as a side table for your sofa, allowing for convenient storage of necessary items. Additionally, it can function as a stylish bedside table or nightstand in your bedroom. Easy Assembly - This two tier side table comes with clear instructions and required accessories for quick assembly. For any issues with your order, please contact our customer service team. Product Dimensions & Weights Details Length 27.56" Depth 11.81" Height 26.38" Item Weight 15.43 lbs Packaging Dimensions & Weights 32.28" L x 13.78" W x 6.42" H (16.87 lbs) Installation Guide.pdf Tribesigns 2-Tier Upgraded Solid Rubber Wood End Table for Living Room #premium-module-12-nav-carousel-1751005123545749100 { .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-1751005123545749100 { .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; } } } Narrow Storage ShelfSturdy StructureStylish Cherry Finish Space-Saving Solution Two narrow storage shelves provide ample room for daily items, keeping your living room organized. Cute Deer-Shaped Legs Modern and Stylish Design It features a cherry finish and a sleek, slim profile, perfect for small spaces. 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); }); }); Farmhouse Long Bedside Table, Nightstand with Storage Shelf for Bedroom Item details Age Range Description Adult Included Components Assembly Guide, Installation Tool Item Height 26.38 inches Style Color Cherry, Black, Rustic Brown Shape Rectangular Table Design End Table Style Name Mid-Century Modern Finish Types Wooden grain, Painted Furniture Finish Cherry, Black, Rustic Brown Top Color Cherry, Black, Rustic Brown Base Color Cherry, Black, Rustic Brown Measurements Item Dimensions D x W x H 11.81"D x 27.56"W x 26.38"H Item Weight 15.5 Pounds User guide Maximum Weight Recommendation 22 Pounds Recommended Uses For Product Corner, Accent, Displaying Indoor Outdoor Usage Indoor Materials & Care Frame Material Type Rubber Wood Top Material Type Rubber Wood Product Care Instructions Wipe with Dry Cloth, Wipe with Damp Cloth Material Type Rubberwood Handle Material Engineered Wood Features & Specs Seating Capacity 1 Base Type Leg Is Foldable No Number of Items 1 Tilting No Is Customizable? No Is Electric No Is the item resizable? No
    $109.99
    $91.9916% OFF
    Solid Wood End Table, 2-Tier Sofa Side Table with Storage Shelf - Black
    Tribesigns logo

    Solid Wood End Table, 2-Tier Sofa Side Table with ...

    Contemporary Design - Sporting a cherry finish and sleek, slim profile, the Tribesigns sofa and side table are ideal for small spaces. The solid wood and unique curved design add a stylish touch to your decor. Smart Space Utilization - This solid wood end table is 11.81" D x 27.56" W x 26.38" H, optimizing space without sacrificing usability. The two shelves offer ample storage for everyday items, keeping your living room tidy. Robust Construction - Crafted with a solid wood frame, this side table provides stability and durability. Its surface is coated with a waterproof lacquer that resists scratches and corrosion, making it easy to clean. Multipurpose Use - This farmhouse end table can serve as a side table for your sofa, allowing for convenient storage of necessary items. Additionally, it can function as a stylish bedside table or nightstand in your bedroom. Easy Assembly - This two tier side table comes with clear instructions and required accessories for quick assembly. For any issues with your order, please contact our customer service team. Product Dimensions & Weights Details Length 27.56" Depth 11.81" Height 26.38" Item Weight 15.43 lbs Packaging Dimensions & Weights 32.28" L x 13.78" W x 6.42" H (16.87 lbs) Installation Guide.pdf Tribesigns 2-Tier Upgraded Solid Rubber Wood End Table for Living Room #premium-module-12-nav-carousel-1751005123545749100 { .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-1751005123545749100 { .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; } } } Narrow Storage ShelfSturdy StructureStylish Cherry Finish Space-Saving Solution Two narrow storage shelves provide ample room for daily items, keeping your living room organized. Cute Deer-Shaped Legs Modern and Stylish Design It features a cherry finish and a sleek, slim profile, perfect for small spaces. 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); }); }); Farmhouse Long Bedside Table, Nightstand with Storage Shelf for Bedroom Item details Age Range Description Adult Included Components Assembly Guide, Installation Tool Item Height 26.38 inches Style Color Cherry, Black, Rustic Brown Shape Rectangular Table Design End Table Style Name Mid-Century Modern Finish Types Wooden grain, Painted Furniture Finish Cherry, Black, Rustic Brown Top Color Cherry, Black, Rustic Brown Base Color Cherry, Black, Rustic Brown Measurements Item Dimensions D x W x H 11.81"D x 27.56"W x 26.38"H Item Weight 15.5 Pounds User guide Maximum Weight Recommendation 22 Pounds Recommended Uses For Product Corner, Accent, Displaying Indoor Outdoor Usage Indoor Materials & Care Frame Material Type Rubber Wood Top Material Type Rubber Wood Product Care Instructions Wipe with Dry Cloth, Wipe with Damp Cloth Material Type Rubberwood Handle Material Engineered Wood Features & Specs Seating Capacity 1 Base Type Leg Is Foldable No Number of Items 1 Tilting No Is Customizable? No Is Electric No Is the item resizable? No
    $109.99
    $95.9913% OFF
    23.6" End Table, Farmhouse Wooden Side Table with Storage Shelf - Brown
    Tribesigns logo

    23.6" End Table, Farmhouse Wooden Side Table with ...

    Living Room Side Table - Enhance your living room decor with this elegant wooden side table. Its smooth brown finish adds sophistication and immediately draws attention in your living area. Storage-Savvy End Table - The sleek rectangle silhouette design encompasses open storage, fitting for small boxes. Whether stationed next to your living room sofa or used as a nightstand in your bedroom, this table easily blends with any decor. Country-Style Side Table - This rectangular side table features a clean-lined silhouette highlighted by a neutral finish, contributing timeless charm to your country-style home decor. It's set to be a standout piece in your living room. Compact and Efficient - Measuring 23.6" W x 11.8" D x 25.5" H, this wooden end table offers enough surface space to hold drinks, lamps, vases, etc. Even in limited spaces, its compact design and stylish details promise a stylish transformation. User-Friendly Assembly - Despite its solid build, this small accent table guarantees a simple assembly process. All parts are clearly marked, and comprehensive step-by-step instructions are included, ensuring an effortless setup. Product Dimensions & Weights Details Length 23.62" Depth 11.82" Height 25.59" Item Weight 26.01 lbs Packaging Dimensions & Weights 29.53" L x 14.96" W x 7.28" H (29.1 lbs) Installation Guide.pdf Item details Brand Name Tribesigns Model Name end table Included Components Assembly Guide, End Table Item Height 25.59 inches Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Is Stain Resistant No Material Type Engineered Wood Features & Specs Base Type Leg Is Foldable No Number of Items 1 Tilting No Is Customizable? No Measurements Item Dimensions D x W x H 11.8"D x 23.6"W x 25.59"H Item Weight 26 Pounds Size 1PC Tabletop Thickness 0.98 Inches User guide Maximum Weight Recommendation 80 Pounds Recommended Uses For Product Displaying Specific Uses For Product Residential Use Warranty Type Limited Includes All Assembly Tools Yes Style Color Brown Shape Rectangular Style Name Farmhouse
    $99.99
    $89.9910% OFF
    Round End Table, 23.6" Tall Side Table with Faux Marble Tabletop
    Tribesigns logo

    Round End Table, 23.6" Tall Side Table with Faux M...

    Farmhouse Style - This small side table boasts a drum base with fluted detailing and a smooth, round tabletop finished in faux marble. It infuses your room with sophisticated farmhouse charm, creating a warm and inviting ambiance. Robust Construction - Crafted from premium MDF, this round end table promises long-term durability. Its solid fluted base with adjustable foot pads is designed to handle everyday use. Support lamps, books, and décor without a second thought. Faux Marble Large Top - This end table features a spacious 17.72-inch diameter tabletop to accommodate your laptop, drinks, and other necessities conveniently. The wipeable surface ensures everyday cleaning is effortless, maintaining its shine with a dry or damp cloth. Compact & Versatile - Ideal for various compact spaces, you can use this table as a charming living room end table, a chic wooden bedside table, or a stylish display stand. Its simple, universal design allows it to effortlessly blend into any room. Easy To Assemble - All necessary tools and clear instructions are provided, facilitating a hassle-free assembly experience. If you have any questions about our farmhouse fluted nightstand, our customer service team stands ready to assist you. Product Dimensions & Weights Details Length 17.72" Depth 17.72" Height 23.6" Tabletop Thickness 0.98" Item Weight 17.64 lbs Packaging Dimensions & Weights 27.17" L x 20.59" W x 5.71" H (21.38 lbs) Installation Guide.pdf Tribesigns Round Fluted Side Table with Faux Marble Tabletop and Drum Pedestal Two Tone Design Bring a Minimalist yet Elegant Aesthetic to Your Space Smooth Faux Marble Tabletop & Fluted Drum Pedestal Wide Range of Applicable Scenes Style Color Brown & White Shape Round Table Design End Table Style Name Modern Farmhouse Theme Living Room Furniture Top Color White Base Color Brown Item details Brand Name Tribesigns Model Name End Table Included Components Assembly Guide, Installation Tool Item Width 17.72 Inches Manufacturer Tribesigns Features & Specs Base Type Pedestal Is Foldable No Number of Items 1 Is Customizable? No Measurements Item Dimensions D x W x H 17.72"D x 17.72"W x 23.6"H Item Weight 17.64 Pounds Size Small, 17.72" x 17.72" x 23.6" H Item Dimensions 17.72 x 17.72 x 23.6 inches Tabletop Thickness 0.98 Inches Item Width 17.72 Inches Base To Top Distance 23.6 Inches User guide Maximum Weight Recommendation 120 Pounds Recommended Uses For Product Displaying Indoor Outdoor Usage Indoor Specific Uses For Product Non Residential Use, Residential Use Warranty Type Limited Includes All Assembly Tools Yes Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Product Care Instructions Wipe with Damp Cloth, Wipe with Dry Cloth Is Stain Resistant Yes Material Type Engineered Wood, Faux Marble
    $119.99
    $109.998% OFF
    Tribesigns 31.5" Narrow Side Table, 2-Tier End Table with Shelf
    Tribesigns logo

    Tribesigns 31.5" Narrow Side Table, 2-Tier End Tab...

    Minimalist Farmhouse Style - Designed with a warm brown finish, clean lines, and an open cube frame, this end table blends farmhouse elements with a modern touch. It works well with a variety of interior styles, from contemporary to rustic, adding a simple and welcoming feel to your space. 2-Tier Storage Design - This compact end table offers a practical combination of size and storage. The tabletop provides space for a lamp, plants, or daily items, while the open lower shelf can hold books, baskets, or decorative pieces. Stable Structure - Made from engineered wood, this narrow side table is built with a solid base for everyday stability. The surface is water-resistant and scratch-resistant, making it easy to clean and suitable for regular use. Versatile Placement - This table can be used in different areas of the home. Place it beside a sofa or armchair as a side table, use it as a bedside table in the bedroom, or position it as an accent piece in smaller spaces. Simple Assembly and Care - All parts are clearly labeled and include step-by-step instructions along with the necessary hardware. Assembly is straightforward, and the surface can be maintained easily with regular cleaning. Product Dimensions: 31.5"D x 11.8"W x 23.6"H Material: Engineered Wood
    $86.99
    $79.998% OFF
    Round End Table, 2 Tiers Faux Marble Side Table with Storage Shelf - White & Gold
    Tribesigns logo

    Round End Table, 2 Tiers Faux Marble Side Table wi...

    Stunning Side Table - This eye-catching end table features a white faux marble top and a unique gold metal frame that adds a touch of elegance and creativity to your home decor. Two-Tier Storage - Equipped with a spacious upper shelf and a lower shelf, this practical side table offers ample space for display and storage, perfect for organizing and displaying your items. Compact & Versatile - Measuring 19.69'' x 24.8'', this compact side table is a practical, space-saving addition to any room in your home. Use it as a stylish end table or a useful bedside nightstand. Resilient & Durable - Crafted with a thick particleboard and a firm metal frame, this end table offers a robust construction. Its circular base ensures a strong weight capacity without tipping over. Simple Assembly & Professional Service - With clear instructions and numbered components, this end table is easy to assemble and boasts a professional customer service team to assist you with any queries. Upgrade your home decor with this chic and versatile side table. Product Dimensions & Weights Details Length 19.68" Depth 19.68" Height 24.8" Item Weight 22.04 lbs Packaging Dimensions & Weights 31.5 " L x 21.65 " W x 10.04 " H (25.35 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; } } Unique Arc-Shaped Design 2 Tiers Side Table With its spacious 2-tier design, it offers ample display space on the upper and lower storage shelves. Organize your favorite photos, plants, books, or any other items with ease! Measuring just 19.69'' in diameter and 24.8'' in height, it's compact, lightweight, and perfect for any room in your home. Unique Arc-Shaped Design 2 Tiers Side Table With its spacious 2-tier design, it offers ample display space on the upper and lower storage shelves. Organize your favorite photos, plants, books, or any other items with ease! Measuring just 19.69'' in diameter and 24.8'' in height, it's compact, lightweight, and perfect for any room in your home. .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; } } Product Details Spacious 2 Tiers Provide ample storage and display options, allowing you to organize your items with ease. Unique Arc-Shaped Look The unique design sets it apart from ordinary end tables, instantly enhancing the aesthetic appeal of any room. Solid Support The solid round support contributes to a stable and sturdy structure that can enhance the stability and safety. Rounded Edges The rounded edges not only add a touch of elegance but also ensure the safety during using process. Item details Brand Name Tribesigns Model Name End Table Included Components Assembly Guide Item Type Name Side Table Item Height 24.8 inches Style Color Rustic Brown, White & Gold, Light Brown, Gray Shape Round Table Design End Table Style Name Antique Leg Style Curved Leg Handle Finish Type Polished Measurements Item Dimensions D x W x H 19.68"D x 19.68"W x 24.8"H Item Weight 22 Pounds Tabletop Thickness 18.54 Millimeters Extended Length 19.68 Inches User guide Maximum Weight Recommendation 100 Pounds Recommended Uses For Product Displaying Indoor Outdoor Usage Indoor Tools Recommended For Assembly Screw Driver Includes All Assembly Tools No Materials & Care Frame Material Type Metal Top Material Type Faux Marble Is Stain Resistant No Material Type Engineered Wood Handle Material Metal Features & Specs Base Type Pedestal Is Foldable No Number of Items 1 Frame Joint Type Welded or Bolted Tilting No Is Customizable? No Is the item resizable? No
    $129.99
    $119.988% OFF

    Subscribe to Tribesigns coupon newsletter

    Get notified of offers and coupon codes from Tribesigns before they expire!