Store Offer Menu

Tribesigns Deals

Top Tribesigns Deals & Price Drops for May 2026

Explore verified Tribesigns discounts and price drops updated in the last 30 days.

Dining Table for 6-8 Person, Industrial Kitchen Table with Metal Frame

Dining Table for 6-8 Person, Industrial Kitchen Ta...

Generous Dining Table - With ample space to comfortably seat 6-8 people, our dining table caters to daily meals, family gatherings, and special occasions. Modern Industrial Appeal - Elevate your breakfast nook with our sleek, industrial-style dining set, sporting a clean design and warm wood finishes that create a cozy dining atmosphere. Adaptable Design - Embellishing its versatile attribute, this rustic dining table can suitably morph into a conference table for meetings or a home office desk. High-Quality Build - Constructed from robust particleboard and a durable metal frame (1.96" x 1.96"), the table radiates sturdiness and stability, withstanding up to 150 lbs and the test of time. Purchase Confidently - Along with an 18-month warranty, we ensure customer satisfaction by providing all necessary tools and clear assembly instructions. Any questions, please contact us in time, and we will give you a satisfactory answer. Product Dimensions & Weights Details Length 70.9" Depth 35.4" Height 30.3" Item Weight 74.96 lbs Packaging Dimensions & Weights 56.69" L x 18.9" W x 7.87" H (77.16 lbs) Product Dimensions & Weights Details Length 78.7" Depth 39.4" Height 30.3" Item Weight 85.98 lbs Packaging Dimensions & Weights 60.24" L x 20.67" W x 7.48" H (90.39 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; } } Tribesigns Dining Table for 6-8 People Dine in style and comfort on our spacious and sturdy dining table Seats 6-8 people comfortably Sturdy metal frame and thickened wooden board Timeless industrial style that complements any interior design 2' by 2' strong metal frame and 0.59' thickened board for durability Quick and easy assembly in under 50 minutes #premium-module-12-nav-carousel-1769238502962630200 { .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-1769238502962630200 { .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; } } } Splicing TabletopThickened Wooden BoardSturdy Triangular DesignStrong Metal FrameAdjustable Foot Pads Walnut Wood Finish 0.59' Thickened Board Stable Structure 1.9' by 1.9' Metal Frame Adjustable Foot 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); }); }); Item details Brand Name Tribesigns Included Components Tools, Instructions Manufacturer Tribesigns Item Height 30.3 inches Materials & Care Frame Material Type Metal Top Material Type Engineered Wood Product Care Instructions Wipe with Dry or Damp Cloth Base Metal Is Stain Resistant No Material Type Metal Handle Material Metal Features & Specs Seating Capacity 8 Base Type Leg Is Foldable Yes Number of Items 1 Frame Joint Type Mitered Unextended Seating Capacity 6 Tilting No Is Customizable? No Is the item resizable? No Measurements Item Dimensions D x W x H 35.4"D x 70.9"W x 30.3"H/39.4"D x 78.7"W x 30.3"H Item Weight 74.96 lbs/85.98 lbs Tabletop Thickness 0.59 Inches Extended Length 71 Inches/ 78.7Inches Item Width 71 Inches/ 78.7Inches Ground To Item Distance 30.3 Inches User guide Recommended Uses For Product Dining Indoor Outdoor Usage Indoor Recommended Number of People for Assembly 2 Specific Uses For Product Dining and gathering Warranty Type Limited Tools Recommended For Assembly Screw Driver Includes All Assembly Tools Yes Style Color Rustic Brown Shape Rectangular Table Design Dining Table Style Name Modern Finish Types Varnished Theme Rustic Industrial Furniture Finish Alloy Steel Leg Style Straight Leg Top Color Rustic Brown Handle Finish Type Alloy Steel Base Color Rustic Brown Handle Color Rustic Brown
$299.99
$219.9927% OFF
78.7" Travertine Slab Dining Table, Kitchen Table With Semi-Circular Stripe Base

78.7" Travertine Slab Dining Table, Kitchen Table ...

Attention: The product will come in two packages! Modern and Elegant Design - This dining table has a unique travertine slab top and stylish horse belly edges. These features add artistry and hide minor scratches or signs of wear, keeping it fresh and attractive. Roomy and Comfortable - With a length of 78.74 inches, the table offers ample space for mealtime necessities and dinner party essentials. Sturdy and Durable - The warm wax wood-tone base is complemented by a semi-circular striped design, ensuring stability and durability. The rhythmic texture adds depth and movement, making it a striking addition to any room. Easy Assembly - The package contains all necessary hardware and clear instructions to help assemble your dining table quickly and effortlessly. Multi-functional - The table works well as a dining table, a display stand, or a workstation, and can fit well in a living room or corridor. Note: This Item is not eligible for other discounts on the website. Product Dimensions & Weights Details Length 78.74" Depth 39.37" Height 29.52" Item Weight 201.94 lbs Packaging Dimensions & Weights Box1: 84.65" L x 45.28" W x 5.51" H (176.37 lbs) Box2: 32.09" L x 29.13" W x 34.65" H (104.06 lbs) Note: This item will be delivered in two separate shipments. Installation Guide.pdf 78.74' Travertine Slab Dining Table for 8-10 Modern Horse Belly Dining Table Kitchen Table with Travertine Slab Tabletop & Semi-Circular Stripe Base Item details Brand Name Tribesigns Included Components All tools included Manufacturer Tribesigns Item Type Name Dining Table Materials & Care Frame Material Type Travertine Slab Top Material Type Travertine Slab Product Care Instructions Wipe with Damp Cloth Is Stain Resistant No Material Type Travertine Slab Handle Material refer to description Features & Specs Seating Capacity 8 Base Type Pedestal Number of Items 1 Unextended Seating Capacity 8 Is the item resizable? No Measurements Item Dimensions D x W x H 39.37"D x 78.74"W x 29.52"H Item Weight 201.94 Pounds Size 78.74" x 39.37" x 29.52" Item Depth 39.37 inches Item Dimensions 39.37 x 78.74 x 29.52 inches Extended Length 78.74 Inches User guide Required Assembly Yes Maximum Weight Recommendation 130 Pounds Recommended Uses For Product Dining, Catering, Working, Meeting, Writing Indoor Outdoor Usage Indoor Style Color White & Brown Shape Horse Belly Table Design Dining Table Style Name Modern Furniture Finish Travertine Slab Top Color White
$2,199.99
$1,699.9923% OFF
Simple Conference Table, Rectangular Meeting Table Computer Desk

Simple Conference Table, Rectangular Meeting Table...

Compact Meeting Table - Measuring 70.8"W x 31.5"D, this office conference table comfortably seats six, making it perfect for use in training areas, meetings, and breakrooms. Its elegant design and remarkable stability make it a great addition to any open or private workspace. Versatile Use - Beyond a conference table, its size and style make it an excellent large computer or executive desk for your home office. With more space than typical home office desk, it comfortably accommodates your laptop, PC, keyboard, and accessories. Durable Construction - Made from eco-grade engineered wood, this E1-rate composite material is known for its durability and is a gold standard in fine furniture. The color-matching veneer is carefully selected and the 2" x 2" metal tubes enhance the desk's durability, while a triangular welding design adds extra stability. Office Enhancer - This large conference table combines rigid metal with tastefully rustic brown and black wooden boards, presenting a contemporary appearance that seamlessly blends with your room decor. It elevates the aesthetic of your space and, with a surface that is smooth, waterproof, and easy to clean, it's both stylish and practical. Product Dimensions & Weights Details Length 62.99" Depth 31.49" Height 29.52" Tabletop Thickness 0.59“ Item Weight 59.4 lbs Packaging Dimensions & Weights 35.83" L x 18.11" W x 7.09" H (59.52 lbs) Product Dimensions & Weights Details Length 70.86" Depth 31.49" Height 29.52" Tabletop Thickness 0.59” Item Weight 59.52 lbs Packaging Dimensions & Weights 41.34" L x 19.88" W x 7.28" H (63.93 lbs) Installation Guide.pdf Installation Guide Video: .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;}} Tribesigns 63 inch Multifunction Desk Take your workspace to the next level with our versatile table Measuring 63'' L x 31.5'' W overall, there's plenty of room to seat four to six person. Whether you have a small space for your team to chow down and chat, or a collaborative space lacking in surface area. With its open-concept design and clean aesthetic, this contemporary computer desk makes a perfect addition to any home office or workspace. .text-container img:not([style*="float"]), .rte img:not([style*="float"]) { display: block; margin: 30px 0 10px 0; } .img-container { display: grid; grid-template-columns: repeat(8, 1fr); grid-template-rows: repeat(2, 1fr); gap: 10px; } .item-container img{ width:100%; } .img-item { position: relative; display: flex; align-items: center; overflow: hidden; border-radius: 8px; transition: opacity 0.3s ease-in-out; flex-direction:column; } .img-item a{ position:relative; width:100% height:100%; } .img-item img{ border-radius:8px; } .info p{ margin:5px 0; } .info{ display:flex; flex-direction:column; } /* 不同尺寸的 img-item */ .size-2x2 { grid-column: span 2; grid-row: span 2; } .hidden { visibility: hidden; position: absolute; } .item-container{ width:100%; } @media screen and (max-width: 767px) { .img-container{ grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(4, 1fr); } /* 2 行高 */ .mobile-size-2x2 { grid-column: span 2 !important; grid-row: span 2 !important; } } L63"x D31.5", provide plenty of surface space for home office activities, , keep your home and room tidy and clean, no mess any more! A long and thin shape allows you to extend your legs while still storing office necessities like recycling bins and printers. Frame is made of heavy duty powder coated steel which ensures stability and durability. Triangular reinforce design which make the desk more stable, no wobble any more! #shopify-section-template--19624840790235__tab_slider_aU4dgXSDFDS{ .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(254, 238, 198, 0.4); 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.5); 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) { #shopify-section-template--19624840790235__tab_slider_aU4dgXSDFDS{ .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; } } } Home Computer Gaming Desk Executive Desk Office Desk Dining Table document.addEventListener("DOMContentLoaded", function () { const slides = document.querySelectorAll(".custom-carousel-slide"); const tabs = document.querySelectorAll(".custom-carousel-tabs .tab"); const prevBtn = document.querySelector(".prev-slide"); const nextBtn = document.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); // 页面加载时不滚动 tab }); Attribute Details Tabletop Material Engineered Wood Base Metal Product Care Instructions Wipe with Dry Cloth,Wipe with Damp Cloth Is Stain Resistant Yes Shape Rectangular Style Farmhouse Color Dark Wood/Black Room Type Living Room, Study Recommended Uses For Product Working, Reading, Writing Maximum Weight Recommendation 800 lbs 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
$269.99
$159.9941% OFF
63" Dining Table, Farmhouse Wood Kitchen Table for 6 People - Distressed Brown

63" Dining Table, Farmhouse Wood Kitchen Table for...

Rustic Farmhouse Dining Table - This dining table, with its simple black wood finish and minimalist tapered legs, easily fits into various decor styles, from farmhouse to contemporary. Generously Spacious Seating - This 63"dining table, measuring 62.99"L x 31.10"W x 29.53"H, comfortably seats six, offering plenty of space for tableware and decor. Heavy-Duty Construction - Made from thick, premium particleboard, this table supports up to 250 lbs. The 1.18" thick top and unique tapered legs provide superior durability and stability. Multipurpose Dining Table - More than just a dining table, this versatile piece also serves as a desk and dining table, perfect for kitchens, living rooms, and dining rooms, and can be used as a computer or meeting table. Straightforward Assembly & Customer Support - This table comes neatly packaged in a single box with clearly labeled parts, instructions, and necessary hardware included. Our 24-hour professional customer service is available should you need assistance. Note: The table top is made up of multiple wooden boards, not a single complete and smooth tabletop. Product Dimensions & Weights Details Length 62.99" Depth 31.1" Height 29.53" Tabletop Thickness 1.18" Item Weight 77.58 lbs Packaging Dimensions & Weights 37.4 " L x 21.46 " W x 11.42 " H (88.16 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; } } Blend of style, comfort, and durability Tribesigns Black Wood Dining Table Boasting a sleek design with a smooth black finish, this table combines modern style with practical functionality, fitting into any decor style Its spacious surface is perfect for family dinners, working from home, or hosting game nights, comfortably accommodating up to six guests Crafted for stability and strength, the robust construction ensures this table will be a part of your home for years to come Assembly is quick and effortless, letting you upgrade your dining experience without the wait #premium-module-12-nav-carousel-1751621942595418600 { .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-1751621942595418600 { .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 DesignDurable TabletopTapered Wood LegsHigh Weight Capacity Comfortably seats up to 6 people for meals and conversations Offers both stunning appeal and robust performance for everyday use Provides unparalleled stability and add to the minimalist design Confidence in hosting comes with a substantial 250 lbs, suitable for various table settings 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 Manufacturer Tribesigns Package Dimensions 37.4 x 21.46 x 11.42 inches Tabletop Thickness 1.18 Inches Shape Rectangular Material Particle Board Color Black, Dark Brown, Light Brown, Gray, Vintage Brown Item Weight 77.58 pounds Weight Capacity 250 lbs Required Assembly Yes Recommended Number of People for Assembly 2 Included Components Assembly Guide, Hardware Kits
$359.99
$229.9936% OFF
63" Dining Table, Farmhouse Wood Kitchen Table for 6 People

63" Dining Table, Farmhouse Wood Kitchen Table for...

Rustic Farmhouse Dining Table - This dining table, with its simple black wood finish and minimalist tapered legs, easily fits into various decor styles, from farmhouse to contemporary. Generously Spacious Seating - This 63"dining table, measuring 62.99"L x 31.10"W x 29.53"H, comfortably seats six, offering plenty of space for tableware and decor. Heavy-Duty Construction - Made from thick, premium particleboard, this table supports up to 250 lbs. The 1.18" thick top and unique tapered legs provide superior durability and stability. Multipurpose Dining Table - More than just a dining table, this versatile piece also serves as a desk and dining table, perfect for kitchens, living rooms, and dining rooms, and can be used as a computer or meeting table. Straightforward Assembly & Customer Support - This table comes neatly packaged in a single box with clearly labeled parts, instructions, and necessary hardware included. Our 24-hour professional customer service is available should you need assistance. Note: The table top is made up of multiple wooden boards, not a single complete and smooth tabletop. Product Dimensions & Weights Details Length 62.99" Depth 31.1" Height 29.53" Tabletop Thickness 1.18" Item Weight 77.58 lbs Packaging Dimensions & Weights 37.4 " L x 21.46 " W x 11.42 " H (88.16 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; } } Blend of style, comfort, and durability Tribesigns Black Wood Dining Table Boasting a sleek design with a smooth black finish, this table combines modern style with practical functionality, fitting into any decor style Its spacious surface is perfect for family dinners, working from home, or hosting game nights, comfortably accommodating up to six guests Crafted for stability and strength, the robust construction ensures this table will be a part of your home for years to come Assembly is quick and effortless, letting you upgrade your dining experience without the wait #premium-module-12-nav-carousel-1751621942595418600 { .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-1751621942595418600 { .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 DesignDurable TabletopTapered Wood LegsHigh Weight Capacity Comfortably seats up to 6 people for meals and conversations Offers both stunning appeal and robust performance for everyday use Provides unparalleled stability and add to the minimalist design Confidence in hosting comes with a substantial 250 lbs, suitable for various table settings 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 Manufacturer Tribesigns Package Dimensions 37.4 x 21.46 x 11.42 inches Tabletop Thickness 1.18 Inches Shape Rectangular Material Particle Board Color Black, Dark Brown, Light Brown, Gray, Vintage Brown Item Weight 77.58 pounds Weight Capacity 250 lbs Required Assembly Yes Recommended Number of People for Assembly 2 Included Components Assembly Guide, Hardware Kits
$359.99
$209.9942% OFF
63" Dining Table, Modern Rectangular Kitchen Table for 4-6

63" Dining Table, Modern Rectangular Kitchen Table...

Sleek Design - This all-black modern dining room table adds elegance to any room with its sophisticated design. Robust Construction - Crafted from a 1.4" thick MDF board, this table is durable, sturdy, and built to last. Perfect Size - Measuring 63"L x 31.5"W x 29.5"H, this kitchen table for 6 is ideal for parties and gatherings. Stability Feature - Adjustable leg pads ensure the table remains stable, even on uneven floors. Multi-Purpose - In addition to serving as a dining table, it can also function as a large computer desk, an executive office desk, or a small conference table. Easy Assembly - With clear instructions, tagged parts, and included hardware, assembly couldn't be easier. Product Dimensions & Weights Details Length 62.99" Depth 31.5 Height 29.53" Item Weight 59.52 lbs Packaging Dimensions & Weights 37.2" L x 26.38" W x 9.25" H (70.55 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; } } Sophisticated Dining Experience! Sleek Black Wooden Dining Table for 4-6 People Its sleek black finish exudes elegance. Crafted from durable manufactured wood, it promises longevity. This sophisticated table elevates any dining room space. #premium-module-12-nav-carousel-1753323558884108200 { .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-1753323558884108200 { .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 Premium BoardRustic Wood Grain FinishTimeless Elegance DesignAdjustable Foot 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); }); }); Item details Brand Name Tribesigns Age Range Description Adult Model Name Dining Table Included Components Assembly Guide, Installation Tool Item Type Name Dining Table Item Height 75 centimeters Materials & Care Frame Material Type Engineered Wood Top Material Type Wood Product Care Instructions Wipe with Dry Cloth Base Metal Is Stain Resistant Yes Material Type Wood Handle Material Wood Features & Specs Seating Capacity 6 Base Type Pedestal Minimum Required Door Width 65 Inches Is Foldable No Number of Items 1 Frame Joint Type welded 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 31.5"D x 63"W x 29.5"H Item Weight 59.6 Pounds Tabletop Thickness 1.38 Inches Extended Length 63 Inches Leg Length 28.15 Inches Item Width 63 Inches Base To Top Distance 29.5 Inches Collapsed Length Minimum 63 Inches User guide Maximum Weight Recommendation 350 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 Style Color Black Shape Rectangular Table Design Dining Table Style Name Modern, Farmhouse Furniture Finish Waterproof Finish Leg Style Straight Leg Top Color Black Handle Finish Type Waterproof Finish Base Color Black Handle Color Black
$245.99
$169.9931% OFF
70.8-Inch Dining Table, Wood Farmhouse Kitchen Table for 4-6

70.8-Inch Dining Table, Wood Farmhouse Kitchen Tab...

Sturdy Wooden Dining Table - Offering robust stability supported by a sturdy wooden pedestal, this table can hold up to 330 pounds. Its scratch-resistant and easy-to-clean surface ensures long-lasting use. Accommodates 6-8 People - At 70.87"W x 31.3"D x 29.92"H, this table has flexible seating and ample space for all dining essentials, providing an enhanced dining experience. Versatile Use - This table fits perfectly in any corner of your home or office. It can function as a kitchen table, executive desk, computer desk, conference table, or writing table, suitable for various rooms. Rustic Farmhouse Design - This all-wooden table features a farmhouse design with beautiful grain patterns, serving as an attractive centerpiece for meals and formal dinners. Simple Assembly and Outstanding Service - This table comes with instructions and hardware for an easy one-hour assembly. Plus, our dedicated customer service team is ready to assist with any concerns. Product Dimensions & Weights Details Length 70.87" Depth 31.1" Height 29.92" Item Weight 74.3 lbs Packaging Dimensions & Weights 37.6" L x 22.64" W x 12.2" H (81.57 lbs) Installation Guide.pdf Tribesigns Large Long Dining Table for Big Families Comfortably Seats 6-8 People #premium-module-12-nav-carousel-1768962443679432800 { .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-1768962443679432800 { .custom-carousel-tabs { justify-content: flex-start; margin: 0; } .slide-caption { position: static; transform: none; background: none; color: black; text-align: center; padding: 10px; } .custom-carousel-slide.active { flex-direction: column; } .custom-carousel-controls { display: none; } } } TabletopFoot PadsFinish Thickened Tabletop Solid and sturdy, ensuring a long-lasting use. Adjustable Foot Pads Adjust to keep its balance even on an uneven floor. Premium Surface Scratch-resistant, heat-resistant, waterproof, easy to clean. document.addEventListener('DOMContentLoaded', function() { /* 为每个轮播容器初始化独立的轮播实例 */ document.querySelectorAll('.custom-carousel-module').forEach(module => { const container = module.querySelector('.custom-carousel-container'); const slides = container.querySelectorAll('.custom-carousel-slide'); const tabs = module.querySelectorAll('.custom-carousel-tabs .tab'); const prevBtn = container.querySelector('.prev-slide'); const nextBtn = container.querySelector('.next-slide'); let currentIndex = 0; function updateCarousel(index, scrollTab = true) { /* 更新幻灯片 */ slides.forEach((slide, i) => { slide.classList.toggle('active', i === index); }); /* 更新标签 */ tabs.forEach((tab, i) => { tab.classList.toggle('active', i === index); }); /* 滚动标签 */ if (scrollTab) { const tab = tabs[index]; tab.scrollIntoView({ behavior: 'smooth', inline: 'center', block: 'nearest' }); } } /* 绑定标签点击事件 */ tabs.forEach((tab, i) => { tab.addEventListener('click', () => { currentIndex = i; updateCarousel(currentIndex); }); }); /* 绑定'上一张'按钮 */ prevBtn.addEventListener('click', () => { currentIndex = (currentIndex - 1 + slides.length) % slides.length; updateCarousel(currentIndex); }); /* 绑定'下一张'按钮 */ nextBtn.addEventListener('click', () => { currentIndex = (currentIndex + 1) % slides.length; updateCarousel(currentIndex); }); updateCarousel(currentIndex, false); }); }); .premium-module-4-two-column-images .img-container-walter { display: grid; grid-template-columns: repeat(8, 1fr); grid-template-rows: repeat(2, 1fr); gap: 10px; } .premium-module-4-two-column-images .item-container img { width: 100%; } .premium-module-4-two-column-images .img-item { position: relative; display: flex; align-items: center; overflow: hidden; border-radius: 8px; transition: opacity 0.3s ease-in-out; flex-direction: column; } .premium-module-4-two-column-images .img-item a { position: relative; width: 100% height:100%; } .premium-module-4-two-column-images .img-item img { border-radius: 8px; } .premium-module-4-two-column-images .info p { margin: 5px 0; } .premium-module-4-two-column-images .info { display: flex; flex-direction: column; text-align: left; } /* 不同尺寸的 img-item */ .premium-module-4-two-column-images .size-4x2 { grid-column: span 4; grid-row: span 2; } .premium-module-4-two-column-images .hidden { visibility: hidden; position: absolute; } .premium-module-4-two-column-images .item-container { width: 100%; } @media screen and (min-width: 768px) { .premium-module-4-two-column-images .img-container-walter { margin: 0 5%; gap: 2%; } } @media screen and (max-width: 767px) { .premium-module-4-two-column-images .img-container-walter { grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(4, 1fr); } /* 2 行高 */ .premium-module-4-two-column-images .mobile-size-4x2 { grid-column: span 4 !important; grid-row: span 2 !important; } } Superior Construction Robust U-Shaped Pedestal Supports up to 330 Pounds Gather Your Family Around, Share the Love Around. Product Information Assembly Instructions Description This dining room table can be easily assembled in just an hour using the included hardware and easy-to-follow instructions. Material Engineered Wood Manufacturer Tribesigns Special Feature Heavy Duty Product Dimensions 31.1 x 70.87 x 29.92 inches Item Weight 74.3 pounds Required Assembly Yes Shape Rectangular
$265.99
$219.9917% OFF
70.8-Inch Dining Table, Wood Farmhouse Kitchen Table for 4-6 - Brown

70.8-Inch Dining Table, Wood Farmhouse Kitchen Tab...

Sturdy Wooden Dining Table - Offering robust stability supported by a sturdy wooden pedestal, this table can hold up to 330 pounds. Its scratch-resistant and easy-to-clean surface ensures long-lasting use. Accommodates 6-8 People - At 70.87"W x 31.3"D x 29.92"H, this table has flexible seating and ample space for all dining essentials, providing an enhanced dining experience. Versatile Use - This table fits perfectly in any corner of your home or office. It can function as a kitchen table, executive desk, computer desk, conference table, or writing table, suitable for various rooms. Rustic Farmhouse Design - This all-wooden table features a farmhouse design with beautiful grain patterns, serving as an attractive centerpiece for meals and formal dinners. Simple Assembly and Outstanding Service - This table comes with instructions and hardware for an easy one-hour assembly. Plus, our dedicated customer service team is ready to assist with any concerns. Product Dimensions & Weights Details Length 70.87" Depth 31.1" Height 29.92" Item Weight 74.3 lbs Packaging Dimensions & Weights 37.6" L x 22.64" W x 12.2" H (81.57 lbs) Installation Guide.pdf Tribesigns Large Long Dining Table for Big Families Comfortably Seats 6-8 People #premium-module-12-nav-carousel-1768962443679432800 { .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-1768962443679432800 { .custom-carousel-tabs { justify-content: flex-start; margin: 0; } .slide-caption { position: static; transform: none; background: none; color: black; text-align: center; padding: 10px; } .custom-carousel-slide.active { flex-direction: column; } .custom-carousel-controls { display: none; } } } TabletopFoot PadsFinish Thickened Tabletop Solid and sturdy, ensuring a long-lasting use. Adjustable Foot Pads Adjust to keep its balance even on an uneven floor. Premium Surface Scratch-resistant, heat-resistant, waterproof, easy to clean. document.addEventListener('DOMContentLoaded', function() { /* 为每个轮播容器初始化独立的轮播实例 */ document.querySelectorAll('.custom-carousel-module').forEach(module => { const container = module.querySelector('.custom-carousel-container'); const slides = container.querySelectorAll('.custom-carousel-slide'); const tabs = module.querySelectorAll('.custom-carousel-tabs .tab'); const prevBtn = container.querySelector('.prev-slide'); const nextBtn = container.querySelector('.next-slide'); let currentIndex = 0; function updateCarousel(index, scrollTab = true) { /* 更新幻灯片 */ slides.forEach((slide, i) => { slide.classList.toggle('active', i === index); }); /* 更新标签 */ tabs.forEach((tab, i) => { tab.classList.toggle('active', i === index); }); /* 滚动标签 */ if (scrollTab) { const tab = tabs[index]; tab.scrollIntoView({ behavior: 'smooth', inline: 'center', block: 'nearest' }); } } /* 绑定标签点击事件 */ tabs.forEach((tab, i) => { tab.addEventListener('click', () => { currentIndex = i; updateCarousel(currentIndex); }); }); /* 绑定'上一张'按钮 */ prevBtn.addEventListener('click', () => { currentIndex = (currentIndex - 1 + slides.length) % slides.length; updateCarousel(currentIndex); }); /* 绑定'下一张'按钮 */ nextBtn.addEventListener('click', () => { currentIndex = (currentIndex + 1) % slides.length; updateCarousel(currentIndex); }); updateCarousel(currentIndex, false); }); }); .premium-module-4-two-column-images .img-container-walter { display: grid; grid-template-columns: repeat(8, 1fr); grid-template-rows: repeat(2, 1fr); gap: 10px; } .premium-module-4-two-column-images .item-container img { width: 100%; } .premium-module-4-two-column-images .img-item { position: relative; display: flex; align-items: center; overflow: hidden; border-radius: 8px; transition: opacity 0.3s ease-in-out; flex-direction: column; } .premium-module-4-two-column-images .img-item a { position: relative; width: 100% height:100%; } .premium-module-4-two-column-images .img-item img { border-radius: 8px; } .premium-module-4-two-column-images .info p { margin: 5px 0; } .premium-module-4-two-column-images .info { display: flex; flex-direction: column; text-align: left; } /* 不同尺寸的 img-item */ .premium-module-4-two-column-images .size-4x2 { grid-column: span 4; grid-row: span 2; } .premium-module-4-two-column-images .hidden { visibility: hidden; position: absolute; } .premium-module-4-two-column-images .item-container { width: 100%; } @media screen and (min-width: 768px) { .premium-module-4-two-column-images .img-container-walter { margin: 0 5%; gap: 2%; } } @media screen and (max-width: 767px) { .premium-module-4-two-column-images .img-container-walter { grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(4, 1fr); } /* 2 行高 */ .premium-module-4-two-column-images .mobile-size-4x2 { grid-column: span 4 !important; grid-row: span 2 !important; } } Superior Construction Robust U-Shaped Pedestal Supports up to 330 Pounds Gather Your Family Around, Share the Love Around. Product Information Assembly Instructions Description This dining room table can be easily assembled in just an hour using the included hardware and easy-to-follow instructions. Material Engineered Wood Manufacturer Tribesigns Special Feature Heavy Duty Product Dimensions 31.1 x 70.87 x 29.92 inches Item Weight 74.3 pounds Required Assembly Yes Shape Rectangular
$265.99
$219.9917% OFF
Dining Table for 8 People, 70.87" Rectangular Wood Kitchen Table - Gray & Black

Dining Table for 8 People, 70.87" Rectangular Wood...

Spacious Dining Table - Measuring 70.87"L x 33.46" W x 29.92"H, this rectangular kitchen table comfortably seats 6-8 people, offering plenty of room for family gatherings or dinner parties. Durable & Easy to Clean - Built from a 1.97" thick particle board and a 1.57" x 1.57" heavy-duty metal frame, this sturdy and waterproof table boasts a melamine finish for scratch resistance and effortless cleaning. Versatile & Functional - Beyond a traditional dining or kitchen table, use it as a party table, conference room desk, or office desk - this multifunctional piece adapts to your needs. Stylish & Easy to Assemble - Sporting a chic, rustic brown wood grain and classic black finish, this 8 person dining table fits any interior. With clear instructions and labeled parts, assembly is complete in under 30 minutes. Note: Chairs not included Product Dimensions & Weights Details Length 70.87" Depth 33.46" Height 29.92" Tabletop Thickness 1.97" Item Weight 68.34 lbs Packaging Dimensions & Weights 76.77" L x 14.57" W x 8.86" H (78.26 lbs) Installation Guide.pdf Installation Guide Video: Timeless Farmhouse Dining Table for 6-8 People Multi-Purpose to Be Used for Home & Office Product Details .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 Details Strong Load Bearing Featuring a robust structure frame, ensuring excellent load-bearing capacity for stability. Adjustable Foot Pads Equipped with adjustable foot pads, ensuring a level surface and protects floors from scratches. Transform your dining space with the Tribesigns Dining Room Table! Item details Brand Name Tribesigns Model Name Dining Table Included Components Assembly Guide Item Height 29.92 inches Style Shape Rectangular Table Design Dining Table Style Name Farmhouse Furniture Finish Glossy Measurements Item Dimensions D x W x H 33.46"D x 70.87"W x 29.92"H Item Weight 68.34 Pounds Size 70.87-Inch Tabletop Thickness 1.97 Inches Extended Length 70.87 Inches User guide Maximum Weight Recommendation 330 Pounds Recommended Uses For Product Dining Indoor Outdoor Usage Indoor Materials & Care Frame Material Type Metal Top Material Type Engineered Wood Is Stain Resistant Yes Material Type Engineered Wood Handle Material Engineered Wood Features & Specs Seating Capacity 8 Number of Items 1 Unextended Seating Capacity 8 Tilting No Is the item resizable? No
$269.99
$229.9915% OFF
Modern Dining Table, 78.74 inches Sturdy Kitchen Table - Rustic Brown

Modern Dining Table, 78.74 inches Sturdy Kitchen T...

Group Dining Table - Designed for shared meals, this large dining table comfortably seats multiple people. It's perfect for family meals or gatherings with friends. Durable Table Design - Our dining table features a 0.98-inch thick MDF board top and a frame made of heavy-duty powder-coated iron tubing. Capable of supporting up to 200 lbs, this table promises stability and long-lasting performance. Roomy Dining Space - At 78.74 inches wide by 27.56 inches deep, this spacious dining table provides plenty of room for everyone. Iron tubing reinforcement underneath the tabletop offers extra support, even when loaded with food. Simplistic Industrial Design - The dining table's minimalist-industrial style brings an authentic touch to your dining room. Adjustable feet padding eliminates wobble and protects floors from scratches. Please note the tabletop's wood grain may slightly vary due to natural material. Easy Assembly and Cleaning - The table comes with all necessary tools and assembly instructions for easy setup. The tabletop surface is also easy to clean; simply use a damp cloth to wipe off any spills. Product Dimensions & Weights Details Length 78.74" Depth 27.56" Height 29.92" Tabletop Thickness 0.98" Item Weight 71.65 lbs Packaging Dimensions & Weights 45.08" L x 30.12" W x 9.06" H (76.06 lbs) Installation Guide.pdf Installation Guide Video: Tribesigns Industrial Dining Table for 6-8 Person Wood Kitchen Table with Heavy Duty Metal Frame #premium-module-12-nav-carousel-1755673378411072300 { .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-1755673378411072300 { .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; } } } Stable & Sturdy StructureSturdy and RobustSturdy Metal FrameAdjustable Foot Pads Stable and Sturdy Structure Enhance table stability. Sturdy and Robust High-quality thick particleboard increases longevity and robustness. Sturdy Metal Frame Heavy-Duty powder-coated iron pipe frame. Adjustable Foot Pads To protect the floor from being scratched and be adjusted for stability on uneven floors. 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 Product Care Instructions ‎Wipe with Damp Cloth Material ‎Engineered Wood, Metal Manufacturer ‎Tribesigns Item Weight ‎71 pounds Product Dimensions ‎78.74 x 27.56 x 29.92 inches Weight Capacity 200 lbs Shape Rectangular Room Type Dining Room, Kitchen Recommended Uses For Product Dining Assembly Required Yes
$249.99
$219.9912% OFF
Modern Dining Table, 78.74 inches Sturdy Kitchen Table - Gray

Modern Dining Table, 78.74 inches Sturdy Kitchen T...

Group Dining Table - Designed for shared meals, this large dining table comfortably seats multiple people. It's perfect for family meals or gatherings with friends. Durable Table Design - Our dining table features a 0.98-inch thick MDF board top and a frame made of heavy-duty powder-coated iron tubing. Capable of supporting up to 200 lbs, this table promises stability and long-lasting performance. Roomy Dining Space - At 78.74 inches wide by 27.56 inches deep, this spacious dining table provides plenty of room for everyone. Iron tubing reinforcement underneath the tabletop offers extra support, even when loaded with food. Simplistic Industrial Design - The dining table's minimalist-industrial style brings an authentic touch to your dining room. Adjustable feet padding eliminates wobble and protects floors from scratches. Please note the tabletop's wood grain may slightly vary due to natural material. Easy Assembly and Cleaning - The table comes with all necessary tools and assembly instructions for easy setup. The tabletop surface is also easy to clean; simply use a damp cloth to wipe off any spills. Product Dimensions & Weights Details Length 78.74" Depth 27.56" Height 29.92" Tabletop Thickness 0.98" Item Weight 71.65 lbs Packaging Dimensions & Weights 45.08" L x 30.12" W x 9.06" H (76.06 lbs) Installation Guide.pdf Installation Guide Video: Tribesigns Industrial Dining Table for 6-8 Person Wood Kitchen Table with Heavy Duty Metal Frame #premium-module-12-nav-carousel-1755673378411072300 { .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-1755673378411072300 { .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; } } } Stable & Sturdy StructureSturdy and RobustSturdy Metal FrameAdjustable Foot Pads Stable and Sturdy Structure Enhance table stability. Sturdy and Robust High-quality thick particleboard increases longevity and robustness. Sturdy Metal Frame Heavy-Duty powder-coated iron pipe frame. Adjustable Foot Pads To protect the floor from being scratched and be adjusted for stability on uneven floors. 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 Product Care Instructions ‎Wipe with Damp Cloth Material ‎Engineered Wood, Metal Manufacturer ‎Tribesigns Item Weight ‎71 pounds Product Dimensions ‎78.74 x 27.56 x 29.92 inches Weight Capacity 200 lbs Shape Rectangular Room Type Dining Room, Kitchen Recommended Uses For Product Dining Assembly Required Yes
$249.99
$219.9912% OFF
70.86" Executive Office Desk with Large Tabletop, Modern Computer Desk

70.86" Executive Office Desk with Large Tabletop, ...

Spacious Work Surface - This modern office desk features a large 70.86 inch by 33.46 inch tabletop, providing ample room for computers, lamps, documents, and daily work essentials while keeping your workspace organized and efficient. Modern Color-Matched Design - The tabletop is designed with three coordinated panels in grey and black tones, creating a clean, contemporary look that complements modern home interiors and professional office settings. Durable and Stable Construction - Built with an E1-grade particle board core and a scratch-resistant surface, this executive desk is designed for everyday use. The 1.57 inch metal legs are equipped with adjustable anti-slip feet to enhance stability on different floor surfaces. Versatile for Multiple Spaces - Designed to adapt easily to home offices, professional workspaces, bedrooms, or study areas, this computer desk delivers reliable functionality wherever focused work is needed. Quick and Easy Assembly - The package includes clear instructions, pre-numbered accessories, and all necessary tools. By following the step-by-step guide, the desk can be assembled in 40 minutes or less. Product Dimensions & Weights Details Length 71" Depth 33.46" Height 29.92" Item Weight 68.34 lbs Packaging Dimensions & Weights 75.59" L x 14.37" W x 8.94" H (78.26 lbs) Installation Guide.pdf Tribesigns Computer Table: 70.86 x 33.46 Inch with Large Tabletop .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.86'' x 33.46'' Tabletop Tribesigns Executive Desk with Spacious Workspace It can effortlessly hold your computers and daily essentials, ensuring there's abundant space for smooth task management #premium-module-12-nav-carousel-1767607050087220400 { .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-1767607050087220400 { .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; } } } TabletopMetal LegFeet 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); }); }); Item details Brand Name Tribesigns Age Range Description Adult Model Name Home Office Desk Manufacturer Tribesigns Item Height 29.92 inches Materials & Care Base Metal Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth User guide Required Assembly Yes Style Shape Rectangular Color Grey Style Name Modern Finish Types Wood Top Color Grey Base Color Black Measurements Item Dimensions D x W x H 33.46"D x 70.86"W x 29.92"H Item Weight 68.34 Pounds Size Large Tabletop Thickness 1.97 Inches Features & Specs Additional Features Adjustable, Scratch Resistant Frame Joint Type Butt Joint Is Customizable? No
$269.99
$239.9911% OFF
70.86" Executive Office Desk with Large Tabletop, Modern Computer Desk - Rustic Brown & Black

70.86" Executive Office Desk with Large Tabletop, ...

Spacious Work Surface - This modern office desk features a large 70.86 inch by 33.46 inch tabletop, providing ample room for computers, lamps, documents, and daily work essentials while keeping your workspace organized and efficient. Modern Color-Matched Design - The tabletop is designed with three coordinated panels in grey and black tones, creating a clean, contemporary look that complements modern home interiors and professional office settings. Durable and Stable Construction - Built with an E1-grade particle board core and a scratch-resistant surface, this executive desk is designed for everyday use. The 1.57 inch metal legs are equipped with adjustable anti-slip feet to enhance stability on different floor surfaces. Versatile for Multiple Spaces - Designed to adapt easily to home offices, professional workspaces, bedrooms, or study areas, this computer desk delivers reliable functionality wherever focused work is needed. Quick and Easy Assembly - The package includes clear instructions, pre-numbered accessories, and all necessary tools. By following the step-by-step guide, the desk can be assembled in 40 minutes or less. Product Dimensions & Weights Details Length 71" Depth 33.46" Height 29.92" Item Weight 68.34 lbs Packaging Dimensions & Weights 75.59" L x 14.37" W x 8.94" H (78.26 lbs) Installation Guide.pdf Tribesigns Computer Table: 70.86 x 33.46 Inch with Large Tabletop .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.86'' x 33.46'' Tabletop Tribesigns Executive Desk with Spacious Workspace It can effortlessly hold your computers and daily essentials, ensuring there's abundant space for smooth task management #premium-module-12-nav-carousel-1767607050087220400 { .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-1767607050087220400 { .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; } } } TabletopMetal LegFeet 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); }); }); Item details Brand Name Tribesigns Age Range Description Adult Model Name Home Office Desk Manufacturer Tribesigns Item Height 29.92 inches Materials & Care Base Metal Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth User guide Required Assembly Yes Style Shape Rectangular Color Grey Style Name Modern Finish Types Wood Top Color Grey Base Color Black Measurements Item Dimensions D x W x H 33.46"D x 70.86"W x 29.92"H Item Weight 68.34 Pounds Size Large Tabletop Thickness 1.97 Inches Features & Specs Additional Features Adjustable, Scratch Resistant Frame Joint Type Butt Joint Is Customizable? No
$269.99
$239.9911% OFF
70.86" Executive Office Desk with Large Tabletop, Modern Computer Desk - Gray & Black

70.86" Executive Office Desk with Large Tabletop, ...

Spacious Work Surface - This modern office desk features a large 70.86 inch by 33.46 inch tabletop, providing ample room for computers, lamps, documents, and daily work essentials while keeping your workspace organized and efficient. Modern Color-Matched Design - The tabletop is designed with three coordinated panels in grey and black tones, creating a clean, contemporary look that complements modern home interiors and professional office settings. Durable and Stable Construction - Built with an E1-grade particle board core and a scratch-resistant surface, this executive desk is designed for everyday use. The 1.57 inch metal legs are equipped with adjustable anti-slip feet to enhance stability on different floor surfaces. Versatile for Multiple Spaces - Designed to adapt easily to home offices, professional workspaces, bedrooms, or study areas, this computer desk delivers reliable functionality wherever focused work is needed. Quick and Easy Assembly - The package includes clear instructions, pre-numbered accessories, and all necessary tools. By following the step-by-step guide, the desk can be assembled in 40 minutes or less. Product Dimensions & Weights Details Length 71" Depth 33.46" Height 29.92" Item Weight 68.34 lbs Packaging Dimensions & Weights 75.59" L x 14.37" W x 8.94" H (78.26 lbs) Installation Guide.pdf Tribesigns Computer Table: 70.86 x 33.46 Inch with Large Tabletop .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.86'' x 33.46'' Tabletop Tribesigns Executive Desk with Spacious Workspace It can effortlessly hold your computers and daily essentials, ensuring there's abundant space for smooth task management #premium-module-12-nav-carousel-1767607050087220400 { .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-1767607050087220400 { .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; } } } TabletopMetal LegFeet 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); }); }); Item details Brand Name Tribesigns Age Range Description Adult Model Name Home Office Desk Manufacturer Tribesigns Item Height 29.92 inches Materials & Care Base Metal Top Material Type Engineered Wood Product Care Instructions Wipe with Dry Cloth User guide Required Assembly Yes Style Shape Rectangular Color Grey Style Name Modern Finish Types Wood Top Color Grey Base Color Black Measurements Item Dimensions D x W x H 33.46"D x 70.86"W x 29.92"H Item Weight 68.34 Pounds Size Large Tabletop Thickness 1.97 Inches Features & Specs Additional Features Adjustable, Scratch Resistant Frame Joint Type Butt Joint Is Customizable? No
$269.99
$239.9911% OFF
6FT Conference Table, 70.8” Executive Desk Office Computer Meeting Table - Gray & Black

6FT Conference Table, 70.8” Executive Desk Office ...

Stylish Conference Table - With sleek lines, modern color blocking, and a simple design, this table creates an elegant centerpiece that encourages productive discussions in any setting. Spacious and Comfortable - With dimensions of 70.87"W x 36.46"D, this table comfortably accommodates 6-8 people, ensuring ample workroom for all your essential documents, books and devices. Versatile and Timeless - Perfect for executive offices, conference rooms or meeting spaces, this 6ft table elevates any modern office environment with its classic style. Durable Construction - Built with a high-grade board and a thick (1.57" x 1.57") steel frame, the table guarantees long-term durability and spacious legroom for comfort, all tailored to withstand a busy workday. Simple Assembly & Excellent Service - Easy to assemble with labeled pieces and step-by-step instructions provided. In case of any issues, our customer service team is available with an 18-month warranty at your service. Product Dimensions & Weights Details Length 70.87" Depth 33.46" Height 29.92" Tabletop Thickness 1.97" Item Weight 68.34 lbs Packaging Dimensions & Weights 76.77" L x 14.57" W x 8.86" H (78.26 lbs) Installation Guide.pdf Installation Guide Video: Integrate Vintage Handsome Character Into Your meeting Space /Personal Studio .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; } } --- Good for 6 People Meeting Wood and Metal 6FT Conference Tale Eye-catching Outlook: Balancing practical function with a timeless aesthetic, good to fit for your contemporary private or open-concept office space. Enough Leg Room: Whether tall or short, you have plenty of room to stretch your legs. 6-People Meeting Work: Collect your crew of creative minds around the 6FT rectangular table, leaving plenty of space to brainstorm, strategize and collaborate on all those brilliant ideas. With ample leg room to stretch your legs Multifunctional Large Table Stylish splicing board design. Combined with classic black and beautiful light gray wood grain texture, perfect fit for any private or open plan office, boardroom, training area, or education space. Simple spacious desktop,which provides plenty of surface space for computer work and other home office activities, keep your home clean and comfortable, Not Messy! .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; } } Beautiful & Thick Tabletop Chic Splice Board with Waterproof Laminate Finish Made of high quality engineered wood, which conforms to E1 standard, the conference table is chic and sturdy. In addition, coated with melamine surface, the table board has smooth toughness and good brightness. In the meanwhile, it is also waterproof, scratch resistant and easy to clean. Super Stable and Sturdy Tabletop Crafted from high-grade E1 particle board with rustic wood grain, this wooden table is waterproof, scratch-resistant and very easy to clean. Its industrial appearance is ideal for uptown lofts and modern farmhouses alike. Perfect to fit in any home office. Heavy-duty Metal Frame & Adjustable Feet Pads Powder-coated Strong Metal Frame The sturdy legs are made of heavy-duty powder-coated steel which ensures stability and durability. And structurally, the slightly outwardly sloping feet further enhance the stability and durability of this rectangle training table, which is no problem for long time use. 4 Adjustable Feet Pads Besides 4 pcs adjustable feet pads will strengthen the stability and keep the balance even on the uneven floor or carpets. Note: Recommend 2 people to do it together because the board and metal are heavy. Item details Brand Name Tribesigns Age Range Description Adult Model Name Conference Room Table Included Components Installation Tool Item Type Name Conference Room Table Item Height 29.92 inches Style Shape Rectangular Table Design Conference Table Style Name Modern Finish Types Powder Coated Furniture Finish Powder Coated Leg Style Metal Frame Measurements Item Dimensions D x W x H 33.46"D x 70.87"W x 29.92"H Item Weight 68.3 Pounds Tabletop Thickness 1.97 Inches User guide Maximum Weight Recommendation 4.5E+2 Pounds Recommended Uses For Product Working Warranty Type Limited Includes All Assembly Tools Yes Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Base Alloy Steel Material Type Wood, Metal Natural Variation Type limited Features & Specs Base Type Leg Number of Items 1 Frame Joint Type Bolted Is Customizable? No Is the item resizable? No
$269.99
$239.9911% OFF
6FT Conference Table, 70.8” Executive Desk Office Computer Meeting Table - Rustic Brown & Black

6FT Conference Table, 70.8” Executive Desk Office ...

Stylish Conference Table - With sleek lines, modern color blocking, and a simple design, this table creates an elegant centerpiece that encourages productive discussions in any setting. Spacious and Comfortable - With dimensions of 70.87"W x 36.46"D, this table comfortably accommodates 6-8 people, ensuring ample workroom for all your essential documents, books and devices. Versatile and Timeless - Perfect for executive offices, conference rooms or meeting spaces, this 6ft table elevates any modern office environment with its classic style. Durable Construction - Built with a high-grade board and a thick (1.57" x 1.57") steel frame, the table guarantees long-term durability and spacious legroom for comfort, all tailored to withstand a busy workday. Simple Assembly & Excellent Service - Easy to assemble with labeled pieces and step-by-step instructions provided. In case of any issues, our customer service team is available with an 18-month warranty at your service. Product Dimensions & Weights Details Length 70.87" Depth 33.46" Height 29.92" Tabletop Thickness 1.97" Item Weight 68.34 lbs Packaging Dimensions & Weights 76.77" L x 14.57" W x 8.86" H (78.26 lbs) Installation Guide.pdf Installation Guide Video: Integrate Vintage Handsome Character Into Your meeting Space /Personal Studio .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; } } --- Good for 6 People Meeting Wood and Metal 6FT Conference Tale Eye-catching Outlook: Balancing practical function with a timeless aesthetic, good to fit for your contemporary private or open-concept office space. Enough Leg Room: Whether tall or short, you have plenty of room to stretch your legs. 6-People Meeting Work: Collect your crew of creative minds around the 6FT rectangular table, leaving plenty of space to brainstorm, strategize and collaborate on all those brilliant ideas. With ample leg room to stretch your legs Multifunctional Large Table Stylish splicing board design. Combined with classic black and beautiful light gray wood grain texture, perfect fit for any private or open plan office, boardroom, training area, or education space. Simple spacious desktop,which provides plenty of surface space for computer work and other home office activities, keep your home clean and comfortable, Not Messy! .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; } } Beautiful & Thick Tabletop Chic Splice Board with Waterproof Laminate Finish Made of high quality engineered wood, which conforms to E1 standard, the conference table is chic and sturdy. In addition, coated with melamine surface, the table board has smooth toughness and good brightness. In the meanwhile, it is also waterproof, scratch resistant and easy to clean. Super Stable and Sturdy Tabletop Crafted from high-grade E1 particle board with rustic wood grain, this wooden table is waterproof, scratch-resistant and very easy to clean. Its industrial appearance is ideal for uptown lofts and modern farmhouses alike. Perfect to fit in any home office. Heavy-duty Metal Frame & Adjustable Feet Pads Powder-coated Strong Metal Frame The sturdy legs are made of heavy-duty powder-coated steel which ensures stability and durability. And structurally, the slightly outwardly sloping feet further enhance the stability and durability of this rectangle training table, which is no problem for long time use. 4 Adjustable Feet Pads Besides 4 pcs adjustable feet pads will strengthen the stability and keep the balance even on the uneven floor or carpets. Note: Recommend 2 people to do it together because the board and metal are heavy. Item details Brand Name Tribesigns Age Range Description Adult Model Name Conference Room Table Included Components Installation Tool Item Type Name Conference Room Table Item Height 29.92 inches Style Shape Rectangular Table Design Conference Table Style Name Modern Finish Types Powder Coated Furniture Finish Powder Coated Leg Style Metal Frame Measurements Item Dimensions D x W x H 33.46"D x 70.87"W x 29.92"H Item Weight 68.3 Pounds Tabletop Thickness 1.97 Inches User guide Maximum Weight Recommendation 4.5E+2 Pounds Recommended Uses For Product Working Warranty Type Limited Includes All Assembly Tools Yes Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Base Alloy Steel Material Type Wood, Metal Natural Variation Type limited Features & Specs Base Type Leg Number of Items 1 Frame Joint Type Bolted Is Customizable? No Is the item resizable? No
$269.99
$239.9911% OFF
6FT Conference Table, 70.8” Executive Desk Office Computer Meeting Table

6FT Conference Table, 70.8” Executive Desk Office ...

Stylish Conference Table - With sleek lines, modern color blocking, and a simple design, this table creates an elegant centerpiece that encourages productive discussions in any setting. Spacious and Comfortable - With dimensions of 70.87"W x 36.46"D, this table comfortably accommodates 6-8 people, ensuring ample workroom for all your essential documents, books and devices. Versatile and Timeless - Perfect for executive offices, conference rooms or meeting spaces, this 6ft table elevates any modern office environment with its classic style. Durable Construction - Built with a high-grade board and a thick (1.57" x 1.57") steel frame, the table guarantees long-term durability and spacious legroom for comfort, all tailored to withstand a busy workday. Simple Assembly & Excellent Service - Easy to assemble with labeled pieces and step-by-step instructions provided. In case of any issues, our customer service team is available with an 18-month warranty at your service. Product Dimensions & Weights Details Length 70.87" Depth 33.46" Height 29.92" Tabletop Thickness 1.97" Item Weight 68.34 lbs Packaging Dimensions & Weights 76.77" L x 14.57" W x 8.86" H (78.26 lbs) Installation Guide.pdf Installation Guide Video: Integrate Vintage Handsome Character Into Your meeting Space /Personal Studio .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; } } --- Good for 6 People Meeting Wood and Metal 6FT Conference Tale Eye-catching Outlook: Balancing practical function with a timeless aesthetic, good to fit for your contemporary private or open-concept office space. Enough Leg Room: Whether tall or short, you have plenty of room to stretch your legs. 6-People Meeting Work: Collect your crew of creative minds around the 6FT rectangular table, leaving plenty of space to brainstorm, strategize and collaborate on all those brilliant ideas. With ample leg room to stretch your legs Multifunctional Large Table Stylish splicing board design. Combined with classic black and beautiful light gray wood grain texture, perfect fit for any private or open plan office, boardroom, training area, or education space. Simple spacious desktop,which provides plenty of surface space for computer work and other home office activities, keep your home clean and comfortable, Not Messy! .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; } } Beautiful & Thick Tabletop Chic Splice Board with Waterproof Laminate Finish Made of high quality engineered wood, which conforms to E1 standard, the conference table is chic and sturdy. In addition, coated with melamine surface, the table board has smooth toughness and good brightness. In the meanwhile, it is also waterproof, scratch resistant and easy to clean. Super Stable and Sturdy Tabletop Crafted from high-grade E1 particle board with rustic wood grain, this wooden table is waterproof, scratch-resistant and very easy to clean. Its industrial appearance is ideal for uptown lofts and modern farmhouses alike. Perfect to fit in any home office. Heavy-duty Metal Frame & Adjustable Feet Pads Powder-coated Strong Metal Frame The sturdy legs are made of heavy-duty powder-coated steel which ensures stability and durability. And structurally, the slightly outwardly sloping feet further enhance the stability and durability of this rectangle training table, which is no problem for long time use. 4 Adjustable Feet Pads Besides 4 pcs adjustable feet pads will strengthen the stability and keep the balance even on the uneven floor or carpets. Note: Recommend 2 people to do it together because the board and metal are heavy. Item details Brand Name Tribesigns Age Range Description Adult Model Name Conference Room Table Included Components Installation Tool Item Type Name Conference Room Table Item Height 29.92 inches Style Shape Rectangular Table Design Conference Table Style Name Modern Finish Types Powder Coated Furniture Finish Powder Coated Leg Style Metal Frame Measurements Item Dimensions D x W x H 33.46"D x 70.87"W x 29.92"H Item Weight 68.3 Pounds Tabletop Thickness 1.97 Inches User guide Maximum Weight Recommendation 4.5E+2 Pounds Recommended Uses For Product Working Warranty Type Limited Includes All Assembly Tools Yes Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Base Alloy Steel Material Type Wood, Metal Natural Variation Type limited Features & Specs Base Type Leg Number of Items 1 Frame Joint Type Bolted Is Customizable? No Is the item resizable? No
$269.99
$239.9911% OFF
Round Conference Table, Small Meeting Table with Thickened Tabletop

Round Conference Table, Small Meeting Table with T...

Chic Walnut Finish - With a stylish walnut brown finish, this table adds a blend of sophistication, warmth, and professionalism to any office decor, from contemporary to classic styles. Ideal Round Shape - Measuring 46.5" W x 46.5" D x 29.5" H, this round conference table fosters an inclusive atmosphere, comfortably accommodating 4-6 people and facilitating collaboration. Robust and Refined - The 1.18"-thick top withstands daily usage while the unique, tapered hollow base ensures stability. The modern design is as visually appealing as it is functional. Perfect for Compact Spaces - Its compact size is ideal for small conference rooms, facilitating effective discussions and brainstorming sessions without compromising on space. Easy Assembly & Cleaning - The table not only assembles effortlessly with simple, clear instructions but also features a smooth surface for easy cleaning, ensuring its stylish appearance is maintained. Product Dimensions & Weights Details Length 46.46" Depth 46.46" Height 29.53" Tabletop Thickness 1.18" Item Weight 65.04 lbs Packaging Dimensions & Weights 50.98" L x 25.79" W x 5.43" H (69.45 lbs) Installation Guide.pdf Walnut Brown Round Table: Meet, Collaborate, Assemble Easy Item details Brand Name Tribesigns Included Components Assembly Guide Manufacturer Tribesigns Materials & Care Frame Material Type Engineered Wood Top Material Type Engineered Wood Is Stain Resistant No Material Type Walnut Handle Material Engineered Wood Features & Specs Seating Capacity 6 Number of Items 1 Unextended Seating Capacity 6 Is the item resizable? No Measurements Item Dimensions D x W x H 46.5"D x 46.5"W x 29.5"H Item Weight 65 Pounds Size 46.5" W x 46.5" D x 29.5" H Item Depth 46.5 inches Item Dimensions 46.5 x 46.5 x 29.5 inches Tabletop Thickness 1.18 Inches User guide Required Assembly Yes Indoor Outdoor Usage Indoor Tools Recommended For Assembly Allen Key, Screw Driver Style Color Walnut Brown Shape Round Table Design Conference Table Style Name Modern Furniture Finish Walnut Top Color Walnut Brown
$209.99
$189.9910% OFF
8FT Conference Table, 94.5" Meeting Table with 2 Cable Grommet  for 8-10

8FT Conference Table, 94.5" Meeting Table with 2 C...

Note: The conference table ships in two boxes, which may arrive separately. Spacious Conference Table - At 94.5"L x 47.2"W x 29.5"H, this table comfortably seats 8-10 people, providing ample legroom and perfect balance of style and functionality. Stylish Design - The symmetrical legs add modernity and ensure stability. Busy-Proof - Two built-in cable grommets keep cords organized and your workspace neat. Professional & Classy - The classic walnut finish exudes sophistication, making the table ideal for boardrooms, training sessions, podcasts, and more. Easy Assembly - Provided with clear instructions and tools. It's recommended to have two people for setup. Product Dimensions & Weights Details Length 94.49" Depth 47.24" Height 29.53" Item Weight 147.71 lbs Packaging Dimensions & Weights Box1: 51.57" L x 26.77" W x 4.92" H (82.12 lbs) Box2: 43.7" L x 18.9" W x 7.87" H (76.06 lbs) Note: This item will be delivered in two separate shipments. Installation Guide.pdf Tribesigns 94.5-Inch Conference Table, 8FT Meeting Table with 2 Cable Grommets The spacious 10-person table combines a sleek walnut finish with geometric legs and cable management to bring style, order, and productivity to your conference room. Where Classic Style and Modern Utility Converge Style Color Brown Shape Rectangular Table Design Conference Table Style Name Classic Furniture Finish Walnut Top Color Brown Item details Brand Name Tribesigns Model Name Conference Table Included Components Assembly Guide Manufacturer Tribesigns Features & Specs Seating Capacity 10 Base Type Leg Number of Items 1 Unextended Seating Capacity 10 Is the item resizable? No Measurements Item Dimensions D x W x H 47.2"D x 94.5"W x 29.5"H Item Weight 147.7 Pounds Size 94.5" W x 47.2" D x 29.5" H Item Depth 47.2 inches Item Dimensions 47.2 x 94.5 x 29.5 inches Tabletop Thickness 29.5 Inches Extended Length 94.5 Inches User guide Required Assembly Yes Maximum Weight Recommendation 300 Pounds Indoor Outdoor Usage Indoor Tools Recommended For Assembly Allen Key, Screw Driver Materials & Care Frame Material Type Wood Top Material Type Wood Product Care Instructions Wipe with Damp Cloth Is Stain Resistant No Material Type Wood Handle Material Wood
$349.99
$329.996% OFF
6FT / 8FT Conference Table, Modern Boat Shaped Meeting Table - White & Black / 6FT

6FT / 8FT Conference Table, Modern Boat Shaped Mee...

Attention: The 8FT Conference Table will come in two packages, The 6FT Conference Table will come in one package! Modern & Natural Style - Designed in modern style, our 8 ft conference table has an elegant and beautiful appearance. It is perfect for your contemporary private or open-concept office space. Meanwhile, the boat curve design enables your team to see everyone around the table. Assemble the Team - Assemble your group of geniuses for a brainstorming session - from large company leadership meetings to small team collaborations, Tribesigns Modern Conference Table provide the perfect setting for co-workers and colleagues to gather and exchange ideas. Tabletop Cable Grommets - Two grommet hole cutouts on the top and open channels inside the legs of the table let you discreetly guide cords and cables up from the floor to the work surface, helping to keep your meeting area cleaner and more organized. Long-Lasting Quality - Constructed by boat panel and metal frame, this meeting table is steady and sturdy. In addition, the scratch- and stain-resistant laminate finish helps it better withstand everyday office use and maintain its professional appearance for longer. Easy to Assemble - Our boat shaped conference table weighs 108 lbs, and a simple assembly is needed. We strongly recommend that it be assembled by two people. please feel free to contact us if you have any problems, our customer service team will be here to assist you. 8FT Product Size: 94.48" L ×47.21" W×29.52" H 6FT Product Size: 70.86" L ×35.43" W×29.52" H Material: E1 Particle Board & Metal Frame Manual: C0777
$309.99
$179.9942% OFF
6FT / 8FT Conference Table, Modern Boat Shaped Meeting Table

6FT / 8FT Conference Table, Modern Boat Shaped Mee...

Attention: The 8FT Conference Table will come in two packages, The 6FT Conference Table will come in one package! Modern & Natural Style - Designed in modern style, our 8 ft conference table has an elegant and beautiful appearance. It is perfect for your contemporary private or open-concept office space. Meanwhile, the boat curve design enables your team to see everyone around the table. Assemble the Team - Assemble your group of geniuses for a brainstorming session - from large company leadership meetings to small team collaborations, Tribesigns Modern Conference Table provide the perfect setting for co-workers and colleagues to gather and exchange ideas. Tabletop Cable Grommets - Two grommet hole cutouts on the top and open channels inside the legs of the table let you discreetly guide cords and cables up from the floor to the work surface, helping to keep your meeting area cleaner and more organized. Long-Lasting Quality - Constructed by boat panel and metal frame, this meeting table is steady and sturdy. In addition, the scratch- and stain-resistant laminate finish helps it better withstand everyday office use and maintain its professional appearance for longer. Easy to Assemble - Our boat shaped conference table weighs 108 lbs, and a simple assembly is needed. We strongly recommend that it be assembled by two people. please feel free to contact us if you have any problems, our customer service team will be here to assist you. Product Dimensions & Weights Details Length 94.48" Depth 47.21" Height 29.52" Item Weight 93.26 lbs Packaging Dimensions & Weights Box1: 51.38" L x 26.97" W x 4.72" H (83.33 lbs) Box2: 35.63" L x 29.33" W x 4.33" H (18.74 lbs) Note: This item will be delivered in two separate shipments. Product Dimensions & Weights Details Length 70.86" Depth 35.43" Height 29.52" Item Weight 54.01 lbs Packaging Dimensions & Weights 44.88" L x 18.5 " W x 7.28 " H (58.42 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; } } Brainstorm, Strategic, Collaborate Tribesigns 8FT Boat-Shaped Conference Table Boasting double tone outlook with clean silhouette, this conference table exudes a cozy yet stylish touch that can easily become a favorite gathering spot. Measuring 94.48' L x 47.24' W, this conference room table seats 8-10 people comfortably to exchange ideas. Also comes with 2 cable holes that help keep your meeting area cleaner and more organized. Bring your team together in open or private work environment with this boat-shaped Conference Table. .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; } } High Quality Particle Board Crafted from E1 particle board which is strong corrosion resistance, anti-scratch and easy to clean for consistent long-term use Two Cable Grommets Organize wires and cables on office equipment, computer components effectively. keep desk clean and tidy Sturdy Support Frame Support frame make the conference table super stable, sturdy and last for long-term use Heavy-duty Metal Legs Made of heavy-duty metal legs that ensures stability and durability, this meeting table is quite solid Item details Brand Name Tribesigns Included Components Assembly Guide, Installation Tool Manufacturer Tribesigns Item Type Name Conference Table Item Height 29.52" Materials & Care Frame Material Type Metal Top Material Type Engineered Wood Base Alloy Steel Is Stain Resistant Yes Material Type Engineered Wood Handle Material Wood Features & Specs Seating Capacity 8 Base Type Leg Is Foldable No Number of Items 1 Frame Joint Type welded Unextended Seating Capacity 8 Tilting No Is Customizable? No Is the item resizable? No Measurements 8FT Item Dimensions D x W x H 47.21"D x 94.48"W x 29.52"H 6FT Item Dimensions D x W x H 70.86" L ×35.43" W×29.52" H Size 8ft/6ft User guide Maximum Weight Recommendation 550 Pounds(8FT), 150 Pounds(6FT) Recommended Uses For Product Meeting Indoor Outdoor Usage Indoor Specific Uses For Product Non Residential Use, Residential Use Includes All Assembly Tools Yes Style Shape Boat Shaped Table Design Conference Table Style Name Modern; Contemporary; Industrial Finish Types Coated Furniture Finish Black Leg Style Straight Leg Handle Finish Type Coated Base Color Black Handle Color Black
$269.99
$179.9933% OFF

Subscribe to Tribesigns coupon newsletter

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