Store Offer Menu

Tribesigns Deals

Top Tribesigns Deals & Price Drops for June 2026

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

7-Tier Corner Bookshelf Corner Bookcase Storage Display Rack - Light Gray

7-Tier Corner Bookshelf Corner Bookcase Storage Di...

Striking Design - This 7-shelf bookshelf, with a rustic black frame and X-bars, is a fusion of practicality and industrial design. Ideal for any room, it adds extra space and charm. Corner Optimization - Exploit those unused corners with this bookshelf. Its 23.6"L x 23.6"D x 79”H dimensions snugly fit against your wall, serving as a bookcase, display rack, or storage unit. Generous Storage - Featuring 14 sleek open shelves, it provides ample space to showcase books, photos, and objects. The top shelf is perfect for arts and crafts supplies, while the bottom is great for baskets. Stable and Sturdy Construction - The X-bars, not only prevent books from falling, but they also reinforce strength and stability. Additionally, adjustable feet ensure balanced placement on uneven floors. Durable Use - With a heavy-duty metal frame and sturdy wood shelves, this stand has a long lifespan. Each shelf is scratch and wear-resistant, with a 25 lb holding capacity. Purchase Securely - Full assembly is required with the help of another person but can be completed in around 45 minutes. All instructions and tools are included. If you encounter issues with the bookcase, please don't hesitate to contact us. Product Dimensions & Weights Details Length 23.62" Depth 23.62" Height 78.84" Item Weight 58.42 lbs Packaging Dimensions & Weights 46.06" L x 11.42" W x 11.81" H (62.83 lbs) Installation Guide.pdf Installation Guide Video: Brimming with vintage charm, our Bookcase is an ideal choice to any space! .premium-module-7-video-text-h2 { font-size: 16px; } @media screen and (max-width: 740px) { .premium-module-7-video-text-h2 { font-size: 14px; } .premium-module-7-video-text-h3 { font-size: 18px; } } MAXIMIZE SPACE & VERSATILE 7-Tier shelf design makes full use of any limited space or odd corner to provide additional storage space for small items or knickknacks. This tall shelving unit fits great in any corner of the living room, bedroom, home office, kitchen, hallway, balcony, etc. It can work well as corer stand shelves, small bookshelves, display shelves, and plant stands for limited space. #premium-module-12-nav-carousel-1751092818496730500 { .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-1751092818496730500 { .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; } } } Ample Storage SpaceThoughtful DesignSturdy ConstructionDurable MaterialSturdy Construction Fit The Corner A perfect spot for storing bags, flowers, lamp, potted and handicrafts. X-Shape Sides Prevents tilting of items on shelves and falling down . Heavy-duty Frame Constructed of high-grade board and sturdy metal frame that each shelf can hold up to 45 lbs. Vintage Wood Grain It's water & dust resistant and easy to clean. Anti-Slip Foot Prevent scratch on the floor. 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 Room Type Bedroom, Living Room, Classroom, Hallway Number of Shelves 14 Special Feature Fit the corner Product Dimensions 23.62"D x 23.62"W x 78.74"H Style Rustic Age Range (Description) Adult Brand Tribesigns Product Care Instructions Wipe with Dry Cloth Size 7-Tier Weight Limit 45 Pounds Assembly Required Yes Recommended Uses For Product L shaped bookcase for living room, Corner shlef for bedroom, Corner bookshelf for office Number of Items 1 Manufacturer Tribesigns Included Components Hardware Model Name PETER Item Weight 55 Pounds Furniture Finish Engineered Wood Installation Type Freestanding Min. Required Door Width 23.6 Inches Weight capacity Maximum weight: 45 Pounds Back Style Backless Product Name Corner Bookcase Shelf Thickness 0.59 Inches Item Weight 55 pounds
$219.99
$159.9927% OFF
6-Tier Corner Bookshelf, 64.96" Corner Bookcase with Anti-Drop Panel - White

6-Tier Corner Bookshelf, 64.96" Corner Bookcase wi...

Corner-Specific Design - Our L-shaped corner shelf efficiently uses corner spaces, freeing up floor space, and adding style to your interior. Anti-Falling Design - Comes with side panels to enhance the shelf's stability and prevent items from falling, ensuring safer and cleaner storage. Dimensions: 23.62"L x 23.62" W x 64.96"H. Industrial & Multifunctional - With its 90° right-angle, industrial wood-grain shelves, this six-tier storage shelf offers a neat display space for books, photos, plants, and more, making your room tidier. Premium Quality - Made of wood-grain particleboard, each shelf can hold up to 60 lbs. This free-standing storage rack, perfect as a bookshelf or display shelf, is a great addition to living rooms, bedrooms, hallways, offices, etc. Easy Assembly & Warranty - Comes with all necessary tools, instructions, and numbered parts. We provide an 18-month warranty and friendly customer service to assure you peace of mind. Product Dimensions & Weights Details Length 23.62" Depth 23.62" Height 64.96" Item Weight 70.55 lbs Packaging Dimensions & Weights 27.56" L x 25.98" W x 7.68" H (71.65 lbs) Installation Guide.pdf Product Information Room Type Home Office, Living Room, Bedroom, Study Room Number of Shelves 6 Special Feature L Shaped, Anti-Falling Baffle Design Product Dimensions 23.62"D x 23.62"W x 64.96"H Style Rustic Age Range (Description) Adult Finish Type Unfinished Brand Tribesigns Product Care Instructions Wipe with Dry Cloth Size Large Weight Limit 60 Pounds Assembly Required Yes Recommended Uses For Product Indoor Number of Items 1 Included Components Hardware kits and Assembly Instruction Model Name L Shaped Bookcase Item Weight 32 Kilograms Furniture Finish Wood Installation Type Freestanding Weight capacity Maximum weight: 60 Pounds Specific Uses For Product Bookshelf, Bookcase, Corner Shelf, Display Rack Storage Organizer Unit Count 1.0 Count Product Name Corner Bookcase Shelf Thickness 64.96 Inches Item Weight 70.4 pounds
$209.99
$169.9919% OFF
6-Tier Corner Bookshelf, 64.96" Corner Bookcase with Anti-Drop Panel - Dark Gray

6-Tier Corner Bookshelf, 64.96" Corner Bookcase wi...

Corner-Specific Design - Our L-shaped corner shelf efficiently uses corner spaces, freeing up floor space, and adding style to your interior. Anti-Falling Design - Comes with side panels to enhance the shelf's stability and prevent items from falling, ensuring safer and cleaner storage. Dimensions: 23.62"L x 23.62" W x 64.96"H. Industrial & Multifunctional - With its 90° right-angle, industrial wood-grain shelves, this six-tier storage shelf offers a neat display space for books, photos, plants, and more, making your room tidier. Premium Quality - Made of wood-grain particleboard, each shelf can hold up to 60 lbs. This free-standing storage rack, perfect as a bookshelf or display shelf, is a great addition to living rooms, bedrooms, hallways, offices, etc. Easy Assembly & Warranty - Comes with all necessary tools, instructions, and numbered parts. We provide an 18-month warranty and friendly customer service to assure you peace of mind. Product Dimensions & Weights Details Length 23.62" Depth 23.62" Height 64.96" Item Weight 70.55 lbs Packaging Dimensions & Weights 27.56" L x 25.98" W x 7.68" H (71.65 lbs) Installation Guide.pdf Product Information Room Type Home Office, Living Room, Bedroom, Study Room Number of Shelves 6 Special Feature L Shaped, Anti-Falling Baffle Design Product Dimensions 23.62"D x 23.62"W x 64.96"H Style Rustic Age Range (Description) Adult Finish Type Unfinished Brand Tribesigns Product Care Instructions Wipe with Dry Cloth Size Large Weight Limit 60 Pounds Assembly Required Yes Recommended Uses For Product Indoor Number of Items 1 Included Components Hardware kits and Assembly Instruction Model Name L Shaped Bookcase Item Weight 32 Kilograms Furniture Finish Wood Installation Type Freestanding Weight capacity Maximum weight: 60 Pounds Specific Uses For Product Bookshelf, Bookcase, Corner Shelf, Display Rack Storage Organizer Unit Count 1.0 Count Product Name Corner Bookcase Shelf Thickness 64.96 Inches Item Weight 70.4 pounds
$209.99
$169.9919% OFF
71" Corner Shelf, Narrow Bookshelf Display Shelf with Storage Rack - Wood Color

71" Corner Shelf, Narrow Bookshelf Display Shelf w...

Fits Anywhere - This corner shelf stand serves as a perfect display, storage, or bookshelf in the living room, bedroom, or study. With its right-angle design, it fits snugly into corners, making use of often overlooked spaces. Standout Design - This bookshelf diverts from run-of-the-mill designs with its full brown finish and hollowed-out features. The unique wood grain pattern lends a vintage touch, complementing various home decor styles. Robust and Secure - Crafted from thick, high-quality MDF with stable metal legs, this bookshelf can hold up to 200 lb. It also includes anti-toppling devices to prevent any mishaps. Abundant Storage - The five-tier bookcase offers plenty of storage space for books, decorations, and household items. Each compartment measures 15" W x 15" D x 12" H, addressing your storage needs. Straightforward Setup - With simple instructions, tools included, and customer service assistance, assembling this shelf is effortless and time-saving. Note: Under different light sources and light intensities, the product may have slight color differences from the display image. Product Dimensions & Weights Details Length 15.75" Depth 15.75" Height 71.65" Item Weight 42.99 lbs Packaging Dimensions & Weights 44.09" L x 18.5" W x 6.3" H (47.4 lbs) Installation Guide.pdf Tribesigns Corner Shelf Stand with 6-Tier Storage Rack .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; } } Tribesigns Narrow Corner Shelf Stand with 6-tier Storage This tall corner shelf is crafted from high-quality MDF, featuring a glossy surface and a delicate touch, while the natural wood grain patterns add a cozy vibe to the space. The stylish hollow elements on two sides, creating a visually striking layered effect. With its five open storage compartments, this 6-tier narrow corner bookshelf provides effortless access to everyday essentials 90-degree right-angle design of this wood corner bookcase maximizes vertical space, enhancing space efficiency. #premium-module-12-nav-carousel-1768890258256922500 { .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-1768890258256922500 { .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; } } } Special Hollow DesignAnti-tilt DeviceAjustable Leg Pads90-degree Corner Design 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 Room Type Bedroom, Kitchen, Living Room, Study Room Number of Shelves 6 Special Feature Easy Assemble Product Dimensions 15.74"D x 15.74"W x 71.85"H Style Rustic Finish Type Finished Brand Tribesigns Product Care Instructions Wipe with Damp Cloth, Wipe with Dry Cloth Size 15.74 x 15.74 x 71.85 inches Weight Limit 250 Pounds Assembly Required Yes Recommended Uses For Product Home Decor, Living Room, Storage Number of Items 1 Included Components Hardware, Installation Tools Model Name Corner Shelf Item Weight 41.88 Pounds Furniture Finish Engineered Wood Installation Type Freestanding Weight capacity Maximum weight: 250 Pounds Specific Uses For Product Books, Decorative Items, Plants Unit Count 6.0 Count Product Name Corner Shelf Shelf Thickness 0.67 Inches Color Brown, Yellow, Wood color Assembly Instructions Description The product comes with all necessary tools and clear instructions for assembly. Customer support is available for assistance. Item Weight 41.9 pounds
$145.99
$119.9918% OFF
71" Corner Shelf, Narrow Bookshelf Display Shelf with Storage Rack - Yellow

71" Corner Shelf, Narrow Bookshelf Display Shelf w...

Fits Anywhere - This corner shelf stand serves as a perfect display, storage, or bookshelf in the living room, bedroom, or study. With its right-angle design, it fits snugly into corners, making use of often overlooked spaces. Standout Design - This bookshelf diverts from run-of-the-mill designs with its full brown finish and hollowed-out features. The unique wood grain pattern lends a vintage touch, complementing various home decor styles. Robust and Secure - Crafted from thick, high-quality MDF with stable metal legs, this bookshelf can hold up to 200 lb. It also includes anti-toppling devices to prevent any mishaps. Abundant Storage - The five-tier bookcase offers plenty of storage space for books, decorations, and household items. Each compartment measures 15" W x 15" D x 12" H, addressing your storage needs. Straightforward Setup - With simple instructions, tools included, and customer service assistance, assembling this shelf is effortless and time-saving. Note: Under different light sources and light intensities, the product may have slight color differences from the display image. Product Dimensions & Weights Details Length 15.75" Depth 15.75" Height 71.65" Item Weight 42.99 lbs Packaging Dimensions & Weights 44.09" L x 18.5" W x 6.3" H (47.4 lbs) Installation Guide.pdf Tribesigns Corner Shelf Stand with 6-Tier Storage Rack .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; } } Tribesigns Narrow Corner Shelf Stand with 6-tier Storage This tall corner shelf is crafted from high-quality MDF, featuring a glossy surface and a delicate touch, while the natural wood grain patterns add a cozy vibe to the space. The stylish hollow elements on two sides, creating a visually striking layered effect. With its five open storage compartments, this 6-tier narrow corner bookshelf provides effortless access to everyday essentials 90-degree right-angle design of this wood corner bookcase maximizes vertical space, enhancing space efficiency. #premium-module-12-nav-carousel-1768890258256922500 { .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-1768890258256922500 { .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; } } } Special Hollow DesignAnti-tilt DeviceAjustable Leg Pads90-degree Corner Design 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 Room Type Bedroom, Kitchen, Living Room, Study Room Number of Shelves 6 Special Feature Easy Assemble Product Dimensions 15.74"D x 15.74"W x 71.85"H Style Rustic Finish Type Finished Brand Tribesigns Product Care Instructions Wipe with Damp Cloth, Wipe with Dry Cloth Size 15.74 x 15.74 x 71.85 inches Weight Limit 250 Pounds Assembly Required Yes Recommended Uses For Product Home Decor, Living Room, Storage Number of Items 1 Included Components Hardware, Installation Tools Model Name Corner Shelf Item Weight 41.88 Pounds Furniture Finish Engineered Wood Installation Type Freestanding Weight capacity Maximum weight: 250 Pounds Specific Uses For Product Books, Decorative Items, Plants Unit Count 6.0 Count Product Name Corner Shelf Shelf Thickness 0.67 Inches Color Brown, Yellow, Wood color Assembly Instructions Description The product comes with all necessary tools and clear instructions for assembly. Customer support is available for assistance. Item Weight 41.9 pounds
$145.99
$128.9912% OFF
70.8" Corner Shelf, 6-Tier Corner Bookshelf Display Shelf Storage Rack - Natural

70.8" Corner Shelf, 6-Tier Corner Bookshelf Displa...

Versatile Corner Shelf – This corner shelf has an adaptive design for any corner, whether you want to display photos/decor in the living room or bedroom, organize bathroom essentials and kitchen spices, or even use it as a plant stand. It handles all functions with ease. Optimal for Limited Space - The 6-tier shelf is specifically designed for smaller corner spaces, offering extensive storage while maximizing floor space use, making it ideal for your home. Its overall size measures 11.73" L x 11.73" D x 70.86" H. Quality Material and Durable Construction - This corner shelf is constructed with high-quality E1 particleboard and a sturdy metal frame, guaranteeing exceptional durability and longevity. It can support substantial weight and is structurally stable for the safe storage of items. Effortless Assembly - This corner shelving unit is designed for easy assembly, estimated to be completed within 30 minutes. With clear instructions and all essential hardware included, you can have your corner shelf set up quickly, guaranteeing a stylish addition to your space. Dedicated Customer Service - For any issues with our products or assistance with the assembly process, feel free to reach out to us. Our professional customer service team is dedicated to providing satisfactory solutions. Product Dimensions & Weights Details Length 11.61" Depth 11.61" Height 70.87" Item Weight 23.14 lbs Packaging Dimensions & Weights 45.28 " L x 14.57 " W x 6.5 " H (27.55 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; } } 90° Right Angel Design 90° right angel in the rear gives corner shelves the ability to sit flush against a wall perfectly. Thick Construction The corner bookcase constructed of thick board & metal frame that ensures stability and durability. Anti-dumpling Kit The extra anti-tipping device effectively ensures the safety and stability of the corner bookshelf. Adjustable Feet Pads Adjustable feet pads will keep the tall corner shelf stable even on uneven floors or carpets. Product Information Room Type Kitchen, Bathroom, Bedroom, Living Room Number of Shelves 1 Special Feature Adjustable Product Dimensions 11.73"D x 11.73"W x 70.86"H Style Country Rustic Age Range (Description) Adult Brand Tribesigns Assembly Required Yes Number of Items 1
$129.99
$119.998% OFF
7-Tier Corner Bookshelf, Industrial Corner Etagere Bookcase

7-Tier Corner Bookshelf, Industrial Corner Etagere...

Maximize Space - Tidy up your living space with our stylish 7-tier corner shelf. Its corner-fitting design and efficient storage make it the ultimate space-saver. Style Meets Function - This corner shelving unit's striking hexagonal shape, complete with side railings, offers a chic way to prevent clutter. It's a fashionable yet practical solution for organizing your space. Durable & Safe - Constructed with particle board and a black metal frame, this solid bookcase ensures stability. Its safety-anchoring feature and adjustable feet further enhance its steadiness. Easy Assembly - Assembly is quick with our clear instructions and labeled parts. Comes with an 18-month warranty and friendly customer service for all inquiries. Product Dimensions & Weights Details Length 23.62" Depth 23.62" Height 78.74" Item Weight 57.1 lbs Packaging Dimensions & Weights 42.13" L x 11.61" W x 10.83" H (61.51 lbs) Installation Guide.pdf Installation Guide Video: .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; } } Space-Saving L-Shape Maximizes corner spaces with efficient dual-sided storage. Hexagonal Guardrails Stylish metal barriers blend safety with industrial chic. Thickened metal frame Improve the weight capacity and stability of the bookshelf Floor-Friendly Feet Adjustable legs prevent scratches on any surface. Product Information Room Type Living Room Number of Shelves 7 Special Feature Durable Product Dimensions 23.6"D x 23.6"W x 78.7"H Style Industrial Age Range (Description) Adult Finish Type Matte Brand Tribesigns Product Care Instructions Wipe with Dry Cloth Weight Limit 100 Pounds Assembly Required Yes Number of Items 1 Manufacturer Tribesigns Included Components Hardware Model Name Corner Bookshelf Item Weight 57.1 Pounds Installation Type Freestanding Weight capacity Maximum weight: 100 Pounds Unit Count 7.0 Count Item Weight 57.1 pounds
$259.99
$149.9942% OFF
7-Tier Corner Bookshelf, Industrial Corner Etagere Bookcase - Gray

7-Tier Corner Bookshelf, Industrial Corner Etagere...

Maximize Space - Tidy up your living space with our stylish 7-tier corner shelf. Its corner-fitting design and efficient storage make it the ultimate space-saver. Style Meets Function - This corner shelving unit's striking hexagonal shape, complete with side railings, offers a chic way to prevent clutter. It's a fashionable yet practical solution for organizing your space. Durable & Safe - Constructed with particle board and a black metal frame, this solid bookcase ensures stability. Its safety-anchoring feature and adjustable feet further enhance its steadiness. Easy Assembly - Assembly is quick with our clear instructions and labeled parts. Comes with an 18-month warranty and friendly customer service for all inquiries. Product Dimensions & Weights Details Length 23.62" Depth 23.62" Height 78.74" Item Weight 57.1 lbs Packaging Dimensions & Weights 42.13" L x 11.61" W x 10.83" H (61.51 lbs) Installation Guide.pdf Installation Guide Video: .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; } } Space-Saving L-Shape Maximizes corner spaces with efficient dual-sided storage. Hexagonal Guardrails Stylish metal barriers blend safety with industrial chic. Thickened metal frame Improve the weight capacity and stability of the bookshelf Floor-Friendly Feet Adjustable legs prevent scratches on any surface. Product Information Room Type Living Room Number of Shelves 7 Special Feature Durable Product Dimensions 23.6"D x 23.6"W x 78.7"H Style Industrial Age Range (Description) Adult Finish Type Matte Brand Tribesigns Product Care Instructions Wipe with Dry Cloth Weight Limit 100 Pounds Assembly Required Yes Number of Items 1 Manufacturer Tribesigns Included Components Hardware Model Name Corner Bookshelf Item Weight 57.1 Pounds Installation Type Freestanding Weight capacity Maximum weight: 100 Pounds Unit Count 7.0 Count Item Weight 57.1 pounds
$259.99
$149.9942% OFF
6-Tier Corner Shelf, Narrow Etagere Bookshelf Storage Rack

6-Tier Corner Shelf, Narrow Etagere Bookshelf Stor...

Space-Saving Design - Measuring 13.4'' W x 13.4'' D x 74.8'' H, this corner bookshelf optimizes limited small or corner spaces. It fits comfortably in any room, including the living room, kitchen, or bathroom, maximizing storage without taking too much space. 6-Tier Storage Rack with Fences - This 6-tier corner bookshelf provides ample storage for books, displays, picture frames, plants, and more. Its design includes back baffles and side fences to prevent items from falling off, and the top shelf offers additional storage. Multipurpose Corner Shelves - This bookcase efficiently utilizes every small or corner space in your room. Although ideal as a corner storage shelf, it also functions as a bookcase, display shelf, plant stand, or kitchen storage rack. Perfect for compact spaces. Solid & Reliable Construction - Made from sturdy E1 particleboard and metal, this narrow shelf tower is durable, scratch-proof, and water-resistant. Adjustable leg pads ensure stability on uneven floors, and anti-tipping strap kits are included for added safety. Easy Assembly & Warranty - The package includes all parts, installation hardware kits, and detailed instructions for easy assembly. Tribesigns provides 24/7 customer service and a 1-year warranty. Any issues? Feel free to contact us. Order with confidence! Product Dimensions & Weights Details Length 13.39" Depth 13.39" Height 74.8" Item Weight 28.66 lbs Packaging Dimensions & Weights 42.13" L x 15.75" W x 6.3" H (33.07 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; } } Anti-falling Baffle & Fences Anti-slipping metal fences on both sides and back wood baffle designed to prevent the items from slipping down. Anti-tipping Strap Kits Anti-tipping strap helps prevent the tall thin storage shelf from tipping down, no worries of shaking or wobbling. Sturdy Metal Frame Thickened sturdy steel tubes frame ensures stability and sturdiness for the organization display rack. Adjustable Leg Pads Adjustable leg pads designed to help the shelf stand stand stably on uneven floor, and protect the floor as well. Product Information Room Type Office, Bathroom, Kitchen, Living Room Number of Shelves 7 Special Feature Heavy Duty, Adjustable, Scratch Resistant Product Dimensions 13.39"D x 13.39"W x 74.8"H Style 1 PC Age Range (Description) ALL Finish Type Polished Brand Tribesigns Product Care Instructions Wipe with Dry Cloth Size 1 PC Weight Limit 150 Pounds Assembly Required Yes Recommended Uses For Product Office, Kitchen, Living Room Number of Items 1 Manufacturer Tribesigns Included Components Hardware Item Weight 15 Kilograms Furniture Finish Engineered Wood Installation Type Freestanding Weight capacity Maximum weight: 150 Pounds Product Name Corner Shelf, Etagere Bookcase, Storage Rack Shelf Thickness 0.78 Inches Item Weight 33 pounds
$159.99
$99.9938% OFF
70" Corner Shelf, 5 Tier Corner Storage Rack Ladder Bookcase

70" Corner Shelf, 5 Tier Corner Storage Rack Ladde...

Multipurpose Tall Corner Shelf - Enhance any corner in your home with this corner shelving unit. Whether you're looking to display eye-catching knickknacks or photos in the living room or bedroom, need a corner storage rack in the bathroom, or want it as a standing shelf for indoor plants or flowers on the balcony, this corner stand is the perfect fit. Ideal for Compact Spaces - This floor corner shelf conveniently fits into any corner or limited space, providing additional storage capacity without taking up excess room. A simple upgrade can significantly change the appearance of your home. Substantial Storage Capacity - The 5-tier shelves offer abundant storage space, keeping all your books, decor items, plants, or other accessories in one spot. It allows you to keep all your essentials conveniently located. Durable Material & Robust Design - Constructed from 0.6” thick boards and a sturdy metal frame, this unit enhances stability and durability. Its solid design ensures it can support a considerable amount of weight and endure the wear and tear of everyday use. Easy Installation & Purchase Assurance - The metal frame, pre-welded with hinges, makes installing the shelves to the frame straightforward. Assembly requires only about 30 minutes or less, with hardware, tools, and instructions included. Product Dimensions & Weights Details Depth 14.17"-25.95" Height 70.07" Item Weight 22.05 lbs Packaging Dimensions & Weights 39.76" L x 19.29" W x 5.91" H (25.79 lbs) Installation Guide.pdf Tribesigns 5-Shelf Tall Corner Shelves, Large Storage Capacity Yet Space Saving-- The Ideal Corner Stand Shelf For Living Room, Home Office, Kitchen .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; } } Multifunctional Corner Standing Shelf Living Room Small size fits well in any corners, makes good use of limited space, provides additional storage space, keeps everything organized Home Office A great corner stand for your books, documents, ornaments. Easily keep office supplies in order within reach Kitchen Great size corner storage shelf for a small kitchen, perfect for storing spices, cutlery or kitchen herbs. Balcony Works well as plant stand or flower rack to hold/display potted plant #premium-module-12-nav-carousel-1752645564075014300 { .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-1752645564075014300 { .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; } } } Sturdy ConstructionStable ConstructionSmooth Round EdgeAdjustable Leg Pad The corner bookcase constructed of thick board & metal frame that ensures stability and durability 90° right angle in the rear gives it the ability to sit flush against a wall perfectly Protects your family from being hurt, perfect choice for those who have kids around Adjustable leg pad helps to keep the the corner bookcase stands stably on uneven floor or rug 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 Room Type Office, Garage, Dining Room Number of Shelves 5 Special Feature Narrow Tall, Space Saving Product Dimensions 18"D x 18"W x 70"H Style Vintage,Industrial,Country Rustic Age Range (Description) Adult Finish Type Matt Brand Tribesigns Product Care Instructions Wipe with Dry Cloth Size Large Assembly Required Yes Recommended Uses For Product Indoor Number of Items 1 Included Components Hardware Item Weight 22 Pounds Furniture Finish Brown Installation Type Freestanding Back Style Backless Specific Uses For Product Decorative Items, Kitchen Utensils, Books Unit Count 1 Count Product Name Corner Shelf
$199.99
$129.9935% OFF
6-Tier Corner Shelf, Narrow Etagere Bookshelf Storage Rack - White

6-Tier Corner Shelf, Narrow Etagere Bookshelf Stor...

Space-Saving Design - Measuring 13.4'' W x 13.4'' D x 74.8'' H, this corner bookshelf optimizes limited small or corner spaces. It fits comfortably in any room, including the living room, kitchen, or bathroom, maximizing storage without taking too much space. 6-Tier Storage Rack with Fences - This 6-tier corner bookshelf provides ample storage for books, displays, picture frames, plants, and more. Its design includes back baffles and side fences to prevent items from falling off, and the top shelf offers additional storage. Multipurpose Corner Shelves - This bookcase efficiently utilizes every small or corner space in your room. Although ideal as a corner storage shelf, it also functions as a bookcase, display shelf, plant stand, or kitchen storage rack. Perfect for compact spaces. Solid & Reliable Construction - Made from sturdy E1 particleboard and metal, this narrow shelf tower is durable, scratch-proof, and water-resistant. Adjustable leg pads ensure stability on uneven floors, and anti-tipping strap kits are included for added safety. Easy Assembly & Warranty - The package includes all parts, installation hardware kits, and detailed instructions for easy assembly. Tribesigns provides 24/7 customer service and a 1-year warranty. Any issues? Feel free to contact us. Order with confidence! Product Dimensions & Weights Details Length 13.39" Depth 13.39" Height 74.8" Item Weight 28.66 lbs Packaging Dimensions & Weights 42.13" L x 15.75" W x 6.3" H (33.07 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; } } Anti-falling Baffle & Fences Anti-slipping metal fences on both sides and back wood baffle designed to prevent the items from slipping down. Anti-tipping Strap Kits Anti-tipping strap helps prevent the tall thin storage shelf from tipping down, no worries of shaking or wobbling. Sturdy Metal Frame Thickened sturdy steel tubes frame ensures stability and sturdiness for the organization display rack. Adjustable Leg Pads Adjustable leg pads designed to help the shelf stand stand stably on uneven floor, and protect the floor as well. Product Information Room Type Office, Bathroom, Kitchen, Living Room Number of Shelves 7 Special Feature Heavy Duty, Adjustable, Scratch Resistant Product Dimensions 13.39"D x 13.39"W x 74.8"H Style 1 PC Age Range (Description) ALL Finish Type Polished Brand Tribesigns Product Care Instructions Wipe with Dry Cloth Size 1 PC Weight Limit 150 Pounds Assembly Required Yes Recommended Uses For Product Office, Kitchen, Living Room Number of Items 1 Manufacturer Tribesigns Included Components Hardware Item Weight 15 Kilograms Furniture Finish Engineered Wood Installation Type Freestanding Weight capacity Maximum weight: 150 Pounds Product Name Corner Shelf, Etagere Bookcase, Storage Rack Shelf Thickness 0.78 Inches Item Weight 33 pounds
$159.99
$109.9931% OFF
7-Tier Corner Bookshelf Corner Bookcase Storage Display Rack

7-Tier Corner Bookshelf Corner Bookcase Storage Di...

Striking Design - This 7-shelf bookshelf, with a rustic black frame and X-bars, is a fusion of practicality and industrial design. Ideal for any room, it adds extra space and charm. Corner Optimization - Exploit those unused corners with this bookshelf. Its 23.6"L x 23.6"D x 79”H dimensions snugly fit against your wall, serving as a bookcase, display rack, or storage unit. Generous Storage - Featuring 14 sleek open shelves, it provides ample space to showcase books, photos, and objects. The top shelf is perfect for arts and crafts supplies, while the bottom is great for baskets. Stable and Sturdy Construction - The X-bars, not only prevent books from falling, but they also reinforce strength and stability. Additionally, adjustable feet ensure balanced placement on uneven floors. Durable Use - With a heavy-duty metal frame and sturdy wood shelves, this stand has a long lifespan. Each shelf is scratch and wear-resistant, with a 25 lb holding capacity. Purchase Securely - Full assembly is required with the help of another person but can be completed in around 45 minutes. All instructions and tools are included. If you encounter issues with the bookcase, please don't hesitate to contact us. Product Dimensions & Weights Details Length 23.62" Depth 23.62" Height 78.84" Item Weight 58.42 lbs Packaging Dimensions & Weights 46.06" L x 11.42" W x 11.81" H (62.83 lbs) Installation Guide.pdf Installation Guide Video: Brimming with vintage charm, our Bookcase is an ideal choice to any space! .premium-module-7-video-text-h2 { font-size: 16px; } @media screen and (max-width: 740px) { .premium-module-7-video-text-h2 { font-size: 14px; } .premium-module-7-video-text-h3 { font-size: 18px; } } MAXIMIZE SPACE & VERSATILE 7-Tier shelf design makes full use of any limited space or odd corner to provide additional storage space for small items or knickknacks. This tall shelving unit fits great in any corner of the living room, bedroom, home office, kitchen, hallway, balcony, etc. It can work well as corer stand shelves, small bookshelves, display shelves, and plant stands for limited space. #premium-module-12-nav-carousel-1751092818496730500 { .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-1751092818496730500 { .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; } } } Ample Storage SpaceThoughtful DesignSturdy ConstructionDurable MaterialSturdy Construction Fit The Corner A perfect spot for storing bags, flowers, lamp, potted and handicrafts. X-Shape Sides Prevents tilting of items on shelves and falling down . Heavy-duty Frame Constructed of high-grade board and sturdy metal frame that each shelf can hold up to 45 lbs. Vintage Wood Grain It's water & dust resistant and easy to clean. Anti-Slip Foot Prevent scratch on the floor. 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 Room Type Bedroom, Living Room, Classroom, Hallway Number of Shelves 14 Special Feature Fit the corner Product Dimensions 23.62"D x 23.62"W x 78.74"H Style Rustic Age Range (Description) Adult Brand Tribesigns Product Care Instructions Wipe with Dry Cloth Size 7-Tier Weight Limit 45 Pounds Assembly Required Yes Recommended Uses For Product L shaped bookcase for living room, Corner shlef for bedroom, Corner bookshelf for office Number of Items 1 Manufacturer Tribesigns Included Components Hardware Model Name PETER Item Weight 55 Pounds Furniture Finish Engineered Wood Installation Type Freestanding Min. Required Door Width 23.6 Inches Weight capacity Maximum weight: 45 Pounds Back Style Backless Product Name Corner Bookcase Shelf Thickness 0.59 Inches Item Weight 55 pounds
$219.99
$159.9927% OFF
6-Tier Corner Bookshelf, 64.96" Corner Bookcase with Anti-Drop Panel - Wood Grain

6-Tier Corner Bookshelf, 64.96" Corner Bookcase wi...

Corner-Specific Design - Our L-shaped corner shelf efficiently uses corner spaces, freeing up floor space, and adding style to your interior. Anti-Falling Design - Comes with side panels to enhance the shelf's stability and prevent items from falling, ensuring safer and cleaner storage. Dimensions: 23.62"L x 23.62" W x 64.96"H. Industrial & Multifunctional - With its 90° right-angle, industrial wood-grain shelves, this six-tier storage shelf offers a neat display space for books, photos, plants, and more, making your room tidier. Premium Quality - Made of wood-grain particleboard, each shelf can hold up to 60 lbs. This free-standing storage rack, perfect as a bookshelf or display shelf, is a great addition to living rooms, bedrooms, hallways, offices, etc. Easy Assembly & Warranty - Comes with all necessary tools, instructions, and numbered parts. We provide an 18-month warranty and friendly customer service to assure you peace of mind. Product Dimensions & Weights Details Length 23.62" Depth 23.62" Height 64.96" Item Weight 70.55 lbs Packaging Dimensions & Weights 27.56" L x 25.98" W x 7.68" H (71.65 lbs) Installation Guide.pdf Product Information Room Type Home Office, Living Room, Bedroom, Study Room Number of Shelves 6 Special Feature L Shaped, Anti-Falling Baffle Design Product Dimensions 23.62"D x 23.62"W x 64.96"H Style Rustic Age Range (Description) Adult Finish Type Unfinished Brand Tribesigns Product Care Instructions Wipe with Dry Cloth Size Large Weight Limit 60 Pounds Assembly Required Yes Recommended Uses For Product Indoor Number of Items 1 Included Components Hardware kits and Assembly Instruction Model Name L Shaped Bookcase Item Weight 32 Kilograms Furniture Finish Wood Installation Type Freestanding Weight capacity Maximum weight: 60 Pounds Specific Uses For Product Bookshelf, Bookcase, Corner Shelf, Display Rack Storage Organizer Unit Count 1.0 Count Product Name Corner Bookcase Shelf Thickness 64.96 Inches Item Weight 70.4 pounds
$209.99
$159.9924% OFF
7-Tier Corner Shelf, 78.7" Narrow Bookshelf Corner Bookcase

7-Tier Corner Shelf, 78.7" Narrow Bookshelf Corner...

Space-Saving Design - This tall narrow bookshelf, measuring 13.39"W x 13.39"D x 78.74"H, is perfect for maximizing tight spaces with its slender shape and efficient vertical space utilization. Versatile 7-Tier Bookcase - With seven open shelves, this compact bookshelf offers ample storage and display space for books, photos, artwork, and kitchen or bathroom essentials. Stylish & Secure - The unique diamond pattern design on both sides elevates aesthetics while preventing items from slipping off. A back panel and anti-tip kit also protect against falling items and tipping over. Durable & Adjustable - Crafted from high-quality particle board with a rustic brown finish and a sturdy metal frame, this bookshelf supports up to 40 lbs per shelf. Adjustable foot pads ensure stability on uneven floors and protect against scratches. Easy Assembly - Includes all necessary tools and detailed instructions for easy assembly. We also offer an 18-month warranty and friendly customer service before and after purchase. Dimensions: 13.4"W x 13.4"D x 78.74"H Product Dimensions & Weights Details Length 13.39" Depth 13.39" Height 78.74" Item Weight 35.27 lbs Packaging Dimensions & Weights 41.43" L x 15.75" W x 6.5" H (39.24 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; } } Thickened Particle Board Ensure its long lasting use. This narrow tall bookshelf is waterproof, anti-scratch and easy to clean. Unique Design & Back Baffle With back baffle and elegant diamond pattern design on both sides, help reinforcing the narrow shelving unit while preventing items from falling. Anti-tipping Kits Anti-tipping strap help prevent the bookcases from falling down, ensuring safety for your families. Adjustable Leg Pads Adjustable pads attached to the feet keep display rack level on the uneven ground and prevent floor from scratching. Product Information Room Type Office, Kitchen, Bathroom, Bedroom, Living Room Number of Shelves 7 Special Feature Space Saving Product Dimensions 13.78"D x 13.78"W x 78.7"H Style Retro, Industrial Age Range (Description) ALL Finish Type Unfinished Brand Tribesigns Product Care Instructions Wipe with Dry Cloth, Wipe with Damp Cloth Size 1 PC Weight Limit 18000 Grams Assembly Required Yes Recommended Uses For Product Office, Kitchen, Living Room, Bathroom Number of Items 1 Manufacturer Tribesigns Included Components Hardware, Instruction Model Name Tall Corner Shelf Item Weight 16 Kilograms Furniture Finish Metal Installation Type Freestanding Weight capacity Maximum weight: 39.7 Pounds Specific Uses For Product Books, Decorative Items, Kitchen Utensils, Bathroom Items, Office Supplies Unit Count 1.0 Count Product Name Shelf Shelf Thickness 0.59 Inches Item Weight 35.2 pounds
$155.99
$119.9923% OFF
78.7” Tall Narrow Bookshelf, Slim Display Shelf for Home Office & Small Areas - Black

78.7” Tall Narrow Bookshelf, Slim Display Shelf fo...

Maximize Vertical Space in Small Areas - Designed for tight corners and compact rooms, this extra tall and narrow bookshelf helps you make the most of limited floor space. The slim footprint and vertical design improve storage efficiency while fitting neatly into small spaces. Overall size: 13.39” W x 13.39” D x 78.7” H. 7-Tier Open Storage for Multiple Uses - Featuring 7 open shelves, this tall skinny bookcase provides ample room for books, decor, photos, and everyday essentials. Beyond a traditional bookshelf, it also works well as a display shelf or storage organizer for kitchens, bathrooms, home offices, or living spaces. Secure Back Panel & Anti-Tip Design - The back baffle helps prevent items from falling, while the diamond-pattern side panels add visual appeal and help keep items in place. An included wall anti-tip kit allows the bookshelf to be secured to the wall for added stability and safety. Sturdy Construction - Built with high-quality particle board, a durable metal frame, and a modern black finish, this narrow bookshelf is designed for long-term use. Each shelf supports up to 40 lbs. Adjustable foot pads keep the unit stable on uneven floors and help protect flooring from scratches. Easy Assembly & Reliable Support - All necessary tools, clear instructions, and numbered parts are included for straightforward assembly. The slim shelving unit comes with an 18-month warranty and customer support before and after purchase for added peace of mind. Dimensions: 13.4"W x 13.4"D x 78.74"H Product Dimensions & Weights Details Length 13.39" Depth 13.39" Height 78.74" Item Weight 35.27 lbs Packaging Dimensions & Weights 41.43" L x 15.75" W x 6.5" H (39.24 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; } } Thickened Particle Board Ensure its long lasting use. This narrow tall bookshelf is waterproof, anti-scratch and easy to clean. Unique Design & Back Baffle With back baffle and elegant diamond pattern design on both sides, help reinforcing the narrow shelving unit while preventing items from falling. Anti-tipping Kits Anti-tipping strap help prevent the bookcases from falling down, ensuring safety for your families. Adjustable Leg Pads Adjustable pads attached to the feet keep display rack level on the uneven ground and prevent floor from scratching. Product Information Room Type Office, Kitchen, Bathroom, Bedroom, Living Room Number of Shelves 7 Special Feature Space Saving Product Dimensions 13.78"D x 13.78"W x 78.7"H Style Retro, Industrial Age Range (Description) ALL Finish Type Unfinished Brand Tribesigns Product Care Instructions Wipe with Dry Cloth, Wipe with Damp Cloth Size 1 PC Weight Limit 18000 Grams Assembly Required Yes Recommended Uses For Product Office, Kitchen, Living Room, Bathroom Number of Items 1 Manufacturer Tribesigns Included Components Hardware, Instruction Model Name Tall Corner Shelf Item Weight 16 Kilograms Furniture Finish Metal Installation Type Freestanding Weight capacity Maximum weight: 39.7 Pounds Specific Uses For Product Books, Decorative Items, Kitchen Utensils, Bathroom Items, Office Supplies Unit Count 1.0 Count Product Name Shelf Shelf Thickness 0.59 Inches Item Weight 35.2 pounds
$155.99
$119.9923% OFF

Subscribe to Tribesigns coupon newsletter

Get notified of offers and coupon codes from Tribesigns before they expire!