
Square Coffee Table, 39" Central Cocktail Table with 2-Tier Shelves
Product information for Square Coffee Table, 39" Central Cocktail Table with 2-Tier Shelves
Two-Tier Design - The square coffee table by Tribesigns offers ample storage space - the bottom shelf for books and accessories, and the top for serving and decor. Durable Construction - Built from high-quality metal, the curved frame is sturdy, handling heavy items without bending or breaking. Farmhouse Meets Modern - The black and rustic brown coffee table perfectly blends modern design with a rustic farmhouse style, adding a stylish touch to any decor. Easy Maintenance - The smooth, flat surface of the coffee table is easy to clean and maintain - simply wipe it with a cloth to keep it looking new. Versatile Size - Measuring 39 inches long, it fits in various living room setups, either in the center or corner, making it a practical addition to any size of the living room. Product Dimensions & Weights Details Length 39.25" Depth 39.25" Height 19.75" Item Weight 66.12 lbs Packaging Dimensions & Weights 44.88 " L x 22.24 " W x 9.45 " H (71.41 lbs) Installation Guide.pdf Installation Guide Video: .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; } } Spacious Double-layer Structure Crafted with a contemporary design, the Tribesigns Square Coffee Table features a spacious double-layer structure, providing ample storage and display options. The upper surface can be used for placing beverages, snacks, books, or other everyday essentials, while the lower shelf can be used for storing magazines, remotes, or decorative items. Spacious Double-layer Structure Crafted with a contemporary design, the Tribesigns Square Coffee Table features a spacious double-layer structure, providing ample storage and display options. The upper surface can be used for placing beverages, snacks, books, or other everyday essentials, while the lower shelf can be used for storing magazines, remotes, or decorative items. Well-designed Color Contrast Tabletop The color of this coffee table tabletop provides a beautiful contrast that is sure to blend effortlessly with any decor style. The tabletop is smooth to the touch and is easy to clean, ensuring its pristine condition throughout your usage. #premium-module-12-nav-carousel-1751423478150789800 { .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-1751423478150789800 { .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; } } } Round Table CornersCurved Frame DesignAdjustable Foot Pads Round Table Corners Reducing the Risk of Bumps and Scratches in Comparison to Ordinary Rectangular Countertop Curved Frame Design Enhance Living Space with Curved Steel Frame Coffe Table Providing Unmatched Strength and Aesthetics Adjustable Foot Pads Maintain stability on uneven ground to protect the floor and prevent slipping and shaking 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 Assembly Guide, Installation Tool Item Type Name coffee table Item Height 50 centimeters Materials & Care Frame Material Type Metal Top Material Type Wood Product Care Instructions Wipe with Dry Cloth, Wipe with Damp Cloth Base Metal Is Stain Resistant Yes Material Type Engineered Wood, Metal Handle Material Wood Features & Specs Base Type Leg Minimum Required Door Width 40 Inches Is Foldable No Number of Items 1 Frame Joint Type Frame and Panel Joint Unextended Seating Capacity 2 Tilting No Is Customizable? No Is Electric No Is the item resizable? No Number of Height Positions 1 Number of Racks 2 Measurements Item Dimensions D x W x H 39.4"D x 39.4"W x 19.7"H Item Weight 30 Kilograms Tabletop Thickness 1.57 Inches Extended Length 39.4 Inches Item Width 39.25 Inches Base To Top Distance 19.75 Inches User guide Maximum Weight Recommendation 90 Kilograms Recommended Uses For Product Meeting, Displaying Indoor Outdoor Usage Indoor Recommended Number of People for Assembly 2 Specific Uses For Product Residential Use Warranty Type Lifetime Tools Recommended For Assembly Screw Driver Includes All Assembly Tools Yes Style Color Black Brown, Gray & Black Shape Square Table Design Coffee Table Style Name Modern Finish Types Polished Furniture Finish Black Brown Leg Style Straight Leg Handle Finish Type Polished Handle Color Black Brown