{"title":"Office Desks","description":"","products":[{"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":"large-wood-corner-workstation-bgz-2018","title":"Large Corner Desk | Office Corner 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 booth-style \u003cb\u003elarge corner desk\u003c\/b\u003e featuring frosted acrylic partition panels.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmart Organization:\u003c\/b\u003e An ergonomic \u003cb\u003eoffice desk with drawers and shelves\u003c\/b\u003e for a clutter-free setup.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003ePremium Materials:\u003c\/b\u003e A heavy-duty \u003cb\u003ewood corner desk\u003c\/b\u003e crafted from E1-grade eco-friendly boards.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eExpansive Storage:\u003c\/b\u003e Maximize productivity with this versatile \u003cb\u003edesk with hutch\u003c\/b\u003e configuration.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCurved Thickened Desktop:\u003c\/b\u003e A smooth curved desktop with a 1-inch thickened panel supports stable, comfortable, and efficient daily work.\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=\"KaguReadMoreTriggerBGZ2018\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eBooth-Style Minimalist Employee Desk\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_corner_desk_wood_corner_desk_kaguyasuBGZ-2018_main_images_27.webp?v=1778729586\" alt=\"Large corner desk office corner desk by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA booth-style large corner desk with frosted acrylic partition panels, E1-grade eco-friendly boards, curved desktop design, lockable movable cabinet storage, and a desk with hutch configuration.\u003c\/p\u003e\n\n      \u003ch2\u003eCommercial Desktop Layout Analysis\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_corner_desk_wood_corner_desk_kaguyasuBGZ-2018_detailed_images_1.jpg?v=1779160610\" alt=\"Commercial desktop layout analysis for large corner 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\/0681\/2870\/2512\/files\/large_corner_desk_wood_corner_desk_kaguyasuBGZ-2018_detailed_images_30.webp?v=1778729604\" alt=\"Durable E1 grade eco-friendly desk board\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDurable E1 Grade Eco-Friendly Desk Board\u003c\/h3\u003e\n          \u003cp\u003eEngineered for safe, commercial longevity. These healthy materials offer low formaldehyde release, high strength against cracking, and exceptional heavy-duty load-bearing 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\/large_corner_desk_wood_corner_desk_kaguyasuBGZ-2018_detailed_images_35.webp?v=1778729678\" alt=\"Acrylic frosted partition panel for desk privacy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eAcrylic Frosted Partition Panel for Privacy\u003c\/h3\u003e\n          \u003cp\u003eBlock ambient noise effectively. The translucent modesty panel protects your privacy without entirely disrupting communication between colleagues and team members.\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\/large_corner_desk_wood_corner_desk_kaguyasuBGZ-2018_detailed_images_28.webp?v=1778729652\" alt=\"Curved desktop design for space optimization\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eCurved Desktop Design for Space Optimization\u003c\/h3\u003e\n          \u003cp\u003eExperience unrestricted movement. Smooth curves soften the edges of this \u003cb\u003elarge corner desk\u003c\/b\u003e, optimizing office space usage while significantly enhancing visual aesthetics.\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\/large_corner_desk_wood_corner_desk_kaguyasuBGZ-2018_detailed_images_31.webp?v=1778729635\" alt=\"Office desk with drawers and shelves storage\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eOffice Desk with Drawers and Shelves Storage\u003c\/h3\u003e\n          \u003cp\u003eKeep essentials accessible and secure. The movable cabinet features a lock and key, ensuring privacy for important documents.\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\/large_corner_desk_wood_corner_desk_kaguyasuBGZ-2018_detailed_images_5.jpg?v=1779160611\" alt=\"Heavy-duty thickened desk with hutch surface\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy-Duty Thickened Desk With Hutch Surface\u003c\/h3\u003e\n          \u003cp\u003eBuilt for demanding daily use. The 1-inch thickened panel of this \u003cb\u003edesk with hutch\u003c\/b\u003e is scratch-resistant, wear-resistant, and provides a stable, wobble-free 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\/0681\/2870\/2512\/files\/large_corner_desk_wood_corner_desk_kaguyasuBGZ-2018_detailed_images_33.webp?v=1778729573\" alt=\"Matching ergonomic office chair options\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eMatching Ergonomic Office Chair Options\u003c\/h3\u003e\n          \u003cp\u003ePair your desk perfectly. Choose ergonomic chairs designed to scientifically support spinal curves, ensuring comfort during long hours of productivity.\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 Style\u003c\/th\u003e\n              \u003ctd\u003eBooth-style minimalist employee desk\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBoard Material\u003c\/th\u003e\n              \u003ctd\u003eE1-grade eco-friendly board\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003ePartition Panel\u003c\/th\u003e\n              \u003ctd\u003eFrosted acrylic partition panel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesktop Design\u003c\/th\u003e\n              \u003ctd\u003eCurved desktop design with 1-inch thickened panel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eDrawers, shelves, desk with hutch configuration, and movable cabinet with lock and key\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\/large_corner_desk_wood_corner_desk_kaguyasuBGZ-2018_detailed_images_2.jpg?v=1779160611\" alt=\"Large corner 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 corner desk:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eWorkspace Privacy:\u003c\/b\u003e The booth-style design includes frosted acrylic partition panels.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage Layout:\u003c\/b\u003e The desk includes drawers, shelves, a hutch configuration, and a movable cabinet with lock and key.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eMaterial:\u003c\/b\u003e The product description lists E1-grade eco-friendly boards.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSurface:\u003c\/b\u003e The 1-inch thickened panel is described as scratch-resistant and wear-resistant.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDimension Unit:\u003c\/b\u003e Dimensions are shown in centimeters.\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 large corner desk include privacy panels?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The desk features frosted acrylic partition panels for booth-style workspace privacy.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this office corner desk include storage?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The product description includes drawers, shelves, a desk with hutch configuration, and a movable cabinet with lock and key.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat material is used for the desk board?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description lists E1-grade eco-friendly boards.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat is the desktop panel thickness?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description lists a 1-inch thickened 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=\"KaguReadMoreTriggerBGZ2018\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZ2018\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Single Seat \/ Left Side Cabinet \/ 150 cm x 140 cm x 109 cm","offer_id":43011284402224,"sku":"BGZ-2018-01","price":842.0,"currency_code":"GBP","in_stock":true},{"title":"Single Seat \/ Right Side Cabinet \/ 150 cm x 140 cm x 109 cm","offer_id":43011284434992,"sku":"BGZ-2018-02","price":842.0,"currency_code":"GBP","in_stock":true},{"title":"T-Style 2-Seater \/ 269 cm x 140 cm x 109 cm","offer_id":43011284467760,"sku":"BGZ-2018-03","price":1376.0,"currency_code":"GBP","in_stock":true},{"title":"2-Seater \/ Left Side Cabinet \/ 150 cm x 279 cm x 109 cm","offer_id":43011284500528,"sku":"BGZ-2018-04","price":1510.0,"currency_code":"GBP","in_stock":true},{"title":"2-Seater \/ Right Side Cabinet \/ 150 cm x 279 cm x 109 cm","offer_id":43011284533296,"sku":"BGZ-2018-05","price":1510.0,"currency_code":"GBP","in_stock":true},{"title":"3-Seater \/ Left Side Cabinet \/ 150 cm x 419 cm x 109 cm","offer_id":43011284566064,"sku":"BGZ-2018-06","price":2270.0,"currency_code":"GBP","in_stock":true},{"title":"3-Seater \/ Right Side Cabinet \/ 150 cm x 419 cm x 109 cm","offer_id":43011284598832,"sku":"BGZ-2018-07","price":2270.0,"currency_code":"GBP","in_stock":true},{"title":"Face to Face 4-Seater \/ 269 cm x 279 cm x 109 cm","offer_id":43011284631600,"sku":"BGZ-2018-08","price":2408.0,"currency_code":"GBP","in_stock":true},{"title":"T-Style 4-Seater \/ 269 cm x 279 cm x 109 cm","offer_id":43011284664368,"sku":"BGZ-2018-09","price":2529.0,"currency_code":"GBP","in_stock":true},{"title":"T-Style 6-Seater \/ 269 cm x 419 cm x 109 cm","offer_id":43011284697136,"sku":"BGZ-2018-10","price":3057.0,"currency_code":"GBP","in_stock":true},{"title":"T-Style 8-Seater \/ 269 cm x 559 cm x 109 cm","offer_id":43011284729904,"sku":"BGZ-2018-11","price":3666.0,"currency_code":"GBP","in_stock":true},{"title":"Chair * 1 \/ 63.5 cm x 63.5 cm x 89~102 cm","offer_id":43372736806960,"sku":"BGY-2067-01","price":186.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_corner_desk_wood_corner_desk_kaguyasuBGZ-2018_main_images_2.jpg?v=1779160605"},{"product_id":"computer-desk-heavy-duty-bgz-014","title":"Computer Desk | Heavy Duty 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\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\u003eExtreme Stability:\u003c\/b\u003e A \u003cb\u003eheavy duty office desk\u003c\/b\u003e boasting an incredible 250kg load capacity for demanding setups.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eMinimalist Aesthetics:\u003c\/b\u003e Embrace the unadorned beauty of a \u003cb\u003edesk no drawers\u003c\/b\u003e, maximizing legroom and keeping the space visually clean.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eIndustrial Strength:\u003c\/b\u003e Crafted as a premium \u003cb\u003emetal computer desk\u003c\/b\u003e with a U-shaped steel frame that completely eliminates wobble.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eVersatile Workstation:\u003c\/b\u003e Functions as a sleek \u003cb\u003eblack pc desk\u003c\/b\u003e for gaming or a spacious professional workstation for multiple monitors.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerBGZK014\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eMinimalist \u0026amp; Unadorned Desk Design\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/computer_desk_heavy_duty_office_desk_kaguyasuBGZ-k-014_detailed_images_5.jpg?v=1779160661\" alt=\"Computer desk heavy duty office desk by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\u003cp class=\"kagu-intro\"\u003eA minimalist computer desk with a clean no-drawer design, spacious desktop surface, thick melamine decorative board tabletop, and heavy-duty steel frame support.\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\/computer_desk_heavy_duty_office_desk_kaguyasuBGZ-k-014_detailed_images_3.jpg?v=1779160660\" alt=\"Thick anti-warp computer desk tabletop\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eThick \u0026amp; Anti-Warp Tabletop\u003c\/h3\u003e\n\u003cp\u003eInvest in long-lasting quality. Crafted from premium melamine decorative board, the thick tabletop features a uniform wood grain or solid finish. The high-density board itself does not easily break or deform, supporting a smooth surface for heavy daily 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\/computer_desk_heavy_duty_office_desk_kaguyasuBGZ-k-014_detailed_images_1.jpg?v=1779160660\" alt=\"Spacious desktop space for black PC desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eSpacious Desktop Space\u003c\/h3\u003e\n\u003cp\u003eSpread out and focus. Engineered to provide significantly more desktop space than a typical workstation, this desk supports comfortable workflow whether used as an expansive \u003cb\u003eblack pc desk\u003c\/b\u003e with multiple monitors or for laying out complex blueprints.\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\/computer_desk_heavy_duty_office_desk_kaguyasuBGZ-k-014_detailed_images_8.jpg?v=1779160661\" alt=\"Heavy duty metal computer desk frame\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eHeavy Duty Metal Computer Desk Frame\u003c\/h3\u003e\n\u003cp\u003eWork with confidence. This \u003cb\u003eheavy duty office desk\u003c\/b\u003e features a sturdy, thick steel frame built around a stable U-shaped structure. It firmly supports the listed 250kg load capacity without shaking, providing a stable, wobble-free experience for heavy equipment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eAvailable Colorways\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/computer_desk_heavy_duty_office_desk_kaguyasuBGZ-k-014_detailed_images_7.jpg?v=1779160661\" alt=\"Color options for Kaguyasu heavy duty computer desk\" class=\"kagu-section-img\"\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\"\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\u003eBlack + White, White + White\u003cbr\u003eLight Walnut + White, Teak + White\u003cbr\u003eBlack + Black, White + Black\u003cbr\u003eLight Walnut + Black, Teak + Black\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003e18¡§C40kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n\u003ctd\u003e250kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n\u003ctd\u003e100 ?¨¢ 50 ?¨¢ 74cm, 100 ?¨¢ 60 ?¨¢ 74cm\u003cbr\u003e100 ?¨¢ 70 ?¨¢ 74cm, 120 ?¨¢ 50 ?¨¢ 74cm\u003cbr\u003e120 ?¨¢ 60 ?¨¢ 74cm, 120 ?¨¢ 80 ?¨¢ 74cm\u003cbr\u003e140 ?¨¢ 50 ?¨¢ 74cm, 140 ?¨¢ 60 ?¨¢ 74cm\u003cbr\u003e140 ?¨¢ 70 ?¨¢ 74cm, 160 ?¨¢ 50 ?¨¢ 74cm\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\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/computer_desk_heavy_duty_office_desk_kaguyasuBGZ-k-014_detailed_images_17.webp?v=1778729630\"\u003e\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 heavy duty office desk:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This 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\u003eLoad Capacity:\u003c\/b\u003e The listed load capacity is 250kg.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eMaterial:\u003c\/b\u003e The listed material is melamine decorative board.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eColor Selection:\u003c\/b\u003e Available color combinations include Black + White, White + White, Light Walnut + White, Teak + White, Black + Black, White + Black, Light Walnut + Black, and Teak + Black.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003csection class=\"kagu-faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"kagu-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this computer desk require assembly?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. Assembly is required for this computer desk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this heavy duty 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\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 250kg.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat color options are available?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eAvailable color combinations include Black + White, White + White, Light Walnut + White, Teak + White, Black + Black, White + Black, Light Walnut + Black, and Teak + Black.\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=\"KaguReadMoreTriggerBGZK014\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZK014\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Black + White \/ 100*60*74cm","offer_id":42944215580720,"sku":"BGZ-014-01","price":89.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ 140*60*74cm","offer_id":42944215613488,"sku":"BGZ-014-02","price":107.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ 160*60*74cm","offer_id":42944215646256,"sku":"BGZ-014-03","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ 200*60*74cm","offer_id":42944215679024,"sku":"BGZ-014-04","price":191.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut + White \/ 100*60*74cm","offer_id":42944215711792,"sku":"BGZ-014-05","price":89.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut + White \/ 140*60*74cm","offer_id":42944215744560,"sku":"BGZ-014-06","price":107.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut + White \/ 160*60*74cm","offer_id":42944215777328,"sku":"BGZ-014-07","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut + White \/ 200*60*74cm","offer_id":42944215810096,"sku":"BGZ-014-08","price":191.0,"currency_code":"GBP","in_stock":true},{"title":"White + White \/ 100*60*74cm","offer_id":42944215842864,"sku":"BGZ-014-09","price":89.0,"currency_code":"GBP","in_stock":true},{"title":"White + White \/ 140*60*74cm","offer_id":42944215875632,"sku":"BGZ-014-10","price":107.0,"currency_code":"GBP","in_stock":true},{"title":"White + White \/ 160*60*74cm","offer_id":42944215908400,"sku":"BGZ-014-11","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"White + White \/ 200*60*74cm","offer_id":42944215941168,"sku":"BGZ-014-12","price":191.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ 100*60*74cm","offer_id":42944215973936,"sku":"BGZ-014-13","price":89.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ 140*60*74cm","offer_id":42944216006704,"sku":"BGZ-014-14","price":107.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ 160*60*74cm","offer_id":42944216039472,"sku":"BGZ-014-15","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ 200*60*74cm","offer_id":42944216072240,"sku":"BGZ-014-16","price":191.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + Black \/ 100*60*74cm","offer_id":42944216105008,"sku":"BGZ-014-17","price":89.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + Black \/ 140*60*74cm","offer_id":42944216137776,"sku":"BGZ-014-18","price":107.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + Black \/ 160*60*74cm","offer_id":42944216170544,"sku":"BGZ-014-19","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + Black \/ 200*60*74cm","offer_id":42944216203312,"sku":"BGZ-014-20","price":191.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ 100*60*74cm","offer_id":42944216236080,"sku":"BGZ-014-21","price":89.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ 140*60*74cm","offer_id":42944216268848,"sku":"BGZ-014-22","price":107.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ 160*60*74cm","offer_id":42944216301616,"sku":"BGZ-014-23","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ 200*60*74cm","offer_id":42944216334384,"sku":"BGZ-014-24","price":191.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut + Black \/ 100*60*74cm","offer_id":42944216367152,"sku":"BGZ-014-25","price":89.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut + Black \/ 140*60*74cm","offer_id":42944216399920,"sku":"BGZ-014-26","price":107.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut + Black \/ 160*60*74cm","offer_id":42944216432688,"sku":"BGZ-014-27","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"Light Walnut + Black \/ 200*60*74cm","offer_id":42944216465456,"sku":"BGZ-014-28","price":191.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Black \/ 100*60*74cm","offer_id":42944216498224,"sku":"BGZ-014-29","price":89.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Black \/ 140*60*74cm","offer_id":42944216530992,"sku":"BGZ-014-30","price":107.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Black \/ 160*60*74cm","offer_id":42944216563760,"sku":"BGZ-014-31","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Black \/ 200*60*74cm","offer_id":42944216596528,"sku":"BGZ-014-32","price":191.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/computer_desk_heavy_duty_office_desk_kaguyasuBGZ-k-014_main_images_2.jpg?v=1779160655"},{"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":"office-desk-drawers-modern-corner-bgz-k-160","title":"Office Desk with Drawers | Modern Corner 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\u003eModern Corner Layout:\u003c\/b\u003e A sophisticated \u003cb\u003emodern corner desk\u003c\/b\u003e designed to bring chic elegance and comfort to office workspaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eEco-Friendly Core:\u003c\/b\u003e A sturdy \u003cb\u003el shaped wood desk\u003c\/b\u003e made with melamine decorative board for safe, durable everyday use.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eExpansive Workspace:\u003c\/b\u003e A \u003cb\u003elarge office desk with drawers\u003c\/b\u003e offering a wide desktop for efficient daily work.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSecure Storage:\u003c\/b\u003e A practical \u003cb\u003ewood desk with drawers\u003c\/b\u003e with high-quality slide rails and a privacy-focused back panel.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCustomizable Fit:\u003c\/b\u003e Color and size customization options help match different office layouts and workspace styles.\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=\"KaguReadMoreTriggerBGZK160\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eSophisticated and Functional Modern Corner Desk\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_with_drawers_modern_corner_desk_kaguyasuBGZ-k-160_detailed_images_3.jpg?v=1779160672\" alt=\"Office desk with drawers modern corner desk by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eBring chic elegance to your workspace. This \u003cb\u003emodern corner desk\u003c\/b\u003e offers a comfortable user experience and blends naturally into office environments.\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\/office_desk_with_drawers_modern_corner_desk_kaguyasuBGZ-k-160_detailed_images_4.jpg?v=1779160672\" alt=\"Eco-friendly core for L shaped wood desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEco-Friendly Core for L Shaped Wood Desk\u003c\/h3\u003e\n          \u003cp\u003eManufactured with advanced technology. This sturdy \u003cb\u003el shaped wood desk\u003c\/b\u003e is safe, non-toxic, and resists cracking to ensure outstanding 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\/0681\/2870\/2512\/files\/office_desk_with_drawers_modern_corner_desk_kaguyasuBGZ-k-160_main_iamges_5.jpg?v=1779160667\" alt=\"Expansive workspace for large office desk with drawers\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eExpansive Workspace for Large Office Desk\u003c\/h3\u003e\n          \u003cp\u003eAvoid feeling cramped. This \u003cb\u003elarge office desk with drawers\u003c\/b\u003e provides an exceptionally wide workspace, empowering you to work efficiently.\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\/office_desk_with_drawers_modern_corner_desk_kaguyasuBGZ-k-160_detailed_images_5.jpg?v=1779160673\" alt=\"Secure storage wood desk with drawers\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSecure Storage Wood Desk With Drawers\u003c\/h3\u003e\n          \u003cp\u003eProtect confidential documents. This \u003cb\u003ewood desk with drawers\u003c\/b\u003e features high-quality slide rails for smooth, organized, and secure 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\/office_desk_with_drawers_modern_corner_desk_kaguyasuBGZ-k-160_detailed_images_6.jpg?v=1779160672\" alt=\"Privacy focused back panel desk design\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePrivacy Focused Back Panel Desk Design\u003c\/h3\u003e\n          \u003cp\u003eEnhance your peace of mind. The dedicated modesty panel blocks sightlines, protecting your privacy and supporting deep creativity and focus.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eType\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_with_drawers_modern_corner_desk_kaguyasuBGZ-k-160_detailed_images_2.png?v=1779333415\" alt=\"Type options for Kaguyasu office desk with drawers\" 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\/office_desk_with_drawers_modern_corner_desk_kaguyasuBGZ-k-160_detailed_images_1.jpg?v=1779160672\" alt=\"Color options for Kaguyasu modern corner 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\u003eTeak + White, Gray + White\u003cbr\u003eWhite + Gray, Natural + White\u003cbr\u003eGray Oak + White\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e58¡§C74kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e120 ?¨¢ 120 ?¨¢ 63cm\u003cbr\u003e140 ?¨¢ 120 ?¨¢ 63cm\u003cbr\u003e160 ?¨¢ 120 ?¨¢ 63cm\u003cbr\u003e180 ?¨¢ 120 ?¨¢ 63cm\u003cbr\u003e200 ?¨¢ 120 ?¨¢ 63cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAssembling\u003c\/th\u003e\n              \u003ctd\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable\u003c\/th\u003e\n              \u003ctd\u003ePossible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomizable Items\u003c\/th\u003e\n              \u003ctd\u003eColor, Size\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_with_drawers_modern_corner_desk_kaguyasuBGZ-k-160_detailed_images.png?v=1779333415\" alt=\"Office desk with drawers modern corner 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 desk with drawers:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This modern corner desk requires assembly after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is possible for color and size.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize Planning:\u003c\/b\u003e Available sizes range from 120 ?¨¢ 120 ?¨¢ 63cm to 200 ?¨¢ 120 ?¨¢ 63cm. Please confirm the selected size, workspace layout, doorway clearance, and final placement area before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eMaterial:\u003c\/b\u003e The listed material is melamine decorative board.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor Selection:\u003c\/b\u003e Available color combinations include Teak + White, Gray + White, White + Gray, Natural + White, and Gray Oak + White.\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 office desk with drawers require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this product.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan the color or size be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customization is possible for color and size.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat material is used for this desk?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed material is melamine decorative board.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat sizes are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eAvailable sizes include 120 ?¨¢ 120 ?¨¢ 63cm, 140 ?¨¢ 120 ?¨¢ 63cm, 160 ?¨¢ 120 ?¨¢ 63cm, 180 ?¨¢ 120 ?¨¢ 63cm, and 200 ?¨¢ 120 ?¨¢ 63cm.\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=\"KaguReadMoreTriggerBGZK160\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZK160\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Cheek + White \/ Right-handed type \/ 140*120*63cm","offer_id":43054117126192,"sku":"BGZ-160-01","price":463.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ Right-handed type \/ 160*120*63cm","offer_id":43054117388336,"sku":"BGZ-160-05","price":510.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ Right-handed type \/ 180*140*63cm","offer_id":43054117650480,"sku":"BGZ-160-09","price":577.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ Right-handed type \/ 200*140*63cm","offer_id":43054117912624,"sku":"BGZ-160-013","price":610.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ Left-hand type \/ 140*120*63cm","offer_id":43054117158960,"sku":"BGZ-160-17","price":463.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ Left-hand type \/ 160*120*63cm","offer_id":43054117421104,"sku":"BGZ-160-21","price":510.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ Left-hand type \/ 180*140*63cm","offer_id":43054117683248,"sku":"BGZ-160-25","price":577.0,"currency_code":"GBP","in_stock":true},{"title":"Cheek + White \/ Left-hand type \/ 200*140*63cm","offer_id":43054117945392,"sku":"BGZ-160-29","price":610.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White \/ Right-handed type \/ 140*120*63cm","offer_id":43054117191728,"sku":"BGZ-160-02","price":463.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White \/ Right-handed type \/ 160*120*63cm","offer_id":43054117453872,"sku":"BGZ-160-06","price":510.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White \/ Right-handed type \/ 180*140*63cm","offer_id":43054117716016,"sku":"BGZ-160-010","price":577.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White \/ Right-handed type \/ 200*140*63cm","offer_id":43054117978160,"sku":"BGZ-160-014","price":610.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White \/ Left-hand type \/ 140*120*63cm","offer_id":43054117224496,"sku":"BGZ-160-18","price":463.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White \/ Left-hand type \/ 160*120*63cm","offer_id":43054117486640,"sku":"BGZ-160-22","price":510.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White \/ Left-hand type \/ 180*140*63cm","offer_id":43054117748784,"sku":"BGZ-160-26","price":577.0,"currency_code":"GBP","in_stock":true},{"title":"Gray + White \/ Left-hand type \/ 200*140*63cm","offer_id":43054118010928,"sku":"BGZ-160-30","price":610.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Right-handed type \/ 140*120*63cm","offer_id":43054117257264,"sku":"BGZ-160-03","price":463.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Right-handed type \/ 160*120*63cm","offer_id":43054117519408,"sku":"BGZ-160-07","price":510.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Right-handed type \/ 180*140*63cm","offer_id":43054117781552,"sku":"BGZ-160-011","price":577.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Right-handed type \/ 200*140*63cm","offer_id":43054118043696,"sku":"BGZ-160-015","price":610.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Left-hand type \/ 140*120*63cm","offer_id":43054117290032,"sku":"BGZ-160-19","price":463.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Left-hand type \/ 160*120*63cm","offer_id":43054117552176,"sku":"BGZ-160-23","price":510.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Left-hand type \/ 180*140*63cm","offer_id":43054117814320,"sku":"BGZ-160-27","price":577.0,"currency_code":"GBP","in_stock":true},{"title":"White + Gray \/ Left-hand type \/ 200*140*63cm","offer_id":43054118076464,"sku":"BGZ-160-31","price":610.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Right-handed type \/ 140*120*63cm","offer_id":43054117322800,"sku":"BGZ-160-04","price":463.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Right-handed type \/ 160*120*63cm","offer_id":43054117584944,"sku":"BGZ-160-08","price":510.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Right-handed type \/ 180*140*63cm","offer_id":43054117847088,"sku":"BGZ-160-012","price":577.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Right-handed type \/ 200*140*63cm","offer_id":43054118109232,"sku":"BGZ-160-016","price":610.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Left-hand type \/ 140*120*63cm","offer_id":43054117355568,"sku":"BGZ-160-20","price":463.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Left-hand type \/ 160*120*63cm","offer_id":43054117617712,"sku":"BGZ-160-24","price":510.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Left-hand type \/ 180*140*63cm","offer_id":43054117879856,"sku":"BGZ-160-28","price":577.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + White \/ Left-hand type \/ 200*140*63cm","offer_id":43054118142000,"sku":"BGZ-160-32","price":610.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_with_drawers_modern_corner_desk_kaguyasuBGZ-k-160_main_iamges_2.jpg?v=1779160666"},{"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":"large-computer-desk-back-panel-bgz-169","title":"Large Computer Desk | Desk with Back Panel | 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\u003eModern Aesthetics:\u003c\/b\u003e A sleek \u003cb\u003emodern office desk\u003c\/b\u003e designed for highly focused work environments.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpacious Surface:\u003c\/b\u003e An expansive \u003cb\u003elarge computer desk\u003c\/b\u003e maximizing your daily productivity.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmart Security:\u003c\/b\u003e A functional \u003cb\u003edesk with back panel\u003c\/b\u003e effectively preventing items from falling.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003ePremium Options:\u003c\/b\u003e Choose a pristine \u003cb\u003elarge white desk\u003c\/b\u003e or other custom corporate finishes.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eClean Cable Management:\u003c\/b\u003e Integrated dual hole caps help conceal scattered cords and keep the workspace clutter-free.\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=\"KaguReadMoreTriggerBGZ169\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eSimple and Functional Computer Desk\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_computer_desk_desk_with_back_panel_kaguyasuBGZ-169_detailed_images_6.jpg?v=1779160575\" alt=\"Large computer desk with back panel by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA simple and functional large computer desk with a spacious work surface, protective back panel, cable management hole caps, sturdy steel frame, and customizable color and size options.\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\/large_computer_desk_desk_with_back_panel_kaguyasuBGZ-169_detailed_images_8.jpg?v=1779160577\" alt=\"Sturdy eco-friendly desk board material\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSturdy Eco-Friendly Desk Board Material\u003c\/h3\u003e\n          \u003cp\u003eBuilt with uniform high-density hardboard. This odorless, eco-friendly surface resists warping and twisting, ensuring exceptional commercial longevity.\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\/large_computer_desk_desk_with_back_panel_kaguyasuBGZ-169_detailed_images_7.jpg?v=1779160575\" alt=\"Expansive large computer desk work surface\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eExpansive Large Computer Desk Work Surface\u003c\/h3\u003e\n          \u003cp\u003eAvoid feeling cramped. This \u003cb\u003elarge computer desk\u003c\/b\u003e provides ample workspace for essential tools, supporting highly comfortable and smooth operations.\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\/large_computer_desk_desk_with_back_panel_kaguyasuBGZ-169_detailed_images_9.jpg?v=1779160575\" alt=\"Secure desk with back panel and non-tip bar\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSecure Design Desk With Back Panel\u003c\/h3\u003e\n          \u003cp\u003eProtect your equipment. This smart \u003cb\u003edesk with back panel\u003c\/b\u003e features a non-tip bar, effectively preventing items from accidentally falling off.\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\/large_computer_desk_desk_with_back_panel_kaguyasuBGZ-169_detailed_images_1.jpg?v=1779160574\" alt=\"Dual hole caps for cable management\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDual Hole Caps for Cable Management\u003c\/h3\u003e\n          \u003cp\u003eKeep your workspace pristine. The integrated wiring hole caps effortlessly conceal scattered cords, providing a clean and completely clutter-free area.\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\/large_computer_desk_desk_with_back_panel_kaguyasuBGZ-169_detailed_images_2.jpg?v=1779160574\" alt=\"Heavy-duty steel frame large computer desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Support Heavy-Duty Steel Frame\u003c\/h3\u003e\n          \u003cp\u003eEngineered for excellence. The robust steel frame easily withstands heavy loads up to 100kg, firmly supporting the tabletop without any wobbling.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eVariations\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_computer_desk_desk_with_back_panel_kaguyasuBGZ-169_detailed_images_4.jpg?v=1779160574\" alt=\"Large computer 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\/large_computer_desk_desk_with_back_panel_kaguyasuBGZ-169_detailed_images_3.jpg?v=1779160574\" alt=\"Color options for Kaguyasu large computer 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, Steel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eWhite + White, White + Teak\u003cbr\u003eWhite + Light Walnut, White + Black\u003cbr\u003eBlack + White, Black + Light Walnut\u003cbr\u003eBlack + Teak, Black + Black\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e29¡§C41kg\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\u003e100 ?¨¢ 60 ?¨¢ 74cm, 120 ?¨¢ 60 ?¨¢ 74cm\u003cbr\u003e140 ?¨¢ 60 ?¨¢ 74cm, 160 ?¨¢ 60 ?¨¢ 74cm\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\"\u003eCustomizable\u003c\/th\u003e\n              \u003ctd\u003ePossible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization Items\u003c\/th\u003e\n              \u003ctd\u003eColor, Size\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_computer_desk_desk_with_back_panel_kaguyasuBGZ-169_detailed_images_1.webp?v=1778729493\" alt=\"Large computer desk with back panel dimensions guide\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-b2b-box\"\u003e\n        \u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n        \u003cp\u003ePlease note the following important information for this large computer desk:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Required:\u003c\/b\u003e This computer desk requires assembly after delivery.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSize Planning:\u003c\/b\u003e Available sizes include 100 ?¨¢ 60 ?¨¢ 74cm, 120 ?¨¢ 60 ?¨¢ 74cm, 140 ?¨¢ 60 ?¨¢ 74cm, and 160 ?¨¢ 60 ?¨¢ 74cm. Please confirm the selected size, room layout, doorway clearance, and final placement area before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is possible for color and size.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eLoad Capacity:\u003c\/b\u003e The listed load capacity is 100kg.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor Selection:\u003c\/b\u003e Available color combinations include white, black, teak, and light walnut options.\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 large computer desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this large computer desk.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan the color or size be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customization is possible for color and size.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat is the listed load capacity?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe listed load capacity is 100kg.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat sizes are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eAvailable sizes include 100 ?¨¢ 60 ?¨¢ 74cm, 120 ?¨¢ 60 ?¨¢ 74cm, 140 ?¨¢ 60 ?¨¢ 74cm, and 160 ?¨¢ 60 ?¨¢ 74cm.\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=\"KaguReadMoreTriggerBGZ169\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZ169\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White + Light Walnut \/ 100*60*74cm","offer_id":43055421227056,"sku":"BGZ-169-01","price":204.0,"currency_code":"GBP","in_stock":true},{"title":"White + Light Walnut \/ 120*60*74cm","offer_id":43055421489200,"sku":"BGZ-169-09","price":214.0,"currency_code":"GBP","in_stock":true},{"title":"White + Light Walnut \/ 140*60*74cm","offer_id":43055421751344,"sku":"BGZ-169-17","price":226.0,"currency_code":"GBP","in_stock":true},{"title":"White + Light Walnut \/ 160*60*74cm","offer_id":43055422013488,"sku":"BGZ-169-25","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ 100*60*74cm","offer_id":43055421259824,"sku":"BGZ-169-02","price":204.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ 120*60*74cm","offer_id":43055421521968,"sku":"BGZ-169-10","price":214.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ 140*60*74cm","offer_id":43055421784112,"sku":"BGZ-169-18","price":226.0,"currency_code":"GBP","in_stock":true},{"title":"White + Black \/ 160*60*74cm","offer_id":43055422046256,"sku":"BGZ-169-26","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"White + White \/ 100*60*74cm","offer_id":43055421292592,"sku":"BGZ-169-03","price":204.0,"currency_code":"GBP","in_stock":true},{"title":"White + White \/ 120*60*74cm","offer_id":43055421554736,"sku":"BGZ-169-11","price":214.0,"currency_code":"GBP","in_stock":true},{"title":"White + White \/ 140*60*74cm","offer_id":43055421816880,"sku":"BGZ-169-19","price":226.0,"currency_code":"GBP","in_stock":true},{"title":"White + White \/ 160*60*74cm","offer_id":43055422079024,"sku":"BGZ-169-27","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"White + Cheek \/ 100*60*74cm","offer_id":43055421325360,"sku":"BGZ-169-04","price":204.0,"currency_code":"GBP","in_stock":true},{"title":"White + Cheek \/ 120*60*74cm","offer_id":43055421587504,"sku":"BGZ-169-12","price":214.0,"currency_code":"GBP","in_stock":true},{"title":"White + Cheek \/ 140*60*74cm","offer_id":43055421849648,"sku":"BGZ-169-20","price":226.0,"currency_code":"GBP","in_stock":true},{"title":"White + Cheek \/ 160*60*74cm","offer_id":43055422111792,"sku":"BGZ-169-28","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Light Walnut \/ 100*60*74cm","offer_id":43055421358128,"sku":"BGZ-169-05","price":204.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Light Walnut \/ 120*60*74cm","offer_id":43055421620272,"sku":"BGZ-169-13","price":214.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Light Walnut \/ 140*60*74cm","offer_id":43055421882416,"sku":"BGZ-169-21","price":226.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Light Walnut \/ 160*60*74cm","offer_id":43055422144560,"sku":"BGZ-169-29","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Black \/ 100*60*74cm","offer_id":43055421390896,"sku":"BGZ-169-06","price":204.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Black \/ 120*60*74cm","offer_id":43055421653040,"sku":"BGZ-169-14","price":214.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Black \/ 140*60*74cm","offer_id":43055421915184,"sku":"BGZ-169-22","price":226.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Black \/ 160*60*74cm","offer_id":43055422177328,"sku":"BGZ-169-30","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ 100*60*74cm","offer_id":43055421423664,"sku":"BGZ-169-07","price":204.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ 120*60*74cm","offer_id":43055421685808,"sku":"BGZ-169-15","price":214.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ 140*60*74cm","offer_id":43055421947952,"sku":"BGZ-169-23","price":226.0,"currency_code":"GBP","in_stock":true},{"title":"Black + White \/ 160*60*74cm","offer_id":43055422210096,"sku":"BGZ-169-31","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Cheek \/ 100*60*74cm","offer_id":43055421456432,"sku":"BGZ-169-08","price":204.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Cheek \/ 120*60*74cm","offer_id":43055421718576,"sku":"BGZ-169-16","price":214.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Cheek \/ 140*60*74cm","offer_id":43055421980720,"sku":"BGZ-169-24","price":226.0,"currency_code":"GBP","in_stock":true},{"title":"Black + Cheek \/ 160*60*74cm","offer_id":43055422242864,"sku":"BGZ-169-32","price":248.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/large_computer_desk_desk_with_back_panel_kaguyasuBGZ-169_main_images_4.jpg?v=1779160571"},{"product_id":"office-desk-l-shaped-hutch-bgz-224","title":"Office Desk | L Shaped Desk with Hutch | 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    transition: transform 0.3s;\n  }\n\n  .kagu-accordion details[open] summary::after {\n    content: \"?\";\n  }\n\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n\n  .kagu-accordion .kagu-faq-content p {\n    margin: 0;\n  }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title {\n      font-size: 1.6rem;\n    }\n\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n\n    .kagu-tbl th {\n      width: 40%;\n    }\n\n    .kagu-tbl td {\n      width: 60%;\n    }\n\n    .kagu-b2b-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eVersatile Layouts:\u003c\/b\u003e A commercial \u003cb\u003ecubicle desk\u003c\/b\u003e system featuring highly flexible modular combinations.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmart Organization:\u003c\/b\u003e An ergonomic \u003cb\u003el shaped desk with hutch\u003c\/b\u003e keeping essentials within reach.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003ePremium Core:\u003c\/b\u003e A sturdy \u003cb\u003ewalnut computer desk\u003c\/b\u003e crafted from eco-friendly, scratch-resistant board.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCollaborative Design:\u003c\/b\u003e A spacious \u003cb\u003e2 person office desk\u003c\/b\u003e complete with privacy partitions.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHeavy-Duty Capacity:\u003c\/b\u003e A 200kg listed load capacity supports demanding daily use in busy commercial office environments.\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=\"KaguReadMoreTriggerBGZ224\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eModular Office Desks\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_l_shaped_desk_with_hutch_kaguyasuBGZ-224_main_images_2.jpg?v=1779160581\" alt=\"Office desk l shaped desk with hutch by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA modular office desk system with flexible layouts, desktop hutch storage, spacious work surfaces, privacy partitions, and sophisticated color options for modern commercial workspaces.\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\/office_desk_l_shaped_desk_with_hutch_kaguyasuBGZ-224_detailed_images_6.jpg?v=1779160587\" alt=\"L shaped desk with hutch storage design\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eConvenient Desktop Storage Hutch Design\u003c\/h3\u003e\n          \u003cp\u003eKeep essentials easily accessible. The four-tier storage layout of this \u003cb\u003el shaped desk with hutch\u003c\/b\u003e effortlessly organizes your daily paperwork.\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\/office_desk_l_shaped_desk_with_hutch_kaguyasuBGZ-224_detailed_images_7.jpg?v=1779160587\" alt=\"Spacious office desktop for multitasking\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Desktop Space for Multi-Tasking\u003c\/h3\u003e\n          \u003cp\u003eWork comfortably without feeling cramped. The expansive surface accommodates laptops and wide files, making it a highly efficient workstation.\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\/office_desk_l_shaped_desk_with_hutch_kaguyasuBGZ-224_detailed_images_8.jpg?v=1779160587\" alt=\"2 person office desk with privacy partitions\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eCollaborative 2 Person Office Desk with Partitions\u003c\/h3\u003e\n          \u003cp\u003eEnsure deep concentration. Thoughtful privacy partitions block visual interference and noise, making this \u003cb\u003e2 person office desk\u003c\/b\u003e incredibly productive.\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\/office_desk_l_shaped_desk_with_hutch_kaguyasuBGZ-224_detailed_images_9.jpg?v=1779160586\" alt=\"Thickened walnut computer desk surface\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEco-Friendly Thickened Walnut Computer Desk\u003c\/h3\u003e\n          \u003cp\u003eEngineered for safe, commercial longevity. The thickened surface of this \u003cb\u003ewalnut computer desk\u003c\/b\u003e resists cracking and features a calming wood grain.\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\/office_desk_l_shaped_desk_with_hutch_kaguyasuBGZ-224_detailed_images_5.jpg?v=1779160587\" alt=\"Premium custom color options for office desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSelect Sophisticated Premium Custom Colors\u003c\/h3\u003e\n          \u003cp\u003eMatch your brand identity flawlessly. Choose from elegant finishes like Walnut, Oak, or crisp White to elevate your premium corporate interior.\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\/office_desk_l_shaped_desk_with_hutch_kaguyasuBGZ-224_detailed_images_1.jpg?v=1779160586\" alt=\"Color options for Kaguyasu office desk with hutch\" 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\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n              \u003ctd\u003eWalnut + Dark Gray\u003cbr\u003eWhite + Dark Gray\u003cbr\u003eOak + Beige\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003e80¨C400kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n              \u003ctd\u003e200kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSize\u003c\/th\u003e\n              \u003ctd\u003e1400 ¡Á 1500 ¡Á 1100mm, 1400 ¡Á 2700 ¡Á 1100mm\u003cbr\u003e2800 ¡Á 1500 ¡Á 1100mm, 4200 ¡Á 1500 ¡Á 1100mm\u003cbr\u003e2800 ¡Á 2700 ¡Á 1100mm, 4200 ¡Á 2700 ¡Á 1100mm\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\"\u003eCustomizable\u003c\/th\u003e\n              \u003ctd\u003ePossible\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomization Items\u003c\/th\u003e\n              \u003ctd\u003eSize, Color\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_desk_l_shaped_desk_with_hutch_kaguyasuBGZ-224_detailed_images_2.jpg?v=1779160586\" alt=\"Office desk l shaped desk with hutch 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 desk system:\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\u003eSize Planning:\u003c\/b\u003e Available configurations range from 1400 ¡Á 1500 ¡Á 1100mm to 4200 ¡Á 2700 ¡Á 1100mm. Please confirm the selected size, office layout, doorway clearance, and final installation area before ordering.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustomization:\u003c\/b\u003e Customization is possible for size and color.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eLoad Capacity:\u003c\/b\u003e The listed load capacity is 200kg.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eColor Selection:\u003c\/b\u003e Available color options include Walnut + Dark Gray, White + Dark Gray, and Oak + Beige.\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 office desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required for this office desk.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan the size or color be customized?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Customization is possible for size and color.\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 200kg.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat color options are available?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eAvailable color options include Walnut + Dark Gray, White + Dark Gray, and Oak + Beige.\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=\"KaguReadMoreTriggerBGZ224\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZ224\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"With cabinet \/ without chair \/ L-shaped single person 1400*1500*1100mm","offer_id":43055370862640,"sku":"BGZ-224-01","price":526.0,"currency_code":"GBP","in_stock":true},{"title":"With cabinet \/ without chair \/ T-shaped for two people 1400*2700*1100mm","offer_id":43055370895408,"sku":"BGZ-224-02","price":1013.0,"currency_code":"GBP","in_stock":true},{"title":"With cabinet \/ without chair \/ F-shaped for two people2800*1500*1100mm","offer_id":43055370928176,"sku":"BGZ-224-03","price":1052.0,"currency_code":"GBP","in_stock":true},{"title":"With cabinet \/ without chair \/ F-shaped for three people4200*1500*1100mm","offer_id":43055370960944,"sku":"BGZ-224-04","price":1447.0,"currency_code":"GBP","in_stock":true},{"title":"With cabinet \/ without chair \/ 2800*2700*1100mm for four people","offer_id":43055370993712,"sku":"BGZ-224-05","price":1622.0,"currency_code":"GBP","in_stock":true},{"title":"With cabinet \/ without chair \/ Cross shape for 4 people 2800*2700*1100mm","offer_id":43055371026480,"sku":"BGZ-224-06","price":1678.0,"currency_code":"GBP","in_stock":true},{"title":"With cabinet \/ without chair \/ Kanji type for 6 people 4200*2700*1100mm","offer_id":43055371059248,"sku":"BGZ-224-07","price":1877.0,"currency_code":"GBP","in_stock":true},{"title":"With cabinet \/ without chair \/ F-shaped for three people*2 4200*1500*1100mm","offer_id":43055371092016,"sku":"BGZ-224-08","price":2214.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/office_desk_l_shaped_desk_with_hutch_kaguyasuBGZ-224_main_images_1.jpg?v=1779160580"},{"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":"meeting-table-foldable-office-hyz-t068","title":"Meeting Table | Foldable Office Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 10000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n  .kagu-img-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-img-grid img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background: var(--k-bg-light);\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"\\2714\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\u003csection class=\"kagu-usp-bullets\"\u003e\n\u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eFlexible Folding Design:\u003c\/b\u003e A versatile meeting table designed for quick setup and space-saving storage in dynamic offices and training rooms.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eDurable Materials:\u003c\/b\u003e Constructed with a robust steel frame and a premium particleboard desktop for long-lasting daily use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eMultiple Size Options:\u003c\/b\u003e Ranging from 120cm to 180cm in length, offering adaptable configurations to accommodate different room layouts and team sizes.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eProfessional Aesthetics:\u003c\/b\u003e Available in Natural, Maple, White, Light Walnut, and Dark Walnut finishes to seamlessly match any corporate environment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eMulti-Purpose Utility:\u003c\/b\u003e Ideal for conference rooms, training centres, collaborative workspaces, and temporary workstations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerHYZT068\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eFoldable Office Meeting Table\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/meeting_table_foldable_office_table_kaguyasuHYZ-T068_detailed_images_2.jpg?v=1779160740\" alt=\"Foldable office meeting table in professional workspace\" class=\"kagu-hero-img\"\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row reverse\"\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-row\"\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eVersatile Professional Finishes\u003c\/h3\u003e\n\u003cp\u003eAvailable in a variety of elegant colours including Natural, Maple, White, Light Walnut, and Dark Walnut. Choose the perfect finish to complement your existing corporate aesthetic and elevate the room's atmosphere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDimensions \u0026amp; Specifications\u003c\/h2\u003e\n\u003cdiv class=\"kagu-tbl\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eFoldable Office Table \/ Meeting Table\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eParticleboard, Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColour Options\u003c\/th\u003e\n\u003ctd\u003eNatural, Maple, White, Light Walnut, Dark Walnut\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight Range\u003c\/th\u003e\n\u003ctd\u003e25~50kg (Varies by size configuration)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAvailable Sizes (L*W*H)\u003c\/th\u003e\n\u003ctd\u003e120*40*75cm, 120*50*75cm, 120*60*75cm\u003cbr\u003e140*40*75cm, 140*50*75cm, 140*60*75cm\u003cbr\u003e160*40*75cm, 160*50*75cm, 160*60*75cm\u003cbr\u003e180*40*75cm, 180*50*75cm, 180*60*75cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003eAssembly required\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCustomization\u003c\/th\u003e\n\u003ctd\u003eNot possible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n\u003ctd\u003eConference rooms, training centres, flexible office spaces, and collaborative work areas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-note-box\"\u003e\n\u003cp\u003e\u003cb\u003eImage Notice:\u003c\/b\u003e Product photos are for reference only. Colour, board texture, and surface appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003ePlacement Notice:\u003c\/b\u003e Please check table dimensions, chair clearance, doorway width, and final placement area before ordering to ensure a perfect fit for your meeting room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kagu-b2b-box\"\u003e\n\u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n\u003cp\u003ePlease note the following useful information for commercial, office, and training room orders:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eAssembly Planning:\u003c\/b\u003e Assembly is required. Please prepare suitable space, tools, and enough installation time before use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eRoom Planning:\u003c\/b\u003e Confirm table dimensions, chair spacing, and presentation area clearance before purchase.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eAccess Check:\u003c\/b\u003e Please check doorway width, stair clearance, lift access, and the final placement route before delivery.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e For corporate offices, training centres, and commercial workspaces, confirm quantity and delivery access before fulfilment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe the table with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, and excessive heat exposure.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003csection class=\"kagu-faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"kagu-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this meeting table fold for storage?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The table features a practical foldable design, allowing you to easily collapse it and save valuable floor space when not in use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the table require assembly?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. Assembly is required upon delivery. Please ensure you have sufficient space and the necessary tools prepared.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat materials is the table made from?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eIt is constructed with a durable particleboard desktop and a heavy-duty steel frame to ensure stability during meetings and training sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this suitable for a large team training room?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eAbsolutely. With multiple size options ranging up to 180cm in length, you can configure several tables together to accommodate any team size or training layout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerHYZT068\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerHYZT068\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"120*40*75cm","offer_id":42944269385776,"sku":"HYZ-T068-01","price":86.0,"currency_code":"GBP","in_stock":true},{"title":"120*50*75cm","offer_id":42944269418544,"sku":"HYZ-T068-02","price":93.0,"currency_code":"GBP","in_stock":true},{"title":"120*60*75cm","offer_id":42944269451312,"sku":"HYZ-T068-03","price":99.0,"currency_code":"GBP","in_stock":true},{"title":"140*40*75cm","offer_id":42944269484080,"sku":"HYZ-T068-04","price":105.0,"currency_code":"GBP","in_stock":true},{"title":"140*50*75cm","offer_id":42944269516848,"sku":"HYZ-T068-05","price":112.0,"currency_code":"GBP","in_stock":true},{"title":"140*60*75cm","offer_id":42944269549616,"sku":"HYZ-T068-06","price":119.0,"currency_code":"GBP","in_stock":true},{"title":"160*40*75cm","offer_id":42944269582384,"sku":"HYZ-T068-07","price":126.0,"currency_code":"GBP","in_stock":true},{"title":"160*50*75cm","offer_id":42944269615152,"sku":"HYZ-T068-08","price":132.0,"currency_code":"GBP","in_stock":true},{"title":"160*60*75cm","offer_id":42944269647920,"sku":"HYZ-T068-09","price":139.0,"currency_code":"GBP","in_stock":true},{"title":"180*40*75cm","offer_id":42944269680688,"sku":"HYZ-T068-10","price":146.0,"currency_code":"GBP","in_stock":true},{"title":"180*50*75cm","offer_id":42944269713456,"sku":"HYZ-T068-11","price":153.0,"currency_code":"GBP","in_stock":true},{"title":"180*60*75cm","offer_id":42944269746224,"sku":"HYZ-T068-12","price":159.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/meeting_table_foldable_office_table_kaguyasuHYZ-T068_main_images_4.webp?v=1778736860"},{"product_id":"l-shaped-office-desk-work-station-bgz-k-209","title":"L Shaped Office Desk | Work Station | 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: 13000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 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\u003eFocused Workstation Privacy:\u003c\/b\u003e A practical work station with a full-length privacy partition to reduce visual distractions in busy offices.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSpacious L-Shaped Layout:\u003c\/b\u003e The ergonomic L shaped office desk format creates generous space for computers, documents, and daily team tasks.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eThree-Tier Storage System:\u003c\/b\u003e Built-in shelving and lower cabinet doors help organise files, supplies, and personal items while keeping them dust-free.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHeavy-Duty Commercial Build:\u003c\/b\u003e Particleboard and melamine board structure supports up to 150kg load capacity for demanding workstation use.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCustomisable Office Planning:\u003c\/b\u003e Colour and size customisation support different workstation directions, privacy layouts, and commercial office configurations.\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=\"KaguReadMoreTriggerBGZK209\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eL Shaped Office Desk Work Station with Privacy Partition\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l_shaped_office_desk_work_station_kaguyasuBGZ-k-209_detailed_images_2.jpg?v=1779160698\" alt=\"L shaped office desk work station with privacy partition and storage\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eCreate a focused and organised workspace with this L shaped office desk work station. Designed for offices, shared work areas, training rooms, and commercial interiors, it combines durable particleboard and melamine board construction, a spacious L-shaped surface, three-tier storage, lower cabinet doors, a privacy partition, and customisable colour and size options.\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\/l_shaped_office_desk_work_station_kaguyasuBGZ-k-209_detailed_images_20.webp?v=1778729707\" alt=\"Eco wooden particleboard and melamine board for L shaped office workstation\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEco Wooden Desk Boards\u003c\/h3\u003e\n          \u003cp\u003eBuilt for heavy-duty commercial use, the particleboard and melamine board structure offers a durable daily work surface with a calm white and light grey appearance. The board design supports office teams, workstations, and shared professional environments.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row reverse\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l_shaped_office_desk_work_station_kaguyasuBGZ-k-209_main_images_3.jpg?v=1779160692\" alt=\"Spacious L shaped office desk workspace for computers and documents\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious L Shaped Workspace\u003c\/h3\u003e\n          \u003cp\u003eThe L-shaped desktop gives generous room for computers, documents, stationery, and everyday office tasks. It helps improve work efficiency by creating a dedicated zone for focused work, writing, storage, and screen-based tasks.\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\/l_shaped_office_desk_work_station_kaguyasuBGZ-k-209_detailed_images_22.webp?v=1778729752\" alt=\"Three tier office desk with storage shelves and lower cabinet doors\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eThree-Tier Office Desk with Storage\u003c\/h3\u003e\n          \u003cp\u003eThe three-tier shelving unit helps classify files, books, supplies, and daily work items. Lower cabinet doors keep selected items more private and dust-free, supporting a cleaner workstation and better office organisation.\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\/l_shaped_office_desk_work_station_kaguyasuBGZ-k-209_detailed_images_1.jpg?v=1779160697\" alt=\"Full-length privacy partition for focused office work station\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eFull-Length Privacy Partition\u003c\/h3\u003e\n          \u003cp\u003eThe full-length landing partition helps reduce visual distractions and creates a more focused work station. It supports privacy in open-plan offices, team rooms, study areas, and high-traffic commercial environments.\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\/l_shaped_office_desk_work_station_kaguyasuBGZ-k-209_detailed_images_24.webp?v=1778729736\" alt=\"L shaped office workstation partition and storage layout detail\" 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\u003eL Shaped Office Desk \/ Work Station \/ Corner Office Desk with Storage\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eParticleboard, melamine board\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColour\u003c\/th\u003e\n              \u003ctd\u003eWhite + Light Grey\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 90¡§C360kg, depending on selected size and configuration\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n              \u003ctd\u003eApprox. 150kg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n              \u003ctd\u003e140 ?¨¢ 120 ?¨¢ 110cm, 120 ?¨¢ 280 ?¨¢ 110cm, 420 ?¨¢ 120 ?¨¢ 110cm, 240 ?¨¢ 140 ?¨¢ 110cm, 280 ?¨¢ 240 ?¨¢ 110cm, 240 ?¨¢ 280 ?¨¢ 110cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eThree-tier shelving unit with lower cabinet doors for organised workspace storage\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003ePrivacy Feature\u003c\/th\u003e\n              \u003ctd\u003eFull-length privacy partition for focused workstation use\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\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eAvailable for colour and size\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eOffice workstations, open-plan offices, training rooms, study areas, team workspaces, reception back offices, and commercial work areas\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\/l_shaped_office_desk_work_station_kaguyasuBGZ-k-209_detailed_images_18.webp?v=1778729687\" alt=\"L shaped office desk work station dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e Colour and size customisation may be available. Please confirm all measurements, layout direction, and workspace requirements before fulfilment.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Texture Notice:\u003c\/b\u003e Product colour, board texture, surface tone, and hardware appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eLayout Notice:\u003c\/b\u003e Please confirm workstation direction, partition position, shelving access, chair clearance, doorway width, 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 L shaped office desk and workstation project orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Planning:\u003c\/b\u003e Assembly is required. Please prepare suitable tools, enough setup time, and a clear installation area before use.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eOffice Layout Check:\u003c\/b\u003e Confirm selected size, workstation direction, privacy partition position, doorway width, lift access, stair clearance, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage Planning:\u003c\/b\u003e Review shelving access, lower cabinet clearance, file storage needs, chair clearance, and workflow direction before installation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCustom Projects:\u003c\/b\u003e For colour or size customisation, confirm final specifications and layout requirements 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, excessive moisture, and prolonged direct sunlight.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this L shaped office desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required. Please prepare suitable tools, enough setup space, and a clear installation area before use.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this work station include storage?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. It includes a three-tier shelving unit and lower cabinet doors for files, supplies, books, and everyday office items.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan the desk size or colour be customised?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Colour and size customisation may be available. Please confirm the required dimensions and layout before fulfilment.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm the selected size, workstation direction, partition position, doorway width, lift access, stair clearance, chair clearance, shelving access, and final placement area before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerBGZK209\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZK209\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Single person 140*120*110cm \/ none","offer_id":43011206217776,"sku":"BGZ-k-209-1","price":456.0,"currency_code":"GBP","in_stock":true},{"title":"Single person 140*120*110cm \/ can be","offer_id":43011206250544,"sku":"BGZ-k-209-2","price":524.0,"currency_code":"GBP","in_stock":true},{"title":"F type for two people 120*280*110cm \/ none","offer_id":43011206283312,"sku":"BGZ-k-209-3","price":820.0,"currency_code":"GBP","in_stock":true},{"title":"F type for two people 120*280*110cm \/ can be","offer_id":43011206316080,"sku":"BGZ-k-209-4","price":988.0,"currency_code":"GBP","in_stock":true},{"title":"F type for three people 420*120*110cm \/ none","offer_id":43011206348848,"sku":"BGZ-k-209-5","price":1258.0,"currency_code":"GBP","in_stock":true},{"title":"F type for three people 420*120*110cm \/ can be","offer_id":43011206381616,"sku":"BGZ-k-209-6","price":1492.0,"currency_code":"GBP","in_stock":true},{"title":"T-shaped for two people240*140*110cm \/ none","offer_id":43011206414384,"sku":"BGZ-k-209-7","price":820.0,"currency_code":"GBP","in_stock":true},{"title":"T-shaped for two people240*140*110cm \/ can be","offer_id":43011206447152,"sku":"BGZ-k-209-8","price":988.0,"currency_code":"GBP","in_stock":true},{"title":"Different type for two people 240*140*110cm \/ none","offer_id":43011206479920,"sku":"BGZ-k-209-9","price":820.0,"currency_code":"GBP","in_stock":true},{"title":"Different type for two people 240*140*110cm \/ can be","offer_id":43011206512688,"sku":"BGZ-k-209-10","price":988.0,"currency_code":"GBP","in_stock":true},{"title":"For two people 120*280*110cm \/ none","offer_id":43011206545456,"sku":"BGZ-k-209-11","price":820.0,"currency_code":"GBP","in_stock":true},{"title":"For two people 120*280*110cm \/ can be","offer_id":43011206578224,"sku":"BGZ-k-209-12","price":988.0,"currency_code":"GBP","in_stock":true},{"title":"Kanji type for 4 people 280*240*110cm \/ none","offer_id":43011206610992,"sku":"BGZ-k-209-13","price":1517.0,"currency_code":"GBP","in_stock":true},{"title":"Kanji type for 4 people 280*240*110cm \/ can be","offer_id":43011206643760,"sku":"BGZ-k-209-14","price":1609.0,"currency_code":"GBP","in_stock":true},{"title":"Cross shape for 4 people 280*240*110cm \/ none","offer_id":43011206676528,"sku":"BGZ-k-209-15","price":1517.0,"currency_code":"GBP","in_stock":true},{"title":"Cross shape for 4 people 280*240*110cm \/ can be","offer_id":43011206709296,"sku":"BGZ-k-209-16","price":1609.0,"currency_code":"GBP","in_stock":true},{"title":"Different type for 4 people 240*280*110cm \/ none","offer_id":43011206742064,"sku":"BGZ-k-209-17","price":1517.0,"currency_code":"GBP","in_stock":true},{"title":"Different type for 4 people 240*280*110cm \/ can be","offer_id":43011206774832,"sku":"BGZ-k-209-18","price":1609.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet 40*40*58cm \/ Cabinet *1","offer_id":43011206807600,"sku":"BGZ-k-209-19","price":135.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l_shaped_office_desk_work_station_kaguyasuBGZ-k-209_main_images_2.jpg?v=1779160692"},{"product_id":"workstation-tables-simple-wood-bgz-t141","title":"Workstation Tables | Simple Wood Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 12000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-note-box {\n    background: var(--k-bg-light);\n    border-left: 4px solid var(--k-pri);\n    border-radius: 8px;\n    padding: 18px 20px;\n    margin: 25px 0 30px;\n    font-size: 14px;\n  }\n  .kagu-note-box p { margin: 0 0 10px; }\n  .kagu-note-box p:last-child { margin-bottom: 0; }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"?\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 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\u003eSpace-Saving Workstation:\u003c\/b\u003e A compact simple wood desk designed for home offices, corporate corners, study areas, and small workspaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eDurable Melamine Board:\u003c\/b\u003e Scratch-resistant melamine decorative board supports easier cleaning and reliable daily use.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eBuilt-In Drawer Storage:\u003c\/b\u003e Practical drawers help keep documents, stationery, and everyday essentials neatly organised.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSafer Rounded Corners:\u003c\/b\u003e Smooth polished edges reduce sharp-corner contact for a more comfortable workstation setup.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eThree Colour Options:\u003c\/b\u003e White, Natural, and Natural + White options help match home offices, study rooms, bedrooms, and compact work corners.\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=\"KaguReadMoreTriggerBGZT141\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eSimple Wood Workstation Table for Compact Offices\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/workstation_tables_simple_wood_desk_kaguyasuBGZ-T141_main_images_2.webp?v=1778729839\" alt=\"Simple wood workstation table for compact office workspace\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eCreate a clean and efficient work area with this simple wood desk. Designed for compact offices, home studies, student rooms, and everyday workstation use, it combines melamine decorative board, a practical desktop, built-in drawer storage, rounded safety corners, and three colour options for a neat and focused 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\/workstation_tables_simple_wood_desk_kaguyasuBGZ-T141_detailed_images_4.jpg?v=1779160725\" alt=\"Melamine decorative laminate board on simple wood office desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDurable Melamine Decorative Board\u003c\/h3\u003e\n          \u003cp\u003eThe scratch-resistant melamine decorative board is easy to clean and practical for everyday work. It helps the wooden office desk maintain a neat appearance through study, writing, laptop work, and daily office tasks.\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\/workstation_tables_simple_wood_desk_kaguyasuBGZ-T141_detailed_images_17.webp?v=1778729792\" alt=\"Spacious desktop surface for compact workstation tables\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Surface for Efficient Work\u003c\/h3\u003e\n          \u003cp\u003eThe desktop provides practical room for a laptop, documents, books, and daily work accessories. Its compact format helps create a focused workstation without taking up unnecessary floor space.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/workstation_tables_simple_wood_desk_kaguyasuBGZ-T141_detailed_images_18.webp?v=1778729773\" alt=\"Simple wood desk with built in drawer storage\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eBuilt-In Drawers for Clutter-Free Storage\u003c\/h3\u003e\n          \u003cp\u003eConvenient built-in drawers provide space for stationery, documents, small devices, and everyday items. The storage design helps keep your work surface cleaner and supports a more organised daily routine.\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\/workstation_tables_simple_wood_desk_kaguyasuBGZ-T141_detailed_images_19.webp?v=1778729792\" alt=\"Rounded corners on simple wood workstation desk for safer use\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePolished Rounded Corners for Safety\u003c\/h3\u003e\n          \u003cp\u003eThe gently rounded corner design helps reduce accidental bumps in smaller rooms and busy work areas. It combines practical safety with a softer, cleaner desk profile.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/workstation_tables_simple_wood_desk_kaguyasuBGZ-T141_detailed_images_5.jpg?v=1779160725\" alt=\"Simple wood desk colour options in white natural and natural white\" 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\u003eWorkstation Tables \/ Simple Wood Desk \/ Small Wooden Desk\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eMelamine decorative board\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColours\u003c\/th\u003e\n              \u003ctd\u003eWhite, Natural, Natural + White\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n              \u003ctd\u003eApprox. 20¡§C40kg, depending on selected size\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n              \u003ctd\u003e83 ?¨¢ 60 ?¨¢ 110cm, 93 ?¨¢ 60 ?¨¢ 110cm, 103 ?¨¢ 60 ?¨¢ 110cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eBuilt-in drawers for daily workspace organisation\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSafety Detail\u003c\/th\u003e\n              \u003ctd\u003ePolished rounded 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\u003eRequired\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCustomisation\u003c\/th\u003e\n              \u003ctd\u003eNot available\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, student rooms, small corporate offices, workstation areas, bedrooms, and compact work corners\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\/workstation_tables_simple_wood_desk_kaguyasuBGZ-T141_detailed_images_12.webp?v=1778729765\" alt=\"Simple wood workstation table dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Texture Notice:\u003c\/b\u003e Product colour, board texture, surface pattern, and finish appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eUse Notice:\u003c\/b\u003e Minor changes from normal wear and daily use are not considered product defects. Please use the desk on a level surface and avoid excessive moisture.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e This product does not support customisation. Please choose from the listed sizes and colour options 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 simple wood desk and compact workstation orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eAssembly Planning:\u003c\/b\u003e Assembly is required. Please prepare suitable tools, enough setup time, and a clear installation area before use.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eRoom Planning:\u003c\/b\u003e Confirm desk size, chair clearance, doorway width, stair clearance, lift access, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage Planning:\u003c\/b\u003e Review drawer access, wall clearance, and daily work item storage needs before final placement.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCompact Workspace Use:\u003c\/b\u003e Suitable for home offices, study rooms, bedrooms, small offices, and workstation corners.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, abrasive cleaners, and prolonged direct sunlight.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003csection class=\"kagu-faq-section\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv class=\"kagu-accordion\"\u003e\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this simple wood desk require assembly?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. Assembly is required. Please prepare suitable tools, enough setup space, and a clear installation area before use.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes the desk include drawers?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The desk includes built-in drawers for stationery, documents, small devices, and everyday work essentials.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eCan this workstation table be customised?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eNo. Customisation is not available for this product. Please choose from the listed sizes and colour options.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat should I check before ordering?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003ePlease confirm the selected size, colour, doorway width, room layout, chair clearance, drawer access, and final placement area before ordering.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerBGZT141\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZT141\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"White (without chair) \/ 83*60*110cm","offer_id":43011203498032,"sku":"BGZ-T141-01","price":100.0,"currency_code":"GBP","in_stock":true},{"title":"White (without chair) \/ 93*60*110cm","offer_id":43011203530800,"sku":"BGZ-T141-04","price":120.0,"currency_code":"GBP","in_stock":true},{"title":"White (without chair) \/ 103*60*110cm","offer_id":43011203563568,"sku":"BGZ-T141-07","price":127.0,"currency_code":"GBP","in_stock":true},{"title":"Natural (without chair) \/ 83*60*110cm","offer_id":43011203596336,"sku":"BGZ-T141-02","price":100.0,"currency_code":"GBP","in_stock":true},{"title":"Natural (without chair) \/ 93*60*110cm","offer_id":43011203629104,"sku":"BGZ-T141-05","price":120.0,"currency_code":"GBP","in_stock":true},{"title":"Natural (without chair) \/ 103*60*110cm","offer_id":43011203661872,"sku":"BGZ-T141-08","price":127.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + white (without chair) \/ 83*60*110cm","offer_id":43011203694640,"sku":"BGZ-T141-03","price":100.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + white (without chair) \/ 93*60*110cm","offer_id":43011203727408,"sku":"BGZ-T141-06","price":120.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + white (without chair) \/ 103*60*110cm","offer_id":43011203760176,"sku":"BGZ-T141-09","price":127.0,"currency_code":"GBP","in_stock":true},{"title":"Natural + white \/ 38*35*74cm","offer_id":43011203792944,"sku":"BGZ-T141-yz-01","price":33.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/workstation_tables_simple_wood_desk_kaguyasuBGZ-T141_main_images_3.jpg?v=1779160718"},{"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"},{"product_id":"wooden-executive-desk-with-drawers-lbz-k019","title":"Executive Desk | Wooden Desk with 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  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1200px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 8000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n  .kagu-img-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 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-img-grid {\n      grid-template-columns: 1fr;\n      gap: 12px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box,\n    .kagu-note-box {\n      padding: 20px 15px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"kagu-wrapper\"\u003e\n\u003csection class=\"kagu-usp-bullets\"\u003e\n\u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eExecutive Aesthetics:\u003c\/b\u003e A bold executive desk with dark wooden desk finishes and clean business styling.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eHeavy-Duty Core:\u003c\/b\u003e Engineered particleboard construction supports up to 200kg for reliable daily office use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSmart Storage:\u003c\/b\u003e A wooden desk with drawers and a mobile side cabinet helps keep office essentials organised.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003ePrivacy \u0026amp; Stability:\u003c\/b\u003e A desk with back panel supports seated privacy while helping reduce lateral movement.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eBuilt-In Cable Management:\u003c\/b\u003e Integrated wiring hole caps and cable routing details help keep power cables, monitor cords, and device wiring neatly organised.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerLBZK019\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eExecutive Desk with Wooden Storage Drawers\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/executive_desk_wooden_desk_with_drawers_kaguyasuLBZ-K019_detailed_images_4.jpg?v=1779160757\" alt=\"Executive desk with wooden drawers and modern office design\" class=\"kagu-hero-img\"\u003e\n\u003cp class=\"kagu-intro\"\u003eCreate a practical and professional office workspace with this executive desk. Designed with a durable worktop, mobile side cabinet, modesty back panel, cable routing details, and a strong steel frame, it is suitable for managers, directors, home offices, and commercial workstations.\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\/executive_desk_wooden_desk_with_drawers_kaguyasuLBZ-K019_detailed_images_5.jpg?v=1779160757\" alt=\"Large office desk with drawers and mobile side cabinet\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eLarge Office Desk with Drawers and Cabinet\u003c\/h3\u003e\n\u003cp\u003eStore everyday work items without cluttering the desktop. This wooden desk with drawers includes a functional mobile side cabinet on casters, making it easier to organise documents, stationery, devices, and personal office supplies.\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\/executive_desk_wooden_desk_with_drawers_kaguyasuLBZ-K019_detailed_images_6.jpg?v=1779160758\" alt=\"Executive desk with modesty back panel for privacy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eThoughtful Back Panel for Privacy\u003c\/h3\u003e\n\u003cp\u003eThe modesty back panel helps create a more private and professional seated workspace. It also visually connects the desk structure, helping reduce side-to-side shaking during daily office tasks.\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\/executive_desk_wooden_desk_with_drawers_kaguyasuLBZ-K019_detailed_images_9.jpg?v=1779160758\" alt=\"Thick particleboard tabletop for dark wooden executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eSturdy Particleboard Tabletop\u003c\/h3\u003e\n\u003cp\u003eThe desktop is made with practical thickness to help resist daily deformation and wear. Its dark wooden desk appearance offers a strong executive look while supporting laptops, monitors, paperwork, and office equipment.\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\/executive_desk_wooden_desk_with_drawers_kaguyasuLBZ-K019_detailed_images_8.jpg?v=1779160758\" alt=\"Executive desk built in cable hole caps for cable management\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eBuilt-In Hole Caps for Cable Management\u003c\/h3\u003e\n\u003cp\u003eKeep your workspace cleaner and easier to maintain. Integrated wiring hole caps help guide power cables, monitor cords, and device wiring through the desk for a more organised daily work environment.\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\/executive_desk_wooden_desk_with_drawers_kaguyasuLBZ-K019_detailed_images_1.jpg?v=1779160754\" alt=\"Executive desk steel frame for structural stability and wiring\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eSteel Frame for Strength and Clean Wiring\u003c\/h3\u003e\n\u003cp\u003eThe multipurpose steel frame provides stable structural support and helps manage cable routing. With an approximate 200kg load capacity, the desk is designed for dependable business use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eAvailable Types \u0026amp; Colours\u003c\/h2\u003e\n\u003cdiv class=\"kagu-img-grid\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/executive_desk_wooden_desk_with_drawers_kaguyasuLBZ-K019_detailed_images_2.jpg?v=1779160755\" alt=\"Executive desk type options with storage cabinet\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/executive_desk_wooden_desk_with_drawers_kaguyasuLBZ-K019_detailed_images_3.jpg?v=1779160755\" alt=\"Executive wooden desk colour options in black white walnut rosewood and grey oak\"\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\u003eExecutive Desk \/ Wooden Desk with Drawers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eParticleboard\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColour Options\u003c\/th\u003e\n\u003ctd\u003eBlack + Black, Black + Yellow Rosewood, Black + Light Walnut, Black + Grey Oak, Black + White, White + White, White + Light Walnut, White + Grey Oak, White + Black, White + Yellow Rosewood\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003eApprox. 40¡§C110kg, depending on selected size and configuration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n\u003ctd\u003eApprox. 200kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n\u003ctd\u003e120 ?¨¢ 60 ?¨¢ 74cm, 120 ?¨¢ 80 ?¨¢ 74cm, 140 ?¨¢ 60 ?¨¢ 74cm, 140 ?¨¢ 80 ?¨¢ 74cm, 160 ?¨¢ 60 ?¨¢ 74cm, 160 ?¨¢ 80 ?¨¢ 74cm, 180 ?¨¢ 80 ?¨¢ 74cm, 200 ?¨¢ 80 ?¨¢ 74cm\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\"\u003eCustomisation\u003c\/th\u003e\n\u003ctd\u003eColour and size customisation are available\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFunctional Details\u003c\/th\u003e\n\u003ctd\u003eMobile side cabinet, back modesty panel, cable hole caps, steel frame, and integrated wiring route\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\/executive_desk_wooden_desk_with_drawers_kaguyasuLBZ-K019_detailed_images_15.jpg?v=1779334203\" alt=\"Executive desk dimensions guide with available sizes\" class=\"kagu-section-img\"\u003e\n\u003cdiv class=\"kagu-note-box\"\u003e\n\u003cp\u003e\u003cb\u003eMaterial \u0026amp; Colour Notice:\u003c\/b\u003e Due to surface material characteristics and wood-grain finishes, slight colour or texture variations may occur and are not considered product defects.\u003c\/p\u003e\n\u003cp\u003eActual product colours may vary slightly from images due to lighting during photography and individual screen settings. Decorative props and office equipment shown in photos are not included.\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 executive office desk orders:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eAssembly Planning:\u003c\/b\u003e Assembly is required. Please prepare enough workspace and suitable installation support before delivery.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eAccess Verification:\u003c\/b\u003e Please check doorway clearance, lift size, stair access, corridor width, and office routing before placing your order.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eOffice Layout:\u003c\/b\u003e Confirm the final desk size, cabinet position, and available room depth before purchasing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCustom Orders:\u003c\/b\u003e If you need a specific colour, size, or business quantity, please contact support before fulfilment so we can help confirm your requirements.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003csection class=\"kagu-faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"kagu-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this executive desk require assembly?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. Assembly is required. Please prepare enough space and arrange suitable help, especially for larger sizes or business office installations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the desk include storage drawers?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. This wooden desk with drawers includes a mobile side cabinet for documents, stationery, personal items, and daily office supplies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eCan the colour or size be customizable?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. Colour and size customisation are available. Please share your preferred finish, dimensions, and office layout requirements before placing a custom order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this desk suitable for executive offices?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The durable worktop, mobile cabinet, cable management, modesty back panel, and professional colour options make it suitable for executive offices, management rooms, home offices, and commercial workstations.\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=\"KaguReadMoreTriggerLBZK019\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZK019\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"120*60*74cm","offer_id":43011252977712,"sku":"LBZ-K019-01","price":165.0,"currency_code":"GBP","in_stock":true},{"title":"120*80*74cm","offer_id":43011253010480,"sku":"LBZ-K019-02","price":178.0,"currency_code":"GBP","in_stock":true},{"title":"140*60*74cm","offer_id":43011253043248,"sku":"LBZ-K019-03","price":174.0,"currency_code":"GBP","in_stock":true},{"title":"140*80*74cm","offer_id":43011253076016,"sku":"LBZ-K019-04","price":194.0,"currency_code":"GBP","in_stock":true},{"title":"160*60*74cm","offer_id":43011253108784,"sku":"LBZ-K019-05","price":214.0,"currency_code":"GBP","in_stock":true},{"title":"160*80*74cm","offer_id":43011253141552,"sku":"LBZ-K019-06","price":248.0,"currency_code":"GBP","in_stock":true},{"title":"180*80*74cm","offer_id":43011253174320,"sku":"LBZ-K019-07","price":308.0,"currency_code":"GBP","in_stock":true},{"title":"200*80*74cm","offer_id":43011253207088,"sku":"LBZ-K019-08","price":362.0,"currency_code":"GBP","in_stock":true},{"title":"90*40*60cm\/Side Cabinet","offer_id":43011253239856,"sku":"LBZ-K019-GZ-01","price":152.0,"currency_code":"GBP","in_stock":true},{"title":"40*40*60cm \/ File agon","offer_id":43011253272624,"sku":"LBZ-K019-GZ-02","price":94.0,"currency_code":"GBP","in_stock":true},{"title":"chair","offer_id":43011253305392,"sku":"LBZ-K019-YZ-01","price":88.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/executive_desk_wooden_desk_with_drawers_kaguyasuLBZ-K019_main_images_5.jpg?v=1779160747"},{"product_id":"white-desk-drawers-l-shaped-bgz-m002","title":"White Desk with Drawers | White L Shaped Desk | Kaguyasu","description":"\u003cstyle\u003e\n  .kagu-wrapper {\n    --k-pri: #409103;\n    --k-sec: #BACBB9;\n    --k-bg-dark: #E4E9E6;\n    --k-bg-light: #F3F3F3;\n    --k-text-main: #333333;\n    --k-text-title: #121A3E;\n    max-width: 1000px;\n    margin: 8px auto 0 auto !important;\n    padding: 0 15px;\n    font-family: 'Urbanist', sans-serif;\n    line-height: 1.6;\n    color: var(--k-text-main);\n    text-align: left;\n  }\n  .kagu-wrapper * { box-sizing: border-box; }\n  .kagu-wrapper h2,\n  .kagu-wrapper h3,\n  .kagu-wrapper h4 {\n    font-family: 'Poppins', sans-serif;\n    text-transform: uppercase;\n    font-weight: 700;\n    letter-spacing: 1px;\n    color: var(--k-text-title);\n    margin-top: 30px;\n    margin-bottom: 15px;\n  }\n  .kagu-banner-title {\n    font-size: 2rem;\n    text-align: center;\n    margin-bottom: 25px;\n    display: block;\n    color: var(--k-text-title);\n  }\n  .kagu-wrapper h2 {\n    font-size: 1.6rem;\n    border-bottom: 3px solid var(--k-pri);\n    display: inline-block;\n    padding-bottom: 8px;\n  }\n  .kagu-wrapper h3 { font-size: 1.2rem; }\n\n  .kagu-usp-bullets {\n    background: var(--k-bg-light);\n    padding: 25px 30px;\n    border-radius: 8px;\n    border-left: 5px solid var(--k-pri);\n    margin-bottom: 40px;\n  }\n  .kagu-usp-bullets h3 {\n    margin-top: 0;\n    color: var(--k-pri);\n    margin-bottom: 15px;\n  }\n  .kagu-usp-bullets ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n  .kagu-usp-bullets li {\n    position: relative;\n    padding-left: 28px;\n    font-size: 14.5px;\n  }\n  .kagu-usp-bullets li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 3px;\n    width: 18px;\n    height: 18px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' fill='none' viewBox='0 0 24 24' stroke='%23409103'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 13l4 4L19 7'\/%3E%3C\/svg%3E\");\n    background-size: cover;\n  }\n\n  .kagu-hero-img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 25px;\n    display: block;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 40px auto;\n  }\n  .kagu-readmore-wrapper {\n    position: relative;\n    margin-bottom: 50px;\n  }\n  .kagu-readmore-trigger { display: none; }\n  .kagu-content-preview {\n    max-height: 1400px;\n    overflow: hidden;\n    transition: max-height 0.6s ease-out;\n    position: relative;\n  }\n  .kagu-content-preview::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 120px;\n    background: linear-gradient(transparent, #ffffff);\n    pointer-events: none;\n  }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview { max-height: 8000px; }\n  .kagu-readmore-trigger:checked ~ .kagu-content-preview::after { display: none; }\n  .kagu-readmore-btn {\n    display: inline-block;\n    padding: 12px 35px;\n    border-radius: 30px;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s;\n    margin-top: 15px;\n    text-transform: uppercase;\n    font-size: 14px;\n    letter-spacing: 1px;\n    font-family: 'Poppins', sans-serif;\n  }\n  .k-label-show {\n    border: 2px solid var(--k-pri);\n    color: var(--k-pri);\n    background: #fff;\n    display: block;\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .k-label-hide {\n    display: none;\n    background: var(--k-pri);\n    color: #fff;\n    border: 2px solid var(--k-pri);\n    text-align: center;\n    max-width: 250px;\n    margin: 20px auto 0 auto;\n  }\n  .kagu-readmore-btn:hover {\n    background: var(--k-pri);\n    color: #fff;\n    border-color: var(--k-pri);\n  }\n  .kagu-readmore-trigger:checked ~ .k-label-show { display: none; }\n  .kagu-readmore-trigger:checked ~ .k-label-hide { display: block; }\n\n  .kagu-feature-row {\n    display: flex;\n    align-items: center;\n    gap: 40px;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-feature-row.reverse { flex-direction: row-reverse; }\n  .kagu-feature-img {\n    flex: 1;\n    border-radius: 8px;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--k-bg-light);\n    padding: 10px;\n    border: 1px solid var(--k-bg-dark);\n  }\n  .kagu-feature-img img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: 4px;\n  }\n  .kagu-feature-text { flex: 1; }\n  .kagu-feature-text h3 {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 5px;\n    margin-bottom: 10px;\n    color: var(--k-text-title);\n  }\n  .kagu-feature-text p {\n    color: var(--k-text-main);\n    font-size: 15px;\n    margin-bottom: 0;\n  }\n\n  .kagu-section-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    margin-top: 15px;\n    margin-bottom: 30px;\n  }\n\n  .kagu-tbl {\n    overflow-x: auto;\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    margin-top: 30px;\n    margin-bottom: 30px;\n  }\n  .kagu-tbl table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14.5px;\n  }\n  .kagu-tbl th,\n  .kagu-tbl td {\n    padding: 15px 18px;\n    border-bottom: 1px solid var(--k-bg-dark);\n    vertical-align: top;\n    text-align: left;\n  }\n  .kagu-tbl tr:last-child th,\n  .kagu-tbl tr:last-child td { border-bottom: 0; }\n  .kagu-tbl th {\n    width: 35%;\n    background: var(--k-bg-light);\n    color: var(--k-pri);\n    font-weight: 700;\n  }\n\n  .kagu-b2b-box {\n    background: var(--k-bg-dark);\n    padding: 30px;\n    border-radius: 8px;\n    margin-top: 40px;\n  }\n  .kagu-b2b-box h3 {\n    color: var(--k-text-title);\n    margin-top: 0;\n  }\n  .kagu-b2b-box p {\n    font-size: 14px;\n    margin-bottom: 15px;\n  }\n  .kagu-b2b-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .kagu-b2b-box li {\n    position: relative;\n    padding-left: 20px;\n    margin-bottom: 10px;\n    font-size: 14px;\n  }\n  .kagu-b2b-box li::before {\n    content: '\\2714';\n    color: var(--k-pri);\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n  }\n\n  .kagu-faq-section {\n    margin-top: 50px;\n    margin-bottom: 40px;\n  }\n  .kagu-accordion {\n    display: grid;\n    gap: 12px;\n    margin-top: 20px;\n  }\n  .kagu-accordion details {\n    border: 1px solid var(--k-bg-dark);\n    border-radius: 8px;\n    background: #fff;\n    overflow: hidden;\n    transition: all 0.3s;\n  }\n  .kagu-accordion details:hover { border-color: var(--k-pri); }\n  .kagu-accordion summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 16px 20px;\n    font-weight: 700;\n    cursor: pointer;\n    list-style: none;\n    user-select: none;\n    color: var(--k-text-title);\n    font-size: 15px;\n  }\n  .kagu-accordion summary::-webkit-details-marker { display: none; }\n  .kagu-accordion summary::after {\n    content: \"+\";\n    color: var(--k-pri);\n    font-size: 24px;\n    font-weight: 400;\n    line-height: 1;\n    transition: transform 0.3s;\n  }\n  .kagu-accordion details[open] summary::after { content: \"\\2714\"; }\n  .kagu-accordion details[open] summary {\n    border-bottom: 1px solid var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content {\n    padding: 16px 20px;\n    color: var(--k-text-main);\n    font-size: 14px;\n    line-height: 1.6;\n    background: var(--k-bg-light);\n  }\n  .kagu-accordion .kagu-faq-content p { margin: 0; }\n\n  @media (max-width: 768px) {\n    .kagu-banner-title { font-size: 1.6rem; }\n    .kagu-feature-row,\n    .kagu-feature-row.reverse {\n      flex-direction: column;\n      gap: 20px !important;\n      margin-top: 25px !important;\n      margin-bottom: 25px !important;\n    }\n    .kagu-usp-bullets {\n      padding: 18px 15px;\n      margin-bottom: 30px;\n    }\n    .kagu-tbl {\n      margin-top: 20px;\n      margin-bottom: 20px;\n    }\n    .kagu-tbl table {\n      display: table;\n      min-width: 100%;\n    }\n    .kagu-tbl th,\n    .kagu-tbl td {\n      display: table-cell;\n      padding: 12px 10px;\n      font-size: 13.5px;\n    }\n    .kagu-tbl th { width: 40%; }\n    .kagu-tbl td { width: 60%; }\n    .kagu-b2b-box { padding: 20px 15px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"kagu-wrapper\"\u003e\n  \u003csection class=\"kagu-usp-bullets\"\u003e\n  \u003ch3\u003eKey Commercial Highlights\u003c\/h3\u003e\n  \u003cul\u003e\n    \u003cli\u003e\n      \u003cb\u003eWorkspace Privacy:\u003c\/b\u003e A clean white office desk with frosted tabletop partitions for focused team workstations.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmart Organization:\u003c\/b\u003e A practical white desk with drawers, open shelving, and cabinet storage for everyday office essentials.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eTech-Integrated Design:\u003c\/b\u003e Built-in wireless charging helps keep compatible smartphones powered without extra desktop cables.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eCommercial-Grade Structure:\u003c\/b\u003e A white L shaped desk made with durable melamine decorative laminate for long-term business use.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eFlexible Workstation Planning:\u003c\/b\u003e Multiple listed sizes and available size customisation help match large office layouts, team desks, and L-shaped workstation configurations.\n    \u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerBGZM002\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eWhite L Shaped Desk with Drawers for Modern Offices\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/white_desk_with_drawers_white_l_shaped_desk_kaguyasuBGZ-M002_detailed_images_5.jpg?v=1779345402\" alt=\"White L shaped desk with drawers for office workstations\" class=\"kagu-hero-img\"\u003e\n\u003cp class=\"kagu-intro\"\u003eCreate a bright, organized, and professional workspace with this white L shaped desk. Designed for business offices, reception work areas, and collaborative teams, it combines privacy partitions, integrated storage, and smart charging convenience in one clean workstation layout.\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\/white_desk_with_drawers_white_l_shaped_desk_kaguyasuBGZ-M002_detailed_images_6.jpg?v=1779345402\" alt=\"Scratch resistant melamine laminate white office desk surface\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eScratch-Resistant Melamine Laminate Surface\u003c\/h3\u003e\n\u003cp\u003eBuilt for daily commercial use. The white office desk surface uses durable melamine decorative laminate to help resist scratches, stains, and frequent contact from laptops, documents, stationery, and office accessories.\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\/white_desk_with_drawers_white_l_shaped_desk_kaguyasuBGZ-M002_detailed_images_7.jpg?v=1779345403\" alt=\"White desk with built in wireless charging pad\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eIntegrated Smart Wireless Charging Pad\u003c\/h3\u003e\n\u003cp\u003eKeep your workspace neat and efficient. The built-in wireless charging area allows compatible smartphones to charge directly on the desktop, reducing extra cables and supporting a cleaner modern 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\/white_desk_with_drawers_white_l_shaped_desk_kaguyasuBGZ-M002_detailed_images_1.jpg?v=1779345402\" alt=\"White office desk with frosted tabletop privacy divider\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003ePrivacy-Focused Tabletop Divider Partition\u003c\/h3\u003e\n\u003cp\u003eSupport concentration in shared office environments. The frosted tabletop partition helps define individual work areas, softens direct sightlines, and creates a more comfortable semi-private desk setup.\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\/white_desk_with_drawers_white_l_shaped_desk_kaguyasuBGZ-M002_detailed_images_2.jpg?v=1779345402\" alt=\"High capacity white desk with drawers and cabinet storage\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eHigh-Capacity White Desk with Drawers\u003c\/h3\u003e\n\u003cp\u003eOrganize files, office supplies, and daily work tools with ease. The combination of drawers, open shelving, and cabinet storage helps keep documents classified and the desktop free from clutter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eAvailable Variations\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/white_desk_with_drawers_white_l_shaped_desk_kaguyasuBGZ-M002_detailed_images_3.jpg?v=1779345402\" alt=\"White L shaped desk variation options\" class=\"kagu-section-img\"\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\u003eWhite L Shaped Office Desk with Drawers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterials\u003c\/th\u003e\n\u003ctd\u003eMelamine decorative laminate, resin plate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColor\u003c\/th\u003e\n\u003ctd\u003eWhite\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003eApprox. 120¨C500kg, depending on selected size and configuration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAvailable Sizes\u003c\/th\u003e\n\u003ctd\u003e150 ¡Á 140 ¡Á 110cm, 150 ¡Á 280 ¡Á 110cm, 280 ¡Á 150 ¡Á 110cm, 420 ¡Á 150 ¡Á 110cm, 560 ¡Á 150 ¡Á 110cm, 300 ¡Á 280 ¡Á 110cm, 280 ¡Á 300 ¡Á 110cm, 150 ¡Á 420 ¡Á 110cm\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\u003eSize customization is available\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLoad Capacity\u003c\/th\u003e\n\u003ctd\u003eApprox. 30¨C100kg, depending on structure and size\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\/white_desk_with_drawers_white_l_shaped_desk_kaguyasuBGZ-M002_main_images_14.webp?v=1779345368\" alt=\"White L shaped desk dimensions guide\" class=\"kagu-section-img\"\u003e\n\u003cdiv class=\"kagu-b2b-box\"\u003e\n\u003ch3\u003eDelivery \u0026amp; Commercial Logistics\u003c\/h3\u003e\n\u003cp\u003ePlease note the following important delivery guidelines for this large commercial office desk:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eDelivery Scope:\u003c\/b\u003e Large furniture deliveries are generally arranged for curbside or ground-floor handover unless otherwise confirmed before fulfilment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eAccess Verification:\u003c\/b\u003e Please check doorway clearance, lift size, stair access, and office routing before placing your order, especially for larger L-shaped configurations.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eAssembly Planning:\u003c\/b\u003e Assembly is required. For multi-seat or large workstation layouts, we recommend preparing adequate space and arranging suitable installation support in advance.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCustom Orders:\u003c\/b\u003e If you need a specific size or layout for your office project, please contact our support team before ordering so we can help confirm the best configuration.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003csection class=\"kagu-faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"kagu-accordion\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this white L shaped desk require assembly?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. Assembly is required. Because this is a large commercial desk, please prepare enough installation space and arrange suitable help for larger configurations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I customize the size of this white desk with drawers?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. Size customization is available. Please share your room measurements, preferred layout, and workstation quantity so the desk can better match your office plan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the wireless charging pad compatible with every phone?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eThe wireless charging pad is designed for compatible wireless-charging smartphones. Charging performance may vary depending on the phone model, case thickness, and device settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat should I check before ordering a large office desk?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003ePlease confirm the selected size, office layout, access route, doorway width, lift dimensions, and delivery handover point before purchase to avoid access issues during delivery or assembly.\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=\"KaguReadMoreTriggerBGZM002\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerBGZM002\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"150*140*110cm","offer_id":43011276505136,"sku":"BGZ-M002-01","price":461.0,"currency_code":"GBP","in_stock":true},{"title":"150*280*110cm","offer_id":43011276537904,"sku":"BGZ-M002-02","price":922.0,"currency_code":"GBP","in_stock":true},{"title":"280*150*110cm","offer_id":43011276570672,"sku":"BGZ-M002-03","price":922.0,"currency_code":"GBP","in_stock":true},{"title":"420*150*110cm","offer_id":43011276603440,"sku":"BGZ-M002-04","price":1377.0,"currency_code":"GBP","in_stock":true},{"title":"560*150*110cm","offer_id":43011276636208,"sku":"BGZ-M002-05","price":1615.0,"currency_code":"GBP","in_stock":true},{"title":"300*280*110cm","offer_id":43011276668976,"sku":"BGZ-M002-06","price":1615.0,"currency_code":"GBP","in_stock":true},{"title":"280*300*110cm","offer_id":43011276701744,"sku":"BGZ-M002-07","price":1615.0,"currency_code":"GBP","in_stock":true},{"title":"150*420*110cm","offer_id":43011276734512,"sku":"BGZ-M002-08","price":1817.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/white_desk_with_drawers_white_l_shaped_desk_kaguyasuBGZ-M002_main_images_1.jpg?v=1779345397"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/collections\/white_desk_with_drawers_white_l_shaped_desk_kaguyasuBGZ-M002_detailed_images_5.jpg?v=1780645434","url":"https:\/\/kaguyasu.co.uk\/collections\/office-desks.oembed","provider":"Kaguyasu-EU","version":"1.0","type":"link"}