
Top Tribesigns Deals & Price Drops for June 2026
Explore verified Tribesigns discounts and price drops updated in the last 30 days.
All DealsWriting TablesComputer DesksHallway TablesDisplay ShelvesExecutive DesksCenter TablesSofa TablesEnd of Bed BenchesKitchen TablesShelvesTV & Media FurnitureNightstandsDisplay RacksShoe CabinetsEntryway TableReception TablePrinter StandsExecutive desksPub Bar TablesOutdoor Patio SofasCoffee Bar TablesCoffee TablesBedside TablesC TablesDresser DesksTea TablesBookcasesStudy TablesHome Office DesksPlant StandsEntryway BenchSide TablesSofa Side TablesRolling Snack TablesFiling CabinetsWall Lamps & SconcesTable & Chair SetsWriting DesksEntryway BenchesConversation SetsSnack TablesSideboard TablesVanity LightsStorage RacksChairside TablesSpice RacksLaundry CartsDisplay Wine ShelvesEntryway TablesDressing TableTV StandsSingle Sink VanitiesHallway TableWriting TableClothes RacksFront DesksPendant LightingFlower ShelvesBathroom VanitiesWriting DeskClothes StandsShoe ShelvesEtagereStorage Carts
5-Tier Corner Bookshelf, 70" Tall Corner Shelves P...
Versatile Tall Corner Stand Shelf – Elevate any corner of your home with this diverse corner shelving unit. Allow it to display your captivating knick-knacks or photos in your living room or bedroom, organize toiletries in the bathroom, or act as a standing shelf for indoor plants and flowers in your balcony. This unit is designed to harmonize seamlessly with any space. Perfect Fit for Small Spaces – This floor corner shelf is specifically designed for corners and confined spaces, increasing storage capacity without claiming extra space. A simple addition like this can transform the aesthetics of your home in an instant. Large Storage Capacity – Our multi-tiered shelves offer bountiful storage space to neatly organize all your books, decorative items, plants, or other accessories. Keep all your essentials in one easily accessible location with this handy shelf. Reliable Material, Built to Last – Constructed from 0.6” thick boards and a sturdy metal frame, this corner stand shelft enhances stability and durability. Its robust construction ensures support for ample weight while withstanding the rigors of daily use. Fast Installation, Buy with Confidence – The metal frame comes pre-welded together with a hinge, you simply need to install the shelves onto the frame. Assembly takes about 30 minutes or less and comes complete with hardware, tools, and easy-to-follow instructions. Product Dimensions & Weights Details Length 25.95" Depth 9.84" 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 #premium-module-12-nav-carousel-1769674363125039000 { .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-1769674363125039000 { .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; } } } For Living RoomFor BathroomFor KitchenFor BalconyFor Bedroom 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 Bathroom, Bedroom, Dining Room, Office, Study Room Number of Shelves 5 Special Feature Durable, Scratch Resistant, Space Saving, Sturdy, Waterproof Product Dimensions 9.84"D x 25.95"W x 70.07"H Brand Tribesigns Product Care Instructions Wipe with Dry Cloth Size 25.95 inches x 9.84 inches x 70.07 inches Assembly Required Yes Recommended Uses For Product Home Decor, Storage Number of Items 1 Manufacturer Tribesigns Included Components Hardware Model Name Bookcase Item Weight 22.05 Pounds Furniture Finish Engineered Wood Installation Type Freestanding Specific Uses For Product Books, Decorative Items, Kitchen Utensils, Plants, Toiletries Unit Count 1.0 Count Product Name Bookcase Corner shelves Shelf Thickness 0.6 Inches Shelf Bracket Shape Triangular Color White Assembly Instructions Description The product comes with clear, easy-to-follow instructions and all necessary hardware for assembly. Assembly takes approximately 30 minutes.
$155.99
$129.9917% OFF
5-Tier Corner Bookshelf, 70" Tall Corner Shelves P...
Versatile Tall Corner Stand Shelf – Elevate any corner of your home with this diverse corner shelving unit. Allow it to display your captivating knick-knacks or photos in your living room or bedroom, organize toiletries in the bathroom, or act as a standing shelf for indoor plants and flowers in your balcony. This unit is designed to harmonize seamlessly with any space. Perfect Fit for Small Spaces – This floor corner shelf is specifically designed for corners and confined spaces, increasing storage capacity without claiming extra space. A simple addition like this can transform the aesthetics of your home in an instant. Large Storage Capacity – Our multi-tiered shelves offer bountiful storage space to neatly organize all your books, decorative items, plants, or other accessories. Keep all your essentials in one easily accessible location with this handy shelf. Reliable Material, Built to Last – Constructed from 0.6” thick boards and a sturdy metal frame, this corner stand shelft enhances stability and durability. Its robust construction ensures support for ample weight while withstanding the rigors of daily use. Fast Installation, Buy with Confidence – The metal frame comes pre-welded together with a hinge, you simply need to install the shelves onto the frame. Assembly takes about 30 minutes or less and comes complete with hardware, tools, and easy-to-follow instructions. Product Dimensions & Weights Details Length 25.95" Depth 9.84" 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 #premium-module-12-nav-carousel-1769674363125039000 { .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-1769674363125039000 { .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; } } } For Living RoomFor BathroomFor KitchenFor BalconyFor Bedroom 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 Bathroom, Bedroom, Dining Room, Office, Study Room Number of Shelves 5 Special Feature Durable, Scratch Resistant, Space Saving, Sturdy, Waterproof Product Dimensions 9.84"D x 25.95"W x 70.07"H Brand Tribesigns Product Care Instructions Wipe with Dry Cloth Size 25.95 inches x 9.84 inches x 70.07 inches Assembly Required Yes Recommended Uses For Product Home Decor, Storage Number of Items 1 Manufacturer Tribesigns Included Components Hardware Model Name Bookcase Item Weight 22.05 Pounds Furniture Finish Engineered Wood Installation Type Freestanding Specific Uses For Product Books, Decorative Items, Kitchen Utensils, Plants, Toiletries Unit Count 1.0 Count Product Name Bookcase Corner shelves Shelf Thickness 0.6 Inches Shelf Bracket Shape Triangular Color White Assembly Instructions Description The product comes with clear, easy-to-follow instructions and all necessary hardware for assembly. Assembly takes approximately 30 minutes.
$155.99
$129.9917% OFF
5-Tier Corner Bookshelf, 70" Tall Corner Shelves P...
Versatile Tall Corner Stand Shelf – Elevate any corner of your home with this diverse corner shelving unit. Allow it to display your captivating knick-knacks or photos in your living room or bedroom, organize toiletries in the bathroom, or act as a standing shelf for indoor plants and flowers in your balcony. This unit is designed to harmonize seamlessly with any space. Perfect Fit for Small Spaces – This floor corner shelf is specifically designed for corners and confined spaces, increasing storage capacity without claiming extra space. A simple addition like this can transform the aesthetics of your home in an instant. Large Storage Capacity – Our multi-tiered shelves offer bountiful storage space to neatly organize all your books, decorative items, plants, or other accessories. Keep all your essentials in one easily accessible location with this handy shelf. Reliable Material, Built to Last – Constructed from 0.6” thick boards and a sturdy metal frame, this corner stand shelft enhances stability and durability. Its robust construction ensures support for ample weight while withstanding the rigors of daily use. Fast Installation, Buy with Confidence – The metal frame comes pre-welded together with a hinge, you simply need to install the shelves onto the frame. Assembly takes about 30 minutes or less and comes complete with hardware, tools, and easy-to-follow instructions. Product Dimensions & Weights Details Length 25.95" Depth 9.84" 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 #premium-module-12-nav-carousel-1769674363125039000 { .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-1769674363125039000 { .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; } } } For Living RoomFor BathroomFor KitchenFor BalconyFor Bedroom 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 Bathroom, Bedroom, Dining Room, Office, Study Room Number of Shelves 5 Special Feature Durable, Scratch Resistant, Space Saving, Sturdy, Waterproof Product Dimensions 9.84"D x 25.95"W x 70.07"H Brand Tribesigns Product Care Instructions Wipe with Dry Cloth Size 25.95 inches x 9.84 inches x 70.07 inches Assembly Required Yes Recommended Uses For Product Home Decor, Storage Number of Items 1 Manufacturer Tribesigns Included Components Hardware Model Name Bookcase Item Weight 22.05 Pounds Furniture Finish Engineered Wood Installation Type Freestanding Specific Uses For Product Books, Decorative Items, Kitchen Utensils, Plants, Toiletries Unit Count 1.0 Count Product Name Bookcase Corner shelves Shelf Thickness 0.6 Inches Shelf Bracket Shape Triangular Color White Assembly Instructions Description The product comes with clear, easy-to-follow instructions and all necessary hardware for assembly. Assembly takes approximately 30 minutes.
$155.99
$138.5811% OFF
5-Tier Corner Shelf, 70" Tall Corner Ladder Shelf ...
Versatile Corner Storage Shelf - This tall shelving unit comfortably fits in any corner of the living room, bedroom, home office, kitchen, hallway, balcony, bathroom, and more. It acts as corner stand shelves, a small bookshelf, display shelf, or plant stand, perfect for limited spaces. Sizable Storage Capacity in Compact Design - The 5-tier shelf design maximizes limited space or odd corners by providing additional storage space for small items or decorative pieces. Robust Construction & High Load Capacity - Crafted from thick boards and a sturdy metal frame, this corner stand ensures stability and durability. It's robust enough to accommodate heavy-duty items like kitchenware or a small aquarium. Safe Round Edge & Independent Design – The smooth round edge safeguards you and your family from any potential scratching. The 90° right angle at the rear lets it stand independently or sit flush against a wall seamlessly. Simple Assembly & Confidence in Purchase - The metal frame is fused together with hinges, simplifying the installation of the shelves onto the frame. The 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
$155.99
$139.9810% OFF
Subscribe to Tribesigns coupon newsletter
Get notified of offers and coupon codes from Tribesigns before they expire!



