{"product_id":"big-office-table-contemporary-executive-hyz-2036","title":"Big Office Table \u0026 Contemporary Executive Computer Workstation | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 35px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 35px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 18000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 20px;\n    margin-bottom: 35px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 25px;\n    }\n    .kagu-tbl {\n      margin-top: 16px;\n      margin-bottom: 25px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eModern Geometric Aesthetic:\u003c\/b\u003e A premium designer desk with a sophisticated geometric profile and elegant bevelled edges.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eMassive Executive Surface:\u003c\/b\u003e A big office table with an ultra-thick 8cm work surface for a strong, high-end presence.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHigh-Gloss Piano Finish:\u003c\/b\u003e A polished baking finish creates a mirror-like effect for executive offices, boardrooms, and premium workspaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHidden Cable Management:\u003c\/b\u003e A flip-top aluminium cable box helps keep computers, chargers, and meeting equipment neatly organised.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eBoardroom-Ready Versatility:\u003c\/b\u003e Suitable for executive offices, boardrooms, conference rooms, leadership suites, and premium professional interiors.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerHYZ2036\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eBig Office Table with Contemporary Executive Workstation Style\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/big_office_table_contemporary_executive_computer_workstationHYZ-2036_main_images_1.webp?v=1778730290\" alt=\"Big office table with contemporary executive workstation design\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eEnhance a premium workspace with this big office table and contemporary executive computer workstation. Designed for executive offices, boardrooms, conference rooms, leadership suites, and high-end corporate interiors, it combines E1-grade MDF construction, an 8cm thickened desktop, high-gloss piano baking finish, hidden aluminium cable management, and refined bevelled-edge geometric styling.\u003c\/p\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/7757\/5231\/files\/HYZ-2036_04.jpg?v=1744624479\" alt=\"Contemporary executive office table in modern meeting room\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/7757\/5231\/files\/HYZ-2036_06.jpg?v=1744624485\" alt=\"Eco-friendly E1 grade MDF designer desk construction\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEco-Friendly E1 Grade MDF Construction\u003c\/h3\u003e\n          \u003cp\u003eThe desk uses E1-grade MDF for a smooth, durable texture and stable commercial performance. It is designed for long-term executive office use, meeting spaces, and high-end corporate environments.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/7757\/5231\/files\/HYZ-2036_08.jpg?v=1744624488\" alt=\"High-gloss piano baking finish on executive office table\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Gloss Piano Baking Finish\u003c\/h3\u003e\n          \u003cp\u003eThe vibrant piano baking finish creates a refined mirror-like effect that brings luxury and modern sophistication to boardrooms, executive desks, conference areas, and presentation spaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/big_office_table_contemporary_executive_computer_workstationHYZ-2036_detailed_images_1.jpg?v=1779160884\" alt=\"8cm thickened desktop surface on large executive office table\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003e8cm Thickened Executive Surface\u003c\/h3\u003e\n          \u003cp\u003eThe massive 8cm thickened surface provides a strong, premium feel for intensive office use. It supports a commanding executive presence while offering reliable workspace capacity for computers, documents, and meeting materials.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/7757\/5231\/files\/HYZ-2036_12.jpg?v=1744624492\" alt=\"Hidden aluminium cable management box on contemporary office desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHidden Aluminium Cable Management\u003c\/h3\u003e\n          \u003cp\u003eThe flip-top aluminium cable box helps organise power cords, computer cables, chargers, and meeting equipment. It keeps the large office table surface cleaner and more professional during daily use.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0749\/7757\/5231\/files\/HYZ-2036_14.jpg?v=1744624495\" alt=\"Bevelled edge geometric design on designer executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eElegant Bevelled Edge Geometric Design\u003c\/h3\u003e\n          \u003cp\u003eMeticulously carved lines and bevelled edges create a personalised architectural look. The geometric profile adds a distinctive design-led finish to executive rooms, meeting spaces, and premium workstations.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"kagu-tbl\"\u003e\n  \u003ctable\u003e\n    \u003ctbody\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n        \u003ctd\u003eBig Office Table \/ Contemporary Executive Computer Workstation \/ Designer Executive Desk\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eBoard Material\u003c\/th\u003e\n        \u003ctd\u003eE1-grade MDF\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eSurface Finish\u003c\/th\u003e\n        \u003ctd\u003eHigh-gloss piano baking finish\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eDesktop\u003c\/th\u003e\n        \u003ctd\u003eApprox. 8cm thickened heavy-duty surface\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eCable Management\u003c\/th\u003e\n        \u003ctd\u003eHidden flip-top aluminium cable management box\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eDesign Detail\u003c\/th\u003e\n        \u003ctd\u003eGeometric design with bevelled edges and carved line details\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eColour Options\u003c\/th\u003e\n        \u003ctd\u003eColour options shown in product image\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n        \u003ctd\u003eRefer to the dimension image. Unit: inch.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003cth scope=\"row\"\u003eSuitable For\u003c\/th\u003e\n        \u003ctd\u003eExecutive offices, boardrooms, conference rooms, leadership suites, corporate workstations, and premium professional interiors\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/big_office_table_contemporary_executive_computer_workstationHYZ-2036_detailed_images_4.jpg?v=1779160885\" alt=\"Big office table dimensions guide in inches\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eLayout Notice:\u003c\/b\u003e Please confirm desk size, room layout, chair clearance, doorway width, lift access, stair clearance, cable routing, and final placement area before ordering.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Finish Notice:\u003c\/b\u003e Product colour, piano finish, gloss level, surface tone, and board texture may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCable Planning Notice:\u003c\/b\u003e Please check nearby power access, computer position, conference equipment needs, and cable length before installation.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCare Notice:\u003c\/b\u003e Wipe the surface with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, abrasive cleaners, excessive moisture, and prolonged direct sunlight.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following useful information for big office table and contemporary executive workstation orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eInstallation Planning:\u003c\/b\u003e Assembly or installation requirements should be confirmed before ordering. Please prepare suitable tools, enough setup time, and a clear installation area.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eRoom Planning:\u003c\/b\u003e Confirm desk size, chair clearance, aisle spacing, doorway width, lift access, stair clearance, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCable Planning:\u003c\/b\u003e Check nearby power access, cable routing, computer position, and meeting equipment layout before installation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCommercial Projects:\u003c\/b\u003e Suitable for executive offices, boardrooms, conference rooms, leadership suites, and premium corporate interiors.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Clean gently with a soft cloth and keep the tabletop away from sharp edges, standing water, excessive heat, and prolonged sunlight.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat material is used for this big office table?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product details describe E1-grade MDF construction designed for a smooth texture and stable commercial performance.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this executive workstation include cable management?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. It includes a hidden flip-top aluminium cable management box to help organise cords, chargers, computers, and meeting equipment.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eHow thick is the desktop?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe old product content describes an approx. 8cm thickened heavy-duty surface.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhere is this table suitable?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eIt is suitable for executive offices, boardrooms, conference rooms, leadership suites, corporate workstations, and premium professional interiors.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerHYZ2036\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerHYZ2036\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White \/ 201cm x 99cm x 76cm","offer_id":43011214934064,"sku":"HYZ-2036-01","price":2344.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 221cm x 119cm x 76cm","offer_id":43011214999600,"sku":"HYZ-2036-02","price":2419.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 239cm x 99cm x 76cm","offer_id":43011215065136,"sku":"HYZ-2036-04","price":2524.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 300cm x 140cm x 76cm","offer_id":43011215130672,"sku":"HYZ-2036-07","price":2790.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 351cm x 150cm x 76cm","offer_id":43011215196208,"sku":"HYZ-2036-09","price":3254.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 399cm x 150cm x 76cm","offer_id":43011215261744,"sku":"HYZ-2036-12","price":3238.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 450cm x 150cm x 76cm","offer_id":43011215327280,"sku":"HYZ-2036-15","price":3126.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 500cm x 150cm x 76cm","offer_id":43011215392816,"sku":"HYZ-2036-17","price":3463.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 551cm x 150cm x 76cm","offer_id":43011215458352,"sku":"HYZ-2036-10","price":3798.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 599cm x 150cm x 76cm","offer_id":43011215523888,"sku":"HYZ-2036-20","price":4134.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 701cm x 160cm x 76cm","offer_id":43011215589424,"sku":"HYZ-2036-13","price":4805.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 800cm x 180cm x 76cm","offer_id":43011215654960,"sku":"HYZ-2036-23","price":5476.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 201cm x 99cm x 76cm","offer_id":43011214966832,"sku":"HYZ-2036-03","price":2344.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 221cm x 119cm x 76cm","offer_id":43011215032368,"sku":"HYZ-2036-05","price":2419.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 239cm x 99cm x 76cm","offer_id":43011215097904,"sku":"HYZ-2036-06","price":2524.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 300cm x 140cm x 76cm","offer_id":43011215163440,"sku":"HYZ-2036-08","price":2790.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 351cm x 150cm x 76cm","offer_id":43011215228976,"sku":"HYZ-2036-11","price":3254.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 399cm x 150cm x 76cm","offer_id":43011215294512,"sku":"HYZ-2036-14","price":3238.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 450cm x 150cm x 76cm","offer_id":43011215360048,"sku":"HYZ-2036-16","price":3126.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 500cm x 150cm x 76cm","offer_id":43011215425584,"sku":"HYZ-2036-18","price":3463.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 551cm x 150cm x 76cm","offer_id":43011215491120,"sku":"HYZ-2036-19","price":3798.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 599cm x 150cm x 76cm","offer_id":43011215556656,"sku":"HYZ-2036-21","price":4134.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 701cm x 160cm x 76cm","offer_id":43011215622192,"sku":"HYZ-2036-22","price":4805.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 800cm x 180cm x 76cm","offer_id":43011215687728,"sku":"HYZ-2036-24","price":5476.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/big_office_table_contemporary_executive_computer_workstationHYZ-2036_main_images_1.webp?v=1778730290","url":"https:\/\/kaguyasu.co.uk\/products\/big-office-table-contemporary-executive-hyz-2036","provider":"Kaguyasu-EU","version":"1.0","type":"link"}