Spacious Storage Capacity - The Tribesigns Sideboard Buffet is a perfect storage solution for your living room, kitchen, dining room, or hallway. Featuring four doors, this modern cabinet offers plenty of space to store your precious belongings. Adjustable Shelves - The adjustable shelves provide added convenience, allowing you to customize the interior space to fit your specific storage needs. You can store all your items with ease with this flexible storage solution. Faux Marble Top - The faux marble top of the sideboard buffet adds to the aesthetic value of this sophisticated piece of furniture. Resilient and stain-resistant, the beautiful marble top is an excellent addition to the overall design of the cabinet. Durable Metal Frame - The metal frame of the Tribesigns Sideboard Buffet is sturdy and built to last. The high-quality metal construction not only provides durability but also adds to the overall glamour of the cabinet. Versatile Coffee Bar Accent Cabinet - This Tribesigns Sideboard Buffet can transform into a modern coffee bar with ease. It is perfect for home entertainment and can be used to serve snacks and drinks to your guests while adding a touch of elegance to your living space. Product Dimensions & Weights Details Length 59" Depth 13.75" Height 35.75" Item Weight 97.89 lbs Packaging Dimensions & Weights 33.86" L x 17.72" W x 13.39" H (102.29 lbs) Installation Guide.pdf Tribesigns Sideboard Buffet with Adjustable Shelf, Modern 4 Doors Storage Cabinet with Faux Marble Top Metal Frame Coffee Bar Accent Cabinet for Living Room Kitchen Dining Room Hallway, White Gold .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; } } Charming Faux Marble Top Our stunning Tribesigns Sideboard Buffet Cabinet with a Charming Faux Marble top that is sure to be a statement piece in any space. This elegant cabinet can serve a variety of functions and is perfect for adding extra storage and organization to your home. The charming faux marble top adds a luxurious touch to the overall design, making it a perfect addition to any modern space. Adjustable Removable Shelf This Tribesigns Sideboard Buffet Cabinet is equipped with adjustable removable shelves. This invaluable feature allows you to customize the storage space to your unique needs, making it perfect for storing everything from your favorite china to your collection of glassware, bottles, and even books. The removable shelves are easy to adjust so that you can create customized compartments that cater to all your needs and preferences, keeping your home clutter-free and organized. #premium-module-12-nav-carousel-1770198269202854900 { .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-1770198269202854900 { .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; } } } Well-designed Arched DoorHeavy Duty Metal FrameAdjustable Foot PadsGolden Metal Handles Well-designed Arched Door Features a unique arched door design that creates a sophisticated and stylish look Heavy Duty Metal Frame Provides sturdy construction that ensures maximum durability,ensure it looks great for years to come Adjustable Foot Pads Ensure the cabinet doesn't wobble or tilt and protect your floors from scratches and damage Golden Metal Handles Add a touch of elegance and easy to grip and provide easy access to the contents of the cabinet 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); }); }); Product Information Brand Tribesigns Color White Gold Recommended Uses For Product Home Bar, Tea & Coffee Bar Product Dimensions 13.75"D x 59"W x 35.75"H Special Feature Adjustable Shelf, Heavy Duty, Lightweight, Removable Shelf, Storage Mounting Type Floor Mount Room Type Dining Room, Entryway, Foyer, Kitchen, Living Room Door Style Flat Panel Included Components Installation Instruction, Installation Tool Finish Type Gold Number of Shelves 2 Number of Pieces 1 Item Weight 97.89 Pounds Base Type Legs Installation Type Freestanding Top Material Type Faux Marble Handle Material Metal Back Material Type Engineered Wood Assembly Required Yes Frame Material Metal Number of Compartments 6 Ground To Item Distance 35.75 Inches Is Customizable No Number of Levels 1