
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
Freestanding Shoe Cabinet with Acrylic Doors and L...
Elegant & Modern Style - With simple lines and hazy acrylic doors, this tall shoe cabinet with doors adds a refined touch to any interior decor. Acrylic Doors - The tempered acrylic doors of our freestanding shoe cabinet resist breakage in transit while providing an appealing open feel to your space. LED Lights - The modern shoe storage features vibrant, remote-controlled LED lights that add a unique touch and enhance your smart home experience. Flexible Storage - Our tall, 8-tier shoe rack can store 16-24 pairs of shoes (up to the height and size of the shoes). Each side also includes two hooks for hanging small items, maximizing space utilization. Sturdy Construction - Constructed from 0.6'' thick manufactured wood, our shoe storage maintains stability and holds up to 330lb without worries of wobbling or collapsing. Easy Assembly - The cabinet with led lights is easy to clean with a damp cloth and simple to assemble, ideally with two people for the best results. Product Dimensions & Weights Details Length 24.8" Depth 13.78" Height 66.93" Item Weight 88.18 lbs Packaging Dimensions & Weights 38.19" L x 16.93" W x 12.6" H (92.59 lbs) Installation Guide.pdf Installation Guide Video: Freestanding White Shoe Rack with Doors and Led Light for Closet, Entryway 8-Tier Tall Storage Cabinet With Large Storage for Your Home Decor #premium-module-12-nav-carousel-1751005118781473900 { .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-1751005118781473900 { .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; } } } Acrylic DoorsExquisite Gold HandlePremium Side HooksAdjustable ShelvesHigh Quality Hardware Elegant Acrylic Door Soft lighting through acrylic doors, no more fumbling in the dark to find your shoes. Exquisite Gold Handle Goes with any décor and draw admiring glances from visitors to your home Premium Side Hooks Double sides with 3 hooks can hang your keys, hats, small clutch bag etc. Adjustable Shelves Adjustable panel helps you easily classify your different types of shoes from slippers to boots. High Quality Hardware High quality hardware can make shoe storage strong and use long term. 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); }); }); Shoe Storage with RGB LED Light, Decor Your Entryway Style #premium-module-12-nav-carousel-1751005118781473900 { .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-1751005118781473900 { .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; } } } Shoe CabinetTall BookcaseWhite Storage CabinetBathroom Storage Cabinet document.addEventListener('DOMContentLoaded', function() { /* 为每个轮播容器初始化独立的轮播实例 */ document.querySelectorAll('.custom-carousel-module').forEach(module => { const container = module.querySelector('.custom-carousel-container'); const slides = container.querySelectorAll('.custom-carousel-slide'); const tabs = module.querySelectorAll('.custom-carousel-tabs .tab'); const prevBtn = container.querySelector('.prev-slide'); const nextBtn = container.querySelector('.next-slide'); let currentIndex = 0; function updateCarousel(index, scrollTab = true) { /* 更新幻灯片 */ slides.forEach((slide, i) => { slide.classList.toggle('active', i === index); }); /* 更新标签 */ tabs.forEach((tab, i) => { tab.classList.toggle('active', i === index); }); /* 滚动标签 */ if (scrollTab) { const tab = tabs[index]; tab.scrollIntoView({ behavior: 'smooth', inline: 'center', block: 'nearest' }); } } /* 绑定标签点击事件 */ tabs.forEach((tab, i) => { tab.addEventListener('click', () => { currentIndex = i; updateCarousel(currentIndex); }); }); /* 绑定'上一张'按钮 */ prevBtn.addEventListener('click', () => { currentIndex = (currentIndex - 1 + slides.length) % slides.length; updateCarousel(currentIndex); }); /* 绑定'下一张'按钮 */ nextBtn.addEventListener('click', () => { currentIndex = (currentIndex + 1) % slides.length; updateCarousel(currentIndex); }); updateCarousel(currentIndex, false); }); }); Product Information Brand Tribesigns Color White, Gray, Black, Mint Green Recommended Uses For Product shoes, bags, books, heels, boots Product Dimensions 12.78"D x 24.8"W x 66.93"H Special Feature Acrylic Doors, LED Light, Hanging Hooks, 8-tier Adjustable Shelves, 66.9 Inches Tall Mounting Type Floor Mount Room Type Bathroom, Closet, Bedroom, Living Room, Hallway Door Style Open Frame Weight Limit 94 Pounds Included Components Shelves Size 12.78"D x 24.8"W x 66.93"H Number of Shelves 8 Item Weight 94 Pounds Base Type Furniture base Installation Type Freestanding Top Material Type Engineered Wood Assembly Required Yes Frame Material Engineered Wood Number of Compartments 8 Is Customizable No Number of Levels 8 Manufacturer Tribesigns Item Weight 88.18 pounds
$259.99
$199.9923% OFF
30 Pairs Shoe Cabinet, 6-Tier Modern Shoes Rack Or...
Elegant & Multipurpose - This 30 pair shoe rack with slim metal handles, adds a chic look to your space. It's perfect as a shoe rack in the entrance or as a storage cabinet in any room. Ample Storage - At 13.77"D x 35.43"W x 43.3"H, this 6 tier shoe rack holds up to 25-30 pairs of shoes. Its large countertop and extra bottom space can conveniently store essentials like keys and hats, or slippers and cleaning tools. Customizable - With 5 adjustable shelves, you can arrange your various shoes easily. Two rear vent holes help with air circulation and odor dissipation. Sturdy & Safe - Made of high-quality particleboard with metal legs, this cabinet is built to last. It includes toppling-preventing devices and adjustable feet for floor protection. Easy Assembly & Warranty - This shoes cabinet with doors comes with clear instructions and assembly tools for a quick setup. We offer an 18-month warranty and excellent customer service. Product Dimensions & Weights Details Length 35.43" Depth 13.78" Height 42.52" Item Weight 74.08 lbs Packaging Dimensions & Weights 42.13" L x 19.92" W x 7.95" H (84.0 lbs) Installation Guide.pdf Tribesigns Shoe Cabinet with Doors - Welcome Your Shoes! .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; } } Say Goodbye to Shoe Chaos Large Shoe Cabinet with Doors-this shoe cabinet is sure to jazz up your entryway ✔Designed with unique carved doors and polished gold legs, this shoe cabinet showcases a premium white finish for a cool, contemporary feel. ✔Perfect for placing in the entrance, hallway, living room, or porch to neatly store shoes while also accenting the aesthetics of your space. ✔With adjustable inner shelves, it allows you to keep boots, heels, sneakers, flats, and more with ease. .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; } } SPACIOUS TABLETOP, TIDY You can also store and display your keys, photo albums, and plants on the wide countertop with protective panels. RICH TEXTURE, ELEGANT LOOK The streamlined carved door completes the minimalist charm of your space. Panels are waterproof and easy to clean. .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; } } TWO AIR HOLES It is airy with the air holes on the entryway shoe cabinet back. ANTI-TIP KIT Toppling-preventing devices are included for added security. QUALITY HINGES Keep the shoe storage cabinet securely open and closed, and protect your fingers get hurt. PROTECTION PAD Prevents floor scratches and balances to accommodate uneven floors. Product Information Brand Tribesigns Color White and Gold, Brown and Black, White and Wood Recommended Uses For Product Shoes Product Dimensions 13.78"D x 35.43"W x 42.52"H Special Feature Heavy Duty Mounting Type Floor Mount Room Type Flat Panel Door Style Flat Panel Included Components Shelves Finish Type Unfinished Size Large Number of Shelves 6 Number of Pieces 1 Item Weight 74.08 Pounds Base Type Legs Installation Type Freestanding Top Material Type Engineered Wood Handle Material Gold Back Material Type Engineered Wood Assembly Required Yes Frame Material Wood Number of Compartments 6 Is Customizable No Number of Levels 6
$219.99
$139.9936% OFF
7-Tier Shoe Cabinet, Shoe Storage Organizer with A...
Sturdy & Reliable - Swap your unstable shoe rack for our solid and durable adjustable shoe rack, made from premium E0 particle board. Large & Flexible - Our 7-tier shoe rack with adjustable panels accommodates various types of shoes, along with your bags and decor items. With the capability to hold up to 24 pairs of shoes, this 29.6" W x 14.6" D x 43.3" H storage solution keeps your shoes organized. Chic & Elegant - Impress your guests with this attractive shoe cabinet, featuring a waterproof, white wood finish and golden metal accents. It adds modern, homely charm to any space. Compact & Practical - Functional yet simple, this entryway shoe storage cabinet can serve both as a shoe shelf or kitchen storage. Its swing doors offer hidden storage, making it a perfect clutter-free solution for your hallway, dorm, or garage. Easy Assembly & Warranty - Simplify your life with the easy-to-assemble design of our Tribesigns shoe organizer. Enjoy peace of mind with our 18-month warranty and responsive customer service. Product Dimensions & Weights Details Length 29.53"" Depth 14.57" Height 43.31" Item Weight 78.26 lbs Packaging Dimensions & Weights 43.31 " L x 16.93 " W x 9.65 " H (82.67 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; } } Wide Top with Apron Design Ideal for placing home decorations and some personal belongings that are easy to carry. With apron design, it can prevent stuffs from dropping. Easy-pull Handle Golden metal pulls for easy opening and closing. Closed storage rooms behind 2 doors can maintain your shoes clean and dry while protect your privacy. Ample Bottom Space Golden legs elevate the cabinet off the ground that away from moisture or dirt; the space at the bottom provides extra storage space for your shoes. Built with Strength With premium MDF and sturdy metal, you get a high quality furniture that offers strong support up to 220lbs, allows for long time maintenance. Product Information Brand Tribesigns Color White, Gray, Wood Grain Color & White, Rustic Brown, Black Recommended Uses For Product Shoes Product Dimensions 14.57"D x 29.53"W x 43.3"H Special Feature Waterproof, Heavy Duty, Adjustable, Scratch Resistant, Water Resistant Mounting Type Freestanding Room Type Garage, Closet, Living Room, Bedroom, Hallway Door Style Shutter Weight Limit 24 Kilograms Included Components Hardware Finish Type Lacquered Number of Shelves 7 Item Weight 78.26 Pounds Base Type Legs Installation Type Freestanding Top Material Type Engineered Wood Handle Material Metal Back Material Type Wood Assembly Required Yes Frame Material Engineered Wood Is Customizable No Number of Levels 7
$209.99
$149.9929% OFF
5-Tier Shoe Cabinet, 20 Pairs Entryway Shoe Racks ...
Stylish and Functional - Our freestanding 5 tier shoe rack features geometric doors and five inside shelves. The gold legs and white finish create a sleek, minimalist design, perfect for your bedroom or entryway. Space-efficient - Store up to 15-20 pairs of shoes behind two concealed doors. The tabletop is ideal for decor or essentials, and the bottom offers additional shoe storage. Versatile - The removable shelves can be modified to accommodate shoe heights or large size shoes, doubling as a large storage cabinet. High metal legs make cleaning underneath easier. Durable - Measuring 31.5" W x 15" D x 30.3" H, this 20 pair shoe storage cabinet is space-saving and sturdy, crafted from durable MDF and metal for long-lasting use. The warm, golden door handle is designed to prevent scratches, with adjustable feet to avoid wobbling. Simple Assembly - Includes tools and instructions for easy assembly (two people with an electric driller recommended). Comes with an 18-month warranty and friendly customer service for faulty or missing parts. Product Dimensions & Weights Details Length 31.49" Depth 14.96" Height x37.4" Item Weight 70.53 lbs Packaging Dimensions & Weights 35.43 " L x 18.5 " W x 9.06 " H (76.04 lbs) Installation Guide.pdf Main Features of The Modern Shoe Storage Cabinet with Two Doors #premium-module-12-nav-carousel-1751423485014175600 { .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-1751423485014175600 { .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; } } } Upper StorageExtra StorageCraftsmanshipThoughtful DesignSturdy Construction Large Tabletop A perfect spot for storing bags, flowers, lamp, potted and handicrafts. Bottom Shoe Storage Provide additional open space for shoes, more than enough for your family's needs. Stylish & Modern Design The beautiful texture fives the shoe cabinet a contemporary Exquisite Gold Handle Goes with any décor and draw admiring glances from visitors to your home Golden Metal Base Complement the piece of furniture for superior support and style document.addEventListener('DOMContentLoaded', function() { /* 为每个轮播容器初始化独立的轮播实例 */ document.querySelectorAll('.custom-carousel-module').forEach(module => { const container = module.querySelector('.custom-carousel-container'); const slides = container.querySelectorAll('.custom-carousel-slide'); const tabs = module.querySelectorAll('.custom-carousel-tabs .tab'); const prevBtn = container.querySelector('.prev-slide'); const nextBtn = container.querySelector('.next-slide'); let currentIndex = 0; function updateCarousel(index, scrollTab = true) { /* 更新幻灯片 */ slides.forEach((slide, i) => { slide.classList.toggle('active', i === index); }); /* 更新标签 */ tabs.forEach((tab, i) => { tab.classList.toggle('active', i === index); }); /* 滚动标签 */ if (scrollTab) { const tab = tabs[index]; tab.scrollIntoView({ behavior: 'smooth', inline: 'center', block: 'nearest' }); } } /* 绑定标签点击事件 */ tabs.forEach((tab, i) => { tab.addEventListener('click', () => { currentIndex = i; updateCarousel(currentIndex); }); }); /* 绑定'上一张'按钮 */ prevBtn.addEventListener('click', () => { currentIndex = (currentIndex - 1 + slides.length) % slides.length; updateCarousel(currentIndex); }); /* 绑定'下一张'按钮 */ nextBtn.addEventListener('click', () => { currentIndex = (currentIndex + 1) % slides.length; updateCarousel(currentIndex); }); updateCarousel(currentIndex, false); }); }); Product Information Brand Tribesigns Color White & Natural, Rustic & Black, White & Gold Recommended Uses For Product Home Product Dimensions 14.96"D x 31.5"W x 37.4"H Special Feature Double Doors Mounting Type Floor Mount Room Type Entryway, Closet, Bedroom, Living Room, Hallway Door Style Flat Panel, Flat Panel Weight Limit 110 Pounds Included Components Handles Finish Type Polished Size Large Shape Rectangular Number of Shelves 5 Item Weight 70.53 Pounds Base Type Legs Installation Type Freestanding Top Material Type Engineered Wood Back Material Type Engineered Wood Assembly Required Yes Frame Material Metal Number of Compartments 5 Is Customizable No Number of Levels 5 Number of Racks 5
$205.99
$159.9922% OFF
6-Tier Wooden Shoe Cabinet with Louvered Doors & A...
Breathable Wooden Shoe Cabinet - Featuring well-ventilated louver doors in a stunning dark walnut finish, this lightweight cabinet keeps your shoes fresh and wards off mildew, while blending seamlessly with your decor. Spacious Storage - Measuring 33.46" W x 13.78" D x 43.31" H, it houses an open lower shelf for everyday items. Adaptable Shelving - Accommodate footwear of different types and sizes with six adjustable shelves, perfect for everything from slippers to boots. Perfect for everything from slippers to boots. Durable & User-Friendly - Crafted from high-quality MDF with sturdy metal legs, our shoe cabinet with doors is eco-friendly, easy to clean, and features durable hinges for smooth door operations. Safe Assembly - Comes with an easy-to-follow manual, requisite hardware, and a rear anti-tip device for safe, simple assembly and use. Its rounded edges minimize the risk of injury, prioritizing your family's safety. Get yours today for an organized shoe collection! Product Dimensions & Weights Details Length 33.46" Depth 13.78" Height 43.7" Item Weight 76.28 lbs Packaging Dimensions & Weights 41.73" L x 18.5" W x 11.81" H (81.57 lbs) Installation Guide.pdf Installation Guide Video: Tribesigns 6-Tier Modern Shoe Cabinet with Ventilated Louver Doors Walnut Finish Makes Your Home Warmer #premium-module-12-nav-carousel-1751005117696411400 { .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-1751005117696411400 { .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; } } } Breathable Louver Doors2 Curved EdgesAdjustable Foot PadsAdjustable Shelves Breathable Louver Doors Allow shoes to breathe freely, keeping them dry. 2 Curved Edges Avoid causing scratches and injuries. Adjustable Foot Pads The sturdy and stable metal frame ensures that the shoe cabinet keeps stable even on uneven floors. Adjustable Shelves 5 adjustable shelves allow the shoe cabinet to store shoes of different heights. 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); }); }); Two Shoe Cabinets Can Better Store a Family's Shoes Multi-Functional Storage Cabinet Product Information Brand Tribesigns Color Walnut, Black, Dark Walnut, White Product Dimensions 13.78"D x 33.46"W x 43.7"H Special Feature Ventilated Shutter Doors, Adjustable Shelf Mounting Type Floor Mount Room Type Entryway, Living Room, Hallway Door Style Shutter Included Components Shelves Number of Shelves 6 Item Weight 76.28 Pounds Base Type Legs Installation Type Freestanding Assembly Required Yes
$249.99
$199.9920% OFF
Freestanding Shoe Cabinet with Acrylic Doors and L...
Elegant & Modern Style - With simple lines and hazy acrylic doors, this tall shoe cabinet with doors adds a refined touch to any interior decor. Acrylic Doors - The tempered acrylic doors of our freestanding shoe cabinet resist breakage in transit while providing an appealing open feel to your space. LED Lights - The modern shoe storage features vibrant, remote-controlled LED lights that add a unique touch and enhance your smart home experience. Flexible Storage - Our tall, 8-tier shoe rack can store 16-24 pairs of shoes (up to the height and size of the shoes). Each side also includes two hooks for hanging small items, maximizing space utilization. Sturdy Construction - Constructed from 0.6'' thick manufactured wood, our shoe storage maintains stability and holds up to 330lb without worries of wobbling or collapsing. Easy Assembly - The cabinet with led lights is easy to clean with a damp cloth and simple to assemble, ideally with two people for the best results. Product Dimensions & Weights Details Length 24.8" Depth 13.78" Height 66.93" Item Weight 88.18 lbs Packaging Dimensions & Weights 38.19" L x 16.93" W x 12.6" H (92.59 lbs) Installation Guide.pdf Installation Guide Video: Freestanding White Shoe Rack with Doors and Led Light for Closet, Entryway 8-Tier Tall Storage Cabinet With Large Storage for Your Home Decor #premium-module-12-nav-carousel-1751005118781473900 { .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-1751005118781473900 { .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; } } } Acrylic DoorsExquisite Gold HandlePremium Side HooksAdjustable ShelvesHigh Quality Hardware Elegant Acrylic Door Soft lighting through acrylic doors, no more fumbling in the dark to find your shoes. Exquisite Gold Handle Goes with any décor and draw admiring glances from visitors to your home Premium Side Hooks Double sides with 3 hooks can hang your keys, hats, small clutch bag etc. Adjustable Shelves Adjustable panel helps you easily classify your different types of shoes from slippers to boots. High Quality Hardware High quality hardware can make shoe storage strong and use long term. 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); }); }); Shoe Storage with RGB LED Light, Decor Your Entryway Style #premium-module-12-nav-carousel-1751005118781473900 { .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-1751005118781473900 { .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; } } } Shoe CabinetTall BookcaseWhite Storage CabinetBathroom Storage Cabinet document.addEventListener('DOMContentLoaded', function() { /* 为每个轮播容器初始化独立的轮播实例 */ document.querySelectorAll('.custom-carousel-module').forEach(module => { const container = module.querySelector('.custom-carousel-container'); const slides = container.querySelectorAll('.custom-carousel-slide'); const tabs = module.querySelectorAll('.custom-carousel-tabs .tab'); const prevBtn = container.querySelector('.prev-slide'); const nextBtn = container.querySelector('.next-slide'); let currentIndex = 0; function updateCarousel(index, scrollTab = true) { /* 更新幻灯片 */ slides.forEach((slide, i) => { slide.classList.toggle('active', i === index); }); /* 更新标签 */ tabs.forEach((tab, i) => { tab.classList.toggle('active', i === index); }); /* 滚动标签 */ if (scrollTab) { const tab = tabs[index]; tab.scrollIntoView({ behavior: 'smooth', inline: 'center', block: 'nearest' }); } } /* 绑定标签点击事件 */ tabs.forEach((tab, i) => { tab.addEventListener('click', () => { currentIndex = i; updateCarousel(currentIndex); }); }); /* 绑定'上一张'按钮 */ prevBtn.addEventListener('click', () => { currentIndex = (currentIndex - 1 + slides.length) % slides.length; updateCarousel(currentIndex); }); /* 绑定'下一张'按钮 */ nextBtn.addEventListener('click', () => { currentIndex = (currentIndex + 1) % slides.length; updateCarousel(currentIndex); }); updateCarousel(currentIndex, false); }); }); Product Information Brand Tribesigns Color White, Gray, Black, Mint Green Recommended Uses For Product shoes, bags, books, heels, boots Product Dimensions 12.78"D x 24.8"W x 66.93"H Special Feature Acrylic Doors, LED Light, Hanging Hooks, 8-tier Adjustable Shelves, 66.9 Inches Tall Mounting Type Floor Mount Room Type Bathroom, Closet, Bedroom, Living Room, Hallway Door Style Open Frame Weight Limit 94 Pounds Included Components Shelves Size 12.78"D x 24.8"W x 66.93"H Number of Shelves 8 Item Weight 94 Pounds Base Type Furniture base Installation Type Freestanding Top Material Type Engineered Wood Assembly Required Yes Frame Material Engineered Wood Number of Compartments 8 Is Customizable No Number of Levels 8 Manufacturer Tribesigns Item Weight 88.18 pounds
$259.99
$209.9919% OFF
Freestanding Shoe Cabinet with Acrylic Doors and L...
Elegant & Modern Style - With simple lines and hazy acrylic doors, this tall shoe cabinet with doors adds a refined touch to any interior decor. Acrylic Doors - The tempered acrylic doors of our freestanding shoe cabinet resist breakage in transit while providing an appealing open feel to your space. LED Lights - The modern shoe storage features vibrant, remote-controlled LED lights that add a unique touch and enhance your smart home experience. Flexible Storage - Our tall, 8-tier shoe rack can store 16-24 pairs of shoes (up to the height and size of the shoes). Each side also includes two hooks for hanging small items, maximizing space utilization. Sturdy Construction - Constructed from 0.6'' thick manufactured wood, our shoe storage maintains stability and holds up to 330lb without worries of wobbling or collapsing. Easy Assembly - The cabinet with led lights is easy to clean with a damp cloth and simple to assemble, ideally with two people for the best results. Product Dimensions & Weights Details Length 24.8" Depth 13.78" Height 66.93" Item Weight 88.18 lbs Packaging Dimensions & Weights 38.19" L x 16.93" W x 12.6" H (92.59 lbs) Installation Guide.pdf Installation Guide Video: Freestanding White Shoe Rack with Doors and Led Light for Closet, Entryway 8-Tier Tall Storage Cabinet With Large Storage for Your Home Decor #premium-module-12-nav-carousel-1751005118781473900 { .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-1751005118781473900 { .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; } } } Acrylic DoorsExquisite Gold HandlePremium Side HooksAdjustable ShelvesHigh Quality Hardware Elegant Acrylic Door Soft lighting through acrylic doors, no more fumbling in the dark to find your shoes. Exquisite Gold Handle Goes with any décor and draw admiring glances from visitors to your home Premium Side Hooks Double sides with 3 hooks can hang your keys, hats, small clutch bag etc. Adjustable Shelves Adjustable panel helps you easily classify your different types of shoes from slippers to boots. High Quality Hardware High quality hardware can make shoe storage strong and use long term. 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); }); }); Shoe Storage with RGB LED Light, Decor Your Entryway Style #premium-module-12-nav-carousel-1751005118781473900 { .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-1751005118781473900 { .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; } } } Shoe CabinetTall BookcaseWhite Storage CabinetBathroom Storage Cabinet document.addEventListener('DOMContentLoaded', function() { /* 为每个轮播容器初始化独立的轮播实例 */ document.querySelectorAll('.custom-carousel-module').forEach(module => { const container = module.querySelector('.custom-carousel-container'); const slides = container.querySelectorAll('.custom-carousel-slide'); const tabs = module.querySelectorAll('.custom-carousel-tabs .tab'); const prevBtn = container.querySelector('.prev-slide'); const nextBtn = container.querySelector('.next-slide'); let currentIndex = 0; function updateCarousel(index, scrollTab = true) { /* 更新幻灯片 */ slides.forEach((slide, i) => { slide.classList.toggle('active', i === index); }); /* 更新标签 */ tabs.forEach((tab, i) => { tab.classList.toggle('active', i === index); }); /* 滚动标签 */ if (scrollTab) { const tab = tabs[index]; tab.scrollIntoView({ behavior: 'smooth', inline: 'center', block: 'nearest' }); } } /* 绑定标签点击事件 */ tabs.forEach((tab, i) => { tab.addEventListener('click', () => { currentIndex = i; updateCarousel(currentIndex); }); }); /* 绑定'上一张'按钮 */ prevBtn.addEventListener('click', () => { currentIndex = (currentIndex - 1 + slides.length) % slides.length; updateCarousel(currentIndex); }); /* 绑定'下一张'按钮 */ nextBtn.addEventListener('click', () => { currentIndex = (currentIndex + 1) % slides.length; updateCarousel(currentIndex); }); updateCarousel(currentIndex, false); }); }); Product Information Brand Tribesigns Color White, Gray, Black, Mint Green Recommended Uses For Product shoes, bags, books, heels, boots Product Dimensions 12.78"D x 24.8"W x 66.93"H Special Feature Acrylic Doors, LED Light, Hanging Hooks, 8-tier Adjustable Shelves, 66.9 Inches Tall Mounting Type Floor Mount Room Type Bathroom, Closet, Bedroom, Living Room, Hallway Door Style Open Frame Weight Limit 94 Pounds Included Components Shelves Size 12.78"D x 24.8"W x 66.93"H Number of Shelves 8 Item Weight 94 Pounds Base Type Furniture base Installation Type Freestanding Top Material Type Engineered Wood Assembly Required Yes Frame Material Engineered Wood Number of Compartments 8 Is Customizable No Number of Levels 8 Manufacturer Tribesigns Item Weight 88.18 pounds
$259.99
$209.9919% OFF
66.9" Tall Shoe Storage Cabinet, 8-Tier Entryway S...
Sleek Design & Contemporary Style - Defined by clean lines and elegant doors adorned with hazy acrylic, this cabinet aligns seamlessly with your personal taste and interior decor. The design perfectly complements any home decor. Cabinet with Acrylic Doors - The freestanding shoe cabinet features tempered acrylic, ensuring it won't easily break during transportation. Soft lighting behind the acrylic doors creates a welcoming atmosphere and enhances your space while saving you from fumbling in the dark. Vibrant LED Lights - This white shoe rack boasts striking LED lights, adding allure to any room. Sync the lights to your preferred colors using a remote for a customizable smart home experience. Enjoy the convenience of adjusting your lights from any location, effortlessly. Versatile & Generous Storage - The tall shoe rack sports a compartment design capable of holding 16-24 pairs of shoes, depending on their size and height. The 8-tier shoe cabinet offers adjustable shelves to house a variety of footwear, from flats and boots to high heels. Two hooks on each side are handy for hanging small items like keys, hats, or clutches, making the most of the space! Solid & Stable - The shoe storage for closets is constructed from 0.6" thick manufactured wood and structured for stability to prevent wobbling or collapsing. It can support a maximum load of 330 lb. Effortless Assembly - Easily cleaned with a damp cloth, the entryway shoe organizer cabinet is simple to assemble. However, a two-person assembly would make the process more efficient and less cumbersome. Product Dimensions & Weights Details Length 24.8" Depth 13.78" Height 66.93" Item Weight 88.18 lbs Packaging Dimensions & Weights 38.19" L x 16.93" W x 12.6" H (92.59 lbs) Installation Guide.pdf Installation Guide Video: Freestanding White Shoe Rack with Doors and Led Light for Closet, Entryway 8-Tier Tall Storage Cabinet With Large Storage for Your Home Decor #premium-module-12-nav-carousel-1751005118781473900 { .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-1751005118781473900 { .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; } } } Acrylic DoorsExquisite Gold HandlePremium Side HooksAdjustable ShelvesHigh Quality Hardware Elegant Acrylic Door Soft lighting through acrylic doors, no more fumbling in the dark to find your shoes. Exquisite Gold Handle Goes with any décor and draw admiring glances from visitors to your home Premium Side Hooks Double sides with 3 hooks can hang your keys, hats, small clutch bag etc. Adjustable Shelves Adjustable panel helps you easily classify your different types of shoes from slippers to boots. High Quality Hardware High quality hardware can make shoe storage strong and use long term. 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); }); }); Shoe Storage with RGB LED Light, Decor Your Entryway Style #premium-module-12-nav-carousel-1751005118781473900 { .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-1751005118781473900 { .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; } } } Shoe CabinetTall BookcaseWhite Storage CabinetBathroom Storage Cabinet document.addEventListener('DOMContentLoaded', function() { /* 为每个轮播容器初始化独立的轮播实例 */ document.querySelectorAll('.custom-carousel-module').forEach(module => { const container = module.querySelector('.custom-carousel-container'); const slides = container.querySelectorAll('.custom-carousel-slide'); const tabs = module.querySelectorAll('.custom-carousel-tabs .tab'); const prevBtn = container.querySelector('.prev-slide'); const nextBtn = container.querySelector('.next-slide'); let currentIndex = 0; function updateCarousel(index, scrollTab = true) { /* 更新幻灯片 */ slides.forEach((slide, i) => { slide.classList.toggle('active', i === index); }); /* 更新标签 */ tabs.forEach((tab, i) => { tab.classList.toggle('active', i === index); }); /* 滚动标签 */ if (scrollTab) { const tab = tabs[index]; tab.scrollIntoView({ behavior: 'smooth', inline: 'center', block: 'nearest' }); } } /* 绑定标签点击事件 */ tabs.forEach((tab, i) => { tab.addEventListener('click', () => { currentIndex = i; updateCarousel(currentIndex); }); }); /* 绑定'上一张'按钮 */ prevBtn.addEventListener('click', () => { currentIndex = (currentIndex - 1 + slides.length) % slides.length; updateCarousel(currentIndex); }); /* 绑定'下一张'按钮 */ nextBtn.addEventListener('click', () => { currentIndex = (currentIndex + 1) % slides.length; updateCarousel(currentIndex); }); updateCarousel(currentIndex, false); }); }); Product Information Brand Tribesigns Color White, Gray, Black, Mint Green Recommended Uses For Product shoes, bags, books, heels, boots Product Dimensions 12.78"D x 24.8"W x 66.93"H Special Feature Acrylic Doors, LED Light, Hanging Hooks, 8-tier Adjustable Shelves, 66.9 Inches Tall Mounting Type Floor Mount Room Type Bathroom, Closet, Bedroom, Living Room, Hallway Door Style Open Frame Included Components Shelves Size 12.78"D x 24.8"W x 66.93"H Number of Shelves 8 Item Weight 94 Pounds Base Type Furniture base Installation Type Freestanding Top Material Type Engineered Wood Assembly Required Yes Frame Material Engineered Wood Number of Compartments 8 Is Customizable No Number of Levels 8 Manufacturer Tribesigns Item Weight 88.18 pounds
$259.99
$209.9919% OFF
5-Tier Shoe Cabinet, 20 Pairs Entryway Shoe Racks ...
Stylish and Functional - Our freestanding 5 tier shoe rack features geometric doors and five inside shelves. The gold legs and white finish create a sleek, minimalist design, perfect for your bedroom or entryway. Space-efficient - Store up to 15-20 pairs of shoes behind two concealed doors. The tabletop is ideal for decor or essentials, and the bottom offers additional shoe storage. Versatile - The removable shelves can be modified to accommodate shoe heights or large size shoes, doubling as a large storage cabinet. High metal legs make cleaning underneath easier. Durable - Measuring 31.5" W x 15" D x 30.3" H, this 20 pair shoe storage cabinet is space-saving and sturdy, crafted from durable MDF and metal for long-lasting use. The warm, golden door handle is designed to prevent scratches, with adjustable feet to avoid wobbling. Simple Assembly - Includes tools and instructions for easy assembly (two people with an electric driller recommended). Comes with an 18-month warranty and friendly customer service for faulty or missing parts. Product Dimensions & Weights Details Length 31.49" Depth 14.96" Height x37.4" Item Weight 70.53 lbs Packaging Dimensions & Weights 35.43 " L x 18.5 " W x 9.06 " H (76.04 lbs) Installation Guide.pdf Main Features of The Modern Shoe Storage Cabinet with Two Doors #premium-module-12-nav-carousel-1751423485014175600 { .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-1751423485014175600 { .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; } } } Upper StorageExtra StorageCraftsmanshipThoughtful DesignSturdy Construction Large Tabletop A perfect spot for storing bags, flowers, lamp, potted and handicrafts. Bottom Shoe Storage Provide additional open space for shoes, more than enough for your family's needs. Stylish & Modern Design The beautiful texture fives the shoe cabinet a contemporary Exquisite Gold Handle Goes with any décor and draw admiring glances from visitors to your home Golden Metal Base Complement the piece of furniture for superior support and style document.addEventListener('DOMContentLoaded', function() { /* 为每个轮播容器初始化独立的轮播实例 */ document.querySelectorAll('.custom-carousel-module').forEach(module => { const container = module.querySelector('.custom-carousel-container'); const slides = container.querySelectorAll('.custom-carousel-slide'); const tabs = module.querySelectorAll('.custom-carousel-tabs .tab'); const prevBtn = container.querySelector('.prev-slide'); const nextBtn = container.querySelector('.next-slide'); let currentIndex = 0; function updateCarousel(index, scrollTab = true) { /* 更新幻灯片 */ slides.forEach((slide, i) => { slide.classList.toggle('active', i === index); }); /* 更新标签 */ tabs.forEach((tab, i) => { tab.classList.toggle('active', i === index); }); /* 滚动标签 */ if (scrollTab) { const tab = tabs[index]; tab.scrollIntoView({ behavior: 'smooth', inline: 'center', block: 'nearest' }); } } /* 绑定标签点击事件 */ tabs.forEach((tab, i) => { tab.addEventListener('click', () => { currentIndex = i; updateCarousel(currentIndex); }); }); /* 绑定'上一张'按钮 */ prevBtn.addEventListener('click', () => { currentIndex = (currentIndex - 1 + slides.length) % slides.length; updateCarousel(currentIndex); }); /* 绑定'下一张'按钮 */ nextBtn.addEventListener('click', () => { currentIndex = (currentIndex + 1) % slides.length; updateCarousel(currentIndex); }); updateCarousel(currentIndex, false); }); }); Product Information Brand Tribesigns Color White & Natural, Rustic & Black, White & Gold Recommended Uses For Product Home Product Dimensions 14.96"D x 31.5"W x 37.4"H Special Feature Double Doors Mounting Type Floor Mount Room Type Entryway, Closet, Bedroom, Living Room, Hallway Door Style Flat Panel, Flat Panel Weight Limit 110 Pounds Included Components Handles Finish Type Polished Size Large Shape Rectangular Number of Shelves 5 Item Weight 70.53 Pounds Base Type Legs Installation Type Freestanding Top Material Type Engineered Wood Back Material Type Engineered Wood Assembly Required Yes Frame Material Metal Number of Compartments 5 Is Customizable No Number of Levels 5 Number of Racks 5
$205.99
$169.9917% OFF
70.8" Shoe Cabinet, 9-Tier Vertical Shoe Rack with...
Ventilated Doors - This wood shoe cabinet features uniquely designed hollow shutter doors that not only add to its aesthetics but also allow ventilation. This prevents any unwanted buildup of odor or moisture. The doors also keep your shoes hidden, maintaining a tidy look and protecting your shoes from dust. Ample Room - This 70.8'' tall shoe cabinet from Tribesigns is perfect for shoe enthusiasts. It houses nine tiers, offering ample space to store up to 27 pairs of shoes, which keeps your space tidy and makes your shoes easily locatable. Customizable Storage - This shoe cabinet also features adjustable shelves, each capable of holding up to 15 pounds. This lets you tailor the storage as per your requirement, making space for different sizes and styles of shoes. Space-Efficient - The vertical structure of this 9-tier shoe cabinet, with dimensions of 28.74" D x 13.77" W x 70.86" H, is an ideal space-saving solution. It uses minimal floor space and fits easily in your entryway, hallway, closet, or living room. Sturdy and Stylish - Like all other Tribesigns products, this tall shoe cabinet assures durability. Constructed from high-quality manufactured wood, it stands up to day-to-day use while maintaining its stylish look. Product Dimensions & Weights Details Length 28.74" Depth 13.78" Height 70.86" Item Weight 113.54 lbs Packaging Dimensions & Weights Box1: 33.46" L x 13.78" W x 5.31" H (28.0 lbs) Box2: 43.31" L x 15.75" W x 11.22" H (91.49 lbs) Note: This item will be delivered in two separate shipments. Installation Guide.pdf Tribesigns 70.8' Tall 9-Tier 27 Pairs Shoe Cabinet with Shutter Doors! The Tribesigns 70.8' Tall Shoe Cabinet is a beautiful and practical addition to any home, blending functionality with style effortlessly. Perfectly designed for use in entryways, hallways, closets, this cabinet introduces elegance with its rustic brown finish, complementing any decor seamlessly. Hollow Breathable Shutter Doors Offer Farmhouse Style! A standout feature of this cabinet is its hollow breathable shutter doors which allow air to circulate, mitigating bad odors and excessive moisture. Moreover, these shutter doors maintain a sleek look by hiding your shoes, keeping an air of tidiness. Product Information Brand Tribesigns Color Brown Product Dimensions 28.74"D x 13.78"W x 70.86"H Special Feature Dustproof, Adjustable, Scratch Resistant, Rust Resistant Mounting Type Wall Mount Room Type Closet, Living Room, Hallway Door Style Louvered Included Components Hardware Finish Type Rustic Number of Shelves 9 Item Weight 116.15 lbs Base Type Legs Installation Type Freestanding Top Material Type Engineered Wood Assembly Required Yes Frame Material Engineered Wood Is Customizable No Number of Levels 9
$269.99
$239.9911% OFF
70.8" Shoe Cabinet, 9-Tier Vertical Shoe Rack with...
Ventilated Doors - This wood shoe cabinet features uniquely designed hollow shutter doors that not only add to its aesthetics but also allow ventilation. This prevents any unwanted buildup of odor or moisture. The doors also keep your shoes hidden, maintaining a tidy look and protecting your shoes from dust. Ample Room - This 70.8'' tall shoe cabinet from Tribesigns is perfect for shoe enthusiasts. It houses nine tiers, offering ample space to store up to 27 pairs of shoes, which keeps your space tidy and makes your shoes easily locatable. Customizable Storage - This shoe cabinet also features adjustable shelves, each capable of holding up to 15 pounds. This lets you tailor the storage as per your requirement, making space for different sizes and styles of shoes. Space-Efficient - The vertical structure of this 9-tier shoe cabinet, with dimensions of 28.74" D x 13.77" W x 70.86" H, is an ideal space-saving solution. It uses minimal floor space and fits easily in your entryway, hallway, closet, or living room. Sturdy and Stylish - Like all other Tribesigns products, this tall shoe cabinet assures durability. Constructed from high-quality manufactured wood, it stands up to day-to-day use while maintaining its stylish look. Product Dimensions & Weights Details Length 28.74" Depth 13.78" Height 70.86" Item Weight 113.54 lbs Packaging Dimensions & Weights Box1: 33.46" L x 13.78" W x 5.31" H (28.0 lbs) Box2: 43.31" L x 15.75" W x 11.22" H (91.49 lbs) Note: This item will be delivered in two separate shipments. Installation Guide.pdf Tribesigns 70.8' Tall 9-Tier 27 Pairs Shoe Cabinet with Shutter Doors! The Tribesigns 70.8' Tall Shoe Cabinet is a beautiful and practical addition to any home, blending functionality with style effortlessly. Perfectly designed for use in entryways, hallways, closets, this cabinet introduces elegance with its rustic brown finish, complementing any decor seamlessly. Hollow Breathable Shutter Doors Offer Farmhouse Style! A standout feature of this cabinet is its hollow breathable shutter doors which allow air to circulate, mitigating bad odors and excessive moisture. Moreover, these shutter doors maintain a sleek look by hiding your shoes, keeping an air of tidiness. Product Information Brand Tribesigns Color Brown Product Dimensions 28.74"D x 13.78"W x 70.86"H Special Feature Dustproof, Adjustable, Scratch Resistant, Rust Resistant Mounting Type Wall Mount Room Type Closet, Living Room, Hallway Door Style Louvered Included Components Hardware Finish Type Rustic Number of Shelves 9 Item Weight 116.15 lbs Base Type Legs Installation Type Freestanding Top Material Type Engineered Wood Assembly Required Yes Frame Material Engineered Wood Is Customizable No Number of Levels 9
$269.99
$239.9911% OFF
20 Pairs Shoe Cabinet, 6-Tier Shoe Storage Organiz...
Sleek Shoe Storage with Ventilation - Designed with two louvered doors for better airflow, this cabinet keeps shoes fresh while minimizing dust. The smooth surface wipes clean easily with just a damp cloth for low-maintenance care. Spacious Shoe Organization - Store 15-20 pairs comfortably with four adjustable shelves. Each shelf can be moved or removed within two grooves to fit everything from flats to boots, making it perfect for mixed footwear collections. Durable MDF Construction - Built from high-quality MDF with a 200 lb weight capacity, this organizer features a water-resistant finish that stands up to daily use while maintaining its good looks over time. Space-Saving Deep Design - Measuring 13.78" deep, this tall cabinet stores bulkier shoes better than standard 9-11" models. It maximizes storage without crowding walkways in entryways or hallways. Contemporary Style with Walnut Finish - The rich walnut veneer and sleek black metal handles create a modern look that enhances any space. Ideal for entryways, hallways, or even porches, it combines smart storage with attractive design. Versatile Storage Solution - More than just shoe storage, this cabinet works equally well as a sideboard, entryway organizer, or general storage unit. Its adaptable design fits multiple rooms and purposes throughout your home. Child-Safe Stability Features - Includes an anti-tip kit for secure wall mounting and adjustable foot pads that compensate for uneven floors. These safety features make it ideal for households with kids or pets. Product Dimensions & Weights Details Length 31.5" Depth 13.78" Height 43.31" Item Weight 72.75 lbs Packaging Dimensions & Weights 39.76" L x 16.93" W x 8.86" H (76.06 lbs) Installation Guide.pdf 6-Tier Tall Shoe Storage Cabinet With Large Storage for Your Home Decor .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; } } Vintage Weathered Panels Hand-rubbed woodgrain with metal handles. Scratch-resistant surface maintains charm through 50k+ daily uses. Metal Handles The black handles on this shoe cabinet add a touch of understated luxury, effortlessly complementing the style of your home Adjustable Foot Pads Ensure stability and prevent wobbling on uneven floors while protect the floor. Sturdy & Anti-tipping Make the whole cabinet more stable #premium-module-12-nav-carousel-1772590478847051300 { .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-1772590478847051300 { .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; } } } Adjustable ShelvesSpacious TabletopBreathable DesignSpacious Base Compartment 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); }); }); Applicable Scene Product Information Brand Tribesigns Color Walnut Recommended Uses For Product Art & Crafts, Shoes, Tools, Towels Product Dimensions 13.78"D x 31.5"W x 43.3"H Special Feature Adjustable Feet, Adjustable Shelf, Anti-Tipping, Designed with air flow vents to reduce smell, Four adjustable shelves, each of which can be adjusted or removed within two grooves to accommodate different heights and sizes of footwear., Scratch Resistant, Dustproof, Stain Resistant, 6-Tier Storage Space, Waterproof, Easy assembly—no extra tools needed. Includes all hardware and clear instructions, typically taking under 30 minutes Mounting Type Floor Mount Room Type Entryway, Foyer, Garage, Hallway, Laundry Room Door Style Flat Panel Weight Limit 200 Pounds Included Components 1 x Anti-Tipping Kit, 1 x Clear Instructions, 1 x Hardware Kit, 1 x Shoe Cabinet with Doors Finish Type Powder Coated Size Large Number of Shelves 6 Number of Pieces 1 Item Weight 72.75 Pounds Base Type Legs Installation Type Freestanding Top Material Type Engineered Wood Handle Material Metal Back Material Type Engineered Wood Assembly Required Yes Frame Material Engineered Wood Number of Compartments 5 Is Customizable No Storage Options Shelf Hardware Color Black Number of Shelves 6 Assembly Instructions Description Includes pre-drilled holes, necessary hardware, and clear step-by-step instructions. Assembly takes less than 30 minutes without special tools. Model Name Tall Narrow Shoe Cabinet with Doors Manufacturer Tribesigns Item Weight 72.8 pounds
$189.99
$169.9911% OFF
20 Pairs Shoe Cabinet, 6-Tier Shoe Storage Organiz...
Sleek Shoe Storage with Ventilation - Designed with two louvered doors for better airflow, this cabinet keeps shoes fresh while minimizing dust. The smooth surface wipes clean easily with just a damp cloth for low-maintenance care. Spacious Shoe Organization - Store 15-20 pairs comfortably with four adjustable shelves. Each shelf can be moved or removed within two grooves to fit everything from flats to boots, making it perfect for mixed footwear collections. Durable MDF Construction - Built from high-quality MDF with a 200 lb weight capacity, this organizer features a water-resistant finish that stands up to daily use while maintaining its good looks over time. Space-Saving Deep Design - Measuring 13.78" deep, this tall cabinet stores bulkier shoes better than standard 9-11" models. It maximizes storage without crowding walkways in entryways or hallways. Contemporary Style with Walnut Finish - The rich walnut veneer and sleek black metal handles create a modern look that enhances any space. Ideal for entryways, hallways, or even porches, it combines smart storage with attractive design. Versatile Storage Solution - More than just shoe storage, this cabinet works equally well as a sideboard, entryway organizer, or general storage unit. Its adaptable design fits multiple rooms and purposes throughout your home. Child-Safe Stability Features - Includes an anti-tip kit for secure wall mounting and adjustable foot pads that compensate for uneven floors. These safety features make it ideal for households with kids or pets. Product Dimensions & Weights Details Length 31.5" Depth 13.78" Height 43.31" Item Weight 72.75 lbs Packaging Dimensions & Weights 39.76" L x 16.93" W x 8.86" H (76.06 lbs) Installation Guide.pdf 6-Tier Tall Shoe Storage Cabinet With Large Storage for Your Home Decor .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; } } Vintage Weathered Panels Hand-rubbed woodgrain with metal handles. Scratch-resistant surface maintains charm through 50k+ daily uses. Metal Handles The black handles on this shoe cabinet add a touch of understated luxury, effortlessly complementing the style of your home Adjustable Foot Pads Ensure stability and prevent wobbling on uneven floors while protect the floor. Sturdy & Anti-tipping Make the whole cabinet more stable #premium-module-12-nav-carousel-1772590478847051300 { .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-1772590478847051300 { .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; } } } Adjustable ShelvesSpacious TabletopBreathable DesignSpacious Base Compartment 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); }); }); Applicable Scene Product Information Brand Tribesigns Color Walnut Recommended Uses For Product Art & Crafts, Shoes, Tools, Towels Product Dimensions 13.78"D x 31.5"W x 43.3"H Special Feature Adjustable Feet, Adjustable Shelf, Anti-Tipping, Designed with air flow vents to reduce smell, Four adjustable shelves, each of which can be adjusted or removed within two grooves to accommodate different heights and sizes of footwear., Scratch Resistant, Dustproof, Stain Resistant, 6-Tier Storage Space, Waterproof, Easy assembly—no extra tools needed. Includes all hardware and clear instructions, typically taking under 30 minutes Mounting Type Floor Mount Room Type Entryway, Foyer, Garage, Hallway, Laundry Room Door Style Flat Panel Weight Limit 200 Pounds Included Components 1 x Anti-Tipping Kit, 1 x Clear Instructions, 1 x Hardware Kit, 1 x Shoe Cabinet with Doors Finish Type Powder Coated Size Large Number of Shelves 6 Number of Pieces 1 Item Weight 72.75 Pounds Base Type Legs Installation Type Freestanding Top Material Type Engineered Wood Handle Material Metal Back Material Type Engineered Wood Assembly Required Yes Frame Material Engineered Wood Number of Compartments 5 Is Customizable No Storage Options Shelf Hardware Color Black Number of Shelves 6 Assembly Instructions Description Includes pre-drilled holes, necessary hardware, and clear step-by-step instructions. Assembly takes less than 30 minutes without special tools. Model Name Tall Narrow Shoe Cabinet with Doors Manufacturer Tribesigns Item Weight 72.8 pounds
$189.99
$169.9911% OFF
43.31-Inch Black Shoe Storage Cabinet with Doors, ...
Large-Capacity Shoe Storage - This 6-tier shoe cabinet provides storage for approximately 18–24 pairs of shoes. The open space at the bottom is convenient for everyday sneakers or slippers and also leaves clearance for robot vacuums to pass through, helping maintain a clean and organized entryway. Compact Design for Small Spaces - With overall dimensions of 33.46" W × 13.78" D × 43.31" H, this slim shoe storage cabinet fits neatly in narrow areas such as entryways, hallways, bedrooms, or under staircases. The vertical design helps maximize storage without occupying much floor space. Stable and Safe Structure - Rounded edges help reduce accidental bumps, making the cabinet safer for households with children. The included anti-tip device allows the cabinet to be secured to the wall for additional stability. Made from durable MDF, the structure supports up to 110 lb, while the surface is resistant to scratches and moisture. Minimalist and Elegant Appearance - The cabinet features wavy fluted panel doors combined with refined gold-tone metal handles, creating a modern look that complements minimalist and contemporary interiors. The enclosed design also helps protect shoes from dust. Quick and Simple Assembly - All necessary hardware and a clear instruction manual are included. With labeled components and straightforward steps, this wooden shoe storage cabinet can typically be assembled in about 30 minutes without the need for professional tools. Product Dimensions: 33.46"D x 13.78"W x 43.31"H Material: Engineered Wood
$188.99
$169.9910% OFF
69" Shoe Cabinet, 8-Tier Shoe Rack Organizer with ...
Elegant Storage - Display your favorite shoes in style with this tall shoe cabinet featuring clear acrylic doors, a durable white finish, and modern gold handles. Adaptable Space - This 31.5" W x 12.6" D x 68.94" H, 8-tier shoe rack holds 16-32 pairs of shoes and offers adjustable panels for footwear of all sizes. LED Lighting - With 7 remote-controllable LED lighting modes, this cabinet brings style and enhanced visibility to your space, perfect for showcasing collectibles. Safe & Sturdy - Designed with anti-tip safety and made of high-quality MDF, this cabinet ensures stability. Gold handles offer a comfortable grip, scratch resistance, and aesthetic appeal. Versatile Use - Ideal for shoes, this cabinet also serves as a pantry, organizer, or bookshelf. The slim profile suits any room, while the dual-door design provides convenient hidden storage. Effortless Assembly - With clear instructions and included tools, you'll have your cabinet ready in no time. Plus, our friendly customer service team and 18-month warranty ensure satisfaction. Product Dimensions & Weights Details Length 31.5" Depth 12.6" Height 68.94" Item Weight 97.0 lbs Packaging Dimensions & Weights 39.76" L x 18.11" W x 13.39" H (101.41 lbs) Installation Guide.pdf #premium-module-12-nav-carousel-1768467951691650100 { .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-1768467951691650100 { .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; } } } Adjustable ShelvesWhat Size Shoes Fit? 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); }); }); .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; } } Visible Acrylic Doors The acrylic doors enhance its contemporary look and bring an eye-catching design element to your home Golden Handles The golden handles on this shoe cabinet add a touch of understated luxury, effortlessly complementing the style of your home Waterproof Surface With this classic white texture, this 9-tier shoe rack is stylish and beautiful. With waterproof surface. Anti-Tipping Device For safety during use, this shoe cabinet features an anti-tipping device to prevent tipping over. #premium-module-12-nav-carousel-1768467951691650100 { .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-1768467951691650100 { .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; } } } Solid ConstructionFits Any Space document.addEventListener('DOMContentLoaded', function() { /* 为每个轮播容器初始化独立的轮播实例 */ document.querySelectorAll('.custom-carousel-module').forEach(module => { const container = module.querySelector('.custom-carousel-container'); const slides = container.querySelectorAll('.custom-carousel-slide'); const tabs = module.querySelectorAll('.custom-carousel-tabs .tab'); const prevBtn = container.querySelector('.prev-slide'); const nextBtn = container.querySelector('.next-slide'); let currentIndex = 0; function updateCarousel(index, scrollTab = true) { /* 更新幻灯片 */ slides.forEach((slide, i) => { slide.classList.toggle('active', i === index); }); /* 更新标签 */ tabs.forEach((tab, i) => { tab.classList.toggle('active', i === index); }); /* 滚动标签 */ if (scrollTab) { const tab = tabs[index]; tab.scrollIntoView({ behavior: 'smooth', inline: 'center', block: 'nearest' }); } } /* 绑定标签点击事件 */ tabs.forEach((tab, i) => { tab.addEventListener('click', () => { currentIndex = i; updateCarousel(currentIndex); }); }); /* 绑定'上一张'按钮 */ prevBtn.addEventListener('click', () => { currentIndex = (currentIndex - 1 + slides.length) % slides.length; updateCarousel(currentIndex); }); /* 绑定'下一张'按钮 */ nextBtn.addEventListener('click', () => { currentIndex = (currentIndex + 1) % slides.length; updateCarousel(currentIndex); }); updateCarousel(currentIndex, false); }); }); Product Information Brand Tribesigns Color White Recommended Uses For Product Art & Crafts, Shoes, Storage, Tools, Towels Product Dimensions 12.6"D x 31.5"W x 68.94"H Special Feature 31.5 inch wide, 69-Inch tall shoe cabinet, Acrylic Doors, LED Light with Remote, Adjustable Shelf, Anti-Tipping, Removable Shelf, hold 16-34 pairs of shoes, Scratch Resistant, Stain Resistant, Easy to Clean Mounting Type Floor Mount Room Type Bathroom, Dining Room, Entryway, Garage, Living Room Door Style Slab Weight Limit 350 Pounds Included Components 1 x Anti-Tipping Kit, 1 x Clear Instruction, 1 x Hardware Kit, 1 x Led Strip, 1 x Remote Control, 1 x White Shoe Cabinet with Doors Finish Type Painted Size Large Number of Shelves 9 Number of Pieces 1 Item Weight 97 Pounds Base Type Pedestal Installation Type Freestanding Top Material Type Engineered Wood Handle Material Metal Back Material Type Engineered Wood Assembly Required Yes Frame Material Engineered Wood Number of Compartments 8 Is Customizable No Storage Options Shelf Hardware Color Gold Number of Shelves 7 Assembly Instructions Description Assembly required Model Name tall shoe storage cabinet with doors Manufacturer Tribesigns
$249.99
$229.998% OFF
69" Shoe Cabinet, 8-Tier Shoe Rack Organizer with ...
Elegant Storage - Display your favorite shoes in style with this tall shoe cabinet featuring clear acrylic doors, a durable white finish, and modern gold handles. Adaptable Space - This 31.5" W x 12.6" D x 68.94" H, 8-tier shoe rack holds 16-32 pairs of shoes and offers adjustable panels for footwear of all sizes. LED Lighting - With 7 remote-controllable LED lighting modes, this cabinet brings style and enhanced visibility to your space, perfect for showcasing collectibles. Safe & Sturdy - Designed with anti-tip safety and made of high-quality MDF, this cabinet ensures stability. Gold handles offer a comfortable grip, scratch resistance, and aesthetic appeal. Versatile Use - Ideal for shoes, this cabinet also serves as a pantry, organizer, or bookshelf. The slim profile suits any room, while the dual-door design provides convenient hidden storage. Effortless Assembly - With clear instructions and included tools, you'll have your cabinet ready in no time. Plus, our friendly customer service team and 18-month warranty ensure satisfaction. Product Dimensions & Weights Details Length 31.5" Depth 12.6" Height 68.94" Item Weight 97.0 lbs Packaging Dimensions & Weights 39.76" L x 18.11" W x 13.39" H (101.41 lbs) Installation Guide.pdf #premium-module-12-nav-carousel-1768467951691650100 { .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-1768467951691650100 { .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; } } } Adjustable ShelvesWhat Size Shoes Fit? 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); }); }); .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; } } Visible Acrylic Doors The acrylic doors enhance its contemporary look and bring an eye-catching design element to your home Golden Handles The golden handles on this shoe cabinet add a touch of understated luxury, effortlessly complementing the style of your home Waterproof Surface With this classic white texture, this 9-tier shoe rack is stylish and beautiful. With waterproof surface. Anti-Tipping Device For safety during use, this shoe cabinet features an anti-tipping device to prevent tipping over. #premium-module-12-nav-carousel-1768467951691650100 { .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-1768467951691650100 { .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; } } } Solid ConstructionFits Any Space document.addEventListener('DOMContentLoaded', function() { /* 为每个轮播容器初始化独立的轮播实例 */ document.querySelectorAll('.custom-carousel-module').forEach(module => { const container = module.querySelector('.custom-carousel-container'); const slides = container.querySelectorAll('.custom-carousel-slide'); const tabs = module.querySelectorAll('.custom-carousel-tabs .tab'); const prevBtn = container.querySelector('.prev-slide'); const nextBtn = container.querySelector('.next-slide'); let currentIndex = 0; function updateCarousel(index, scrollTab = true) { /* 更新幻灯片 */ slides.forEach((slide, i) => { slide.classList.toggle('active', i === index); }); /* 更新标签 */ tabs.forEach((tab, i) => { tab.classList.toggle('active', i === index); }); /* 滚动标签 */ if (scrollTab) { const tab = tabs[index]; tab.scrollIntoView({ behavior: 'smooth', inline: 'center', block: 'nearest' }); } } /* 绑定标签点击事件 */ tabs.forEach((tab, i) => { tab.addEventListener('click', () => { currentIndex = i; updateCarousel(currentIndex); }); }); /* 绑定'上一张'按钮 */ prevBtn.addEventListener('click', () => { currentIndex = (currentIndex - 1 + slides.length) % slides.length; updateCarousel(currentIndex); }); /* 绑定'下一张'按钮 */ nextBtn.addEventListener('click', () => { currentIndex = (currentIndex + 1) % slides.length; updateCarousel(currentIndex); }); updateCarousel(currentIndex, false); }); }); Product Information Brand Tribesigns Color White Recommended Uses For Product Art & Crafts, Shoes, Storage, Tools, Towels Product Dimensions 12.6"D x 31.5"W x 68.94"H Special Feature 31.5 inch wide, 69-Inch tall shoe cabinet, Acrylic Doors, LED Light with Remote, Adjustable Shelf, Anti-Tipping, Removable Shelf, hold 16-34 pairs of shoes, Scratch Resistant, Stain Resistant, Easy to Clean Mounting Type Floor Mount Room Type Bathroom, Dining Room, Entryway, Garage, Living Room Door Style Slab Weight Limit 350 Pounds Included Components 1 x Anti-Tipping Kit, 1 x Clear Instruction, 1 x Hardware Kit, 1 x Led Strip, 1 x Remote Control, 1 x White Shoe Cabinet with Doors Finish Type Painted Size Large Number of Shelves 9 Number of Pieces 1 Item Weight 97 Pounds Base Type Pedestal Installation Type Freestanding Top Material Type Engineered Wood Handle Material Metal Back Material Type Engineered Wood Assembly Required Yes Frame Material Engineered Wood Number of Compartments 8 Is Customizable No Storage Options Shelf Hardware Color Gold Number of Shelves 7 Assembly Instructions Description Assembly required Model Name tall shoe storage cabinet with doors Manufacturer Tribesigns
$249.99
$229.998% OFF
71“ Shoe Cabinet, Modern 8-Tier Shoe Rack Storage ...
Robust Build - Forget about weak, inferior shoe storage solutions. Our entryway shoe cabinet, constructed from E0 MDF, provides a rock-solid structure ensuring your shoes remain steady and offers a significant load capacity. Adaptable and Roomy - This 8-tier white shoe cabinet, featuring adjustable panels and dimensions of 31.5" W x 13.8" D x 70.9" H, makes shoe organization a snap. It can hold up to 32 pairs, managing everything from slippers to boots. Functional and Chic - With its acrylic door design, fetching and using your shoes becomes a breeze. Providing dust protection and saving space, comfortable-to-touch golden metal handles simplify the process of opening the cabinet. Sophisticated Home Accent - Made with polished, waterproof wooden boards, our shoe cabinet stands out for its modern elegance. Perfect for warming up your room or hallway, this shoe storage fits any corner, transforming it into a striking home feature. Assembly with Ease - We include all necessary tools and instructions, making assembling this shoe rack cabinet a straightforward task. Should you run into any issues, don't hesitate to contact us, and we will provide a satisfactory solution to meet your needs. Product Dimensions & Weights Details Length 31.5" Depth 13.78" Height 70.87" Item Weight 101.41 lbs Packaging Dimensions & Weights 39.76" L x 18.9" W x 13.39" H (105.82 lbs) Installation Guide.pdf Product Information Brand Tribesigns Color Rustic Brown Recommended Uses For Product Shoes Product Dimensions 13.8"D x 31.5"W x 70.9"H Special Feature Waterproof, Moisture Resistant, Dustproof, Heavy Duty, Scratch Resistant Mounting Type Freestanding Room Type Entryway, Closet, Hallway Door Style ACRYLIC Included Components Hardware Finish Type Painted Number of Shelves 9 Item Weight 105 Pounds Assembly Required Yes
$249.99
$229.998% OFF
5-Tier Shoe Cabinet, Freestanding Shoe Rack Organi...
Vintage Design with Modern Twist - This shoe cabinet blends vintage charm and modern style with its two louvered doors, offering sufficient air flow and excellent shoe storage. The rustic brown finish brings enduring appeal to your home. Flexible Shoe Storage - The farmhouse style shoe cabinet with drawer offers five adaptable tiers capable of holding up to 20 pairs of shoes, with removable dividers that can accommodate various sizes and styles. Spacious Drawer & Display Area - The cabinet features a roomy drawer for easy access to daily items such as keys or sunglasses. Use the spacious tabletop for displaying decor to enhance your home's style. Sturdy & Safe Structure - This freestanding shoe rack, crafted from quality MDF, can support heavier items. Adjustable foot pads and anti-tip devices ensure safety and stability. Easy Setup - Assembly is straightforward with detailed instructions and hardware included. For any inquiries, reach out to us for a response within 24 hours. Product Dimensions & Weights Details Length 31.5" Depth 14.17" Height 42.91" Item Weight 72.75 lbs Packaging Dimensions & Weights 47.05" L x 17.32" W x 10.24" H (80.47 lbs) Installation Guide.pdf Installation Guide Video: Tribesigns Shoe Cabinet with Louvered Doors & Drawer for Entryway #premium-module-12-nav-carousel-1751005114420223900 { .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-1751005114420223900 { .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; } } } Louver DoorsUpper StorageDrawer StorageExtra Storage Breathable Louver Doors Keep your shoes dry, provide better ventilation and storage to extend the life of your shoes. Large Desktop Space Perfect space for storing bags, flowers, lamps, pots, and crafts. Ample Capacity Drawer Perfect for storing small items like sunglasses, headphones and magazines. Large Bottom Space The bottom offers additional space for cleaning and storage needs. document.addEventListener('DOMContentLoaded', function() { /* 为每个轮播容器初始化独立的轮播实例 */ document.querySelectorAll('.custom-carousel-module').forEach(module => { const container = module.querySelector('.custom-carousel-container'); const slides = container.querySelectorAll('.custom-carousel-slide'); const tabs = module.querySelectorAll('.custom-carousel-tabs .tab'); const prevBtn = container.querySelector('.prev-slide'); const nextBtn = container.querySelector('.next-slide'); let currentIndex = 0; function updateCarousel(index, scrollTab = true) { /* 更新幻灯片 */ slides.forEach((slide, i) => { slide.classList.toggle('active', i === index); }); /* 更新标签 */ tabs.forEach((tab, i) => { tab.classList.toggle('active', i === index); }); /* 滚动标签 */ if (scrollTab) { const tab = tabs[index]; tab.scrollIntoView({ behavior: 'smooth', inline: 'center', block: 'nearest' }); } } /* 绑定标签点击事件 */ tabs.forEach((tab, i) => { tab.addEventListener('click', () => { currentIndex = i; updateCarousel(currentIndex); }); }); /* 绑定'上一张'按钮 */ prevBtn.addEventListener('click', () => { currentIndex = (currentIndex - 1 + slides.length) % slides.length; updateCarousel(currentIndex); }); /* 绑定'下一张'按钮 */ nextBtn.addEventListener('click', () => { currentIndex = (currentIndex + 1) % slides.length; updateCarousel(currentIndex); }); updateCarousel(currentIndex, false); }); }); Product Information Brand Tribesigns Color Brown, Dark Walnut, Black Recommended Uses For Product Shoes Product Dimensions 14.17"D x 31.49"W x 42.91"H Special Feature Drawer, Adjustable, Scratch Resistant Mounting Type Floor Mount Room Type Entryway, Closet, Living Room, Bedroom, Hallway Door Style Louvered Included Components Shoe Cabinet*1, Hardware Kit*1, Assembly Instruction*1 Finish Type Stained Shape Rectangular Number of Shelves 4 Item Weight 73 Pounds Base Type Legs Installation Type Freestanding Top Material Type Engineered Wood Handle Material Metal Back Material Type Engineered Wood Assembly Required Yes Frame Material Engineered Wood Is Customizable No Number of Levels 5 Number of Racks 5 Manufacturer Tribesigns Item Weight 73 pounds Item model number Shoe Cabinet
$259.99
$179.9931% OFF
7-Tier Shoe Cabinet, Shoe Storage Organizer with A...
Sturdy & Reliable - Swap your unstable shoe rack for our solid and durable adjustable shoe rack, made from premium E0 particle board. Large & Flexible - Our 7-tier shoe rack with adjustable panels accommodates various types of shoes, along with your bags and decor items. With the capability to hold up to 24 pairs of shoes, this 29.6" W x 14.6" D x 43.3" H storage solution keeps your shoes organized. Chic & Elegant - Impress your guests with this attractive shoe cabinet, featuring a waterproof, white wood finish and golden metal accents. It adds modern, homely charm to any space. Compact & Practical - Functional yet simple, this entryway shoe storage cabinet can serve both as a shoe shelf or kitchen storage. Its swing doors offer hidden storage, making it a perfect clutter-free solution for your hallway, dorm, or garage. Easy Assembly & Warranty - Simplify your life with the easy-to-assemble design of our Tribesigns shoe organizer. Enjoy peace of mind with our 18-month warranty and responsive customer service. Product Dimensions & Weights Details Length 29.53"" Depth 14.57" Height 43.31" Item Weight 78.26 lbs Packaging Dimensions & Weights 43.31 " L x 16.93 " W x 9.65 " H (82.67 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; } } Wide Top with Apron Design Ideal for placing home decorations and some personal belongings that are easy to carry. With apron design, it can prevent stuffs from dropping. Easy-pull Handle Golden metal pulls for easy opening and closing. Closed storage rooms behind 2 doors can maintain your shoes clean and dry while protect your privacy. Ample Bottom Space Golden legs elevate the cabinet off the ground that away from moisture or dirt; the space at the bottom provides extra storage space for your shoes. Built with Strength With premium MDF and sturdy metal, you get a high quality furniture that offers strong support up to 220lbs, allows for long time maintenance. Product Information Brand Tribesigns Color White, Gray, Wood Grain Color & White, Rustic Brown, Black Recommended Uses For Product Shoes Product Dimensions 14.57"D x 29.53"W x 43.3"H Special Feature Waterproof, Heavy Duty, Adjustable, Scratch Resistant, Water Resistant Mounting Type Freestanding Room Type Garage, Closet, Living Room, Bedroom, Hallway Door Style Shutter Weight Limit 24 Kilograms Included Components Hardware Finish Type Lacquered Number of Shelves 7 Item Weight 78.26 Pounds Base Type Legs Installation Type Freestanding Top Material Type Engineered Wood Handle Material Metal Back Material Type Wood Assembly Required Yes Frame Material Engineered Wood Is Customizable No Number of Levels 7
$209.99
$149.9929% OFF
7-Tier Shoe Cabinet, Shoe Storage Organizer with A...
Sturdy & Reliable - Swap your unstable shoe rack for our solid and durable adjustable shoe rack, made from premium E0 particle board. Large & Flexible - Our 7-tier shoe rack with adjustable panels accommodates various types of shoes, along with your bags and decor items. With the capability to hold up to 24 pairs of shoes, this 29.6" W x 14.6" D x 43.3" H storage solution keeps your shoes organized. Chic & Elegant - Impress your guests with this attractive shoe cabinet, featuring a waterproof, white wood finish and golden metal accents. It adds modern, homely charm to any space. Compact & Practical - Functional yet simple, this entryway shoe storage cabinet can serve both as a shoe shelf or kitchen storage. Its swing doors offer hidden storage, making it a perfect clutter-free solution for your hallway, dorm, or garage. Easy Assembly & Warranty - Simplify your life with the easy-to-assemble design of our Tribesigns shoe organizer. Enjoy peace of mind with our 18-month warranty and responsive customer service. Product Dimensions & Weights Details Length 29.53"" Depth 14.57" Height 43.31" Item Weight 78.26 lbs Packaging Dimensions & Weights 43.31 " L x 16.93 " W x 9.65 " H (82.67 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; } } Wide Top with Apron Design Ideal for placing home decorations and some personal belongings that are easy to carry. With apron design, it can prevent stuffs from dropping. Easy-pull Handle Golden metal pulls for easy opening and closing. Closed storage rooms behind 2 doors can maintain your shoes clean and dry while protect your privacy. Ample Bottom Space Golden legs elevate the cabinet off the ground that away from moisture or dirt; the space at the bottom provides extra storage space for your shoes. Built with Strength With premium MDF and sturdy metal, you get a high quality furniture that offers strong support up to 220lbs, allows for long time maintenance. Product Information Brand Tribesigns Color White, Gray, Wood Grain Color & White, Rustic Brown, Black Recommended Uses For Product Shoes Product Dimensions 14.57"D x 29.53"W x 43.3"H Special Feature Waterproof, Heavy Duty, Adjustable, Scratch Resistant, Water Resistant Mounting Type Freestanding Room Type Garage, Closet, Living Room, Bedroom, Hallway Door Style Shutter Weight Limit 24 Kilograms Included Components Hardware Finish Type Lacquered Number of Shelves 7 Item Weight 78.26 Pounds Base Type Legs Installation Type Freestanding Top Material Type Engineered Wood Handle Material Metal Back Material Type Wood Assembly Required Yes Frame Material Engineered Wood Is Customizable No Number of Levels 7
$209.99
$155.9926% OFF
7-Tier Shoe Cabinet, Shoe Storage Organizer with A...
Sturdy & Reliable - Swap your unstable shoe rack for our solid and durable adjustable shoe rack, made from premium E0 particle board. Large & Flexible - Our 7-tier shoe rack with adjustable panels accommodates various types of shoes, along with your bags and decor items. With the capability to hold up to 24 pairs of shoes, this 29.6" W x 14.6" D x 43.3" H storage solution keeps your shoes organized. Chic & Elegant - Impress your guests with this attractive shoe cabinet, featuring a waterproof, white wood finish and golden metal accents. It adds modern, homely charm to any space. Compact & Practical - Functional yet simple, this entryway shoe storage cabinet can serve both as a shoe shelf or kitchen storage. Its swing doors offer hidden storage, making it a perfect clutter-free solution for your hallway, dorm, or garage. Easy Assembly & Warranty - Simplify your life with the easy-to-assemble design of our Tribesigns shoe organizer. Enjoy peace of mind with our 18-month warranty and responsive customer service. Product Dimensions & Weights Details Length 29.53"" Depth 14.57" Height 43.31" Item Weight 78.26 lbs Packaging Dimensions & Weights 43.31 " L x 16.93 " W x 9.65 " H (82.67 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; } } Wide Top with Apron Design Ideal for placing home decorations and some personal belongings that are easy to carry. With apron design, it can prevent stuffs from dropping. Easy-pull Handle Golden metal pulls for easy opening and closing. Closed storage rooms behind 2 doors can maintain your shoes clean and dry while protect your privacy. Ample Bottom Space Golden legs elevate the cabinet off the ground that away from moisture or dirt; the space at the bottom provides extra storage space for your shoes. Built with Strength With premium MDF and sturdy metal, you get a high quality furniture that offers strong support up to 220lbs, allows for long time maintenance. Product Information Brand Tribesigns Color White, Gray, Wood Grain Color & White, Rustic Brown, Black Recommended Uses For Product Shoes Product Dimensions 14.57"D x 29.53"W x 43.3"H Special Feature Waterproof, Heavy Duty, Adjustable, Scratch Resistant, Water Resistant Mounting Type Freestanding Room Type Garage, Closet, Living Room, Bedroom, Hallway Door Style Shutter Weight Limit 24 Kilograms Included Components Hardware Finish Type Lacquered Number of Shelves 7 Item Weight 78.26 Pounds Base Type Legs Installation Type Freestanding Top Material Type Engineered Wood Handle Material Metal Back Material Type Wood Assembly Required Yes Frame Material Engineered Wood Is Customizable No Number of Levels 7
$209.99
$159.9924% OFF
Subscribe to Tribesigns coupon newsletter
Get notified of offers and coupon codes from Tribesigns before they expire!


















