Store Offer Menu

Tribesigns Deals

Top Tribesigns Deals & Price Drops for April 2026

Explore verified Tribesigns discounts and price drops updated in the last 30 days.

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

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
Round End Table, Industrial Side Table with Metal Hollow Frame

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
Solid Wood Nightstand with 2 Drawers, Bedside Table with Open Shelf - Dark Brown

Solid Wood Nightstand with 2 Drawers, Bedside Tabl...

100% Solid Wood Craftsmanship - Designed with a timeless blend of nature and modern life, this nightstand adds a touch of Earth's warmth to your space. Each grain chronicles an epic song of time, making your interactions with this piece genuinely personal. Mid-Century Modern Style - The exquisite deep cherry hue of this bedside table radiates a warm, inviting luster. Each table leg and supporting column is meticulously carved, exuding a timeless elegance that speaks volumes about your style. Effortless Assembly in Minutes - With the included parts, you can effortlessly attach the sturdy legs and top shelf to the central cabinet body. Within moments, you'll have a stylish and vintage nightstand ready for use. Nightstand with Storage - Thoughtfully designed with two spacious 15.16" D drawers, this nightstand provides secure storage for personal items. An open shelf allows for easy access to your bedtime reads. Be it a pair of lightweight glasses or a substantial table lamp, this solid wood nightstand can hold them firmly. Transform Your Home Aesthetic - The captivating color of this 2-drawer nightstand seamlessly integrates with other furniture of similar hues. Whether nestled next to your bed or elegantly placed beside your sofa, it contributes an elegant touch to any space. Product Dimensions & Weights Details Length 23.62" Depth 11.81" Height 24.21" Item Weight 27.56 lbs Packaging Dimensions & Weights 26.38" L x 14.57" W x 17.72" H (30.86 lbs) Installation Guide.pdf Solid Wood Nightstand - Meticulously Crafted with Ingenuity .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; } } Understated and Composed Hues Brings a reassuring sense of tranquility to your bedroom. The dark brown finish is like the veins of time, recording the precipitation of the years. It effectively neutralizes the overly vibrant colors in the bedroom and reduces visual stimuli. The moment you step into the bedroom, the restlessness in your heart is instantly soothed. With its simple and unadorned colors, it creates a composed atmosphere, offering you a sense of peace that is hard to find in the hustle and bustle of the world. #premium-module-12-nav-carousel-1768962425101103500 { .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-1768962425101103500 { .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; } } } For BedroomFor Living Room 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 night stand Included Components Assembly Guide Item Height 24.21 inches Materials & Care Frame Material Type Wood Top Material Type Wood Product Care Instructions Wipe with Dry Cloth Is Stain Resistant Yes Material Type Wood Handle Material Wood Features & Specs Base Type Pedestal Number of Drawers 2 Is Foldable No Number of Items 1 Frame Joint Type Panel Joint Tilting No Is Customizable? No Is the item resizable? No Measurements Item Dimensions D x W x H 23.62"D x 11.81"W x 24.21"H Item Weight 27.56 Pounds Size 23.62" D × 11.81" W × 24.21" H Tabletop Thickness 1.97 Inches Extended Length 23.62 Inches Item Width 11.81 Inches Base To Top Distance 24.21 Inches User guide Maximum Weight Recommendation 110 Pounds Recommended Uses For Product Bedroom, Living Room, Displaying Indoor Outdoor Usage Indoor Recommended Number of People for Assembly 1 Specific Uses For Product Residential Use Warranty Type Limited Tools Recommended For Assembly Screw Driver Includes All Assembly Tools Yes Style Color Dark Cherry Wood Color Shape Rectangular Table Design Nightstand Style Name Mid-Century Modern Furniture Finish Cherry Leg Style Columns Leg Top Color Dark Brown Base Color Dark Brown
$229.99
$165.9928% OFF
3-Drawer Nightstand, Farmhouse Bedside Table with Elegant Patterns

3-Drawer Nightstand, Farmhouse Bedside Table with ...

Elegant Nightstand - Upgrade your bedroom with this stylish nightstand featuring a rich brown finish and chic X-shaped pattern drawer fronts. Perfect for adding a touch of sophistication to any space. Smart 3-Drawer Storage - Keep essentials organized with three spacious drawers and a roomy tabletop (23.62"L x 15.75"W). Ideal for books, lamps, and bedtime must-haves—no more clutter. Fits Any Space - Works as a bedside table, living room end table, or compact storage cabinet. Its versatile size blends seamlessly into any room. Built to Last - Made with durable MDF, this nightstand holds up to 150 lbs. Scratch-resistant and easy to clean—perfect for daily use. Quick & Easy Setup - Includes all tools and instructions for hassle-free assembly. Need help? Our support team is just a message away! Product Dimensions & Weights Details Length 23.62” Height 25.59” Depth 15.75” Item Weight 47.4 lbs Packaging Dimensions & Weights 27.95" x 18.5" x 7.28" (50.71 lbs) Installation Guide.pdf Spacious Top Surface The tabletop offers enough space to display your favorite items, such as lamps and framed photos. Ample 3-Drawer Storage The 3 drawers offer great organization and easy access, keeping your essentials neatly arranged. Elegant Pattern The patterns add sophistication, enhancing any room's aesthetic while maintaining a timeless look. Smooth Drawer Slides The smooth slides ensure each drawer slides smoothly, providing effortless, noiseless operation. Sturdy Legs The legs provide stability and durability, ensuring it can support heavy loads without wobbling. Attribute Details Material MDF Color Brown Product Care Instructions Wipe with Dry Cloth, Wipe with Damp Cloth Shape Rectangular Style Farmhouse Room Type Bedroom, Living Room Recommended Uses For Product Storage Load-Bearing Capacity 150 lbs Is Stain Resistant Yes Included Components Assembly Guide, Installation Tool Assembly Required Yes Includes All Assembly Tools Yes Indoor Outdoor Usage Indoor
$199.99
$149.9925% OFF
3-Drawer Nightstand Bedside Table with Acrylic Metal Legs

3-Drawer Nightstand Bedside Table with Acrylic Met...

Plenty Storage Nightstand - Our stylish Tribesigns white gold nightstand features three drawers, offering ample storage space for your essentials like glasses, remotes, and magazines. Its spacious tabletop is perfect for keeping lamps, water cups, and alarm clocks. Functional Chest of Drawers - Equipped with quiet, smooth-running drawers with gold handles, this piece provides a convenient storage solution, keeping your daily items easily accessible. Versatile Design - Sized at 17.71" L* 15.74” W* 23.62” H, this elegant side table, with its chic white finish and acrylic gold legs, can function as a bedside table, end table, or coffee table, adding a touch of sophistication to any room. Sturdy and Durable - Made from 0.86” thick manufactured wood and featuring acrylic metal legs, this furniture piece is sturdy and durable, supporting up to 80 lbs. It optimizes storage space, even in smaller areas. Easy Assembly & Customer Service - Our nightstand is easy to assemble with provided instructions. We offer friendly customer service for any inquiries or concerns about your purchase. Buy with confidence with Tribesigns. Product Dimensions & Weights Details Length 17.71" Depth 15.74" Height 23.62" Item Weight 33.07 lbs Packaging Dimensions & Weights 23.62" L x 18.11" W x 7.87" H (35.27 lbs) Installation Guide.pdf Installation Guide Video: Item details Brand Name Tribesigns Model Name White Gold 3 Drawers Nightstand 179 Included Components Assembly Guide, Installation Tool Model Number White Gold 3 Drawers Nightstand 179 Item Width 17.71 Inches Manufacturer Tribesigns Item Type Name Nightstand Materials & Care Frame Material Type Acrylic Top Material Type Engineered Wood Base Acrylic Is Stain Resistant No Material Type Acrylic, Engineered Wood Handle Material Acrylic or Brass Features & Specs Base Type Leg Number of Drawers 3 Minimum Required Door Width 23 Inches Number of Items 1 Tilting No Is Electric No Is the item resizable? No Measurements Item Dimensions D x W x H 15.74"D x 17.71"W x 23.62"H Item Weight 33 Pounds Size 1 PCS Item Depth 15.74 inches Item Dimensions 15.74 x 17.71 x 23.62 inches Extended Length 23.62 Inches Item Width 17.71 Inches Base To Top Distance 23.62 Inches User guide Required Assembly Yes Maximum Weight Recommendation 80 Pounds Recommended Uses For Product Bedside table, End table, Coffee table Indoor Outdoor Usage Indoor Specific Uses For Product Bedside, End table, Coffee table Tools Recommended For Assembly Allen Key, Hammer, Screw Driver Style Color White&gold Shape Rectangular Table Design Nightstand Style Name Contemporary Furniture Finish White, Gold Leg Style Straight Leg Top Color White & Gold Handle Finish Type gold Base Color White & Gold Handle Color gold
$169.99
$99.9941% OFF
27" Nightstand, Farmhouse Bedside Table with Storage - Black

27" Nightstand, Farmhouse Bedside Table with Stora...

High-Grade Durability - Crafted using high-grade MDF, renowned for its exceptional durability, this unit promises long-lasting use. Its easy-to-clean surface adds to your convenience, making upkeep a breeze. Robust Design - Along with durability, our nightstand boasts a design that is sure to steal your attention. The sturdy wooden base reinforces stability, ensuring that your items are stored securely. Combined with a thicker tabletop, it is designed to withstand heavy weights, making it a reliable addition to your space. Functional Elegance - The nightstand showcases a perfect marriage of function and style. Finished elegantly to enhance your décor, its waterproof design guards against damage, maintaining its beauty for the years to come. Exquisite craftsmanship - At its core, this bedside table is the epitome of simple design. It combines practicality with a durable design that is designed to add value to your home, providing you with convenience. Product Dimensions & Weights Details Length 27.56" Depth 15.75" Height 25.59" Item Weight 29.1 lbs Packaging Dimensions & Weights 32.48" L x 18.31" W x 6.1" H (32.63 lbs) Installation Guide.pdf Item details Brand Name Tribesigns Model Name Nightstand Included Components Assembly Guide, Installation Tool 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 Handle Material Engineered Wood Features & Specs Base Type Pedestal Number of Drawers 1 Is Foldable No Number of Items 1 Tilting No Is Customizable? No Is the item resizable? No Measurements Item Dimensions D x W x H 15.75"D x 27.56"W x 25.59"H Item Weight 13.2 Kilograms Size X-Large Tabletop Thickness 0.59 Inches Item Width 27.56 Inches Ground To Item Distance 25.59 Inches Base To Top Distance 25.59 Inches User guide Maximum Weight Recommendation 100 Pounds Recommended Uses For Product Accent, Storage Indoor Outdoor Usage Indoor Specific Uses For Product Non Residential Use, Residential Use Warranty Type Limited Tools Recommended For Assembly Allen Key, Screw Driver Includes All Assembly Tools Yes Style Color Brown, Black, Rustic Brown, Light Brown Oak, White Shape Rectangular Table Design Nightstand Style Name Farmhouse Theme Accent, Bedroom, Living room Furniture Finish Stained Wood
$159.99
$115.9928% OFF
Solid Wood End Table, 2-Tier Sofa Side Table with Storage Shelf - Cherry

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

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

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
Nesting End Table Set, Small Side Table Night Stand Set

Nesting End Table Set, Small Side Table Night Stan...

Space-Saving Nesting Table Set - This set includes a large (27.6"x15.7"x25.6") and small (19.7"x10.8"x18.9") C-shaped end table. Use them separately or nest them together to save space—perfect for apartments and small homes. Smart Double-Layer Storage - The nesting side table maximizes vertical space with its two-tier design. Display decor or books on top while storing remotes, magazines, or essentials below to keep surfaces clutter-free. Durable & Stable Construction - Made from high-density MDF with moisture resistance, these walnut-toned tables resist warping. Thick 3.2" legs provide extra stability, outperforming standard bedside tables. Sleek & Versatile Style - Clean C-shaped lines and warm walnut finishes complement modern, rustic, or Scandinavian decor. Ideal as living room end tables, bedroom nightstands, or office accent pieces. Simple 15-Minute Assembly - Includes all hardware, clearly labeled parts, and step-by-step instructions for quick setup. Enjoy stylish, functional nesting tables in no time. Product Dimensions & Weights Details Length 27.56" Depth 15.75" Height 25.59" Item Weight 39.68 lbs Packaging Dimensions & Weights 34.76" L x 30.91" W x 4.53" H (45.9 lbs) Installation Guide.pdf .premium-module-3-four-column-images .img-container { display: grid; grid-template-columns: repeat(8, 1fr); grid-template-rows: repeat(2, 1fr); gap: 10px; } .premium-module-3-four-column-images .item-container img{ width:100%; } .premium-module-3-four-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-3-four-column-images .img-item a{ position:relative; width:100% height:100%; } .premium-module-3-four-column-images .img-item img{ border-radius:8px; } .premium-module-3-four-column-images .info p{ margin:5px 0; } .premium-module-3-four-column-images .info{ display:flex; flex-direction:column; } /* 不同尺寸的 img-item */ .premium-module-3-four-column-images .size-2x2 { grid-column: span 2; grid-row: span 2; } .premium-module-3-four-column-images .hidden { visibility: hidden; position: absolute; } .premium-module-3-four-column-images .item-container{ width:100%; } @media screen and (max-width: 767px) { .premium-module-3-four-column-images .img-container{ grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(4, 1fr); } /* 2 行高 */ .premium-module-3-four-column-images .mobile-size-2x2 { grid-column: span 2 !important; grid-row: span 2 !important; } } Double Layer: Vertical design, double storage to keep the desk clean. Top for decor/books, bottom for remotes/magazines. Unique Design: Minimalist C shape design, beautiful and versatile. Perfect as living room end tables, bedroom side tables, or office decor Flexible length: Two C-shaped side tables of different sizes can be combined freely. Perfect for every corner of your home Sturdy Construction: Walnut side table with curved corner, more stable. And with 3.2-inch thick legs, more load bearing capacity Item details Brand Name Tribesigns Age Range Description Adult Included Components Installation Tool Style Color Walnut Shape Rectangular Table Design End Table Style Name Farmhouse Theme Storage Furniture Finish Walnut Top Color Walnut Base Color Brown Measurements Item Dimensions D x W x H 15.7"D x 27.6"W x 25.6"H Item Weight 39.68 Pounds Size Large Extended Length 27.6 Inches User guide Maximum Weight Recommendation 200 Pounds Recommended Uses For Product Accent Indoor Outdoor Usage Indoor Specific Uses For Product Residential Use 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 No Material Type Engineered Wood Handle Material Engineered Wood Features & Specs Base Type Pedestal Number of Items 2 Is the item resizable? No
$145.99
$129.9911% OFF
23.6" End Table, Farmhouse Wooden Side Table with Storage Shelf - Brown

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, Wooden Couch Side Table with Octagonal Base - Black

Round End Table, Wooden Couch Side Table with Octa...

Rustic Farmhouse Style - This end table brings a natural, elegant look to any room. Its wood-like texture is water- and scratch-resistant, perfect for living rooms, bedrooms, or reading nooks. Compact and Practical - At 19.69" D x 24.02" H, this round side table is the right size—not too big, not too small. It fits lamps, coffee cups, or decor without taking up too much space. Sturdy and Quiet - The octagonal base provides a strong, stable foundation. Rubber foot pads reduce noise when moving it, making it durable for everyday use. Multi-Functional - Use it as a sofa-side table for remotes and magazines, a nightstand, or a display for plants and photos. It blends well with any home decor. Easy Setup - Comes with clear instructions and all parts for quick, hassle-free assembly. Product Dimensions & Weights Details Length 19.69" Depth 19.69" Height 24.02" Tabletop Thickness 1.18" Item Weight 22.05 lbs Packaging Dimensions & Weights 27.56" L x 22.24" W x 4.33" H (24.47 lbs) Installation Guide.pdf Tribesigns Farmhouse Sofa Side table with Round Tabletop and Octagonal Base Some Details Double - Use Pedestal Table for Living Rooms and Bedrooms Item details Brand Name Tribesigns Age Range Description Adult Included Components Assembly Guide Manufacturer Tribesigns Item Height 61 centimeters Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth 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 Frame & Panel Joint Tilting No Is Customizable? No Is the item resizable? No Measurements Item Dimensions D x W x H 19.69"D x 19.69"W x 24.02"H Item Weight 22 Pounds Size round, 19.69-inch diameter x 24.02-inch height Tabletop Thickness 1.18 Inches Extended Length 19.69 Inches Item Width 19.69 Inches Base To Top Distance 24.02 Inches User guide Maximum Weight Recommendation 110 Pounds Recommended Uses For Product Displaying Indoor Outdoor Usage Indoor Recommended Number of People for Assembly 1 Specific Uses For Product Residential Use Warranty Type Limited Tools Recommended For Assembly Screw Driver Includes All Assembly Tools Yes Style Color Rustic Brown Shape Round Table Design End Table Style Name Farmhouse Theme Living Room Furniture Finish Wood Grain Top Color Brown Base Color Brown
$109.99
$99.999% OFF
Round End Table, 23.6" Tall Side Table with Faux Marble Tabletop

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 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

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!