
72" Bookshelf with Drawers, Freestanding 5-Shelf Bookcase Display Shelf - Black
Product information for 72" Bookshelf with Drawers, Freestanding 5-Shelf Bookcase Display Shelf - Black
Plenty of Storage - With plenty of shelves and two drawers, this white bookcase offers generous storage for your books, decor, and collectibles. Organize and showcase your items conveniently. Sturdy & Easy to Clean - Made from durable particleboard with a waterproof melamine finish, this free-standing bookcase resists scratches and is easy to clean. Each shelf can support up to 35 pounds. Modern & Versatile - With a sleek contemporary look, this bookshelf fits with any decor and can be used in different spaces like the living room, bedroom, or study for a touch of understated luxury. Safe & Protected - The bookcase includes an anti-tip kit to prevent accidents. The closed wood backboard keeps your books free from dust and dirt. Easy to Assemble - All pieces are clearly labeled for effortless assembly according to the detailed instructions. The package comes with an 18-month complimentary warranty and dedicated customer service. Product Dimensions: 11.8"D x 31.4"W x 72.8"H Product Dimensions & Weights Details Length 31.4" Depth 11.8" Height 72.8" Item Weight 88.18 lbs Packaging Dimensions & Weights 42.13" L x 14.96" W x 10.63" H (92.59 lbs) Installation Guide.pdf Installation Guide Video: Tribesigns 2-Drawer File Cabinet with 5 Tiers Shelves - Ample Storage Capacity .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; } } A Masterpiece of Elegance and multifunction This lateral file cabinet features 5 tiers of open shelves and 2 spacious drawers, offering generous vertical storage for your office supplies. Its elegant style and functional design make it a visually appealing addition that seamlessly fits into any room. Keep your office or workspace organized with this two-drawer file cabinet, providing ample space for office supplies, personal belongings, and a printer. A Masterpiece of Elegance and multifunction This lateral file cabinet features 5 tiers of open shelves and 2 spacious drawers, offering generous vertical storage for your office supplies. Its elegant style and functional design make it a visually appealing addition that seamlessly fits into any room. Keep your office or workspace organized with this two-drawer file cabinet, providing ample space for office supplies, personal belongings, and a printer. #premium-module-12-nav-carousel-1751092814774898500 { .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-1751092814774898500 { .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; } } } Premium HandlesSmooth SlidesSturdiness and Stable Glamorous Gold Handles s://m.media-amazon.com/images/S/aplus-media-library-service-media/497f46f7-b2f4-4500-a911-e196a6c15fcb.__CR0,0,1464,600_PT0_SX1464_V1___.jpg Ball Bering Slides s://m.media-amazon.com/images/S/aplus-media-library-service-media/0c216759-48a7-47ae-bcc0-3a0428662df5.__CR0,0,1464,600_PT0_SX1464_V1___.jpg Thicken Floor Stand 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 Recommended Uses For Product Office, Files & Folders Product Dimensions 11.8"D x 31.4"W x 72.8"H Special Feature Space Saving, Anti-Tipping, Heavy Duty, Scratch Resistant Mounting Type Floor Mount Room Type Living Room, Home Office Door Style 1 Weight Limit 200 Pounds Included Components 1 x Vertical File Cabinet, Hardware, Instructions Finish Type Polished Number of Shelves 5 Number of Pieces 1 Item Weight 91.5 Pounds Base Type Legs Installation Type Freestanding Top Material Type Engineered Wood Back Material Type Engineered Wood Assembly Required Yes Frame Material Wood Number of Compartments 5 Is Customizable No Number of Levels 5 Item Weight 91.5 pounds





















