Store Offer Menu

  • Image
    3-Tier Kitchen Island, 55" Width Kitchen Shelf with Large Worktop

    3-Tier Kitchen Island, 55" Width Kitchen Shelf with Large Worktop

    Product information for 3-Tier Kitchen Island, 55" Width Kitchen Shelf with Large Worktop

    $289.99
    $269.997% OFF

    Expansive Workspace - With a generous 31.5" D x 55.12" W surface, this stationary kitchen island provides abundant space for meal preparation, while keeping small appliances such as toasters or coffee makers within easy reach. Enjoy effortless cooking with plenty of workspace. Three-Tier Storage - Keep your kitchen essentials neatly organized—display decorations or a tea set on the top, store daily appliances on the middle shelf, and stash away bakeware in storage boxes on the lower shelf. Everything remains easily accessible yet perfectly arranged. Multipurpose Design - With a height of 35.43", this island table can adapt to your needs—use it as a breakfast nook, a fashionable coffee station, or a bar for serving drinks. Regardless of how you use it, it’s designed to integrate seamlessly into your lifestyle. Sturdiness Assured - Constructed with a reinforced wooden frame and crossbeam support, this butcher block island can support up to 350 lb without wobbling. The heavy-duty legs guarantee your floors remain scratch-free. Quick and Easy Assembly - Assembly is hassle-free with labeled parts, clear instructions, and all necessary tools included. You'll have your new kitchen counter ready in no time. Pay Close Attention - Due to the reflective surface of the material, the color of the product may appear different under varying lighting conditions. Product Dimensions & Weights Details Length 55.12" Depth 31.5" Height 35.43" Item Weight 119.05 lbs Packaging Dimensions & Weights 59.84" L x 19.69" W x 9.06" H (124.34 lbs) Installation Guide.pdf Multi-Functional & Stylish – A Island for Cooking, Working & Socializing Full View Show: [Kitchen Island] in Detail (Front/Side/Back) #premium-module-12-nav-carousel-1757641764855791100 { .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-1757641764855791100 { .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; } } } FrontSideBack 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-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; } } More Brilliant Details Large Tabletop Work, dine, and entertain in style with our generously sized 55.12' x 31.5' tabletop—the perfect platform for all your activities. Perfect Height Seating Elevate your seating experience with the perfect height. Our bar tables provide just the right fit for ultimate comfort. #premium-module-12-nav-carousel-1757641764855791100 { .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-1757641764855791100 { .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; } } } 2-Tier Storage ShelvesComfortable LegroomSolid ConstructionPremium MDF Material 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); }); }); This large kitchen island table is ideal for bars, pubs, cafes, kitchens, offices, or events like parties and weddings. Multiple tables can be combined to create extra seating for gatherings ✔ Heat-resistant – Resists warping from heat. ✔ Stain-resistant – Wipes clean effortlessly. ✔ Scratch-resistant – Keeps its smooth finish. ✔ Easy to Maintain – Requires minimal effort to keep like new. ✔ Quick Assembly – Ready in minutes, no extra tools. Item details Brand Name Tribesigns Recommended Uses For Product Food, Home Bar, Kitchenware, Storage, Tea & Coffee Bar, Wine Room Type Dining Room, Kitchen, Living Room Included Components Installation Kit, Island Table for Kitchen, Refer to the video "Real Product Display" for the actual product., User Manual Manufacturer Tribesigns Item Width 55.12 Inches Item Height 35.43 inches Unit Count 1.0 Count Manufacturer Warranty Description 18 months manufacturer. User guide Installation Type Freestanding Required Assembly Yes Style Color Dark Brown Style Name Farmhouse Finish Types Unfinished Shape Rectangular Materials & Care Material Type Engineered Wood Top Material Type Engineered Wood Frame Material Type Engineered Wood Measurements Item Dimensions D x W x H 31.5"D x 55.12"W x 35.43"H Size Large Item Weight 121.25 Pounds Features & Specs Additional Features 3-Tier Storage, Heavy Duty, Large Worktop, Quick & Easy Assembly, Solid Structure, Scratch Resistant, Stain Resistant, Easy to Clean, Heat-Resistant Weight Capacity Maximum 350 Pounds Number Of Shelves 3 Base Type Legs Is Customizable? No

  • More Deals You’ll Love

    4-Tier Kitchen Storage Cart with Handle
    Little Tree logo

    4-Tier Kitchen Storage Cart with Handle

    Practical - The kitchen is messy with too many spices? Can the narrow space between the refrigerator and the pantry, between the washer and dryer, and between the wall and your appliances be unusable? So, you are trying to find the product that can make the most use of this area. This rolling cart is your answer, it's small enough to tuck away yet big enough to hold a lot of small daily necessities. Why not? No Wobbling - The elegant barbed wire meshes on both sides of the storage cart are inspired by the designer’s ulterior motives, each layer is equipped with metal bars to protect items from falling, and the four legs made of thick metal pipes ensure overall stability, this is one of the differences from most similar products on the market. Movable Freely - The wheels of the slim storage cart are easy to turn and maneuver. Even on your uneven floor, it can roll smoothly with a total load-bearing capacity weight of 48.5 pounds. Slim Body - 4 tiers rolling cart is made of thickened particleboard and thickened metal tube. Compared with other similar products in the market, the overall size is higher and larger. The overall size is 19.69''Wx6.3''Dx33.46'' H,the load-bearing capacity of each layer from top to bottom is: 6.7LB,11LB,13.2LBS,17.6LB. Easy to Assemble - Storage cart on wheels is very easy to put together, the instructions are pretty clear and parts are all labeled, and we are always available to provide professional customer service before and after your purchase, so purchase with confidence!
    $149.99
    $89.9940% OFF
    70.87" Rustic Brown Dining Table, Large Farmhouse Rectangular Table with Solid Pedestal Base - Walnut
    Tribesigns logo

    70.87" Rustic Brown Dining Table, Large Farmhouse ...

    All-Wood Solid Construction - This dining table is built with a substantial top supported by a robust wooden pedestal, ensuring exceptional sturdiness and stability. Its heavy-duty design safely supports loads up to 330 lbs. The surface is finished with a durable scratch-resistant veneer for easy cleaning and long-term use. Ample Seating for Gatherings - Measuring 70.87" W x 31.3" D x 29.92" H, this large table comfortably accommodates 6-8 people, providing generous space for tableware and dishes. Its size allows flexible seating arrangements and enhances group dining experiences for everyday meals or entertaining. Multipurpose Functional Design - Featuring a classic and sophisticated style, this table integrates seamlessly into various settings. It serves effectively as a kitchen dining table, executive desk, conference table, or writing desk, making it suitable for dining rooms, kitchens, home offices, and living areas. Rustic Farmhouse Aesthetic - Elevate your dining or kitchen space with this farmhouse-style table. The all-wood construction, highlighted by natural wood grain, makes it a visually striking centerpiece for daily meals and formal occasions alike, adding warmth and charm to your interior. Straightforward Assembly & Support - The table can be assembled in about an hour using included hardware and clear instructions. Our dedicated customer service team is available to provide timely assistance and resolve any inquiries you may have. Product Dimensions & Weights Details Length 70.87" Depth 31.1" Height 29.92" Item Weight 74.3 lbs Packaging Dimensions & Weights 37.6" L x 22.64" W x 12.2" H (81.57 lbs) Installation Guide.pdf Tribesigns Large Long Dining Table for Big Families Comfortably Seats 6-8 People #premium-module-12-nav-carousel-1767607105634321500 { .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-1767607105634321500 { .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; } } } TabletopFoot PadsFinish Thickened Tabletop Solid and sturdy, ensuring a long-lasting use. Adjustable Foot Pads Adjust to keep its balance even on an uneven floor. Premium Surface Scratch-resistant, heat-resistant, waterproof, easy to clean. 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-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; } } Superior Construction Robust U-Shaped Pedestal Supports up to 330 Pounds Gather Your Family Around, Share the Love Around. Product Information Brand ‎Tribesigns Colour Rustic Brown Product Dimensions ‎70.87" x 31.1" x 29.92"; 74.3 lbs Item Weight ‎74.3 lbs
    $256.99
    $219.9914% OFF
    TEMU Homcom Folding Bar Table On Wheels With Shelf And 2 Drawers + 2 Stools Pine Wood Mdf White Oak Light
    TEMU UK logo

    TEMU Homcom Folding Bar Table On Wheels With Shelf...

    Faster shipping. Better service
    118.83
    102.7614% OFF
    59" Kitchen Island, Farmhouse Stationary Island Table with Storage for Kitchen
    Tribesigns logo

    59" Kitchen Island, Farmhouse Stationary Island Ta...

    Generous Work Surface - This kitchen island that includes seating offers a spacious 59" W x 27.56" D surface. It provides plenty of room for meal preparation and can easily accommodate small appliances such as toasters or coffee makers, making it perfect for quick meals or breakfasts. Abundant Storage Space - Maximize your kitchen's organization with two large open shelves. These are ideal for storing microwaves, pots, pans, dinnerware, or cookbooks, keeping essentials within easy reach and decluttering your space effectively. Multifunctional Kitchen Island - This island table offers abundant legroom and easily serves as a place for meals, a coffee station, a casual dining spot, or a serving bar for meals and entertaining. It is the perfect versatile addition to any kitchen. Robust and Secure Structure - This farmhouse-style kitchen island is constructed with a reinforced wood frame for extra stability. Its scratch-resistant surface provides durability, while adjustable foot pads ensure stability even on uneven floors. Easy Assembly and Customer Support - This kitchen table arrives with clearly labeled parts, all necessary tools, and easy-to-follow instructions for quick, hassle-free assembly. If you have any queries, our friendly support team is ready to help you promptly. Product Dimensions & Weights Details Length 59.06" Depth 27.56" Height 35.43" Item Weight 103.84 lbs Packaging Dimensions & Weights 63.78" L x 17.32" W x 7.76" H (106.48 lbs) Installation Guide.pdf Tribesigns 59-Inch Large Kitchen Island with Storage Versatile Kitchen Island with Ample Space Keep your essential cookware, dinnerware, and small appliances neatly stored and easily accessible, helping you declutter your countertops and enhance your cooking experience. .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; } } Two Large Open Shelves Enjoy organized storage with two large open shelves underneath, ideal for microwaves, cookware, and cookbooks, keeping essentials within easy reach. Spacious Leg Room Store two bar stools conveniently underneath, maximizing space and functionality while providing ample legroom. This multi-functional island serves as a breakfast nook or casual dining area, adding versatility to your space. Multi-Functional Design Item details Brand Name Tribesigns Model Name 3-Tier Kitchen Island Included Components Assembly Guide, Installation Tool, Shelves Item Height 35.43 inches Style Color Rustic Brown Shape Rectangular Table Design Dining Table Style Name Farmhouse Leg Style Straight Leg Measurements Item Dimensions D x W x H 27.56"D x 59"W x 35.43"H Item Weight 103.8 Pounds User guide Recommended Uses For Product Kitchen Island Indoor Outdoor Usage Indoor Recommended Number of People for Assembly 2 Specific Uses For Product Residential Use Warranty Type Limited Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Product Care Instructions Wipe with Damp Cloth, Wipe with Dry Cloth Is Stain Resistant Yes Material Type Engineered Wood Features & Specs Base Type Leg Is Foldable No Number of Items 1 Tilting No
    $245.99
    $225.998% OFF
    55" Wood Kitchen Island, 3-Tier Farmhouse Counter Height Coffee Bar
    Tribesigns logo

    55" Wood Kitchen Island, 3-Tier Farmhouse Counter ...

    High-Quality Solid Wood - This kitchen island is expertly crafted from top-tier solid wood, promising durability, excellent stability, and an extended lifespan. The brown finish accentuates the natural wood grain, imparting a warm and welcoming touch to your kitchen or dining room. Three-Tier Open Shelving - This island table is equipped with three spacious open shelves for effortless access to frequently used kitchen items. It allows for the tidy storage of cookware, dishes, small appliances, or condiments, all easily visible and within reach. Ample 55-Inch Countertop Space - This island table boasts a 55-inch countertop that offers generous space for preparing meals, setting out family dinners, brewing coffee, or displaying decorative items, making your kitchen work more streamlined and convenient. Versatile Functionality - Beyond its perfect use as a kitchen island, it can also serve as an ideal coffee bar, prep station, or sideboard. Regardless of whether it's placed in the kitchen, dining room, or living room, its adaptable design can meet various needs. Simple and Stress-Free Assembly - The product comes with clearly labeled parts and a complete set of accessories, ensuring a hassle-free assembly process. The easy-to-follow instructions allow for the effortless creation of your own farmhouse-style kitchen island. Product Dimensions & Weights Details Length 55.12" Depth 27.56" Height 35.43" Item Weight 68.34 lbs Packaging Dimensions & Weights 59.06" L x 16.93" W x 10.63" H (72.75 lbs) Installation Guide.pdf Upgrade Your Home with TRIBEWOOD Solid Wood Kitchen Island This solid wood kitchen island perfectly blends rustic elegance with practical storage. Crafted from solid wood and finished with a warm, rich brown tabletop, it brings a natural aesthetic to your kitchen or dining room. The spacious countertop and open shelves design maximize storage space. More Details about this Rustic Rectangular Island Table Maximize Organization With 3 Spacious Open Shelves The Perfect Kitchen Helper, Elevate your Home's Style This island table can easily adapt to your various needs, creating a warm and organized home space. It's not only your perfect kitchen assistant, but it can also be used as a coffee bar to serve lattes in the morning or cocktails in the evening, or even as a dining table to entertain guests. The Full View of this Kitchen Island Product Information Product Dimensions 27.56"D x 55.12"W x 35.42"H Shelf Type Tiered Shelf Frame Material Wood Brand TRIBEWOOD Color Brown Furniture Finish Wood Style Farmhouse Maximum Weight Recommendation 200 Pounds Size 55-inch Product Care Instructions Wipe with Damp Cloth, Wipe with Dry Cloth Assembly Required Yes Number of Shelves 2 Assembly Instructions Description Assembly required, instructions provided Item Weight 68.3 pounds
    $289.99
    $269.997% OFF
    59" Kitchen Island, Large Storage Islands Coffee Unit with Shelves
    Tribesigns logo

    59" Kitchen Island, Large Storage Islands Coffee U...

    Ample Workspace - This stationary kitchen island offers a generous surface of 27.55" D x 59.05" W, providing ample room to prepare food while still being spacious enough to keep a toaster or coffee machine nearby. This large worktop provides ultimate convenience. Three-Tiered Storage - This kitchen island table maximizes space with three organized tiers: display décor on top, store appliances in the middle, and organize cookware below. Dedicated side racks for spices and bottles keep everything within reach, ensuring a clutter-free kitchen. Versatility at the Perfect Height - Standing at a height of 35.43", this kitchen table offers exceptional versatility: use it as a breakfast bar for quick meals, a dedicated coffee station, or a serving bar for drinks. The possibilities are endless. Sturdy and Balanced Construction - Each shelf can hold up to 66 pounds, and for added durability, every shelf is reinforced with metal bars underneath. The adjustable foot pads ensure the kitchen island remains perfectly balanced, even on uneven flooring. Easy Cleaning - Made from high-quality MDF with a smooth, wear-resistant finish, this kitchen prep table is easy to clean and maintain. Simply wipe away food residue, dirt, and spills with a damp cloth to quickly restore its shine. Effortless Assembly - Assembly is made simple with labeled parts, clear instructions, and included tools. Everything you need comes in the box, so your new kitchen counter will be ready to use in no time. Product Dimensions: 27.55"D x 59.05"W x 35.43"H Material: Engineered Wood
    $309.99
    $289.996% OFF

    Subscribe to Tribesigns coupon newsletter

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