{"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","url":"https:\/\/kaguyasu.co.uk\/products\/wooden-executive-desk-with-drawers-lbz-k019","provider":"Kaguyasu-EU","version":"1.0","type":"link"}