Store Offer Menu

  • Image
    55" Kitchen Island, Farmhouse Stationary Island Unit with 2-Tier Storage - White & Brown

    55" Kitchen Island, Farmhouse Stationary Island Unit with 2-Tier Storage - White & Brown

    Product information for 55" Kitchen Island, Farmhouse Stationary Island Unit with 2-Tier Storage - White & Brown

    $299.99
    $269.9910% OFF

    Spacious Worktop and Storage - This 55-inch kitchen island provides a large countertop for meal preparation and social gatherings. Moreover, the two open lower shelves keep dishes, cookware, and pantry items organized and easily accessible, helping to reduce clutter. Comfortable Seating Space - This stationary kitchen island features a bar-height seating area, ensuring comfortable and free movement, whether dining, conversing, or preparing food. It's the perfect spot for casual meals and gatherings. Steady and Scratch-Resistant - No need to worry about unstable island tables. With its reinforced wooden frame and crossbeam support, this kitchen island with storage can bear up to 350 lbs. It's capable of handling heavy appliances and all your kitchenware without wobbling. Versatile Kitchen Island - This kitchen island serves as more than just a table. Use it for numerous activities, such as food preparation, as a breakfast bar, a buffet table during parties, or a coffee station in the dining room. It seamlessly combines utility with farmhouse style. Inviting Farmhouse Appeal - Bring a cozy farmhouse ambiance to your kitchen. The wide, scratch-resistant worktop is easy to clean, and the warm gray finish merges seamlessly with farmhouse, rustic, or even contemporary décor styles. Product Dimensions & Weights Details Length 55.12" Depth 31.5" Height 35.43" Tabletop Thickness 3.94" Item Weight 112.44 lbs Packaging Dimensions & Weights Box1: 60.24 " L x 19.29 " W x 5.91 " H (84.44 lbs) Box2: 39.37 " L x 18.9" W x 5.12 " H (42.55 lbs) Note: This item will be delivered in two separate shipments. Installation Guide.pdf Your Kitchen Hub, Workspace & Social Spot – All in One Stylish Bar Table Full View Show: [Bar Table] in Detail (Front/Side/Back) #premium-module-12-nav-carousel-1751516428197842400 { .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-1751516428197842400 { .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 MDF Material ✔ 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. #premium-module-12-nav-carousel-1751516428197842400 { .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-1751516428197842400 { .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 Construction 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 bar 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 Item details Brand Name Tribesigns Age Range Description Adult Model Name home bar unit Included Components Bar Table, Assembly Guide, Installation Tool Manufacturer Tribesigns Item Height 35.43 inches Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth, Wipe with Damp Cloth Is Stain Resistant Yes Material Type Engineered Wood Features & Specs Base Type Pedestal Is Foldable No Number of Items 1 Number Of Shelves 3 Frame Joint Type Frame & Panel Joint Unextended Seating Capacity 6 Tilting No Is Customizable? No Is the item resizable? No Number of Racks 3 Measurements Item Dimensions D x W x H 31.5"D x 55.12"W x 35.43"H Item Weight 121.3 Pounds Size Large Item Diameter 55.12 Inches Item Width 55.12 Inches Base To Top Distance 35.43 Inches User guide Maximum Weight Recommendation 340 Pounds Recommended Uses For Product Reading, Home Bar, Dining Indoor Outdoor Usage Outdoor, Indoor Recommended Number of People for Assembly 2 Specific Uses For Product Non Residential Use, Residential Use, Food Service Use Warranty Type 18-Month Warranty of Manufacturer Tools Recommended For Assembly Screw Driver Includes All Assembly Tools Yes Style Color Light Brown, Rustic Brown, White & Brown, Gray, Brown & Black Shape Rectangular Table Design Bar Table Style Name Modern Theme Home Bar Table Cabinet Leg Style Straight Leg

  • More Deals You’ll Love

    L-Shaped Home Bar Unit, 3 Tier Liquor Bar Table
    Little Tree logo

    L-Shaped Home Bar Unit, 3 Tier Liquor Bar Table

    Elevate Your Home Bar: With its sleek and modern design, our L-shaped bar cabinet is the perfect addition to any home bar. The rustic brown and matte black tones give it a classic yet stylish look that will impress your guests Ample Storage Space: Our bar unit features a spacious countertop (47.2” L x 35.4” W) that provides plenty of room to mix and serve your favorite drinks. The two open shelves are perfect for storing bottles and bar supplies, while the built-in stemware rack keeps your wine glasses within reach Perfect for Small Spaces: Our space-saving L-shaped design is ideal for bar areas or eating spaces with limited space. The 43"H perfect size stands at the ideal bar height, allowing you to reach your drinks comfortably and support an easy conversation like at a real bar Sturdy and Durable: Our bar cabinet is made of a robust mix of sturdy steel and hard-wearing particleboard (0.6” thickness) that gives it a high degree of stability. The sidebar and crossbar provide added protection for your valuable bottles, and the six adjustable leg pads ensure no wobbles on uneven floors Easy Assembly: Our bar cabinet comes with simple instructions and numbered parts to make assembly a breeze. You can successfully assemble it in about 30 minutes
    $279.99
    $189.9932% OFF
    Home Bar Unit, Modern 2-Tier Bar Table with Footrest
    Tribesigns logo

    Home Bar Unit, Modern 2-Tier Bar Table with Footre...

    Storage and Display - The modern bar table offers two-tiered storage and a large tabletop for dining or chatting. Robust Construction - Crafted from thick panels and a sturdy frame, the table includes adjustable foot pads for extra stability and guardrails for secure item storage. Multipurpose Table - Perfect for various spaces, this home bar unit can be used for lively parties or calm evenings at home - a versatile solution for all entertainment needs. Easy Setup and Maintenance - Clear instructions and included hardware makes assembly easy, and the easily cleanable surface ensures effortless maintenance. Modern Design - The mix of brown boards and matte gray cement texture gives a modern, elegant touch - perfect for homes, pubs, or other entertainment environments. Product Dimensions & Weights Details Length 62.99" Depth 15.75" Height 41.53" Tabletop Thickness 3.94" Item Weight 85.98 lbs Packaging Dimensions & Weights 67.72" L x 18.7" W x 8.86" H (94.8 lbs) Installation Guide.pdf Tribesigns 63-Inch Large Home Bar Unit Sophisticated Multipurpose Bar Table .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; } } Product Specifications: Shelf Size: 42.2' W x 17.7' D Footrest Length: 46.06' Weight Capacity of Tabletop: 180 lbs Weight Capacity of Each Shelf: 100 lbs Note: Stools are NOT included. Item details Brand Name Tribesigns Model Name Home Bar Unit Included Components Assembly Guide, Installation Tool Item Type Name Home Bar Table Item Height 41.53 inches Style Color Brown, Black, Rustic Brown Shape Rectangular Table Design Bar Table Style Name Modern Top Color Grey, Black, Brown Measurements Item Dimensions D x W x H 15.75"D x 62.99"W x 41.53"H Item Weight 85.98 Pounds Size Large Tabletop Thickness 3.94 Inches User guide Recommended Uses For Product Cooking, Home Bar, Dining, Catering Indoor Outdoor Usage Indoor Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Is Stain Resistant Yes Material Type Engineered Wood, Iron Features & Specs Seating Capacity 2.0 Base Type Leg Number of Items 1 Number Of Shelves 3 Unextended Seating Capacity 2 Is Customizable? No Is the item resizable? No Number of Height Positions 1
    $299.99
    $229.9923% OFF
    55" Counter Height Bar Unit with Faux Marble Top, Rectangular Home Pub Table
    Tribesigns logo

    55" Counter Height Bar Unit with Faux Marble Top, ...

    Elegant Design - Featuring a minimalist silhouette, this bar table combines a faux marble tabletop with walnut-finish wooden legs. The refined contrast adds a modern yet timeless touch, allowing it to stand out in a variety of interior settings. Generous Dimensions - Measuring 55.12 inches wide and 19.69 inches deep, this counter height bar table offers ample surface space for drinks, snacks, and casual gatherings. With a height of 36.02 inches, it is comfortable for both standing use and pairing with bar stools. Multipurpose Use - Designed for flexibility, this home bar table fits seamlessly into kitchens, dining rooms, living rooms, balconies, basements, or dedicated home bar areas. It adapts easily to entertaining guests or enjoying quiet everyday moments. Sturdy and Stable Structure - Built with a 1.57-inch thick tabletop and a strong supporting frame, this bar table delivers dependable durability. The reinforced legs provide excellent stability, making it a reliable choice for long-term use. Easy Assembly and Support - All necessary parts, tools, and clear step-by-step instructions are included for quick and straightforward assembly. If you have any questions or need assistance, our customer support team is always available to help. Product Dimensions & Weights Details Length 55.12" Depth 19.69" Height 35.83" Item Weight 62.96 lbs Packaging Dimensions & Weights 59.84" L x 22.64" W x 7.99" H (67.37 lbs) Installation Guide.pdf #premium-module-12-nav-carousel-1767607051978334300 { .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-1767607051978334300 { .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; } } } Spacious TabletopRobust StructureAdjustable Foot PadsEasy to Assemble 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); }); }); Item details Brand Name Tribesigns Model Name Home Bar Table Included Components Assembly Guide, Installation Tool Manufacturer Tribesigns Item Height 35.83 inches Features & Specs Number of Items 1 Measurements Item Dimensions D x W x H 19.69"D x 55.12"W x 35.83"H Item Weight 56.22 Pounds User guide Maximum Weight Recommendation 350 Pounds Materials & Care Frame Material Type Engineered Wood Product Care Instructions Wipe with Damp Cloth, Wipe with Dry Cloth Material Type Engineered Wood Style Color White & Walnut Shape Rectangular Style Name Modern
    $289.99
    $199.9931% OFF
    L-Shaped Home Bar Unit Liquor Cabinet
    Little Tree logo

    L-Shaped Home Bar Unit Liquor Cabinet

    L-shape Bar Table Design - This liquor cabinet bar for the home has an L-shape design, combine with an E1 MDF board and solid metal. The unique L-shaped is not only beautiful but also maximizes the use of space, giving you an all-in-one corner bar cabinet! Space For All Your Wine - Home bar unit with a powerful storage function. 2-tier storage shelves to can store dozens of spirits, mixers, and 2 built-in stemware racks that hold up to 12 wine glasses or champagne flutes. Large desktops let you enjoy your drinks and celebrate the soccer event with your friends. Considerate & Ergonomic - You could put some items or your phones on the second shelf, reducing desktop clutter from the party. Elevated design can adapt to the long-legged chair. Plus, the footrest allows you can rest your feet and enjoy your cocktail creations with more comfort. Sturdy Construction & Functional - This home bar cabinet is crafted with metal mesh to keep the bottles from falling. With a great simple design and high load-bearing capacity and durability. Adding lights for liquor bars during your drink time is awesome! Suitable for small gatherings, Christmas, dinner parties, and balls game. Easy to Assemble - This corner bar for home comes with all numbered necessary accessories, just follow them step by step, and you can install our bar table by yourself without any help. Overall: 47.24" L x 35.43" D x 41.93" H Material: E1 MDF board and metal frame
    $309.99
    $239.9923% OFF
    L-Shaped Home Bar Unit Liquor Cabinet - Black
    Little Tree logo

    L-Shaped Home Bar Unit Liquor Cabinet - Black

    L-shape Bar Table Design - This liquor cabinet bar for the home has an L-shape design, combine with an E1 MDF board and solid metal. The unique L-shaped is not only beautiful but also maximizes the use of space, giving you an all-in-one corner bar cabinet! Space For All Your Wine - Home bar unit with a powerful storage function. 2-tier storage shelves to can store dozens of spirits, mixers, and 2 built-in stemware racks that hold up to 12 wine glasses or champagne flutes. Large desktops let you enjoy your drinks and celebrate the soccer event with your friends. Considerate & Ergonomic - You could put some items or your phones on the second shelf, reducing desktop clutter from the party. Elevated design can adapt to the long-legged chair. Plus, the footrest allows you can rest your feet and enjoy your cocktail creations with more comfort. Sturdy Construction & Functional - This home bar cabinet is crafted with metal mesh to keep the bottles from falling. With a great simple design and high load-bearing capacity and durability. Adding lights for liquor bars during your drink time is awesome! Suitable for small gatherings, Christmas, dinner parties, and balls game. Easy to Assemble - This corner bar for home comes with all numbered necessary accessories, just follow them step by step, and you can install our bar table by yourself without any help. Overall: 47.24" L x 35.43" D x 41.93" H Material: E1 MDF board and metal frame
    $309.99
    $239.9923% OFF
    L-Shaped Home Bar Unit Liquor Cabinet - Gray
    Little Tree logo

    L-Shaped Home Bar Unit Liquor Cabinet - Gray

    L-shape Bar Table Design - This liquor cabinet bar for the home has an L-shape design, combine with an E1 MDF board and solid metal. The unique L-shaped is not only beautiful but also maximizes the use of space, giving you an all-in-one corner bar cabinet! Space For All Your Wine - Home bar unit with a powerful storage function. 2-tier storage shelves to can store dozens of spirits, mixers, and 2 built-in stemware racks that hold up to 12 wine glasses or champagne flutes. Large desktops let you enjoy your drinks and celebrate the soccer event with your friends. Considerate & Ergonomic - You could put some items or your phones on the second shelf, reducing desktop clutter from the party. Elevated design can adapt to the long-legged chair. Plus, the footrest allows you can rest your feet and enjoy your cocktail creations with more comfort. Sturdy Construction & Functional - This home bar cabinet is crafted with metal mesh to keep the bottles from falling. With a great simple design and high load-bearing capacity and durability. Adding lights for liquor bars during your drink time is awesome! Suitable for small gatherings, Christmas, dinner parties, and balls game. Easy to Assemble - This corner bar for home comes with all numbered necessary accessories, just follow them step by step, and you can install our bar table by yourself without any help. Overall: 47.24" L x 35.43" D x 41.93" H Material: E1 MDF board and metal frame
    $309.99
    $239.9923% OFF
    L-Shaped Home Bar Unit Liquor Cabinet - Rustic
    Little Tree logo

    L-Shaped Home Bar Unit Liquor Cabinet - Rustic

    L-shape Bar Table Design - This liquor cabinet bar for the home has an L-shape design, combine with an E1 MDF board and solid metal. The unique L-shaped is not only beautiful but also maximizes the use of space, giving you an all-in-one corner bar cabinet! Space For All Your Wine - Home bar unit with a powerful storage function. 2-tier storage shelves to can store dozens of spirits, mixers, and 2 built-in stemware racks that hold up to 12 wine glasses or champagne flutes. Large desktops let you enjoy your drinks and celebrate the soccer event with your friends. Considerate & Ergonomic - You could put some items or your phones on the second shelf, reducing desktop clutter from the party. Elevated design can adapt to the long-legged chair. Plus, the footrest allows you can rest your feet and enjoy your cocktail creations with more comfort. Sturdy Construction & Functional - This home bar cabinet is crafted with metal mesh to keep the bottles from falling. With a great simple design and high load-bearing capacity and durability. Adding lights for liquor bars during your drink time is awesome! Suitable for small gatherings, Christmas, dinner parties, and balls game. Easy to Assemble - This corner bar for home comes with all numbered necessary accessories, just follow them step by step, and you can install our bar table by yourself without any help. Overall: 47.24" L x 35.43" D x 41.93" H Material: E1 MDF board and metal frame
    $309.99
    $239.9923% OFF
    35.4" Round Bar Table, High Top Pub Table with 3-Tier Hidden Storage Shelves - Brown
    Tribesigns logo

    35.4" Round Bar Table, High Top Pub Table with 3-T...

    Practical 3-Tier Storage for Gatherings - Keep your party going with built-in shelves designed to hold wine bottles, glasses, and all your barware essentials. Everything you need is within easy reach, ensuring a clutter-free, stylish setting. Sleek, Timeless Elegance - This bistro pub table boasts a graceful wood grain finish and refined fluted detailing. It's a sophisticated addition that seamlessly integrates with your home decor. Balancing Comfort and Stability - Standing at 35.4'' tall, this cocktail table is ideal for use with stools or for standing discussions. The tabletop can support up to 66 lbs, each storage shelf holds 44 lbs, and the table has a total capacity of 220 lbs. Durable Quality Craftsmanship - Made from reinforced engineered wood, this round cocktail table marries strength with elegance. The thickened top is water and scratch-resistant, ensuring its refined appearance is easy to maintain. Multipurpose Design - Ideal for kitchens, dining rooms, cafes, or bar corners, this 23.23'' high bar table brings stylish functionality without taking up extra room. It easily transitions from home bars to commercial pubs. Easy-to-Assemble Design - This table comes with clearly labeled parts and instructions for swift setup. Its smooth surfaces are easy to wipe clean, saving you time on routine care. Product Dimensions & Weights Details Length 23.22" Depth 23.22" Height 35.43" Item Weight 27.56 lbs Packaging Dimensions & Weights 38.58" L x 26.57" W x 4.33" H (31.97 lbs) Installation Guide.pdf Tribesigns Round Bar Table with 3-Tier Hidden Storage Bar Height Table - Creating a Cozy and Stylish Space Quality in Every Detail—Sturdy, Elegant, and Reliable Keep Essentials Within Reach .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; } } Living Room Home Bar Cafes Balcony Item details Brand Name Tribesigns Model Name Bar Table Included Components Assembly Guide Item Height 35.43 inches Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth Is Stain Resistant Yes Material Type Engineered Wood Features & Specs Base Type Pedestal Is Foldable No Number of Items 2 Frame Joint Type Frame & Panel Joint Tilting No Is Customizable? No Measurements Item Dimensions D x W x H 23.23"D x 23.23"W x 35.43"H Item Weight 27.5 Pounds Size 23.23" D x 23.23" W x 35.43" H Tabletop Thickness 3 Centimeters Item Width 47 Inches Base To Top Distance 35.43 Inches User guide Maximum Weight Recommendation 220 Pounds Recommended Uses For Product Dining Indoor Outdoor Usage Indoor Recommended Number of People for Assembly 1 Specific Uses For Product Residential Use Warranty Type Limited Includes All Assembly Tools Yes Style Color Brown, Black Shape Round Table Design Dining Table Style Name Farmhouse Theme Interior Furniture Furniture Finish Wooden Grain
    $159.99
    $129.9919% OFF
    35.4" Round Bar Table, High Top Pub Table with 3-Tier Hidden Storage Shelves
    Tribesigns logo

    35.4" Round Bar Table, High Top Pub Table with 3-T...

    Practical 3-Tier Storage for Gatherings - Keep your party going with built-in shelves designed to hold wine bottles, glasses, and all your barware essentials. Everything you need is within easy reach, ensuring a clutter-free, stylish setting. Sleek, Timeless Elegance - This bistro pub table boasts a graceful wood grain finish and refined fluted detailing. It's a sophisticated addition that seamlessly integrates with your home decor. Balancing Comfort and Stability - Standing at 35.4'' tall, this cocktail table is ideal for use with stools or for standing discussions. The tabletop can support up to 66 lbs, each storage shelf holds 44 lbs, and the table has a total capacity of 220 lbs. Durable Quality Craftsmanship - Made from reinforced engineered wood, this round cocktail table marries strength with elegance. The thickened top is water and scratch-resistant, ensuring its refined appearance is easy to maintain. Multipurpose Design - Ideal for kitchens, dining rooms, cafes, or bar corners, this 23.23'' high bar table brings stylish functionality without taking up extra room. It easily transitions from home bars to commercial pubs. Easy-to-Assemble Design - This table comes with clearly labeled parts and instructions for swift setup. Its smooth surfaces are easy to wipe clean, saving you time on routine care. Product Dimensions & Weights Details Length 23.22" Depth 23.22" Height 35.43" Item Weight 27.56 lbs Packaging Dimensions & Weights 38.58" L x 26.57" W x 4.33" H (31.97 lbs) Installation Guide.pdf Tribesigns Round Bar Table with 3-Tier Hidden Storage Bar Height Table - Creating a Cozy and Stylish Space Quality in Every Detail—Sturdy, Elegant, and Reliable Keep Essentials Within Reach .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; } } Living Room Home Bar Cafes Balcony Item details Brand Name Tribesigns Model Name Bar Table Included Components Assembly Guide Item Height 35.43 inches Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth Is Stain Resistant Yes Material Type Engineered Wood Features & Specs Base Type Pedestal Is Foldable No Number of Items 2 Frame Joint Type Frame & Panel Joint Tilting No Is Customizable? No Measurements Item Dimensions D x W x H 23.23"D x 23.23"W x 35.43"H Item Weight 27.5 Pounds Size 23.23" D x 23.23" W x 35.43" H Tabletop Thickness 3 Centimeters Item Width 47 Inches Base To Top Distance 35.43 Inches User guide Maximum Weight Recommendation 220 Pounds Recommended Uses For Product Dining Indoor Outdoor Usage Indoor Recommended Number of People for Assembly 1 Specific Uses For Product Residential Use Warranty Type Limited Includes All Assembly Tools Yes Style Color Brown, Black Shape Round Table Design Dining Table Style Name Farmhouse Theme Interior Furniture Furniture Finish Wooden Grain
    $159.99
    $129.9919% OFF
    Home Bar Unit, Modern 2-Tier Bar Table with Footrest - Rustic Brown
    Tribesigns logo

    Home Bar Unit, Modern 2-Tier Bar Table with Footre...

    Storage and Display - The modern bar table offers two-tiered storage and a large tabletop for dining or chatting. Robust Construction - Crafted from thick panels and a sturdy frame, the table includes adjustable foot pads for extra stability and guardrails for secure item storage. Multipurpose Table - Perfect for various spaces, this home bar unit can be used for lively parties or calm evenings at home - a versatile solution for all entertainment needs. Easy Setup and Maintenance - Clear instructions and included hardware makes assembly easy, and the easily cleanable surface ensures effortless maintenance. Modern Design - The mix of brown boards and matte gray cement texture gives a modern, elegant touch - perfect for homes, pubs, or other entertainment environments. Product Dimensions & Weights Details Length 62.99" Depth 15.75" Height 41.53" Tabletop Thickness 3.94" Item Weight 85.98 lbs Packaging Dimensions & Weights 67.72" L x 18.7" W x 8.86" H (94.8 lbs) Installation Guide.pdf Tribesigns 63-Inch Large Home Bar Unit Sophisticated Multipurpose Bar Table .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; } } Product Specifications: Shelf Size: 42.2' W x 17.7' D Footrest Length: 46.06' Weight Capacity of Tabletop: 180 lbs Weight Capacity of Each Shelf: 100 lbs Note: Stools are NOT included. Item details Brand Name Tribesigns Model Name Home Bar Unit Included Components Assembly Guide, Installation Tool Item Type Name Home Bar Table Item Height 41.53 inches Style Color Brown, Black, Rustic Brown Shape Rectangular Table Design Bar Table Style Name Modern Top Color Grey, Black, Brown Measurements Item Dimensions D x W x H 15.75"D x 62.99"W x 41.53"H Item Weight 85.98 Pounds Size Large Tabletop Thickness 3.94 Inches User guide Recommended Uses For Product Cooking, Home Bar, Dining, Catering Indoor Outdoor Usage Indoor Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Is Stain Resistant Yes Material Type Engineered Wood, Iron Features & Specs Seating Capacity 2.0 Base Type Leg Number of Items 1 Number Of Shelves 3 Unextended Seating Capacity 2 Is Customizable? No Is the item resizable? No Number of Height Positions 1
    $299.99
    $249.9917% OFF
    70.9" Bar Table, Modern Liquor Cabinet with 4-Tier Storage Shelves - Brown
    Tribesigns logo

    70.9" Bar Table, Modern Liquor Cabinet with 4-Tier...

    Large Countertop - The 70.9-inch wide surface is perfect for preparing drinks, serving snacks, or displaying decor. It easily holds multiple cocktail shakers, glasses, and ingredients without feeling cramped. 4-Tier Storage - This bar table has four tiers with multiple compartments, offering plenty of space for wine glasses, bar accessories, and other essentials. It keeps everything organized and within reach. Sleek Modern Design - Featuring a smooth oak finish and black footrest, this bar cabinet adds style to any space. It blends seamlessly into kitchens, dining rooms, living rooms, or bars. Product Dimensions & Weights Details Length 70.87" Depth 24.21" Height 43.31" Item Weight 128.97 lbs Packaging Dimensions & Weights Box1: 59.84" L x 17.32" W x 8.66" H (97.44 lbs) Box2: 40.16" L x 16.54" W x 5.51" H (33.14 lbs) Installation Guide.pdf Tribesigns 4-Tier Bar Table, Elevate Your Entertaining Experience Designed for modern living, the Tribesigns bar table elevates any home decor. It combines ample storage space, stylish design and practical functionality to meet all your hosting needs, whether you are mixing cocktails for friends or enjoying a quiet night at home. Modern Liquor Cabinet for Kitchen, Dining Room The versatility of the bar table allows it to be seamlessly installed in a variety of locations. Use it as a buffet server or dessert table during family meals. It can also be used in your kitchen to provide dedicated space for coffee, tea or snacks for easy access. #premium-module-12-nav-carousel-1752807745139398300 { .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-1752807745139398300 { .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; } } } Comfortable Footrest2 Row Wine Glass RackLuxury Oak Finish 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); }); }); .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; } } 70.9-Inch Large Home Bar Cabinet This bar table is 70.9 inches wide and comes with four layers of storage space, allowing you to store a variety of your favorite drinks and cocktail ingredients. Tiered shelves provide organized storage space for bottles, glasses and accessories to maximize utilization. Combine Two Bar Table for Larger Gatherings For larger gatherings or those who need more space, this bar table can be combined and paired to give you double the storage and counter space. This flexibility ensures that your bar area can expand with your entertaining needs, making it a practical choice for family gatherings and celebrations. Item details Brand Name Tribesigns Age Range Description Adult Included Components Assembly Guide Item Height 43.31 inches Materials & Care Frame Material Type Oak Wood Top Material Type Oak Wood Product Care Instructions Wipe with Dry Cloth, Wipe with Damp Cloth Is Stain Resistant Yes Material Type Engineered Wood Handle Material Engineered Wood Features & Specs Seating Capacity 2 Base Type Pedestal Is Foldable No Number of Items 1 Unextended Seating Capacity 2 Tilting No Is Customizable? No Is the item resizable? No Measurements Item Dimensions D x W x H 23.62"D x 70.87"W x 43.31"H Item Weight 128.97 Pounds Size 70.9-Inch Tabletop Thickness 2.56 Inches Extended Length 70.87 Inches Ground To Item Distance 43.31 Inches User guide Maximum Weight Recommendation 200 Pounds Recommended Uses For Product Catering, Dining, Displaying Indoor Outdoor Usage Indoor Recommended Number of People for Assembly 1 Specific Uses For Product Residential Use Includes All Assembly Tools Yes Style Color Oak Shape Rectangular Table Design Dining Table Style Name Modern Theme Home Bar Table Cabinet Furniture Finish Oak
    $359.99
    $299.9917% OFF
    L-Shaped Home Bar Unit, Liquor Bar Table with Glasses Holders & Shelves - Rustic
    Tribesigns logo

    L-Shaped Home Bar Unit, Liquor Bar Table with Glas...

    L-Shape Home Bar - Maximize your space with our L-shape liquor cabinet made from solid metal and E1 MDF board. It's not just stylish, but an all-in-one corner bar cabinet solution. Generous Storage - This home bar offers plenty of storage with 2 shelves for spirits and mixers, and built-in racks for up to 12 wine glasses. The large surface is perfect for entertaining and celebrating events. Ergonomic Design - The second shelf minimizes desktop clutter, while its elevated design accommodates tall chairs. The built-in footrest adds to your comfort as you enjoy your drinks. Durable & Functional - With a simple design, the home bar cabinet offers durability and a high load-bearing capacity. The metal mesh prevents bottles from falling. Adding lights can enhance your drink time, making your parties even more exciting. Easy Assembly - The bar comes with clear, numbered instructions and all necessary accessories for easy self-assembly. Perfect for small gatherings, dinner parties, and sports events. Product Dimensions & Weights Details Length 47.24" Depth 35.43" Height 41.93" Tabletop Thickness xxx" Item Weight 83.78 lbs Packaging Dimensions & Weights 48.82" L x 25.98" W x 7.68" H (86.53 lbs) Installation Guide.pdf .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; } } Enjoy Your Bar Time Home Liquor Bar Table with Storage Go and have some fun with this wine bar cabinet to create a mini bar at home! The spacious table top is used to place the wine glasses, and snacks you are drinking The second table can place small wine glasses, and bartender tools The 4pcs wine glass holder can hold up to 12 wine glasses The last two layers can put all kinds of wine you like #premium-module-12-nav-carousel-1769238503298647200 { .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-1769238503298647200 { .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; } } } L-shaped Bar Table4 Wine Glasses HolderPerfortated Metal MeshStorage ShelvesMetal Footrest L-shaped Bar Table Corner design can maximize the use of space, creating a small bar at home and enjoy with your family 4 Stemware Racks 4 built-in stemware racks that hold up to 12 wine glasses or champagne flutes Metal Mesh Front Metal mesh to keep the bottles from falling and prevent overheating. 2-Tier Storage Shelves 2 large open shelves can store dozens of bottles of wine Metal Footrest with Adjustable Pads Footrests are designed to provide your guests with a more comfortable seating experience 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 ‎Rustic Brown Recommended Uses For Product ‎Home Bar, Tea & Coffee Bar Product Dimensions ‎47.24"D x 35.43"W x 41.93"H Special Feature ‎2-Tier Shelves, Foot Rest, Glasses Holders, L-Shaped, Metal Mesh Mounting Type ‎Floor Mount Room Type ‎Dining Room, Home Office, Kitchen, Living Room Weight Limit ‎300 Pounds Included Components ‎hardware Finish Type ‎matt Size ‎47.24"D x 35.43"W x 41.93"H Number of Shelves ‎2 Number of Pieces ‎1 Base Type ‎Legs Installation Type ‎Freestanding Top Material Type ‎Engineered Wood Handle Material ‎Metal Back Material Type ‎Engineered Wood Assembly Required ‎Yes Frame Material ‎Metal Number of Compartments ‎6 Is Customizable ‎No Number of Levels ‎2 Number of Racks ‎4 Hardware Color ‎Rustic Brown Assembly Instructions Description ‎Assembly required, instructions included Model Name ‎L-shape Bar Table Manufacturer ‎Tribesigns Item Weight ‎83 pounds
    $269.99
    $229.9915% OFF
    70.9" Bar Table, Modern Liquor Cabinet with 4-Tier Storage Shelves - Black
    Tribesigns logo

    70.9" Bar Table, Modern Liquor Cabinet with 4-Tier...

    Large Countertop - The 70.9-inch wide surface is perfect for preparing drinks, serving snacks, or displaying decor. It easily holds multiple cocktail shakers, glasses, and ingredients without feeling cramped. 4-Tier Storage - This bar table has four tiers with multiple compartments, offering plenty of space for wine glasses, bar accessories, and other essentials. It keeps everything organized and within reach. Sleek Modern Design - Featuring a smooth oak finish and black footrest, this bar cabinet adds style to any space. It blends seamlessly into kitchens, dining rooms, living rooms, or bars. Product Dimensions & Weights Details Length 70.87" Depth 24.21" Height 43.31" Item Weight 128.97 lbs Packaging Dimensions & Weights Box1: 59.84" L x 17.32" W x 8.66" H (97.44 lbs) Box2: 40.16" L x 16.54" W x 5.51" H (33.14 lbs) Installation Guide.pdf Tribesigns 4-Tier Bar Table, Elevate Your Entertaining Experience Designed for modern living, the Tribesigns bar table elevates any home decor. It combines ample storage space, stylish design and practical functionality to meet all your hosting needs, whether you are mixing cocktails for friends or enjoying a quiet night at home. Modern Liquor Cabinet for Kitchen, Dining Room The versatility of the bar table allows it to be seamlessly installed in a variety of locations. Use it as a buffet server or dessert table during family meals. It can also be used in your kitchen to provide dedicated space for coffee, tea or snacks for easy access. #premium-module-12-nav-carousel-1752807745139398300 { .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-1752807745139398300 { .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; } } } Comfortable Footrest2 Row Wine Glass RackLuxury Oak Finish 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); }); }); .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; } } 70.9-Inch Large Home Bar Cabinet This bar table is 70.9 inches wide and comes with four layers of storage space, allowing you to store a variety of your favorite drinks and cocktail ingredients. Tiered shelves provide organized storage space for bottles, glasses and accessories to maximize utilization. Combine Two Bar Table for Larger Gatherings For larger gatherings or those who need more space, this bar table can be combined and paired to give you double the storage and counter space. This flexibility ensures that your bar area can expand with your entertaining needs, making it a practical choice for family gatherings and celebrations. Item details Brand Name Tribesigns Age Range Description Adult Included Components Assembly Guide Item Height 43.31 inches Materials & Care Frame Material Type Oak Wood Top Material Type Oak Wood Product Care Instructions Wipe with Dry Cloth, Wipe with Damp Cloth Is Stain Resistant Yes Material Type Engineered Wood Handle Material Engineered Wood Features & Specs Seating Capacity 2 Base Type Pedestal Is Foldable No Number of Items 1 Unextended Seating Capacity 2 Tilting No Is Customizable? No Is the item resizable? No Measurements Item Dimensions D x W x H 23.62"D x 70.87"W x 43.31"H Item Weight 128.97 Pounds Size 70.9-Inch Tabletop Thickness 2.56 Inches Extended Length 70.87 Inches Ground To Item Distance 43.31 Inches User guide Maximum Weight Recommendation 200 Pounds Recommended Uses For Product Catering, Dining, Displaying Indoor Outdoor Usage Indoor Recommended Number of People for Assembly 1 Specific Uses For Product Residential Use Includes All Assembly Tools Yes Style Color Oak Shape Rectangular Table Design Dining Table Style Name Modern Theme Home Bar Table Cabinet Furniture Finish Oak
    $359.99
    $309.9914% OFF
    55" Counter Height Bar Table with Storage Shelves, Rectangular Kitchen Table for 6 - Light Brown
    Tribesigns logo

    55" Counter Height Bar Table with Storage Shelves,...

    Spacious Gathering Spot – Designed to comfortably seat up to six people, this counter height dining table is ideal for casual dinners, family breakfasts, or social gatherings, creating a welcoming place to connect. Counter-Height Design – Standing 35.4 inches high, this table pairs perfectly with bar stools, offering a relaxed and modern dining setup for kitchens or dining areas. Ample and Practical Size – Measuring 55.1 inches wide by 31.5 inches deep, the tabletop provides generous space for meals, tableware, and conversation while fitting comfortably into most kitchen nooks or dining spaces. Sturdy and Easy Care – Built with a solid frame and a scratch-resistant tabletop, this dining table is designed for everyday use and can be easily cleaned with a quick wipe. Versatile Centerpiece – Beyond dining, its clean and functional design makes it suitable for homework, creative projects, or game nights, adapting easily to daily activities. Simple Assembly – Comes with labeled parts, clear instructions, and all necessary tools, allowing you to assemble the rectangular dining table quickly and with minimal effort. Product Dimensions & Weights Details Length 55.12" Depth 31.5" Height 35.43" Tabletop Thickness 3.94" Item Weight 112.44 lbs Packaging Dimensions & Weights Box1: 60.24 " L x 19.29 " W x 5.91 " H (84.44 lbs) Box2: 39.37 " L x 18.9" W x 5.12 " H (42.55 lbs) Note: This item will be delivered in two separate shipments. Installation Guide.pdf Your Kitchen Hub, Workspace & Social Spot – All in One Stylish Bar Table Full View Show: [Bar Table] in Detail (Front/Side/Back) #premium-module-12-nav-carousel-1751516428197842400 { .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-1751516428197842400 { .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 MDF Material ✔ 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. #premium-module-12-nav-carousel-1751516428197842400 { .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-1751516428197842400 { .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 Construction 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 bar 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 Item details Brand Name Tribesigns Age Range Description Adult Model Name home bar unit Included Components Bar Table, Assembly Guide, Installation Tool Manufacturer Tribesigns Item Height 35.43 inches Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth, Wipe with Damp Cloth Is Stain Resistant Yes Material Type Engineered Wood Features & Specs Base Type Pedestal Is Foldable No Number of Items 1 Number Of Shelves 3 Frame Joint Type Frame & Panel Joint Unextended Seating Capacity 6 Tilting No Is Customizable? No Is the item resizable? No Number of Racks 3 Measurements Item Dimensions D x W x H 31.5"D x 55.12"W x 35.43"H Item Weight 121.3 Pounds Size Large Item Diameter 55.12 Inches Item Width 55.12 Inches Base To Top Distance 35.43 Inches User guide Maximum Weight Recommendation 340 Pounds Recommended Uses For Product Reading, Home Bar, Dining Indoor Outdoor Usage Outdoor, Indoor Recommended Number of People for Assembly 2 Specific Uses For Product Non Residential Use, Residential Use, Food Service Use Warranty Type 18-Month Warranty of Manufacturer Tools Recommended For Assembly Screw Driver Includes All Assembly Tools Yes Style Color Light Brown Shape Rectangular Table Design Bar Table Style Name Modern Theme Home Bar Table Cabinet Leg Style Straight Leg
    $299.99
    $269.9910% OFF
    55" Kitchen Island, Farmhouse Stationary Island Unit with 2-Tier Storage
    Tribesigns logo

    55" Kitchen Island, Farmhouse Stationary Island Un...

    Spacious Worktop and Storage - This 55-inch kitchen island provides a large countertop for meal preparation and social gatherings. Moreover, the two open lower shelves keep dishes, cookware, and pantry items organized and easily accessible, helping to reduce clutter. Comfortable Seating Space - This stationary kitchen island features a bar-height seating area, ensuring comfortable and free movement, whether dining, conversing, or preparing food. It's the perfect spot for casual meals and gatherings. Steady and Scratch-Resistant - No need to worry about unstable island tables. With its reinforced wooden frame and crossbeam support, this kitchen island with storage can bear up to 350 lbs. It's capable of handling heavy appliances and all your kitchenware without wobbling. Versatile Kitchen Island - This kitchen island serves as more than just a table. Use it for numerous activities, such as food preparation, as a breakfast bar, a buffet table during parties, or a coffee station in the dining room. It seamlessly combines utility with farmhouse style. Inviting Farmhouse Appeal - Bring a cozy farmhouse ambiance to your kitchen. The wide, scratch-resistant worktop is easy to clean, and the warm gray finish merges seamlessly with farmhouse, rustic, or even contemporary décor styles. Product Dimensions & Weights Details Length 55.12" Depth 31.5" Height 35.43" Tabletop Thickness 3.94" Item Weight 112.44 lbs Packaging Dimensions & Weights Box1: 60.24 " L x 19.29 " W x 5.91 " H (84.44 lbs) Box2: 39.37 " L x 18.9" W x 5.12 " H (42.55 lbs) Note: This item will be delivered in two separate shipments. Installation Guide.pdf Your Kitchen Hub, Workspace & Social Spot – All in One Stylish Bar Table Full View Show: [Bar Table] in Detail (Front/Side/Back) #premium-module-12-nav-carousel-1751516428197842400 { .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-1751516428197842400 { .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 MDF Material ✔ 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. #premium-module-12-nav-carousel-1751516428197842400 { .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-1751516428197842400 { .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 Construction 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 bar 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 Item details Brand Name Tribesigns Age Range Description Adult Model Name home bar unit Included Components Bar Table, Assembly Guide, Installation Tool Manufacturer Tribesigns Item Height 35.43 inches Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth, Wipe with Damp Cloth Is Stain Resistant Yes Material Type Engineered Wood Features & Specs Base Type Pedestal Is Foldable No Number of Items 1 Number Of Shelves 3 Frame Joint Type Frame & Panel Joint Unextended Seating Capacity 6 Tilting No Is Customizable? No Is the item resizable? No Number of Racks 3 Measurements Item Dimensions D x W x H 31.5"D x 55.12"W x 35.43"H Item Weight 121.3 Pounds Size Large Item Diameter 55.12 Inches Item Width 55.12 Inches Base To Top Distance 35.43 Inches User guide Maximum Weight Recommendation 340 Pounds Recommended Uses For Product Reading, Home Bar, Dining Indoor Outdoor Usage Outdoor, Indoor Recommended Number of People for Assembly 2 Specific Uses For Product Non Residential Use, Residential Use, Food Service Use Warranty Type 18-Month Warranty of Manufacturer Tools Recommended For Assembly Screw Driver Includes All Assembly Tools Yes Style Color Light Brown, Rustic Brown, White & Brown, Gray, Brown & Black Shape Rectangular Table Design Bar Table Style Name Modern Theme Home Bar Table Cabinet Leg Style Straight Leg
    $299.99
    $269.9910% OFF
    55" Kitchen Island, Farmhouse Stationary Island Unit with 2-Tier Storage - Rustic Brown
    Tribesigns logo

    55" Kitchen Island, Farmhouse Stationary Island Un...

    Spacious Worktop and Storage - This 55-inch kitchen island provides a large countertop for meal preparation and social gatherings. Moreover, the two open lower shelves keep dishes, cookware, and pantry items organized and easily accessible, helping to reduce clutter. Comfortable Seating Space - This stationary kitchen island features a bar-height seating area, ensuring comfortable and free movement, whether dining, conversing, or preparing food. It's the perfect spot for casual meals and gatherings. Steady and Scratch-Resistant - No need to worry about unstable island tables. With its reinforced wooden frame and crossbeam support, this kitchen island with storage can bear up to 350 lbs. It's capable of handling heavy appliances and all your kitchenware without wobbling. Versatile Kitchen Island - This kitchen island serves as more than just a table. Use it for numerous activities, such as food preparation, as a breakfast bar, a buffet table during parties, or a coffee station in the dining room. It seamlessly combines utility with farmhouse style. Inviting Farmhouse Appeal - Bring a cozy farmhouse ambiance to your kitchen. The wide, scratch-resistant worktop is easy to clean, and the warm gray finish merges seamlessly with farmhouse, rustic, or even contemporary décor styles. Product Dimensions & Weights Details Length 55.12" Depth 31.5" Height 35.43" Tabletop Thickness 3.94" Item Weight 112.44 lbs Packaging Dimensions & Weights Box1: 60.24 " L x 19.29 " W x 5.91 " H (84.44 lbs) Box2: 39.37 " L x 18.9" W x 5.12 " H (42.55 lbs) Note: This item will be delivered in two separate shipments. Installation Guide.pdf Your Kitchen Hub, Workspace & Social Spot – All in One Stylish Bar Table Full View Show: [Bar Table] in Detail (Front/Side/Back) #premium-module-12-nav-carousel-1751516428197842400 { .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-1751516428197842400 { .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 MDF Material ✔ 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. #premium-module-12-nav-carousel-1751516428197842400 { .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-1751516428197842400 { .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 Construction 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 bar 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 Item details Brand Name Tribesigns Age Range Description Adult Model Name home bar unit Included Components Bar Table, Assembly Guide, Installation Tool Manufacturer Tribesigns Item Height 35.43 inches Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth, Wipe with Damp Cloth Is Stain Resistant Yes Material Type Engineered Wood Features & Specs Base Type Pedestal Is Foldable No Number of Items 1 Number Of Shelves 3 Frame Joint Type Frame & Panel Joint Unextended Seating Capacity 6 Tilting No Is Customizable? No Is the item resizable? No Number of Racks 3 Measurements Item Dimensions D x W x H 31.5"D x 55.12"W x 35.43"H Item Weight 121.3 Pounds Size Large Item Diameter 55.12 Inches Item Width 55.12 Inches Base To Top Distance 35.43 Inches User guide Maximum Weight Recommendation 340 Pounds Recommended Uses For Product Reading, Home Bar, Dining Indoor Outdoor Usage Outdoor, Indoor Recommended Number of People for Assembly 2 Specific Uses For Product Non Residential Use, Residential Use, Food Service Use Warranty Type 18-Month Warranty of Manufacturer Tools Recommended For Assembly Screw Driver Includes All Assembly Tools Yes Style Color Light Brown, Rustic Brown, White & Brown, Gray, Brown & Black Shape Rectangular Table Design Bar Table Style Name Modern Theme Home Bar Table Cabinet Leg Style Straight Leg
    $299.99
    $269.9910% OFF
    55" Kitchen Island, Farmhouse Stationary Island Unit with 2-Tier Storage - Gray
    Tribesigns logo

    55" Kitchen Island, Farmhouse Stationary Island Un...

    Spacious Worktop and Storage - This 55-inch kitchen island provides a large countertop for meal preparation and social gatherings. Moreover, the two open lower shelves keep dishes, cookware, and pantry items organized and easily accessible, helping to reduce clutter. Comfortable Seating Space - This stationary kitchen island features a bar-height seating area, ensuring comfortable and free movement, whether dining, conversing, or preparing food. It's the perfect spot for casual meals and gatherings. Steady and Scratch-Resistant - No need to worry about unstable island tables. With its reinforced wooden frame and crossbeam support, this kitchen island with storage can bear up to 350 lbs. It's capable of handling heavy appliances and all your kitchenware without wobbling. Versatile Kitchen Island - This kitchen island serves as more than just a table. Use it for numerous activities, such as food preparation, as a breakfast bar, a buffet table during parties, or a coffee station in the dining room. It seamlessly combines utility with farmhouse style. Inviting Farmhouse Appeal - Bring a cozy farmhouse ambiance to your kitchen. The wide, scratch-resistant worktop is easy to clean, and the warm gray finish merges seamlessly with farmhouse, rustic, or even contemporary décor styles. Product Dimensions & Weights Details Length 55.12" Depth 31.5" Height 35.43" Tabletop Thickness 3.94" Item Weight 112.44 lbs Packaging Dimensions & Weights Box1: 60.24 " L x 19.29 " W x 5.91 " H (84.44 lbs) Box2: 39.37 " L x 18.9" W x 5.12 " H (42.55 lbs) Note: This item will be delivered in two separate shipments. Installation Guide.pdf Your Kitchen Hub, Workspace & Social Spot – All in One Stylish Bar Table Full View Show: [Bar Table] in Detail (Front/Side/Back) #premium-module-12-nav-carousel-1751516428197842400 { .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-1751516428197842400 { .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 MDF Material ✔ 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. #premium-module-12-nav-carousel-1751516428197842400 { .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-1751516428197842400 { .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 Construction 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 bar 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 Item details Brand Name Tribesigns Age Range Description Adult Model Name home bar unit Included Components Bar Table, Assembly Guide, Installation Tool Manufacturer Tribesigns Item Height 35.43 inches Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth, Wipe with Damp Cloth Is Stain Resistant Yes Material Type Engineered Wood Features & Specs Base Type Pedestal Is Foldable No Number of Items 1 Number Of Shelves 3 Frame Joint Type Frame & Panel Joint Unextended Seating Capacity 6 Tilting No Is Customizable? No Is the item resizable? No Number of Racks 3 Measurements Item Dimensions D x W x H 31.5"D x 55.12"W x 35.43"H Item Weight 121.3 Pounds Size Large Item Diameter 55.12 Inches Item Width 55.12 Inches Base To Top Distance 35.43 Inches User guide Maximum Weight Recommendation 340 Pounds Recommended Uses For Product Reading, Home Bar, Dining Indoor Outdoor Usage Outdoor, Indoor Recommended Number of People for Assembly 2 Specific Uses For Product Non Residential Use, Residential Use, Food Service Use Warranty Type 18-Month Warranty of Manufacturer Tools Recommended For Assembly Screw Driver Includes All Assembly Tools Yes Style Color Light Brown, Rustic Brown, White & Brown, Gray, Brown & Black Shape Rectangular Table Design Bar Table Style Name Modern Theme Home Bar Table Cabinet Leg Style Straight Leg
    $299.99
    $269.9910% OFF
    55" Home Bar Unit, 3-Tier Pub Table Liquor Cabinet with Storage Shelves - Brown & Black
    Tribesigns logo

    55" Home Bar Unit, 3-Tier Pub Table Liquor Cabinet...

    Ample Storage – This bar table boasts three spacious shelves ideal for organizing drinks, snacks, and bar accessories. Measuring 31.5" D x 55.12" W, it offers generous space perfect for hosting. At a height of 35.43", it's suitable for both standing and seating with bar stools. Modern and Stylish Design – This home bar unit merges functionality with style. The sleek light brown finish lends a modern yet timeless aesthetic to any space. It serves as a great addition to home bars, entertainment areas, or even offices. Sturdy Construction – Constructed with a thick 3.94-inch tabletop and robust frame, this indoor bar table is built to endure. The reinforced legs ensure optimal stability. Capable of holding up to 350 lb, it's a dependable choice for everyday use. Versatility – This large bar table is perfect for bars, pubs, cafes, kitchens, offices, or events like parties and weddings. You can also combine multiple tables to create extra seating for gatherings. Easy-to-Clean Surface – This pub table is crafted with high-quality MDF, featuring a textured, waterproof surface that's scratch-resistant and easy to maintain. You can easily clean stains with a soft, damp cloth. Simple Assembly – The home bar unit is well-packaged with sturdy foam and cardboard for safe delivery. It comes with clear instructions, labeled parts, and necessary tools for effortless assembly. For any issues, our team is on hand to provide prompt support. Product Dimensions & Weights Details Length 55.12" Depth 31.5" Height 35.43" Tabletop Thickness 3.94" Item Weight 112.44 lbs Packaging Dimensions & Weights Box1: 60.24 " L x 19.29 " W x 5.91 " H (84.44 lbs) Box2: 39.37 " L x 18.9" W x 5.12 " H (42.55 lbs) Note: This item will be delivered in two separate shipments. Installation Guide.pdf Your Kitchen Hub, Workspace & Social Spot – All in One Stylish Bar Table Full View Show: [Bar Table] in Detail (Front/Side/Back) #premium-module-12-nav-carousel-1751516428197842400 { .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-1751516428197842400 { .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 MDF Material ✔ 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. #premium-module-12-nav-carousel-1751516428197842400 { .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-1751516428197842400 { .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 Construction 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 bar 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 Item details Brand Name Tribesigns Age Range Description Adult Model Name home bar unit Included Components Bar Table, Assembly Guide, Installation Tool Manufacturer Tribesigns Item Height 35.43 inches Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth, Wipe with Damp Cloth Is Stain Resistant Yes Material Type Engineered Wood Features & Specs Base Type Pedestal Is Foldable No Number of Items 1 Number Of Shelves 3 Frame Joint Type Frame & Panel Joint Unextended Seating Capacity 6 Tilting No Is Customizable? No Is the item resizable? No Number of Racks 3 Measurements Item Dimensions D x W x H 31.5"D x 55.12"W x 35.43"H Item Weight 121.3 Pounds Size Large Item Diameter 55.12 Inches Item Width 55.12 Inches Base To Top Distance 35.43 Inches User guide Maximum Weight Recommendation 340 Pounds Recommended Uses For Product Reading, Home Bar, Dining Indoor Outdoor Usage Outdoor, Indoor Recommended Number of People for Assembly 2 Specific Uses For Product Non Residential Use, Residential Use, Food Service Use Warranty Type 18-Month Warranty of Manufacturer Tools Recommended For Assembly Screw Driver Includes All Assembly Tools Yes Style Color Light Brown, Rustic Brown, White & Brown, Gray, Brown & Black Shape Rectangular Table Design Bar Table Style Name Modern Theme Home Bar Table Cabinet Leg Style Straight Leg
    $299.99
    $269.9910% OFF
    55" Kitchen Island, Farmhouse Stationary Island Unit with 2-Tier Storage - Light Brown
    Tribesigns logo

    55" Kitchen Island, Farmhouse Stationary Island Un...

    Spacious Worktop and Storage - This 55-inch kitchen island provides a large countertop for meal preparation and social gatherings. Moreover, the two open lower shelves keep dishes, cookware, and pantry items organized and easily accessible, helping to reduce clutter. Comfortable Seating Space - This stationary kitchen island features a bar-height seating area, ensuring comfortable and free movement, whether dining, conversing, or preparing food. It's the perfect spot for casual meals and gatherings. Steady and Scratch-Resistant - No need to worry about unstable island tables. With its reinforced wooden frame and crossbeam support, this kitchen island with storage can bear up to 350 lbs. It's capable of handling heavy appliances and all your kitchenware without wobbling. Versatile Kitchen Island - This kitchen island serves as more than just a table. Use it for numerous activities, such as food preparation, as a breakfast bar, a buffet table during parties, or a coffee station in the dining room. It seamlessly combines utility with farmhouse style. Inviting Farmhouse Appeal - Bring a cozy farmhouse ambiance to your kitchen. The wide, scratch-resistant worktop is easy to clean, and the warm gray finish merges seamlessly with farmhouse, rustic, or even contemporary décor styles. Product Dimensions & Weights Details Length 55.12" Depth 31.5" Height 35.43" Tabletop Thickness 3.94" Item Weight 112.44 lbs Packaging Dimensions & Weights Box1: 60.24 " L x 19.29 " W x 5.91 " H (84.44 lbs) Box2: 39.37 " L x 18.9" W x 5.12 " H (42.55 lbs) Note: This item will be delivered in two separate shipments. Installation Guide.pdf Your Kitchen Hub, Workspace & Social Spot – All in One Stylish Bar Table Full View Show: [Bar Table] in Detail (Front/Side/Back) #premium-module-12-nav-carousel-1751516428197842400 { .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-1751516428197842400 { .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 MDF Material ✔ 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. #premium-module-12-nav-carousel-1751516428197842400 { .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-1751516428197842400 { .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 Construction 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 bar 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 Item details Brand Name Tribesigns Age Range Description Adult Model Name home bar unit Included Components Bar Table, Assembly Guide, Installation Tool Manufacturer Tribesigns Item Height 35.43 inches Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth, Wipe with Damp Cloth Is Stain Resistant Yes Material Type Engineered Wood Features & Specs Base Type Pedestal Is Foldable No Number of Items 1 Number Of Shelves 3 Frame Joint Type Frame & Panel Joint Unextended Seating Capacity 6 Tilting No Is Customizable? No Is the item resizable? No Number of Racks 3 Measurements Item Dimensions D x W x H 31.5"D x 55.12"W x 35.43"H Item Weight 121.3 Pounds Size Large Item Diameter 55.12 Inches Item Width 55.12 Inches Base To Top Distance 35.43 Inches User guide Maximum Weight Recommendation 340 Pounds Recommended Uses For Product Reading, Home Bar, Dining Indoor Outdoor Usage Outdoor, Indoor Recommended Number of People for Assembly 2 Specific Uses For Product Non Residential Use, Residential Use, Food Service Use Warranty Type 18-Month Warranty of Manufacturer Tools Recommended For Assembly Screw Driver Includes All Assembly Tools Yes Style Color Light Brown, Rustic Brown, White & Brown, Gray, Brown & Black Shape Rectangular Table Design Bar Table Style Name Modern Theme Home Bar Table Cabinet Leg Style Straight Leg
    $299.99
    $269.9910% OFF
    55" Home Bar Unit, 3-Tier Pub Table Liquor Cabinet with Storage Shelves - White & Brown
    Tribesigns logo

    55" Home Bar Unit, 3-Tier Pub Table Liquor Cabinet...

    Ample Storage – This bar table boasts three spacious shelves ideal for organizing drinks, snacks, and bar accessories. Measuring 31.5" D x 55.12" W, it offers generous space perfect for hosting. At a height of 35.43", it's suitable for both standing and seating with bar stools. Modern and Stylish Design – This home bar unit merges functionality with style. The sleek light brown finish lends a modern yet timeless aesthetic to any space. It serves as a great addition to home bars, entertainment areas, or even offices. Sturdy Construction – Constructed with a thick 3.94-inch tabletop and robust frame, this indoor bar table is built to endure. The reinforced legs ensure optimal stability. Capable of holding up to 350 lb, it's a dependable choice for everyday use. Versatility – This large bar table is perfect for bars, pubs, cafes, kitchens, offices, or events like parties and weddings. You can also combine multiple tables to create extra seating for gatherings. Easy-to-Clean Surface – This pub table is crafted with high-quality MDF, featuring a textured, waterproof surface that's scratch-resistant and easy to maintain. You can easily clean stains with a soft, damp cloth. Simple Assembly – The home bar unit is well-packaged with sturdy foam and cardboard for safe delivery. It comes with clear instructions, labeled parts, and necessary tools for effortless assembly. For any issues, our team is on hand to provide prompt support. Product Dimensions & Weights Details Length 55.12" Depth 31.5" Height 35.43" Tabletop Thickness 3.94" Item Weight 112.44 lbs Packaging Dimensions & Weights Box1: 60.24 " L x 19.29 " W x 5.91 " H (84.44 lbs) Box2: 39.37 " L x 18.9" W x 5.12 " H (42.55 lbs) Note: This item will be delivered in two separate shipments. Installation Guide.pdf Your Kitchen Hub, Workspace & Social Spot – All in One Stylish Bar Table Full View Show: [Bar Table] in Detail (Front/Side/Back) #premium-module-12-nav-carousel-1751516428197842400 { .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-1751516428197842400 { .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 MDF Material ✔ 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. #premium-module-12-nav-carousel-1751516428197842400 { .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-1751516428197842400 { .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 Construction 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 bar 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 Item details Brand Name Tribesigns Age Range Description Adult Model Name home bar unit Included Components Bar Table, Assembly Guide, Installation Tool Manufacturer Tribesigns Item Height 35.43 inches Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth, Wipe with Damp Cloth Is Stain Resistant Yes Material Type Engineered Wood Features & Specs Base Type Pedestal Is Foldable No Number of Items 1 Number Of Shelves 3 Frame Joint Type Frame & Panel Joint Unextended Seating Capacity 6 Tilting No Is Customizable? No Is the item resizable? No Number of Racks 3 Measurements Item Dimensions D x W x H 31.5"D x 55.12"W x 35.43"H Item Weight 121.3 Pounds Size Large Item Diameter 55.12 Inches Item Width 55.12 Inches Base To Top Distance 35.43 Inches User guide Maximum Weight Recommendation 340 Pounds Recommended Uses For Product Reading, Home Bar, Dining Indoor Outdoor Usage Outdoor, Indoor Recommended Number of People for Assembly 2 Specific Uses For Product Non Residential Use, Residential Use, Food Service Use Warranty Type 18-Month Warranty of Manufacturer Tools Recommended For Assembly Screw Driver Includes All Assembly Tools Yes Style Color Light Brown, Rustic Brown, White & Brown, Gray, Brown & Black Shape Rectangular Table Design Bar Table Style Name Modern Theme Home Bar Table Cabinet Leg Style Straight Leg
    $299.99
    $269.9910% OFF
    55" Home Bar Unit, 3-Tier Pub Table Liquor Cabinet with Storage Shelves - Gray
    Tribesigns logo

    55" Home Bar Unit, 3-Tier Pub Table Liquor Cabinet...

    Ample Storage – This bar table boasts three spacious shelves ideal for organizing drinks, snacks, and bar accessories. Measuring 31.5" D x 55.12" W, it offers generous space perfect for hosting. At a height of 35.43", it's suitable for both standing and seating with bar stools. Modern and Stylish Design – This home bar unit merges functionality with style. The sleek light brown finish lends a modern yet timeless aesthetic to any space. It serves as a great addition to home bars, entertainment areas, or even offices. Sturdy Construction – Constructed with a thick 3.94-inch tabletop and robust frame, this indoor bar table is built to endure. The reinforced legs ensure optimal stability. Capable of holding up to 350 lb, it's a dependable choice for everyday use. Versatility – This large bar table is perfect for bars, pubs, cafes, kitchens, offices, or events like parties and weddings. You can also combine multiple tables to create extra seating for gatherings. Easy-to-Clean Surface – This pub table is crafted with high-quality MDF, featuring a textured, waterproof surface that's scratch-resistant and easy to maintain. You can easily clean stains with a soft, damp cloth. Simple Assembly – The home bar unit is well-packaged with sturdy foam and cardboard for safe delivery. It comes with clear instructions, labeled parts, and necessary tools for effortless assembly. For any issues, our team is on hand to provide prompt support. Product Dimensions & Weights Details Length 55.12" Depth 31.5" Height 35.43" Tabletop Thickness 3.94" Item Weight 112.44 lbs Packaging Dimensions & Weights Box1: 60.24 " L x 19.29 " W x 5.91 " H (84.44 lbs) Box2: 39.37 " L x 18.9" W x 5.12 " H (42.55 lbs) Note: This item will be delivered in two separate shipments. Installation Guide.pdf Your Kitchen Hub, Workspace & Social Spot – All in One Stylish Bar Table Full View Show: [Bar Table] in Detail (Front/Side/Back) #premium-module-12-nav-carousel-1751516428197842400 { .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-1751516428197842400 { .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 MDF Material ✔ 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. #premium-module-12-nav-carousel-1751516428197842400 { .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-1751516428197842400 { .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 Construction 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 bar 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 Item details Brand Name Tribesigns Age Range Description Adult Model Name home bar unit Included Components Bar Table, Assembly Guide, Installation Tool Manufacturer Tribesigns Item Height 35.43 inches Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth, Wipe with Damp Cloth Is Stain Resistant Yes Material Type Engineered Wood Features & Specs Base Type Pedestal Is Foldable No Number of Items 1 Number Of Shelves 3 Frame Joint Type Frame & Panel Joint Unextended Seating Capacity 6 Tilting No Is Customizable? No Is the item resizable? No Number of Racks 3 Measurements Item Dimensions D x W x H 31.5"D x 55.12"W x 35.43"H Item Weight 121.3 Pounds Size Large Item Diameter 55.12 Inches Item Width 55.12 Inches Base To Top Distance 35.43 Inches User guide Maximum Weight Recommendation 340 Pounds Recommended Uses For Product Reading, Home Bar, Dining Indoor Outdoor Usage Outdoor, Indoor Recommended Number of People for Assembly 2 Specific Uses For Product Non Residential Use, Residential Use, Food Service Use Warranty Type 18-Month Warranty of Manufacturer Tools Recommended For Assembly Screw Driver Includes All Assembly Tools Yes Style Color Light Brown, Rustic Brown, White & Brown, Gray, Brown & Black Shape Rectangular Table Design Bar Table Style Name Modern Theme Home Bar Table Cabinet Leg Style Straight Leg
    $299.99
    $269.9910% OFF

    Subscribe to Tribesigns coupon newsletter

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