{"title":"Computer Desks","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":"office-workstation-brown-desk-bgz-c003","title":"Office Workstation Brown Computer 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: '?';\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\u003eWorkspace Privacy:\u003c\/b\u003e A focused \u003cb\u003eoffice desk with partition\u003c\/b\u003e ensuring highly efficient daily productivity.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eHeavy-Duty Core:\u003c\/b\u003e A sturdy \u003cb\u003ebrown office desk\u003c\/b\u003e featuring a reinforced carbon steel frame.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eSmart Organization:\u003c\/b\u003e An \u003cb\u003eoffice workstation desk\u003c\/b\u003e designed with concealed under-desk cable management.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eCommercial Grade:\u003c\/b\u003e A spacious \u003cb\u003ebrown computer desk\u003c\/b\u003e crafted from E1 eco-friendly boards.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003ePrecision Construction:\u003c\/b\u003e A 2.5cm thickened panel and 0.16cm hot melt edge banding help prevent peeling and cracking for long-lasting commercial durability.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerBGZ2014\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eModern Corporate Office Workstation Desk Set\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/1_cb8cf963-a910-4310-8ad9-ccbd76ef715e.jpg?v=1742436819\" alt=\"Office workstation brown computer desk by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA modern corporate office workstation desk set with E1 eco-friendly boards, concealed under-desk cable management, an open large desktop, thickened desk panel construction, precision hot melt edge banding, and a reinforced carbon steel frame.\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\/0780\/8693\/0718\/files\/2_1452028b-4081-4343-a94b-5b3e7c37d349.jpg?v=1742436818\" alt=\"Eco-friendly commercial brown office desk material\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEco-Friendly Commercial Brown Office Desk\u003c\/h3\u003e\n          \u003cp\u003eBuilt for safe commercial use. This healthy \u003cb\u003ebrown office desk\u003c\/b\u003e features low formaldehyde release, preventing cracking under heavy daily loads.\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\/0780\/8693\/0718\/files\/3_f2f4d3f7-1b1a-48be-9c86-df415fdd74ae.jpg?v=1742436819\" alt=\"Concealed under desk cable management for office workstation\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSmart Concealed Under Desk Cable Management\u003c\/h3\u003e\n          \u003cp\u003eHide messy cables effortlessly. Pre-installed power outlet slots keep your \u003cb\u003eoffice desk with partition\u003c\/b\u003e completely clutter-free and organized.\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\/0780\/8693\/0718\/files\/4_2ddef20a-41a9-459f-8ef2-746ede9238e8.jpg?v=1742436819\" alt=\"Open large desktop for brown computer desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eOpen Large Desktop for Maximum Productivity\u003c\/h3\u003e\n          \u003cp\u003eMaximize daily efficiency. The expansive surface of this \u003cb\u003ebrown computer desk\u003c\/b\u003e offers ample space for documents, ensuring a professional workspace.\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\/0780\/8693\/0718\/files\/5_1d6041da-3858-4541-a423-87d2c616b53d.jpg?v=1742436819\" alt=\"Heavy-duty thickened desk panel construction\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy-Duty Thickened Desk Panel Construction\u003c\/h3\u003e\n          \u003cp\u003eCrafted with a 2.5cm thickened panel. This scratch-resistant, wobble-free commercial surface ensures exceptional load-bearing capacity and security.\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\/0780\/8693\/0718\/files\/6_959c0dfd-a370-4b1d-9b82-81261dd8c365.jpg?v=1742436819\" alt=\"Precision automated hot melt edge banding\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePrecision Automated Hot Melt Edge Banding\u003c\/h3\u003e\n          \u003cp\u003ePrecision-crafted for a seamless finish. The 0.16cm thick edge banding prevents peeling and cracking, ensuring long-lasting commercial durability.\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\/0780\/8693\/0718\/files\/7_56231e3f-c68f-4e4c-ae8c-f702dba479cf.jpg?v=1742436818\" alt=\"Reinforced carbon steel frame for office workstation desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eReinforced Carbon Steel Frame\u003c\/h3\u003e\n          \u003cp\u003eBuilt with a 0.25cm thick steel frame for exceptional stability and load-bearing capacity. The electrostatic spray coating supports rust and corrosion resistance, helping prevent deformation and fading over time.\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\"\u003eDesk Type\u003c\/th\u003e\n              \u003ctd\u003eModern corporate office workstation desk set\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBoard Material\u003c\/th\u003e\n              \u003ctd\u003eE1 eco-friendly boards\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFrame Material\u003c\/th\u003e\n              \u003ctd\u003eReinforced carbon steel frame\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003ePanel Thickness\u003c\/th\u003e\n              \u003ctd\u003e2.5cm thickened desk panel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eEdge Banding\u003c\/th\u003e\n              \u003ctd\u003e0.16cm thick hot melt edge banding\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSteel Frame Thickness\u003c\/th\u003e\n              \u003ctd\u003e0.25cm thick steel frame\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCable Management\u003c\/th\u003e\n              \u003ctd\u003eConcealed under-desk cable management with pre-installed power outlet slots\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFinish Process\u003c\/th\u003e\n              \u003ctd\u003eElectrostatic spray coating for the steel frame\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\/office_workstation_desk_brown_office_desk_kaguyasuBGZ-2014_detailed_images_1.jpg?v=1779160599\" alt=\"Office workstation brown computer 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 office workstation desk:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eWorkspace Layout:\u003c\/b\u003e The product is described as a modern corporate office workstation desk set with partition-focused workspace privacy.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBoard Material:\u003c\/b\u003e The product description lists E1 eco-friendly boards with low formaldehyde release.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCable Management:\u003c\/b\u003e Concealed under-desk cable management and pre-installed power outlet slots help organize wires.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003ePanel Construction:\u003c\/b\u003e The desktop uses a 2.5cm thickened panel with scratch-resistant and wobble-free commercial surface features.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eEdge Banding:\u003c\/b\u003e The 0.16cm thick hot melt edge banding helps prevent peeling and cracking.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eFrame:\u003c\/b\u003e The reinforced 0.25cm thick carbon steel frame uses electrostatic spray coating for rust and corrosion resistance.\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 board material is listed for this office workstation desk?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description lists E1 eco-friendly boards with low formaldehyde release.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this brown computer desk include cable management?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The product description includes concealed under-desk cable management with pre-installed power outlet slots.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat frame material is used?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description lists a reinforced carbon steel frame with a 0.25cm thickness and electrostatic spray coating.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat is the listed desktop panel thickness?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description lists a 2.5cm thickened desk panel.\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=\"KaguReadMoreTriggerBGZ2014\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZ2014\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Single Seat \/ without Cabinet \/ 119cm x 61cm x 76cm","offer_id":43011286761520,"sku":"BGZ-2014-01","price":502.0,"currency_code":"GBP","in_stock":true},{"title":"Single Seat \/ with Cabinet \/ 119cm x 61cm x 76cm","offer_id":43011286794288,"sku":"BGZ-2014-02","price":661.0,"currency_code":"GBP","in_stock":true},{"title":"2-Seater \/ without Cabinet \/ 119cm x 119cm x 76cm","offer_id":43011286827056,"sku":"BGZ-2014-03","price":733.0,"currency_code":"GBP","in_stock":true},{"title":"2-Seater \/ with Cabinet \/ 119cm x 119cm x 76cm","offer_id":43011286859824,"sku":"BGZ-2014-04","price":1046.0,"currency_code":"GBP","in_stock":true},{"title":"4-Seater \/ without Cabinet \/ 239cm x 119cm x 76cm","offer_id":43011286892592,"sku":"BGZ-2014-05","price":956.0,"currency_code":"GBP","in_stock":true},{"title":"4-Seater \/ with Cabinet \/ 239cm x 119cm x 76cm","offer_id":43011286925360,"sku":"BGZ-2014-06","price":1585.0,"currency_code":"GBP","in_stock":true},{"title":"6-Seater \/ without Cabinet \/ 361cm x 119cm x 76cm","offer_id":43011286958128,"sku":"BGZ-2014-07","price":1469.0,"currency_code":"GBP","in_stock":true},{"title":"6-Seater \/ with Cabinet \/ 361cm x 119cm x 76cm","offer_id":43011286990896,"sku":"BGZ-2014-08","price":2416.0,"currency_code":"GBP","in_stock":true},{"title":"Chair \/ Chair * 1","offer_id":42944198115376,"sku":"BGY-2034-01","price":153.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_workstation_desk_brown_office_desk_kaguyasuBGZ-2014_main_images_10.jpg?v=1780043006"},{"product_id":"small-folding-compact-computer-desk-bgz-k-008","title":"Small Folding Desk | Compact Computer 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  }\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\u003eSpace-Saving Design:\u003c\/b\u003e A highly versatile \u003cb\u003esmall folding desk\u003c\/b\u003e designed for tight modern spaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003ePremium Core:\u003c\/b\u003e A sturdy \u003cb\u003esimple computer desk\u003c\/b\u003e featuring a scratch-resistant melamine surface.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eMobile Setup:\u003c\/b\u003e A lightweight, \u003cb\u003eportable office desk\u003c\/b\u003e with a heavy-duty foldable steel frame.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmart Storage:\u003c\/b\u003e An efficient \u003cb\u003ecompact computer desk\u003c\/b\u003e equipped with a convenient under-desk shelf.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eStable Floor Support:\u003c\/b\u003e Adjustable anti-slip leveling feet help keep the desk steady on uneven floors.\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=\"KaguReadMoreTriggerBGZK008\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eVersatile Small Folding Desk Design\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_main_images_16.webp?v=1778729722\" alt=\"Small folding desk compact computer desk by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eAdapt seamlessly to any room. This space-saving \u003cb\u003esmall folding desk\u003c\/b\u003e delivers exceptional usability and convenience for modern dynamic lifestyles. The simple design can be adapted to many scenes and locations.\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\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_detailed_images_3.jpg?v=1779160647\" alt=\"Durable simple computer desk melamine surface\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDurable Simple Computer Desk Surface\u003c\/h3\u003e\n          \u003cp\u003eCrafted from premium melamine laminate. This sturdy \u003cb\u003esimple computer desk\u003c\/b\u003e resists water and daily scratches, ensuring effortless maintenance.\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\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_detailed_images_6.jpg?v=1779160648\" alt=\"Heavy-duty portable office desk steel frame\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy-Duty Portable Office Desk Frame\u003c\/h3\u003e\n          \u003cp\u003eExperience exceptional structural support. The thick steel frame makes this \u003cb\u003eportable office desk\u003c\/b\u003e highly stable and visually sophisticated.\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\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_detailed_images_7.jpg?v=1779160648\" alt=\"Compact computer desk with under-desk storage shelf\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eCompact Computer Desk with Storage Shelf\u003c\/h3\u003e\n          \u003cp\u003eMaximize your available workspace. The built-in shelf on this \u003cb\u003ecompact computer desk\u003c\/b\u003e holds books and magazines for a clutter-free environment.\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\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_detailed_images_8.jpg?v=1779160648\" alt=\"Adjustable anti-slip leveling desk feet\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eAdjustable Anti-Slip Leveling Desk Feet\u003c\/h3\u003e\n          \u003cp\u003eAdapt to uneven floors effortlessly. The silent, non-slip adjustable feet provide stable, wobble-free support for maximum ergonomic comfort.\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\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_detailed_images_1.jpg?v=1779160647\" alt=\"Color options for Kaguyasu small folding 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 board\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eWhite Maple, Natural, Walnut\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e7¡§C12kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n              \u003ctd\u003e90kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e80 ?¨¢ 40 ?¨¢ 75cm, 80 ?¨¢ 50 ?¨¢ 75cm\u003cbr\u003e80 ?¨¢ 60 ?¨¢ 75cm, 100 ?¨¢ 40 ?¨¢ 75cm\u003cbr\u003e100 ?¨¢ 50 ?¨¢ 75cm, 100 ?¨¢ 60 ?¨¢ 75cm\u003cbr\u003e120 ?¨¢ 40 ?¨¢ 75cm, 120 ?¨¢ 50 ?¨¢ 75cm\u003cbr\u003e120 ?¨¢ 60 ?¨¢ 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\"\u003eCustomization\u003c\/th\u003e\n              \u003ctd\u003eNot possible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization Items\u003c\/th\u003e\n              \u003ctd\u003eNone\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\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_detailed_images_2.jpg?v=1779160647\" alt=\"Small folding desk compact computer 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 small folding desk:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This compact computer desk requires assembly after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is not possible for this product, and no customization items are available.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize Planning:\u003c\/b\u003e Available sizes range from 80 ?¨¢ 40 ?¨¢ 75cm to 120 ?¨¢ 60 ?¨¢ 75cm. Please confirm the selected size, workspace layout, doorway clearance, and final placement area before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eLoad Capacity:\u003c\/b\u003e The listed load capacity is 90kg.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor Selection:\u003c\/b\u003e Available colors include White Maple, Natural, and Walnut.\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 small folding desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this small folding desk.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this compact computer desk be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Customization is not possible for this product, and there are no customization items available.\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 90kg.\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 colors include White Maple, Natural, and Walnut.\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=\"KaguReadMoreTriggerBGZK008\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZK008\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White Maple \/ With Storage shelves \/ 80*40*75cm","offer_id":43011266183216,"sku":"BGZ-008-01","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 80*50*75cm","offer_id":43011266215984,"sku":"BGZ-008-03","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 80*60*75cm","offer_id":43011266248752,"sku":"BGZ-008-05","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 100*40*75cm","offer_id":43011266281520,"sku":"BGZ-008-07","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 100*50*75cm","offer_id":43011266314288,"sku":"BGZ-008-09","price":266.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 100*60*75cm","offer_id":43011266347056,"sku":"BGZ-008-11","price":268.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 120*40*75cm","offer_id":43011266379824,"sku":"BGZ-008-13","price":258.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 120*50*75cm","offer_id":43011266412592,"sku":"BGZ-008-15","price":265.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ With Storage shelves \/ 120*60*75cm","offer_id":43011266445360,"sku":"BGZ-008-17","price":272.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 80*40*75cm","offer_id":43011266478128,"sku":"BGZ-008-02","price":186.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 80*50*75cm","offer_id":43011266510896,"sku":"BGZ-008-04","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 100*40*75cm","offer_id":43011266543664,"sku":"BGZ-008-08","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 100*50*75cm","offer_id":43011266576432,"sku":"BGZ-008-10","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 100*60*75cm","offer_id":43011266609200,"sku":"BGZ-008-12","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 120*40*75cm","offer_id":43011266641968,"sku":"BGZ-008-14","price":224.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 120*50*75cm","offer_id":43011266674736,"sku":"BGZ-008-16","price":258.0,"currency_code":"GBP","in_stock":true},{"title":"White Maple \/ No storage shelves \/ 120*60*75cm","offer_id":43011266707504,"sku":"BGZ-008-18","price":265.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 80*40*75cm","offer_id":43011266740272,"sku":"BGZ-008-19","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 80*50*75cm","offer_id":43011266773040,"sku":"BGZ-008-21","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 80*60*75cm","offer_id":43011266805808,"sku":"BGZ-008-23","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 100*40*75cm","offer_id":43011266838576,"sku":"BGZ-008-25","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 100*50*75cm","offer_id":43011266871344,"sku":"BGZ-008-27","price":266.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 100*60*75cm","offer_id":43011266904112,"sku":"BGZ-008-29","price":268.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 120*40*75cm","offer_id":43011266936880,"sku":"BGZ-008-31","price":258.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 120*50*75cm","offer_id":43011266969648,"sku":"BGZ-008-33","price":265.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ With Storage shelves \/ 120*60*75cm","offer_id":43011267002416,"sku":"BGZ-008-35","price":272.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 80*40*75cm","offer_id":43011267035184,"sku":"BGZ-008-37","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 80*50*75cm","offer_id":43011267067952,"sku":"BGZ-008-39","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 80*60*75cm","offer_id":43011267100720,"sku":"BGZ-008-41","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 100*40*75cm","offer_id":43011267133488,"sku":"BGZ-008-43","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 100*50*75cm","offer_id":43011267166256,"sku":"BGZ-008-45","price":266.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 100*60*75cm","offer_id":43011267199024,"sku":"BGZ-008-47","price":268.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 120*40*75cm","offer_id":43011267231792,"sku":"BGZ-008-49","price":258.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 120*50*75cm","offer_id":43011267264560,"sku":"BGZ-008-51","price":265.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ With Storage shelves \/ 120*60*75cm","offer_id":43011267297328,"sku":"BGZ-008-53","price":272.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 80*40*75cm","offer_id":43011267330096,"sku":"BGZ-008-54","price":186.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 80*50*75cm","offer_id":43011267362864,"sku":"BGZ-008-55","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 100*40*75cm","offer_id":43011267395632,"sku":"BGZ-008-56","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 100*50*75cm","offer_id":43011267428400,"sku":"BGZ-008-57","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 100*60*75cm","offer_id":43011267461168,"sku":"BGZ-008-58","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 120*40*75cm","offer_id":43011267493936,"sku":"BGZ-008-59","price":224.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 120*50*75cm","offer_id":43011267526704,"sku":"BGZ-008-60","price":258.0,"currency_code":"GBP","in_stock":true},{"title":"Natural \/ No storage shelves \/ 120*60*75cm","offer_id":43011267559472,"sku":"BGZ-008-61","price":265.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 80*40*75cm","offer_id":43011267592240,"sku":"BGZ-008-62","price":186.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 80*50*75cm","offer_id":43011267625008,"sku":"BGZ-008-63","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 100*40*75cm","offer_id":43011267657776,"sku":"BGZ-008-64","price":201.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 100*50*75cm","offer_id":43011267690544,"sku":"BGZ-008-65","price":215.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 100*60*75cm","offer_id":43011267723312,"sku":"BGZ-008-66","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 120*40*75cm","offer_id":43011267756080,"sku":"BGZ-008-67","price":224.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 120*50*75cm","offer_id":43011267788848,"sku":"BGZ-008-68","price":258.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ No storage shelves \/ 120*60*75cm","offer_id":43011267821616,"sku":"BGZ-008-69","price":265.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/small_folding_desk_compact_computer_desk_kaguyasuBGZ-k-008_main_images_1.jpg?v=1779160641"},{"product_id":"adjustable-ergonomic-office-desk-bgz-161","title":"Adjustable Office Desk | Ergonomic 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\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\u003eHealthy Posture:\u003c\/b\u003e An \u003cb\u003eadjustable height computer desk\u003c\/b\u003e designed for seamless sit-stand versatility.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eErgonomic Design:\u003c\/b\u003e A premium \u003cb\u003eergonomic office desk\u003c\/b\u003e promoting maximum daily productivity.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmart Organization:\u003c\/b\u003e A sleek \u003cb\u003eoffice table with drawers\u003c\/b\u003e keeping your workspace clutter-free.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHeavy-Duty Core:\u003c\/b\u003e A sturdy \u003cb\u003eadjustable office desk\u003c\/b\u003e supporting an impressive 100kg load.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eFlexible Height Range:\u003c\/b\u003e Adjustable from 61cm to 86cm to support comfortable sitting and standing work positions.\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=\"KaguReadMoreTriggerBGZK161\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eAdjustable Ergonomic Office Desk\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/adjustable_office_desk_ergonomic_office_desk_kaguyasuBGZ-k-161_detailed_images_6.jpg?v=1779160685\" alt=\"Adjustable office desk ergonomic office desk by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eElevate your posture. This \u003cb\u003eadjustable height computer desk\u003c\/b\u003e blends modern aesthetics with heavy-duty stability for your home or corporate 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\/adjustable_office_desk_ergonomic_office_desk_kaguyasuBGZ-k-161_detailed_images_4.jpg?v=1779160685\" alt=\"Premium adjustable office desk height design\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePremium Adjustable Office Desk for Comfort\u003c\/h3\u003e\n          \u003cp\u003eFind your perfect posture. This smooth \u003cb\u003eadjustable office desk\u003c\/b\u003e easily transitions from 61cm to 86cm, promoting healthy, highly productive work habits.\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\/adjustable_office_desk_ergonomic_office_desk_kaguyasuBGZ-k-161_detailed_images_7.jpg?v=1779160685\" alt=\"Office table with drawers organized setup\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eOrganized Office Table With Drawers Setup\u003c\/h3\u003e\n          \u003cp\u003eKeep essentials easily accessible. This sleek \u003cb\u003eoffice table with drawers\u003c\/b\u003e ensures a completely clutter-free environment, maximizing your daily efficiency.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/adjustable_office_desk_ergonomic_office_desk_kaguyasuBGZ-k-161_detailed_images_5.jpg?v=1779160685\" alt=\"Adjustable ergonomic office desk detail\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eVariations\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/adjustable_office_desk_ergonomic_office_desk_kaguyasuBGZ-k-161_detailed_images_1.jpg?v=1779160684\" alt=\"Adjustable office desk variation options\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eAvailable Colorways\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/adjustable_office_desk_ergonomic_office_desk_kaguyasuBGZ-k-161_detailed_images_2.jpg?v=1779160685\" alt=\"White and natural white color options for adjustable office desk\" class=\"kagu-section-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/adjustable_office_desk_ergonomic_office_desk_kaguyasuBGZ-k-161_detailed_images_3.jpg?v=1779160685\" alt=\"Additional color display for Kaguyasu adjustable office 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\u003eParticleboard, natural wood, steel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eWhite, Natural + White\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e15¡§C20kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n              \u003ctd\u003e100kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e80 ?¨¢ 60 ?¨¢ 61¡§C86cm\u003cbr\u003e100 ?¨¢ 60 ?¨¢ 61¡§C86cm\u003cbr\u003e120 ?¨¢ 60 ?¨¢ 61¡§C86cm\u003cbr\u003e140 ?¨¢ 60 ?¨¢ 61¡§C86cm\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\"\u003eCustomization\u003c\/th\u003e\n              \u003ctd\u003eNot possible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization Items\u003c\/th\u003e\n              \u003ctd\u003eNone\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\/adjustable_office_desk_ergonomic_office_desk_kaguyasuBGZ-k-161_main_images_2.jpg?v=1779349806\" alt=\"Adjustable ergonomic office 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 adjustable office desk:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This office desk requires assembly after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is not possible for this product, and no customization items are available.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize Planning:\u003c\/b\u003e Available sizes include 80 ?¨¢ 60 ?¨¢ 61¡§C86cm, 100 ?¨¢ 60 ?¨¢ 61¡§C86cm, 120 ?¨¢ 60 ?¨¢ 61¡§C86cm, and 140 ?¨¢ 60 ?¨¢ 61¡§C86cm. Please confirm the selected size, workspace layout, doorway clearance, and final placement area before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eLoad Capacity:\u003c\/b\u003e The listed load capacity is 100kg.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor \u0026amp; Texture Notice:\u003c\/b\u003e Due to natural materials, the color, surface texture, and pattern may differ slightly, but this will not affect normal use. Changes due to wear and tear are not considered product defects.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003ePhoto Notice:\u003c\/b\u003e Due to differences in photography lighting and screen resolution, the photo color and actual product color may differ. Product photos are for illustrative purposes only.\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 adjustable office desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this adjustable office desk.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this ergonomic office desk be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Customization is not possible for this product, and there are no customization items available.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat is the adjustable height range?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed height range is 61¡§C86cm.\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 100kg.\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=\"KaguReadMoreTriggerBGZK161\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZK161\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White\/Particleboard \/ Drawerless type \/ 80*60*61-86cm","offer_id":43055335407664,"sku":"BGZ-K-161-01","price":115.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Particleboard \/ Drawerless type \/ 100*60*61-86cm","offer_id":43055335669808,"sku":"BGZ-K-161-05","price":122.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Particleboard \/ Drawerless type \/ 120*60*61-86cm","offer_id":43055335931952,"sku":"BGZ-K-161-09","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Particleboard \/ Drawerless type \/ 140*60*61-86cm","offer_id":43055336194096,"sku":"BGZ-K-161-013","price":141.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Particleboard \/ Type with drawers \/ 80*60*61-86cm","offer_id":43055335538736,"sku":"BGZ-K-161-017","price":135.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Particleboard \/ Type with drawers \/ 100*60*61-86cm","offer_id":43055335800880,"sku":"BGZ-K-161-021","price":148.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Particleboard \/ Type with drawers \/ 120*60*61-86cm","offer_id":43055336063024,"sku":"BGZ-K-161-025","price":162.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Particleboard \/ Type with drawers \/ 140*60*61-86cm","offer_id":43055336325168,"sku":"BGZ-K-161-029","price":175.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Particleboard \/ Drawerless type \/ 80*60*61-86cm","offer_id":43055335440432,"sku":"BGZ-K-161-02","price":115.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Particleboard \/ Drawerless type \/ 100*60*61-86cm","offer_id":43055335702576,"sku":"BGZ-K-161-06","price":122.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Particleboard \/ Drawerless type \/ 120*60*61-86cm","offer_id":43055335964720,"sku":"BGZ-K-161-010","price":129.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Particleboard \/ Drawerless type \/ 140*60*61-86cm","offer_id":43055336226864,"sku":"BGZ-K-161-014","price":141.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Particleboard \/ Type with drawers \/ 80*60*61-86cm","offer_id":43055335571504,"sku":"BGZ-K-161-018","price":135.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Particleboard \/ Type with drawers \/ 100*60*61-86cm","offer_id":43055335833648,"sku":"BGZ-K-161-022","price":148.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Particleboard \/ Type with drawers \/ 120*60*61-86cm","offer_id":43055336095792,"sku":"BGZ-K-161-026","price":162.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Particleboard \/ Type with drawers \/ 140*60*61-86cm","offer_id":43055336357936,"sku":"BGZ-K-161-030","price":175.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Natural Wood \/ Drawerless type \/ 80*60*61-86cm","offer_id":43055335473200,"sku":"BGZ-K-161-03","price":122.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Natural Wood \/ Drawerless type \/ 100*60*61-86cm","offer_id":43055335735344,"sku":"BGZ-K-161-07","price":131.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Natural Wood \/ Drawerless type \/ 120*60*61-86cm","offer_id":43055335997488,"sku":"BGZ-K-161-011","price":141.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Natural Wood \/ Drawerless type \/ 140*60*61-86cm","offer_id":43055336259632,"sku":"BGZ-K-161-015","price":155.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Natural Wood \/ Type with drawers \/ 80*60*61-86cm","offer_id":43055335604272,"sku":"BGZ-K-161-019","price":145.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Natural Wood \/ Type with drawers \/ 100*60*61-86cm","offer_id":43055335866416,"sku":"BGZ-K-161-023","price":159.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Natural Wood \/ Type with drawers \/ 120*60*61-86cm","offer_id":43055336128560,"sku":"BGZ-K-161-027","price":175.0,"currency_code":"GBP","in_stock":true},{"title":"White\/Natural Wood \/ Type with drawers \/ 140*60*61-86cm","offer_id":43055336390704,"sku":"BGZ-K-161-031","price":195.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Natural Wood \/ Drawerless type \/ 80*60*61-86cm","offer_id":43055335505968,"sku":"BGZ-K-161-04","price":122.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Natural Wood \/ Drawerless type \/ 100*60*61-86cm","offer_id":43055335768112,"sku":"BGZ-K-161-08","price":131.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Natural Wood \/ Drawerless type \/ 120*60*61-86cm","offer_id":43055336030256,"sku":"BGZ-K-161-012","price":141.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Natural Wood \/ Drawerless type \/ 140*60*61-86cm","offer_id":43055336292400,"sku":"BGZ-K-161-016","price":155.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Natural Wood \/ Type with drawers \/ 80*60*61-86cm","offer_id":43055335637040,"sku":"BGZ-K-161-020","price":145.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Natural Wood \/ Type with drawers \/ 100*60*61-86cm","offer_id":43055335899184,"sku":"BGZ-K-161-024","price":159.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Natural Wood \/ Type with drawers \/ 120*60*61-86cm","offer_id":43055336161328,"sku":"BGZ-K-161-028","price":175.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Natural Wood \/ Type with drawers \/ 140*60*61-86cm","offer_id":43055336423472,"sku":"BGZ-K-161-032","price":195.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/adjustable_office_desk_ergonomic_office_desk_kaguyasuBGZ-k-161_main_images.jpg?v=1779160679"},{"product_id":"office-desk-corner-workstation-bgz-c040","title":"Office Desk | Corner Workstation | L Shape Computer 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: #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 --- *\/\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  \/* --- 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  \/* --- B2B\/Customization --- *\/\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: '?'; 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; }\n  .kagu-accordion summary { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; font-weight: 600; cursor: pointer; list-style: none; color: var(--k-text-title); font-size: 14.5px; }\n  .kagu-accordion summary::after { content: \"+\"; color: var(--k-pri); font-size: 22px; }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-faq-content { padding: 18px 20px; color: var(--k-text-main); font-size: 14px; line-height: 1.6; }\n\n  @media (max-width: 768px) {\n    .kagu-size-grid { grid-template-columns: 1fr; }\n    .kagu-tbl th { width: 35%; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n    \u003ch3\u003eCommand \u0026amp; Collaboration: The Executive L-Workstation\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eModular Spatial Design:\u003c\/b\u003e An architectural L-shape desk that functions as both a private command center and a spacious collaborative workstation.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eUnrivaled Load Capacity:\u003c\/b\u003e Built with industrial-grade standards to support up to 200kg, perfect for multi-monitor rigs and intensive professional equipment.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eRefined Walnut Aesthetic:\u003c\/b\u003e Features a premium wood-grain finish that brings warmth to high-pressure office environments, balancing durability with \"Quiet Luxury.\"\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eScalable Dimensions:\u003c\/b\u003e Designed to adapt to any floor plan, from compact corner nooks to expansive executive suites.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n    \n  \u003ch2 class=\"kagu-banner-title\"\u003eCorner L-Shape Computer Desk \u0026amp; Workstation\u003c\/h2\u003e\n  \u003cdiv class=\"kagu-intro-box\"\u003e\n    \u003ch4\u003eDesign Philosophy:\u003c\/h4\u003e\n    \u003cp\u003eBuild a professional layout that works as hard as you do. The BGZ-C040 is not merely a desk; it is a foundation for productivity. Designed under the Kaguyasu principle of \"Resimercial Efficiency,\" this L-shape workstation maximizes corner space while providing an expansive, distraction-free surface. Whether you are managing complex projects or curating a boutique creative studio, its modular adaptability ensures your furniture evolves with your business requirements.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"text-align: center; margin: 30px 0;\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_corner_workstation_l_shape_computer_desk_kaguyasuBGZ-C040_detailed_images_3.jpg?v=1779160635\" alt=\"Kaguyasu Executive L-Shape Corner Workstation\" style=\"width: 100%; height: auto; border-radius: 8px;\"\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\u003eCollection\u003c\/th\u003e\n\u003ctd\u003eKaguyasu Executive Command Series (BGZ-C040)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003ePrimary Material\u003c\/th\u003e\n\u003ctd\u003eReinforced High-Density Particleboard with Walnut Laminate\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eLoad Capacity\u003c\/th\u003e\n\u003ctd\u003e200 kg (Commercial Standard)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAvailable Sizes\u003cbr\u003e\u003csmall\u003e(L * W * H)\u003c\/small\u003e\n\u003c\/th\u003e\n\u003ctd\u003e\n          \u003cul class=\"kagu-size-grid\"\u003e\n            \u003cli\u003e140 * 120 * 110 cm\u003c\/li\u003e\n            \u003cli\u003e240 * 140 * 110 cm\u003c\/li\u003e\n            \u003cli\u003e280 * 120 * 110 cm\u003c\/li\u003e\n            \u003cli\u003e420 * 120 * 110 cm\u003c\/li\u003e\n            \u003cli\u003e240 * 280 * 110 cm\u003c\/li\u003e\n            \u003cli\u003e420 * 240 * 110 cm\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eRequired\u003c\/b\u003e (Professional installation recommended for larger configurations)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003cth\u003eCustomization\u003c\/th\u003e\n\u003ctd\u003e\n\u003cb\u003eAvailable\u003c\/b\u003e (Size customization for specific office layout planning)\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\u003eProfessional Fit-Outs \u0026amp; Customization\u003c\/h3\u003e\n    \u003cp\u003eKaguyasu specializes in outfitting corporate offices and architectural spaces. If you are planning an office renovation:\u003c\/p\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cb\u003eSize Customization:\u003c\/b\u003e We can tailor the dimensions of this workstation to fit the unique geometry of your office floor plan.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eBulk Procurement:\u003c\/b\u003e We provide consolidated shipping and volume pricing for teams outfitting multiple workstations. Please contact our commercial team for a project consultation.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"kagu-faq-section\"\u003e\n    \u003ch2\u003eImportant Notes \u0026amp; FAQ\u003c\/h2\u003e\n    \u003cdiv class=\"kagu-accordion\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eAre the color and pattern consistent?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eWe use high-quality laminate finishes to replicate natural wood aesthetics. Due to lighting variations during photography and display differences on monitors, the actual product finish may appear slightly different from online images.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow can I request a custom size?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eFor custom dimensions, please contact our support team before placing your order. Our design team will review your space requirements to ensure the L-shape configuration fits perfectly into your designated area.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs assembly difficult for the larger sizes?\u003c\/summary\u003e\n        \u003cdiv class=\"kagu-faq-content\"\u003e\n          \u003cp\u003eGiven the commercial load capacity and modular design, larger configurations involve multiple structural components. We provide comprehensive manuals and recommend that for the 280cm+ units, assembly is performed by professionals to ensure stability.\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":"140*120*110cm desk \/ for 1 person","offer_id":43054635221040,"sku":"BGZ-C040-001","price":324.0,"currency_code":"GBP","in_stock":true},{"title":"240*140*110cm desk \/ for 2 people","offer_id":43054635253808,"sku":"BGZ-C040-002","price":597.0,"currency_code":"GBP","in_stock":true},{"title":"280*120*110cm desk \/ for 2 people","offer_id":43054635286576,"sku":"BGZ-C040-003","price":701.0,"currency_code":"GBP","in_stock":true},{"title":"420*120*110cm desk \/ for 3 people","offer_id":43054635319344,"sku":"BGZ-C040-004","price":1039.0,"currency_code":"GBP","in_stock":true},{"title":"240*280*110cm desk \/ for 4 people","offer_id":43054635352112,"sku":"BGZ-C040-005","price":973.0,"currency_code":"GBP","in_stock":true},{"title":"280*240*110cm desk \/ for 4 people","offer_id":43054635384880,"sku":"BGZ-C040-006","price":1159.0,"currency_code":"GBP","in_stock":true},{"title":"420*240*110cm desk \/ for 6 people","offer_id":43054635417648,"sku":"BGZ-C040-007","price":1550.0,"currency_code":"GBP","in_stock":true},{"title":"cabinet","offer_id":43054635450416,"sku":"BGZ-C040-GZ-01","price":81.0,"currency_code":"GBP","in_stock":true},{"title":"chair","offer_id":43054635483184,"sku":"BGZ-C040-YZ-01","price":52.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_corner_workstation_l_shape_computer_desk_kaguyasuBGZ-C040_main_images_2.jpg?v=1779160630"},{"product_id":"modern-office-desk-lbz-10145","title":"Modern Office Desk | Professional Executive 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: 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  .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: 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: \"\\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 (min-width: 769px) {\n    .kagu-img-grid.kagu-options-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\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\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 Durability:\u003c\/b\u003e Scratch-resistant melamine boards are designed for daily heavy use in executive offices and professional workspaces.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSpacious L-Shaped Layout:\u003c\/b\u003e The generous workstation design provides room for multi-monitor setups, paperwork, and focused management tasks.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSmart Storage Organisation:\u003c\/b\u003e Integrated side cabinet and storage drawers help keep documents, office supplies, and personal items neatly arranged.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eProfessional Privacy:\u003c\/b\u003e A front modesty panel supports privacy in open-plan offices while helping reinforce the desk frame against lateral movement.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003ePrecision Edge Banding:\u003c\/b\u003e Thick desktop construction with clean edge banding helps reduce burrs, protect the edges, and maintain a neat finish.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerLBZ10145\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eModern Executive Desk for Professional Office Workspaces\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_professional_executive_office_desk_kaguyasuLBZ-10145_detailed_images_3.jpg?v=1778824727\" alt=\"Modern executive desk with professional office storage layout\" class=\"kagu-hero-img\"\u003e\n\u003cp class=\"kagu-intro\"\u003eBuild a clean and efficient executive workspace with this modern executive desk. Designed for manager rooms, director offices, private offices, open-plan offices, and professional workstations, it combines scratch-resistant melamine construction, a heavy-duty thick desktop, integrated storage drawers, an expansive L-shaped layout, and a privacy modesty panel for daily commercial use.\u003c\/p\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_professional_executive_office_desk_kaguyasuLBZ-10145_detailed_images_1.webp?v=1779173027\" alt=\"Eco-friendly melamine board construction for modern executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eEco-Friendly Melamine Construction\u003c\/h3\u003e\n\u003cp\u003eCrafted from scratch-resistant melamine decorative laminate and particle board, the desk provides a durable, safe, and low-maintenance surface for daily professional office use.\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_professional_executive_office_desk_kaguyasuLBZ-10145_detailed_images_5.jpg?v=1778824731\" alt=\"Heavy-duty thick desktop with edge banding on executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eHeavy-Duty Thick Desktop\u003c\/h3\u003e\n\u003cp\u003eThe thickened desktop is engineered for stability and daily workload support. Precision edge banding helps reduce burrs, protect the edges, and maintain a cleaner finish over time.\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_professional_executive_office_desk_kaguyasuLBZ-10145_detailed_images_6.jpg?v=1778824730\" alt=\"Integrated storage drawers and side cabinet on executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eIntegrated Desk with Storage Drawers\u003c\/h3\u003e\n\u003cp\u003eThe practical side cabinet helps manage documents, personal items, and office essentials. It supports a tidier executive workstation and keeps frequently used items within easy reach.\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_professional_executive_office_desk_kaguyasuLBZ-10145_detailed_images_2.jpg?v=1778824727\" alt=\"Expansive L-shaped executive office desk layout\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eExpansive L-Shaped Layout\u003c\/h3\u003e\n\u003cp\u003eThe generous L-shaped executive desk configuration provides ample room for computer work, paperwork, client discussions, and daily management tasks at the same workstation.\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_professional_executive_office_desk_kaguyasuLBZ-10145_detailed_images_4.jpg?v=1778824730\" alt=\"Privacy modesty panel on professional executive office desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003ePrivacy Modesty Panel\u003c\/h3\u003e\n\u003cp\u003eThe thoughtfully designed front panel conceals the under-desk area for a more private and professional appearance. It also helps reinforce the frame against lateral sway.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eColour Options\u003c\/h2\u003e\n\u003cdiv class=\"kagu-img-grid kagu-options-grid\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_professional_executive_office_desk_kaguyasuLBZ-10145_detailed_images_7.jpg?v=1778824731\" alt=\"Modern executive desk colour options\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_professional_executive_office_desk_kaguyasuLBZ-10145_detailed_images_1.jpg?v=1778824726\" alt=\"Professional executive office desk additional colour reference\"\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\u003eModern Executive Desk \/ Professional Executive Office Desk \/ L-Shaped Executive Desk with Storage Drawers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBoard Material\u003c\/th\u003e\n\u003ctd\u003eScratch-resistant melamine decorative laminate and particle board\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDesktop\u003c\/th\u003e\n\u003ctd\u003eHeavy-duty thick desktop with precision edge banding\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n\u003ctd\u003eIntegrated side cabinet and storage drawers for documents, personal items, and office essentials\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLayout\u003c\/th\u003e\n\u003ctd\u003eExpansive L-shaped executive desk configuration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePrivacy Feature\u003c\/th\u003e\n\u003ctd\u003eFront modesty panel for under-desk privacy and added frame support\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 images\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.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_professional_executive_office_desk_kaguyasuLBZ-10145_detailed_images_8.jpg?v=1778824730\" alt=\"Modern executive desk dimensions guide\" class=\"kagu-section-img\"\u003e\n\u003cdiv class=\"kagu-note-box\"\u003e\n\u003cp\u003e\u003cb\u003eLayout Notice:\u003c\/b\u003e Please confirm desk size, L-shaped orientation, side cabinet position, chair 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, melamine finish, board texture, edge banding, and hardware appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eStorage Notice:\u003c\/b\u003e Please confirm document storage, personal item storage, cable placement, and workstation organisation needs before finalizing the layout.\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\u003cdiv class=\"kagu-b2b-box\"\u003e\n\u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n\u003cp\u003ePlease note the following useful information for modern executive desk and professional executive office 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.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eOffice Layout Check:\u003c\/b\u003e Confirm desk size, cabinet position, doorway width, lift access, stair clearance, chair clearance, and final office placement area before purchase.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eWorkspace Planning:\u003c\/b\u003e Check monitor layout, document workflow, storage needs, cable routing, and seating clearance before installation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCommercial Projects:\u003c\/b\u003e Suitable for executive offices, director rooms, manager rooms, corporate workstations, open-plan offices, and professional interiors.\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.\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\u003eWhat material is used for this executive desk?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eThe product content lists scratch-resistant melamine decorative laminate and particle board construction for daily professional office use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this desk include storage drawers?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The desk includes an integrated side cabinet and storage drawers for documents, personal items, and office essentials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this desk suitable for multi-monitor setups?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The expansive L-shaped layout provides generous room for monitors, paperwork, office devices, and daily work materials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\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 desk dimensions, L-shaped orientation, side cabinet position, doorway width, lift access, stair clearance, chair clearance, and final office layout 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\u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerLBZ10145\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ10145\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Oak \/ Side Cabinet on the Left \/ 160.02cm L * 119.38cm W * 78.74cm H","offer_id":43256198987824,"sku":"LBZ-10145-01","price":789.0,"currency_code":"GBP","in_stock":true},{"title":"Oak \/ Side Cabinet on the Left \/ 180.34cm L * 139.70cm W * 78.74cm H","offer_id":43256199184432,"sku":"LBZ-10145-07","price":972.0,"currency_code":"GBP","in_stock":true},{"title":"Oak \/ Side Cabinet on the Left \/ 200.66cm L * 160.02cm W * 78.74cm H","offer_id":43256199381040,"sku":"LBZ-10145-13","price":1034.0,"currency_code":"GBP","in_stock":true},{"title":"Oak \/ Side Cabinet on the Left \/ 220.98cm L * 160.02cm W * 78.74cm H","offer_id":43256199577648,"sku":"LBZ-10145-19","price":1179.0,"currency_code":"GBP","in_stock":true},{"title":"Oak \/ Side Cabinet on the Left \/ 238.76cm L * 160.02cm W * 78.74cm H","offer_id":43256199774256,"sku":"LBZ-10145-25","price":1303.0,"currency_code":"GBP","in_stock":true},{"title":"Oak \/ Side Cabinet on the Right \/ 160.02cm L * 119.38cm W * 78.74cm H","offer_id":43256199020592,"sku":"LBZ-10145-02","price":789.0,"currency_code":"GBP","in_stock":true},{"title":"Oak \/ Side Cabinet on the Right \/ 180.34cm L * 139.70cm W * 78.74cm H","offer_id":43256199217200,"sku":"LBZ-10145-08","price":972.0,"currency_code":"GBP","in_stock":true},{"title":"Oak \/ Side Cabinet on the Right \/ 200.66cm L * 160.02cm W * 78.74cm H","offer_id":43256199413808,"sku":"LBZ-10145-14","price":1034.0,"currency_code":"GBP","in_stock":true},{"title":"Oak \/ Side Cabinet on the Right \/ 220.98cm L * 160.02cm W * 78.74cm H","offer_id":43256199610416,"sku":"LBZ-10145-20","price":1179.0,"currency_code":"GBP","in_stock":true},{"title":"Oak \/ Side Cabinet on the Right \/ 238.76cm L * 160.02cm W * 78.74cm H","offer_id":43256199807024,"sku":"LBZ-10145-26","price":1303.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Side Cabinet on the Left \/ 160.02cm L * 119.38cm W * 78.74cm H","offer_id":43256199053360,"sku":"LBZ-10145-03","price":789.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Side Cabinet on the Left \/ 180.34cm L * 139.70cm W * 78.74cm H","offer_id":43256199249968,"sku":"LBZ-10145-09","price":972.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Side Cabinet on the Left \/ 200.66cm L * 160.02cm W * 78.74cm H","offer_id":43256199446576,"sku":"LBZ-10145-15","price":1034.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Side Cabinet on the Left \/ 220.98cm L * 160.02cm W * 78.74cm H","offer_id":43256199643184,"sku":"LBZ-10145-21","price":1179.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Side Cabinet on the Left \/ 238.76cm L * 160.02cm W * 78.74cm H","offer_id":43256199839792,"sku":"LBZ-10145-27","price":1303.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Side Cabinet on the Right \/ 160.02cm L * 119.38cm W * 78.74cm H","offer_id":43256199086128,"sku":"LBZ-10145-04","price":789.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Side Cabinet on the Right \/ 180.34cm L * 139.70cm W * 78.74cm H","offer_id":43256199282736,"sku":"LBZ-10145-10","price":972.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Side Cabinet on the Right \/ 200.66cm L * 160.02cm W * 78.74cm H","offer_id":43256199479344,"sku":"LBZ-10145-16","price":1034.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Side Cabinet on the Right \/ 220.98cm L * 160.02cm W * 78.74cm H","offer_id":43256199675952,"sku":"LBZ-10145-22","price":1179.0,"currency_code":"GBP","in_stock":true},{"title":"Dark Walnut \/ Side Cabinet on the Right \/ 238.76cm L * 160.02cm W * 78.74cm H","offer_id":43256199872560,"sku":"LBZ-10145-28","price":1303.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + Dark Walnut \/ Side Cabinet on the Left \/ 160.02cm L * 119.38cm W * 78.74cm H","offer_id":43256199118896,"sku":"LBZ-10145-05","price":789.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + Dark Walnut \/ Side Cabinet on the Left \/ 180.34cm L * 139.70cm W * 78.74cm H","offer_id":43256199315504,"sku":"LBZ-10145-11","price":972.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + Dark Walnut \/ Side Cabinet on the Left \/ 200.66cm L * 160.02cm W * 78.74cm H","offer_id":43256199512112,"sku":"LBZ-10145-17","price":1034.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + Dark Walnut \/ Side Cabinet on the Left \/ 220.98cm L * 160.02cm W * 78.74cm H","offer_id":43256199708720,"sku":"LBZ-10145-23","price":1179.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + Dark Walnut \/ Side Cabinet on the Left \/ 238.76cm L * 160.02cm W * 78.74cm H","offer_id":43256199905328,"sku":"LBZ-10145-29","price":1303.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + Dark Walnut \/ Side Cabinet on the Right \/ 160.02cm L * 119.38cm W * 78.74cm H","offer_id":43256199151664,"sku":"LBZ-10145-06","price":789.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + Dark Walnut \/ Side Cabinet on the Right \/ 180.34cm L * 139.70cm W * 78.74cm H","offer_id":43256199348272,"sku":"LBZ-10145-12","price":972.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + Dark Walnut \/ Side Cabinet on the Right \/ 200.66cm L * 160.02cm W * 78.74cm H","offer_id":43256199544880,"sku":"LBZ-10145-18","price":1034.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + Dark Walnut \/ Side Cabinet on the Right \/ 220.98cm L * 160.02cm W * 78.74cm H","offer_id":43256199741488,"sku":"LBZ-10145-24","price":1179.0,"currency_code":"GBP","in_stock":true},{"title":"Oak + Dark Walnut \/ Side Cabinet on the Right \/ 238.76cm L * 160.02cm W * 78.74cm H","offer_id":43256199938096,"sku":"LBZ-10145-30","price":1303.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/modern_executive_desk_professional_executive_office_desk_kaguyasuLBZ-10145_main_images_4.jpg?v=1778824717"},{"product_id":"home-office-computer-desk-2-drawers-bgz-t045","title":"Home Office Computer Desk | Desk with 2 Drawers | 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\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 Workstation Style:\u003c\/b\u003e A minimalist office desk designed for focused home office work, study, and compact business use.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eDurable Wood-Look Surface:\u003c\/b\u003e Thick scratch-resistant boards support daily writing, computer work, and office storage needs.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmart Organisation:\u003c\/b\u003e A home office computer desk with 2 drawers, a keyboard tray, and an elevated CPU cabinet for a cleaner setup.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSafer Daily Use:\u003c\/b\u003e Rounded corners, a widened crossbar, and a lockable drawer help improve comfort, stability, and privacy.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpacious 139 ¡Á 60cm Desktop:\u003c\/b\u003e The large work surface gives practical room for a computer, documents, books, stationery, and daily office essentials.\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=\"KaguReadMoreTriggerBGZ2022\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eHome Office Computer Desk with 2 Drawers\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/home_office_computer_desk_desk_with_2_drawers_kaguyasuBGZ-2022_detailed_images_7.jpg?v=1779160624\" alt=\"Home office computer desk with 2 drawers and minimalist wood design\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eBuild a cleaner and more efficient work area with this home office computer desk. Designed with a spacious desktop, thick board construction, lockable drawer storage, hidden keyboard tray, elevated CPU cabinet, widened support crossbar, and rounded corners, it supports daily work, study, and computer tasks in compact modern spaces.\u003c\/p\u003e\n\n      \u003ch2\u003eExplore Six Premium Desk Design Features\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/BGZ-2022._2.jpg?v=1768534480\" alt=\"Six key design features of minimalist home office computer desk\" 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\/0745\/5817\/7565\/files\/BGZ-2022._3.jpg?v=1768534480\" alt=\"Scratch resistant modern wood desk surface detail\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy-Duty Modern Wood Desk Surface\u003c\/h3\u003e\n          \u003cp\u003eThe smooth wood-look desktop is designed for everyday office use, helping resist scratches and wear while supporting a stable work surface for monitors, keyboards, books, files, and study 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\/0745\/5817\/7565\/files\/BGZ-2022._4.jpg?v=1768534480\" alt=\"Thick sturdy board construction for home office computer desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eThick Board Construction\u003c\/h3\u003e\n          \u003cp\u003eThe thick, sturdy board improves load-bearing support and helps the desk remain firm during daily work. Its smooth surface and refined texture bring a practical yet elegant look to the home office.\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\/home_office_computer_desk_desk_with_2_drawers_kaguyasuBGZ-2022_detailed_images_2.jpg?v=1779160623\" alt=\"Spacious 139 by 60 cm desktop for computer files and books\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious 139 ¡Á 60cm Desktop\u003c\/h3\u003e\n          \u003cp\u003eThe large desktop gives you room for a computer, documents, books, stationery, and daily work essentials. It helps keep everything within easy reach without making the workspace feel cramped.\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\/0745\/5817\/7565\/files\/BGZ-2022._6.jpg?v=1768534480\" alt=\"Desk with 2 drawers and lockable multi layer storage\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eMulti-Layer Drawer Storage with Lock\u003c\/h3\u003e\n          \u003cp\u003eThe desk with 2 drawers helps organise documents, stationery, and personal items. A lockable drawer adds privacy for important files, while smooth sliding access supports a neater daily routine.\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\/0745\/5817\/7565\/files\/BGZ-2022._7.jpg?v=1768534480\" alt=\"Under desk keyboard tray with smooth sliding track\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHidden Keyboard Tray Design\u003c\/h3\u003e\n          \u003cp\u003eThe under-desk keyboard tray helps free up desktop space and keeps your main work surface clearer. A smooth sliding track makes the tray easy to use while maintaining a compact office layout.\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\/home_office_computer_desk_desk_with_2_drawers_kaguyasuBGZ-2022_detailed_images_3.jpg?v=1779160623\" alt=\"Elevated CPU cabinet for home office computer desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eElevated CPU Cabinet\u003c\/h3\u003e\n          \u003cp\u003eThe open CPU cabinet offers a sturdy and convenient place for a computer tower. It helps keep the floor area organised, improves access, and gives the workstation a cleaner, more intentional layout.\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\/0745\/5817\/7565\/files\/BGZ-2022._9.jpg?v=1768534480\" alt=\"Widened support crossbar for stable office desk structure\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eWidened Crossbar Support\u003c\/h3\u003e\n          \u003cp\u003eThe widened crossbar strengthens the overall structure, improves load-bearing performance, and helps reduce wobbling during daily use. It adds both practical stability and a more confident visual profile.\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\/0745\/5817\/7565\/files\/BGZ-2022._11.jpg?v=1768534480\" alt=\"Rounded desk corners for safer daily office use\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eRounded Corners for Safer Use\u003c\/h3\u003e\n          \u003cp\u003eThe rounded corner design softens the desk profile and helps reduce sharp-edge contact in daily life. It creates a cleaner visual finish while improving comfort around busy work and study areas.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eStyle Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/BGZ-2022._13.jpg?v=1768534480\" alt=\"Home office computer desk style and finish 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\u003eHome Office Computer Desk \/ Desk with 2 Drawers\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesign Style\u003c\/th\u003e\n              \u003ctd\u003eMinimalist modern wood-look office desk\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesktop Size\u003c\/th\u003e\n              \u003ctd\u003eApprox. 139 ¡Á 60cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003e2 drawers with multi-layer storage and lockable drawer design\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eKeyboard Tray\u003c\/th\u003e\n              \u003ctd\u003eHidden under-desk keyboard tray with smooth sliding track\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCPU Storage\u003c\/th\u003e\n              \u003ctd\u003eElevated open CPU cabinet\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSupport\u003c\/th\u003e\n              \u003ctd\u003eThick board construction with widened crossbar support\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSafety Detail\u003c\/th\u003e\n              \u003ctd\u003eRounded corners for smoother daily contact\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\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eHome offices, study rooms, bedrooms, student workspaces, small offices, and computer workstations\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-img-grid\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/home_office_computer_desk_desk_with_2_drawers_kaguyasuBGZ-2022_detailed_images_5.jpg?v=1779160623\" alt=\"Home office computer desk dimensions guide in centimetres\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/db056b087c9a4f96a04f8430d6d50a6e_c5400e2c-d06f-4431-a036-15af9f4948a5.jpg?v=1758784381\" alt=\"Desk with 2 drawers size and storage layout reference\"\u003e\n      \u003c\/div\u003e\n\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 desk dimensions, room depth, doorway width, stair clearance, and final placement area before ordering.\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 home office, study room, and small office desk 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 desk dimensions, chair clearance, CPU placement, and cable routing 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 offices, student apartments, study rooms, and commercial workstations, confirm quantity and delivery access before fulfilment.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe the desk 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\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 home office computer desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required. Please prepare enough space, suitable tools, and installation time before use.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes the desk include 2 drawers?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The desk includes 2 drawers with multi-layer storage, including a lockable drawer design for documents and personal items.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eIs there a keyboard tray?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The desk includes a hidden under-desk keyboard tray with a smooth sliding track to help keep the desktop clearer.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan it hold a computer tower?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The elevated open CPU cabinet is designed to hold most common computer towers while helping keep the floor area organised.\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=\"KaguReadMoreTriggerBGZ2022\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZ2022\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"1-Drawer + 1-Keyboard Tray \/ L99.1cm x W61.0cm x W73.7cm","offer_id":43082416783408,"sku":"BGZ-2022-01","price":260.0,"currency_code":"GBP","in_stock":true},{"title":"3-Drawer + 1-Keyboard Tray \/ L99.1cm x W50.8cm x W73.7cm","offer_id":43082416816176,"sku":"BGZ-2022-02","price":279.0,"currency_code":"GBP","in_stock":true},{"title":"3-Drawer + 1-Keyboard Tray \/ L119.4cm x W61.0cm x W73.7cm","offer_id":43082416848944,"sku":"BGZ-2022-03","price":308.0,"currency_code":"GBP","in_stock":true},{"title":"4-Drawer + 1-Keyboard Tray \/ L119.4cm x W61.0cm x W73.7cm","offer_id":43082416881712,"sku":"BGZ-2022-04","price":333.0,"currency_code":"GBP","in_stock":true},{"title":"4-Drawer + 1-Keyboard Tray \/ L139.7cm x W61.0cm x W73.7cm","offer_id":43082416914480,"sku":"BGZ-2022-05","price":343.0,"currency_code":"GBP","in_stock":true},{"title":"5-Drawer + 1-Cabinet \/ L119.4cm x W61.0cm x W71.1cm","offer_id":43082416947248,"sku":"BGZ-2022-06","price":333.0,"currency_code":"GBP","in_stock":true},{"title":"5-Drawer + 1-Cabinet \/ L139.7cm x W61.0cm x W71.1cm","offer_id":43082416980016,"sku":"BGZ-2022-07","price":344.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/home_office_computer_desk_desk_with_2_drawers_kaguyasuBGZ-2022_main_images_2.jpg?v=1779160618"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/collections\/computer_desk_heavy_duty_office_desk_kaguyasuBGZ-k-014_detailed_images_5.jpg?v=1782213086","url":"https:\/\/kaguyasu.co.uk\/collections\/computer-desks.oembed","provider":"Kaguyasu-EU","version":"1.0","type":"link"}