{"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","url":"https:\/\/kaguyasu.co.uk\/products\/folding-computer-desk-wheels-meeting-table-hyz-k001","provider":"Kaguyasu-EU","version":"1.0","type":"link"}