Store Offer Menu

  • Image
    70.9" Bar Table, Counter Height Pub Table with Sturdy Pedestal Base

    70.9" Bar Table, Counter Height Pub Table with Sturdy Pedestal Base

    Product information for 70.9" Bar Table, Counter Height Pub Table with Sturdy Pedestal Base

    $179.99
    $159.9911% OFF

    Chic Rustic Aesthetic - Melding modern style with a warm rustic wood grain finish, this rectangular bar table personifies sophistication. Designed to create a focal point, it fits seamlessly into living areas, home bars, or any space, accentuating varied interior styles. Ample Surface Area - With an expansive 70.9-inch bar-height tabletop, our long bar table offers ample room for drinks, decorative accents, and helps host 4-6 people comfortably. Ideal for bar nights or weekend gatherings, it promises delightful home entertainment. Exceptional Versatility - Standing at an ergonomic 37.4", our bar table allows for comfortable standing or bar stool seating. It serves as a perfect addition to your kitchen, pub, or basement bar, facilitating dining, socializing, or enjoying drinks with ease. Robust Construction - Crafted from top-grade MDF and reinforced with steel support, our home bar table ensures superior stability and can bear up to 250 lbs, reducing wobble. It's well-suited for bustling households and frequent get-togethers. Rapid Assembly & Top-notch Service - Equipped with all necessary tools and instructions, you can assemble this bar table within 30 minutes. We also offer professional after-sales service, so feel free to contact us if you need any assistance. Product Dimensions & Weights Details Length 70.9" Depth 19.69" Height 37.4" Item Weight 80.91 lbs Packaging Dimensions & Weights 40.94" L x 22.83" W x 6.69" H (84.22 lbs) Installation Guide.pdf Tribesigns 70.9-Inch Long Bar Table: Style Meets Functionality Modern Rustic Counter Height Pub Table for Drinking & Dining Ideal as a kitchen island table, pub table, coffee bar, or casual dining surface for both residential and entertainment spaces. .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' Rectangular Bar Pub Table 44.87' W*33.46' H Spacious Legroom : Comfortable standing or seating height that fits bar stools perfectly 70.9' W*19.69' D Large Tabletop : Spacious tabletop comfortably seats 6-8 people while keeping everything within easy reach Stable & Sturdy Construction : Double sculptural pedestal base and reinforced steel support deliver excellent stability with no wobbling Space-Saving, Narrow Profile : Slim depth design fits effortlessly behind sofas or in narrow kitchens without crowding your space #premium-module-12-nav-carousel-1768962423689641100 { .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-1768962423689641100 { .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; } } } Extra Long & Slim ProfileSculptural & StylishSturdy & Stable 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); }); }); Designed for Home Use and Casual Commercial Spaces Item details Brand Name Tribesigns Model Name Bar Table Included Components Assembly Guide Item Height 37.4 inches Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Product Care Instructions Wipe with Damp Cloth Is Stain Resistant Yes Material Type Engineered Wood Features & Specs Base Type Pedestal Is Foldable No Number of Items 1 Tilting No Is Customizable? No Measurements Item Dimensions D x W x H 19.7"D x 70.9"W x 37.4"H Item Weight 80.91 Pounds Tabletop Thickness 1.18 Inches User guide Maximum Weight Recommendation 250 Pounds Recommended Uses For Product Dining Indoor Outdoor Usage Indoor Specific Uses For Product Residential Use Warranty Type Limited Style Color Brown Shape Rectangular Table Design Bar Table Style Name Modern & Rustic Furniture Finish Engineered Wood Top Color Natural Brown Base Color Brown

  • More Deals You’ll Love

    Tribesigns 78.7" Industrial Dining Table, Rustic Rectangular Wood Table with Metal Legs - Gray & Black
    Tribesigns logo

    Tribesigns 78.7" Industrial Dining Table, Rustic R...

    Spacious Dining Surface - With overall dimensions of 78.7" W × 27.56" D × 29.53" H, this long rectangular dining table comfortably seats 6–8 people. Its extended length makes it well suited for family meals, gatherings, or hosting guests. Stable, Long-Lasting Build - The tabletop is made from 0.59" thick particleboard, providing reliable everyday support, while the 1.97" heavy-duty metal legs enhance strength and structural stability for long-term use. Clean Industrial Aesthetic - Designed with a focus on simplicity and functionality, this 78.7-inch dining table features a streamlined industrial look that blends easily with modern, rustic, or minimalist interiors. Multi-Purpose Functionality - Beyond use as a dining table, it also works well as a conference table, party table, or oversized computer desk, offering flexible solutions for both home and workspace settings. Adjustable Feet & Easy Assembly - Adjustable foot pads help level the table on uneven floors and protect surfaces from scratches. All required hardware and clear instructions are included, making assembly straightforward and efficient. Product Dimensions & Weights Details Length 78.74” Height 29.52” Depth 27.55” Item Weight 61.73 lbs Packaging Dimensions & Weights 45.67” x 30.31” x 4.92”(66.14 lbs) Installation Guide.pdf Installation Guide Video: #premium-module-12-nav-carousel-1768973763242892900 { .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-1768973763242892900 { .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; } } } DesktopConstructureEasy to InstallFoot Pads 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); }); }); Crafting moments, not just meals Item details Brand Name Tribesigns Age Range Description Adult Included Components Assembly Guide Manufacturer Tribesigns Item Height 29.5 inches Materials & Care Frame Material Type Metal Top Material Type Engineered Wood Product Care Instructions Wipe with Damp Cloth Is Stain Resistant Yes Material Type Engineered Wood Features & Specs Seating Capacity 8 Base Type Leg Is Foldable No Number of Items 1 Frame Joint Type Frame & Panel Joint Unextended Seating Capacity 8 Tilting No Is Customizable? No Is the item resizable? No Measurements Item Dimensions D x W x H 27.5"D x 78.7"W x 29.5"H Item Weight 62 Pounds Size X-Large Tabletop Thickness 0.59 Inches Extended Length 78.7 Inches Item Width 78.74 Inches User guide Maximum Weight Recommendation 200 Pounds Recommended Uses For Product Dining Indoor Outdoor Usage Indoor Recommended Number of People for Assembly 2 Specific Uses For Product Food Service Use, Residential Use Warranty Type Limited Tools Recommended For Assembly Drill Includes All Assembly Tools Yes Style Color Rustic Brown Shape Rectangular Table Design Dining Table Style Name Modern Furniture Finish Rustic Brown Stained/Painted Leg Style Straight Leg Top Color Rustic Brown
    $275.99
    $189.9931% OFF
    47" Round Farmhouse Dining Table for 4 People, Rustic Dining Room Table - Brown & Black
    Tribesigns logo

    47" Round Farmhouse Dining Table for 4 People, Rus...

    Comfortable Dining for Four - This farmhouse dining table measures 47 inches in diameter and comfortably seats up to four people. The round tabletop creates an inviting layout that encourages conversation, making it ideal for everyday family meals and small gatherings. Rustic Farmhouse Style - Finished with a warm rustic look, this round dining table adds a cozy, welcoming feel to your dining area. It pairs naturally with farmhouse or traditional interiors and also works well as a contrasting accent in modern or minimalist spaces. Durable and Stable Construction - Built with a sturdy metal frame and an MDF tabletop, this dining table is designed for stability and long-term use. The solid construction supports daily dining and regular use with reliable performance over time. Versatile Use Beyond Dining - In addition to mealtimes, this round table can be used for board games, crafts, or as a homework station for kids. Its balanced size and rustic appearance also allow it to serve as a functional centerpiece in the living room. Easy Assembly and Maintenance - The table includes all necessary tools and clear instructions for straightforward assembly. The MDF surface is easy to clean, helping keep the table looking neat and ready for everyday use. Product Dimensions & Weights Details Length 47.24" Depth 47.24" Height 29.53" Tabletop Thickness 1.18" Item Weight 53.56 lbs Packaging Dimensions & Weights 33.27 " L x 26.97 " W x 9.06 " H (58.41 lbs) Installation Guide.pdf Installation Guide Video: Infusing your dining room with an atmosphere of countryside charm! The Tribesigns Farmhouse Dining Table embodies rustic charm and modern utility in a 47-inch round table built to comfortably seat four people. .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; } } Offer an exceptional space for 4 people 47 Inch Round Dinner Table for 4 Crafted from hardy, high-quality wood, this table showcases a gorgeous rustic finish, complementing any existing home décor while adding a touch of farmhouse appeal to your dining space. Adds a warm touch to your dining area Start Elegant Dining Time with Tribesigns Farmhouse Dining Table Embrace the simplicity of country living without sacrificing urban sophistication with the Tribesigns Farmhouse Dining Table. .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; } } Rustic Finish 47 inches in diameter, offering an exceptional space for intimate family meals of up to four people. MDF Board Top Assures high stability and resistance to both regular use and the passing of time. Heavy Duty Structure Heavy-duty metal frame and MDF board top ensuring lasting durability. Adjustable Foot Pads Ensure stability and prevent wobbling on uneven floors while protect the floor. Item details Brand Name Tribesigns Model Name Dining Table Included Components Assembly Guide Manufacturer Tribesigns Item Height 75 centimeters Materials & Care Frame Material Type Metal Top Material Type Engineered Wood Base Engineered Wood Is Stain Resistant No Material Type Engineered Wood Handle Material Engineered Wood Features & Specs Seating Capacity 4 Base Type Pedestal Number of Leaves 2 Is Foldable No Number of Items 1 Frame Joint Type Welded Unextended Seating Capacity 4 Tilting No Is Customizable? No Is the item resizable? No Measurements Item Dimensions D x W x H 47.24"D x 26"W x 29.53"H Item Weight 58 Pounds Size 47 inches (width & length) x 29.53 inches (height) Item Diameter 47 Inches Tabletop Thickness 1.18 Inches Extended Length 47 Inches Item Width 47 Inches User guide Maximum Weight Recommendation 100 Kilograms Indoor Outdoor Usage Indoor Recommended Number of People for Assembly 2 Includes All Assembly Tools Yes Style Color Wood Shape Round Table Design Dining Table Furniture Finish Stained Leg Style Trestle Top Color Wood Base Color Wood
    $259.99
    $199.9923% OFF
    55" Rectangular Dining Table for 4–6 People, Farmhouse Wood Kitchen Table - Natural
    Tribesigns logo

    55" Rectangular Dining Table for 4–6 People, Farmh...

    Farmhouse Style with Elegant Details - This rectangular dining table blends classic farmhouse charm with clean, modern lines. The brown wood tabletop is paired with a white relief-patterned base, while two light brown round decorative boards soften the table’s rectangular profile, creating a balanced and inviting centerpiece for your dining space. Comfortable Seating for 4–6 People - Measuring 55.11 inches wide, 31.49 inches deep, and 29.52 inches high, this dining table comfortably seats 4 to 6 people. The spacious tabletop provides plenty of room for meals, tableware, and gatherings, making it suitable for both everyday dining and entertaining guests. Versatile Use for Home or Commercial Spaces - Designed to adapt beyond the home, this dinner table fits well in kitchens, dining rooms, and living rooms, as well as cafes, restaurants, office dining areas, schools, event venues, and banquet halls. Its neutral design works seamlessly across different environments. Durable MDF Construction - Crafted from 0.98-inch thick MDF, the tabletop features a smooth, scratch-resistant, and waterproof surface for easy cleaning. A metal frame between the tabletop and base enhances stability and strength, ensuring reliable performance for daily use. Easy Assembly & After-Sales Support - Assembly is simple with clearly labeled parts and step-by-step instructions included. If you have any questions or need assistance, responsive after-sales support is available to help ensure a smooth experience. Product Dimensions & Weights Details Length 55.12“ Depth 31.5” Height 29.53“ Item Weight 72.75 lbs Packaging Dimensions & Weights 36.22" L x 26.77" W x 9.84" H (75.4 lbs) Installation Guide.pdf Tribesigns Natural Brown Farmhouse Style Dining Table Elegant Dining Table That Blends Well with Any Decor in Your Home .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; } } Wood Grain Finished Tabletop It exudes the allure of farmhouse style. Thick MDF Board 0.98' thickened tabletop, scratch-resistant and easy to clean. Round Design on the White Base Straight lines and circular decoration in maple brown visually intersect, creating unique line aesthetics. Sturdy Metal Construction Prevents table collapse and extends its lifespan. Item details Brand Name Tribesigns Model Name Dining Table Included Components Assembly Guide Manufacturer Tribesigns Item Height 29.53 inches Style Color Natural Shape Rectangular Table Design Dining Table Style Name Farmhouse Furniture Finish Stained Top Color Rustic Brown Measurements Item Dimensions D x W x H 31.5"D x 55.12"W x 29.53"H Item Weight 72.75 Pounds Size 55.12 inches x 31.5 inches x 29.53 inches Extended Length 31.5 Inches User guide Indoor Outdoor Usage Indoor Tools Recommended For Assembly Screw Driver Materials & Care Frame Material Type Engineered Wood Top Material Type Melamine Is Stain Resistant Yes Material Type Engineered Wood Features & Specs Seating Capacity 6 Base Type Pedestal Number of Items 1 Unextended Seating Capacity 6 Is the item resizable? No
    $309.99
    $189.9939% OFF
    63" Dining Table, Farmhouse Kitchen Table with Large Tabletop for 4-6 - White
    Tribesigns logo

    63" Dining Table, Farmhouse Kitchen Table with Lar...

    Eye-Catching Design - This vintage walnut finish large dining table is a standout addition to any space, fitting in with any decor style from farmhouse to modern. Roomy Seating - This 63"W x 31.5"D x 30"H rectangular table comfortably seats 4-6 people, making it great for both casual get-togethers and formal dinners. Solid & Stable - With a 1.57'' thick E1 chipboard construction, this farmhouse kitchen table is sturdy, durable, and able to handle daily use. It can carry a load of up to 300 lb. Versatile Use - Beyond a dining table, it also works great as an executive office desk, computer writing desk, or study table. Easy to Assemble - With its clearly numbered parts and simple instructions, setting up this table is a 30-minute job. Our professional 18-month customer service guarantees a smooth shopping experience from start to end. Product Dimensions & Weights Details Length 52.99" Depth 31.1" Height 29.52" Tabletop Thickness 1.57 " Item Weight 58.86 lbs Packaging Dimensions & Weights 68.5" L x 18.31" W x 7.48" H (69.67 lbs) Installation Guide.pdf Installation Guide Video: 63-inch Farmhouse Kitchen Table with Large Tabletop for Dining Room, Living Room .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; } } 63-inch long desk Decorating a dining room properly is crucial. With an oversize of 63' W x 31.5' D x 30' H. It is the perfect choice for those with a family of four to six individuals or to entertain a group of friends at home. This 63-inch long desk not only works as a dinner table for the dining room but also works well as a conference table for a meeting room, an executive desk for an office, a computer writing desk, a study table, a work desk, etc. #premium-module-12-nav-carousel-1751005118050434600 { .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-1751005118050434600 { .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; } } } Thickened TabletopLarge WorkstationStrong Wood BasePowerful Load-bearing Thickened Tabletop The desk boasts with a 1.57'' thickened MDF desktop, a strong load-bearing capacity of 250 lb Large Enough for 4 to 6 People This table for dining room has a 63' W tabletop, which large enough for 4 to 6 people Strong Wood Base Durability is key to the construction of the eating table Powerful Load-bearing The wood board of the tabletop is thick and high quality, and can be up to 250 lbs. 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-12-nav-carousel-1751005118050434600 { .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-1751005118050434600 { .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; } } } Dining Room TableOffice Computer Desk 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 Dinner Table for Kitchen Included Components Installation Tool Manufacturer Tribesigns Item Height 30 inches Style Color Brown, Dark Brown, Gray, Light Oak Brown, Distressed Brown Shape Rectangular Leg Style Straight Leg Measurements Item Dimensions D x W x H 31.1"D x 63"W x 30"H Item Weight 58.86 Pounds Extended Length 62.99 Inches User guide Maximum Weight Recommendation 136 Kilograms Tools Recommended For Assembly Screw Driver Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Base Engineered Wood Material Type Engineered Wood Natural Variation Type controlled Handle Material Engineered Wood Features & Specs Seating Capacity 6 Base Type Pedestal Number of Items 1 Unextended Seating Capacity 4 Is the item resizable? No
    $249.99
    $199.9920% OFF
    78.7" Rectangular Dining Table for 6–8 People, Long Kitchen Table - Light Walnut
    Tribesigns logo

    78.7" Rectangular Dining Table for 6–8 People, Lon...

    Spacious Dining Table for 6–8 People - With an overall size of 78.7 inches long, 27.5 inches wide, and 29.5 inches high, this rectangular dining table comfortably seats 6 to 8 people. The elongated design offers ample legroom, allowing everyone to dine without feeling crowded. Sturdy and Durable Construction - Built with a 25 mm thick MDF tabletop and a heavy-duty metal frame, this dining table delivers strong stability and long-lasting performance. The surface is scratch-resistant and water-resistant, making it easy to clean and suitable for everyday use. Ideal for Family Meals and Gatherings - Designed to accommodate larger groups, this long dining table is perfect for family dinners, dinner parties, and hosting guests, providing a comfortable and enjoyable dining experience. Versatile Industrial Style Design - Featuring a combination of black elements and rustic wood grain, this modern industrial-style table blends well with various interiors. It can also function as a conference table, executive desk, or office computer desk when needed. Easy Assembly and Reliable Support - The table comes with clear instructions and labeled parts for straightforward assembly. Professional customer service is available before and after purchase, ensuring a confident and hassle-free buying experience. Product Dimensions & Weights Details Length 78.74" Depth 27.56" Height 29.53" Item Weight 61.73 lbs Packaging Dimensions & Weights 45.67" L x 30.31" W x 4.92" H (66.14 lbs) Installation Guide.pdf Installation Guide Video: Large Dining Kitchen Table for 6-8, 78 ' Industrial Rectangle Table 78 Inch Lage Long Kitchen Table Style: Industrial + Vintage + Rustic + Retro Material: E1 Particle Board + Metal Frame Table Size: 27.5'D x 78.7'W x 29.5'H Package Include: 1* 78inch long table + 1*Instruction + 1*Hardware .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; } } Waterproof Wood Panel Made of E1 Class particle board, the desk is anti-scratch, waterproof and easy to clean. High-quality Metal Frame Enhance the stability of the product and avoid the shaking of the kitchen table. Adjustable Foot Pads Adjustable non-slip feet help eliminate wobble, no wiggle and floor scrape. Thick Particle Board Also suitable as a conference table, executive desk, office computer desk, etc Item details Brand Name Tribesigns Age Range Description Adult Model Name rectangular dining table for 6 Included Components Assembly Guide, Installation Tool Item Type Name dining table 70 inches long Item Height 70 centimeters Materials & Care Frame Material Type Metal Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth Base Metal Is Stain Resistant No Material Type Metal, E1 Particle Board Handle Material Metal Features & Specs Seating Capacity 8 Base Type Leg Is Foldable No Number of Items 1 Frame Joint Type Dowel Joint Unextended Seating Capacity 6 Tilting No Is Customizable? No Is Electric No Is the item resizable? No Measurements Item Dimensions D x W x H 27.5"D x 78.7"W x 29.5"H Item Weight 29 Kilograms Size X-Large Tabletop Thickness 1 Inches Extended Length 78.7 Inches User guide Maximum Weight Recommendation 150 Pounds Recommended Uses For Product Writing, Dining Indoor Outdoor Usage Indoor Recommended Number of People for Assembly 2 Specific Uses For Product Non Residential Use, Residential Use Warranty Type Limited Tools Recommended For Assembly Screw Driver Includes All Assembly Tools Yes
    $279.99
    $189.9932% OFF
    63" Rectangular Dining Table, Farmhouse Kitchen Dinner Table for 4-6 People - Light Oak Brown
    Tribesigns logo

    63" Rectangular Dining Table, Farmhouse Kitchen Di...

    Centerpiece of Your Space - With its vintage walnut wood finish and straightforward design, this kitchen dining table becomes a striking complement to your home. Its versatility allows it to align with various decor styles, from farmhouse-inspired to more contemporary and eclectic aesthetics. Ample Seating Capacity - Measuring 63" W x 31.5" D x 30" H, this 63-inch rectangular dining table is designed to comfortably accommodate 4 to 6 people, perfect for family gatherings or dinner parties. Robust and Sturdy Construction - Built from a 1.57'' thick, high-quality E1 chipboard selected for its durability and strength. This ensures a smooth, well-balanced surface that can withstand daily use. The frame, crafted from the same materials, guarantees long-lasting stability with a 300 lb load-bearing capacity. Flexible Farmhouse Style Table - Simplicity is key! Its unrivaled adaptability makes it the epitome of versatile furniture. It's perfect as an executive office desk, a computer writing desk or a study area, effortlessly adjusting to any setting. Effortless Assembly - Don't let the thought of assembly stress you out. This wooden dinner table comes with numbered parts and easy-to-understand instructions, allowing assembly in just 30 minutes. Product Dimensions & Weights Details Length 52.99" Depth 31.1" Height 29.52" Tabletop Thickness 1.57 " Item Weight 58.86 lbs Packaging Dimensions & Weights 68.5" L x 18.31" W x 7.48" H (69.67 lbs) Installation Guide.pdf Installation Guide Video: 63-inch Farmhouse Kitchen Table with Large Tabletop for Dining Room, Living Room .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; } } 63-inch long desk Decorating a dining room properly is crucial. With an oversize of 63' W x 31.5' D x 30' H. It is the perfect choice for those with a family of four to six individuals or to entertain a group of friends at home. This 63-inch long desk not only works as a dinner table for the dining room but also works well as a conference table for a meeting room, an executive desk for an office, a computer writing desk, a study table, a work desk, etc. #premium-module-12-nav-carousel-1751005118050434600 { .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-1751005118050434600 { .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; } } } Thickened TabletopLarge WorkstationStrong Wood BasePowerful Load-bearing Thickened Tabletop The desk boasts with a 1.57'' thickened MDF desktop, a strong load-bearing capacity of 250 lb Large Enough for 4 to 6 People This table for dining room has a 63' W tabletop, which large enough for 4 to 6 people Strong Wood Base Durability is key to the construction of the eating table Powerful Load-bearing The wood board of the tabletop is thick and high quality, and can be up to 250 lbs. 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-12-nav-carousel-1751005118050434600 { .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-1751005118050434600 { .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; } } } Dining Room TableOffice Computer Desk 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 Dinner Table for Kitchen Included Components Installation Tool Manufacturer Tribesigns Item Height 30 inches Style Color Brown, Dark Brown, Gray, Light Oak Brown, Distressed Brown Shape Rectangular Leg Style Straight Leg Measurements Item Dimensions D x W x H 31.1"D x 63"W x 30"H Item Weight 58.86 Pounds Extended Length 62.99 Inches User guide Maximum Weight Recommendation 136 Kilograms Tools Recommended For Assembly Screw Driver Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Base Engineered Wood Material Type Engineered Wood Natural Variation Type controlled Handle Material Engineered Wood Features & Specs Seating Capacity 6 Base Type Pedestal Number of Items 1 Unextended Seating Capacity 4 Is the item resizable? No
    $249.99
    $209.9916% OFF
    55 Inch Farmhouse Double Pedestal Dining Table, Rectangular Table for 4-6 in Small Spaces - Light Brown
    Tribesigns logo

    55 Inch Farmhouse Double Pedestal Dining Table, Re...

    Classic Elegance - This black dining table for 4-6 features a rich black finish that beautifully showcases the natural wood grain beneath. The sleek trapezoid legs add a sculptural touch, giving the table a refined presence as the centerpiece of any room. Spacious Design - With dimensions of 55.12" L x 27.56" W, this rectangular table comfortably accommodates up to 6 people, offering plenty of space for plates, utensils, and everything you need for family meals, casual lunches, or lively gatherings with friends. Sturdy Construction - Constructed from durable MDF, this 55-inch dining table supports up to 250 lbs. The trapezoid legs and reinforced metal rod ensure exceptional stability, keeping the table firm and steady with everyday use. Versatile Functionality - This farmhouse-style table is designed to meet your needs, whether you're hosting meals or working from home. Its timeless appeal effortlessly adapts to serve as a dining table, writing desk, or computer workstation. Easy Assembly - Setting up this rustic dining table is a breeze, with clear, step-by-step instructions included for quick assembly. Our customer support team is always available to assist, ensuring you can enjoy your new table in no time.. Product Dimensions & Weights Details Length 55.12" Depth 27.56" Height 29.53" Tabletop Thickness 3.94" Item Weight 72.31 lbs Packaging Dimensions & Weights 34.02" L x 26.57" W x 6.97" H (77.6 lbs) Installation Guide.pdf Installation Guide Video: Tribesigns Home Office Desk: 55 Inches Executive Desk .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; } } Inspire creativity with every workspace Tribesigns 55 Inches Executive Desk The 55-inch desk has a stylish mid-century modern design. It provides a spacious 55' x 27.5' workspace for efficiency. It features a visually appealing double trapezoid base. Inspire creativity with every workspace Tribesigns 55 Inches Executive Desk The 55-inch desk has a stylish mid-century modern design. It provides a spacious 55' x 27.5' workspace for efficiency. It features a visually appealing double trapezoid base. .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; } } The tabletop boasts a seamless, clean design, crafted from robust and high-quality engineered wood to ensure superior durability. The table base, designed in a sturdy double trapezoid structure, provides maximum stability while adding an aesthetic charm to any office space. Your Work, Your Way - The Office Desk Designed with You in Mind. Mid-Century Modern Executive Desk with Double Trapezoid Base Confidence in Every Corner of Our Tribesigns Desk Item details Brand Name Tribesigns Room Type Office, Bedroom, Study Room Recommended Uses For Product Writing, Working, Gaming, Drawing Age Range Description Adult Included Components Desk, Hardware Pack, Assembly Instructions Model Name Executive Desk Manufacturer Tribesigns Item Height 29.5 inches Features & Specs Additional Features Double Trapezoid Base Mounting Type Freestanding Drawer Type No Drawer Base Type Trapezoid Has Finished Back Yes Is Customizable? No Is Electric No Style Shape Rectangular Desk Design Executive Desk Color Light Brown, Black, Rustic Brown Style Name Classic, Mid Century Modern Finish Types Laminated Top Color Light Brown, Black, Rustic Brown Base Color Light Brown, Black, Rustic Brown Measurements Item Dimensions D x W x H 27.5"D x 55.1"W x 29.5"H Item Weight 75 Pounds Tabletop Thickness 3.94 Inches Working Surface Diagonal Length 62.2 Inches Materials & Care Base Wood Top Material Type Engineered Wood Product Care Instructions Wipe with Damp Cloth User guide Required Assembly Yes Warranty Type Limited UL Listed No Includes All Assembly Tools Yes
    $209.99
    $179.9914% OFF
    47" Farmhouse Dining Table, Kitchen Dinner Table with Duty Pedestal for 4 People - Black & Brown
    Tribesigns logo

    47" Farmhouse Dining Table, Kitchen Dinner Table w...

    Ideal Size for Compact Spaces - A 47.2" W x 31.5" D dining table comfortably sits 4 people while optimizing space efficiency. It's ideal for apartments, small dining rooms, breakfast nooks, and compact kitchens. Heavy Duty Pedestal Design - Features a sturdy triangular pedestal base with a 250 lb weight capacity. It provides exceptional stability and legroom without corner legs, making it perfect for family dinners and entertaining guests. Farmhouse Style Charm - The rustic black and brown finish pairs modern functionality with classic farmhouse aesthetics. It creates an elegant centerpiece that complements any home decor style. High-quality Construction - Boasts a 1.57-inch thick tabletop with a durable wooden surface that resists daily wear. The reinforced pedestal base ensures lasting stability and reliability for years of use. Flexible Dining Option - Serves as a kitchen table, dining room table, breakfast nook table, or cafe table. Comes with complete assembly hardware and instructions. Note: The chair is not included. Product Dimensions & Weights Details Length 47.24" Depth 31.5" Height 29.53" Tabletop Thickness 1.57" Item Weight 68.34 lbs Packaging Dimensions & Weights 37.4" L x 26.18" W x 8.86" H (74.52 lbs) Installation Guide.pdf Installation Guide Video: Rustic Small Kitchen Dining Table for 4, White Rectangle Dinner Table for Home .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; } } Elevate Your Meal Inject charm into your dining room with this! Material: Well-made and built to last. The sturdy wood frame allows you to enjoy your table for a long period of time. Versatile design: A contemporary update for breakfast nooks, kitchens, and dining rooms, this table commands a presence. Sleek and understated, the sturdy wood legs grant extra legroom. Easy to assemble: Comes together in as little as 30 minutes, so you can build this dining table with minimal effort. Durable & Sturdy Construction 47-Inch White Dinner Kitchen Table with V-shaped Wooden Base for Dining Room Item details Brand Name Tribesigns Age Range Description Adult Model Name Kitchen Dining Table Included Components Assembly Guide, Installation Tool Item Height 29.9 inches Materials & Care Frame Material Type Engineered Wood Top Material Type Wood Product Care Instructions Wipe with Dry Cloth Base Engineered Wood Is Stain Resistant Yes Material Type Engineered Wood Handle Material Engineered Wood Features & Specs Base Type Pedestal Minimum Required Door Width 50 Inches Is Foldable No Number of Items 1 Frame Joint Type Interlocking/Dowels Tilting No Is Customizable? No Is Electric No Is the item resizable? No Measurements Item Dimensions D x W x H 31.5"D x 47.25"W x 29.9"H Item Weight 68.34 Pounds Tabletop Thickness 1.57 Inches Extended Length 47.25 Inches Item Width 31.5 Inches Ground To Item Distance 2.75 Inches Base To Top Distance 29.53 Inches User guide Maximum Weight Recommendation 113.4 Kilograms Recommended Uses For Product Dining, Catering, Working, Meeting, Writing Indoor Outdoor Usage Indoor Recommended Number of People for Assembly 2 Specific Uses For Product Residential Use Warranty Type Limited Includes All Assembly Tools Yes Style Color White & Brown, Black & Brown, Walnut Brown, Light Oak Brown Shape Rectangular Table Design Dining Table Style Name Country Rustic/Farmhouse/Industrial
    $229.99
    $199.9913% OFF
    62.99" Counter Height Bar Table, Rectangular Farmhouse Pub Table for Kitchen or Dining Area - Black
    Tribesigns logo

    62.99" Counter Height Bar Table, Rectangular Farmh...

    Clean & Versatile Farmhouse Design - This counter-height bar table features a simple, modern farmhouse look that blends easily with a variety of décor styles. It works well in dining areas, kitchens, or breakfast nooks. Spacious Rectangular Tabletop - With a 62.99" long surface, the tabletop provides ample room for dining, entertaining, or working from home, making it suitable for everyday use. Stable & Durable Construction - Built with quality materials and a solid frame, this rectangular bar table is designed to remain stable and reliable during regular use. Multiple Use Scenarios - Beyond mealtime, the table can serve as a casual gathering spot, a workspace, or an additional surface for daily activities, adapting easily to different rooms in the home. Easy Assembly - Designed for convenience, this counter-height table includes clear instructions and a simplified assembly process, allowing you to set it up quickly and efficiently. Product Dimensions & Weights Details Length 62.99" Depth 31.49" Height 35.43" Tabletop Thickness 1.57" Item Weight 55.12 lbs Packaging Dimensions & Weights 70.87" L x 18.11" W x 7.87" H (59.52 lbs) Installation Guide.pdf Item details Brand Name Tribesigns Model Name Bar Table Included Components Assembly Guide, Installation Tool Item Height 35.43 inches Materials & Care Frame Material Type Metal Top Material Type Engineered Wood Is Stain Resistant No Material Type Engineered Wood, Metal Handle Material Engineered Wood Features & Specs Seating Capacity 3 Base Type Leg Number of Items 1 Unextended Seating Capacity 3 Is the item resizable? No Measurements Item Dimensions D x W x H 31.49"D x 62.99"W x 35.43"H Item Weight 55.12 Pounds Tabletop Thickness 1.57 Inches Extended Length 63 Inches User guide Maximum Weight Recommendation 300 Pounds Recommended Uses For Product Home Bar, Dining Indoor Outdoor Usage Indoor Specific Uses For Product Non Residential Use, Residential Use Warranty Type Limited Tools Recommended For Assembly Screw Driver Includes All Assembly Tools Yes Style Color Brown, Gray, Black Shape Rectangular Style Name Industrial Furniture Finish Stained Leg Style Straight Leg Top Color Brown, Gray, Black Base Color Black
    $249.99
    $219.9912% OFF
    31" Square Bar Table, Small High Top Pub Table Dining Table with Thickened Top
    Tribesigns logo

    31" Square Bar Table, Small High Top Pub Table Din...

    Simple and Functional Design - Embracing simplicity and practicality, this square pub table serves as an ideal breakfast table or a great addition to your dining area. Its sturdy metal legs and sleek rustic brown finish complete and enhance any space. Built to Last - Featuring a thickened, high-grade E1 MDF tabletop and robust metal framework, this counter height table is built for stability and strength. It boasts a high load capacity and can hold up to 220 lbs. Extra Comfort Features - This bistro table is designed to cater to all your needs. An elongated stretcher bar under the table serves as a comfortable resting spot for your feet when seated. Adjustable feet ensure stability and balance on uneven ground. Versatile Industrial Style - Showcasing a vintage brown tabletop that's easy to clean, this small square bar table embodies an industrial design. Its warm wood grain allows it to blend seamlessly with various décor themes, from modern industrial to rustic chic. Effortless Assembly - Assembling this bar height table is a breeze thanks to clear instructions, numbered parts, and included tools. Enhance your space with this high top table by Tribesigns. If you have any questions, don't hesitate to reach out to us. Product Dimensions & Weights Details Length 31.1" Depth 31.1" Height 35.43" Item Weight 28.0 lbs Packaging Dimensions & Weights 40.35" L x 18.11" W x 6.1" H (32.19 lbs) Installation Guide.pdf Tribesigns Square Counter Height Bar Table Industrial Wood Bistro Pub Table Item details Brand Name Tribesigns 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 Damp Cloth Is Stain Resistant Yes Material Type Engineered Wood Features & Specs Base Type Pedestal Is Foldable No Number of Items 1 Is Customizable? No Measurements Item Dimensions D x W x H 31.1"D x 31.1"W x 35.43"H Item Weight 28 Pounds Tabletop Thickness 1.19 Inches Item Width 31.1 Inches Base To Top Distance 35.43 Inches User guide Maximum Weight Recommendation 220 Pounds Recommended Uses For Product Dining, Gaming, Home Bar Indoor Outdoor Usage Indoor Specific Uses For Product Residential Use Style Color Rustic Brown & Black Shape Square Table Design Bar Table Style Name Industrial
    $145.99
    $129.9911% OFF
    70.9" Long Bar Table, Rectangular Counter Height Pub Table Home Coffee Bar Unit
    Tribesigns logo

    70.9" Long Bar Table, Rectangular Counter Height P...

    Sophisticated Design - This bar table showcases a sleek, modern profile with a distinct rectangular top in a classic black finish. Its minimalist aesthetic effortlessly uplifts any space while blending harmoniously with contemporary, industrial, or traditional decor. Roomy Tabletop - With a 70.9'' tabletop, this pub table offers ample space for multiple users, food preparation, or beverage stations. This spacious tabletop is perfect for entertaining guests or enjoying family meals, providing both functionality and style. Versatile Usage - Designed with adaptability in mind, this counter-height table can function as a kitchen island, dining table, or home office desk. Suitable for living rooms, kitchens, bistros, and cafes, it accommodates various needs—from casual meals to social gatherings. Solid and Durable Construction - Constructed from high-quality MDF, this black pub table offers stability and durability for everyday use. The engineered wood resists warping, and the robust leg structure provides unwavering support without any wobble. Simple Assembly and Maintenance - Our elongated bar table comes with clear instructions and all necessary hardware for quick and straightforward assembly. Its smooth black finish is easy to clean and resistant to stains, requiring only a damp cloth for upkeep. Product Dimensions & Weights Details Length 70.87" Depth 19.69" Height 37.4" Item Weight 76.06 lbs Packaging Dimensions & Weights 39.37" L x 23.23" W x 9.84" H (80.47 lbs) Installation Guide.pdf 70.9-Inch Extra Long Bar Table Elevate your space with the Tribesigns 70.9-inch extra long bar table, featuring a sleek black finish and modern design. Perfectly versatile for the living room, kitchen, or home bistro, it combines style with multifunctional utility. #premium-module-12-nav-carousel-1768376020377751300 { .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-1768376020377751300 { .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; } } } Thick tabletopUnique Structure DesignAdjustable feet Heavy-duty thick tabletop resists dents and scratches The unique design enhances the product's attractiveness Adjustable leveling feet stabilize wobbles on uneven flooring 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); }); }); Our bar table quick assembly and easy maintenance make it a practical and elegant addition to any home. Item details Brand Name Tribesigns Model Name Bar Table Included Components Assembly Guide Item Height 37.4 inches Style Color Black Shape Rectangular Table Design Bar Table Style Name Minimalist Modern Leg Style Straight Leg Measurements Item Dimensions D x W x H 19.69"D x 70.87"W x 37.4"H Item Weight 76.06 Pounds Leg Length 32.87 Inches User guide Maximum Weight Recommendation 350 Pounds Recommended Uses For Product Dining Indoor Outdoor Usage Indoor Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Material Type Engineered Wood Features & Specs Base Type Leg Number of Items 1
    $199.99
    $179.9910% OFF
    63" Farmhouse Dining Table, Rectangle Kitchen Dinner Table for 4-6 People
    Tribesigns logo

    63" Farmhouse Dining Table, Rectangle Kitchen Dinn...

    Timeless Elegance - This dining table, with its alluring combination of natural wood and black, serves as a striking centerpiece for your home. Embodying both farmhouse and modern styles, it adds effortlessly charming flair to any living space. Spacious Design - At 62.99" W x 31.5" D, this kitchen table offers ample room for shared meals, tableware, and decor. It easily accommodates 4-6 people, making it perfect for enjoyable family dining or hosting guests. Sturdy Construction - Made from premium thick MDF with a wood veneer surface, this dining room table is built to endure. It's waterproof, scratch resistant, and easy to maintain, with a widened and thickened base structure for strength and stability. Versatility for Various Settings - With its stylish design and ideal size, this rectangular dining table adapts to a variety of occasions, from home to cafes, restaurants, or banquet halls. It can even function as a conference table in offices. Easy Assembly - The installation process is simple with labeled parts, clear instructions, and the necessary hardware kits included. Additionally, if you encounter any issues, Tribesigns' customer service team is always ready to assist you. Product Dimensions & Weights Details Length 63" Depth 31.5" Height 29.53" Item Weight 99.01 lbs Packaging Dimensions & Weights 66.61" L x 19.09" W x 6.1" H (103.95 lbs) Installation Guide.pdf #premium-module-12-nav-carousel-1767948609818378200 { .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-1767948609818378200 { .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 TabletopStable BaseProtective Base Pads Offering generous space for dining or gathering Providing stable support for the tabletop Protecting the dining table base, not adjustable 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 Dining Table Included Components Assembly Guide, Installation Tool Item Height 29.53 inches Style Color Natural Oak and Black Shape Rectangular Style Name Farmhouse Measurements Item Dimensions D x W x H 31.5"D x 62.99"W x 29.53"H Item Weight 99.01 Pounds User guide Maximum Weight Recommendation 300 Pounds Specific Uses For Product Non Residential Use, Residential Use Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Is Stain Resistant Yes Material Type Engineered Wood Features & Specs Base Type Pedestal Is Foldable No Number of Items 1
    $229.99
    $209.999% OFF
    Rectangle Bar Table, 70.9" Counter Height Pub Table for Kitchen Dining Room
    Tribesigns logo

    Rectangle Bar Table, 70.9" Counter Height Pub Tabl...

    Stylish Counter-Height Table - Featuring clean industrial lines, this 70.9-inch high-top table fits right into your home bar, kitchen, or dining area. With its elevated 35-inch height, it’s perfect for entertaining, standing drinks, or casual dining. Ample Seating & Space - Designed with a spacious tabletop, this bar table comfortably seats 6–8 guests. The open leg design allows plenty of room to pull up stools or chairs, making it great for gatherings, breakfast, or working from home. Durable & Easy-Clean Surface - Made with thick MDF and a realistic wood-grain veneer, the top is built to last—resistant to scratches, moisture, and everyday wear. Wiping it clean is quick and simple, so it always looks fresh. Stable Industrial Build - Heavy-duty cylindrical legs provide solid support and prevent wobbling, even when fully loaded. The sturdy construction ensures this table can handle everything from dinner parties to daily family use. Quick & Hassle-Free Assembly - Everything you need comes in the box, along with clear instructions. You’ll have it set up in no time and ready to enjoy for years to come.
    $249.99
    $229.998% OFF
    63" Solid Wood Dining Table, Rectangular Kitchen Table For 4-6 People
    Tribesigns logo

    63" Solid Wood Dining Table, Rectangular Kitchen T...

    Eco-Friendly Solid Wood Craftsmanship – Made from 100% solid wood with a smooth, easy-clean finish that resists cracking and warping for lasting use. Modern V-Shape Leg Design – Stylish V-shaped legs provide strong support and stable weight capacity, holding up to 300 lbs. Spacious 63-Inch Tabletop – Generous 62.99" x 31.5" surface comfortably seats 4-6, perfect for family meals and gatherings. Natural Wood Grain Aesthetics – Features unique wood grain patterns and warm natural tones that complement rustic, farmhouse, and modern interiors. Versatile Multi-Use Function – Serves as both a dining table and a spacious home office desk, offering flexibility in any room.
    $269.99
    $249.997% OFF
    31.5" Dining Table, Industrial Kitchen Dinner Table with Metal Base - White & Gold
    Tribesigns logo

    31.5" Dining Table, Industrial Kitchen Dinner Tabl...

    Vintage Industrial Aesthetics - This round dining table fuses vintage brown wood with a black metal frame for a rustic-chic look, seamlessly blending with various interior styles. Seating Space - With dimension of 31.49" W x 31.49" D x 29.52" H, this wood dining table comfortably accommodates 2 people, perfect for intimate gatherings while keeping a classy aura. Sturdy and Durable - The square dinner table offers remarkable durability and reliability, featuring a sturdy metal frame, high-grade MDF tabletop and steel frame reinforcements, ensuring long-lasting use. Adaptable Usage - This rustic kitchen table extends its function beyond just kitchen or dining room. It can be an executive desk, a computer desk, a diminutive conference table or a living room addition. Effortless Setup and Warranty - With uncomplicated construction, setting up this wood dining table is quick and easy. All necessary hardware and instructions are included in the package. Product Dimensions & Weights Details Length 31.5" Depth 31.5" Height 29.53" Item Weight 18.5 lbs Packaging Dimensions & Weights 33.9" L x 35.88" W x 4" H (23.1 lbs) Installation Guide.pdf Elevate your dining room with this space-saving table Rustic Style Thicken Tabletop Stable Frame Structure Adjustable Foot Pads Attribute Details Material Engineered Wood+Metal Product Care Instructions Wipe with Dry Cloth, Wipe with Damp Cloth Is Stain Resistant Yes Shape Round Style Industrial Color Brown+Black Room Type Kitchen, Dining room Recommended Uses For Product Residential Use Maximum Weight Recommendation 220 Pounds Included Components Assembly Guide, Installation Tool Assembly Required Yes Recommended Number of People for Assembly 2 Includes All Assembly Tools Yes Indoor Outdoor Usage Indoor
    $139.99
    $129.997% OFF
    31.5" Dining Table, Industrial Kitchen Dinner Table with Metal Base - Rustic Brown & Black
    Tribesigns logo

    31.5" Dining Table, Industrial Kitchen Dinner Tabl...

    Vintage Industrial Aesthetics - This round dining table fuses vintage brown wood with a black metal frame for a rustic-chic look, seamlessly blending with various interior styles. Seating Space - With dimension of 31.49" W x 31.49" D x 29.52" H, this wood dining table comfortably accommodates 2 people, perfect for intimate gatherings while keeping a classy aura. Sturdy and Durable - The square dinner table offers remarkable durability and reliability, featuring a sturdy metal frame, high-grade MDF tabletop and steel frame reinforcements, ensuring long-lasting use. Adaptable Usage - This rustic kitchen table extends its function beyond just kitchen or dining room. It can be an executive desk, a computer desk, a diminutive conference table or a living room addition. Effortless Setup and Warranty - With uncomplicated construction, setting up this wood dining table is quick and easy. All necessary hardware and instructions are included in the package. Product Dimensions & Weights Details Length 31.5" Depth 31.5" Height 29.53" Item Weight 18.5 lbs Packaging Dimensions & Weights 33.9" L x 35.88" W x 4" H (23.1 lbs) Installation Guide.pdf Elevate your dining room with this space-saving table Rustic Style Thicken Tabletop Stable Frame Structure Adjustable Foot Pads Attribute Details Material Engineered Wood+Metal Product Care Instructions Wipe with Dry Cloth, Wipe with Damp Cloth Is Stain Resistant Yes Shape Round Style Industrial Color Brown+Black Room Type Kitchen, Dining room Recommended Uses For Product Residential Use Maximum Weight Recommendation 220 Pounds Included Components Assembly Guide, Installation Tool Assembly Required Yes Recommended Number of People for Assembly 2 Includes All Assembly Tools Yes Indoor Outdoor Usage Indoor
    $139.99
    $129.997% OFF
    39" Square Dining Table, Farmhouse Kitchen Dinner Table with Sturdy Pedestal Base for 4
    Tribesigns logo

    39" Square Dining Table, Farmhouse Kitchen Dinner ...

    Natural Sophistication - The dining table showcases a natural wood finish and a robust pedestal base, exuding a warm, inviting vibe and blending effortlessly with any decor. This minimalist dinner table truly captures the essence of elegance. Ideal for Intimate Gatherings - Sized at 39" W x 39" D x 31.5" H, this small dining table comfortably accommodates four people. Its compact square design fosters a cozy setting for small families or groups of friends, making meal times more personal and delightful. Versatile Focal Point - Serving more than just as a kitchen table, this wood dinner table fits perfectly in a variety of settings including living rooms, cafes, and breakfast nooks. Its versatility allows it to serve as an impressive focal point in enhancing any space. Robust and Resilient - Constructed from sturdy engineered wood, the square dining table promises long-lasting durability, handling regular use while maintaining its surface. With a heavy-duty pedestal base, it can support up to 200 lb. Simple Assembly Process - Our user-friendly design ensures easy assembly. Each part is clearly marked, and our step-by-step instructions, along with all necessary hardware, are included. Plus, our customer service team is always at your disposal for any questions. Product Dimensions & Weights Details Length 39.37" Depth 39.37" Height 31.5" Tabletop Thickness 4.33" Item Weight 62.37 lbs Packaging Dimensions & Weights 43.9" L x 22.44" W x 5.31" H (66.78 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; } } Natural Aesthetic Meets Practicality Tribesigns Small Square Dining Table for 4 Elevate your dining room with this charming square kitchen table. The stunning wood grain finish exudes a charming natural appeal, harmonizing effortlessly with a range of interior styles, from modern to traditional decor. This small kitchen table comfortably accommodates 4 people to enjoy dinner. Its heavy-duty pedestal base ensures lasting durability for years of enjoyment. Inject Charm Into Your Dining Room With This Small Kitchen Table! Item details Brand Name Tribesigns Included Components Assembly Guide, Installation Tool Item Height 31.5 inches Style Color Natural Shape Rectangular Style Name Farmhouse/Country Rustic Theme Dining Furniture Finish Engineered Wood Measurements Item Dimensions D x W x H 39.3"D x 39.3"W x 31.5"H Item Weight 62.4 Pounds Size Small Tabletop Thickness 4.3 Inches Item Width 39.3 Inches User guide Maximum Weight Recommendation 200 Pounds Specific Uses For Product Residential Use Warranty Type Limited Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Product Care Instructions Wipe with Damp Cloth Is Stain Resistant Yes Material Type Engineered Wood Features & Specs Base Type Pedestal Number of Items 1 Is the item resizable? No
    $149.99
    $139.997% OFF
    55" Dining Table, Wood Kitchen Dinner Table for 4-6
    Tribesigns logo

    55" Dining Table, Wood Kitchen Dinner Table for 4-...

    Sophisticated Farmhouse Dining Table - This farmhouse kitchen table pairs contemporary design with rustic charm. Its striking dark wood finish and visible natural grain provide both sophistication and warmth. Ideal for 4-6 People - Measuring 55.1" W x 31.49" D x 29.52" H, this rectangular wood dining table can comfortably seat 4-6 people. It's an excellent choice for family dinners and gatherings with friends. Multipurpose Kitchen Table - Versatile and adaptable, this table is perfect for commercial or residential uses. It blends seamlessly into various settings, from living rooms and kitchens to coffee areas. Stable and Durable Build - Crafted from a top-quality MDF board, this table is solid and balanced, making it ideal for a dining area with a rustic vibe. Effortless Assembly - This farmhouse table comes with all necessary tools and instructions for quick and easy assembly. Our responsive after-sales service team is always available for any questions or concerns. Product Dimensions & Weights Details Length 55.12" Depth 31.5" Height 29.53" Tabletop Thickness 1.18" Item Weight 77.16 lbs Packaging Dimensions & Weights 31.89" L x 26.77" W x 11.02" H (81.57 lbs) Installation Guide.pdf Tribesigns Farmhouse Dining Table for 4 55-Inch Rectangle Wood Kitchen Table Perfect for Family Gatherings or Small Parities More Details For You Item details Brand Name Tribesigns Age Range Description Adult Included Components Assembly Guide Item Height 29.53 inches Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth Is Stain Resistant No Material Type Engineered Wood Handle Material Engineered Wood Features & Specs Seating Capacity 4 Base Type Pedestal Number of Items 1 Unextended Seating Capacity 4 Is Customizable? No Is the item resizable? No Measurements Item Dimensions D x W x H 31.5"D x 55.12"W x 29.53"H Item Weight 82 Pounds Size Small Tabletop Thickness 1.18 Inches Item Width 55.12 Inches User guide Maximum Weight Recommendation 200 Pounds Indoor Outdoor Usage Indoor Tools Recommended For Assembly Screw Driver Style Color Rustic Brown Shape Rectangular Table Design Dining Table Style Name Farmhouse Furniture Finish Unfinished
    $199.99
    $189.995% OFF

    Subscribe to Tribesigns coupon newsletter

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