{"title":"Rectangular Conference Tables","description":"","products":[{"product_id":"portable-meeting-room-table-minimalist-workstation-hyz-2010","title":"Portable Meeting Room Table \u0026 Minimalist Desk 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\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\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\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\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\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\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: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\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\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\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  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\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\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\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\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\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\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\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\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\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\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\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\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\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: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\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\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\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-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\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\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\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\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\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\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\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  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\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\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\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\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-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\u003eDynamic Configurations:\u003c\/b\u003e A versatile \u003cb\u003eoffice training table\u003c\/b\u003e perfect for modular splicing and team collaborations.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eHealthy Minimalist Surface:\u003c\/b\u003e A sleek \u003cb\u003eMinimalist Office Desk\u003c\/b\u003e crafted with an E1-grade, zero-odor surface for a healthier workspace.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003ePrivacy \u0026amp; Focus:\u003c\/b\u003e The integrated under-desk modesty panel prevents side visibility, supporting a comfortable and focused corporate experience.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eSpace-Saving Mobility:\u003c\/b\u003e A \u003cb\u003efoldable office table\u003c\/b\u003e with lockable 360?? silent casters for compact storage and flexible room reconfiguration.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eStable \u0026amp; Organized Build:\u003c\/b\u003e Herringbone steel legs provide wobble-free support, while the under-desk iron wire drawer keeps bags and files accessible.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerHYZ2010\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eMultifunctional Splicing Office Training Table\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/portable_meeting_room_table_minimalist_desk_workstation_kaguyasuHYZ-2010_main_images_1.jpg?v=1779160859\" alt=\"Portable meeting room table minimalist desk workstation by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eElevate collaborative environments. This \u003cb\u003eoffice training table\u003c\/b\u003e blends a sleek aesthetic with multifunctional splicing capabilities for modern dynamic teams.\u003c\/p\u003e\n\n      \u003ch2\u003eSix Premium Desk Design Features\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/2_886bf309-4f19-45e5-b55e-033de5d552f5.jpg?v=1735200533\" alt=\"Six premium design features for portable meeting room table\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eProduct Analysis\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/portable_meeting_room_table_minimalist_desk_workstation_kaguyasuHYZ-2010_detailed_images_2.jpg?v=1779160870\" alt=\"Product analysis for portable office training table\" 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\/0681\/2870\/2512\/files\/portable_meeting_room_table_minimalist_desk_workstation_kaguyasuHYZ-2010_detailed_images_6.webp?v=1778730286\" alt=\"Eco friendly minimalist office desk board\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEco Friendly Minimalist Office Desk Board\u003c\/h3\u003e\n          \u003cp\u003eBuilt for a healthy workspace. This \u003cb\u003eMinimalist Office Desk\u003c\/b\u003e features an E1-grade, zero-odor surface with exceptional heavy-duty load capacity.\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\/0681\/2870\/2512\/files\/portable_meeting_room_table_minimalist_desk_workstation_kaguyasuHYZ-2010_detailed_images_7.jpg?v=1779160873\" alt=\"Secure under desk modesty privacy panel\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSecure Under Desk Modesty Privacy Panel\u003c\/h3\u003e\n          \u003cp\u003eProtect personal space effectively. The integrated privacy panel prevents side visibility, ensuring a comfortable and highly focused corporate experience.\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\/portable_meeting_room_table_minimalist_desk_workstation_kaguyasuHYZ-2010_detailed_images_8.jpg?v=1779160872\" alt=\"Expansive desktop for dynamic collaborations\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eExpansive Desktop For Dynamic Collaborations\u003c\/h3\u003e\n          \u003cp\u003eMaximize your daily efficiency. The spacious surface easily accommodates laptops and essential files, keeping your workspace completely clutter-free.\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\/0681\/2870\/2512\/files\/portable_meeting_room_table_minimalist_desk_workstation_kaguyasuHYZ-2010_detailed_images_1.jpg?v=1779160867\" alt=\"Heavy duty triangular steel frame support\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy Duty Triangular Steel Frame Support\u003c\/h3\u003e\n          \u003cp\u003eEnsure commercial-grade stability. The corrosion-resistant, herringbone steel legs provide an incredibly stable, wobble-free foundation for heavy loads.\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\/portable_meeting_room_table_minimalist_desk_workstation_kaguyasuHYZ-2010_detailed_images_6.jpg?v=1779160872\" alt=\"Space saving foldable office table mechanism\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpace Saving Foldable Office Table Mechanism\u003c\/h3\u003e\n          \u003cp\u003eMaximize your floor plan instantly. This \u003cb\u003efoldable office table\u003c\/b\u003e requires only a light press to collapse, offering highly efficient, compact storage.\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\/0681\/2870\/2512\/files\/portable_meeting_room_table_minimalist_desk_workstation_kaguyasuHYZ-2010_main_images_2.jpg?v=1779160861\" alt=\"Smooth mobile computer desk on wheels\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSmooth Mobile Computer Desk On Wheels\u003c\/h3\u003e\n          \u003cp\u003eReconfigure your room effortlessly. This \u003cb\u003ecomputer desk on wheels\u003c\/b\u003e features lockable 360?? silent casters that glide smoothly without scratching floors.\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\/portable_meeting_room_table_minimalist_desk_workstation_kaguyasuHYZ-2010_detailed_images_3.jpg?v=1779160869\" alt=\"Convenient under desk iron storage drawer\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eConvenient Under Desk Iron Storage Drawer\u003c\/h3\u003e\n          \u003cp\u003eKeep essentials easily accessible. The sturdy iron wire drawer safely holds handbags and professional files, optimizing your available desktop area.\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\u003ePortable meeting room table \/ office training table \/ minimalist desk workstation\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBoard Grade\u003c\/th\u003e\n              \u003ctd\u003eE1-grade, zero-odor surface\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eConfiguration\u003c\/th\u003e\n              \u003ctd\u003eMultifunctional splicing table for team collaboration\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003ePrivacy Panel\u003c\/th\u003e\n              \u003ctd\u003eIntegrated under-desk modesty panel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFrame\u003c\/th\u003e\n              \u003ctd\u003eCorrosion-resistant herringbone \/ triangular steel legs\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFolding Mechanism\u003c\/th\u003e\n              \u003ctd\u003eLight-press foldable office table mechanism\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCasters\u003c\/th\u003e\n              \u003ctd\u003eLockable 360?? silent casters\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDimension Unit\u003c\/th\u003e\n              \u003ctd\u003ecm\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\/portable_meeting_room_table_minimalist_desk_workstation_kaguyasuHYZ-2010_main_images_6.jpg?v=1779160862\" alt=\"Portable meeting room table dimensions guide\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following important information for this portable meeting room table:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eConfiguration:\u003c\/b\u003e The product supports multifunctional splicing for office training and team collaboration scenarios.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBoard Surface:\u003c\/b\u003e The product description lists an E1-grade, zero-odor surface.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003ePrivacy:\u003c\/b\u003e The integrated under-desk modesty panel helps prevent side visibility.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eFrame:\u003c\/b\u003e Herringbone steel legs provide a stable, wobble-free foundation for heavy loads.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eMobility:\u003c\/b\u003e Lockable 360?? silent casters support flexible room reconfiguration.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage:\u003c\/b\u003e The under-desk iron wire drawer holds handbags and professional files.\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\u003eCan this office training table be used for team collaboration?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The product description highlights multifunctional splicing capabilities for modern dynamic teams and collaborative environments.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this foldable office table include wheels?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. It features lockable 360?? silent casters that glide smoothly without scratching floors.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes the desk include privacy protection?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The integrated under-desk modesty privacy panel prevents side visibility and supports focused use.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat storage feature is included?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe desk includes a sturdy under-desk iron wire drawer for handbags and professional files.\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=\"KaguReadMoreTriggerHYZ2010\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerHYZ2010\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"119cm x 41cm x 76cm","offer_id":43011290005552,"sku":"HYZ-2010-01","price":207.0,"currency_code":"GBP","in_stock":true},{"title":"119cm x 51cm x 76cm","offer_id":43011290038320,"sku":"HYZ-2010-02","price":227.0,"currency_code":"GBP","in_stock":true},{"title":"119cm x 61cm x 76cm","offer_id":43011290071088,"sku":"HYZ-2010-03","price":232.0,"currency_code":"GBP","in_stock":true},{"title":"140cm x 41cm x 76cm","offer_id":43011290103856,"sku":"HYZ-2010-04","price":268.0,"currency_code":"GBP","in_stock":true},{"title":"140cm x 51cm x 76cm","offer_id":43011290136624,"sku":"HYZ-2010-05","price":277.0,"currency_code":"GBP","in_stock":true},{"title":"140cm x 61cm x 76cm","offer_id":43011290169392,"sku":"HYZ-2010-06","price":301.0,"currency_code":"GBP","in_stock":true},{"title":"160cm x 41cm x 76cm","offer_id":43011290202160,"sku":"HYZ-2010-07","price":314.0,"currency_code":"GBP","in_stock":true},{"title":"160cm x 51cm x 76cm","offer_id":43011290234928,"sku":"HYZ-2010-08","price":326.0,"currency_code":"GBP","in_stock":true},{"title":"160cm x 61cm x 76cm","offer_id":43011290267696,"sku":"HYZ-2010-09","price":338.0,"currency_code":"GBP","in_stock":true},{"title":"180cm x 41cm x 76cm","offer_id":43011290300464,"sku":"HYZ-2010-10","price":344.0,"currency_code":"GBP","in_stock":true},{"title":"180cm x 51cm x 76cm","offer_id":43011290333232,"sku":"HYZ-2010-11","price":350.0,"currency_code":"GBP","in_stock":true},{"title":"180cm x 61cm x 76cm","offer_id":43011290366000,"sku":"HYZ-2010-12","price":356.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/portable_meeting_room_table_minimalist_desk_workstation_kaguyasuHYZ-2010_detailed_images_13.webp?v=1778730308"},{"product_id":"solid-wood-office-table-conference-desk-hyz-083","title":"Solid Wood Office Table \u0026 Large Meeting Conference Desk | 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\n  .kagu-wrapper * {\n    box-sizing: border-box;\n  }\n\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\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\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\n  .kagu-wrapper h3 {\n    font-size: 1.2rem;\n  }\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: 40px;\n  }\n\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\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\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\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  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-top: 15px;\n    margin-bottom: 30px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n\n  .kagu-hero-img {\n    margin-top: 0;\n    margin-bottom: 25px;\n  }\n\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n\n  .kagu-readmore-trigger {\n    display: none;\n  }\n\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\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\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview {\n    max-height: 18000px;\n  }\n\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n    display: none;\n  }\n\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\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\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\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-show {\n    display: none;\n  }\n\n  .kagu-readmore-trigger:checked ~ .k-label-hide {\n    display: block;\n  }\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\n  .kagu-feature-row.reverse {\n    flex-direction: row-reverse;\n  }\n\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\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n\n  .kagu-feature-text {\n    flex: 1;\n  }\n\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\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\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: 30px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\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\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td {\n    border-bottom: 0;\n  }\n\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-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\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\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\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\n  .kagu-accordion details:hover {\n    border-color: var(--k-pri);\n  }\n\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\n  .kagu-accordion summary::-webkit-details-marker {\n    display: none;\n  }\n\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\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\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\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\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\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-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\u003eExecutive Presence:\u003c\/b\u003e A highly dignified \u003cb\u003elarge meeting desk\u003c\/b\u003e designed for premium corporate boardrooms.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eMassive Capacity:\u003c\/b\u003e A heavy-duty \u003cb\u003econference desk\u003c\/b\u003e confidently supporting an impressive 300kg load.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003ePremium Aesthetics:\u003c\/b\u003e Achieve a \u003cb\u003esolid wood office desk\u003c\/b\u003e feel with eco-friendly, scratch-resistant materials.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmart Organization:\u003c\/b\u003e An elegant \u003cb\u003ewood office table\u003c\/b\u003e featuring integrated cable management systems.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eStable Leg Structure:\u003c\/b\u003e A meticulously engineered heavy-duty leg design helps keep the table steady during large meetings.\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=\"KaguReadMoreTriggerHYZ083\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eA Conference Table That Creates a Dignified Presence\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/solid_wood_office_table_large_meeting_conference_desk_kaguyasuHYZ-083_detailed_images_8.jpg?v=1779160790\" alt=\"Solid wood office table large meeting conference desk by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA large meeting conference desk with a solid wood office desk feel, eco-friendly melamine decorative laminate, integrated cable management, and a 300kg listed load capacity for premium boardroom settings.\u003c\/p\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\/solid_wood_office_table_large_meeting_conference_desk_kaguyasuHYZ-083_detailed_images_6.jpg?v=1779160790\" alt=\"Eco-friendly melamine wood office table surface\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEco-Friendly Melamine Wood Office Table\u003c\/h3\u003e\n          \u003cp\u003eBuilt for commercial longevity. This premium \u003cb\u003ewood office table\u003c\/b\u003e uses eco-friendly melamine laminate, ensuring exceptional scratch and wear resistance.\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\/0681\/2870\/2512\/files\/solid_wood_office_table_large_meeting_conference_desk_kaguyasuHYZ-083_detailed_images_4.jpg?v=1779160788\" alt=\"Robust solid wood office desk aesthetic with 5cm tabletop\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eRobust Solid Wood Office Desk Aesthetic\u003c\/h3\u003e\n          \u003cp\u003eExperience heavy-duty reliability. The massive 5cm thick tabletop delivers a \u003cb\u003esolid wood office desk\u003c\/b\u003e feel, providing an incredible 300kg capacity.\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\/solid_wood_office_table_large_meeting_conference_desk_kaguyasuHYZ-083_detailed_images_5.jpg?v=1779160789\" alt=\"Smart cable management for conference desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSmart Cable Management for Conference Desk\u003c\/h3\u003e\n          \u003cp\u003eKeep your corporate environment pristine. The integrated wiring box neatly conceals messy cords, ensuring your \u003cb\u003econference desk\u003c\/b\u003e remains clutter-free.\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\/0681\/2870\/2512\/files\/solid_wood_office_table_large_meeting_conference_desk_kaguyasuHYZ-083_main_images_3.jpg?v=1779160781\" alt=\"Heavy-duty stable leg structure for large meeting desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHighly Stable Heavy-Duty Leg Structure\u003c\/h3\u003e\n          \u003cp\u003eSupport massive collaborations safely. The meticulously engineered leg structure guarantees zero wobbling, securely supporting this commercial masterpiece.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eAvailable Colorways\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/solid_wood_office_table_large_meeting_conference_desk_kaguyasuHYZ-083_detailed_images_2.jpg?v=1779160786\" alt=\"Natural and gray oak color options for Kaguyasu conference desk\" class=\"kagu-section-img\"\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\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eMelamine decorative laminate\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eNatural, Gray Oak\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e250¡§C600kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n              \u003ctd\u003e300kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e240 ?¨¢ 120 ?¨¢ 75cm, 300 ?¨¢ 120 ?¨¢ 75cm\u003cbr\u003e360 ?¨¢ 120 ?¨¢ 75cm, 420 ?¨¢ 150 ?¨¢ 75cm\u003cbr\u003e480 ?¨¢ 150 ?¨¢ 75cm, 550 ?¨¢ 150 ?¨¢ 75cm\u003cbr\u003e600 ?¨¢ 150 ?¨¢ 75cm, 700 ?¨¢ 150 ?¨¢ 75cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomize\u003c\/th\u003e\n              \u003ctd\u003ePossible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable Items\u003c\/th\u003e\n              \u003ctd\u003eColor, Size\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\/solid_wood_office_table_large_meeting_conference_desk_kaguyasuHYZ-083_detailed_images_3.jpg?v=1779160788\" alt=\"Large meeting conference desk dimensions guide\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following important information for this large meeting conference desk:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This conference desk requires assembly after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize Planning:\u003c\/b\u003e Available sizes range from 240 ?¨¢ 120 ?¨¢ 75cm to 700 ?¨¢ 150 ?¨¢ 75cm. Please confirm the selected size, meeting room layout, doorway clearance, and final placement area before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is possible for color and size.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eLoad Capacity:\u003c\/b\u003e The listed load capacity is 300kg.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor Selection:\u003c\/b\u003e Available color options include Natural and Gray Oak.\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\u003eDoes this conference desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this conference desk.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan the color or size be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customization is possible for color and size.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat is the listed load capacity?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed load capacity is 300kg.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat color options are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eAvailable color options include Natural and Gray Oak.\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=\"KaguReadMoreTriggerHYZ083\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerHYZ083\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Natural \/ 240*120*75cm","offer_id":43055509831728,"sku":"HYZ-083-01","price":1535.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 300*120*75cm","offer_id":43055509897264,"sku":"HYZ-083-02","price":1656.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 360*120*75cm","offer_id":43055509962800,"sku":"HYZ-083-03","price":1949.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 420*150*75cm","offer_id":43055510028336,"sku":"HYZ-083-04","price":2046.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 480*150*75cm","offer_id":43055510093872,"sku":"HYZ-083-05","price":2120.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 550*150*75cm","offer_id":43055510159408,"sku":"HYZ-083-06","price":2138.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 600*150*75cm","offer_id":43055510224944,"sku":"HYZ-083-07","price":2270.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 700*150*75cm","offer_id":43055510290480,"sku":"HYZ-083-08","price":2375.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 240*120*75cm","offer_id":43055509864496,"sku":"HYZ-083-09","price":1535.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 300*120*75cm","offer_id":43055509930032,"sku":"HYZ-083-10","price":1656.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 360*120*75cm","offer_id":43055509995568,"sku":"HYZ-083-11","price":1949.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 420*150*75cm","offer_id":43055510061104,"sku":"HYZ-083-12","price":2046.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 480*150*75cm","offer_id":43055510126640,"sku":"HYZ-083-13","price":2120.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 550*150*75cm","offer_id":43055510192176,"sku":"HYZ-083-14","price":2138.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 600*150*75cm","offer_id":43055510257712,"sku":"HYZ-083-15","price":2270.0,"currency_code":"GBP","in_stock":true},{"title":"Gray \/ 700*150*75cm","offer_id":43055510323248,"sku":"HYZ-083-16","price":2375.0,"currency_code":"GBP","in_stock":true},{"title":"Orange \/ 52*54*100cm\/chair*2","offer_id":43055510356016,"sku":"HYZ-083-YZ-01","price":258.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/solid_wood_office_table_large_meeting_conference_desk_kaguyasuHYZ-083_main_images_6.jpg?v=1779160784"},{"product_id":"long-office-table-minimalist-scandinavian-hyz-m004","title":"Long Office Table \u0026 Minimalist Scandinavian Desk | Kaguyasu","description":"\u003cstyle\u003e\n\/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\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\n.kagu-wrapper * {\n  box-sizing: border-box;\n}\n\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\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\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\n.kagu-wrapper h3 {\n  font-size: 1.2rem;\n}\n\n\/* --- USP Bullets --- *\/\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: 40px;\n}\n\n.kagu-usp-bullets h3 {\n  margin-top: 0;\n  color: var(--k-pri);\n  margin-bottom: 15px;\n}\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\n.kagu-usp-bullets li {\n  position: relative;\n  padding-left: 28px;\n  font-size: 14.5px;\n}\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\/* --- Read More Interaction --- *\/\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\n.kagu-readmore-wrapper {\n  position: relative;\n  margin-bottom: 50px;\n}\n\n.kagu-readmore-trigger {\n  display: none;\n}\n\n.kagu-content-preview {\n  max-height: 1200px;\n  overflow: hidden;\n  transition: max-height 0.6s ease-out;\n  position: relative;\n}\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\n.kagu-readmore-trigger:checked ~ .kagu-content-preview {\n  max-height: 8000px;\n}\n\n.kagu-readmore-trigger:checked ~ .kagu-content-preview::after {\n  display: none;\n}\n\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\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\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\n.kagu-readmore-btn:hover {\n  background: var(--k-pri);\n  color: #fff;\n  border-color: var(--k-pri);\n}\n\n.kagu-readmore-trigger:checked ~ .k-label-show {\n  display: none;\n}\n\n.kagu-readmore-trigger:checked ~ .k-label-hide {\n  display: block;\n}\n\n\/* --- Feature Rows --- *\/\n.kagu-feature-row {\n  display: flex;\n  align-items: center;\n  gap: 40px;\n  margin-top: 30px;\n  margin-bottom: 30px;\n}\n\n.kagu-feature-row.reverse {\n  flex-direction: row-reverse;\n}\n\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\n.kagu-feature-img img {\n  width: 100%;\n  height: auto;\n  display: block;\n  object-fit: contain;\n  border-radius: 4px;\n}\n\n.kagu-feature-text {\n  flex: 1;\n}\n\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\n.kagu-feature-text p {\n  color: var(--k-text-main);\n  font-size: 15px;\n  margin-bottom: 0;\n}\n\n\/* --- Section Images --- *\/\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\/* --- Specs Table --- *\/\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: 30px;\n  margin-bottom: 30px;\n}\n\n.kagu-tbl table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 14.5px;\n}\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\n.kagu-tbl tr:last-child th,\n.kagu-tbl tr:last-child td {\n  border-bottom: 0;\n}\n\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\/* --- Logistics \/ B2B Section --- *\/\n.kagu-b2b-box {\n  background: var(--k-bg-dark);\n  padding: 30px;\n  border-radius: 8px;\n  margin-top: 40px;\n}\n\n.kagu-b2b-box h3 {\n  color: var(--k-text-title);\n  margin-top: 0;\n}\n\n.kagu-b2b-box p {\n  font-size: 14px;\n  margin-bottom: 15px;\n}\n\n.kagu-b2b-box ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.kagu-b2b-box li {\n  position: relative;\n  padding-left: 20px;\n  margin-bottom: 10px;\n  font-size: 14px;\n}\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\/* --- FAQ Accordion --- *\/\n.kagu-faq-section {\n  margin-top: 50px;\n  margin-bottom: 40px;\n}\n\n.kagu-accordion {\n  display: grid;\n  gap: 12px;\n  margin-top: 20px;\n}\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\n.kagu-accordion details:hover {\n  border-color: var(--k-pri);\n}\n\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\n.kagu-accordion summary::-webkit-details-marker {\n  display: none;\n}\n\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\n.kagu-accordion details[open] summary::after {\n  content: \"?\";\n}\n\n.kagu-accordion details[open] summary {\n  border-bottom: 1px solid var(--k-bg-light);\n}\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\n.kagu-accordion .kagu-faq-content p {\n  margin: 0;\n}\n\n\/* --- Mobile Optimization --- *\/\n@media (max-width: 768px) {\n  .kagu-banner-title {\n    font-size: 1.6rem;\n  }\n\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\n  .kagu-usp-bullets {\n    padding: 18px 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    margin-top: 20px;\n    margin-bottom: 20px;\n  }\n\n  .kagu-tbl table {\n    display: table;\n    min-width: 100%;\n  }\n\n  .kagu-tbl th,\n  .kagu-tbl td {\n    display: table-cell;\n    padding: 12px 10px;\n    font-size: 13.5px;\n  }\n\n  .kagu-tbl th {\n    width: 40%;\n  }\n\n  .kagu-tbl td {\n    width: 60%;\n  }\n\n  .kagu-b2b-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\u003eNordic Aesthetics:\u003c\/b\u003e An elegant \u003cb\u003escandinavian office desk\u003c\/b\u003e elevating modern corporate workspaces effortlessly.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eWarm Atmosphere:\u003c\/b\u003e A premium \u003cb\u003elight wood desk\u003c\/b\u003e featuring eco-friendly, crack-resistant thick board materials.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eExpansive Surface:\u003c\/b\u003e A heavy-duty \u003cb\u003elong office table\u003c\/b\u003e accommodating large teams without feeling cramped.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCollaborative Space:\u003c\/b\u003e A minimalist \u003cb\u003eteam desk\u003c\/b\u003e designed for highly productive, ergonomic group meetings.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eComfortable Legroom:\u003c\/b\u003e Generous lower space allows team members to sit comfortably and stretch during long meetings.\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=\"KaguReadMoreTriggerHYZM004\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eNatural Style Conference Table\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/long_office_table_minimalist_scandinavian_desk_kaguyasuHYZ-M004_detailed_images_1.jpg?v=1779160947\" alt=\"Long office table minimalist Scandinavian desk by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp style=\"font-size: 16px; text-align: center; margin-bottom: 40px;\"\u003eA minimalist Scandinavian office desk with a natural light wood look, designed for modern corporate workspaces and collaborative office settings.\u003c\/p\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\/long_office_table_minimalist_scandinavian_desk_kaguyasuHYZ-M004_detailed_images_8.webp?v=1778736832\" alt=\"Warm and inviting light wood desk for office workspace\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eWarm and Inviting Light Wood Desk\u003c\/h3\u003e\n          \u003cp\u003eCreate a casual, natural feel. This beautiful \u003cb\u003elight wood desk\u003c\/b\u003e effortlessly matches various modern office interiors and collaborative workspaces.\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\/0681\/2870\/2512\/files\/long_office_table_minimalist_scandinavian_desk_kaguyasuHYZ-M004_detailed_images_1.webp?v=1778736830\" alt=\"Thick board material long office table\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eThick Board Material Long Office Table\u003c\/h3\u003e\n          \u003cp\u003eEngineered for commercial durability. This sturdy \u003cb\u003elong office table\u003c\/b\u003e resists cracking and twisting, providing a heavy-duty, reliable workspace.\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\/long_office_table_minimalist_scandinavian_desk_kaguyasuHYZ-M004_detailed_images_2.webp?v=1778736830\" alt=\"Team desk with ample legroom for collaborative meetings\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eAmple Legroom for Collaborative Team Desk\u003c\/h3\u003e\n          \u003cp\u003eMaximize ergonomic comfort. This spacious \u003cb\u003eteam desk\u003c\/b\u003e offers generous lower limb space, allowing your staff to stretch out during long meetings.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eAvailable Color\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/long_office_table_minimalist_scandinavian_desk_kaguyasuHYZ-M004_detailed_images_2.jpg?v=1779160948\" alt=\"Natural color option for Kaguyasu long office table\" class=\"kagu-section-img\"\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\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eMedium density fiberboard\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eNatural\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e100¡§C350kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e140 ?¨¢ 70 ?¨¢ 75cm, 160 ?¨¢ 80 ?¨¢ 75cm, 180 ?¨¢ 80 ?¨¢ 75cm, 200 ?¨¢ 80 ?¨¢ 75cm, 220 ?¨¢ 90 ?¨¢ 75cm, 250 ?¨¢ 100 ?¨¢ 75cm, 280 ?¨¢ 100 ?¨¢ 75cm, 300 ?¨¢ 100 ?¨¢ 75cm, 320 ?¨¢ 110 ?¨¢ 75cm, 350 ?¨¢ 120 ?¨¢ 75cm, 380 ?¨¢ 120 ?¨¢ 75cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembling\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable\u003c\/th\u003e\n              \u003ctd\u003ePossible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable Items\u003c\/th\u003e\n              \u003ctd\u003eSize, Color\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n              \u003ctd\u003e150¡§C250kg\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\/long_office_table_minimalist_scandinavian_desk_kaguyasuHYZ-M004_detailed_images_7.webp?v=1778736831\" alt=\"Dimensions guide for Kaguyasu long office table\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following important delivery guidelines for this large-scale office table:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eDelivery Scope:\u003c\/b\u003e Due to the size and weight of this long office table, delivery may be restricted to curbside or ground-floor access depending on the carrier and local conditions.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eAccess Verification:\u003c\/b\u003e Please check your entrance, doorway clearance, elevator access, stairway width, and office routing before purchasing to ensure the selected table size can be moved into place.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eTracking \u0026amp; Couriers:\u003c\/b\u003e The product will be dispatched via suitable furniture shipping carriers. Tracking information will be updated after shipment is arranged.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eInside Delivery Requirements:\u003c\/b\u003e If inside delivery, upstairs delivery, or additional handling support is required, please contact our support team before fulfilment to confirm availability and possible extra fees.\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\u003eDoes this long office table require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this long office table. Please prepare enough space and personnel for installation after delivery.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan I customize the size or color?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customization is possible for size and color. Please contact our support team with your preferred dimensions, color requirements, and workspace layout.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat size options are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eAvailable sizes range from 140 ?¨¢ 70 ?¨¢ 75cm to 380 ?¨¢ 120 ?¨¢ 75cm. Please refer to the dimensions section and choose according to your team size, room layout, and available walking space.\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=\"KaguReadMoreTriggerHYZM004\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerHYZM004\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"140*70*75","offer_id":42944239960112,"sku":"HYZ-M004-01","price":975.0,"currency_code":"GBP","in_stock":true},{"title":"160*80*75","offer_id":42944239992880,"sku":"HYZ-M004-02","price":1158.0,"currency_code":"GBP","in_stock":true},{"title":"180*80*75","offer_id":42944240025648,"sku":"HYZ-M004-03","price":1279.0,"currency_code":"GBP","in_stock":true},{"title":"200*80*75","offer_id":42944240058416,"sku":"HYZ-M004-04","price":1463.0,"currency_code":"GBP","in_stock":true},{"title":"220*90*75","offer_id":42944240091184,"sku":"HYZ-M004-05","price":1530.0,"currency_code":"GBP","in_stock":true},{"title":"250*90*75","offer_id":42944240123952,"sku":"HYZ-M004-012","price":2010.0,"currency_code":"GBP","in_stock":true},{"title":"250*100*75","offer_id":42944240156720,"sku":"HYZ-M004-06","price":2059.0,"currency_code":"GBP","in_stock":true},{"title":"280*100*75","offer_id":42944240189488,"sku":"HYZ-M004-07","price":2083.0,"currency_code":"GBP","in_stock":true},{"title":"300*100*75","offer_id":42944240222256,"sku":"HYZ-M004-08","price":2108.0,"currency_code":"GBP","in_stock":true},{"title":"320*110*75","offer_id":42944240255024,"sku":"HYZ-M004-09","price":2153.0,"currency_code":"GBP","in_stock":true},{"title":"350*120*75","offer_id":42944240287792,"sku":"HYZ-M004-010","price":2207.0,"currency_code":"GBP","in_stock":true},{"title":"380*120*75","offer_id":42944240320560,"sku":"HYZ-M004-011","price":2230.0,"currency_code":"GBP","in_stock":true},{"title":"Chair 1","offer_id":43059588497456,"sku":"HYZ-M004-YZ-001","price":366.0,"currency_code":"GBP","in_stock":true},{"title":"Chair 2","offer_id":43059588530224,"sku":"HYZ-M004-YZ-002","price":354.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/long_office_table_minimalist_scandinavian_desk_kaguyasuHYZ-M004_main_images_2.jpg?v=1779160943"},{"product_id":"collaborative-meeting-table-large-office-desk-hyz-1048","title":"Collaborative Meeting Table \u0026 Large Modern Office Computer Desk","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: grid;\n    gap: 12px;\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    background: #fff;\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    background: var(--k-bg-light);\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\u003eCommercial-Grade Collaboration:\u003c\/b\u003e Heavy-duty workstation tables built for active open offices, shared work areas, and team-based business environments.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eEco-Friendly Modern Desk Core:\u003c\/b\u003e CARB-compliant panels provide a healthier, cleaner workspace with scratch-resistant everyday durability.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eIntegrated Cable Management:\u003c\/b\u003e Aluminium cable box helps keep meeting room table wiring, power cords, and device cables neatly organised.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eLarge Computer Desk Capacity:\u003c\/b\u003e 2-inch thickened desktop surface and bottom storage cabinet support computer work, documents, and collaborative tasks.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eStable Double-Layer Support:\u003c\/b\u003e Double-layered side panels help reduce wobble and provide reliable structure for daily teamwork, training, and shared office use.\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=\"KaguReadMoreTriggerHYZ1048\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eCollaborative Meeting Table for Modern Office Workstations\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/collaborative_meeting_table_large_modern_office_computer_deskHYZ-1048_detailed_images_2.jpg?v=1779160853\" alt=\"Collaborative meeting table and large modern office computer desk\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eElevate an open-plan workspace with this collaborative meeting table and large modern office computer desk. Designed for team workstations, meeting rooms, shared offices, training areas, and dynamic commercial environments, it combines CARB-compliant eco-friendly panels, aluminium cable management, a 2-inch thickened desktop, double-layered side panel support, and spacious bottom storage for a clean and productive workspace.\u003c\/p\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\/collaborative_meeting_table_large_modern_office_computer_deskHYZ-1048_detailed_images_7.webp?v=1778730251\" alt=\"CARB-compliant eco-friendly board construction for modern office desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEco-Friendly Modern Office Desk Construction\u003c\/h3\u003e\n          \u003cp\u003eCARB-compliant panels support a healthier workspace while providing scratch resistance and everyday durability for busy open offices, meeting rooms, and shared workstation tables.\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\/0681\/2870\/2512\/files\/collaborative_meeting_table_large_modern_office_computer_deskHYZ-1048_detailed_images_8.webp?v=1778730269\" alt=\"Integrated aluminium cable management box for meeting room table\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSmart Cable Management Meeting Room Table\u003c\/h3\u003e\n          \u003cp\u003eThe integrated aluminium cable box keeps power cords, chargers, monitor wires, and device cables routed neatly out of sight, helping maintain a clutter-free collaborative space.\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\/collaborative_meeting_table_large_modern_office_computer_deskHYZ-1048_detailed_images_4.jpg?v=1779160854\" alt=\"Heavy-duty 2-inch thickened surface for large computer desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy-Duty Large Computer Desk Surface\u003c\/h3\u003e\n          \u003cp\u003eThe 2-inch thickened desktop surface provides enhanced weight-bearing capacity for computers, monitors, documents, office tools, and shared work materials while helping prevent cracking.\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\/0681\/2870\/2512\/files\/collaborative_meeting_table_large_modern_office_computer_deskHYZ-1048_detailed_images_2.webp?v=1778730205\" alt=\"Double-layered desk panel support for workstation table stability\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSolid Double-Layered Desk Panel Support\u003c\/h3\u003e\n          \u003cp\u003eDouble-layered side panels provide strong structural support and help reduce wobble during daily office use, team discussions, training sessions, and collaborative computer work.\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\/collaborative_meeting_table_large_modern_office_computer_deskHYZ-1048_detailed_images_3.webp?v=1778730121\" alt=\"Spacious bottom storage cabinet for office desk documents\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Bottom Storage Cabinet\u003c\/h3\u003e\n          \u003cp\u003eThe built-in bottom cabinet provides organised storage for documents, office supplies, meeting materials, and shared workstation essentials, helping keep the work surface clean.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/collaborative_meeting_table_large_modern_office_computer_deskHYZ-1048_detailed_images_5.jpg?v=1779160854\" alt=\"Collaborative meeting table colour options\" class=\"kagu-section-img\"\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\u003eCollaborative Meeting Table \/ Large Modern Office Computer Desk \/ Meeting Room Table \/ Workstation Tables\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBoard Detail\u003c\/th\u003e\n              \u003ctd\u003eCARB-compliant eco-friendly panels with scratch-resistant surface\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesktop\u003c\/th\u003e\n              \u003ctd\u003eHeavy-duty approx. 2-inch thickened desktop surface\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCable Management\u003c\/th\u003e\n              \u003ctd\u003eIntegrated aluminium cable box for wire organisation\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSupport Structure\u003c\/th\u003e\n              \u003ctd\u003eSolid double-layered desk panel support for improved stability\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eSpacious bottom storage cabinet for documents, office supplies, and shared work materials\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          \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\/collaborative_meeting_table_large_modern_office_computer_deskHYZ-1048_detailed_images_3.jpg?v=1779160853\" alt=\"Collaborative meeting 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, seating arrangement, cable route, walkway clearance, doorway width, lift access, stair clearance, and final placement area before ordering.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Finish Notice:\u003c\/b\u003e Product colour, panel texture, desktop finish, cabinet tone, and hardware appearance 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, device quantity, cable length, monitor placement, and cable box position 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 collaborative meeting table and large modern office computer desk 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.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cb\u003eOffice Layout Check:\u003c\/b\u003e Confirm table size, seating capacity, traffic flow, doorway width, lift access, stair clearance, and final workspace placement before purchase.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cb\u003ePower Planning:\u003c\/b\u003e Check nearby power access, cable routing, cable box position, monitor layout, and shared device placement before installation.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cb\u003eCommercial Projects:\u003c\/b\u003e Suitable for open offices, meeting rooms, training rooms, team workstations, collaborative spaces, and shared computer desk layouts.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cb\u003eDaily Care:\u003c\/b\u003e Clean gently with a soft cloth and keep the desktop away from sharp edges, standing water, excessive heat, abrasive cleaners, and prolonged sunlight.\n          \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\u003eIs this table suitable for collaborative office work?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. It is designed for open-plan offices, meeting rooms, shared workstations, training rooms, and dynamic collaborative work environments.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this meeting room table include cable management?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. It includes an integrated aluminium cable box to help organise power cords, monitor wires, chargers, and device cables.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes the desk include storage?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The built-in bottom storage cabinet can hold documents, office supplies, meeting materials, and shared workstation essentials.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm dimensions, seating layout, doorway width, lift access, stair clearance, cable routing, power access, and final office placement area before ordering.\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=\"KaguReadMoreTriggerHYZ1048\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerHYZ1048\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Light Walnut \/ Table*1 \/ 200.66cm L * 99.06cm W * 76.20cm H","offer_id":43256201510960,"sku":"HYZ-1048-13","price":867.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut \/ Table*1 \/ 238.76cm L * 119.38cm W * 76.20cm H","offer_id":43256201576496,"sku":"HYZ-1048-15","price":1009.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut \/ Table*1 \/ 299.72cm L * 149.86cm W * 76.20cm H","offer_id":43256201642032,"sku":"HYZ-1048-01","price":1591.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut \/ Table*1 \/ 347.98cm L * 149.86cm W * 76.20cm H","offer_id":43256201773104,"sku":"HYZ-1048-17","price":1870.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut \/ Table*1 \/ 398.78cm L * 149.86cm W * 76.20cm H","offer_id":43256201838640,"sku":"HYZ-1048-09","price":2088.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut \/ Table*1 \/ 449.58cm L * 149.86cm W * 76.20cm H","offer_id":43256201969712,"sku":"HYZ-1048-19","price":2167.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut \/ Table*1 \/ 497.84cm L * 160.02cm W * 76.20cm H","offer_id":43256202035248,"sku":"HYZ-1048-21","price":2244.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut \/ Table*1 \/ 551.18cm L * 160.02cm W * 76.20cm H","offer_id":43256202100784,"sku":"HYZ-1048-23","price":2350.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut \/ Table*1 \/ 599.44cm L * 160.02cm W * 76.20cm H","offer_id":43256202166320,"sku":"HYZ-1048-25","price":2606.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut \/ Table*1 \/ 701.04cm L * 160.02cm W * 76.20cm H","offer_id":43256202231856,"sku":"HYZ-1048-27","price":2674.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut \/ Table*1 \/ 800.10cm L * 160.02cm W * 76.20cm H","offer_id":43256202297392,"sku":"HYZ-1048-29","price":2811.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut \/ Table*1+Chair*10 \/ 299.72cm L * 149.86cm W * 76.20cm H","offer_id":43256201707568,"sku":"HYZ-1048-03","price":2764.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut \/ Table*1+Chair*14 \/ 398.78cm L * 149.86cm W * 76.20cm H","offer_id":43256201904176,"sku":"HYZ-1048-11","price":3250.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Table*1 \/ 200.66cm L * 99.06cm W * 76.20cm H","offer_id":43256201543728,"sku":"HYZ-1048-14","price":867.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Table*1 \/ 238.76cm L * 119.38cm W * 76.20cm H","offer_id":43256201609264,"sku":"HYZ-1048-16","price":1009.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Table*1 \/ 299.72cm L * 149.86cm W * 76.20cm H","offer_id":43256201674800,"sku":"HYZ-1048-02","price":1591.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Table*1 \/ 347.98cm L * 149.86cm W * 76.20cm H","offer_id":43256201805872,"sku":"HYZ-1048-18","price":1870.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Table*1 \/ 398.78cm L * 149.86cm W * 76.20cm H","offer_id":43256201871408,"sku":"HYZ-1048-10","price":2088.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Table*1 \/ 449.58cm L * 149.86cm W * 76.20cm H","offer_id":43256202002480,"sku":"HYZ-1048-20","price":2167.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Table*1 \/ 497.84cm L * 160.02cm W * 76.20cm H","offer_id":43256202068016,"sku":"HYZ-1048-22","price":2244.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Table*1 \/ 551.18cm L * 160.02cm W * 76.20cm H","offer_id":43256202133552,"sku":"HYZ-1048-24","price":2350.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Table*1 \/ 599.44cm L * 160.02cm W * 76.20cm H","offer_id":43256202199088,"sku":"HYZ-1048-26","price":2606.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Table*1 \/ 701.04cm L * 160.02cm W * 76.20cm H","offer_id":43256202264624,"sku":"HYZ-1048-28","price":2674.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Table*1 \/ 800.10cm L * 160.02cm W * 76.20cm H","offer_id":43256202330160,"sku":"HYZ-1048-30","price":2811.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Table*1+Chair*10 \/ 299.72cm L * 149.86cm W * 76.20cm H","offer_id":43256201740336,"sku":"HYZ-1048-04","price":2764.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Table*1+Chair*14 \/ 398.78cm L * 149.86cm W * 76.20cm H","offer_id":43256201936944,"sku":"HYZ-1048-12","price":3250.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/collaborative_meeting_table_large_modern_office_computer_deskHYZ-1048_main_images_2.webp?v=1778730337"},{"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"},{"product_id":"long-conference-table-boardroom-hyz-1010","title":"Large Conference Table | Boardroom Table | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\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: #4A4A4A;\n    --k-text-title: #121A3E;\n    \n    max-width: 1000px;\n    margin: 8px auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.65;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * { box-sizing: border-box; }\n\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: 35px; \n    margin-bottom: 15px; \n  }\n\n  .kagu-banner-title { \n    font-size: 1.8rem; \n    text-align: center; \n    margin-bottom: 25px; \n    display: block; \n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 { \n    font-size: 1.5rem; \n    border-bottom: 2px solid var(--k-pri); \n    display: inline-block; \n    padding-bottom: 6px; \n    margin-bottom: 25px;\n  }\n\n  \/* --- USP Bullets (Single Column Layout) --- *\/\n  .kagu-usp-bullets { \n    background: var(--k-bg-light); \n    padding: 25px 30px; \n    border-radius: 8px; \n    border-left: 4px solid var(--k-pri); \n    margin-bottom: 35px; \n  }\n  .kagu-usp-bullets h3 { margin-top: 0; color: var(--k-text-title); margin-bottom: 15px; text-transform: none; font-size: 1.25rem;}\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: 14px; \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; left: 0; top: 3px;\n    width: 18px; 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  \/* --- Narrative Intro Box --- *\/\n  .kagu-intro-box {\n    background: #fff;\n    padding: 30px;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    margin-bottom: 35px;\n  }\n  .kagu-intro-box h4 { margin-top: 0; color: var(--pri); margin-bottom: 12px; font-size: 1.1rem; }\n  .kagu-intro-box p { font-size: 15px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- Full Showcase Images (Seamless Flow) --- *\/\n  .kagu-image-gallery { margin: 35px 0; }\n  .kagu-long-showcase { \n    width: 100%; \n    height: auto; \n    display: block; \n    border-radius: 8px; \n    border: 1px solid var(--k-bg-dark); \n    margin-bottom: 20px; \n  }\n  .kagu-long-showcase:last-child { margin-bottom: 0; }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl { overflow-x: auto; border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; margin-top: 25px; margin-bottom: 35px; }\n  .kagu-tbl table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 !important; }\n  .kagu-tbl th, .kagu-tbl td { padding: 16px 20px; border-bottom: 1px solid var(--k-bg-dark); vertical-align: middle; text-align: left; }\n  .kagu-tbl tr:last-child th, .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th { width: 30%; background: var(--k-bg-light); color: var(--k-text-title); font-weight: 700; border-top: none; }\n  .kagu-tbl td { color: var(--k-text-main); border-top: none; }\n  \n  .kagu-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }\n  .kagu-size-grid li { background: var(--k-bg-light); padding: 6px 12px; border-radius: 4px; font-weight: 600; font-size: 13px; text-align: center; color: var(--k-text-title); border: 1px solid #E0E0E0; }\n\n  \/* --- Logistics \/ B2B Section --- *\/\n  .kagu-b2b-box { background: var(--k-bg-dark); padding: 30px; border-radius: 8px; margin-top: 40px; border-left: 4px solid var(--k-text-title); }\n  .kagu-b2b-box h3 { color: var(--k-text-title); margin-top: 0; text-transform: none; font-size: 1.2rem; }\n  .kagu-b2b-box p { font-size: 14px; margin-bottom: 15px; color: var(--k-text-main); }\n  .kagu-b2b-box ul { list-style: none; padding: 0; margin: 0; }\n  .kagu-b2b-box li { position: relative; padding-left: 22px; margin-bottom: 12px; font-size: 14px; color: var(--k-text-main); }\n  .kagu-b2b-box li::before { content: '\\2714'; color: var(--k-pri); position: absolute; left: 0; font-weight: bold; }\n\n  \/* --- FAQ Accordion --- *\/\n  .kagu-faq-section { margin-top: 50px; margin-bottom: 30px; }\n  .kagu-accordion { display: grid; gap: 12px; margin-top: 20px; }\n  .kagu-accordion details { border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; overflow: hidden; transition: all 0.3s; }\n  .kagu-accordion details:hover { border-color: var(--k-sec); }\n  .kagu-accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-weight: 600; cursor: pointer; list-style: none; user-select: none; color: var(--k-text-title); font-size: 14.5px; }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after { content: \"+\"; color: var(--k-pri); font-size: 22px; font-weight: 400; line-height: 1; transition: transform 0.3s; }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary { border-bottom: 1px solid var(--k-bg-light); background: var(--k-bg-light); }\n  .kagu-accordion .kagu-faq-content { padding: 18px 20px; color: var(--k-text-main); font-size: 14px; line-height: 1.6; background: #fff; }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  \/* --- Mobile Optimization --- *\/\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.5rem; }\n    .kagu-usp-bullets { padding: 20px 18px; margin-bottom: 30px; }\n    .kagu-tbl { margin-top: 20px; margin-bottom: 20px; }\n    .kagu-tbl table { display: table; min-width: 100%; } \n    .kagu-tbl th, .kagu-tbl td { display: table-cell; padding: 12px 14px; font-size: 13.5px; }\n    .kagu-tbl th { width: 35%; }\n    .kagu-tbl td { width: 65%; }\n    .kagu-size-grid { grid-template-columns: 1fr; }\n    .kagu-b2b-box { padding: 22px 18px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eThe Centerpiece for Collaborative Strategy\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eArchitectural Sophistication:\u003c\/b\u003e A striking white conference table designed to seamlessly merge classic charm with modern minimalist aesthetics.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eExpansive Scalability:\u003c\/b\u003e Available in versatile spatial configurations up to 7 meters, flawlessly accommodating teams from 10 to 20+ people.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eBespoke Flexibility:\u003c\/b\u003e Fully adaptable dimensions and configurations customized specifically for high-end professional boardroom environments.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003eLarge Conference Table | Professional Boardroom Table\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eIntroducing our striking White Conference Table, a seamless blend of classic charm and modern sophistication. Crafted to make a statement, this large table boasts a timeless design in a crisp white finish, seamlessly merging classic and contemporary aesthetics. Its spacious surface offers ample room for collaborative discussions, serving as the centerpiece for productive meetings. The combination of classic elements and modern lines creates an elegant yet functional piece, ideal for boardrooms or executive spaces. Elevate your office ambiance with this meticulously designed table, promising both style and functionality for impactful discussions and strategic planning.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kagu-image-gallery\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/3bfc8960-e9ba-4b29-a840-c504eb1cfbdf.png?v=1773207214\" alt=\"Large Conference Table Boardroom Table package accommodating 10-20 people\" class=\"kagu-long-showcase\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/1_5da9e47e-6625-49c3-9742-afd9ad14512d.png?v=1737697103\" alt=\"Kaguyasu Classic Boardroom Table Modern Minimalist Clean Design Detail\" class=\"kagu-long-showcase\"\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-tbl\"\u003e\n    \u003ctable\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCollection\u003c\/th\u003e\n          \u003ctd\u003eKaguyasu Corporate Boardroom Executive Series\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003ePremium Materials\u003c\/th\u003e\n          \u003ctd\u003eHigh-Density Matte Engineered Solid-Board (Anti-scratch, stain-resistant architectural finish)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAvailable Standard Dimensions\u003c\/th\u003e\n          \u003ctd\u003e\n            \u003cul class=\"kagu-size-grid\"\u003e\n              \u003cli\u003e240 * 120 * 75 cm\u003c\/li\u003e\n              \u003cli\u003e280 * 120 * 75 cm\u003c\/li\u003e\n              \u003cli\u003e320 * 120 * 75 cm\u003c\/li\u003e\n              \u003cli\u003e360 * 140 * 75 cm\u003c\/li\u003e\n              \u003cli\u003e400 * 140 * 75 cm\u003c\/li\u003e\n              \u003cli\u003e500 * 140 * 75 cm\u003c\/li\u003e\n              \u003cli\u003e600 * 140 * 75 cm\u003c\/li\u003e\n              \u003cli\u003e700 * 140 * 75 cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eTailored Customization\u003c\/th\u003e\n          \u003ctd\u003e\n\u003cb\u003eYes, Available\u003c\/b\u003e (Supports tailor-made dimensional scales to align with your spatial footprint)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCustomizable Items\u003c\/th\u003e\n          \u003ctd\u003eOverall length, width, and localized geometric layouts\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eOptimal Suitability\u003c\/th\u003e\n          \u003ctd\u003eCorporate Boardrooms, Collaborative Shared Workspace hubs, Executive Suites, and Conference Centers\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAssembly Protocol\u003c\/th\u003e\n          \u003ctd\u003e\n\u003cb\u003eYes, required\u003c\/b\u003e (Includes precise structure diagrams and robust heavy-duty coupling hardware)\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kagu-b2b-box\"\u003e\n    \u003ch3\u003eB2B Tailored Space Solutions \u0026amp; Logistics\u003c\/h3\u003e\n    \u003cp\u003eAs an international project manager for elite workspace environments, Kaguyasu provides specialized project fulfillment for large scale corporate layouts:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eBespoke Dimension Requests:\u003c\/b\u003e If your boardroom layout demands bespoke scaling or integrated wire-management\/power grommets beyond standard sizes, please reach out to our project design team.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eHeavy-Duty Reinforced Delivery:\u003c\/b\u003e Large conference furniture items are packaged in reinforced multi-layer protective wood crating to guarantee zero friction and pristine transit arrival.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eCorporate Project Pricing:\u003c\/b\u003e Volume procurement discounts are dynamically available for commercial interior designers, contractors, and corporate expansions.\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\u003eHow many people can comfortably sit around the larger variants (e.g., 5m to 7m)?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eOur sizing is meticulously scaled for commercial utility. The 500cm variant comfortably coordinates 14 to 16 attendees, while the 600cm and 700cm models are masterfully engineered to accommodate 18 to 24+ individuals depending on your choice of executive seating width.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do we request custom dimensions for our conference room?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eSince this item supports full size adaptation, you can contact our B2B account team directly with your specific floor plans. We will generate technical visual layout specifications and quote tailored pricing options within 24 business hours.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the white surface surface stain-resistant to commercial coffee and ink spills?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eYes. The premium matte finish applied to our engineered architectural board features a high-density protective barrier. It effectively resists persistent stains, grease, and micro-scratches from everyday corporate office use, making maintenance as simple as a quick damp cloth wipe.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Natural \/ 160*120*75cm(Only the desk)","offer_id":43011211198512,"sku":"HYZ-1010-17","price":1925.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 180*120*75cm(Only the desk)","offer_id":43011211231280,"sku":"HYZ-1010-18","price":2418.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 200*100*75cm(Only the desk)","offer_id":43011211264048,"sku":"HYZ-1010-19","price":2725.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 240*120*75cm(Only the desk)","offer_id":43011211296816,"sku":"HYZ-1010-20","price":3030.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 280*120*75cm(Only the desk)","offer_id":43011211329584,"sku":"HYZ-1010-21","price":3495.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 300*120*75cm(Only the desk)","offer_id":43011211362352,"sku":"HYZ-1010-09","price":3606.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 320*120*75cm(Only the desk)","offer_id":43011211395120,"sku":"HYZ-1010-22","price":4047.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 360*140*75cm(Only the desk)","offer_id":43011211427888,"sku":"HYZ-1010-23","price":4318.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 400*140*75cm(Only the desk)","offer_id":43011211460656,"sku":"HYZ-1010-24","price":4683.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 160*120*75cm(Only the desk)","offer_id":43011211493424,"sku":"HYZ-1010-01","price":1925.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 180*120*75cm(Only the desk)","offer_id":43011211526192,"sku":"HYZ-1010-02","price":2418.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 200*100*75cm(Only the desk)","offer_id":43011211558960,"sku":"HYZ-1010-03","price":2725.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 240*120*75cm(Only the desk)","offer_id":43011211591728,"sku":"HYZ-1010-04","price":3030.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 280*120*75cm(Only the desk)","offer_id":43011211624496,"sku":"HYZ-1010-05","price":3495.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 300*120*75cm(Only the desk)","offer_id":43011211657264,"sku":"HYZ-1010-10","price":3606.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 320*120*75cm(Only the desk)","offer_id":43011211690032,"sku":"HYZ-1010-06","price":4047.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 360*140*75cm(Only the desk)","offer_id":43011211722800,"sku":"HYZ-1010-07","price":4318.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 400*140*75cm(Only the desk)","offer_id":43011211755568,"sku":"HYZ-1010-08","price":4683.0,"currency_code":"GBP","in_stock":true},{"title":"Walfnut \/ 160*120*75cm(Only the desk)","offer_id":43011211788336,"sku":"HYZ-1010-33","price":1925.0,"currency_code":"GBP","in_stock":true},{"title":"Walfnut \/ 180*120*75cm(Only the desk)","offer_id":43011211821104,"sku":"HYZ-1010-34","price":2418.0,"currency_code":"GBP","in_stock":true},{"title":"Walfnut \/ 200*100*75cm(Only the desk)","offer_id":43011211853872,"sku":"HYZ-1010-35","price":2725.0,"currency_code":"GBP","in_stock":true},{"title":"Walfnut \/ 240*120*75cm(Only the desk)","offer_id":43011211886640,"sku":"HYZ-1010-36","price":3030.0,"currency_code":"GBP","in_stock":true},{"title":"Walfnut \/ 280*120*75cm(Only the desk)","offer_id":43011211919408,"sku":"HYZ-1010-37","price":3495.0,"currency_code":"GBP","in_stock":true},{"title":"Walfnut \/ 300*120*75cm(Only the desk)","offer_id":43011211952176,"sku":"HYZ-1010-11","price":3606.0,"currency_code":"GBP","in_stock":true},{"title":"Walfnut \/ 320*120*75cm(Only the desk)","offer_id":43011211984944,"sku":"HYZ-1010-38","price":4047.0,"currency_code":"GBP","in_stock":true},{"title":"Walfnut \/ 360*140*75cm(Only the desk)","offer_id":43011212017712,"sku":"HYZ-1010-39","price":4318.0,"currency_code":"GBP","in_stock":true},{"title":"Walfnut \/ 400*140*75cm(Only the desk)","offer_id":43011212050480,"sku":"HYZ-1010-40","price":4683.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Grey \/ 160*120*75cm(Only the desk)","offer_id":43011212083248,"sku":"HYZ-1010-29","price":1925.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Grey \/ 180*120*75cm(Only the desk)","offer_id":43011212116016,"sku":"HYZ-1010-30","price":2418.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Grey \/ 200*100*75cm(Only the desk)","offer_id":43011212148784,"sku":"HYZ-1010-31","price":2725.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Grey \/ 240*120*75cm(Only the desk)","offer_id":43011212181552,"sku":"HYZ-1010-32","price":3030.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Grey \/ 280*120*75cm(Only the desk)","offer_id":43011212214320,"sku":"HYZ-1010-41","price":3495.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Grey \/ 300*120*75cm(Only the desk)","offer_id":43011212247088,"sku":"HYZ-1010-42","price":3606.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Grey \/ 320*120*75cm(Only the desk)","offer_id":43011212279856,"sku":"HYZ-1010-43","price":4047.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Grey \/ 360*140*75cm(Only the desk)","offer_id":43011212312624,"sku":"HYZ-1010-44","price":4318.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Grey \/ 400*140*75cm(Only the desk)","offer_id":43011212345392,"sku":"HYZ-1010-45","price":4683.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_conference_table_boardroom_table_kaguyasu_HYZ-1010_main_images1.jpg?v=1781690704"},{"product_id":"minimalist-meeting-desk-small-training-hyz-101","title":"Minimalist Meeting Desk \u0026 Small Office Training Table | Kaguyasu","description":"\u003cstyle\u003e\n  \/* --- Global Typography \u0026 Layout for Kaguyasu --- *\/\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: #4A4A4A;\n    --k-text-title: #121A3E;\n    \n    max-width: 1000px;\n    margin: 8px auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.65;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n\n  .kagu-wrapper * { box-sizing: border-box; }\n\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: 35px; \n    margin-bottom: 15px; \n  }\n\n  .kagu-banner-title { \n    font-size: 1.8rem; \n    text-align: center; \n    margin-bottom: 25px; \n    display: block; \n    color: var(--k-text-title);\n  }\n\n  .kagu-wrapper h2 { \n    font-size: 1.5rem; \n    border-bottom: 2px solid var(--k-pri); \n    display: inline-block; \n    padding-bottom: 6px; \n    margin-bottom: 25px;\n  }\n\n  \/* --- USP Bullets (Single Column Layout) --- *\/\n  .kagu-usp-bullets { \n    background: var(--k-bg-light); \n    padding: 25px 30px; \n    border-radius: 8px; \n    border-left: 4px solid var(--k-pri); \n    margin-bottom: 35px; \n  }\n  .kagu-usp-bullets h3 { margin-top: 0; color: var(--k-text-title); margin-bottom: 15px; text-transform: none; font-size: 1.25rem;}\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: 14px; \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; left: 0; top: 3px;\n    width: 18px; 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  \/* --- Narrative Intro Box --- *\/\n  .kagu-intro-box {\n    background: #fff;\n    padding: 30px;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    margin-bottom: 35px;\n  }\n  .kagu-intro-box h4 { margin-top: 0; color: var(--k-pri); margin-bottom: 12px; font-size: 1.1rem; }\n  .kagu-intro-box p { font-size: 15px; color: var(--k-text-main); margin: 0; }\n\n  \/* --- Full Showcase Images (Seamless Flow) --- *\/\n  .kagu-image-gallery { margin: 35px 0; }\n  .kagu-long-showcase { \n    width: 100%; \n    height: auto; \n    display: block; \n    border-radius: 8px; \n    border: 1px solid var(--k-bg-dark); \n    margin-bottom: 25px; \n  }\n  .kagu-long-showcase:last-child { margin-bottom: 0; }\n\n  .kagu-dimension-title { font-size: 1.3rem !important; margin-top: 40px; text-align: center; border-bottom: none !important; }\n\n  \/* --- Specs Table --- *\/\n  .kagu-tbl { overflow-x: auto; border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; margin-top: 25px; margin-bottom: 35px; }\n  .kagu-tbl table { width: 100%; border-collapse: collapse; font-size: 14px; margin: 0 !important; }\n  .kagu-tbl th, .kagu-tbl td { padding: 16px 20px; border-bottom: 1px solid var(--k-bg-dark); vertical-align: middle; text-align: left; }\n  .kagu-tbl tr:last-child th, .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th { width: 30%; background: var(--k-bg-light); color: var(--k-text-title); font-weight: 700; border-top: none; }\n  .kagu-tbl td { color: var(--k-text-main); border-top: none; }\n  \n  .kagu-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }\n  .kagu-size-grid li { background: var(--k-bg-light); padding: 6px 12px; border-radius: 4px; font-weight: 600; font-size: 13px; text-align: center; color: var(--k-text-title); border: 1px solid #E0E0E0; }\n\n  \/* --- Logistics \/ B2B Section --- *\/\n  .kagu-b2b-box { background: var(--k-bg-dark); padding: 30px; border-radius: 8px; margin-top: 40px; border-left: 4px solid var(--k-text-title); }\n  .kagu-b2b-box h3 { color: var(--k-text-title); margin-top: 0; text-transform: none; font-size: 1.2rem; }\n  .kagu-b2b-box p { font-size: 14px; margin-bottom: 15px; color: var(--k-text-main); }\n  .kagu-b2b-box ul { list-style: none; padding: 0; margin: 0; }\n  .kagu-b2b-box li { position: relative; padding-left: 22px; margin-bottom: 12px; font-size: 14px; color: var(--k-text-main); }\n  .kagu-b2b-box li::before { content: '\\2714'; color: var(--k-pri); position: absolute; left: 0; font-weight: bold; }\n\n  \/* --- FAQ Accordion --- *\/\n  .kagu-faq-section { margin-top: 50px; margin-bottom: 30px; }\n  .kagu-accordion { display: grid; gap: 12px; margin-top: 20px; }\n  .kagu-accordion details { border: 1px solid var(--k-bg-dark); border-radius: 8px; background: #fff; overflow: hidden; transition: all 0.3s; }\n  .kagu-accordion details:hover { border-color: var(--k-sec); }\n  .kagu-accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-weight: 600; cursor: pointer; list-style: none; user-select: none; color: var(--k-text-title); font-size: 14.5px; }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after { content: \"+\"; color: var(--k-pri); font-size: 22px; font-weight: 400; line-height: 1; transition: transform 0.3s; }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary { border-bottom: 1px solid var(--k-bg-light); background: var(--k-bg-light); }\n  .kagu-accordion .kagu-faq-content { padding: 18px 20px; color: var(--k-text-main); font-size: 14px; line-height: 1.6; background: #fff; }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  \/* --- Mobile Optimization --- *\/\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.5rem; }\n    .kagu-usp-bullets { padding: 20px 18px; margin-bottom: 30px; }\n    .kagu-tbl { margin-top: 20px; margin-bottom: 20px; }\n    .kagu-tbl table { display: table; min-width: 100%; } \n    .kagu-tbl th, .kagu-tbl td { display: table-cell; padding: 12px 14px; font-size: 13.5px; }\n    .kagu-tbl th { width: 35%; }\n    .kagu-tbl td { width: 65%; }\n    .kagu-size-grid { grid-template-columns: 1fr; }\n    .kagu-b2b-box { padding: 22px 18px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eFocused Collaboration, Minimalist Design\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eModern Minimalist Aesthetics:\u003c\/b\u003e A sleek, white office table designed to elevate contemporary corporate spaces with understated elegance.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eCollaborative Layout:\u003c\/b\u003e A highly versatile meeting and training table tailored for dynamic team interactions and focused boardroom sessions.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003ePremium Construction:\u003c\/b\u003e Crafted from high-density engineered particleboard, delivering dependable durability for daily office environments.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eVersatile Functionality:\u003c\/b\u003e The perfect hybrid solution seamlessly transitioning between an executive meeting desk and a professional training workbench.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003eMinimalist Meeting Desk \u0026amp; Office Training Table\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eElevate your collaborative workspace with our sleek and versatile conference table. Designed with a distinct warm minimalist aesthetic, this functional desk serves as a perfect blend of simplicity and modern sophistication, perfectly tailored for intimate conference rooms and active training spaces. Crafted with precision, it provides a dedicated, uncluttered area for focused teamwork and creative sessions. Upgrade your office environment with a piece where clean geometric form meets everyday function, ensuring a seamlessly organized and modern boardroom experience.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kagu-image-gallery\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_meeting_desk_small_office_training_table_kaguyasuHYZ-101_detailed_images.webp?v=1778730383\" alt=\"Minimalist Meeting Desk and Small Office Training Table | Kaguyasu HYZ-101 Detailed Showcase\" class=\"kagu-long-showcase\"\u003e\n    \n    \u003ch3 class=\"kagu-dimension-title\"\u003eProduct Dimensions\u003c\/h3\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0683\/9785\/9054\/files\/2_2_a8c7fbb3-9db1-4fd8-b3ad-5ac068962658.jpg?v=1736329858\" alt=\"Dimensions for Kaguyasu Minimalist Office Training Table\" class=\"kagu-long-showcase\"\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-tbl\"\u003e\n    \u003ctable\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCollection\u003c\/th\u003e\n          \u003ctd\u003eKaguyasu Minimalist Workspace Series (HYZ-101)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003ePremium Materials\u003c\/th\u003e\n          \u003ctd\u003eHigh-Density Engineered Particleboard (Features a smooth, anti-scratch commercial finish)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAvailable Dimensions\u003c\/th\u003e\n          \u003ctd\u003e\n            \u003cul class=\"kagu-size-grid\"\u003e\n              \u003cli\u003e200 * 80 * 75 cm\u003c\/li\u003e\n              \u003cli\u003e200 * 100 * 75 cm\u003c\/li\u003e\n              \u003cli\u003e200 * 120 * 75 cm\u003c\/li\u003e\n              \u003cli\u003e220 * 120 * 75 cm\u003c\/li\u003e\n              \u003cli\u003e240 * 100 * 75 cm\u003c\/li\u003e\n              \u003cli\u003e240 * 120 * 75 cm\u003c\/li\u003e\n              \u003cli\u003e300 * 120 * 75 cm\u003c\/li\u003e\n            \u003c\/ul\u003e\n          \u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eTailored Customization\u003c\/th\u003e\n          \u003ctd\u003e\n\u003cb\u003eYes, Available\u003c\/b\u003e (Supports customized dimensional scales to fit specific room layouts)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eCustomizable Items\u003c\/th\u003e\n          \u003ctd\u003eOverall Table Size (Length \u0026amp; Width)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eOptimal Suitability\u003c\/th\u003e\n          \u003ctd\u003eSmall to Medium Conference Rooms, Corporate Training Centers, and Open-Plan Team Workstations\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003cth scope=\"row\"\u003eAssembly Protocol\u003c\/th\u003e\n          \u003ctd\u003e\n\u003cb\u003eYes, required\u003c\/b\u003e (Includes precise structural hardware and straightforward assembly instructions)\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kagu-b2b-box\"\u003e\n    \u003ch3\u003eB2B Tailored Space Solutions \u0026amp; Logistics\u003c\/h3\u003e\n    \u003cp\u003eAs a dedicated commercial furniture provider across the UK and mainland Europe, Kaguyasu guarantees reliable delivery channels tailored for workspace overhauls:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eBespoke Dimension Requests:\u003c\/b\u003e If your training room layout requires customized sizing, please reach out to our project design team for tailored technical specifications.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eSecure Flat-Packed Shipping:\u003c\/b\u003e To prevent transit friction, all boards and components are distributed flat-packed in heavy-duty commercial cartons.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eCorporate Documentation:\u003c\/b\u003e Automated VAT invoices matching your corporate registry are systematically rendered post-dispatch for seamless financial reconciliation.\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\u003eIs this desk suitable for modular training room setups?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eAbsolutely. The clean, minimalist lines and lack of overhanging bulk make it exceptionally easy to configure multiple tables side-by-side or end-to-end to create larger collaborative workstations or classroom-style training rows.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow durable is the engineered particleboard for daily office use?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eWe use premium, high-density commercial-grade particleboard finished with a protective veneer. It is specifically engineered to resist daily wear, minor scratches, and moisture, ensuring it maintains its sophisticated look through years of active use.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow can I order a custom size that isn't listed in the standard dimensions?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eSince this item supports full size adaptation, please contact our B2B commercial support team with your required length and width. We will promptly provide a tailored quotation and production timeline to suit your project needs.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Natural \/ 200*80*75 cm","offer_id":43011209560112,"sku":"HYZ-101-01","price":458.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 200*100*75 cm","offer_id":43011209592880,"sku":"HYZ-101-02","price":476.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 200*120*75 cm","offer_id":43011209625648,"sku":"HYZ-101-03","price":498.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 220*120*75 cm","offer_id":43011209658416,"sku":"HYZ-101-04","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 240*100*75 cm","offer_id":43011209691184,"sku":"HYZ-101-05","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 240*120*75 cm","offer_id":43011209723952,"sku":"HYZ-101-06","price":517.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ 300*120*75 cm","offer_id":43011209756720,"sku":"HYZ-101-07","price":707.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ 200*80*75 cm","offer_id":43011209789488,"sku":"HYZ-101-08","price":458.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ 200*100*75 cm","offer_id":43011209822256,"sku":"HYZ-101-09","price":476.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ 200*120*75 cm","offer_id":43011209855024,"sku":"HYZ-101-10","price":498.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ 220*120*75 cm","offer_id":43011209887792,"sku":"HYZ-101-11","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ 240*100*75 cm","offer_id":43011209920560,"sku":"HYZ-101-12","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ 240*120*75 cm","offer_id":43011209953328,"sku":"HYZ-101-13","price":517.0,"currency_code":"GBP","in_stock":true},{"title":"Grey \/ 300*120*75 cm","offer_id":43011209986096,"sku":"HYZ-101-14","price":707.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 200*80*75 cm","offer_id":43011210018864,"sku":"HYZ-101-15","price":458.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 200*100*75 cm","offer_id":43011210051632,"sku":"HYZ-101-16","price":476.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 200*120*75 cm","offer_id":43011210084400,"sku":"HYZ-101-17","price":498.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 220*120*75 cm","offer_id":43011210117168,"sku":"HYZ-101-18","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 240*100*75 cm","offer_id":43011210149936,"sku":"HYZ-101-19","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 240*120*75 cm","offer_id":43011210182704,"sku":"HYZ-101-20","price":517.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ 300*120*75 cm","offer_id":43011210215472,"sku":"HYZ-101-21","price":707.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 200*80*75 cm","offer_id":43011210248240,"sku":"HYZ-101-22","price":458.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 200*100*75 cm","offer_id":43011210281008,"sku":"HYZ-101-23","price":476.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 200*120*75 cm","offer_id":43011210313776,"sku":"HYZ-101-24","price":498.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 220*120*75 cm","offer_id":43011210346544,"sku":"HYZ-101-25","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 240*100*75 cm","offer_id":43011210379312,"sku":"HYZ-101-26","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 240*120*75 cm","offer_id":43011210412080,"sku":"HYZ-101-27","price":517.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ 300*120*75 cm","offer_id":43011210444848,"sku":"HYZ-101-28","price":707.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 200*80*75 cm","offer_id":43011210477616,"sku":"HYZ-101-29","price":458.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 200*100*75 cm","offer_id":43011210510384,"sku":"HYZ-101-30","price":476.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 200*120*75 cm","offer_id":43011210543152,"sku":"HYZ-101-31","price":498.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 220*120*75 cm","offer_id":43011210575920,"sku":"HYZ-101-32","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 240*100*75 cm","offer_id":43011210608688,"sku":"HYZ-101-33","price":509.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 240*120*75 cm","offer_id":43011210641456,"sku":"HYZ-101-34","price":517.0,"currency_code":"GBP","in_stock":true},{"title":"White \/ 300*120*75 cm","offer_id":43011210674224,"sku":"HYZ-101-35","price":707.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_meeting_desk_small_office_training_table_kaguyasuHYZ-101_main_images_2.webp?v=1778729975"},{"product_id":"meeting-table-foldable-office-hyz-t068","title":"Meeting Table | Foldable Office Desk | 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: 40px;\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 40px 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: 10000px; }\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  .kagu-img-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-img-grid img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background: var(--k-bg-light);\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: 30px;\n    margin-bottom: 30px;\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: \"\\2714\"; }\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: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\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\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\u003eFlexible Folding Design:\u003c\/b\u003e A versatile meeting table designed for quick setup and space-saving storage in dynamic offices and training rooms.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eDurable Materials:\u003c\/b\u003e Constructed with a robust steel frame and a premium particleboard desktop for long-lasting daily use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eMultiple Size Options:\u003c\/b\u003e Ranging from 120cm to 180cm in length, offering adaptable configurations to accommodate different room layouts and team sizes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eProfessional Aesthetics:\u003c\/b\u003e Available in Natural, Maple, White, Light Walnut, and Dark Walnut finishes to seamlessly match any corporate environment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eMulti-Purpose Utility:\u003c\/b\u003e Ideal for conference rooms, training centres, collaborative workspaces, and temporary workstations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerHYZT068\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eFoldable Office Meeting Table\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/meeting_table_foldable_office_table_kaguyasuHYZ-T068_detailed_images_2.jpg?v=1779160740\" alt=\"Foldable office meeting table in professional workspace\" class=\"kagu-hero-img\"\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eVersatile Professional Finishes\u003c\/h3\u003e\n\u003cp\u003eAvailable in a variety of elegant colours including Natural, Maple, White, Light Walnut, and Dark Walnut. Choose the perfect finish to complement your existing corporate aesthetic and elevate the room's atmosphere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\u003eFoldable Office Table \/ Meeting Table\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eParticleboard, Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColour Options\u003c\/th\u003e\n\u003ctd\u003eNatural, Maple, White, Light Walnut, Dark Walnut\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight Range\u003c\/th\u003e\n\u003ctd\u003e25~50kg (Varies by size configuration)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAvailable Sizes (L*W*H)\u003c\/th\u003e\n\u003ctd\u003e120*40*75cm, 120*50*75cm, 120*60*75cm\u003cbr\u003e140*40*75cm, 140*50*75cm, 140*60*75cm\u003cbr\u003e160*40*75cm, 160*50*75cm, 160*60*75cm\u003cbr\u003e180*40*75cm, 180*50*75cm, 180*60*75cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003eAssembly required\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCustomization\u003c\/th\u003e\n\u003ctd\u003eNot possible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n\u003ctd\u003eConference rooms, training centres, flexible office spaces, and collaborative work areas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-note-box\"\u003e\n\u003cp\u003e\u003cb\u003eImage Notice:\u003c\/b\u003e Product photos are for reference only. Colour, board texture, and surface appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003ePlacement Notice:\u003c\/b\u003e Please check table dimensions, chair clearance, doorway width, and final placement area before ordering to ensure a perfect fit for your meeting room.\u003c\/p\u003e\n\u003c\/div\u003e\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 commercial, office, and training room orders:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eAssembly Planning:\u003c\/b\u003e Assembly is required. Please prepare suitable space, tools, and enough installation time before use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eRoom Planning:\u003c\/b\u003e Confirm table dimensions, chair spacing, and presentation area clearance before purchase.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eAccess Check:\u003c\/b\u003e Please check doorway width, stair clearance, lift access, and the final placement route before delivery.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e For corporate offices, training centres, and commercial workspaces, confirm quantity and delivery access before fulfilment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe the table with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, and excessive heat exposure.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\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\u003eDoes this meeting table fold for storage?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The table features a practical foldable design, allowing you to easily collapse it and save valuable floor space when not in use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the table require assembly?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. Assembly is required upon delivery. Please ensure you have sufficient space and the necessary tools prepared.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat materials is the table made from?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eIt is constructed with a durable particleboard desktop and a heavy-duty steel frame to ensure stability during meetings and training sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a large team training room?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eAbsolutely. With multiple size options ranging up to 180cm in length, you can configure several tables together to accommodate any team size or training layout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerHYZT068\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerHYZT068\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"120*40*75cm","offer_id":42944269385776,"sku":"HYZ-T068-01","price":86.0,"currency_code":"GBP","in_stock":true},{"title":"120*50*75cm","offer_id":42944269418544,"sku":"HYZ-T068-02","price":93.0,"currency_code":"GBP","in_stock":true},{"title":"120*60*75cm","offer_id":42944269451312,"sku":"HYZ-T068-03","price":99.0,"currency_code":"GBP","in_stock":true},{"title":"140*40*75cm","offer_id":42944269484080,"sku":"HYZ-T068-04","price":105.0,"currency_code":"GBP","in_stock":true},{"title":"140*50*75cm","offer_id":42944269516848,"sku":"HYZ-T068-05","price":112.0,"currency_code":"GBP","in_stock":true},{"title":"140*60*75cm","offer_id":42944269549616,"sku":"HYZ-T068-06","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"160*40*75cm","offer_id":42944269582384,"sku":"HYZ-T068-07","price":126.0,"currency_code":"GBP","in_stock":true},{"title":"160*50*75cm","offer_id":42944269615152,"sku":"HYZ-T068-08","price":132.0,"currency_code":"GBP","in_stock":true},{"title":"160*60*75cm","offer_id":42944269647920,"sku":"HYZ-T068-09","price":139.0,"currency_code":"GBP","in_stock":true},{"title":"180*40*75cm","offer_id":42944269680688,"sku":"HYZ-T068-10","price":146.0,"currency_code":"GBP","in_stock":true},{"title":"180*50*75cm","offer_id":42944269713456,"sku":"HYZ-T068-11","price":153.0,"currency_code":"GBP","in_stock":true},{"title":"180*60*75cm","offer_id":42944269746224,"sku":"HYZ-T068-12","price":159.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/meeting_table_foldable_office_table_kaguyasuHYZ-T068_main_images_4.webp?v=1778736860"},{"product_id":"folding-computer-desk-wheels-meeting-table-hyz-k001","title":"Folding Computer Desk on Wheels \u0026 Office Meeting Table | 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: 40px;\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 40px auto;\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: 8000px; }\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: 30px;\n    margin-bottom: 30px;\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-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: \"\\2714\"; }\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: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\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 { padding: 20px 15px; }\n  }\n\u003c\/style\u003e\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\u003eMobile Efficiency:\u003c\/b\u003e A flexible office desk on wheels designed for fast workspace changes, training rooms, and agile offices.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSpace-Saving Folding Design:\u003c\/b\u003e The foldable structure makes storage easier when the table is not in use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCollaborative Meeting Layout:\u003c\/b\u003e Use it as a meeting table, computer desk, classroom table, or modular conference setup.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eHeavy-Duty Support:\u003c\/b\u003e Strong commercial construction supports up to 200kg for reliable everyday office use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eUnder-Desk Storage Shelf:\u003c\/b\u003e A convenient steel shelf helps keep notebooks, documents, folders, power accessories, and small office items within reach.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput class=\"kagu-readmore-trigger\" id=\"KaguReadMoreTriggerHYZK001\" type=\"checkbox\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eFolding Computer Desk on Wheels for Agile Meeting Spaces\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/folding_computer_desk_on_wheels_office_meeting_table_kaguyasuHYZ-K001_detailed_images_4.png?v=1783498120\" alt=\"\"\u003e\n\u003c\/h2\u003e\n\u003cspan style=\"font-size: 16px; text-align: center;\"\u003eBuild a flexible office, training room, or meeting area with a table that moves with your team. This folding computer desk on wheels combines a durable worktop, smooth casters, a foldable mechanism, and under-desk storage for modern multi-purpose workspaces.\u003c\/span\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg alt=\"Durable melamine decorative board tabletop for office meeting table\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/folding_computer_desk_on_wheels_office_meeting_table_kaguyasuHYZ-K001_detailed_images_10.jpg?v=1779160938\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eDurable High-Density Core Tabletop\u003c\/h3\u003e\n\u003cp\u003eBuilt for frequent commercial use. The melamine decorative board surface is designed for daily writing, laptop work, training sessions, and meetings, while helping resist warping, cracking, and common office wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg alt=\"Space saving folding office desk mechanism\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/folding_computer_desk_on_wheels_office_meeting_table_kaguyasuHYZ-K001_detailed_images_8.jpg?v=1779160938\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eSpace-Saving Folding Office Desk Mechanism\u003c\/h3\u003e\n\u003cp\u003eReconfigure the room quickly and store tables more efficiently. The foldable office table design allows the tabletop to lift and fold, making it suitable for offices, classrooms, training centres, and multi-purpose meeting rooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg alt=\"Office desk on wheels with smooth rolling casters\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/folding_computer_desk_on_wheels_office_meeting_table_kaguyasuHYZ-K001_detailed_images_9.jpg?v=1779160938\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eOmnidirectional Office Desk on Wheels\u003c\/h3\u003e\n\u003cp\u003eMove, align, and combine tables with less effort. Smooth-rolling casters help staff prepare meeting layouts, training rows, group discussions, or presentation setups without heavy lifting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg alt=\"Under desk steel storage shelf for folding computer desk\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/folding_computer_desk_on_wheels_office_meeting_table_kaguyasuHYZ-K001_detailed_images_5.jpg?v=1779160938\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eConvenient Under-Desk Steel Storage Shelf\u003c\/h3\u003e\n\u003cp\u003eKeep the desktop clearer during meetings and training. The under-desk steel shelf provides space for notebooks, documents, folders, power accessories, and small office items.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg alt=\"Foldable office table with modesty panel for privacy and stability\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/folding_computer_desk_on_wheels_office_meeting_table_kaguyasuHYZ-K001_detailed_images_7.jpg?v=1779160939\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eModern Modesty Panel for Privacy \u0026amp; Stability\u003c\/h3\u003e\n\u003cp\u003eThe front modesty panel helps provide seated privacy while also visually connecting the table frame. It creates a cleaner business look for meeting rooms, classrooms, offices, and shared workspaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eAvailable Colour Options\u003c\/h2\u003e\n\u003cimg class=\"kagu-section-img\" alt=\"Folding office desk colour options in natural oak maple green orange beige grey and walnut\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/folding_computer_desk_on_wheels_office_meeting_table_kaguyasuHYZ-K001_detailed_images_3.jpg?v=1779160937\"\u003e\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\u003eFolding Computer Desk on Wheels \/ Office Meeting Table\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eMelamine decorative board\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColour Options\u003c\/th\u003e\n\u003ctd\u003eNatural, Oak, Maple, Green, Orange, Beige, Grey, Walnut\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003eApprox. 21¡§C35kg, depending on selected size\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n\u003ctd\u003eApprox. 200kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n\u003ctd\u003e120 ?¨¢ 40 ?¨¢ 75cm, 120 ?¨¢ 50 ?¨¢ 75cm, 120 ?¨¢ 60 ?¨¢ 75cm, 140 ?¨¢ 40 ?¨¢ 75cm, 140 ?¨¢ 50 ?¨¢ 75cm, 140 ?¨¢ 60 ?¨¢ 75cm, 160 ?¨¢ 40 ?¨¢ 75cm, 160 ?¨¢ 50 ?¨¢ 75cm, 180 ?¨¢ 40 ?¨¢ 75cm, 180 ?¨¢ 50 ?¨¢ 75cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003eNot required\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n\u003ctd\u003eColour and size customisation are available\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cimg class=\"kagu-section-img\" alt=\"Folding computer desk on wheels dimensions guide\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/folding_computer_desk_on_wheels_office_meeting_table_kaguyasuHYZ-K001_detailed_images_6.jpg?v=1779160939\"\u003e\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 office projects, training rooms, and multi-table purchases:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eFlexible Office Use:\u003c\/b\u003e Suitable for meeting rooms, training spaces, classrooms, temporary offices, shared work areas, and project rooms.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e For multi-table layouts, please confirm the room size, seating plan, preferred colour, and required quantity before ordering.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eDelivery Planning:\u003c\/b\u003e Please check access routes, lift dimensions, doorway clearance, and receiving arrangements before delivery.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCustom Requests:\u003c\/b\u003e Colour and size customisation may be available for business orders. Please contact support before fulfilment for confirmation.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\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\u003eDoes this folding computer desk require assembly?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eNo. Assembly is not required. The table is designed for convenient use in offices, training rooms, classrooms, and meeting areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this be used as an office meeting table?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. It can be used as a meeting table, computer desk, training table, classroom table, or modular office desk on wheels for flexible layouts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan multiple tables be combined together?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The mobile design makes it easy to move and combine multiple desks for presentations, group discussions, training sessions, or temporary workstations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the load capacity?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eThe table supports approximately 200kg, making it suitable for laptops, documents, monitors, books, meeting supplies, and common office equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003clabel for=\"KaguReadMoreTriggerHYZK001\" class=\"kagu-readmore-btn k-label-show\"\u003eView Full Details\u003c\/label\u003e \u003clabel for=\"KaguReadMoreTriggerHYZK001\" class=\"kagu-readmore-btn k-label-hide\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"120*40*75cm \/ Please contact us","offer_id":43011269853232,"sku":"HYZ-K001-01","price":111.0,"currency_code":"GBP","in_stock":true},{"title":"120*50*75cm \/ Please contact us","offer_id":43011269886000,"sku":"HYZ-K001-02","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"120*60*75cm \/ Please contact us","offer_id":43011269918768,"sku":"HYZ-K001-03","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"140*40*75cm \/ Please contact us","offer_id":43011269951536,"sku":"HYZ-K001-04","price":134.0,"currency_code":"GBP","in_stock":true},{"title":"140*50*75cm \/ Please contact us","offer_id":43011269984304,"sku":"HYZ-K001-05","price":145.0,"currency_code":"GBP","in_stock":true},{"title":"140*60*75cm \/ Please contact us","offer_id":43011270017072,"sku":"HYZ-K001-06","price":148.0,"currency_code":"GBP","in_stock":true},{"title":"160*40*75cm \/ Please contact us","offer_id":43011270049840,"sku":"HYZ-K001-07","price":148.0,"currency_code":"GBP","in_stock":true},{"title":"160*50*75cm \/ Please contact us","offer_id":43011270082608,"sku":"HYZ-K001-08","price":163.0,"currency_code":"GBP","in_stock":true},{"title":"180*40*75cm \/ Please contact us","offer_id":43011270115376,"sku":"HYZ-K001-09","price":171.0,"currency_code":"GBP","in_stock":true},{"title":"180*50*75cm \/ Please contact us","offer_id":43011270148144,"sku":"HYZ-K001-10","price":177.0,"currency_code":"GBP","in_stock":true},{"title":"180*60*75cm \/ Please contact us","offer_id":43011270180912,"sku":"HYZ-K001-11","price":195.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/folding_computer_desk_on_wheels_office_meeting_table_kaguyasuHYZ-K001_main_images_3.jpg?v=1779160932"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/collections\/premium_large_conference_room_table_modern_boardroom_desk_kaguyasuBGZ-m-010_detailed_images_1.jpg?v=1782212844","url":"https:\/\/kaguyasu.co.uk\/collections\/rectangular-conference-tables.oembed","provider":"Kaguyasu-EU","version":"1.0","type":"link"}