Store Offer Menu

  • Image
    TEMU Farmhouse Shoe Cabinet with 2 Flip Drawers, Vintage Shoe Storage Cabinet for Entryway, Freestanding Wood 20 Pairs Shoe Rack Cabinets for Living Room, Bedroom, Hallway, Closet, 80 x 24 x 110 cm

    TEMU Farmhouse Shoe Cabinet with 2 Flip Drawers, Vintage Shoe Storage Cabinet for Entryway, Freestanding Wood 20 Pairs Shoe Rack Cabinets for Living Room, Bedroom, Hallway, Closet, 80 x 24 x 110 cm

    Product information for TEMU Farmhouse Shoe Cabinet with 2 Flip Drawers, Vintage Shoe Storage Cabinet for Entryway, Freestanding Wood 20 Pairs Shoe Rack Cabinets for Living Room, Bedroom, Hallway, Closet, 80 x 24 x 110 cm

    1,050.00
    117.0089% OFF

    O envio mais rápido. O melhor serviço

  • More Deals You’ll Love

    Modern Shoe Cabinet, 6-Tier Rack Organizer with Adjustable Shelves - Walnut
    Tribesigns logo

    Modern Shoe Cabinet, 6-Tier Rack Organizer with Ad...

    Ideal Size for Compact Spaces - Measuring 23.62 inches in width, this C-shaped table provides plenty of surface area without overpowering your living room. Its compact depth of 11.81 inches allows it to fit comfortably next to sofas, while its height of 25.59 inches ensures everything on the table is conveniently within reach. Multi-Functional End Table - Whether you need a place for your morning coffee, a spot to rest your book, or a stable work surface for your laptop, this versatile end table satisfies all your needs. It's an ideal choice for both relaxation and work-from-home setups. Sturdy Construction - Constructed from high-grade Medium-Density Fiberboard, this side table combines durability with a smooth, consistent finish. Known for its resistance to warping and cracking, MDF is a perfect choice for furniture that can withstand daily use while maintaining a sleek, modern look. Adjustable Stability - This end table is equipped with adjustable feet, which allow you to stabilize the table even on uneven surfaces. This feature ensures stability and prevents any wobbling, making it suitable for virtually any room in your home. Easy Assembly - Enjoy stress-free assembly with clear instructions and tools included. In addition, its smooth surface allows for easy cleaning with a simple wipe, helping it maintain its fresh look over time. 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
    TEMU Homcom Bamboo Entryway Shoe Cabinet With 3 Shutter Doors Adjustable Shelves For 16 Pairs Of Shoes For Hallway Entrance 100x35x80 Cm Natural
    Temu logo

    TEMU Homcom Bamboo Entryway Shoe Cabinet With 3 Sh...

    Faster shipping. Better service
    158.99
    111.6530% OFF
    TEMU Cabinete de sapatos vintage de 6 níveis portas, 75 x 37 x 110 cm, prateleira de sapatos para 25 de sapatos, organizador de prateleiras de madeira para entrada, corredor, , quarto ()
    Temu logo

    TEMU Cabinete de sapatos vintage de 6 níveis porta...

    O envio mais rápido. O melhor serviço
    1,050.00
    123.3488% OFF
    TEMU 4/5-tier Shoe Storage Cabinet Organizer Shelf Rack Unit
    Temu logo

    TEMU 4/5-tier Shoe Storage Cabinet Organizer Shelf...

    Faster shipping. Better service
    133.32
    26.0480% OFF
    TEMU Shoe Cabinet, 73 X 35 X 105cm 5-tier Shoe For Entryway Hallway, Wooden Shoe Rack Organizer Cabinet For 15 Pairs Of Shoes, Black And Brown
    Temu logo

    TEMU Shoe Cabinet, 73 X 35 X 105cm 5-tier Shoe For...

    Faster shipping. Better service
    422.97
    93.7878% OFF
    TEMU Kealive Shoe Rack With , White Wooden Shoe Cabinet, Holds 12 Pairs Of Shoes, Suitable For Living Room, Hallway Or Bedroom, 80 .5 X 80cm
    Temu logo

    TEMU Kealive Shoe Rack With , White Wooden Shoe Ca...

    Faster shipping. Better service
    309.70
    69.1178% OFF
    TEMU Armoire à Tiroirs, Armoire avec 6 Tiroirs en Tissu, Buffet Multifonctionnel avec Poches en Tissu, Cadre Métallique, 30 x 110 x 85cm, Convient pour Salon et Chambre, Moderne, Platine
    Temu logo

    TEMU Armoire à Tiroirs, Armoire avec 6 Tiroirs en ...

    Profitez de la livraison et du retour gratuits pour les nouveaux utilisateurs
    170.37
    69.4059% OFF
    TEMU 6-tier Shoe Cabinet With Doors - Heavy-duty Adjustable Shelves & Wood Storage Organizer Suitable For Entryway, Hallway, Closet - Contemporary -standing Shoe Rack With Doors
    Temu logo

    TEMU 6-tier Shoe Cabinet With Doors - Heavy-duty A...

    Faster shipping. Better service
    260.92
    106.3859% OFF
    TEMU 1pc Shoe Boxes, Shoe Rack, Modular Panel Shoe Organizer, Shoe Rack With 10 Compartments For 40 Shoes, With Doors And Hooks, Made Of Plastic, White/white+ Black, 35 X 35 X 45cm
    Temu logo

    TEMU 1pc Shoe Boxes, Shoe Rack, Modular Panel Shoe...

    Faster shipping. Better service
    108.98
    56.0049% OFF
    TEMU Artiss Shoe Rack Cabinet 30 Pairs Storage Cupboard Bamboo
    Temu logo

    TEMU Artiss Shoe Rack Cabinet 30 Pairs Storage Cup...

    Faster shipping. Better service
    AU$266.99
    AU$159.8040% OFF
    TEMU 1pieza Zapatero Móvil, Zapatero, para Zapatos con de 3 Bisagras, Reposapiés, de Tela de Ratán, 60 X 24 X 127 Cm - GTS266-O
    Temu logo

    TEMU 1pieza Zapatero Móvil, Zapatero, para Zapatos...

    Precio bajo con envío gratis para usuario nuevo.
    157.60
    95.4339% OFF
    TEMU Un zapatero espacioso a prueba de polvo con puertas PET abatibles. opción perfecta para organizar y guardar zapatos en el hogar.
    Temu logo

    TEMU Un zapatero espacioso a prueba de polvo con p...

    Precio bajo con envío gratis para usuario nuevo.
    352.63
    223.0437% OFF
    TEMU Schuhschrank mit 3 , Schuhregal, Schuhaufbewahrung, offene Fächer, verstellbar für 14-18 Paar Schuhe, Flur 24 x 60 x 139 cm
    Temu logo

    TEMU Schuhschrank mit 3 , Schuhregal, Schuhaufbewa...

    kostenloser Versand, schnellerer Kundendienst
    113.08
    71.7237% OFF
    TEMU Schapenkast, hoge schoenenopbergkast met 3 opklapbare deuren, open plank, binnenste verdeler, voor hal voor 12-18 paar schoenen, ruimtebesparend, 60 x 30 x 130 cm
    Temu logo

    TEMU Schapenkast, hoge schoenenopbergkast met 3 op...

    Gratis verzending, snellere after-sales dienst van Temu.
    118.89
    78.3534% OFF
    TEMU 6-tier Vertical Shoe Rack, Wooden Shoe Organizer For Closet, Entryway, Space-saving Shoe Tower For Small Spaces, Self-supporting, Adjustable, Rustic Brown And Black
    Temu logo

    TEMU 6-tier Vertical Shoe Rack, Wooden Shoe Organi...

    Faster shipping. Better service
    44.00
    29.0234% OFF
    TEMU 1 Set Mirror Shoe Cabinet, Modern Floor Standing With Full-length Mirror, 5 Flip Drawers White Wooden Shoe Organizer For Entryway, Hallway And Shoe Cabinets
    Temu logo

    TEMU 1 Set Mirror Shoe Cabinet, Modern Floor Stand...

    Faster shipping. Better service
    285.28
    188.1734% OFF
    TEMU 1pc Mobile Shoe Rack -door Adjustable Shoe Organizer - Slim Shoe Cabinet For - Dark Wood 60x23x115cm - Gts248-m-g
    Temu logo

    TEMU 1pc Mobile Shoe Rack -door Adjustable Shoe Or...

    Faster shipping. Better service
    119.34
    80.1533% OFF
    TEMU Two-column 10-tier Shoe Cabinet With Hooks, Shoe Storage Unit. Designed Tier Shoe Styles. Capacity With 5kg Per Tier. Dimensions: 83 X 32 X 156cm. White.
    Temu logo

    TEMU Two-column 10-tier Shoe Cabinet With Hooks, S...

    Faster shipping. Better service
    61.37
    47.4123% OFF
    TEMU Schoenopbergkast 24 Paar - Dubbel Compartiment - Capaciteit Kledingkastplank voor Entree, Hal
    Temu logo

    TEMU Schoenopbergkast 24 Paar - Dubbel Compartimen...

    Gratis verzending, snellere after-sales dienst van Temu.
    119.99
    95.1021% OFF
    31.49" Shoe Cabinet with Doors for 20 Pairs, 5 Tier Modern Freestanding Shoe Storage Organizer - White & Gold
    Tribesigns logo

    31.49" Shoe Cabinet with Doors for 20 Pairs, 5 Tie...

    Minimalist Design with Practical Storage - Featuring two front doors with a subtle geometric pattern and five internal shelves, this freestanding shoe cabinet offers organized storage for bedrooms, mudrooms, or entryways. The crisp white engineered wood body paired with gold-toned metal legs creates a clean rectangular profile suited to modern interiors. Space-Saving Organization - Designed to store approximately 15–20 pairs of shoes depending on size, this two-door shoe cabinet helps keep footwear neatly concealed. The top surface provides space for decorative items or everyday essentials, while the lower clearance can accommodate additional shoes or allow easy floor access. Adjustable Shelves for Flexible Use - The interior shelves are removable, making it easy to adjust the layout for taller boots or larger shoe sizes. Raised gold-finish metal legs improve accessibility and allow convenient cleaning underneath the cabinet. Durable and Stable Construction - Measuring 31.5" W x 15" D x 37.4" H, this shoe storage cabinet is built from sturdy MDF and metal for reliable everyday use. The smooth gold door handles offer a comfortable grip, while adjustable foot pads help keep the cabinet level on uneven floors. The unit supports a total weight of up to 120 lbs. Assembly and Support - Assembly hardware and clear instructions are included. For best results, assembly by two people is recommended. An 18-month warranty and dedicated customer support are provided to assist with any missing or defective parts. Product Dimensions & Weights Details Length 31.49" Depth 14.96" Height 37.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-1767682548033324800 { .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-1767682548033324800 { .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 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
    TEMU Armario para zapatos HOMCOM de - Armario de almacenamiento de zapatos - 80 X 25,5 X 112,5 cm
    Temu logo

    TEMU Armario para zapatos HOMCOM de - Armario de a...

    Precio bajo con envío gratis para usuario nuevo.
    88.64
    76.6614% OFF

    Subscribe to Temu coupon newsletter

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