{"title":"UK IN STOCK","description":"","products":[{"product_id":"wooden-metal-corner-desk-lbz-10168","title":"Wooden Desk | Metal Desk | Corner Desk with Storage | 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: 40px 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: 950px;\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: 22000px; }\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: '✔';\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 (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\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\u003ePremium Metal and Wood Design:\u003c\/b\u003e A luxury executive office desk blending warm wood tones, refined metal details, and a modern corner workstation layout.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eSmart Power Access:\u003c\/b\u003e Hidden multimedia cable box supports cleaner charging, power routing, and daily device connectivity.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eRefined Executive Details:\u003c\/b\u003e Aluminium alloy edge banding, leather accents, LED lighting, and grid panel styling create a high-end professional look.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eSecure Corner Storage:\u003c\/b\u003e High-capacity side cabinet with a three-digit combination lock keeps files, valuables, and office essentials organised and protected.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerLBZ10168\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eWooden and Metal Corner Desk with Executive Storage\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_13.webp?v=1778729236\" alt=\"Wooden and metal executive corner desk with storage\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eElevate a leadership workspace with this wooden and metal desk designed as a luxury executive office command centre. It combines a spacious desktop, heavy-duty panels, hidden multimedia cable management, aluminium alloy edging, leather accents, LED lighting, and secure corner storage with a combination lock for a refined and highly functional office setup.\u003c\/p\u003e\n\n      \u003cdiv class=\"kagu-img-grid kagu-options-grid\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_2.jpg?v=1778825223\" alt=\"Executive wooden and metal desk front view\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_3.jpg?v=1778825223\" alt=\"Luxury corner desk with storage office layout\"\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\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_14.webp?v=1778729153\" alt=\"Premium heavy-duty panels for executive wooden desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003ePremium Panels Built for Durability\u003c\/h3\u003e\n          \u003cp\u003eThe commercial-grade panels are designed for a durable, scratch-resistant surface that is easy to maintain. They support everyday executive work, computer setups, documents, and long-term office use.\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\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_4.webp?v=1778729115\" alt=\"Hidden multimedia cable box on executive corner desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHidden Cable Box for Seamless Power\u003c\/h3\u003e\n          \u003cp\u003eThe built-in multimedia cable box supports power access and charging needs while helping hide cords, chargers, and workstation cables for a cleaner executive desk surface.\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\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_4.jpg?v=1778729383\" alt=\"Spacious metal and wooden executive desk desktop\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSpacious Metal and Wooden Desk\u003c\/h3\u003e\n          \u003cp\u003eThe large desktop provides a more comfortable and efficient working environment for laptops, monitors, documents, meeting materials, and everyday management 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\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_5.webp?v=1778729157\" alt=\"Aluminium alloy edge banding on wooden and metal desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eExquisite Aluminium Alloy Edging\u003c\/h3\u003e\n          \u003cp\u003eThe finely crafted aluminium alloy edge banding provides a smooth, rounded touch with a refined metallic finish. It helps protect edges while enhancing the executive appearance.\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\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_6.webp?v=1778729224\" alt=\"Leather accents on luxury executive office desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eChic Leather Accents for Elegance\u003c\/h3\u003e\n          \u003cp\u003eDecorative leather details create a minimalist and sophisticated look. The surface accents add visual depth and help the workstation feel more refined in executive interiors.\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\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_7.webp?v=1778729187\" alt=\"Built-in LED lighting on luxury executive corner desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eBuilt-In LED Lighting for Ambience\u003c\/h3\u003e\n          \u003cp\u003eThe hidden LED light strip adds a clean modern glow to the desk design. Paired with grid panel styling, it brings more energy, atmosphere, and presence to the workspace.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_8.webp?v=1778729247\" alt=\"Secure corner desk storage cabinet with combination lock\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSecure Corner Desk with Storage\u003c\/h3\u003e\n          \u003cp\u003eThe side cabinet offers ample storage for documents, valuables, personal items, and office supplies. A three-digit combination lock adds extra security for items that need privacy.\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\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_10.webp?v=1778729125\" alt=\"Wooden and metal executive desk style options\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eColour Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_11.webp?v=1778729316\" alt=\"Wooden and metal executive desk colour options\" class=\"kagu-section-img\"\u003e\n\n      \u003ch2\u003eProduct Details\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\u003eWooden Desk \/ Metal Desk \/ Corner Desk with Storage \/ Luxury Executive Office Desk\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMain Design\u003c\/th\u003e\n              \u003ctd\u003eWood and metal executive desk with modern corner workstation layout\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003ePanel Detail\u003c\/th\u003e\n              \u003ctd\u003eHeavy-duty commercial-grade panels with scratch-resistant and easy-maintenance surface\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesktop\u003c\/th\u003e\n              \u003ctd\u003eSpacious desktop for monitors, documents, laptops, and daily executive work\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCable Management\u003c\/th\u003e\n              \u003ctd\u003eHidden multimedia cable box for charging and power routing\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eEdge Detail\u003c\/th\u003e\n              \u003ctd\u003eAluminium alloy edge banding with smooth rounded touch\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDecorative Detail\u003c\/th\u003e\n              \u003ctd\u003eLeather accents and grid panel design\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLighting\u003c\/th\u003e\n              \u003ctd\u003eBuilt-in hidden LED light strip\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n              \u003ctd\u003eHigh-capacity side cabinet with three-digit combination lock\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStyle \u0026amp; Colour\u003c\/th\u003e\n              \u003ctd\u003eStyle options and colour 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. Unit: inch.\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eDimensions\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_1.jpg?v=1778825223\" alt=\"Wooden and metal corner desk dimensions guide in inches\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003eLayout Notice:\u003c\/b\u003e Please confirm desk size, side cabinet direction, chair clearance, doorway width, lift access, stair clearance, cable routing, and final placement area before ordering.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eColour \u0026amp; Finish Notice:\u003c\/b\u003e Product colour, wood tone, metal finish, leather accent, LED appearance, and board texture may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003ePower Planning Notice:\u003c\/b\u003e Please check nearby power access, cable length, device quantity, and multimedia cable box placement before installation.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eStorage Notice:\u003c\/b\u003e The combination-lock storage area is designed for office essentials, documents, and personal items. Please confirm storage layout needs 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 wooden desk, metal desk, and corner desk with storage 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, side 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\u003eElectrical Planning:\u003c\/b\u003e Check nearby power access, multimedia cable routing, LED connection needs, and device placement before installation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCommercial Projects:\u003c\/b\u003e Suitable for executive suites, director offices, manager rooms, corporate workstations, and premium office 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\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 corner desk include secure storage?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The side cabinet provides high-capacity storage and includes a three-digit combination lock for extra security.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes the desk include cable management?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. It includes a hidden multimedia cable box for cleaner charging, power routing, and workstation cable organisation.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat gives this executive desk a luxury look?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe design combines wood and metal styling, aluminium alloy edging, leather accents, LED lighting, grid panel details, and a spacious executive desktop.\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 desk dimensions, cabinet direction, doorway width, lift access, stair clearance, chair clearance, power access, cable routing, 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\n    \u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerLBZ10168\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ10168\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Side cabinet on the right \/ 139.70cm x 66.04cm x 76.20cm (Desk)","offer_id":43011222339632,"sku":"LBZ-10168-01","price":1254.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 160.02cm x 76.20cm x 76.20cm (Desk)","offer_id":43011222372400,"sku":"LBZ-10168-02","price":1477.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 160.02cm x 165.10cm x 76.20cm (Desk)","offer_id":43011222405168,"sku":"LBZ-10168-16","price":2033.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 180.34cm x 180.34cm x 76.20cm (Desk)","offer_id":43011222470704,"sku":"LBZ-10168-17","price":2178.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 200.66cm x 180.34cm x 76.20cm (Desk)","offer_id":43011222536240,"sku":"LBZ-10168-18","price":2277.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 238.76cm x 208.28cm x 76.20cm (Desk)","offer_id":43011222601776,"sku":"LBZ-10168-06","price":3101.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 279.40cm x 208.28cm x 76.20cm x 76.20cm (Desk)","offer_id":43011222667312,"sku":"LBZ-10168-08","price":3022.0,"currency_code":"GBP","in_stock":true},{"title":"Side cabinet on the right \/ 320.04cm x 228.60cm x 76.20cm (Desk)","offer_id":43011222732848,"sku":"LBZ-10168-10","price":3389.0,"currency_code":"GBP","in_stock":true},{"title":"Sidewatch on the left \/ 160.02cm x 165.10cm x 76.20cm (Desk)","offer_id":43011222437936,"sku":"LBZ-10168-03","price":2033.0,"currency_code":"GBP","in_stock":true},{"title":"Sidewatch on the left \/ 180.34cm x 180.34cm x 76.20cm (Desk)","offer_id":43011222503472,"sku":"LBZ-10168-04","price":2178.0,"currency_code":"GBP","in_stock":true},{"title":"Sidewatch on the left \/ 200.66cm x 180.34cm x 76.20cm (Desk)","offer_id":43011222569008,"sku":"LBZ-10168-05","price":2277.0,"currency_code":"GBP","in_stock":true},{"title":"Sidewatch on the left \/ 238.76cm x 208.28cm x 76.20cm (Desk)","offer_id":43011222634544,"sku":"LBZ-10168-07","price":3101.0,"currency_code":"GBP","in_stock":true},{"title":"Sidewatch on the left \/ 279.40cm x 208.28cm x 76.20cm x 76.20cm (Desk)","offer_id":43011222700080,"sku":"LBZ-10168-09","price":3022.0,"currency_code":"GBP","in_stock":true},{"title":"Sidewatch on the left \/ 320.04cm x 228.60cm x 76.20cm (Desk)","offer_id":43011222765616,"sku":"LBZ-10168-11","price":3389.0,"currency_code":"GBP","in_stock":true},{"title":"File atch \/ 269.24cm x 40.64cm x 200.66cm (File Cabinet)","offer_id":43011222798384,"sku":"WJG-2142-01","price":3201.0,"currency_code":"GBP","in_stock":true},{"title":"File atch \/ 350.52cm x 40.64cm x 200.66cm x 200.66cm (File Cabinet)","offer_id":43011222831152,"sku":"WJG-2142-02","price":3450.0,"currency_code":"GBP","in_stock":true},{"title":"Chair*1 \/ Chair","offer_id":42944252641328,"sku":"LBY-2047-01","price":646.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_main_images_1.jpg?v=1778825217"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/collections\/wooden_desk_metal_desk_corner_desk_with_storage_kaguyasuLBZ-10168_detailed_images_2.jpg?v=1783043726","url":"https:\/\/kaguyasu.co.uk\/collections\/uk-in-stock.oembed","provider":"Kaguyasu-EU","version":"1.0","type":"link"}