
Wood Coffee Table, 31.5" Modern Center Table Cocktail Tea Table - Rustic Brown & Black
Product information for Wood Coffee Table, 31.5" Modern Center Table Cocktail Tea Table - Rustic Brown & Black
Stylish Accent Table - Add some style to your living room with our square tea table. With a wood-like top and a trendy crisscross base in a dark gray finish, it's the ideal piece to elevate your space. Solid & Durable - Our table features a thick MDF tabletop and wooden frame, offering a high load-bearing capacity of up to 220 lb. Practical Design - Measuring 31.5" in width, this center table doesn't take up much room yet provides space for your drinks, books, and decorations. Perfect for Happy Hour - Our brown cocktail table is just what you need for coffee chats with friends or movie nights. It's a standout addition to your ensemble and offers a unique spot for displays. Effortless Assembly - Comes with all necessary hardware and clear instructions, our table is easy to assemble. For any queries, reach out, and we'll reply within 24 hours. Upgrade your space with our industrial coffee table! Product Dimensions & Weights Details Length 31.49" Depth 31.49" Height 20.08" Item Weight 55.12 lbs Packaging Dimensions & Weights 37.01" L x 22.44" W x 7.09" H (59.08 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; } } An ideal addition to any modern home Tribesigns 31.5 Inches Square Coffee Table for Living Room Accent Table This elegantly designed coffee table is a statement piece for any living room with its rich wood-grain finish and modern aesthetic. Crafted from high-quality MDF, it boasts a robust structure with a smooth, broad surface. Its geometric base is not only stylish but also lends exceptional stability to the piece. Be it for game night, a quiet evening with a good book, or even an impromptu dinner in front of the TV, this table is the perfect centerpiece for your seating area. An ideal addition to any modern home Tribesigns 31.5 Inches Square Coffee Table for Living Room Accent Table This elegantly designed coffee table is a statement piece for any living room with its rich wood-grain finish and modern aesthetic. Crafted from high-quality MDF, it boasts a robust structure with a smooth, broad surface. Its geometric base is not only stylish but also lends exceptional stability to the piece. Be it for game night, a quiet evening with a good book, or even an impromptu dinner in front of the TV, this table is the perfect centerpiece for your seating area. #premium-module-12-nav-carousel-1751092815725954400 { .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-1751092815725954400 { .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; } } } Charming Rustic VibeSolid Construction 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 Included Components 1 x Coffee Table, 1 x Assembly Kit, 1 x Instructions Manufacturer Tribesigns Item Type Name Coffee Table Item Height 20.08 inches Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Product Care Instructions [IN] Avoid direct contact with water, clean with a dry cloth, and prevent scratches by avoiding heavy or sharp objects on the surface. Base Engineered Wood Is Stain Resistant No Material Type Engineered Wood Handle Material Engineered Wood Features & Specs Base Type Pedestal Is Foldable No Number of Items 1 Unextended Seating Capacity 4 Tilting No Is Customizable? No Is the item resizable? No Measurements Item Dimensions D x W x H 31.49"D x 31.49"W x 20.08"H Item Weight 55.3 Pounds Size 31.49"D x 31.49"W x 20.08"H Tabletop Thickness 3.94 Inches Extended Length 31.49 Inches Item Width 31.49 Inches User guide Maximum Weight Recommendation 100 Kilograms Recommended Uses For Product Living room furniture Indoor Outdoor Usage Indoor Recommended Number of People for Assembly 1 Specific Uses For Product Living room decor, serving food and drinks, displaying items, placing books and electronics Warranty Type Limited Includes All Assembly Tools Yes Style Color Rustic Brown & Black, Natural Wood Color Shape Square Table Design Coffee Table Style Name Modern/Industiral/Rustic Finish Types Wood-grain Theme Modern/Industrial/Rustic Furniture Finish wood-grain finish Leg Style Straight Leg Handle Finish Type Wood-grain