{"title":"Executive Corner Desks","description":"","products":[{"product_id":"luxury-executive-desk-with-filing-cabinet-lbz-2109","title":"Luxury Executive Office Desk | Desk with Filing Cabinet | 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: \"\\2714\";\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\u003eItalian Elegance:\u003c\/b\u003e 3D wavy leather paneling elevates modern corporate aesthetics with a refined executive look.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eEco-Durability:\u003c\/b\u003e E1-grade melamine creates a scratch-resistant \u003cb\u003edark wood desk\u003c\/b\u003e surface for safe, odor-free use.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eSecure Organization:\u003c\/b\u003e A \u003cb\u003edesk with filing cabinet\u003c\/b\u003e equipped with a reliable password lock helps protect confidential documents.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eCommanding Setup:\u003c\/b\u003e A spacious \u003cb\u003eExecutive Corner Desk\u003c\/b\u003e layout supports seamless multitasking in leadership spaces.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cb\u003eClean Cable Control:\u003c\/b\u003e The extra-long power outlet box conceals essential cables to keep the workspace clean and focused.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"kagu-readmore-wrapper\"\u003e\n    \u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerLBZ2109\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eElevate Your Leadership With a Luxury Executive Office Desk\u003c\/h2\u003e\n\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_executive_office_desk_desk_with_filing_cabinet_kaguyasuLBZ-2109_detailed_images_23.webp?v=1778728647\" alt=\"Luxury executive office desk with filing cabinet by Kaguyasu\" class=\"kagu-hero-img\"\u003e\n\n      \u003cp class=\"kagu-intro\"\u003eA luxury executive office desk with an executive corner desk layout, E1-grade melamine surface, 3D wavy artificial leather front panel, reinforced desk legs, integrated cable management, and password-lock document protection.\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\/luxury_executive_office_desk_desk_with_filing_cabinet_kaguyasuLBZ-2109_detailed_images_13.jpg?v=1778728706\" alt=\"E1 grade melamine dark wood executive desk surface\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEnjoy the Lasting Beauty of a Sustainable Dark Wood Desk\u003c\/h3\u003e\n          \u003cp\u003eCrafted from E1-grade melamine, this highly scratch-resistant surface ensures a safe, odor-free, and sustainable commercial 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\/luxury_executive_office_desk_desk_with_filing_cabinet_kaguyasuLBZ-2109_detailed_images_17.webp?v=1778728640\" alt=\"3D wavy artificial leather front panel for executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eMake a Bold Statement With 3D Italian Leather Paneling\u003c\/h3\u003e\n          \u003cp\u003eThe front modesty panel features a unique wavy artificial leather design, adding sophisticated modern depth while providing professional privacy.\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\/luxury_executive_office_desk_desk_with_filing_cabinet_kaguyasuLBZ-2109_detailed_images_18.webp?v=1778728618\" alt=\"Reinforced thickened desk legs for executive office desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eRely on Reinforced Architecture for Uncompromising Stability\u003c\/h3\u003e\n          \u003cp\u003eThe thickened desk legs deliver heavy-duty load-bearing capacity. This minimalist structural design guarantees absolute stability and presence.\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\/luxury_executive_office_desk_desk_with_filing_cabinet_kaguyasuLBZ-2109_detailed_images_19.webp?v=1778728641\" alt=\"Integrated cable management for luxury executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eKeep Your Focus Sharp With Integrated Cable Management\u003c\/h3\u003e\n          \u003cp\u003eMaintain a pristine workspace. The extra-long power outlet box elegantly conceals essential cables, preventing clutter and tech distractions.\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\/luxury_executive_office_desk_desk_with_filing_cabinet_kaguyasuLBZ-2109_detailed_images_20.webp?v=1778728621\" alt=\"Password lock filing cabinet for executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eProtect Your Privacy Using a Smart Desk With Filing Cabinet\u003c\/h3\u003e\n          \u003cp\u003eSafeguard your business intelligence. The integrated storage suite features a secure password lock to protect your confidential documents.\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\/luxury_executive_office_desk_desk_with_filing_cabinet_kaguyasuLBZ-2109_detailed_images_21.webp?v=1778728701\" alt=\"Style options for Kaguyasu luxury executive office desk\" class=\"kagu-section-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/For_custom_styles.jpg?v=1743479564\" alt=\"Custom style options for Kaguyasu executive 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\"\u003eBoard Material\u003c\/th\u003e\n              \u003ctd\u003eE1-grade melamine\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSurface Finish\u003c\/th\u003e\n              \u003ctd\u003eScratch-resistant dark wood desk finish\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eFront Panel\u003c\/th\u003e\n              \u003ctd\u003e3D wavy artificial leather modesty panel\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesk Layout\u003c\/th\u003e\n              \u003ctd\u003eExecutive corner desk layout\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCable Management\u003c\/th\u003e\n              \u003ctd\u003eExtra-long power outlet box for cable concealment\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSecurity\u003c\/th\u003e\n              \u003ctd\u003ePassword lock for confidential documents\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDimension Unit\u003c\/th\u003e\n              \u003ctd\u003einch\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\/luxury_executive_office_desk_desk_with_filing_cabinet_kaguyasuLBZ-2109_detailed_images_2.jpg?v=1778825011\" alt=\"Luxury executive 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 luxury executive office desk:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eBoard Material:\u003c\/b\u003e The product description lists E1-grade melamine with a scratch-resistant dark wood desk finish.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eFront Panel:\u003c\/b\u003e The front modesty panel uses a 3D wavy artificial leather design for modern depth and professional privacy.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStructure:\u003c\/b\u003e Thickened desk legs provide heavy-duty load-bearing capacity and stable support.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCable Management:\u003c\/b\u003e The extra-long power outlet box helps conceal essential cables and reduce clutter.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eSecurity:\u003c\/b\u003e The integrated filing cabinet includes a password lock to protect confidential documents.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStyle Options:\u003c\/b\u003e Please refer to the style options images for available configurations.\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 material is listed for this executive office desk?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe product description lists E1-grade melamine with a scratch-resistant dark wood desk finish.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this desk include cable management?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The product description includes an extra-long power outlet box designed to conceal essential cables.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes the filing cabinet include security protection?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The integrated filing cabinet features a secure password lock for confidential documents.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eWhat is the dimension unit shown for this product?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eThe dimension section lists the unit as inch.\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=\"KaguReadMoreTriggerLBZ2109\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ2109\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Side Cabinet on the Left (Short Cabinet) \/ 180cm x 89cm x 76cm","offer_id":43011290398768,"sku":"LBZ-2109-01","price":2160.0,"currency_code":"GBP","in_stock":true},{"title":"Side Cabinet on the Left (Short Cabinet) \/ 201cm x 89cm x 76cm","offer_id":43011290431536,"sku":"LBZ-2109-02","price":2274.0,"currency_code":"GBP","in_stock":true},{"title":"Side Cabinet on the Left (Short Cabinet) \/ 239cm x 89cm x 76cm","offer_id":43011290464304,"sku":"LBZ-2109-03","price":2413.0,"currency_code":"GBP","in_stock":true},{"title":"Side Cabinet on the Left (Short Cabinet) \/ 279cm x 89cm x 76cm","offer_id":43011290497072,"sku":"LBZ-2109-04","price":2586.0,"currency_code":"GBP","in_stock":true},{"title":"Side Cabinet on the Right (Short Cabinet) \/ 180cm x 89cm x 76cm","offer_id":43011290529840,"sku":"LBZ-2109-05","price":2160.0,"currency_code":"GBP","in_stock":true},{"title":"Side Cabinet on the Right (Short Cabinet) \/ 201cm x 89cm x 76cm","offer_id":43011290562608,"sku":"LBZ-2109-06","price":2274.0,"currency_code":"GBP","in_stock":true},{"title":"Side Cabinet on the Right (Short Cabinet) \/ 239cm x 89cm x 76cm","offer_id":43011290595376,"sku":"LBZ-2109-07","price":2413.0,"currency_code":"GBP","in_stock":true},{"title":"Side Cabinet on the Right (Short Cabinet) \/ 279cm x 89cm x 76cm","offer_id":43011290628144,"sku":"LBZ-2109-08","price":2586.0,"currency_code":"GBP","in_stock":true},{"title":"Side Cabinet on the Left (Long Cabinet) \/ 180cm x 160cm x 76cm","offer_id":43011290660912,"sku":"LBZ-2109-09","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Side Cabinet on the Left (Long Cabinet) \/ 201cm x 160cm x 76cm","offer_id":43011290693680,"sku":"LBZ-2109-10","price":2379.0,"currency_code":"GBP","in_stock":true},{"title":"Side Cabinet on the Left (Long Cabinet) \/ 239cm x 160cm x 76cm","offer_id":43011290726448,"sku":"LBZ-2109-11","price":2540.0,"currency_code":"GBP","in_stock":true},{"title":"Side Cabinet on the Left (Long Cabinet) \/ 279cm x 160cm x 76cm","offer_id":43011290759216,"sku":"LBZ-2109-12","price":2677.0,"currency_code":"GBP","in_stock":true},{"title":"Side Cabinet on the Right (Long Cabinet) \/ 180cm x 160cm x 76cm","offer_id":43011290791984,"sku":"LBZ-2109-13","price":2252.0,"currency_code":"GBP","in_stock":true},{"title":"Side Cabinet on the Right (Long Cabinet) \/ 201cm x 160cm x 76cm","offer_id":43011290824752,"sku":"LBZ-2109-14","price":2379.0,"currency_code":"GBP","in_stock":true},{"title":"Side Cabinet on the Right (Long Cabinet) \/ 239cm x 160cm x 76cm","offer_id":43011290857520,"sku":"LBZ-2109-15","price":2540.0,"currency_code":"GBP","in_stock":true},{"title":"Side Cabinet on the Right (Long Cabinet) \/ 279cm x 160cm x 76cm","offer_id":43011290890288,"sku":"LBZ-2109-16","price":2677.0,"currency_code":"GBP","in_stock":true},{"title":"File Cabinet \/ 239cm x 41cm x 201cm","offer_id":43011290923056,"sku":"WJG-2024-01","price":3091.0,"currency_code":"GBP","in_stock":true},{"title":"File Cabinet \/ 320cm x 41cm x 201cm","offer_id":43011290955824,"sku":"WJG-2024-02","price":3516.0,"currency_code":"GBP","in_stock":true},{"title":"Chair \/ Chair * 1","offer_id":42944191660080,"sku":"LBY-2017-01","price":502.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_executive_office_desk_desk_with_filing_cabinet_kaguyasuLBZ-2109_main_images_29.webp?v=1778728676"},{"product_id":"l-shaped-executive-desk-lbz-1066","title":"L-Shaped Executive Desk | Modern Corner 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: 20000px; }\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\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 (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\u003eExpansive L-Shaped Workspace:\u003c\/b\u003e Premium L-shaped executive desk layout ideal for multitasking, dual monitors, paperwork, and daily management work.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eCommercial Durability:\u003c\/b\u003e Eco-friendly E1-grade boards and a 5cm thickened desktop support stable use in modern executive offices.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eSmart Storage Organisation:\u003c\/b\u003e Spacious side cabinet functions as a practical desk with storage drawers for CPU, files, and personal items.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eProfessional Privacy:\u003c\/b\u003e Extended front modesty panel and built-in cable management create a cleaner, more private workstation.\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cb\u003eCPU Ventilation Support:\u003c\/b\u003e Large ventilation openings help improve airflow around computer equipment and support long-term workstation use.\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=\"KaguReadMoreTriggerLBZ1066\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003ePremium L-Shaped Executive Desk for Modern Offices\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l-shaped_executive_desk_modern_executive_office_desk_kaguyasuLBZ-1066_detailed_images_1.jpg?v=1778824966\" alt=\"L-shaped executive desk with modern office storage cabinet\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eCreate a professional executive workspace with this L-shaped executive desk. Designed for manager rooms, director offices, private offices, corporate workstations, and modern executive suites, it combines E1-grade boards, a heavy-duty 5cm thickened desktop, built-in cable management, CPU ventilation, extended privacy panel, and integrated side cabinet storage for organised daily productivity.\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_executive_desk_modern_executive_office_desk_kaguyasuLBZ-1066_detailed_images_21.webp?v=1778728673\" alt=\"Eco-friendly E1 grade board for L-shaped executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEco-Friendly E1 Grade Board\u003c\/h3\u003e\n          \u003cp\u003eCrafted from high-density E1 wood particles, the board supports moisture resistance, daily safety, and long-lasting commercial durability for demanding office 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_executive_desk_modern_executive_office_desk_kaguyasuLBZ-1066_detailed_images_15.webp?v=1778728460\" alt=\"Heavy-duty 5cm thickened desktop on modern executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy-Duty 5cm Thickened Desktop\u003c\/h3\u003e\n          \u003cp\u003eThe 2-inch thickened desktop provides strong load-bearing support for monitors, laptops, documents, and office devices while helping resist deformation during heavy daily use.\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_executive_desk_modern_executive_office_desk_kaguyasuLBZ-1066_detailed_images_25.webp?v=1778728594\" alt=\"Precision craftsmanship details on L-shaped executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eCrafted with Precision\u003c\/h3\u003e\n          \u003cp\u003eThoughtful craftsmanship details help improve durability, appearance, and everyday usability, creating a professional modern executive office desk for refined workspaces.\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_executive_desk_modern_executive_office_desk_kaguyasuLBZ-1066_detailed_images_19.webp?v=1778728693\" alt=\"Desktop cable management box on L-shaped executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eDesktop Cable Management Box\u003c\/h3\u003e\n          \u003cp\u003eInternal cable routing keeps power cords, chargers, and device wires organised and out of sight. It helps eliminate clutter and keeps the executive desktop tidy.\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_executive_desk_modern_executive_office_desk_kaguyasuLBZ-1066_detailed_images_20.webp?v=1778728703\" alt=\"Large CPU ventilation holes in side cabinet storage\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eLarge Ventilation Holes\u003c\/h3\u003e\n          \u003cp\u003eVentilation openings promote airflow around computer equipment, helping dissipate heat, reduce computer wear, and support more comfortable long-term workstation 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\/l-shaped_executive_desk_modern_executive_office_desk_kaguyasuLBZ-1066_detailed_images_22.webp?v=1778728688\" alt=\"Extended front privacy panel on L-shaped executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eExtended Front Privacy Panel\u003c\/h3\u003e\n          \u003cp\u003eThe extended front modesty panel protects personal space and helps create a more private working area while allowing comfortable sitting and leg movement.\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_executive_desk_modern_executive_office_desk_kaguyasuLBZ-1066_detailed_images_24.webp?v=1778728516\" alt=\"Integrated side cabinet storage drawers for executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eIntegrated Side Cabinet Storage\u003c\/h3\u003e\n          \u003cp\u003eThe side cabinet works as a practical desk with storage drawers, neatly housing a CPU, documents, office supplies, and personal items within easy reach.\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\/0749\/7757\/5231\/files\/16_cb05e80f-2e10-4cf8-b393-215f33f4b251.jpg?v=1764900048\" alt=\"L-shaped executive desk style 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\u003eL-Shaped Executive Desk \/ Modern Executive Office Desk \/ Executive Corner Desk \/ Desk with Storage Drawers\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBoard Grade\u003c\/th\u003e\n              \u003ctd\u003eEco-friendly E1-grade high-density wood particle board\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesktop\u003c\/th\u003e\n              \u003ctd\u003eApprox. 5cm \/ 2-inch thickened heavy-duty desktop\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCable Management\u003c\/th\u003e\n              \u003ctd\u003eDesktop cable management box with internal cable routing\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eVentilation\u003c\/th\u003e\n              \u003ctd\u003eLarge ventilation openings for CPU airflow and heat dissipation\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003ePrivacy Feature\u003c\/th\u003e\n              \u003ctd\u003eExtended front modesty panel for a more private work area\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 CPU, files, office supplies, and personal items\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eStyle Options\u003c\/th\u003e\n              \u003ctd\u003eStyle options shown in product image\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      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l-shaped_executive_desk_modern_executive_office_desk_kaguyasuLBZ-1066_detailed_images_4.jpg?v=1778824968\" alt=\"L-shaped executive 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, L-shaped direction, 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, board texture, surface finish, edge detail, and hardware appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eEquipment Notice:\u003c\/b\u003e Please check CPU size, ventilation clearance, nearby power access, cable length, and device quantity before using the side cabinet for computer equipment.\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\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 executive desk and modern 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, L-shaped direction, side cabinet position, doorway width, lift access, stair clearance, chair clearance, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eCable Planning:\u003c\/b\u003e Check nearby power access, desktop cable routing, CPU position, ventilation clearance, and device layout 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, and modern 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\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 makes this desk suitable for executive offices?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eIt combines an L-shaped executive layout, 5cm thickened desktop, E1-grade boards, cable management, side cabinet storage, CPU ventilation, and a privacy panel for professional workspaces.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this L-shaped executive desk include storage?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The integrated side cabinet provides storage for CPU placement, files, office supplies, and personal items.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes the desk support cable management?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The desktop cable management box helps route power cords and device cables internally to keep the workspace tidy.\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, L-shaped direction, side cabinet position, doorway width, lift access, stair clearance, chair clearance, power access, 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=\"KaguReadMoreTriggerLBZ1066\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ1066\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Desk \/ Side Cabinet on the Left \/ 180cm x 160cm x 76cm","offer_id":43011225485360,"sku":"LBZ-1066-05","price":1005.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Left \/ 201cm x 160cm x 76cm","offer_id":43011225550896,"sku":"LBZ-1066-06","price":1030.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Left \/ 221cm x 160cm x 76cm","offer_id":43011225616432,"sku":"LBZ-1066-07","price":1205.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Left \/ 239cm x 160cm x 76cm","offer_id":43011225681968,"sku":"LBZ-1066-08","price":1230.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Right \/ 180cm x 160cm x 76cm","offer_id":43011225518128,"sku":"LBZ-1066-01","price":1005.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Right \/ 201cm x 160cm x 76cm","offer_id":43011225583664,"sku":"LBZ-1066-02","price":1030.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Right \/ 221cm x 160cm x 76cm","offer_id":43011225649200,"sku":"LBZ-1066-03","price":1205.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ Side Cabinet on the Right \/ 239cm x 160cm x 76cm","offer_id":43011225714736,"sku":"LBZ-1066-04","price":1230.0,"currency_code":"GBP","in_stock":true},{"title":"File Cabinet \/ 201cm x 41cm x 201cm","offer_id":43011225747504,"sku":"WJG-2066-01","price":1230.0,"currency_code":"GBP","in_stock":true},{"title":"File Cabinet \/ 239cm x 41cm x 201cm","offer_id":43011225780272,"sku":"WJG-2066-02","price":1323.0,"currency_code":"GBP","in_stock":true},{"title":"File Cabinet \/ 279cm x 41cm x 201cm","offer_id":43011225813040,"sku":"WJG-2066-03","price":1607.0,"currency_code":"GBP","in_stock":true},{"title":"Chair \/ Chair * 1","offer_id":42944248643632,"sku":"LBY-2013-01","price":348.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l-shaped_executive_desk_modern_executive_office_desk_kaguyasuLBZ-1066_main_images_1.jpg?v=1778824960"},{"product_id":"luxury-corner-desk-with-storage-lbz-10143","title":"Luxury Executive Office 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: 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: 16000px; }\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\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 (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\u003eAuthoritative Executive Ambience:\u003c\/b\u003e A premium luxury executive office desk designed to elevate leadership suites, manager rooms, and corporate offices.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eExpansive Corner Workspace:\u003c\/b\u003e The executive corner desk layout supports multitasking, paperwork, computer work, and daily management tasks without feeling cramped.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eIntegrated Cable Management:\u003c\/b\u003e Built-in wiring holes help organise power cords and workstation cables for a cleaner corner desk with storage.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003ePremium Dark Wood Finish:\u003c\/b\u003e Elegant dark wood styling and thickened panels create a refined and practical executive workspace.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSafer Rounded Corners:\u003c\/b\u003e Thoughtfully polished rounded corners help reduce sharp-edge contact and accidental bumps during daily executive office use.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerLBZ10143\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eLuxury Executive Office Desk with Corner Storage\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_executive_office_desk_corner_desk_with_storage_kaguyasuLBZ-10143_detailed_images_5.jpg?v=1778825165\" alt=\"Luxury executive office desk with dark wood corner layout\" class=\"kagu-hero-img\"\u003e\n\u003cp class=\"kagu-intro\"\u003eCreate a calm, authoritative workspace with this luxury executive office desk. Designed for leadership suites, executive offices, manager rooms, and premium private offices, it combines a refined dark wood finish, heavy-duty thick desktop, safe rounded corners, integrated cable management, and an expansive corner workspace for organised daily productivity.\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\/luxury_executive_office_desk_corner_desk_with_storage_kaguyasuLBZ-10143_detailed_images_3.jpg?v=1778825163\" alt=\"Heavy-duty thick desktop on luxury executive office 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 provides a stable and durable working surface for monitors, documents, laptops, and daily executive tasks. It supports a confident, long-lasting office 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\/luxury_executive_office_desk_corner_desk_with_storage_kaguyasuLBZ-10143_detailed_images_2.jpg?v=1778825162\" alt=\"Safe rounded corners on dark wood executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eSafe Rounded Corners\u003c\/h3\u003e\n\u003cp\u003eThoughtfully polished rounded corners help reduce sharp-edge contact and accidental bumps. This detail supports safer daily use in executive offices and shared professional spaces.\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\/luxury_executive_office_desk_corner_desk_with_storage_kaguyasuLBZ-10143_detailed_images_7.jpg?v=1778825165\" alt=\"Integrated cable management on corner desk with storage\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eIntegrated Cable Management\u003c\/h3\u003e\n\u003cp\u003eBuilt-in wiring holes help organize power cords, chargers, computer cables, and office devices. This keeps the corner desk with storage cleaner, more efficient, and easier to maintain.\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\/luxury_executive_office_desk_corner_desk_with_storage_kaguyasuLBZ-10143_detailed_images_6.jpg?v=1778825165\" alt=\"Expansive executive corner workspace with storage\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eExpansive Corner Workspace\u003c\/h3\u003e\n\u003cp\u003eThe spacious executive corner desk layout provides comfortable room for computer work, documents, office devices, and daily planning. It supports efficient multitasking without a cramped desktop.\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\u003eLuxury Executive Office Desk \/ Executive Corner Desk \/ Corner Desk with Storage \/ Dark Wood Desk\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDesktop\u003c\/th\u003e\n\u003ctd\u003eHeavy-duty thick desktop for stable daily office use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSafety Detail\u003c\/th\u003e\n\u003ctd\u003ePolished rounded corners to reduce sharp-edge contact\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCable Management\u003c\/th\u003e\n\u003ctd\u003eBuilt-in wiring holes for cleaner cable organisation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWorkspace\u003c\/th\u003e\n\u003ctd\u003eExpansive executive corner layout for multitasking and office productivity\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFinish Style\u003c\/th\u003e\n\u003ctd\u003eElegant dark wood desk appearance\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\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_executive_office_desk_corner_desk_with_storage_kaguyasuLBZ-10143_detailed_images_4.jpg?v=1778825165\" alt=\"Luxury executive corner desk dimensions guide in inches\" 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, corner 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, dark wood tone, surface finish, panel texture, and hardware appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eCable Planning Notice:\u003c\/b\u003e Please check nearby power access, device quantity, cable length, and wiring hole position before installation.\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 luxury executive office 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, corner direction, doorway width, lift access, stair clearance, chair clearance, and final placement area before purchase.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCable Planning:\u003c\/b\u003e Check nearby power access, cable routing, device placement, and workstation layout before installation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCommercial Projects:\u003c\/b\u003e Suitable for executive offices, leadership suites, manager rooms, corporate workspaces, 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\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 makes this desk suitable for executive offices?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eIt combines a premium dark wood appearance, thickened desktop, spacious corner layout, integrated cable management, and polished rounded corners for a professional executive setting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this executive corner desk include cable management?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The product content shows built-in wiring holes designed to organise power cords and keep the workspace cleaner.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the desktop suitable for daily office use?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The product details describe a heavy-duty thick desktop designed for stability, durability, and daily executive work.\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, corner direction, doorway width, lift access, stair clearance, chair clearance, 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\u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerLBZ10143\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ10143\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Long Cabinet on the Right (Viewed from inside) \/ 180.34cm x 160.02cm x 76.20cm (Desk)","offer_id":43011224404016,"sku":"LBZ-10143-01","price":1770.0,"currency_code":"GBP","in_stock":true},{"title":"Long Cabinet on the Right (Viewed from inside) \/ 200.66cm x 160.02cm x 76.20cm (Desk)","offer_id":43011224469552,"sku":"LBZ-10143-02","price":1895.0,"currency_code":"GBP","in_stock":true},{"title":"Long Cabinet on the Right (Viewed from inside) \/ 220.98cm x 160.02cm x 76.20cm (Desk)","offer_id":43011224535088,"sku":"LBZ-10143-03","price":2039.0,"currency_code":"GBP","in_stock":true},{"title":"Long Cabinet on the Right (Viewed from inside) \/ 238.76cm x 180.34cm x 76.20cm (Desk)","offer_id":43011224600624,"sku":"LBZ-10143-04","price":2132.0,"currency_code":"GBP","in_stock":true},{"title":"Long Cabinet on the Right (Viewed from inside) \/ 259.08cm x 180.34cm x 76.20cm (Desk)","offer_id":43011224666160,"sku":"LBZ-10143-05","price":2199.0,"currency_code":"GBP","in_stock":true},{"title":"Long Cabinet on the Right (Viewed from inside) \/ 279.40cm x 180.34cm x 76.20cm (Desk)","offer_id":43011224731696,"sku":"LBZ-10143-06","price":2330.0,"currency_code":"GBP","in_stock":true},{"title":"Long Cabinet on the Right (Viewed from inside) \/ 299.72cm x 180.34cm x 76.20cm x 76.20cm (Desk)","offer_id":43011224797232,"sku":"LBZ-10143-07","price":2481.0,"currency_code":"GBP","in_stock":true},{"title":"Long Cabinet on the Right (Viewed from inside) \/ 320.04cm x 180.34cm x 76.20cm (Desk)","offer_id":43011224862768,"sku":"LBZ-10143-08","price":2676.0,"currency_code":"GBP","in_stock":true},{"title":"Long Cabinet on the Left (Viewed from inside) \/ 180.34cm x 160.02cm x 76.20cm (Desk)","offer_id":43011224436784,"sku":"LBZ-10143-13","price":1770.0,"currency_code":"GBP","in_stock":true},{"title":"Long Cabinet on the Left (Viewed from inside) \/ 200.66cm x 160.02cm x 76.20cm (Desk)","offer_id":43011224502320,"sku":"LBZ-10143-14","price":1770.0,"currency_code":"GBP","in_stock":true},{"title":"Long Cabinet on the Left (Viewed from inside) \/ 220.98cm x 160.02cm x 76.20cm (Desk)","offer_id":43011224567856,"sku":"LBZ-10143-15","price":1770.0,"currency_code":"GBP","in_stock":true},{"title":"Long Cabinet on the Left (Viewed from inside) \/ 238.76cm x 180.34cm x 76.20cm (Desk)","offer_id":43011224633392,"sku":"LBZ-10143-16","price":1770.0,"currency_code":"GBP","in_stock":true},{"title":"Long Cabinet on the Left (Viewed from inside) \/ 259.08cm x 180.34cm x 76.20cm (Desk)","offer_id":43011224698928,"sku":"LBZ-10143-17","price":1770.0,"currency_code":"GBP","in_stock":true},{"title":"Long Cabinet on the Left (Viewed from inside) \/ 279.40cm x 180.34cm x 76.20cm (Desk)","offer_id":43011224764464,"sku":"LBZ-10143-18","price":1770.0,"currency_code":"GBP","in_stock":true},{"title":"Long Cabinet on the Left (Viewed from inside) \/ 299.72cm x 180.34cm x 76.20cm x 76.20cm (Desk)","offer_id":43011224830000,"sku":"LBZ-10143-19","price":1770.0,"currency_code":"GBP","in_stock":true},{"title":"Long Cabinet on the Left (Viewed from inside) \/ 320.04cm x 180.34cm x 76.20cm (Desk)","offer_id":43011224895536,"sku":"LBZ-10143-20","price":1770.0,"currency_code":"GBP","in_stock":true},{"title":"Bookcase \/ 238.76cm x 40.64cm x 200.66cm (Bookcase)","offer_id":43011224928304,"sku":"LBZ-10143-10","price":2332.0,"currency_code":"GBP","in_stock":true},{"title":"Bookcase \/ 279.40cm x 40.64cm x 200.66cm (Bookcase)","offer_id":43011224961072,"sku":"LBZ-10143-11","price":2528.0,"currency_code":"GBP","in_stock":true},{"title":"Bookcase \/ 320.04cm x 40.64cm x 200.66cm (Bookcase)","offer_id":43011224993840,"sku":"LBZ-10143-12","price":2713.0,"currency_code":"GBP","in_stock":true},{"title":"Chair \/ 53.34cm x 53.34cm x 134.62cm (Chair)","offer_id":43011225026608,"sku":"LBZ-10143-09","price":478.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/luxury_executive_office_desk_corner_desk_with_storage_kaguyasuLBZ-10143_main_images_6.jpg?v=1778825159"},{"product_id":"executive-corner-desk-lockable-storage-lbz-2070","title":"Executive Corner Desk | Modern L-Shaped 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: 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: 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-style-grid,\n    .kagu-img-grid.kagu-colour-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\u003eAuthoritative Executive Presence:\u003c\/b\u003e A premium modern executive desk designed to elevate leadership suites, manager rooms, and corporate offices.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eExpansive L-Shaped Workspace:\u003c\/b\u003e A spacious executive corner desk layout combining solid colours with classic wood grain for a refined office look.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSecure Lockable Storage:\u003c\/b\u003e Lockable storage drawers help protect confidential files, office essentials, and personal items.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCommercial Durability:\u003c\/b\u003e Heavy-duty 5cm thickened desktop, integrated CPU ventilation, and E1-grade board support daily executive use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eFlexible Cabinet Planning:\u003c\/b\u003e The high-capacity side cabinet supports left or right installation to better match different executive office layouts.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerLBZ2070\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\" style=\"text-align: left;\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eExecutive Corner Desk with Modern L-Shaped Office Layout\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/executive_corner_desk_modern_l-shaped_office_desk_kaguyasuLBZ-2070_detailed_images_1.png?v=1783502842\" alt=\"executive_corner_desk_modern_l-shaped_office_desk_kaguyasuLBZ-2070_detailed_images_1\" style=\"margin-bottom: 16px; float: none;\"\u003e\n\u003c\/h2\u003e\n\u003cspan style=\"font-size: 16px; text-align: center;\"\u003eUpgrade a leadership office with this modern L-shaped executive corner desk. Designed for corporate suites, manager rooms, private offices, and executive workspaces, it combines a spacious desktop, E1-grade board construction, 5cm thickened panel, lockable drawers, CPU ventilation, high-capacity side cabinet, left or right installation options, and custom style and colour support.\u003c\/span\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_corner_desk_modern_l-shaped_office_desk_kaguyasuLBZ-2070_detailed_images_25.webp?v=1778728556\" alt=\"Eco-friendly E1 grade board for modern executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eEco-Friendly E1 Grade Board\u003c\/h3\u003e\n\u003cp\u003eThe desk uses E1-grade board designed for lower formaldehyde emissions and reliable daily office use. It supports a safer, more durable workspace for long-term corporate interiors.\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_corner_desk_modern_l-shaped_office_desk_kaguyasuLBZ-2070_detailed_images_26.webp?v=1778728586\" alt=\"Structural craftsmanship details for L-shaped executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eStructural Craftsmanship\u003c\/h3\u003e\n\u003cp\u003eRefined construction details help improve stability, edge quality, and the overall executive appearance. The desk is built to support demanding office routines while maintaining a polished look.\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_corner_desk_modern_l-shaped_office_desk_kaguyasuLBZ-2070_detailed_images_27.webp?v=1778728619\" alt=\"Expanded desktop space on modern L-shaped executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eExpanded Desktop Space\u003c\/h3\u003e\n\u003cp\u003eThe L-shaped layout gives executives more room for monitors, documents, meeting materials, stationery, and daily devices. Solid colour and wood-grain elements create a classic yet modern desk profile.\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_corner_desk_modern_l-shaped_office_desk_kaguyasuLBZ-2070_detailed_images_3.jpg?v=1778824992\" alt=\"5cm thickened desktop panel on executive corner desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003e5cm Thickened Desktop Panel\u003c\/h3\u003e\n\u003cp\u003eThe heavy-duty thickened desktop improves wear resistance and load-bearing support for demanding office work. It is practical for computer setups, document handling, writing, and everyday executive use.\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_corner_desk_modern_l-shaped_office_desk_kaguyasuLBZ-2070_detailed_images_29.webp?v=1778728620\" alt=\"Secure lockable drawers on modern executive office desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eSecure Lockable Drawers\u003c\/h3\u003e\n\u003cp\u003eLockable drawers help protect privacy and safely store important documents, business files, and personal essentials. This storage detail supports organised and secure executive office management.\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_corner_desk_modern_l-shaped_office_desk_kaguyasuLBZ-2070_detailed_images_30.webp?v=1778728621\" alt=\"Integrated CPU ventilation holes on executive corner desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eIntegrated CPU Ventilation\u003c\/h3\u003e\n\u003cp\u003eVentilation openings help improve airflow around computer hardware, supporting heat dissipation during long workdays. This keeps the side cabinet area more practical for office equipment planning.\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_corner_desk_modern_l-shaped_office_desk_kaguyasuLBZ-2070_detailed_images_31.webp?v=1778728536\" alt=\"High-capacity side cabinet for left or right executive corner desk layout\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eHigh-Capacity Side Cabinet\u003c\/h3\u003e\n\u003cp\u003eThe side cabinet provides practical storage for files, books, office supplies, devices, and display items. It can be planned for left or right installation to better match your office layout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eStyle Options\u003c\/h2\u003e\n\u003cdiv class=\"kagu-img-grid kagu-style-grid\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/executive_corner_desk_modern_l-shaped_office_desk_kaguyasuLBZ-2070_detailed_images_34.webp?v=1778728562\" alt=\"Modern L-shaped executive desk style options\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/For_custom_styles.jpg?v=1743479564\" alt=\"Custom style options for executive corner desk\"\u003e\n\u003c\/div\u003e\n\u003ch2\u003eColour Options\u003c\/h2\u003e\n\u003cdiv class=\"kagu-img-grid kagu-colour-grid\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/executive_corner_desk_modern_l-shaped_office_desk_kaguyasuLBZ-2070_detailed_images_35.webp?v=1778728662\" alt=\"Modern executive corner desk colour options\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/8693\/0718\/files\/For_custom_colors.jpg?v=1743479482\" alt=\"Custom colour options for modern L-shaped office desk\"\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\"\u003eDescription\u003c\/th\u003e\n\u003ctd\u003eA modern executive corner desk designed for leadership offices, manager rooms, corporate suites, and professional workspaces. It combines an L-shaped layout, secure storage, thickened desktop construction, CPU ventilation, style options, and colour options for a refined executive office setup.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eExecutive Corner Desk \/ Modern L-Shaped Office Desk \/ Modern Executive Desk\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBoard Grade\u003c\/th\u003e\n\u003ctd\u003eE1 grade board\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDesktop\u003c\/th\u003e\n\u003ctd\u003eApprox. 5cm thickened desktop panel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n\u003ctd\u003eLockable drawers and high-capacity side cabinet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSide Cabinet\u003c\/th\u003e\n\u003ctd\u003eFlexible left or right installation support\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVentilation\u003c\/th\u003e\n\u003ctd\u003eIntegrated CPU ventilation openings\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 available; custom styles and colours may be supported\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: cm.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSuitable For\u003c\/th\u003e\n\u003ctd\u003eExecutive offices, manager rooms, leadership suites, private offices, corporate workspaces, and modern professional interiors\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_corner_desk_modern_l-shaped_office_desk_kaguyasuLBZ-2070_detailed_images_24.png?v=1779255630\" alt=\"Executive corner desk dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\u003cdiv class=\"kagu-note-box\"\u003e\n\u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e Custom style and colour options may be available. Please confirm desk size, cabinet direction, finish selection, and layout requirements before fulfilment.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eLayout Notice:\u003c\/b\u003e Please confirm desktop size, side cabinet position, 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-grain tone, surface finish, board texture, and hardware appearance may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eEquipment Notice:\u003c\/b\u003e Please check CPU size, ventilation clearance, nearby power access, and cable length before placing computer equipment inside the cabinet area.\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 corner desk and modern L-shaped office desk orders:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eAssembly 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 side, doorway width, lift access, stair clearance, chair clearance, and final office placement area before purchase.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCable Planning:\u003c\/b\u003e Check nearby power access, cable routing, CPU position, and device layout before installation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCustom Projects:\u003c\/b\u003e Suitable for executive offices, manager rooms, corporate suites, and professional interiors requiring style or colour planning.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe the surface with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, excessive moisture, abrasive cleaners, and prolonged direct 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\u003eCan the side cabinet be installed on the left or right?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The side cabinet can be planned for left or right installation. Please confirm the required direction before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this executive corner desk include lockable storage?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The desk includes lockable drawers for documents, office essentials, and privacy-focused storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the desk support computer equipment storage?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The design includes CPU ventilation holes to support airflow around hardware. Please confirm CPU size, cable routing, and ventilation clearance before use.\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 size, cabinet side, chair clearance, doorway width, lift access, stair clearance, colour or style selection, cable routing, 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\u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerLBZ2070\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ2070\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Teak \/ Desk \/ Side Cabinet on the Left \/ L180.34 cm * W160.02 cm * H76.20 cm","offer_id":43256195973168,"sku":"LBZ-2070-01","price":1021.0,"currency_code":"GBP","in_stock":true},{"title":"Teak \/ Desk \/ Side Cabinet on the Left \/ L200.66 cm * W160.02 cm * H76.20 cm","offer_id":43256196235312,"sku":"LBZ-2070-02","price":1093.0,"currency_code":"GBP","in_stock":true},{"title":"Teak \/ Desk \/ Side Cabinet on the Left \/ L220.98 cm * W160.02 cm * H76.20 cm","offer_id":43256196497456,"sku":"LBZ-2070-03","price":1183.0,"currency_code":"GBP","in_stock":true},{"title":"Teak \/ Desk \/ Side Cabinet on the Left \/ L238.76 cm * W160.02 cm * H76.20 cm","offer_id":43256196759600,"sku":"LBZ-2070-04","price":1245.0,"currency_code":"GBP","in_stock":true},{"title":"Teak \/ Desk \/ Side Cabinet on the Left \/ L259.08 cm * W160.02 cm * H76.20 cm","offer_id":43256197021744,"sku":"LBZ-2070-05","price":1306.0,"currency_code":"GBP","in_stock":true},{"title":"Teak \/ Desk \/ Side Cabinet on the Left \/ L279.40 cm * W160.02 cm * H76.20 cm","offer_id":43256197283888,"sku":"LBZ-2070-06","price":1344.0,"currency_code":"GBP","in_stock":true},{"title":"Teak \/ Desk \/ Side Cabinet on the Left \/ L299.72 cm * W160.02 cm * H76.20 cm","offer_id":43256197546032,"sku":"LBZ-2070-07","price":1386.0,"currency_code":"GBP","in_stock":true},{"title":"Teak \/ Desk \/ Side Cabinet on the Left \/ L320.04 cm * W160.02 cm * H76.20 cm","offer_id":43256197808176,"sku":"LBZ-2070-08","price":1467.0,"currency_code":"GBP","in_stock":true},{"title":"Teak \/ Desk \/ Side Cabinet on the Right \/ L180.34 cm * W160.02 cm * H76.20 cm","offer_id":43256196005936,"sku":"LBZ-2070-09","price":1021.0,"currency_code":"GBP","in_stock":true},{"title":"Teak \/ Desk \/ Side Cabinet on the Right \/ L200.66 cm * W160.02 cm * H76.20 cm","offer_id":43256196268080,"sku":"LBZ-2070-10","price":1093.0,"currency_code":"GBP","in_stock":true},{"title":"Teak \/ Desk \/ Side Cabinet on the Right \/ L220.98 cm * W160.02 cm * H76.20 cm","offer_id":43256196530224,"sku":"LBZ-2070-11","price":1183.0,"currency_code":"GBP","in_stock":true},{"title":"Teak \/ Desk \/ Side Cabinet on the Right \/ L238.76 cm * W160.02 cm * H76.20 cm","offer_id":43256196792368,"sku":"LBZ-2070-12","price":1245.0,"currency_code":"GBP","in_stock":true},{"title":"Teak \/ Desk \/ Side Cabinet on the Right \/ L259.08 cm * W160.02 cm * H76.20 cm","offer_id":43256197054512,"sku":"LBZ-2070-13","price":1306.0,"currency_code":"GBP","in_stock":true},{"title":"Teak \/ Desk \/ Side Cabinet on the Right \/ L279.40 cm * W160.02 cm * H76.20 cm","offer_id":43256197316656,"sku":"LBZ-2070-14","price":1344.0,"currency_code":"GBP","in_stock":true},{"title":"Teak \/ Desk \/ Side Cabinet on the Right \/ L299.72 cm * W160.02 cm * H76.20 cm","offer_id":43256197578800,"sku":"LBZ-2070-15","price":1386.0,"currency_code":"GBP","in_stock":true},{"title":"Teak \/ Desk \/ Side Cabinet on the Right \/ L320.04 cm * W160.02 cm * H76.20 cm","offer_id":43256197840944,"sku":"LBZ-2070-16","price":1467.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Left \/ L180.34 cm * W160.02 cm * H76.20 cm","offer_id":43256196038704,"sku":"LBZ-2070-17","price":1021.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Left \/ L200.66 cm * W160.02 cm * H76.20 cm","offer_id":43256196300848,"sku":"LBZ-2070-18","price":1093.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Left \/ L220.98 cm * W160.02 cm * H76.20 cm","offer_id":43256196562992,"sku":"LBZ-2070-19","price":1183.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Left \/ L238.76 cm * W160.02 cm * H76.20 cm","offer_id":43256196825136,"sku":"LBZ-2070-20","price":1245.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Left \/ L259.08 cm * W160.02 cm * H76.20 cm","offer_id":43256197087280,"sku":"LBZ-2070-21","price":1306.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Left \/ L279.40 cm * W160.02 cm * H76.20 cm","offer_id":43256197349424,"sku":"LBZ-2070-22","price":1344.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Left \/ L299.72 cm * W160.02 cm * H76.20 cm","offer_id":43256197611568,"sku":"LBZ-2070-23","price":1386.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Left \/ L320.04 cm * W160.02 cm * H76.20 cm","offer_id":43256197873712,"sku":"LBZ-2070-24","price":1467.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Right \/ L180.34 cm * W160.02 cm * H76.20 cm","offer_id":43256196071472,"sku":"LBZ-2070-25","price":1021.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Right \/ L200.66 cm * W160.02 cm * H76.20 cm","offer_id":43256196333616,"sku":"LBZ-2070-26","price":1093.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Right \/ L220.98 cm * W160.02 cm * H76.20 cm","offer_id":43256196595760,"sku":"LBZ-2070-27","price":1183.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Right \/ L238.76 cm * W160.02 cm * H76.20 cm","offer_id":43256196857904,"sku":"LBZ-2070-28","price":1245.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Right \/ L259.08 cm * W160.02 cm * H76.20 cm","offer_id":43256197120048,"sku":"LBZ-2070-29","price":1306.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Right \/ L279.40 cm * W160.02 cm * H76.20 cm","offer_id":43256197382192,"sku":"LBZ-2070-30","price":1344.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Right \/ L299.72 cm * W160.02 cm * H76.20 cm","offer_id":43256197644336,"sku":"LBZ-2070-31","price":1386.0,"currency_code":"GBP","in_stock":true},{"title":"Black \/ Desk \/ Side Cabinet on the Right \/ L320.04 cm * W160.02 cm * H76.20 cm","offer_id":43256197906480,"sku":"LBZ-2070-32","price":1467.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Left \/ L180.34 cm * W160.02 cm * H76.20 cm","offer_id":43256196104240,"sku":"LBZ-2070-33","price":1021.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Left \/ L200.66 cm * W160.02 cm * H76.20 cm","offer_id":43256196366384,"sku":"LBZ-2070-34","price":1093.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Left \/ L220.98 cm * W160.02 cm * H76.20 cm","offer_id":43256196628528,"sku":"LBZ-2070-35","price":1183.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Left \/ L238.76 cm * W160.02 cm * H76.20 cm","offer_id":43256196890672,"sku":"LBZ-2070-36","price":1245.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Left \/ L259.08 cm * W160.02 cm * H76.20 cm","offer_id":43256197152816,"sku":"LBZ-2070-37","price":1306.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Left \/ L279.40 cm * W160.02 cm * H76.20 cm","offer_id":43256197414960,"sku":"LBZ-2070-38","price":1344.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Left \/ L299.72 cm * W160.02 cm * H76.20 cm","offer_id":43256197677104,"sku":"LBZ-2070-39","price":1386.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Left \/ L320.04 cm * W160.02 cm * H76.20 cm","offer_id":43256197939248,"sku":"LBZ-2070-40","price":1467.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Right \/ L180.34 cm * W160.02 cm * H76.20 cm","offer_id":43256196137008,"sku":"LBZ-2070-41","price":1021.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Right \/ L200.66 cm * W160.02 cm * H76.20 cm","offer_id":43256196399152,"sku":"LBZ-2070-42","price":1093.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Right \/ L220.98 cm * W160.02 cm * H76.20 cm","offer_id":43256196661296,"sku":"LBZ-2070-43","price":1183.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Right \/ L238.76 cm * W160.02 cm * H76.20 cm","offer_id":43256196923440,"sku":"LBZ-2070-44","price":1245.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Right \/ L259.08 cm * W160.02 cm * H76.20 cm","offer_id":43256197185584,"sku":"LBZ-2070-45","price":1306.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Right \/ L279.40 cm * W160.02 cm * H76.20 cm","offer_id":43256197447728,"sku":"LBZ-2070-46","price":1344.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Right \/ L299.72 cm * W160.02 cm * H76.20 cm","offer_id":43256197709872,"sku":"LBZ-2070-47","price":1386.0,"currency_code":"GBP","in_stock":true},{"title":"Walnut \/ Desk \/ Side Cabinet on the Right \/ L320.04 cm * W160.02 cm * H76.20 cm","offer_id":43256197972016,"sku":"LBZ-2070-48","price":1467.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Desk \/ Side Cabinet on the Left \/ L180.34 cm * W160.02 cm * H76.20 cm","offer_id":43256196169776,"sku":"LBZ-2070-49","price":1021.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Desk \/ Side Cabinet on the Left \/ L200.66 cm * W160.02 cm * H76.20 cm","offer_id":43256196431920,"sku":"LBZ-2070-50","price":1093.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Desk \/ Side Cabinet on the Left \/ L220.98 cm * W160.02 cm * H76.20 cm","offer_id":43256196694064,"sku":"LBZ-2070-51","price":1183.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Desk \/ Side Cabinet on the Left \/ L238.76 cm * W160.02 cm * H76.20 cm","offer_id":43256196956208,"sku":"LBZ-2070-52","price":1245.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Desk \/ Side Cabinet on the Left \/ L259.08 cm * W160.02 cm * H76.20 cm","offer_id":43256197218352,"sku":"LBZ-2070-53","price":1306.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Desk \/ Side Cabinet on the Left \/ L279.40 cm * W160.02 cm * H76.20 cm","offer_id":43256197480496,"sku":"LBZ-2070-54","price":1344.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Desk \/ Side Cabinet on the Left \/ L299.72 cm * W160.02 cm * H76.20 cm","offer_id":43256197742640,"sku":"LBZ-2070-55","price":1386.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Desk \/ Side Cabinet on the Left \/ L320.04 cm * W160.02 cm * H76.20 cm","offer_id":43256198004784,"sku":"LBZ-2070-56","price":1467.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Desk \/ Side Cabinet on the Right \/ L180.34 cm * W160.02 cm * H76.20 cm","offer_id":43256196202544,"sku":"LBZ-2070-57","price":1021.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Desk \/ Side Cabinet on the Right \/ L200.66 cm * W160.02 cm * H76.20 cm","offer_id":43256196464688,"sku":"LBZ-2070-58","price":1093.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Desk \/ Side Cabinet on the Right \/ L220.98 cm * W160.02 cm * H76.20 cm","offer_id":43256196726832,"sku":"LBZ-2070-59","price":1183.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Desk \/ Side Cabinet on the Right \/ L238.76 cm * W160.02 cm * H76.20 cm","offer_id":43256196988976,"sku":"LBZ-2070-60","price":1245.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Desk \/ Side Cabinet on the Right \/ L259.08 cm * W160.02 cm * H76.20 cm","offer_id":43256197251120,"sku":"LBZ-2070-61","price":1306.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Desk \/ Side Cabinet on the Right \/ L279.40 cm * W160.02 cm * H76.20 cm","offer_id":43256197513264,"sku":"LBZ-2070-62","price":1344.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Desk \/ Side Cabinet on the Right \/ L299.72 cm * W160.02 cm * H76.20 cm","offer_id":43256197775408,"sku":"LBZ-2070-63","price":1386.0,"currency_code":"GBP","in_stock":true},{"title":"Khaki \/ Desk \/ Side Cabinet on the Right \/ L320.04 cm * W160.02 cm * H76.20 cm","offer_id":43256198037552,"sku":"LBZ-2070-64","price":1467.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/executive_corner_desk_modern_l-shaped_office_desk_kaguyasuLBZ-2070_detailed_images_32.webp?v=1778728593"},{"product_id":"boss-desk-simple-modern-office-desk-manager-desk-lbz-10164","title":"Manager Desk | L-Shaped Modern Office 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: 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: \"\\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\u003eExpansive Manager Workspace:\u003c\/b\u003e A modern L-shaped executive desk layout with generous space for dual monitors, documents, and daily management work.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCommercial Stability:\u003c\/b\u003e Dual-beam reinforced structure helps provide stable support for office hardware and everyday workstation use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSecure Lockable Storage:\u003c\/b\u003e Built-in lockable drawers help protect sensitive files, personal items, and business essentials.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eProfessional Privacy:\u003c\/b\u003e A front modesty skirt panel supports a more private and polished appearance in corporate office settings.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCustomisable Size and Type:\u003c\/b\u003e Available size and type customisation helps match manager offices, executive rooms, private offices, and corporate workstation layouts.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerLBZ10164\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eManager Desk with L-Shaped Modern Office Storage\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/manager_desk_l-shaped_modern_office_desk_with_storage_kaguyasuLBZ-10164_main_images_3.jpg?v=1778825206\" alt=\"L-shaped modern manager desk with office storage\" class=\"kagu-hero-img\"\u003e\n\u003cp class=\"kagu-intro\"\u003eCreate a practical and professional leadership workspace with this L-shaped modern office desk. Designed for manager offices, executive rooms, corporate workstations, and private offices, it combines a spacious desktop, synthetic board construction, lockable storage, modesty panel privacy, reinforced structure, anti-wobble base support, and customisable size and type options.\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\/manager_desk_l-shaped_modern_office_desk_with_storage_kaguyasuLBZ-10164_detailed_images_11.webp?v=1778729157\" alt=\"Secure lockable storage on L-shaped modern office desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eSecure Lockable Storage\u003c\/h3\u003e\n\u003cp\u003eBuilt-in lockable drawers help safeguard files, documents, personal items, and business essentials. This secure storage design supports better organisation and added privacy in daily office management.\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\/manager_desk_l-shaped_modern_office_desk_with_storage_kaguyasuLBZ-10164_detailed_images_9.webp?v=1778729215\" alt=\"Professional modesty panel on modern manager office desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eProfessional Modesty Panel\u003c\/h3\u003e\n\u003cp\u003eThe front modesty skirt panel helps protect personal space and creates a cleaner desk appearance. It is especially practical for open corporate offices, manager rooms, and customer-facing professional areas.\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\/manager_desk_l-shaped_modern_office_desk_with_storage_kaguyasuLBZ-10164_detailed_images_14.webp?v=1778729134\" alt=\"Dual-beam reinforced structure for L-shaped executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eDual-Beam Reinforced Structure\u003c\/h3\u003e\n\u003cp\u003eThe reinforced dual-beam construction provides dependable support for monitors, laptops, files, and daily office equipment. It helps the executive corner desk remain stable during demanding work routines.\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\/manager_desk_l-shaped_modern_office_desk_with_storage_kaguyasuLBZ-10164_detailed_images_10.webp?v=1778729103\" alt=\"Anti-wobble base design for modern L-shaped manager desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eAnti-Wobble Base Design\u003c\/h3\u003e\n\u003cp\u003eThe premium base design helps reduce wobbling and improves desk stability on everyday office floors. It supports a more reliable workspace for writing, meetings, computer work, and executive tasks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eType Options\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/manager_desk_l-shaped_modern_office_desk_with_storage_kaguyasuLBZ-10164_detailed_images_12.webp?v=1778729104\" alt=\"Type options for L-shaped modern manager 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\"\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eManager Desk \/ L-Shaped Modern Office Desk with Storage \/ L-Shaped Executive Desk\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eSynthetic board\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003eApprox. 100¨C240kg, 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\u003eL160 ¡Á W160 ¡Á H75cm, L180 ¡Á W160 ¡Á H75cm, L200 ¡Á W160 ¡Á H75cm, L220 ¡Á W160 ¡Á H75cm, L240 ¡Á W160 ¡Á H75cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eType\u003c\/th\u003e\n\u003ctd\u003eTable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n\u003ctd\u003eLockable storage drawers for files, documents, and business essentials\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003ePrivacy Feature\u003c\/th\u003e\n\u003ctd\u003eFront modesty skirt panel for professional office privacy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStructure\u003c\/th\u003e\n\u003ctd\u003eDual-beam reinforced structure with anti-wobble base design\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 size and type\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n\u003ctd\u003eManager offices, executive rooms, private offices, corporate workstations, home offices, and modern professional workspaces\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\/manager_desk_l-shaped_modern_office_desk_with_storage_kaguyasuLBZ-10164_detailed_images_13.webp?v=1778729215\" alt=\"L-shaped modern manager desk dimensions guide\" class=\"kagu-section-img\"\u003e\n\u003cdiv class=\"kagu-note-box\"\u003e\n\u003cp\u003e\u003cb\u003eCustomisation Notice:\u003c\/b\u003e Size and type customisation may be available. Please confirm all measurements, layout direction, storage requirements, and final office placement before production.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eLayout Notice:\u003c\/b\u003e Please confirm selected size, side direction, chair clearance, modesty panel position, 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, board texture, surface finish, 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 Check drawer access, lock function, and daily file storage needs before final installation.\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 manager desk and L-shaped modern 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 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 desk size, type, side direction, 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 lockable drawer access, file storage needs, chair clearance, and daily workflow before installation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCustom Projects:\u003c\/b\u003e Suitable for manager offices, executive rooms, corporate workstations, and professional interiors requiring size or type customisation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe the surface with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, excessive moisture, abrasive cleaners, and prolonged direct 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\u003eDoes this L-shaped modern 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 confirm the final office layout before installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this manager desk include lockable storage?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. It includes lockable storage drawers for files, documents, personal items, and business essentials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eCan the desk size or type be customisable?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. Size and type customisation may be available. Please confirm measurements, layout direction, and office requirements before fulfilment.\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 selected size, type, side direction, doorway width, lift access, stair clearance, chair clearance, storage 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\u003clabel class=\"kagu-readmore-btn k-label-show\" for=\"KaguReadMoreTriggerLBZ10164\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ10164\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"160*160*75cm","offer_id":43011208970288,"sku":"LBZ-10164-01","price":540.0,"currency_code":"GBP","in_stock":true},{"title":"180*160*75cm","offer_id":43011209003056,"sku":"LBZ-10164-02","price":596.0,"currency_code":"GBP","in_stock":true},{"title":"200*160*75cm","offer_id":43011209035824,"sku":"LBZ-10164-03","price":635.0,"currency_code":"GBP","in_stock":true},{"title":"220*160*75cm","offer_id":43011209068592,"sku":"LBZ-10164-04","price":708.0,"currency_code":"GBP","in_stock":true},{"title":"240*160*75cm","offer_id":43011209101360,"sku":"LBZ-10164-05","price":1776.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/manager_desk_l-shaped_modern_office_desk_with_storage_kaguyasuLBZ-10164_main_images_4.jpg?v=1778825206"},{"product_id":"executive-desk-real-wood-l-shaped-office-desk-lbz-1065","title":"Executive Desk Real Wood | L Shaped 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: 14000px; }\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-variant-layout {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 18px;\n    margin: 15px 0 30px;\n  }\n  .kagu-variant-primary {\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  .kagu-variant-dim-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n  }\n  .kagu-variant-dim-card {\n    --kagu-variant-dim-img: url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/executive_desk_real_wood_l_shaped_office_desk_kaguyasuLBZ-1065_detailed_images_16.webp?v=1779850678\");\n    width: 100%;\n    aspect-ratio: 4 \/ 3;\n    display: block;\n    border-radius: 8px;\n    border: 1px solid var(--k-bg-dark);\n    background-image: var(--kagu-variant-dim-img);\n    background-repeat: no-repeat;\n    background-size: 100% 200%;\n    background-color: var(--k-bg-light);\n    overflow: hidden;\n  }\n  .kagu-variant-dim-top { background-position: center top; }\n  .kagu-variant-dim-bottom { background-position: center bottom; }\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 (min-width: 769px) {\n    .kagu-img-grid.kagu-colour-grid { grid-template-columns: repeat(3, 1fr); }\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: 30px;\n    }\n    .kagu-variant-dim-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\u003eCommanding Executive Presence:\u003c\/b\u003e A sharp, intellectual office desk design tailored for corporate leadership suites and professional management rooms.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eReal-Wood Style Aesthetic:\u003c\/b\u003e Density board construction with premium wood-grain texture creates a refined executive desk real wood look.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eHigh-Capacity L-Shaped Layout:\u003c\/b\u003e Integrated side cabinet storage helps organize files, equipment, documents, and daily office essentials.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCommercial Hardware Planning:\u003c\/b\u003e Edge banding, cable management, and ventilation details support cleaner, more durable daily executive use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eFlexible Customization Support:\u003c\/b\u003e Size, colour, material, and style customization options help match executive offices, manager rooms, and corporate project requirements.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerLBZ1065\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eExecutive Desk with Real Wood Style and L-Shaped Office Layout\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/executive_desk_real_wood_l_shaped_office_desk_kaguyasuLBZ-1065_detailed_images_1.jpg?v=1779850712\" alt=\"Executive desk with real wood style L shaped office layout\" class=\"kagu-hero-img\"\u003e\n\u003cp class=\"kagu-intro\"\u003eElevate a professional office with this executive desk real wood style workstation. Designed for leadership suites, manager offices, corporate rooms, and home offices, it combines a sharp visual profile, density board construction, L-shaped side cabinet storage, premium edge banding, cable management, hardware ventilation, and customizable size, colour, material, and style options.\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_real_wood_l_shaped_office_desk_kaguyasuLBZ-1065_detailed_images_18.webp?v=1779850679\" alt=\"High-capacity side cabinet for L shaped executive office desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eHigh-Capacity Side Cabinet\u003c\/h3\u003e\n\u003cp\u003eThe spacious side cabinet keeps files, books, office equipment, and everyday items within reach. It supports a more organised L shaped office desk layout while keeping the main desktop clean for focused executive work.\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_real_wood_l_shaped_office_desk_kaguyasuLBZ-1065_detailed_images_19.webp?v=1779850679\" alt=\"Commercial edge banding for executive desk real wood texture\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eCommercial-Grade Edge Banding\u003c\/h3\u003e\n\u003cp\u003ePremium edge banding helps protect frequently touched edges while enhancing the refined real-wood style appearance. It supports a durable, polished look for high-use executive workspaces.\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_real_wood_l_shaped_office_desk_kaguyasuLBZ-1065_detailed_images_20.webp?v=1779850680\" alt=\"Smart cable management box under L shaped office desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eSmart Cable Management Box\u003c\/h3\u003e\n\u003cp\u003eThe integrated cable management box helps route and store extra wires below the desktop. It keeps device cables, chargers, and power lines more controlled for a cleaner executive 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\/executive_desk_real_wood_l_shaped_office_desk_kaguyasuLBZ-1065_detailed_images_11.webp?v=1779850677\" alt=\"Integrated PC ventilation for executive office desk hardware\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eIntegrated PC Ventilation\u003c\/h3\u003e\n\u003cp\u003eBuilt-in ventilation openings support heat dissipation for computer equipment and office hardware. This practical detail helps protect devices during long workdays and keeps the side storage area more functional.\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-colour-grid\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0749\/7757\/5231\/files\/19_6f02c763-1e31-4e5e-90f7-26646d6da67a.png?v=1710740922\" alt=\"Executive desk real wood colour option one\"\u003e \u003cimg src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0749\/7757\/5231\/files\/21_68549f99-8cb9-4f0c-b2b3-4d2cdd9a6ad0.png?v=1710740922\" alt=\"Executive desk real wood colour option two\"\u003e \u003cimg src=\"https:\/\/cdn.shopifycdn.net\/s\/files\/1\/0749\/7757\/5231\/files\/23_a3341d66-0900-4191-8d60-20ae2fbfb8e4.png?v=1710740922\" alt=\"Executive desk real wood colour option three\"\u003e\n\u003c\/div\u003e\n\u003ch2\u003eProduct Variants\u003c\/h2\u003e\n\u003cdiv class=\"kagu-variant-layout\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/executive_desk_real_wood_l_shaped_office_desk_kaguyasuLBZ-1065_detailed_images_15.webp?v=1779850678\" alt=\"Executive desk L shaped office desk left and right corner product variant\" class=\"kagu-variant-primary\"\u003e\n\u003cdiv class=\"kagu-variant-dim-grid\"\u003e\n\u003cspan class=\"kagu-variant-dim-card kagu-variant-dim-top\" role=\"img\"\u003e\u003c\/span\u003e \u003cspan class=\"kagu-variant-dim-card kagu-variant-dim-bottom\" role=\"img\"\u003e\u003c\/span\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\u003eExecutive Desk Real Wood Style \/ L Shaped Office Desk \/ Manager Desk with Side Cabinet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eDensity board\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSurface Style\u003c\/th\u003e\n\u003ctd\u003ePremium real-wood texture appearance with commercial edge banding\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003eApprox. 30¡§C180 kg, 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\u003eL 160 ?¨¢ W 80 ?¨¢ H 75 cm, L 160 ?¨¢ W 160 ?¨¢ H 75 cm, L 180 ?¨¢ W 160 ?¨¢ H 75 cm, L 200 ?¨¢ W 160 ?¨¢ H 75 cm, L 220 ?¨¢ W 160 ?¨¢ H 75 cm, L 240 ?¨¢ W 160 ?¨¢ H 75 cm, L 260 ?¨¢ W 160 ?¨¢ H 75 cm, L 280 ?¨¢ W 160 ?¨¢ H 75 cm; additional cabinet\/reference size: L 240 ?¨¢ W 40 ?¨¢ H 200 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStyle\u003c\/th\u003e\n\u003ctd\u003eFixed style shown\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n\u003ctd\u003eIntegrated high-capacity side cabinet for files, equipment, and office supplies\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCable Management\u003c\/th\u003e\n\u003ctd\u003eIntegrated under-desk cable management box\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eVentilation\u003c\/th\u003e\n\u003ctd\u003eBuilt-in hardware ventilation openings for PC or equipment heat dissipation\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\u003eAvailable for size, colour, material, and style\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n\u003ctd\u003eExecutive offices, manager rooms, leadership suites, corporate workspaces, private offices, and professional home offices\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\u003eCustomization Notice:\u003c\/b\u003e Size, colour, material, and style customization may be available. Please confirm all measurements, cabinet layout, finish requirements, and project details before production.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eLayout Notice:\u003c\/b\u003e Please confirm desk size, side cabinet position, 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, real-wood texture appearance, edge banding, and surface tone may vary slightly due to lighting conditions, screen settings, and production batch.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eEquipment Notice:\u003c\/b\u003e Please check PC size, ventilation clearance, nearby power access, and cable length before placing computer equipment in the desk storage area.\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 desk real wood style and L shaped 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 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, cabinet direction, doorway width, lift access, stair clearance, and final office placement area before purchase.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCable Planning:\u003c\/b\u003e Check nearby power access, cable routing, PC position, and device layout before installation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCustom Projects:\u003c\/b\u003e Suitable for executive offices, manager rooms, corporate suites, and professional interiors requiring size, colour, material, or style customization.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eDaily Care:\u003c\/b\u003e Wipe the surface with a soft dry or slightly damp cloth. Avoid sharp objects, standing water, excessive moisture, abrasive cleaners, and prolonged direct 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\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 confirm the final office layout before installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this desk made from real wood?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eThe listed material is density board. The design uses a premium real-wood texture appearance to create a refined executive look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the desk include cable management?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The desk includes an integrated under-desk cable management box to help organise wires and maintain a cleaner workspace.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eCan this executive desk be customisable?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. Size, colour, material, and style customization may be available. Please confirm measurements, finish requirements, and project details before fulfillment.\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=\"KaguReadMoreTriggerLBZ1065\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ1065\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"160*160*75cm","offer_id":43011208544304,"sku":"LBZ-1065-01","price":1091.0,"currency_code":"GBP","in_stock":true},{"title":"180*160*75cm","offer_id":43011208577072,"sku":"LBZ-1065-02","price":1135.0,"currency_code":"GBP","in_stock":true},{"title":"200*160*75cm","offer_id":43011208609840,"sku":"LBZ-1065-03","price":1191.0,"currency_code":"GBP","in_stock":true},{"title":"220*160*75cm","offer_id":43011208642608,"sku":"LBZ-1065-04","price":1254.0,"currency_code":"GBP","in_stock":true},{"title":"240*160*75cm","offer_id":43011208675376,"sku":"LBZ-1065-05","price":1347.0,"currency_code":"GBP","in_stock":true},{"title":"260*160*75cm","offer_id":43011208708144,"sku":"LBZ-1065-06","price":1440.0,"currency_code":"GBP","in_stock":true},{"title":"280*160*75cm","offer_id":43011208740912,"sku":"LBZ-1065-07","price":1530.0,"currency_code":"GBP","in_stock":true},{"title":"240*40*200cm (File Cabinet)","offer_id":43011208773680,"sku":"LBZ-1065-08","price":2293.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/executive_desk_real_wood_l_shaped_office_desk_kaguyasuLBZ-1065_main_images_4.webp?v=1779850673"},{"product_id":"l-shaped-two-tone-executive-desk-lbz-7165","title":"L-Shaped Office Desk | Two-Tone Executive 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: 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: \"\\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\u003eContemporary Two-Tone Design:\u003c\/b\u003e A refined L-shaped office desk with a modern two-tone executive look for corporate workspaces.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eExpansive Corner Workspace:\u003c\/b\u003e Available in multiple sizes with left and right configurations for private offices, director rooms, and management suites.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eSmart Storage System:\u003c\/b\u003e Side cabinet storage supports files, office supplies, personal items, and PC tower organisation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCommercial Durability:\u003c\/b\u003e Thickened E1-grade density board and heavy-duty hardware legs support stable daily executive office use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eProfessional Modesty Panel:\u003c\/b\u003e The front panel helps improve seated privacy in open-plan offices and client-facing executive spaces.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"kagu-readmore-wrapper\"\u003e\u003cinput type=\"checkbox\" id=\"KaguReadMoreTriggerLBZ7165\" class=\"kagu-readmore-trigger\"\u003e\n\u003cdiv class=\"kagu-content-preview\"\u003e\n\u003ch2 class=\"kagu-banner-title\"\u003eL-Shaped Office Desk with Two-Tone Executive Storage\u003c\/h2\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l-shaped_office_desk_two-tone_executive_desk_with_storage_kaguyasuLBZ-7165_main_images_1.jpg?v=1778825082\" alt=\"L-shaped office desk with two-tone executive storage design\" class=\"kagu-hero-img\"\u003e\n\u003cp class=\"kagu-intro\"\u003eCreate a more efficient executive workspace with this L-shaped office desk. Designed for modern corporate interiors, it combines a two-tone finish, thickened E1-grade density board, a spacious corner work surface, high-capacity side cabinet storage, cable management, hardware support legs, and privacy-focused front panel detailing.\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\/l-shaped_office_desk_two-tone_executive_desk_with_storage_kaguyasuLBZ-7165_detailed_images_10.jpg?v=1778825092\" alt=\"E1 high density board construction for two-tone executive office desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eEco-Friendly E1 High-Density Board\u003c\/h3\u003e\n\u003cp\u003eEngineered for commercial environments, the premium E1-grade density board supports a safer, more durable office workstation. It is designed for daily heavy use in executive offices, director rooms, and corporate suites.\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\/l-shaped_office_desk_two-tone_executive_desk_with_storage_kaguyasuLBZ-7165_detailed_images_2.jpg?v=1778825088\" alt=\"Heavy-duty thickened desktop for L-shaped executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eHeavy-Duty Thickened Desktop\u003c\/h3\u003e\n\u003cp\u003eThe thick desktop offers a strong and stable surface for multi-monitor setups, laptops, documents, and daily office equipment. It helps reduce deformation and supports a confident executive work experience.\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\/l-shaped_office_desk_two-tone_executive_desk_with_storage_kaguyasuLBZ-7165_detailed_images_7.jpg?v=1778825091\" alt=\"Robust hardware desk legs for two-tone executive office desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eRobust Hardware Desk Legs\u003c\/h3\u003e\n\u003cp\u003eThe premium hardware leg design provides reliable load-bearing support and long-term stability. It helps keep the L-shaped executive desk steady during intensive work, meetings, and daily office routines.\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\/l-shaped_office_desk_two-tone_executive_desk_with_storage_kaguyasuLBZ-7165_detailed_images_8.jpg?v=1778825091\" alt=\"Smart cable management box for L-shaped executive desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eSmart Cable Management\u003c\/h3\u003e\n\u003cp\u003eThe integrated multi-functional cable box helps route power cords and device cables neatly. It keeps the desktop cleaner and supports a more professional workspace for computers, chargers, and office technology.\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\/l-shaped_office_desk_two-tone_executive_desk_with_storage_kaguyasuLBZ-7165_detailed_images_1.jpg?v=1778825087\" alt=\"High-capacity side cabinet for executive desk with storage drawers\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eHigh-Capacity Side Cabinet\u003c\/h3\u003e\n\u003cp\u003eThe side cabinet acts as a complete storage system for files, office supplies, personal items, and PC tower placement. It helps keep essentials within reach while maintaining a cleaner executive desk layout.\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\/l-shaped_office_desk_two-tone_executive_desk_with_storage_kaguyasuLBZ-7165_detailed_images_9.jpg?v=1778825092\" alt=\"Professional modesty panel on L-shaped office desk\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"kagu-feature-text\"\u003e\n\u003ch3\u003eProfessional Modesty Panel\u003c\/h3\u003e\n\u003cp\u003eThe thoughtfully designed front panel supports privacy in open-plan offices and client-facing spaces. It creates a more polished, confident executive presence while helping conceal the seated work area.\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\u003eL-Shaped Office Desk \/ Two-Tone Executive Desk with Storage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eDensity board\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBoard Grade\u003c\/th\u003e\n\u003ctd\u003eE1-grade high-density board\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003eApprox. 200¨C300kg, 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\u003e201 ¡Á 180 ¡Á 76cm, 221 ¡Á 180 ¡Á 76cm, 239 ¡Á 180 ¡Á 76cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eType\u003c\/th\u003e\n\u003ctd\u003eLeft type and right type configurations available\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 storage drawers and PC tower management\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eCable Management\u003c\/th\u003e\n\u003ctd\u003eIntegrated multi-functional cable box for cleaner cord routing\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 size, colour, material, and style\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n\u003ctd\u003eExecutive offices, director rooms, management suites, corporate offices, private studies, and premium home offices\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\/l-shaped_office_desk_two-tone_executive_desk_with_storage_kaguyasuLBZ-7165_detailed_images_3.jpg?v=1778825088\" alt=\"L-shaped executive office desk dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\u003cdiv class=\"kagu-note-box\"\u003e\n\u003cp\u003e\u003cb\u003eConfiguration Notice:\u003c\/b\u003e Left and right configurations are available. Please confirm cabinet direction, room layout, chair clearance, and cable route before ordering.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eCustomization Notice:\u003c\/b\u003e Size, colour, material, and style customization may be available. Please confirm all project requirements before fulfillment.\u003c\/p\u003e\n\u003cp\u003e\u003cb\u003eFinish Notice:\u003c\/b\u003e Product colour, two-tone contrast, board texture, and hardware appearance may vary slightly due to lighting conditions, screen settings, and production batch.\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 L-shaped executive desk and office project orders:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eAssembly Planning:\u003c\/b\u003e Assembly is required. Please prepare sufficient installation space, suitable tools, and enough setup time before use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eOffice Layout Check:\u003c\/b\u003e Confirm selected size, left or right configuration, cabinet direction, 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 side cabinet position, drawer access, CPU placement, cable routing, and chair clearance before installation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eCustom Projects:\u003c\/b\u003e For size, colour, material, or style customization, confirm all specifications before fulfillment.\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e For executive offices, director suites, management rooms, and commercial fit-outs, confirm quantity and delivery access before dispatch.\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\u003eCan I choose left or right configuration?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. Left type and right type configurations are available. Please confirm the cabinet direction and room layout before placing your order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this executive desk include storage?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. The desk includes a high-capacity side cabinet with storage drawers and space for PC tower management.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\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 space, tools, and a clear installation route before setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eCan the desk be customisable?\u003c\/summary\u003e\n\u003cdiv class=\"kagu-faq-content\"\u003e\n\u003cp\u003eYes. Size, colour, material, and style customisation may be available. Please confirm all custom requirements before fulfilment.\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=\"KaguReadMoreTriggerLBZ7165\"\u003eView Full Details\u003c\/label\u003e \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ7165\"\u003eCollapse Details\u003c\/label\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"239cm x 180cm x 76cm","offer_id":43011197239344,"sku":"LBZ-7165-01","price":1769.0,"currency_code":"GBP","in_stock":true},{"title":"221cm x 180cm x 76cm","offer_id":43011197272112,"sku":"LBZ-7165-02","price":1686.0,"currency_code":"GBP","in_stock":true},{"title":"201cm x 180cm x 76cm","offer_id":43011197304880,"sku":"LBZ-7165-03","price":1605.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/l-shaped_office_desk_two-tone_executive_desk_with_storage_kaguyasuLBZ-7165_main_images_1.jpg?v=1778825082"},{"product_id":"minimalist-executive-corner-desk-lockable-lbz-7214","title":"Minimalist Corner Desk | Executive Desk with Lock | 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: 11000px; }\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: \"\\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 Minimalist Design:\u003c\/b\u003e A refined minimalist corner desk designed for executive offices, director rooms, and modern corporate workspaces.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eExpansive Executive Layout:\u003c\/b\u003e The wide corner desk format supports multi-monitor work, document review, meetings, and daily leadership tasks.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSecure Organisation:\u003c\/b\u003e High-capacity side storage includes a combination-lock drawer for confidential documents and personal valuables.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eSmart Power Hub:\u003c\/b\u003e Built-in universal sockets and USB ports keep essential devices charged and help reduce desktop cable clutter.\n    \u003c\/li\u003e\n    \u003cli\u003e\n      \u003cb\u003eHeavy-Duty 5cm Desktop:\u003c\/b\u003e The substantial 5cm desktop creates a strong, stable surface for monitors, laptops, documents, and executive office equipment.\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=\"KaguReadMoreTriggerLBZ7214\" class=\"kagu-readmore-trigger\"\u003e\n\n    \u003cdiv class=\"kagu-content-preview\"\u003e\n      \u003ch2 class=\"kagu-banner-title\"\u003eMinimalist Corner Desk with Executive Lock Storage\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/5817\/7565\/files\/LBZ-7214.._1.jpg?v=1766381509\" alt=\"Minimalist corner desk with executive office design and lock storage\" class=\"kagu-hero-img\"\u003e\n      \u003cp class=\"kagu-intro\"\u003eTransform your office into a polished leadership workspace with this minimalist corner desk. Designed for executive use, it combines premium engineered wood, a heavy-duty 5cm desktop, a high-capacity side cabinet, secure combination-lock storage, integrated power access, and an expansive work surface for focused productivity.\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\/0745\/5817\/7565\/files\/LBZ-7214.._2.jpg?v=1766381509\" alt=\"Eco-friendly engineered wood construction for minimalist executive desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eEco-Friendly Engineered Wood Construction\u003c\/h3\u003e\n          \u003cp\u003eCrafted from premium engineered wood, the desk supports a safer and more refined office environment. The surface is designed for daily executive work while helping resist common scratches from regular 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\/4.jpg?v=1779258592\" alt=\"Heavy duty 5cm desktop thickness for executive corner desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHeavy-Duty 5cm Desktop\u003c\/h3\u003e\n          \u003cp\u003eThe substantial 5cm \/ 1.97-inch desktop creates a strong, confident work surface for monitors, laptops, documents, and executive office equipment. It supports a stable and premium desk experience.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kagu-feature-row\"\u003e\n        \u003cdiv class=\"kagu-feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_corner_desk_executive_desk_with_lock_kaguyasuLBZ-7214_detailed_images_2.webp?v=1778912102\" alt=\"Executive corner desk with high capacity side cabinet and CPU bay\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eHigh-Capacity Side Cabinet\u003c\/h3\u003e\n          \u003cp\u003eThe side cabinet provides organised storage for office files, personal items, and daily accessories. A dedicated CPU bay helps keep the workstation cleaner and supports a more efficient executive corner desk 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\/minimalist_corner_desk_executive_desk_with_lock_kaguyasuLBZ-7214_detailed_images_3.webp?v=1778912102\" alt=\"Executive desk with secure combination lock drawer for documents\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eSecure Combination Lock\u003c\/h3\u003e\n          \u003cp\u003eProtect private documents, important files, and small valuables with a combination-lock drawer. It adds an extra layer of privacy for directors, managers, and executive office users.\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\/minimalist_corner_desk_executive_desk_with_lock_kaguyasuLBZ-7214_detailed_images_4.webp?v=1778912103\" alt=\"Minimalist executive desk with built in universal sockets and USB power hub\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eIntegrated Power Hub\u003c\/h3\u003e\n          \u003cp\u003eBuilt-in universal sockets and USB ports place daily charging access within easy reach. They help power phones, laptops, tablets, and accessories while reducing unnecessary cable clutter across the desktop.\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\/minimalist_corner_desk_executive_desk_with_lock_kaguyasuLBZ-7214_detailed_images_5.webp?v=1778912103\" alt=\"Expansive workspace on minimalist executive corner desk\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kagu-feature-text\"\u003e\n          \u003ch3\u003eExpansive Workspace\u003c\/h3\u003e\n          \u003cp\u003eThe extra-wide desktop easily accommodates multiple monitors, laptops, documents, and daily office essentials. It supports multitasking, private meetings, focused work, and high-level executive planning.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003eConfiguration Options\u003c\/h2\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_corner_desk_executive_desk_with_lock_kaguyasuLBZ-7214_detailed_images_6.webp?v=1778912103\" alt=\"Minimalist corner desk configuration options for executive office layout\" 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\u003eMinimalist Corner Desk \/ Executive Desk with Lock \/ Director Desk\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesign Style\u003c\/th\u003e\n              \u003ctd\u003eModern minimalist executive desk for corporate leadership spaces\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMain Material\u003c\/th\u003e\n              \u003ctd\u003ePremium engineered wood\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDesktop Thickness\u003c\/th\u003e\n              \u003ctd\u003eApprox. 5cm \/ 1.97 inches\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 dedicated CPU bay and organised compartments\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eLocking Feature\u003c\/th\u003e\n              \u003ctd\u003eCombination-lock drawer for confidential documents and personal items\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003ePower Access\u003c\/th\u003e\n              \u003ctd\u003eBuilt-in universal sockets and USB ports\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eConfiguration\u003c\/th\u003e\n              \u003ctd\u003eExecutive corner desk layout options shown in the configuration guide\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eRecommended Uses\u003c\/th\u003e\n              \u003ctd\u003eExecutive offices, director rooms, CEO suites, management offices, private studies, and premium home offices\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDimensions\u003c\/th\u003e\n              \u003ctd\u003ePlease refer to the dimension image below. Unit: cm.\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\/minimalist_corner_desk_executive_desk_with_lock_kaguyasuLBZ-7214_detailed_images_7.jpg?v=1778912076\" alt=\"Minimalist executive corner desk dimensions guide in centimetres\" class=\"kagu-section-img\"\u003e\n\n      \u003cdiv class=\"kagu-note-box\"\u003e\n        \u003cp\u003e\u003cb\u003ePower Notice:\u003c\/b\u003e Built-in socket layout, plug type, USB port configuration, and electrical compatibility may vary by destination and configuration. Please confirm requirements before fulfilment where needed.\u003c\/p\u003e\n        \u003cp\u003e\u003cb\u003eFinish Notice:\u003c\/b\u003e Product colour, board texture, surface sheen, and hardware appearance may vary slightly due to lighting conditions, screen settings, and production batch.\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 executive corner desk and office project orders:\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cb\u003eOffice Layout Check:\u003c\/b\u003e Confirm desk dimensions, cabinet direction, chair clearance, doorway width, lift access, stair clearance, and final placement area before purchase.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eElectrical Planning:\u003c\/b\u003e Check socket compatibility, nearby power access, cable routing, and device placement before installation.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eStorage Planning:\u003c\/b\u003e Review the side cabinet layout, CPU bay position, and drawer access before finalising the office arrangement.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cb\u003eBulk Orders:\u003c\/b\u003e For executive offices, director suites, management rooms, and premium fit-outs, 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 executive desk include lockable storage?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The desk includes a combination-lock drawer designed for confidential documents, personal items, and small valuables.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eDoes this minimalist corner desk include power access?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The desk includes built-in universal sockets and USB ports. Please confirm plug and socket compatibility before fulfilment if required.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/details\u003e\n\n          \u003cdetails\u003e\n            \u003csummary\u003eIs the desktop suitable for multiple monitors?\u003c\/summary\u003e\n            \u003cdiv class=\"kagu-faq-content\"\u003e\n              \u003cp\u003eYes. The expansive desktop is designed to support multiple monitors, laptops, documents, and daily executive office equipment.\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, cable 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=\"KaguReadMoreTriggerLBZ7214\"\u003eView Full Details\u003c\/label\u003e\n    \u003clabel class=\"kagu-readmore-btn k-label-hide\" for=\"KaguReadMoreTriggerLBZ7214\"\u003eCollapse Details\u003c\/label\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Cabinet on the Left \/ L180.34cm x W160.02cm x H76.20cm","offer_id":42944280199216,"sku":"LBZ-7214-01","price":937.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Left \/ L200.66cm x W160.02cm x H76.20cm","offer_id":42944280231984,"sku":"LBZ-7214-02","price":998.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Left \/ L220.98cm x W160.02cm x H76.20cm","offer_id":42944280264752,"sku":"LBZ-7214-03","price":1041.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Left \/ L238.76cm x W160.02cm x H76.20cm","offer_id":42944280297520,"sku":"LBZ-7214-04","price":1245.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Left \/ L259.08cm x W160.02cm x H76.20cm","offer_id":42944280330288,"sku":"LBZ-7214-05","price":1280.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Left \/ L279.40cm x W160.02cm x H76.20cm","offer_id":42944280363056,"sku":"LBZ-7214-06","price":1290.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Left \/ L299.72cm x W160.02cm x H76.20cm","offer_id":42944280395824,"sku":"LBZ-7214-07","price":1350.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Left \/ L320.04cm x W160.02cm x H76.20cm","offer_id":42944280428592,"sku":"LBZ-7214-08","price":1449.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Right \/ L180.34cm x W160.02cm x H76.20cm","offer_id":42944280461360,"sku":"LBZ-7214-09","price":937.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Right \/ L200.66cm x W160.02cm x H76.20cm","offer_id":42944280494128,"sku":"LBZ-7214-010","price":998.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Right \/ L220.98cm x W160.02cm x H76.20cm","offer_id":42944280526896,"sku":"LBZ-7214-011","price":1041.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Right \/ L259.08cm x W160.02cm x H76.20cm","offer_id":42944280559664,"sku":"LBZ-7214-013","price":1280.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Right \/ L279.40cm x W160.02cm x H76.20cm","offer_id":42944280592432,"sku":"LBZ-7214-014","price":1290.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Right \/ L299.72cm x W160.02cm x H76.20cm","offer_id":42944280625200,"sku":"LBZ-7214-015","price":1350.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Right \/ L320.04cm x W160.02cm x H76.20cm","offer_id":42944280657968,"sku":"LBZ-7214-016","price":1449.0,"currency_code":"GBP","in_stock":true},{"title":"Cabinet on the Right \/ L238.76cm x W160.02cm x H76.20cm","offer_id":42944280690736,"sku":"LBZ-7214-012","price":1245.0,"currency_code":"GBP","in_stock":true},{"title":"File Cabinet \/ L200.66cm x W40.64cm x H200.66cm","offer_id":42944280723504,"sku":"LBZ-7214-017","price":1581.0,"currency_code":"GBP","in_stock":true},{"title":"File Cabinet \/ L238.76cm x W40.64cm x H200.66cm","offer_id":42944280756272,"sku":"LBZ-7214-018","price":1802.0,"currency_code":"GBP","in_stock":true},{"title":"File Cabinet \/ L279.40cm x W40.64cm x H200.66cm","offer_id":42944280789040,"sku":"LBZ-7214-019","price":2055.0,"currency_code":"GBP","in_stock":true},{"title":"File Cabinet \/ L320.04cm x W40.64cm x H200.66cm","offer_id":42944280821808,"sku":"LBZ-7214-020","price":2356.0,"currency_code":"GBP","in_stock":true},{"title":"High-back with Casters \/ chair","offer_id":42944280854576,"sku":"BGY-302-13","price":476.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/minimalist_corner_desk_executive_desk_with_lock_kaguyasuLBZ-7214_main_images_3.jpg?v=1778912070"},{"product_id":"modern-executive-desk-lbz-k052","title":"Modern Executive Desk - Large Office Desk","description":"\u003c!-- SKU: LBZ-K052 --\u003e\n\u003cstyle\u003e .nxp{--g:#375542;--t:#0F1E17;--m:#565656;--b:#dfe6de;--bg:#f6f8f4;--cream:#F5F2EA;max-width:1080px;margin:42px auto 0!important;padding:0 16px;color:var(--t);font-family:inherit;line-height:1.62;text-align:left} .nxp *{box-sizing:border-box}.nxp img{max-width:100%;height:auto;display:block}.nxp h2,.nxp h3,.nxp p{margin-top:0}.nxp h2{margin-bottom:16px;color:var(--t);font-size:clamp(24px,3vw,34px);line-height:1.22;font-weight:700;letter-spacing:-.02em}.nxp h3{margin-bottom:10px;color:var(--g);font-size:clamp(18px,2vw,23px);line-height:1.28;font-weight:700}.nxp p{margin-bottom:12px;color:var(--m);font-size:15px}.nxp strong{color:var(--t);font-weight:700}.nxp a{color:var(--g);font-weight:700}.s{margin-bottom:58px}.ey{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;color:var(--g);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.ey:before{content:\"\";width:26px;height:2px;background:var(--g)} .hl{padding:26px;border:1px solid var(--b);border-left:6px solid var(--g);border-radius:16px;background:linear-gradient(135deg,var(--bg),#fff)}.hl h2{margin-bottom:18px;color:var(--g);font-size:16px;letter-spacing:.08em;text-transform:uppercase}.hg{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.hi{padding:16px 14px;border:1px solid #e2e8de;border-radius:14px;background:#fff}.hi span{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-bottom:10px;border-radius:50%;background:var(--g);color:#fff;font-size:13px;font-weight:700}.hi p{margin:0;font-size:13.5px;line-height:1.45} .hero{overflow:hidden;border:1px solid var(--b);border-radius:20px;background:var(--bg)}.hero-img{aspect-ratio:16\/9;overflow:hidden;background:#eef2eb}.hero-img img{width:100%;height:100%;object-fit:cover}.hero-copy{display:grid;grid-template-columns:1fr .75fr;gap:28px;align-items:center;padding:28px;background:#fff}.hero-copy h2{margin-bottom:12px;color:var(--g)}.hero-note{padding:20px;border-radius:16px;background:var(--g)}.hero-note p{margin:0;color:#fff;font-size:14px} .rm{position:relative}.tog{display:none}.prev{position:relative;max-height:980px;overflow:hidden;transition:max-height .45s ease}.prev:after{content:\"\";position:absolute;left:0;right:0;bottom:0;height:120px;background:linear-gradient(#ffffff00,#fff);pointer-events:none}.tog:checked~.prev{max-height:2600px;overflow:visible}.tog:checked~.prev:after{display:none}.act{margin-top:18px;text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 24px;border:1px solid var(--g);border-radius:999px;background:#fff;color:var(--g);cursor:pointer;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.btn:hover{background:var(--g);color:#fff}.hide{display:none}.tog:checked~.act .show{display:none}.tog:checked~.act .hide{display:inline-flex} .fg{display:grid;gap:20px}.fc{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center;padding:24px;border:1px solid var(--b);border-radius:18px;background:#fff}.fc:nth-child(even) .fm{order:2}.fm{overflow:hidden;border-radius:14px;background:var(--bg)}.tag{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.tag span{padding:6px 10px;border-radius:999px;background:#f1f4ee;color:var(--g);font-size:12px;font-weight:700} .box{padding:30px;border:1px solid var(--b);border-radius:18px;background:var(--bg)}.center{text-align:center}.center p{max-width:760px;margin-left:auto;margin-right:auto}.finish-img{max-width:860px;margin:24px auto 0;overflow:hidden;border-radius:14px;background:#fff}.intro{max-width:820px;margin-bottom:20px}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:18px}.gallery figure{margin:0;overflow:hidden;border:1px solid var(--b);border-radius:16px;background:#fff}.gallery figcaption{padding:10px 14px;border-top:1px solid var(--b);color:#666;font-size:13px} .twocol{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:stretch;margin-top:18px}.card{padding:20px;border:1px solid var(--b);border-radius:16px;background:#fff}.card p:last-child{margin-bottom:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.list{margin:12px 0 0;padding:0;list-style:none}.list li{position:relative;margin-bottom:9px;padding-left:24px;color:var(--m);font-size:14px;line-height:1.5}.list li:before{content:\"?\";position:absolute;left:0;top:0;color:var(--g);font-weight:800} .tbl{overflow-x:auto;border:1px solid var(--b);border-radius:16px;background:#fff}.tbl table{width:100%;min-width:620px;border-collapse:collapse;font-size:14px}.tbl th,.tbl td{padding:13px 16px;border-bottom:1px solid var(--b);vertical-align:top;text-align:left}.tbl tr:last-child th,.tbl tr:last-child td{border-bottom:0}.tbl th{width:34%;background:var(--bg);color:var(--g);font-weight:700}.tbl td{color:var(--t)} .dark{padding:28px;border-radius:18px;background:var(--g)}.dark h2,.dark h3,.dark p,.dark li,.dark strong,.dark .ey{color:#fff}.dark .ey:before{background:#fff}.dark .list li:before{color:#fff}.light{padding:28px;border:1px solid var(--b);border-radius:18px;background:var(--bg)} .qa{display:grid;gap:8px}.qa details{overflow:hidden;border:1px solid var(--b);border-radius:12px;background:#fff}.qa summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 16px;cursor:pointer;list-style:none;user-select:none}.qa summary::-webkit-details-marker{display:none}.qa summary h3{margin:0;color:var(--t);font-size:14px}.qa summary:after{content:\"+\";flex:0 0 auto;color:var(--g);font-size:20px;line-height:1}.qa details[open] summary:after{content:\"每\"}.qa div{padding:0 16px 14px}.qa p{margin:0;font-size:13.8px;line-height:1.55}.qa a{color:var(--g);font-weight:700} .cta{display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;padding:28px;border-radius:18px;background:var(--g)}.cta h2,.cta p{color:#fff}.cta p{margin:0}.cta a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 22px;border-radius:999px;background:#fff;color:var(--g)!important;text-decoration:none;font-size:14px;font-weight:700;white-space:nowrap} @media(max-width:920px){.hg{grid-template-columns:repeat(2,1fr)}.hero-copy,.fc,.twocol,.cards,.cta{grid-template-columns:1fr}.fc:nth-child(even) .fm{order:0}.cta a{width:100%}} @media(max-width:640px){.nxp{margin-top:28px!important;padding:0 12px;line-height:1.52}.s{margin-bottom:38px}.nxp h2{font-size:22px;margin-bottom:10px}.nxp h3{font-size:17px}.nxp p{font-size:14px;line-height:1.5}.ey{margin-bottom:8px;font-size:11px;letter-spacing:.12em}.hl{padding:18px;border-radius:14px}.hl h2{margin-bottom:12px;font-size:14px}.hg{grid-template-columns:1fr;gap:8px}.hi{display:grid;grid-template-columns:26px 1fr;gap:9px;align-items:start;padding:12px;border-radius:12px}.hi span{margin:0}.hi p{font-size:13px}.hero{border-radius:16px}.hero-img{aspect-ratio:16\/9}.hero-copy{padding:18px;gap:14px}.hero-note{padding:14px;border-radius:12px}.hero-note p{font-size:13px}.prev{max-height:720px}.prev:after{height:96px}.fg{gap:14px}.fc{gap:14px;padding:14px;border-radius:14px}.fm{border-radius:12px}.tag{display:none}.btn{width:100%;min-height:40px;font-size:12px}.box,.light,.dark,.cta{padding:18px;border-radius:15px}.gallery{grid-template-columns:1fr;gap:12px}.gallery figcaption{padding:8px 12px;font-size:12.5px}.card{padding:15px;border-radius:13px}.list li{margin-bottom:7px;font-size:13.5px}.tbl table{min-width:0;font-size:13.2px}.tbl table,.tbl tbody,.tbl tr,.tbl th,.tbl td{display:block;width:100%}.tbl tr{border-bottom:1px solid var(--b)}.tbl tr:last-child{border-bottom:0}.tbl th,.tbl td{border-bottom:0;padding:9px 12px}.tbl th{padding-bottom:3px}.tbl td{padding-top:3px}.qa summary{padding:11px 13px}.qa summary h3{font-size:13.5px}.qa div{padding:0 13px 12px}.qa p{font-size:13px}} .faq-rm .faq-extra{display:grid;gap:8px;max-height:0;overflow:hidden;opacity:0;transform:translateY(-6px);transition:max-height .48s ease,opacity .3s ease,transform .3s ease}.faq-rm .faq-fade{height:42px;margin-top:-34px;background:linear-gradient(180deg,#ffffff00,#fff);pointer-events:none}.faq-rm .tog:checked~.qa .faq-extra{max-height:900px;opacity:1;transform:translateY(0)}.faq-rm .tog:checked~.qa .faq-fade{display:none}.faq-rm .hide{display:none}.faq-rm .tog:checked~.act .show{display:none}.faq-rm .tog:checked~.act .hide{display:inline-flex} .faq-rm .qa .faq-extra,.faq-rm .qa .faq-fade{padding:0!important}.faq-rm .qa .faq-extra details{width:100%} \u003c\/style\u003e\n\u003cdiv class=\"nxp\"\u003e\n\u003csection class=\"s hl\"\u003e\n\u003ch2\u003eKey Highlights\u003c\/h2\u003e\n\u003cdiv class=\"hg\"\u003e\n\u003cdiv class=\"hi\"\u003e\n\u003cspan\u003e1\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eCurved Double-Layer Desktop:\u003c\/strong\u003e A 1.97-inch layered edge gives the desk a distinctive sculpted executive profile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hi\"\u003e\n\u003cspan\u003e2\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eNine Desk Sizes:\u003c\/strong\u003e Width choices from 70.9 to 133.86 inches support offices from compact to boardroom scale.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hi\"\u003e\n\u003cspan\u003e3\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eLockable Drawer Storage:\u003c\/strong\u003e A combination lock helps secure selected documents or personal items.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hi\"\u003e\n\u003cspan\u003e4\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eIntegrated L-Shaped Storage:\u003c\/strong\u003e Pedestals, enclosed compartments, and open equipment space keep work essentials close.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hi\"\u003e\n\u003cspan\u003e5\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eGray Oak Two-Tone Finish:\u003c\/strong\u003e Wood grain, light panel accents, and dark trim create a polished contemporary look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s hero\"\u003e\n\u003cdiv class=\"hero-img\"\u003e\u003cimg alt=\"bright-office-banner-modern-executive-desk-large-office-desk-lbz-k052\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/7366\/1262\/files\/bright-office-banner-modern-executive-desk-large-office-desk-lbz-k052.jpg?v=1783307671\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"ey\"\u003eNexomensa Executive Desks\u003c\/div\u003e\n\u003ch2\u003eLarge Executive Desk with a Curved Double-Layer Worktop\u003c\/h2\u003e\n\u003cp\u003eThis large executive desk pairs a sculpted double-layer top with an L-shaped storage layout, lockable drawers, open equipment space, and a full modesty panel. Nine desk sizes span 70.9 to 133.86 inches wide for private offices and large leadership suites; separate bookcase variants are excluded from this desk detail.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-note\"\u003e\n\u003cp\u003eA visually substantial executive workstation with a 1.97-inch layered top, nine desk sizes, integrated storage, and a refined two-tone profile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s\"\u003e\n\u003cdiv class=\"ey\"\u003eProduct Features\u003c\/div\u003e\n\u003ch2\u003eSculpted Executive Styling, Broad Size Choice \u0026amp; Lockable Storage\u003c\/h2\u003e\n\u003cdiv class=\"rm\"\u003e\n\u003cinput class=\"tog\" id=\"NexoLBZK052ReadMore\" type=\"checkbox\"\u003e\n\u003cdiv class=\"prev\"\u003e\n\u003cdiv class=\"fg\"\u003e\n\u003cdiv class=\"fc\"\u003e\n\u003cdiv class=\"fm\"\u003e\u003cimg alt=\"durable-material-feature-modern-executive-desk-large-office-desk-lbz-k052\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/7366\/1262\/files\/durable-material-feature-modern-executive-desk-large-office-desk-lbz-k052.jpg?v=1783307679\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e1.97-Inch Curved Double-Layer Top\u003c\/h3\u003e\n\u003cp\u003eThe layered desktop uses a rounded perimeter and contrasting edge treatment to create a substantial, visually differentiated executive work surface.\u003c\/p\u003e\n\u003cdiv class=\"tag\"\u003e\n\u003cspan\u003e1.97-Inch Profile\u003c\/span\u003e\u003cspan\u003eCurved Edge\u003c\/span\u003e\u003cspan\u003eLayered Desktop\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc\"\u003e\n\u003cdiv class=\"fm\"\u003e\u003cimg alt=\"drawer-storage-feature-modern-executive-desk-large-office-desk-lbz-k052\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/7366\/1262\/files\/drawer-storage-feature-modern-executive-desk-large-office-desk-lbz-k052.jpg?v=1783307679\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eExpansive L-Shaped Work Zone\u003c\/h3\u003e\n\u003cp\u003eThe broad main top and side return provide room for monitors, documents, meeting materials, and frequently used office tools across a clearly defined executive workspace.\u003c\/p\u003e\n\u003cdiv class=\"tag\"\u003e\n\u003cspan\u003eL-Shaped Layout\u003c\/span\u003e\u003cspan\u003eBroad Work Surface\u003c\/span\u003e\u003cspan\u003eNine Sizes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc\"\u003e\n\u003cdiv class=\"fm\"\u003e\u003cimg alt=\"spacious-workspace-feature-modern-executive-desk-large-office-desk-lbz-k052\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/7366\/1262\/files\/spacious-workspace-feature-modern-executive-desk-large-office-desk-lbz-k052.jpg?v=1783307680\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eLockable Two-Drawer Pedestal\u003c\/h3\u003e\n\u003cp\u003eTwo stacked drawers provide accessible document storage, while the combination lock on the upper drawer adds controlled storage for selected office items.\u003c\/p\u003e\n\u003cdiv class=\"tag\"\u003e\n\u003cspan\u003eTwo Drawers\u003c\/span\u003e\u003cspan\u003eCombination Lock\u003c\/span\u003e\u003cspan\u003eDocument Storage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fc\"\u003e\n\u003cdiv class=\"fm\"\u003e\u003cimg alt=\"sturdy-frame-feature-modern-executive-desk-large-office-desk-lbz-k052\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/7366\/1262\/files\/sturdy-frame-feature-modern-executive-desk-large-office-desk-lbz-k052.jpg?v=1783307679\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eGeometric Side-Panel Detail\u003c\/h3\u003e\n\u003cp\u003eA framed geometric accent panel adds texture and contrast to the storage pedestal, reinforcing the desks' distinctive two-tone business presentation.\u003c\/p\u003e\n\u003cdiv class=\"tag\"\u003e\n\u003cspan\u003eGeometric Accent\u003c\/span\u003e\u003cspan\u003eTwo-Tone Detail\u003c\/span\u003e\u003cspan\u003eExecutive Finish\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"act\"\u003e\n\u003clabel class=\"btn show\" for=\"NexoLBZK052ReadMore\"\u003eRead More Details\u003c\/label\u003e \u003clabel class=\"btn hide\" for=\"NexoLBZK052ReadMore\"\u003eCollapse Details\u003c\/label\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s box center\"\u003e\n\u003cdiv class=\"ey\"\u003eFinish \u0026amp; Configuration\u003c\/div\u003e\n\u003ch2\u003eGray Oak L-Shaped Desk with Dual Storage Pedestals\u003c\/h2\u003e\n\u003cp\u003eThe desk configuration combines a curved double-layer main top, storage return, lockable drawer pedestal, enclosed cabinet space, open equipment shelf, and full modesty panel. The structure image includes a background bookcase for staging; that separate bookcase is not part of the desk described here.\u003c\/p\u003e\n\u003cdiv class=\"finish-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/7366\/1262\/files\/product-structure-modern-executive-desk-large-office-desk-lbz-k052.jpg?v=1783307692\" alt=\"product-structure-modern-executive-desk-large-office-desk-lbz-k052\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s\"\u003e\n\u003cdiv class=\"ey\"\u003eDimensions \u0026amp; Planning\u003c\/div\u003e\n\u003ch2\u003eProduct Dimensions \u0026amp; Space Planning\u003c\/h2\u003e\n\u003cdiv class=\"intro\"\u003e\n\u003cp\u003eMeasure your office, reception area, doorway, hallway, elevator, stair turn, and final placement zone before ordering. For large commercial furniture, allow practical clearance for staff movement, chair pull-out, cabinet access, and cable routing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gallery\"\u003e\n\u003cfigure\u003e\n\u003cfigcaption\u003e\u003cimg alt=\"Specs|large-dimensions-modern-executive-desk-large-office-desk-lbz-k052\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/7366\/1262\/files\/large-dimensions-modern-executive-desk-large-office-desk-lbz-k052.jpg?v=1784104264\"\u003e\u003cimg alt=\"Specs|small-dimensions-modern-executive-desk-large-office-desk-lbz-k052\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0677\/7366\/1262\/files\/small-dimensions-modern-executive-desk-large-office-desk-lbz-k052.jpg?v=1783407635\"\u003eExecutive desk dimension reference for checking overall length, return depth, height, storage access, and receiving clearance.\u003c\/figcaption\u003e\n\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"twocol\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eSelected Size Range\u003c\/h3\u003e\n\u003cul class=\"list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eRange:\u003c\/strong\u003e 70.9 per 133.86\" W x 63 per 70.9\" D x 29.5\" H\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSelected Dimensions:\u003c\/strong\u003e 70.9\" W x 63\" D x 29.5\" H; 78.7\" W x 63\" D x 29.5\" H; 86.6\" W x 63\" D x 29.5\" H; 94.5\" W x 70.9\" D x 29.5\" H; 102.4\" W x 70.9\" D x 29.5\" H; 110.2\" W x 70.9\" D x 29.5\" H; 118.1\" W x 70.9\" D x 29.5\" H; 126\" W x 70.9\" D x 29.5\" H; 133.86\" W x 70.9\" D x 29.5\" H\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e Approx. 304 per 661 lb, depending on selected desk size\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003ePlanning Tips\u003c\/h3\u003e\n\u003cul class=\"list\"\u003e\n\u003cli\u003eChoose a width that preserves chair pull-out and visitor-side circulation.\u003c\/li\u003e\n\u003cli\u003eAllow full access to the lockable drawers, enclosed storage, and open equipment area.\u003c\/li\u003e\n\u003cli\u003eKeep the long desktop route clear during receiving and final placement.\u003c\/li\u003e\n\u003cli\u003eThe separate bookcase size options in the source file are not desk dimensions and are excluded here.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s\"\u003e\n\u003cdiv class=\"ey\"\u003eTechnical Details\u003c\/div\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"tbl\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eExecutive desk\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eEngineered particle board\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFinish \/ Color\u003c\/th\u003e\n\u003ctd\u003eGray Oak with light and dark accent panels\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eSelected Dimensions\u003c\/th\u003e\n\u003ctd\u003e70.9\" W x 63\" D x 29.5\" H; 78.7\" W x 63\" D x 29.5\" H; 86.6\" W x 63\" D x 29.5\" H; 94.5\" W x 70.9\" D x 29.5\" H; 102.4\" W x 70.9\" D x 29.5\" H; 110.2\" W x 70.9\" D x 29.5\" H; 118.1\" W x 70.9\" D x 29.5\" H; 126\" W x 70.9\" D x 29.5\" H; 133.86\" W x 70.9\" D x 29.5\" H\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eLayout\u003c\/th\u003e\n\u003ctd\u003eL-shaped desk with integrated storage return and dual pedestals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eWeight\u003c\/th\u003e\n\u003ctd\u003eApprox. 304 per 661 lb, depending on selected desk size\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eDesktop Profile\u003c\/th\u003e\n\u003ctd\u003eApprox. 1.97-inch double-layer top\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n\u003ctd\u003eLockable drawers, enclosed compartments, and open equipment space\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eAssembly\u003c\/th\u003e\n\u003ctd\u003eRequired; two adults recommended\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRecommended Settings\u003c\/th\u003e\n\u003ctd\u003ePrivate executive offices, leadership suites, management rooms, consulting offices, and large professional studies\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s\"\u003e\n\u003cdiv class=\"ey\"\u003eIn the Box\u003c\/div\u003e\n\u003ch2\u003ePackaging List\u003c\/h2\u003e\n\u003cdiv class=\"cards\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eMain Desk Components\u003c\/h3\u003e\n\u003cp\u003eDesktop panels, side panels, return or cabinet components, modesty or support panels, and structural parts are included according to the selected configuration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eStorage \u0026amp; Hardware\u003c\/h3\u003e\n\u003cp\u003eDrawer fittings, cabinet hardware, connectors, standard fasteners, cable-access parts when applicable, and required assembly hardware are included according to the configuration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eInstruction Guide\u003c\/h3\u003e\n\u003cp\u003eAssembly instructions are included. Office chairs, monitors, task lights, computers, d谷cor, and electronic accessories are not included unless clearly stated.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s dark\"\u003e\n\u003cdiv class=\"ey\"\u003eDelivery Guidance\u003c\/div\u003e\n\u003ch2\u003eLarge-Furniture Delivery \u0026amp; Receiving Notes\u003c\/h2\u003e\n\u003cp\u003eNexomensa coordinates large-furniture delivery through professional parcel and freight logistics. Depending on the selected size, destination, and package count, this product may ship in multiple cartons and may require freight appointment coordination.\u003c\/p\u003e\n\u003cul class=\"list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eDelivery method:\u003c\/strong\u003e Parcel or LTL freight may be used depending on final package size and routing.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStandard service:\u003c\/strong\u003e Large-item freight delivery is typically curbside only unless an upgraded service is separately confirmed.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePackage count:\u003c\/strong\u003e Multi-carton shipments may not always arrive on the same day.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eReceiving preparation:\u003c\/strong\u003e Inspect carton condition, package count, labels, and visible damage before completing delivery acceptance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"s light\"\u003e\n\u003cdiv class=\"ey\"\u003eAssembly \u0026amp; Logistics\u003c\/div\u003e\n\u003ch2\u003eAssembly Guide \u0026amp; Split Shipping\u003c\/h2\u003e\n\u003cp\u003eThis product may arrive in multiple cartons to protect large panels, storage parts, hardware, and finish surfaces during transit. Keep all packaging, labels, instruction sheets, and hardware bags until assembly and inspection are complete.\u003c\/p\u003e\n\u003cdiv class=\"cards\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eAssembly Requirement\u003c\/h3\u003e\n\u003cp\u003eYes. Two adults are recommended for safer panel alignment, cabinet placement, and final leveling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eEstimated Setup Time\u003c\/h3\u003e\n\u003cp\u003eApprox. 60每120 minutes depending on size, storage configuration, and assembly experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003ch3\u003eDelivery Service\u003c\/h3\u003e\n\u003cp\u003eStandard large-furniture delivery is typically curbside only and does not include indoor placement, upstairs delivery, unpacking, or installation unless separately arranged.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s\"\u003e\n\u003cdiv class=\"ey\"\u003eDaily Care\u003c\/div\u003e\n\u003ch2\u003eCare \u0026amp; Maintenance\u003c\/h2\u003e\n\u003cdiv class=\"qa\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eHow should I clean the desk surface?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eWipe with a soft damp cloth, then dry immediately with a clean cloth. Avoid abrasive pads, standing water, bleach, ammonia, or harsh chemical cleaners.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eHow should I protect the finish during daily use?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eUse desk mats or coasters under frequently moved items, avoid dragging equipment across the surface, and keep hot objects, sharp tools, and excessive moisture away from the finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003e\n\u003ch3\u003eHow do I maintain long-term stability?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003ePlace the furniture on a level surface, avoid overloading drawers or cabinets, and periodically check visible fittings, hinges, handles, storage hardware, and cable-access areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"s cta\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eBusiness \u0026amp; Bulk Order Support\u003c\/h2\u003e\n\u003cp\u003eFurnishing an executive office, manager office, private office, home workspace, or commercial workspace project? Nexomensa can support bulk orders, configuration questions, finish coordination, size inquiries, and project-based quotation requests.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ca href=\"\/pages\/contact-us\"\u003eContact Us\u003c\/a\u003e\u003c\/section\u003e\n\u003csection class=\"s\"\u003e\n\u003cdiv class=\"ey\"\u003eQuestions\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"rm faq-rm\"\u003e\n\u003cinput type=\"checkbox\" id=\"NexoLBZK052FAQ\" class=\"tog\"\u003e\n\u003cdiv class=\"qa\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\n\u003ch3\u003eWhat professional spaces is this modern executive desk best suited for?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThis modern executive desk is suitable for private executive offices, leadership suites, management rooms, consulting offices, and large professional studies. It is designed for business buyers who need a composed workstation that supports daily work and client-facing or leadership environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\n\u003ch3\u003eHow should I confirm the size and traffic flow before ordering?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eReview the selected desk dimensions, then measure the room, doorway, hallway, elevator, stair turns, staff-side clearance, chair movement area, storage access, and the full receiving path.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\n\u003ch3\u003eWhat functional or storage features does this product include?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eThe desk includes a curved double-layer top, lockable drawers, enclosed storage, an open equipment area, and a full modesty panel. The separate background bookcase is not included with the desk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"faq-fade\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"faq-extra\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\n\u003ch3\u003eCan Nexomensa support B2B customization or bulk project needs?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eSelected customization may be available for desk size, subject to project review, quantity, and final confirmation. For bulk or project-based orders, share the product link, quantity, delivery ZIP code, preferred size or finish, and project timeline with Nexomensa before purchase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\n\u003ch3\u003eDoes this product require assembly, and how many people are recommended?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eYes. Two adults are recommended for safer panel alignment, cabinet placement, and final leveling. Estimated setup time is approx. 60每120 minutes depending on size, storage configuration, and assembly experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\n\u003ch3\u003eHow will this large furniture order be delivered?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eDelivery method depends on package size, destination, and carrier routing. Large furniture may ship by LTL freight and may arrive in multiple cartons. Standard freight service is typically curbside only unless an upgraded service is separately confirmed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\n\u003ch3\u003eWhat should I do if parts are missing or the shipment arrives damaged?\u003c\/h3\u003e\n\u003c\/summary\u003e\n\u003cdiv\u003e\n\u003cp\u003eKeep all packaging, labels, manuals, and hardware bags. Email \u003ca href=\"mailto:support@kaguyausu.co.uk\"\u003esupport@kaguyausu.co.uk\u003c\/a\u003e with your order number, product name, the missing part number or damaged area, required quantity, and clear photos. If an LTL shipment shows visible damage, write ※DAMAGED§ on the Bill of Lading, delivery receipt, or Proof of Delivery, take photos, and contact us within 48 hours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"act\"\u003e\u003clabel for=\"NexoLBZK052FAQ\" class=\"btn\"\u003e\u003cspan class=\"show\"\u003eRead More FAQs\u003c\/span\u003e\u003cspan class=\"hide\"\u003eShow Fewer FAQs\u003c\/span\u003e\u003c\/label\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Kaguyasu","offers":[{"title":"Desk \/ 180 cm L × 160 cm W × 75 cm H","offer_id":43421741383728,"sku":"LBZ-K052-01","price":1109.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ 200 cm L × 160 cm W × 75 cm H","offer_id":43421741416496,"sku":"LBZ-K052-02","price":1169.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ 220 cm L × 160 cm W × 75 cm H","offer_id":43421741449264,"sku":"LBZ-K052-03","price":1239.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ 240 cm L × 180 cm W × 75 cm H","offer_id":43421741482032,"sku":"LBZ-K052-04","price":1329.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ 260 cm L × 180 cm W × 75 cm H","offer_id":43421741514800,"sku":"LBZ-K052-05","price":1389.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ 280 cm L × 180 cm W × 75 cm H","offer_id":43421741547568,"sku":"LBZ-K052-06","price":1419.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ 300 cm L × 180 cm W × 75 cm H","offer_id":43421741580336,"sku":"LBZ-K052-07","price":1479.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ 320 cm L × 180 cm W × 75 cm H","offer_id":43421741613104,"sku":"LBZ-K052-08","price":1549.0,"currency_code":"GBP","in_stock":true},{"title":"Desk \/ 340 cm L × 180 cm W × 75 cm H","offer_id":43421741645872,"sku":"LBZ-K052-09","price":1619.0,"currency_code":"GBP","in_stock":true},{"title":"Bookcase \/ 240 cm L × 40 cm W × 200 cm H","offer_id":43421741678640,"sku":"LBZ-K052-GZ-01","price":1279.0,"currency_code":"GBP","in_stock":true},{"title":"Bookcase \/ 280 cm L × 40 cm W × 200 cm H","offer_id":43421741711408,"sku":"LBZ-K052-GZ-03","price":1379.0,"currency_code":"GBP","in_stock":true},{"title":"Bookcase \/ 320 cm L × 40 cm W × 200 cm H","offer_id":43421741744176,"sku":"LBZ-K052-GZ-02","price":1399.0,"currency_code":"GBP","in_stock":true},{"title":"Bookcase \/ 360 cm L × 40 cm W × 200 cm H","offer_id":43421741776944,"sku":"LBZ-K052-GZ-04","price":1519.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/files\/white-background-main-view-modern-executive-desk-large-office-desk-lbz-k052_main_image.jpg?v=1784687107"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0681\/2870\/2512\/collections\/curved_executive_desk_modern_corner_office_desk_kaguyasuLBZ-1055_detailed_images_3.jpg?v=1782212376","url":"https:\/\/kaguyasu.co.uk\/collections\/executive-corner-desk.oembed","provider":"Kaguyasu-EU","version":"1.0","type":"link"}